++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon May 25 02:06:56 AM UTC 2026 ===================' INFO: =================== Mon May 25 02:06:56 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 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.73:8081 10.0.0.19:8081 10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.73:8086 10.0.0.19:8086 10.0.0.131: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.73,10.0.0.19,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.73:8082 10.0.0.19:8082 10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.73:9161 10.0.0.19:9161 10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.73:9041 10.0.0.19:9041 10.0.0.131: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.252,10.20.0.249,10.20.0.241 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252,10.20.0.249,10.20.0.241 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.73:2181,10.0.0.19:2181,10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.73:5673,10.0.0.19:5673,10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.73:6379 10.0.0.19:6379 10.0.0.131: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.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.73:9092 10.0.0.19:9092 10.0.0.131: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.73 ++ 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.73,10.0.0.19,10.0.0.131 ++ 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.73,10.0.0.19,10.0.0.131 ++ 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.73,10.0.0.19,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.73 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.73,10.0.0.19,10.0.0.131 +++ local servers=10.0.0.73,10.0.0.19,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.131,10.20.0.241,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.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.131,10.20.0.241,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.131,10.20.0.241,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.241,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041 + cassandra_server_list='10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ sort ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 05/25/2026 02:07:06.181 7f1f86a0a680 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/25/2026 02:07:06.345 7f1f86a0a680 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/25/2026 02:07:06.357 7f1f86a0a680 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/25/2026 02:07:06.358 7f1f86a0a680 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.25: /usr/bin/python3 Mon May 25 02:07:27 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=) 3743 gvc = self.create_singleton_entry(GlobalVrouterConfig( 3744 parent_obj=gsc)) 3745 domain = self.create_singleton_entry(Domain()) 3746 self._default_domain = domain.serialize_to_json() 3747 project = self.create_singleton_entry(Project(parent_obj=domain)) domain undefined self = self.create_singleton_entry = > global Domain = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 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/domain:default-domain ...e8ff46f5-59ad-486b-ab96-d07259341f10 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/domain:default-domain exists already with ID: e8ff46f5-59ad-486b-ab96-d07259341f10 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('domain default-domain') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/domain:default-domain ...e8ff46f5-59ad-486b-ab96-d07259341f10 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/domain:default-domain ...e8ff46f5-59ad-486b-ab96-d07259341f10 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/domain:default-domain ...e8ff46f5-59ad-486b-ab96-d07259341f10 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: domain default-domain During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 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 3745, in _db_init_entries domain = self.create_singleton_entry(Domain()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 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/domain:default-domain exists already with ID: e8ff46f5-59ad-486b-ab96-d07259341f10 at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon May 25 02:07:29 AM UTC 2026 ===================' INFO: =================== Mon May 25 02:07:29 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ 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.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.73:8081 10.0.0.19:8081 10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.73:8086 10.0.0.19:8086 10.0.0.131: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.73,10.0.0.19,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.73:8082 10.0.0.19:8082 10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.73:9161 10.0.0.19:9161 10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.73:9041 10.0.0.19:9041 10.0.0.131: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.252,10.20.0.249,10.20.0.241 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252,10.20.0.249,10.20.0.241 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.73:2181,10.0.0.19:2181,10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.73:5673,10.0.0.19:5673,10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.73:6379 10.0.0.19:6379 10.0.0.131: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.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.73:9092 10.0.0.19:9092 10.0.0.131: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.73 ++ 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.73,10.0.0.19,10.0.0.131 ++ 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.73,10.0.0.19,10.0.0.131 ++ 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.73,10.0.0.19,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.73 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.73,10.0.0.19,10.0.0.131 +++ local servers=10.0.0.73,10.0.0.19,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.131,10.20.0.241,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.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.131,10.20.0.241,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.131,10.20.0.241,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.241,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 05/25/2026 02:07:38.243 7f42b4621c80 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/25/2026 02:07:38.389 7f42b4621c80 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/25/2026 02:07:38.402 7f42b4621c80 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/25/2026 02:07:38.402 7f42b4621c80 [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.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2026-05-25 02:07:39] "GET / HTTP/1.1" 200 45871 0.002036 10.0.0.131 - - [2026-05-25 02:07:39] "GET / HTTP/1.1" 200 45871 0.001302 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.131 - - [2026-05-25 02:07:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000612 10.0.0.131 - - [2026-05-25 02:07:39] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000350 10.0.0.131 - - [2026-05-25 02:07:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.546739 10.0.0.131 - - [2026-05-25 02:07:41] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004273 10.0.0.131 - - [2026-05-25 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 1.260328 10.0.0.131 - - [2026-05-25 02:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 /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.19 - - [2026-05-25 02:07:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000670 10.0.0.19 - - [2026-05-25 02:07:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.131 - - [2026-05-25 02:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.131 - - [2026-05-25 02:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.19 - - [2026-05-25 02:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000652 10.0.0.19 - - [2026-05-25 02:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.131 - - [2026-05-25 02:07:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000568 10.0.0.131 - - [2026-05-25 02:07:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.73 - - [2026-05-25 02:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000657 10.0.0.19 - - [2026-05-25 02:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.535363 10.0.0.73 - - [2026-05-25 02:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.73 - - [2026-05-25 02:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.73 - - [2026-05-25 02:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.19 - - [2026-05-25 02:07:53] "POST /access-control-lists HTTP/1.1" 200 589 0.046717 10.0.0.19 - - [2026-05-25 02:07:53] "POST /route-targets HTTP/1.1" 200 328 0.019889 10.0.0.19 - - [2026-05-25 02:07:53] "POST /ref-update HTTP/1.1" 200 156 0.029212 10.0.0.19 - - [2026-05-25 02:07:53] "POST /route-targets HTTP/1.1" 200 328 0.021790 10.0.0.19 - - [2026-05-25 02:07:54] "POST /access-control-lists HTTP/1.1" 200 553 0.095892 10.0.0.19 - - [2026-05-25 02:08:25] "POST /ref-update HTTP/1.1" 200 156 0.057499 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.73 - - [2026-05-25 02:11:37] "GET /obj-perms HTTP/1.1" 200 5056 0.397106 10.0.0.19 - - [2026-05-25 02:12:37] "GET /obj-perms HTTP/1.1" 200 5056 0.066390 10.0.0.131 - - [2026-05-25 02:12:38] "GET /obj-perms HTTP/1.1" 200 5056 0.069180 10.0.0.19 - - [2026-05-25 02:12:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.19 - - [2026-05-25 02:12:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000572 10.0.0.131 - - [2026-05-25 02:12:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.131 - - [2026-05-25 02:12:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.19 - - [2026-05-25 02:12:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.19 - - [2026-05-25 02:12:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.131 - - [2026-05-25 02:12:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.131 - - [2026-05-25 02:12:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.73 - - [2026-05-25 02:12:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.73 - - [2026-05-25 02:12:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.73 - - [2026-05-25 02:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000635 10.0.0.73 - - [2026-05-25 02:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 [Introspect:8084]10.0.0.131 - - [2026-05-25 02:13:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001018 [Introspect:8084]10.0.0.131 - - [2026-05-25 02:13:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001319 [Introspect:8084]10.0.0.131 - - [2026-05-25 02:13:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001265 [Introspect:8084]10.0.0.131 - - [2026-05-25 02:13:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001465 10.0.0.73 - - [2026-05-25 02:15:00] "GET / HTTP/1.1" 200 36215 0.001778 10.0.0.73 - - [2026-05-25 02:15:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000573 10.0.0.73 - - [2026-05-25 02:15:01] "POST /fqname-to-id HTTP/1.1" 404 186 0.075881 10.0.0.131 - - [2026-05-25 02:15:02] "GET /projects?obj_uuids=0fb89943-f545-4631-ac01-dabc22ffe2a7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.066930 10.0.0.131 - - [2026-05-25 02:15:02] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.131 - - [2026-05-25 02:15:02] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038164 10.0.0.131 - - [2026-05-25 02:15:02] "POST /id-to-fqname HTTP/1.1" 200 188 0.006123 10.0.0.131 - - [2026-05-25 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.008551 10.0.0.131 - - [2026-05-25 02:15:02] "POST /security-groups HTTP/1.1" 200 589 0.064068 10.0.0.131 - - [2026-05-25 02:15:02] "POST /projects HTTP/1.1" 200 581 0.394710 10.0.0.131 - - [2026-05-25 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.477771 10.0.0.19 - - [2026-05-25 02:15:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.042793 10.0.0.73 - - [2026-05-25 02:15:02] "GET /project/0fb89943-f545-4631-ac01-dabc22ffe2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.744242 10.0.0.73 - - [2026-05-25 02:15:04] "GET / HTTP/1.1" 200 36215 0.002017 10.0.0.131 - - [2026-05-25 02:15:07] "GET /projects?obj_uuids=0fb89943-f545-4631-ac01-dabc22ffe2a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.73 - - [2026-05-25 02:15:07] "GET /project/0fb89943-f545-4631-ac01-dabc22ffe2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.072564 10.0.0.131 - - [2026-05-25 02:15:07] "GET /projects?obj_uuids=0fb89943-f545-4631-ac01-dabc22ffe2a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001305 10.0.0.73 - - [2026-05-25 02:15:07] "GET /project/0fb89943-f545-4631-ac01-dabc22ffe2a7?fields=virtual_networks HTTP/1.1" 200 1030 0.067131 10.0.0.131 - - [2026-05-25 02:15:07] "GET /projects?obj_uuids=0fb89943-f545-4631-ac01-dabc22ffe2a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001473 10.0.0.73 - - [2026-05-25 02:15:07] "GET /project/0fb89943-f545-4631-ac01-dabc22ffe2a7?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.065692 10.0.0.131 - - [2026-05-25 02:15:07] "GET /projects?obj_uuids=0fb89943-f545-4631-ac01-dabc22ffe2a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.73 - - [2026-05-25 02:15:08] "GET /project/0fb89943-f545-4631-ac01-dabc22ffe2a7?fields=security_groups HTTP/1.1" 200 1255 0.088151 10.0.0.131 - - [2026-05-25 02:15:08] "GET /projects?obj_uuids=c8ac11ba-4ac5-4452-9a37-69da139cedd9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005013 10.0.0.131 - - [2026-05-25 02:15:08] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001485 10.0.0.131 - - [2026-05-25 02:15:08] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009960 10.0.0.131 - - [2026-05-25 02:15:09] "POST /id-to-fqname HTTP/1.1" 200 167 0.001853 10.0.0.131 - - [2026-05-25 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 176 0.013384 10.0.0.131 - - [2026-05-25 02:15:09] "POST /security-groups HTTP/1.1" 200 568 0.104415 10.0.0.131 - - [2026-05-25 02:15:09] "POST /projects HTTP/1.1" 200 539 0.414293 10.0.0.131 - - [2026-05-25 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.454188 10.0.0.19 - - [2026-05-25 02:15:09] "POST /access-control-lists HTTP/1.1" 200 575 0.084177 10.0.0.73 - - [2026-05-25 02:15:09] "GET /project/c8ac11ba-4ac5-4452-9a37-69da139cedd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.681275 [Introspect:8084]10.0.0.73 - - [2026-05-25 02:15:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001635 10.0.0.131 - - [2026-05-25 02:15:11] "GET /projects?obj_uuids=c8ac11ba-4ac5-4452-9a37-69da139cedd9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001284 10.0.0.73 - - [2026-05-25 02:15:11] "GET /project/c8ac11ba-4ac5-4452-9a37-69da139cedd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.078958 10.0.0.131 - - [2026-05-25 02:15:12] "GET /obj-perms HTTP/1.1" 200 5056 0.090540 [Introspect:8084]10.0.0.73 - - [2026-05-25 02:15:14] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.001484 10.0.0.73 - - [2026-05-25 02:15:14] "GET /obj-perms HTTP/1.1" 200 5056 0.065715 10.0.0.73 - - [2026-05-25 02:15:15] "GET /obj-perms HTTP/1.1" 200 5056 0.005946 10.0.0.73 - - [2026-05-25 02:15:15] "GET /obj-perms HTTP/1.1" 200 5056 0.005120 10.0.0.73 - - [2026-05-25 02:15:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004584 10.0.0.73 - - [2026-05-25 02:15:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004584 10.0.0.73 - - [2026-05-25 02:15:15] "GET /obj-perms HTTP/1.1" 200 5056 0.006255 10.0.0.73 - - [2026-05-25 02:15:15] "GET /obj-perms HTTP/1.1" 200 5056 0.006057 10.0.0.73 - - [2026-05-25 02:15:15] "GET /obj-perms HTTP/1.1" 200 5056 0.004912 10.0.0.73 - - [2026-05-25 02:15:15] "GET /obj-perms HTTP/1.1" 200 5056 0.005123 10.0.0.73 - - [2026-05-25 02:15:15] "GET /obj-perms HTTP/1.1" 200 5056 0.005393 10.0.0.73 - - [2026-05-25 02:15:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004716 10.0.0.131 - - [2026-05-25 02:15:16] "GET /obj-perms HTTP/1.1" 200 5056 0.006182 10.0.0.73 - - [2026-05-25 02:15:16] "GET /obj-perms HTTP/1.1" 200 5056 0.007610 10.0.0.19 - - [2026-05-25 02:15:16] "GET /obj-perms HTTP/1.1" 200 5056 0.097294 10.0.0.131 - - [2026-05-25 02:15:16] "GET /obj-perms HTTP/1.1" 200 5056 0.004939 10.0.0.131 - - [2026-05-25 02:15:17] "GET /obj-perms HTTP/1.1" 200 5056 0.006870 10.0.0.73 - - [2026-05-25 02:15:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004866 10.0.0.73 - - [2026-05-25 02:15:18] "GET /obj-perms HTTP/1.1" 200 5056 0.005836 10.0.0.73 - - [2026-05-25 02:15:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004813 10.0.0.73 - - [2026-05-25 02:15:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004368 10.0.0.73 - - [2026-05-25 02:15:18] "GET /obj-perms HTTP/1.1" 200 5056 0.005209 10.0.0.73 - - [2026-05-25 02:15:18] "GET /obj-perms HTTP/1.1" 200 5056 0.005774 10.0.0.73 - - [2026-05-25 02:15:18] "GET /obj-perms HTTP/1.1" 200 5056 0.004589 10.0.0.73 - - [2026-05-25 02:15:19] "GET /obj-perms HTTP/1.1" 200 5056 0.006468 10.0.0.73 - - [2026-05-25 02:15:19] "GET /obj-perms HTTP/1.1" 200 5056 0.004389 10.0.0.73 - - [2026-05-25 02:15:19] "GET /obj-perms HTTP/1.1" 200 5056 0.006007 10.0.0.73 - - [2026-05-25 02:15:22] "GET /obj-perms HTTP/1.1" 200 5056 0.005525 10.0.0.73 - - [2026-05-25 02:15:22] "GET /obj-perms HTTP/1.1" 200 5056 0.006512 10.0.0.73 - - [2026-05-25 02:15:22] "GET /obj-perms HTTP/1.1" 200 5056 0.005870 10.0.0.73 - - [2026-05-25 02:15:22] "GET /obj-perms HTTP/1.1" 200 5056 0.005501 10.0.0.73 - - [2026-05-25 02:15:23] "GET /obj-perms HTTP/1.1" 200 5056 0.009881 10.0.0.73 - - [2026-05-25 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.038764 10.0.0.131 - - [2026-05-25 02:15:24] "GET /projects?obj_uuids=ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004308 10.0.0.131 - - [2026-05-25 02:15:25] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001969 10.0.0.131 - - [2026-05-25 02:15:25] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.015976 10.0.0.131 - - [2026-05-25 02:15:25] "POST /id-to-fqname HTTP/1.1" 200 201 0.003756 10.0.0.131 - - [2026-05-25 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.011039 10.0.0.131 - - [2026-05-25 02:15:25] "POST /security-groups HTTP/1.1" 200 602 0.057153 10.0.0.19 - - [2026-05-25 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.005631 10.0.0.131 - - [2026-05-25 02:15:25] "POST /projects HTTP/1.1" 200 607 0.347787 10.0.0.131 - - [2026-05-25 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.400353 10.0.0.73 - - [2026-05-25 02:15:25] "GET /project/ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.626721 10.0.0.19 - - [2026-05-25 02:15:25] "POST /access-control-lists HTTP/1.1" 200 607 0.096356 10.0.0.73 - - [2026-05-25 02:15:26] "GET / HTTP/1.1" 200 36215 0.002370 10.0.0.73 - - [2026-05-25 02:15:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000821 10.0.0.73 - - [2026-05-25 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.078849 10.0.0.131 - - [2026-05-25 02:15:28] "GET /projects?obj_uuids=ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001581 10.0.0.73 - - [2026-05-25 02:15:28] "GET /project/ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060226 10.0.0.131 - - [2026-05-25 02:15:29] "POST /useragent-kv HTTP/1.1" 200 115 0.013450 10.0.0.73 - - [2026-05-25 02:15:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.420483 10.0.0.73 - - [2026-05-25 02:15:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.002281 10.0.0.73 - - [2026-05-25 02:15:29] "GET /virtual-network/f14ad8fc-6f07-47fc-ae31-56304407a4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008486 10.0.0.73 - - [2026-05-25 02:15:29] "GET /virtual-network/f14ad8fc-6f07-47fc-ae31-56304407a4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008223 10.0.0.73 - - [2026-05-25 02:15:29] "POST /neutron/network HTTP/1.1" 200 839 0.010952 10.0.0.73 - - [2026-05-25 02:15:30] "GET /virtual-network/f14ad8fc-6f07-47fc-ae31-56304407a4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007914 10.0.0.73 - - [2026-05-25 02:15:31] "GET /obj-perms HTTP/1.1" 200 5052 0.067088 10.0.0.73 - - [2026-05-25 02:15:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001715 10.0.0.131 - - [2026-05-25 02:15:34] "GET /projects?obj_uuids=ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001718 10.0.0.73 - - [2026-05-25 02:15:34] "GET /project/ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.105167 10.0.0.73 - - [2026-05-25 02:15:35] "POST /neutron/network HTTP/1.1" 200 839 0.044768 10.0.0.73 - - [2026-05-25 02:15:35] "POST /neutron/port HTTP/1.1" 200 117 0.009360 10.0.0.73 - - [2026-05-25 02:15:37] "POST /neutron/port HTTP/1.1" 200 1071 0.060748 10.0.0.73 - - [2026-05-25 02:15:38] "POST /neutron/port HTTP/1.1" 200 1135 0.134087 10.0.0.73 - - [2026-05-25 02:15:38] "POST /neutron/port HTTP/1.1" 200 117 0.001684 10.0.0.73 - - [2026-05-25 02:15:40] "POST /neutron/security_group HTTP/1.1" 200 2069 0.014047 10.0.0.131 - - [2026-05-25 02:15:44] "DELETE /project/c8ac11ba4ac544529a3769da139cedd9 HTTP/1.1" 404 173 0.005736 10.0.0.131 - - [2026-05-25 02:15:44] "DELETE /project/ea7d8d414dd24e889ce4e12d8a8b77be HTTP/1.1" 404 173 0.007522 10.0.0.131 - - [2026-05-25 02:15:44] "DELETE /project/0fb89943f5454631ac01dabc22ffe2a7 HTTP/1.1" 404 173 0.005204 10.0.0.131 - - [2026-05-25 02:15:44] "GET /projects?obj_uuids=0fb89943-f545-4631-ac01-dabc22ffe2a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.131 - - [2026-05-25 02:15:44] "GET /project/0fb89943-f545-4631-ac01-dabc22ffe2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.062434 10.0.0.131 - - [2026-05-25 02:15:44] "GET /projects?obj_uuids=0fb89943-f545-4631-ac01-dabc22ffe2a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001171 10.0.0.131 - - [2026-05-25 02:15:44] "GET /project/0fb89943-f545-4631-ac01-dabc22ffe2a7?fields=security_groups HTTP/1.1" 200 1357 0.059637 10.0.0.131 - - [2026-05-25 02:15:44] "DELETE /security-group/65baa068-7ae7-41eb-b665-9db1622fea49 HTTP/1.1" 200 115 0.069698 10.0.0.131 - - [2026-05-25 02:15:44] "GET /projects?obj_uuids=0fb89943-f545-4631-ac01-dabc22ffe2a7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.19 - - [2026-05-25 02:15:44] "DELETE /access-control-list/c4196d75-e472-4566-902d-9e1a51755c61 HTTP/1.1" 200 115 0.061855 10.0.0.131 - - [2026-05-25 02:15:44] "GET /project/0fb89943-f545-4631-ac01-dabc22ffe2a7?fields=application_policy_sets HTTP/1.1" 200 1396 0.101969 10.0.0.131 - - [2026-05-25 02:15:44] "DELETE /project/0fb89943-f545-4631-ac01-dabc22ffe2a7 HTTP/1.1" 200 115 0.576399 10.0.0.73 - - [2026-05-25 02:15:48] "GET /obj-perms HTTP/1.1" 200 5052 0.006430 10.0.0.73 - - [2026-05-25 02:15:51] "POST /neutron/network HTTP/1.1" 200 839 0.013172 10.0.0.73 - - [2026-05-25 02:15:52] "POST /neutron/port HTTP/1.1" 200 1125 0.027524 10.0.0.73 - - [2026-05-25 02:15:53] "POST /neutron/network HTTP/1.1" 200 839 0.014068 10.0.0.19 - - [2026-05-25 02:15:53] "DELETE /route-target/58017d84-7a96-4287-8b2e-0a5c25ac56f3 HTTP/1.1" 200 115 0.060157 10.0.0.131 - - [2026-05-25 02:15:54] "GET /projects?obj_uuids=ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001373 10.0.0.73 - - [2026-05-25 02:15:54] "GET /project/ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.097440 10.0.0.131 - - [2026-05-25 02:15:54] "GET /projects?obj_uuids=ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001772 10.0.0.73 - - [2026-05-25 02:15:54] "GET /project/ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be?fields=virtual_networks HTTP/1.1" 200 1057 0.073345 10.0.0.131 - - [2026-05-25 02:15:54] "GET /projects?obj_uuids=ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001325 10.0.0.73 - - [2026-05-25 02:15:55] "GET /project/ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.073072 10.0.0.131 - - [2026-05-25 02:15:55] "GET /projects?obj_uuids=ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001448 10.0.0.73 - - [2026-05-25 02:15:55] "GET /project/ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be?fields=security_groups HTTP/1.1" 200 1295 0.092256 10.0.0.131 - - [2026-05-25 02:15:55] "GET /projects?obj_uuids=c8ac11ba-4ac5-4452-9a37-69da139cedd9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001515 10.0.0.73 - - [2026-05-25 02:15:55] "GET /project/c8ac11ba-4ac5-4452-9a37-69da139cedd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.101863 10.0.0.131 - - [2026-05-25 02:16:03] "GET /projects?obj_uuids=c8ac11ba-4ac5-4452-9a37-69da139cedd9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001793 10.0.0.73 - - [2026-05-25 02:16:04] "GET /project/c8ac11ba-4ac5-4452-9a37-69da139cedd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.069721 10.0.0.73 - - [2026-05-25 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.040660 10.0.0.131 - - [2026-05-25 02:16:07] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004839 10.0.0.131 - - [2026-05-25 02:16:07] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.131 - - [2026-05-25 02:16:07] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009240 10.0.0.131 - - [2026-05-25 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 202 0.002106 10.0.0.131 - - [2026-05-25 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.015274 10.0.0.131 - - [2026-05-25 02:16:07] "POST /security-groups HTTP/1.1" 200 603 0.103523 10.0.0.131 - - [2026-05-25 02:16:07] "POST /projects HTTP/1.1" 200 609 0.451550 10.0.0.131 - - [2026-05-25 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.498566 10.0.0.19 - - [2026-05-25 02:16:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.013012 10.0.0.73 - - [2026-05-25 02:16:07] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.725975 10.0.0.73 - - [2026-05-25 02:16:09] "GET / HTTP/1.1" 200 36215 0.002520 10.0.0.73 - - [2026-05-25 02:16:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000640 10.0.0.73 - - [2026-05-25 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.070337 10.0.0.131 - - [2026-05-25 02:16:10] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001240 10.0.0.73 - - [2026-05-25 02:16:10] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.087409 10.0.0.131 - - [2026-05-25 02:16:10] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001448 10.0.0.73 - - [2026-05-25 02:16:10] "POST /neutron/network HTTP/1.1" 200 703 0.267213 10.0.0.19 - - [2026-05-25 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.042754 10.0.0.73 - - [2026-05-25 02:16:11] "POST /id-to-fqname HTTP/1.1" 200 275 0.007650 10.0.0.73 - - [2026-05-25 02:16:11] "GET /virtual-network/df1351dd-c3d4-4d81-8a22-da2e91f95a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.007763 10.0.0.73 - - [2026-05-25 02:16:11] "POST /neutron/network HTTP/1.1" 200 922 0.010546 10.0.0.73 - - [2026-05-25 02:16:11] "GET /virtual-network/df1351dd-c3d4-4d81-8a22-da2e91f95a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2194 0.009190 10.0.0.73 - - [2026-05-25 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.131 - - [2026-05-25 02:16:11] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001750 10.0.0.73 - - [2026-05-25 02:16:11] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.079179 10.0.0.73 - - [2026-05-25 02:16:11] "POST /neutron/network HTTP/1.1" 200 117 0.024981 10.0.0.73 - - [2026-05-25 02:16:11] "POST /neutron/network HTTP/1.1" 200 922 0.014063 10.0.0.73 - - [2026-05-25 02:16:11] "POST /id-to-fqname HTTP/1.1" 200 275 0.001550 10.0.0.73 - - [2026-05-25 02:16:11] "GET /virtual-network/f8a98190-4784-4d00-9ded-7b8796ec34bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.006648 10.0.0.73 - - [2026-05-25 02:16:11] "GET /virtual-network/f8a98190-4784-4d00-9ded-7b8796ec34bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.007200 10.0.0.73 - - [2026-05-25 02:16:11] "POST /neutron/subnet HTTP/1.1" 200 725 0.014501 10.0.0.73 - - [2026-05-25 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007288 10.0.0.131 - - [2026-05-25 02:16:12] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001525 10.0.0.73 - - [2026-05-25 02:16:12] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.074918 10.0.0.19 - - [2026-05-25 02:16:12] "POST /route-targets HTTP/1.1" 200 328 0.024046 10.0.0.131 - - [2026-05-25 02:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.017710 10.0.0.73 - - [2026-05-25 02:16:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.328733 10.0.0.73 - - [2026-05-25 02:16:12] "POST /id-to-fqname HTTP/1.1" 200 276 0.002151 10.0.0.73 - - [2026-05-25 02:16:12] "GET /virtual-network/2aed166f-e410-4d41-9fec-1618e44cecd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.009213 10.0.0.73 - - [2026-05-25 02:16:12] "GET /virtual-network/2aed166f-e410-4d41-9fec-1618e44cecd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.007815 10.0.0.73 - - [2026-05-25 02:16:12] "POST /neutron/network HTTP/1.1" 200 924 0.010519 10.0.0.73 - - [2026-05-25 02:16:12] "POST /id-to-fqname HTTP/1.1" 200 275 0.001803 10.0.0.131 - - [2026-05-25 02:16:14] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002580 10.0.0.73 - - [2026-05-25 02:16:14] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.102412 10.0.0.73 - - [2026-05-25 02:16:14] "POST /neutron/network HTTP/1.1" 200 922 0.012374 10.0.0.73 - - [2026-05-25 02:16:14] "POST /id-to-fqname HTTP/1.1" 200 276 0.001865 10.0.0.73 - - [2026-05-25 02:16:14] "POST /neutron/port HTTP/1.1" 200 117 0.009651 10.0.0.131 - - [2026-05-25 02:16:15] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001954 10.0.0.131 - - [2026-05-25 02:16:15] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001476 10.0.0.73 - - [2026-05-25 02:16:15] "POST /neutron/port HTTP/1.1" 200 1072 0.520769 10.0.0.73 - - [2026-05-25 02:16:15] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.108009 10.0.0.73 - - [2026-05-25 02:16:15] "POST /neutron/port HTTP/1.1" 200 1072 0.024784 10.0.0.73 - - [2026-05-25 02:16:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006730 10.0.0.73 - - [2026-05-25 02:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.73 - - [2026-05-25 02:16:16] "POST /neutron/port HTTP/1.1" 200 117 0.010306 10.0.0.73 - - [2026-05-25 02:16:17] "POST /neutron/port HTTP/1.1" 200 1072 0.064135 10.0.0.73 - - [2026-05-25 02:16:18] "POST /neutron/port HTTP/1.1" 200 1126 0.218430 10.0.0.73 - - [2026-05-25 02:16:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006242 10.0.0.73 - - [2026-05-25 02:16:18] "POST /neutron/port HTTP/1.1" 200 1136 0.030753 10.0.0.73 - - [2026-05-25 02:16:18] "POST /neutron/port HTTP/1.1" 200 151 0.330733 10.0.0.19 - - [2026-05-25 02:16:20] "DELETE /route-target/07ee3c78-3036-4773-b065-e682e3845e02 HTTP/1.1" 200 115 0.035346 10.0.0.73 - - [2026-05-25 02:16:20] "POST /neutron/network HTTP/1.1" 200 924 0.010517 10.0.0.73 - - [2026-05-25 02:16:22] "POST /neutron/port HTTP/1.1" 200 1126 0.022353 10.0.0.73 - - [2026-05-25 02:16:22] "POST /neutron/network HTTP/1.1" 400 204 0.030807 10.0.0.73 - - [2026-05-25 02:16:22] "POST /neutron/network HTTP/1.1" 200 117 0.015353 10.0.0.131 - - [2026-05-25 02:16:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003401 10.0.0.131 - - [2026-05-25 02:16:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005859 10.0.0.73 - - [2026-05-25 02:16:24] "POST /neutron/network HTTP/1.1" 200 151 0.195583 10.0.0.19 - - [2026-05-25 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.131 - - [2026-05-25 02:16:25] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001654 10.0.0.73 - - [2026-05-25 02:16:25] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.088146 10.0.0.131 - - [2026-05-25 02:16:25] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001203 10.0.0.73 - - [2026-05-25 02:16:25] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?fields=virtual_networks HTTP/1.1" 200 1058 0.070656 10.0.0.131 - - [2026-05-25 02:16:25] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.73 - - [2026-05-25 02:16:25] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.066373 10.0.0.131 - - [2026-05-25 02:16:25] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001477 10.0.0.73 - - [2026-05-25 02:16:25] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?fields=security_groups HTTP/1.1" 200 1297 0.088140 10.0.0.73 - - [2026-05-25 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.034529 10.0.0.131 - - [2026-05-25 02:16:26] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005935 10.0.0.131 - - [2026-05-25 02:16:26] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.131 - - [2026-05-25 02:16:26] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011284 10.0.0.131 - - [2026-05-25 02:16:26] "POST /id-to-fqname HTTP/1.1" 200 192 0.006741 10.0.0.131 - - [2026-05-25 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 201 0.008306 10.0.0.131 - - [2026-05-25 02:16:27] "POST /security-groups HTTP/1.1" 200 593 0.109201 10.0.0.131 - - [2026-05-25 02:16:27] "POST /projects HTTP/1.1" 200 589 0.402688 10.0.0.131 - - [2026-05-25 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.440446 10.0.0.19 - - [2026-05-25 02:16:27] "POST /access-control-lists HTTP/1.1" 200 600 0.051526 10.0.0.73 - - [2026-05-25 02:16:27] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.664167 10.0.0.73 - - [2026-05-25 02:16:28] "GET / HTTP/1.1" 200 36215 0.001766 10.0.0.73 - - [2026-05-25 02:16:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000976 10.0.0.73 - - [2026-05-25 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.078891 10.0.0.131 - - [2026-05-25 02:16:29] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001297 10.0.0.73 - - [2026-05-25 02:16:29] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.063287 10.0.0.73 - - [2026-05-25 02:16:29] "POST /neutron/network HTTP/1.1" 200 117 0.047963 10.0.0.19 - - [2026-05-25 02:16:29] "POST /route-targets HTTP/1.1" 200 328 0.020364 10.0.0.73 - - [2026-05-25 02:16:30] "POST /neutron/network HTTP/1.1" 200 891 0.011774 10.0.0.73 - - [2026-05-25 02:16:30] "POST /id-to-fqname HTTP/1.1" 200 255 0.001331 10.0.0.73 - - [2026-05-25 02:16:30] "GET /virtual-network/fdd60c28-df9d-4599-94d6-8f8e8905b04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006123 10.0.0.73 - - [2026-05-25 02:16:30] "GET /virtual-network/fdd60c28-df9d-4599-94d6-8f8e8905b04d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.006135 10.0.0.73 - - [2026-05-25 02:16:30] "POST /neutron/subnet HTTP/1.1" 200 719 0.017433 10.0.0.73 - - [2026-05-25 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005628 10.0.0.131 - - [2026-05-25 02:16:30] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001609 10.0.0.73 - - [2026-05-25 02:16:30] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.063449 10.0.0.19 - - [2026-05-25 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.051064 10.0.0.131 - - [2026-05-25 02:16:30] "POST /useragent-kv HTTP/1.1" 200 115 0.029226 10.0.0.73 - - [2026-05-25 02:16:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.286894 10.0.0.73 - - [2026-05-25 02:16:30] "POST /id-to-fqname HTTP/1.1" 200 255 0.002153 10.0.0.73 - - [2026-05-25 02:16:30] "GET /virtual-network/bcb82bc9-fd74-4d95-bc64-df7070152299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.009022 10.0.0.73 - - [2026-05-25 02:16:31] "GET /virtual-network/bcb82bc9-fd74-4d95-bc64-df7070152299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006922 10.0.0.73 - - [2026-05-25 02:16:31] "POST /neutron/network HTTP/1.1" 200 890 0.009962 10.0.0.73 - - [2026-05-25 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.131 - - [2026-05-25 02:16:31] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001549 10.0.0.73 - - [2026-05-25 02:16:31] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.051252 10.0.0.131 - - [2026-05-25 02:16:31] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001191 10.0.0.73 - - [2026-05-25 02:16:31] "POST /neutron/network HTTP/1.1" 200 675 0.165576 10.0.0.73 - - [2026-05-25 02:16:31] "POST /id-to-fqname HTTP/1.1" 200 256 0.004968 10.0.0.73 - - [2026-05-25 02:16:31] "GET /virtual-network/c3616323-d167-48ba-83ad-74aac9045b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.008844 10.0.0.73 - - [2026-05-25 02:16:31] "POST /neutron/network HTTP/1.1" 200 895 0.009468 10.0.0.73 - - [2026-05-25 02:16:31] "GET /virtual-network/c3616323-d167-48ba-83ad-74aac9045b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.008675 10.0.0.73 - - [2026-05-25 02:16:31] "POST /id-to-fqname HTTP/1.1" 200 255 0.002021 10.0.0.73 - - [2026-05-25 02:16:32] "POST /neutron/network HTTP/1.1" 200 900 0.011626 10.0.0.131 - - [2026-05-25 02:16:32] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001047 10.0.0.73 - - [2026-05-25 02:16:33] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.086138 10.0.0.73 - - [2026-05-25 02:16:33] "POST /neutron/port HTTP/1.1" 200 117 0.009679 10.0.0.73 - - [2026-05-25 02:16:33] "POST /id-to-fqname HTTP/1.1" 200 256 0.001917 10.0.0.73 - - [2026-05-25 02:16:33] "POST /neutron/network HTTP/1.1" 200 900 0.010234 10.0.0.19 - - [2026-05-25 02:16:34] "DELETE /access-control-list/67df98f0-8b37-4e02-9a1c-546c8da89ff2 HTTP/1.1" 200 115 0.059778 10.0.0.131 - - [2026-05-25 02:16:34] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001080 10.0.0.73 - - [2026-05-25 02:16:34] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.112829 10.0.0.73 - - [2026-05-25 02:16:34] "POST /neutron/network HTTP/1.1" 200 895 0.008028 10.0.0.73 - - [2026-05-25 02:16:35] "POST /neutron/port HTTP/1.1" 200 1124 0.040546 10.0.0.73 - - [2026-05-25 02:16:35] "POST /neutron/subnet HTTP/1.1" 200 689 0.014895 10.0.0.73 - - [2026-05-25 02:16:35] "POST /neutron/network HTTP/1.1" 200 890 0.010959 10.0.0.131 - - [2026-05-25 02:16:35] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001387 10.0.0.73 - - [2026-05-25 02:16:36] "POST /neutron/port HTTP/1.1" 200 1063 0.434436 10.0.0.73 - - [2026-05-25 02:16:36] "POST /neutron/port HTTP/1.1" 200 1117 0.187625 10.0.0.73 - - [2026-05-25 02:16:36] "POST /neutron/subnet HTTP/1.1" 200 704 0.017891 10.0.0.73 - - [2026-05-25 02:16:36] "POST /neutron/network HTTP/1.1" 200 890 0.014864 10.0.0.73 - - [2026-05-25 02:16:37] "POST /neutron/port HTTP/1.1" 200 1114 0.023899 10.0.0.73 - - [2026-05-25 02:16:38] "POST /neutron/port HTTP/1.1" 200 1117 0.035919 10.0.0.131 - - [2026-05-25 02:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004425 10.0.0.131 - - [2026-05-25 02:16:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003863 10.0.0.73 - - [2026-05-25 02:16:39] "POST /neutron/network HTTP/1.1" 200 151 0.172393 10.0.0.19 - - [2026-05-25 02:16:39] "DELETE /route-target/30958a29-5514-4c01-8965-993e00731425 HTTP/1.1" 200 115 0.024332 10.0.0.73 - - [2026-05-25 02:16:39] "POST /neutron/network HTTP/1.1" 200 891 0.009867 10.0.0.19 - - [2026-05-25 02:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006854 10.0.0.131 - - [2026-05-25 02:16:39] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002398 10.0.0.73 - - [2026-05-25 02:16:39] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.088092 10.0.0.131 - - [2026-05-25 02:16:39] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003653 10.0.0.73 - - [2026-05-25 02:16:39] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?fields=virtual_networks HTTP/1.1" 200 1038 0.086393 10.0.0.131 - - [2026-05-25 02:16:39] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001410 10.0.0.73 - - [2026-05-25 02:16:39] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.071325 10.0.0.131 - - [2026-05-25 02:16:39] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001950 10.0.0.73 - - [2026-05-25 02:16:40] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?fields=security_groups HTTP/1.1" 200 1267 0.082765 10.0.0.73 - - [2026-05-25 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.345876 10.0.0.73 - - [2026-05-25 02:16:41] "GET /obj-perms HTTP/1.1" 200 5056 0.090216 10.0.0.131 - - [2026-05-25 02:16:41] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004400 10.0.0.131 - - [2026-05-25 02:16:41] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001496 10.0.0.131 - - [2026-05-25 02:16:41] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009943 10.0.0.19 - - [2026-05-25 02:16:41] "GET /obj-perms HTTP/1.1" 200 5056 0.083972 10.0.0.131 - - [2026-05-25 02:16:41] "POST /id-to-fqname HTTP/1.1" 200 198 0.003566 10.0.0.131 - - [2026-05-25 02:16:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.007538 10.0.0.131 - - [2026-05-25 02:16:42] "POST /security-groups HTTP/1.1" 200 599 0.037159 10.0.0.131 - - [2026-05-25 02:16:42] "POST /projects HTTP/1.1" 200 601 0.279862 10.0.0.131 - - [2026-05-25 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.313941 10.0.0.19 - - [2026-05-25 02:16:42] "POST /access-control-lists HTTP/1.1" 200 606 0.037976 10.0.0.73 - - [2026-05-25 02:16:42] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.765226 10.0.0.73 - - [2026-05-25 02:16:43] "GET / HTTP/1.1" 200 36215 0.001812 10.0.0.73 - - [2026-05-25 02:16:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000624 10.0.0.73 - - [2026-05-25 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.364598 10.0.0.131 - - [2026-05-25 02:16:44] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001648 10.0.0.73 - - [2026-05-25 02:16:44] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051550 10.0.0.131 - - [2026-05-25 02:16:44] "DELETE /project/720c8580eb5448a3957dfabdccdd66c6 HTTP/1.1" 404 173 0.009148 10.0.0.131 - - [2026-05-25 02:16:44] "DELETE /project/d74dbb75cb0e43bf8745be173265abfd HTTP/1.1" 404 173 0.013103 10.0.0.131 - - [2026-05-25 02:16:44] "DELETE /project/36a5405326e3434bbe34d9882b6cfa71 HTTP/1.1" 404 173 0.011376 10.0.0.131 - - [2026-05-25 02:16:44] "DELETE /project/ea7d8d41-4dd2-4e88-9ce4-e12d8a8b77be HTTP/1.1" 404 177 0.013786 10.0.0.131 - - [2026-05-25 02:16:44] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001232 10.0.0.131 - - [2026-05-25 02:16:44] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000977 10.0.0.73 - - [2026-05-25 02:16:44] "POST /neutron/network HTTP/1.1" 200 117 0.086325 10.0.0.131 - - [2026-05-25 02:16:44] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.071206 10.0.0.131 - - [2026-05-25 02:16:44] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.131 - - [2026-05-25 02:16:44] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.106508 10.0.0.131 - - [2026-05-25 02:16:44] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002804 10.0.0.131 - - [2026-05-25 02:16:44] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?fields=security_groups HTTP/1.1" 200 1399 0.094359 10.0.0.131 - - [2026-05-25 02:16:45] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?fields=security_groups HTTP/1.1" 200 1369 0.137588 10.0.0.131 - - [2026-05-25 02:16:45] "DELETE /security-group/f96ac67f-8ad8-4101-b168-0348a6f10dec HTTP/1.1" 200 115 0.109544 10.0.0.131 - - [2026-05-25 02:16:45] "GET /projects?obj_uuids=720c8580-eb54-48a3-957d-fabdccdd66c6&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001798 10.0.0.19 - - [2026-05-25 02:16:45] "DELETE /access-control-list/c20c2a05-8d43-4d5b-bee7-5a385d2336df HTTP/1.1" 200 115 0.046194 10.0.0.131 - - [2026-05-25 02:16:45] "GET /project/720c8580-eb54-48a3-957d-fabdccdd66c6?fields=application_policy_sets HTTP/1.1" 200 1438 0.054109 10.0.0.131 - - [2026-05-25 02:16:45] "DELETE /security-group/7c1e8460-374e-4c36-9a77-5f4c9d9afe67 HTTP/1.1" 200 115 0.129066 10.0.0.131 - - [2026-05-25 02:16:45] "GET /projects?obj_uuids=d74dbb75-cb0e-43bf-8745-be173265abfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001100 10.0.0.131 - - [2026-05-25 02:16:45] "GET /project/d74dbb75-cb0e-43bf-8745-be173265abfd?fields=application_policy_sets HTTP/1.1" 200 1408 0.067218 10.0.0.19 - - [2026-05-25 02:16:45] "POST /ref-update HTTP/1.1" 200 156 0.069319 10.0.0.131 - - [2026-05-25 02:16:45] "DELETE /project/720c8580-eb54-48a3-957d-fabdccdd66c6 HTTP/1.1" 200 115 0.677705 10.0.0.131 - - [2026-05-25 02:16:45] "DELETE /project/d74dbb75-cb0e-43bf-8745-be173265abfd HTTP/1.1" 200 115 0.772333 10.0.0.73 - - [2026-05-25 02:16:45] "POST /neutron/network HTTP/1.1" 200 910 0.014264 10.0.0.73 - - [2026-05-25 02:16:45] "POST /id-to-fqname HTTP/1.1" 200 267 0.001485 10.0.0.73 - - [2026-05-25 02:16:45] "GET /virtual-network/ae2853f6-66d2-4dbe-a697-1dec0e175cdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006206 10.0.0.73 - - [2026-05-25 02:16:45] "GET /virtual-network/ae2853f6-66d2-4dbe-a697-1dec0e175cdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006207 10.0.0.73 - - [2026-05-25 02:16:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.012370 10.0.0.73 - - [2026-05-25 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.131 - - [2026-05-25 02:16:45] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001355 10.0.0.73 - - [2026-05-25 02:16:45] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048067 10.0.0.19 - - [2026-05-25 02:16:46] "POST /route-targets HTTP/1.1" 200 328 0.020576 10.0.0.131 - - [2026-05-25 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.009809 10.0.0.73 - - [2026-05-25 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.242372 10.0.0.73 - - [2026-05-25 02:16:46] "POST /id-to-fqname HTTP/1.1" 200 267 0.002081 10.0.0.73 - - [2026-05-25 02:16:46] "GET /virtual-network/b55210e8-999d-40e1-9e5d-c6ecffd92c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.013641 10.0.0.73 - - [2026-05-25 02:16:46] "GET /virtual-network/b55210e8-999d-40e1-9e5d-c6ecffd92c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.009122 10.0.0.73 - - [2026-05-25 02:16:46] "POST /neutron/network HTTP/1.1" 200 912 0.010780 10.0.0.73 - - [2026-05-25 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005384 10.0.0.131 - - [2026-05-25 02:16:46] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.73 - - [2026-05-25 02:16:46] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.071467 10.0.0.131 - - [2026-05-25 02:16:46] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001497 10.0.0.73 - - [2026-05-25 02:16:46] "POST /neutron/network HTTP/1.1" 200 693 0.158602 10.0.0.19 - - [2026-05-25 02:16:46] "POST /ref-update HTTP/1.1" 200 156 0.032787 10.0.0.73 - - [2026-05-25 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 268 0.005790 10.0.0.73 - - [2026-05-25 02:16:47] "GET /virtual-network/3d996662-1d4e-499b-8bdd-c78e1dd8c5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.007943 10.0.0.73 - - [2026-05-25 02:16:47] "POST /neutron/network HTTP/1.1" 200 912 0.010743 10.0.0.73 - - [2026-05-25 02:16:47] "GET /virtual-network/3d996662-1d4e-499b-8bdd-c78e1dd8c5cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.009845 10.0.0.73 - - [2026-05-25 02:16:47] "POST /id-to-fqname HTTP/1.1" 200 267 0.001954 10.0.0.73 - - [2026-05-25 02:17:25] "POST /neutron/network HTTP/1.1" 200 922 0.008668 10.0.0.131 - - [2026-05-25 02:17:25] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.73 - - [2026-05-25 02:17:25] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.077229 10.0.0.73 - - [2026-05-25 02:17:26] "POST /neutron/port HTTP/1.1" 200 117 0.008918 10.0.0.73 - - [2026-05-25 02:17:26] "POST /id-to-fqname HTTP/1.1" 200 268 0.001445 10.0.0.73 - - [2026-05-25 02:17:26] "POST /neutron/network HTTP/1.1" 200 922 0.010109 10.0.0.131 - - [2026-05-25 02:17:27] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001365 10.0.0.73 - - [2026-05-25 02:17:27] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.106340 10.0.0.73 - - [2026-05-25 02:17:27] "POST /neutron/port HTTP/1.1" 200 1080 0.043654 10.0.0.131 - - [2026-05-25 02:17:27] "GET /projects?obj_uuids=c8ac11ba-4ac5-4452-9a37-69da139cedd9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001714 10.0.0.73 - - [2026-05-25 02:17:27] "GET /project/c8ac11ba-4ac5-4452-9a37-69da139cedd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.126919 10.0.0.73 - - [2026-05-25 02:17:27] "POST /neutron/port HTTP/1.1" 200 1070 0.037980 10.0.0.73 - - [2026-05-25 02:17:28] "POST /neutron/network HTTP/1.1" 200 922 0.014182 10.0.0.73 - - [2026-05-25 02:17:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013837 10.0.0.73 - - [2026-05-25 02:17:28] "POST /neutron/network HTTP/1.1" 200 912 0.015589 10.0.0.73 - - [2026-05-25 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009940 10.0.0.73 - - [2026-05-25 02:17:29] "GET /security-group/23cd891e-a354-457c-8579-038860685415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.016404 10.0.0.73 - - [2026-05-25 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.73 - - [2026-05-25 02:17:29] "POST /neutron/port HTTP/1.1" 200 1122 0.228472 10.0.0.131 - - [2026-05-25 02:17:29] "GET /projects?obj_uuids=c8ac11ba-4ac5-4452-9a37-69da139cedd9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001536 10.0.0.73 - - [2026-05-25 02:17:29] "GET /project/c8ac11ba-4ac5-4452-9a37-69da139cedd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.088731 10.0.0.73 - - [2026-05-25 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.011648 10.0.0.73 - - [2026-05-25 02:17:29] "GET /security-group/23cd891e-a354-457c-8579-038860685415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005480 10.0.0.73 - - [2026-05-25 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005821 10.0.0.73 - - [2026-05-25 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.023620 10.0.0.73 - - [2026-05-25 02:17:29] "PUT /security-group/23cd891e-a354-457c-8579-038860685415 HTTP/1.1" 200 263 0.063735 10.0.0.73 - - [2026-05-25 02:17:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.006299 10.0.0.73 - - [2026-05-25 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006307 10.0.0.131 - - [2026-05-25 02:17:30] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.73 - - [2026-05-25 02:17:30] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.016214 10.0.0.73 - - [2026-05-25 02:17:30] "POST /service-templates HTTP/1.1" 200 545 0.060136 10.0.0.73 - - [2026-05-25 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.018527 10.0.0.73 - - [2026-05-25 02:17:30] "GET /service-template/c7ce004b-a2f4-4f41-8bb5-cffc31d8aeaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.009909 10.0.0.73 - - [2026-05-25 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.015523 10.0.0.73 - - [2026-05-25 02:17:30] "GET /service-template/c7ce004b-a2f4-4f41-8bb5-cffc31d8aeaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.005777 10.0.0.73 - - [2026-05-25 02:17:30] "POST /id-to-fqname HTTP/1.1" 200 267 0.003526 10.0.0.73 - - [2026-05-25 02:17:31] "POST /id-to-fqname HTTP/1.1" 200 267 0.003579 10.0.0.73 - - [2026-05-25 02:17:31] "POST /id-to-fqname HTTP/1.1" 200 268 0.003258 10.0.0.73 - - [2026-05-25 02:17:31] "POST /neutron/port HTTP/1.1" 200 2114 0.080636 10.0.0.73 - - [2026-05-25 02:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007869 10.0.0.73 - - [2026-05-25 02:17:31] "DELETE /service-template/c7ce004b-a2f4-4f41-8bb5-cffc31d8aeaa HTTP/1.1" 200 115 0.073567 10.0.0.73 - - [2026-05-25 02:17:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.016074 10.0.0.73 - - [2026-05-25 02:17:34] "POST /neutron/network HTTP/1.1" 400 204 0.026156 10.0.0.73 - - [2026-05-25 02:17:38] "POST /neutron/network HTTP/1.1" 200 912 0.022801 10.0.0.73 - - [2026-05-25 02:17:40] "POST /neutron/network HTTP/1.1" 400 204 0.035486 10.0.0.131 - - [2026-05-25 02:17:42] "GET /obj-perms HTTP/1.1" 200 5056 0.086969 10.0.0.73 - - [2026-05-25 02:17:45] "POST /neutron/network HTTP/1.1" 200 912 0.019313 10.0.0.73 - - [2026-05-25 02:17:47] "POST /neutron/network HTTP/1.1" 400 204 0.028893 10.0.0.19 - - [2026-05-25 02:17:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.19 - - [2026-05-25 02:17:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.131 - - [2026-05-25 02:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.131 - - [2026-05-25 02:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.19 - - [2026-05-25 02:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000724 10.0.0.19 - - [2026-05-25 02:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.131 - - [2026-05-25 02:17:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000617 10.0.0.131 - - [2026-05-25 02:17:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.73 - - [2026-05-25 02:17:51] "POST /neutron/network HTTP/1.1" 200 912 0.018121 10.0.0.73 - - [2026-05-25 02:17:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000571 10.0.0.73 - - [2026-05-25 02:17:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.73 - - [2026-05-25 02:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000628 10.0.0.73 - - [2026-05-25 02:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.73 - - [2026-05-25 02:17:53] "POST /neutron/network HTTP/1.1" 400 204 0.021033 10.0.0.73 - - [2026-05-25 02:17:57] "POST /neutron/network HTTP/1.1" 200 912 0.010538 10.0.0.73 - - [2026-05-25 02:17:59] "POST /neutron/network HTTP/1.1" 400 204 0.018317 10.0.0.73 - - [2026-05-25 02:18:03] "POST /neutron/network HTTP/1.1" 200 912 0.013530 10.0.0.73 - - [2026-05-25 02:18:05] "POST /neutron/network HTTP/1.1" 400 204 0.022790 10.0.0.73 - - [2026-05-25 02:18:09] "POST /neutron/network HTTP/1.1" 200 912 0.010534 10.0.0.73 - - [2026-05-25 02:18:11] "POST /neutron/network HTTP/1.1" 400 204 0.025497 10.0.0.73 - - [2026-05-25 02:18:16] "POST /neutron/network HTTP/1.1" 200 912 0.008377 10.0.0.73 - - [2026-05-25 02:18:18] "POST /neutron/network HTTP/1.1" 400 204 0.021389 10.0.0.73 - - [2026-05-25 02:18:22] "POST /neutron/network HTTP/1.1" 200 912 0.010744 10.0.0.73 - - [2026-05-25 02:18:24] "POST /neutron/network HTTP/1.1" 400 204 0.019685 10.0.0.73 - - [2026-05-25 02:18:26] "POST /neutron/network HTTP/1.1" 200 912 0.011029 10.0.0.73 - - [2026-05-25 02:18:26] "POST /neutron/port HTTP/1.1" 200 151 0.319074 10.0.0.73 - - [2026-05-25 02:18:28] "POST /neutron/network HTTP/1.1" 200 912 0.012623 10.0.0.73 - - [2026-05-25 02:18:30] "POST /neutron/network HTTP/1.1" 400 204 0.014075 10.0.0.73 - - [2026-05-25 02:18:32] "POST /neutron/port HTTP/1.1" 200 1132 0.024911 10.0.0.73 - - [2026-05-25 02:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.010874 10.0.0.19 - - [2026-05-25 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.73 - - [2026-05-25 02:18:34] "POST /neutron/network HTTP/1.1" 200 910 0.016289 10.0.0.131 - - [2026-05-25 02:18:35] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001626 10.0.0.19 - - [2026-05-25 02:18:35] "DELETE /route-target/320d1ec4-5da2-4b3f-be00-d08d99cc5079 HTTP/1.1" 200 115 0.046858 10.0.0.73 - - [2026-05-25 02:18:35] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.097596 10.0.0.131 - - [2026-05-25 02:18:35] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001670 10.0.0.73 - - [2026-05-25 02:18:35] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.074115 10.0.0.131 - - [2026-05-25 02:18:37] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001210 10.0.0.73 - - [2026-05-25 02:18:37] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.067743 10.0.0.131 - - [2026-05-25 02:18:37] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001534 10.0.0.73 - - [2026-05-25 02:18:37] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.057861 10.0.0.131 - - [2026-05-25 02:18:39] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.73 - - [2026-05-25 02:18:39] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048108 10.0.0.131 - - [2026-05-25 02:18:39] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.73 - - [2026-05-25 02:18:39] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.061084 10.0.0.131 - - [2026-05-25 02:18:41] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.73 - - [2026-05-25 02:18:41] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.073021 10.0.0.131 - - [2026-05-25 02:18:41] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001468 10.0.0.73 - - [2026-05-25 02:18:41] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.071794 10.0.0.131 - - [2026-05-25 02:18:43] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001304 10.0.0.73 - - [2026-05-25 02:18:43] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.067328 10.0.0.131 - - [2026-05-25 02:18:43] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001281 10.0.0.73 - - [2026-05-25 02:18:43] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.060061 10.0.0.131 - - [2026-05-25 02:18:45] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001386 10.0.0.73 - - [2026-05-25 02:18:46] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.062020 10.0.0.131 - - [2026-05-25 02:18:46] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002031 10.0.0.73 - - [2026-05-25 02:18:46] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.070254 10.0.0.131 - - [2026-05-25 02:18:48] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.73 - - [2026-05-25 02:18:48] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.061648 10.0.0.131 - - [2026-05-25 02:18:48] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.73 - - [2026-05-25 02:18:48] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.079535 10.0.0.131 - - [2026-05-25 02:18:50] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001840 10.0.0.73 - - [2026-05-25 02:18:50] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054911 10.0.0.131 - - [2026-05-25 02:18:50] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001783 10.0.0.73 - - [2026-05-25 02:18:50] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.069324 10.0.0.131 - - [2026-05-25 02:18:52] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001478 10.0.0.73 - - [2026-05-25 02:18:52] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.077889 10.0.0.131 - - [2026-05-25 02:18:52] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.73 - - [2026-05-25 02:18:52] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.060417 10.0.0.131 - - [2026-05-25 02:18:54] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.73 - - [2026-05-25 02:18:54] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045347 10.0.0.131 - - [2026-05-25 02:18:54] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001617 10.0.0.73 - - [2026-05-25 02:18:54] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.062040 10.0.0.131 - - [2026-05-25 02:18:56] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.73 - - [2026-05-25 02:18:56] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057152 10.0.0.131 - - [2026-05-25 02:18:56] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001942 10.0.0.73 - - [2026-05-25 02:18:56] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.061691 10.0.0.131 - - [2026-05-25 02:18:59] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.73 - - [2026-05-25 02:18:59] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055839 10.0.0.131 - - [2026-05-25 02:18:59] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001530 10.0.0.73 - - [2026-05-25 02:18:59] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.074137 10.0.0.131 - - [2026-05-25 02:19:01] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002067 10.0.0.73 - - [2026-05-25 02:19:01] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056424 10.0.0.131 - - [2026-05-25 02:19:01] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.73 - - [2026-05-25 02:19:01] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.060478 10.0.0.131 - - [2026-05-25 02:19:03] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001460 10.0.0.73 - - [2026-05-25 02:19:03] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.066173 10.0.0.131 - - [2026-05-25 02:19:03] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316 10.0.0.73 - - [2026-05-25 02:19:03] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.054539 10.0.0.131 - - [2026-05-25 02:19:05] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001803 10.0.0.73 - - [2026-05-25 02:19:05] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065213 10.0.0.131 - - [2026-05-25 02:19:05] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003134 10.0.0.73 - - [2026-05-25 02:19:05] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.061006 10.0.0.131 - - [2026-05-25 02:19:07] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001591 10.0.0.73 - - [2026-05-25 02:19:07] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.069694 10.0.0.131 - - [2026-05-25 02:19:07] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.73 - - [2026-05-25 02:19:07] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.056792 10.0.0.131 - - [2026-05-25 02:19:09] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.73 - - [2026-05-25 02:19:09] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056361 10.0.0.131 - - [2026-05-25 02:19:09] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.73 - - [2026-05-25 02:19:10] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.084218 10.0.0.131 - - [2026-05-25 02:19:12] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001244 10.0.0.73 - - [2026-05-25 02:19:12] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056176 10.0.0.131 - - [2026-05-25 02:19:12] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001488 10.0.0.73 - - [2026-05-25 02:19:12] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.049695 10.0.0.131 - - [2026-05-25 02:19:14] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.73 - - [2026-05-25 02:19:14] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054197 10.0.0.131 - - [2026-05-25 02:19:14] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.73 - - [2026-05-25 02:19:14] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.067957 10.0.0.131 - - [2026-05-25 02:19:16] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.73 - - [2026-05-25 02:19:16] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047666 10.0.0.131 - - [2026-05-25 02:19:16] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001498 10.0.0.73 - - [2026-05-25 02:19:16] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.050862 10.0.0.131 - - [2026-05-25 02:19:18] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001432 10.0.0.73 - - [2026-05-25 02:19:18] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.060477 10.0.0.131 - - [2026-05-25 02:19:18] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.73 - - [2026-05-25 02:19:18] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.047399 10.0.0.131 - - [2026-05-25 02:19:20] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.73 - - [2026-05-25 02:19:20] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059687 10.0.0.131 - - [2026-05-25 02:19:20] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236 10.0.0.73 - - [2026-05-25 02:19:20] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.049717 10.0.0.131 - - [2026-05-25 02:19:22] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001457 10.0.0.73 - - [2026-05-25 02:19:22] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039772 10.0.0.131 - - [2026-05-25 02:19:22] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001156 10.0.0.73 - - [2026-05-25 02:19:22] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.060293 10.0.0.131 - - [2026-05-25 02:19:25] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.73 - - [2026-05-25 02:19:25] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051677 10.0.0.131 - - [2026-05-25 02:19:25] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001450 10.0.0.73 - - [2026-05-25 02:19:25] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.058076 10.0.0.131 - - [2026-05-25 02:19:27] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001322 10.0.0.73 - - [2026-05-25 02:19:27] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052183 10.0.0.131 - - [2026-05-25 02:19:27] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003123 10.0.0.73 - - [2026-05-25 02:19:27] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.075212 10.0.0.131 - - [2026-05-25 02:19:29] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.73 - - [2026-05-25 02:19:29] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055771 10.0.0.131 - - [2026-05-25 02:19:29] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311 10.0.0.73 - - [2026-05-25 02:19:29] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.048716 10.0.0.131 - - [2026-05-25 02:19:31] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001563 10.0.0.73 - - [2026-05-25 02:19:31] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059111 10.0.0.131 - - [2026-05-25 02:19:31] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002036 10.0.0.73 - - [2026-05-25 02:19:31] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.054489 10.0.0.131 - - [2026-05-25 02:19:33] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.73 - - [2026-05-25 02:19:33] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056353 10.0.0.131 - - [2026-05-25 02:19:33] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.73 - - [2026-05-25 02:19:33] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.058529 10.0.0.131 - - [2026-05-25 02:19:35] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001175 10.0.0.73 - - [2026-05-25 02:19:35] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.045137 10.0.0.131 - - [2026-05-25 02:19:35] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001743 10.0.0.73 - - [2026-05-25 02:19:35] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.062747 10.0.0.131 - - [2026-05-25 02:19:38] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001572 10.0.0.73 - - [2026-05-25 02:19:38] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056337 10.0.0.131 - - [2026-05-25 02:19:38] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002332 10.0.0.73 - - [2026-05-25 02:19:38] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.059393 10.0.0.131 - - [2026-05-25 02:19:40] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002167 10.0.0.73 - - [2026-05-25 02:19:40] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.053954 10.0.0.131 - - [2026-05-25 02:19:40] "GET /projects?obj_uuids=36a54053-26e3-434b-be34-d9882b6cfa71&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.73 - - [2026-05-25 02:19:40] "GET /project/36a54053-26e3-434b-be34-d9882b6cfa71?fields=virtual_networks HTTP/1.1" 200 1336 0.058881 10.0.0.73 - - [2026-05-25 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.036591 10.0.0.131 - - [2026-05-25 02:19:40] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003967 10.0.0.131 - - [2026-05-25 02:19:40] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.131 - - [2026-05-25 02:19:40] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008698 10.0.0.131 - - [2026-05-25 02:19:41] "POST /id-to-fqname HTTP/1.1" 200 191 0.004039 10.0.0.131 - - [2026-05-25 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.006182 10.0.0.131 - - [2026-05-25 02:19:41] "POST /security-groups HTTP/1.1" 200 592 0.036359 10.0.0.131 - - [2026-05-25 02:19:41] "POST /projects HTTP/1.1" 200 587 0.312575 10.0.0.131 - - [2026-05-25 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.389973 10.0.0.19 - - [2026-05-25 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.005803 10.0.0.73 - - [2026-05-25 02:19:41] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.570505 10.0.0.73 - - [2026-05-25 02:19:42] "GET / HTTP/1.1" 200 36215 0.002241 10.0.0.73 - - [2026-05-25 02:19:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000595 10.0.0.73 - - [2026-05-25 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.075104 10.0.0.131 - - [2026-05-25 02:19:43] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001852 10.0.0.73 - - [2026-05-25 02:19:43] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.050913 10.0.0.131 - - [2026-05-25 02:19:43] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.73 - - [2026-05-25 02:19:43] "POST /neutron/network HTTP/1.1" 200 670 0.222578 10.0.0.19 - - [2026-05-25 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.036155 10.0.0.73 - - [2026-05-25 02:19:44] "POST /id-to-fqname HTTP/1.1" 200 253 0.005969 10.0.0.73 - - [2026-05-25 02:19:44] "GET /virtual-network/b2490124-46c0-4fac-bd31-ccaa25e3a1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006501 10.0.0.73 - - [2026-05-25 02:19:44] "POST /neutron/network HTTP/1.1" 200 888 0.008379 10.0.0.73 - - [2026-05-25 02:19:44] "GET /virtual-network/b2490124-46c0-4fac-bd31-ccaa25e3a1db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006477 10.0.0.73 - - [2026-05-25 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.131 - - [2026-05-25 02:19:44] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001400 10.0.0.73 - - [2026-05-25 02:19:44] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.049998 10.0.0.73 - - [2026-05-25 02:19:44] "POST /neutron/network HTTP/1.1" 200 117 0.016204 10.0.0.73 - - [2026-05-25 02:19:45] "POST /neutron/network HTTP/1.1" 200 891 0.011402 10.0.0.73 - - [2026-05-25 02:19:45] "POST /id-to-fqname HTTP/1.1" 200 253 0.001434 10.0.0.73 - - [2026-05-25 02:19:45] "GET /virtual-network/6ce55ed4-0e7d-43ef-8eb1-223216ea25c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.015118 10.0.0.73 - - [2026-05-25 02:19:45] "GET /virtual-network/6ce55ed4-0e7d-43ef-8eb1-223216ea25c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006961 10.0.0.73 - - [2026-05-25 02:19:45] "POST /neutron/subnet HTTP/1.1" 200 734 0.012214 10.0.0.73 - - [2026-05-25 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006018 10.0.0.131 - - [2026-05-25 02:19:45] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001321 10.0.0.73 - - [2026-05-25 02:19:45] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.055933 10.0.0.19 - - [2026-05-25 02:19:45] "POST /route-targets HTTP/1.1" 200 328 0.013446 10.0.0.131 - - [2026-05-25 02:19:45] "DELETE /project/0c16909fe7a3487cab2eaecd6d712f7a HTTP/1.1" 404 173 0.003402 10.0.0.131 - - [2026-05-25 02:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.009620 10.0.0.73 - - [2026-05-25 02:19:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.256619 10.0.0.73 - - [2026-05-25 02:19:45] "POST /id-to-fqname HTTP/1.1" 200 254 0.001468 10.0.0.73 - - [2026-05-25 02:19:45] "GET /virtual-network/2dfbc85b-e1df-419a-9077-9d10f8619e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006417 10.0.0.73 - - [2026-05-25 02:19:45] "GET /virtual-network/2dfbc85b-e1df-419a-9077-9d10f8619e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006213 10.0.0.73 - - [2026-05-25 02:19:45] "POST /neutron/network HTTP/1.1" 200 891 0.007772 10.0.0.73 - - [2026-05-25 02:19:45] "POST /id-to-fqname HTTP/1.1" 200 253 0.001653 10.0.0.131 - - [2026-05-25 02:19:46] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001882 10.0.0.73 - - [2026-05-25 02:19:46] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.076438 10.0.0.73 - - [2026-05-25 02:19:46] "POST /neutron/network HTTP/1.1" 200 891 0.015191 10.0.0.73 - - [2026-05-25 02:19:47] "POST /id-to-fqname HTTP/1.1" 200 254 0.001710 10.0.0.73 - - [2026-05-25 02:19:47] "POST /neutron/port HTTP/1.1" 200 117 0.008907 10.0.0.131 - - [2026-05-25 02:19:47] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003228 10.0.0.73 - - [2026-05-25 02:19:48] "POST /neutron/port HTTP/1.1" 200 1063 0.361101 10.0.0.131 - - [2026-05-25 02:19:48] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918 10.0.0.73 - - [2026-05-25 02:19:48] "POST /neutron/port HTTP/1.1" 200 1117 0.151728 10.0.0.73 - - [2026-05-25 02:19:48] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.140546 10.0.0.73 - - [2026-05-25 02:19:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005439 10.0.0.73 - - [2026-05-25 02:19:48] "POST /neutron/network HTTP/1.1" 200 891 0.027992 10.0.0.73 - - [2026-05-25 02:19:48] "POST /neutron/port HTTP/1.1" 200 117 0.008670 10.0.0.73 - - [2026-05-25 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003513 10.0.0.73 - - [2026-05-25 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.131 - - [2026-05-25 02:19:49] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001384 10.0.0.73 - - [2026-05-25 02:19:49] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013275 10.0.0.73 - - [2026-05-25 02:19:49] "POST /neutron/port HTTP/1.1" 200 1061 0.030572 10.0.0.73 - - [2026-05-25 02:19:49] "POST /service-templates HTTP/1.1" 200 545 0.056170 10.0.0.73 - - [2026-05-25 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.73 - - [2026-05-25 02:19:49] "GET /service-template/e442f2ed-5915-4171-becf-54df1a489bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.020861 10.0.0.73 - - [2026-05-25 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.010834 10.0.0.73 - - [2026-05-25 02:19:49] "GET /service-template/e442f2ed-5915-4171-becf-54df1a489bff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004619 10.0.0.73 - - [2026-05-25 02:19:49] "POST /id-to-fqname HTTP/1.1" 200 253 0.001281 10.0.0.73 - - [2026-05-25 02:19:49] "POST /neutron/port HTTP/1.1" 200 1125 0.038639 10.0.0.73 - - [2026-05-25 02:19:50] "POST /id-to-fqname HTTP/1.1" 200 253 0.001565 10.0.0.73 - - [2026-05-25 02:19:50] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.73 - - [2026-05-25 02:19:50] "POST /id-to-fqname HTTP/1.1" 200 254 0.001380 10.0.0.73 - - [2026-05-25 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012064 10.0.0.73 - - [2026-05-25 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005671 10.0.0.73 - - [2026-05-25 02:19:50] "DELETE /service-template/e442f2ed-5915-4171-becf-54df1a489bff HTTP/1.1" 200 115 0.051775 10.0.0.73 - - [2026-05-25 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.007105 10.0.0.73 - - [2026-05-25 02:19:53] "POST /neutron/port HTTP/1.1" 200 1125 0.027794 10.0.0.73 - - [2026-05-25 02:19:53] "POST /neutron/port HTTP/1.1" 200 1127 0.023280 10.0.0.73 - - [2026-05-25 02:19:54] "POST /neutron/network HTTP/1.1" 200 891 0.007900 10.0.0.19 - - [2026-05-25 02:19:54] "DELETE /route-target/29030037-d09c-451f-befe-bc875cd6b210 HTTP/1.1" 200 115 0.053015 10.0.0.131 - - [2026-05-25 02:19:55] "POST /useragent-kv HTTP/1.1" 200 115 0.007155 10.0.0.131 - - [2026-05-25 02:19:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005722 10.0.0.73 - - [2026-05-25 02:19:55] "POST /neutron/network HTTP/1.1" 200 151 0.208129 10.0.0.19 - - [2026-05-25 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006930 10.0.0.131 - - [2026-05-25 02:19:55] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001282 10.0.0.73 - - [2026-05-25 02:19:55] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.059926 10.0.0.131 - - [2026-05-25 02:19:55] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001214 10.0.0.73 - - [2026-05-25 02:19:55] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?fields=virtual_networks HTTP/1.1" 200 1035 0.077636 10.0.0.131 - - [2026-05-25 02:19:55] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001692 10.0.0.73 - - [2026-05-25 02:19:55] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.066164 10.0.0.131 - - [2026-05-25 02:19:55] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001714 10.0.0.73 - - [2026-05-25 02:19:55] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?fields=security_groups HTTP/1.1" 200 1263 0.046863 10.0.0.73 - - [2026-05-25 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.039768 10.0.0.131 - - [2026-05-25 02:19:56] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003438 10.0.0.131 - - [2026-05-25 02:19:56] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001397 10.0.0.131 - - [2026-05-25 02:19:56] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012098 10.0.0.131 - - [2026-05-25 02:19:56] "POST /id-to-fqname HTTP/1.1" 200 195 0.002220 10.0.0.131 - - [2026-05-25 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 204 0.004922 10.0.0.131 - - [2026-05-25 02:19:56] "POST /security-groups HTTP/1.1" 200 596 0.041276 10.0.0.131 - - [2026-05-25 02:19:57] "POST /projects HTTP/1.1" 200 595 0.259860 10.0.0.131 - - [2026-05-25 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.297613 10.0.0.19 - - [2026-05-25 02:19:57] "POST /access-control-lists HTTP/1.1" 200 603 0.037660 10.0.0.73 - - [2026-05-25 02:19:57] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.487885 10.0.0.73 - - [2026-05-25 02:19:58] "GET / HTTP/1.1" 200 36215 0.001672 10.0.0.73 - - [2026-05-25 02:19:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.73 - - [2026-05-25 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.097342 10.0.0.131 - - [2026-05-25 02:19:59] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001762 10.0.0.73 - - [2026-05-25 02:19:59] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.048622 10.0.0.73 - - [2026-05-25 02:19:59] "POST /neutron/network HTTP/1.1" 200 117 0.037498 10.0.0.19 - - [2026-05-25 02:19:59] "POST /route-targets HTTP/1.1" 200 328 0.021003 10.0.0.131 - - [2026-05-25 02:20:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008447 10.0.0.73 - - [2026-05-25 02:20:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.239278 10.0.0.73 - - [2026-05-25 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 261 0.002011 10.0.0.73 - - [2026-05-25 02:20:00] "GET /virtual-network/f5f80859-ac0a-4c26-96b6-b9efaa24c65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.007719 10.0.0.73 - - [2026-05-25 02:20:00] "GET /virtual-network/f5f80859-ac0a-4c26-96b6-b9efaa24c65e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.006315 10.0.0.19 - - [2026-05-25 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.037714 10.0.0.73 - - [2026-05-25 02:20:00] "POST /neutron/network HTTP/1.1" 200 1076 0.011710 10.0.0.73 - - [2026-05-25 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.131 - - [2026-05-25 02:20:00] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001042 10.0.0.73 - - [2026-05-25 02:20:00] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.089528 10.0.0.73 - - [2026-05-25 02:20:00] "POST /neutron/network HTTP/1.1" 200 117 0.024241 10.0.0.19 - - [2026-05-25 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.036786 10.0.0.19 - - [2026-05-25 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.013570 10.0.0.131 - - [2026-05-25 02:20:01] "POST /useragent-kv HTTP/1.1" 200 115 0.010129 10.0.0.73 - - [2026-05-25 02:20:01] "POST /neutron/subnet HTTP/1.1" 200 715 0.285505 10.0.0.73 - - [2026-05-25 02:20:01] "POST /id-to-fqname HTTP/1.1" 200 261 0.001466 10.0.0.73 - - [2026-05-25 02:20:01] "GET /virtual-network/8dc2b23f-25c7-4dad-8e07-3890775ccd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.007461 10.0.0.73 - - [2026-05-25 02:20:01] "GET /virtual-network/8dc2b23f-25c7-4dad-8e07-3890775ccd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006922 10.0.0.73 - - [2026-05-25 02:20:01] "POST /neutron/network HTTP/1.1" 200 1073 0.011473 10.0.0.73 - - [2026-05-25 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006096 10.0.0.131 - - [2026-05-25 02:20:01] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001124 10.0.0.73 - - [2026-05-25 02:20:01] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.082374 10.0.0.73 - - [2026-05-25 02:20:01] "POST /neutron/network HTTP/1.1" 200 117 0.019413 10.0.0.131 - - [2026-05-25 02:20:02] "POST /useragent-kv HTTP/1.1" 200 115 0.041867 10.0.0.73 - - [2026-05-25 02:20:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.284677 10.0.0.73 - - [2026-05-25 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 262 0.001433 10.0.0.73 - - [2026-05-25 02:20:02] "GET /virtual-network/86db6908-c6ee-4e05-88d9-ec05ac58275d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.005751 10.0.0.73 - - [2026-05-25 02:20:02] "GET /virtual-network/86db6908-c6ee-4e05-88d9-ec05ac58275d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.006999 10.0.0.73 - - [2026-05-25 02:20:02] "POST /neutron/network HTTP/1.1" 200 1077 0.013835 10.0.0.73 - - [2026-05-25 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 261 0.001793 10.0.0.73 - - [2026-05-25 02:20:02] "POST /neutron/network HTTP/1.1" 200 1083 0.010227 10.0.0.131 - - [2026-05-25 02:20:03] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002246 10.0.0.73 - - [2026-05-25 02:20:03] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.116554 10.0.0.73 - - [2026-05-25 02:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.009918 10.0.0.73 - - [2026-05-25 02:20:04] "POST /id-to-fqname HTTP/1.1" 200 262 0.001890 10.0.0.73 - - [2026-05-25 02:20:04] "POST /neutron/network HTTP/1.1" 200 1083 0.009514 10.0.0.131 - - [2026-05-25 02:20:05] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001559 10.0.0.73 - - [2026-05-25 02:20:05] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.167480 10.0.0.73 - - [2026-05-25 02:20:05] "POST /neutron/port HTTP/1.1" 200 1170 0.037160 10.0.0.73 - - [2026-05-25 02:20:05] "POST /neutron/port HTTP/1.1" 200 1234 0.060658 10.0.0.73 - - [2026-05-25 02:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.008258 10.0.0.73 - - [2026-05-25 02:20:05] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018797 10.0.0.73 - - [2026-05-25 02:20:05] "POST /neutron/network HTTP/1.1" 200 1073 0.012588 10.0.0.73 - - [2026-05-25 02:20:06] "POST /neutron/port HTTP/1.1" 200 1172 0.043514 10.0.0.73 - - [2026-05-25 02:20:07] "POST /neutron/port HTTP/1.1" 200 1236 0.029013 10.0.0.73 - - [2026-05-25 02:20:07] "POST /neutron/subnet HTTP/1.1" 200 1384 0.021268 10.0.0.73 - - [2026-05-25 02:20:07] "POST /neutron/network HTTP/1.1" 200 1077 0.010806 10.0.0.73 - - [2026-05-25 02:20:07] "POST /neutron/port HTTP/1.1" 200 1234 0.022571 10.0.0.73 - - [2026-05-25 02:20:09] "POST /neutron/port HTTP/1.1" 200 1236 0.027193 10.0.0.73 - - [2026-05-25 02:20:09] "POST /neutron/network HTTP/1.1" 200 1073 0.010092 10.0.0.73 - - [2026-05-25 02:20:09] "POST /neutron/network HTTP/1.1" 200 2915 0.013350 10.0.0.19 - - [2026-05-25 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.041785 10.0.0.131 - - [2026-05-25 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004971 10.0.0.131 - - [2026-05-25 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008946 10.0.0.131 - - [2026-05-25 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003611 10.0.0.131 - - [2026-05-25 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003464 10.0.0.73 - - [2026-05-25 02:20:10] "POST /neutron/network HTTP/1.1" 200 151 0.245770 10.0.0.19 - - [2026-05-25 02:20:10] "DELETE /route-target/52e57be2-8739-4abe-9e5d-0dcb3ffd3e66 HTTP/1.1" 200 115 0.053909 10.0.0.131 - - [2026-05-25 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005721 10.0.0.131 - - [2026-05-25 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.010195 10.0.0.131 - - [2026-05-25 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003216 10.0.0.131 - - [2026-05-25 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.027060 10.0.0.73 - - [2026-05-25 02:20:10] "POST /neutron/network HTTP/1.1" 200 151 0.254445 10.0.0.131 - - [2026-05-25 02:20:10] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001380 10.0.0.73 - - [2026-05-25 02:20:10] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.103979 10.0.0.131 - - [2026-05-25 02:20:10] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001344 10.0.0.73 - - [2026-05-25 02:20:10] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?fields=virtual_networks HTTP/1.1" 200 1044 0.074470 10.0.0.131 - - [2026-05-25 02:20:10] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001159 10.0.0.73 - - [2026-05-25 02:20:10] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.077182 10.0.0.131 - - [2026-05-25 02:20:10] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001077 10.0.0.73 - - [2026-05-25 02:20:10] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?fields=security_groups HTTP/1.1" 200 1276 0.069121 10.0.0.73 - - [2026-05-25 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.034272 10.0.0.131 - - [2026-05-25 02:20:11] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003828 10.0.0.131 - - [2026-05-25 02:20:11] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001509 10.0.0.131 - - [2026-05-25 02:20:11] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053102 10.0.0.131 - - [2026-05-25 02:20:12] "POST /id-to-fqname HTTP/1.1" 200 198 0.003628 10.0.0.131 - - [2026-05-25 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.007684 10.0.0.131 - - [2026-05-25 02:20:12] "POST /security-groups HTTP/1.1" 200 599 0.095105 10.0.0.19 - - [2026-05-25 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.005033 10.0.0.131 - - [2026-05-25 02:20:12] "POST /projects HTTP/1.1" 200 601 0.353608 10.0.0.131 - - [2026-05-25 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.389663 10.0.0.73 - - [2026-05-25 02:20:12] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.609286 10.0.0.19 - - [2026-05-25 02:20:12] "POST /access-control-lists HTTP/1.1" 200 604 0.070386 10.0.0.73 - - [2026-05-25 02:20:13] "GET / HTTP/1.1" 200 36215 0.003312 10.0.0.73 - - [2026-05-25 02:20:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.73 - - [2026-05-25 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.074076 10.0.0.131 - - [2026-05-25 02:20:14] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001306 10.0.0.73 - - [2026-05-25 02:20:14] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.058512 10.0.0.131 - - [2026-05-25 02:20:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007368 10.0.0.73 - - [2026-05-25 02:20:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.239770 10.0.0.73 - - [2026-05-25 02:20:15] "POST /id-to-fqname HTTP/1.1" 200 267 0.001805 10.0.0.73 - - [2026-05-25 02:20:15] "GET /virtual-network/cff93ea1-dfbc-4282-b8c8-950acfcf5a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006838 10.0.0.73 - - [2026-05-25 02:20:15] "GET /virtual-network/cff93ea1-dfbc-4282-b8c8-950acfcf5a6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.007222 10.0.0.73 - - [2026-05-25 02:20:15] "POST /neutron/network HTTP/1.1" 200 911 0.009004 10.0.0.73 - - [2026-05-25 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.131 - - [2026-05-25 02:20:15] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001235 10.0.0.73 - - [2026-05-25 02:20:15] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047060 10.0.0.131 - - [2026-05-25 02:20:15] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.73 - - [2026-05-25 02:20:15] "POST /neutron/network HTTP/1.1" 200 691 0.159806 10.0.0.19 - - [2026-05-25 02:20:15] "POST /route-targets HTTP/1.1" 200 328 0.018962 10.0.0.73 - - [2026-05-25 02:20:16] "POST /id-to-fqname HTTP/1.1" 200 267 0.003995 10.0.0.73 - - [2026-05-25 02:20:16] "GET /virtual-network/18a16331-d948-4e94-9246-f4091b2e0873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006587 10.0.0.73 - - [2026-05-25 02:20:16] "POST /neutron/network HTTP/1.1" 200 912 0.006976 10.0.0.73 - - [2026-05-25 02:20:16] "GET /virtual-network/18a16331-d948-4e94-9246-f4091b2e0873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005807 10.0.0.73 - - [2026-05-25 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.131 - - [2026-05-25 02:20:16] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.73 - - [2026-05-25 02:20:16] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051621 10.0.0.73 - - [2026-05-25 02:20:16] "POST /neutron/network HTTP/1.1" 200 117 0.019356 10.0.0.19 - - [2026-05-25 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.033988 10.0.0.73 - - [2026-05-25 02:20:16] "POST /neutron/network HTTP/1.1" 200 911 0.019089 10.0.0.73 - - [2026-05-25 02:20:16] "POST /id-to-fqname HTTP/1.1" 200 268 0.001847 10.0.0.73 - - [2026-05-25 02:20:16] "GET /virtual-network/d9a5ff2f-30ee-4b45-925c-e64c9ec5a180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007787 10.0.0.73 - - [2026-05-25 02:20:16] "GET /virtual-network/d9a5ff2f-30ee-4b45-925c-e64c9ec5a180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.008647 10.0.0.73 - - [2026-05-25 02:20:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.012579 10.0.0.73 - - [2026-05-25 02:20:16] "POST /id-to-fqname HTTP/1.1" 200 267 0.002337 10.0.0.131 - - [2026-05-25 02:20:17] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001404 10.0.0.73 - - [2026-05-25 02:20:17] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.085570 10.0.0.73 - - [2026-05-25 02:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.008376 10.0.0.73 - - [2026-05-25 02:20:18] "POST /id-to-fqname HTTP/1.1" 200 268 0.002054 10.0.0.73 - - [2026-05-25 02:20:18] "POST /neutron/network HTTP/1.1" 200 921 0.010309 10.0.0.73 - - [2026-05-25 02:20:18] "POST /neutron/port HTTP/1.1" 200 1070 0.028022 10.0.0.131 - - [2026-05-25 02:20:19] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.73 - - [2026-05-25 02:20:19] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.088926 10.0.0.73 - - [2026-05-25 02:20:19] "POST /neutron/network HTTP/1.1" 200 911 0.013140 10.0.0.73 - - [2026-05-25 02:20:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.013366 10.0.0.73 - - [2026-05-25 02:20:19] "POST /neutron/port HTTP/1.1" 200 1134 0.030735 10.0.0.73 - - [2026-05-25 02:20:19] "POST /neutron/network HTTP/1.1" 200 921 0.010624 10.0.0.73 - - [2026-05-25 02:20:20] "POST /neutron/port HTTP/1.1" 200 1067 0.022844 10.0.0.73 - - [2026-05-25 02:20:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005935 10.0.0.73 - - [2026-05-25 02:20:20] "POST /neutron/network HTTP/1.1" 200 911 0.008266 10.0.0.73 - - [2026-05-25 02:20:21] "POST /neutron/port HTTP/1.1" 200 1134 0.022690 10.0.0.73 - - [2026-05-25 02:20:22] "POST /neutron/port HTTP/1.1" 200 1131 0.029677 10.0.0.73 - - [2026-05-25 02:20:23] "POST /neutron/network HTTP/1.1" 200 912 0.006987 10.0.0.131 - - [2026-05-25 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003318 10.0.0.19 - - [2026-05-25 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005082 10.0.0.131 - - [2026-05-25 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005612 10.0.0.73 - - [2026-05-25 02:20:23] "POST /neutron/network HTTP/1.1" 200 151 0.135316 10.0.0.131 - - [2026-05-25 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003080 10.0.0.131 - - [2026-05-25 02:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004632 10.0.0.73 - - [2026-05-25 02:20:23] "POST /neutron/network HTTP/1.1" 200 151 0.158058 10.0.0.131 - - [2026-05-25 02:20:23] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001437 10.0.0.19 - - [2026-05-25 02:20:23] "DELETE /route-target/e9f4b6fb-5af2-43d7-b822-3ef9304f6ae1 HTTP/1.1" 200 115 0.035742 10.0.0.73 - - [2026-05-25 02:20:23] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.088791 10.0.0.131 - - [2026-05-25 02:20:23] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.73 - - [2026-05-25 02:20:23] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?fields=virtual_networks HTTP/1.1" 200 1050 0.051612 10.0.0.131 - - [2026-05-25 02:20:23] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001482 10.0.0.73 - - [2026-05-25 02:20:23] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.056630 10.0.0.131 - - [2026-05-25 02:20:24] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001206 10.0.0.73 - - [2026-05-25 02:20:24] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?fields=security_groups HTTP/1.1" 200 1285 0.059170 10.0.0.73 - - [2026-05-25 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.036190 10.0.0.131 - - [2026-05-25 02:20:25] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004765 10.0.0.131 - - [2026-05-25 02:20:25] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002159 10.0.0.131 - - [2026-05-25 02:20:25] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012295 10.0.0.131 - - [2026-05-25 02:20:25] "POST /id-to-fqname HTTP/1.1" 200 195 0.005175 10.0.0.131 - - [2026-05-25 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 204 0.008272 10.0.0.131 - - [2026-05-25 02:20:25] "POST /security-groups HTTP/1.1" 200 596 0.093967 10.0.0.131 - - [2026-05-25 02:20:25] "POST /projects HTTP/1.1" 200 595 0.350064 10.0.0.131 - - [2026-05-25 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.388734 10.0.0.19 - - [2026-05-25 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 238 0.012284 10.0.0.73 - - [2026-05-25 02:20:25] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.599942 10.0.0.73 - - [2026-05-25 02:20:26] "GET / HTTP/1.1" 200 36215 0.002412 10.0.0.73 - - [2026-05-25 02:20:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000809 10.0.0.73 - - [2026-05-25 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.086232 10.0.0.131 - - [2026-05-25 02:20:27] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001287 10.0.0.73 - - [2026-05-25 02:20:27] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.053451 10.0.0.19 - - [2026-05-25 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.030879 10.0.0.131 - - [2026-05-25 02:20:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008989 10.0.0.73 - - [2026-05-25 02:20:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.292663 10.0.0.73 - - [2026-05-25 02:20:28] "POST /id-to-fqname HTTP/1.1" 200 261 0.001664 10.0.0.73 - - [2026-05-25 02:20:28] "GET /virtual-network/441d9981-b367-46ef-b96c-145a27f8b435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006215 10.0.0.73 - - [2026-05-25 02:20:28] "GET /virtual-network/441d9981-b367-46ef-b96c-145a27f8b435?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.008161 10.0.0.73 - - [2026-05-25 02:20:28] "POST /neutron/network HTTP/1.1" 200 901 0.009366 10.0.0.73 - - [2026-05-25 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.131 - - [2026-05-25 02:20:28] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001113 10.0.0.73 - - [2026-05-25 02:20:28] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.058478 10.0.0.131 - - [2026-05-25 02:20:28] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001382 10.0.0.73 - - [2026-05-25 02:20:29] "POST /neutron/network HTTP/1.1" 200 682 0.196138 10.0.0.73 - - [2026-05-25 02:20:29] "POST /id-to-fqname HTTP/1.1" 200 261 0.004622 10.0.0.73 - - [2026-05-25 02:20:29] "GET /virtual-network/ccda11a9-564e-4012-ac0a-7a22c8472d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.007690 10.0.0.73 - - [2026-05-25 02:20:29] "POST /neutron/network HTTP/1.1" 200 902 0.008041 10.0.0.73 - - [2026-05-25 02:20:29] "GET /virtual-network/ccda11a9-564e-4012-ac0a-7a22c8472d06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006504 10.0.0.73 - - [2026-05-25 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.131 - - [2026-05-25 02:20:29] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003302 10.0.0.73 - - [2026-05-25 02:20:29] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.067704 10.0.0.73 - - [2026-05-25 02:20:29] "POST /neutron/network HTTP/1.1" 200 117 0.025223 10.0.0.19 - - [2026-05-25 02:20:29] "POST /route-targets HTTP/1.1" 200 328 0.016507 10.0.0.73 - - [2026-05-25 02:20:30] "POST /neutron/network HTTP/1.1" 200 904 0.010524 10.0.0.73 - - [2026-05-25 02:20:30] "POST /id-to-fqname HTTP/1.1" 200 262 0.001247 10.0.0.73 - - [2026-05-25 02:20:30] "GET /virtual-network/3ff1dbb3-e92f-47ba-b40b-ae7252c64cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.005811 10.0.0.73 - - [2026-05-25 02:20:30] "GET /virtual-network/3ff1dbb3-e92f-47ba-b40b-ae7252c64cfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2166 0.006428 10.0.0.73 - - [2026-05-25 02:20:30] "POST /neutron/subnet HTTP/1.1" 200 729 0.010712 10.0.0.73 - - [2026-05-25 02:20:30] "POST /id-to-fqname HTTP/1.1" 200 261 0.001710 10.0.0.131 - - [2026-05-25 02:20:31] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003671 10.0.0.73 - - [2026-05-25 02:20:31] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.086533 10.0.0.73 - - [2026-05-25 02:20:31] "POST /neutron/port HTTP/1.1" 200 117 0.009021 10.0.0.73 - - [2026-05-25 02:20:31] "POST /id-to-fqname HTTP/1.1" 200 262 0.001692 10.0.0.73 - - [2026-05-25 02:20:31] "POST /neutron/network HTTP/1.1" 200 914 0.009327 10.0.0.73 - - [2026-05-25 02:20:32] "POST /neutron/port HTTP/1.1" 200 1066 0.024935 10.0.0.131 - - [2026-05-25 02:20:32] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001034 10.0.0.73 - - [2026-05-25 02:20:32] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.107940 10.0.0.73 - - [2026-05-25 02:20:32] "POST /neutron/port HTTP/1.1" 200 1130 0.067501 10.0.0.73 - - [2026-05-25 02:20:32] "POST /neutron/subnet HTTP/1.1" 200 704 0.009727 10.0.0.73 - - [2026-05-25 02:20:32] "POST /neutron/port HTTP/1.1" 200 1130 0.023370 10.0.0.73 - - [2026-05-25 02:20:33] "POST /neutron/network HTTP/1.1" 200 914 0.008698 10.0.0.73 - - [2026-05-25 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.003164 10.0.0.73 - - [2026-05-25 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.131 - - [2026-05-25 02:20:33] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001745 10.0.0.73 - - [2026-05-25 02:20:33] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009188 10.0.0.73 - - [2026-05-25 02:20:33] "POST /service-templates HTTP/1.1" 200 545 0.039329 10.0.0.73 - - [2026-05-25 02:20:33] "POST /neutron/port HTTP/1.1" 200 1066 0.050159 10.0.0.73 - - [2026-05-25 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.73 - - [2026-05-25 02:20:33] "GET /service-template/64ea5610-5450-4b1d-b5b3-ca2d174ced11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.013907 10.0.0.73 - - [2026-05-25 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.013050 10.0.0.73 - - [2026-05-25 02:20:33] "GET /service-template/64ea5610-5450-4b1d-b5b3-ca2d174ced11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.009269 10.0.0.73 - - [2026-05-25 02:20:33] "POST /id-to-fqname HTTP/1.1" 200 261 0.001696 10.0.0.73 - - [2026-05-25 02:20:33] "POST /id-to-fqname HTTP/1.1" 200 261 0.001570 10.0.0.73 - - [2026-05-25 02:20:34] "POST /id-to-fqname HTTP/1.1" 200 262 0.001712 10.0.0.73 - - [2026-05-25 02:20:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004981 10.0.0.73 - - [2026-05-25 02:20:34] "POST /neutron/network HTTP/1.1" 200 904 0.012245 10.0.0.73 - - [2026-05-25 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005383 10.0.0.73 - - [2026-05-25 02:20:34] "DELETE /service-template/64ea5610-5450-4b1d-b5b3-ca2d174ced11 HTTP/1.1" 200 115 0.044194 10.0.0.73 - - [2026-05-25 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.005663 10.0.0.73 - - [2026-05-25 02:20:36] "POST /neutron/network HTTP/1.1" 200 902 0.009449 10.0.0.73 - - [2026-05-25 02:20:37] "POST /neutron/port HTTP/1.1" 200 1120 0.021101 10.0.0.73 - - [2026-05-25 02:20:37] "POST /neutron/port HTTP/1.1" 200 1120 0.028433 10.0.0.131 - - [2026-05-25 02:20:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004130 10.0.0.131 - - [2026-05-25 02:20:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004984 10.0.0.73 - - [2026-05-25 02:20:38] "POST /neutron/network HTTP/1.1" 200 151 0.160055 10.0.0.19 - - [2026-05-25 02:20:38] "DELETE /route-target/23085d0d-6a38-44ef-935f-2a25792570b4 HTTP/1.1" 200 115 0.040092 10.0.0.73 - - [2026-05-25 02:20:39] "POST /neutron/network HTTP/1.1" 200 901 0.009774 10.0.0.19 - - [2026-05-25 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006668 10.0.0.131 - - [2026-05-25 02:20:39] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001293 10.0.0.73 - - [2026-05-25 02:20:39] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.064430 10.0.0.131 - - [2026-05-25 02:20:39] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001479 10.0.0.73 - - [2026-05-25 02:20:39] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?fields=virtual_networks HTTP/1.1" 200 1042 0.052796 10.0.0.131 - - [2026-05-25 02:20:39] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001352 10.0.0.73 - - [2026-05-25 02:20:39] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.049250 10.0.0.131 - - [2026-05-25 02:20:39] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001665 10.0.0.73 - - [2026-05-25 02:20:39] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?fields=security_groups HTTP/1.1" 200 1274 0.068400 10.0.0.73 - - [2026-05-25 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.035358 10.0.0.131 - - [2026-05-25 02:20:40] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004110 10.0.0.131 - - [2026-05-25 02:20:40] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.131 - - [2026-05-25 02:20:40] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008640 10.0.0.131 - - [2026-05-25 02:20:41] "POST /id-to-fqname HTTP/1.1" 200 199 0.006582 10.0.0.131 - - [2026-05-25 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 208 0.006114 10.0.0.131 - - [2026-05-25 02:20:41] "POST /security-groups HTTP/1.1" 200 600 0.046502 10.0.0.131 - - [2026-05-25 02:20:41] "POST /projects HTTP/1.1" 200 603 0.283685 10.0.0.131 - - [2026-05-25 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.320525 10.0.0.19 - - [2026-05-25 02:20:41] "POST /access-control-lists HTTP/1.1" 200 607 0.047253 10.0.0.73 - - [2026-05-25 02:20:41] "GET /project/415572e3-102c-4868-bcba-1ae62a3d4efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.495774 10.0.0.73 - - [2026-05-25 02:20:42] "GET / HTTP/1.1" 200 36215 0.002060 10.0.0.73 - - [2026-05-25 02:20:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000828 10.0.0.73 - - [2026-05-25 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.067173 10.0.0.131 - - [2026-05-25 02:20:43] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001434 10.0.0.73 - - [2026-05-25 02:20:43] "GET /project/415572e3-102c-4868-bcba-1ae62a3d4efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.069713 10.0.0.131 - - [2026-05-25 02:20:43] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001409 10.0.0.73 - - [2026-05-25 02:20:43] "POST /neutron/network HTTP/1.1" 200 694 0.187267 10.0.0.19 - - [2026-05-25 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.005396 10.0.0.19 - - [2026-05-25 02:20:44] "POST /route-targets HTTP/1.1" 200 328 0.044407 10.0.0.73 - - [2026-05-25 02:20:44] "POST /neutron/network HTTP/1.1" 200 1088 0.019751 10.0.0.73 - - [2026-05-25 02:20:44] "POST /id-to-fqname HTTP/1.1" 200 269 0.001822 10.0.0.73 - - [2026-05-25 02:20:44] "GET /virtual-network/fe86fb3a-4320-496e-ae3a-bb1768aba29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.007362 10.0.0.73 - - [2026-05-25 02:20:44] "GET /virtual-network/fe86fb3a-4320-496e-ae3a-bb1768aba29f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.008121 10.0.0.73 - - [2026-05-25 02:20:44] "POST /neutron/subnet HTTP/1.1" 200 823 0.013565 10.0.0.73 - - [2026-05-25 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.131 - - [2026-05-25 02:20:44] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002557 10.0.0.73 - - [2026-05-25 02:20:44] "GET /project/415572e3-102c-4868-bcba-1ae62a3d4efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.058102 10.0.0.131 - - [2026-05-25 02:20:44] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001613 10.0.0.73 - - [2026-05-25 02:20:44] "POST /neutron/network HTTP/1.1" 200 694 0.171227 10.0.0.19 - - [2026-05-25 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.036713 10.0.0.19 - - [2026-05-25 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.006543 10.0.0.73 - - [2026-05-25 02:20:45] "POST /neutron/network HTTP/1.1" 200 1086 0.016275 10.0.0.73 - - [2026-05-25 02:20:45] "POST /id-to-fqname HTTP/1.1" 200 269 0.001577 10.0.0.73 - - [2026-05-25 02:20:45] "GET /virtual-network/a8cb600b-f88c-4b45-96c2-b5a37767c12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.008509 10.0.0.73 - - [2026-05-25 02:20:45] "GET /obj-perms HTTP/1.1" 200 5056 0.136563 10.0.0.73 - - [2026-05-25 02:20:45] "GET /virtual-network/a8cb600b-f88c-4b45-96c2-b5a37767c12d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.008784 10.0.0.73 - - [2026-05-25 02:20:45] "POST /neutron/subnet HTTP/1.1" 200 823 0.015603 10.0.0.73 - - [2026-05-25 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007425 10.0.0.131 - - [2026-05-25 02:20:45] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002017 10.0.0.73 - - [2026-05-25 02:20:45] "GET /project/415572e3-102c-4868-bcba-1ae62a3d4efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.076671 10.0.0.131 - - [2026-05-25 02:20:45] "DELETE /project/6d51c6aa98c24ee1b8cbe5e6106e5574 HTTP/1.1" 404 173 0.034255 10.0.0.131 - - [2026-05-25 02:20:45] "DELETE /project/088ebe3dfdf34227855224b366545dc6 HTTP/1.1" 404 173 0.029705 10.0.0.131 - - [2026-05-25 02:20:45] "DELETE /project/79c7f78eca46462294e40a8c4db9cddc HTTP/1.1" 404 173 0.040679 10.0.0.131 - - [2026-05-25 02:20:45] "DELETE /project/415572e3102c4868bcba1ae62a3d4efd HTTP/1.1" 404 173 0.040335 10.0.0.131 - - [2026-05-25 02:20:45] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001332 10.0.0.131 - - [2026-05-25 02:20:45] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000988 10.0.0.131 - - [2026-05-25 02:20:45] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000931 10.0.0.131 - - [2026-05-25 02:20:45] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001289 10.0.0.131 - - [2026-05-25 02:20:45] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001733 10.0.0.131 - - [2026-05-25 02:20:45] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.151058 10.0.0.131 - - [2026-05-25 02:20:46] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.189013 10.0.0.131 - - [2026-05-25 02:20:46] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1153 0.231583 10.0.0.131 - - [2026-05-25 02:20:46] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001978 10.0.0.131 - - [2026-05-25 02:20:46] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.257775 10.0.0.131 - - [2026-05-25 02:20:46] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001714 10.0.0.131 - - [2026-05-25 02:20:46] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001435 10.0.0.131 - - [2026-05-25 02:20:46] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001117 10.0.0.131 - - [2026-05-25 02:20:46] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?fields=security_groups HTTP/1.1" 200 1387 0.157465 10.0.0.131 - - [2026-05-25 02:20:46] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?fields=security_groups HTTP/1.1" 200 1103 0.161735 10.0.0.131 - - [2026-05-25 02:20:46] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?fields=security_groups HTTP/1.1" 200 1376 0.214299 10.0.0.131 - - [2026-05-25 02:20:46] "GET /projects?obj_uuids=0c16909f-e7a3-487c-ab2e-aecd6d712f7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008133 10.0.0.131 - - [2026-05-25 02:20:46] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?fields=security_groups HTTP/1.1" 200 1378 0.229414 10.0.0.73 - - [2026-05-25 02:20:46] "POST /neutron/network HTTP/1.1" 200 696 0.527602 10.0.0.131 - - [2026-05-25 02:20:46] "DELETE /security-group/66fd61c2-8ff9-471a-a23d-672e973d32f7 HTTP/1.1" 200 115 0.158052 10.0.0.131 - - [2026-05-25 02:20:46] "GET /projects?obj_uuids=088ebe3d-fdf3-4227-8552-24b366545dc6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001436 10.0.0.131 - - [2026-05-25 02:20:46] "DELETE /security-group/780ccfb8-3d57-41b0-a673-3e8b74f26ede HTTP/1.1" 200 115 0.141638 10.0.0.131 - - [2026-05-25 02:20:46] "DELETE /security-group/bac4b361-297c-4cd3-b4b5-9caa90e35f02 HTTP/1.1" 200 115 0.269673 10.0.0.131 - - [2026-05-25 02:20:46] "GET /projects?obj_uuids=79c7f78e-ca46-4622-94e4-0a8c4db9cddc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001801 10.0.0.131 - - [2026-05-25 02:20:46] "GET /projects?obj_uuids=6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001306 10.0.0.19 - - [2026-05-25 02:20:46] "DELETE /access-control-list/385f003a-e120-4e54-8cfc-6ec5719e845e HTTP/1.1" 200 115 0.139108 10.0.0.131 - - [2026-05-25 02:20:46] "GET /project/088ebe3d-fdf3-4227-8552-24b366545dc6?fields=application_policy_sets HTTP/1.1" 200 1415 0.090569 10.0.0.131 - - [2026-05-25 02:20:46] "GET /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574?fields=application_policy_sets HTTP/1.1" 200 1426 0.096931 10.0.0.131 - - [2026-05-25 02:20:46] "GET /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc?fields=application_policy_sets HTTP/1.1" 200 1417 0.149753 10.0.0.19 - - [2026-05-25 02:20:46] "POST /ref-update HTTP/1.1" 200 156 0.087379 10.0.0.131 - - [2026-05-25 02:20:47] "DELETE /project/088ebe3d-fdf3-4227-8552-24b366545dc6 HTTP/1.1" 200 115 1.190023 10.0.0.131 - - [2026-05-25 02:20:47] "GET /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a?fields=application_policy_sets HTTP/1.1" 404 171 0.728017 10.0.0.131 - - [2026-05-25 02:20:47] "DELETE /project/6d51c6aa-98c2-4ee1-b8cb-e5e6106e5574 HTTP/1.1" 200 115 1.242265 10.0.0.131 - - [2026-05-25 02:20:47] "DELETE /project/79c7f78e-ca46-4622-94e4-0a8c4db9cddc HTTP/1.1" 200 115 1.253793 10.0.0.131 - - [2026-05-25 02:20:47] "DELETE /project/0c16909f-e7a3-487c-ab2e-aecd6d712f7a HTTP/1.1" 404 171 1.252059 10.0.0.19 - - [2026-05-25 02:20:47] "DELETE /access-control-list/71b41f00-5209-42a9-9c50-908785ef7834 HTTP/1.1" 200 115 0.054508 10.0.0.73 - - [2026-05-25 02:20:47] "POST /neutron/network HTTP/1.1" 200 1090 0.032415 10.0.0.73 - - [2026-05-25 02:20:47] "POST /id-to-fqname HTTP/1.1" 200 270 0.002342 10.0.0.73 - - [2026-05-25 02:20:47] "GET /virtual-network/234da08c-d66a-403a-9850-1b57897b64d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2770 0.009612 10.0.0.73 - - [2026-05-25 02:20:47] "GET /virtual-network/234da08c-d66a-403a-9850-1b57897b64d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2770 0.007892 10.0.0.73 - - [2026-05-25 02:20:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.014977 10.0.0.73 - - [2026-05-25 02:20:47] "POST /id-to-fqname HTTP/1.1" 200 269 0.002638 10.0.0.131 - - [2026-05-25 02:20:48] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001933 10.0.0.73 - - [2026-05-25 02:20:48] "GET /project/415572e3-102c-4868-bcba-1ae62a3d4efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.082905 10.0.0.73 - - [2026-05-25 02:20:48] "POST /neutron/network HTTP/1.1" 200 1086 0.045445 10.0.0.73 - - [2026-05-25 02:20:48] "POST /id-to-fqname HTTP/1.1" 200 270 0.002923 10.0.0.73 - - [2026-05-25 02:20:48] "POST /neutron/port HTTP/1.1" 200 117 0.008216 10.0.0.131 - - [2026-05-25 02:20:49] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001618 10.0.0.73 - - [2026-05-25 02:20:49] "POST /neutron/port HTTP/1.1" 200 1175 0.448847 10.0.0.131 - - [2026-05-25 02:20:49] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002127 10.0.0.73 - - [2026-05-25 02:20:49] "GET /project/415572e3-102c-4868-bcba-1ae62a3d4efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.101896 10.0.0.73 - - [2026-05-25 02:20:49] "POST /neutron/port HTTP/1.1" 200 1175 0.052856 10.0.0.73 - - [2026-05-25 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2067 0.008772 10.0.0.73 - - [2026-05-25 02:20:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005888 10.0.0.73 - - [2026-05-25 02:20:50] "POST /neutron/port HTTP/1.1" 200 117 0.001550 10.0.0.73 - - [2026-05-25 02:20:50] "POST /neutron/network HTTP/1.1" 200 1100 0.010522 10.0.0.73 - - [2026-05-25 02:20:51] "POST /neutron/port HTTP/1.1" 200 1177 0.022519 10.0.0.73 - - [2026-05-25 02:20:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004511 10.0.0.73 - - [2026-05-25 02:20:51] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.73 - - [2026-05-25 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003310 10.0.0.73 - - [2026-05-25 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.131 - - [2026-05-25 02:20:51] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.73 - - [2026-05-25 02:20:51] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008722 10.0.0.73 - - [2026-05-25 02:20:51] "POST /service-templates HTTP/1.1" 200 545 0.068825 10.0.0.73 - - [2026-05-25 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.73 - - [2026-05-25 02:20:51] "GET /service-template/c1b9c702-e760-4b08-9577-52e7fef1c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.008100 10.0.0.73 - - [2026-05-25 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.73 - - [2026-05-25 02:20:51] "GET /service-template/c1b9c702-e760-4b08-9577-52e7fef1c856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.004879 10.0.0.73 - - [2026-05-25 02:20:52] "POST /id-to-fqname HTTP/1.1" 200 269 0.002472 10.0.0.73 - - [2026-05-25 02:20:52] "POST /id-to-fqname HTTP/1.1" 200 269 0.001889 10.0.0.73 - - [2026-05-25 02:20:52] "POST /id-to-fqname HTTP/1.1" 200 270 0.001910 10.0.0.73 - - [2026-05-25 02:20:52] "POST /neutron/port HTTP/1.1" 200 2326 0.061889 10.0.0.73 - - [2026-05-25 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.73 - - [2026-05-25 02:20:52] "DELETE /service-template/c1b9c702-e760-4b08-9577-52e7fef1c856 HTTP/1.1" 200 115 0.043599 10.0.0.73 - - [2026-05-25 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.004919 10.0.0.73 - - [2026-05-25 02:20:54] "POST /neutron/network HTTP/1.1" 400 204 0.025980 10.0.0.73 - - [2026-05-25 02:20:54] "POST /neutron/port HTTP/1.1" 200 151 0.368238 10.0.0.73 - - [2026-05-25 02:20:54] "POST /neutron/port HTTP/1.1" 200 151 0.391172 10.0.0.19 - - [2026-05-25 02:20:56] "DELETE /route-target/12c87018-653d-4744-ad30-3ff78123df4f HTTP/1.1" 200 115 0.026391 10.0.0.73 - - [2026-05-25 02:20:56] "POST /neutron/network HTTP/1.1" 200 1090 0.024740 10.0.0.131 - - [2026-05-25 02:20:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004164 10.0.0.131 - - [2026-05-25 02:20:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002866 10.0.0.19 - - [2026-05-25 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.131 - - [2026-05-25 02:20:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003618 10.0.0.131 - - [2026-05-25 02:20:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003198 10.0.0.73 - - [2026-05-25 02:20:56] "POST /neutron/network HTTP/1.1" 200 151 0.158296 10.0.0.131 - - [2026-05-25 02:20:56] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001042 10.0.0.73 - - [2026-05-25 02:20:56] "GET /project/415572e3-102c-4868-bcba-1ae62a3d4efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.117584 10.0.0.131 - - [2026-05-25 02:20:56] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001689 10.0.0.73 - - [2026-05-25 02:20:57] "GET /project/415572e3-102c-4868-bcba-1ae62a3d4efd?fields=virtual_networks HTTP/1.1" 200 1052 0.072157 10.0.0.131 - - [2026-05-25 02:20:57] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002926 10.0.0.73 - - [2026-05-25 02:20:57] "GET /project/415572e3-102c-4868-bcba-1ae62a3d4efd?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.077492 10.0.0.131 - - [2026-05-25 02:20:57] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001477 10.0.0.73 - - [2026-05-25 02:20:57] "GET /project/415572e3-102c-4868-bcba-1ae62a3d4efd?fields=security_groups HTTP/1.1" 200 1288 0.065607 10.0.0.73 - - [2026-05-25 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 200 0.035751 10.0.0.131 - - [2026-05-25 02:20:58] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005450 10.0.0.131 - - [2026-05-25 02:20:58] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001623 10.0.0.131 - - [2026-05-25 02:20:58] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.014354 10.0.0.131 - - [2026-05-25 02:20:58] "POST /id-to-fqname HTTP/1.1" 200 202 0.005205 10.0.0.131 - - [2026-05-25 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 211 0.005766 10.0.0.131 - - [2026-05-25 02:20:58] "POST /security-groups HTTP/1.1" 200 603 0.056202 10.0.0.131 - - [2026-05-25 02:20:58] "POST /projects HTTP/1.1" 200 609 0.336824 10.0.0.131 - - [2026-05-25 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.379014 10.0.0.19 - - [2026-05-25 02:20:58] "POST /access-control-lists HTTP/1.1" 200 610 0.036731 10.0.0.73 - - [2026-05-25 02:20:58] "GET /project/521fe816-24cf-4879-8042-9503a73cf849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.580719 10.0.0.73 - - [2026-05-25 02:21:00] "GET / HTTP/1.1" 200 36215 0.002724 10.0.0.73 - - [2026-05-25 02:21:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000642 10.0.0.73 - - [2026-05-25 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.090252 10.0.0.131 - - [2026-05-25 02:21:01] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001662 10.0.0.73 - - [2026-05-25 02:21:01] "GET /project/521fe816-24cf-4879-8042-9503a73cf849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.049979 10.0.0.19 - - [2026-05-25 02:21:02] "POST /route-targets HTTP/1.1" 200 328 0.020684 10.0.0.131 - - [2026-05-25 02:21:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006407 10.0.0.73 - - [2026-05-25 02:21:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.271919 10.0.0.73 - - [2026-05-25 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001369 10.0.0.73 - - [2026-05-25 02:21:02] "GET /virtual-network/e4d3f406-5e68-4cbd-a86b-165f49fb52e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006112 10.0.0.73 - - [2026-05-25 02:21:02] "GET /virtual-network/e4d3f406-5e68-4cbd-a86b-165f49fb52e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008460 10.0.0.73 - - [2026-05-25 02:21:02] "POST /neutron/network HTTP/1.1" 200 838 0.012325 10.0.0.73 - - [2026-05-25 02:21:03] "GET /virtual-network/e4d3f406-5e68-4cbd-a86b-165f49fb52e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008082 10.0.0.19 - - [2026-05-25 02:21:04] "GET /obj-perms HTTP/1.1" 200 5054 0.072416 10.0.0.131 - - [2026-05-25 02:21:04] "GET /obj-perms HTTP/1.1" 200 5054 0.073339 10.0.0.73 - - [2026-05-25 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.131 - - [2026-05-25 02:21:04] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001381 10.0.0.73 - - [2026-05-25 02:21:04] "GET /project/521fe816-24cf-4879-8042-9503a73cf849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.062852 10.0.0.131 - - [2026-05-25 02:21:04] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001289 10.0.0.73 - - [2026-05-25 02:21:05] "POST /neutron/network HTTP/1.1" 200 619 0.182545 10.0.0.19 - - [2026-05-25 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.034431 10.0.0.73 - - [2026-05-25 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.004210 10.0.0.73 - - [2026-05-25 02:21:05] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007126 10.0.0.73 - - [2026-05-25 02:21:05] "POST /neutron/network HTTP/1.1" 200 836 0.008888 10.0.0.73 - - [2026-05-25 02:21:05] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006413 10.0.0.73 - - [2026-05-25 02:21:05] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006804 10.0.0.73 - - [2026-05-25 02:21:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001984 10.0.0.73 - - [2026-05-25 02:21:38] "POST /neutron/network HTTP/1.1" 200 846 0.012247 10.0.0.131 - - [2026-05-25 02:21:39] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001328 10.0.0.73 - - [2026-05-25 02:21:39] "GET /project/521fe816-24cf-4879-8042-9503a73cf849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.085063 10.0.0.73 - - [2026-05-25 02:21:39] "POST /neutron/port HTTP/1.1" 200 117 0.008161 10.0.0.73 - - [2026-05-25 02:21:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001895 10.0.0.73 - - [2026-05-25 02:21:40] "POST /neutron/network HTTP/1.1" 200 846 0.009897 10.0.0.131 - - [2026-05-25 02:21:40] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001042 10.0.0.73 - - [2026-05-25 02:21:40] "GET /project/521fe816-24cf-4879-8042-9503a73cf849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.108549 10.0.0.73 - - [2026-05-25 02:21:40] "POST /neutron/network HTTP/1.1" 200 838 0.015025 10.0.0.73 - - [2026-05-25 02:21:41] "POST /neutron/port HTTP/1.1" 200 1134 0.063585 10.0.0.73 - - [2026-05-25 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.73 - - [2026-05-25 02:21:41] "POST /neutron/port HTTP/1.1" 200 1134 0.046723 10.0.0.131 - - [2026-05-25 02:21:41] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.73 - - [2026-05-25 02:21:41] "GET /project/521fe816-24cf-4879-8042-9503a73cf849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.087971 10.0.0.73 - - [2026-05-25 02:21:41] "GET /virtual-network/e4d3f406-5e68-4cbd-a86b-165f49fb52e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.012886 10.0.0.73 - - [2026-05-25 02:21:41] "GET /floating-ip-pools?parent_id=e4d3f406-5e68-4cbd-a86b-165f49fb52e5&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004245 10.0.0.73 - - [2026-05-25 02:21:41] "POST /neutron/port HTTP/1.1" 200 117 0.002408 10.0.0.73 - - [2026-05-25 02:21:41] "GET /virtual-network/e4d3f406-5e68-4cbd-a86b-165f49fb52e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005953 10.0.0.73 - - [2026-05-25 02:21:41] "POST /floating-ip-pools HTTP/1.1" 200 611 0.083906 10.0.0.73 - - [2026-05-25 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.042415 10.0.0.73 - - [2026-05-25 02:21:41] "GET /virtual-network/e4d3f406-5e68-4cbd-a86b-165f49fb52e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007026 10.0.0.131 - - [2026-05-25 02:21:41] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001149 10.0.0.73 - - [2026-05-25 02:21:42] "GET /virtual-network/e4d3f406-5e68-4cbd-a86b-165f49fb52e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008134 10.0.0.73 - - [2026-05-25 02:21:42] "POST /neutron/port HTTP/1.1" 200 1072 0.606221 10.0.0.73 - - [2026-05-25 02:21:42] "POST /neutron/port HTTP/1.1" 200 1072 0.075570 10.0.0.73 - - [2026-05-25 02:21:43] "POST /neutron/port HTTP/1.1" 200 1136 0.041867 10.0.0.73 - - [2026-05-25 02:21:43] "POST /neutron/port HTTP/1.1" 200 117 0.004218 10.0.0.131 - - [2026-05-25 02:21:47] "DELETE /project/521fe81624cf487980429503a73cf849 HTTP/1.1" 404 173 0.004288 10.0.0.131 - - [2026-05-25 02:21:47] "GET /projects?obj_uuids=415572e3-102c-4868-bcba-1ae62a3d4efd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002175 10.0.0.131 - - [2026-05-25 02:21:47] "GET /project/415572e3-102c-4868-bcba-1ae62a3d4efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.023750 10.0.0.131 - - [2026-05-25 02:21:47] "DELETE /project/415572e3-102c-4868-bcba-1ae62a3d4efd HTTP/1.1" 404 171 0.032818 10.0.0.73 - - [2026-05-25 02:21:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.023022 10.0.0.73 - - [2026-05-25 02:21:58] "POST /neutron/port HTTP/1.1" 200 1134 0.045625 10.0.0.73 - - [2026-05-25 02:22:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015760 10.0.0.73 - - [2026-05-25 02:22:13] "POST /neutron/port HTTP/1.1" 200 1134 0.021730 10.0.0.73 - - [2026-05-25 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010266 10.0.0.73 - - [2026-05-25 02:22:28] "POST /neutron/port HTTP/1.1" 200 1134 0.022877 10.0.0.73 - - [2026-05-25 02:22:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010210 10.0.0.73 - - [2026-05-25 02:22:43] "POST /neutron/port HTTP/1.1" 200 1134 0.021443 10.0.0.73 - - [2026-05-25 02:22:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009260 10.0.0.73 - - [2026-05-25 02:22:44] "GET /virtual-machine/842a042c-1d01-41e3-acbe-e1b5be6db58b HTTP/1.1" 401 292 0.000648 10.0.0.73 - - [2026-05-25 02:22:44] "GET /virtual-machine/842a042c-1d01-41e3-acbe-e1b5be6db58b HTTP/1.1" 200 1306 0.044163 10.0.0.73 - - [2026-05-25 02:22:44] "GET /virtual-machine-interface/961cbd28-b669-4525-9608-54afad7320ac HTTP/1.1" 200 3011 0.007757 10.0.0.73 - - [2026-05-25 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.73 - - [2026-05-25 02:22:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004958 10.0.0.73 - - [2026-05-25 02:22:44] "GET /virtual-networks?parent_id=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.005133 10.0.0.73 - - [2026-05-25 02:22:44] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006525 10.0.0.73 - - [2026-05-25 02:22:46] "GET /obj-perms HTTP/1.1" 200 5056 0.073137 10.0.0.19 - - [2026-05-25 02:22:47] "GET /obj-perms HTTP/1.1" 200 5056 0.134790 10.0.0.19 - - [2026-05-25 02:22:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.19 - - [2026-05-25 02:22:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.73 - - [2026-05-25 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.73 - - [2026-05-25 02:22:47] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005765 10.0.0.131 - - [2026-05-25 02:22:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.131 - - [2026-05-25 02:22:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.19 - - [2026-05-25 02:22:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.19 - - [2026-05-25 02:22:48] "GET /global-system-configs HTTP/1.1" 401 292 0.001825 10.0.0.131 - - [2026-05-25 02:22:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.131 - - [2026-05-25 02:22:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000596 10.0.0.73 - - [2026-05-25 02:22:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.73 - - [2026-05-25 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005367 10.0.0.73 - - [2026-05-25 02:22:51] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.009863 10.0.0.73 - - [2026-05-25 02:22:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000682 10.0.0.73 - - [2026-05-25 02:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.73 - - [2026-05-25 02:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.73 - - [2026-05-25 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005625 10.0.0.73 - - [2026-05-25 02:22:55] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006600 10.0.0.73 - - [2026-05-25 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.73 - - [2026-05-25 02:22:59] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007726 10.0.0.73 - - [2026-05-25 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.73 - - [2026-05-25 02:23:04] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008486 10.0.0.73 - - [2026-05-25 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005444 10.0.0.73 - - [2026-05-25 02:23:08] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006886 10.0.0.73 - - [2026-05-25 02:23:10] "POST /neutron/port HTTP/1.1" 200 1136 0.027897 10.0.0.73 - - [2026-05-25 02:23:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005438 10.0.0.73 - - [2026-05-25 02:23:11] "POST /neutron/network HTTP/1.1" 200 838 0.011140 10.0.0.73 - - [2026-05-25 02:23:11] "POST /neutron/network HTTP/1.1" 200 846 0.008344 10.0.0.73 - - [2026-05-25 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.001723 10.0.0.73 - - [2026-05-25 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.73 - - [2026-05-25 02:23:12] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007591 10.0.0.73 - - [2026-05-25 02:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.73 - - [2026-05-25 02:23:16] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007725 10.0.0.73 - - [2026-05-25 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.73 - - [2026-05-25 02:23:20] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005006 10.0.0.73 - - [2026-05-25 02:23:20] "GET /virtual-networks?parent_id=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.005708 10.0.0.73 - - [2026-05-25 02:23:20] "GET /virtual-network/b1ab0bec-7fe4-4f44-8233-bbf3699be19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006885 10.0.0.73 - - [2026-05-25 02:23:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009717 10.0.0.73 - - [2026-05-25 02:23:30] "POST /neutron/port HTTP/1.1" 200 1134 0.029130 10.0.0.73 - - [2026-05-25 02:23:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.034803 10.0.0.73 - - [2026-05-25 02:23:41] "POST /neutron/port HTTP/1.1" 200 1134 0.023978 10.0.0.73 - - [2026-05-25 02:23:46] "POST /neutron/port HTTP/1.1" 200 1134 0.019749 10.0.0.73 - - [2026-05-25 02:23:46] "POST /neutron/port HTTP/1.1" 200 1136 0.019718 10.0.0.73 - - [2026-05-25 02:23:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007512 10.0.0.73 - - [2026-05-25 02:23:46] "GET /virtual-machine/89519bfa-a067-47e2-9c5a-58a47756860b HTTP/1.1" 200 1306 0.007444 10.0.0.73 - - [2026-05-25 02:23:46] "GET /virtual-machine-interface/23707899-a335-4c3d-80ad-0c0c6289657c HTTP/1.1" 200 3009 0.005081 10.0.0.73 - - [2026-05-25 02:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.73 - - [2026-05-25 02:23:46] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006102 10.0.0.73 - - [2026-05-25 02:23:46] "GET /virtual-networks?parent_id=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003511 10.0.0.73 - - [2026-05-25 02:23:46] "GET /virtual-network/e4d3f406-5e68-4cbd-a86b-165f49fb52e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006304 10.0.0.73 - - [2026-05-25 02:23:47] "POST /neutron/port HTTP/1.1" 200 1136 0.019284 10.0.0.131 - - [2026-05-25 02:23:47] "GET /obj-perms HTTP/1.1" 200 5056 0.065210 10.0.0.73 - - [2026-05-25 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.73 - - [2026-05-25 02:23:47] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004384 10.0.0.73 - - [2026-05-25 02:23:47] "GET /virtual-networks?parent_id=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003670 10.0.0.73 - - [2026-05-25 02:23:47] "GET /virtual-network/e4d3f406-5e68-4cbd-a86b-165f49fb52e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006552 10.0.0.73 - - [2026-05-25 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010023 10.0.0.73 - - [2026-05-25 02:23:58] "POST /neutron/floatingip HTTP/1.1" 200 575 0.024849 10.0.0.73 - - [2026-05-25 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.73 - - [2026-05-25 02:23:58] "GET /routing-instance/0520bee1-0770-4fe8-a09a-ac63c18f9875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005204 10.0.0.73 - - [2026-05-25 02:23:58] "GET /route-target/2e9200f8-e6db-405a-8dcf-d90f7f07bf1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006604 10.0.0.73 - - [2026-05-25 02:24:10] "POST /neutron/network HTTP/1.1" 200 846 0.009631 10.0.0.73 - - [2026-05-25 02:24:10] "POST /neutron/port HTTP/1.1" 200 117 0.001430 10.0.0.73 - - [2026-05-25 02:24:11] "POST /neutron/port HTTP/1.1" 200 1136 0.020598 10.0.0.73 - - [2026-05-25 02:24:11] "POST /neutron/subnet HTTP/1.1" 200 698 0.011826 10.0.0.73 - - [2026-05-25 02:24:42] "POST /neutron/floatingip HTTP/1.1" 200 575 0.017784 10.0.0.73 - - [2026-05-25 02:24:42] "POST /neutron/floatingip HTTP/1.1" 200 115 0.051217 10.0.0.73 - - [2026-05-25 02:24:42] "GET /floating-ip-pool/420a9e6e-48c9-4bca-a850-3e110dbd8b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.004766 10.0.0.73 - - [2026-05-25 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.017819 10.0.0.73 - - [2026-05-25 02:24:42] "DELETE /floating-ip-pool/420a9e6e-48c9-4bca-a850-3e110dbd8b98 HTTP/1.1" 200 115 0.064938 10.0.0.73 - - [2026-05-25 02:24:43] "POST /neutron/port HTTP/1.1" 200 1136 0.018828 10.0.0.73 - - [2026-05-25 02:24:43] "POST /neutron/port HTTP/1.1" 200 1134 0.026172 10.0.0.73 - - [2026-05-25 02:24:45] "POST /neutron/network HTTP/1.1" 200 836 0.008991 10.0.0.19 - - [2026-05-25 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.131 - - [2026-05-25 02:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003736 10.0.0.131 - - [2026-05-25 02:24:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003343 10.0.0.73 - - [2026-05-25 02:24:45] "POST /neutron/network HTTP/1.1" 200 151 0.141763 10.0.0.19 - - [2026-05-25 02:24:45] "DELETE /route-target/2e9200f8-e6db-405a-8dcf-d90f7f07bf1e HTTP/1.1" 200 115 0.033403 10.0.0.131 - - [2026-05-25 02:24:47] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.73 - - [2026-05-25 02:24:47] "GET /project/521fe816-24cf-4879-8042-9503a73cf849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.054149 10.0.0.131 - - [2026-05-25 02:24:47] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.73 - - [2026-05-25 02:24:47] "GET /project/521fe816-24cf-4879-8042-9503a73cf849?fields=virtual_networks HTTP/1.1" 200 1057 0.042937 10.0.0.131 - - [2026-05-25 02:24:47] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001175 10.0.0.73 - - [2026-05-25 02:24:47] "GET /project/521fe816-24cf-4879-8042-9503a73cf849?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.043805 10.0.0.131 - - [2026-05-25 02:24:47] "GET /projects?obj_uuids=521fe816-24cf-4879-8042-9503a73cf849&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001580 10.0.0.73 - - [2026-05-25 02:24:47] "GET /project/521fe816-24cf-4879-8042-9503a73cf849?fields=security_groups HTTP/1.1" 200 1296 0.048885 10.0.0.73 - - [2026-05-25 02:24:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.047035 10.0.0.131 - - [2026-05-25 02:24:49] "GET /projects?obj_uuids=0560840a-9556-491c-9590-953a2857f170&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005336 10.0.0.131 - - [2026-05-25 02:24:49] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001505 10.0.0.131 - - [2026-05-25 02:24:49] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008911 10.0.0.131 - - [2026-05-25 02:24:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.005906 10.0.0.131 - - [2026-05-25 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.006734 10.0.0.131 - - [2026-05-25 02:24:49] "POST /security-groups HTTP/1.1" 200 591 0.047741 10.0.0.131 - - [2026-05-25 02:24:49] "POST /projects HTTP/1.1" 200 585 0.292549 10.0.0.131 - - [2026-05-25 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.330641 10.0.0.19 - - [2026-05-25 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.012016 10.0.0.73 - - [2026-05-25 02:24:49] "GET /project/0560840a-9556-491c-9590-953a2857f170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.531923 10.0.0.73 - - [2026-05-25 02:24:50] "GET / HTTP/1.1" 200 36215 0.001913 10.0.0.131 - - [2026-05-25 02:24:53] "GET /projects?obj_uuids=0560840a-9556-491c-9590-953a2857f170&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.73 - - [2026-05-25 02:24:53] "GET /project/0560840a-9556-491c-9590-953a2857f170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.052223 10.0.0.131 - - [2026-05-25 02:24:53] "GET /projects?obj_uuids=0560840a-9556-491c-9590-953a2857f170&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001699 10.0.0.73 - - [2026-05-25 02:24:54] "GET /project/0560840a-9556-491c-9590-953a2857f170?fields=virtual_networks HTTP/1.1" 200 1033 0.054491 10.0.0.131 - - [2026-05-25 02:24:54] "GET /projects?obj_uuids=0560840a-9556-491c-9590-953a2857f170&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001170 10.0.0.73 - - [2026-05-25 02:24:54] "GET /project/0560840a-9556-491c-9590-953a2857f170?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.053160 10.0.0.131 - - [2026-05-25 02:24:54] "GET /projects?obj_uuids=0560840a-9556-491c-9590-953a2857f170&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001269 10.0.0.73 - - [2026-05-25 02:24:54] "GET /project/0560840a-9556-491c-9590-953a2857f170?fields=security_groups HTTP/1.1" 200 1260 0.053337 10.0.0.73 - - [2026-05-25 02:24:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.033508 10.0.0.131 - - [2026-05-25 02:24:55] "GET /projects?obj_uuids=d05896b7-c40e-4645-b276-4c6295db474f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003780 10.0.0.131 - - [2026-05-25 02:24:55] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.131 - - [2026-05-25 02:24:55] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008054 10.0.0.131 - - [2026-05-25 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.001627 10.0.0.131 - - [2026-05-25 02:24:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.008838 10.0.0.131 - - [2026-05-25 02:24:55] "POST /security-groups HTTP/1.1" 200 586 0.087149 10.0.0.131 - - [2026-05-25 02:24:55] "POST /projects HTTP/1.1" 200 575 0.371841 10.0.0.131 - - [2026-05-25 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.415702 10.0.0.19 - - [2026-05-25 02:24:55] "POST /access-control-lists HTTP/1.1" 200 593 0.052496 10.0.0.73 - - [2026-05-25 02:24:55] "GET /project/d05896b7-c40e-4645-b276-4c6295db474f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.614738 10.0.0.73 - - [2026-05-25 02:24:57] "GET / HTTP/1.1" 200 36215 0.001565 10.0.0.131 - - [2026-05-25 02:25:03] "GET /projects?obj_uuids=d05896b7-c40e-4645-b276-4c6295db474f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.081796 10.0.0.73 - - [2026-05-25 02:25:03] "GET /project/d05896b7-c40e-4645-b276-4c6295db474f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.139431 10.0.0.131 - - [2026-05-25 02:25:03] "GET /projects?obj_uuids=d05896b7-c40e-4645-b276-4c6295db474f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001240 10.0.0.73 - - [2026-05-25 02:25:03] "GET /project/d05896b7-c40e-4645-b276-4c6295db474f?fields=virtual_networks HTTP/1.1" 200 1025 0.059360 10.0.0.131 - - [2026-05-25 02:25:03] "GET /projects?obj_uuids=d05896b7-c40e-4645-b276-4c6295db474f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001989 10.0.0.73 - - [2026-05-25 02:25:03] "GET /project/d05896b7-c40e-4645-b276-4c6295db474f?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.060327 10.0.0.131 - - [2026-05-25 02:25:03] "GET /projects?obj_uuids=d05896b7-c40e-4645-b276-4c6295db474f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001412 10.0.0.73 - - [2026-05-25 02:25:03] "GET /project/d05896b7-c40e-4645-b276-4c6295db474f?fields=security_groups HTTP/1.1" 200 1247 0.052958 10.0.0.73 - - [2026-05-25 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 187 0.041657 10.0.0.131 - - [2026-05-25 02:25:04] "GET /projects?obj_uuids=254efa8a-24c1-4343-9991-7b6ca24a3c49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003899 10.0.0.131 - - [2026-05-25 02:25:04] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.131 - - [2026-05-25 02:25:04] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009116 10.0.0.131 - - [2026-05-25 02:25:04] "POST /id-to-fqname HTTP/1.1" 200 189 0.005746 10.0.0.131 - - [2026-05-25 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.005900 10.0.0.131 - - [2026-05-25 02:25:04] "POST /security-groups HTTP/1.1" 200 590 0.089827 10.0.0.19 - - [2026-05-25 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 233 0.004896 10.0.0.131 - - [2026-05-25 02:25:04] "POST /projects HTTP/1.1" 200 583 0.339949 10.0.0.131 - - [2026-05-25 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.386507 10.0.0.73 - - [2026-05-25 02:25:05] "GET /project/254efa8a-24c1-4343-9991-7b6ca24a3c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.575018 10.0.0.19 - - [2026-05-25 02:25:05] "POST /access-control-lists HTTP/1.1" 200 595 0.049445 10.0.0.73 - - [2026-05-25 02:25:06] "GET / HTTP/1.1" 200 36215 0.001817 10.0.0.131 - - [2026-05-25 02:25:09] "GET /projects?obj_uuids=254efa8a-24c1-4343-9991-7b6ca24a3c49&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001505 10.0.0.73 - - [2026-05-25 02:25:09] "GET /project/254efa8a-24c1-4343-9991-7b6ca24a3c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.073356 10.0.0.131 - - [2026-05-25 02:25:09] "GET /projects?obj_uuids=254efa8a-24c1-4343-9991-7b6ca24a3c49&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001192 10.0.0.73 - - [2026-05-25 02:25:09] "GET /project/254efa8a-24c1-4343-9991-7b6ca24a3c49?fields=virtual_networks HTTP/1.1" 200 1032 0.086062 10.0.0.131 - - [2026-05-25 02:25:09] "GET /projects?obj_uuids=254efa8a-24c1-4343-9991-7b6ca24a3c49&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003056 10.0.0.73 - - [2026-05-25 02:25:09] "GET /project/254efa8a-24c1-4343-9991-7b6ca24a3c49?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.058889 10.0.0.131 - - [2026-05-25 02:25:09] "GET /projects?obj_uuids=254efa8a-24c1-4343-9991-7b6ca24a3c49&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001173 10.0.0.73 - - [2026-05-25 02:25:10] "GET /project/254efa8a-24c1-4343-9991-7b6ca24a3c49?fields=security_groups HTTP/1.1" 200 1258 0.058874 10.0.0.73 - - [2026-05-25 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.073450 10.0.0.131 - - [2026-05-25 02:25:11] "GET /projects?obj_uuids=b6a25da4-6591-49cd-9d75-b8e706d804d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005277 10.0.0.131 - - [2026-05-25 02:25:11] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001354 10.0.0.131 - - [2026-05-25 02:25:11] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039405 10.0.0.131 - - [2026-05-25 02:25:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.008393 10.0.0.131 - - [2026-05-25 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.005569 10.0.0.131 - - [2026-05-25 02:25:11] "POST /security-groups HTTP/1.1" 200 591 0.090743 10.0.0.131 - - [2026-05-25 02:25:11] "POST /projects HTTP/1.1" 200 585 0.334577 10.0.0.131 - - [2026-05-25 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.415150 10.0.0.19 - - [2026-05-25 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 233 0.055438 10.0.0.73 - - [2026-05-25 02:25:11] "GET /project/b6a25da4-6591-49cd-9d75-b8e706d804d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.606511 10.0.0.73 - - [2026-05-25 02:25:13] "GET / HTTP/1.1" 200 36215 0.001748 10.0.0.131 - - [2026-05-25 02:25:16] "GET /projects?obj_uuids=b6a25da4-6591-49cd-9d75-b8e706d804d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001590 10.0.0.73 - - [2026-05-25 02:25:16] "GET /project/b6a25da4-6591-49cd-9d75-b8e706d804d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053151 10.0.0.131 - - [2026-05-25 02:25:16] "GET /projects?obj_uuids=b6a25da4-6591-49cd-9d75-b8e706d804d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001361 10.0.0.73 - - [2026-05-25 02:25:16] "GET /project/b6a25da4-6591-49cd-9d75-b8e706d804d2?fields=virtual_networks HTTP/1.1" 200 1035 0.057564 10.0.0.131 - - [2026-05-25 02:25:16] "GET /projects?obj_uuids=b6a25da4-6591-49cd-9d75-b8e706d804d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001285 10.0.0.73 - - [2026-05-25 02:25:16] "GET /project/b6a25da4-6591-49cd-9d75-b8e706d804d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.055896 10.0.0.131 - - [2026-05-25 02:25:16] "GET /projects?obj_uuids=b6a25da4-6591-49cd-9d75-b8e706d804d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001216 10.0.0.73 - - [2026-05-25 02:25:16] "GET /project/b6a25da4-6591-49cd-9d75-b8e706d804d2?fields=security_groups HTTP/1.1" 200 1262 0.065591 10.0.0.73 - - [2026-05-25 02:25:17] "POST /fqname-to-id HTTP/1.1" 404 192 0.037063 10.0.0.131 - - [2026-05-25 02:25:17] "GET /projects?obj_uuids=1de6741d-04d7-4f05-a533-a07ecdc2e14e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003821 10.0.0.131 - - [2026-05-25 02:25:17] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.131 - - [2026-05-25 02:25:17] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009095 10.0.0.131 - - [2026-05-25 02:25:18] "POST /id-to-fqname HTTP/1.1" 200 194 0.005623 10.0.0.131 - - [2026-05-25 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.006566 10.0.0.131 - - [2026-05-25 02:25:18] "POST /security-groups HTTP/1.1" 200 595 0.044993 10.0.0.131 - - [2026-05-25 02:25:18] "POST /projects HTTP/1.1" 200 593 0.290862 10.0.0.19 - - [2026-05-25 02:25:18] "POST /access-control-lists HTTP/1.1" 200 602 0.033805 10.0.0.131 - - [2026-05-25 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.365389 10.0.0.73 - - [2026-05-25 02:25:18] "GET /project/1de6741d-04d7-4f05-a533-a07ecdc2e14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.523563 10.0.0.73 - - [2026-05-25 02:25:19] "GET / HTTP/1.1" 200 36215 0.001647 10.0.0.131 - - [2026-05-25 02:25:22] "GET /projects?obj_uuids=1de6741d-04d7-4f05-a533-a07ecdc2e14e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001447 10.0.0.73 - - [2026-05-25 02:25:22] "GET /project/1de6741d-04d7-4f05-a533-a07ecdc2e14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.051886 10.0.0.131 - - [2026-05-25 02:25:22] "GET /projects?obj_uuids=1de6741d-04d7-4f05-a533-a07ecdc2e14e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001073 10.0.0.73 - - [2026-05-25 02:25:22] "GET /project/1de6741d-04d7-4f05-a533-a07ecdc2e14e?fields=virtual_networks HTTP/1.1" 200 1042 0.053590 10.0.0.131 - - [2026-05-25 02:25:23] "GET /projects?obj_uuids=1de6741d-04d7-4f05-a533-a07ecdc2e14e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001157 10.0.0.73 - - [2026-05-25 02:25:23] "GET /project/1de6741d-04d7-4f05-a533-a07ecdc2e14e?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.043913 10.0.0.131 - - [2026-05-25 02:25:23] "GET /projects?obj_uuids=1de6741d-04d7-4f05-a533-a07ecdc2e14e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001029 10.0.0.73 - - [2026-05-25 02:25:23] "GET /project/1de6741d-04d7-4f05-a533-a07ecdc2e14e?fields=security_groups HTTP/1.1" 200 1273 0.047126 10.0.0.73 - - [2026-05-25 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.033846 10.0.0.131 - - [2026-05-25 02:25:24] "GET /projects?obj_uuids=3eaa5859-30ec-4015-a36e-796f664bf606&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007168 10.0.0.131 - - [2026-05-25 02:25:24] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.131 - - [2026-05-25 02:25:24] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008693 10.0.0.131 - - [2026-05-25 02:25:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.006943 10.0.0.131 - - [2026-05-25 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.009509 10.0.0.131 - - [2026-05-25 02:25:24] "POST /security-groups HTTP/1.1" 200 586 0.078977 10.0.0.131 - - [2026-05-25 02:25:24] "POST /projects HTTP/1.1" 200 575 0.385483 10.0.0.19 - - [2026-05-25 02:25:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.093565 10.0.0.131 - - [2026-05-25 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.476257 10.0.0.19 - - [2026-05-25 02:25:24] "POST /access-control-lists HTTP/1.1" 200 591 0.035179 10.0.0.73 - - [2026-05-25 02:25:24] "GET /project/3eaa5859-30ec-4015-a36e-796f664bf606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.654301 10.0.0.73 - - [2026-05-25 02:25:26] "GET / HTTP/1.1" 200 36215 0.002395 10.0.0.73 - - [2026-05-25 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.004456 10.0.0.19 - - [2026-05-25 02:25:26] "POST /fqname-to-id HTTP/1.1" 404 227 0.006621 10.0.0.19 - - [2026-05-25 02:25:27] "PUT /access-control-list/24fbf2e4-4db1-43ad-a6dc-b426b67b56a7 HTTP/1.1" 200 273 0.027333 10.0.0.73 - - [2026-05-25 02:25:27] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.051948 10.0.0.73 - - [2026-05-25 02:25:27] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.204804 10.0.0.73 - - [2026-05-25 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003062 10.0.0.19 - - [2026-05-25 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 228 0.003637 10.0.0.19 - - [2026-05-25 02:25:28] "POST /access-control-lists HTTP/1.1" 200 590 0.037030 10.0.0.73 - - [2026-05-25 02:25:28] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.019452 10.0.0.19 - - [2026-05-25 02:25:28] "PUT /access-control-list/636df853-b0fc-4324-a442-5f5a1fe0d5e5 HTTP/1.1" 200 273 0.020057 10.0.0.73 - - [2026-05-25 02:25:28] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152948 10.0.0.73 - - [2026-05-25 02:25:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.73 - - [2026-05-25 02:25:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.033102 10.0.0.19 - - [2026-05-25 02:25:29] "POST /access-control-lists HTTP/1.1" 200 609 0.045511 10.0.0.19 - - [2026-05-25 02:25:29] "PUT /access-control-list/a26a277a-c23f-49bf-bb6b-f9dff9089ff7 HTTP/1.1" 200 273 0.019189 10.0.0.73 - - [2026-05-25 02:25:29] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.048873 10.0.0.73 - - [2026-05-25 02:25:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160011 10.0.0.73 - - [2026-05-25 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.003870 10.0.0.19 - - [2026-05-25 02:25:30] "PUT /access-control-list/a26a277a-c23f-49bf-bb6b-f9dff9089ff7 HTTP/1.1" 200 273 0.017218 10.0.0.19 - - [2026-05-25 02:25:30] "POST /fqname-to-id HTTP/1.1" 404 244 0.006263 10.0.0.19 - - [2026-05-25 02:25:30] "PUT /access-control-list/721c2a84-c613-4034-b618-ed23070df541 HTTP/1.1" 200 273 0.020589 10.0.0.73 - - [2026-05-25 02:25:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.018608 10.0.0.73 - - [2026-05-25 02:25:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.180112 10.0.0.19 - - [2026-05-25 02:25:32] "POST /route-targets HTTP/1.1" 200 328 0.020592 10.0.0.73 - - [2026-05-25 02:25:32] "POST /neutron/router HTTP/1.1" 200 541 0.011522 10.0.0.73 - - [2026-05-25 02:25:32] "POST /neutron/router HTTP/1.1" 200 541 0.009537 10.0.0.73 - - [2026-05-25 02:25:32] "POST /neutron/router HTTP/1.1" 200 541 0.005229 10.0.0.73 - - [2026-05-25 02:25:32] "POST /neutron/router HTTP/1.1" 200 541 0.006772 10.0.0.73 - - [2026-05-25 02:25:32] "POST /neutron/router HTTP/1.1" 200 541 0.005399 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 541 0.005479 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 541 0.005650 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 541 0.006557 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 541 0.005604 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 541 0.005958 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 541 0.005616 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 542 0.028716 10.0.0.131 - - [2026-05-25 02:25:33] "GET /projects?obj_uuids=3eaa5859-30ec-4015-a36e-796f664bf606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001622 10.0.0.19 - - [2026-05-25 02:25:33] "DELETE /route-target/827f3076-0efc-42f8-b7e5-b9805ad29ce9 HTTP/1.1" 200 115 0.045798 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 559 0.114642 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 559 0.016927 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 559 0.005929 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 559 0.005903 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 559 0.004235 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 559 0.005680 10.0.0.73 - - [2026-05-25 02:25:33] "POST /neutron/router HTTP/1.1" 200 559 0.005667 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 559 0.007293 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 559 0.005834 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 559 0.004670 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 559 0.005028 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 559 0.039002 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 560 0.005376 10.0.0.19 - - [2026-05-25 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.010100 10.0.0.19 - - [2026-05-25 02:25:34] "GET /logical-router/d69c34d8-0147-4f32-a51f-ba8a797bf57a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.069282 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 542 0.007133 10.0.0.19 - - [2026-05-25 02:25:34] "PUT /logical-router/5368615b-8cb0-467c-86bf-7c4b2d298a4a HTTP/1.1" 200 263 0.052051 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 542 0.017173 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 542 0.005263 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 542 0.005114 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 542 0.004763 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 542 0.004965 10.0.0.73 - - [2026-05-25 02:25:34] "POST /neutron/router HTTP/1.1" 200 542 0.005879 10.0.0.73 - - [2026-05-25 02:25:35] "POST /neutron/router HTTP/1.1" 200 542 0.004908 10.0.0.73 - - [2026-05-25 02:25:35] "POST /neutron/router HTTP/1.1" 200 542 0.004900 10.0.0.73 - - [2026-05-25 02:25:35] "POST /neutron/router HTTP/1.1" 200 542 0.004712 10.0.0.73 - - [2026-05-25 02:25:35] "POST /neutron/router HTTP/1.1" 200 542 0.004712 10.0.0.73 - - [2026-05-25 02:25:35] "POST /neutron/router HTTP/1.1" 200 542 0.008546 10.0.0.73 - - [2026-05-25 02:25:35] "POST /neutron/router HTTP/1.1" 200 151 0.090310 10.0.0.73 - - [2026-05-25 02:25:35] "POST /neutron/security_group HTTP/1.1" 200 521 0.004361 10.0.0.19 - - [2026-05-25 02:25:35] "DELETE /access-control-list/8ec3cb64-cb77-4807-9cd5-d05b136f3c14 HTTP/1.1" 200 115 0.046505 10.0.0.19 - - [2026-05-25 02:25:35] "DELETE /access-control-list/a26a277a-c23f-49bf-bb6b-f9dff9089ff7 HTTP/1.1" 200 115 0.079950 10.0.0.73 - - [2026-05-25 02:25:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.158105 10.0.0.19 - - [2026-05-25 02:25:36] "DELETE /access-control-list/7cef790a-a54f-4d90-8802-8d73a814f61a HTTP/1.1" 200 115 0.042486 10.0.0.19 - - [2026-05-25 02:25:36] "DELETE /access-control-list/24fbf2e4-4db1-43ad-a6dc-b426b67b56a7 HTTP/1.1" 200 115 0.034982 10.0.0.131 - - [2026-05-25 02:25:37] "GET /projects?obj_uuids=3eaa5859-30ec-4015-a36e-796f664bf606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001388 10.0.0.73 - - [2026-05-25 02:25:37] "GET /project/3eaa5859-30ec-4015-a36e-796f664bf606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.053904 10.0.0.131 - - [2026-05-25 02:25:37] "GET /projects?obj_uuids=3eaa5859-30ec-4015-a36e-796f664bf606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001103 10.0.0.73 - - [2026-05-25 02:25:37] "GET /project/3eaa5859-30ec-4015-a36e-796f664bf606?fields=virtual_networks HTTP/1.1" 200 1024 0.064694 10.0.0.131 - - [2026-05-25 02:25:37] "GET /projects?obj_uuids=3eaa5859-30ec-4015-a36e-796f664bf606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002226 10.0.0.73 - - [2026-05-25 02:25:37] "GET /project/3eaa5859-30ec-4015-a36e-796f664bf606?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.065510 10.0.0.131 - - [2026-05-25 02:25:37] "GET /projects?obj_uuids=3eaa5859-30ec-4015-a36e-796f664bf606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.73 - - [2026-05-25 02:25:37] "GET /project/3eaa5859-30ec-4015-a36e-796f664bf606?fields=security_groups HTTP/1.1" 200 1246 0.046999 10.0.0.73 - - [2026-05-25 02:25:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.030306 10.0.0.131 - - [2026-05-25 02:25:38] "GET /projects?obj_uuids=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003146 10.0.0.131 - - [2026-05-25 02:25:38] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.131 - - [2026-05-25 02:25:38] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008384 10.0.0.131 - - [2026-05-25 02:25:38] "POST /id-to-fqname HTTP/1.1" 200 186 0.004482 10.0.0.131 - - [2026-05-25 02:25:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.006304 10.0.0.131 - - [2026-05-25 02:25:39] "POST /security-groups HTTP/1.1" 200 587 0.091454 10.0.0.131 - - [2026-05-25 02:25:39] "POST /projects HTTP/1.1" 200 577 0.322031 10.0.0.131 - - [2026-05-25 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.375257 10.0.0.19 - - [2026-05-25 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.010776 10.0.0.73 - - [2026-05-25 02:25:39] "GET /project/13e016b0-31ea-498c-9a19-ad4d748f7048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.528875 10.0.0.73 - - [2026-05-25 02:25:40] "GET / HTTP/1.1" 200 36215 0.002700 10.0.0.73 - - [2026-05-25 02:25:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.73 - - [2026-05-25 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.083576 10.0.0.131 - - [2026-05-25 02:25:42] "GET /projects?obj_uuids=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001145 10.0.0.73 - - [2026-05-25 02:25:42] "GET /project/13e016b0-31ea-498c-9a19-ad4d748f7048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.047119 10.0.0.73 - - [2026-05-25 02:25:42] "POST /neutron/network HTTP/1.1" 200 117 0.048428 10.0.0.19 - - [2026-05-25 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.029792 10.0.0.73 - - [2026-05-25 02:25:43] "POST /neutron/network HTTP/1.1" 200 817 0.010301 10.0.0.73 - - [2026-05-25 02:25:43] "POST /id-to-fqname HTTP/1.1" 200 216 0.001583 10.0.0.73 - - [2026-05-25 02:25:43] "GET /virtual-network/c6b2ed8b-5a2a-43d0-84c0-8cc211887c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.006019 10.0.0.73 - - [2026-05-25 02:25:43] "GET /virtual-network/c6b2ed8b-5a2a-43d0-84c0-8cc211887c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.007096 10.0.0.73 - - [2026-05-25 02:25:43] "POST /neutron/subnet HTTP/1.1" 200 710 0.012364 10.0.0.73 - - [2026-05-25 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 206 0.002872 10.0.0.73 - - [2026-05-25 02:25:43] "GET /virtual-network/c6b2ed8b-5a2a-43d0-84c0-8cc211887c9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.006021 10.0.0.73 - - [2026-05-25 02:25:43] "GET /virtual-machine-interface/b8b0fc98-cfe6-411b-9d25-b02444bc39f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008168 10.0.0.73 - - [2026-05-25 02:25:43] "GET /virtual-machine-interface/b8b0fc98-cfe6-411b-9d25-b02444bc39f5?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.009578 10.0.0.73 - - [2026-05-25 02:25:43] "GET /instance-ip/44ba4db3-a5c5-4d48-91c7-b56f662b42df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.005264 10.0.0.73 - - [2026-05-25 02:25:44] "POST /neutron/port HTTP/1.1" 200 151 0.159047 10.0.0.73 - - [2026-05-25 02:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001073 10.0.0.73 - - [2026-05-25 02:25:47] "GET /project/13e016b0-31ea-498c-9a19-ad4d748f7048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.044358 10.0.0.73 - - [2026-05-25 02:25:47] "POST /neutron/network HTTP/1.1" 200 117 0.013973 10.0.0.19 - - [2026-05-25 02:25:47] "POST /route-targets HTTP/1.1" 200 328 0.023792 10.0.0.131 - - [2026-05-25 02:25:47] "DELETE /project/3eaa585930ec4015a36e796f664bf606 HTTP/1.1" 404 173 0.025045 10.0.0.131 - - [2026-05-25 02:25:47] "DELETE /project/254efa8a24c1434399917b6ca24a3c49 HTTP/1.1" 404 173 0.011313 10.0.0.131 - - [2026-05-25 02:25:47] "DELETE /project/d05896b7c40e4645b2764c6295db474f HTTP/1.1" 404 173 0.060309 10.0.0.131 - - [2026-05-25 02:25:47] "DELETE /project/0560840a9556491c9590953a2857f170 HTTP/1.1" 404 173 0.051019 10.0.0.131 - - [2026-05-25 02:25:47] "DELETE /project/b6a25da4659149cd9d75b8e706d804d2 HTTP/1.1" 404 173 0.046963 10.0.0.131 - - [2026-05-25 02:25:47] "DELETE /project/521fe816-24cf-4879-8042-9503a73cf849 HTTP/1.1" 404 177 0.041790 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=0560840a-9556-491c-9590-953a2857f170&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001629 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=b6a25da4-6591-49cd-9d75-b8e706d804d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=1de6741d-04d7-4f05-a533-a07ecdc2e14e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000864 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=254efa8a-24c1-4343-9991-7b6ca24a3c49&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001029 10.0.0.131 - - [2026-05-25 02:25:47] "DELETE /project/1de6741d04d74f05a533a07ecdc2e14e HTTP/1.1" 404 173 0.015271 10.0.0.131 - - [2026-05-25 02:25:47] "DELETE /project/13e016b031ea498c9a19ad4d748f7048 HTTP/1.1" 404 173 0.015270 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=d05896b7-c40e-4645-b276-4c6295db474f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000923 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=3eaa5859-30ec-4015-a36e-796f664bf606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000829 10.0.0.131 - - [2026-05-25 02:25:47] "GET /project/0560840a-9556-491c-9590-953a2857f170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.106909 10.0.0.131 - - [2026-05-25 02:25:47] "GET /project/b6a25da4-6591-49cd-9d75-b8e706d804d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.122609 10.0.0.131 - - [2026-05-25 02:25:47] "GET /project/1de6741d-04d7-4f05-a533-a07ecdc2e14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.142787 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=0560840a-9556-491c-9590-953a2857f170&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004337 10.0.0.131 - - [2026-05-25 02:25:47] "GET /project/254efa8a-24c1-4343-9991-7b6ca24a3c49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.143472 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=b6a25da4-6591-49cd-9d75-b8e706d804d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001635 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=1de6741d-04d7-4f05-a533-a07ecdc2e14e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000941 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=254efa8a-24c1-4343-9991-7b6ca24a3c49&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000903 10.0.0.131 - - [2026-05-25 02:25:47] "GET /project/d05896b7-c40e-4645-b276-4c6295db474f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.199817 10.0.0.131 - - [2026-05-25 02:25:47] "GET /project/3eaa5859-30ec-4015-a36e-796f664bf606?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.224229 10.0.0.131 - - [2026-05-25 02:25:47] "GET /projects?obj_uuids=d05896b7-c40e-4645-b276-4c6295db474f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001603 10.0.0.131 - - [2026-05-25 02:25:48] "GET /projects?obj_uuids=3eaa5859-30ec-4015-a36e-796f664bf606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001887 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/0560840a-9556-491c-9590-953a2857f170?fields=security_groups HTTP/1.1" 200 1362 0.203835 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/254efa8a-24c1-4343-9991-7b6ca24a3c49?fields=security_groups HTTP/1.1" 200 1360 0.161803 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/b6a25da4-6591-49cd-9d75-b8e706d804d2?fields=security_groups HTTP/1.1" 200 1364 0.185819 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/1de6741d-04d7-4f05-a533-a07ecdc2e14e?fields=security_groups HTTP/1.1" 200 1375 0.198053 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/d05896b7-c40e-4645-b276-4c6295db474f?fields=security_groups HTTP/1.1" 200 1349 0.204240 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/3eaa5859-30ec-4015-a36e-796f664bf606?fields=security_groups HTTP/1.1" 200 1348 0.218118 10.0.0.131 - - [2026-05-25 02:25:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003976 10.0.0.73 - - [2026-05-25 02:25:48] "POST /neutron/subnet HTTP/1.1" 200 719 0.516682 10.0.0.131 - - [2026-05-25 02:25:48] "DELETE /security-group/96ed3feb-c70b-496d-b1f6-ced511f3e306 HTTP/1.1" 200 115 0.220979 10.0.0.131 - - [2026-05-25 02:25:48] "DELETE /security-group/4f914b35-d743-4656-9294-f925c9da22d6 HTTP/1.1" 200 115 0.236399 10.0.0.131 - - [2026-05-25 02:25:48] "GET /projects?obj_uuids=1de6741d-04d7-4f05-a533-a07ecdc2e14e&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002286 10.0.0.131 - - [2026-05-25 02:25:48] "GET /projects?obj_uuids=0560840a-9556-491c-9590-953a2857f170&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001611 10.0.0.73 - - [2026-05-25 02:25:48] "POST /id-to-fqname HTTP/1.1" 200 217 0.001675 10.0.0.73 - - [2026-05-25 02:25:48] "GET /virtual-network/a60e8989-bed3-4d2a-b451-1344b849cf08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.014357 10.0.0.131 - - [2026-05-25 02:25:48] "DELETE /security-group/ab60944c-84d6-4d5e-8f20-6c10536b855f HTTP/1.1" 200 115 0.292463 10.0.0.131 - - [2026-05-25 02:25:48] "DELETE /security-group/d916a254-3862-4477-bca9-5e42480bb829 HTTP/1.1" 200 115 0.297409 10.0.0.131 - - [2026-05-25 02:25:48] "GET /projects?obj_uuids=254efa8a-24c1-4343-9991-7b6ca24a3c49&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002994 10.0.0.131 - - [2026-05-25 02:25:48] "GET /projects?obj_uuids=b6a25da4-6591-49cd-9d75-b8e706d804d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001370 10.0.0.73 - - [2026-05-25 02:25:48] "GET /virtual-network/a60e8989-bed3-4d2a-b451-1344b849cf08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.030341 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/0560840a-9556-491c-9590-953a2857f170?fields=application_policy_sets HTTP/1.1" 200 1401 0.155797 10.0.0.131 - - [2026-05-25 02:25:48] "DELETE /security-group/666c0353-5cf7-449d-a7f0-f25e4885c711 HTTP/1.1" 200 115 0.284425 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/1de6741d-04d7-4f05-a533-a07ecdc2e14e?fields=application_policy_sets HTTP/1.1" 200 1414 0.185511 10.0.0.19 - - [2026-05-25 02:25:48] "DELETE /access-control-list/9f59dbfc-2a0c-46bb-a64a-64bc7522fc90 HTTP/1.1" 200 115 0.180479 10.0.0.73 - - [2026-05-25 02:25:48] "POST /neutron/network HTTP/1.1" 200 977 0.058388 10.0.0.131 - - [2026-05-25 02:25:48] "GET /projects?obj_uuids=d05896b7-c40e-4645-b276-4c6295db474f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001134 10.0.0.131 - - [2026-05-25 02:25:48] "DELETE /security-group/2c9853a1-88bd-4519-9b51-526e9dcc4904 HTTP/1.1" 200 115 0.284940 10.0.0.131 - - [2026-05-25 02:25:48] "GET /projects?obj_uuids=3eaa5859-30ec-4015-a36e-796f664bf606&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001331 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/b6a25da4-6591-49cd-9d75-b8e706d804d2?fields=application_policy_sets HTTP/1.1" 200 1403 0.147340 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/254efa8a-24c1-4343-9991-7b6ca24a3c49?fields=application_policy_sets HTTP/1.1" 200 1399 0.170595 10.0.0.131 - - [2026-05-25 02:25:48] "GET /projects?obj_uuids=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002061 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/d05896b7-c40e-4645-b276-4c6295db474f?fields=application_policy_sets HTTP/1.1" 200 1388 0.187819 10.0.0.131 - - [2026-05-25 02:25:48] "GET /project/3eaa5859-30ec-4015-a36e-796f664bf606?fields=application_policy_sets HTTP/1.1" 200 1387 0.218104 10.0.0.19 - - [2026-05-25 02:25:48] "DELETE /access-control-list/cfc20d59-4581-47ad-b788-019ca6cf77b4 HTTP/1.1" 200 115 0.210565 10.0.0.131 - - [2026-05-25 02:25:49] "DELETE /project/0560840a-9556-491c-9590-953a2857f170 HTTP/1.1" 200 115 1.353695 10.0.0.131 - - [2026-05-25 02:25:49] "DELETE /project/b6a25da4-6591-49cd-9d75-b8e706d804d2 HTTP/1.1" 200 115 1.448729 10.0.0.131 - - [2026-05-25 02:25:49] "DELETE /project/1de6741d-04d7-4f05-a533-a07ecdc2e14e HTTP/1.1" 200 115 1.450027 10.0.0.131 - - [2026-05-25 02:25:49] "DELETE /project/254efa8a-24c1-4343-9991-7b6ca24a3c49 HTTP/1.1" 200 115 1.471952 10.0.0.131 - - [2026-05-25 02:25:49] "DELETE /project/d05896b7-c40e-4645-b276-4c6295db474f HTTP/1.1" 200 115 1.501400 10.0.0.19 - - [2026-05-25 02:25:49] "DELETE /access-control-list/abe95308-5b34-4917-8a46-d51a7e2e4829 HTTP/1.1" 200 115 0.111163 10.0.0.131 - - [2026-05-25 02:25:49] "DELETE /project/3eaa5859-30ec-4015-a36e-796f664bf606 HTTP/1.1" 200 115 1.574821 10.0.0.73 - - [2026-05-25 02:25:49] "POST /neutron/port HTTP/1.1" 200 1018 0.749737 10.0.0.19 - - [2026-05-25 02:25:49] "DELETE /access-control-list/4a34c159-7540-4c10-bf48-efc9288a8658 HTTP/1.1" 200 115 0.047033 10.0.0.73 - - [2026-05-25 02:25:49] "POST /id-to-fqname HTTP/1.1" 200 217 0.001720 10.0.0.73 - - [2026-05-25 02:25:50] "POST /neutron/port HTTP/1.1" 200 1018 0.087173 10.0.0.73 - - [2026-05-25 02:25:51] "POST /neutron/port HTTP/1.1" 200 117 0.008628 10.0.0.73 - - [2026-05-25 02:25:51] "POST /id-to-fqname HTTP/1.1" 200 217 0.001710 10.0.0.73 - - [2026-05-25 02:25:51] "POST /neutron/port HTTP/1.1" 200 1017 0.019694 10.0.0.73 - - [2026-05-25 02:25:51] "POST /neutron/port HTTP/1.1" 200 1018 0.023355 10.0.0.73 - - [2026-05-25 02:25:51] "POST /neutron/port HTTP/1.1" 200 117 0.009343 10.0.0.73 - - [2026-05-25 02:25:52] "POST /neutron/port HTTP/1.1" 200 1018 0.056308 10.0.0.73 - - [2026-05-25 02:25:52] "POST /neutron/network HTTP/1.1" 200 987 0.009234 10.0.0.73 - - [2026-05-25 02:25:52] "POST /neutron/port HTTP/1.1" 200 1018 0.015721 10.0.0.73 - - [2026-05-25 02:25:52] "POST /neutron/port HTTP/1.1" 200 1110 0.251659 10.0.0.73 - - [2026-05-25 02:25:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005927 10.0.0.73 - - [2026-05-25 02:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.73 - - [2026-05-25 02:25:53] "POST /neutron/port HTTP/1.1" 200 117 0.001535 10.0.0.73 - - [2026-05-25 02:25:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.026770 10.0.0.73 - - [2026-05-25 02:25:57] "POST /neutron/port HTTP/1.1" 200 1120 0.021057 10.0.0.73 - - [2026-05-25 02:25:57] "GET /virtual-machine/baabcb64-c054-499b-b07d-79da5271799d HTTP/1.1" 401 292 0.000524 10.0.0.73 - - [2026-05-25 02:25:57] "GET /virtual-machine/baabcb64-c054-499b-b07d-79da5271799d HTTP/1.1" 200 1287 0.045654 10.0.0.73 - - [2026-05-25 02:25:57] "GET /virtual-machine-interface/94f33cee-3a2f-426c-b4c7-f20fc57c3174 HTTP/1.1" 200 2931 0.006300 10.0.0.73 - - [2026-05-25 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.73 - - [2026-05-25 02:25:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004683 10.0.0.73 - - [2026-05-25 02:25:57] "GET /virtual-networks?parent_id=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005644 10.0.0.73 - - [2026-05-25 02:25:57] "GET /virtual-network/a60e8989-bed3-4d2a-b451-1344b849cf08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006198 10.0.0.73 - - [2026-05-25 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.73 - - [2026-05-25 02:26:00] "GET /virtual-network/a60e8989-bed3-4d2a-b451-1344b849cf08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.008332 10.0.0.73 - - [2026-05-25 02:26:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008275 10.0.0.73 - - [2026-05-25 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.73 - - [2026-05-25 02:26:04] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006159 10.0.0.73 - - [2026-05-25 02:26:04] "GET /virtual-networks?parent_id=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003684 10.0.0.73 - - [2026-05-25 02:26:04] "GET /virtual-network/a60e8989-bed3-4d2a-b451-1344b849cf08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006534 10.0.0.73 - - [2026-05-25 02:26:05] "POST /neutron/port HTTP/1.1" 200 1119 0.022536 10.0.0.73 - - [2026-05-25 02:26:05] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008785 10.0.0.73 - - [2026-05-25 02:26:05] "GET /virtual-machine/9a2ede05-895e-4b32-b95f-8f4cf2c5a8fb HTTP/1.1" 200 1287 0.008221 10.0.0.73 - - [2026-05-25 02:26:05] "GET /virtual-machine-interface/ebe1b49d-fc6b-41db-99e9-8d619f2bacb7 HTTP/1.1" 200 2931 0.005989 10.0.0.73 - - [2026-05-25 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.73 - - [2026-05-25 02:26:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004468 10.0.0.73 - - [2026-05-25 02:26:05] "GET /virtual-networks?parent_id=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003394 10.0.0.73 - - [2026-05-25 02:26:05] "GET /virtual-network/a60e8989-bed3-4d2a-b451-1344b849cf08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006119 10.0.0.73 - - [2026-05-25 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.73 - - [2026-05-25 02:26:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004658 10.0.0.73 - - [2026-05-25 02:26:06] "GET /virtual-networks?parent_id=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003984 10.0.0.73 - - [2026-05-25 02:26:06] "GET /virtual-network/a60e8989-bed3-4d2a-b451-1344b849cf08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006876 10.0.0.73 - - [2026-05-25 02:26:10] "POST /neutron/port HTTP/1.1" 200 1109 0.019301 10.0.0.73 - - [2026-05-25 02:26:10] "POST /neutron/port HTTP/1.1" 200 1110 0.020526 10.0.0.73 - - [2026-05-25 02:26:11] "POST /neutron/network HTTP/1.1" 200 977 0.014275 10.0.0.19 - - [2026-05-25 02:26:11] "DELETE /route-target/952019f2-ef6f-473d-bf08-c761f793faad HTTP/1.1" 200 115 0.030849 10.0.0.131 - - [2026-05-25 02:26:12] "GET /projects?obj_uuids=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001392 10.0.0.73 - - [2026-05-25 02:26:12] "GET /project/13e016b0-31ea-498c-9a19-ad4d748f7048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.059643 10.0.0.131 - - [2026-05-25 02:26:12] "GET /projects?obj_uuids=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003448 10.0.0.73 - - [2026-05-25 02:26:12] "GET /project/13e016b0-31ea-498c-9a19-ad4d748f7048?fields=virtual_networks HTTP/1.1" 200 1026 0.049923 10.0.0.131 - - [2026-05-25 02:26:12] "GET /projects?obj_uuids=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000993 10.0.0.73 - - [2026-05-25 02:26:12] "GET /project/13e016b0-31ea-498c-9a19-ad4d748f7048?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.054248 10.0.0.131 - - [2026-05-25 02:26:12] "GET /projects?obj_uuids=13e016b0-31ea-498c-9a19-ad4d748f7048&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001472 10.0.0.73 - - [2026-05-25 02:26:13] "GET /project/13e016b0-31ea-498c-9a19-ad4d748f7048?fields=security_groups HTTP/1.1" 200 1249 0.075398 10.0.0.73 - - [2026-05-25 02:26:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.032662 10.0.0.131 - - [2026-05-25 02:26:14] "GET /projects?obj_uuids=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004327 10.0.0.131 - - [2026-05-25 02:26:14] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.131 - - [2026-05-25 02:26:14] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007632 10.0.0.131 - - [2026-05-25 02:26:14] "POST /id-to-fqname HTTP/1.1" 200 188 0.002075 10.0.0.131 - - [2026-05-25 02:26:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.009293 10.0.0.131 - - [2026-05-25 02:26:14] "POST /security-groups HTTP/1.1" 200 589 0.082509 10.0.0.131 - - [2026-05-25 02:26:14] "POST /projects HTTP/1.1" 200 581 0.317761 10.0.0.19 - - [2026-05-25 02:26:14] "POST /fqname-to-id HTTP/1.1" 404 231 0.008213 10.0.0.131 - - [2026-05-25 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.399917 10.0.0.73 - - [2026-05-25 02:26:14] "GET /project/97e8f48f-d285-4f6c-8e10-837c18237c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.550185 10.0.0.73 - - [2026-05-25 02:26:15] "POST /neutron/port HTTP/1.1" 400 205 0.004909 10.0.0.73 - - [2026-05-25 02:26:15] "GET / HTTP/1.1" 200 36215 0.002045 10.0.0.73 - - [2026-05-25 02:26:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.73 - - [2026-05-25 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.073653 10.0.0.131 - - [2026-05-25 02:26:18] "GET /projects?obj_uuids=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.73 - - [2026-05-25 02:26:18] "GET /project/97e8f48f-d285-4f6c-8e10-837c18237c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.051247 10.0.0.73 - - [2026-05-25 02:26:18] "POST /neutron/network HTTP/1.1" 200 117 0.050813 10.0.0.19 - - [2026-05-25 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.040765 10.0.0.73 - - [2026-05-25 02:26:18] "POST /neutron/network HTTP/1.1" 200 824 0.012189 10.0.0.73 - - [2026-05-25 02:26:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.001483 10.0.0.73 - - [2026-05-25 02:26:18] "GET /virtual-network/2dab3a5e-6a99-451f-9634-ba64799dd70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005911 10.0.0.73 - - [2026-05-25 02:26:18] "GET /virtual-network/2dab3a5e-6a99-451f-9634-ba64799dd70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007964 10.0.0.73 - - [2026-05-25 02:26:18] "POST /neutron/subnet HTTP/1.1" 200 724 0.012767 10.0.0.73 - - [2026-05-25 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.131 - - [2026-05-25 02:26:18] "GET /projects?obj_uuids=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001208 10.0.0.73 - - [2026-05-25 02:26:18] "GET /project/97e8f48f-d285-4f6c-8e10-837c18237c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.058040 10.0.0.131 - - [2026-05-25 02:26:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007466 10.0.0.73 - - [2026-05-25 02:26:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.219887 10.0.0.73 - - [2026-05-25 02:26:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001476 10.0.0.73 - - [2026-05-25 02:26:19] "GET /virtual-network/468b2bb8-57c6-4d92-9720-c80d3402dc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005942 10.0.0.73 - - [2026-05-25 02:26:19] "GET /virtual-network/468b2bb8-57c6-4d92-9720-c80d3402dc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006143 10.0.0.73 - - [2026-05-25 02:26:19] "POST /neutron/network HTTP/1.1" 200 825 0.009017 10.0.0.73 - - [2026-05-25 02:26:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001926 10.0.0.131 - - [2026-05-25 02:26:20] "GET /projects?obj_uuids=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.73 - - [2026-05-25 02:26:20] "GET /project/97e8f48f-d285-4f6c-8e10-837c18237c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.078254 10.0.0.73 - - [2026-05-25 02:26:20] "POST /neutron/network HTTP/1.1" 200 824 0.007627 10.0.0.73 - - [2026-05-25 02:26:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001535 10.0.0.73 - - [2026-05-25 02:26:20] "POST /neutron/port HTTP/1.1" 200 117 0.008000 10.0.0.131 - - [2026-05-25 02:26:21] "GET /projects?obj_uuids=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001509 10.0.0.73 - - [2026-05-25 02:26:21] "POST /neutron/port HTTP/1.1" 200 1058 0.348049 10.0.0.131 - - [2026-05-25 02:26:21] "GET /projects?obj_uuids=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002182 10.0.0.73 - - [2026-05-25 02:26:21] "GET /project/97e8f48f-d285-4f6c-8e10-837c18237c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.103308 10.0.0.73 - - [2026-05-25 02:26:22] "POST /neutron/port HTTP/1.1" 200 1112 0.198709 10.0.0.73 - - [2026-05-25 02:26:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005647 10.0.0.73 - - [2026-05-25 02:26:22] "POST /neutron/network HTTP/1.1" 200 824 0.008992 10.0.0.73 - - [2026-05-25 02:26:22] "POST /neutron/port HTTP/1.1" 200 117 0.007693 10.0.0.19 - - [2026-05-25 02:26:22] "POST /route-targets HTTP/1.1" 200 328 0.032535 10.0.0.131 - - [2026-05-25 02:26:22] "GET /projects?obj_uuids=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002766 10.0.0.73 - - [2026-05-25 02:26:22] "POST /neutron/router HTTP/1.1" 200 344 0.432203 10.0.0.73 - - [2026-05-25 02:26:23] "POST /neutron/port HTTP/1.1" 200 1122 0.039359 10.0.0.73 - - [2026-05-25 02:26:23] "POST /neutron/port HTTP/1.1" 200 1059 0.019016 10.0.0.73 - - [2026-05-25 02:26:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004767 10.0.0.73 - - [2026-05-25 02:26:23] "POST /neutron/network HTTP/1.1" 200 825 0.009534 10.0.0.73 - - [2026-05-25 02:26:28] "POST /neutron/port HTTP/1.1" 200 1122 0.019824 10.0.0.73 - - [2026-05-25 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009110 10.0.0.73 - - [2026-05-25 02:26:28] "GET /virtual-machine/bf706bc4-cfa7-4f52-b22e-7170f30fb67e HTTP/1.1" 401 292 0.000493 10.0.0.73 - - [2026-05-25 02:26:28] "GET /virtual-machine/bf706bc4-cfa7-4f52-b22e-7170f30fb67e HTTP/1.1" 200 1293 0.041068 10.0.0.73 - - [2026-05-25 02:26:28] "GET /virtual-machine-interface/adbf1450-dd61-46fa-8ca7-37036d4f1913 HTTP/1.1" 200 2941 0.005955 10.0.0.73 - - [2026-05-25 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.73 - - [2026-05-25 02:26:28] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004929 10.0.0.73 - - [2026-05-25 02:26:28] "GET /virtual-networks?parent_id=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003623 10.0.0.73 - - [2026-05-25 02:26:28] "GET /virtual-network/2dab3a5e-6a99-451f-9634-ba64799dd70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008199 10.0.0.73 - - [2026-05-25 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.73 - - [2026-05-25 02:26:32] "GET /virtual-network/2dab3a5e-6a99-451f-9634-ba64799dd70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006977 10.0.0.73 - - [2026-05-25 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.73 - - [2026-05-25 02:26:36] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005384 10.0.0.73 - - [2026-05-25 02:26:36] "GET /virtual-networks?parent_id=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004512 10.0.0.73 - - [2026-05-25 02:26:36] "GET /virtual-network/2dab3a5e-6a99-451f-9634-ba64799dd70d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006904 10.0.0.73 - - [2026-05-25 02:26:36] "POST /neutron/port HTTP/1.1" 200 1123 0.022654 10.0.0.73 - - [2026-05-25 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007889 10.0.0.73 - - [2026-05-25 02:26:36] "POST /neutron/port HTTP/1.1" 200 1123 0.020923 10.0.0.73 - - [2026-05-25 02:26:36] "GET /virtual-machine/081c9bc6-84b6-4c49-86e1-b6e589e2caba HTTP/1.1" 200 1290 0.008825 10.0.0.73 - - [2026-05-25 02:26:36] "GET /virtual-machine-interface/30a683e4-523a-483c-9c77-88592ee6c100 HTTP/1.1" 200 2940 0.006560 10.0.0.73 - - [2026-05-25 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004939 10.0.0.73 - - [2026-05-25 02:26:36] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004962 10.0.0.73 - - [2026-05-25 02:26:36] "GET /virtual-networks?parent_id=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003726 10.0.0.73 - - [2026-05-25 02:26:36] "GET /virtual-network/468b2bb8-57c6-4d92-9720-c80d3402dc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009051 10.0.0.73 - - [2026-05-25 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006474 10.0.0.73 - - [2026-05-25 02:26:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005336 10.0.0.73 - - [2026-05-25 02:26:37] "GET /virtual-networks?parent_id=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003741 10.0.0.73 - - [2026-05-25 02:26:37] "GET /virtual-network/468b2bb8-57c6-4d92-9720-c80d3402dc57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008256 10.0.0.73 - - [2026-05-25 02:26:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013458 10.0.0.19 - - [2026-05-25 02:26:47] "POST /ref-update HTTP/1.1" 200 156 0.044121 10.0.0.73 - - [2026-05-25 02:26:47] "POST /neutron/port HTTP/1.1" 200 1921 0.074160 10.0.0.131 - - [2026-05-25 02:26:49] "DELETE /project/97e8f48fd2854f6c8e10837c18237c6a HTTP/1.1" 404 173 0.005563 10.0.0.131 - - [2026-05-25 02:26:49] "DELETE /project/13e016b0-31ea-498c-9a19-ad4d748f7048 HTTP/1.1" 404 177 0.004966 10.0.0.19 - - [2026-05-25 02:26:50] "POST /ref-update HTTP/1.1" 200 156 0.031395 10.0.0.73 - - [2026-05-25 02:26:51] "GET /obj-perms HTTP/1.1" 200 5056 0.084169 10.0.0.73 - - [2026-05-25 02:26:53] "POST /neutron/router HTTP/1.1" 200 580 0.007291 10.0.0.73 - - [2026-05-25 02:27:00] "POST /neutron/router HTTP/1.1" 200 344 0.250880 10.0.0.19 - - [2026-05-25 02:27:00] "POST /ref-update HTTP/1.1" 200 156 0.022020 10.0.0.73 - - [2026-05-25 02:27:01] "POST /neutron/router HTTP/1.1" 200 580 0.013678 10.0.0.73 - - [2026-05-25 02:27:01] "POST /neutron/network HTTP/1.1" 400 204 0.025455 10.0.0.73 - - [2026-05-25 02:27:02] "POST /neutron/port HTTP/1.1" 200 151 0.273615 10.0.0.73 - - [2026-05-25 02:27:02] "POST /neutron/port HTTP/1.1" 200 151 0.296175 10.0.0.19 - - [2026-05-25 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.73 - - [2026-05-25 02:27:03] "POST /neutron/network HTTP/1.1" 200 824 0.009758 10.0.0.19 - - [2026-05-25 02:27:03] "DELETE /route-target/4b412599-75ca-4fca-90c6-f2094fb06f8d HTTP/1.1" 200 115 0.027261 10.0.0.131 - - [2026-05-25 02:27:05] "GET /projects?obj_uuids=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.73 - - [2026-05-25 02:27:05] "GET /project/97e8f48f-d285-4f6c-8e10-837c18237c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042409 10.0.0.131 - - [2026-05-25 02:27:05] "GET /projects?obj_uuids=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.73 - - [2026-05-25 02:27:05] "GET /project/97e8f48f-d285-4f6c-8e10-837c18237c6a?fields=virtual_networks HTTP/1.1" 200 1031 0.050828 10.0.0.131 - - [2026-05-25 02:27:05] "GET /projects?obj_uuids=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001017 10.0.0.73 - - [2026-05-25 02:27:05] "GET /project/97e8f48f-d285-4f6c-8e10-837c18237c6a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.042530 10.0.0.131 - - [2026-05-25 02:27:05] "GET /projects?obj_uuids=97e8f48f-d285-4f6c-8e10-837c18237c6a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001442 10.0.0.73 - - [2026-05-25 02:27:05] "GET /project/97e8f48f-d285-4f6c-8e10-837c18237c6a?fields=security_groups HTTP/1.1" 200 1256 0.045894 10.0.0.73 - - [2026-05-25 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 191 0.039143 10.0.0.131 - - [2026-05-25 02:27:06] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003374 10.0.0.131 - - [2026-05-25 02:27:06] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001822 10.0.0.131 - - [2026-05-25 02:27:06] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009272 10.0.0.131 - - [2026-05-25 02:27:06] "POST /id-to-fqname HTTP/1.1" 200 193 0.003539 10.0.0.131 - - [2026-05-25 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.012185 10.0.0.131 - - [2026-05-25 02:27:06] "POST /security-groups HTTP/1.1" 200 594 0.045123 10.0.0.131 - - [2026-05-25 02:27:06] "POST /projects HTTP/1.1" 200 591 0.281333 10.0.0.131 - - [2026-05-25 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.327566 10.0.0.19 - - [2026-05-25 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 236 0.006759 10.0.0.73 - - [2026-05-25 02:27:07] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.500812 10.0.0.73 - - [2026-05-25 02:27:08] "GET / HTTP/1.1" 200 36215 0.001504 10.0.0.73 - - [2026-05-25 02:27:10] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000497 10.0.0.131 - - [2026-05-25 02:27:10] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001271 10.0.0.73 - - [2026-05-25 02:27:10] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.094531 10.0.0.73 - - [2026-05-25 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.73 - - [2026-05-25 02:27:10] "GET /security-group/ba0d7953-1901-45a7-b57e-230f8c7af2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.007962 10.0.0.73 - - [2026-05-25 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.131 - - [2026-05-25 02:27:10] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001535 10.0.0.73 - - [2026-05-25 02:27:11] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.058060 10.0.0.73 - - [2026-05-25 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.73 - - [2026-05-25 02:27:11] "GET /security-group/ba0d7953-1901-45a7-b57e-230f8c7af2e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.006282 10.0.0.73 - - [2026-05-25 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005200 10.0.0.73 - - [2026-05-25 02:27:11] "PUT /security-group/ba0d7953-1901-45a7-b57e-230f8c7af2e2 HTTP/1.1" 200 263 0.028939 10.0.0.73 - - [2026-05-25 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.008867 10.0.0.19 - - [2026-05-25 02:27:11] "PUT /access-control-list/f928e647-177d-48be-9628-ac24ed54c9cf HTTP/1.1" 200 273 0.021789 10.0.0.73 - - [2026-05-25 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.131 - - [2026-05-25 02:27:11] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001902 10.0.0.73 - - [2026-05-25 02:27:11] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.054267 10.0.0.131 - - [2026-05-25 02:27:11] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001197 10.0.0.73 - - [2026-05-25 02:27:11] "POST /neutron/network HTTP/1.1" 200 608 0.202522 10.0.0.73 - - [2026-05-25 02:27:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.004559 10.0.0.73 - - [2026-05-25 02:27:12] "GET /virtual-network/502abad4-9991-4915-a008-1ce0148cd63c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006644 10.0.0.73 - - [2026-05-25 02:27:12] "POST /neutron/network HTTP/1.1" 200 828 0.010939 10.0.0.73 - - [2026-05-25 02:27:12] "GET /virtual-network/502abad4-9991-4915-a008-1ce0148cd63c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007634 10.0.0.73 - - [2026-05-25 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.131 - - [2026-05-25 02:27:12] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003353 10.0.0.73 - - [2026-05-25 02:27:12] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052569 10.0.0.73 - - [2026-05-25 02:27:12] "POST /neutron/network HTTP/1.1" 200 117 0.018179 10.0.0.19 - - [2026-05-25 02:27:12] "POST /route-targets HTTP/1.1" 200 328 0.022553 10.0.0.73 - - [2026-05-25 02:27:13] "POST /neutron/network HTTP/1.1" 200 833 0.013166 10.0.0.73 - - [2026-05-25 02:27:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.002514 10.0.0.73 - - [2026-05-25 02:27:13] "GET /virtual-network/973e5635-3910-4b6f-92fa-92bf4531466c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007447 10.0.0.73 - - [2026-05-25 02:27:13] "GET /virtual-network/973e5635-3910-4b6f-92fa-92bf4531466c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007097 10.0.0.73 - - [2026-05-25 02:27:13] "POST /neutron/subnet HTTP/1.1" 200 719 0.013427 10.0.0.73 - - [2026-05-25 02:27:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001608 10.0.0.131 - - [2026-05-25 02:27:14] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001263 10.0.0.73 - - [2026-05-25 02:27:14] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.099232 10.0.0.73 - - [2026-05-25 02:27:14] "POST /neutron/port HTTP/1.1" 200 117 0.007055 10.0.0.73 - - [2026-05-25 02:27:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001590 10.0.0.73 - - [2026-05-25 02:27:14] "POST /neutron/network HTTP/1.1" 200 843 0.009919 10.0.0.73 - - [2026-05-25 02:27:15] "POST /neutron/port HTTP/1.1" 200 1064 0.024752 10.0.0.131 - - [2026-05-25 02:27:15] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001239 10.0.0.73 - - [2026-05-25 02:27:15] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.086934 10.0.0.73 - - [2026-05-25 02:27:15] "POST /neutron/network HTTP/1.1" 200 833 0.030447 10.0.0.73 - - [2026-05-25 02:27:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.010024 10.0.0.73 - - [2026-05-25 02:27:15] "POST /neutron/network HTTP/1.1" 200 828 0.009913 10.0.0.131 - - [2026-05-25 02:27:15] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.73 - - [2026-05-25 02:27:15] "POST /neutron/router HTTP/1.1" 200 585 0.110726 10.0.0.19 - - [2026-05-25 02:27:16] "PUT /logical-router/ef0abb82-f9a0-4e00-a02b-8335d1ac4100 HTTP/1.1" 200 263 0.054750 10.0.0.19 - - [2026-05-25 02:27:16] "GET /logical-router/ef0abb82-f9a0-4e00-a02b-8335d1ac4100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.011923 10.0.0.73 - - [2026-05-25 02:27:16] "POST /neutron/router HTTP/1.1" 200 656 0.004800 10.0.0.19 - - [2026-05-25 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 215 0.004174 10.0.0.131 - - [2026-05-25 02:27:16] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001509 10.0.0.19 - - [2026-05-25 02:27:16] "POST /ref-update HTTP/1.1" 200 156 0.031147 10.0.0.19 - - [2026-05-25 02:27:16] "POST /route-tables HTTP/1.1" 200 584 0.077605 10.0.0.19 - - [2026-05-25 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.73 - - [2026-05-25 02:27:16] "POST /neutron/port HTTP/1.1" 200 1062 0.474039 10.0.0.19 - - [2026-05-25 02:27:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.142454 10.0.0.73 - - [2026-05-25 02:27:17] "POST /neutron/port HTTP/1.1" 200 1062 0.122902 10.0.0.19 - - [2026-05-25 02:27:17] "POST /instance-ips HTTP/1.1" 400 246 0.033890 10.0.0.19 - - [2026-05-25 02:27:17] "PUT /instance-ip/22debdf3-ff99-421b-8109-fa73bbd3eb03 HTTP/1.1" 200 257 0.029250 10.0.0.73 - - [2026-05-25 02:27:17] "POST /neutron/port HTTP/1.1" 200 1126 0.063726 10.0.0.19 - - [2026-05-25 02:27:17] "POST /chown HTTP/1.1" 200 109 0.048854 10.0.0.73 - - [2026-05-25 02:27:17] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.19 - - [2026-05-25 02:27:17] "POST /chown HTTP/1.1" 200 109 0.015258 10.0.0.19 - - [2026-05-25 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.032129 10.0.0.19 - - [2026-05-25 02:27:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.120751 10.0.0.19 - - [2026-05-25 02:27:18] "POST /chown HTTP/1.1" 200 109 0.011615 10.0.0.19 - - [2026-05-25 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.025060 10.0.0.19 - - [2026-05-25 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.046289 10.0.0.19 - - [2026-05-25 02:27:18] "POST /chown HTTP/1.1" 200 109 0.039929 10.0.0.19 - - [2026-05-25 02:27:18] "PUT /virtual-machine-interface/8bcc9141-de46-4985-aaf4-4086da7ec9de HTTP/1.1" 200 285 0.022966 10.0.0.19 - - [2026-05-25 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.030483 10.0.0.19 - - [2026-05-25 02:27:18] "PUT /routing-instance/06f04ae4-0a4e-44d9-9000-f27a4afd84a7 HTTP/1.1" 200 267 0.039731 10.0.0.73 - - [2026-05-25 02:27:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009087 10.0.0.73 - - [2026-05-25 02:27:22] "POST /neutron/port HTTP/1.1" 200 1128 0.023404 10.0.0.73 - - [2026-05-25 02:27:22] "GET /virtual-machine/9f0b0ed2-b1eb-43e5-a7ad-dae51f99e8a2 HTTP/1.1" 401 292 0.000547 10.0.0.73 - - [2026-05-25 02:27:22] "GET /virtual-machine/9f0b0ed2-b1eb-43e5-a7ad-dae51f99e8a2 HTTP/1.1" 200 1298 0.045336 10.0.0.73 - - [2026-05-25 02:27:22] "GET /virtual-machine-interface/0074d27b-461f-4662-bf76-d2047a7c5b59 HTTP/1.1" 200 2960 0.008204 10.0.0.73 - - [2026-05-25 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.73 - - [2026-05-25 02:27:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004895 10.0.0.73 - - [2026-05-25 02:27:22] "GET /virtual-networks?parent_id=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004059 10.0.0.73 - - [2026-05-25 02:27:22] "GET /virtual-network/502abad4-9991-4915-a008-1ce0148cd63c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007500 10.0.0.73 - - [2026-05-25 02:27:25] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009169 10.0.0.73 - - [2026-05-25 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.73 - - [2026-05-25 02:27:25] "GET /virtual-network/502abad4-9991-4915-a008-1ce0148cd63c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005994 10.0.0.73 - - [2026-05-25 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.73 - - [2026-05-25 02:27:28] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004398 10.0.0.73 - - [2026-05-25 02:27:28] "GET /virtual-networks?parent_id=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004386 10.0.0.73 - - [2026-05-25 02:27:28] "GET /virtual-network/502abad4-9991-4915-a008-1ce0148cd63c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006701 10.0.0.73 - - [2026-05-25 02:27:28] "POST /neutron/port HTTP/1.1" 200 1126 0.023538 10.0.0.73 - - [2026-05-25 02:27:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008698 10.0.0.73 - - [2026-05-25 02:27:28] "GET /virtual-machine/b3c481de-a558-417f-b9e7-5980cbf3ba74 HTTP/1.1" 200 1298 0.008071 10.0.0.73 - - [2026-05-25 02:27:28] "GET /virtual-machine-interface/77175e5c-aaf2-4f48-b6af-29beb67f345f HTTP/1.1" 200 2974 0.005725 10.0.0.73 - - [2026-05-25 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.73 - - [2026-05-25 02:27:28] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004538 10.0.0.73 - - [2026-05-25 02:27:28] "GET /virtual-networks?parent_id=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004051 10.0.0.73 - - [2026-05-25 02:27:28] "GET /virtual-network/973e5635-3910-4b6f-92fa-92bf4531466c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006944 10.0.0.73 - - [2026-05-25 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.73 - - [2026-05-25 02:27:31] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004782 10.0.0.73 - - [2026-05-25 02:27:31] "GET /virtual-networks?parent_id=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004249 10.0.0.73 - - [2026-05-25 02:27:31] "GET /virtual-network/973e5635-3910-4b6f-92fa-92bf4531466c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007491 10.0.0.73 - - [2026-05-25 02:27:35] "POST /neutron/router HTTP/1.1" 200 656 0.014709 10.0.0.19 - - [2026-05-25 02:27:36] "GET /service-instance/b0dab3b3-710f-4241-a40f-160a1bf61426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2319 0.006502 10.0.0.73 - - [2026-05-25 02:27:36] "POST /neutron/router HTTP/1.1" 200 151 0.158215 10.0.0.19 - - [2026-05-25 02:27:36] "PUT /routing-instance/06f04ae4-0a4e-44d9-9000-f27a4afd84a7 HTTP/1.1" 200 267 0.039688 10.0.0.19 - - [2026-05-25 02:27:36] "GET /logical-router/ef0abb82-f9a0-4e00-a02b-8335d1ac4100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005129 10.0.0.19 - - [2026-05-25 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.19 - - [2026-05-25 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.028475 10.0.0.19 - - [2026-05-25 02:27:36] "GET /instance-ip/eabe84c8-cf2d-427f-b328-7775bef4af07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.014425 10.0.0.19 - - [2026-05-25 02:27:36] "DELETE /access-control-list/4470e7c4-894d-484e-b72e-9cf06e9df23e HTTP/1.1" 200 115 0.092763 10.0.0.19 - - [2026-05-25 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.038289 10.0.0.73 - - [2026-05-25 02:27:37] "POST /neutron/port HTTP/1.1" 200 1126 0.049608 10.0.0.19 - - [2026-05-25 02:27:37] "DELETE /virtual-machine-interface/8bcc9141-de46-4985-aaf4-4086da7ec9de HTTP/1.1" 200 115 0.107754 10.0.0.73 - - [2026-05-25 02:27:37] "POST /neutron/port HTTP/1.1" 200 1128 0.025617 10.0.0.19 - - [2026-05-25 02:27:37] "DELETE /route-target/08250b42-76ce-40c9-aab1-b9f65d9bff9e HTTP/1.1" 200 115 0.030384 10.0.0.19 - - [2026-05-25 02:27:37] "DELETE /service-instance/b0dab3b3-710f-4241-a40f-160a1bf61426 HTTP/1.1" 200 115 0.059326 10.0.0.19 - - [2026-05-25 02:27:37] "GET /instance-ip/22debdf3-ff99-421b-8109-fa73bbd3eb03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007943 10.0.0.19 - - [2026-05-25 02:27:37] "DELETE /virtual-machine/d8c2b28c-c6ea-4672-b84c-05a988f315ea HTTP/1.1" 200 115 0.069392 10.0.0.19 - - [2026-05-25 02:27:37] "GET /instance-ip/22debdf3-ff99-421b-8109-fa73bbd3eb03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.009470 10.0.0.19 - - [2026-05-25 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.026240 10.0.0.73 - - [2026-05-25 02:27:38] "POST /neutron/network HTTP/1.1" 200 833 0.008218 10.0.0.131 - - [2026-05-25 02:27:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006119 10.0.0.19 - - [2026-05-25 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005055 10.0.0.131 - - [2026-05-25 02:27:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004478 10.0.0.73 - - [2026-05-25 02:27:39] "POST /neutron/network HTTP/1.1" 200 151 0.144077 10.0.0.131 - - [2026-05-25 02:27:40] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001164 10.0.0.73 - - [2026-05-25 02:27:40] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.050419 10.0.0.131 - - [2026-05-25 02:27:40] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001482 10.0.0.73 - - [2026-05-25 02:27:40] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?fields=virtual_networks HTTP/1.1" 200 1040 0.047753 10.0.0.131 - - [2026-05-25 02:27:40] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001170 10.0.0.73 - - [2026-05-25 02:27:40] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.051502 10.0.0.131 - - [2026-05-25 02:27:40] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001580 10.0.0.73 - - [2026-05-25 02:27:40] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?fields=security_groups HTTP/1.1" 200 1270 0.066545 10.0.0.73 - - [2026-05-25 02:27:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.033236 10.0.0.131 - - [2026-05-25 02:27:41] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003794 10.0.0.131 - - [2026-05-25 02:27:41] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001823 10.0.0.131 - - [2026-05-25 02:27:41] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011990 10.0.0.131 - - [2026-05-25 02:27:42] "POST /id-to-fqname HTTP/1.1" 200 198 0.003739 10.0.0.131 - - [2026-05-25 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.004731 10.0.0.131 - - [2026-05-25 02:27:42] "POST /security-groups HTTP/1.1" 200 599 0.091299 10.0.0.131 - - [2026-05-25 02:27:42] "POST /projects HTTP/1.1" 200 601 0.323915 10.0.0.131 - - [2026-05-25 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.363743 10.0.0.19 - - [2026-05-25 02:27:42] "POST /access-control-lists HTTP/1.1" 200 606 0.034850 10.0.0.73 - - [2026-05-25 02:27:42] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.527521 10.0.0.73 - - [2026-05-25 02:27:43] "GET / HTTP/1.1" 200 36215 0.002419 10.0.0.73 - - [2026-05-25 02:27:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000628 10.0.0.73 - - [2026-05-25 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.078036 10.0.0.131 - - [2026-05-25 02:27:45] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.73 - - [2026-05-25 02:27:45] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.053096 10.0.0.19 - - [2026-05-25 02:27:46] "POST /route-targets HTTP/1.1" 200 328 0.023387 10.0.0.131 - - [2026-05-25 02:27:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007648 10.0.0.73 - - [2026-05-25 02:27:46] "POST /neutron/subnet HTTP/1.1" 200 725 0.288328 10.0.0.19 - - [2026-05-25 02:27:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.062068 10.0.0.73 - - [2026-05-25 02:27:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.001470 10.0.0.73 - - [2026-05-25 02:27:46] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009373 10.0.0.73 - - [2026-05-25 02:27:46] "POST /neutron/network HTTP/1.1" 200 1006 0.012467 10.0.0.73 - - [2026-05-25 02:27:46] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006905 10.0.0.73 - - [2026-05-25 02:27:46] "POST /neutron/subnet HTTP/1.1" 200 828 0.011512 10.0.0.73 - - [2026-05-25 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.131 - - [2026-05-25 02:27:46] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001417 10.0.0.73 - - [2026-05-25 02:27:46] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056366 10.0.0.19 - - [2026-05-25 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.030051 10.0.0.131 - - [2026-05-25 02:27:47] "POST /useragent-kv HTTP/1.1" 200 115 0.010573 10.0.0.73 - - [2026-05-25 02:27:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.242626 10.0.0.19 - - [2026-05-25 02:27:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000619 10.0.0.19 - - [2026-05-25 02:27:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.73 - - [2026-05-25 02:27:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001708 10.0.0.73 - - [2026-05-25 02:27:47] "GET /virtual-network/8cbc0ad9-7e67-4c48-abaf-660293177ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.009799 10.0.0.73 - - [2026-05-25 02:27:47] "POST /neutron/network HTTP/1.1" 200 1007 0.037381 10.0.0.73 - - [2026-05-25 02:27:47] "GET /virtual-network/8cbc0ad9-7e67-4c48-abaf-660293177ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008631 10.0.0.131 - - [2026-05-25 02:27:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.73 - - [2026-05-25 02:27:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.018253 10.0.0.73 - - [2026-05-25 02:27:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.004614 10.0.0.73 - - [2026-05-25 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.131 - - [2026-05-25 02:27:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000665 10.0.0.131 - - [2026-05-25 02:27:48] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001871 10.0.0.73 - - [2026-05-25 02:27:48] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.071785 10.0.0.73 - - [2026-05-25 02:27:48] "POST /network-policys HTTP/1.1" 200 579 0.043131 10.0.0.73 - - [2026-05-25 02:27:48] "GET /network-policy/144a4525-750a-4516-9626-a035d8337574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.007728 10.0.0.19 - - [2026-05-25 02:27:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.19 - - [2026-05-25 02:27:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.73 - - [2026-05-25 02:27:48] "POST /neutron/network HTTP/1.1" 200 1114 0.016969 10.0.0.73 - - [2026-05-25 02:27:48] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007618 10.0.0.73 - - [2026-05-25 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.73 - - [2026-05-25 02:27:48] "GET /network-policy/144a4525-750a-4516-9626-a035d8337574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004573 10.0.0.19 - - [2026-05-25 02:27:48] "POST /fqname-to-id HTTP/1.1" 404 242 0.006501 10.0.0.19 - - [2026-05-25 02:27:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.009126 10.0.0.73 - - [2026-05-25 02:27:48] "POST /neutron/network HTTP/1.1" 200 1115 0.034992 10.0.0.73 - - [2026-05-25 02:27:48] "GET /virtual-network/8cbc0ad9-7e67-4c48-abaf-660293177ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005820 10.0.0.73 - - [2026-05-25 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.73 - - [2026-05-25 02:27:48] "GET /network-policy/144a4525-750a-4516-9626-a035d8337574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004757 10.0.0.131 - - [2026-05-25 02:27:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.131 - - [2026-05-25 02:27:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.73 - - [2026-05-25 02:27:49] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.012641 10.0.0.131 - - [2026-05-25 02:27:49] "DELETE /project/7b10cb93982e4fadb4cd72f4e3be6e4b HTTP/1.1" 404 173 0.009396 10.0.0.131 - - [2026-05-25 02:27:49] "DELETE /project/97e8f48f-d285-4f6c-8e10-837c18237c6a HTTP/1.1" 404 177 0.007918 10.0.0.131 - - [2026-05-25 02:27:49] "DELETE /project/9cd018f61d81443e9af3b7a219ee5af0 HTTP/1.1" 404 173 0.005024 10.0.0.131 - - [2026-05-25 02:27:49] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000968 10.0.0.131 - - [2026-05-25 02:27:49] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.052867 10.0.0.131 - - [2026-05-25 02:27:49] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001118 10.0.0.131 - - [2026-05-25 02:27:49] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?fields=security_groups HTTP/1.1" 200 1372 0.076930 10.0.0.131 - - [2026-05-25 02:27:49] "DELETE /security-group/ba0d7953-1901-45a7-b57e-230f8c7af2e2 HTTP/1.1" 200 115 0.065174 10.0.0.131 - - [2026-05-25 02:27:49] "GET /projects?obj_uuids=7b10cb93-982e-4fad-b4cd-72f4e3be6e4b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001405 10.0.0.19 - - [2026-05-25 02:27:49] "DELETE /access-control-list/74681912-5fee-41d3-a6cd-7cf8fc068d19 HTTP/1.1" 200 115 0.046090 10.0.0.131 - - [2026-05-25 02:27:49] "GET /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b?fields=application_policy_sets HTTP/1.1" 200 1411 0.060577 10.0.0.131 - - [2026-05-25 02:27:49] "DELETE /project/7b10cb93-982e-4fad-b4cd-72f4e3be6e4b HTTP/1.1" 200 115 0.530907 10.0.0.19 - - [2026-05-25 02:27:50] "GET /obj-perms HTTP/1.1" 200 5046 0.081012 10.0.0.131 - - [2026-05-25 02:27:50] "GET /obj-perms HTTP/1.1" 200 5046 0.064512 10.0.0.73 - - [2026-05-25 02:27:51] "GET /virtual-network/8cbc0ad9-7e67-4c48-abaf-660293177ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.012797 10.0.0.73 - - [2026-05-25 02:27:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000738 10.0.0.73 - - [2026-05-25 02:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.73 - - [2026-05-25 02:27:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001813 10.0.0.73 - - [2026-05-25 02:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.73 - - [2026-05-25 02:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.001601 10.0.0.131 - - [2026-05-25 02:27:53] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001425 10.0.0.73 - - [2026-05-25 02:27:53] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.090528 10.0.0.73 - - [2026-05-25 02:27:53] "POST /neutron/port HTTP/1.1" 200 117 0.009559 10.0.0.73 - - [2026-05-25 02:27:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001839 10.0.0.73 - - [2026-05-25 02:27:54] "POST /neutron/network HTTP/1.1" 200 1125 0.010076 10.0.0.73 - - [2026-05-25 02:27:54] "POST /neutron/port HTTP/1.1" 200 1175 0.036195 10.0.0.131 - - [2026-05-25 02:27:54] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001302 10.0.0.73 - - [2026-05-25 02:27:54] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.121010 10.0.0.73 - - [2026-05-25 02:27:54] "POST /neutron/network HTTP/1.1" 200 1115 0.014677 10.0.0.73 - - [2026-05-25 02:27:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005274 10.0.0.73 - - [2026-05-25 02:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.001928 10.0.0.73 - - [2026-05-25 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011234 10.0.0.73 - - [2026-05-25 02:27:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009069 10.0.0.73 - - [2026-05-25 02:27:56] "POST /neutron/port HTTP/1.1" 200 1176 0.039089 10.0.0.73 - - [2026-05-25 02:27:56] "POST /neutron/port HTTP/1.1" 200 1240 0.032558 10.0.0.73 - - [2026-05-25 02:27:56] "POST /neutron/subnet HTTP/1.1" 200 1389 0.022343 10.0.0.73 - - [2026-05-25 02:27:56] "POST /neutron/network HTTP/1.1" 200 1115 0.013096 10.0.0.73 - - [2026-05-25 02:28:00] "POST /neutron/port HTTP/1.1" 200 1239 0.023061 10.0.0.73 - - [2026-05-25 02:28:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010728 10.0.0.73 - - [2026-05-25 02:28:00] "GET /virtual-machine/2c75a416-4e6e-4b4a-81aa-baf7ac376c45 HTTP/1.1" 401 292 0.000504 10.0.0.73 - - [2026-05-25 02:28:01] "GET /virtual-machine/2c75a416-4e6e-4b4a-81aa-baf7ac376c45 HTTP/1.1" 200 1301 0.045501 10.0.0.73 - - [2026-05-25 02:28:01] "GET /virtual-machine-interface/80000275-82b8-42e8-a83e-01350bcbb844 HTTP/1.1" 200 3182 0.006445 10.0.0.73 - - [2026-05-25 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005212 10.0.0.73 - - [2026-05-25 02:28:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008258 10.0.0.73 - - [2026-05-25 02:28:01] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003940 10.0.0.73 - - [2026-05-25 02:28:01] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006645 10.0.0.73 - - [2026-05-25 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.73 - - [2026-05-25 02:28:04] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005587 10.0.0.73 - - [2026-05-25 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.73 - - [2026-05-25 02:28:08] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006318 10.0.0.73 - - [2026-05-25 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.73 - - [2026-05-25 02:28:12] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005839 10.0.0.73 - - [2026-05-25 02:28:14] "POST /neutron/network HTTP/1.1" 200 1124 0.007780 10.0.0.73 - - [2026-05-25 02:28:14] "POST /neutron/subnet HTTP/1.1" 200 1385 0.019094 10.0.0.73 - - [2026-05-25 02:28:14] "POST /neutron/network HTTP/1.1" 200 1114 0.011956 10.0.0.73 - - [2026-05-25 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005360 10.0.0.73 - - [2026-05-25 02:28:16] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006838 10.0.0.73 - - [2026-05-25 02:28:17] "POST /neutron/network HTTP/1.1" 200 1125 0.011609 10.0.0.73 - - [2026-05-25 02:28:17] "POST /neutron/subnet HTTP/1.1" 200 1389 0.024143 10.0.0.73 - - [2026-05-25 02:28:17] "POST /neutron/network HTTP/1.1" 200 1115 0.012214 10.0.0.73 - - [2026-05-25 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.73 - - [2026-05-25 02:28:20] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006638 10.0.0.73 - - [2026-05-25 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.73 - - [2026-05-25 02:28:24] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.010313 10.0.0.73 - - [2026-05-25 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.73 - - [2026-05-25 02:28:28] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007257 10.0.0.73 - - [2026-05-25 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.73 - - [2026-05-25 02:28:32] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006758 10.0.0.73 - - [2026-05-25 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.73 - - [2026-05-25 02:28:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005748 10.0.0.73 - - [2026-05-25 02:28:37] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004193 10.0.0.73 - - [2026-05-25 02:28:37] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006463 10.0.0.73 - - [2026-05-25 02:28:42] "POST /neutron/port HTTP/1.1" 200 1239 0.026319 10.0.0.73 - - [2026-05-25 02:28:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.048486 10.0.0.73 - - [2026-05-25 02:28:50] "POST /neutron/port HTTP/1.1" 200 1240 0.024970 10.0.0.73 - - [2026-05-25 02:28:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009548 10.0.0.73 - - [2026-05-25 02:28:52] "GET /obj-perms HTTP/1.1" 200 5056 0.067368 10.0.0.19 - - [2026-05-25 02:28:53] "GET /obj-perms HTTP/1.1" 200 5056 0.059870 10.0.0.73 - - [2026-05-25 02:28:58] "POST /neutron/port HTTP/1.1" 200 1240 0.028876 10.0.0.73 - - [2026-05-25 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010093 10.0.0.73 - - [2026-05-25 02:28:58] "GET /virtual-machine/fcb50a19-d46e-4002-b1fc-332a222f06ee HTTP/1.1" 200 1303 0.007102 10.0.0.73 - - [2026-05-25 02:28:58] "GET /virtual-machine-interface/8c550693-ce75-4e6c-b928-b51a4abf3835 HTTP/1.1" 200 3183 0.007485 10.0.0.73 - - [2026-05-25 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.73 - - [2026-05-25 02:28:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005934 10.0.0.73 - - [2026-05-25 02:28:58] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003803 10.0.0.73 - - [2026-05-25 02:28:58] "GET /virtual-network/8cbc0ad9-7e67-4c48-abaf-660293177ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006854 10.0.0.73 - - [2026-05-25 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005289 10.0.0.73 - - [2026-05-25 02:28:59] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005558 10.0.0.73 - - [2026-05-25 02:28:59] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003425 10.0.0.73 - - [2026-05-25 02:28:59] "GET /virtual-network/8cbc0ad9-7e67-4c48-abaf-660293177ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.008032 10.0.0.73 - - [2026-05-25 02:29:14] "POST /neutron/port HTTP/1.1" 200 1239 0.020217 10.0.0.73 - - [2026-05-25 02:29:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004794 10.0.0.73 - - [2026-05-25 02:29:14] "POST /neutron/port HTTP/1.1" 200 117 0.001495 10.0.0.73 - - [2026-05-25 02:29:19] "POST /neutron/port HTTP/1.1" 200 1240 0.022308 10.0.0.73 - - [2026-05-25 02:29:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005229 10.0.0.73 - - [2026-05-25 02:29:19] "POST /neutron/port HTTP/1.1" 200 117 0.001634 10.0.0.73 - - [2026-05-25 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005007 10.0.0.131 - - [2026-05-25 02:29:23] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.73 - - [2026-05-25 02:29:23] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056102 10.0.0.73 - - [2026-05-25 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005340 10.0.0.73 - - [2026-05-25 02:29:24] "PUT /network-policy/144a4525-750a-4516-9626-a035d8337574 HTTP/1.1" 200 263 0.018218 10.0.0.19 - - [2026-05-25 02:29:24] "PUT /access-control-list/4669c409-997a-4628-a52b-0ebb60e94e61 HTTP/1.1" 200 273 0.078626 10.0.0.73 - - [2026-05-25 02:29:27] "GET /virtual-network/8cbc0ad9-7e67-4c48-abaf-660293177ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.007002 10.0.0.73 - - [2026-05-25 02:29:27] "POST /neutron/network HTTP/1.1" 200 1115 0.011330 10.0.0.73 - - [2026-05-25 02:29:27] "GET /virtual-network/8cbc0ad9-7e67-4c48-abaf-660293177ea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.013780 10.0.0.73 - - [2026-05-25 02:29:27] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007365 10.0.0.73 - - [2026-05-25 02:29:27] "POST /neutron/network HTTP/1.1" 200 1114 0.031816 10.0.0.19 - - [2026-05-25 02:29:28] "DELETE /access-control-list/0289d37d-9e45-4554-9d00-45b28227b5f5 HTTP/1.1" 200 115 0.049785 10.0.0.73 - - [2026-05-25 02:29:28] "GET /virtual-network/13658565-f889-48be-9550-58c7731ff8b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008983 10.0.0.73 - - [2026-05-25 02:29:28] "DELETE /network-policy/144a4525-750a-4516-9626-a035d8337574 HTTP/1.1" 200 115 0.065301 10.0.0.73 - - [2026-05-25 02:29:28] "POST /neutron/port HTTP/1.1" 200 1240 0.040982 10.0.0.73 - - [2026-05-25 02:29:28] "POST /neutron/port HTTP/1.1" 200 1239 0.025748 10.0.0.73 - - [2026-05-25 02:29:28] "POST /neutron/port HTTP/1.1" 200 151 0.318667 10.0.0.131 - - [2026-05-25 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008024 10.0.0.131 - - [2026-05-25 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003483 10.0.0.131 - - [2026-05-25 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003891 10.0.0.131 - - [2026-05-25 02:29:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002579 10.0.0.73 - - [2026-05-25 02:29:30] "POST /neutron/network HTTP/1.1" 200 151 0.173855 10.0.0.19 - - [2026-05-25 02:29:30] "DELETE /route-target/2bd8b17b-4e13-4f9c-b306-295a87437183 HTTP/1.1" 200 115 0.042917 10.0.0.131 - - [2026-05-25 02:29:35] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.73 - - [2026-05-25 02:29:35] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.055912 10.0.0.73 - - [2026-05-25 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.131 - - [2026-05-25 02:29:35] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001272 10.0.0.73 - - [2026-05-25 02:29:35] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008955 10.0.0.73 - - [2026-05-25 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.131 - - [2026-05-25 02:29:35] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.73 - - [2026-05-25 02:29:35] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056444 10.0.0.73 - - [2026-05-25 02:29:36] "GET /domains HTTP/1.1" 200 281 0.003510 10.0.0.131 - - [2026-05-25 02:29:36] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.73 - - [2026-05-25 02:29:36] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10 HTTP/1.1" 200 2787 0.010059 10.0.0.131 - - [2026-05-25 02:29:36] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.73 - - [2026-05-25 02:29:36] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0 HTTP/1.1" 200 1906 0.082884 10.0.0.73 - - [2026-05-25 02:29:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004487 10.0.0.73 - - [2026-05-25 02:29:36] "POST /network-ipams HTTP/1.1" 200 611 0.031368 10.0.0.73 - - [2026-05-25 02:29:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.003500 10.0.0.73 - - [2026-05-25 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.73 - - [2026-05-25 02:29:36] "GET /network-ipam/f9e6ec05-f754-404f-9258-eb377e51b16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.006666 10.0.0.73 - - [2026-05-25 02:29:37] "PUT /network-ipam/f9e6ec05-f754-404f-9258-eb377e51b16c HTTP/1.1" 200 259 0.015438 10.0.0.73 - - [2026-05-25 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.131 - - [2026-05-25 02:29:37] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.73 - - [2026-05-25 02:29:37] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.044712 10.0.0.73 - - [2026-05-25 02:29:37] "POST /neutron/network HTTP/1.1" 200 117 0.015687 10.0.0.19 - - [2026-05-25 02:29:37] "POST /route-targets HTTP/1.1" 200 328 0.016035 10.0.0.131 - - [2026-05-25 02:29:37] "POST /useragent-kv HTTP/1.1" 200 115 0.007143 10.0.0.73 - - [2026-05-25 02:29:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.194365 10.0.0.19 - - [2026-05-25 02:29:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.008754 10.0.0.73 - - [2026-05-25 02:29:38] "POST /id-to-fqname HTTP/1.1" 200 231 0.001384 10.0.0.73 - - [2026-05-25 02:29:38] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008263 10.0.0.73 - - [2026-05-25 02:29:38] "POST /neutron/network HTTP/1.1" 200 1308 0.013531 10.0.0.73 - - [2026-05-25 02:29:38] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005763 10.0.0.73 - - [2026-05-25 02:29:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.011135 10.0.0.73 - - [2026-05-25 02:29:38] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006056 10.0.0.131 - - [2026-05-25 02:29:38] "GET /obj-perms HTTP/1.1" 200 5046 0.004167 10.0.0.73 - - [2026-05-25 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.131 - - [2026-05-25 02:29:38] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001188 10.0.0.73 - - [2026-05-25 02:29:39] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.059280 10.0.0.131 - - [2026-05-25 02:29:39] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.73 - - [2026-05-25 02:29:39] "POST /neutron/network HTTP/1.1" 200 619 0.146868 10.0.0.19 - - [2026-05-25 02:29:39] "POST /ref-update HTTP/1.1" 200 156 0.031135 10.0.0.131 - - [2026-05-25 02:29:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007858 10.0.0.73 - - [2026-05-25 02:29:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.232865 10.0.0.73 - - [2026-05-25 02:29:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.002558 10.0.0.73 - - [2026-05-25 02:29:40] "GET /virtual-network/08a4c008-0d00-453a-a10a-3fba0b4a0136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007006 10.0.0.73 - - [2026-05-25 02:29:40] "GET /virtual-network/08a4c008-0d00-453a-a10a-3fba0b4a0136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006581 10.0.0.73 - - [2026-05-25 02:29:40] "POST /neutron/network HTTP/1.1" 200 1309 0.013175 10.0.0.73 - - [2026-05-25 02:29:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.011429 10.0.0.73 - - [2026-05-25 02:29:40] "GET /virtual-network/08a4c008-0d00-453a-a10a-3fba0b4a0136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007206 10.0.0.73 - - [2026-05-25 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.131 - - [2026-05-25 02:29:40] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001502 10.0.0.73 - - [2026-05-25 02:29:40] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.046726 10.0.0.131 - - [2026-05-25 02:29:41] "POST /useragent-kv HTTP/1.1" 200 115 0.009937 10.0.0.73 - - [2026-05-25 02:29:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.181809 10.0.0.73 - - [2026-05-25 02:29:41] "POST /neutron/network HTTP/1.1" 200 1309 0.017811 10.0.0.73 - - [2026-05-25 02:29:41] "POST /id-to-fqname HTTP/1.1" 200 231 0.001521 10.0.0.73 - - [2026-05-25 02:29:41] "GET /virtual-network/1c735c1f-362b-42d0-ad89-43b1cbe52852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.006148 10.0.0.73 - - [2026-05-25 02:29:41] "GET /virtual-network/1c735c1f-362b-42d0-ad89-43b1cbe52852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.006944 10.0.0.73 - - [2026-05-25 02:29:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.011034 10.0.0.73 - - [2026-05-25 02:29:42] "GET /virtual-network/1c735c1f-362b-42d0-ad89-43b1cbe52852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.006928 10.0.0.73 - - [2026-05-25 02:29:42] "GET /obj-perms HTTP/1.1" 200 5046 0.059364 10.0.0.19 - - [2026-05-25 02:29:42] "GET /obj-perms HTTP/1.1" 200 5046 0.005286 10.0.0.73 - - [2026-05-25 02:29:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.131 - - [2026-05-25 02:29:42] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001152 10.0.0.73 - - [2026-05-25 02:29:42] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.053645 10.0.0.73 - - [2026-05-25 02:29:42] "POST /neutron/network HTTP/1.1" 200 117 0.021429 10.0.0.19 - - [2026-05-25 02:29:42] "POST /route-targets HTTP/1.1" 200 328 0.017049 10.0.0.131 - - [2026-05-25 02:29:43] "POST /useragent-kv HTTP/1.1" 200 115 0.007456 10.0.0.73 - - [2026-05-25 02:29:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.177978 10.0.0.19 - - [2026-05-25 02:29:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.005756 10.0.0.73 - - [2026-05-25 02:29:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.001773 10.0.0.73 - - [2026-05-25 02:29:43] "GET /virtual-network/c936e7c0-e112-499c-bb26-d7d406a15e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.008970 10.0.0.73 - - [2026-05-25 02:29:43] "POST /neutron/network HTTP/1.1" 200 1309 0.015407 10.0.0.73 - - [2026-05-25 02:29:43] "GET /virtual-network/c936e7c0-e112-499c-bb26-d7d406a15e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006267 10.0.0.73 - - [2026-05-25 02:29:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.010502 10.0.0.73 - - [2026-05-25 02:29:43] "GET /virtual-network/c936e7c0-e112-499c-bb26-d7d406a15e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.009238 10.0.0.131 - - [2026-05-25 02:29:44] "GET /obj-perms HTTP/1.1" 200 5046 0.005694 10.0.0.73 - - [2026-05-25 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.004240 10.0.0.73 - - [2026-05-25 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.131 - - [2026-05-25 02:29:44] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.73 - - [2026-05-25 02:29:44] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.052633 10.0.0.73 - - [2026-05-25 02:29:44] "POST /network-policys HTTP/1.1" 200 561 0.039644 10.0.0.73 - - [2026-05-25 02:29:44] "GET /network-policy/2356c2d2-4334-43f7-b2eb-2cbf3f19f757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.010322 10.0.0.73 - - [2026-05-25 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003963 10.0.0.73 - - [2026-05-25 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.131 - - [2026-05-25 02:29:44] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.73 - - [2026-05-25 02:29:44] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060999 10.0.0.73 - - [2026-05-25 02:29:44] "POST /network-policys HTTP/1.1" 200 561 0.038256 10.0.0.73 - - [2026-05-25 02:29:44] "GET /network-policy/fee799af-3f17-465a-b8e7-282e18f2fe8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.008543 10.0.0.73 - - [2026-05-25 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.004297 10.0.0.73 - - [2026-05-25 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.131 - - [2026-05-25 02:29:45] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.73 - - [2026-05-25 02:29:45] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.066675 10.0.0.73 - - [2026-05-25 02:29:45] "POST /network-policys HTTP/1.1" 200 561 0.047027 10.0.0.73 - - [2026-05-25 02:29:45] "GET /network-policy/b56d0bfd-b6ba-4a0a-bf2f-5b48c6e58224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.007380 10.0.0.73 - - [2026-05-25 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.004414 10.0.0.73 - - [2026-05-25 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.131 - - [2026-05-25 02:29:45] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001438 10.0.0.73 - - [2026-05-25 02:29:45] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.061400 10.0.0.73 - - [2026-05-25 02:29:45] "POST /network-policys HTTP/1.1" 200 561 0.036136 10.0.0.73 - - [2026-05-25 02:29:45] "GET /network-policy/a3ac298d-ebc1-4d62-8c49-182f17713c39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.011965 10.0.0.73 - - [2026-05-25 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.004018 10.0.0.73 - - [2026-05-25 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.131 - - [2026-05-25 02:29:45] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002880 10.0.0.73 - - [2026-05-25 02:29:45] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045900 10.0.0.73 - - [2026-05-25 02:29:46] "POST /network-policys HTTP/1.1" 200 561 0.032900 10.0.0.73 - - [2026-05-25 02:29:46] "GET /network-policy/11ba32dc-0735-4d1c-977a-783957f6555a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006803 10.0.0.73 - - [2026-05-25 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.004065 10.0.0.73 - - [2026-05-25 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.131 - - [2026-05-25 02:29:46] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001613 10.0.0.73 - - [2026-05-25 02:29:46] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045899 10.0.0.73 - - [2026-05-25 02:29:46] "POST /network-policys HTTP/1.1" 200 561 0.042528 10.0.0.73 - - [2026-05-25 02:29:46] "GET /network-policy/cfac5b03-3689-4b0b-a8d8-727d8ca30d8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.009599 10.0.0.73 - - [2026-05-25 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.004238 10.0.0.73 - - [2026-05-25 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.131 - - [2026-05-25 02:29:46] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.73 - - [2026-05-25 02:29:46] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.063997 10.0.0.73 - - [2026-05-25 02:29:46] "POST /network-policys HTTP/1.1" 200 561 0.037852 10.0.0.73 - - [2026-05-25 02:29:46] "GET /network-policy/bde39a7c-b9b4-48e1-847a-13015b073400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.009181 10.0.0.73 - - [2026-05-25 02:29:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.004735 10.0.0.73 - - [2026-05-25 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006594 10.0.0.131 - - [2026-05-25 02:29:47] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001642 10.0.0.73 - - [2026-05-25 02:29:47] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056503 10.0.0.73 - - [2026-05-25 02:29:47] "POST /network-policys HTTP/1.1" 200 561 0.034833 10.0.0.73 - - [2026-05-25 02:29:47] "GET /network-policy/660d0568-9143-45d7-a6db-af94201aed38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.009192 10.0.0.73 - - [2026-05-25 02:29:47] "POST /neutron/network HTTP/1.1" 200 1493 0.102682 10.0.0.73 - - [2026-05-25 02:29:47] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.007241 10.0.0.73 - - [2026-05-25 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.19 - - [2026-05-25 02:29:47] "POST /access-control-lists HTTP/1.1" 200 607 0.085736 10.0.0.73 - - [2026-05-25 02:29:47] "GET /network-policy/2356c2d2-4334-43f7-b2eb-2cbf3f19f757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.016034 10.0.0.73 - - [2026-05-25 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.73 - - [2026-05-25 02:29:47] "GET /network-policy/fee799af-3f17-465a-b8e7-282e18f2fe8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005376 10.0.0.73 - - [2026-05-25 02:29:48] "POST /neutron/network HTTP/1.1" 200 1494 0.104297 10.0.0.73 - - [2026-05-25 02:29:48] "GET /virtual-network/08a4c008-0d00-453a-a10a-3fba0b4a0136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.009052 10.0.0.73 - - [2026-05-25 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.73 - - [2026-05-25 02:29:48] "GET /network-policy/a3ac298d-ebc1-4d62-8c49-182f17713c39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.008510 10.0.0.73 - - [2026-05-25 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.19 - - [2026-05-25 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.051837 10.0.0.73 - - [2026-05-25 02:29:48] "GET /network-policy/b56d0bfd-b6ba-4a0a-bf2f-5b48c6e58224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.005100 10.0.0.19 - - [2026-05-25 02:29:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.009994 10.0.0.73 - - [2026-05-25 02:29:48] "POST /neutron/network HTTP/1.1" 200 1494 0.113120 10.0.0.73 - - [2026-05-25 02:29:48] "GET /virtual-network/1c735c1f-362b-42d0-ad89-43b1cbe52852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.008011 10.0.0.73 - - [2026-05-25 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.73 - - [2026-05-25 02:29:48] "GET /network-policy/11ba32dc-0735-4d1c-977a-783957f6555a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.008434 10.0.0.73 - - [2026-05-25 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.73 - - [2026-05-25 02:29:48] "GET /network-policy/cfac5b03-3689-4b0b-a8d8-727d8ca30d8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005915 10.0.0.19 - - [2026-05-25 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 248 0.008489 10.0.0.73 - - [2026-05-25 02:29:49] "POST /neutron/network HTTP/1.1" 200 1494 0.120488 10.0.0.73 - - [2026-05-25 02:29:49] "GET /virtual-network/c936e7c0-e112-499c-bb26-d7d406a15e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007813 10.0.0.73 - - [2026-05-25 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.73 - - [2026-05-25 02:29:49] "GET /network-policy/660d0568-9143-45d7-a6db-af94201aed38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006270 10.0.0.73 - - [2026-05-25 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.73 - - [2026-05-25 02:29:49] "GET /network-policy/bde39a7c-b9b4-48e1-847a-13015b073400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006354 10.0.0.73 - - [2026-05-25 02:29:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001494 10.0.0.131 - - [2026-05-25 02:30:26] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.029390 10.0.0.73 - - [2026-05-25 02:30:26] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.116837 10.0.0.73 - - [2026-05-25 02:30:26] "POST /neutron/network HTTP/1.1" 200 1493 0.020367 10.0.0.73 - - [2026-05-25 02:30:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001753 10.0.0.73 - - [2026-05-25 02:30:26] "POST /neutron/port HTTP/1.1" 200 117 0.008554 10.0.0.131 - - [2026-05-25 02:30:27] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001412 10.0.0.73 - - [2026-05-25 02:30:27] "POST /neutron/port HTTP/1.1" 200 1169 0.593355 10.0.0.131 - - [2026-05-25 02:30:28] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001624 10.0.0.73 - - [2026-05-25 02:30:28] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.150560 10.0.0.73 - - [2026-05-25 02:30:28] "POST /neutron/port HTTP/1.1" 200 1223 0.250111 10.0.0.73 - - [2026-05-25 02:30:28] "POST /neutron/port HTTP/1.1" 200 1233 0.048794 10.0.0.73 - - [2026-05-25 02:30:28] "POST /neutron/port HTTP/1.1" 200 117 0.015115 10.0.0.73 - - [2026-05-25 02:30:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006297 10.0.0.73 - - [2026-05-25 02:30:29] "POST /neutron/subnet HTTP/1.1" 200 1356 0.056327 10.0.0.73 - - [2026-05-25 02:30:29] "POST /neutron/network HTTP/1.1" 200 1493 0.024358 10.0.0.73 - - [2026-05-25 02:30:30] "POST /neutron/port HTTP/1.1" 200 1224 0.257664 10.0.0.73 - - [2026-05-25 02:30:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007690 10.0.0.73 - - [2026-05-25 02:30:30] "POST /neutron/port HTTP/1.1" 200 117 0.004249 10.0.0.73 - - [2026-05-25 02:30:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.022210 10.0.0.73 - - [2026-05-25 02:30:44] "POST /neutron/port HTTP/1.1" 200 1233 0.048148 10.0.0.73 - - [2026-05-25 02:30:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009682 10.0.0.73 - - [2026-05-25 02:30:59] "POST /neutron/port HTTP/1.1" 200 1233 0.022292 10.0.0.73 - - [2026-05-25 02:31:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012558 10.0.0.73 - - [2026-05-25 02:31:15] "POST /neutron/port HTTP/1.1" 200 1233 0.022803 10.0.0.73 - - [2026-05-25 02:31:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011844 10.0.0.73 - - [2026-05-25 02:31:30] "POST /neutron/port HTTP/1.1" 200 1233 0.024351 10.0.0.73 - - [2026-05-25 02:31:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010288 10.0.0.73 - - [2026-05-25 02:31:30] "GET /virtual-machine/4bee67c1-edc5-4492-81cf-50b9aee9b796 HTTP/1.1" 200 1301 0.009404 10.0.0.73 - - [2026-05-25 02:31:30] "GET /virtual-machine-interface/558a8848-0539-4838-b10e-c4252126bd42 HTTP/1.1" 200 3191 0.007388 10.0.0.73 - - [2026-05-25 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.73 - - [2026-05-25 02:31:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005104 10.0.0.73 - - [2026-05-25 02:31:30] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004552 10.0.0.73 - - [2026-05-25 02:31:30] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.007448 10.0.0.73 - - [2026-05-25 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.73 - - [2026-05-25 02:31:33] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.005302 10.0.0.73 - - [2026-05-25 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004491 10.0.0.73 - - [2026-05-25 02:31:37] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.006765 10.0.0.73 - - [2026-05-25 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006919 10.0.0.73 - - [2026-05-25 02:31:42] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.006342 10.0.0.73 - - [2026-05-25 02:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.73 - - [2026-05-25 02:31:46] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.007197 10.0.0.73 - - [2026-05-25 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.73 - - [2026-05-25 02:31:50] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.008086 10.0.0.73 - - [2026-05-25 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.73 - - [2026-05-25 02:31:54] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.006458 10.0.0.73 - - [2026-05-25 02:31:55] "GET /obj-perms HTTP/1.1" 200 5056 0.072982 10.0.0.19 - - [2026-05-25 02:31:55] "GET /obj-perms HTTP/1.1" 200 5056 0.079347 10.0.0.73 - - [2026-05-25 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.73 - - [2026-05-25 02:31:58] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.008408 10.0.0.73 - - [2026-05-25 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005415 10.0.0.73 - - [2026-05-25 02:32:02] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.007709 10.0.0.73 - - [2026-05-25 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.73 - - [2026-05-25 02:32:04] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005087 10.0.0.73 - - [2026-05-25 02:32:04] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004640 10.0.0.73 - - [2026-05-25 02:32:04] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.008914 10.0.0.73 - - [2026-05-25 02:32:04] "POST /neutron/port HTTP/1.1" 200 1233 0.024259 10.0.0.73 - - [2026-05-25 02:32:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013981 10.0.0.73 - - [2026-05-25 02:32:16] "POST /neutron/port HTTP/1.1" 200 1233 0.020788 10.0.0.73 - - [2026-05-25 02:32:17] "POST /neutron/port HTTP/1.1" 200 1233 0.050587 10.0.0.73 - - [2026-05-25 02:32:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004931 10.0.0.73 - - [2026-05-25 02:32:17] "POST /neutron/port HTTP/1.1" 200 117 0.001636 10.0.0.73 - - [2026-05-25 02:32:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009642 10.0.0.73 - - [2026-05-25 02:32:21] "POST /neutron/network HTTP/1.1" 200 1504 0.042717 10.0.0.73 - - [2026-05-25 02:32:21] "POST /neutron/subnet HTTP/1.1" 200 1361 0.025641 10.0.0.73 - - [2026-05-25 02:32:21] "POST /neutron/network HTTP/1.1" 200 1494 0.021797 10.0.0.73 - - [2026-05-25 02:32:25] "POST /neutron/port HTTP/1.1" 200 1234 0.024172 10.0.0.73 - - [2026-05-25 02:32:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008825 10.0.0.73 - - [2026-05-25 02:32:31] "POST /neutron/port HTTP/1.1" 200 1234 0.021132 10.0.0.73 - - [2026-05-25 02:32:31] "GET /virtual-machine/803a55c2-0c7a-49c5-bf4d-a8d98284654f HTTP/1.1" 200 1302 0.007611 10.0.0.73 - - [2026-05-25 02:32:31] "GET /virtual-machine-interface/2c0e57cb-08e6-48df-9cb5-ed583a32a86a HTTP/1.1" 200 3191 0.006225 10.0.0.73 - - [2026-05-25 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.73 - - [2026-05-25 02:32:31] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004147 10.0.0.73 - - [2026-05-25 02:32:31] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004161 10.0.0.73 - - [2026-05-25 02:32:31] "GET /virtual-network/08a4c008-0d00-453a-a10a-3fba0b4a0136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.008372 10.0.0.73 - - [2026-05-25 02:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.73 - - [2026-05-25 02:32:32] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004792 10.0.0.73 - - [2026-05-25 02:32:32] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004659 10.0.0.73 - - [2026-05-25 02:32:32] "GET /virtual-network/08a4c008-0d00-453a-a10a-3fba0b4a0136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.007262 10.0.0.73 - - [2026-05-25 02:32:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009225 10.0.0.73 - - [2026-05-25 02:32:37] "POST /neutron/port HTTP/1.1" 200 1234 0.024403 10.0.0.73 - - [2026-05-25 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.73 - - [2026-05-25 02:32:38] "GET /network-policy/b56d0bfd-b6ba-4a0a-bf2f-5b48c6e58224?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.005301 10.0.0.73 - - [2026-05-25 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.73 - - [2026-05-25 02:32:38] "GET /network-policy/a3ac298d-ebc1-4d62-8c49-182f17713c39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.005542 10.0.0.73 - - [2026-05-25 02:32:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008258 10.0.0.73 - - [2026-05-25 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.73 - - [2026-05-25 02:32:38] "GET /network-policy/2356c2d2-4334-43f7-b2eb-2cbf3f19f757?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007125 10.0.0.73 - - [2026-05-25 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.73 - - [2026-05-25 02:32:38] "GET /network-policy/fee799af-3f17-465a-b8e7-282e18f2fe8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005073 10.0.0.19 - - [2026-05-25 02:32:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.19 - - [2026-05-25 02:32:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000593 10.0.0.131 - - [2026-05-25 02:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.131 - - [2026-05-25 02:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000627 10.0.0.19 - - [2026-05-25 02:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.19 - - [2026-05-25 02:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000793 10.0.0.131 - - [2026-05-25 02:32:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000601 10.0.0.131 - - [2026-05-25 02:32:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.73 - - [2026-05-25 02:32:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.73 - - [2026-05-25 02:32:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.73 - - [2026-05-25 02:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.73 - - [2026-05-25 02:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.131 - - [2026-05-25 02:32:56] "GET /obj-perms HTTP/1.1" 200 5056 0.074341 10.0.0.73 - - [2026-05-25 02:32:57] "GET /virtual-machine/803a55c2-0c7a-49c5-bf4d-a8d98284654f HTTP/1.1" 200 1302 0.005487 10.0.0.73 - - [2026-05-25 02:32:58] "POST /neutron/port HTTP/1.1" 200 151 0.368465 10.0.0.73 - - [2026-05-25 02:32:59] "GET /virtual-machine/803a55c2-0c7a-49c5-bf4d-a8d98284654f HTTP/1.1" 404 171 0.004685 10.0.0.73 - - [2026-05-25 02:32:59] "GET /virtual-machine/803a55c2-0c7a-49c5-bf4d-a8d98284654f HTTP/1.1" 404 171 0.004731 10.0.0.73 - - [2026-05-25 02:32:59] "GET /virtual-machine/803a55c2-0c7a-49c5-bf4d-a8d98284654f HTTP/1.1" 404 171 0.003859 10.0.0.73 - - [2026-05-25 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.050636 10.0.0.73 - - [2026-05-25 02:32:59] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006063 10.0.0.73 - - [2026-05-25 02:32:59] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.005779 10.0.0.73 - - [2026-05-25 02:32:59] "GET /virtual-network/08a4c008-0d00-453a-a10a-3fba0b4a0136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.008672 10.0.0.73 - - [2026-05-25 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.73 - - [2026-05-25 02:32:59] "GET /routing-instance/d65de680-cc1c-49ec-a953-6790f7689c7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006190 10.0.0.73 - - [2026-05-25 02:32:59] "GET /route-target/31650f0e-2f53-45e5-bc1f-ddaa0c353e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006158 10.0.0.73 - - [2026-05-25 02:32:59] "GET /virtual-machine/803a55c2-0c7a-49c5-bf4d-a8d98284654f HTTP/1.1" 404 171 0.004738 10.0.0.73 - - [2026-05-25 02:33:00] "GET /virtual-machine/803a55c2-0c7a-49c5-bf4d-a8d98284654f HTTP/1.1" 404 171 0.004389 10.0.0.73 - - [2026-05-25 02:33:01] "GET /virtual-machine/803a55c2-0c7a-49c5-bf4d-a8d98284654f HTTP/1.1" 404 171 0.046820 10.0.0.73 - - [2026-05-25 02:33:02] "GET /virtual-machine/803a55c2-0c7a-49c5-bf4d-a8d98284654f HTTP/1.1" 404 171 0.004169 10.0.0.73 - - [2026-05-25 02:33:03] "GET /virtual-machine/803a55c2-0c7a-49c5-bf4d-a8d98284654f HTTP/1.1" 404 171 0.004042 10.0.0.73 - - [2026-05-25 02:33:04] "GET /virtual-machine/803a55c2-0c7a-49c5-bf4d-a8d98284654f HTTP/1.1" 404 171 0.004437 10.0.0.73 - - [2026-05-25 02:33:08] "GET /obj-perms HTTP/1.1" 200 5046 0.004494 10.0.0.131 - - [2026-05-25 02:33:11] "GET /obj-perms HTTP/1.1" 200 5046 0.070374 10.0.0.73 - - [2026-05-25 02:33:17] "GET /obj-perms HTTP/1.1" 200 5046 0.004677 10.0.0.73 - - [2026-05-25 02:33:19] "POST /neutron/network HTTP/1.1" 200 1503 0.010100 10.0.0.73 - - [2026-05-25 02:33:19] "POST /neutron/subnet HTTP/1.1" 200 1356 0.025066 10.0.0.73 - - [2026-05-25 02:33:19] "POST /neutron/network HTTP/1.1" 200 1493 0.013072 10.0.0.131 - - [2026-05-25 02:33:20] "GET /obj-perms HTTP/1.1" 200 5046 0.004604 10.0.0.73 - - [2026-05-25 02:33:26] "GET /obj-perms HTTP/1.1" 200 5046 0.004594 10.0.0.131 - - [2026-05-25 02:33:26] "GET /obj-perms HTTP/1.1" 200 5046 0.005063 10.0.0.73 - - [2026-05-25 02:33:26] "GET /virtual-machine/4bee67c1-edc5-4492-81cf-50b9aee9b796 HTTP/1.1" 200 1301 0.005698 10.0.0.73 - - [2026-05-25 02:33:27] "POST /neutron/port HTTP/1.1" 200 151 0.287687 10.0.0.73 - - [2026-05-25 02:33:28] "GET /virtual-machine/4bee67c1-edc5-4492-81cf-50b9aee9b796 HTTP/1.1" 404 171 0.004912 10.0.0.73 - - [2026-05-25 02:33:29] "GET /virtual-machine/4bee67c1-edc5-4492-81cf-50b9aee9b796 HTTP/1.1" 404 171 0.003667 10.0.0.73 - - [2026-05-25 02:33:29] "GET /virtual-machine/4bee67c1-edc5-4492-81cf-50b9aee9b796 HTTP/1.1" 404 171 0.003860 10.0.0.73 - - [2026-05-25 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.73 - - [2026-05-25 02:33:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004743 10.0.0.73 - - [2026-05-25 02:33:29] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004023 10.0.0.73 - - [2026-05-25 02:33:29] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.011165 10.0.0.73 - - [2026-05-25 02:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.73 - - [2026-05-25 02:33:29] "GET /routing-instance/9759cd64-f1fd-4e45-b773-e67546392db4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005436 10.0.0.73 - - [2026-05-25 02:33:29] "GET /route-target/41f4485e-279f-44cb-b1e7-0bb9357bf63a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004900 10.0.0.73 - - [2026-05-25 02:33:29] "GET /obj-perms HTTP/1.1" 200 5046 0.004086 10.0.0.19 - - [2026-05-25 02:33:32] "GET /obj-perms HTTP/1.1" 200 5046 0.084497 10.0.0.73 - - [2026-05-25 02:33:38] "GET /obj-perms HTTP/1.1" 200 5046 0.004943 10.0.0.19 - - [2026-05-25 02:33:41] "GET /obj-perms HTTP/1.1" 200 5046 0.004241 10.0.0.73 - - [2026-05-25 02:33:48] "GET /obj-perms HTTP/1.1" 200 5046 0.006220 10.0.0.19 - - [2026-05-25 02:33:51] "GET /obj-perms HTTP/1.1" 200 5046 0.009501 10.0.0.73 - - [2026-05-25 02:33:57] "GET /obj-perms HTTP/1.1" 200 5046 0.004709 10.0.0.19 - - [2026-05-25 02:33:57] "GET /obj-perms HTTP/1.1" 200 5046 0.005743 10.0.0.73 - - [2026-05-25 02:33:57] "GET /virtual-network/c936e7c0-e112-499c-bb26-d7d406a15e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007331 10.0.0.73 - - [2026-05-25 02:33:57] "POST /neutron/network HTTP/1.1" 200 1309 0.028939 10.0.0.73 - - [2026-05-25 02:33:57] "GET /virtual-network/c936e7c0-e112-499c-bb26-d7d406a15e35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.025724 10.0.0.73 - - [2026-05-25 02:33:58] "GET /virtual-network/1c735c1f-362b-42d0-ad89-43b1cbe52852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.017008 10.0.0.19 - - [2026-05-25 02:33:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.055560 10.0.0.73 - - [2026-05-25 02:33:58] "POST /neutron/network HTTP/1.1" 200 1309 0.022788 10.0.0.73 - - [2026-05-25 02:33:58] "GET /virtual-network/1c735c1f-362b-42d0-ad89-43b1cbe52852?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.006520 10.0.0.19 - - [2026-05-25 02:33:58] "DELETE /access-control-list/62c5038e-ba38-450c-9856-d755322ac9ed HTTP/1.1" 200 115 0.146355 10.0.0.73 - - [2026-05-25 02:33:58] "GET /virtual-network/08a4c008-0d00-453a-a10a-3fba0b4a0136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3803 0.008065 10.0.0.73 - - [2026-05-25 02:33:58] "POST /neutron/network HTTP/1.1" 200 1309 0.024589 10.0.0.73 - - [2026-05-25 02:33:58] "GET /virtual-network/08a4c008-0d00-453a-a10a-3fba0b4a0136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.009430 10.0.0.73 - - [2026-05-25 02:33:58] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.007257 10.0.0.73 - - [2026-05-25 02:33:58] "POST /neutron/network HTTP/1.1" 200 1308 0.026366 10.0.0.73 - - [2026-05-25 02:33:58] "GET /virtual-network/c2d91d4e-e8c6-4bbd-9964-a2bc4222f0c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008347 10.0.0.73 - - [2026-05-25 02:33:59] "DELETE /network-policy/660d0568-9143-45d7-a6db-af94201aed38 HTTP/1.1" 200 115 0.050491 10.0.0.73 - - [2026-05-25 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006483 10.0.0.131 - - [2026-05-25 02:33:59] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.73 - - [2026-05-25 02:33:59] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.062988 10.0.0.73 - - [2026-05-25 02:33:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-88239528&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.006910 10.0.0.73 - - [2026-05-25 02:33:59] "DELETE /network-policy/bde39a7c-b9b4-48e1-847a-13015b073400 HTTP/1.1" 200 115 0.073962 10.0.0.73 - - [2026-05-25 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.030134 10.0.0.19 - - [2026-05-25 02:33:59] "DELETE /access-control-list/e844211e-14a8-4ccc-be59-a3dfbc350d0f HTTP/1.1" 200 115 0.082255 10.0.0.131 - - [2026-05-25 02:33:59] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002039 10.0.0.73 - - [2026-05-25 02:33:59] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.055715 10.0.0.73 - - [2026-05-25 02:33:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-88239528&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.007398 10.0.0.73 - - [2026-05-25 02:33:59] "DELETE /network-policy/cfac5b03-3689-4b0b-a8d8-727d8ca30d8d HTTP/1.1" 200 115 0.057283 10.0.0.73 - - [2026-05-25 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006047 10.0.0.131 - - [2026-05-25 02:33:59] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001676 10.0.0.73 - - [2026-05-25 02:33:59] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056081 10.0.0.73 - - [2026-05-25 02:33:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-88239528&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.007530 10.0.0.73 - - [2026-05-25 02:33:59] "DELETE /network-policy/11ba32dc-0735-4d1c-977a-783957f6555a HTTP/1.1" 200 115 0.050604 10.0.0.73 - - [2026-05-25 02:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.131 - - [2026-05-25 02:33:59] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001834 10.0.0.73 - - [2026-05-25 02:33:59] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.055920 10.0.0.73 - - [2026-05-25 02:34:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-88239528&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.007398 10.0.0.73 - - [2026-05-25 02:34:00] "DELETE /network-policy/a3ac298d-ebc1-4d62-8c49-182f17713c39 HTTP/1.1" 200 115 0.065098 10.0.0.73 - - [2026-05-25 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005901 10.0.0.131 - - [2026-05-25 02:34:00] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001302 10.0.0.73 - - [2026-05-25 02:34:00] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056590 10.0.0.73 - - [2026-05-25 02:34:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-88239528&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.008459 10.0.0.73 - - [2026-05-25 02:34:00] "DELETE /network-policy/b56d0bfd-b6ba-4a0a-bf2f-5b48c6e58224 HTTP/1.1" 200 115 0.052019 10.0.0.73 - - [2026-05-25 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006042 10.0.0.131 - - [2026-05-25 02:34:00] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.73 - - [2026-05-25 02:34:00] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.060022 10.0.0.73 - - [2026-05-25 02:34:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-88239528&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.008304 10.0.0.73 - - [2026-05-25 02:34:00] "DELETE /network-policy/fee799af-3f17-465a-b8e7-282e18f2fe8b HTTP/1.1" 200 115 0.058785 10.0.0.73 - - [2026-05-25 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008039 10.0.0.131 - - [2026-05-25 02:34:00] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.73 - - [2026-05-25 02:34:00] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056847 10.0.0.73 - - [2026-05-25 02:34:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-88239528&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.006469 10.0.0.73 - - [2026-05-25 02:34:00] "DELETE /network-policy/2356c2d2-4334-43f7-b2eb-2cbf3f19f757 HTTP/1.1" 200 115 0.051195 10.0.0.73 - - [2026-05-25 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005960 10.0.0.131 - - [2026-05-25 02:34:00] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.73 - - [2026-05-25 02:34:01] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.091232 10.0.0.73 - - [2026-05-25 02:34:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-88239528&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008011 10.0.0.19 - - [2026-05-25 02:34:01] "DELETE /route-target/dff96481-0a1c-4e24-b4b0-79d3427ba2f6 HTTP/1.1" 200 115 0.035637 10.0.0.73 - - [2026-05-25 02:34:01] "POST /neutron/network HTTP/1.1" 200 1309 0.015780 10.0.0.131 - - [2026-05-25 02:34:02] "POST /useragent-kv HTTP/1.1" 200 115 0.008597 10.0.0.131 - - [2026-05-25 02:34:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003203 10.0.0.19 - - [2026-05-25 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.131 - - [2026-05-25 02:34:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002863 10.0.0.131 - - [2026-05-25 02:34:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005202 10.0.0.131 - - [2026-05-25 02:34:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003846 10.0.0.131 - - [2026-05-25 02:34:02] "POST /useragent-kv HTTP/1.1" 200 115 0.009928 10.0.0.73 - - [2026-05-25 02:34:02] "POST /neutron/network HTTP/1.1" 200 151 0.218546 10.0.0.19 - - [2026-05-25 02:34:02] "DELETE /route-target/41f4485e-279f-44cb-b1e7-0bb9357bf63a HTTP/1.1" 200 115 0.027537 10.0.0.73 - - [2026-05-25 02:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.73 - - [2026-05-25 02:34:03] "DELETE /network-ipam/f9e6ec05-f754-404f-9258-eb377e51b16c HTTP/1.1" 200 115 0.049921 10.0.0.73 - - [2026-05-25 02:34:03] "POST /fqname-to-id HTTP/1.1" 404 252 0.005731 10.0.0.131 - - [2026-05-25 02:34:03] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.131 - - [2026-05-25 02:34:03] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.057794 10.0.0.131 - - [2026-05-25 02:34:03] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.131 - - [2026-05-25 02:34:03] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?fields=security_groups HTTP/1.1" 200 1388 0.056549 10.0.0.131 - - [2026-05-25 02:34:03] "DELETE /security-group/c966fa90-f74d-4b33-857e-14a6ed368173 HTTP/1.1" 200 115 0.058749 10.0.0.131 - - [2026-05-25 02:34:03] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001522 10.0.0.131 - - [2026-05-25 02:34:03] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?fields=application_policy_sets HTTP/1.1" 200 1427 0.062736 10.0.0.73 - - [2026-05-25 02:34:03] "DELETE /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0 HTTP/1.1" 200 115 0.467254 10.0.0.131 - - [2026-05-25 02:34:03] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001749 10.0.0.73 - - [2026-05-25 02:34:03] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?fields=projects HTTP/1.1" 200 1443 0.015166 10.0.0.73 - - [2026-05-25 02:34:08] "POST /fqname-to-id HTTP/1.1" 404 225 0.005116 10.0.0.131 - - [2026-05-25 02:34:09] "POST /id-to-fqname HTTP/1.1" 200 198 0.004380 10.0.0.131 - - [2026-05-25 02:34:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.010417 10.0.0.131 - - [2026-05-25 02:34:09] "POST /security-groups HTTP/1.1" 200 599 0.080485 10.0.0.19 - - [2026-05-25 02:34:09] "POST /fqname-to-id HTTP/1.1" 404 242 0.005186 10.0.0.131 - - [2026-05-25 02:34:09] "POST /projects HTTP/1.1" 200 601 0.370732 10.0.0.73 - - [2026-05-25 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.406858 10.0.0.131 - - [2026-05-25 02:34:09] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.73 - - [2026-05-25 02:34:09] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.092611 10.0.0.19 - - [2026-05-25 02:34:09] "POST /access-control-lists HTTP/1.1" 200 604 0.104757 10.0.0.73 - - [2026-05-25 02:34:09] "POST /network-policys HTTP/1.1" 200 561 0.103623 10.0.0.73 - - [2026-05-25 02:34:09] "GET /network-policy/b652f97a-0a8b-403d-bfde-3633058616f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.009361 10.0.0.73 - - [2026-05-25 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.131 - - [2026-05-25 02:34:09] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001554 10.0.0.73 - - [2026-05-25 02:34:09] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.070736 10.0.0.73 - - [2026-05-25 02:34:09] "POST /neutron/network HTTP/1.1" 200 117 0.012709 10.0.0.19 - - [2026-05-25 02:34:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.010874 10.0.0.131 - - [2026-05-25 02:34:10] "POST /useragent-kv HTTP/1.1" 200 115 0.022404 10.0.0.73 - - [2026-05-25 02:34:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.262422 10.0.0.73 - - [2026-05-25 02:34:10] "POST /id-to-fqname HTTP/1.1" 200 229 0.002086 10.0.0.73 - - [2026-05-25 02:34:10] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.010259 10.0.0.73 - - [2026-05-25 02:34:10] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007632 10.0.0.73 - - [2026-05-25 02:34:10] "POST /neutron/network HTTP/1.1" 200 1007 0.014431 10.0.0.73 - - [2026-05-25 02:34:10] "POST /neutron/network HTTP/1.1" 200 1007 0.014124 10.0.0.19 - - [2026-05-25 02:34:10] "POST /fqname-to-id HTTP/1.1" 404 244 0.008642 10.0.0.73 - - [2026-05-25 02:34:11] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.009224 10.0.0.73 - - [2026-05-25 02:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.73 - - [2026-05-25 02:34:11] "GET /network-policy/b652f97a-0a8b-403d-bfde-3633058616f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3107 0.006285 10.0.0.73 - - [2026-05-25 02:34:11] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006676 10.0.0.73 - - [2026-05-25 02:34:11] "GET /obj-perms HTTP/1.1" 200 5046 0.006357 10.0.0.131 - - [2026-05-25 02:34:11] "GET /obj-perms HTTP/1.1" 200 5046 0.004595 10.0.0.73 - - [2026-05-25 02:34:11] "POST /id-to-fqname HTTP/1.1" 200 229 0.001649 10.0.0.73 - - [2026-05-25 02:34:11] "POST /neutron/network HTTP/1.1" 200 1116 0.009425 10.0.0.131 - - [2026-05-25 02:34:12] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.73 - - [2026-05-25 02:34:12] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.097148 10.0.0.73 - - [2026-05-25 02:34:12] "POST /neutron/port HTTP/1.1" 200 117 0.018797 10.0.0.73 - - [2026-05-25 02:34:13] "POST /id-to-fqname HTTP/1.1" 200 229 0.002289 10.0.0.73 - - [2026-05-25 02:34:13] "POST /neutron/network HTTP/1.1" 200 1116 0.009577 10.0.0.131 - - [2026-05-25 02:34:14] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001749 10.0.0.73 - - [2026-05-25 02:34:14] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.098194 10.0.0.73 - - [2026-05-25 02:34:14] "POST /neutron/port HTTP/1.1" 200 1174 0.057256 10.0.0.73 - - [2026-05-25 02:34:14] "POST /neutron/port HTTP/1.1" 200 1238 0.032504 10.0.0.73 - - [2026-05-25 02:34:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004873 10.0.0.73 - - [2026-05-25 02:34:14] "POST /neutron/port HTTP/1.1" 200 117 0.001632 10.0.0.73 - - [2026-05-25 02:34:14] "POST /neutron/port HTTP/1.1" 200 117 0.007941 10.0.0.73 - - [2026-05-25 02:34:14] "POST /neutron/network HTTP/1.1" 200 1116 0.008812 10.0.0.73 - - [2026-05-25 02:34:15] "POST /neutron/port HTTP/1.1" 200 1174 0.030005 10.0.0.73 - - [2026-05-25 02:34:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005987 10.0.0.73 - - [2026-05-25 02:34:15] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.73 - - [2026-05-25 02:34:19] "POST /neutron/port HTTP/1.1" 200 1238 0.031780 10.0.0.73 - - [2026-05-25 02:34:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012776 10.0.0.73 - - [2026-05-25 02:34:20] "GET /virtual-machine/5e045767-cff3-4623-9765-fa8bfca1bc69 HTTP/1.1" 200 1302 0.007447 10.0.0.73 - - [2026-05-25 02:34:20] "GET /virtual-machine-interface/0300c707-3129-438e-b67f-89336785d95d HTTP/1.1" 200 3184 0.007726 10.0.0.73 - - [2026-05-25 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.73 - - [2026-05-25 02:34:20] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005326 10.0.0.73 - - [2026-05-25 02:34:20] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004823 10.0.0.73 - - [2026-05-25 02:34:20] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.008974 10.0.0.73 - - [2026-05-25 02:34:21] "POST /neutron/port HTTP/1.1" 200 1238 0.039202 10.0.0.73 - - [2026-05-25 02:34:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005623 10.0.0.73 - - [2026-05-25 02:34:21] "POST /neutron/port HTTP/1.1" 200 117 0.001729 10.0.0.73 - - [2026-05-25 02:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.73 - - [2026-05-25 02:34:23] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007332 10.0.0.73 - - [2026-05-25 02:34:25] "POST /neutron/port HTTP/1.1" 200 1238 0.027142 10.0.0.73 - - [2026-05-25 02:34:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005006 10.0.0.73 - - [2026-05-25 02:34:25] "POST /neutron/port HTTP/1.1" 200 117 0.001440 10.0.0.73 - - [2026-05-25 02:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.73 - - [2026-05-25 02:34:27] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.008074 10.0.0.73 - - [2026-05-25 02:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.73 - - [2026-05-25 02:34:31] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006009 10.0.0.73 - - [2026-05-25 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.73 - - [2026-05-25 02:34:35] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005852 10.0.0.73 - - [2026-05-25 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.73 - - [2026-05-25 02:34:39] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006784 10.0.0.73 - - [2026-05-25 02:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.73 - - [2026-05-25 02:34:43] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007282 10.0.0.73 - - [2026-05-25 02:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.73 - - [2026-05-25 02:34:47] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007631 10.0.0.131 - - [2026-05-25 02:34:50] "DELETE /project/9cd018f61d81443e9af3b7a219ee5af0 HTTP/1.1" 404 173 0.036502 10.0.0.73 - - [2026-05-25 02:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.73 - - [2026-05-25 02:34:52] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006606 10.0.0.73 - - [2026-05-25 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.73 - - [2026-05-25 02:34:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005664 10.0.0.73 - - [2026-05-25 02:34:54] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004065 10.0.0.73 - - [2026-05-25 02:34:54] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007390 10.0.0.73 - - [2026-05-25 02:34:54] "POST /neutron/port HTTP/1.1" 200 1238 0.022854 10.0.0.19 - - [2026-05-25 02:34:58] "GET /obj-perms HTTP/1.1" 200 5056 0.063359 10.0.0.73 - - [2026-05-25 02:34:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008364 10.0.0.73 - - [2026-05-25 02:35:04] "POST /neutron/port HTTP/1.1" 200 1238 0.071716 10.0.0.73 - - [2026-05-25 02:35:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016541 10.0.0.73 - - [2026-05-25 02:35:15] "POST /neutron/port HTTP/1.1" 200 1238 0.026518 10.0.0.73 - - [2026-05-25 02:35:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011357 10.0.0.73 - - [2026-05-25 02:35:15] "GET /virtual-machine/1666671e-4a18-4f45-84d0-d3a356d4e403 HTTP/1.1" 200 1301 0.008480 10.0.0.73 - - [2026-05-25 02:35:15] "GET /virtual-machine-interface/38bdc124-e38f-43e9-a9eb-749ba45667ee HTTP/1.1" 200 3185 0.007285 10.0.0.73 - - [2026-05-25 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.73 - - [2026-05-25 02:35:15] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005584 10.0.0.73 - - [2026-05-25 02:35:15] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003674 10.0.0.73 - - [2026-05-25 02:35:15] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006828 10.0.0.73 - - [2026-05-25 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.73 - - [2026-05-25 02:35:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004955 10.0.0.73 - - [2026-05-25 02:35:16] "GET /virtual-networks?parent_id=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004707 10.0.0.73 - - [2026-05-25 02:35:16] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.008078 10.0.0.73 - - [2026-05-25 02:35:16] "POST /neutron/port HTTP/1.1" 200 1238 0.023651 10.0.0.73 - - [2026-05-25 02:35:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008917 10.0.0.73 - - [2026-05-25 02:35:23] "POST /neutron/network HTTP/1.1" 200 1116 0.008940 10.0.0.73 - - [2026-05-25 02:35:23] "POST /neutron/subnet HTTP/1.1" 200 1381 0.015852 10.0.0.73 - - [2026-05-25 02:35:23] "POST /neutron/network HTTP/1.1" 200 1106 0.011930 10.0.0.73 - - [2026-05-25 02:35:25] "POST /neutron/network HTTP/1.1" 200 1116 0.010382 10.0.0.73 - - [2026-05-25 02:35:25] "POST /neutron/subnet HTTP/1.1" 200 1381 0.019243 10.0.0.73 - - [2026-05-25 02:35:25] "POST /neutron/network HTTP/1.1" 200 1106 0.013576 10.0.0.73 - - [2026-05-25 02:35:45] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007269 10.0.0.73 - - [2026-05-25 02:35:45] "POST /neutron/network HTTP/1.1" 200 1007 0.012956 10.0.0.73 - - [2026-05-25 02:35:45] "GET /virtual-network/e14f97a3-e453-41e0-a453-e8d64df2acea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.020520 10.0.0.73 - - [2026-05-25 02:35:46] "POST /neutron/port HTTP/1.1" 200 1238 0.025591 10.0.0.73 - - [2026-05-25 02:35:46] "POST /neutron/port HTTP/1.1" 200 1238 0.019668 10.0.0.73 - - [2026-05-25 02:35:47] "POST /neutron/network HTTP/1.1" 200 1007 0.012061 10.0.0.19 - - [2026-05-25 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.011134 10.0.0.73 - - [2026-05-25 02:35:48] "DELETE /network-policy/b652f97a-0a8b-403d-bfde-3633058616f2 HTTP/1.1" 200 115 0.051558 10.0.0.131 - - [2026-05-25 02:35:51] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.026908 10.0.0.73 - - [2026-05-25 02:35:51] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.110383 10.0.0.131 - - [2026-05-25 02:35:51] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004590 10.0.0.73 - - [2026-05-25 02:35:51] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?fields=virtual_networks HTTP/1.1" 200 1051 0.063428 10.0.0.131 - - [2026-05-25 02:35:51] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.73 - - [2026-05-25 02:35:51] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.051976 10.0.0.131 - - [2026-05-25 02:35:51] "GET /projects?obj_uuids=9cd018f6-1d81-443e-9af3-b7a219ee5af0&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001167 10.0.0.73 - - [2026-05-25 02:35:51] "GET /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0?fields=security_groups HTTP/1.1" 200 1286 0.052319 10.0.0.73 - - [2026-05-25 02:35:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.039303 10.0.0.131 - - [2026-05-25 02:35:52] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003483 10.0.0.131 - - [2026-05-25 02:35:52] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001506 10.0.0.131 - - [2026-05-25 02:35:52] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008350 10.0.0.131 - - [2026-05-25 02:35:52] "POST /id-to-fqname HTTP/1.1" 200 204 0.002030 10.0.0.131 - - [2026-05-25 02:35:52] "POST /fqname-to-id HTTP/1.1" 404 213 0.009892 10.0.0.131 - - [2026-05-25 02:35:52] "POST /security-groups HTTP/1.1" 200 605 0.089532 10.0.0.131 - - [2026-05-25 02:35:52] "POST /projects HTTP/1.1" 200 613 0.369358 10.0.0.19 - - [2026-05-25 02:35:52] "POST /access-control-lists HTTP/1.1" 200 612 0.036598 10.0.0.131 - - [2026-05-25 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.461237 10.0.0.73 - - [2026-05-25 02:35:53] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.640679 10.0.0.73 - - [2026-05-25 02:35:54] "GET / HTTP/1.1" 200 36215 0.002166 10.0.0.73 - - [2026-05-25 02:35:57] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000587 10.0.0.131 - - [2026-05-25 02:35:58] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001876 10.0.0.73 - - [2026-05-25 02:35:58] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.112200 10.0.0.73 - - [2026-05-25 02:35:59] "GET / HTTP/1.1" 200 36215 0.003540 10.0.0.73 - - [2026-05-25 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.131 - - [2026-05-25 02:35:59] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.73 - - [2026-05-25 02:35:59] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.010330 10.0.0.73 - - [2026-05-25 02:36:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007193 10.0.0.131 - - [2026-05-25 02:36:00] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001850 10.0.0.73 - - [2026-05-25 02:36:00] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.065257 10.0.0.73 - - [2026-05-25 02:36:01] "GET /domains HTTP/1.1" 401 292 0.000558 10.0.0.73 - - [2026-05-25 02:36:01] "GET /domains HTTP/1.1" 200 281 0.037332 10.0.0.131 - - [2026-05-25 02:36:01] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001503 10.0.0.73 - - [2026-05-25 02:36:01] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10 HTTP/1.1" 200 2988 0.014582 10.0.0.131 - - [2026-05-25 02:36:01] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001328 10.0.0.73 - - [2026-05-25 02:36:01] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa HTTP/1.1" 200 1941 0.107534 10.0.0.73 - - [2026-05-25 02:36:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004271 10.0.0.73 - - [2026-05-25 02:36:01] "POST /network-ipams HTTP/1.1" 200 629 0.034966 10.0.0.73 - - [2026-05-25 02:36:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.004423 10.0.0.73 - - [2026-05-25 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.73 - - [2026-05-25 02:36:01] "GET /network-ipam/b05e61be-ee02-43fb-a3b8-b82e6f3a6f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.008126 10.0.0.73 - - [2026-05-25 02:36:01] "PUT /network-ipam/b05e61be-ee02-43fb-a3b8-b82e6f3a6f18 HTTP/1.1" 200 259 0.024272 10.0.0.73 - - [2026-05-25 02:36:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000560 10.0.0.73 - - [2026-05-25 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.034468 10.0.0.131 - - [2026-05-25 02:36:02] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001380 10.0.0.73 - - [2026-05-25 02:36:02] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.055087 10.0.0.131 - - [2026-05-25 02:36:02] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001920 10.0.0.73 - - [2026-05-25 02:36:02] "POST /neutron/network HTTP/1.1" 200 625 0.210838 10.0.0.19 - - [2026-05-25 02:36:02] "POST /route-targets HTTP/1.1" 200 328 0.017448 10.0.0.19 - - [2026-05-25 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.006829 10.0.0.73 - - [2026-05-25 02:36:03] "POST /neutron/network HTTP/1.1" 200 1140 0.013327 10.0.0.73 - - [2026-05-25 02:36:03] "POST /id-to-fqname HTTP/1.1" 200 237 0.001251 10.0.0.73 - - [2026-05-25 02:36:03] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2681 0.009690 10.0.0.73 - - [2026-05-25 02:36:03] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2681 0.006448 10.0.0.73 - - [2026-05-25 02:36:03] "POST /neutron/subnet HTTP/1.1" 200 720 0.011926 10.0.0.73 - - [2026-05-25 02:36:04] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2681 0.009162 10.0.0.73 - - [2026-05-25 02:36:04] "GET /obj-perms HTTP/1.1" 200 5021 0.077517 10.0.0.73 - - [2026-05-25 02:36:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.004672 10.0.0.73 - - [2026-05-25 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.131 - - [2026-05-25 02:36:05] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001677 10.0.0.73 - - [2026-05-25 02:36:05] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.046898 10.0.0.73 - - [2026-05-25 02:36:05] "POST /network-policys HTTP/1.1" 200 567 0.084342 10.0.0.73 - - [2026-05-25 02:36:05] "GET /network-policy/6531a893-65fb-45f3-91b1-24f03d988048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.008725 10.0.0.73 - - [2026-05-25 02:36:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.005271 10.0.0.73 - - [2026-05-25 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419 10.0.0.131 - - [2026-05-25 02:36:06] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001492 10.0.0.73 - - [2026-05-25 02:36:06] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.061318 10.0.0.73 - - [2026-05-25 02:36:06] "POST /network-policys HTTP/1.1" 200 567 0.038306 10.0.0.73 - - [2026-05-25 02:36:06] "GET /network-policy/23bdf032-8e6a-4115-a496-bc61ffd0b982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.007038 10.0.0.73 - - [2026-05-25 02:36:06] "POST /fqname-to-id HTTP/1.1" 404 231 0.005034 10.0.0.73 - - [2026-05-25 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.131 - - [2026-05-25 02:36:06] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001776 10.0.0.73 - - [2026-05-25 02:36:06] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.059609 10.0.0.73 - - [2026-05-25 02:36:06] "POST /network-policys HTTP/1.1" 200 567 0.037731 10.0.0.73 - - [2026-05-25 02:36:06] "GET /network-policy/e2871e3d-333e-4229-8741-f7da2d27f12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.007628 10.0.0.73 - - [2026-05-25 02:36:07] "POST /neutron/network HTTP/1.1" 200 1338 0.118092 10.0.0.19 - - [2026-05-25 02:36:07] "POST /access-control-lists HTTP/1.1" 200 613 0.062805 10.0.0.73 - - [2026-05-25 02:36:07] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007879 10.0.0.73 - - [2026-05-25 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.73 - - [2026-05-25 02:36:07] "GET /network-policy/23bdf032-8e6a-4115-a496-bc61ffd0b982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005859 10.0.0.73 - - [2026-05-25 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.73 - - [2026-05-25 02:36:07] "GET /network-policy/6531a893-65fb-45f3-91b1-24f03d988048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.007779 10.0.0.73 - - [2026-05-25 02:36:07] "POST /id-to-fqname HTTP/1.1" 200 237 0.001924 10.0.0.131 - - [2026-05-25 02:36:08] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001534 10.0.0.73 - - [2026-05-25 02:36:08] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.085282 10.0.0.73 - - [2026-05-25 02:36:08] "POST /neutron/network HTTP/1.1" 200 1338 0.059642 10.0.0.73 - - [2026-05-25 02:36:08] "POST /neutron/port HTTP/1.1" 200 117 0.008013 10.0.0.73 - - [2026-05-25 02:36:09] "POST /neutron/port HTTP/1.1" 200 1179 0.038344 10.0.0.73 - - [2026-05-25 02:36:10] "POST /neutron/port HTTP/1.1" 200 1243 0.032894 10.0.0.73 - - [2026-05-25 02:36:10] "POST /neutron/subnet HTTP/1.1" 200 1375 0.019308 10.0.0.73 - - [2026-05-25 02:36:10] "POST /neutron/network HTTP/1.1" 200 1338 0.014077 10.0.0.73 - - [2026-05-25 02:36:14] "POST /neutron/port HTTP/1.1" 200 1243 0.024582 10.0.0.73 - - [2026-05-25 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009259 10.0.0.73 - - [2026-05-25 02:36:14] "GET /virtual-machine/47e36e25-1841-408c-8c7d-2126d0f22470 HTTP/1.1" 401 292 0.000478 10.0.0.73 - - [2026-05-25 02:36:14] "GET /virtual-machine/47e36e25-1841-408c-8c7d-2126d0f22470 HTTP/1.1" 200 1308 0.040753 10.0.0.73 - - [2026-05-25 02:36:14] "GET /virtual-machine-interface/8bbfb55d-cc15-454b-908c-d20e0439e425 HTTP/1.1" 200 3185 0.006759 10.0.0.73 - - [2026-05-25 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005946 10.0.0.73 - - [2026-05-25 02:36:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005008 10.0.0.73 - - [2026-05-25 02:36:14] "GET /virtual-networks?parent_id=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003982 10.0.0.73 - - [2026-05-25 02:36:14] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007661 10.0.0.73 - - [2026-05-25 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005566 10.0.0.73 - - [2026-05-25 02:36:17] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007544 10.0.0.73 - - [2026-05-25 02:36:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.73 - - [2026-05-25 02:36:22] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.008943 10.0.0.73 - - [2026-05-25 02:36:25] "POST /neutron/network HTTP/1.1" 200 1348 0.009747 10.0.0.73 - - [2026-05-25 02:36:25] "POST /neutron/subnet HTTP/1.1" 200 1375 0.021165 10.0.0.73 - - [2026-05-25 02:36:25] "POST /neutron/network HTTP/1.1" 200 1338 0.014309 10.0.0.73 - - [2026-05-25 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.73 - - [2026-05-25 02:36:26] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006940 10.0.0.73 - - [2026-05-25 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006287 10.0.0.73 - - [2026-05-25 02:36:30] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.011670 10.0.0.73 - - [2026-05-25 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.73 - - [2026-05-25 02:36:34] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007185 10.0.0.73 - - [2026-05-25 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.73 - - [2026-05-25 02:36:38] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006296 10.0.0.73 - - [2026-05-25 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004932 10.0.0.73 - - [2026-05-25 02:36:42] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007203 10.0.0.73 - - [2026-05-25 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005201 10.0.0.73 - - [2026-05-25 02:36:46] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.008704 10.0.0.131 - - [2026-05-25 02:36:50] "DELETE /project/1d073789087f4a77af885f6dfae5cbfa HTTP/1.1" 404 173 0.005581 10.0.0.131 - - [2026-05-25 02:36:50] "DELETE /project/9cd018f6-1d81-443e-9af3-b7a219ee5af0 HTTP/1.1" 404 177 0.004709 10.0.0.73 - - [2026-05-25 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.73 - - [2026-05-25 02:36:50] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005404 10.0.0.73 - - [2026-05-25 02:36:50] "GET /virtual-networks?parent_id=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.005599 10.0.0.73 - - [2026-05-25 02:36:50] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006984 10.0.0.73 - - [2026-05-25 02:36:56] "POST /neutron/port HTTP/1.1" 200 1243 0.040977 10.0.0.73 - - [2026-05-25 02:37:00] "POST /neutron/security_group HTTP/1.1" 200 2072 0.014872 10.0.0.131 - - [2026-05-25 02:37:00] "GET /obj-perms HTTP/1.1" 200 5056 0.086798 10.0.0.73 - - [2026-05-25 02:37:06] "POST /neutron/port HTTP/1.1" 200 1243 0.026983 10.0.0.73 - - [2026-05-25 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008272 10.0.0.73 - - [2026-05-25 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.73 - - [2026-05-25 02:37:12] "GET /network-policy/6531a893-65fb-45f3-91b1-24f03d988048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004069 10.0.0.73 - - [2026-05-25 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.73 - - [2026-05-25 02:37:12] "GET /network-policy/23bdf032-8e6a-4115-a496-bc61ffd0b982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004374 10.0.0.73 - - [2026-05-25 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.73 - - [2026-05-25 02:37:12] "GET /network-policy/e2871e3d-333e-4229-8741-f7da2d27f12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004027 10.0.0.73 - - [2026-05-25 02:37:12] "POST /neutron/network HTTP/1.1" 200 1338 0.108410 10.0.0.73 - - [2026-05-25 02:37:12] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3597 0.008313 10.0.0.19 - - [2026-05-25 02:37:12] "PUT /access-control-list/8e073a57-e56e-40c3-a262-05b7280890b5 HTTP/1.1" 200 273 0.074905 10.0.0.73 - - [2026-05-25 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.73 - - [2026-05-25 02:37:12] "GET /network-policy/23bdf032-8e6a-4115-a496-bc61ffd0b982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.005493 10.0.0.73 - - [2026-05-25 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005912 10.0.0.73 - - [2026-05-25 02:37:12] "GET /network-policy/6531a893-65fb-45f3-91b1-24f03d988048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004808 10.0.0.73 - - [2026-05-25 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007139 10.0.0.73 - - [2026-05-25 02:37:12] "GET /network-policy/e2871e3d-333e-4229-8741-f7da2d27f12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005189 10.0.0.73 - - [2026-05-25 02:37:17] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3597 0.006676 10.0.0.73 - - [2026-05-25 02:37:17] "POST /neutron/network HTTP/1.1" 200 1430 0.012174 10.0.0.19 - - [2026-05-25 02:37:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.004449 10.0.0.73 - - [2026-05-25 02:37:17] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2681 0.008407 10.0.0.73 - - [2026-05-25 02:37:23] "GET /virtual-machine/47e36e25-1841-408c-8c7d-2126d0f22470 HTTP/1.1" 200 1308 0.005939 10.0.0.73 - - [2026-05-25 02:37:23] "POST /neutron/port HTTP/1.1" 200 1243 0.024482 10.0.0.73 - - [2026-05-25 02:37:25] "GET /virtual-machine/47e36e25-1841-408c-8c7d-2126d0f22470 HTTP/1.1" 404 171 0.004522 10.0.0.73 - - [2026-05-25 02:37:25] "GET /virtual-machine/47e36e25-1841-408c-8c7d-2126d0f22470 HTTP/1.1" 404 171 0.004048 10.0.0.73 - - [2026-05-25 02:37:25] "GET /virtual-machine/47e36e25-1841-408c-8c7d-2126d0f22470 HTTP/1.1" 404 171 0.003345 10.0.0.73 - - [2026-05-25 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.73 - - [2026-05-25 02:37:25] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005291 10.0.0.73 - - [2026-05-25 02:37:25] "GET /virtual-networks?parent_id=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.004014 10.0.0.73 - - [2026-05-25 02:37:25] "GET /virtual-network/01d8a071-1fdd-4704-ae4c-01f2ca804be7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2681 0.008684 10.0.0.73 - - [2026-05-25 02:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.73 - - [2026-05-25 02:37:25] "GET /routing-instance/e1c2333f-44ba-44b3-b0e8-8e342c942667?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.006305 10.0.0.73 - - [2026-05-25 02:37:25] "GET /route-target/42babd2e-03e4-4e83-b3f0-193cabc25ae6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006592 10.0.0.19 - - [2026-05-25 02:37:25] "GET /obj-perms HTTP/1.1" 200 5021 0.066025 10.0.0.73 - - [2026-05-25 02:37:25] "GET /obj-perms HTTP/1.1" 200 5021 0.004676 10.0.0.73 - - [2026-05-25 02:37:26] "DELETE /network-policy/e2871e3d-333e-4229-8741-f7da2d27f12e HTTP/1.1" 200 115 0.039219 10.0.0.73 - - [2026-05-25 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005430 10.0.0.131 - - [2026-05-25 02:37:26] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001472 10.0.0.73 - - [2026-05-25 02:37:26] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.059820 10.0.0.73 - - [2026-05-25 02:37:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-51013263&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.008016 10.0.0.73 - - [2026-05-25 02:37:26] "DELETE /network-policy/23bdf032-8e6a-4115-a496-bc61ffd0b982 HTTP/1.1" 200 115 0.047568 10.0.0.73 - - [2026-05-25 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005863 10.0.0.131 - - [2026-05-25 02:37:26] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001550 10.0.0.73 - - [2026-05-25 02:37:26] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.052910 10.0.0.73 - - [2026-05-25 02:37:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-51013263&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.008632 10.0.0.73 - - [2026-05-25 02:37:26] "DELETE /network-policy/6531a893-65fb-45f3-91b1-24f03d988048 HTTP/1.1" 200 115 0.042464 10.0.0.73 - - [2026-05-25 02:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005250 10.0.0.131 - - [2026-05-25 02:37:26] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001750 10.0.0.73 - - [2026-05-25 02:37:26] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.052004 10.0.0.73 - - [2026-05-25 02:37:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-51013263&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007097 10.0.0.73 - - [2026-05-25 02:37:26] "POST /neutron/network HTTP/1.1" 200 1140 0.015676 10.0.0.19 - - [2026-05-25 02:37:27] "DELETE /route-target/42babd2e-03e4-4e83-b3f0-193cabc25ae6 HTTP/1.1" 200 115 0.033165 10.0.0.73 - - [2026-05-25 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.73 - - [2026-05-25 02:37:27] "DELETE /network-ipam/b05e61be-ee02-43fb-a3b8-b82e6f3a6f18 HTTP/1.1" 200 115 0.044675 10.0.0.73 - - [2026-05-25 02:37:27] "POST /fqname-to-id HTTP/1.1" 404 264 0.004735 10.0.0.131 - - [2026-05-25 02:37:27] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001650 10.0.0.131 - - [2026-05-25 02:37:27] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.057668 10.0.0.131 - - [2026-05-25 02:37:27] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001151 10.0.0.131 - - [2026-05-25 02:37:27] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?fields=security_groups HTTP/1.1" 200 1405 0.064879 10.0.0.131 - - [2026-05-25 02:37:27] "DELETE /security-group/90da9226-0ddc-44c1-9dfd-7ddf0e982b43 HTTP/1.1" 200 115 0.070870 10.0.0.131 - - [2026-05-25 02:37:27] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001261 10.0.0.131 - - [2026-05-25 02:37:27] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?fields=application_policy_sets HTTP/1.1" 200 1444 0.064063 10.0.0.73 - - [2026-05-25 02:37:27] "DELETE /project/1d073789-087f-4a77-af88-5f6dfae5cbfa HTTP/1.1" 200 115 0.487846 10.0.0.131 - - [2026-05-25 02:37:27] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001626 10.0.0.73 - - [2026-05-25 02:37:27] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?fields=projects HTTP/1.1" 200 1443 0.013270 10.0.0.131 - - [2026-05-25 02:37:30] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004129 10.0.0.131 - - [2026-05-25 02:37:30] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.131 - - [2026-05-25 02:37:30] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050919 10.0.0.131 - - [2026-05-25 02:37:30] "POST /id-to-fqname HTTP/1.1" 200 204 0.006005 10.0.0.131 - - [2026-05-25 02:37:30] "POST /fqname-to-id HTTP/1.1" 404 213 0.006307 10.0.0.131 - - [2026-05-25 02:37:31] "POST /security-groups HTTP/1.1" 200 605 0.083148 10.0.0.19 - - [2026-05-25 02:37:31] "POST /fqname-to-id HTTP/1.1" 404 248 0.005207 10.0.0.131 - - [2026-05-25 02:37:31] "POST /projects HTTP/1.1" 200 613 0.317710 10.0.0.131 - - [2026-05-25 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.357894 10.0.0.73 - - [2026-05-25 02:37:31] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.534962 10.0.0.131 - - [2026-05-25 02:37:31] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002030 10.0.0.19 - - [2026-05-25 02:37:31] "POST /access-control-lists HTTP/1.1" 200 610 0.070964 10.0.0.73 - - [2026-05-25 02:37:31] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?fields=virtual_networks HTTP/1.1" 200 1062 0.085847 10.0.0.131 - - [2026-05-25 02:37:31] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001411 10.0.0.73 - - [2026-05-25 02:37:31] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?fields=virtual_machine_interfaces HTTP/1.1" 200 1062 0.044363 10.0.0.131 - - [2026-05-25 02:37:31] "GET /projects?obj_uuids=1d073789-087f-4a77-af88-5f6dfae5cbfa&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001413 10.0.0.73 - - [2026-05-25 02:37:31] "GET /project/1d073789-087f-4a77-af88-5f6dfae5cbfa?fields=security_groups HTTP/1.1" 200 1303 0.051126 10.0.0.73 - - [2026-05-25 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 204 0.035436 10.0.0.131 - - [2026-05-25 02:37:32] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003759 10.0.0.131 - - [2026-05-25 02:37:32] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001654 10.0.0.131 - - [2026-05-25 02:37:32] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010865 10.0.0.131 - - [2026-05-25 02:37:32] "POST /id-to-fqname HTTP/1.1" 200 206 0.005417 10.0.0.131 - - [2026-05-25 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 215 0.003838 10.0.0.131 - - [2026-05-25 02:37:32] "POST /security-groups HTTP/1.1" 200 607 0.037244 10.0.0.131 - - [2026-05-25 02:37:32] "POST /projects HTTP/1.1" 200 617 0.278920 10.0.0.131 - - [2026-05-25 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.318790 10.0.0.19 - - [2026-05-25 02:37:32] "POST /fqname-to-id HTTP/1.1" 404 249 0.006114 10.0.0.73 - - [2026-05-25 02:37:33] "GET /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.503180 10.0.0.73 - - [2026-05-25 02:37:34] "GET / HTTP/1.1" 200 36215 0.002620 10.0.0.73 - - [2026-05-25 02:37:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000643 10.0.0.73 - - [2026-05-25 02:37:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.078325 10.0.0.73 - - [2026-05-25 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.131 - - [2026-05-25 02:37:37] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001589 10.0.0.73 - - [2026-05-25 02:37:37] "GET /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.061092 10.0.0.73 - - [2026-05-25 02:37:37] "POST /network-policys HTTP/1.1" 200 569 0.081490 10.0.0.73 - - [2026-05-25 02:37:37] "GET /network-policy/77306b75-70a0-4cc2-88f2-5644fb4922ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.008543 10.0.0.73 - - [2026-05-25 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.131 - - [2026-05-25 02:37:38] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002145 10.0.0.73 - - [2026-05-25 02:37:38] "GET /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.093971 10.0.0.131 - - [2026-05-25 02:37:38] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002114 10.0.0.73 - - [2026-05-25 02:37:38] "POST /neutron/network HTTP/1.1" 200 623 0.208369 10.0.0.19 - - [2026-05-25 02:37:38] "POST /ref-update HTTP/1.1" 200 156 0.036111 10.0.0.73 - - [2026-05-25 02:37:39] "POST /neutron/network HTTP/1.1" 200 1016 0.017525 10.0.0.73 - - [2026-05-25 02:37:39] "POST /id-to-fqname HTTP/1.1" 200 237 0.001810 10.0.0.73 - - [2026-05-25 02:37:39] "GET /virtual-network/a51690b8-6f82-4e2e-8d69-f5fa32f644af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.007478 10.0.0.73 - - [2026-05-25 02:37:39] "GET /virtual-network/a51690b8-6f82-4e2e-8d69-f5fa32f644af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.007523 10.0.0.73 - - [2026-05-25 02:37:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.013479 10.0.0.19 - - [2026-05-25 02:37:39] "POST /fqname-to-id HTTP/1.1" 404 252 0.008280 10.0.0.73 - - [2026-05-25 02:37:39] "POST /neutron/network HTTP/1.1" 200 1123 0.112431 10.0.0.73 - - [2026-05-25 02:37:39] "GET /virtual-network/a51690b8-6f82-4e2e-8d69-f5fa32f644af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.007929 10.0.0.73 - - [2026-05-25 02:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006243 10.0.0.73 - - [2026-05-25 02:37:39] "GET /network-policy/77306b75-70a0-4cc2-88f2-5644fb4922ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.007370 10.0.0.73 - - [2026-05-25 02:37:40] "GET /virtual-network/a51690b8-6f82-4e2e-8d69-f5fa32f644af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.008132 10.0.0.73 - - [2026-05-25 02:37:41] "DELETE /network-policy/77306b75-70a0-4cc2-88f2-5644fb4922ba HTTP/1.1" 409 239 0.011585 10.0.0.131 - - [2026-05-25 02:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003428 10.0.0.19 - - [2026-05-25 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009780 10.0.0.131 - - [2026-05-25 02:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005425 10.0.0.131 - - [2026-05-25 02:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004230 10.0.0.131 - - [2026-05-25 02:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003502 10.0.0.73 - - [2026-05-25 02:37:42] "POST /neutron/network HTTP/1.1" 200 151 0.190983 10.0.0.73 - - [2026-05-25 02:37:42] "DELETE /network-policy/77306b75-70a0-4cc2-88f2-5644fb4922ba HTTP/1.1" 200 115 0.037059 10.0.0.73 - - [2026-05-25 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005516 10.0.0.131 - - [2026-05-25 02:37:42] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002414 10.0.0.73 - - [2026-05-25 02:37:42] "GET /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.072955 10.0.0.73 - - [2026-05-25 02:37:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-07867351&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007600 10.0.0.131 - - [2026-05-25 02:37:45] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001126 10.0.0.73 - - [2026-05-25 02:37:45] "GET /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.056562 10.0.0.131 - - [2026-05-25 02:37:45] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001044 10.0.0.73 - - [2026-05-25 02:37:45] "GET /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2?fields=virtual_networks HTTP/1.1" 200 1066 0.053866 10.0.0.131 - - [2026-05-25 02:37:45] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001479 10.0.0.73 - - [2026-05-25 02:37:45] "GET /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.054281 10.0.0.131 - - [2026-05-25 02:37:45] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001469 10.0.0.73 - - [2026-05-25 02:37:45] "GET /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2?fields=security_groups HTTP/1.1" 200 1309 0.051177 10.0.0.73 - - [2026-05-25 02:37:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.034528 10.0.0.131 - - [2026-05-25 02:37:46] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005147 10.0.0.131 - - [2026-05-25 02:37:46] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.131 - - [2026-05-25 02:37:46] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009392 10.0.0.131 - - [2026-05-25 02:37:46] "POST /id-to-fqname HTTP/1.1" 200 190 0.007355 10.0.0.131 - - [2026-05-25 02:37:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.015759 10.0.0.131 - - [2026-05-25 02:37:46] "POST /security-groups HTTP/1.1" 200 591 0.085991 10.0.0.131 - - [2026-05-25 02:37:46] "POST /projects HTTP/1.1" 200 585 0.332627 10.0.0.131 - - [2026-05-25 02:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.375101 10.0.0.19 - - [2026-05-25 02:37:46] "POST /access-control-lists HTTP/1.1" 200 598 0.037517 10.0.0.73 - - [2026-05-25 02:37:47] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.571958 10.0.0.19 - - [2026-05-25 02:37:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000598 10.0.0.19 - - [2026-05-25 02:37:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.131 - - [2026-05-25 02:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.73 - - [2026-05-25 02:37:48] "GET / HTTP/1.1" 200 36215 0.003684 10.0.0.131 - - [2026-05-25 02:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.19 - - [2026-05-25 02:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.19 - - [2026-05-25 02:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.131 - - [2026-05-25 02:37:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.131 - - [2026-05-25 02:37:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.73 - - [2026-05-25 02:37:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000561 10.0.0.73 - - [2026-05-25 02:37:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.058106 10.0.0.73 - - [2026-05-25 02:37:50] "POST /network-ipams HTTP/1.1" 200 515 0.038179 10.0.0.131 - - [2026-05-25 02:37:50] "DELETE /project/69c1ad2e167e411c92a4dbb0ea162f74 HTTP/1.1" 404 173 0.010578 10.0.0.131 - - [2026-05-25 02:37:50] "DELETE /project/1d073789-087f-4a77-af88-5f6dfae5cbfa HTTP/1.1" 404 177 0.007924 10.0.0.131 - - [2026-05-25 02:37:50] "DELETE /project/1d073789087f4a77af885f6dfae5cbfa HTTP/1.1" 404 173 0.009785 10.0.0.131 - - [2026-05-25 02:37:50] "DELETE /project/75b672a9e9e24f0cb646dce55aef8ce2 HTTP/1.1" 404 173 0.007376 10.0.0.73 - - [2026-05-25 02:37:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.008851 10.0.0.131 - - [2026-05-25 02:37:50] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001002 10.0.0.131 - - [2026-05-25 02:37:50] "GET /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.057392 10.0.0.131 - - [2026-05-25 02:37:50] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001088 10.0.0.73 - - [2026-05-25 02:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010540 10.0.0.131 - - [2026-05-25 02:37:50] "GET /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2?fields=security_groups HTTP/1.1" 200 1411 0.069185 10.0.0.73 - - [2026-05-25 02:37:50] "GET /network-ipam/e977642c-0295-4f41-adb8-70fa8d1e99a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.025931 10.0.0.73 - - [2026-05-25 02:37:50] "PUT /network-ipam/e977642c-0295-4f41-adb8-70fa8d1e99a6 HTTP/1.1" 200 259 0.015229 10.0.0.73 - - [2026-05-25 02:37:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.011542 10.0.0.131 - - [2026-05-25 02:37:50] "DELETE /security-group/3025a5ff-c4a4-4835-b39d-a4bb564857f3 HTTP/1.1" 200 115 0.091201 10.0.0.131 - - [2026-05-25 02:37:50] "GET /projects?obj_uuids=75b672a9-e9e2-4f0c-b646-dce55aef8ce2&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001110 10.0.0.19 - - [2026-05-25 02:37:50] "DELETE /access-control-list/813d1303-4d0d-40d8-b658-ba2b6b24bc44 HTTP/1.1" 200 115 0.046776 10.0.0.131 - - [2026-05-25 02:37:51] "GET /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2?fields=application_policy_sets HTTP/1.1" 200 1450 0.073248 10.0.0.73 - - [2026-05-25 02:37:51] "POST /network-ipams HTTP/1.1" 200 515 0.079473 10.0.0.73 - - [2026-05-25 02:37:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.005083 10.0.0.73 - - [2026-05-25 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.013983 10.0.0.131 - - [2026-05-25 02:37:51] "DELETE /project/75b672a9-e9e2-4f0c-b646-dce55aef8ce2 HTTP/1.1" 200 115 0.549524 10.0.0.73 - - [2026-05-25 02:37:51] "GET /network-ipam/16c355b4-942c-4e12-9a04-61e080a4194a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006582 10.0.0.73 - - [2026-05-25 02:37:51] "PUT /network-ipam/16c355b4-942c-4e12-9a04-61e080a4194a HTTP/1.1" 200 259 0.014977 10.0.0.73 - - [2026-05-25 02:37:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.004113 10.0.0.73 - - [2026-05-25 02:37:51] "POST /network-ipams HTTP/1.1" 200 515 0.035403 10.0.0.73 - - [2026-05-25 02:37:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.004039 10.0.0.73 - - [2026-05-25 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006105 10.0.0.73 - - [2026-05-25 02:37:51] "GET /network-ipam/bf737f5a-9fcf-42ea-b231-387032101a97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006679 10.0.0.73 - - [2026-05-25 02:37:51] "PUT /network-ipam/bf737f5a-9fcf-42ea-b231-387032101a97 HTTP/1.1" 200 259 0.020213 10.0.0.73 - - [2026-05-25 02:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000620 10.0.0.73 - - [2026-05-25 02:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.73 - - [2026-05-25 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032 10.0.0.131 - - [2026-05-25 02:37:52] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001699 10.0.0.73 - - [2026-05-25 02:37:52] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.070945 10.0.0.73 - - [2026-05-25 02:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.73 - - [2026-05-25 02:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.19 - - [2026-05-25 02:37:53] "POST /ref-update HTTP/1.1" 200 156 0.050568 10.0.0.131 - - [2026-05-25 02:37:53] "POST /useragent-kv HTTP/1.1" 200 115 0.015052 10.0.0.73 - - [2026-05-25 02:37:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.267947 10.0.0.73 - - [2026-05-25 02:37:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001725 10.0.0.73 - - [2026-05-25 02:37:53] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007159 10.0.0.73 - - [2026-05-25 02:37:53] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006169 10.0.0.73 - - [2026-05-25 02:37:53] "POST /neutron/network HTTP/1.1" 200 823 0.007509 10.0.0.73 - - [2026-05-25 02:37:53] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006445 10.0.0.73 - - [2026-05-25 02:37:53] "GET /network-ipam/e977642c-0295-4f41-adb8-70fa8d1e99a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.004729 10.0.0.73 - - [2026-05-25 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.131 - - [2026-05-25 02:37:53] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001878 10.0.0.73 - - [2026-05-25 02:37:53] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064103 10.0.0.73 - - [2026-05-25 02:37:53] "POST /neutron/network HTTP/1.1" 200 117 0.018375 10.0.0.73 - - [2026-05-25 02:37:54] "POST /neutron/network HTTP/1.1" 200 825 0.010852 10.0.0.73 - - [2026-05-25 02:37:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001839 10.0.0.73 - - [2026-05-25 02:37:54] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007543 10.0.0.73 - - [2026-05-25 02:37:54] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008348 10.0.0.73 - - [2026-05-25 02:37:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.016306 10.0.0.73 - - [2026-05-25 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.131 - - [2026-05-25 02:37:54] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001244 10.0.0.73 - - [2026-05-25 02:37:54] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057147 10.0.0.19 - - [2026-05-25 02:37:54] "POST /route-targets HTTP/1.1" 200 328 0.021320 10.0.0.131 - - [2026-05-25 02:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009838 10.0.0.73 - - [2026-05-25 02:37:54] "POST /neutron/subnet HTTP/1.1" 200 730 0.235005 10.0.0.73 - - [2026-05-25 02:37:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.002356 10.0.0.73 - - [2026-05-25 02:37:55] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006321 10.0.0.73 - - [2026-05-25 02:37:55] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006973 10.0.0.73 - - [2026-05-25 02:37:55] "POST /neutron/network HTTP/1.1" 200 825 0.008577 10.0.0.73 - - [2026-05-25 02:37:55] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007227 10.0.0.19 - - [2026-05-25 02:37:56] "GET /obj-perms HTTP/1.1" 200 5030 0.069028 10.0.0.131 - - [2026-05-25 02:37:56] "GET /obj-perms HTTP/1.1" 200 5030 0.062280 10.0.0.73 - - [2026-05-25 02:37:56] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006462 10.0.0.73 - - [2026-05-25 02:37:57] "GET /obj-perms HTTP/1.1" 200 5030 0.072850 10.0.0.73 - - [2026-05-25 02:37:57] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008749 10.0.0.73 - - [2026-05-25 02:37:58] "POST /fqname-to-id HTTP/1.1" 404 215 0.004082 10.0.0.73 - - [2026-05-25 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.131 - - [2026-05-25 02:37:58] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001261 10.0.0.73 - - [2026-05-25 02:37:58] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060193 10.0.0.73 - - [2026-05-25 02:37:58] "POST /network-policys HTTP/1.1" 200 555 0.042050 10.0.0.73 - - [2026-05-25 02:37:58] "GET /network-policy/0f5b24f2-5b0b-4426-8b88-4b745b8933d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007545 10.0.0.73 - - [2026-05-25 02:37:58] "POST /fqname-to-id HTTP/1.1" 404 215 0.004210 10.0.0.73 - - [2026-05-25 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.131 - - [2026-05-25 02:37:58] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001517 10.0.0.73 - - [2026-05-25 02:37:58] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059607 10.0.0.73 - - [2026-05-25 02:37:58] "POST /network-policys HTTP/1.1" 200 555 0.030942 10.0.0.73 - - [2026-05-25 02:37:58] "GET /network-policy/7c11f573-1011-4954-92c8-27710d33fb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007707 10.0.0.73 - - [2026-05-25 02:37:58] "POST /fqname-to-id HTTP/1.1" 404 215 0.004804 10.0.0.73 - - [2026-05-25 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.131 - - [2026-05-25 02:37:58] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.73 - - [2026-05-25 02:37:58] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054916 10.0.0.73 - - [2026-05-25 02:37:59] "POST /network-policys HTTP/1.1" 200 555 0.038651 10.0.0.73 - - [2026-05-25 02:37:59] "GET /network-policy/b3bbb094-6da6-4eca-b1a8-2e43fcad6609?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007875 10.0.0.73 - - [2026-05-25 02:37:59] "POST /ref-update HTTP/1.1" 200 156 0.072348 10.0.0.19 - - [2026-05-25 02:37:59] "POST /access-control-lists HTTP/1.1" 200 593 0.079205 10.0.0.73 - - [2026-05-25 02:37:59] "POST /ref-update HTTP/1.1" 200 156 0.106113 10.0.0.73 - - [2026-05-25 02:37:59] "POST /neutron/network HTTP/1.1" 200 917 0.087151 10.0.0.73 - - [2026-05-25 02:37:59] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006501 10.0.0.73 - - [2026-05-25 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.19 - - [2026-05-25 02:37:59] "POST /access-control-lists HTTP/1.1" 200 593 0.104960 10.0.0.73 - - [2026-05-25 02:37:59] "GET /network-policy/7c11f573-1011-4954-92c8-27710d33fb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007190 10.0.0.73 - - [2026-05-25 02:37:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.002590 10.0.0.131 - - [2026-05-25 02:38:01] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002597 10.0.0.73 - - [2026-05-25 02:38:01] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.405194 10.0.0.73 - - [2026-05-25 02:38:01] "POST /neutron/network HTTP/1.1" 200 994 0.015913 10.0.0.73 - - [2026-05-25 02:38:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.002660 10.0.0.73 - - [2026-05-25 02:38:01] "POST /neutron/port HTTP/1.1" 200 117 0.010408 10.0.0.19 - - [2026-05-25 02:38:01] "GET /obj-perms HTTP/1.1" 200 5056 0.122242 10.0.0.131 - - [2026-05-25 02:38:02] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001496 10.0.0.73 - - [2026-05-25 02:38:02] "POST /neutron/port HTTP/1.1" 200 1059 0.431564 10.0.0.131 - - [2026-05-25 02:38:02] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001344 10.0.0.73 - - [2026-05-25 02:38:02] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.105718 10.0.0.73 - - [2026-05-25 02:38:02] "POST /neutron/port HTTP/1.1" 200 1059 0.079436 10.0.0.73 - - [2026-05-25 02:38:03] "POST /neutron/port HTTP/1.1" 200 1123 0.024290 10.0.0.73 - - [2026-05-25 02:38:03] "POST /neutron/subnet HTTP/1.1" 200 694 0.011934 10.0.0.73 - - [2026-05-25 02:38:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.001664 10.0.0.73 - - [2026-05-25 02:38:03] "POST /neutron/network HTTP/1.1" 200 994 0.009069 10.0.0.73 - - [2026-05-25 02:38:03] "POST /neutron/network HTTP/1.1" 200 835 0.011285 10.0.0.73 - - [2026-05-25 02:38:04] "POST /neutron/port HTTP/1.1" 200 1061 0.056820 10.0.0.131 - - [2026-05-25 02:38:04] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001570 10.0.0.73 - - [2026-05-25 02:38:04] "POST /neutron/port HTTP/1.1" 200 1125 0.031492 10.0.0.73 - - [2026-05-25 02:38:04] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.100679 10.0.0.73 - - [2026-05-25 02:38:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.020905 10.0.0.73 - - [2026-05-25 02:38:04] "POST /neutron/port HTTP/1.1" 200 2096 0.033686 10.0.0.73 - - [2026-05-25 02:38:04] "POST /neutron/port HTTP/1.1" 200 1123 0.020595 10.0.0.73 - - [2026-05-25 02:38:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011873 10.0.0.73 - - [2026-05-25 02:38:05] "POST /neutron/network HTTP/1.1" 200 835 0.008582 10.0.0.73 - - [2026-05-25 02:38:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013293 10.0.0.73 - - [2026-05-25 02:38:05] "GET /virtual-machine/973552d4-0f26-4129-b420-4d445643ee38 HTTP/1.1" 401 292 0.001615 10.0.0.73 - - [2026-05-25 02:38:05] "GET /virtual-machine/973552d4-0f26-4129-b420-4d445643ee38 HTTP/1.1" 200 1295 0.078034 10.0.0.73 - - [2026-05-25 02:38:05] "GET /virtual-machine/973552d4-0f26-4129-b420-4d445643ee38 HTTP/1.1" 200 1295 0.005219 10.0.0.73 - - [2026-05-25 02:38:05] "GET /virtual-machine-interface/4fd1d58e-6d3e-4366-a504-70331130d8fb HTTP/1.1" 200 2950 0.027085 10.0.0.73 - - [2026-05-25 02:38:05] "GET /virtual-machine/973552d4-0f26-4129-b420-4d445643ee38 HTTP/1.1" 200 1295 0.005073 10.0.0.73 - - [2026-05-25 02:38:05] "POST /neutron/port HTTP/1.1" 200 1115 0.167721 10.0.0.73 - - [2026-05-25 02:38:05] "GET /virtual-machine-interface/4fd1d58e-6d3e-4366-a504-70331130d8fb HTTP/1.1" 200 2950 0.007131 10.0.0.73 - - [2026-05-25 02:38:05] "GET /instance-ip/bbbbb392-2aac-41b7-891b-dc8c4c3603d3 HTTP/1.1" 200 1623 0.008241 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-machine/973552d4-0f26-4129-b420-4d445643ee38 HTTP/1.1" 200 1295 0.005677 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-machine-interface/4fd1d58e-6d3e-4366-a504-70331130d8fb HTTP/1.1" 200 2950 0.006575 10.0.0.73 - - [2026-05-25 02:38:06] "GET /instance-ip/bbbbb392-2aac-41b7-891b-dc8c4c3603d3 HTTP/1.1" 200 1623 0.005305 10.0.0.73 - - [2026-05-25 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.73 - - [2026-05-25 02:38:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004961 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005371 10.0.0.73 - - [2026-05-25 02:38:06] "POST /neutron/subnet HTTP/1.1" 200 704 0.011602 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007160 10.0.0.73 - - [2026-05-25 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.73 - - [2026-05-25 02:38:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005607 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004288 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.009260 10.0.0.73 - - [2026-05-25 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.73 - - [2026-05-25 02:38:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005072 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004469 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006986 10.0.0.73 - - [2026-05-25 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004732 10.0.0.73 - - [2026-05-25 02:38:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004959 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004292 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007302 10.0.0.73 - - [2026-05-25 02:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.73 - - [2026-05-25 02:38:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.014154 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004158 10.0.0.73 - - [2026-05-25 02:38:06] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007448 10.0.0.73 - - [2026-05-25 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.73 - - [2026-05-25 02:38:09] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006589 10.0.0.73 - - [2026-05-25 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005180 10.0.0.73 - - [2026-05-25 02:38:13] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007409 10.0.0.73 - - [2026-05-25 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.73 - - [2026-05-25 02:38:17] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006324 10.0.0.73 - - [2026-05-25 02:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005243 10.0.0.73 - - [2026-05-25 02:38:22] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007828 10.0.0.73 - - [2026-05-25 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.73 - - [2026-05-25 02:38:26] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005776 10.0.0.73 - - [2026-05-25 02:38:28] "POST /neutron/port HTTP/1.1" 200 1125 0.022900 10.0.0.73 - - [2026-05-25 02:38:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006652 10.0.0.73 - - [2026-05-25 02:38:28] "POST /neutron/network HTTP/1.1" 200 917 0.008384 10.0.0.73 - - [2026-05-25 02:38:29] "POST /neutron/network HTTP/1.1" 200 1004 0.008324 10.0.0.73 - - [2026-05-25 02:38:29] "POST /neutron/port HTTP/1.1" 200 117 0.001355 10.0.0.73 - - [2026-05-25 02:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.73 - - [2026-05-25 02:38:30] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006383 10.0.0.73 - - [2026-05-25 02:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005847 10.0.0.73 - - [2026-05-25 02:38:34] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007007 10.0.0.73 - - [2026-05-25 02:38:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.73 - - [2026-05-25 02:38:38] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005737 10.0.0.73 - - [2026-05-25 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.73 - - [2026-05-25 02:38:42] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006079 10.0.0.73 - - [2026-05-25 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.73 - - [2026-05-25 02:38:46] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007293 10.0.0.73 - - [2026-05-25 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.73 - - [2026-05-25 02:38:50] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.010687 10.0.0.73 - - [2026-05-25 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005540 10.0.0.73 - - [2026-05-25 02:38:52] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006875 10.0.0.73 - - [2026-05-25 02:38:52] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004505 10.0.0.73 - - [2026-05-25 02:38:52] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.008604 10.0.0.73 - - [2026-05-25 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.73 - - [2026-05-25 02:38:53] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006943 10.0.0.73 - - [2026-05-25 02:38:53] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004820 10.0.0.73 - - [2026-05-25 02:38:53] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007611 10.0.0.73 - - [2026-05-25 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.73 - - [2026-05-25 02:38:53] "GET /routing-instance/a5201da3-b28e-4f2b-9492-5f367f506050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.007706 10.0.0.73 - - [2026-05-25 02:38:53] "GET /route-target/d8f076e6-8ed6-44f9-ba5a-6c84fa5b7bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005403 10.0.0.73 - - [2026-05-25 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.73 - - [2026-05-25 02:38:53] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005260 10.0.0.73 - - [2026-05-25 02:38:53] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004660 10.0.0.73 - - [2026-05-25 02:38:53] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006011 10.0.0.73 - - [2026-05-25 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.73 - - [2026-05-25 02:38:53] "GET /routing-instance/a5201da3-b28e-4f2b-9492-5f367f506050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.013569 10.0.0.73 - - [2026-05-25 02:38:53] "GET /route-target/d8f076e6-8ed6-44f9-ba5a-6c84fa5b7bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006001 10.0.0.73 - - [2026-05-25 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.73 - - [2026-05-25 02:38:53] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004955 10.0.0.73 - - [2026-05-25 02:38:53] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004472 10.0.0.73 - - [2026-05-25 02:38:53] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007087 10.0.0.73 - - [2026-05-25 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.73 - - [2026-05-25 02:38:53] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005202 10.0.0.73 - - [2026-05-25 02:38:53] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004171 10.0.0.73 - - [2026-05-25 02:38:53] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.006646 10.0.0.73 - - [2026-05-25 02:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.73 - - [2026-05-25 02:38:53] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005883 10.0.0.73 - - [2026-05-25 02:38:53] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004112 10.0.0.73 - - [2026-05-25 02:38:53] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007501 10.0.0.131 - - [2026-05-25 02:38:53] "GET /obj-perms HTTP/1.1" 200 5030 0.005078 10.0.0.73 - - [2026-05-25 02:38:53] "GET /obj-perms HTTP/1.1" 200 5030 0.005092 10.0.0.73 - - [2026-05-25 02:38:54] "GET /obj-perms HTTP/1.1" 200 5030 0.005896 10.0.0.73 - - [2026-05-25 02:38:54] "GET /obj-perms HTTP/1.1" 200 5030 0.005768 10.0.0.19 - - [2026-05-25 02:38:54] "GET /obj-perms HTTP/1.1" 200 5030 0.006295 10.0.0.131 - - [2026-05-25 02:38:54] "GET /obj-perms HTTP/1.1" 200 5030 0.006851 10.0.0.73 - - [2026-05-25 02:38:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010320 10.0.0.73 - - [2026-05-25 02:38:54] "POST /neutron/port HTTP/1.1" 200 1125 0.025671 10.0.0.73 - - [2026-05-25 02:38:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010079 10.0.0.73 - - [2026-05-25 02:38:54] "GET /virtual-machine/49bc4ae8-9e4c-440c-9e1f-11af1750491c HTTP/1.1" 200 1294 0.008415 10.0.0.73 - - [2026-05-25 02:38:54] "GET /virtual-machine/49bc4ae8-9e4c-440c-9e1f-11af1750491c HTTP/1.1" 200 1294 0.005159 10.0.0.73 - - [2026-05-25 02:38:54] "GET /virtual-machine-interface/0901b8ee-b2b8-4c3b-bddb-be0cf16a9c65 HTTP/1.1" 200 2949 0.006705 10.0.0.73 - - [2026-05-25 02:38:54] "GET /virtual-machine/49bc4ae8-9e4c-440c-9e1f-11af1750491c HTTP/1.1" 200 1294 0.010562 10.0.0.73 - - [2026-05-25 02:38:54] "GET /virtual-machine-interface/0901b8ee-b2b8-4c3b-bddb-be0cf16a9c65 HTTP/1.1" 200 2949 0.007396 10.0.0.73 - - [2026-05-25 02:38:54] "GET /instance-ip/dec8893c-7a05-4a54-b499-c22ba8ac2854 HTTP/1.1" 200 1626 0.008374 10.0.0.73 - - [2026-05-25 02:38:54] "GET /virtual-machine/49bc4ae8-9e4c-440c-9e1f-11af1750491c HTTP/1.1" 200 1294 0.005132 10.0.0.73 - - [2026-05-25 02:38:54] "GET /virtual-machine-interface/0901b8ee-b2b8-4c3b-bddb-be0cf16a9c65 HTTP/1.1" 200 2949 0.006844 10.0.0.73 - - [2026-05-25 02:38:54] "GET /instance-ip/dec8893c-7a05-4a54-b499-c22ba8ac2854 HTTP/1.1" 200 1626 0.006076 10.0.0.73 - - [2026-05-25 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.73 - - [2026-05-25 02:38:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006103 10.0.0.73 - - [2026-05-25 02:38:54] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004421 10.0.0.73 - - [2026-05-25 02:38:54] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007432 10.0.0.73 - - [2026-05-25 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005250 10.0.0.73 - - [2026-05-25 02:38:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005736 10.0.0.73 - - [2026-05-25 02:38:54] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004269 10.0.0.73 - - [2026-05-25 02:38:54] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007456 10.0.0.73 - - [2026-05-25 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.73 - - [2026-05-25 02:38:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005855 10.0.0.73 - - [2026-05-25 02:38:55] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004406 10.0.0.73 - - [2026-05-25 02:38:55] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007785 10.0.0.73 - - [2026-05-25 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.73 - - [2026-05-25 02:38:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006460 10.0.0.73 - - [2026-05-25 02:38:55] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004533 10.0.0.73 - - [2026-05-25 02:38:55] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007136 10.0.0.73 - - [2026-05-25 02:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.73 - - [2026-05-25 02:38:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005462 10.0.0.73 - - [2026-05-25 02:38:55] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003773 10.0.0.73 - - [2026-05-25 02:38:55] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007261 10.0.0.73 - - [2026-05-25 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.73 - - [2026-05-25 02:38:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005199 10.0.0.73 - - [2026-05-25 02:38:56] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005465 10.0.0.73 - - [2026-05-25 02:38:56] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.010470 10.0.0.73 - - [2026-05-25 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005866 10.0.0.73 - - [2026-05-25 02:38:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006158 10.0.0.73 - - [2026-05-25 02:38:56] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004805 10.0.0.73 - - [2026-05-25 02:38:56] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007547 10.0.0.73 - - [2026-05-25 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.73 - - [2026-05-25 02:38:56] "GET /routing-instance/8377aac2-4aec-4ddd-aab2-7760cbbf87be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.008167 10.0.0.73 - - [2026-05-25 02:38:56] "GET /route-target/8f547f98-4584-45b9-917a-2572a3252bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006069 10.0.0.73 - - [2026-05-25 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006284 10.0.0.73 - - [2026-05-25 02:38:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007451 10.0.0.73 - - [2026-05-25 02:38:57] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005503 10.0.0.73 - - [2026-05-25 02:38:57] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.009723 10.0.0.73 - - [2026-05-25 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005696 10.0.0.73 - - [2026-05-25 02:38:57] "GET /routing-instance/8377aac2-4aec-4ddd-aab2-7760cbbf87be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005790 10.0.0.73 - - [2026-05-25 02:38:57] "GET /route-target/8f547f98-4584-45b9-917a-2572a3252bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004977 10.0.0.73 - - [2026-05-25 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.73 - - [2026-05-25 02:38:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004889 10.0.0.73 - - [2026-05-25 02:38:57] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004386 10.0.0.73 - - [2026-05-25 02:38:57] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006244 10.0.0.73 - - [2026-05-25 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.73 - - [2026-05-25 02:38:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004312 10.0.0.73 - - [2026-05-25 02:38:57] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004185 10.0.0.73 - - [2026-05-25 02:38:57] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006341 10.0.0.73 - - [2026-05-25 02:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.73 - - [2026-05-25 02:38:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005218 10.0.0.73 - - [2026-05-25 02:38:57] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004130 10.0.0.73 - - [2026-05-25 02:38:57] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007884 10.0.0.73 - - [2026-05-25 02:38:57] "GET /obj-perms HTTP/1.1" 200 5030 0.005126 10.0.0.131 - - [2026-05-25 02:38:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004284 10.0.0.73 - - [2026-05-25 02:38:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004562 10.0.0.131 - - [2026-05-25 02:38:57] "GET /obj-perms HTTP/1.1" 200 5030 0.005172 10.0.0.73 - - [2026-05-25 02:38:58] "POST /neutron/port HTTP/1.1" 200 1125 0.018725 10.0.0.73 - - [2026-05-25 02:38:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010983 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-machine/56e293b5-d0f1-44a2-a18d-20e745e20c0e HTTP/1.1" 200 1294 0.009187 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-machine/56e293b5-d0f1-44a2-a18d-20e745e20c0e HTTP/1.1" 200 1294 0.004856 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-machine-interface/bf5aa3d8-1c6d-40b7-9a30-77205a1bdf37 HTTP/1.1" 200 2951 0.006669 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-machine/56e293b5-d0f1-44a2-a18d-20e745e20c0e HTTP/1.1" 200 1294 0.005761 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-machine-interface/bf5aa3d8-1c6d-40b7-9a30-77205a1bdf37 HTTP/1.1" 200 2951 0.010731 10.0.0.73 - - [2026-05-25 02:38:58] "GET /instance-ip/f6d443d8-ae59-4a4d-b24f-137afa87e60f HTTP/1.1" 200 1626 0.009389 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-machine/56e293b5-d0f1-44a2-a18d-20e745e20c0e HTTP/1.1" 200 1294 0.010359 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-machine-interface/bf5aa3d8-1c6d-40b7-9a30-77205a1bdf37 HTTP/1.1" 200 2951 0.009765 10.0.0.73 - - [2026-05-25 02:38:58] "GET /instance-ip/f6d443d8-ae59-4a4d-b24f-137afa87e60f HTTP/1.1" 200 1626 0.006878 10.0.0.73 - - [2026-05-25 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.73 - - [2026-05-25 02:38:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004617 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003522 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007633 10.0.0.73 - - [2026-05-25 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.73 - - [2026-05-25 02:38:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007763 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005752 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007232 10.0.0.73 - - [2026-05-25 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007746 10.0.0.73 - - [2026-05-25 02:38:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.016997 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006814 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008672 10.0.0.73 - - [2026-05-25 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.73 - - [2026-05-25 02:38:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004519 10.0.0.73 - - [2026-05-25 02:38:58] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004190 10.0.0.73 - - [2026-05-25 02:38:59] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007992 10.0.0.73 - - [2026-05-25 02:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.73 - - [2026-05-25 02:38:59] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006697 10.0.0.73 - - [2026-05-25 02:38:59] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.009907 10.0.0.73 - - [2026-05-25 02:38:59] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007052 10.0.0.73 - - [2026-05-25 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.73 - - [2026-05-25 02:39:00] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005006 10.0.0.73 - - [2026-05-25 02:39:00] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003891 10.0.0.73 - - [2026-05-25 02:39:00] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009743 10.0.0.73 - - [2026-05-25 02:39:00] "POST /neutron/port HTTP/1.1" 200 1125 0.029156 10.0.0.73 - - [2026-05-25 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.73 - - [2026-05-25 02:39:00] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006054 10.0.0.73 - - [2026-05-25 02:39:00] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005920 10.0.0.73 - - [2026-05-25 02:39:00] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006836 10.0.0.73 - - [2026-05-25 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.73 - - [2026-05-25 02:39:00] "GET /routing-instance/46001f2a-8be6-4e7f-b8a8-3c855feee47c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.009615 10.0.0.73 - - [2026-05-25 02:39:00] "GET /route-target/fe67fbb2-995f-404a-aa3a-afd51ad4b783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.008983 10.0.0.73 - - [2026-05-25 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.012403 10.0.0.73 - - [2026-05-25 02:39:00] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007407 10.0.0.73 - - [2026-05-25 02:39:00] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004722 10.0.0.73 - - [2026-05-25 02:39:00] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008513 10.0.0.73 - - [2026-05-25 02:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881 10.0.0.73 - - [2026-05-25 02:39:00] "GET /routing-instance/46001f2a-8be6-4e7f-b8a8-3c855feee47c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.006630 10.0.0.73 - - [2026-05-25 02:39:00] "GET /route-target/fe67fbb2-995f-404a-aa3a-afd51ad4b783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005423 10.0.0.73 - - [2026-05-25 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005489 10.0.0.73 - - [2026-05-25 02:39:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006977 10.0.0.73 - - [2026-05-25 02:39:01] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005067 10.0.0.73 - - [2026-05-25 02:39:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009819 10.0.0.73 - - [2026-05-25 02:39:01] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008281 10.0.0.73 - - [2026-05-25 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.73 - - [2026-05-25 02:39:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006941 10.0.0.73 - - [2026-05-25 02:39:01] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004525 10.0.0.73 - - [2026-05-25 02:39:01] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.011468 10.0.0.73 - - [2026-05-25 02:39:01] "GET /obj-perms HTTP/1.1" 200 5030 0.006270 10.0.0.131 - - [2026-05-25 02:39:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004744 10.0.0.73 - - [2026-05-25 02:39:01] "GET /obj-perms HTTP/1.1" 200 5030 0.006228 10.0.0.19 - - [2026-05-25 02:39:01] "GET /obj-perms HTTP/1.1" 200 5030 0.006275 10.0.0.73 - - [2026-05-25 02:39:01] "GET /virtual-machine/973552d4-0f26-4129-b420-4d445643ee38 HTTP/1.1" 200 1295 0.004415 10.0.0.73 - - [2026-05-25 02:39:01] "GET /virtual-machine-interface/4fd1d58e-6d3e-4366-a504-70331130d8fb HTTP/1.1" 200 2950 0.006562 10.0.0.73 - - [2026-05-25 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.73 - - [2026-05-25 02:39:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005553 10.0.0.73 - - [2026-05-25 02:39:01] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004441 10.0.0.73 - - [2026-05-25 02:39:01] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007367 10.0.0.73 - - [2026-05-25 02:39:02] "GET /obj-perms HTTP/1.1" 200 5056 0.064653 10.0.0.73 - - [2026-05-25 02:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.73 - - [2026-05-25 02:39:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005307 10.0.0.73 - - [2026-05-25 02:39:02] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004492 10.0.0.73 - - [2026-05-25 02:39:03] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007584 10.0.0.73 - - [2026-05-25 02:39:06] "POST /neutron/port HTTP/1.1" 200 1125 0.026510 10.0.0.73 - - [2026-05-25 02:39:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014530 10.0.0.73 - - [2026-05-25 02:39:13] "GET /virtual-machine/49bc4ae8-9e4c-440c-9e1f-11af1750491c HTTP/1.1" 200 1294 0.005536 10.0.0.73 - - [2026-05-25 02:39:13] "GET /virtual-machine-interface/0901b8ee-b2b8-4c3b-bddb-be0cf16a9c65 HTTP/1.1" 200 2949 0.007180 10.0.0.73 - - [2026-05-25 02:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005704 10.0.0.73 - - [2026-05-25 02:39:13] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006351 10.0.0.73 - - [2026-05-25 02:39:13] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004386 10.0.0.73 - - [2026-05-25 02:39:13] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006416 10.0.0.73 - - [2026-05-25 02:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005458 10.0.0.73 - - [2026-05-25 02:39:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005009 10.0.0.73 - - [2026-05-25 02:39:14] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004488 10.0.0.73 - - [2026-05-25 02:39:14] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007586 10.0.0.73 - - [2026-05-25 02:39:15] "GET /virtual-machine/56e293b5-d0f1-44a2-a18d-20e745e20c0e HTTP/1.1" 200 1294 0.005862 10.0.0.73 - - [2026-05-25 02:39:15] "GET /virtual-machine-interface/bf5aa3d8-1c6d-40b7-9a30-77205a1bdf37 HTTP/1.1" 200 2951 0.007951 10.0.0.73 - - [2026-05-25 02:39:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.73 - - [2026-05-25 02:39:15] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006345 10.0.0.73 - - [2026-05-25 02:39:15] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004768 10.0.0.73 - - [2026-05-25 02:39:15] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008809 10.0.0.73 - - [2026-05-25 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006023 10.0.0.73 - - [2026-05-25 02:39:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005239 10.0.0.73 - - [2026-05-25 02:39:16] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003956 10.0.0.73 - - [2026-05-25 02:39:16] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010183 10.0.0.73 - - [2026-05-25 02:39:29] "POST /neutron/network HTTP/1.1" 200 927 0.010024 10.0.0.73 - - [2026-05-25 02:39:29] "POST /neutron/port HTTP/1.1" 200 117 0.001413 10.0.0.73 - - [2026-05-25 02:39:30] "POST /neutron/port HTTP/1.1" 200 1125 0.023616 10.0.0.73 - - [2026-05-25 02:39:30] "POST /neutron/subnet HTTP/1.1" 200 704 0.011415 10.0.0.73 - - [2026-05-25 02:39:40] "GET /virtual-machine/56e293b5-d0f1-44a2-a18d-20e745e20c0e HTTP/1.1" 200 1294 0.007048 10.0.0.73 - - [2026-05-25 02:39:40] "POST /neutron/port HTTP/1.1" 200 1125 0.027192 10.0.0.73 - - [2026-05-25 02:39:42] "GET /virtual-machine/56e293b5-d0f1-44a2-a18d-20e745e20c0e HTTP/1.1" 404 171 0.006354 10.0.0.73 - - [2026-05-25 02:39:42] "GET /virtual-machine/56e293b5-d0f1-44a2-a18d-20e745e20c0e HTTP/1.1" 404 171 0.003719 10.0.0.73 - - [2026-05-25 02:39:42] "GET /virtual-machine/56e293b5-d0f1-44a2-a18d-20e745e20c0e HTTP/1.1" 404 171 0.005339 10.0.0.73 - - [2026-05-25 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005744 10.0.0.73 - - [2026-05-25 02:39:42] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005130 10.0.0.73 - - [2026-05-25 02:39:42] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004470 10.0.0.73 - - [2026-05-25 02:39:42] "GET /virtual-network/163e0f6b-2864-4451-90ab-da84f57450eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008296 10.0.0.73 - - [2026-05-25 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.73 - - [2026-05-25 02:39:42] "GET /routing-instance/46001f2a-8be6-4e7f-b8a8-3c855feee47c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.007511 10.0.0.73 - - [2026-05-25 02:39:42] "GET /route-target/fe67fbb2-995f-404a-aa3a-afd51ad4b783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006259 10.0.0.19 - - [2026-05-25 02:39:45] "GET /obj-perms HTTP/1.1" 200 5030 0.005304 10.0.0.73 - - [2026-05-25 02:39:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004999 10.0.0.19 - - [2026-05-25 02:39:55] "GET /obj-perms HTTP/1.1" 200 5030 0.004804 10.0.0.73 - - [2026-05-25 02:39:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004489 10.0.0.131 - - [2026-05-25 02:39:58] "GET /obj-perms HTTP/1.1" 200 5030 0.005294 10.0.0.73 - - [2026-05-25 02:39:58] "GET /virtual-machine/49bc4ae8-9e4c-440c-9e1f-11af1750491c HTTP/1.1" 200 1294 0.005144 10.0.0.73 - - [2026-05-25 02:39:58] "POST /neutron/port HTTP/1.1" 200 1125 0.019711 10.0.0.73 - - [2026-05-25 02:40:00] "GET /virtual-machine/49bc4ae8-9e4c-440c-9e1f-11af1750491c HTTP/1.1" 404 171 0.003726 10.0.0.73 - - [2026-05-25 02:40:00] "GET /virtual-machine/49bc4ae8-9e4c-440c-9e1f-11af1750491c HTTP/1.1" 404 171 0.003901 10.0.0.73 - - [2026-05-25 02:40:00] "GET /virtual-machine/49bc4ae8-9e4c-440c-9e1f-11af1750491c HTTP/1.1" 404 171 0.003283 10.0.0.73 - - [2026-05-25 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.73 - - [2026-05-25 02:40:00] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005438 10.0.0.73 - - [2026-05-25 02:40:00] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005627 10.0.0.73 - - [2026-05-25 02:40:00] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007460 10.0.0.73 - - [2026-05-25 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.73 - - [2026-05-25 02:40:00] "GET /routing-instance/8377aac2-4aec-4ddd-aab2-7760cbbf87be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005976 10.0.0.73 - - [2026-05-25 02:40:00] "GET /route-target/8f547f98-4584-45b9-917a-2572a3252bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005291 10.0.0.73 - - [2026-05-25 02:40:00] "GET /obj-perms HTTP/1.1" 200 5030 0.006357 10.0.0.19 - - [2026-05-25 02:40:03] "GET /obj-perms HTTP/1.1" 200 5056 0.085799 10.0.0.131 - - [2026-05-25 02:40:03] "GET /obj-perms HTTP/1.1" 200 5030 0.005626 10.0.0.73 - - [2026-05-25 02:40:10] "GET /obj-perms HTTP/1.1" 200 5030 0.010527 10.0.0.131 - - [2026-05-25 02:40:13] "GET /obj-perms HTTP/1.1" 200 5030 0.004635 10.0.0.73 - - [2026-05-25 02:40:19] "GET /obj-perms HTTP/1.1" 200 5030 0.005431 10.0.0.131 - - [2026-05-25 02:40:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004667 10.0.0.73 - - [2026-05-25 02:40:28] "GET /obj-perms HTTP/1.1" 200 5030 0.005503 10.0.0.131 - - [2026-05-25 02:40:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004251 10.0.0.73 - - [2026-05-25 02:40:28] "GET /virtual-machine/973552d4-0f26-4129-b420-4d445643ee38 HTTP/1.1" 200 1295 0.006699 10.0.0.73 - - [2026-05-25 02:40:29] "POST /neutron/port HTTP/1.1" 200 1123 0.024071 10.0.0.73 - - [2026-05-25 02:40:30] "GET /virtual-machine/973552d4-0f26-4129-b420-4d445643ee38 HTTP/1.1" 404 171 0.004737 10.0.0.73 - - [2026-05-25 02:40:30] "GET /virtual-machine/973552d4-0f26-4129-b420-4d445643ee38 HTTP/1.1" 404 171 0.004094 10.0.0.73 - - [2026-05-25 02:40:30] "GET /virtual-machine/973552d4-0f26-4129-b420-4d445643ee38 HTTP/1.1" 404 171 0.004885 10.0.0.73 - - [2026-05-25 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660 10.0.0.73 - - [2026-05-25 02:40:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004906 10.0.0.73 - - [2026-05-25 02:40:30] "GET /virtual-networks?parent_id=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004392 10.0.0.73 - - [2026-05-25 02:40:31] "GET /virtual-network/92a0ed6c-1707-4c85-9178-fac1acbdc101?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007636 10.0.0.73 - - [2026-05-25 02:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.73 - - [2026-05-25 02:40:31] "GET /routing-instance/a5201da3-b28e-4f2b-9492-5f367f506050?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1790 0.006233 10.0.0.73 - - [2026-05-25 02:40:31] "GET /route-target/d8f076e6-8ed6-44f9-ba5a-6c84fa5b7bcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005329 10.0.0.73 - - [2026-05-25 02:40:31] "GET /obj-perms HTTP/1.1" 200 5030 0.006793 10.0.0.19 - - [2026-05-25 02:40:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004845 10.0.0.73 - - [2026-05-25 02:40:40] "GET /obj-perms HTTP/1.1" 200 5030 0.006350 10.0.0.19 - - [2026-05-25 02:40:43] "GET /obj-perms HTTP/1.1" 200 5030 0.005471 10.0.0.73 - - [2026-05-25 02:40:49] "GET /obj-perms HTTP/1.1" 200 5030 0.005322 10.0.0.19 - - [2026-05-25 02:40:52] "GET /obj-perms HTTP/1.1" 200 5030 0.005033 10.0.0.73 - - [2026-05-25 02:40:55] "GET /obj-perms HTTP/1.1" 200 5030 0.004644 10.0.0.73 - - [2026-05-25 02:40:56] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.007013 10.0.0.73 - - [2026-05-25 02:40:56] "POST /neutron/network HTTP/1.1" 200 917 0.009916 10.0.0.73 - - [2026-05-25 02:40:56] "GET /virtual-network/388ba824-75c2-4662-97b4-33ed14c19e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.012931 10.0.0.19 - - [2026-05-25 02:40:56] "POST /ref-update HTTP/1.1" 200 156 0.062984 10.0.0.73 - - [2026-05-25 02:40:56] "POST /ref-update HTTP/1.1" 200 156 0.064575 10.0.0.73 - - [2026-05-25 02:40:56] "POST /ref-update HTTP/1.1" 200 156 0.086524 10.0.0.73 - - [2026-05-25 02:40:56] "DELETE /network-policy/b3bbb094-6da6-4eca-b1a8-2e43fcad6609 HTTP/1.1" 200 115 0.056112 10.0.0.73 - - [2026-05-25 02:40:56] "DELETE /network-policy/7c11f573-1011-4954-92c8-27710d33fb3d HTTP/1.1" 200 115 0.043597 10.0.0.73 - - [2026-05-25 02:40:56] "DELETE /network-policy/0f5b24f2-5b0b-4426-8b88-4b745b8933d0 HTTP/1.1" 200 115 0.049237 10.0.0.73 - - [2026-05-25 02:40:56] "POST /neutron/network HTTP/1.1" 200 825 0.010337 10.0.0.19 - - [2026-05-25 02:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009483 10.0.0.19 - - [2026-05-25 02:40:57] "DELETE /route-target/8f547f98-4584-45b9-917a-2572a3252bf6 HTTP/1.1" 200 115 0.037208 10.0.0.131 - - [2026-05-25 02:40:57] "POST /useragent-kv HTTP/1.1" 200 115 0.053641 10.0.0.131 - - [2026-05-25 02:40:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004652 10.0.0.73 - - [2026-05-25 02:40:57] "POST /neutron/network HTTP/1.1" 200 151 0.223206 10.0.0.73 - - [2026-05-25 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.73 - - [2026-05-25 02:40:58] "DELETE /network-ipam/bf737f5a-9fcf-42ea-b231-387032101a97 HTTP/1.1" 200 115 0.046980 10.0.0.73 - - [2026-05-25 02:40:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.003752 10.0.0.73 - - [2026-05-25 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.73 - - [2026-05-25 02:40:58] "DELETE /network-ipam/16c355b4-942c-4e12-9a04-61e080a4194a HTTP/1.1" 200 115 0.047998 10.0.0.73 - - [2026-05-25 02:40:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.003969 10.0.0.73 - - [2026-05-25 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.73 - - [2026-05-25 02:40:58] "DELETE /network-ipam/e977642c-0295-4f41-adb8-70fa8d1e99a6 HTTP/1.1" 200 115 0.054478 10.0.0.73 - - [2026-05-25 02:40:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.005269 10.0.0.131 - - [2026-05-25 02:41:00] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002953 10.0.0.73 - - [2026-05-25 02:41:00] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.090022 10.0.0.131 - - [2026-05-25 02:41:00] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001885 10.0.0.73 - - [2026-05-25 02:41:00] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?fields=virtual_networks HTTP/1.1" 200 1034 0.061355 10.0.0.131 - - [2026-05-25 02:41:00] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001374 10.0.0.73 - - [2026-05-25 02:41:00] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.062286 10.0.0.131 - - [2026-05-25 02:41:00] "GET /projects?obj_uuids=69c1ad2e-167e-411c-92a4-dbb0ea162f74&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001660 10.0.0.73 - - [2026-05-25 02:41:00] "GET /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74?fields=security_groups HTTP/1.1" 200 1261 0.058751 10.0.0.73 - - [2026-05-25 02:41:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.036961 10.0.0.131 - - [2026-05-25 02:41:01] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003871 10.0.0.131 - - [2026-05-25 02:41:01] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002308 10.0.0.131 - - [2026-05-25 02:41:01] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049019 10.0.0.131 - - [2026-05-25 02:41:01] "POST /id-to-fqname HTTP/1.1" 200 196 0.008067 10.0.0.131 - - [2026-05-25 02:41:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.004802 10.0.0.131 - - [2026-05-25 02:41:01] "POST /security-groups HTTP/1.1" 200 597 0.083554 10.0.0.19 - - [2026-05-25 02:41:01] "POST /fqname-to-id HTTP/1.1" 404 240 0.003699 10.0.0.131 - - [2026-05-25 02:41:01] "POST /projects HTTP/1.1" 200 597 0.320019 10.0.0.131 - - [2026-05-25 02:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.354274 10.0.0.73 - - [2026-05-25 02:41:01] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.591879 10.0.0.19 - - [2026-05-25 02:41:02] "POST /access-control-lists HTTP/1.1" 200 602 0.093231 10.0.0.73 - - [2026-05-25 02:41:03] "GET / HTTP/1.1" 200 36215 0.002974 10.0.0.19 - - [2026-05-25 02:41:04] "GET /obj-perms HTTP/1.1" 200 5056 0.074965 10.0.0.73 - - [2026-05-25 02:41:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000565 10.0.0.73 - - [2026-05-25 02:41:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.036924 10.0.0.73 - - [2026-05-25 02:41:07] "POST /network-ipams HTTP/1.1" 200 521 0.035095 10.0.0.73 - - [2026-05-25 02:41:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.004517 10.0.0.73 - - [2026-05-25 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.73 - - [2026-05-25 02:41:07] "GET /network-ipam/2dc6b4e1-4244-4a3e-b792-3b11c8026e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.008614 10.0.0.73 - - [2026-05-25 02:41:07] "PUT /network-ipam/2dc6b4e1-4244-4a3e-b792-3b11c8026e3c HTTP/1.1" 200 259 0.018684 10.0.0.73 - - [2026-05-25 02:41:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.005935 10.0.0.73 - - [2026-05-25 02:41:07] "POST /network-ipams HTTP/1.1" 200 521 0.036174 10.0.0.73 - - [2026-05-25 02:41:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.005055 10.0.0.73 - - [2026-05-25 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.73 - - [2026-05-25 02:41:07] "GET /network-ipam/faeecca5-d430-4efd-9343-df4fc29c5a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.008654 10.0.0.73 - - [2026-05-25 02:41:07] "PUT /network-ipam/faeecca5-d430-4efd-9343-df4fc29c5a26 HTTP/1.1" 200 259 0.020307 10.0.0.73 - - [2026-05-25 02:41:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.004523 10.0.0.73 - - [2026-05-25 02:41:07] "POST /network-ipams HTTP/1.1" 200 521 0.037721 10.0.0.73 - - [2026-05-25 02:41:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.004139 10.0.0.73 - - [2026-05-25 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.73 - - [2026-05-25 02:41:07] "GET /network-ipam/5dbc8beb-1126-45f4-9cb0-2659ca05e899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.008211 10.0.0.73 - - [2026-05-25 02:41:07] "PUT /network-ipam/5dbc8beb-1126-45f4-9cb0-2659ca05e899 HTTP/1.1" 200 259 0.023044 10.0.0.73 - - [2026-05-25 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.131 - - [2026-05-25 02:41:08] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001571 10.0.0.73 - - [2026-05-25 02:41:08] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.048227 10.0.0.73 - - [2026-05-25 02:41:09] "POST /neutron/network HTTP/1.1" 200 117 0.057815 10.0.0.131 - - [2026-05-25 02:41:09] "POST /useragent-kv HTTP/1.1" 200 115 0.017260 10.0.0.19 - - [2026-05-25 02:41:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.050417 10.0.0.73 - - [2026-05-25 02:41:09] "POST /neutron/subnet HTTP/1.1" 200 828 0.242668 10.0.0.73 - - [2026-05-25 02:41:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.002375 10.0.0.73 - - [2026-05-25 02:41:09] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.009060 10.0.0.73 - - [2026-05-25 02:41:09] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008679 10.0.0.73 - - [2026-05-25 02:41:09] "POST /neutron/network HTTP/1.1" 200 1014 0.013174 10.0.0.73 - - [2026-05-25 02:41:10] "POST /neutron/network HTTP/1.1" 200 1014 0.012055 10.0.0.73 - - [2026-05-25 02:41:10] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006980 10.0.0.73 - - [2026-05-25 02:41:10] "GET /network-ipam/2dc6b4e1-4244-4a3e-b792-3b11c8026e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.005595 10.0.0.73 - - [2026-05-25 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.131 - - [2026-05-25 02:41:10] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001331 10.0.0.73 - - [2026-05-25 02:41:10] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.079020 10.0.0.19 - - [2026-05-25 02:41:10] "POST /route-targets HTTP/1.1" 200 328 0.027400 10.0.0.131 - - [2026-05-25 02:41:10] "POST /useragent-kv HTTP/1.1" 200 115 0.018614 10.0.0.73 - - [2026-05-25 02:41:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.282615 10.0.0.73 - - [2026-05-25 02:41:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001957 10.0.0.73 - - [2026-05-25 02:41:11] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.009725 10.0.0.73 - - [2026-05-25 02:41:11] "POST /neutron/network HTTP/1.1" 200 1014 0.011535 10.0.0.73 - - [2026-05-25 02:41:11] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007900 10.0.0.73 - - [2026-05-25 02:41:11] "POST /neutron/subnet HTTP/1.1" 200 823 0.012139 10.0.0.73 - - [2026-05-25 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.131 - - [2026-05-25 02:41:11] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001376 10.0.0.73 - - [2026-05-25 02:41:11] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.068378 10.0.0.19 - - [2026-05-25 02:41:11] "POST /ref-update HTTP/1.1" 200 156 0.046059 10.0.0.131 - - [2026-05-25 02:41:11] "POST /useragent-kv HTTP/1.1" 200 115 0.012739 10.0.0.73 - - [2026-05-25 02:41:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.229323 10.0.0.73 - - [2026-05-25 02:41:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001872 10.0.0.73 - - [2026-05-25 02:41:12] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009247 10.0.0.73 - - [2026-05-25 02:41:12] "POST /neutron/network HTTP/1.1" 200 1013 0.014854 10.0.0.73 - - [2026-05-25 02:41:12] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008322 10.0.0.73 - - [2026-05-25 02:41:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.011493 10.0.0.73 - - [2026-05-25 02:41:12] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.009307 10.0.0.73 - - [2026-05-25 02:41:13] "GET /obj-perms HTTP/1.1" 200 5042 0.074183 10.0.0.73 - - [2026-05-25 02:41:14] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006697 10.0.0.131 - - [2026-05-25 02:41:14] "GET /obj-perms HTTP/1.1" 200 5042 0.065420 10.0.0.73 - - [2026-05-25 02:41:14] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006904 10.0.0.19 - - [2026-05-25 02:41:15] "GET /obj-perms HTTP/1.1" 200 5042 0.083912 10.0.0.73 - - [2026-05-25 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 224 0.004921 10.0.0.73 - - [2026-05-25 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.131 - - [2026-05-25 02:41:15] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002030 10.0.0.73 - - [2026-05-25 02:41:15] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.062001 10.0.0.73 - - [2026-05-25 02:41:15] "POST /network-policys HTTP/1.1" 200 561 0.036458 10.0.0.73 - - [2026-05-25 02:41:15] "GET /network-policy/09b1b482-31a0-40c4-83eb-7398a02a000c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.007720 10.0.0.73 - - [2026-05-25 02:41:15] "POST /fqname-to-id HTTP/1.1" 404 224 0.004010 10.0.0.73 - - [2026-05-25 02:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004981 10.0.0.131 - - [2026-05-25 02:41:15] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001298 10.0.0.73 - - [2026-05-25 02:41:15] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.055225 10.0.0.73 - - [2026-05-25 02:41:15] "POST /network-policys HTTP/1.1" 200 561 0.038094 10.0.0.73 - - [2026-05-25 02:41:16] "GET /network-policy/5c33663e-e789-494d-bf32-e3ab7e61acd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.007814 10.0.0.73 - - [2026-05-25 02:41:16] "POST /fqname-to-id HTTP/1.1" 404 224 0.004859 10.0.0.73 - - [2026-05-25 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881 10.0.0.131 - - [2026-05-25 02:41:16] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002596 10.0.0.73 - - [2026-05-25 02:41:16] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.059306 10.0.0.73 - - [2026-05-25 02:41:16] "POST /network-policys HTTP/1.1" 200 561 0.035440 10.0.0.73 - - [2026-05-25 02:41:16] "GET /network-policy/d7867cc3-262d-4dc0-9f3a-a6600b3a1e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.009155 10.0.0.19 - - [2026-05-25 02:41:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.004479 10.0.0.73 - - [2026-05-25 02:41:16] "POST /neutron/network HTTP/1.1" 200 1198 0.034122 10.0.0.73 - - [2026-05-25 02:41:16] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.009387 10.0.0.73 - - [2026-05-25 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.73 - - [2026-05-25 02:41:16] "GET /network-policy/09b1b482-31a0-40c4-83eb-7398a02a000c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.005469 10.0.0.73 - - [2026-05-25 02:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.73 - - [2026-05-25 02:41:16] "GET /network-policy/5c33663e-e789-494d-bf32-e3ab7e61acd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.005079 10.0.0.19 - - [2026-05-25 02:41:17] "POST /fqname-to-id HTTP/1.1" 404 242 0.007527 10.0.0.73 - - [2026-05-25 02:41:17] "POST /neutron/network HTTP/1.1" 200 1112 0.016834 10.0.0.73 - - [2026-05-25 02:41:17] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007004 10.0.0.73 - - [2026-05-25 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.73 - - [2026-05-25 02:41:17] "GET /network-policy/d7867cc3-262d-4dc0-9f3a-a6600b3a1e1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.005792 10.0.0.73 - - [2026-05-25 02:41:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.003997 10.0.0.131 - - [2026-05-25 02:41:18] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001817 10.0.0.73 - - [2026-05-25 02:41:18] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.080644 10.0.0.73 - - [2026-05-25 02:41:18] "POST /neutron/port HTTP/1.1" 200 117 0.010186 10.0.0.73 - - [2026-05-25 02:41:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001793 10.0.0.73 - - [2026-05-25 02:41:18] "POST /neutron/network HTTP/1.1" 200 1122 0.008945 10.0.0.73 - - [2026-05-25 02:41:19] "POST /neutron/port HTTP/1.1" 200 1173 0.054868 10.0.0.131 - - [2026-05-25 02:41:19] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001349 10.0.0.73 - - [2026-05-25 02:41:19] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.132094 10.0.0.73 - - [2026-05-25 02:41:19] "POST /neutron/network HTTP/1.1" 200 1112 0.068494 10.0.0.73 - - [2026-05-25 02:41:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009300 10.0.0.73 - - [2026-05-25 02:41:20] "POST /neutron/port HTTP/1.1" 200 117 0.001520 10.0.0.73 - - [2026-05-25 02:41:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.015818 10.0.0.73 - - [2026-05-25 02:41:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.002122 10.0.0.73 - - [2026-05-25 02:41:20] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012511 10.0.0.131 - - [2026-05-25 02:41:20] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001253 10.0.0.73 - - [2026-05-25 02:41:21] "POST /neutron/port HTTP/1.1" 200 1173 0.435662 10.0.0.73 - - [2026-05-25 02:41:21] "POST /neutron/port HTTP/1.1" 200 1227 0.137259 10.0.0.131 - - [2026-05-25 02:41:21] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001875 10.0.0.73 - - [2026-05-25 02:41:21] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.099781 10.0.0.73 - - [2026-05-25 02:41:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008515 10.0.0.73 - - [2026-05-25 02:41:21] "POST /neutron/port HTTP/1.1" 200 117 0.001616 10.0.0.73 - - [2026-05-25 02:41:21] "POST /neutron/port HTTP/1.1" 200 2320 0.037029 10.0.0.73 - - [2026-05-25 02:41:21] "POST /neutron/port HTTP/1.1" 200 1237 0.023204 10.0.0.73 - - [2026-05-25 02:41:22] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010112 10.0.0.73 - - [2026-05-25 02:41:22] "POST /neutron/network HTTP/1.1" 200 1023 0.008543 10.0.0.73 - - [2026-05-25 02:41:22] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008613 10.0.0.73 - - [2026-05-25 02:41:22] "GET /virtual-machine/06dd3ccc-278b-48b7-b721-f6707657a7d0 HTTP/1.1" 401 292 0.000518 10.0.0.73 - - [2026-05-25 02:41:22] "GET /virtual-machine/06dd3ccc-278b-48b7-b721-f6707657a7d0 HTTP/1.1" 200 1299 0.054555 10.0.0.73 - - [2026-05-25 02:41:22] "GET /virtual-machine/06dd3ccc-278b-48b7-b721-f6707657a7d0 HTTP/1.1" 200 1299 0.006818 10.0.0.73 - - [2026-05-25 02:41:22] "GET /virtual-machine-interface/06b1074c-9e87-4ba6-92d6-c46ff6b1aa2e HTTP/1.1" 200 3174 0.006064 10.0.0.73 - - [2026-05-25 02:41:22] "GET /virtual-machine/06dd3ccc-278b-48b7-b721-f6707657a7d0 HTTP/1.1" 200 1299 0.006671 10.0.0.73 - - [2026-05-25 02:41:22] "GET /virtual-machine-interface/06b1074c-9e87-4ba6-92d6-c46ff6b1aa2e HTTP/1.1" 200 3174 0.008775 10.0.0.73 - - [2026-05-25 02:41:22] "GET /instance-ip/27b6c880-2ac2-42ce-8474-df2b8099b26e HTTP/1.1" 200 1655 0.007367 10.0.0.73 - - [2026-05-25 02:41:22] "GET /instance-ip/bc136218-2d40-435e-9e33-7ef68e21eafa HTTP/1.1" 200 1637 0.033924 10.0.0.73 - - [2026-05-25 02:41:22] "GET /virtual-machine/06dd3ccc-278b-48b7-b721-f6707657a7d0 HTTP/1.1" 200 1299 0.004427 10.0.0.73 - - [2026-05-25 02:41:22] "GET /virtual-machine-interface/06b1074c-9e87-4ba6-92d6-c46ff6b1aa2e HTTP/1.1" 200 3174 0.032052 10.0.0.73 - - [2026-05-25 02:41:22] "GET /instance-ip/27b6c880-2ac2-42ce-8474-df2b8099b26e HTTP/1.1" 200 1655 0.004314 10.0.0.73 - - [2026-05-25 02:41:22] "GET /instance-ip/bc136218-2d40-435e-9e33-7ef68e21eafa HTTP/1.1" 200 1637 0.007367 10.0.0.73 - - [2026-05-25 02:41:22] "POST /neutron/port HTTP/1.1" 200 1226 0.196354 10.0.0.73 - - [2026-05-25 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105 10.0.0.73 - - [2026-05-25 02:41:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004721 10.0.0.73 - - [2026-05-25 02:41:22] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004010 10.0.0.73 - - [2026-05-25 02:41:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006047 10.0.0.73 - - [2026-05-25 02:41:23] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007015 10.0.0.73 - - [2026-05-25 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006758 10.0.0.73 - - [2026-05-25 02:41:23] "POST /neutron/port HTTP/1.1" 200 117 0.001544 10.0.0.73 - - [2026-05-25 02:41:23] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009083 10.0.0.73 - - [2026-05-25 02:41:23] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003754 10.0.0.73 - - [2026-05-25 02:41:23] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006794 10.0.0.73 - - [2026-05-25 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.73 - - [2026-05-25 02:41:23] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004814 10.0.0.73 - - [2026-05-25 02:41:23] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.006386 10.0.0.73 - - [2026-05-25 02:41:23] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007323 10.0.0.73 - - [2026-05-25 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.73 - - [2026-05-25 02:41:23] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005383 10.0.0.73 - - [2026-05-25 02:41:23] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004339 10.0.0.73 - - [2026-05-25 02:41:23] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007743 10.0.0.73 - - [2026-05-25 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.73 - - [2026-05-25 02:41:23] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005628 10.0.0.73 - - [2026-05-25 02:41:23] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004575 10.0.0.73 - - [2026-05-25 02:41:23] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007302 10.0.0.73 - - [2026-05-25 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005490 10.0.0.73 - - [2026-05-25 02:41:26] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006910 10.0.0.73 - - [2026-05-25 02:41:30] "POST /neutron/port HTTP/1.1" 200 1237 0.024184 10.0.0.73 - - [2026-05-25 02:41:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005951 10.0.0.73 - - [2026-05-25 02:41:30] "POST /neutron/port HTTP/1.1" 200 117 0.001476 10.0.0.73 - - [2026-05-25 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005115 10.0.0.73 - - [2026-05-25 02:41:30] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.008715 10.0.0.73 - - [2026-05-25 02:41:32] "POST /neutron/port HTTP/1.1" 200 1237 0.023277 10.0.0.73 - - [2026-05-25 02:41:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005202 10.0.0.73 - - [2026-05-25 02:41:32] "POST /neutron/port HTTP/1.1" 200 117 0.001596 10.0.0.73 - - [2026-05-25 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006649 10.0.0.73 - - [2026-05-25 02:41:34] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007269 10.0.0.73 - - [2026-05-25 02:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.73 - - [2026-05-25 02:41:39] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006283 10.0.0.19 - - [2026-05-25 02:41:39] "DELETE /access-control-list/720af6d1-8c3d-4c96-b7ff-ff6a72f2d888 HTTP/1.1" 200 115 0.042701 10.0.0.73 - - [2026-05-25 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.73 - - [2026-05-25 02:41:43] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007625 10.0.0.73 - - [2026-05-25 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.73 - - [2026-05-25 02:41:47] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006496 10.0.0.73 - - [2026-05-25 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.73 - - [2026-05-25 02:41:51] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007242 10.0.0.131 - - [2026-05-25 02:41:51] "DELETE /project/69c1ad2e-167e-411c-92a4-dbb0ea162f74 HTTP/1.1" 404 177 0.004961 10.0.0.131 - - [2026-05-25 02:41:51] "DELETE /project/3dd1d578cf7c4656ace82c5b88325150 HTTP/1.1" 404 173 0.004102 10.0.0.73 - - [2026-05-25 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005347 10.0.0.73 - - [2026-05-25 02:41:55] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006824 10.0.0.73 - - [2026-05-25 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.73 - - [2026-05-25 02:41:59] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006049 10.0.0.73 - - [2026-05-25 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.73 - - [2026-05-25 02:42:03] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007541 10.0.0.73 - - [2026-05-25 02:42:05] "GET /obj-perms HTTP/1.1" 200 5056 0.066442 10.0.0.73 - - [2026-05-25 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005841 10.0.0.73 - - [2026-05-25 02:42:07] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004919 10.0.0.73 - - [2026-05-25 02:42:07] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004559 10.0.0.73 - - [2026-05-25 02:42:07] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007488 10.0.0.73 - - [2026-05-25 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005439 10.0.0.73 - - [2026-05-25 02:42:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004513 10.0.0.73 - - [2026-05-25 02:42:08] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004489 10.0.0.73 - - [2026-05-25 02:42:08] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007131 10.0.0.73 - - [2026-05-25 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.73 - - [2026-05-25 02:42:08] "GET /routing-instance/12a0efee-29e8-484d-9928-01aedb96f9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.006922 10.0.0.73 - - [2026-05-25 02:42:08] "GET /route-target/5c554e59-e009-49c9-bd0a-558ddcc762ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005211 10.0.0.73 - - [2026-05-25 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.73 - - [2026-05-25 02:42:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004423 10.0.0.73 - - [2026-05-25 02:42:08] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005034 10.0.0.73 - - [2026-05-25 02:42:08] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007140 10.0.0.73 - - [2026-05-25 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.73 - - [2026-05-25 02:42:08] "GET /routing-instance/12a0efee-29e8-484d-9928-01aedb96f9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.007008 10.0.0.73 - - [2026-05-25 02:42:08] "GET /route-target/5c554e59-e009-49c9-bd0a-558ddcc762ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006919 10.0.0.73 - - [2026-05-25 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.73 - - [2026-05-25 02:42:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007111 10.0.0.73 - - [2026-05-25 02:42:08] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003930 10.0.0.73 - - [2026-05-25 02:42:08] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007769 10.0.0.73 - - [2026-05-25 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.73 - - [2026-05-25 02:42:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006591 10.0.0.73 - - [2026-05-25 02:42:08] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004309 10.0.0.73 - - [2026-05-25 02:42:08] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007793 10.0.0.73 - - [2026-05-25 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.73 - - [2026-05-25 02:42:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005413 10.0.0.73 - - [2026-05-25 02:42:08] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005347 10.0.0.73 - - [2026-05-25 02:42:08] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007382 10.0.0.73 - - [2026-05-25 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.011582 10.0.0.73 - - [2026-05-25 02:42:09] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005679 10.0.0.73 - - [2026-05-25 02:42:09] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004212 10.0.0.73 - - [2026-05-25 02:42:09] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007778 10.0.0.73 - - [2026-05-25 02:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008993 10.0.0.73 - - [2026-05-25 02:42:09] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007818 10.0.0.73 - - [2026-05-25 02:42:09] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004944 10.0.0.73 - - [2026-05-25 02:42:09] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.008127 10.0.0.73 - - [2026-05-25 02:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005067 10.0.0.73 - - [2026-05-25 02:42:09] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006208 10.0.0.73 - - [2026-05-25 02:42:09] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004536 10.0.0.73 - - [2026-05-25 02:42:09] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.006937 10.0.0.131 - - [2026-05-25 02:42:09] "GET /obj-perms HTTP/1.1" 200 5042 0.006144 10.0.0.73 - - [2026-05-25 02:42:09] "GET /obj-perms HTTP/1.1" 200 5042 0.005170 10.0.0.73 - - [2026-05-25 02:42:09] "GET /obj-perms HTTP/1.1" 200 5042 0.006679 10.0.0.19 - - [2026-05-25 02:42:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004465 10.0.0.131 - - [2026-05-25 02:42:09] "GET /obj-perms HTTP/1.1" 200 5042 0.005258 10.0.0.73 - - [2026-05-25 02:42:09] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009044 10.0.0.73 - - [2026-05-25 02:42:10] "POST /neutron/port HTTP/1.1" 200 1237 0.027737 10.0.0.73 - - [2026-05-25 02:42:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.011087 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-machine/c59cac96-bfb3-432c-b536-ba5a0714f6c6 HTTP/1.1" 200 1301 0.008950 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-machine/c59cac96-bfb3-432c-b536-ba5a0714f6c6 HTTP/1.1" 200 1301 0.005361 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-machine-interface/3c8aaffd-0f55-407b-b5f0-42ba2515f910 HTTP/1.1" 200 3175 0.007519 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-machine/c59cac96-bfb3-432c-b536-ba5a0714f6c6 HTTP/1.1" 200 1301 0.006149 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-machine-interface/3c8aaffd-0f55-407b-b5f0-42ba2515f910 HTTP/1.1" 200 3175 0.006460 10.0.0.73 - - [2026-05-25 02:42:10] "GET /instance-ip/47133359-0fc6-46f4-85fe-9618b6d8cfc8 HTTP/1.1" 200 1636 0.009262 10.0.0.73 - - [2026-05-25 02:42:10] "GET /instance-ip/7d182c78-f601-4481-af77-cbb90417be25 HTTP/1.1" 200 1655 0.007252 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-machine/c59cac96-bfb3-432c-b536-ba5a0714f6c6 HTTP/1.1" 200 1301 0.006048 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-machine-interface/3c8aaffd-0f55-407b-b5f0-42ba2515f910 HTTP/1.1" 200 3175 0.007300 10.0.0.73 - - [2026-05-25 02:42:10] "GET /instance-ip/47133359-0fc6-46f4-85fe-9618b6d8cfc8 HTTP/1.1" 200 1636 0.007067 10.0.0.73 - - [2026-05-25 02:42:10] "GET /instance-ip/7d182c78-f601-4481-af77-cbb90417be25 HTTP/1.1" 200 1655 0.006719 10.0.0.73 - - [2026-05-25 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.73 - - [2026-05-25 02:42:10] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005482 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004211 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.010423 10.0.0.73 - - [2026-05-25 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.73 - - [2026-05-25 02:42:10] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005827 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004333 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008058 10.0.0.73 - - [2026-05-25 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.73 - - [2026-05-25 02:42:10] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005574 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004616 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007309 10.0.0.73 - - [2026-05-25 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005533 10.0.0.73 - - [2026-05-25 02:42:10] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.011613 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004790 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008406 10.0.0.73 - - [2026-05-25 02:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.73 - - [2026-05-25 02:42:10] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.014797 10.0.0.73 - - [2026-05-25 02:42:10] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005025 10.0.0.73 - - [2026-05-25 02:42:11] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008042 10.0.0.73 - - [2026-05-25 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007478 10.0.0.73 - - [2026-05-25 02:42:12] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005681 10.0.0.73 - - [2026-05-25 02:42:12] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004236 10.0.0.73 - - [2026-05-25 02:42:12] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007164 10.0.0.73 - - [2026-05-25 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.73 - - [2026-05-25 02:42:12] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004827 10.0.0.73 - - [2026-05-25 02:42:12] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003800 10.0.0.73 - - [2026-05-25 02:42:12] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008234 10.0.0.73 - - [2026-05-25 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.73 - - [2026-05-25 02:42:12] "GET /routing-instance/d0384f42-95ae-40fe-a23d-d6b2abc12cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.005864 10.0.0.73 - - [2026-05-25 02:42:12] "GET /route-target/6a52380d-e29e-4f1a-8879-ae6f34058543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.010708 10.0.0.73 - - [2026-05-25 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.73 - - [2026-05-25 02:42:12] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005307 10.0.0.73 - - [2026-05-25 02:42:12] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003960 10.0.0.73 - - [2026-05-25 02:42:12] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008423 10.0.0.73 - - [2026-05-25 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005501 10.0.0.73 - - [2026-05-25 02:42:12] "GET /routing-instance/d0384f42-95ae-40fe-a23d-d6b2abc12cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.006443 10.0.0.73 - - [2026-05-25 02:42:12] "GET /route-target/6a52380d-e29e-4f1a-8879-ae6f34058543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004803 10.0.0.73 - - [2026-05-25 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.73 - - [2026-05-25 02:42:12] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005672 10.0.0.73 - - [2026-05-25 02:42:12] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004250 10.0.0.73 - - [2026-05-25 02:42:12] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007068 10.0.0.73 - - [2026-05-25 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.73 - - [2026-05-25 02:42:13] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005907 10.0.0.73 - - [2026-05-25 02:42:13] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004124 10.0.0.73 - - [2026-05-25 02:42:13] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007818 10.0.0.73 - - [2026-05-25 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.73 - - [2026-05-25 02:42:13] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005309 10.0.0.73 - - [2026-05-25 02:42:13] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004646 10.0.0.73 - - [2026-05-25 02:42:13] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006654 10.0.0.73 - - [2026-05-25 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.73 - - [2026-05-25 02:42:13] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006030 10.0.0.73 - - [2026-05-25 02:42:13] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.012165 10.0.0.73 - - [2026-05-25 02:42:13] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007866 10.0.0.73 - - [2026-05-25 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.73 - - [2026-05-25 02:42:13] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005581 10.0.0.73 - - [2026-05-25 02:42:13] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004446 10.0.0.73 - - [2026-05-25 02:42:13] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007801 10.0.0.73 - - [2026-05-25 02:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.73 - - [2026-05-25 02:42:13] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005480 10.0.0.73 - - [2026-05-25 02:42:13] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004618 10.0.0.73 - - [2026-05-25 02:42:13] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007527 10.0.0.73 - - [2026-05-25 02:42:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004879 10.0.0.73 - - [2026-05-25 02:42:13] "GET /obj-perms HTTP/1.1" 200 5042 0.004696 10.0.0.131 - - [2026-05-25 02:42:13] "GET /obj-perms HTTP/1.1" 200 5042 0.006446 10.0.0.73 - - [2026-05-25 02:42:13] "GET /obj-perms HTTP/1.1" 200 5042 0.005592 10.0.0.131 - - [2026-05-25 02:42:13] "GET /obj-perms HTTP/1.1" 200 5042 0.005162 10.0.0.73 - - [2026-05-25 02:42:14] "POST /neutron/port HTTP/1.1" 200 1236 0.023147 10.0.0.73 - - [2026-05-25 02:42:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010737 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-machine/a367c1ed-c976-4974-8878-3e726122d0f8 HTTP/1.1" 200 1300 0.007308 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-machine/a367c1ed-c976-4974-8878-3e726122d0f8 HTTP/1.1" 200 1300 0.004696 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-machine-interface/a728492f-227e-4f1e-a0d2-0e8c61df1410 HTTP/1.1" 200 3176 0.007685 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-machine/a367c1ed-c976-4974-8878-3e726122d0f8 HTTP/1.1" 200 1300 0.005603 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-machine-interface/a728492f-227e-4f1e-a0d2-0e8c61df1410 HTTP/1.1" 200 3176 0.006850 10.0.0.73 - - [2026-05-25 02:42:14] "GET /instance-ip/275d9083-4ee3-4b42-b9e2-bf7188db6882 HTTP/1.1" 200 1656 0.008628 10.0.0.73 - - [2026-05-25 02:42:14] "GET /instance-ip/dccfdd24-3568-400d-a2af-e0f2de480499 HTTP/1.1" 200 1636 0.008153 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-machine/a367c1ed-c976-4974-8878-3e726122d0f8 HTTP/1.1" 200 1300 0.005555 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-machine-interface/a728492f-227e-4f1e-a0d2-0e8c61df1410 HTTP/1.1" 200 3176 0.006596 10.0.0.73 - - [2026-05-25 02:42:14] "GET /instance-ip/275d9083-4ee3-4b42-b9e2-bf7188db6882 HTTP/1.1" 200 1656 0.005937 10.0.0.73 - - [2026-05-25 02:42:14] "GET /instance-ip/dccfdd24-3568-400d-a2af-e0f2de480499 HTTP/1.1" 200 1636 0.005192 10.0.0.73 - - [2026-05-25 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.73 - - [2026-05-25 02:42:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004727 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005734 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007711 10.0.0.73 - - [2026-05-25 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.73 - - [2026-05-25 02:42:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006235 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004537 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007196 10.0.0.73 - - [2026-05-25 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.73 - - [2026-05-25 02:42:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005864 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004230 10.0.0.73 - - [2026-05-25 02:42:14] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007864 10.0.0.73 - - [2026-05-25 02:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005839 10.0.0.73 - - [2026-05-25 02:42:15] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005245 10.0.0.73 - - [2026-05-25 02:42:15] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004495 10.0.0.73 - - [2026-05-25 02:42:15] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007508 10.0.0.73 - - [2026-05-25 02:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.73 - - [2026-05-25 02:42:15] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006043 10.0.0.73 - - [2026-05-25 02:42:15] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004683 10.0.0.73 - - [2026-05-25 02:42:15] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007329 10.0.0.73 - - [2026-05-25 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.73 - - [2026-05-25 02:42:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005999 10.0.0.73 - - [2026-05-25 02:42:16] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004126 10.0.0.73 - - [2026-05-25 02:42:16] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007659 10.0.0.73 - - [2026-05-25 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.73 - - [2026-05-25 02:42:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005752 10.0.0.73 - - [2026-05-25 02:42:16] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003994 10.0.0.73 - - [2026-05-25 02:42:16] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006786 10.0.0.73 - - [2026-05-25 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.73 - - [2026-05-25 02:42:16] "GET /routing-instance/7096735b-15af-4ced-b988-72ab6c3eecac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005752 10.0.0.73 - - [2026-05-25 02:42:16] "GET /route-target/d23c8492-05b1-414f-9eca-c7d035271f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005783 10.0.0.73 - - [2026-05-25 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.73 - - [2026-05-25 02:42:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005991 10.0.0.73 - - [2026-05-25 02:42:16] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004476 10.0.0.73 - - [2026-05-25 02:42:16] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007373 10.0.0.73 - - [2026-05-25 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.73 - - [2026-05-25 02:42:16] "GET /routing-instance/7096735b-15af-4ced-b988-72ab6c3eecac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004982 10.0.0.73 - - [2026-05-25 02:42:16] "GET /route-target/d23c8492-05b1-414f-9eca-c7d035271f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004627 10.0.0.73 - - [2026-05-25 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.73 - - [2026-05-25 02:42:17] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005025 10.0.0.73 - - [2026-05-25 02:42:17] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003842 10.0.0.73 - - [2026-05-25 02:42:17] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006868 10.0.0.73 - - [2026-05-25 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.73 - - [2026-05-25 02:42:17] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006275 10.0.0.73 - - [2026-05-25 02:42:17] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005380 10.0.0.73 - - [2026-05-25 02:42:17] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006515 10.0.0.73 - - [2026-05-25 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.73 - - [2026-05-25 02:42:17] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005593 10.0.0.73 - - [2026-05-25 02:42:17] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004128 10.0.0.73 - - [2026-05-25 02:42:17] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006306 10.0.0.73 - - [2026-05-25 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.73 - - [2026-05-25 02:42:17] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.021436 10.0.0.73 - - [2026-05-25 02:42:17] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004265 10.0.0.73 - - [2026-05-25 02:42:17] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007398 10.0.0.73 - - [2026-05-25 02:42:17] "GET /obj-perms HTTP/1.1" 200 5042 0.005001 10.0.0.73 - - [2026-05-25 02:42:17] "GET /obj-perms HTTP/1.1" 200 5042 0.006483 10.0.0.131 - - [2026-05-25 02:42:17] "GET /obj-perms HTTP/1.1" 200 5042 0.005192 10.0.0.19 - - [2026-05-25 02:42:17] "GET /obj-perms HTTP/1.1" 200 5042 0.004973 10.0.0.73 - - [2026-05-25 02:42:17] "GET /obj-perms HTTP/1.1" 200 5042 0.004952 10.0.0.73 - - [2026-05-25 02:42:17] "POST /neutron/port HTTP/1.1" 200 1237 0.077140 10.0.0.73 - - [2026-05-25 02:42:17] "GET /virtual-machine/06dd3ccc-278b-48b7-b721-f6707657a7d0 HTTP/1.1" 200 1299 0.003870 10.0.0.73 - - [2026-05-25 02:42:17] "GET /virtual-machine-interface/06b1074c-9e87-4ba6-92d6-c46ff6b1aa2e HTTP/1.1" 200 3174 0.009116 10.0.0.73 - - [2026-05-25 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005833 10.0.0.73 - - [2026-05-25 02:42:18] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005099 10.0.0.73 - - [2026-05-25 02:42:18] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004681 10.0.0.73 - - [2026-05-25 02:42:18] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.008632 10.0.0.73 - - [2026-05-25 02:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.73 - - [2026-05-25 02:42:19] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008897 10.0.0.73 - - [2026-05-25 02:42:19] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004418 10.0.0.73 - - [2026-05-25 02:42:19] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007575 10.0.0.73 - - [2026-05-25 02:42:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009203 10.0.0.73 - - [2026-05-25 02:42:24] "POST /neutron/port HTTP/1.1" 200 1237 0.022061 10.0.0.73 - - [2026-05-25 02:42:29] "GET /virtual-machine/c59cac96-bfb3-432c-b536-ba5a0714f6c6 HTTP/1.1" 200 1301 0.005529 10.0.0.73 - - [2026-05-25 02:42:29] "GET /virtual-machine-interface/3c8aaffd-0f55-407b-b5f0-42ba2515f910 HTTP/1.1" 200 3175 0.007085 10.0.0.73 - - [2026-05-25 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006033 10.0.0.73 - - [2026-05-25 02:42:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005314 10.0.0.73 - - [2026-05-25 02:42:29] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005699 10.0.0.73 - - [2026-05-25 02:42:29] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008890 10.0.0.73 - - [2026-05-25 02:42:30] "POST /neutron/port HTTP/1.1" 200 1237 0.021801 10.0.0.73 - - [2026-05-25 02:42:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004549 10.0.0.73 - - [2026-05-25 02:42:30] "POST /neutron/port HTTP/1.1" 200 117 0.001599 10.0.0.73 - - [2026-05-25 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.73 - - [2026-05-25 02:42:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005451 10.0.0.73 - - [2026-05-25 02:42:30] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004769 10.0.0.73 - - [2026-05-25 02:42:31] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.010084 10.0.0.73 - - [2026-05-25 02:42:31] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009920 10.0.0.73 - - [2026-05-25 02:42:34] "POST /neutron/port HTTP/1.1" 200 1236 0.025841 10.0.0.73 - - [2026-05-25 02:42:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004818 10.0.0.73 - - [2026-05-25 02:42:34] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.73 - - [2026-05-25 02:42:36] "POST /neutron/port HTTP/1.1" 200 1237 0.025916 10.0.0.73 - - [2026-05-25 02:42:41] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010385 10.0.0.73 - - [2026-05-25 02:42:46] "GET /virtual-machine/a367c1ed-c976-4974-8878-3e726122d0f8 HTTP/1.1" 200 1300 0.005160 10.0.0.73 - - [2026-05-25 02:42:46] "GET /virtual-machine-interface/a728492f-227e-4f1e-a0d2-0e8c61df1410 HTTP/1.1" 200 3176 0.010217 10.0.0.73 - - [2026-05-25 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.73 - - [2026-05-25 02:42:46] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004816 10.0.0.73 - - [2026-05-25 02:42:46] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004744 10.0.0.73 - - [2026-05-25 02:42:46] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006818 10.0.0.19 - - [2026-05-25 02:42:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000705 10.0.0.19 - - [2026-05-25 02:42:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.73 - - [2026-05-25 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005730 10.0.0.73 - - [2026-05-25 02:42:47] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005146 10.0.0.73 - - [2026-05-25 02:42:47] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005586 10.0.0.73 - - [2026-05-25 02:42:47] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007484 10.0.0.131 - - [2026-05-25 02:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.131 - - [2026-05-25 02:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.19 - - [2026-05-25 02:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.19 - - [2026-05-25 02:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000613 10.0.0.131 - - [2026-05-25 02:42:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.131 - - [2026-05-25 02:42:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.73 - - [2026-05-25 02:42:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.73 - - [2026-05-25 02:42:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.73 - - [2026-05-25 02:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.73 - - [2026-05-25 02:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000693 10.0.0.73 - - [2026-05-25 02:42:59] "GET /virtual-machine/a367c1ed-c976-4974-8878-3e726122d0f8 HTTP/1.1" 200 1300 0.005846 10.0.0.73 - - [2026-05-25 02:43:00] "POST /neutron/port HTTP/1.1" 200 151 0.321311 10.0.0.73 - - [2026-05-25 02:43:01] "GET /virtual-machine/a367c1ed-c976-4974-8878-3e726122d0f8 HTTP/1.1" 404 171 0.004437 10.0.0.73 - - [2026-05-25 02:43:02] "GET /virtual-machine/a367c1ed-c976-4974-8878-3e726122d0f8 HTTP/1.1" 404 171 0.004439 10.0.0.73 - - [2026-05-25 02:43:02] "GET /virtual-machine/a367c1ed-c976-4974-8878-3e726122d0f8 HTTP/1.1" 404 171 0.005263 10.0.0.73 - - [2026-05-25 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.73 - - [2026-05-25 02:43:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005581 10.0.0.73 - - [2026-05-25 02:43:02] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004798 10.0.0.73 - - [2026-05-25 02:43:02] "GET /virtual-network/4763a6bb-973f-46b9-8436-02eca3926049?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008399 10.0.0.73 - - [2026-05-25 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.73 - - [2026-05-25 02:43:02] "GET /routing-instance/7096735b-15af-4ced-b988-72ab6c3eecac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005710 10.0.0.73 - - [2026-05-25 02:43:02] "GET /route-target/d23c8492-05b1-414f-9eca-c7d035271f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004974 10.0.0.19 - - [2026-05-25 02:43:05] "GET /obj-perms HTTP/1.1" 200 5042 0.007972 10.0.0.73 - - [2026-05-25 02:43:08] "GET /obj-perms HTTP/1.1" 200 5042 0.004749 10.0.0.19 - - [2026-05-25 02:43:11] "GET /obj-perms HTTP/1.1" 200 5042 0.005432 10.0.0.73 - - [2026-05-25 02:43:17] "GET /obj-perms HTTP/1.1" 200 5042 0.005271 10.0.0.19 - - [2026-05-25 02:43:20] "GET /obj-perms HTTP/1.1" 200 5042 0.005147 10.0.0.73 - - [2026-05-25 02:43:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004669 10.0.0.19 - - [2026-05-25 02:43:27] "GET /obj-perms HTTP/1.1" 200 5042 0.005115 10.0.0.131 - - [2026-05-25 02:43:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004540 10.0.0.73 - - [2026-05-25 02:43:27] "GET /virtual-machine/c59cac96-bfb3-432c-b536-ba5a0714f6c6 HTTP/1.1" 200 1301 0.005437 10.0.0.73 - - [2026-05-25 02:43:28] "POST /neutron/port HTTP/1.1" 200 151 0.331770 10.0.0.73 - - [2026-05-25 02:43:29] "GET /virtual-machine/c59cac96-bfb3-432c-b536-ba5a0714f6c6 HTTP/1.1" 404 171 0.004397 10.0.0.73 - - [2026-05-25 02:43:29] "GET /virtual-machine/c59cac96-bfb3-432c-b536-ba5a0714f6c6 HTTP/1.1" 404 171 0.004841 10.0.0.73 - - [2026-05-25 02:43:29] "GET /virtual-machine/c59cac96-bfb3-432c-b536-ba5a0714f6c6 HTTP/1.1" 404 171 0.005306 10.0.0.73 - - [2026-05-25 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.73 - - [2026-05-25 02:43:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004275 10.0.0.73 - - [2026-05-25 02:43:29] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004147 10.0.0.73 - - [2026-05-25 02:43:29] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.007701 10.0.0.73 - - [2026-05-25 02:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.73 - - [2026-05-25 02:43:29] "GET /routing-instance/d0384f42-95ae-40fe-a23d-d6b2abc12cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.005924 10.0.0.73 - - [2026-05-25 02:43:29] "GET /route-target/6a52380d-e29e-4f1a-8879-ae6f34058543?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004709 10.0.0.73 - - [2026-05-25 02:43:29] "GET /obj-perms HTTP/1.1" 200 5042 0.005251 10.0.0.73 - - [2026-05-25 02:43:35] "POST /neutron/network HTTP/1.1" 200 1208 0.039734 10.0.0.73 - - [2026-05-25 02:43:35] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018557 10.0.0.131 - - [2026-05-25 02:43:36] "GET /obj-perms HTTP/1.1" 200 5042 0.006402 10.0.0.73 - - [2026-05-25 02:43:36] "POST /neutron/network HTTP/1.1" 200 1198 0.016144 10.0.0.73 - - [2026-05-25 02:43:39] "GET /obj-perms HTTP/1.1" 200 5042 0.006145 10.0.0.131 - - [2026-05-25 02:43:45] "GET /obj-perms HTTP/1.1" 200 5042 0.005505 10.0.0.73 - - [2026-05-25 02:43:48] "GET /obj-perms HTTP/1.1" 200 5042 0.004795 10.0.0.131 - - [2026-05-25 02:43:54] "GET /obj-perms HTTP/1.1" 200 5042 0.008254 10.0.0.73 - - [2026-05-25 02:43:57] "GET /obj-perms HTTP/1.1" 200 5042 0.006379 10.0.0.73 - - [2026-05-25 02:43:57] "GET /virtual-machine/06dd3ccc-278b-48b7-b721-f6707657a7d0 HTTP/1.1" 200 1299 0.004718 10.0.0.73 - - [2026-05-25 02:43:58] "POST /neutron/port HTTP/1.1" 200 151 0.301728 10.0.0.73 - - [2026-05-25 02:43:59] "GET /virtual-machine/06dd3ccc-278b-48b7-b721-f6707657a7d0 HTTP/1.1" 404 171 0.004445 10.0.0.73 - - [2026-05-25 02:43:59] "GET /virtual-machine/06dd3ccc-278b-48b7-b721-f6707657a7d0 HTTP/1.1" 404 171 0.003202 10.0.0.73 - - [2026-05-25 02:43:59] "GET /virtual-machine/06dd3ccc-278b-48b7-b721-f6707657a7d0 HTTP/1.1" 404 171 0.003430 10.0.0.73 - - [2026-05-25 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.73 - - [2026-05-25 02:44:00] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006052 10.0.0.73 - - [2026-05-25 02:44:00] "GET /virtual-networks?parent_id=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004561 10.0.0.73 - - [2026-05-25 02:44:00] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.007452 10.0.0.73 - - [2026-05-25 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.73 - - [2026-05-25 02:44:00] "GET /routing-instance/12a0efee-29e8-484d-9928-01aedb96f9d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.006087 10.0.0.73 - - [2026-05-25 02:44:00] "GET /route-target/5c554e59-e009-49c9-bd0a-558ddcc762ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006122 10.0.0.73 - - [2026-05-25 02:44:00] "GET /obj-perms HTTP/1.1" 200 5042 0.005509 10.0.0.19 - - [2026-05-25 02:44:03] "GET /obj-perms HTTP/1.1" 200 5042 0.005125 10.0.0.73 - - [2026-05-25 02:44:06] "GET /obj-perms HTTP/1.1" 200 5056 0.081439 10.0.0.19 - - [2026-05-25 02:44:09] "GET /obj-perms HTTP/1.1" 200 5042 0.008624 10.0.0.73 - - [2026-05-25 02:44:15] "GET /obj-perms HTTP/1.1" 200 5042 0.004722 10.0.0.19 - - [2026-05-25 02:44:18] "GET /obj-perms HTTP/1.1" 200 5042 0.005472 10.0.0.73 - - [2026-05-25 02:44:24] "GET /obj-perms HTTP/1.1" 200 5042 0.004883 10.0.0.19 - - [2026-05-25 02:44:28] "GET /obj-perms HTTP/1.1" 200 5042 0.004321 10.0.0.73 - - [2026-05-25 02:44:28] "GET /obj-perms HTTP/1.1" 200 5042 0.006268 10.0.0.131 - - [2026-05-25 02:44:28] "GET /obj-perms HTTP/1.1" 200 5042 0.008368 10.0.0.73 - - [2026-05-25 02:44:28] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008741 10.0.0.73 - - [2026-05-25 02:44:28] "POST /neutron/network HTTP/1.1" 200 1014 0.046264 10.0.0.73 - - [2026-05-25 02:44:28] "GET /virtual-network/425895d7-da5b-4dc8-9017-9b1428428225?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006432 10.0.0.19 - - [2026-05-25 02:44:28] "POST /ref-update HTTP/1.1" 200 156 0.039432 10.0.0.73 - - [2026-05-25 02:44:28] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3251 0.008817 10.0.0.19 - - [2026-05-25 02:44:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.006340 10.0.0.73 - - [2026-05-25 02:44:28] "POST /neutron/network HTTP/1.1" 200 1014 0.017228 10.0.0.73 - - [2026-05-25 02:44:28] "GET /virtual-network/be0797f3-57a6-4818-bcca-023a0897d6b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006356 10.0.0.73 - - [2026-05-25 02:44:29] "DELETE /network-policy/d7867cc3-262d-4dc0-9f3a-a6600b3a1e1d HTTP/1.1" 200 115 0.048654 10.0.0.73 - - [2026-05-25 02:44:29] "DELETE /network-policy/5c33663e-e789-494d-bf32-e3ab7e61acd7 HTTP/1.1" 200 115 0.046910 10.0.0.73 - - [2026-05-25 02:44:29] "DELETE /network-policy/09b1b482-31a0-40c4-83eb-7398a02a000c HTTP/1.1" 200 115 0.055166 10.0.0.19 - - [2026-05-25 02:44:29] "POST /ref-update HTTP/1.1" 200 156 0.035962 10.0.0.73 - - [2026-05-25 02:44:29] "POST /neutron/network HTTP/1.1" 200 1014 0.010491 10.0.0.19 - - [2026-05-25 02:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006479 10.0.0.131 - - [2026-05-25 02:44:30] "POST /useragent-kv HTTP/1.1" 200 115 0.006350 10.0.0.131 - - [2026-05-25 02:44:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003978 10.0.0.131 - - [2026-05-25 02:44:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004307 10.0.0.131 - - [2026-05-25 02:44:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002532 10.0.0.73 - - [2026-05-25 02:44:30] "POST /neutron/network HTTP/1.1" 200 151 0.196456 10.0.0.19 - - [2026-05-25 02:44:30] "DELETE /route-target/5c554e59-e009-49c9-bd0a-558ddcc762ed HTTP/1.1" 200 115 0.028147 10.0.0.73 - - [2026-05-25 02:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.73 - - [2026-05-25 02:44:30] "DELETE /network-ipam/5dbc8beb-1126-45f4-9cb0-2659ca05e899 HTTP/1.1" 200 115 0.043724 10.0.0.73 - - [2026-05-25 02:44:30] "POST /fqname-to-id HTTP/1.1" 404 203 0.003823 10.0.0.73 - - [2026-05-25 02:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.73 - - [2026-05-25 02:44:30] "DELETE /network-ipam/faeecca5-d430-4efd-9343-df4fc29c5a26 HTTP/1.1" 200 115 0.042855 10.0.0.73 - - [2026-05-25 02:44:30] "POST /fqname-to-id HTTP/1.1" 404 203 0.005428 10.0.0.73 - - [2026-05-25 02:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.73 - - [2026-05-25 02:44:30] "DELETE /network-ipam/2dc6b4e1-4244-4a3e-b792-3b11c8026e3c HTTP/1.1" 200 115 0.047008 10.0.0.73 - - [2026-05-25 02:44:30] "POST /fqname-to-id HTTP/1.1" 404 203 0.007048 10.0.0.131 - - [2026-05-25 02:44:33] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003671 10.0.0.73 - - [2026-05-25 02:44:33] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.059558 10.0.0.131 - - [2026-05-25 02:44:33] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002054 10.0.0.73 - - [2026-05-25 02:44:33] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?fields=virtual_networks HTTP/1.1" 200 1046 0.058958 10.0.0.131 - - [2026-05-25 02:44:33] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001665 10.0.0.73 - - [2026-05-25 02:44:33] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.061903 10.0.0.131 - - [2026-05-25 02:44:33] "GET /projects?obj_uuids=3dd1d578-cf7c-4656-ace8-2c5b88325150&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001662 10.0.0.73 - - [2026-05-25 02:44:33] "GET /project/3dd1d578-cf7c-4656-ace8-2c5b88325150?fields=security_groups HTTP/1.1" 200 1279 0.059173 10.0.0.73 - - [2026-05-25 02:44:34] "POST /fqname-to-id HTTP/1.1" 404 190 0.030871 10.0.0.131 - - [2026-05-25 02:44:34] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003402 10.0.0.131 - - [2026-05-25 02:44:35] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.131 - - [2026-05-25 02:44:35] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007699 10.0.0.131 - - [2026-05-25 02:44:35] "POST /id-to-fqname HTTP/1.1" 200 192 0.007638 10.0.0.131 - - [2026-05-25 02:44:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.004561 10.0.0.131 - - [2026-05-25 02:44:35] "POST /security-groups HTTP/1.1" 200 593 0.088311 10.0.0.131 - - [2026-05-25 02:44:35] "POST /projects HTTP/1.1" 200 589 0.324411 10.0.0.131 - - [2026-05-25 02:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.363241 10.0.0.19 - - [2026-05-25 02:44:35] "POST /fqname-to-id HTTP/1.1" 404 235 0.014580 10.0.0.73 - - [2026-05-25 02:44:35] "GET /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.539620 10.0.0.73 - - [2026-05-25 02:44:36] "GET / HTTP/1.1" 200 36215 0.002244 10.0.0.73 - - [2026-05-25 02:44:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.73 - - [2026-05-25 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.073244 10.0.0.131 - - [2026-05-25 02:44:38] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001972 10.0.0.73 - - [2026-05-25 02:44:39] "GET /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.057156 10.0.0.19 - - [2026-05-25 02:44:39] "POST /ref-update HTTP/1.1" 200 156 0.035955 10.0.0.131 - - [2026-05-25 02:44:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007473 10.0.0.73 - - [2026-05-25 02:44:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.237534 10.0.0.73 - - [2026-05-25 02:44:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001829 10.0.0.73 - - [2026-05-25 02:44:39] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009801 10.0.0.73 - - [2026-05-25 02:44:39] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007235 10.0.0.73 - - [2026-05-25 02:44:39] "POST /neutron/network HTTP/1.1" 200 826 0.009492 10.0.0.73 - - [2026-05-25 02:44:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.131 - - [2026-05-25 02:44:39] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001340 10.0.0.73 - - [2026-05-25 02:44:39] "GET /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.049406 10.0.0.131 - - [2026-05-25 02:44:39] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001503 10.0.0.73 - - [2026-05-25 02:44:40] "POST /neutron/network HTTP/1.1" 200 607 0.152914 10.0.0.73 - - [2026-05-25 02:44:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.004662 10.0.0.73 - - [2026-05-25 02:44:40] "GET /virtual-network/5e658fe5-8be4-4988-98b4-42d04b0996ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007123 10.0.0.73 - - [2026-05-25 02:44:40] "POST /neutron/network HTTP/1.1" 200 828 0.010246 10.0.0.73 - - [2026-05-25 02:44:40] "GET /virtual-network/5e658fe5-8be4-4988-98b4-42d04b0996ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008113 10.0.0.73 - - [2026-05-25 02:44:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.011674 10.0.0.73 - - [2026-05-25 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006491 10.0.0.131 - - [2026-05-25 02:44:40] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002269 10.0.0.73 - - [2026-05-25 02:44:40] "GET /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051030 10.0.0.73 - - [2026-05-25 02:44:40] "POST /network-policys HTTP/1.1" 200 573 0.061326 10.0.0.19 - - [2026-05-25 02:44:40] "DELETE /access-control-list/9f2b4b63-35a7-462b-859a-2aaebe30bce8 HTTP/1.1" 200 115 0.073161 10.0.0.73 - - [2026-05-25 02:44:40] "GET /network-policy/b2f5dfb0-8103-46f6-900a-4c8acac1abce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.015237 10.0.0.73 - - [2026-05-25 02:44:40] "POST /neutron/network HTTP/1.1" 200 826 0.018470 10.0.0.19 - - [2026-05-25 02:44:40] "POST /access-control-lists HTTP/1.1" 200 592 0.052696 10.0.0.73 - - [2026-05-25 02:44:40] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.023972 10.0.0.73 - - [2026-05-25 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005976 10.0.0.73 - - [2026-05-25 02:44:41] "GET /network-policy/b2f5dfb0-8103-46f6-900a-4c8acac1abce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006315 10.0.0.73 - - [2026-05-25 02:44:41] "POST /neutron/network HTTP/1.1" 200 828 0.009825 10.0.0.73 - - [2026-05-25 02:44:41] "GET /virtual-network/5e658fe5-8be4-4988-98b4-42d04b0996ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.028590 10.0.0.73 - - [2026-05-25 02:44:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007187 10.0.0.19 - - [2026-05-25 02:44:41] "POST /ref-update HTTP/1.1" 200 156 0.047694 10.0.0.73 - - [2026-05-25 02:44:41] "GET /network-policy/b2f5dfb0-8103-46f6-900a-4c8acac1abce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005013 10.0.0.73 - - [2026-05-25 02:44:41] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006962 10.0.0.73 - - [2026-05-25 02:44:43] "GET /virtual-network/5e658fe5-8be4-4988-98b4-42d04b0996ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.007243 10.0.0.19 - - [2026-05-25 02:44:43] "GET /obj-perms HTTP/1.1" 200 5034 0.071680 10.0.0.73 - - [2026-05-25 02:44:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001536 10.0.0.73 - - [2026-05-25 02:44:44] "POST /neutron/network HTTP/1.1" 200 938 0.008283 10.0.0.131 - - [2026-05-25 02:44:44] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001258 10.0.0.73 - - [2026-05-25 02:44:44] "GET /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.078542 10.0.0.73 - - [2026-05-25 02:44:45] "POST /neutron/port HTTP/1.1" 200 117 0.011945 10.0.0.73 - - [2026-05-25 02:44:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001655 10.0.0.73 - - [2026-05-25 02:44:45] "POST /neutron/network HTTP/1.1" 200 938 0.008149 10.0.0.73 - - [2026-05-25 02:44:46] "POST /neutron/port HTTP/1.1" 200 1062 0.020782 10.0.0.131 - - [2026-05-25 02:44:46] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002018 10.0.0.73 - - [2026-05-25 02:44:46] "GET /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.108363 10.0.0.73 - - [2026-05-25 02:44:46] "POST /neutron/port HTTP/1.1" 200 1126 0.032656 10.0.0.73 - - [2026-05-25 02:44:46] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.73 - - [2026-05-25 02:44:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008488 10.0.0.73 - - [2026-05-25 02:44:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008696 10.0.0.73 - - [2026-05-25 02:44:47] "POST /neutron/port HTTP/1.1" 200 1064 0.064404 10.0.0.73 - - [2026-05-25 02:44:47] "POST /neutron/port HTTP/1.1" 200 1128 0.024172 10.0.0.73 - - [2026-05-25 02:44:47] "POST /neutron/port HTTP/1.1" 200 117 0.001481 10.0.0.131 - - [2026-05-25 02:44:51] "DELETE /project/3dd1d578-cf7c-4656-ace8-2c5b88325150 HTTP/1.1" 404 177 0.004706 10.0.0.131 - - [2026-05-25 02:44:51] "DELETE /project/c0b3de0a7ca64a8c929643b569eb26a4 HTTP/1.1" 404 173 0.010876 10.0.0.73 - - [2026-05-25 02:44:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009112 10.0.0.73 - - [2026-05-25 02:44:52] "POST /neutron/port HTTP/1.1" 200 1126 0.025014 10.0.0.73 - - [2026-05-25 02:44:52] "GET /virtual-machine/a2f836d5-d2ae-4374-9500-3774c3367326 HTTP/1.1" 401 292 0.000683 10.0.0.73 - - [2026-05-25 02:44:52] "GET /virtual-machine/a2f836d5-d2ae-4374-9500-3774c3367326 HTTP/1.1" 200 1297 0.039460 10.0.0.73 - - [2026-05-25 02:44:52] "GET /virtual-machine-interface/2424cbbc-f05b-44fd-b5bd-c87a561fde0a HTTP/1.1" 200 2957 0.007733 10.0.0.73 - - [2026-05-25 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005567 10.0.0.73 - - [2026-05-25 02:44:52] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005775 10.0.0.73 - - [2026-05-25 02:44:52] "GET /virtual-networks?parent_id=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004536 10.0.0.73 - - [2026-05-25 02:44:52] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007800 10.0.0.73 - - [2026-05-25 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007725 10.0.0.73 - - [2026-05-25 02:44:55] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.010370 10.0.0.73 - - [2026-05-25 02:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.73 - - [2026-05-25 02:44:59] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005727 10.0.0.73 - - [2026-05-25 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.73 - - [2026-05-25 02:45:03] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006937 10.0.0.131 - - [2026-05-25 02:45:07] "GET /obj-perms HTTP/1.1" 200 5056 0.066763 10.0.0.73 - - [2026-05-25 02:45:07] "GET /obj-perms HTTP/1.1" 200 5056 0.068255 10.0.0.73 - - [2026-05-25 02:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.73 - - [2026-05-25 02:45:08] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006638 10.0.0.73 - - [2026-05-25 02:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.011858 10.0.0.73 - - [2026-05-25 02:45:12] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007115 10.0.0.73 - - [2026-05-25 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.73 - - [2026-05-25 02:45:16] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008330 10.0.0.73 - - [2026-05-25 02:45:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005857 10.0.0.73 - - [2026-05-25 02:45:20] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006596 10.0.0.73 - - [2026-05-25 02:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.73 - - [2026-05-25 02:45:24] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007869 10.0.0.73 - - [2026-05-25 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.73 - - [2026-05-25 02:45:26] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005074 10.0.0.73 - - [2026-05-25 02:45:26] "GET /virtual-networks?parent_id=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004184 10.0.0.73 - - [2026-05-25 02:45:26] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.010628 10.0.0.73 - - [2026-05-25 02:45:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012438 10.0.0.73 - - [2026-05-25 02:45:33] "POST /neutron/port HTTP/1.1" 200 1128 0.021880 10.0.0.73 - - [2026-05-25 02:45:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005175 10.0.0.73 - - [2026-05-25 02:45:33] "POST /neutron/network HTTP/1.1" 200 930 0.009244 10.0.0.73 - - [2026-05-25 02:45:37] "POST /neutron/port HTTP/1.1" 200 1126 0.022402 10.0.0.73 - - [2026-05-25 02:45:39] "POST /neutron/port HTTP/1.1" 200 1126 0.024656 10.0.0.73 - - [2026-05-25 02:45:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.011668 10.0.0.73 - - [2026-05-25 02:45:42] "POST /neutron/port HTTP/1.1" 200 1126 0.023456 10.0.0.73 - - [2026-05-25 02:45:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007339 10.0.0.73 - - [2026-05-25 02:45:47] "POST /neutron/port HTTP/1.1" 200 1128 0.033386 10.0.0.73 - - [2026-05-25 02:45:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009558 10.0.0.73 - - [2026-05-25 02:45:47] "GET /virtual-machine/bafbc026-452d-49a2-bc66-a51343cd8482 HTTP/1.1" 200 1297 0.007563 10.0.0.73 - - [2026-05-25 02:45:47] "GET /virtual-machine-interface/e1202805-c4e3-4f88-a4b5-75fe83351c0a HTTP/1.1" 200 2958 0.006710 10.0.0.73 - - [2026-05-25 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.73 - - [2026-05-25 02:45:47] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005570 10.0.0.73 - - [2026-05-25 02:45:47] "GET /virtual-networks?parent_id=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003581 10.0.0.73 - - [2026-05-25 02:45:47] "GET /virtual-network/5e658fe5-8be4-4988-98b4-42d04b0996ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.007716 10.0.0.73 - - [2026-05-25 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.73 - - [2026-05-25 02:45:48] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005595 10.0.0.73 - - [2026-05-25 02:45:48] "GET /virtual-networks?parent_id=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003746 10.0.0.73 - - [2026-05-25 02:45:49] "GET /virtual-network/5e658fe5-8be4-4988-98b4-42d04b0996ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.007825 10.0.0.73 - - [2026-05-25 02:46:34] "POST /neutron/port HTTP/1.1" 200 1128 0.021522 10.0.0.73 - - [2026-05-25 02:46:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004606 10.0.0.73 - - [2026-05-25 02:46:34] "POST /neutron/network HTTP/1.1" 200 930 0.007853 10.0.0.73 - - [2026-05-25 02:46:41] "POST /neutron/network HTTP/1.1" 200 938 0.011809 10.0.0.73 - - [2026-05-25 02:46:41] "POST /neutron/port HTTP/1.1" 200 117 0.001716 10.0.0.73 - - [2026-05-25 02:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.131 - - [2026-05-25 02:46:46] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.036012 10.0.0.73 - - [2026-05-25 02:46:46] "GET /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.088711 10.0.0.73 - - [2026-05-25 02:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.73 - - [2026-05-25 02:46:46] "PUT /network-policy/b2f5dfb0-8103-46f6-900a-4c8acac1abce HTTP/1.1" 200 263 0.022396 10.0.0.19 - - [2026-05-25 02:46:47] "PUT /access-control-list/bd413fa2-fd6b-41d5-915f-bf2303fb741f HTTP/1.1" 200 273 0.116589 10.0.0.73 - - [2026-05-25 02:46:50] "GET /virtual-network/5e658fe5-8be4-4988-98b4-42d04b0996ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.007182 10.0.0.73 - - [2026-05-25 02:46:50] "POST /neutron/network HTTP/1.1" 200 828 0.075676 10.0.0.73 - - [2026-05-25 02:46:50] "GET /virtual-network/5e658fe5-8be4-4988-98b4-42d04b0996ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008330 10.0.0.73 - - [2026-05-25 02:46:50] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005859 10.0.0.73 - - [2026-05-25 02:46:50] "POST /neutron/network HTTP/1.1" 200 826 0.096247 10.0.0.19 - - [2026-05-25 02:46:50] "DELETE /access-control-list/bd413fa2-fd6b-41d5-915f-bf2303fb741f HTTP/1.1" 200 115 0.052846 10.0.0.73 - - [2026-05-25 02:46:50] "GET /virtual-network/74e5d7ee-009e-4445-9c66-e53dca90d13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008943 10.0.0.73 - - [2026-05-25 02:46:50] "DELETE /network-policy/b2f5dfb0-8103-46f6-900a-4c8acac1abce HTTP/1.1" 200 115 0.063936 10.0.0.73 - - [2026-05-25 02:46:50] "POST /neutron/network HTTP/1.1" 400 204 0.014719 10.0.0.73 - - [2026-05-25 02:46:51] "POST /neutron/port HTTP/1.1" 200 1118 0.015390 10.0.0.73 - - [2026-05-25 02:46:51] "POST /neutron/port HTTP/1.1" 200 151 0.269858 10.0.0.73 - - [2026-05-25 02:46:53] "POST /neutron/network HTTP/1.1" 200 826 0.007182 10.0.0.19 - - [2026-05-25 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004979 10.0.0.131 - - [2026-05-25 02:46:55] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.73 - - [2026-05-25 02:46:55] "GET /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.073499 10.0.0.131 - - [2026-05-25 02:46:55] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.73 - - [2026-05-25 02:46:55] "GET /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4?fields=virtual_networks HTTP/1.1" 200 1039 0.045804 10.0.0.131 - - [2026-05-25 02:46:55] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001332 10.0.0.73 - - [2026-05-25 02:46:55] "GET /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.054533 10.0.0.131 - - [2026-05-25 02:46:55] "GET /projects?obj_uuids=c0b3de0a-7ca6-4a8c-9296-43b569eb26a4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001440 10.0.0.73 - - [2026-05-25 02:46:55] "GET /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4?fields=security_groups HTTP/1.1" 200 1268 0.051770 10.0.0.73 - - [2026-05-25 02:46:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.038137 10.0.0.131 - - [2026-05-25 02:46:56] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003850 10.0.0.131 - - [2026-05-25 02:46:56] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001538 10.0.0.131 - - [2026-05-25 02:46:56] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040941 10.0.0.131 - - [2026-05-25 02:46:56] "POST /id-to-fqname HTTP/1.1" 200 202 0.003861 10.0.0.131 - - [2026-05-25 02:46:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.007062 10.0.0.131 - - [2026-05-25 02:46:56] "POST /security-groups HTTP/1.1" 200 603 0.064982 10.0.0.131 - - [2026-05-25 02:46:56] "POST /projects HTTP/1.1" 200 609 0.305103 10.0.0.19 - - [2026-05-25 02:46:56] "POST /access-control-lists HTTP/1.1" 200 610 0.039997 10.0.0.131 - - [2026-05-25 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.405114 10.0.0.73 - - [2026-05-25 02:46:57] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.609680 10.0.0.73 - - [2026-05-25 02:46:58] "GET / HTTP/1.1" 200 36215 0.002380 10.0.0.73 - - [2026-05-25 02:47:02] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001152 10.0.0.131 - - [2026-05-25 02:47:02] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001969 10.0.0.73 - - [2026-05-25 02:47:02] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.089793 10.0.0.73 - - [2026-05-25 02:47:03] "GET / HTTP/1.1" 200 36215 0.003505 10.0.0.73 - - [2026-05-25 02:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.131 - - [2026-05-25 02:47:03] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.73 - - [2026-05-25 02:47:03] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009205 10.0.0.73 - - [2026-05-25 02:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.131 - - [2026-05-25 02:47:03] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001207 10.0.0.73 - - [2026-05-25 02:47:03] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.060813 10.0.0.73 - - [2026-05-25 02:47:04] "GET /domains HTTP/1.1" 401 292 0.000449 10.0.0.73 - - [2026-05-25 02:47:05] "GET /domains HTTP/1.1" 200 281 0.035893 10.0.0.131 - - [2026-05-25 02:47:05] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.73 - - [2026-05-25 02:47:05] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10 HTTP/1.1" 200 2980 0.010966 10.0.0.131 - - [2026-05-25 02:47:05] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.73 - - [2026-05-25 02:47:05] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501 HTTP/1.1" 200 1930 0.088244 10.0.0.73 - - [2026-05-25 02:47:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003262 10.0.0.73 - - [2026-05-25 02:47:05] "POST /network-ipams HTTP/1.1" 200 623 0.033436 10.0.0.73 - - [2026-05-25 02:47:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003898 10.0.0.73 - - [2026-05-25 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.73 - - [2026-05-25 02:47:05] "GET /network-ipam/e3254e67-3a2f-406a-b6b7-f92b7dc3cf55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.008477 10.0.0.73 - - [2026-05-25 02:47:05] "PUT /network-ipam/e3254e67-3a2f-406a-b6b7-f92b7dc3cf55 HTTP/1.1" 200 259 0.016849 10.0.0.73 - - [2026-05-25 02:47:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000853 10.0.0.73 - - [2026-05-25 02:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.036029 10.0.0.131 - - [2026-05-25 02:47:06] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.73 - - [2026-05-25 02:47:06] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.059099 10.0.0.131 - - [2026-05-25 02:47:06] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001684 10.0.0.73 - - [2026-05-25 02:47:06] "POST /neutron/network HTTP/1.1" 200 623 0.163322 10.0.0.19 - - [2026-05-25 02:47:06] "POST /route-targets HTTP/1.1" 200 328 0.017566 10.0.0.131 - - [2026-05-25 02:47:07] "POST /useragent-kv HTTP/1.1" 200 115 0.012259 10.0.0.73 - - [2026-05-25 02:47:07] "POST /neutron/subnet HTTP/1.1" 200 828 0.230742 10.0.0.73 - - [2026-05-25 02:47:07] "POST /id-to-fqname HTTP/1.1" 200 235 0.001615 10.0.0.73 - - [2026-05-25 02:47:07] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.007222 10.0.0.73 - - [2026-05-25 02:47:07] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.007291 10.0.0.73 - - [2026-05-25 02:47:07] "POST /neutron/network HTTP/1.1" 200 1337 0.015740 10.0.0.73 - - [2026-05-25 02:47:07] "POST /neutron/subnet HTTP/1.1" 200 828 0.020393 10.0.0.73 - - [2026-05-25 02:47:07] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.009176 10.0.0.19 - - [2026-05-25 02:47:10] "GET /obj-perms HTTP/1.1" 200 5056 0.393553 10.0.0.73 - - [2026-05-25 02:47:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.004549 10.0.0.73 - - [2026-05-25 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005439 10.0.0.131 - - [2026-05-25 02:47:10] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001664 10.0.0.73 - - [2026-05-25 02:47:10] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.079014 10.0.0.73 - - [2026-05-25 02:47:10] "POST /network-policys HTTP/1.1" 200 565 0.040841 10.0.0.73 - - [2026-05-25 02:47:10] "GET /network-policy/40929e48-1ebd-4528-8b76-604b57e744cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008469 10.0.0.73 - - [2026-05-25 02:47:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003889 10.0.0.73 - - [2026-05-25 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.131 - - [2026-05-25 02:47:10] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.73 - - [2026-05-25 02:47:10] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.056492 10.0.0.73 - - [2026-05-25 02:47:10] "POST /network-policys HTTP/1.1" 200 565 0.037230 10.0.0.73 - - [2026-05-25 02:47:10] "GET /network-policy/70614780-ec3a-4dac-af38-209928f65227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.011283 10.0.0.73 - - [2026-05-25 02:47:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.004613 10.0.0.73 - - [2026-05-25 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.131 - - [2026-05-25 02:47:11] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002012 10.0.0.73 - - [2026-05-25 02:47:11] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.053901 10.0.0.73 - - [2026-05-25 02:47:11] "POST /network-policys HTTP/1.1" 200 565 0.051510 10.0.0.73 - - [2026-05-25 02:47:11] "GET /network-policy/d3d17136-c1e4-4004-9097-6122197c83db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008784 10.0.0.73 - - [2026-05-25 02:47:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.004244 10.0.0.73 - - [2026-05-25 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005191 10.0.0.131 - - [2026-05-25 02:47:11] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001546 10.0.0.73 - - [2026-05-25 02:47:11] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044061 10.0.0.73 - - [2026-05-25 02:47:11] "POST /network-policys HTTP/1.1" 200 565 0.039006 10.0.0.73 - - [2026-05-25 02:47:11] "GET /network-policy/587e8cf5-9758-4778-befa-a622013903ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.010466 10.0.0.73 - - [2026-05-25 02:47:11] "POST /fqname-to-id HTTP/1.1" 404 229 0.004649 10.0.0.73 - - [2026-05-25 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005921 10.0.0.131 - - [2026-05-25 02:47:11] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001265 10.0.0.73 - - [2026-05-25 02:47:11] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.052860 10.0.0.73 - - [2026-05-25 02:47:12] "POST /network-policys HTTP/1.1" 200 565 0.036741 10.0.0.73 - - [2026-05-25 02:47:12] "GET /network-policy/0b8af587-8fcf-4d90-9139-79c15eb67f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008219 10.0.0.73 - - [2026-05-25 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.004085 10.0.0.73 - - [2026-05-25 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.131 - - [2026-05-25 02:47:12] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001404 10.0.0.73 - - [2026-05-25 02:47:12] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.085372 10.0.0.73 - - [2026-05-25 02:47:12] "POST /network-policys HTTP/1.1" 200 565 0.041648 10.0.0.73 - - [2026-05-25 02:47:12] "GET /network-policy/d0327610-3f86-438c-8320-9637081b2865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008189 10.0.0.73 - - [2026-05-25 02:47:12] "POST /fqname-to-id HTTP/1.1" 404 229 0.004685 10.0.0.73 - - [2026-05-25 02:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.131 - - [2026-05-25 02:47:12] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.73 - - [2026-05-25 02:47:12] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.055664 10.0.0.73 - - [2026-05-25 02:47:12] "POST /network-policys HTTP/1.1" 200 565 0.038516 10.0.0.73 - - [2026-05-25 02:47:12] "GET /network-policy/52db0800-c6a4-4a99-858c-6272f1a1ead4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008268 10.0.0.73 - - [2026-05-25 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.004493 10.0.0.73 - - [2026-05-25 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.131 - - [2026-05-25 02:47:13] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001314 10.0.0.73 - - [2026-05-25 02:47:13] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049610 10.0.0.73 - - [2026-05-25 02:47:13] "POST /network-policys HTTP/1.1" 200 565 0.038502 10.0.0.73 - - [2026-05-25 02:47:13] "GET /network-policy/9b82ae03-35fe-4164-83fa-d31efd825a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008086 10.0.0.73 - - [2026-05-25 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.003988 10.0.0.73 - - [2026-05-25 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.131 - - [2026-05-25 02:47:13] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001332 10.0.0.73 - - [2026-05-25 02:47:13] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.060306 10.0.0.73 - - [2026-05-25 02:47:13] "POST /network-policys HTTP/1.1" 200 565 0.035362 10.0.0.73 - - [2026-05-25 02:47:13] "GET /network-policy/44886e34-b3b1-4cd2-a681-d5bf11c2f6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008299 10.0.0.73 - - [2026-05-25 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.004470 10.0.0.73 - - [2026-05-25 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.131 - - [2026-05-25 02:47:14] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.73 - - [2026-05-25 02:47:14] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.063145 10.0.0.73 - - [2026-05-25 02:47:14] "POST /network-policys HTTP/1.1" 200 565 0.037441 10.0.0.73 - - [2026-05-25 02:47:14] "GET /network-policy/52193297-8eb8-4258-b8b2-cb492e6b7898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008322 10.0.0.19 - - [2026-05-25 02:47:14] "POST /access-control-lists HTTP/1.1" 200 611 0.064624 10.0.0.73 - - [2026-05-25 02:47:14] "POST /neutron/network HTTP/1.1" 200 2250 0.055937 10.0.0.73 - - [2026-05-25 02:47:14] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.006999 10.0.0.73 - - [2026-05-25 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.73 - - [2026-05-25 02:47:14] "GET /network-policy/0b8af587-8fcf-4d90-9139-79c15eb67f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005883 10.0.0.73 - - [2026-05-25 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.73 - - [2026-05-25 02:47:14] "GET /network-policy/40929e48-1ebd-4528-8b76-604b57e744cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006055 10.0.0.73 - - [2026-05-25 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.73 - - [2026-05-25 02:47:15] "GET /network-policy/44886e34-b3b1-4cd2-a681-d5bf11c2f6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.009680 10.0.0.73 - - [2026-05-25 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.73 - - [2026-05-25 02:47:15] "GET /network-policy/52193297-8eb8-4258-b8b2-cb492e6b7898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006194 10.0.0.73 - - [2026-05-25 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.73 - - [2026-05-25 02:47:15] "GET /network-policy/52db0800-c6a4-4a99-858c-6272f1a1ead4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005750 10.0.0.73 - - [2026-05-25 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.73 - - [2026-05-25 02:47:15] "GET /network-policy/587e8cf5-9758-4778-befa-a622013903ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006378 10.0.0.73 - - [2026-05-25 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.73 - - [2026-05-25 02:47:15] "GET /network-policy/70614780-ec3a-4dac-af38-209928f65227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005984 10.0.0.73 - - [2026-05-25 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.73 - - [2026-05-25 02:47:15] "GET /network-policy/9b82ae03-35fe-4164-83fa-d31efd825a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005630 10.0.0.73 - - [2026-05-25 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.73 - - [2026-05-25 02:47:15] "GET /network-policy/d0327610-3f86-438c-8320-9637081b2865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005877 10.0.0.73 - - [2026-05-25 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.73 - - [2026-05-25 02:47:15] "GET /network-policy/d3d17136-c1e4-4004-9097-6122197c83db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005426 10.0.0.73 - - [2026-05-25 02:47:15] "POST /id-to-fqname HTTP/1.1" 200 235 0.002579 10.0.0.131 - - [2026-05-25 02:47:16] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001276 10.0.0.73 - - [2026-05-25 02:47:16] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.085433 10.0.0.73 - - [2026-05-25 02:47:16] "POST /neutron/port HTTP/1.1" 200 117 0.007915 10.0.0.73 - - [2026-05-25 02:47:17] "POST /neutron/network HTTP/1.1" 200 2260 0.011695 10.0.0.73 - - [2026-05-25 02:47:17] "POST /neutron/port HTTP/1.1" 200 1174 0.026676 10.0.0.73 - - [2026-05-25 02:47:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004889 10.0.0.73 - - [2026-05-25 02:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.001496 10.0.0.73 - - [2026-05-25 02:47:22] "POST /neutron/port HTTP/1.1" 200 1238 0.029173 10.0.0.73 - - [2026-05-25 02:47:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009802 10.0.0.73 - - [2026-05-25 02:47:22] "GET /virtual-machine/c065c582-3b3a-4909-bef4-726e1752f3c2 HTTP/1.1" 401 292 0.000560 10.0.0.73 - - [2026-05-25 02:47:22] "GET /virtual-machine/c065c582-3b3a-4909-bef4-726e1752f3c2 HTTP/1.1" 200 1307 0.041073 10.0.0.73 - - [2026-05-25 02:47:22] "GET /virtual-machine-interface/3d2b46f7-7a93-4f22-9839-0362ae27cd2c HTTP/1.1" 200 3176 0.007554 10.0.0.73 - - [2026-05-25 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006815 10.0.0.73 - - [2026-05-25 02:47:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005304 10.0.0.73 - - [2026-05-25 02:47:22] "GET /virtual-networks?parent_id=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.004081 10.0.0.73 - - [2026-05-25 02:47:22] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.008240 10.0.0.73 - - [2026-05-25 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.73 - - [2026-05-25 02:47:25] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.006306 10.0.0.73 - - [2026-05-25 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.73 - - [2026-05-25 02:47:30] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.007715 10.0.0.73 - - [2026-05-25 02:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005317 10.0.0.73 - - [2026-05-25 02:47:34] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.007388 10.0.0.73 - - [2026-05-25 02:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.73 - - [2026-05-25 02:47:38] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.007048 10.0.0.73 - - [2026-05-25 02:47:41] "POST /neutron/port HTTP/1.1" 200 1238 0.023788 10.0.0.73 - - [2026-05-25 02:47:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004764 10.0.0.73 - - [2026-05-25 02:47:41] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.73 - - [2026-05-25 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.73 - - [2026-05-25 02:47:42] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.006511 10.0.0.73 - - [2026-05-25 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.73 - - [2026-05-25 02:47:46] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.006077 10.0.0.19 - - [2026-05-25 02:47:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.19 - - [2026-05-25 02:47:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000643 10.0.0.131 - - [2026-05-25 02:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000657 10.0.0.131 - - [2026-05-25 02:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000777 10.0.0.19 - - [2026-05-25 02:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.19 - - [2026-05-25 02:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.131 - - [2026-05-25 02:47:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.131 - - [2026-05-25 02:47:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.73 - - [2026-05-25 02:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.73 - - [2026-05-25 02:47:50] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.006494 10.0.0.73 - - [2026-05-25 02:47:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000684 10.0.0.131 - - [2026-05-25 02:47:51] "DELETE /project/f4c36312a97c4f88999e88854e85b501 HTTP/1.1" 404 173 0.006014 10.0.0.131 - - [2026-05-25 02:47:51] "DELETE /project/c0b3de0a-7ca6-4a8c-9296-43b569eb26a4 HTTP/1.1" 404 177 0.012263 10.0.0.73 - - [2026-05-25 02:47:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000652 10.0.0.73 - - [2026-05-25 02:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.73 - - [2026-05-25 02:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.73 - - [2026-05-25 02:47:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.73 - - [2026-05-25 02:47:54] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.007619 10.0.0.73 - - [2026-05-25 02:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.73 - - [2026-05-25 02:47:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004543 10.0.0.73 - - [2026-05-25 02:47:58] "GET /virtual-networks?parent_id=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003883 10.0.0.73 - - [2026-05-25 02:47:58] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6153 0.007060 10.0.0.73 - - [2026-05-25 02:47:58] "POST /neutron/port HTTP/1.1" 200 1238 0.022805 10.0.0.73 - - [2026-05-25 02:48:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010613 10.0.0.73 - - [2026-05-25 02:48:09] "POST /neutron/port HTTP/1.1" 200 1238 0.025499 10.0.0.131 - - [2026-05-25 02:48:10] "GET /obj-perms HTTP/1.1" 200 5056 0.068043 10.0.0.73 - - [2026-05-25 02:48:10] "GET /obj-perms HTTP/1.1" 200 5056 0.062517 10.0.0.73 - - [2026-05-25 02:48:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010899 10.0.0.73 - - [2026-05-25 02:48:19] "POST /neutron/port HTTP/1.1" 200 1238 0.020898 10.0.0.73 - - [2026-05-25 02:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.73 - - [2026-05-25 02:48:19] "GET /network-policy/40929e48-1ebd-4528-8b76-604b57e744cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005515 10.0.0.73 - - [2026-05-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.73 - - [2026-05-25 02:48:20] "GET /network-policy/70614780-ec3a-4dac-af38-209928f65227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006302 10.0.0.73 - - [2026-05-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.73 - - [2026-05-25 02:48:20] "GET /network-policy/d3d17136-c1e4-4004-9097-6122197c83db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005831 10.0.0.73 - - [2026-05-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005051 10.0.0.73 - - [2026-05-25 02:48:20] "GET /network-policy/587e8cf5-9758-4778-befa-a622013903ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006216 10.0.0.73 - - [2026-05-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.73 - - [2026-05-25 02:48:20] "GET /network-policy/0b8af587-8fcf-4d90-9139-79c15eb67f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005230 10.0.0.73 - - [2026-05-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.73 - - [2026-05-25 02:48:20] "GET /network-policy/d0327610-3f86-438c-8320-9637081b2865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006004 10.0.0.73 - - [2026-05-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.73 - - [2026-05-25 02:48:20] "GET /network-policy/52db0800-c6a4-4a99-858c-6272f1a1ead4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005576 10.0.0.73 - - [2026-05-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.73 - - [2026-05-25 02:48:20] "GET /network-policy/9b82ae03-35fe-4164-83fa-d31efd825a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006003 10.0.0.73 - - [2026-05-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005122 10.0.0.73 - - [2026-05-25 02:48:20] "GET /network-policy/44886e34-b3b1-4cd2-a681-d5bf11c2f6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006488 10.0.0.73 - - [2026-05-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.73 - - [2026-05-25 02:48:20] "GET /network-policy/52193297-8eb8-4258-b8b2-cb492e6b7898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006604 10.0.0.19 - - [2026-05-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.058136 10.0.0.73 - - [2026-05-25 02:48:20] "POST /neutron/network HTTP/1.1" 200 1440 0.174357 10.0.0.19 - - [2026-05-25 02:48:20] "PUT /access-control-list/9ff94d68-3a69-4a29-840b-1f461d144012 HTTP/1.1" 200 273 0.066868 10.0.0.73 - - [2026-05-25 02:48:20] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.006922 10.0.0.73 - - [2026-05-25 02:48:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.73 - - [2026-05-25 02:48:20] "GET /network-policy/40929e48-1ebd-4528-8b76-604b57e744cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006048 10.0.0.73 - - [2026-05-25 02:48:26] "POST /neutron/network HTTP/1.1" 200 1440 0.110797 10.0.0.73 - - [2026-05-25 02:48:26] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.014236 10.0.0.73 - - [2026-05-25 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.73 - - [2026-05-25 02:48:26] "GET /network-policy/70614780-ec3a-4dac-af38-209928f65227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006160 10.0.0.73 - - [2026-05-25 02:48:31] "POST /neutron/network HTTP/1.1" 200 1440 0.138888 10.0.0.73 - - [2026-05-25 02:48:31] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.006370 10.0.0.73 - - [2026-05-25 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.73 - - [2026-05-25 02:48:31] "GET /network-policy/d3d17136-c1e4-4004-9097-6122197c83db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004879 10.0.0.19 - - [2026-05-25 02:48:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.004291 10.0.0.19 - - [2026-05-25 02:48:36] "PUT /access-control-list/9ff94d68-3a69-4a29-840b-1f461d144012 HTTP/1.1" 200 273 0.022319 10.0.0.73 - - [2026-05-25 02:48:36] "POST /neutron/network HTTP/1.1" 200 1440 0.128815 10.0.0.73 - - [2026-05-25 02:48:36] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.006362 10.0.0.73 - - [2026-05-25 02:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006133 10.0.0.73 - - [2026-05-25 02:48:36] "GET /network-policy/587e8cf5-9758-4778-befa-a622013903ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004980 10.0.0.73 - - [2026-05-25 02:48:42] "POST /neutron/network HTTP/1.1" 200 1440 0.153514 10.0.0.73 - - [2026-05-25 02:48:42] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.008112 10.0.0.73 - - [2026-05-25 02:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.73 - - [2026-05-25 02:48:42] "GET /network-policy/0b8af587-8fcf-4d90-9139-79c15eb67f74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006070 10.0.0.73 - - [2026-05-25 02:48:43] "POST /neutron/port HTTP/1.1" 200 1238 0.049783 10.0.0.73 - - [2026-05-25 02:48:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005203 10.0.0.73 - - [2026-05-25 02:48:43] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.73 - - [2026-05-25 02:48:47] "POST /neutron/network HTTP/1.1" 200 1440 0.121017 10.0.0.73 - - [2026-05-25 02:48:47] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.007747 10.0.0.73 - - [2026-05-25 02:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.73 - - [2026-05-25 02:48:47] "GET /network-policy/d0327610-3f86-438c-8320-9637081b2865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005945 10.0.0.19 - - [2026-05-25 02:48:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.005377 10.0.0.73 - - [2026-05-25 02:48:52] "POST /neutron/network HTTP/1.1" 200 1440 0.124956 10.0.0.19 - - [2026-05-25 02:48:52] "PUT /access-control-list/9ff94d68-3a69-4a29-840b-1f461d144012 HTTP/1.1" 200 273 0.065134 10.0.0.73 - - [2026-05-25 02:48:52] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.007773 10.0.0.73 - - [2026-05-25 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.73 - - [2026-05-25 02:48:52] "GET /network-policy/52db0800-c6a4-4a99-858c-6272f1a1ead4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005028 10.0.0.73 - - [2026-05-25 02:48:58] "POST /neutron/network HTTP/1.1" 200 1440 0.142550 10.0.0.73 - - [2026-05-25 02:48:58] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.007359 10.0.0.73 - - [2026-05-25 02:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.73 - - [2026-05-25 02:48:58] "GET /network-policy/9b82ae03-35fe-4164-83fa-d31efd825a9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005247 10.0.0.73 - - [2026-05-25 02:49:03] "POST /neutron/network HTTP/1.1" 200 1440 0.118150 10.0.0.73 - - [2026-05-25 02:49:03] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.006686 10.0.0.73 - - [2026-05-25 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.73 - - [2026-05-25 02:49:03] "GET /network-policy/44886e34-b3b1-4cd2-a681-d5bf11c2f6a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005491 10.0.0.19 - - [2026-05-25 02:49:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.007045 10.0.0.19 - - [2026-05-25 02:49:08] "PUT /access-control-list/9ff94d68-3a69-4a29-840b-1f461d144012 HTTP/1.1" 200 273 0.022336 10.0.0.73 - - [2026-05-25 02:49:08] "POST /neutron/network HTTP/1.1" 200 1440 0.125433 10.0.0.73 - - [2026-05-25 02:49:08] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.006844 10.0.0.73 - - [2026-05-25 02:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.73 - - [2026-05-25 02:49:08] "GET /network-policy/52193297-8eb8-4258-b8b2-cb492e6b7898?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004663 10.0.0.73 - - [2026-05-25 02:49:13] "GET /virtual-machine/c065c582-3b3a-4909-bef4-726e1752f3c2 HTTP/1.1" 200 1307 0.006426 10.0.0.73 - - [2026-05-25 02:49:14] "POST /neutron/port HTTP/1.1" 200 1228 0.029298 10.0.0.73 - - [2026-05-25 02:49:15] "GET /virtual-machine/c065c582-3b3a-4909-bef4-726e1752f3c2 HTTP/1.1" 404 171 0.006055 10.0.0.73 - - [2026-05-25 02:49:15] "GET /virtual-machine/c065c582-3b3a-4909-bef4-726e1752f3c2 HTTP/1.1" 404 171 0.003694 10.0.0.73 - - [2026-05-25 02:49:15] "GET /virtual-machine/c065c582-3b3a-4909-bef4-726e1752f3c2 HTTP/1.1" 404 171 0.003648 10.0.0.73 - - [2026-05-25 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.73 - - [2026-05-25 02:49:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005366 10.0.0.73 - - [2026-05-25 02:49:16] "GET /virtual-networks?parent_id=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.004589 10.0.0.73 - - [2026-05-25 02:49:16] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.007337 10.0.0.73 - - [2026-05-25 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881 10.0.0.73 - - [2026-05-25 02:49:16] "GET /routing-instance/435af6df-4581-4866-b4a4-2006376714a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005631 10.0.0.73 - - [2026-05-25 02:49:16] "GET /route-target/88176839-108b-4e22-b612-c9226a5a5ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005061 10.0.0.19 - - [2026-05-25 02:49:19] "GET /obj-perms HTTP/1.1" 200 5019 0.061336 10.0.0.73 - - [2026-05-25 02:49:22] "GET /obj-perms HTTP/1.1" 200 5019 0.059363 10.0.0.73 - - [2026-05-25 02:49:25] "GET /obj-perms HTTP/1.1" 200 5019 0.004980 10.0.0.19 - - [2026-05-25 02:49:25] "GET /obj-perms HTTP/1.1" 200 5019 0.004654 10.0.0.73 - - [2026-05-25 02:49:26] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3498 0.007301 10.0.0.73 - - [2026-05-25 02:49:26] "POST /neutron/network HTTP/1.1" 200 1337 0.099863 10.0.0.73 - - [2026-05-25 02:49:26] "GET /virtual-network/64e4f015-369d-49b7-a9a0-82b741da1a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3178 0.006860 10.0.0.73 - - [2026-05-25 02:49:26] "DELETE /network-policy/52193297-8eb8-4258-b8b2-cb492e6b7898 HTTP/1.1" 200 115 0.054803 10.0.0.73 - - [2026-05-25 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.131 - - [2026-05-25 02:49:26] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001338 10.0.0.73 - - [2026-05-25 02:49:26] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.056156 10.0.0.73 - - [2026-05-25 02:49:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-26937264&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.007931 10.0.0.73 - - [2026-05-25 02:49:26] "DELETE /network-policy/44886e34-b3b1-4cd2-a681-d5bf11c2f6a5 HTTP/1.1" 200 115 0.041022 10.0.0.73 - - [2026-05-25 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007101 10.0.0.131 - - [2026-05-25 02:49:26] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001418 10.0.0.73 - - [2026-05-25 02:49:26] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.045012 10.0.0.73 - - [2026-05-25 02:49:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-26937264&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.007471 10.0.0.73 - - [2026-05-25 02:49:26] "DELETE /network-policy/9b82ae03-35fe-4164-83fa-d31efd825a9d HTTP/1.1" 200 115 0.042258 10.0.0.73 - - [2026-05-25 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.131 - - [2026-05-25 02:49:26] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001284 10.0.0.73 - - [2026-05-25 02:49:26] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044409 10.0.0.73 - - [2026-05-25 02:49:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-26937264&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.008778 10.0.0.73 - - [2026-05-25 02:49:27] "DELETE /network-policy/52db0800-c6a4-4a99-858c-6272f1a1ead4 HTTP/1.1" 200 115 0.070865 10.0.0.73 - - [2026-05-25 02:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006040 10.0.0.131 - - [2026-05-25 02:49:27] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001398 10.0.0.73 - - [2026-05-25 02:49:27] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.053272 10.0.0.73 - - [2026-05-25 02:49:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-26937264&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.007619 10.0.0.73 - - [2026-05-25 02:49:27] "DELETE /network-policy/d0327610-3f86-438c-8320-9637081b2865 HTTP/1.1" 200 115 0.052529 10.0.0.73 - - [2026-05-25 02:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.131 - - [2026-05-25 02:49:27] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001534 10.0.0.73 - - [2026-05-25 02:49:27] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.047095 10.0.0.73 - - [2026-05-25 02:49:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-26937264&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.006666 10.0.0.73 - - [2026-05-25 02:49:27] "DELETE /network-policy/0b8af587-8fcf-4d90-9139-79c15eb67f74 HTTP/1.1" 200 115 0.050569 10.0.0.73 - - [2026-05-25 02:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.131 - - [2026-05-25 02:49:27] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001822 10.0.0.73 - - [2026-05-25 02:49:27] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.052572 10.0.0.73 - - [2026-05-25 02:49:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-26937264&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.006815 10.0.0.73 - - [2026-05-25 02:49:27] "DELETE /network-policy/587e8cf5-9758-4778-befa-a622013903ed HTTP/1.1" 200 115 0.045976 10.0.0.73 - - [2026-05-25 02:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.131 - - [2026-05-25 02:49:27] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001268 10.0.0.73 - - [2026-05-25 02:49:27] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.045389 10.0.0.73 - - [2026-05-25 02:49:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-26937264&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.006688 10.0.0.73 - - [2026-05-25 02:49:28] "DELETE /network-policy/d3d17136-c1e4-4004-9097-6122197c83db HTTP/1.1" 200 115 0.045146 10.0.0.73 - - [2026-05-25 02:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.131 - - [2026-05-25 02:49:28] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001419 10.0.0.73 - - [2026-05-25 02:49:28] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.053446 10.0.0.73 - - [2026-05-25 02:49:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-26937264&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.007299 10.0.0.73 - - [2026-05-25 02:49:28] "DELETE /network-policy/70614780-ec3a-4dac-af38-209928f65227 HTTP/1.1" 200 115 0.048954 10.0.0.73 - - [2026-05-25 02:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.131 - - [2026-05-25 02:49:28] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001183 10.0.0.73 - - [2026-05-25 02:49:28] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041655 10.0.0.73 - - [2026-05-25 02:49:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-26937264&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.006285 10.0.0.73 - - [2026-05-25 02:49:28] "DELETE /network-policy/40929e48-1ebd-4528-8b76-604b57e744cb HTTP/1.1" 200 115 0.038201 10.0.0.73 - - [2026-05-25 02:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005457 10.0.0.131 - - [2026-05-25 02:49:28] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001200 10.0.0.73 - - [2026-05-25 02:49:28] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049211 10.0.0.73 - - [2026-05-25 02:49:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-26937264&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006353 10.0.0.131 - - [2026-05-25 02:49:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003813 10.0.0.131 - - [2026-05-25 02:49:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006894 10.0.0.131 - - [2026-05-25 02:49:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006038 10.0.0.131 - - [2026-05-25 02:49:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004324 10.0.0.131 - - [2026-05-25 02:49:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003299 10.0.0.131 - - [2026-05-25 02:49:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.73 - - [2026-05-25 02:49:28] "POST /neutron/network HTTP/1.1" 200 151 0.178704 10.0.0.19 - - [2026-05-25 02:49:28] "DELETE /route-target/88176839-108b-4e22-b612-c9226a5a5ab6 HTTP/1.1" 200 115 0.044441 10.0.0.73 - - [2026-05-25 02:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.73 - - [2026-05-25 02:49:29] "DELETE /network-ipam/e3254e67-3a2f-406a-b6b7-f92b7dc3cf55 HTTP/1.1" 200 115 0.040609 10.0.0.73 - - [2026-05-25 02:49:29] "POST /fqname-to-id HTTP/1.1" 404 260 0.003469 10.0.0.131 - - [2026-05-25 02:49:29] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001131 10.0.0.131 - - [2026-05-25 02:49:29] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.046499 10.0.0.131 - - [2026-05-25 02:49:29] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.131 - - [2026-05-25 02:49:29] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?fields=security_groups HTTP/1.1" 200 1400 0.050144 10.0.0.131 - - [2026-05-25 02:49:29] "DELETE /security-group/7c054b67-2020-4671-a4bb-0a5e061ed4f6 HTTP/1.1" 200 115 0.077296 10.0.0.131 - - [2026-05-25 02:49:29] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001907 10.0.0.131 - - [2026-05-25 02:49:29] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?fields=application_policy_sets HTTP/1.1" 200 1439 0.073327 10.0.0.73 - - [2026-05-25 02:49:29] "DELETE /project/f4c36312-a97c-4f88-999e-88854e85b501 HTTP/1.1" 200 115 0.475247 10.0.0.131 - - [2026-05-25 02:49:29] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001976 10.0.0.73 - - [2026-05-25 02:49:29] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?fields=projects HTTP/1.1" 200 1443 0.017317 10.0.0.131 - - [2026-05-25 02:49:32] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004189 10.0.0.131 - - [2026-05-25 02:49:32] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001279 10.0.0.131 - - [2026-05-25 02:49:32] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051457 10.0.0.131 - - [2026-05-25 02:49:32] "POST /id-to-fqname HTTP/1.1" 200 202 0.002809 10.0.0.131 - - [2026-05-25 02:49:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.005864 10.0.0.131 - - [2026-05-25 02:49:32] "POST /security-groups HTTP/1.1" 200 603 0.078550 10.0.0.19 - - [2026-05-25 02:49:32] "POST /fqname-to-id HTTP/1.1" 404 246 0.003998 10.0.0.131 - - [2026-05-25 02:49:32] "POST /projects HTTP/1.1" 200 609 0.304842 10.0.0.131 - - [2026-05-25 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.387686 10.0.0.19 - - [2026-05-25 02:49:32] "POST /access-control-lists HTTP/1.1" 200 608 0.041528 10.0.0.73 - - [2026-05-25 02:49:32] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.570393 10.0.0.131 - - [2026-05-25 02:49:32] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001487 10.0.0.73 - - [2026-05-25 02:49:33] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?fields=virtual_networks HTTP/1.1" 200 1059 0.065821 10.0.0.131 - - [2026-05-25 02:49:33] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002209 10.0.0.73 - - [2026-05-25 02:49:33] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.041999 10.0.0.131 - - [2026-05-25 02:49:33] "GET /projects?obj_uuids=f4c36312-a97c-4f88-999e-88854e85b501&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001342 10.0.0.73 - - [2026-05-25 02:49:33] "GET /project/f4c36312-a97c-4f88-999e-88854e85b501?fields=security_groups HTTP/1.1" 200 1298 0.052086 10.0.0.73 - - [2026-05-25 02:49:34] "POST /fqname-to-id HTTP/1.1" 404 194 0.031633 10.0.0.131 - - [2026-05-25 02:49:34] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004580 10.0.0.131 - - [2026-05-25 02:49:34] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001234 10.0.0.131 - - [2026-05-25 02:49:34] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008655 10.0.0.131 - - [2026-05-25 02:49:34] "POST /id-to-fqname HTTP/1.1" 200 196 0.004200 10.0.0.131 - - [2026-05-25 02:49:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.006654 10.0.0.131 - - [2026-05-25 02:49:34] "POST /security-groups HTTP/1.1" 200 597 0.033956 10.0.0.131 - - [2026-05-25 02:49:34] "POST /projects HTTP/1.1" 200 597 0.254755 10.0.0.19 - - [2026-05-25 02:49:34] "POST /fqname-to-id HTTP/1.1" 404 239 0.015631 10.0.0.131 - - [2026-05-25 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.330845 10.0.0.73 - - [2026-05-25 02:49:34] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.487394 10.0.0.73 - - [2026-05-25 02:49:35] "GET / HTTP/1.1" 200 36215 0.001879 10.0.0.73 - - [2026-05-25 02:49:38] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000587 10.0.0.131 - - [2026-05-25 02:49:38] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001104 10.0.0.73 - - [2026-05-25 02:49:38] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.092158 10.0.0.73 - - [2026-05-25 02:49:38] "GET / HTTP/1.1" 200 36215 0.002805 10.0.0.73 - - [2026-05-25 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.131 - - [2026-05-25 02:49:39] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.73 - - [2026-05-25 02:49:39] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009238 10.0.0.73 - - [2026-05-25 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.131 - - [2026-05-25 02:49:39] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001265 10.0.0.73 - - [2026-05-25 02:49:39] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.052708 10.0.0.73 - - [2026-05-25 02:49:40] "GET /domains HTTP/1.1" 401 292 0.000440 10.0.0.73 - - [2026-05-25 02:49:40] "GET /domains HTTP/1.1" 200 281 0.034512 10.0.0.131 - - [2026-05-25 02:49:40] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001149 10.0.0.73 - - [2026-05-25 02:49:40] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10 HTTP/1.1" 200 2984 0.011021 10.0.0.131 - - [2026-05-25 02:49:40] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001145 10.0.0.73 - - [2026-05-25 02:49:41] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677 HTTP/1.1" 200 1893 0.100254 10.0.0.73 - - [2026-05-25 02:49:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003490 10.0.0.73 - - [2026-05-25 02:49:41] "POST /network-ipams HTTP/1.1" 200 605 0.036358 10.0.0.73 - - [2026-05-25 02:49:41] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004429 10.0.0.73 - - [2026-05-25 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.73 - - [2026-05-25 02:49:41] "GET /network-ipam/c10a2950-ba49-4284-8468-7ee3481d281d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.008328 10.0.0.73 - - [2026-05-25 02:49:41] "PUT /network-ipam/c10a2950-ba49-4284-8468-7ee3481d281d HTTP/1.1" 200 259 0.017933 10.0.0.73 - - [2026-05-25 02:49:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.73 - - [2026-05-25 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.031731 10.0.0.131 - - [2026-05-25 02:49:41] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001196 10.0.0.73 - - [2026-05-25 02:49:41] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.053458 10.0.0.19 - - [2026-05-25 02:49:42] "POST /ref-update HTTP/1.1" 200 156 0.038747 10.0.0.131 - - [2026-05-25 02:49:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003584 10.0.0.73 - - [2026-05-25 02:49:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.262849 10.0.0.73 - - [2026-05-25 02:49:42] "POST /id-to-fqname HTTP/1.1" 200 229 0.001561 10.0.0.73 - - [2026-05-25 02:49:42] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.008556 10.0.0.73 - - [2026-05-25 02:49:42] "POST /neutron/network HTTP/1.1" 200 1074 0.013281 10.0.0.73 - - [2026-05-25 02:49:42] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006747 10.0.0.73 - - [2026-05-25 02:49:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.010728 10.0.0.73 - - [2026-05-25 02:49:43] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006467 10.0.0.131 - - [2026-05-25 02:49:44] "GET /obj-perms HTTP/1.1" 200 5013 0.065396 10.0.0.73 - - [2026-05-25 02:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.131 - - [2026-05-25 02:49:44] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001127 10.0.0.73 - - [2026-05-25 02:49:44] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.050252 10.0.0.131 - - [2026-05-25 02:49:45] "POST /useragent-kv HTTP/1.1" 200 115 0.008895 10.0.0.73 - - [2026-05-25 02:49:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.258484 10.0.0.73 - - [2026-05-25 02:49:45] "POST /id-to-fqname HTTP/1.1" 200 229 0.001788 10.0.0.73 - - [2026-05-25 02:49:45] "GET /virtual-network/2cb01f7c-53a7-4586-a1ca-73447388a6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.009342 10.0.0.73 - - [2026-05-25 02:49:45] "POST /neutron/network HTTP/1.1" 200 1074 0.013261 10.0.0.73 - - [2026-05-25 02:49:45] "GET /virtual-network/2cb01f7c-53a7-4586-a1ca-73447388a6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.011032 10.0.0.73 - - [2026-05-25 02:49:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.011595 10.0.0.73 - - [2026-05-25 02:49:46] "GET /virtual-network/2cb01f7c-53a7-4586-a1ca-73447388a6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.006135 10.0.0.73 - - [2026-05-25 02:49:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.004443 10.0.0.73 - - [2026-05-25 02:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.131 - - [2026-05-25 02:49:46] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001223 10.0.0.73 - - [2026-05-25 02:49:46] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.054843 10.0.0.73 - - [2026-05-25 02:49:46] "POST /network-policys HTTP/1.1" 200 529 0.077509 10.0.0.73 - - [2026-05-25 02:49:46] "GET /network-policy/f66d16d2-6c35-423b-bd0d-02e9721e7751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.009604 10.0.0.73 - - [2026-05-25 02:49:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.003555 10.0.0.73 - - [2026-05-25 02:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.131 - - [2026-05-25 02:49:47] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001267 10.0.0.73 - - [2026-05-25 02:49:47] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.050555 10.0.0.73 - - [2026-05-25 02:49:47] "POST /network-policys HTTP/1.1" 200 529 0.085356 10.0.0.73 - - [2026-05-25 02:49:47] "GET /network-policy/2629acd2-afdf-40a3-9d4c-7e8102aa2df1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007228 10.0.0.73 - - [2026-05-25 02:49:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.003950 10.0.0.73 - - [2026-05-25 02:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.131 - - [2026-05-25 02:49:47] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001122 10.0.0.73 - - [2026-05-25 02:49:47] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045516 10.0.0.73 - - [2026-05-25 02:49:47] "POST /network-policys HTTP/1.1" 200 529 0.077771 10.0.0.73 - - [2026-05-25 02:49:47] "GET /network-policy/3f98549e-451c-4749-a816-1a43d5a4badf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007503 10.0.0.73 - - [2026-05-25 02:49:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.003726 10.0.0.73 - - [2026-05-25 02:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.131 - - [2026-05-25 02:49:47] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001246 10.0.0.73 - - [2026-05-25 02:49:47] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.052483 10.0.0.73 - - [2026-05-25 02:49:48] "POST /network-policys HTTP/1.1" 200 529 0.081381 10.0.0.73 - - [2026-05-25 02:49:48] "GET /network-policy/c4acfc75-6df0-4fac-95d9-bef53db5aa1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.007793 10.0.0.73 - - [2026-05-25 02:49:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.004103 10.0.0.73 - - [2026-05-25 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.131 - - [2026-05-25 02:49:48] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001425 10.0.0.73 - - [2026-05-25 02:49:48] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.051345 10.0.0.73 - - [2026-05-25 02:49:48] "POST /network-policys HTTP/1.1" 200 533 0.035798 10.0.0.73 - - [2026-05-25 02:49:48] "GET /network-policy/c89f3501-ea54-48fe-bd77-28beeccdf9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.007337 10.0.0.73 - - [2026-05-25 02:49:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003968 10.0.0.73 - - [2026-05-25 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.131 - - [2026-05-25 02:49:48] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001213 10.0.0.73 - - [2026-05-25 02:49:48] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.063686 10.0.0.73 - - [2026-05-25 02:49:48] "POST /network-policys HTTP/1.1" 200 531 0.081128 10.0.0.73 - - [2026-05-25 02:49:48] "GET /network-policy/7fae8fef-32d2-435b-848f-424283581803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007740 10.0.0.73 - - [2026-05-25 02:49:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.004138 10.0.0.73 - - [2026-05-25 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.131 - - [2026-05-25 02:49:49] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001202 10.0.0.73 - - [2026-05-25 02:49:49] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.052642 10.0.0.73 - - [2026-05-25 02:49:49] "POST /network-policys HTTP/1.1" 200 531 0.077893 10.0.0.73 - - [2026-05-25 02:49:49] "GET /network-policy/1ff2a075-61b1-4011-bc90-c31ae787af50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.008215 10.0.0.73 - - [2026-05-25 02:49:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.003783 10.0.0.73 - - [2026-05-25 02:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.131 - - [2026-05-25 02:49:49] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001260 10.0.0.73 - - [2026-05-25 02:49:49] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.055036 10.0.0.73 - - [2026-05-25 02:49:49] "POST /network-policys HTTP/1.1" 200 531 0.092209 10.0.0.73 - - [2026-05-25 02:49:49] "GET /network-policy/8e8e7c01-2de8-402a-a53c-7095d4314877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.008274 10.0.0.73 - - [2026-05-25 02:49:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.003922 10.0.0.73 - - [2026-05-25 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.131 - - [2026-05-25 02:49:50] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001296 10.0.0.73 - - [2026-05-25 02:49:50] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.078374 10.0.0.19 - - [2026-05-25 02:49:50] "DELETE /access-control-list/c6fb29af-be51-47cd-8017-b6cb467c897a HTTP/1.1" 200 115 0.050354 10.0.0.73 - - [2026-05-25 02:49:50] "POST /network-policys HTTP/1.1" 200 531 0.057705 10.0.0.73 - - [2026-05-25 02:49:50] "GET /network-policy/0a7a8086-2a78-4450-9591-a98e6dae076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.026327 10.0.0.73 - - [2026-05-25 02:49:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.007742 10.0.0.73 - - [2026-05-25 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.131 - - [2026-05-25 02:49:50] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001186 10.0.0.73 - - [2026-05-25 02:49:50] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.042722 10.0.0.73 - - [2026-05-25 02:49:50] "POST /network-policys HTTP/1.1" 200 535 0.038476 10.0.0.73 - - [2026-05-25 02:49:50] "GET /network-policy/a4892f69-e013-4a6b-a92b-01b6076b3771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.007161 10.0.0.19 - - [2026-05-25 02:49:51] "POST /access-control-lists HTTP/1.1" 200 605 0.059779 10.0.0.73 - - [2026-05-25 02:49:51] "POST /neutron/network HTTP/1.1" 200 1157 0.041782 10.0.0.73 - - [2026-05-25 02:49:51] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006758 10.0.0.73 - - [2026-05-25 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.73 - - [2026-05-25 02:49:51] "GET /network-policy/f66d16d2-6c35-423b-bd0d-02e9721e7751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004914 10.0.0.73 - - [2026-05-25 02:49:51] "POST /neutron/network HTTP/1.1" 200 1159 0.020966 10.0.0.19 - - [2026-05-25 02:49:51] "POST /ref-update HTTP/1.1" 200 156 0.038485 10.0.0.73 - - [2026-05-25 02:49:51] "GET /virtual-network/2cb01f7c-53a7-4586-a1ca-73447388a6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.013598 10.0.0.73 - - [2026-05-25 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.73 - - [2026-05-25 02:49:51] "GET /network-policy/c89f3501-ea54-48fe-bd77-28beeccdf9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005133 10.0.0.73 - - [2026-05-25 02:49:51] "POST /id-to-fqname HTTP/1.1" 200 229 0.001523 10.0.0.131 - - [2026-05-25 02:49:52] "DELETE /project/479ae2d81ddd4f8597371451b7e6a677 HTTP/1.1" 404 173 0.004923 10.0.0.131 - - [2026-05-25 02:49:52] "DELETE /project/f4c36312a97c4f88999e88854e85b501 HTTP/1.1" 404 173 0.004568 10.0.0.131 - - [2026-05-25 02:49:52] "DELETE /project/f4c36312-a97c-4f88-999e-88854e85b501 HTTP/1.1" 404 177 0.008277 10.0.0.131 - - [2026-05-25 02:49:52] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001281 10.0.0.73 - - [2026-05-25 02:49:52] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.103893 10.0.0.73 - - [2026-05-25 02:49:52] "POST /neutron/port HTTP/1.1" 200 117 0.007466 10.0.0.73 - - [2026-05-25 02:49:53] "POST /id-to-fqname HTTP/1.1" 200 229 0.001786 10.0.0.73 - - [2026-05-25 02:49:53] "POST /neutron/network HTTP/1.1" 200 1169 0.008929 10.0.0.73 - - [2026-05-25 02:49:54] "POST /neutron/port HTTP/1.1" 200 1061 0.026684 10.0.0.131 - - [2026-05-25 02:49:54] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001657 10.0.0.73 - - [2026-05-25 02:49:54] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.110356 10.0.0.73 - - [2026-05-25 02:49:54] "POST /neutron/network HTTP/1.1" 200 1159 0.069975 10.0.0.73 - - [2026-05-25 02:49:54] "POST /neutron/subnet HTTP/1.1" 200 675 0.013555 10.0.0.73 - - [2026-05-25 02:49:54] "POST /neutron/network HTTP/1.1" 200 1157 0.011199 10.0.0.73 - - [2026-05-25 02:49:54] "POST /neutron/port HTTP/1.1" 200 1125 0.024867 10.0.0.131 - - [2026-05-25 02:49:55] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001687 10.0.0.73 - - [2026-05-25 02:49:55] "POST /neutron/port HTTP/1.1" 200 1061 0.334477 10.0.0.73 - - [2026-05-25 02:49:55] "POST /neutron/port HTTP/1.1" 200 1115 0.173686 10.0.0.73 - - [2026-05-25 02:49:55] "POST /neutron/subnet HTTP/1.1" 200 675 0.014797 10.0.0.73 - - [2026-05-25 02:49:59] "POST /neutron/port HTTP/1.1" 200 1125 0.020945 10.0.0.73 - - [2026-05-25 02:49:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009690 10.0.0.73 - - [2026-05-25 02:50:00] "GET /virtual-machine/db044ca6-81a1-4636-9fc0-79d83742c38e HTTP/1.1" 401 292 0.000690 10.0.0.73 - - [2026-05-25 02:50:00] "GET /virtual-machine/db044ca6-81a1-4636-9fc0-79d83742c38e HTTP/1.1" 200 1301 0.038746 10.0.0.73 - - [2026-05-25 02:50:00] "GET /virtual-machine-interface/031f87e9-ca66-4344-96b0-fd2baa45df90 HTTP/1.1" 200 2956 0.007695 10.0.0.73 - - [2026-05-25 02:50:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.73 - - [2026-05-25 02:50:00] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005445 10.0.0.73 - - [2026-05-25 02:50:00] "GET /virtual-networks?parent_id=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004595 10.0.0.73 - - [2026-05-25 02:50:00] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008690 10.0.0.73 - - [2026-05-25 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.73 - - [2026-05-25 02:50:03] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007142 10.0.0.73 - - [2026-05-25 02:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005486 10.0.0.73 - - [2026-05-25 02:50:07] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007426 10.0.0.73 - - [2026-05-25 02:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.73 - - [2026-05-25 02:50:11] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007154 10.0.0.73 - - [2026-05-25 02:50:11] "GET /obj-perms HTTP/1.1" 200 5056 0.070220 10.0.0.19 - - [2026-05-25 02:50:12] "GET /obj-perms HTTP/1.1" 200 5056 0.064613 10.0.0.73 - - [2026-05-25 02:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.73 - - [2026-05-25 02:50:15] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007757 10.0.0.73 - - [2026-05-25 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.73 - - [2026-05-25 02:50:19] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007200 10.0.0.73 - - [2026-05-25 02:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.73 - - [2026-05-25 02:50:24] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006751 10.0.0.73 - - [2026-05-25 02:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.73 - - [2026-05-25 02:50:28] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006482 10.0.0.73 - - [2026-05-25 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947 10.0.0.73 - - [2026-05-25 02:50:32] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006222 10.0.0.73 - - [2026-05-25 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.73 - - [2026-05-25 02:50:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004467 10.0.0.73 - - [2026-05-25 02:50:34] "GET /virtual-networks?parent_id=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004430 10.0.0.73 - - [2026-05-25 02:50:34] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006934 10.0.0.73 - - [2026-05-25 02:50:34] "POST /neutron/port HTTP/1.1" 200 1125 0.021712 10.0.0.73 - - [2026-05-25 02:50:39] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009967 10.0.0.73 - - [2026-05-25 02:50:40] "POST /neutron/network HTTP/1.1" 200 1169 0.009936 10.0.0.73 - - [2026-05-25 02:50:40] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.73 - - [2026-05-25 02:50:44] "POST /neutron/security_group HTTP/1.1" 200 2064 0.044919 10.0.0.73 - - [2026-05-25 02:50:47] "POST /neutron/port HTTP/1.1" 200 1125 0.022913 10.0.0.73 - - [2026-05-25 02:50:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004897 10.0.0.73 - - [2026-05-25 02:50:47] "POST /neutron/network HTTP/1.1" 200 1157 0.013468 10.0.0.73 - - [2026-05-25 02:50:52] "POST /neutron/port HTTP/1.1" 200 1125 0.021630 10.0.0.73 - - [2026-05-25 02:50:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008873 10.0.0.73 - - [2026-05-25 02:50:55] "POST /neutron/port HTTP/1.1" 200 1125 0.023378 10.0.0.73 - - [2026-05-25 02:50:55] "GET /virtual-machine/9c1a4ce3-6bb1-4603-9110-741914d805ca HTTP/1.1" 200 1301 0.010075 10.0.0.73 - - [2026-05-25 02:50:55] "GET /virtual-machine-interface/c04fa78e-1f8b-458c-9ba7-50d36a370864 HTTP/1.1" 200 2958 0.006460 10.0.0.73 - - [2026-05-25 02:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.73 - - [2026-05-25 02:50:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005731 10.0.0.73 - - [2026-05-25 02:50:55] "GET /virtual-networks?parent_id=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004481 10.0.0.73 - - [2026-05-25 02:50:55] "GET /virtual-network/2cb01f7c-53a7-4586-a1ca-73447388a6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007482 10.0.0.73 - - [2026-05-25 02:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.73 - - [2026-05-25 02:50:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004994 10.0.0.73 - - [2026-05-25 02:50:56] "GET /virtual-networks?parent_id=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004168 10.0.0.73 - - [2026-05-25 02:50:56] "GET /virtual-network/2cb01f7c-53a7-4586-a1ca-73447388a6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.010511 10.0.0.73 - - [2026-05-25 02:50:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010085 10.0.0.73 - - [2026-05-25 02:51:07] "POST /neutron/port HTTP/1.1" 200 2098 0.026036 10.0.0.73 - - [2026-05-25 02:51:07] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008202 10.0.0.73 - - [2026-05-25 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.73 - - [2026-05-25 02:51:07] "GET /network-policy/c89f3501-ea54-48fe-bd77-28beeccdf9d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.004708 10.0.0.73 - - [2026-05-25 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.73 - - [2026-05-25 02:51:08] "GET /network-policy/f66d16d2-6c35-423b-bd0d-02e9721e7751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004122 10.0.0.73 - - [2026-05-25 02:51:08] "POST /neutron/network HTTP/1.1" 200 1157 0.012137 10.0.0.73 - - [2026-05-25 02:51:08] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.009087 10.0.0.73 - - [2026-05-25 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.73 - - [2026-05-25 02:51:08] "GET /network-policy/2629acd2-afdf-40a3-9d4c-7e8102aa2df1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005694 10.0.0.73 - - [2026-05-25 02:51:41] "POST /neutron/port HTTP/1.1" 200 1125 0.027009 10.0.0.73 - - [2026-05-25 02:51:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005455 10.0.0.73 - - [2026-05-25 02:51:41] "POST /neutron/network HTTP/1.1" 200 1159 0.013838 10.0.0.73 - - [2026-05-25 02:51:46] "POST /neutron/network HTTP/1.1" 200 1167 0.009815 10.0.0.73 - - [2026-05-25 02:51:46] "POST /neutron/port HTTP/1.1" 200 117 0.001481 10.0.0.73 - - [2026-05-25 02:52:04] "POST /neutron/network HTTP/1.1" 200 1160 0.102456 10.0.0.73 - - [2026-05-25 02:52:04] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.008318 10.0.0.73 - - [2026-05-25 02:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.73 - - [2026-05-25 02:52:04] "GET /network-policy/a4892f69-e013-4a6b-a92b-01b6076b3771?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.004217 10.0.0.19 - - [2026-05-25 02:52:04] "POST /ref-update HTTP/1.1" 200 156 0.085478 10.0.0.73 - - [2026-05-25 02:52:13] "POST /neutron/network HTTP/1.1" 200 1157 0.153573 10.0.0.73 - - [2026-05-25 02:52:13] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006870 10.0.0.73 - - [2026-05-25 02:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005434 10.0.0.73 - - [2026-05-25 02:52:13] "GET /network-policy/3f98549e-451c-4749-a816-1a43d5a4badf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.011100 10.0.0.131 - - [2026-05-25 02:52:14] "GET /obj-perms HTTP/1.1" 200 5056 0.064178 10.0.0.19 - - [2026-05-25 02:52:22] "PUT /access-control-list/78f647e5-4508-4ae4-9bc9-cd0305fbaf29 HTTP/1.1" 200 273 0.030877 10.0.0.73 - - [2026-05-25 02:52:22] "POST /neutron/network HTTP/1.1" 200 1157 0.106304 10.0.0.73 - - [2026-05-25 02:52:22] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007798 10.0.0.73 - - [2026-05-25 02:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.73 - - [2026-05-25 02:52:22] "GET /network-policy/c4acfc75-6df0-4fac-95d9-bef53db5aa1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.005224 10.0.0.73 - - [2026-05-25 02:52:30] "POST /neutron/network HTTP/1.1" 200 1158 0.105263 10.0.0.73 - - [2026-05-25 02:52:30] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.013219 10.0.0.73 - - [2026-05-25 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005818 10.0.0.73 - - [2026-05-25 02:52:30] "GET /network-policy/7fae8fef-32d2-435b-848f-424283581803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007428 10.0.0.73 - - [2026-05-25 02:52:38] "POST /neutron/network HTTP/1.1" 200 1158 0.089777 10.0.0.19 - - [2026-05-25 02:52:38] "PUT /access-control-list/78f647e5-4508-4ae4-9bc9-cd0305fbaf29 HTTP/1.1" 200 273 0.061290 10.0.0.73 - - [2026-05-25 02:52:38] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006050 10.0.0.73 - - [2026-05-25 02:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008734 10.0.0.73 - - [2026-05-25 02:52:38] "GET /network-policy/1ff2a075-61b1-4011-bc90-c31ae787af50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006083 10.0.0.73 - - [2026-05-25 02:52:43] "POST /neutron/port HTTP/1.1" 200 1125 0.021221 10.0.0.73 - - [2026-05-25 02:52:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.017505 10.0.0.73 - - [2026-05-25 02:52:46] "POST /neutron/network HTTP/1.1" 200 1158 0.012453 10.0.0.73 - - [2026-05-25 02:52:46] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.009093 10.0.0.73 - - [2026-05-25 02:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.010571 10.0.0.73 - - [2026-05-25 02:52:46] "GET /network-policy/8e8e7c01-2de8-402a-a53c-7095d4314877?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.005271 10.0.0.19 - - [2026-05-25 02:52:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.19 - - [2026-05-25 02:52:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.131 - - [2026-05-25 02:52:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.131 - - [2026-05-25 02:52:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.19 - - [2026-05-25 02:52:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.19 - - [2026-05-25 02:52:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000693 10.0.0.73 - - [2026-05-25 02:52:48] "POST /neutron/port HTTP/1.1" 200 1125 0.020502 10.0.0.73 - - [2026-05-25 02:52:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004601 10.0.0.73 - - [2026-05-25 02:52:48] "POST /neutron/network HTTP/1.1" 200 1158 0.010531 10.0.0.131 - - [2026-05-25 02:52:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000634 10.0.0.131 - - [2026-05-25 02:52:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000625 10.0.0.73 - - [2026-05-25 02:52:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.73 - - [2026-05-25 02:52:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.73 - - [2026-05-25 02:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.73 - - [2026-05-25 02:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.19 - - [2026-05-25 02:52:55] "PUT /access-control-list/78f647e5-4508-4ae4-9bc9-cd0305fbaf29 HTTP/1.1" 200 273 0.019785 10.0.0.73 - - [2026-05-25 02:52:55] "POST /neutron/network HTTP/1.1" 200 1158 0.019952 10.0.0.73 - - [2026-05-25 02:52:55] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008007 10.0.0.73 - - [2026-05-25 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.73 - - [2026-05-25 02:52:55] "GET /network-policy/0a7a8086-2a78-4450-9591-a98e6dae076a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005299 10.0.0.73 - - [2026-05-25 02:53:03] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006603 10.0.0.73 - - [2026-05-25 02:53:03] "POST /neutron/network HTTP/1.1" 200 1074 0.015694 10.0.0.73 - - [2026-05-25 02:53:03] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005122 10.0.0.73 - - [2026-05-25 02:53:03] "GET /virtual-machine/9c1a4ce3-6bb1-4603-9110-741914d805ca HTTP/1.1" 200 1301 0.006497 10.0.0.73 - - [2026-05-25 02:53:04] "POST /neutron/port HTTP/1.1" 200 151 0.221058 10.0.0.73 - - [2026-05-25 02:53:05] "GET /virtual-machine/9c1a4ce3-6bb1-4603-9110-741914d805ca HTTP/1.1" 404 171 0.004688 10.0.0.73 - - [2026-05-25 02:53:05] "GET /virtual-machine/9c1a4ce3-6bb1-4603-9110-741914d805ca HTTP/1.1" 404 171 0.004119 10.0.0.73 - - [2026-05-25 02:53:05] "GET /virtual-machine/9c1a4ce3-6bb1-4603-9110-741914d805ca HTTP/1.1" 404 171 0.004942 10.0.0.73 - - [2026-05-25 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.73 - - [2026-05-25 02:53:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005759 10.0.0.73 - - [2026-05-25 02:53:05] "GET /virtual-networks?parent_id=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.005136 10.0.0.73 - - [2026-05-25 02:53:05] "GET /virtual-network/2cb01f7c-53a7-4586-a1ca-73447388a6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007209 10.0.0.73 - - [2026-05-25 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.73 - - [2026-05-25 02:53:05] "GET /routing-instance/ce6528c9-bee8-43fe-ace7-67eec3f60a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.005386 10.0.0.73 - - [2026-05-25 02:53:05] "GET /route-target/ec9ebb66-b2bd-4863-bd9b-cd93c5b17d69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005195 10.0.0.73 - - [2026-05-25 02:53:09] "GET /obj-perms HTTP/1.1" 200 5013 0.072267 10.0.0.131 - - [2026-05-25 02:53:12] "GET /obj-perms HTTP/1.1" 200 5013 0.004631 10.0.0.73 - - [2026-05-25 02:53:15] "GET /obj-perms HTTP/1.1" 200 5013 0.005411 10.0.0.131 - - [2026-05-25 02:53:21] "GET /obj-perms HTTP/1.1" 200 5013 0.010816 10.0.0.73 - - [2026-05-25 02:53:24] "GET /obj-perms HTTP/1.1" 200 5013 0.004660 10.0.0.73 - - [2026-05-25 02:53:27] "GET /obj-perms HTTP/1.1" 200 5013 0.004647 10.0.0.19 - - [2026-05-25 02:53:27] "GET /obj-perms HTTP/1.1" 200 5013 0.065154 10.0.0.131 - - [2026-05-25 02:53:27] "GET /obj-perms HTTP/1.1" 200 5013 0.004400 10.0.0.73 - - [2026-05-25 02:53:27] "GET /virtual-machine/db044ca6-81a1-4636-9fc0-79d83742c38e HTTP/1.1" 200 1301 0.005200 10.0.0.73 - - [2026-05-25 02:53:28] "POST /neutron/port HTTP/1.1" 200 151 0.200643 10.0.0.73 - - [2026-05-25 02:53:30] "GET /virtual-machine/db044ca6-81a1-4636-9fc0-79d83742c38e HTTP/1.1" 404 171 0.004939 10.0.0.73 - - [2026-05-25 02:53:30] "GET /virtual-machine/db044ca6-81a1-4636-9fc0-79d83742c38e HTTP/1.1" 404 171 0.003279 10.0.0.73 - - [2026-05-25 02:53:30] "GET /virtual-machine/db044ca6-81a1-4636-9fc0-79d83742c38e HTTP/1.1" 404 171 0.003643 10.0.0.73 - - [2026-05-25 02:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.73 - - [2026-05-25 02:53:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005044 10.0.0.73 - - [2026-05-25 02:53:30] "GET /virtual-networks?parent_id=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.004222 10.0.0.73 - - [2026-05-25 02:53:30] "GET /virtual-network/9293a835-b1b0-451d-8dc8-c6f3133f5de8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006614 10.0.0.73 - - [2026-05-25 02:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.73 - - [2026-05-25 02:53:30] "GET /routing-instance/df424c82-7c44-4c10-a8ed-b68401d5f635?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.006305 10.0.0.73 - - [2026-05-25 02:53:30] "GET /route-target/59e90e48-3705-4736-8b5d-5be68762dfd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005471 10.0.0.73 - - [2026-05-25 02:53:36] "GET /obj-perms HTTP/1.1" 200 5013 0.004812 10.0.0.19 - - [2026-05-25 02:53:36] "GET /obj-perms HTTP/1.1" 200 5013 0.005594 10.0.0.73 - - [2026-05-25 02:53:45] "GET /obj-perms HTTP/1.1" 200 5013 0.005260 10.0.0.19 - - [2026-05-25 02:53:45] "GET /obj-perms HTTP/1.1" 200 5013 0.005206 10.0.0.73 - - [2026-05-25 02:53:55] "GET /obj-perms HTTP/1.1" 200 5013 0.006885 10.0.0.19 - - [2026-05-25 02:53:55] "GET /obj-perms HTTP/1.1" 200 5013 0.004464 10.0.0.73 - - [2026-05-25 02:53:58] "GET /obj-perms HTTP/1.1" 200 5013 0.004795 10.0.0.73 - - [2026-05-25 02:53:58] "GET /virtual-network/2cb01f7c-53a7-4586-a1ca-73447388a6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006807 10.0.0.73 - - [2026-05-25 02:53:58] "POST /neutron/network HTTP/1.1" 200 1074 0.021776 10.0.0.19 - - [2026-05-25 02:53:58] "DELETE /access-control-list/ecb554c8-42a9-425d-899c-eb416951a8e7 HTTP/1.1" 200 115 0.075261 10.0.0.73 - - [2026-05-25 02:53:58] "GET /virtual-network/2cb01f7c-53a7-4586-a1ca-73447388a6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2576 0.015519 10.0.0.73 - - [2026-05-25 02:53:58] "DELETE /network-policy/a4892f69-e013-4a6b-a92b-01b6076b3771 HTTP/1.1" 200 115 0.038418 10.0.0.73 - - [2026-05-25 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.131 - - [2026-05-25 02:53:58] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.029873 10.0.0.73 - - [2026-05-25 02:53:58] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.085069 10.0.0.73 - - [2026-05-25 02:53:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-01380064&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.012780 10.0.0.73 - - [2026-05-25 02:53:59] "DELETE /network-policy/0a7a8086-2a78-4450-9591-a98e6dae076a HTTP/1.1" 200 115 0.037812 10.0.0.73 - - [2026-05-25 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005782 10.0.0.131 - - [2026-05-25 02:53:59] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001216 10.0.0.73 - - [2026-05-25 02:53:59] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.085825 10.0.0.73 - - [2026-05-25 02:53:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-01380064&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.006205 10.0.0.73 - - [2026-05-25 02:53:59] "DELETE /network-policy/8e8e7c01-2de8-402a-a53c-7095d4314877 HTTP/1.1" 200 115 0.046072 10.0.0.73 - - [2026-05-25 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.013881 10.0.0.131 - - [2026-05-25 02:53:59] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001289 10.0.0.73 - - [2026-05-25 02:53:59] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.063300 10.0.0.73 - - [2026-05-25 02:53:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-01380064&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.009632 10.0.0.73 - - [2026-05-25 02:53:59] "DELETE /network-policy/1ff2a075-61b1-4011-bc90-c31ae787af50 HTTP/1.1" 200 115 0.053748 10.0.0.73 - - [2026-05-25 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005249 10.0.0.131 - - [2026-05-25 02:53:59] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001466 10.0.0.73 - - [2026-05-25 02:53:59] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.043616 10.0.0.73 - - [2026-05-25 02:53:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-01380064&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.008351 10.0.0.73 - - [2026-05-25 02:53:59] "DELETE /network-policy/7fae8fef-32d2-435b-848f-424283581803 HTTP/1.1" 200 115 0.047321 10.0.0.73 - - [2026-05-25 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.131 - - [2026-05-25 02:53:59] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001194 10.0.0.73 - - [2026-05-25 02:53:59] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.053001 10.0.0.73 - - [2026-05-25 02:53:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-01380064&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.007483 10.0.0.73 - - [2026-05-25 02:54:00] "DELETE /network-policy/c89f3501-ea54-48fe-bd77-28beeccdf9d5 HTTP/1.1" 200 115 0.057027 10.0.0.73 - - [2026-05-25 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.131 - - [2026-05-25 02:54:00] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001190 10.0.0.73 - - [2026-05-25 02:54:00] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.050198 10.0.0.73 - - [2026-05-25 02:54:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-01380064&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.008430 10.0.0.73 - - [2026-05-25 02:54:00] "DELETE /network-policy/c4acfc75-6df0-4fac-95d9-bef53db5aa1d HTTP/1.1" 200 115 0.039084 10.0.0.73 - - [2026-05-25 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.131 - - [2026-05-25 02:54:00] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001668 10.0.0.73 - - [2026-05-25 02:54:00] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.052152 10.0.0.73 - - [2026-05-25 02:54:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-01380064&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.006211 10.0.0.73 - - [2026-05-25 02:54:00] "DELETE /network-policy/3f98549e-451c-4749-a816-1a43d5a4badf HTTP/1.1" 200 115 0.051414 10.0.0.73 - - [2026-05-25 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.131 - - [2026-05-25 02:54:00] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001396 10.0.0.73 - - [2026-05-25 02:54:00] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.058281 10.0.0.73 - - [2026-05-25 02:54:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-01380064&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.008017 10.0.0.73 - - [2026-05-25 02:54:00] "DELETE /network-policy/2629acd2-afdf-40a3-9d4c-7e8102aa2df1 HTTP/1.1" 200 115 0.055337 10.0.0.73 - - [2026-05-25 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.131 - - [2026-05-25 02:54:00] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001717 10.0.0.73 - - [2026-05-25 02:54:00] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.056065 10.0.0.73 - - [2026-05-25 02:54:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-01380064&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.006819 10.0.0.73 - - [2026-05-25 02:54:01] "DELETE /network-policy/f66d16d2-6c35-423b-bd0d-02e9721e7751 HTTP/1.1" 200 115 0.063488 10.0.0.73 - - [2026-05-25 02:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.131 - - [2026-05-25 02:54:01] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001211 10.0.0.73 - - [2026-05-25 02:54:01] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.050427 10.0.0.73 - - [2026-05-25 02:54:01] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-01380064&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007310 10.0.0.19 - - [2026-05-25 02:54:01] "DELETE /route-target/ec9ebb66-b2bd-4863-bd9b-cd93c5b17d69 HTTP/1.1" 200 115 0.031047 10.0.0.73 - - [2026-05-25 02:54:01] "POST /neutron/network HTTP/1.1" 200 1074 0.012676 10.0.0.73 - - [2026-05-25 02:54:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.73 - - [2026-05-25 02:54:02] "DELETE /network-ipam/c10a2950-ba49-4284-8468-7ee3481d281d HTTP/1.1" 200 115 0.038705 10.0.0.73 - - [2026-05-25 02:54:02] "POST /fqname-to-id HTTP/1.1" 404 248 0.004687 10.0.0.131 - - [2026-05-25 02:54:02] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001255 10.0.0.131 - - [2026-05-25 02:54:02] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.044716 10.0.0.131 - - [2026-05-25 02:54:02] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001497 10.0.0.131 - - [2026-05-25 02:54:02] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?fields=security_groups HTTP/1.1" 200 1381 0.072394 10.0.0.131 - - [2026-05-25 02:54:02] "DELETE /security-group/827a41a7-47a9-4657-88be-786fe4b6e3dc HTTP/1.1" 200 115 0.071024 10.0.0.131 - - [2026-05-25 02:54:02] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001085 10.0.0.19 - - [2026-05-25 02:54:02] "DELETE /access-control-list/ee6c83b4-ba51-4470-ac81-e4e34e3f34d3 HTTP/1.1" 200 115 0.047718 10.0.0.131 - - [2026-05-25 02:54:02] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?fields=application_policy_sets HTTP/1.1" 200 1420 0.061473 10.0.0.73 - - [2026-05-25 02:54:02] "DELETE /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677 HTTP/1.1" 200 115 0.469059 10.0.0.131 - - [2026-05-25 02:54:02] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001556 10.0.0.73 - - [2026-05-25 02:54:02] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?fields=projects HTTP/1.1" 200 1443 0.011808 10.0.0.131 - - [2026-05-25 02:54:04] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004531 10.0.0.131 - - [2026-05-25 02:54:04] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.131 - - [2026-05-25 02:54:04] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039821 10.0.0.131 - - [2026-05-25 02:54:04] "POST /id-to-fqname HTTP/1.1" 200 196 0.008266 10.0.0.131 - - [2026-05-25 02:54:04] "POST /fqname-to-id HTTP/1.1" 404 205 0.007490 10.0.0.131 - - [2026-05-25 02:54:04] "POST /security-groups HTTP/1.1" 200 597 0.144569 10.0.0.131 - - [2026-05-25 02:54:04] "POST /projects HTTP/1.1" 200 597 0.382212 10.0.0.19 - - [2026-05-25 02:54:04] "POST /access-control-lists HTTP/1.1" 200 604 0.042761 10.0.0.131 - - [2026-05-25 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.464962 10.0.0.73 - - [2026-05-25 02:54:04] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.641694 10.0.0.131 - - [2026-05-25 02:54:04] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001526 10.0.0.73 - - [2026-05-25 02:54:04] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?fields=virtual_networks HTTP/1.1" 200 1046 0.070469 10.0.0.131 - - [2026-05-25 02:54:04] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001909 10.0.0.73 - - [2026-05-25 02:54:05] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.050992 10.0.0.131 - - [2026-05-25 02:54:05] "GET /projects?obj_uuids=479ae2d8-1ddd-4f85-9737-1451b7e6a677&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001379 10.0.0.73 - - [2026-05-25 02:54:05] "GET /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677?fields=security_groups HTTP/1.1" 200 1279 0.051568 10.0.0.73 - - [2026-05-25 02:54:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.031919 10.0.0.131 - - [2026-05-25 02:54:06] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003484 10.0.0.131 - - [2026-05-25 02:54:06] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.131 - - [2026-05-25 02:54:06] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007677 10.0.0.131 - - [2026-05-25 02:54:06] "POST /id-to-fqname HTTP/1.1" 200 202 0.006996 10.0.0.131 - - [2026-05-25 02:54:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.007231 10.0.0.131 - - [2026-05-25 02:54:06] "POST /security-groups HTTP/1.1" 200 603 0.081016 10.0.0.19 - - [2026-05-25 02:54:06] "POST /fqname-to-id HTTP/1.1" 404 246 0.010613 10.0.0.131 - - [2026-05-25 02:54:06] "POST /projects HTTP/1.1" 200 609 0.323198 10.0.0.131 - - [2026-05-25 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.359985 10.0.0.73 - - [2026-05-25 02:54:06] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.527042 10.0.0.19 - - [2026-05-25 02:54:06] "POST /access-control-lists HTTP/1.1" 200 608 0.050520 10.0.0.73 - - [2026-05-25 02:54:07] "GET / HTTP/1.1" 200 36215 0.002121 10.0.0.73 - - [2026-05-25 02:54:10] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000532 10.0.0.131 - - [2026-05-25 02:54:10] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.73 - - [2026-05-25 02:54:10] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.071413 10.0.0.73 - - [2026-05-25 02:54:11] "GET / HTTP/1.1" 200 36215 0.002481 10.0.0.73 - - [2026-05-25 02:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.131 - - [2026-05-25 02:54:11] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001096 10.0.0.73 - - [2026-05-25 02:54:11] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008823 10.0.0.73 - - [2026-05-25 02:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.131 - - [2026-05-25 02:54:11] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001341 10.0.0.73 - - [2026-05-25 02:54:11] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.068831 10.0.0.73 - - [2026-05-25 02:54:12] "GET /domains HTTP/1.1" 401 292 0.000481 10.0.0.73 - - [2026-05-25 02:54:13] "GET /domains HTTP/1.1" 200 281 0.040458 10.0.0.131 - - [2026-05-25 02:54:13] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.73 - - [2026-05-25 02:54:13] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10 HTTP/1.1" 200 2984 0.011077 10.0.0.131 - - [2026-05-25 02:54:13] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001834 10.0.0.73 - - [2026-05-25 02:54:13] "GET /project/15e21523-da11-433e-9291-602053f6158e HTTP/1.1" 200 1929 0.088593 10.0.0.73 - - [2026-05-25 02:54:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.005684 10.0.0.73 - - [2026-05-25 02:54:13] "POST /network-ipams HTTP/1.1" 200 623 0.041262 10.0.0.73 - - [2026-05-25 02:54:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.004393 10.0.0.73 - - [2026-05-25 02:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008258 10.0.0.73 - - [2026-05-25 02:54:13] "GET /network-ipam/895e0975-a0de-4231-921c-9e390709714f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.007658 10.0.0.73 - - [2026-05-25 02:54:13] "PUT /network-ipam/895e0975-a0de-4231-921c-9e390709714f HTTP/1.1" 200 259 0.014719 10.0.0.73 - - [2026-05-25 02:54:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000545 10.0.0.73 - - [2026-05-25 02:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.035097 10.0.0.131 - - [2026-05-25 02:54:14] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002030 10.0.0.73 - - [2026-05-25 02:54:14] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.065532 10.0.0.131 - - [2026-05-25 02:54:14] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001805 10.0.0.73 - - [2026-05-25 02:54:14] "POST /neutron/network HTTP/1.1" 200 623 0.204157 10.0.0.131 - - [2026-05-25 02:54:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007635 10.0.0.73 - - [2026-05-25 02:54:15] "POST /neutron/subnet HTTP/1.1" 200 823 0.203716 10.0.0.73 - - [2026-05-25 02:54:15] "POST /id-to-fqname HTTP/1.1" 200 235 0.001684 10.0.0.73 - - [2026-05-25 02:54:15] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006041 10.0.0.73 - - [2026-05-25 02:54:15] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006990 10.0.0.73 - - [2026-05-25 02:54:15] "POST /neutron/network HTTP/1.1" 200 1336 0.012921 10.0.0.73 - - [2026-05-25 02:54:15] "POST /neutron/subnet HTTP/1.1" 200 823 0.012220 10.0.0.73 - - [2026-05-25 02:54:16] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006328 10.0.0.19 - - [2026-05-25 02:54:17] "GET /obj-perms HTTP/1.1" 200 5019 0.063771 10.0.0.131 - - [2026-05-25 02:54:17] "GET /obj-perms HTTP/1.1" 200 5019 0.072799 10.0.0.73 - - [2026-05-25 02:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.131 - - [2026-05-25 02:54:17] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001206 10.0.0.73 - - [2026-05-25 02:54:17] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.048636 10.0.0.19 - - [2026-05-25 02:54:18] "POST /route-targets HTTP/1.1" 200 328 0.032560 10.0.0.131 - - [2026-05-25 02:54:18] "POST /useragent-kv HTTP/1.1" 200 115 0.014012 10.0.0.73 - - [2026-05-25 02:54:18] "POST /neutron/subnet HTTP/1.1" 200 701 0.250965 10.0.0.19 - - [2026-05-25 02:54:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.048328 10.0.0.73 - - [2026-05-25 02:54:18] "POST /neutron/network HTTP/1.1" 200 1337 0.014330 10.0.0.73 - - [2026-05-25 02:54:18] "POST /id-to-fqname HTTP/1.1" 200 235 0.001474 10.0.0.73 - - [2026-05-25 02:54:18] "GET /virtual-network/f66d4039-010c-4282-bf3c-890d3b22ddcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005993 10.0.0.73 - - [2026-05-25 02:54:18] "GET /virtual-network/f66d4039-010c-4282-bf3c-890d3b22ddcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007450 10.0.0.73 - - [2026-05-25 02:54:18] "POST /neutron/subnet HTTP/1.1" 200 701 0.009676 10.0.0.73 - - [2026-05-25 02:54:19] "GET /virtual-network/f66d4039-010c-4282-bf3c-890d3b22ddcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.006204 10.0.0.73 - - [2026-05-25 02:54:19] "GET /obj-perms HTTP/1.1" 200 5019 0.064033 10.0.0.73 - - [2026-05-25 02:54:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.005455 10.0.0.73 - - [2026-05-25 02:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.131 - - [2026-05-25 02:54:19] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001217 10.0.0.73 - - [2026-05-25 02:54:19] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043906 10.0.0.73 - - [2026-05-25 02:54:19] "POST /network-policys HTTP/1.1" 200 535 0.033307 10.0.0.73 - - [2026-05-25 02:54:19] "GET /network-policy/60d0866b-8849-4f51-815c-64ca8e3d6024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007658 10.0.0.73 - - [2026-05-25 02:54:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.004036 10.0.0.73 - - [2026-05-25 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009429 10.0.0.131 - - [2026-05-25 02:54:20] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001611 10.0.0.73 - - [2026-05-25 02:54:20] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.071753 10.0.0.73 - - [2026-05-25 02:54:20] "POST /network-policys HTTP/1.1" 200 535 0.037230 10.0.0.73 - - [2026-05-25 02:54:20] "GET /network-policy/eaecaa03-48e0-4cf2-be63-b8970a47b431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.007066 10.0.0.73 - - [2026-05-25 02:54:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.004005 10.0.0.73 - - [2026-05-25 02:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005671 10.0.0.131 - - [2026-05-25 02:54:20] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195 10.0.0.73 - - [2026-05-25 02:54:20] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.056004 10.0.0.73 - - [2026-05-25 02:54:20] "POST /network-policys HTTP/1.1" 200 535 0.037357 10.0.0.73 - - [2026-05-25 02:54:20] "GET /network-policy/79176882-cc18-4759-b766-9ed3daa059ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.008479 10.0.0.73 - - [2026-05-25 02:54:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.003896 10.0.0.73 - - [2026-05-25 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.131 - - [2026-05-25 02:54:21] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.73 - - [2026-05-25 02:54:21] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.065670 10.0.0.73 - - [2026-05-25 02:54:21] "POST /network-policys HTTP/1.1" 200 535 0.044636 10.0.0.73 - - [2026-05-25 02:54:21] "GET /network-policy/abd4f192-a586-40a2-b502-82d608e90a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.009163 10.0.0.73 - - [2026-05-25 02:54:21] "POST /fqname-to-id HTTP/1.1" 404 213 0.003845 10.0.0.73 - - [2026-05-25 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.131 - - [2026-05-25 02:54:21] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001503 10.0.0.73 - - [2026-05-25 02:54:21] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.070621 10.0.0.73 - - [2026-05-25 02:54:21] "POST /network-policys HTTP/1.1" 200 539 0.037376 10.0.0.73 - - [2026-05-25 02:54:21] "GET /network-policy/02075bdd-f36b-493a-9d82-c5d458d6cca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006936 10.0.0.73 - - [2026-05-25 02:54:21] "POST /fqname-to-id HTTP/1.1" 404 212 0.003894 10.0.0.73 - - [2026-05-25 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.131 - - [2026-05-25 02:54:21] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001309 10.0.0.73 - - [2026-05-25 02:54:21] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.054105 10.0.0.73 - - [2026-05-25 02:54:22] "POST /network-policys HTTP/1.1" 200 537 0.035727 10.0.0.73 - - [2026-05-25 02:54:22] "GET /network-policy/7be1d6ae-f9a9-4244-8be8-44c6e73a7ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007493 10.0.0.73 - - [2026-05-25 02:54:22] "POST /fqname-to-id HTTP/1.1" 404 212 0.003937 10.0.0.73 - - [2026-05-25 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.131 - - [2026-05-25 02:54:22] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001438 10.0.0.73 - - [2026-05-25 02:54:22] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.051637 10.0.0.73 - - [2026-05-25 02:54:22] "POST /network-policys HTTP/1.1" 200 537 0.040619 10.0.0.73 - - [2026-05-25 02:54:22] "GET /network-policy/d59e4a41-a27d-4905-89d1-8281ed366723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.009735 10.0.0.73 - - [2026-05-25 02:54:22] "POST /fqname-to-id HTTP/1.1" 404 212 0.003914 10.0.0.73 - - [2026-05-25 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.131 - - [2026-05-25 02:54:22] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001186 10.0.0.73 - - [2026-05-25 02:54:22] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.063310 10.0.0.73 - - [2026-05-25 02:54:22] "POST /network-policys HTTP/1.1" 200 537 0.038655 10.0.0.73 - - [2026-05-25 02:54:22] "GET /network-policy/cc2d2906-bceb-4117-933e-0e161f10dbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.007828 10.0.0.73 - - [2026-05-25 02:54:23] "POST /fqname-to-id HTTP/1.1" 404 212 0.004245 10.0.0.73 - - [2026-05-25 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.131 - - [2026-05-25 02:54:23] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001243 10.0.0.73 - - [2026-05-25 02:54:23] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.054401 10.0.0.73 - - [2026-05-25 02:54:23] "POST /network-policys HTTP/1.1" 200 537 0.042826 10.0.0.73 - - [2026-05-25 02:54:23] "GET /network-policy/765c898f-f074-4956-bdd8-1896d4d169c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.008857 10.0.0.73 - - [2026-05-25 02:54:23] "POST /fqname-to-id HTTP/1.1" 404 214 0.004273 10.0.0.73 - - [2026-05-25 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006745 10.0.0.131 - - [2026-05-25 02:54:23] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001313 10.0.0.73 - - [2026-05-25 02:54:23] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044725 10.0.0.73 - - [2026-05-25 02:54:23] "POST /network-policys HTTP/1.1" 200 541 0.035733 10.0.0.73 - - [2026-05-25 02:54:23] "GET /network-policy/83b1e87c-fcee-4400-bdd2-3269ac8eaa8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008765 10.0.0.73 - - [2026-05-25 02:54:24] "POST /neutron/network HTTP/1.1" 200 1336 0.016000 10.0.0.19 - - [2026-05-25 02:54:24] "POST /access-control-lists HTTP/1.1" 200 611 0.059244 10.0.0.73 - - [2026-05-25 02:54:24] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.013699 10.0.0.73 - - [2026-05-25 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007231 10.0.0.73 - - [2026-05-25 02:54:24] "GET /network-policy/60d0866b-8849-4f51-815c-64ca8e3d6024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005715 10.0.0.73 - - [2026-05-25 02:54:24] "POST /neutron/network HTTP/1.1" 200 1337 0.018320 10.0.0.19 - - [2026-05-25 02:54:24] "POST /ref-update HTTP/1.1" 200 156 0.036174 10.0.0.73 - - [2026-05-25 02:54:24] "GET /virtual-network/f66d4039-010c-4282-bf3c-890d3b22ddcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.020484 10.0.0.73 - - [2026-05-25 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.73 - - [2026-05-25 02:54:24] "GET /network-policy/02075bdd-f36b-493a-9d82-c5d458d6cca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007104 10.0.0.73 - - [2026-05-25 02:54:24] "POST /id-to-fqname HTTP/1.1" 200 235 0.002151 10.0.0.73 - - [2026-05-25 02:54:25] "POST /neutron/network HTTP/1.1" 200 1434 0.008656 10.0.0.131 - - [2026-05-25 02:54:25] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001377 10.0.0.73 - - [2026-05-25 02:54:25] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.081779 10.0.0.73 - - [2026-05-25 02:54:26] "POST /neutron/port HTTP/1.1" 200 117 0.007752 10.0.0.73 - - [2026-05-25 02:54:26] "POST /id-to-fqname HTTP/1.1" 200 235 0.001743 10.0.0.73 - - [2026-05-25 02:54:26] "POST /neutron/network HTTP/1.1" 200 1434 0.009483 10.0.0.131 - - [2026-05-25 02:54:27] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001335 10.0.0.73 - - [2026-05-25 02:54:27] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.091285 10.0.0.73 - - [2026-05-25 02:54:27] "POST /neutron/port HTTP/1.1" 200 1173 0.086864 10.0.0.73 - - [2026-05-25 02:54:27] "POST /neutron/port HTTP/1.1" 200 1237 0.023853 10.0.0.73 - - [2026-05-25 02:54:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009852 10.0.0.73 - - [2026-05-25 02:54:27] "POST /neutron/subnet HTTP/1.1" 200 1356 0.017196 10.0.0.73 - - [2026-05-25 02:54:27] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.73 - - [2026-05-25 02:54:27] "POST /neutron/network HTTP/1.1" 200 1437 0.009006 10.0.0.73 - - [2026-05-25 02:54:28] "POST /neutron/port HTTP/1.1" 200 1174 0.031164 10.0.0.73 - - [2026-05-25 02:54:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004516 10.0.0.73 - - [2026-05-25 02:54:28] "POST /neutron/port HTTP/1.1" 200 117 0.001422 10.0.0.73 - - [2026-05-25 02:54:32] "POST /neutron/port HTTP/1.1" 200 1237 0.021919 10.0.0.73 - - [2026-05-25 02:54:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008849 10.0.0.73 - - [2026-05-25 02:54:33] "GET /virtual-machine/b6da78c4-dee3-4a65-b608-d295a4cd4252 HTTP/1.1" 401 292 0.000485 10.0.0.73 - - [2026-05-25 02:54:33] "GET /virtual-machine/b6da78c4-dee3-4a65-b608-d295a4cd4252 HTTP/1.1" 200 1307 0.040308 10.0.0.73 - - [2026-05-25 02:54:33] "GET /virtual-machine-interface/a57cc489-f7b6-4531-9fdc-00d50463e005 HTTP/1.1" 200 3177 0.007331 10.0.0.73 - - [2026-05-25 02:54:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.73 - - [2026-05-25 02:54:33] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007904 10.0.0.73 - - [2026-05-25 02:54:33] "GET /virtual-networks?parent_id=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004933 10.0.0.73 - - [2026-05-25 02:54:33] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007458 10.0.0.73 - - [2026-05-25 02:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.73 - - [2026-05-25 02:54:36] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007267 10.0.0.73 - - [2026-05-25 02:54:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.73 - - [2026-05-25 02:54:40] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008277 10.0.0.73 - - [2026-05-25 02:54:44] "POST /neutron/port HTTP/1.1" 200 1238 0.026353 10.0.0.73 - - [2026-05-25 02:54:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004698 10.0.0.73 - - [2026-05-25 02:54:44] "POST /neutron/port HTTP/1.1" 200 117 0.001425 10.0.0.73 - - [2026-05-25 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.73 - - [2026-05-25 02:54:44] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008864 10.0.0.73 - - [2026-05-25 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.73 - - [2026-05-25 02:54:48] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006080 10.0.0.73 - - [2026-05-25 02:54:50] "POST /neutron/port HTTP/1.1" 200 1237 0.020420 10.0.0.73 - - [2026-05-25 02:54:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005236 10.0.0.73 - - [2026-05-25 02:54:50] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.131 - - [2026-05-25 02:54:52] "DELETE /project/479ae2d8-1ddd-4f85-9737-1451b7e6a677 HTTP/1.1" 404 177 0.006508 10.0.0.131 - - [2026-05-25 02:54:52] "DELETE /project/479ae2d81ddd4f8597371451b7e6a677 HTTP/1.1" 404 173 0.005841 10.0.0.131 - - [2026-05-25 02:54:52] "DELETE /project/15e21523da11433e9291602053f6158e HTTP/1.1" 404 173 0.005045 10.0.0.73 - - [2026-05-25 02:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.73 - - [2026-05-25 02:54:52] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006014 10.0.0.73 - - [2026-05-25 02:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.73 - - [2026-05-25 02:54:57] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007051 10.0.0.73 - - [2026-05-25 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005071 10.0.0.73 - - [2026-05-25 02:55:01] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006693 10.0.0.73 - - [2026-05-25 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.73 - - [2026-05-25 02:55:05] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006796 10.0.0.73 - - [2026-05-25 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005214 10.0.0.73 - - [2026-05-25 02:55:07] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004938 10.0.0.73 - - [2026-05-25 02:55:07] "GET /virtual-networks?parent_id=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.005589 10.0.0.73 - - [2026-05-25 02:55:07] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006823 10.0.0.73 - - [2026-05-25 02:55:07] "POST /neutron/port HTTP/1.1" 200 1237 0.022152 10.0.0.73 - - [2026-05-25 02:55:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010669 10.0.0.73 - - [2026-05-25 02:55:17] "POST /neutron/port HTTP/1.1" 200 1237 0.023523 10.0.0.73 - - [2026-05-25 02:55:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010933 10.0.0.73 - - [2026-05-25 02:55:28] "POST /neutron/port HTTP/1.1" 200 1238 0.022346 10.0.0.73 - - [2026-05-25 02:55:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009049 10.0.0.73 - - [2026-05-25 02:55:28] "GET /virtual-machine/78438c13-e49e-4fd8-951b-69d3fe374b0a HTTP/1.1" 200 1306 0.007123 10.0.0.73 - - [2026-05-25 02:55:28] "GET /virtual-machine-interface/dd9ffc30-b811-4fd6-954a-087f08b3ef51 HTTP/1.1" 200 3177 0.007546 10.0.0.73 - - [2026-05-25 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.73 - - [2026-05-25 02:55:28] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010885 10.0.0.73 - - [2026-05-25 02:55:28] "GET /virtual-networks?parent_id=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004538 10.0.0.73 - - [2026-05-25 02:55:28] "GET /virtual-network/f66d4039-010c-4282-bf3c-890d3b22ddcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.006620 10.0.0.73 - - [2026-05-25 02:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007894 10.0.0.73 - - [2026-05-25 02:55:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006458 10.0.0.73 - - [2026-05-25 02:55:29] "GET /virtual-networks?parent_id=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.005175 10.0.0.73 - - [2026-05-25 02:55:29] "GET /virtual-network/f66d4039-010c-4282-bf3c-890d3b22ddcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007166 10.0.0.73 - - [2026-05-25 02:55:29] "POST /neutron/port HTTP/1.1" 200 1238 0.035839 10.0.0.73 - - [2026-05-25 02:55:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009935 10.0.0.73 - - [2026-05-25 02:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.73 - - [2026-05-25 02:55:35] "GET /network-policy/02075bdd-f36b-493a-9d82-c5d458d6cca7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004203 10.0.0.73 - - [2026-05-25 02:55:35] "POST /neutron/port HTTP/1.1" 200 1237 0.022933 10.0.0.73 - - [2026-05-25 02:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.73 - - [2026-05-25 02:55:35] "GET /network-policy/60d0866b-8849-4f51-815c-64ca8e3d6024?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005171 10.0.0.19 - - [2026-05-25 02:55:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.008229 10.0.0.73 - - [2026-05-25 02:55:36] "POST /neutron/network HTTP/1.1" 200 1424 0.109735 10.0.0.19 - - [2026-05-25 02:55:36] "PUT /access-control-list/fd314fef-0d7d-4dfd-95b2-0f179eeecc48 HTTP/1.1" 200 273 0.068345 10.0.0.73 - - [2026-05-25 02:55:36] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006907 10.0.0.73 - - [2026-05-25 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.73 - - [2026-05-25 02:55:36] "GET /network-policy/eaecaa03-48e0-4cf2-be63-b8970a47b431?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004977 10.0.0.73 - - [2026-05-25 02:55:47] "POST /neutron/port HTTP/1.1" 200 1238 0.068591 10.0.0.73 - - [2026-05-25 02:55:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005383 10.0.0.73 - - [2026-05-25 02:55:47] "POST /neutron/port HTTP/1.1" 200 117 0.001598 10.0.0.73 - - [2026-05-25 02:55:52] "POST /neutron/port HTTP/1.1" 200 1237 0.022945 10.0.0.73 - - [2026-05-25 02:55:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004962 10.0.0.73 - - [2026-05-25 02:55:52] "POST /neutron/port HTTP/1.1" 200 117 0.001493 10.0.0.73 - - [2026-05-25 02:55:55] "POST /neutron/network HTTP/1.1" 200 1427 0.113554 10.0.0.73 - - [2026-05-25 02:55:55] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.010360 10.0.0.73 - - [2026-05-25 02:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.73 - - [2026-05-25 02:55:55] "GET /network-policy/83b1e87c-fcee-4400-bdd2-3269ac8eaa8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007842 10.0.0.19 - - [2026-05-25 02:56:08] "PUT /access-control-list/fd314fef-0d7d-4dfd-95b2-0f179eeecc48 HTTP/1.1" 200 273 0.070595 10.0.0.73 - - [2026-05-25 02:56:08] "POST /neutron/network HTTP/1.1" 200 1424 0.186887 10.0.0.73 - - [2026-05-25 02:56:08] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009674 10.0.0.73 - - [2026-05-25 02:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005171 10.0.0.73 - - [2026-05-25 02:56:08] "GET /network-policy/79176882-cc18-4759-b766-9ed3daa059ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006196 10.0.0.19 - - [2026-05-25 02:56:17] "GET /obj-perms HTTP/1.1" 200 5056 0.077804 10.0.0.19 - - [2026-05-25 02:56:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.004051 10.0.0.73 - - [2026-05-25 02:56:20] "POST /neutron/network HTTP/1.1" 200 1424 0.118789 10.0.0.73 - - [2026-05-25 02:56:20] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006672 10.0.0.73 - - [2026-05-25 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.73 - - [2026-05-25 02:56:20] "GET /network-policy/abd4f192-a586-40a2-b502-82d608e90a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006149 10.0.0.73 - - [2026-05-25 02:56:30] "POST /neutron/network HTTP/1.1" 200 1425 0.129227 10.0.0.19 - - [2026-05-25 02:56:30] "PUT /access-control-list/fd314fef-0d7d-4dfd-95b2-0f179eeecc48 HTTP/1.1" 200 273 0.078241 10.0.0.73 - - [2026-05-25 02:56:30] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006304 10.0.0.73 - - [2026-05-25 02:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.011099 10.0.0.73 - - [2026-05-25 02:56:30] "GET /network-policy/7be1d6ae-f9a9-4244-8be8-44c6e73a7ba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004906 10.0.0.73 - - [2026-05-25 02:56:43] "POST /neutron/network HTTP/1.1" 200 1425 0.089622 10.0.0.19 - - [2026-05-25 02:56:43] "POST /ref-update HTTP/1.1" 200 156 0.027186 10.0.0.73 - - [2026-05-25 02:56:43] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.010705 10.0.0.73 - - [2026-05-25 02:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006050 10.0.0.73 - - [2026-05-25 02:56:43] "GET /network-policy/d59e4a41-a27d-4905-89d1-8281ed366723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005379 10.0.0.73 - - [2026-05-25 02:56:48] "POST /neutron/port HTTP/1.1" 200 1238 0.020814 10.0.0.73 - - [2026-05-25 02:56:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004558 10.0.0.73 - - [2026-05-25 02:56:49] "POST /neutron/port HTTP/1.1" 200 117 0.001737 10.0.0.73 - - [2026-05-25 02:56:52] "POST /neutron/port HTTP/1.1" 200 1237 0.023873 10.0.0.73 - - [2026-05-25 02:56:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005027 10.0.0.73 - - [2026-05-25 02:56:52] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.19 - - [2026-05-25 02:56:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.003857 10.0.0.73 - - [2026-05-25 02:56:54] "POST /neutron/network HTTP/1.1" 200 1425 0.114111 10.0.0.73 - - [2026-05-25 02:56:54] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007094 10.0.0.73 - - [2026-05-25 02:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.73 - - [2026-05-25 02:56:54] "GET /network-policy/cc2d2906-bceb-4117-933e-0e161f10dbc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.005704 10.0.0.73 - - [2026-05-25 02:57:06] "POST /neutron/network HTTP/1.1" 200 1425 0.121003 10.0.0.73 - - [2026-05-25 02:57:06] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008032 10.0.0.73 - - [2026-05-25 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.73 - - [2026-05-25 02:57:06] "GET /network-policy/765c898f-f074-4956-bdd8-1896d4d169c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005430 10.0.0.73 - - [2026-05-25 02:57:16] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.010699 10.0.0.73 - - [2026-05-25 02:57:16] "POST /neutron/network HTTP/1.1" 200 1336 0.103490 10.0.0.19 - - [2026-05-25 02:57:16] "DELETE /access-control-list/fd314fef-0d7d-4dfd-95b2-0f179eeecc48 HTTP/1.1" 200 115 0.096617 10.0.0.73 - - [2026-05-25 02:57:16] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.007187 10.0.0.73 - - [2026-05-25 02:57:16] "GET /virtual-machine/78438c13-e49e-4fd8-951b-69d3fe374b0a HTTP/1.1" 200 1306 0.005092 10.0.0.73 - - [2026-05-25 02:57:17] "POST /neutron/port HTTP/1.1" 200 1228 0.021394 10.0.0.131 - - [2026-05-25 02:57:18] "GET /obj-perms HTTP/1.1" 200 5056 0.065583 10.0.0.73 - - [2026-05-25 02:57:18] "GET /virtual-machine/78438c13-e49e-4fd8-951b-69d3fe374b0a HTTP/1.1" 404 171 0.003773 10.0.0.73 - - [2026-05-25 02:57:18] "GET /virtual-machine/78438c13-e49e-4fd8-951b-69d3fe374b0a HTTP/1.1" 404 171 0.003682 10.0.0.73 - - [2026-05-25 02:57:18] "GET /virtual-machine/78438c13-e49e-4fd8-951b-69d3fe374b0a HTTP/1.1" 404 171 0.005713 10.0.0.73 - - [2026-05-25 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.73 - - [2026-05-25 02:57:19] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005404 10.0.0.73 - - [2026-05-25 02:57:19] "GET /virtual-networks?parent_id=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003679 10.0.0.73 - - [2026-05-25 02:57:19] "GET /virtual-network/f66d4039-010c-4282-bf3c-890d3b22ddcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007870 10.0.0.73 - - [2026-05-25 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.73 - - [2026-05-25 02:57:19] "GET /routing-instance/7f3cbe94-ece7-4306-86dd-f88f59b23325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.005834 10.0.0.73 - - [2026-05-25 02:57:19] "GET /route-target/b9e8ed78-b604-4e55-a038-94e6ffcd6127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005207 10.0.0.73 - - [2026-05-25 02:57:19] "GET /obj-perms HTTP/1.1" 200 5019 0.004579 10.0.0.131 - - [2026-05-25 02:57:25] "GET /obj-perms HTTP/1.1" 200 5019 0.005025 10.0.0.73 - - [2026-05-25 02:57:28] "GET /obj-perms HTTP/1.1" 200 5019 0.004880 10.0.0.73 - - [2026-05-25 02:57:28] "GET /virtual-machine/b6da78c4-dee3-4a65-b608-d295a4cd4252 HTTP/1.1" 200 1307 0.005395 10.0.0.73 - - [2026-05-25 02:57:29] "POST /neutron/port HTTP/1.1" 200 1227 0.018597 10.0.0.73 - - [2026-05-25 02:57:30] "GET /virtual-machine/b6da78c4-dee3-4a65-b608-d295a4cd4252 HTTP/1.1" 404 171 0.004447 10.0.0.73 - - [2026-05-25 02:57:30] "GET /virtual-machine/b6da78c4-dee3-4a65-b608-d295a4cd4252 HTTP/1.1" 404 171 0.003479 10.0.0.73 - - [2026-05-25 02:57:30] "GET /virtual-machine/b6da78c4-dee3-4a65-b608-d295a4cd4252 HTTP/1.1" 404 171 0.004273 10.0.0.73 - - [2026-05-25 02:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.73 - - [2026-05-25 02:57:31] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004869 10.0.0.73 - - [2026-05-25 02:57:31] "GET /virtual-networks?parent_id=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003809 10.0.0.73 - - [2026-05-25 02:57:31] "GET /virtual-network/30d8346d-4281-4d86-b659-d28fe584b7fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.007582 10.0.0.73 - - [2026-05-25 02:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.73 - - [2026-05-25 02:57:31] "GET /routing-instance/e949da0f-d27c-488c-9229-7e6bb3cfe69a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.008318 10.0.0.73 - - [2026-05-25 02:57:31] "GET /route-target/531a7f78-d585-4240-9997-d22796d1d845?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005116 10.0.0.73 - - [2026-05-25 02:57:31] "GET /obj-perms HTTP/1.1" 200 5019 0.004929 10.0.0.19 - - [2026-05-25 02:57:34] "GET /obj-perms HTTP/1.1" 200 5019 0.004444 10.0.0.73 - - [2026-05-25 02:57:40] "GET /obj-perms HTTP/1.1" 200 5019 0.005091 10.0.0.19 - - [2026-05-25 02:57:43] "GET /obj-perms HTTP/1.1" 200 5019 0.005175 10.0.0.19 - - [2026-05-25 02:57:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.19 - - [2026-05-25 02:57:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.131 - - [2026-05-25 02:57:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.131 - - [2026-05-25 02:57:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.19 - - [2026-05-25 02:57:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.19 - - [2026-05-25 02:57:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.131 - - [2026-05-25 02:57:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.131 - - [2026-05-25 02:57:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.73 - - [2026-05-25 02:57:49] "GET /obj-perms HTTP/1.1" 200 5019 0.005274 10.0.0.73 - - [2026-05-25 02:57:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.73 - - [2026-05-25 02:57:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.73 - - [2026-05-25 02:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.73 - - [2026-05-25 02:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.19 - - [2026-05-25 02:57:53] "GET /obj-perms HTTP/1.1" 200 5019 0.005230 10.0.0.73 - - [2026-05-25 02:57:56] "GET /obj-perms HTTP/1.1" 200 5019 0.006316 10.0.0.131 - - [2026-05-25 02:57:56] "GET /obj-perms HTTP/1.1" 200 5019 0.004396 10.0.0.73 - - [2026-05-25 02:57:56] "GET /virtual-network/f66d4039-010c-4282-bf3c-890d3b22ddcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007296 10.0.0.19 - - [2026-05-25 02:57:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.017282 10.0.0.73 - - [2026-05-25 02:57:56] "POST /neutron/network HTTP/1.1" 200 1337 0.167002 10.0.0.19 - - [2026-05-25 02:57:56] "POST /ref-update HTTP/1.1" 200 156 0.053062 10.0.0.73 - - [2026-05-25 02:57:56] "GET /virtual-network/f66d4039-010c-4282-bf3c-890d3b22ddcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.012707 10.0.0.73 - - [2026-05-25 02:57:56] "DELETE /network-policy/83b1e87c-fcee-4400-bdd2-3269ac8eaa8a HTTP/1.1" 200 115 0.046088 10.0.0.73 - - [2026-05-25 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.131 - - [2026-05-25 02:57:56] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001275 10.0.0.73 - - [2026-05-25 02:57:56] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.047915 10.0.0.73 - - [2026-05-25 02:57:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28208454&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.007809 10.0.0.73 - - [2026-05-25 02:57:57] "DELETE /network-policy/765c898f-f074-4956-bdd8-1896d4d169c6 HTTP/1.1" 200 115 0.060481 10.0.0.73 - - [2026-05-25 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.131 - - [2026-05-25 02:57:57] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001312 10.0.0.73 - - [2026-05-25 02:57:57] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.068931 10.0.0.73 - - [2026-05-25 02:57:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28208454&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.006902 10.0.0.73 - - [2026-05-25 02:57:57] "DELETE /network-policy/cc2d2906-bceb-4117-933e-0e161f10dbc3 HTTP/1.1" 200 115 0.044544 10.0.0.73 - - [2026-05-25 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006804 10.0.0.131 - - [2026-05-25 02:57:57] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001188 10.0.0.73 - - [2026-05-25 02:57:57] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.058138 10.0.0.73 - - [2026-05-25 02:57:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28208454&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.006167 10.0.0.73 - - [2026-05-25 02:57:57] "DELETE /network-policy/d59e4a41-a27d-4905-89d1-8281ed366723 HTTP/1.1" 200 115 0.049020 10.0.0.73 - - [2026-05-25 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006355 10.0.0.131 - - [2026-05-25 02:57:57] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001257 10.0.0.73 - - [2026-05-25 02:57:57] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.072165 10.0.0.73 - - [2026-05-25 02:57:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28208454&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.010776 10.0.0.73 - - [2026-05-25 02:57:57] "DELETE /network-policy/7be1d6ae-f9a9-4244-8be8-44c6e73a7ba7 HTTP/1.1" 200 115 0.048955 10.0.0.73 - - [2026-05-25 02:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.131 - - [2026-05-25 02:57:57] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.73 - - [2026-05-25 02:57:57] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.050391 10.0.0.73 - - [2026-05-25 02:57:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28208454&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.011617 10.0.0.73 - - [2026-05-25 02:57:58] "DELETE /network-policy/02075bdd-f36b-493a-9d82-c5d458d6cca7 HTTP/1.1" 200 115 0.056547 10.0.0.73 - - [2026-05-25 02:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.131 - - [2026-05-25 02:57:58] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001164 10.0.0.73 - - [2026-05-25 02:57:58] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.049110 10.0.0.73 - - [2026-05-25 02:57:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28208454&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.006982 10.0.0.73 - - [2026-05-25 02:57:58] "DELETE /network-policy/abd4f192-a586-40a2-b502-82d608e90a03 HTTP/1.1" 200 115 0.050912 10.0.0.73 - - [2026-05-25 02:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.131 - - [2026-05-25 02:57:58] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002313 10.0.0.73 - - [2026-05-25 02:57:58] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.069304 10.0.0.73 - - [2026-05-25 02:57:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28208454&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.006427 10.0.0.73 - - [2026-05-25 02:57:58] "DELETE /network-policy/79176882-cc18-4759-b766-9ed3daa059ff HTTP/1.1" 200 115 0.049793 10.0.0.73 - - [2026-05-25 02:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006754 10.0.0.131 - - [2026-05-25 02:57:58] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.73 - - [2026-05-25 02:57:58] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.067237 10.0.0.73 - - [2026-05-25 02:57:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28208454&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.006351 10.0.0.73 - - [2026-05-25 02:57:58] "DELETE /network-policy/eaecaa03-48e0-4cf2-be63-b8970a47b431 HTTP/1.1" 200 115 0.051967 10.0.0.73 - - [2026-05-25 02:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.131 - - [2026-05-25 02:57:58] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.73 - - [2026-05-25 02:57:58] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.075156 10.0.0.73 - - [2026-05-25 02:57:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28208454&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006978 10.0.0.73 - - [2026-05-25 02:57:59] "DELETE /network-policy/60d0866b-8849-4f51-815c-64ca8e3d6024 HTTP/1.1" 200 115 0.066459 10.0.0.73 - - [2026-05-25 02:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.131 - - [2026-05-25 02:57:59] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.73 - - [2026-05-25 02:57:59] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.045619 10.0.0.73 - - [2026-05-25 02:57:59] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-28208454&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.010023 10.0.0.131 - - [2026-05-25 02:57:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003684 10.0.0.131 - - [2026-05-25 02:57:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004001 10.0.0.131 - - [2026-05-25 02:57:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002752 10.0.0.131 - - [2026-05-25 02:57:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002776 10.0.0.131 - - [2026-05-25 02:57:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002526 10.0.0.131 - - [2026-05-25 02:57:59] "POST /useragent-kv HTTP/1.1" 200 115 0.013305 10.0.0.73 - - [2026-05-25 02:57:59] "POST /neutron/network HTTP/1.1" 200 151 0.213682 10.0.0.19 - - [2026-05-25 02:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.73 - - [2026-05-25 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.73 - - [2026-05-25 02:58:00] "DELETE /network-ipam/895e0975-a0de-4231-921c-9e390709714f HTTP/1.1" 200 115 0.045278 10.0.0.73 - - [2026-05-25 02:58:00] "POST /fqname-to-id HTTP/1.1" 404 260 0.005182 10.0.0.131 - - [2026-05-25 02:58:00] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.131 - - [2026-05-25 02:58:00] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.055907 10.0.0.131 - - [2026-05-25 02:58:00] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001335 10.0.0.131 - - [2026-05-25 02:58:00] "GET /project/15e21523-da11-433e-9291-602053f6158e?fields=security_groups HTTP/1.1" 200 1399 0.057434 10.0.0.131 - - [2026-05-25 02:58:00] "DELETE /security-group/c5161b93-4ee6-4796-af13-1e987d0d0d38 HTTP/1.1" 200 115 0.071845 10.0.0.131 - - [2026-05-25 02:58:00] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001518 10.0.0.131 - - [2026-05-25 02:58:00] "GET /project/15e21523-da11-433e-9291-602053f6158e?fields=application_policy_sets HTTP/1.1" 200 1438 0.075824 10.0.0.19 - - [2026-05-25 02:58:00] "DELETE /access-control-list/4cea393a-c739-4b14-837f-c67131ce9f14 HTTP/1.1" 200 115 0.074356 10.0.0.73 - - [2026-05-25 02:58:00] "DELETE /project/15e21523-da11-433e-9291-602053f6158e HTTP/1.1" 200 115 0.511027 10.0.0.131 - - [2026-05-25 02:58:00] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001745 10.0.0.73 - - [2026-05-25 02:58:00] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?fields=projects HTTP/1.1" 200 1443 0.028015 10.0.0.131 - - [2026-05-25 02:58:02] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004268 10.0.0.131 - - [2026-05-25 02:58:02] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001772 10.0.0.131 - - [2026-05-25 02:58:02] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.054121 10.0.0.131 - - [2026-05-25 02:58:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.001959 10.0.0.131 - - [2026-05-25 02:58:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.008504 10.0.0.131 - - [2026-05-25 02:58:02] "POST /security-groups HTTP/1.1" 200 603 0.038137 10.0.0.131 - - [2026-05-25 02:58:02] "POST /projects HTTP/1.1" 200 609 0.279901 10.0.0.131 - - [2026-05-25 02:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.317235 10.0.0.19 - - [2026-05-25 02:58:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.007788 10.0.0.73 - - [2026-05-25 02:58:02] "GET /project/15e21523-da11-433e-9291-602053f6158e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.491283 10.0.0.131 - - [2026-05-25 02:58:02] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001312 10.0.0.73 - - [2026-05-25 02:58:02] "GET /project/15e21523-da11-433e-9291-602053f6158e?fields=virtual_networks HTTP/1.1" 200 1058 0.068087 10.0.0.131 - - [2026-05-25 02:58:02] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001305 10.0.0.73 - - [2026-05-25 02:58:02] "GET /project/15e21523-da11-433e-9291-602053f6158e?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.053291 10.0.0.131 - - [2026-05-25 02:58:02] "GET /projects?obj_uuids=15e21523-da11-433e-9291-602053f6158e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001781 10.0.0.73 - - [2026-05-25 02:58:03] "GET /project/15e21523-da11-433e-9291-602053f6158e?fields=security_groups HTTP/1.1" 200 1297 0.052436 10.0.0.73 - - [2026-05-25 02:58:03] "POST /fqname-to-id HTTP/1.1" 404 182 0.040663 10.0.0.131 - - [2026-05-25 02:58:04] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003962 10.0.0.131 - - [2026-05-25 02:58:04] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002345 10.0.0.131 - - [2026-05-25 02:58:04] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009962 10.0.0.131 - - [2026-05-25 02:58:04] "POST /id-to-fqname HTTP/1.1" 200 184 0.002822 10.0.0.131 - - [2026-05-25 02:58:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.006869 10.0.0.131 - - [2026-05-25 02:58:04] "POST /security-groups HTTP/1.1" 200 585 0.038932 10.0.0.131 - - [2026-05-25 02:58:04] "POST /projects HTTP/1.1" 200 573 0.267426 10.0.0.131 - - [2026-05-25 02:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.308479 10.0.0.19 - - [2026-05-25 02:58:04] "POST /access-control-lists HTTP/1.1" 200 592 0.033742 10.0.0.73 - - [2026-05-25 02:58:04] "GET /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.481239 10.0.0.73 - - [2026-05-25 02:58:05] "GET / HTTP/1.1" 200 36215 0.001648 10.0.0.73 - - [2026-05-25 02:58:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.73 - - [2026-05-25 02:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.066925 10.0.0.131 - - [2026-05-25 02:58:06] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001375 10.0.0.73 - - [2026-05-25 02:58:06] "GET /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.046970 10.0.0.73 - - [2026-05-25 02:58:06] "POST /neutron/network HTTP/1.1" 200 117 0.049962 10.0.0.19 - - [2026-05-25 02:58:07] "POST /route-targets HTTP/1.1" 200 328 0.025167 10.0.0.131 - - [2026-05-25 02:58:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005970 10.0.0.73 - - [2026-05-25 02:58:07] "POST /neutron/subnet HTTP/1.1" 200 828 0.204810 10.0.0.73 - - [2026-05-25 02:58:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001607 10.0.0.73 - - [2026-05-25 02:58:07] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006437 10.0.0.73 - - [2026-05-25 02:58:07] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006339 10.0.0.73 - - [2026-05-25 02:58:07] "POST /neutron/network HTTP/1.1" 200 992 0.010222 10.0.0.73 - - [2026-05-25 02:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.131 - - [2026-05-25 02:58:07] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001577 10.0.0.73 - - [2026-05-25 02:58:08] "GET /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.056753 10.0.0.73 - - [2026-05-25 02:58:08] "POST /neutron/network HTTP/1.1" 200 117 0.017279 10.0.0.19 - - [2026-05-25 02:58:08] "POST /ref-update HTTP/1.1" 200 156 0.024638 10.0.0.131 - - [2026-05-25 02:58:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008286 10.0.0.73 - - [2026-05-25 02:58:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.241614 10.0.0.73 - - [2026-05-25 02:58:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.001484 10.0.0.73 - - [2026-05-25 02:58:08] "GET /virtual-network/e2bcfc2f-1bd9-4e08-8f14-124d2af89202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007319 10.0.0.73 - - [2026-05-25 02:58:08] "GET /virtual-network/e2bcfc2f-1bd9-4e08-8f14-124d2af89202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006302 10.0.0.73 - - [2026-05-25 02:58:08] "POST /neutron/network HTTP/1.1" 200 990 0.011411 10.0.0.73 - - [2026-05-25 02:58:08] "POST /id-to-fqname HTTP/1.1" 200 214 0.001411 10.0.0.73 - - [2026-05-25 02:58:09] "POST /neutron/network HTTP/1.1" 200 1002 0.008822 10.0.0.131 - - [2026-05-25 02:58:09] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001346 10.0.0.73 - - [2026-05-25 02:58:09] "GET /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.102167 10.0.0.73 - - [2026-05-25 02:58:10] "POST /neutron/port HTTP/1.1" 200 117 0.009195 10.0.0.73 - - [2026-05-25 02:58:10] "POST /id-to-fqname HTTP/1.1" 200 214 0.001904 10.0.0.73 - - [2026-05-25 02:58:10] "POST /neutron/network HTTP/1.1" 200 1002 0.009084 10.0.0.131 - - [2026-05-25 02:58:11] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001705 10.0.0.73 - - [2026-05-25 02:58:11] "POST /neutron/port HTTP/1.1" 200 1161 0.027798 10.0.0.73 - - [2026-05-25 02:58:11] "GET /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.098918 10.0.0.73 - - [2026-05-25 02:58:11] "POST /neutron/port HTTP/1.1" 200 1225 0.047949 10.0.0.73 - - [2026-05-25 02:58:11] "POST /neutron/port HTTP/1.1" 200 1225 0.022043 10.0.0.73 - - [2026-05-25 02:58:11] "POST /neutron/port HTTP/1.1" 200 117 0.001611 10.0.0.73 - - [2026-05-25 02:58:11] "POST /id-to-fqname HTTP/1.1" 200 214 0.012381 10.0.0.73 - - [2026-05-25 02:58:11] "POST /neutron/network HTTP/1.1" 200 992 0.043693 10.0.0.73 - - [2026-05-25 02:58:11] "POST /neutron/network HTTP/1.1" 200 1000 0.011037 10.0.0.73 - - [2026-05-25 02:58:12] "POST /neutron/port HTTP/1.1" 200 1161 0.023378 10.0.0.73 - - [2026-05-25 02:58:12] "POST /neutron/port HTTP/1.1" 200 1225 0.028878 10.0.0.73 - - [2026-05-25 02:58:12] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013785 10.0.0.131 - - [2026-05-25 02:58:12] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000990 10.0.0.73 - - [2026-05-25 02:58:12] "GET /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.118152 10.0.0.73 - - [2026-05-25 02:58:12] "POST /neutron/network HTTP/1.1" 200 990 0.045293 10.0.0.73 - - [2026-05-25 02:58:13] "POST /neutron/security_group HTTP/1.1" 200 2052 0.015311 10.0.0.73 - - [2026-05-25 02:58:13] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009721 10.0.0.73 - - [2026-05-25 02:58:13] "POST /neutron/port HTTP/1.1" 200 1225 0.039184 10.0.0.73 - - [2026-05-25 02:58:13] "GET /virtual-machine/cf4a0534-94c1-41b1-8275-642a8901881c HTTP/1.1" 401 292 0.000678 10.0.0.131 - - [2026-05-25 02:58:13] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002061 10.0.0.73 - - [2026-05-25 02:58:14] "GET /virtual-machine/cf4a0534-94c1-41b1-8275-642a8901881c HTTP/1.1" 200 1288 0.070018 10.0.0.73 - - [2026-05-25 02:58:14] "GET /virtual-machine-interface/051ff7ec-9b8e-423a-9b7e-567e3780dd40 HTTP/1.1" 200 3111 0.007200 10.0.0.73 - - [2026-05-25 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.73 - - [2026-05-25 02:58:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005633 10.0.0.73 - - [2026-05-25 02:58:14] "GET /virtual-networks?parent_id=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003135 10.0.0.73 - - [2026-05-25 02:58:14] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.010362 10.0.0.73 - - [2026-05-25 02:58:14] "POST /neutron/port HTTP/1.1" 200 1159 0.577574 10.0.0.73 - - [2026-05-25 02:58:14] "POST /neutron/port HTTP/1.1" 200 1213 0.126536 10.0.0.73 - - [2026-05-25 02:58:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004877 10.0.0.73 - - [2026-05-25 02:58:14] "POST /neutron/port HTTP/1.1" 200 117 0.001510 10.0.0.73 - - [2026-05-25 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.73 - - [2026-05-25 02:58:17] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006932 10.0.0.19 - - [2026-05-25 02:58:18] "GET /obj-perms HTTP/1.1" 200 5056 0.061680 10.0.0.73 - - [2026-05-25 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004744 10.0.0.73 - - [2026-05-25 02:58:21] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006507 10.0.0.73 - - [2026-05-25 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.73 - - [2026-05-25 02:58:25] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006972 10.0.0.73 - - [2026-05-25 02:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.73 - - [2026-05-25 02:58:29] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006246 10.0.0.73 - - [2026-05-25 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.73 - - [2026-05-25 02:58:33] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006879 10.0.0.73 - - [2026-05-25 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.73 - - [2026-05-25 02:58:37] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005794 10.0.0.73 - - [2026-05-25 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.73 - - [2026-05-25 02:58:41] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005853 10.0.0.73 - - [2026-05-25 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005331 10.0.0.73 - - [2026-05-25 02:58:46] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006442 10.0.0.73 - - [2026-05-25 02:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.73 - - [2026-05-25 02:58:50] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007318 10.0.0.73 - - [2026-05-25 02:58:52] "POST /neutron/port HTTP/1.1" 200 1225 0.020689 10.0.0.73 - - [2026-05-25 02:58:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004810 10.0.0.73 - - [2026-05-25 02:58:52] "POST /neutron/port HTTP/1.1" 200 117 0.000980 10.0.0.131 - - [2026-05-25 02:58:52] "DELETE /project/15e21523da11433e9291602053f6158e HTTP/1.1" 404 173 0.003897 10.0.0.131 - - [2026-05-25 02:58:52] "DELETE /project/d960c4d1a7ca43749b8b8ec2cacd6f63 HTTP/1.1" 404 173 0.005237 10.0.0.131 - - [2026-05-25 02:58:52] "DELETE /project/15e21523-da11-433e-9291-602053f6158e HTTP/1.1" 404 177 0.007133 10.0.0.73 - - [2026-05-25 02:58:53] "POST /neutron/port HTTP/1.1" 200 1225 0.020357 10.0.0.73 - - [2026-05-25 02:58:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004884 10.0.0.73 - - [2026-05-25 02:58:53] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.73 - - [2026-05-25 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.73 - - [2026-05-25 02:58:54] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006926 10.0.0.73 - - [2026-05-25 02:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.73 - - [2026-05-25 02:58:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004475 10.0.0.73 - - [2026-05-25 02:58:56] "GET /virtual-networks?parent_id=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004496 10.0.0.73 - - [2026-05-25 02:58:56] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.008519 10.0.0.73 - - [2026-05-25 02:58:56] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012890 10.0.0.73 - - [2026-05-25 02:59:06] "POST /neutron/port HTTP/1.1" 200 1225 0.022217 10.0.0.73 - - [2026-05-25 02:59:09] "POST /neutron/security_group HTTP/1.1" 200 2052 0.042032 10.0.0.73 - - [2026-05-25 02:59:15] "POST /neutron/port HTTP/1.1" 200 1225 0.024831 10.0.0.73 - - [2026-05-25 02:59:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009570 10.0.0.73 - - [2026-05-25 02:59:22] "POST /neutron/port HTTP/1.1" 200 1225 0.031603 10.0.0.73 - - [2026-05-25 02:59:22] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008948 10.0.0.73 - - [2026-05-25 02:59:22] "GET /virtual-machine/6f7b99ea-7835-4a4a-996b-8ad8bbf53ceb HTTP/1.1" 200 1288 0.006737 10.0.0.73 - - [2026-05-25 02:59:22] "GET /virtual-machine-interface/0ee8fb95-fbd0-45fa-af49-0efd6a7d7aa1 HTTP/1.1" 200 3112 0.006437 10.0.0.73 - - [2026-05-25 02:59:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.73 - - [2026-05-25 02:59:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005697 10.0.0.73 - - [2026-05-25 02:59:22] "GET /virtual-networks?parent_id=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003734 10.0.0.73 - - [2026-05-25 02:59:22] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006796 10.0.0.73 - - [2026-05-25 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.73 - - [2026-05-25 02:59:23] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005197 10.0.0.73 - - [2026-05-25 02:59:23] "GET /virtual-networks?parent_id=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004375 10.0.0.73 - - [2026-05-25 02:59:24] "GET /virtual-network/043b336e-dd48-4d2a-8e2e-63f7b1228d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007548 10.0.0.73 - - [2026-05-25 02:59:24] "POST /neutron/port HTTP/1.1" 200 1225 0.026078 10.0.0.73 - - [2026-05-25 02:59:29] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010045 10.0.0.73 - - [2026-05-25 02:59:29] "POST /neutron/port HTTP/1.1" 200 1223 0.021868 10.0.0.73 - - [2026-05-25 02:59:29] "GET /virtual-machine/a0a57c81-c131-4502-ae75-19c3ec8ac809 HTTP/1.1" 200 1289 0.006695 10.0.0.73 - - [2026-05-25 02:59:29] "GET /virtual-machine-interface/ac4eda1e-df43-42ed-9c33-26b7c51c865e HTTP/1.1" 200 3113 0.006946 10.0.0.73 - - [2026-05-25 02:59:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.73 - - [2026-05-25 02:59:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004650 10.0.0.73 - - [2026-05-25 02:59:29] "GET /virtual-networks?parent_id=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004859 10.0.0.73 - - [2026-05-25 02:59:29] "GET /virtual-network/e2bcfc2f-1bd9-4e08-8f14-124d2af89202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.006227 10.0.0.73 - - [2026-05-25 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.73 - - [2026-05-25 02:59:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005469 10.0.0.73 - - [2026-05-25 02:59:30] "GET /virtual-networks?parent_id=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004850 10.0.0.73 - - [2026-05-25 02:59:31] "GET /virtual-network/e2bcfc2f-1bd9-4e08-8f14-124d2af89202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2609 0.007774 10.0.0.73 - - [2026-05-25 02:59:32] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003912 10.0.0.73 - - [2026-05-25 02:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.73 - - [2026-05-25 02:59:32] "GET /global-qos-config/d72ed575-19b9-4279-97b2-64980ccacb10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.005898 10.0.0.73 - - [2026-05-25 02:59:32] "POST /fqname-to-id HTTP/1.1" 404 222 0.005538 10.0.0.73 - - [2026-05-25 02:59:32] "POST /forwarding-classs HTTP/1.1" 200 578 0.036435 10.0.0.73 - - [2026-05-25 02:59:32] "POST /id-to-fqname HTTP/1.1" 200 232 0.004290 10.0.0.73 - - [2026-05-25 02:59:32] "GET /forwarding-class/ee50a3d4-5bd6-4059-94ca-fba0f91696e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.004988 10.0.0.131 - - [2026-05-25 02:59:32] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.032779 10.0.0.73 - - [2026-05-25 02:59:32] "GET /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.088376 10.0.0.73 - - [2026-05-25 02:59:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.004593 10.0.0.73 - - [2026-05-25 02:59:33] "POST /qos-configs HTTP/1.1" 200 545 0.044018 10.0.0.73 - - [2026-05-25 02:59:33] "POST /id-to-fqname HTTP/1.1" 200 217 0.004339 10.0.0.73 - - [2026-05-25 02:59:33] "GET /qos-config/79106641-bde1-448d-8863-3fd2296df525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.004980 10.0.0.73 - - [2026-05-25 02:59:33] "GET /virtual-machine-interface/051ff7ec-9b8e-423a-9b7e-567e3780dd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.009380 10.0.0.73 - - [2026-05-25 02:59:33] "POST /ref-update HTTP/1.1" 200 156 0.022955 10.0.0.73 - - [2026-05-25 02:59:33] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009276 10.0.0.73 - - [2026-05-25 02:59:33] "POST /neutron/port HTTP/1.1" 200 1225 0.024321 10.0.0.73 - - [2026-05-25 02:59:33] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008325 10.0.0.73 - - [2026-05-25 02:59:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.001486 10.0.0.73 - - [2026-05-25 02:59:33] "GET /virtual-machine/cf4a0534-94c1-41b1-8275-642a8901881c HTTP/1.1" 200 1288 0.004922 10.0.0.73 - - [2026-05-25 02:59:33] "GET /virtual-machine-interface/051ff7ec-9b8e-423a-9b7e-567e3780dd40 HTTP/1.1" 200 3359 0.006175 10.0.0.73 - - [2026-05-25 02:59:33] "GET /instance-ip/4d498428-b950-45e8-b6f9-b6811afcce72 HTTP/1.1" 200 1631 0.006906 10.0.0.73 - - [2026-05-25 02:59:33] "GET /instance-ip/d0f97018-2f4d-4fff-8669-4eae0cf06775 HTTP/1.1" 200 1611 0.006998 10.0.0.73 - - [2026-05-25 02:59:33] "POST /neutron/port HTTP/1.1" 200 1225 0.019703 10.0.0.73 - - [2026-05-25 02:59:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008047 10.0.0.73 - - [2026-05-25 02:59:34] "POST /neutron/port HTTP/1.1" 200 1225 0.020552 10.0.0.73 - - [2026-05-25 02:59:34] "POST /neutron/network HTTP/1.1" 200 992 0.010762 10.0.0.73 - - [2026-05-25 02:59:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001488 10.0.0.73 - - [2026-05-25 02:59:34] "GET /virtual-machine/6f7b99ea-7835-4a4a-996b-8ad8bbf53ceb HTTP/1.1" 200 1288 0.004456 10.0.0.73 - - [2026-05-25 02:59:34] "GET /virtual-machine-interface/0ee8fb95-fbd0-45fa-af49-0efd6a7d7aa1 HTTP/1.1" 200 3112 0.005984 10.0.0.73 - - [2026-05-25 02:59:34] "GET /instance-ip/81735854-2b77-4e58-8279-2baabfe0efc1 HTTP/1.1" 200 1610 0.007165 10.0.0.73 - - [2026-05-25 02:59:34] "GET /instance-ip/b4f353d7-9dff-47f4-aeaa-61e541c03b72 HTTP/1.1" 200 1632 0.007523 10.0.0.73 - - [2026-05-25 02:59:52] "POST /neutron/network HTTP/1.1" 200 1002 0.007557 10.0.0.73 - - [2026-05-25 02:59:52] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016411 10.0.0.73 - - [2026-05-25 02:59:52] "POST /neutron/network HTTP/1.1" 200 992 0.013340 10.0.0.73 - - [2026-05-25 02:59:53] "POST /neutron/network HTTP/1.1" 200 1000 0.045007 10.0.0.73 - - [2026-05-25 02:59:53] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016701 10.0.0.73 - - [2026-05-25 02:59:54] "POST /neutron/network HTTP/1.1" 200 990 0.011877 10.0.0.73 - - [2026-05-25 03:00:03] "GET /virtual-machine-interface/051ff7ec-9b8e-423a-9b7e-567e3780dd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2942 0.007178 10.0.0.73 - - [2026-05-25 03:00:03] "POST /ref-update HTTP/1.1" 200 156 0.021513 10.0.0.73 - - [2026-05-25 03:00:03] "DELETE /qos-config/79106641-bde1-448d-8863-3fd2296df525 HTTP/1.1" 200 115 0.060386 10.0.0.73 - - [2026-05-25 03:00:03] "POST /id-to-fqname HTTP/1.1" 200 232 0.001741 10.0.0.73 - - [2026-05-25 03:00:03] "DELETE /forwarding-class/ee50a3d4-5bd6-4059-94ca-fba0f91696e1 HTTP/1.1" 200 115 0.049200 10.0.0.73 - - [2026-05-25 03:00:05] "POST /neutron/port HTTP/1.1" 200 1223 0.024693 10.0.0.73 - - [2026-05-25 03:00:05] "POST /neutron/port HTTP/1.1" 200 1225 0.025790 10.0.0.73 - - [2026-05-25 03:00:05] "POST /neutron/port HTTP/1.1" 200 1225 0.041983 10.0.0.73 - - [2026-05-25 03:00:07] "POST /neutron/network HTTP/1.1" 200 990 0.011058 10.0.0.19 - - [2026-05-25 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.131 - - [2026-05-25 03:00:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005937 10.0.0.131 - - [2026-05-25 03:00:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005978 10.0.0.131 - - [2026-05-25 03:00:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003651 10.0.0.131 - - [2026-05-25 03:00:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002534 10.0.0.73 - - [2026-05-25 03:00:07] "POST /neutron/network HTTP/1.1" 200 151 0.198933 10.0.0.19 - - [2026-05-25 03:00:07] "DELETE /route-target/87e0b76a-ce8f-4da3-a847-471202d11495 HTTP/1.1" 200 115 0.043295 10.0.0.131 - - [2026-05-25 03:00:07] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001223 10.0.0.73 - - [2026-05-25 03:00:08] "GET /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.104678 10.0.0.131 - - [2026-05-25 03:00:08] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002664 10.0.0.73 - - [2026-05-25 03:00:08] "GET /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63?fields=virtual_networks HTTP/1.1" 200 1023 0.067879 10.0.0.131 - - [2026-05-25 03:00:08] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001838 10.0.0.73 - - [2026-05-25 03:00:08] "GET /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.053288 10.0.0.131 - - [2026-05-25 03:00:08] "GET /projects?obj_uuids=d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001269 10.0.0.73 - - [2026-05-25 03:00:08] "GET /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63?fields=security_groups HTTP/1.1" 200 1244 0.058508 10.0.0.73 - - [2026-05-25 03:00:09] "POST /fqname-to-id HTTP/1.1" 404 181 0.033660 10.0.0.131 - - [2026-05-25 03:00:09] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005014 10.0.0.131 - - [2026-05-25 03:00:09] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001442 10.0.0.131 - - [2026-05-25 03:00:09] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053685 10.0.0.131 - - [2026-05-25 03:00:09] "POST /id-to-fqname HTTP/1.1" 200 183 0.008307 10.0.0.131 - - [2026-05-25 03:00:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.012331 10.0.0.131 - - [2026-05-25 03:00:09] "POST /security-groups HTTP/1.1" 200 584 0.103442 10.0.0.131 - - [2026-05-25 03:00:09] "POST /projects HTTP/1.1" 200 571 0.406304 10.0.0.131 - - [2026-05-25 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.441116 10.0.0.19 - - [2026-05-25 03:00:09] "POST /fqname-to-id HTTP/1.1" 404 226 0.006291 10.0.0.73 - - [2026-05-25 03:00:10] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.667006 10.0.0.73 - - [2026-05-25 03:00:11] "GET / HTTP/1.1" 200 36215 0.001960 10.0.0.73 - - [2026-05-25 03:00:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000586 10.0.0.73 - - [2026-05-25 03:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.082273 10.0.0.131 - - [2026-05-25 03:00:13] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001908 10.0.0.73 - - [2026-05-25 03:00:13] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.069537 10.0.0.19 - - [2026-05-25 03:00:14] "POST /ref-update HTTP/1.1" 200 156 0.037235 10.0.0.131 - - [2026-05-25 03:00:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008660 10.0.0.73 - - [2026-05-25 03:00:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.309807 10.0.0.73 - - [2026-05-25 03:00:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.002439 10.0.0.73 - - [2026-05-25 03:00:14] "GET /virtual-network/6ca68d6c-ba6a-45bf-8c8d-70edde10fef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007166 10.0.0.73 - - [2026-05-25 03:00:14] "GET /virtual-network/6ca68d6c-ba6a-45bf-8c8d-70edde10fef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009944 10.0.0.73 - - [2026-05-25 03:00:14] "POST /neutron/network HTTP/1.1" 200 832 0.008738 10.0.0.73 - - [2026-05-25 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.73 - - [2026-05-25 03:00:14] "GET /virtual-network/6ca68d6c-ba6a-45bf-8c8d-70edde10fef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007940 10.0.0.73 - - [2026-05-25 03:00:14] "PUT /virtual-network/6ca68d6c-ba6a-45bf-8c8d-70edde10fef8 HTTP/1.1" 200 265 0.081059 10.0.0.73 - - [2026-05-25 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.131 - - [2026-05-25 03:00:14] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001268 10.0.0.73 - - [2026-05-25 03:00:14] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.044092 10.0.0.131 - - [2026-05-25 03:00:14] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001242 10.0.0.73 - - [2026-05-25 03:00:14] "POST /neutron/network HTTP/1.1" 200 612 0.135804 10.0.0.19 - - [2026-05-25 03:00:14] "POST /route-targets HTTP/1.1" 200 328 0.018565 10.0.0.73 - - [2026-05-25 03:00:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.004756 10.0.0.73 - - [2026-05-25 03:00:15] "GET /virtual-network/708f39ea-2685-4ab4-91f1-e3743ec1f2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008349 10.0.0.73 - - [2026-05-25 03:00:15] "POST /neutron/network HTTP/1.1" 200 831 0.010641 10.0.0.73 - - [2026-05-25 03:00:15] "GET /virtual-network/708f39ea-2685-4ab4-91f1-e3743ec1f2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008209 10.0.0.73 - - [2026-05-25 03:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.73 - - [2026-05-25 03:00:15] "GET /virtual-network/708f39ea-2685-4ab4-91f1-e3743ec1f2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007602 10.0.0.73 - - [2026-05-25 03:00:15] "PUT /virtual-network/708f39ea-2685-4ab4-91f1-e3743ec1f2a7 HTTP/1.1" 200 265 0.085734 10.0.0.73 - - [2026-05-25 03:00:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001493 10.0.0.73 - - [2026-05-25 03:00:15] "POST /neutron/network HTTP/1.1" 200 842 0.009268 10.0.0.131 - - [2026-05-25 03:00:16] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001824 10.0.0.73 - - [2026-05-25 03:00:16] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.111799 10.0.0.73 - - [2026-05-25 03:00:16] "POST /neutron/port HTTP/1.1" 200 117 0.008450 10.0.0.73 - - [2026-05-25 03:00:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001514 10.0.0.73 - - [2026-05-25 03:00:17] "POST /neutron/network HTTP/1.1" 200 842 0.009959 10.0.0.131 - - [2026-05-25 03:00:17] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001744 10.0.0.73 - - [2026-05-25 03:00:17] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.113339 10.0.0.73 - - [2026-05-25 03:00:18] "POST /neutron/port HTTP/1.1" 200 1054 0.053006 10.0.0.73 - - [2026-05-25 03:00:18] "POST /neutron/port HTTP/1.1" 200 1118 0.028155 10.0.0.73 - - [2026-05-25 03:00:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005282 10.0.0.73 - - [2026-05-25 03:00:18] "POST /neutron/port HTTP/1.1" 200 117 0.001693 10.0.0.73 - - [2026-05-25 03:00:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010777 10.0.0.73 - - [2026-05-25 03:00:19] "POST /neutron/port HTTP/1.1" 200 1053 0.019679 10.0.0.73 - - [2026-05-25 03:00:19] "POST /neutron/port HTTP/1.1" 200 1117 0.028673 10.0.0.73 - - [2026-05-25 03:00:19] "POST /neutron/port HTTP/1.1" 200 117 0.001856 10.0.0.73 - - [2026-05-25 03:00:20] "GET /obj-perms HTTP/1.1" 200 5056 0.071352 10.0.0.73 - - [2026-05-25 03:00:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009594 10.0.0.73 - - [2026-05-25 03:00:23] "POST /neutron/port HTTP/1.1" 200 1118 0.021796 10.0.0.73 - - [2026-05-25 03:00:23] "GET /virtual-machine/cb40e7cb-7042-4b3c-83fb-f8fca23e4f4b HTTP/1.1" 401 292 0.000517 10.0.0.73 - - [2026-05-25 03:00:24] "GET /virtual-machine/cb40e7cb-7042-4b3c-83fb-f8fca23e4f4b HTTP/1.1" 200 1287 0.040980 10.0.0.73 - - [2026-05-25 03:00:24] "GET /virtual-machine-interface/4cd06874-8baa-42b4-b859-17f5277446d0 HTTP/1.1" 200 2933 0.007610 10.0.0.73 - - [2026-05-25 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.73 - - [2026-05-25 03:00:24] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005086 10.0.0.73 - - [2026-05-25 03:00:24] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003879 10.0.0.73 - - [2026-05-25 03:00:24] "GET /virtual-network/6ca68d6c-ba6a-45bf-8c8d-70edde10fef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.008784 10.0.0.73 - - [2026-05-25 03:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.73 - - [2026-05-25 03:00:27] "GET /virtual-network/6ca68d6c-ba6a-45bf-8c8d-70edde10fef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006337 10.0.0.73 - - [2026-05-25 03:00:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009770 10.0.0.73 - - [2026-05-25 03:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.73 - - [2026-05-25 03:00:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005751 10.0.0.73 - - [2026-05-25 03:00:29] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004345 10.0.0.73 - - [2026-05-25 03:00:29] "GET /virtual-network/6ca68d6c-ba6a-45bf-8c8d-70edde10fef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006606 10.0.0.73 - - [2026-05-25 03:00:29] "POST /neutron/port HTTP/1.1" 200 1117 0.024634 10.0.0.73 - - [2026-05-25 03:00:29] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009683 10.0.0.73 - - [2026-05-25 03:00:29] "GET /virtual-machine/6cf0815f-bacd-491d-a206-9dd265dea788 HTTP/1.1" 200 1287 0.007982 10.0.0.73 - - [2026-05-25 03:00:29] "GET /virtual-machine-interface/8c188eb2-7d55-4f2a-9460-070f11760242 HTTP/1.1" 200 2934 0.005983 10.0.0.73 - - [2026-05-25 03:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005015 10.0.0.73 - - [2026-05-25 03:00:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005943 10.0.0.73 - - [2026-05-25 03:00:30] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004008 10.0.0.73 - - [2026-05-25 03:00:30] "GET /virtual-network/708f39ea-2685-4ab4-91f1-e3743ec1f2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007488 10.0.0.73 - - [2026-05-25 03:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005461 10.0.0.73 - - [2026-05-25 03:00:31] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006388 10.0.0.73 - - [2026-05-25 03:00:31] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004522 10.0.0.73 - - [2026-05-25 03:00:31] "GET /virtual-network/708f39ea-2685-4ab4-91f1-e3743ec1f2a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.008565 10.0.0.73 - - [2026-05-25 03:00:31] "POST /neutron/port HTTP/1.1" 200 1117 0.023921 10.0.0.73 - - [2026-05-25 03:00:36] "POST /routing-policys HTTP/1.1" 200 536 0.031689 10.0.0.73 - - [2026-05-25 03:00:36] "GET /virtual-network/6ca68d6c-ba6a-45bf-8c8d-70edde10fef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.019300 10.0.0.19 - - [2026-05-25 03:00:36] "POST /ref-update HTTP/1.1" 200 156 0.024878 10.0.0.73 - - [2026-05-25 03:00:36] "PUT /virtual-network/6ca68d6c-ba6a-45bf-8c8d-70edde10fef8 HTTP/1.1" 200 265 0.060926 10.0.0.73 - - [2026-05-25 03:00:40] "POST /ref-update HTTP/1.1" 200 156 0.052887 10.0.0.73 - - [2026-05-25 03:00:40] "DELETE /routing-policy/b256b3e2-e7f2-4722-9f17-175098507049 HTTP/1.1" 200 115 0.068497 10.0.0.73 - - [2026-05-25 03:00:40] "POST /neutron/network HTTP/1.1" 400 204 0.021284 10.0.0.73 - - [2026-05-25 03:00:41] "POST /neutron/port HTTP/1.1" 200 151 0.259615 10.0.0.73 - - [2026-05-25 03:00:41] "POST /neutron/port HTTP/1.1" 200 151 0.261312 10.0.0.73 - - [2026-05-25 03:00:43] "POST /neutron/network HTTP/1.1" 200 832 0.012439 10.0.0.19 - - [2026-05-25 03:00:43] "DELETE /route-target/79bbc06d-a3d0-4ac2-a709-706eb5196430 HTTP/1.1" 200 115 0.034929 10.0.0.19 - - [2026-05-25 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.19 - - [2026-05-25 03:00:43] "DELETE /route-target/d3f1355b-637e-42ff-9b75-2e229428adf9 HTTP/1.1" 200 115 0.033410 10.0.0.73 - - [2026-05-25 03:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.131 - - [2026-05-25 03:00:45] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001182 10.0.0.73 - - [2026-05-25 03:00:45] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.051781 10.0.0.131 - - [2026-05-25 03:00:45] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001154 10.0.0.73 - - [2026-05-25 03:00:46] "POST /neutron/network HTTP/1.1" 200 612 0.172644 10.0.0.19 - - [2026-05-25 03:00:46] "POST /route-targets HTTP/1.1" 200 328 0.019994 10.0.0.73 - - [2026-05-25 03:00:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.004964 10.0.0.73 - - [2026-05-25 03:00:46] "GET /virtual-network/4ed30447-04d4-453a-9eeb-820cec8ceb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007124 10.0.0.73 - - [2026-05-25 03:00:46] "POST /neutron/network HTTP/1.1" 200 832 0.009030 10.0.0.73 - - [2026-05-25 03:00:46] "GET /virtual-network/4ed30447-04d4-453a-9eeb-820cec8ceb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007905 10.0.0.73 - - [2026-05-25 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.73 - - [2026-05-25 03:00:46] "GET /virtual-network/4ed30447-04d4-453a-9eeb-820cec8ceb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007164 10.0.0.73 - - [2026-05-25 03:00:46] "PUT /virtual-network/4ed30447-04d4-453a-9eeb-820cec8ceb37 HTTP/1.1" 200 265 0.100848 10.0.0.19 - - [2026-05-25 03:00:46] "POST /ref-update HTTP/1.1" 200 156 0.043496 10.0.0.73 - - [2026-05-25 03:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006624 10.0.0.131 - - [2026-05-25 03:00:46] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001709 10.0.0.73 - - [2026-05-25 03:00:46] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.051947 10.0.0.73 - - [2026-05-25 03:00:46] "POST /neutron/network HTTP/1.1" 200 117 0.017011 10.0.0.73 - - [2026-05-25 03:00:47] "POST /neutron/network HTTP/1.1" 200 831 0.010997 10.0.0.73 - - [2026-05-25 03:00:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001399 10.0.0.73 - - [2026-05-25 03:00:47] "GET /virtual-network/52c72623-512f-4f0f-a70c-7ce3fb8715fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006546 10.0.0.73 - - [2026-05-25 03:00:47] "GET /virtual-network/52c72623-512f-4f0f-a70c-7ce3fb8715fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007194 10.0.0.73 - - [2026-05-25 03:00:47] "POST /neutron/subnet HTTP/1.1" 200 725 0.015610 10.0.0.73 - - [2026-05-25 03:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006069 10.0.0.73 - - [2026-05-25 03:00:47] "GET /virtual-network/52c72623-512f-4f0f-a70c-7ce3fb8715fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007267 10.0.0.73 - - [2026-05-25 03:00:47] "PUT /virtual-network/52c72623-512f-4f0f-a70c-7ce3fb8715fb HTTP/1.1" 200 265 0.074339 10.0.0.19 - - [2026-05-25 03:00:47] "POST /ref-update HTTP/1.1" 200 156 0.040795 10.0.0.73 - - [2026-05-25 03:00:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.002540 10.0.0.131 - - [2026-05-25 03:00:48] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001219 10.0.0.73 - - [2026-05-25 03:00:48] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.072648 10.0.0.73 - - [2026-05-25 03:00:48] "POST /neutron/port HTTP/1.1" 200 117 0.008487 10.0.0.73 - - [2026-05-25 03:00:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001644 10.0.0.73 - - [2026-05-25 03:00:49] "POST /neutron/network HTTP/1.1" 200 841 0.012043 10.0.0.73 - - [2026-05-25 03:00:49] "POST /neutron/port HTTP/1.1" 200 1054 0.027512 10.0.0.131 - - [2026-05-25 03:00:49] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001148 10.0.0.73 - - [2026-05-25 03:00:49] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.176786 10.0.0.73 - - [2026-05-25 03:00:50] "POST /neutron/network HTTP/1.1" 200 831 0.009484 10.0.0.73 - - [2026-05-25 03:00:50] "POST /neutron/subnet HTTP/1.1" 200 704 0.026527 10.0.0.73 - - [2026-05-25 03:00:50] "POST /neutron/network HTTP/1.1" 200 832 0.010995 10.0.0.73 - - [2026-05-25 03:00:50] "POST /neutron/port HTTP/1.1" 200 1118 0.023021 10.0.0.131 - - [2026-05-25 03:00:50] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001553 10.0.0.73 - - [2026-05-25 03:00:51] "POST /neutron/port HTTP/1.1" 200 1053 0.381091 10.0.0.73 - - [2026-05-25 03:00:51] "POST /neutron/port HTTP/1.1" 200 1107 0.161737 10.0.0.73 - - [2026-05-25 03:00:51] "POST /neutron/subnet HTTP/1.1" 200 699 0.012989 10.0.0.131 - - [2026-05-25 03:00:52] "DELETE /project/7e55d1abebd6471c8d78b1185a5be8d5 HTTP/1.1" 404 173 0.004659 10.0.0.131 - - [2026-05-25 03:00:52] "DELETE /project/d960c4d1-a7ca-4374-9b8b-8ec2cacd6f63 HTTP/1.1" 404 177 0.004371 10.0.0.73 - - [2026-05-25 03:00:55] "POST /neutron/port HTTP/1.1" 200 1118 0.025756 10.0.0.73 - - [2026-05-25 03:00:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.013098 10.0.0.73 - - [2026-05-25 03:00:55] "POST /neutron/port HTTP/1.1" 200 1118 0.026408 10.0.0.73 - - [2026-05-25 03:00:55] "GET /virtual-machine/af096803-a38b-4b0e-9a02-2d1be30275fe HTTP/1.1" 200 1288 0.012392 10.0.0.73 - - [2026-05-25 03:00:55] "GET /virtual-machine-interface/88328d16-4fcf-4608-9323-2c9a995d5e59 HTTP/1.1" 200 2933 0.007975 10.0.0.73 - - [2026-05-25 03:00:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004706 10.0.0.73 - - [2026-05-25 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.73 - - [2026-05-25 03:00:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006999 10.0.0.73 - - [2026-05-25 03:00:55] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004763 10.0.0.73 - - [2026-05-25 03:00:55] "POST /neutron/network HTTP/1.1" 200 832 0.011430 10.0.0.73 - - [2026-05-25 03:00:55] "GET /virtual-network/4ed30447-04d4-453a-9eeb-820cec8ceb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007117 10.0.0.73 - - [2026-05-25 03:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.73 - - [2026-05-25 03:00:58] "GET /virtual-network/4ed30447-04d4-453a-9eeb-820cec8ceb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.012208 10.0.0.73 - - [2026-05-25 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005523 10.0.0.73 - - [2026-05-25 03:01:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005609 10.0.0.73 - - [2026-05-25 03:01:01] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004464 10.0.0.73 - - [2026-05-25 03:01:01] "GET /virtual-network/4ed30447-04d4-453a-9eeb-820cec8ceb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007762 10.0.0.73 - - [2026-05-25 03:01:01] "POST /neutron/port HTTP/1.1" 200 1117 0.027416 10.0.0.73 - - [2026-05-25 03:01:01] "POST /neutron/port HTTP/1.1" 200 1117 0.022331 10.0.0.73 - - [2026-05-25 03:01:01] "POST /neutron/port HTTP/1.1" 200 1117 0.023907 10.0.0.73 - - [2026-05-25 03:01:01] "GET /virtual-machine/37d86b56-d9d2-4fff-acea-2683e859d3cb HTTP/1.1" 200 1287 0.009671 10.0.0.73 - - [2026-05-25 03:01:01] "GET /virtual-machine-interface/0cf2a16b-a484-4d96-9897-228d39b4a29a HTTP/1.1" 200 2932 0.006905 10.0.0.73 - - [2026-05-25 03:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006209 10.0.0.73 - - [2026-05-25 03:01:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004994 10.0.0.73 - - [2026-05-25 03:01:01] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005009 10.0.0.73 - - [2026-05-25 03:01:01] "GET /virtual-network/52c72623-512f-4f0f-a70c-7ce3fb8715fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.009627 10.0.0.73 - - [2026-05-25 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.73 - - [2026-05-25 03:01:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005006 10.0.0.73 - - [2026-05-25 03:01:02] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003794 10.0.0.73 - - [2026-05-25 03:01:02] "GET /virtual-network/52c72623-512f-4f0f-a70c-7ce3fb8715fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006933 10.0.0.73 - - [2026-05-25 03:01:03] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010219 10.0.0.73 - - [2026-05-25 03:01:08] "POST /routing-policys HTTP/1.1" 200 536 0.034382 10.0.0.73 - - [2026-05-25 03:01:08] "GET /virtual-network/4ed30447-04d4-453a-9eeb-820cec8ceb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.011904 10.0.0.73 - - [2026-05-25 03:01:08] "PUT /virtual-network/4ed30447-04d4-453a-9eeb-820cec8ceb37 HTTP/1.1" 200 265 0.051969 10.0.0.73 - - [2026-05-25 03:01:13] "POST /routing-policys HTTP/1.1" 200 536 0.038441 10.0.0.73 - - [2026-05-25 03:01:13] "GET /virtual-network/4ed30447-04d4-453a-9eeb-820cec8ceb37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.022586 10.0.0.73 - - [2026-05-25 03:01:13] "PUT /virtual-network/4ed30447-04d4-453a-9eeb-820cec8ceb37 HTTP/1.1" 200 265 0.096704 10.0.0.19 - - [2026-05-25 03:01:13] "POST /ref-update HTTP/1.1" 200 156 0.050941 10.0.0.73 - - [2026-05-25 03:01:13] "POST /ref-update HTTP/1.1" 200 156 0.075419 10.0.0.73 - - [2026-05-25 03:01:13] "DELETE /routing-policy/1f327599-7c11-42ab-b38e-bc14f4fda05c HTTP/1.1" 200 115 0.065898 10.0.0.73 - - [2026-05-25 03:01:13] "POST /ref-update HTTP/1.1" 200 156 0.071405 10.0.0.73 - - [2026-05-25 03:01:13] "DELETE /routing-policy/bef70224-8de5-451e-a09f-e91e9ebe9164 HTTP/1.1" 200 115 0.044479 10.0.0.73 - - [2026-05-25 03:01:14] "POST /neutron/port HTTP/1.1" 200 1117 0.024647 10.0.0.73 - - [2026-05-25 03:01:14] "POST /neutron/port HTTP/1.1" 200 151 0.244900 10.0.0.73 - - [2026-05-25 03:01:16] "POST /neutron/network HTTP/1.1" 200 831 0.007954 10.0.0.19 - - [2026-05-25 03:01:16] "DELETE /route-target/c83b3c48-01be-4230-8c02-dbb4d7cca699 HTTP/1.1" 200 115 0.046210 10.0.0.131 - - [2026-05-25 03:01:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004382 10.0.0.19 - - [2026-05-25 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006516 10.0.0.131 - - [2026-05-25 03:01:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003284 10.0.0.73 - - [2026-05-25 03:01:16] "POST /neutron/network HTTP/1.1" 200 151 0.187798 10.0.0.19 - - [2026-05-25 03:01:16] "DELETE /route-target/2717907d-be44-4077-9b5d-dad15919c873 HTTP/1.1" 200 115 0.027656 10.0.0.73 - - [2026-05-25 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.131 - - [2026-05-25 03:01:19] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001223 10.0.0.73 - - [2026-05-25 03:01:19] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.049145 10.0.0.131 - - [2026-05-25 03:01:19] "POST /useragent-kv HTTP/1.1" 200 115 0.011563 10.0.0.73 - - [2026-05-25 03:01:19] "POST /neutron/subnet HTTP/1.1" 200 725 0.250136 10.0.0.73 - - [2026-05-25 03:01:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001690 10.0.0.73 - - [2026-05-25 03:01:19] "GET /virtual-network/4a98ab9e-cb72-42d3-8efc-b622b5e4d9cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005970 10.0.0.73 - - [2026-05-25 03:01:19] "GET /virtual-network/4a98ab9e-cb72-42d3-8efc-b622b5e4d9cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007322 10.0.0.73 - - [2026-05-25 03:01:19] "POST /neutron/network HTTP/1.1" 200 831 0.007957 10.0.0.73 - - [2026-05-25 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.73 - - [2026-05-25 03:01:19] "GET /virtual-network/4a98ab9e-cb72-42d3-8efc-b622b5e4d9cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006133 10.0.0.73 - - [2026-05-25 03:01:19] "PUT /virtual-network/4a98ab9e-cb72-42d3-8efc-b622b5e4d9cf HTTP/1.1" 200 265 0.068038 10.0.0.19 - - [2026-05-25 03:01:19] "POST /route-targets HTTP/1.1" 200 324 0.022410 10.0.0.73 - - [2026-05-25 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006093 10.0.0.131 - - [2026-05-25 03:01:20] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001261 10.0.0.73 - - [2026-05-25 03:01:20] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.047734 10.0.0.131 - - [2026-05-25 03:01:20] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000988 10.0.0.73 - - [2026-05-25 03:01:20] "POST /neutron/network HTTP/1.1" 200 612 0.142004 10.0.0.19 - - [2026-05-25 03:01:20] "POST /ref-update HTTP/1.1" 200 156 0.044035 10.0.0.73 - - [2026-05-25 03:01:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.003792 10.0.0.73 - - [2026-05-25 03:01:20] "GET /virtual-network/822227d2-05b3-444c-b614-322aaf2addd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007487 10.0.0.73 - - [2026-05-25 03:01:20] "POST /neutron/network HTTP/1.1" 200 833 0.008443 10.0.0.73 - - [2026-05-25 03:01:20] "GET /virtual-network/822227d2-05b3-444c-b614-322aaf2addd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006555 10.0.0.73 - - [2026-05-25 03:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.73 - - [2026-05-25 03:01:20] "GET /virtual-network/822227d2-05b3-444c-b614-322aaf2addd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005702 10.0.0.73 - - [2026-05-25 03:01:20] "PUT /virtual-network/822227d2-05b3-444c-b614-322aaf2addd1 HTTP/1.1" 200 265 0.067788 10.0.0.73 - - [2026-05-25 03:01:20] "POST /id-to-fqname HTTP/1.1" 200 220 0.002575 10.0.0.73 - - [2026-05-25 03:01:21] "POST /neutron/network HTTP/1.1" 200 841 0.009207 10.0.0.131 - - [2026-05-25 03:01:21] "GET /obj-perms HTTP/1.1" 200 5056 0.052582 10.0.0.131 - - [2026-05-25 03:01:21] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001275 10.0.0.73 - - [2026-05-25 03:01:21] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.077049 10.0.0.73 - - [2026-05-25 03:01:22] "POST /neutron/port HTTP/1.1" 200 117 0.009273 10.0.0.73 - - [2026-05-25 03:01:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001845 10.0.0.73 - - [2026-05-25 03:01:22] "POST /neutron/network HTTP/1.1" 200 841 0.007831 10.0.0.73 - - [2026-05-25 03:01:23] "POST /neutron/port HTTP/1.1" 200 1053 0.024446 10.0.0.131 - - [2026-05-25 03:01:23] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001289 10.0.0.73 - - [2026-05-25 03:01:23] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.131652 10.0.0.73 - - [2026-05-25 03:01:23] "POST /neutron/network HTTP/1.1" 200 833 0.008277 10.0.0.73 - - [2026-05-25 03:01:23] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.73 - - [2026-05-25 03:01:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009313 10.0.0.73 - - [2026-05-25 03:01:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009523 10.0.0.73 - - [2026-05-25 03:01:24] "POST /neutron/port HTTP/1.1" 200 1055 0.024098 10.0.0.73 - - [2026-05-25 03:01:24] "POST /neutron/port HTTP/1.1" 200 1119 0.023764 10.0.0.73 - - [2026-05-25 03:01:24] "POST /neutron/port HTTP/1.1" 200 117 0.001407 10.0.0.73 - - [2026-05-25 03:01:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010051 10.0.0.73 - - [2026-05-25 03:01:28] "POST /neutron/port HTTP/1.1" 200 1117 0.028328 10.0.0.73 - - [2026-05-25 03:01:28] "GET /virtual-machine/e8baa12f-e3d8-474c-b114-52f5e52bc2d4 HTTP/1.1" 200 1288 0.007637 10.0.0.73 - - [2026-05-25 03:01:28] "GET /virtual-machine-interface/132caf7b-2318-40fa-8f85-e099c63b9b25 HTTP/1.1" 200 2933 0.006851 10.0.0.73 - - [2026-05-25 03:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005041 10.0.0.73 - - [2026-05-25 03:01:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005371 10.0.0.73 - - [2026-05-25 03:01:29] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005000 10.0.0.73 - - [2026-05-25 03:01:29] "GET /virtual-network/4a98ab9e-cb72-42d3-8efc-b622b5e4d9cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006629 10.0.0.73 - - [2026-05-25 03:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.73 - - [2026-05-25 03:01:32] "GET /virtual-network/4a98ab9e-cb72-42d3-8efc-b622b5e4d9cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007780 10.0.0.73 - - [2026-05-25 03:01:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009349 10.0.0.73 - - [2026-05-25 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.73 - - [2026-05-25 03:01:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004142 10.0.0.73 - - [2026-05-25 03:01:34] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003632 10.0.0.73 - - [2026-05-25 03:01:34] "GET /virtual-network/4a98ab9e-cb72-42d3-8efc-b622b5e4d9cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006715 10.0.0.73 - - [2026-05-25 03:01:34] "POST /neutron/port HTTP/1.1" 200 1119 0.019822 10.0.0.73 - - [2026-05-25 03:01:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008355 10.0.0.73 - - [2026-05-25 03:01:34] "GET /virtual-machine/c51a5bca-76cc-4b01-81ea-8e47a59432dc HTTP/1.1" 200 1287 0.007114 10.0.0.73 - - [2026-05-25 03:01:34] "GET /virtual-machine-interface/d8bc78de-1644-4cfd-a1d4-5ee2ede31523 HTTP/1.1" 200 2934 0.011024 10.0.0.73 - - [2026-05-25 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391 10.0.0.73 - - [2026-05-25 03:01:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004642 10.0.0.73 - - [2026-05-25 03:01:34] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003945 10.0.0.73 - - [2026-05-25 03:01:34] "GET /virtual-network/822227d2-05b3-444c-b614-322aaf2addd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006951 10.0.0.73 - - [2026-05-25 03:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.73 - - [2026-05-25 03:01:35] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005699 10.0.0.73 - - [2026-05-25 03:01:35] "GET /virtual-networks?parent_id=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003984 10.0.0.73 - - [2026-05-25 03:01:36] "GET /virtual-network/822227d2-05b3-444c-b614-322aaf2addd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.007469 10.0.0.73 - - [2026-05-25 03:01:36] "POST /neutron/port HTTP/1.1" 200 1119 0.023008 10.0.0.73 - - [2026-05-25 03:01:41] "POST /interface-route-tables HTTP/1.1" 200 576 0.034123 10.0.0.73 - - [2026-05-25 03:01:41] "GET /interface-route-table/32eff057-00a6-4e4d-b20b-299c11316d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1306 0.018525 10.0.0.73 - - [2026-05-25 03:01:41] "GET /virtual-machine-interface/132caf7b-2318-40fa-8f85-e099c63b9b25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.007567 10.0.0.73 - - [2026-05-25 03:01:41] "POST /ref-update HTTP/1.1" 200 156 0.016699 10.0.0.73 - - [2026-05-25 03:01:41] "POST /routing-policys HTTP/1.1" 200 536 0.030028 10.0.0.73 - - [2026-05-25 03:01:41] "GET /virtual-network/4a98ab9e-cb72-42d3-8efc-b622b5e4d9cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006295 10.0.0.73 - - [2026-05-25 03:01:41] "PUT /virtual-network/4a98ab9e-cb72-42d3-8efc-b622b5e4d9cf HTTP/1.1" 200 265 0.078580 10.0.0.73 - - [2026-05-25 03:01:45] "POST /ref-update HTTP/1.1" 200 156 0.064343 10.0.0.19 - - [2026-05-25 03:01:45] "POST /ref-update HTTP/1.1" 200 156 0.030108 10.0.0.73 - - [2026-05-25 03:01:45] "DELETE /routing-policy/90339b43-8a2c-4198-829c-f25be2d56469 HTTP/1.1" 200 115 0.056630 10.0.0.73 - - [2026-05-25 03:01:46] "POST /neutron/network HTTP/1.1" 400 204 0.018325 10.0.0.73 - - [2026-05-25 03:01:46] "POST /neutron/port HTTP/1.1" 200 1109 0.019325 10.0.0.73 - - [2026-05-25 03:01:47] "POST /neutron/port HTTP/1.1" 200 151 0.282512 10.0.0.19 - - [2026-05-25 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006524 10.0.0.73 - - [2026-05-25 03:01:48] "POST /neutron/network HTTP/1.1" 200 831 0.020181 10.0.0.19 - - [2026-05-25 03:01:48] "DELETE /route-target/8d766848-79b8-47b7-93bc-cc5acf44509a HTTP/1.1" 200 115 0.029799 10.0.0.131 - - [2026-05-25 03:01:49] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002427 10.0.0.73 - - [2026-05-25 03:01:49] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.054176 10.0.0.131 - - [2026-05-25 03:01:49] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001129 10.0.0.73 - - [2026-05-25 03:01:49] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?fields=virtual_networks HTTP/1.1" 200 1020 0.051233 10.0.0.131 - - [2026-05-25 03:01:50] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001114 10.0.0.73 - - [2026-05-25 03:01:50] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.048362 10.0.0.131 - - [2026-05-25 03:01:50] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001762 10.0.0.73 - - [2026-05-25 03:01:50] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?fields=security_groups HTTP/1.1" 200 1240 0.049340 10.0.0.73 - - [2026-05-25 03:01:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.033782 10.0.0.131 - - [2026-05-25 03:01:51] "GET /projects?obj_uuids=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004730 10.0.0.131 - - [2026-05-25 03:01:51] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001399 10.0.0.131 - - [2026-05-25 03:01:51] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008802 10.0.0.131 - - [2026-05-25 03:01:51] "POST /id-to-fqname HTTP/1.1" 200 194 0.004729 10.0.0.131 - - [2026-05-25 03:01:51] "POST /fqname-to-id HTTP/1.1" 404 203 0.016575 10.0.0.19 - - [2026-05-25 03:01:51] "DELETE /access-control-list/f887ddb6-f85d-4225-8831-f0252fdba574 HTTP/1.1" 200 115 0.068629 10.0.0.131 - - [2026-05-25 03:01:51] "POST /security-groups HTTP/1.1" 200 595 0.132909 10.0.0.131 - - [2026-05-25 03:01:51] "POST /projects HTTP/1.1" 200 593 0.443905 10.0.0.131 - - [2026-05-25 03:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.502541 10.0.0.19 - - [2026-05-25 03:01:51] "POST /access-control-lists HTTP/1.1" 200 602 0.070506 10.0.0.73 - - [2026-05-25 03:01:51] "GET /project/9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.666285 10.0.0.131 - - [2026-05-25 03:01:52] "DELETE /project/9ae6ebc443c14546a5cfc230d7f61f0b HTTP/1.1" 404 173 0.005821 10.0.0.131 - - [2026-05-25 03:01:52] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001047 10.0.0.131 - - [2026-05-25 03:01:52] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.054096 10.0.0.131 - - [2026-05-25 03:01:52] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001223 10.0.0.131 - - [2026-05-25 03:01:52] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?fields=security_groups HTTP/1.1" 200 1088 0.055484 10.0.0.131 - - [2026-05-25 03:01:53] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001197 10.0.0.131 - - [2026-05-25 03:01:53] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?fields=application_policy_sets HTTP/1.1" 200 1381 0.047630 10.0.0.131 - - [2026-05-25 03:01:53] "DELETE /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5 HTTP/1.1" 409 278 0.258522 10.0.0.73 - - [2026-05-25 03:01:53] "GET / HTTP/1.1" 200 36215 0.001733 10.0.0.73 - - [2026-05-25 03:01:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000647 10.0.0.73 - - [2026-05-25 03:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.046992 10.0.0.131 - - [2026-05-25 03:01:55] "GET /projects?obj_uuids=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001117 10.0.0.73 - - [2026-05-25 03:01:55] "GET /project/9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.047191 10.0.0.131 - - [2026-05-25 03:01:55] "GET /projects?obj_uuids=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001396 10.0.0.73 - - [2026-05-25 03:01:55] "POST /neutron/network HTTP/1.1" 200 613 0.195713 10.0.0.19 - - [2026-05-25 03:01:55] "POST /route-targets HTTP/1.1" 200 328 0.016575 10.0.0.73 - - [2026-05-25 03:01:56] "POST /id-to-fqname HTTP/1.1" 200 226 0.005450 10.0.0.73 - - [2026-05-25 03:01:56] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008686 10.0.0.73 - - [2026-05-25 03:01:56] "POST /neutron/network HTTP/1.1" 200 832 0.008914 10.0.0.73 - - [2026-05-25 03:01:56] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011779 10.0.0.73 - - [2026-05-25 03:01:56] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006440 10.0.0.19 - - [2026-05-25 03:01:57] "GET /obj-perms HTTP/1.1" 200 5038 0.067719 10.0.0.73 - - [2026-05-25 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.73 - - [2026-05-25 03:01:58] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006069 10.0.0.73 - - [2026-05-25 03:01:58] "PUT /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382 HTTP/1.1" 200 265 0.068631 10.0.0.19 - - [2026-05-25 03:01:58] "POST /ref-update HTTP/1.1" 200 156 0.034653 10.0.0.73 - - [2026-05-25 03:02:03] "POST /id-to-fqname HTTP/1.1" 200 226 0.001818 10.0.0.73 - - [2026-05-25 03:02:03] "POST /neutron/network HTTP/1.1" 200 842 0.010195 10.0.0.131 - - [2026-05-25 03:02:04] "GET /projects?obj_uuids=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001807 10.0.0.73 - - [2026-05-25 03:02:04] "GET /project/9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.068159 10.0.0.73 - - [2026-05-25 03:02:04] "POST /neutron/port HTTP/1.1" 200 117 0.007382 10.0.0.131 - - [2026-05-25 03:02:05] "GET /projects?obj_uuids=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001735 10.0.0.73 - - [2026-05-25 03:02:05] "POST /neutron/port HTTP/1.1" 200 1064 0.350475 10.0.0.73 - - [2026-05-25 03:02:05] "POST /neutron/port HTTP/1.1" 200 1118 0.152810 10.0.0.73 - - [2026-05-25 03:02:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.012272 10.0.0.73 - - [2026-05-25 03:02:09] "POST /neutron/port HTTP/1.1" 200 1128 0.022068 10.0.0.73 - - [2026-05-25 03:02:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011622 10.0.0.73 - - [2026-05-25 03:02:10] "GET /virtual-machine/677760ec-a8fa-45d9-8894-0214c1805f1b HTTP/1.1" 401 292 0.000504 10.0.0.73 - - [2026-05-25 03:02:10] "GET /virtual-machine/677760ec-a8fa-45d9-8894-0214c1805f1b HTTP/1.1" 200 1297 0.037579 10.0.0.73 - - [2026-05-25 03:02:10] "GET /virtual-machine-interface/baa1f96e-6da2-4dbd-b082-c3539f344fbe HTTP/1.1" 200 2974 0.006350 10.0.0.73 - - [2026-05-25 03:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.73 - - [2026-05-25 03:02:10] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005191 10.0.0.73 - - [2026-05-25 03:02:10] "GET /virtual-networks?parent_id=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004226 10.0.0.73 - - [2026-05-25 03:02:10] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007839 10.0.0.73 - - [2026-05-25 03:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.73 - - [2026-05-25 03:02:13] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006092 10.0.0.73 - - [2026-05-25 03:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.73 - - [2026-05-25 03:02:17] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008982 10.0.0.73 - - [2026-05-25 03:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005499 10.0.0.73 - - [2026-05-25 03:02:21] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.009945 10.0.0.73 - - [2026-05-25 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.73 - - [2026-05-25 03:02:25] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006611 10.0.0.73 - - [2026-05-25 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105 10.0.0.73 - - [2026-05-25 03:02:30] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007737 10.0.0.73 - - [2026-05-25 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005123 10.0.0.73 - - [2026-05-25 03:02:34] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007295 10.0.0.73 - - [2026-05-25 03:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.73 - - [2026-05-25 03:02:38] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006974 10.0.0.73 - - [2026-05-25 03:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005466 10.0.0.73 - - [2026-05-25 03:02:42] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008037 10.0.0.73 - - [2026-05-25 03:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.73 - - [2026-05-25 03:02:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005532 10.0.0.73 - - [2026-05-25 03:02:44] "GET /virtual-networks?parent_id=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004039 10.0.0.73 - - [2026-05-25 03:02:44] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006436 10.0.0.73 - - [2026-05-25 03:02:44] "POST /neutron/port HTTP/1.1" 200 1128 0.021260 10.0.0.19 - - [2026-05-25 03:02:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.19 - - [2026-05-25 03:02:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.131 - - [2026-05-25 03:02:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.131 - - [2026-05-25 03:02:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.19 - - [2026-05-25 03:02:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.19 - - [2026-05-25 03:02:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.131 - - [2026-05-25 03:02:49] "GET /global-system-configs HTTP/1.1" 401 292 0.001121 10.0.0.131 - - [2026-05-25 03:02:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.73 - - [2026-05-25 03:02:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008942 10.0.0.73 - - [2026-05-25 03:02:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.73 - - [2026-05-25 03:02:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.73 - - [2026-05-25 03:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000534 10.0.0.73 - - [2026-05-25 03:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.73 - - [2026-05-25 03:02:55] "POST /neutron/port HTTP/1.1" 200 1128 0.029401 10.0.0.73 - - [2026-05-25 03:02:57] "POST /neutron/port HTTP/1.1" 200 1128 0.022907 10.0.0.73 - - [2026-05-25 03:02:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.011170 10.0.0.73 - - [2026-05-25 03:03:00] "POST /neutron/port HTTP/1.1" 200 1128 0.023440 10.0.0.73 - - [2026-05-25 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.73 - - [2026-05-25 03:03:05] "GET /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007162 10.0.0.73 - - [2026-05-25 03:03:05] "PUT /virtual-network/aa3ef88c-a387-441c-af4d-72deac27a382 HTTP/1.1" 200 265 0.073604 10.0.0.19 - - [2026-05-25 03:03:05] "DELETE /route-target/c9eb3fe4-e435-47b8-a94e-357e095a0150 HTTP/1.1" 200 115 0.054471 10.0.0.73 - - [2026-05-25 03:03:10] "POST /neutron/network HTTP/1.1" 400 204 0.016603 10.0.0.73 - - [2026-05-25 03:03:11] "POST /neutron/port HTTP/1.1" 200 151 0.219642 10.0.0.73 - - [2026-05-25 03:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.131 - - [2026-05-25 03:03:15] "GET /projects?obj_uuids=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001152 10.0.0.73 - - [2026-05-25 03:03:15] "GET /project/9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.054185 10.0.0.73 - - [2026-05-25 03:03:16] "POST /neutron/network HTTP/1.1" 200 117 0.016651 10.0.0.19 - - [2026-05-25 03:03:16] "POST /route-targets HTTP/1.1" 200 328 0.014928 10.0.0.73 - - [2026-05-25 03:03:16] "POST /neutron/network HTTP/1.1" 200 833 0.013631 10.0.0.73 - - [2026-05-25 03:03:16] "POST /id-to-fqname HTTP/1.1" 200 226 0.001616 10.0.0.73 - - [2026-05-25 03:03:16] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007140 10.0.0.73 - - [2026-05-25 03:03:16] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006690 10.0.0.73 - - [2026-05-25 03:03:16] "POST /neutron/subnet HTTP/1.1" 200 729 0.011727 10.0.0.73 - - [2026-05-25 03:03:16] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009168 10.0.0.73 - - [2026-05-25 03:03:17] "GET /obj-perms HTTP/1.1" 200 5038 0.068954 10.0.0.73 - - [2026-05-25 03:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.73 - - [2026-05-25 03:03:17] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007772 10.0.0.73 - - [2026-05-25 03:03:17] "PUT /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675 HTTP/1.1" 200 265 0.061208 10.0.0.19 - - [2026-05-25 03:03:17] "POST /ref-update HTTP/1.1" 200 156 0.023724 10.0.0.73 - - [2026-05-25 03:03:22] "POST /id-to-fqname HTTP/1.1" 200 226 0.001540 10.0.0.131 - - [2026-05-25 03:03:23] "GET /obj-perms HTTP/1.1" 200 5056 0.060586 10.0.0.131 - - [2026-05-25 03:03:23] "GET /projects?obj_uuids=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001464 10.0.0.73 - - [2026-05-25 03:03:23] "GET /project/9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.116056 10.0.0.73 - - [2026-05-25 03:03:23] "POST /neutron/port HTTP/1.1" 200 117 0.007801 10.0.0.73 - - [2026-05-25 03:03:24] "POST /neutron/network HTTP/1.1" 200 843 0.010090 10.0.0.73 - - [2026-05-25 03:03:24] "POST /neutron/port HTTP/1.1" 200 1065 0.022811 10.0.0.73 - - [2026-05-25 03:03:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005450 10.0.0.73 - - [2026-05-25 03:03:24] "POST /neutron/network HTTP/1.1" 200 833 0.008863 10.0.0.73 - - [2026-05-25 03:03:28] "POST /neutron/port HTTP/1.1" 200 1129 0.022713 10.0.0.73 - - [2026-05-25 03:03:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008591 10.0.0.73 - - [2026-05-25 03:03:29] "GET /virtual-machine/50a2764d-71f7-4ab7-ac18-bf9c8bfeab38 HTTP/1.1" 200 1298 0.006602 10.0.0.73 - - [2026-05-25 03:03:29] "GET /virtual-machine-interface/4a046714-4f3b-4ef6-8167-995966ceca51 HTTP/1.1" 200 2972 0.006265 10.0.0.73 - - [2026-05-25 03:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.73 - - [2026-05-25 03:03:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004865 10.0.0.73 - - [2026-05-25 03:03:29] "GET /virtual-networks?parent_id=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004194 10.0.0.73 - - [2026-05-25 03:03:29] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006438 10.0.0.73 - - [2026-05-25 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.012694 10.0.0.73 - - [2026-05-25 03:03:32] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006478 10.0.0.73 - - [2026-05-25 03:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194 10.0.0.73 - - [2026-05-25 03:03:36] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.010108 10.0.0.73 - - [2026-05-25 03:03:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005647 10.0.0.73 - - [2026-05-25 03:03:40] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007057 10.0.0.73 - - [2026-05-25 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.73 - - [2026-05-25 03:03:44] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006697 10.0.0.73 - - [2026-05-25 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582 10.0.0.73 - - [2026-05-25 03:03:48] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006893 10.0.0.73 - - [2026-05-25 03:03:52] "POST /neutron/network HTTP/1.1" 200 843 0.007703 10.0.0.73 - - [2026-05-25 03:03:52] "POST /neutron/port HTTP/1.1" 200 117 0.001516 10.0.0.73 - - [2026-05-25 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.73 - - [2026-05-25 03:03:52] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006755 10.0.0.73 - - [2026-05-25 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005857 10.0.0.73 - - [2026-05-25 03:03:56] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.009890 10.0.0.73 - - [2026-05-25 03:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.73 - - [2026-05-25 03:04:00] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007911 10.0.0.73 - - [2026-05-25 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.73 - - [2026-05-25 03:04:05] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005772 10.0.0.73 - - [2026-05-25 03:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.73 - - [2026-05-25 03:04:09] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.018434 10.0.0.73 - - [2026-05-25 03:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.73 - - [2026-05-25 03:04:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005466 10.0.0.73 - - [2026-05-25 03:04:11] "GET /virtual-networks?parent_id=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005223 10.0.0.73 - - [2026-05-25 03:04:11] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006461 10.0.0.73 - - [2026-05-25 03:04:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009070 10.0.0.73 - - [2026-05-25 03:04:21] "POST /neutron/port HTTP/1.1" 200 1129 0.022742 10.0.0.73 - - [2026-05-25 03:04:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.049555 10.0.0.19 - - [2026-05-25 03:04:23] "GET /obj-perms HTTP/1.1" 200 5056 0.066636 10.0.0.73 - - [2026-05-25 03:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.73 - - [2026-05-25 03:04:32] "GET /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006129 10.0.0.73 - - [2026-05-25 03:04:32] "PUT /virtual-network/2d77c059-bd15-491d-83e9-85d827a9e675 HTTP/1.1" 200 265 0.066823 10.0.0.19 - - [2026-05-25 03:04:32] "DELETE /route-target/0d1f2044-3c39-47b9-8788-099dc384639b HTTP/1.1" 200 115 0.040412 10.0.0.73 - - [2026-05-25 03:04:37] "POST /neutron/network HTTP/1.1" 200 833 0.008015 10.0.0.73 - - [2026-05-25 03:04:38] "POST /neutron/port HTTP/1.1" 200 1119 0.015292 10.0.0.131 - - [2026-05-25 03:04:39] "POST /useragent-kv HTTP/1.1" 200 115 0.064965 10.0.0.131 - - [2026-05-25 03:04:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003115 10.0.0.73 - - [2026-05-25 03:04:39] "POST /neutron/network HTTP/1.1" 200 151 0.202154 10.0.0.131 - - [2026-05-25 03:04:41] "GET /projects?obj_uuids=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001210 10.0.0.73 - - [2026-05-25 03:04:41] "GET /project/9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.044600 10.0.0.131 - - [2026-05-25 03:04:41] "GET /projects?obj_uuids=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001564 10.0.0.73 - - [2026-05-25 03:04:41] "GET /project/9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b?fields=virtual_networks HTTP/1.1" 200 1043 0.054307 10.0.0.131 - - [2026-05-25 03:04:41] "GET /projects?obj_uuids=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001286 10.0.0.73 - - [2026-05-25 03:04:41] "GET /project/9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.046273 10.0.0.131 - - [2026-05-25 03:04:41] "GET /projects?obj_uuids=9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001016 10.0.0.73 - - [2026-05-25 03:04:41] "GET /project/9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b?fields=security_groups HTTP/1.1" 200 1274 0.050803 10.0.0.73 - - [2026-05-25 03:04:42] "POST /fqname-to-id HTTP/1.1" 404 213 0.036224 10.0.0.131 - - [2026-05-25 03:04:42] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003834 10.0.0.131 - - [2026-05-25 03:04:42] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.131 - - [2026-05-25 03:04:42] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008598 10.0.0.131 - - [2026-05-25 03:04:42] "POST /id-to-fqname HTTP/1.1" 200 216 0.001488 10.0.0.131 - - [2026-05-25 03:04:42] "POST /fqname-to-id HTTP/1.1" 404 227 0.009779 10.0.0.131 - - [2026-05-25 03:04:42] "POST /security-groups HTTP/1.1" 200 616 0.040685 10.0.0.19 - - [2026-05-25 03:04:42] "POST /fqname-to-id HTTP/1.1" 404 259 0.003982 10.0.0.131 - - [2026-05-25 03:04:42] "POST /projects HTTP/1.1" 200 635 0.272525 10.0.0.131 - - [2026-05-25 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.356033 10.0.0.19 - - [2026-05-25 03:04:43] "POST /access-control-lists HTTP/1.1" 200 621 0.032266 10.0.0.73 - - [2026-05-25 03:04:43] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.511214 10.0.0.73 - - [2026-05-25 03:04:44] "GET / HTTP/1.1" 200 36215 0.002324 10.0.0.73 - - [2026-05-25 03:04:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.73 - - [2026-05-25 03:04:46] "POST /fqname-to-id HTTP/1.1" 404 249 0.036482 10.0.0.19 - - [2026-05-25 03:04:46] "POST /fqname-to-id HTTP/1.1" 404 281 0.005479 10.0.0.19 - - [2026-05-25 03:04:46] "POST /access-control-lists HTTP/1.1" 200 643 0.028499 10.0.0.73 - - [2026-05-25 03:04:46] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.038963 10.0.0.19 - - [2026-05-25 03:04:47] "PUT /access-control-list/4c10e5ee-2956-4172-9fc8-68fb3af4d8cf HTTP/1.1" 200 273 0.020667 10.0.0.73 - - [2026-05-25 03:04:47] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.153302 10.0.0.73 - - [2026-05-25 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.73 - - [2026-05-25 03:04:47] "GET /security-group/31c7bfcf-20cb-421f-953d-d82af06d1e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006058 10.0.0.73 - - [2026-05-25 03:04:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.060955 10.0.0.73 - - [2026-05-25 03:04:48] "POST /fqname-to-id HTTP/1.1" 404 249 0.002835 10.0.0.19 - - [2026-05-25 03:04:48] "DELETE /access-control-list/5b7ee86f-4163-498d-9876-b404ec6868b2 HTTP/1.1" 200 115 0.041929 10.0.0.73 - - [2026-05-25 03:04:48] "POST /fqname-to-id HTTP/1.1" 404 249 0.003785 10.0.0.19 - - [2026-05-25 03:04:48] "POST /access-control-lists HTTP/1.1" 200 645 0.032116 10.0.0.19 - - [2026-05-25 03:04:48] "PUT /access-control-list/a4d44aea-8550-42a6-9315-353e93a535d9 HTTP/1.1" 200 273 0.022832 10.0.0.73 - - [2026-05-25 03:04:49] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.018327 10.0.0.73 - - [2026-05-25 03:04:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.117229 10.0.0.19 - - [2026-05-25 03:04:49] "PUT /access-control-list/a4d44aea-8550-42a6-9315-353e93a535d9 HTTP/1.1" 200 273 0.024789 10.0.0.73 - - [2026-05-25 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.73 - - [2026-05-25 03:04:49] "GET /security-group/8a6f9b2e-c9db-4eb0-8957-41351c6f7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005761 10.0.0.73 - - [2026-05-25 03:04:50] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.010584 10.0.0.19 - - [2026-05-25 03:04:50] "PUT /access-control-list/a4d44aea-8550-42a6-9315-353e93a535d9 HTTP/1.1" 200 273 0.025626 10.0.0.73 - - [2026-05-25 03:04:50] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.122805 10.0.0.73 - - [2026-05-25 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.131 - - [2026-05-25 03:04:50] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001214 10.0.0.73 - - [2026-05-25 03:04:50] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.052731 10.0.0.19 - - [2026-05-25 03:04:50] "POST /ref-update HTTP/1.1" 200 156 0.043046 10.0.0.131 - - [2026-05-25 03:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.012967 10.0.0.73 - - [2026-05-25 03:04:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.268356 10.0.0.19 - - [2026-05-25 03:04:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.066255 10.0.0.73 - - [2026-05-25 03:04:51] "POST /id-to-fqname HTTP/1.1" 200 290 0.001485 10.0.0.73 - - [2026-05-25 03:04:51] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008694 10.0.0.73 - - [2026-05-25 03:04:51] "POST /neutron/network HTTP/1.1" 200 1114 0.011653 10.0.0.73 - - [2026-05-25 03:04:51] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007115 10.0.0.73 - - [2026-05-25 03:04:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.010773 10.0.0.73 - - [2026-05-25 03:04:51] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007663 10.0.0.73 - - [2026-05-25 03:04:53] "POST /id-to-fqname HTTP/1.1" 200 290 0.001549 10.0.0.131 - - [2026-05-25 03:04:53] "DELETE /project/7f1d1ab5aef1428c901bad77fcf71bb7 HTTP/1.1" 404 173 0.006585 10.0.0.131 - - [2026-05-25 03:04:53] "DELETE /project/9ae6ebc4-43c1-4546-a5cf-c230d7f61f0b HTTP/1.1" 404 177 0.008946 10.0.0.131 - - [2026-05-25 03:04:54] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001215 10.0.0.73 - - [2026-05-25 03:04:54] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.077295 10.0.0.73 - - [2026-05-25 03:04:54] "POST /neutron/network HTTP/1.1" 200 1114 0.046839 10.0.0.73 - - [2026-05-25 03:04:54] "POST /id-to-fqname HTTP/1.1" 200 290 0.001503 10.0.0.73 - - [2026-05-25 03:04:54] "POST /neutron/port HTTP/1.1" 200 117 0.009601 10.0.0.73 - - [2026-05-25 03:04:55] "POST /neutron/network HTTP/1.1" 200 1124 0.008487 10.0.0.131 - - [2026-05-25 03:04:55] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001554 10.0.0.73 - - [2026-05-25 03:04:55] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.085614 10.0.0.73 - - [2026-05-25 03:04:55] "POST /neutron/network HTTP/1.1" 200 1114 0.010668 10.0.0.73 - - [2026-05-25 03:04:56] "POST /neutron/port HTTP/1.1" 200 117 0.017776 10.0.0.73 - - [2026-05-25 03:04:56] "POST /neutron/port HTTP/1.1" 200 1247 0.236956 10.0.0.73 - - [2026-05-25 03:04:56] "POST /neutron/security_group HTTP/1.1" 200 1457 0.017556 10.0.0.73 - - [2026-05-25 03:04:56] "POST /neutron/subnet HTTP/1.1" 200 1389 0.019208 10.0.0.73 - - [2026-05-25 03:04:56] "POST /neutron/network HTTP/1.1" 200 1114 0.016246 10.0.0.131 - - [2026-05-25 03:04:56] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001450 10.0.0.73 - - [2026-05-25 03:04:57] "POST /neutron/port HTTP/1.1" 200 1193 0.437016 10.0.0.73 - - [2026-05-25 03:04:57] "POST /neutron/port HTTP/1.1" 200 1247 0.153175 10.0.0.73 - - [2026-05-25 03:04:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004211 10.0.0.73 - - [2026-05-25 03:04:57] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.73 - - [2026-05-25 03:04:59] "POST /neutron/port HTTP/1.1" 200 1257 0.024889 10.0.0.73 - - [2026-05-25 03:04:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004720 10.0.0.73 - - [2026-05-25 03:04:59] "POST /neutron/port HTTP/1.1" 200 117 0.001662 10.0.0.73 - - [2026-05-25 03:05:01] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009990 10.0.0.73 - - [2026-05-25 03:05:01] "POST /neutron/port HTTP/1.1" 200 1257 0.040614 10.0.0.73 - - [2026-05-25 03:05:01] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009763 10.0.0.73 - - [2026-05-25 03:05:01] "GET /virtual-machine/d89e510b-3547-4e74-9d66-ce0a0c74d78f HTTP/1.1" 401 292 0.000604 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-machine/d89e510b-3547-4e74-9d66-ce0a0c74d78f HTTP/1.1" 200 1320 0.054974 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-machine/d89e510b-3547-4e74-9d66-ce0a0c74d78f HTTP/1.1" 200 1320 0.004425 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-machine-interface/b50573f2-4b56-4e91-81d4-a8b0949a5cbf HTTP/1.1" 200 3424 0.008460 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-machine/d89e510b-3547-4e74-9d66-ce0a0c74d78f HTTP/1.1" 200 1320 0.004749 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-machine-interface/b50573f2-4b56-4e91-81d4-a8b0949a5cbf HTTP/1.1" 200 3424 0.007498 10.0.0.73 - - [2026-05-25 03:05:02] "GET /instance-ip/5a45a9e7-8a6a-4690-863b-141b68cffc2e HTTP/1.1" 200 1737 0.008598 10.0.0.73 - - [2026-05-25 03:05:02] "GET /instance-ip/dcf425c3-566c-40eb-bac2-8dd44fe66577 HTTP/1.1" 200 1720 0.007699 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-machine/d89e510b-3547-4e74-9d66-ce0a0c74d78f HTTP/1.1" 200 1320 0.004408 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-machine-interface/b50573f2-4b56-4e91-81d4-a8b0949a5cbf HTTP/1.1" 200 3424 0.008729 10.0.0.73 - - [2026-05-25 03:05:02] "GET /instance-ip/5a45a9e7-8a6a-4690-863b-141b68cffc2e HTTP/1.1" 200 1737 0.004936 10.0.0.73 - - [2026-05-25 03:05:02] "GET /instance-ip/dcf425c3-566c-40eb-bac2-8dd44fe66577 HTTP/1.1" 200 1720 0.004531 10.0.0.73 - - [2026-05-25 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.73 - - [2026-05-25 03:05:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004996 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004290 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007372 10.0.0.73 - - [2026-05-25 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.73 - - [2026-05-25 03:05:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006303 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004542 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008302 10.0.0.73 - - [2026-05-25 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.73 - - [2026-05-25 03:05:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005135 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005007 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006636 10.0.0.73 - - [2026-05-25 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.73 - - [2026-05-25 03:05:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004897 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003632 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006773 10.0.0.73 - - [2026-05-25 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.73 - - [2026-05-25 03:05:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005191 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004181 10.0.0.73 - - [2026-05-25 03:05:02] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006786 10.0.0.73 - - [2026-05-25 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005476 10.0.0.73 - - [2026-05-25 03:05:03] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005190 10.0.0.73 - - [2026-05-25 03:05:03] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004409 10.0.0.73 - - [2026-05-25 03:05:03] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006506 10.0.0.73 - - [2026-05-25 03:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006941 10.0.0.73 - - [2026-05-25 03:05:03] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004619 10.0.0.73 - - [2026-05-25 03:05:03] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004083 10.0.0.73 - - [2026-05-25 03:05:03] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007375 10.0.0.73 - - [2026-05-25 03:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.73 - - [2026-05-25 03:05:06] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005859 10.0.0.73 - - [2026-05-25 03:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.73 - - [2026-05-25 03:05:10] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.012754 10.0.0.73 - - [2026-05-25 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.73 - - [2026-05-25 03:05:14] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.009612 10.0.0.73 - - [2026-05-25 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005407 10.0.0.73 - - [2026-05-25 03:05:18] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006944 10.0.0.73 - - [2026-05-25 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.73 - - [2026-05-25 03:05:22] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006134 10.0.0.73 - - [2026-05-25 03:05:24] "GET /obj-perms HTTP/1.1" 200 5056 0.069270 10.0.0.73 - - [2026-05-25 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.73 - - [2026-05-25 03:05:26] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.005994 10.0.0.73 - - [2026-05-25 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072 10.0.0.73 - - [2026-05-25 03:05:30] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006319 10.0.0.73 - - [2026-05-25 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.73 - - [2026-05-25 03:05:34] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007129 10.0.0.73 - - [2026-05-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.73 - - [2026-05-25 03:05:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004734 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003776 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006844 10.0.0.73 - - [2026-05-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.73 - - [2026-05-25 03:05:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006170 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003590 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007130 10.0.0.73 - - [2026-05-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.73 - - [2026-05-25 03:05:37] "GET /routing-instance/caf2aed1-cc92-485c-a745-77d7b5c0cf8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005635 10.0.0.73 - - [2026-05-25 03:05:37] "GET /route-target/52e80414-534b-4f38-956f-cd87c0eebdbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004434 10.0.0.73 - - [2026-05-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.73 - - [2026-05-25 03:05:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004827 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003365 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007878 10.0.0.73 - - [2026-05-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.73 - - [2026-05-25 03:05:37] "GET /routing-instance/caf2aed1-cc92-485c-a745-77d7b5c0cf8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.006487 10.0.0.73 - - [2026-05-25 03:05:37] "GET /route-target/52e80414-534b-4f38-956f-cd87c0eebdbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004996 10.0.0.73 - - [2026-05-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.73 - - [2026-05-25 03:05:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005414 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004158 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006941 10.0.0.73 - - [2026-05-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.73 - - [2026-05-25 03:05:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006375 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004349 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006855 10.0.0.73 - - [2026-05-25 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005041 10.0.0.73 - - [2026-05-25 03:05:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005096 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003765 10.0.0.73 - - [2026-05-25 03:05:37] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008377 10.0.0.131 - - [2026-05-25 03:05:38] "GET /obj-perms HTTP/1.1" 200 5080 0.061921 10.0.0.73 - - [2026-05-25 03:05:38] "GET /obj-perms HTTP/1.1" 200 5080 0.061211 10.0.0.19 - - [2026-05-25 03:05:38] "GET /obj-perms HTTP/1.1" 200 5080 0.061905 10.0.0.73 - - [2026-05-25 03:05:38] "GET /obj-perms HTTP/1.1" 200 5080 0.004880 10.0.0.131 - - [2026-05-25 03:05:38] "GET /obj-perms HTTP/1.1" 200 5080 0.004135 10.0.0.73 - - [2026-05-25 03:05:38] "GET /virtual-machine/d89e510b-3547-4e74-9d66-ce0a0c74d78f HTTP/1.1" 200 1320 0.005579 10.0.0.73 - - [2026-05-25 03:05:38] "GET /virtual-machine-interface/b50573f2-4b56-4e91-81d4-a8b0949a5cbf HTTP/1.1" 200 3424 0.008887 10.0.0.73 - - [2026-05-25 03:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.73 - - [2026-05-25 03:05:38] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005294 10.0.0.73 - - [2026-05-25 03:05:38] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003884 10.0.0.73 - - [2026-05-25 03:05:38] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006576 10.0.0.73 - - [2026-05-25 03:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.73 - - [2026-05-25 03:05:39] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004672 10.0.0.73 - - [2026-05-25 03:05:39] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003794 10.0.0.73 - - [2026-05-25 03:05:39] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008205 10.0.0.73 - - [2026-05-25 03:05:45] "POST /neutron/port HTTP/1.1" 200 1257 0.019899 10.0.0.73 - - [2026-05-25 03:05:45] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008854 10.0.0.73 - - [2026-05-25 03:05:52] "POST /neutron/port HTTP/1.1" 200 1257 0.019141 10.0.0.73 - - [2026-05-25 03:05:53] "POST /neutron/port HTTP/1.1" 200 1257 0.054072 10.0.0.73 - - [2026-05-25 03:05:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005120 10.0.0.73 - - [2026-05-25 03:05:53] "POST /neutron/port HTTP/1.1" 200 117 0.001413 10.0.0.73 - - [2026-05-25 03:05:55] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008413 10.0.0.73 - - [2026-05-25 03:05:55] "POST /neutron/port HTTP/1.1" 200 1257 0.025029 10.0.0.73 - - [2026-05-25 03:05:56] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008527 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-machine/3583e27f-54b9-4d8a-a8e0-d211f366e3ad HTTP/1.1" 200 1319 0.008657 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-machine/3583e27f-54b9-4d8a-a8e0-d211f366e3ad HTTP/1.1" 200 1319 0.004745 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-machine-interface/be5486a3-f4e1-49b6-aa04-e4e90f307565 HTTP/1.1" 200 3425 0.010812 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-machine/3583e27f-54b9-4d8a-a8e0-d211f366e3ad HTTP/1.1" 200 1319 0.012796 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-machine-interface/be5486a3-f4e1-49b6-aa04-e4e90f307565 HTTP/1.1" 200 3425 0.010243 10.0.0.73 - - [2026-05-25 03:05:56] "GET /instance-ip/2394b450-9afa-416a-b7c7-02f2e67e603c HTTP/1.1" 200 1719 0.011103 10.0.0.73 - - [2026-05-25 03:05:56] "GET /instance-ip/8482203c-2d87-43bc-b808-14931a75815d HTTP/1.1" 200 1738 0.010952 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-machine/3583e27f-54b9-4d8a-a8e0-d211f366e3ad HTTP/1.1" 200 1319 0.021476 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-machine-interface/be5486a3-f4e1-49b6-aa04-e4e90f307565 HTTP/1.1" 200 3425 0.007934 10.0.0.73 - - [2026-05-25 03:05:56] "GET /instance-ip/2394b450-9afa-416a-b7c7-02f2e67e603c HTTP/1.1" 200 1719 0.005702 10.0.0.73 - - [2026-05-25 03:05:56] "GET /instance-ip/8482203c-2d87-43bc-b808-14931a75815d HTTP/1.1" 200 1738 0.005398 10.0.0.73 - - [2026-05-25 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.73 - - [2026-05-25 03:05:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006718 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003340 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006697 10.0.0.73 - - [2026-05-25 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.73 - - [2026-05-25 03:05:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004431 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005319 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007024 10.0.0.73 - - [2026-05-25 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006147 10.0.0.73 - - [2026-05-25 03:05:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004514 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003550 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006629 10.0.0.73 - - [2026-05-25 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.011218 10.0.0.73 - - [2026-05-25 03:05:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004977 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004124 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007232 10.0.0.73 - - [2026-05-25 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.73 - - [2026-05-25 03:05:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004560 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003811 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007190 10.0.0.73 - - [2026-05-25 03:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.73 - - [2026-05-25 03:05:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005049 10.0.0.73 - - [2026-05-25 03:05:56] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003933 10.0.0.73 - - [2026-05-25 03:05:57] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006491 10.0.0.73 - - [2026-05-25 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005144 10.0.0.73 - - [2026-05-25 03:05:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005484 10.0.0.73 - - [2026-05-25 03:05:57] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005459 10.0.0.73 - - [2026-05-25 03:05:57] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006808 10.0.0.73 - - [2026-05-25 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.73 - - [2026-05-25 03:05:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005048 10.0.0.73 - - [2026-05-25 03:05:58] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003974 10.0.0.73 - - [2026-05-25 03:05:58] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.009064 10.0.0.73 - - [2026-05-25 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.73 - - [2026-05-25 03:05:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005549 10.0.0.73 - - [2026-05-25 03:05:58] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004365 10.0.0.73 - - [2026-05-25 03:05:58] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006755 10.0.0.73 - - [2026-05-25 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.73 - - [2026-05-25 03:05:58] "GET /routing-instance/caf2aed1-cc92-485c-a745-77d7b5c0cf8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005664 10.0.0.73 - - [2026-05-25 03:05:58] "GET /route-target/52e80414-534b-4f38-956f-cd87c0eebdbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.012118 10.0.0.73 - - [2026-05-25 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.73 - - [2026-05-25 03:05:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004926 10.0.0.73 - - [2026-05-25 03:05:58] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.005811 10.0.0.73 - - [2026-05-25 03:05:58] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.009258 10.0.0.73 - - [2026-05-25 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.73 - - [2026-05-25 03:05:58] "GET /routing-instance/caf2aed1-cc92-485c-a745-77d7b5c0cf8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1684 0.005282 10.0.0.73 - - [2026-05-25 03:05:58] "GET /route-target/52e80414-534b-4f38-956f-cd87c0eebdbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004472 10.0.0.73 - - [2026-05-25 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.73 - - [2026-05-25 03:05:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006552 10.0.0.73 - - [2026-05-25 03:05:58] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004640 10.0.0.73 - - [2026-05-25 03:05:58] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.006897 10.0.0.73 - - [2026-05-25 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.73 - - [2026-05-25 03:05:59] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006477 10.0.0.73 - - [2026-05-25 03:05:59] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004282 10.0.0.73 - - [2026-05-25 03:05:59] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.008742 10.0.0.73 - - [2026-05-25 03:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.73 - - [2026-05-25 03:05:59] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005969 10.0.0.73 - - [2026-05-25 03:05:59] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004534 10.0.0.73 - - [2026-05-25 03:05:59] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007337 10.0.0.73 - - [2026-05-25 03:05:59] "GET /obj-perms HTTP/1.1" 200 5080 0.004468 10.0.0.131 - - [2026-05-25 03:05:59] "GET /obj-perms HTTP/1.1" 200 5080 0.005854 10.0.0.73 - - [2026-05-25 03:05:59] "GET /obj-perms HTTP/1.1" 200 5080 0.004523 10.0.0.19 - - [2026-05-25 03:05:59] "GET /obj-perms HTTP/1.1" 200 5080 0.004808 10.0.0.131 - - [2026-05-25 03:05:59] "GET /obj-perms HTTP/1.1" 200 5080 0.004301 10.0.0.73 - - [2026-05-25 03:05:59] "GET /virtual-machine/3583e27f-54b9-4d8a-a8e0-d211f366e3ad HTTP/1.1" 200 1319 0.004992 10.0.0.73 - - [2026-05-25 03:05:59] "GET /virtual-machine-interface/be5486a3-f4e1-49b6-aa04-e4e90f307565 HTTP/1.1" 200 3425 0.010416 10.0.0.73 - - [2026-05-25 03:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.73 - - [2026-05-25 03:05:59] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008905 10.0.0.73 - - [2026-05-25 03:05:59] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004613 10.0.0.73 - - [2026-05-25 03:05:59] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007250 10.0.0.73 - - [2026-05-25 03:05:59] "POST /neutron/network HTTP/1.1" 200 1124 0.008646 10.0.0.73 - - [2026-05-25 03:05:59] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016647 10.0.0.73 - - [2026-05-25 03:05:59] "POST /neutron/network HTTP/1.1" 200 1114 0.012143 10.0.0.73 - - [2026-05-25 03:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.73 - - [2026-05-25 03:06:00] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004624 10.0.0.73 - - [2026-05-25 03:06:00] "GET /virtual-networks?parent_id=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004791 10.0.0.73 - - [2026-05-25 03:06:00] "GET /virtual-network/c6b2835f-2523-4e4e-b738-9914893e4c28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2815 0.007502 10.0.0.73 - - [2026-05-25 03:06:06] "GET /virtual-machine/d89e510b-3547-4e74-9d66-ce0a0c74d78f HTTP/1.1" 200 1320 0.006826 10.0.0.73 - - [2026-05-25 03:06:06] "GET /virtual-machine-interface/b50573f2-4b56-4e91-81d4-a8b0949a5cbf HTTP/1.1" 200 3424 0.007707 10.0.0.73 - - [2026-05-25 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004741 10.0.0.73 - - [2026-05-25 03:06:06] "GET /security-group/8a6f9b2e-c9db-4eb0-8957-41351c6f7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006733 10.0.0.73 - - [2026-05-25 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005415 10.0.0.73 - - [2026-05-25 03:06:06] "GET /security-group/8a6f9b2e-c9db-4eb0-8957-41351c6f7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005315 10.0.0.73 - - [2026-05-25 03:06:06] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004999 10.0.0.73 - - [2026-05-25 03:06:06] "POST /neutron/port HTTP/1.1" 200 1247 0.022943 10.0.0.73 - - [2026-05-25 03:06:06] "GET /virtual-machine/d89e510b-3547-4e74-9d66-ce0a0c74d78f HTTP/1.1" 200 1320 0.005854 10.0.0.73 - - [2026-05-25 03:06:06] "GET /virtual-machine-interface/b50573f2-4b56-4e91-81d4-a8b0949a5cbf HTTP/1.1" 200 3368 0.009164 10.0.0.73 - - [2026-05-25 03:06:06] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009685 10.0.0.73 - - [2026-05-25 03:06:06] "POST /neutron/port HTTP/1.1" 200 1209 0.022430 10.0.0.73 - - [2026-05-25 03:06:06] "GET /virtual-machine/d89e510b-3547-4e74-9d66-ce0a0c74d78f HTTP/1.1" 200 1320 0.005082 10.0.0.73 - - [2026-05-25 03:06:06] "GET /virtual-machine-interface/b50573f2-4b56-4e91-81d4-a8b0949a5cbf HTTP/1.1" 200 3424 0.009360 10.0.0.73 - - [2026-05-25 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.73 - - [2026-05-25 03:06:06] "GET /security-group/8a6f9b2e-c9db-4eb0-8957-41351c6f7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005168 10.0.0.73 - - [2026-05-25 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.73 - - [2026-05-25 03:06:07] "GET /security-group/8a6f9b2e-c9db-4eb0-8957-41351c6f7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.006626 10.0.0.73 - - [2026-05-25 03:06:07] "POST /neutron/security_group HTTP/1.1" 200 1483 0.006690 10.0.0.73 - - [2026-05-25 03:06:07] "POST /fqname-to-id HTTP/1.1" 404 249 0.005097 10.0.0.73 - - [2026-05-25 03:06:07] "POST /fqname-to-id HTTP/1.1" 404 249 0.003739 10.0.0.131 - - [2026-05-25 03:06:07] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001266 10.0.0.73 - - [2026-05-25 03:06:07] "POST /neutron/security_group HTTP/1.1" 200 153 0.061132 10.0.0.73 - - [2026-05-25 03:06:07] "POST /neutron/network HTTP/1.1" 200 1114 0.010103 10.0.0.73 - - [2026-05-25 03:06:10] "POST /neutron/network HTTP/1.1" 400 204 0.016998 10.0.0.73 - - [2026-05-25 03:06:14] "POST /neutron/network HTTP/1.1" 200 1114 0.012567 10.0.0.73 - - [2026-05-25 03:06:16] "POST /neutron/network HTTP/1.1" 400 204 0.016929 10.0.0.73 - - [2026-05-25 03:06:20] "POST /neutron/network HTTP/1.1" 200 1114 0.012193 10.0.0.73 - - [2026-05-25 03:06:22] "POST /neutron/network HTTP/1.1" 400 204 0.018490 10.0.0.73 - - [2026-05-25 03:06:25] "GET /obj-perms HTTP/1.1" 200 5056 0.065498 10.0.0.73 - - [2026-05-25 03:06:26] "POST /neutron/network HTTP/1.1" 200 1114 0.013238 10.0.0.73 - - [2026-05-25 03:06:28] "POST /neutron/network HTTP/1.1" 400 204 0.017533 10.0.0.73 - - [2026-05-25 03:06:32] "POST /neutron/network HTTP/1.1" 200 1114 0.010911 10.0.0.73 - - [2026-05-25 03:06:34] "POST /neutron/network HTTP/1.1" 400 204 0.020743 10.0.0.73 - - [2026-05-25 03:06:38] "POST /neutron/network HTTP/1.1" 200 1114 0.011632 10.0.0.73 - - [2026-05-25 03:06:40] "POST /neutron/network HTTP/1.1" 400 204 0.016751 10.0.0.73 - - [2026-05-25 03:06:44] "POST /neutron/network HTTP/1.1" 200 1114 0.011866 10.0.0.73 - - [2026-05-25 03:06:47] "POST /neutron/network HTTP/1.1" 400 204 0.018527 10.0.0.73 - - [2026-05-25 03:06:51] "POST /neutron/network HTTP/1.1" 200 1114 0.012511 10.0.0.73 - - [2026-05-25 03:06:53] "POST /neutron/network HTTP/1.1" 400 204 0.019906 10.0.0.73 - - [2026-05-25 03:06:53] "POST /neutron/network HTTP/1.1" 200 1124 0.010627 10.0.0.73 - - [2026-05-25 03:06:53] "POST /neutron/subnet HTTP/1.1" 200 1389 0.021487 10.0.0.73 - - [2026-05-25 03:06:53] "POST /neutron/network HTTP/1.1" 200 1114 0.014173 10.0.0.73 - - [2026-05-25 03:06:57] "POST /neutron/network HTTP/1.1" 200 1114 0.010653 10.0.0.73 - - [2026-05-25 03:06:59] "POST /neutron/network HTTP/1.1" 400 204 0.017011 10.0.0.73 - - [2026-05-25 03:07:01] "POST /neutron/network HTTP/1.1" 200 1124 0.009331 10.0.0.73 - - [2026-05-25 03:07:01] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017606 10.0.0.73 - - [2026-05-25 03:07:01] "POST /neutron/network HTTP/1.1" 200 1114 0.013685 10.0.0.19 - - [2026-05-25 03:07:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000737 10.0.0.19 - - [2026-05-25 03:07:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.131 - - [2026-05-25 03:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.131 - - [2026-05-25 03:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.19 - - [2026-05-25 03:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000648 10.0.0.19 - - [2026-05-25 03:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.131 - - [2026-05-25 03:07:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.131 - - [2026-05-25 03:07:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.131 - - [2026-05-25 03:07:50] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002076 10.0.0.73 - - [2026-05-25 03:07:50] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.110865 10.0.0.131 - - [2026-05-25 03:07:51] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001416 10.0.0.73 - - [2026-05-25 03:07:51] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.064848 10.0.0.73 - - [2026-05-25 03:07:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.73 - - [2026-05-25 03:07:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.73 - - [2026-05-25 03:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.73 - - [2026-05-25 03:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000662 10.0.0.131 - - [2026-05-25 03:07:53] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001215 10.0.0.73 - - [2026-05-25 03:07:53] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.069198 10.0.0.131 - - [2026-05-25 03:07:53] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002129 10.0.0.73 - - [2026-05-25 03:07:53] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.074980 10.0.0.131 - - [2026-05-25 03:07:55] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001130 10.0.0.73 - - [2026-05-25 03:07:55] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.050370 10.0.0.131 - - [2026-05-25 03:07:55] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001261 10.0.0.73 - - [2026-05-25 03:07:55] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.056681 10.0.0.73 - - [2026-05-25 03:07:55] "POST /neutron/port HTTP/1.1" 200 1219 0.045471 10.0.0.73 - - [2026-05-25 03:07:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005484 10.0.0.73 - - [2026-05-25 03:07:55] "POST /neutron/port HTTP/1.1" 200 117 0.001419 10.0.0.131 - - [2026-05-25 03:07:57] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001166 10.0.0.73 - - [2026-05-25 03:07:57] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.048559 10.0.0.131 - - [2026-05-25 03:07:57] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001053 10.0.0.73 - - [2026-05-25 03:07:57] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.058860 10.0.0.131 - - [2026-05-25 03:07:59] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001074 10.0.0.73 - - [2026-05-25 03:07:59] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.043689 10.0.0.131 - - [2026-05-25 03:07:59] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001878 10.0.0.73 - - [2026-05-25 03:07:59] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.047212 10.0.0.73 - - [2026-05-25 03:08:01] "POST /neutron/port HTTP/1.1" 200 1219 0.038547 10.0.0.73 - - [2026-05-25 03:08:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005515 10.0.0.73 - - [2026-05-25 03:08:01] "POST /neutron/port HTTP/1.1" 200 117 0.001895 10.0.0.131 - - [2026-05-25 03:08:01] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001239 10.0.0.73 - - [2026-05-25 03:08:01] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.054455 10.0.0.131 - - [2026-05-25 03:08:01] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001939 10.0.0.73 - - [2026-05-25 03:08:01] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.055129 10.0.0.131 - - [2026-05-25 03:08:03] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001537 10.0.0.73 - - [2026-05-25 03:08:03] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.046175 10.0.0.131 - - [2026-05-25 03:08:03] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001494 10.0.0.73 - - [2026-05-25 03:08:04] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.056619 10.0.0.131 - - [2026-05-25 03:08:06] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001086 10.0.0.73 - - [2026-05-25 03:08:06] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.058480 10.0.0.131 - - [2026-05-25 03:08:06] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001187 10.0.0.73 - - [2026-05-25 03:08:06] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.070252 10.0.0.131 - - [2026-05-25 03:08:08] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001453 10.0.0.73 - - [2026-05-25 03:08:08] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.055090 10.0.0.131 - - [2026-05-25 03:08:08] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001262 10.0.0.73 - - [2026-05-25 03:08:08] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.066589 10.0.0.131 - - [2026-05-25 03:08:10] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001862 10.0.0.73 - - [2026-05-25 03:08:10] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.054516 10.0.0.131 - - [2026-05-25 03:08:10] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001313 10.0.0.73 - - [2026-05-25 03:08:10] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.054941 10.0.0.131 - - [2026-05-25 03:08:12] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001637 10.0.0.73 - - [2026-05-25 03:08:12] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.054586 10.0.0.131 - - [2026-05-25 03:08:12] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001338 10.0.0.73 - - [2026-05-25 03:08:12] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.053776 10.0.0.131 - - [2026-05-25 03:08:14] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001365 10.0.0.73 - - [2026-05-25 03:08:14] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.050426 10.0.0.131 - - [2026-05-25 03:08:14] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001925 10.0.0.73 - - [2026-05-25 03:08:14] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.047194 10.0.0.131 - - [2026-05-25 03:08:16] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001269 10.0.0.73 - - [2026-05-25 03:08:16] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.053602 10.0.0.131 - - [2026-05-25 03:08:16] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001363 10.0.0.73 - - [2026-05-25 03:08:17] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.053190 10.0.0.131 - - [2026-05-25 03:08:19] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001328 10.0.0.73 - - [2026-05-25 03:08:19] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.046156 10.0.0.131 - - [2026-05-25 03:08:19] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001221 10.0.0.73 - - [2026-05-25 03:08:19] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.049929 10.0.0.131 - - [2026-05-25 03:08:21] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001323 10.0.0.73 - - [2026-05-25 03:08:21] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.065812 10.0.0.131 - - [2026-05-25 03:08:21] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001031 10.0.0.73 - - [2026-05-25 03:08:21] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.049091 10.0.0.131 - - [2026-05-25 03:08:23] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000988 10.0.0.73 - - [2026-05-25 03:08:23] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.070852 10.0.0.131 - - [2026-05-25 03:08:23] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002073 10.0.0.73 - - [2026-05-25 03:08:23] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.058256 10.0.0.131 - - [2026-05-25 03:08:25] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001103 10.0.0.73 - - [2026-05-25 03:08:25] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.040601 10.0.0.131 - - [2026-05-25 03:08:25] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001401 10.0.0.73 - - [2026-05-25 03:08:25] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.061952 10.0.0.131 - - [2026-05-25 03:08:27] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001312 10.0.0.73 - - [2026-05-25 03:08:27] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.063010 10.0.0.131 - - [2026-05-25 03:08:27] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001109 10.0.0.73 - - [2026-05-25 03:08:27] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.045977 10.0.0.131 - - [2026-05-25 03:08:29] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001193 10.0.0.73 - - [2026-05-25 03:08:29] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.045292 10.0.0.131 - - [2026-05-25 03:08:29] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001211 10.0.0.73 - - [2026-05-25 03:08:29] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.046427 10.0.0.131 - - [2026-05-25 03:08:32] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001819 10.0.0.73 - - [2026-05-25 03:08:32] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.047517 10.0.0.131 - - [2026-05-25 03:08:32] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001034 10.0.0.73 - - [2026-05-25 03:08:32] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.043221 10.0.0.131 - - [2026-05-25 03:08:34] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001711 10.0.0.73 - - [2026-05-25 03:08:34] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.051278 10.0.0.131 - - [2026-05-25 03:08:34] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001463 10.0.0.73 - - [2026-05-25 03:08:34] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.051739 10.0.0.131 - - [2026-05-25 03:08:36] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001663 10.0.0.73 - - [2026-05-25 03:08:36] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.046170 10.0.0.131 - - [2026-05-25 03:08:36] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001101 10.0.0.73 - - [2026-05-25 03:08:36] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.059517 10.0.0.131 - - [2026-05-25 03:08:38] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001142 10.0.0.73 - - [2026-05-25 03:08:38] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.036256 10.0.0.131 - - [2026-05-25 03:08:38] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001232 10.0.0.73 - - [2026-05-25 03:08:38] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.039447 10.0.0.131 - - [2026-05-25 03:08:40] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002354 10.0.0.73 - - [2026-05-25 03:08:40] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.046888 10.0.0.131 - - [2026-05-25 03:08:40] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001098 10.0.0.73 - - [2026-05-25 03:08:40] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.045245 10.0.0.131 - - [2026-05-25 03:08:42] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001324 10.0.0.73 - - [2026-05-25 03:08:42] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.047277 10.0.0.131 - - [2026-05-25 03:08:42] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001349 10.0.0.73 - - [2026-05-25 03:08:42] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.040444 10.0.0.131 - - [2026-05-25 03:08:44] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001631 10.0.0.73 - - [2026-05-25 03:08:44] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.050096 10.0.0.131 - - [2026-05-25 03:08:44] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001434 10.0.0.73 - - [2026-05-25 03:08:44] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.049251 10.0.0.131 - - [2026-05-25 03:08:47] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001170 10.0.0.73 - - [2026-05-25 03:08:47] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.043864 10.0.0.131 - - [2026-05-25 03:08:47] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000967 10.0.0.73 - - [2026-05-25 03:08:47] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.044373 10.0.0.131 - - [2026-05-25 03:08:49] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001170 10.0.0.73 - - [2026-05-25 03:08:49] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.046526 10.0.0.131 - - [2026-05-25 03:08:49] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001241 10.0.0.73 - - [2026-05-25 03:08:49] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.047500 10.0.0.131 - - [2026-05-25 03:08:51] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002448 10.0.0.73 - - [2026-05-25 03:08:51] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.047970 10.0.0.131 - - [2026-05-25 03:08:51] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001359 10.0.0.73 - - [2026-05-25 03:08:51] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.066356 10.0.0.131 - - [2026-05-25 03:08:53] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001166 10.0.0.73 - - [2026-05-25 03:08:53] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.048020 10.0.0.131 - - [2026-05-25 03:08:53] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001091 10.0.0.73 - - [2026-05-25 03:08:53] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.039459 10.0.0.131 - - [2026-05-25 03:08:55] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001523 10.0.0.73 - - [2026-05-25 03:08:55] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.042092 10.0.0.131 - - [2026-05-25 03:08:55] "GET /projects?obj_uuids=7f1d1ab5-aef1-428c-901b-ad77fcf71bb7&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001129 10.0.0.73 - - [2026-05-25 03:08:55] "GET /project/7f1d1ab5-aef1-428c-901b-ad77fcf71bb7?fields=virtual_networks HTTP/1.1" 200 1393 0.048856 10.0.0.73 - - [2026-05-25 03:08:56] "POST /fqname-to-id HTTP/1.1" 404 218 0.032721 10.0.0.131 - - [2026-05-25 03:08:56] "GET /projects?obj_uuids=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003496 10.0.0.131 - - [2026-05-25 03:08:56] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003136 10.0.0.131 - - [2026-05-25 03:08:56] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046494 10.0.0.131 - - [2026-05-25 03:08:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.003484 10.0.0.131 - - [2026-05-25 03:08:56] "POST /fqname-to-id HTTP/1.1" 404 232 0.012190 10.0.0.131 - - [2026-05-25 03:08:56] "POST /security-groups HTTP/1.1" 200 621 0.039675 10.0.0.131 - - [2026-05-25 03:08:56] "POST /projects HTTP/1.1" 200 645 0.287651 10.0.0.131 - - [2026-05-25 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.334695 10.0.0.19 - - [2026-05-25 03:08:56] "POST /fqname-to-id HTTP/1.1" 404 264 0.045713 10.0.0.73 - - [2026-05-25 03:08:56] "GET /project/e95ec633-b9c2-408f-9e84-1e83e3940a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.548890 10.0.0.19 - - [2026-05-25 03:08:56] "POST /access-control-lists HTTP/1.1" 200 626 0.036500 10.0.0.73 - - [2026-05-25 03:08:57] "POST /neutron/port HTTP/1.1" 200 1219 0.022769 10.0.0.73 - - [2026-05-25 03:08:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008116 10.0.0.73 - - [2026-05-25 03:08:57] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.73 - - [2026-05-25 03:08:58] "GET / HTTP/1.1" 200 36215 0.002363 10.0.0.73 - - [2026-05-25 03:08:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.73 - - [2026-05-25 03:09:00] "POST /fqname-to-id HTTP/1.1" 404 254 0.074082 10.0.0.73 - - [2026-05-25 03:09:00] "POST /security-groups HTTP/1.1" 200 597 0.040502 10.0.0.73 - - [2026-05-25 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.19 - - [2026-05-25 03:09:00] "POST /fqname-to-id HTTP/1.1" 404 285 0.005567 10.0.0.73 - - [2026-05-25 03:09:00] "GET /security-group/f0cab311-480c-49ac-9a60-203b265ef485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.008013 10.0.0.73 - - [2026-05-25 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.73 - - [2026-05-25 03:09:00] "GET /security-group/f0cab311-480c-49ac-9a60-203b265ef485?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005195 10.0.0.73 - - [2026-05-25 03:09:01] "POST /neutron/port HTTP/1.1" 200 1219 0.020649 10.0.0.73 - - [2026-05-25 03:09:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005929 10.0.0.73 - - [2026-05-25 03:09:01] "POST /neutron/port HTTP/1.1" 200 117 0.001482 10.0.0.73 - - [2026-05-25 03:09:01] "DELETE /security-group/f0cab311-480c-49ac-9a60-203b265ef485 HTTP/1.1" 200 115 0.070456 10.0.0.73 - - [2026-05-25 03:09:01] "POST /fqname-to-id HTTP/1.1" 404 254 0.004154 10.0.0.19 - - [2026-05-25 03:09:01] "DELETE /access-control-list/891fe6d8-6f5e-4cb4-be8f-433701a99d2a HTTP/1.1" 200 115 0.049607 10.0.0.73 - - [2026-05-25 03:09:01] "POST /fqname-to-id HTTP/1.1" 404 254 0.005588 10.0.0.73 - - [2026-05-25 03:09:01] "POST /security-groups HTTP/1.1" 200 597 0.045477 10.0.0.73 - - [2026-05-25 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.19 - - [2026-05-25 03:09:01] "POST /fqname-to-id HTTP/1.1" 404 285 0.008726 10.0.0.73 - - [2026-05-25 03:09:01] "GET /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.007779 10.0.0.73 - - [2026-05-25 03:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.73 - - [2026-05-25 03:09:02] "GET /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005072 10.0.0.73 - - [2026-05-25 03:09:02] "GET /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.006003 10.0.0.73 - - [2026-05-25 03:09:02] "PUT /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4 HTTP/1.1" 200 263 0.026712 10.0.0.73 - - [2026-05-25 03:09:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006964 10.0.0.19 - - [2026-05-25 03:09:02] "PUT /access-control-list/af9f6ff4-989f-4d82-be8e-d79529d1f0d1 HTTP/1.1" 200 273 0.022632 10.0.0.131 - - [2026-05-25 03:09:02] "GET /projects?obj_uuids=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001066 10.0.0.73 - - [2026-05-25 03:09:02] "GET /project/e95ec633-b9c2-408f-9e84-1e83e3940a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.049266 10.0.0.131 - - [2026-05-25 03:09:02] "GET /projects?obj_uuids=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001123 10.0.0.73 - - [2026-05-25 03:09:02] "POST /neutron/network HTTP/1.1" 200 735 0.156778 10.0.0.73 - - [2026-05-25 03:09:03] "POST /id-to-fqname HTTP/1.1" 200 300 0.003756 10.0.0.73 - - [2026-05-25 03:09:03] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006029 10.0.0.73 - - [2026-05-25 03:09:03] "POST /neutron/network HTTP/1.1" 200 953 0.007855 10.0.0.73 - - [2026-05-25 03:09:03] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007560 10.0.0.73 - - [2026-05-25 03:09:03] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006253 10.0.0.19 - - [2026-05-25 03:09:04] "GET /obj-perms HTTP/1.1" 200 5090 0.068913 10.0.0.131 - - [2026-05-25 03:09:04] "GET /obj-perms HTTP/1.1" 200 5090 0.072834 10.0.0.73 - - [2026-05-25 03:09:04] "POST /id-to-fqname HTTP/1.1" 200 300 0.001429 10.0.0.73 - - [2026-05-25 03:09:05] "POST /neutron/port HTTP/1.1" 200 2284 0.024521 10.0.0.131 - - [2026-05-25 03:09:06] "GET /projects?obj_uuids=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001105 10.0.0.73 - - [2026-05-25 03:09:06] "GET /project/e95ec633-b9c2-408f-9e84-1e83e3940a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.080902 10.0.0.73 - - [2026-05-25 03:09:06] "POST /neutron/network HTTP/1.1" 200 953 0.008958 10.0.0.73 - - [2026-05-25 03:09:06] "POST /id-to-fqname HTTP/1.1" 200 300 0.001557 10.0.0.73 - - [2026-05-25 03:09:06] "POST /neutron/port HTTP/1.1" 200 2284 0.041618 10.0.0.73 - - [2026-05-25 03:09:07] "POST /neutron/network HTTP/1.1" 200 963 0.008734 10.0.0.73 - - [2026-05-25 03:09:07] "POST /neutron/port HTTP/1.1" 200 1089 0.024060 10.0.0.131 - - [2026-05-25 03:09:07] "GET /projects?obj_uuids=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001338 10.0.0.73 - - [2026-05-25 03:09:07] "POST /neutron/port HTTP/1.1" 200 1154 0.036469 10.0.0.73 - - [2026-05-25 03:09:07] "GET /project/e95ec633-b9c2-408f-9e84-1e83e3940a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.136331 10.0.0.73 - - [2026-05-25 03:09:07] "POST /neutron/subnet HTTP/1.1" 200 693 0.013280 10.0.0.73 - - [2026-05-25 03:09:08] "POST /neutron/port HTTP/1.1" 200 3284 0.035061 10.0.0.73 - - [2026-05-25 03:09:08] "POST /neutron/port HTTP/1.1" 200 1154 0.021052 10.0.0.131 - - [2026-05-25 03:09:08] "GET /projects?obj_uuids=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001075 10.0.0.73 - - [2026-05-25 03:09:08] "POST /neutron/security_group HTTP/1.1" 200 3296 0.081081 10.0.0.73 - - [2026-05-25 03:09:09] "POST /neutron/port HTTP/1.1" 200 1089 0.023770 10.0.0.73 - - [2026-05-25 03:09:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004400 10.0.0.73 - - [2026-05-25 03:09:09] "POST /neutron/network HTTP/1.1" 200 953 0.014486 10.0.0.73 - - [2026-05-25 03:09:13] "POST /neutron/port HTTP/1.1" 200 1154 0.033011 10.0.0.73 - - [2026-05-25 03:09:13] "POST /neutron/security_group HTTP/1.1" 200 1290 0.010761 10.0.0.73 - - [2026-05-25 03:09:13] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 401 292 0.000524 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 200 1322 0.049491 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 200 1322 0.005041 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-machine-interface/9dd45741-1626-497e-a926-fe64cfb76bb6 HTTP/1.1" 200 3270 0.007066 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 200 1322 0.004839 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-machine-interface/9dd45741-1626-497e-a926-fe64cfb76bb6 HTTP/1.1" 200 3270 0.007400 10.0.0.73 - - [2026-05-25 03:09:14] "GET /instance-ip/1de925e6-46ae-476d-9e24-182a5d1ddf0d HTTP/1.1" 200 1732 0.007643 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 200 1322 0.005187 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-machine-interface/9dd45741-1626-497e-a926-fe64cfb76bb6 HTTP/1.1" 200 3270 0.005888 10.0.0.73 - - [2026-05-25 03:09:14] "GET /instance-ip/1de925e6-46ae-476d-9e24-182a5d1ddf0d HTTP/1.1" 200 1732 0.004462 10.0.0.73 - - [2026-05-25 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.73 - - [2026-05-25 03:09:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004377 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003357 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005855 10.0.0.73 - - [2026-05-25 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.73 - - [2026-05-25 03:09:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005553 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003534 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007440 10.0.0.73 - - [2026-05-25 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.73 - - [2026-05-25 03:09:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004983 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003949 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006794 10.0.0.73 - - [2026-05-25 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.73 - - [2026-05-25 03:09:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004557 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003517 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005807 10.0.0.73 - - [2026-05-25 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.73 - - [2026-05-25 03:09:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005450 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004661 10.0.0.73 - - [2026-05-25 03:09:14] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006741 10.0.0.73 - - [2026-05-25 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.73 - - [2026-05-25 03:09:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004493 10.0.0.73 - - [2026-05-25 03:09:15] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005674 10.0.0.73 - - [2026-05-25 03:09:15] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007697 10.0.0.73 - - [2026-05-25 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.73 - - [2026-05-25 03:09:15] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005248 10.0.0.73 - - [2026-05-25 03:09:15] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003943 10.0.0.73 - - [2026-05-25 03:09:15] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006294 10.0.0.73 - - [2026-05-25 03:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.73 - - [2026-05-25 03:09:18] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006688 10.0.0.73 - - [2026-05-25 03:09:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.73 - - [2026-05-25 03:09:22] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007064 10.0.0.73 - - [2026-05-25 03:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.73 - - [2026-05-25 03:09:26] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006413 10.0.0.73 - - [2026-05-25 03:09:28] "GET /obj-perms HTTP/1.1" 200 5056 0.058519 10.0.0.73 - - [2026-05-25 03:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.73 - - [2026-05-25 03:09:30] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006417 10.0.0.73 - - [2026-05-25 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.73 - - [2026-05-25 03:09:34] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005903 10.0.0.73 - - [2026-05-25 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.73 - - [2026-05-25 03:09:38] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006581 10.0.0.73 - - [2026-05-25 03:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.73 - - [2026-05-25 03:09:42] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005682 10.0.0.73 - - [2026-05-25 03:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.73 - - [2026-05-25 03:09:46] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006683 10.0.0.73 - - [2026-05-25 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.73 - - [2026-05-25 03:09:49] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005176 10.0.0.73 - - [2026-05-25 03:09:49] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003728 10.0.0.73 - - [2026-05-25 03:09:49] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007091 10.0.0.73 - - [2026-05-25 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007998 10.0.0.73 - - [2026-05-25 03:09:49] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005081 10.0.0.73 - - [2026-05-25 03:09:49] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004383 10.0.0.73 - - [2026-05-25 03:09:49] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006648 10.0.0.73 - - [2026-05-25 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.73 - - [2026-05-25 03:09:49] "GET /routing-instance/bab841ef-fa66-4630-9d5b-a6c6c0ebc2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.008480 10.0.0.73 - - [2026-05-25 03:09:49] "GET /route-target/331758ee-517f-4ed0-99b5-174895d70969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004993 10.0.0.73 - - [2026-05-25 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.73 - - [2026-05-25 03:09:49] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004160 10.0.0.73 - - [2026-05-25 03:09:49] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004519 10.0.0.73 - - [2026-05-25 03:09:49] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006581 10.0.0.73 - - [2026-05-25 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.73 - - [2026-05-25 03:09:49] "GET /routing-instance/bab841ef-fa66-4630-9d5b-a6c6c0ebc2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.004478 10.0.0.73 - - [2026-05-25 03:09:49] "GET /route-target/331758ee-517f-4ed0-99b5-174895d70969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004493 10.0.0.73 - - [2026-05-25 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.73 - - [2026-05-25 03:09:49] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004312 10.0.0.73 - - [2026-05-25 03:09:49] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003547 10.0.0.73 - - [2026-05-25 03:09:49] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006255 10.0.0.73 - - [2026-05-25 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.73 - - [2026-05-25 03:09:50] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005180 10.0.0.73 - - [2026-05-25 03:09:50] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003792 10.0.0.73 - - [2026-05-25 03:09:50] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006112 10.0.0.73 - - [2026-05-25 03:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.73 - - [2026-05-25 03:09:50] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005162 10.0.0.73 - - [2026-05-25 03:09:50] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003600 10.0.0.73 - - [2026-05-25 03:09:50] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006094 10.0.0.131 - - [2026-05-25 03:09:50] "GET /obj-perms HTTP/1.1" 200 5090 0.004774 10.0.0.73 - - [2026-05-25 03:09:50] "GET /obj-perms HTTP/1.1" 200 5090 0.064986 10.0.0.73 - - [2026-05-25 03:09:50] "GET /obj-perms HTTP/1.1" 200 5090 0.008885 10.0.0.19 - - [2026-05-25 03:09:50] "GET /obj-perms HTTP/1.1" 200 5090 0.004090 10.0.0.73 - - [2026-05-25 03:09:50] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 200 1322 0.004503 10.0.0.73 - - [2026-05-25 03:09:50] "GET /virtual-machine-interface/9dd45741-1626-497e-a926-fe64cfb76bb6 HTTP/1.1" 200 3270 0.005672 10.0.0.73 - - [2026-05-25 03:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.73 - - [2026-05-25 03:09:50] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009824 10.0.0.73 - - [2026-05-25 03:09:50] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.007045 10.0.0.73 - - [2026-05-25 03:09:51] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006451 10.0.0.73 - - [2026-05-25 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.73 - - [2026-05-25 03:09:52] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004081 10.0.0.73 - - [2026-05-25 03:09:52] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003584 10.0.0.73 - - [2026-05-25 03:09:52] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005978 10.0.0.73 - - [2026-05-25 03:09:52] "POST /neutron/port HTTP/1.1" 200 1154 0.023450 10.0.0.131 - - [2026-05-25 03:09:53] "DELETE /project/e95ec633b9c2408f9e841e83e3940a86 HTTP/1.1" 404 173 0.004149 10.0.0.73 - - [2026-05-25 03:09:57] "POST /neutron/security_group HTTP/1.1" 200 1290 0.010820 10.0.0.73 - - [2026-05-25 03:09:58] "POST /neutron/port HTTP/1.1" 200 1219 0.023607 10.0.0.73 - - [2026-05-25 03:09:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006484 10.0.0.73 - - [2026-05-25 03:09:58] "POST /neutron/port HTTP/1.1" 200 117 0.001299 10.0.0.73 - - [2026-05-25 03:10:02] "POST /neutron/port HTTP/1.1" 200 1154 0.021507 10.0.0.73 - - [2026-05-25 03:10:03] "POST /neutron/port HTTP/1.1" 200 1219 0.054626 10.0.0.73 - - [2026-05-25 03:10:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005605 10.0.0.73 - - [2026-05-25 03:10:03] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.73 - - [2026-05-25 03:10:07] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008000 10.0.0.73 - - [2026-05-25 03:10:08] "POST /neutron/port HTTP/1.1" 200 1154 0.021953 10.0.0.73 - - [2026-05-25 03:10:08] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008541 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-machine/837e0d75-f248-44b5-a034-e3baf343a367 HTTP/1.1" 200 1324 0.006462 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-machine/837e0d75-f248-44b5-a034-e3baf343a367 HTTP/1.1" 200 1324 0.004076 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-machine-interface/029e2e4a-08ab-42d8-a8d2-f27be7d15696 HTTP/1.1" 200 3268 0.005460 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-machine/837e0d75-f248-44b5-a034-e3baf343a367 HTTP/1.1" 200 1324 0.004227 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-machine-interface/029e2e4a-08ab-42d8-a8d2-f27be7d15696 HTTP/1.1" 200 3268 0.005352 10.0.0.73 - - [2026-05-25 03:10:08] "GET /instance-ip/1ff23806-4d7b-4a90-85f5-dd1ae415db98 HTTP/1.1" 200 1731 0.006850 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-machine/837e0d75-f248-44b5-a034-e3baf343a367 HTTP/1.1" 200 1324 0.004293 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-machine-interface/029e2e4a-08ab-42d8-a8d2-f27be7d15696 HTTP/1.1" 200 3268 0.005316 10.0.0.73 - - [2026-05-25 03:10:08] "GET /instance-ip/1ff23806-4d7b-4a90-85f5-dd1ae415db98 HTTP/1.1" 200 1731 0.004924 10.0.0.73 - - [2026-05-25 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.73 - - [2026-05-25 03:10:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005844 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003777 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006707 10.0.0.73 - - [2026-05-25 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.73 - - [2026-05-25 03:10:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005176 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003654 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007107 10.0.0.73 - - [2026-05-25 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.73 - - [2026-05-25 03:10:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004807 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003765 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007881 10.0.0.73 - - [2026-05-25 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.73 - - [2026-05-25 03:10:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005189 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004267 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007318 10.0.0.73 - - [2026-05-25 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009934 10.0.0.73 - - [2026-05-25 03:10:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004637 10.0.0.73 - - [2026-05-25 03:10:08] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003904 10.0.0.73 - - [2026-05-25 03:10:09] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006898 10.0.0.73 - - [2026-05-25 03:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.73 - - [2026-05-25 03:10:09] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004730 10.0.0.73 - - [2026-05-25 03:10:09] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003705 10.0.0.73 - - [2026-05-25 03:10:09] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006802 10.0.0.73 - - [2026-05-25 03:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005828 10.0.0.73 - - [2026-05-25 03:10:09] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.009693 10.0.0.73 - - [2026-05-25 03:10:09] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004234 10.0.0.73 - - [2026-05-25 03:10:09] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006339 10.0.0.73 - - [2026-05-25 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005222 10.0.0.73 - - [2026-05-25 03:10:10] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004573 10.0.0.73 - - [2026-05-25 03:10:10] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004364 10.0.0.73 - - [2026-05-25 03:10:10] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006663 10.0.0.73 - - [2026-05-25 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.73 - - [2026-05-25 03:10:10] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005735 10.0.0.73 - - [2026-05-25 03:10:10] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003487 10.0.0.73 - - [2026-05-25 03:10:10] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006144 10.0.0.73 - - [2026-05-25 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.011966 10.0.0.73 - - [2026-05-25 03:10:10] "GET /routing-instance/bab841ef-fa66-4630-9d5b-a6c6c0ebc2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.004989 10.0.0.73 - - [2026-05-25 03:10:10] "GET /route-target/331758ee-517f-4ed0-99b5-174895d70969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004958 10.0.0.73 - - [2026-05-25 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.73 - - [2026-05-25 03:10:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005173 10.0.0.73 - - [2026-05-25 03:10:11] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004964 10.0.0.73 - - [2026-05-25 03:10:11] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008188 10.0.0.73 - - [2026-05-25 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006474 10.0.0.73 - - [2026-05-25 03:10:11] "GET /routing-instance/bab841ef-fa66-4630-9d5b-a6c6c0ebc2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.005241 10.0.0.73 - - [2026-05-25 03:10:11] "GET /route-target/331758ee-517f-4ed0-99b5-174895d70969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005361 10.0.0.73 - - [2026-05-25 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.73 - - [2026-05-25 03:10:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008149 10.0.0.73 - - [2026-05-25 03:10:11] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004076 10.0.0.73 - - [2026-05-25 03:10:11] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006689 10.0.0.73 - - [2026-05-25 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.73 - - [2026-05-25 03:10:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005342 10.0.0.73 - - [2026-05-25 03:10:11] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004058 10.0.0.73 - - [2026-05-25 03:10:11] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008467 10.0.0.73 - - [2026-05-25 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.73 - - [2026-05-25 03:10:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007884 10.0.0.73 - - [2026-05-25 03:10:11] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004329 10.0.0.73 - - [2026-05-25 03:10:11] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007603 10.0.0.131 - - [2026-05-25 03:10:11] "GET /obj-perms HTTP/1.1" 200 5090 0.005542 10.0.0.73 - - [2026-05-25 03:10:11] "GET /obj-perms HTTP/1.1" 200 5090 0.004138 10.0.0.73 - - [2026-05-25 03:10:11] "GET /obj-perms HTTP/1.1" 200 5090 0.004914 10.0.0.131 - - [2026-05-25 03:10:11] "GET /obj-perms HTTP/1.1" 200 5090 0.004352 10.0.0.73 - - [2026-05-25 03:10:12] "GET /virtual-machine/837e0d75-f248-44b5-a034-e3baf343a367 HTTP/1.1" 200 1324 0.004937 10.0.0.73 - - [2026-05-25 03:10:12] "GET /virtual-machine-interface/029e2e4a-08ab-42d8-a8d2-f27be7d15696 HTTP/1.1" 200 3268 0.006405 10.0.0.73 - - [2026-05-25 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.73 - - [2026-05-25 03:10:12] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004260 10.0.0.73 - - [2026-05-25 03:10:12] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005872 10.0.0.73 - - [2026-05-25 03:10:12] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007557 10.0.0.73 - - [2026-05-25 03:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.73 - - [2026-05-25 03:10:13] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004408 10.0.0.73 - - [2026-05-25 03:10:13] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003666 10.0.0.73 - - [2026-05-25 03:10:13] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007225 10.0.0.73 - - [2026-05-25 03:10:14] "POST /neutron/port HTTP/1.1" 200 1154 0.055484 10.0.0.73 - - [2026-05-25 03:10:18] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007865 10.0.0.73 - - [2026-05-25 03:10:28] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 200 1322 0.006603 10.0.0.73 - - [2026-05-25 03:10:29] "GET /virtual-machine-interface/9dd45741-1626-497e-a926-fe64cfb76bb6 HTTP/1.1" 200 3270 0.006150 10.0.0.131 - - [2026-05-25 03:10:29] "GET /obj-perms HTTP/1.1" 200 5056 0.062291 10.0.0.73 - - [2026-05-25 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.73 - - [2026-05-25 03:10:29] "GET /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005068 10.0.0.73 - - [2026-05-25 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.73 - - [2026-05-25 03:10:29] "GET /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005535 10.0.0.73 - - [2026-05-25 03:10:29] "POST /neutron/security_group HTTP/1.1" 200 1316 0.004665 10.0.0.73 - - [2026-05-25 03:10:29] "POST /neutron/port HTTP/1.1" 200 1143 0.015526 10.0.0.73 - - [2026-05-25 03:10:29] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 200 1322 0.004621 10.0.0.73 - - [2026-05-25 03:10:29] "GET /virtual-machine-interface/9dd45741-1626-497e-a926-fe64cfb76bb6 HTTP/1.1" 200 3209 0.008098 10.0.0.73 - - [2026-05-25 03:10:29] "POST /neutron/security_group HTTP/1.1" 200 1290 0.007977 10.0.0.73 - - [2026-05-25 03:10:29] "POST /neutron/port HTTP/1.1" 200 1105 0.016772 10.0.0.73 - - [2026-05-25 03:10:29] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 200 1322 0.004572 10.0.0.73 - - [2026-05-25 03:10:29] "GET /virtual-machine-interface/9dd45741-1626-497e-a926-fe64cfb76bb6 HTTP/1.1" 200 3270 0.008258 10.0.0.73 - - [2026-05-25 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.73 - - [2026-05-25 03:10:29] "GET /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004049 10.0.0.73 - - [2026-05-25 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007628 10.0.0.73 - - [2026-05-25 03:10:29] "GET /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004967 10.0.0.73 - - [2026-05-25 03:10:29] "DELETE /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4 HTTP/1.1" 409 338 0.009234 10.0.0.73 - - [2026-05-25 03:10:59] "POST /neutron/port HTTP/1.1" 200 1154 0.051179 10.0.0.73 - - [2026-05-25 03:10:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004332 10.0.0.73 - - [2026-05-25 03:10:59] "POST /neutron/network HTTP/1.1" 200 953 0.007401 10.0.0.73 - - [2026-05-25 03:11:05] "POST /neutron/network HTTP/1.1" 200 963 0.008257 10.0.0.73 - - [2026-05-25 03:11:05] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.73 - - [2026-05-25 03:11:29] "GET /obj-perms HTTP/1.1" 200 5056 0.080347 10.0.0.19 - - [2026-05-25 03:11:29] "GET /obj-perms HTTP/1.1" 200 5056 0.066936 10.0.0.73 - - [2026-05-25 03:11:56] "GET /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006297 10.0.0.73 - - [2026-05-25 03:11:56] "PUT /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4 HTTP/1.1" 200 263 0.030775 10.0.0.19 - - [2026-05-25 03:11:56] "PUT /access-control-list/eda21474-4053-463b-a79c-7454494fd147 HTTP/1.1" 200 273 0.051268 10.0.0.73 - - [2026-05-25 03:11:59] "POST /neutron/port HTTP/1.1" 200 1154 0.029900 10.0.0.73 - - [2026-05-25 03:11:59] "POST /neutron/port HTTP/1.1" 200 1105 0.080845 10.0.0.73 - - [2026-05-25 03:11:59] "GET /virtual-machine/837e0d75-f248-44b5-a034-e3baf343a367 HTTP/1.1" 200 1324 0.004651 10.0.0.73 - - [2026-05-25 03:12:00] "POST /neutron/port HTTP/1.1" 200 151 0.167492 10.0.0.73 - - [2026-05-25 03:12:00] "POST /neutron/network HTTP/1.1" 200 1124 0.008875 10.0.0.73 - - [2026-05-25 03:12:00] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015133 10.0.0.73 - - [2026-05-25 03:12:00] "POST /neutron/network HTTP/1.1" 200 1114 0.010405 10.0.0.73 - - [2026-05-25 03:12:01] "GET /virtual-machine/837e0d75-f248-44b5-a034-e3baf343a367 HTTP/1.1" 404 171 0.007509 10.0.0.73 - - [2026-05-25 03:12:01] "GET /virtual-machine/837e0d75-f248-44b5-a034-e3baf343a367 HTTP/1.1" 404 171 0.003295 10.0.0.73 - - [2026-05-25 03:12:01] "GET /virtual-machine/837e0d75-f248-44b5-a034-e3baf343a367 HTTP/1.1" 404 171 0.003565 10.0.0.73 - - [2026-05-25 03:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.73 - - [2026-05-25 03:12:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005111 10.0.0.73 - - [2026-05-25 03:12:01] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004068 10.0.0.73 - - [2026-05-25 03:12:01] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006581 10.0.0.73 - - [2026-05-25 03:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.73 - - [2026-05-25 03:12:01] "GET /routing-instance/bab841ef-fa66-4630-9d5b-a6c6c0ebc2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.006975 10.0.0.73 - - [2026-05-25 03:12:01] "GET /route-target/331758ee-517f-4ed0-99b5-174895d70969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.010380 10.0.0.73 - - [2026-05-25 03:12:06] "POST /neutron/network HTTP/1.1" 200 1124 0.008480 10.0.0.73 - - [2026-05-25 03:12:06] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014288 10.0.0.73 - - [2026-05-25 03:12:06] "POST /neutron/network HTTP/1.1" 200 1114 0.011334 10.0.0.73 - - [2026-05-25 03:12:08] "GET /obj-perms HTTP/1.1" 200 5090 0.004570 10.0.0.131 - - [2026-05-25 03:12:08] "GET /obj-perms HTTP/1.1" 200 5090 0.004191 10.0.0.73 - - [2026-05-25 03:12:17] "GET /obj-perms HTTP/1.1" 200 5090 0.005222 10.0.0.131 - - [2026-05-25 03:12:17] "GET /obj-perms HTTP/1.1" 200 5090 0.005635 10.0.0.73 - - [2026-05-25 03:12:26] "GET /obj-perms HTTP/1.1" 200 5090 0.004248 10.0.0.131 - - [2026-05-25 03:12:26] "GET /obj-perms HTTP/1.1" 200 5090 0.005574 10.0.0.73 - - [2026-05-25 03:12:26] "POST /neutron/port HTTP/1.1" 200 1143 0.016158 10.0.0.73 - - [2026-05-25 03:12:26] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 200 1322 0.004643 10.0.0.73 - - [2026-05-25 03:12:27] "POST /neutron/port HTTP/1.1" 200 1115 0.023027 10.0.0.73 - - [2026-05-25 03:12:28] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 404 171 0.004013 10.0.0.73 - - [2026-05-25 03:12:28] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 404 171 0.003298 10.0.0.73 - - [2026-05-25 03:12:28] "GET /virtual-machine/02a8fefc-1858-479b-8060-d4f70ccd58aa HTTP/1.1" 404 171 0.003556 10.0.0.73 - - [2026-05-25 03:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.73 - - [2026-05-25 03:12:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005149 10.0.0.73 - - [2026-05-25 03:12:29] "GET /virtual-networks?parent_id=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.005239 10.0.0.73 - - [2026-05-25 03:12:29] "GET /virtual-network/edd798b4-19c3-450a-ba67-8db068681352?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.007637 10.0.0.73 - - [2026-05-25 03:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.73 - - [2026-05-25 03:12:29] "GET /routing-instance/bab841ef-fa66-4630-9d5b-a6c6c0ebc2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1709 0.006989 10.0.0.73 - - [2026-05-25 03:12:29] "GET /route-target/331758ee-517f-4ed0-99b5-174895d70969?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004678 10.0.0.73 - - [2026-05-25 03:12:29] "GET /obj-perms HTTP/1.1" 200 5090 0.004258 10.0.0.19 - - [2026-05-25 03:12:32] "GET /obj-perms HTTP/1.1" 200 5090 0.004665 10.0.0.73 - - [2026-05-25 03:12:35] "GET /obj-perms HTTP/1.1" 200 5090 0.005155 10.0.0.19 - - [2026-05-25 03:12:41] "GET /obj-perms HTTP/1.1" 200 5090 0.004874 10.0.0.73 - - [2026-05-25 03:12:44] "GET /obj-perms HTTP/1.1" 200 5090 0.005558 10.0.0.19 - - [2026-05-25 03:12:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.19 - - [2026-05-25 03:12:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.131 - - [2026-05-25 03:12:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.131 - - [2026-05-25 03:12:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.19 - - [2026-05-25 03:12:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.19 - - [2026-05-25 03:12:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.131 - - [2026-05-25 03:12:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.131 - - [2026-05-25 03:12:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.19 - - [2026-05-25 03:12:50] "GET /obj-perms HTTP/1.1" 200 5090 0.005325 10.0.0.73 - - [2026-05-25 03:12:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.73 - - [2026-05-25 03:12:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.73 - - [2026-05-25 03:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.73 - - [2026-05-25 03:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.73 - - [2026-05-25 03:12:53] "GET /obj-perms HTTP/1.1" 200 5090 0.004909 10.0.0.73 - - [2026-05-25 03:12:57] "GET /obj-perms HTTP/1.1" 200 5090 0.005194 10.0.0.19 - - [2026-05-25 03:12:57] "GET /obj-perms HTTP/1.1" 200 5090 0.005076 10.0.0.131 - - [2026-05-25 03:12:57] "GET /obj-perms HTTP/1.1" 200 5090 0.005219 10.0.0.73 - - [2026-05-25 03:12:57] "POST /neutron/network HTTP/1.1" 200 953 0.011085 10.0.0.19 - - [2026-05-25 03:12:57] "DELETE /route-target/331758ee-517f-4ed0-99b5-174895d70969 HTTP/1.1" 200 115 0.037445 10.0.0.73 - - [2026-05-25 03:12:57] "DELETE /security-group/a8ab0352-b0ce-4fd5-90ee-ebfbb6c58ae4 HTTP/1.1" 200 115 0.070023 10.0.0.73 - - [2026-05-25 03:12:57] "POST /fqname-to-id HTTP/1.1" 404 254 0.003809 10.0.0.131 - - [2026-05-25 03:12:59] "GET /projects?obj_uuids=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.034656 10.0.0.73 - - [2026-05-25 03:12:59] "GET /project/e95ec633-b9c2-408f-9e84-1e83e3940a86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.117716 10.0.0.131 - - [2026-05-25 03:12:59] "GET /projects?obj_uuids=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001024 10.0.0.73 - - [2026-05-25 03:12:59] "GET /project/e95ec633-b9c2-408f-9e84-1e83e3940a86?fields=virtual_networks HTTP/1.1" 200 1095 0.046947 10.0.0.131 - - [2026-05-25 03:12:59] "GET /projects?obj_uuids=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001109 10.0.0.73 - - [2026-05-25 03:12:59] "GET /project/e95ec633-b9c2-408f-9e84-1e83e3940a86?fields=virtual_machine_interfaces HTTP/1.1" 200 1095 0.040857 10.0.0.131 - - [2026-05-25 03:12:59] "GET /projects?obj_uuids=e95ec633-b9c2-408f-9e84-1e83e3940a86&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001243 10.0.0.73 - - [2026-05-25 03:12:59] "GET /project/e95ec633-b9c2-408f-9e84-1e83e3940a86?fields=security_groups HTTP/1.1" 200 1352 0.043798 10.0.0.73 - - [2026-05-25 03:13:00] "POST /neutron/port HTTP/1.1" 200 1219 0.021445 10.0.0.73 - - [2026-05-25 03:13:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005368 10.0.0.73 - - [2026-05-25 03:13:00] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.73 - - [2026-05-25 03:13:00] "POST /fqname-to-id HTTP/1.1" 404 209 0.037501 10.0.0.131 - - [2026-05-25 03:13:00] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003727 10.0.0.131 - - [2026-05-25 03:13:00] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001618 10.0.0.131 - - [2026-05-25 03:13:00] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009114 10.0.0.131 - - [2026-05-25 03:13:01] "POST /id-to-fqname HTTP/1.1" 200 212 0.001524 10.0.0.131 - - [2026-05-25 03:13:01] "POST /fqname-to-id HTTP/1.1" 404 222 0.008095 10.0.0.131 - - [2026-05-25 03:13:01] "POST /security-groups HTTP/1.1" 200 612 0.040075 10.0.0.19 - - [2026-05-25 03:13:01] "POST /fqname-to-id HTTP/1.1" 404 255 0.005332 10.0.0.131 - - [2026-05-25 03:13:01] "POST /projects HTTP/1.1" 200 627 0.265690 10.0.0.131 - - [2026-05-25 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.322760 10.0.0.73 - - [2026-05-25 03:13:01] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.486634 10.0.0.19 - - [2026-05-25 03:13:01] "POST /access-control-lists HTTP/1.1" 200 617 0.050049 10.0.0.73 - - [2026-05-25 03:13:02] "GET / HTTP/1.1" 200 36215 0.002297 10.0.0.73 - - [2026-05-25 03:13:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000655 10.0.0.73 - - [2026-05-25 03:13:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.085556 10.0.0.19 - - [2026-05-25 03:13:05] "POST /fqname-to-id HTTP/1.1" 404 276 0.008009 10.0.0.19 - - [2026-05-25 03:13:05] "PUT /access-control-list/c3912702-4106-4a6c-baa4-e054af0a0e67 HTTP/1.1" 200 273 0.028250 10.0.0.131 - - [2026-05-25 03:13:05] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001092 10.0.0.73 - - [2026-05-25 03:13:05] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.100245 10.0.0.73 - - [2026-05-25 03:13:05] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016622 10.0.0.73 - - [2026-05-25 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.73 - - [2026-05-25 03:13:06] "GET /security-group/982ba046-769e-4d24-a17e-ab957af5e316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005732 10.0.0.19 - - [2026-05-25 03:13:06] "PUT /access-control-list/c3912702-4106-4a6c-baa4-e054af0a0e67 HTTP/1.1" 200 273 0.018854 10.0.0.73 - - [2026-05-25 03:13:07] "POST /neutron/security_group HTTP/1.1" 200 1003 0.005612 10.0.0.73 - - [2026-05-25 03:13:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.004914 10.0.0.73 - - [2026-05-25 03:13:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.004260 10.0.0.19 - - [2026-05-25 03:13:07] "POST /fqname-to-id HTTP/1.1" 404 277 0.005029 10.0.0.19 - - [2026-05-25 03:13:07] "POST /access-control-lists HTTP/1.1" 200 639 0.034850 10.0.0.131 - - [2026-05-25 03:13:08] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001845 10.0.0.73 - - [2026-05-25 03:13:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.082226 10.0.0.73 - - [2026-05-25 03:13:08] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020307 10.0.0.19 - - [2026-05-25 03:13:08] "PUT /access-control-list/c0998dab-c40c-4b6b-adc5-aed7eb5baefa HTTP/1.1" 200 273 0.032340 10.0.0.73 - - [2026-05-25 03:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007098 10.0.0.73 - - [2026-05-25 03:13:08] "GET /security-group/79f2eb5c-ba5c-400d-a949-19b8d7e30c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.009558 10.0.0.131 - - [2026-05-25 03:13:09] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001231 10.0.0.73 - - [2026-05-25 03:13:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2189 0.064178 10.0.0.19 - - [2026-05-25 03:13:09] "PUT /access-control-list/c0998dab-c40c-4b6b-adc5-aed7eb5baefa HTTP/1.1" 200 273 0.028578 10.0.0.73 - - [2026-05-25 03:13:09] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.181623 10.0.0.73 - - [2026-05-25 03:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.012180 10.0.0.131 - - [2026-05-25 03:13:09] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003172 10.0.0.73 - - [2026-05-25 03:13:09] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.073601 10.0.0.131 - - [2026-05-25 03:13:10] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001479 10.0.0.73 - - [2026-05-25 03:13:10] "POST /neutron/network HTTP/1.1" 200 708 0.165547 10.0.0.19 - - [2026-05-25 03:13:10] "POST /route-targets HTTP/1.1" 200 328 0.016232 10.0.0.73 - - [2026-05-25 03:13:10] "POST /id-to-fqname HTTP/1.1" 200 282 0.003900 10.0.0.73 - - [2026-05-25 03:13:10] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006315 10.0.0.73 - - [2026-05-25 03:13:10] "POST /neutron/network HTTP/1.1" 200 927 0.007063 10.0.0.73 - - [2026-05-25 03:13:10] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007059 10.0.0.73 - - [2026-05-25 03:13:10] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.009957 10.0.0.73 - - [2026-05-25 03:13:12] "POST /id-to-fqname HTTP/1.1" 200 282 0.002045 10.0.0.73 - - [2026-05-25 03:13:12] "POST /neutron/port HTTP/1.1" 200 2284 0.024206 10.0.0.131 - - [2026-05-25 03:13:13] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002330 10.0.0.73 - - [2026-05-25 03:13:13] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.115579 10.0.0.73 - - [2026-05-25 03:13:13] "POST /neutron/network HTTP/1.1" 200 927 0.047644 10.0.0.73 - - [2026-05-25 03:13:14] "POST /id-to-fqname HTTP/1.1" 200 282 0.001748 10.0.0.73 - - [2026-05-25 03:13:14] "POST /neutron/port HTTP/1.1" 200 2284 0.039610 10.0.0.73 - - [2026-05-25 03:13:14] "POST /neutron/network HTTP/1.1" 200 937 0.008378 10.0.0.73 - - [2026-05-25 03:13:15] "POST /neutron/port HTTP/1.1" 200 1081 0.021512 10.0.0.73 - - [2026-05-25 03:13:15] "POST /neutron/port HTTP/1.1" 200 1145 0.026695 10.0.0.131 - - [2026-05-25 03:13:15] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001031 10.0.0.73 - - [2026-05-25 03:13:15] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.091076 10.0.0.73 - - [2026-05-25 03:13:15] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.73 - - [2026-05-25 03:13:15] "POST /neutron/port HTTP/1.1" 200 3276 0.038958 10.0.0.73 - - [2026-05-25 03:13:15] "POST /neutron/port HTTP/1.1" 200 1145 0.025649 10.0.0.131 - - [2026-05-25 03:13:16] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001046 10.0.0.73 - - [2026-05-25 03:13:16] "POST /neutron/security_group HTTP/1.1" 200 3414 0.062679 10.0.0.73 - - [2026-05-25 03:13:16] "POST /neutron/port HTTP/1.1" 200 1081 0.019565 10.0.0.73 - - [2026-05-25 03:13:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004351 10.0.0.73 - - [2026-05-25 03:13:16] "POST /neutron/network HTTP/1.1" 200 927 0.008204 10.0.0.73 - - [2026-05-25 03:13:20] "POST /neutron/port HTTP/1.1" 200 1145 0.018815 10.0.0.73 - - [2026-05-25 03:13:21] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007958 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-machine/b235f772-1f69-4c3a-82f5-b5726e83862c HTTP/1.1" 401 292 0.000498 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-machine/b235f772-1f69-4c3a-82f5-b5726e83862c HTTP/1.1" 200 1315 0.042937 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-machine/b235f772-1f69-4c3a-82f5-b5726e83862c HTTP/1.1" 200 1315 0.003886 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-machine-interface/52d3f2c5-de0b-466b-88e9-e6e6d182f59e HTTP/1.1" 200 3196 0.006484 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-machine/b235f772-1f69-4c3a-82f5-b5726e83862c HTTP/1.1" 200 1315 0.005944 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-machine-interface/52d3f2c5-de0b-466b-88e9-e6e6d182f59e HTTP/1.1" 200 3196 0.005732 10.0.0.73 - - [2026-05-25 03:13:21] "GET /instance-ip/3bc048af-625e-44eb-8f63-fa81ef03e406 HTTP/1.1" 200 1706 0.007112 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-machine/b235f772-1f69-4c3a-82f5-b5726e83862c HTTP/1.1" 200 1315 0.005221 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-machine-interface/52d3f2c5-de0b-466b-88e9-e6e6d182f59e HTTP/1.1" 200 3196 0.015337 10.0.0.73 - - [2026-05-25 03:13:21] "GET /instance-ip/3bc048af-625e-44eb-8f63-fa81ef03e406 HTTP/1.1" 200 1706 0.008032 10.0.0.73 - - [2026-05-25 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.73 - - [2026-05-25 03:13:21] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004739 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003362 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006606 10.0.0.73 - - [2026-05-25 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.73 - - [2026-05-25 03:13:21] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004644 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003959 10.0.0.73 - - [2026-05-25 03:13:21] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006968 10.0.0.73 - - [2026-05-25 03:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.73 - - [2026-05-25 03:13:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004238 10.0.0.73 - - [2026-05-25 03:13:22] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003987 10.0.0.73 - - [2026-05-25 03:13:22] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006910 10.0.0.73 - - [2026-05-25 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.73 - - [2026-05-25 03:13:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005025 10.0.0.73 - - [2026-05-25 03:13:22] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.006646 10.0.0.73 - - [2026-05-25 03:13:22] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006752 10.0.0.73 - - [2026-05-25 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.73 - - [2026-05-25 03:13:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005358 10.0.0.73 - - [2026-05-25 03:13:22] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003466 10.0.0.73 - - [2026-05-25 03:13:22] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007002 10.0.0.73 - - [2026-05-25 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.73 - - [2026-05-25 03:13:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004511 10.0.0.73 - - [2026-05-25 03:13:22] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003985 10.0.0.73 - - [2026-05-25 03:13:22] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007356 10.0.0.73 - - [2026-05-25 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006011 10.0.0.73 - - [2026-05-25 03:13:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005105 10.0.0.73 - - [2026-05-25 03:13:22] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004983 10.0.0.73 - - [2026-05-25 03:13:22] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007216 10.0.0.73 - - [2026-05-25 03:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.73 - - [2026-05-25 03:13:25] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006886 10.0.0.73 - - [2026-05-25 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.73 - - [2026-05-25 03:13:29] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006107 10.0.0.73 - - [2026-05-25 03:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.73 - - [2026-05-25 03:13:33] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006121 10.0.0.73 - - [2026-05-25 03:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.73 - - [2026-05-25 03:13:37] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007058 10.0.0.73 - - [2026-05-25 03:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.73 - - [2026-05-25 03:13:42] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006935 10.0.0.73 - - [2026-05-25 03:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005714 10.0.0.73 - - [2026-05-25 03:13:46] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005756 10.0.0.19 - - [2026-05-25 03:13:46] "DELETE /access-control-list/2c381e5f-ee2a-4b10-8c04-c0a3b0c30a94 HTTP/1.1" 200 115 0.054096 10.0.0.73 - - [2026-05-25 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.73 - - [2026-05-25 03:13:50] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005935 10.0.0.131 - - [2026-05-25 03:13:54] "DELETE /project/17585971231e438f858da51b72a2e880 HTTP/1.1" 404 173 0.003444 10.0.0.131 - - [2026-05-25 03:13:54] "DELETE /project/e95ec633-b9c2-408f-9e84-1e83e3940a86 HTTP/1.1" 404 177 0.006409 10.0.0.73 - - [2026-05-25 03:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.73 - - [2026-05-25 03:13:54] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005457 10.0.0.73 - - [2026-05-25 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.73 - - [2026-05-25 03:13:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004834 10.0.0.73 - - [2026-05-25 03:13:56] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003609 10.0.0.73 - - [2026-05-25 03:13:56] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008197 10.0.0.73 - - [2026-05-25 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.73 - - [2026-05-25 03:13:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006171 10.0.0.73 - - [2026-05-25 03:13:56] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003601 10.0.0.73 - - [2026-05-25 03:13:56] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006585 10.0.0.73 - - [2026-05-25 03:13:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.73 - - [2026-05-25 03:13:56] "GET /routing-instance/9eab0773-5863-425b-b07d-486cd7eaae1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.015558 10.0.0.73 - - [2026-05-25 03:13:56] "GET /route-target/f9e93382-a28c-4cc8-be97-b1643b4d12cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005574 10.0.0.73 - - [2026-05-25 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.73 - - [2026-05-25 03:13:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004165 10.0.0.73 - - [2026-05-25 03:13:57] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003841 10.0.0.73 - - [2026-05-25 03:13:57] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008134 10.0.0.73 - - [2026-05-25 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.73 - - [2026-05-25 03:13:57] "GET /routing-instance/9eab0773-5863-425b-b07d-486cd7eaae1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005871 10.0.0.73 - - [2026-05-25 03:13:57] "GET /route-target/f9e93382-a28c-4cc8-be97-b1643b4d12cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006279 10.0.0.73 - - [2026-05-25 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.73 - - [2026-05-25 03:13:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005016 10.0.0.73 - - [2026-05-25 03:13:57] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003386 10.0.0.73 - - [2026-05-25 03:13:57] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007011 10.0.0.73 - - [2026-05-25 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.73 - - [2026-05-25 03:13:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005049 10.0.0.73 - - [2026-05-25 03:13:57] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003987 10.0.0.73 - - [2026-05-25 03:13:57] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008453 10.0.0.73 - - [2026-05-25 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.73 - - [2026-05-25 03:13:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004803 10.0.0.73 - - [2026-05-25 03:13:57] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003305 10.0.0.73 - - [2026-05-25 03:13:57] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007970 10.0.0.131 - - [2026-05-25 03:13:57] "GET /obj-perms HTTP/1.1" 200 5072 0.081606 10.0.0.73 - - [2026-05-25 03:13:57] "GET /obj-perms HTTP/1.1" 200 5072 0.085833 10.0.0.73 - - [2026-05-25 03:13:58] "GET /obj-perms HTTP/1.1" 200 5072 0.003903 10.0.0.19 - - [2026-05-25 03:13:58] "GET /obj-perms HTTP/1.1" 200 5072 0.077289 10.0.0.131 - - [2026-05-25 03:13:58] "GET /obj-perms HTTP/1.1" 200 5072 0.006320 10.0.0.73 - - [2026-05-25 03:13:58] "GET /virtual-machine/b235f772-1f69-4c3a-82f5-b5726e83862c HTTP/1.1" 200 1315 0.004700 10.0.0.73 - - [2026-05-25 03:13:58] "GET /virtual-machine-interface/52d3f2c5-de0b-466b-88e9-e6e6d182f59e HTTP/1.1" 200 3196 0.006825 10.0.0.73 - - [2026-05-25 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.73 - - [2026-05-25 03:13:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004380 10.0.0.73 - - [2026-05-25 03:13:58] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.006249 10.0.0.73 - - [2026-05-25 03:13:58] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008206 10.0.0.73 - - [2026-05-25 03:13:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.73 - - [2026-05-25 03:13:59] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004543 10.0.0.73 - - [2026-05-25 03:13:59] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004212 10.0.0.73 - - [2026-05-25 03:13:59] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006608 10.0.0.73 - - [2026-05-25 03:13:59] "POST /neutron/port HTTP/1.1" 200 1145 0.021935 10.0.0.73 - - [2026-05-25 03:14:00] "POST /neutron/port HTTP/1.1" 200 1219 0.020082 10.0.0.73 - - [2026-05-25 03:14:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004953 10.0.0.73 - - [2026-05-25 03:14:00] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.73 - - [2026-05-25 03:14:05] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008905 10.0.0.73 - - [2026-05-25 03:14:08] "POST /neutron/port HTTP/1.1" 200 1219 0.023297 10.0.0.73 - - [2026-05-25 03:14:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004981 10.0.0.73 - - [2026-05-25 03:14:08] "POST /neutron/port HTTP/1.1" 200 117 0.001509 10.0.0.73 - - [2026-05-25 03:14:10] "POST /neutron/port HTTP/1.1" 200 1145 0.044159 10.0.0.73 - - [2026-05-25 03:14:12] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007333 10.0.0.73 - - [2026-05-25 03:14:15] "POST /neutron/port HTTP/1.1" 200 1145 0.023522 10.0.0.73 - - [2026-05-25 03:14:15] "POST /neutron/security_group HTTP/1.1" 200 1417 0.007721 10.0.0.73 - - [2026-05-25 03:14:15] "GET /virtual-machine/c3ee6cba-1b39-4450-a600-c4515d9b11c2 HTTP/1.1" 200 1316 0.007015 10.0.0.73 - - [2026-05-25 03:14:15] "GET /virtual-machine/c3ee6cba-1b39-4450-a600-c4515d9b11c2 HTTP/1.1" 200 1316 0.004592 10.0.0.73 - - [2026-05-25 03:14:15] "GET /virtual-machine-interface/19e01d22-0a19-44ab-98c5-328dec496e05 HTTP/1.1" 200 3197 0.006760 10.0.0.73 - - [2026-05-25 03:14:15] "GET /virtual-machine/c3ee6cba-1b39-4450-a600-c4515d9b11c2 HTTP/1.1" 200 1316 0.004560 10.0.0.73 - - [2026-05-25 03:14:15] "GET /virtual-machine-interface/19e01d22-0a19-44ab-98c5-328dec496e05 HTTP/1.1" 200 3197 0.006871 10.0.0.73 - - [2026-05-25 03:14:15] "GET /instance-ip/9acf6c1f-dbd9-4226-afee-e7381383bc7a HTTP/1.1" 200 1707 0.008001 10.0.0.73 - - [2026-05-25 03:14:15] "GET /virtual-machine/c3ee6cba-1b39-4450-a600-c4515d9b11c2 HTTP/1.1" 200 1316 0.004494 10.0.0.73 - - [2026-05-25 03:14:15] "GET /virtual-machine-interface/19e01d22-0a19-44ab-98c5-328dec496e05 HTTP/1.1" 200 3197 0.008490 10.0.0.73 - - [2026-05-25 03:14:15] "GET /instance-ip/9acf6c1f-dbd9-4226-afee-e7381383bc7a HTTP/1.1" 200 1707 0.004804 10.0.0.73 - - [2026-05-25 03:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.73 - - [2026-05-25 03:14:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004832 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003582 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006966 10.0.0.73 - - [2026-05-25 03:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.73 - - [2026-05-25 03:14:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005483 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003960 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.009917 10.0.0.73 - - [2026-05-25 03:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.73 - - [2026-05-25 03:14:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010217 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004594 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008240 10.0.0.73 - - [2026-05-25 03:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.73 - - [2026-05-25 03:14:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005310 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004198 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007846 10.0.0.73 - - [2026-05-25 03:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.73 - - [2026-05-25 03:14:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004961 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004277 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.009238 10.0.0.73 - - [2026-05-25 03:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.73 - - [2026-05-25 03:14:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005240 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004391 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006428 10.0.0.73 - - [2026-05-25 03:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.73 - - [2026-05-25 03:14:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004929 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004057 10.0.0.73 - - [2026-05-25 03:14:16] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006253 10.0.0.73 - - [2026-05-25 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.73 - - [2026-05-25 03:14:18] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004305 10.0.0.73 - - [2026-05-25 03:14:18] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003999 10.0.0.73 - - [2026-05-25 03:14:18] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007264 10.0.0.73 - - [2026-05-25 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166 10.0.0.73 - - [2026-05-25 03:14:18] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004450 10.0.0.73 - - [2026-05-25 03:14:18] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004074 10.0.0.73 - - [2026-05-25 03:14:18] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006259 10.0.0.73 - - [2026-05-25 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.73 - - [2026-05-25 03:14:18] "GET /routing-instance/9eab0773-5863-425b-b07d-486cd7eaae1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005802 10.0.0.73 - - [2026-05-25 03:14:18] "GET /route-target/f9e93382-a28c-4cc8-be97-b1643b4d12cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006817 10.0.0.73 - - [2026-05-25 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.73 - - [2026-05-25 03:14:18] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003990 10.0.0.73 - - [2026-05-25 03:14:18] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003819 10.0.0.73 - - [2026-05-25 03:14:18] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006928 10.0.0.73 - - [2026-05-25 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.73 - - [2026-05-25 03:14:18] "GET /routing-instance/9eab0773-5863-425b-b07d-486cd7eaae1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004804 10.0.0.73 - - [2026-05-25 03:14:18] "GET /route-target/f9e93382-a28c-4cc8-be97-b1643b4d12cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005123 10.0.0.73 - - [2026-05-25 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.73 - - [2026-05-25 03:14:18] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005230 10.0.0.73 - - [2026-05-25 03:14:18] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003803 10.0.0.73 - - [2026-05-25 03:14:18] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007484 10.0.0.73 - - [2026-05-25 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.73 - - [2026-05-25 03:14:19] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004759 10.0.0.73 - - [2026-05-25 03:14:19] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003794 10.0.0.73 - - [2026-05-25 03:14:19] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006990 10.0.0.73 - - [2026-05-25 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.73 - - [2026-05-25 03:14:19] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004797 10.0.0.73 - - [2026-05-25 03:14:19] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003425 10.0.0.73 - - [2026-05-25 03:14:19] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007331 10.0.0.73 - - [2026-05-25 03:14:19] "GET /obj-perms HTTP/1.1" 200 5072 0.004285 10.0.0.73 - - [2026-05-25 03:14:19] "GET /obj-perms HTTP/1.1" 200 5072 0.004763 10.0.0.131 - - [2026-05-25 03:14:19] "GET /obj-perms HTTP/1.1" 200 5072 0.004357 10.0.0.73 - - [2026-05-25 03:14:19] "GET /obj-perms HTTP/1.1" 200 5072 0.004703 10.0.0.19 - - [2026-05-25 03:14:19] "GET /obj-perms HTTP/1.1" 200 5072 0.004648 10.0.0.131 - - [2026-05-25 03:14:19] "GET /obj-perms HTTP/1.1" 200 5072 0.006511 10.0.0.73 - - [2026-05-25 03:14:19] "GET /virtual-machine/c3ee6cba-1b39-4450-a600-c4515d9b11c2 HTTP/1.1" 200 1316 0.004939 10.0.0.73 - - [2026-05-25 03:14:19] "GET /virtual-machine-interface/19e01d22-0a19-44ab-98c5-328dec496e05 HTTP/1.1" 200 3197 0.007120 10.0.0.73 - - [2026-05-25 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.73 - - [2026-05-25 03:14:19] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004780 10.0.0.73 - - [2026-05-25 03:14:19] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003556 10.0.0.73 - - [2026-05-25 03:14:19] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006917 10.0.0.73 - - [2026-05-25 03:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.73 - - [2026-05-25 03:14:20] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004890 10.0.0.73 - - [2026-05-25 03:14:20] "GET /virtual-networks?parent_id=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004950 10.0.0.73 - - [2026-05-25 03:14:20] "GET /virtual-network/d800b60d-f803-482b-b2ea-7f8f41ad1ee8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006174 10.0.0.73 - - [2026-05-25 03:14:20] "POST /neutron/port HTTP/1.1" 200 1145 0.021086 10.0.0.73 - - [2026-05-25 03:14:26] "GET /virtual-machine/b235f772-1f69-4c3a-82f5-b5726e83862c HTTP/1.1" 200 1315 0.007703 10.0.0.73 - - [2026-05-25 03:14:26] "GET /virtual-machine-interface/52d3f2c5-de0b-466b-88e9-e6e6d182f59e HTTP/1.1" 200 3196 0.006279 10.0.0.73 - - [2026-05-25 03:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.73 - - [2026-05-25 03:14:26] "GET /security-group/79f2eb5c-ba5c-400d-a949-19b8d7e30c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.004421 10.0.0.73 - - [2026-05-25 03:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.73 - - [2026-05-25 03:14:26] "GET /security-group/79f2eb5c-ba5c-400d-a949-19b8d7e30c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.005437 10.0.0.73 - - [2026-05-25 03:14:26] "POST /neutron/security_group HTTP/1.1" 200 1417 0.009650 10.0.0.73 - - [2026-05-25 03:14:26] "POST /neutron/port HTTP/1.1" 200 1135 0.015664 10.0.0.73 - - [2026-05-25 03:14:26] "GET /virtual-machine/b235f772-1f69-4c3a-82f5-b5726e83862c HTTP/1.1" 200 1315 0.004622 10.0.0.73 - - [2026-05-25 03:14:26] "GET /virtual-machine-interface/52d3f2c5-de0b-466b-88e9-e6e6d182f59e HTTP/1.1" 200 3144 0.008593 10.0.0.73 - - [2026-05-25 03:14:26] "POST /neutron/port HTTP/1.1" 200 1107 0.022536 10.0.0.73 - - [2026-05-25 03:14:26] "POST /neutron/port HTTP/1.1" 200 1135 0.083769 10.0.0.73 - - [2026-05-25 03:14:26] "GET /virtual-machine/b235f772-1f69-4c3a-82f5-b5726e83862c HTTP/1.1" 200 1315 0.004587 10.0.0.73 - - [2026-05-25 03:14:26] "GET /virtual-machine-interface/52d3f2c5-de0b-466b-88e9-e6e6d182f59e HTTP/1.1" 200 3196 0.006757 10.0.0.73 - - [2026-05-25 03:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.73 - - [2026-05-25 03:14:26] "GET /security-group/79f2eb5c-ba5c-400d-a949-19b8d7e30c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.004077 10.0.0.73 - - [2026-05-25 03:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.73 - - [2026-05-25 03:14:26] "GET /security-group/79f2eb5c-ba5c-400d-a949-19b8d7e30c1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2697 0.005406 10.0.0.73 - - [2026-05-25 03:14:27] "POST /neutron/security_group HTTP/1.1" 200 151 0.163282 10.0.0.73 - - [2026-05-25 03:14:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.004049 10.0.0.73 - - [2026-05-25 03:14:27] "POST /fqname-to-id HTTP/1.1" 404 245 0.003751 10.0.0.73 - - [2026-05-25 03:14:27] "POST /neutron/security_group HTTP/1.1" 200 117 0.009880 10.0.0.73 - - [2026-05-25 03:14:27] "POST /neutron/network HTTP/1.1" 400 204 0.015436 10.0.0.73 - - [2026-05-25 03:14:31] "POST /neutron/network HTTP/1.1" 200 927 0.007869 10.0.0.73 - - [2026-05-25 03:14:33] "POST /neutron/network HTTP/1.1" 400 204 0.015577 10.0.0.73 - - [2026-05-25 03:14:38] "POST /neutron/network HTTP/1.1" 200 927 0.008288 10.0.0.73 - - [2026-05-25 03:14:40] "POST /neutron/network HTTP/1.1" 400 204 0.015664 10.0.0.73 - - [2026-05-25 03:14:44] "POST /neutron/network HTTP/1.1" 200 927 0.007647 10.0.0.73 - - [2026-05-25 03:14:46] "POST /neutron/network HTTP/1.1" 400 204 0.016673 10.0.0.73 - - [2026-05-25 03:14:50] "POST /neutron/network HTTP/1.1" 200 927 0.009725 10.0.0.73 - - [2026-05-25 03:14:52] "POST /neutron/network HTTP/1.1" 400 204 0.015316 10.0.0.73 - - [2026-05-25 03:14:56] "POST /neutron/network HTTP/1.1" 200 927 0.009670 10.0.0.73 - - [2026-05-25 03:14:58] "POST /neutron/network HTTP/1.1" 400 204 0.023934 10.0.0.73 - - [2026-05-25 03:15:01] "POST /neutron/port HTTP/1.1" 200 1107 0.032468 10.0.0.73 - - [2026-05-25 03:15:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006250 10.0.0.73 - - [2026-05-25 03:15:01] "POST /neutron/network HTTP/1.1" 200 927 0.119236 10.0.0.73 - - [2026-05-25 03:15:04] "POST /neutron/network HTTP/1.1" 200 927 0.008419 10.0.0.73 - - [2026-05-25 03:15:06] "POST /neutron/network HTTP/1.1" 400 204 0.018523 10.0.0.73 - - [2026-05-25 03:15:09] "POST /neutron/port HTTP/1.1" 200 1107 0.063188 10.0.0.73 - - [2026-05-25 03:15:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006056 10.0.0.73 - - [2026-05-25 03:15:09] "POST /neutron/network HTTP/1.1" 200 927 0.007164 10.0.0.73 - - [2026-05-25 03:15:12] "POST /neutron/network HTTP/1.1" 200 927 0.009656 10.0.0.73 - - [2026-05-25 03:15:15] "POST /neutron/network HTTP/1.1" 400 204 0.015386 10.0.0.73 - - [2026-05-25 03:15:19] "POST /neutron/network HTTP/1.1" 200 927 0.009706 10.0.0.73 - - [2026-05-25 03:16:03] "POST /neutron/port HTTP/1.1" 200 1219 0.063463 10.0.0.73 - - [2026-05-25 03:16:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005076 10.0.0.73 - - [2026-05-25 03:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.73 - - [2026-05-25 03:16:09] "POST /neutron/security_group HTTP/1.1" 400 209 0.004009 10.0.0.73 - - [2026-05-25 03:16:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004790 10.0.0.73 - - [2026-05-25 03:16:09] "POST /neutron/port HTTP/1.1" 200 117 0.001426 10.0.0.131 - - [2026-05-25 03:16:10] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001453 10.0.0.73 - - [2026-05-25 03:16:10] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.064699 10.0.0.131 - - [2026-05-25 03:16:10] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001133 10.0.0.73 - - [2026-05-25 03:16:10] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.079019 10.0.0.131 - - [2026-05-25 03:16:12] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001122 10.0.0.73 - - [2026-05-25 03:16:12] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.052897 10.0.0.131 - - [2026-05-25 03:16:12] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001257 10.0.0.73 - - [2026-05-25 03:16:12] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.050190 10.0.0.131 - - [2026-05-25 03:16:14] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001219 10.0.0.73 - - [2026-05-25 03:16:15] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.052909 10.0.0.131 - - [2026-05-25 03:16:15] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000995 10.0.0.73 - - [2026-05-25 03:16:15] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.051899 10.0.0.131 - - [2026-05-25 03:16:17] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001079 10.0.0.73 - - [2026-05-25 03:16:17] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.044270 10.0.0.131 - - [2026-05-25 03:16:17] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001317 10.0.0.73 - - [2026-05-25 03:16:17] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.048440 10.0.0.131 - - [2026-05-25 03:16:19] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001202 10.0.0.73 - - [2026-05-25 03:16:19] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.041854 10.0.0.131 - - [2026-05-25 03:16:19] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001400 10.0.0.73 - - [2026-05-25 03:16:19] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.050009 10.0.0.131 - - [2026-05-25 03:16:21] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001252 10.0.0.73 - - [2026-05-25 03:16:21] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.042513 10.0.0.131 - - [2026-05-25 03:16:21] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001329 10.0.0.73 - - [2026-05-25 03:16:21] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.041567 10.0.0.131 - - [2026-05-25 03:16:23] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002069 10.0.0.73 - - [2026-05-25 03:16:23] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.046875 10.0.0.131 - - [2026-05-25 03:16:23] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001215 10.0.0.73 - - [2026-05-25 03:16:23] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.051445 10.0.0.131 - - [2026-05-25 03:16:25] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001051 10.0.0.73 - - [2026-05-25 03:16:25] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.048631 10.0.0.131 - - [2026-05-25 03:16:25] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001015 10.0.0.73 - - [2026-05-25 03:16:25] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.045993 10.0.0.131 - - [2026-05-25 03:16:27] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001082 10.0.0.73 - - [2026-05-25 03:16:27] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.044549 10.0.0.131 - - [2026-05-25 03:16:27] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000960 10.0.0.73 - - [2026-05-25 03:16:27] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.044153 10.0.0.131 - - [2026-05-25 03:16:29] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001081 10.0.0.73 - - [2026-05-25 03:16:30] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.042966 10.0.0.131 - - [2026-05-25 03:16:30] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002156 10.0.0.73 - - [2026-05-25 03:16:30] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.049483 10.0.0.131 - - [2026-05-25 03:16:32] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001171 10.0.0.73 - - [2026-05-25 03:16:32] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.072356 10.0.0.131 - - [2026-05-25 03:16:32] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001925 10.0.0.73 - - [2026-05-25 03:16:32] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.057907 10.0.0.131 - - [2026-05-25 03:16:34] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001128 10.0.0.73 - - [2026-05-25 03:16:34] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.052858 10.0.0.131 - - [2026-05-25 03:16:34] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001298 10.0.0.73 - - [2026-05-25 03:16:34] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.055171 10.0.0.131 - - [2026-05-25 03:16:36] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001482 10.0.0.73 - - [2026-05-25 03:16:36] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.056515 10.0.0.131 - - [2026-05-25 03:16:36] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001297 10.0.0.73 - - [2026-05-25 03:16:36] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.048930 10.0.0.131 - - [2026-05-25 03:16:38] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001468 10.0.0.73 - - [2026-05-25 03:16:38] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.051440 10.0.0.131 - - [2026-05-25 03:16:38] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001245 10.0.0.73 - - [2026-05-25 03:16:38] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.049051 10.0.0.131 - - [2026-05-25 03:16:40] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001197 10.0.0.73 - - [2026-05-25 03:16:40] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.041723 10.0.0.131 - - [2026-05-25 03:16:40] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001590 10.0.0.73 - - [2026-05-25 03:16:40] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.048629 10.0.0.131 - - [2026-05-25 03:16:42] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001098 10.0.0.73 - - [2026-05-25 03:16:42] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.046584 10.0.0.131 - - [2026-05-25 03:16:42] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001145 10.0.0.73 - - [2026-05-25 03:16:43] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.046057 10.0.0.131 - - [2026-05-25 03:16:45] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001351 10.0.0.73 - - [2026-05-25 03:16:45] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.059662 10.0.0.131 - - [2026-05-25 03:16:45] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001153 10.0.0.73 - - [2026-05-25 03:16:45] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.054353 10.0.0.131 - - [2026-05-25 03:16:47] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001520 10.0.0.73 - - [2026-05-25 03:16:47] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.045298 10.0.0.131 - - [2026-05-25 03:16:47] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001254 10.0.0.73 - - [2026-05-25 03:16:47] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.041306 10.0.0.131 - - [2026-05-25 03:16:49] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001551 10.0.0.73 - - [2026-05-25 03:16:49] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.053367 10.0.0.131 - - [2026-05-25 03:16:49] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001098 10.0.0.73 - - [2026-05-25 03:16:49] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.042572 10.0.0.131 - - [2026-05-25 03:16:51] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001088 10.0.0.73 - - [2026-05-25 03:16:51] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.053483 10.0.0.131 - - [2026-05-25 03:16:51] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000976 10.0.0.73 - - [2026-05-25 03:16:51] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.054652 10.0.0.131 - - [2026-05-25 03:16:53] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001121 10.0.0.73 - - [2026-05-25 03:16:53] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.050511 10.0.0.131 - - [2026-05-25 03:16:53] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001104 10.0.0.73 - - [2026-05-25 03:16:53] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.046090 10.0.0.131 - - [2026-05-25 03:16:55] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001162 10.0.0.73 - - [2026-05-25 03:16:55] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.046056 10.0.0.131 - - [2026-05-25 03:16:55] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001039 10.0.0.73 - - [2026-05-25 03:16:55] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.046569 10.0.0.131 - - [2026-05-25 03:16:57] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001158 10.0.0.73 - - [2026-05-25 03:16:58] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.069853 10.0.0.131 - - [2026-05-25 03:16:58] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001270 10.0.0.73 - - [2026-05-25 03:16:58] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.051041 10.0.0.131 - - [2026-05-25 03:17:00] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001158 10.0.0.73 - - [2026-05-25 03:17:00] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.061216 10.0.0.131 - - [2026-05-25 03:17:00] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002364 10.0.0.73 - - [2026-05-25 03:17:00] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.049862 10.0.0.131 - - [2026-05-25 03:17:02] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001166 10.0.0.73 - - [2026-05-25 03:17:02] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.047803 10.0.0.131 - - [2026-05-25 03:17:02] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001137 10.0.0.73 - - [2026-05-25 03:17:02] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.051180 10.0.0.73 - - [2026-05-25 03:17:03] "POST /neutron/port HTTP/1.1" 200 1107 0.021785 10.0.0.73 - - [2026-05-25 03:17:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005144 10.0.0.73 - - [2026-05-25 03:17:03] "POST /neutron/network HTTP/1.1" 200 927 0.007577 10.0.0.131 - - [2026-05-25 03:17:04] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001110 10.0.0.73 - - [2026-05-25 03:17:04] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.044473 10.0.0.131 - - [2026-05-25 03:17:04] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001177 10.0.0.73 - - [2026-05-25 03:17:04] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.046588 10.0.0.131 - - [2026-05-25 03:17:06] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001099 10.0.0.73 - - [2026-05-25 03:17:06] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.048548 10.0.0.131 - - [2026-05-25 03:17:06] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001034 10.0.0.73 - - [2026-05-25 03:17:06] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.045823 10.0.0.131 - - [2026-05-25 03:17:08] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001234 10.0.0.73 - - [2026-05-25 03:17:08] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.040295 10.0.0.131 - - [2026-05-25 03:17:08] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000982 10.0.0.73 - - [2026-05-25 03:17:08] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.048523 10.0.0.131 - - [2026-05-25 03:17:10] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001227 10.0.0.73 - - [2026-05-25 03:17:10] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.052946 10.0.0.131 - - [2026-05-25 03:17:10] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001109 10.0.0.73 - - [2026-05-25 03:17:10] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.055338 10.0.0.73 - - [2026-05-25 03:17:11] "POST /neutron/network HTTP/1.1" 200 937 0.007500 10.0.0.73 - - [2026-05-25 03:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.001465 10.0.0.131 - - [2026-05-25 03:17:13] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001250 10.0.0.73 - - [2026-05-25 03:17:13] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.054834 10.0.0.131 - - [2026-05-25 03:17:13] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001104 10.0.0.73 - - [2026-05-25 03:17:13] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.067549 10.0.0.131 - - [2026-05-25 03:17:15] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001036 10.0.0.73 - - [2026-05-25 03:17:15] "GET /project/17585971-231e-438f-858d-a51b72a2e880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.040134 10.0.0.131 - - [2026-05-25 03:17:15] "GET /projects?obj_uuids=17585971-231e-438f-858d-a51b72a2e880&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001009 10.0.0.73 - - [2026-05-25 03:17:15] "GET /project/17585971-231e-438f-858d-a51b72a2e880?fields=virtual_networks HTTP/1.1" 200 1376 0.039253 10.0.0.73 - - [2026-05-25 03:17:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.037426 10.0.0.131 - - [2026-05-25 03:17:15] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004184 10.0.0.131 - - [2026-05-25 03:17:15] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.131 - - [2026-05-25 03:17:15] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.045423 10.0.0.131 - - [2026-05-25 03:17:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.002198 10.0.0.131 - - [2026-05-25 03:17:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.010144 10.0.0.131 - - [2026-05-25 03:17:16] "POST /security-groups HTTP/1.1" 200 589 0.039580 10.0.0.131 - - [2026-05-25 03:17:16] "POST /projects HTTP/1.1" 200 581 0.275815 10.0.0.131 - - [2026-05-25 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.314287 10.0.0.19 - - [2026-05-25 03:17:16] "POST /fqname-to-id HTTP/1.1" 404 232 0.047875 10.0.0.73 - - [2026-05-25 03:17:16] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.545515 10.0.0.19 - - [2026-05-25 03:17:16] "POST /access-control-lists HTTP/1.1" 200 594 0.051377 10.0.0.73 - - [2026-05-25 03:17:17] "GET / HTTP/1.1" 200 36215 0.002061 10.0.0.73 - - [2026-05-25 03:17:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.73 - - [2026-05-25 03:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.077346 10.0.0.131 - - [2026-05-25 03:17:19] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.73 - - [2026-05-25 03:17:19] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.045764 10.0.0.131 - - [2026-05-25 03:17:19] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001368 10.0.0.73 - - [2026-05-25 03:17:20] "POST /neutron/network HTTP/1.1" 200 615 0.165550 10.0.0.73 - - [2026-05-25 03:17:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.003480 10.0.0.73 - - [2026-05-25 03:17:20] "GET /virtual-network/61454e73-428f-4b1c-ac88-78addf847d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005710 10.0.0.73 - - [2026-05-25 03:17:20] "POST /neutron/network HTTP/1.1" 200 835 0.007779 10.0.0.73 - - [2026-05-25 03:17:20] "GET /virtual-network/61454e73-428f-4b1c-ac88-78addf847d3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005503 10.0.0.73 - - [2026-05-25 03:17:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.001485 10.0.0.73 - - [2026-05-25 03:17:20] "POST /neutron/port HTTP/1.1" 200 4192 0.030191 10.0.0.131 - - [2026-05-25 03:17:21] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.73 - - [2026-05-25 03:17:21] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.087319 10.0.0.73 - - [2026-05-25 03:17:22] "POST /neutron/port HTTP/1.1" 200 4192 0.037568 10.0.0.73 - - [2026-05-25 03:17:22] "POST /neutron/network HTTP/1.1" 200 845 0.008274 10.0.0.73 - - [2026-05-25 03:17:23] "POST /neutron/port HTTP/1.1" 200 1059 0.024062 10.0.0.73 - - [2026-05-25 03:17:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004306 10.0.0.73 - - [2026-05-25 03:17:23] "POST /neutron/network HTTP/1.1" 200 835 0.019778 10.0.0.73 - - [2026-05-25 03:17:27] "POST /neutron/port HTTP/1.1" 200 1123 0.023420 10.0.0.73 - - [2026-05-25 03:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.131 - - [2026-05-25 03:17:27] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.73 - - [2026-05-25 03:17:27] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.048948 10.0.0.131 - - [2026-05-25 03:17:27] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001510 10.0.0.73 - - [2026-05-25 03:17:27] "POST /neutron/network HTTP/1.1" 200 613 0.140033 10.0.0.19 - - [2026-05-25 03:17:27] "POST /route-targets HTTP/1.1" 200 328 0.015684 10.0.0.73 - - [2026-05-25 03:17:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.004568 10.0.0.73 - - [2026-05-25 03:17:28] "GET /virtual-network/5ab9613f-42ba-4bd0-bf92-56bbcabae9bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008331 10.0.0.73 - - [2026-05-25 03:17:28] "POST /neutron/network HTTP/1.1" 200 830 0.007278 10.0.0.73 - - [2026-05-25 03:17:28] "GET /virtual-network/5ab9613f-42ba-4bd0-bf92-56bbcabae9bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006726 10.0.0.73 - - [2026-05-25 03:17:28] "GET /virtual-network/5ab9613f-42ba-4bd0-bf92-56bbcabae9bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006289 10.0.0.73 - - [2026-05-25 03:17:29] "GET /obj-perms HTTP/1.1" 200 5026 0.059958 10.0.0.19 - - [2026-05-25 03:17:29] "GET /obj-perms HTTP/1.1" 200 5026 0.067683 10.0.0.131 - - [2026-05-25 03:17:30] "GET /obj-perms HTTP/1.1" 200 5026 0.064682 10.0.0.73 - - [2026-05-25 03:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.131 - - [2026-05-25 03:17:30] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001273 10.0.0.73 - - [2026-05-25 03:17:30] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.041801 10.0.0.73 - - [2026-05-25 03:17:30] "POST /neutron/network HTTP/1.1" 200 117 0.018761 10.0.0.19 - - [2026-05-25 03:17:30] "POST /ref-update HTTP/1.1" 200 156 0.030966 10.0.0.73 - - [2026-05-25 03:17:30] "POST /neutron/network HTTP/1.1" 200 830 0.009924 10.0.0.73 - - [2026-05-25 03:17:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001326 10.0.0.73 - - [2026-05-25 03:17:30] "GET /virtual-network/79b1ba20-ea3a-4fcf-b4a0-276debc21545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005812 10.0.0.73 - - [2026-05-25 03:17:30] "GET /virtual-network/79b1ba20-ea3a-4fcf-b4a0-276debc21545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005974 10.0.0.73 - - [2026-05-25 03:17:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.012046 10.0.0.73 - - [2026-05-25 03:17:31] "GET /virtual-network/79b1ba20-ea3a-4fcf-b4a0-276debc21545?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005982 10.0.0.73 - - [2026-05-25 03:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.131 - - [2026-05-25 03:17:31] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.73 - - [2026-05-25 03:17:31] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.056097 10.0.0.131 - - [2026-05-25 03:17:32] "POST /useragent-kv HTTP/1.1" 200 115 0.016104 10.0.0.73 - - [2026-05-25 03:17:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.263113 10.0.0.73 - - [2026-05-25 03:17:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001705 10.0.0.73 - - [2026-05-25 03:17:32] "GET /virtual-network/86c5f494-c73a-49e3-b672-3b4e88e84a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009081 10.0.0.73 - - [2026-05-25 03:17:32] "GET /virtual-network/86c5f494-c73a-49e3-b672-3b4e88e84a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008171 10.0.0.73 - - [2026-05-25 03:17:32] "POST /neutron/network HTTP/1.1" 200 834 0.007333 10.0.0.73 - - [2026-05-25 03:17:32] "GET /virtual-network/86c5f494-c73a-49e3-b672-3b4e88e84a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006168 10.0.0.73 - - [2026-05-25 03:17:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001484 10.0.0.73 - - [2026-05-25 03:17:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010703 10.0.0.131 - - [2026-05-25 03:17:34] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.73 - - [2026-05-25 03:17:34] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.178453 10.0.0.73 - - [2026-05-25 03:17:34] "GET /obj-perms HTTP/1.1" 200 5056 0.094927 10.0.0.73 - - [2026-05-25 03:17:34] "POST /neutron/port HTTP/1.1" 200 5162 0.043701 10.0.0.73 - - [2026-05-25 03:17:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.001604 10.0.0.19 - - [2026-05-25 03:17:34] "GET /obj-perms HTTP/1.1" 200 5056 0.092965 10.0.0.73 - - [2026-05-25 03:17:34] "POST /neutron/port HTTP/1.1" 200 5162 0.057596 10.0.0.73 - - [2026-05-25 03:17:34] "POST /neutron/network HTTP/1.1" 200 844 0.008713 10.0.0.73 - - [2026-05-25 03:17:35] "POST /neutron/port HTTP/1.1" 200 1056 0.019369 10.0.0.73 - - [2026-05-25 03:17:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004827 10.0.0.73 - - [2026-05-25 03:17:35] "POST /neutron/network HTTP/1.1" 200 830 0.008025 10.0.0.131 - - [2026-05-25 03:17:35] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.73 - - [2026-05-25 03:17:35] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.087880 10.0.0.73 - - [2026-05-25 03:17:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009317 10.0.0.73 - - [2026-05-25 03:17:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.003863 10.0.0.73 - - [2026-05-25 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.131 - - [2026-05-25 03:17:36] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002372 10.0.0.73 - - [2026-05-25 03:17:36] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.012351 10.0.0.73 - - [2026-05-25 03:17:36] "POST /service-templates HTTP/1.1" 200 545 0.041948 10.0.0.73 - - [2026-05-25 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005624 10.0.0.73 - - [2026-05-25 03:17:36] "GET /service-template/1faf436c-a94b-43f5-97f7-48fd84c5b76d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006877 10.0.0.73 - - [2026-05-25 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.73 - - [2026-05-25 03:17:36] "GET /service-template/1faf436c-a94b-43f5-97f7-48fd84c5b76d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004911 10.0.0.73 - - [2026-05-25 03:17:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001623 10.0.0.73 - - [2026-05-25 03:17:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001624 10.0.0.131 - - [2026-05-25 03:17:36] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001467 10.0.0.73 - - [2026-05-25 03:17:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001457 10.0.0.73 - - [2026-05-25 03:17:36] "POST /neutron/port HTTP/1.1" 200 1058 0.364169 10.0.0.73 - - [2026-05-25 03:17:37] "POST /neutron/port HTTP/1.1" 200 1058 0.015236 10.0.0.73 - - [2026-05-25 03:17:37] "POST /neutron/port HTTP/1.1" 200 1122 0.019453 10.0.0.73 - - [2026-05-25 03:17:37] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.73 - - [2026-05-25 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.73 - - [2026-05-25 03:17:37] "DELETE /service-template/1faf436c-a94b-43f5-97f7-48fd84c5b76d HTTP/1.1" 200 115 0.038127 10.0.0.73 - - [2026-05-25 03:17:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.005938 10.0.0.73 - - [2026-05-25 03:17:37] "POST /neutron/network HTTP/1.1" 400 204 0.020244 10.0.0.73 - - [2026-05-25 03:17:38] "POST /neutron/port HTTP/1.1" 200 151 0.221540 10.0.0.73 - - [2026-05-25 03:17:39] "POST /neutron/port HTTP/1.1" 200 151 0.179482 10.0.0.19 - - [2026-05-25 03:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.73 - - [2026-05-25 03:17:40] "POST /neutron/network HTTP/1.1" 200 830 0.008165 10.0.0.19 - - [2026-05-25 03:17:40] "DELETE /route-target/34a1b30e-509e-47fd-8db6-eebc35253a63 HTTP/1.1" 200 115 0.022948 10.0.0.73 - - [2026-05-25 03:17:40] "POST /neutron/network HTTP/1.1" 200 830 0.007956 10.0.0.73 - - [2026-05-25 03:17:41] "POST /neutron/network HTTP/1.1" 400 204 0.022850 10.0.0.73 - - [2026-05-25 03:17:42] "POST /neutron/port HTTP/1.1" 200 151 0.189652 10.0.0.19 - - [2026-05-25 03:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.73 - - [2026-05-25 03:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005549 10.0.0.131 - - [2026-05-25 03:17:46] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001583 10.0.0.73 - - [2026-05-25 03:17:46] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.047915 10.0.0.73 - - [2026-05-25 03:17:46] "POST /neutron/network HTTP/1.1" 200 117 0.016708 10.0.0.19 - - [2026-05-25 03:17:46] "POST /ref-update HTTP/1.1" 200 156 0.029522 10.0.0.73 - - [2026-05-25 03:17:46] "POST /neutron/network HTTP/1.1" 200 832 0.010280 10.0.0.73 - - [2026-05-25 03:17:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001446 10.0.0.73 - - [2026-05-25 03:17:46] "GET /virtual-network/e8cadb38-6c41-44df-9c77-0e536c535f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006176 10.0.0.73 - - [2026-05-25 03:17:46] "GET /virtual-network/e8cadb38-6c41-44df-9c77-0e536c535f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006660 10.0.0.73 - - [2026-05-25 03:17:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.011152 10.0.0.73 - - [2026-05-25 03:17:46] "GET /virtual-network/e8cadb38-6c41-44df-9c77-0e536c535f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006312 10.0.0.131 - - [2026-05-25 03:17:47] "GET /obj-perms HTTP/1.1" 200 5026 0.003842 10.0.0.73 - - [2026-05-25 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.131 - - [2026-05-25 03:17:47] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.73 - - [2026-05-25 03:17:47] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.045680 10.0.0.19 - - [2026-05-25 03:17:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.19 - - [2026-05-25 03:17:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000784 10.0.0.131 - - [2026-05-25 03:17:47] "POST /useragent-kv HTTP/1.1" 200 115 0.010221 10.0.0.73 - - [2026-05-25 03:17:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.193947 10.0.0.73 - - [2026-05-25 03:17:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001591 10.0.0.73 - - [2026-05-25 03:17:47] "GET /virtual-network/757ee80c-73ba-4c30-bf5d-3155722a7e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005802 10.0.0.73 - - [2026-05-25 03:17:47] "GET /virtual-network/757ee80c-73ba-4c30-bf5d-3155722a7e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006170 10.0.0.73 - - [2026-05-25 03:17:47] "POST /neutron/network HTTP/1.1" 200 834 0.008115 10.0.0.131 - - [2026-05-25 03:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.131 - - [2026-05-25 03:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.73 - - [2026-05-25 03:17:48] "GET /virtual-network/757ee80c-73ba-4c30-bf5d-3155722a7e46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006358 10.0.0.19 - - [2026-05-25 03:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000741 10.0.0.19 - - [2026-05-25 03:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000590 10.0.0.73 - - [2026-05-25 03:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.131 - - [2026-05-25 03:17:48] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001496 10.0.0.73 - - [2026-05-25 03:17:48] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.043216 10.0.0.131 - - [2026-05-25 03:17:48] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001289 10.0.0.73 - - [2026-05-25 03:17:48] "POST /neutron/network HTTP/1.1" 200 615 0.148598 10.0.0.19 - - [2026-05-25 03:17:48] "POST /route-targets HTTP/1.1" 200 328 0.018856 10.0.0.73 - - [2026-05-25 03:17:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.004272 10.0.0.73 - - [2026-05-25 03:17:49] "GET /virtual-network/4cdd7d0a-5052-4f78-8933-d4d17e990c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007202 10.0.0.73 - - [2026-05-25 03:17:49] "POST /neutron/network HTTP/1.1" 200 835 0.008000 10.0.0.73 - - [2026-05-25 03:17:49] "GET /virtual-network/4cdd7d0a-5052-4f78-8933-d4d17e990c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006034 10.0.0.131 - - [2026-05-25 03:17:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.131 - - [2026-05-25 03:17:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.73 - - [2026-05-25 03:17:49] "GET /virtual-network/4cdd7d0a-5052-4f78-8933-d4d17e990c91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006635 10.0.0.73 - - [2026-05-25 03:17:49] "GET /obj-perms HTTP/1.1" 200 5026 0.005576 10.0.0.19 - - [2026-05-25 03:17:49] "GET /obj-perms HTTP/1.1" 200 5026 0.004660 10.0.0.73 - - [2026-05-25 03:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.131 - - [2026-05-25 03:17:49] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.73 - - [2026-05-25 03:17:49] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.064639 10.0.0.73 - - [2026-05-25 03:17:49] "POST /neutron/network HTTP/1.1" 200 117 0.022730 10.0.0.19 - - [2026-05-25 03:17:50] "POST /ref-update HTTP/1.1" 200 156 0.022186 10.0.0.73 - - [2026-05-25 03:17:50] "POST /neutron/network HTTP/1.1" 200 845 0.015333 10.0.0.73 - - [2026-05-25 03:17:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001405 10.0.0.73 - - [2026-05-25 03:17:50] "GET /virtual-network/f134c026-f515-403d-9932-e02925c107e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006931 10.0.0.73 - - [2026-05-25 03:17:50] "GET /virtual-network/f134c026-f515-403d-9932-e02925c107e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006970 10.0.0.73 - - [2026-05-25 03:17:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.010048 10.0.0.73 - - [2026-05-25 03:17:50] "GET /virtual-network/f134c026-f515-403d-9932-e02925c107e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.005834 10.0.0.131 - - [2026-05-25 03:17:51] "GET /obj-perms HTTP/1.1" 200 5026 0.004240 10.0.0.73 - - [2026-05-25 03:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.131 - - [2026-05-25 03:17:51] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.73 - - [2026-05-25 03:17:51] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.041104 10.0.0.131 - - [2026-05-25 03:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006207 10.0.0.73 - - [2026-05-25 03:17:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.245893 10.0.0.73 - - [2026-05-25 03:17:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001375 10.0.0.73 - - [2026-05-25 03:17:51] "GET /virtual-network/ed2983b9-1e00-403f-9088-9b1c8e30e368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006077 10.0.0.73 - - [2026-05-25 03:17:51] "GET /virtual-network/ed2983b9-1e00-403f-9088-9b1c8e30e368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007613 10.0.0.73 - - [2026-05-25 03:17:51] "POST /neutron/network HTTP/1.1" 200 846 0.007433 10.0.0.73 - - [2026-05-25 03:17:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.73 - - [2026-05-25 03:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.73 - - [2026-05-25 03:17:52] "GET /virtual-network/ed2983b9-1e00-403f-9088-9b1c8e30e368?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007293 10.0.0.73 - - [2026-05-25 03:17:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.001507 10.0.0.73 - - [2026-05-25 03:17:52] "POST /neutron/network HTTP/1.1" 200 844 0.014097 10.0.0.73 - - [2026-05-25 03:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000824 10.0.0.73 - - [2026-05-25 03:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000478 10.0.0.131 - - [2026-05-25 03:17:53] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001172 10.0.0.73 - - [2026-05-25 03:17:53] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.084460 10.0.0.73 - - [2026-05-25 03:17:53] "POST /neutron/port HTTP/1.1" 200 117 0.007278 10.0.0.73 - - [2026-05-25 03:17:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001498 10.0.0.73 - - [2026-05-25 03:17:54] "POST /neutron/network HTTP/1.1" 200 844 0.015815 10.0.0.131 - - [2026-05-25 03:17:54] "DELETE /project/c29d5de62c9d4ee097d670d61f909895 HTTP/1.1" 404 173 0.004186 10.0.0.73 - - [2026-05-25 03:17:54] "POST /neutron/port HTTP/1.1" 200 1060 0.017462 10.0.0.73 - - [2026-05-25 03:17:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004714 10.0.0.131 - - [2026-05-25 03:17:55] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001527 10.0.0.73 - - [2026-05-25 03:17:55] "POST /neutron/network HTTP/1.1" 200 834 0.006354 10.0.0.73 - - [2026-05-25 03:17:55] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.086301 10.0.0.73 - - [2026-05-25 03:17:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008535 10.0.0.73 - - [2026-05-25 03:17:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.003859 10.0.0.73 - - [2026-05-25 03:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.131 - - [2026-05-25 03:17:55] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001569 10.0.0.73 - - [2026-05-25 03:17:55] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009200 10.0.0.73 - - [2026-05-25 03:17:55] "POST /service-templates HTTP/1.1" 200 545 0.034576 10.0.0.73 - - [2026-05-25 03:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.73 - - [2026-05-25 03:17:55] "GET /service-template/ef345434-9df8-4927-a561-7b10f56fffab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007118 10.0.0.73 - - [2026-05-25 03:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.73 - - [2026-05-25 03:17:55] "GET /service-template/ef345434-9df8-4927-a561-7b10f56fffab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005272 10.0.0.73 - - [2026-05-25 03:17:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001392 10.0.0.73 - - [2026-05-25 03:17:55] "POST /id-to-fqname HTTP/1.1" 200 229 0.001390 10.0.0.73 - - [2026-05-25 03:17:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001764 10.0.0.131 - - [2026-05-25 03:17:55] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001258 10.0.0.73 - - [2026-05-25 03:17:56] "POST /neutron/port HTTP/1.1" 200 1059 0.431863 10.0.0.73 - - [2026-05-25 03:17:56] "POST /neutron/port HTTP/1.1" 200 1059 0.025580 10.0.0.73 - - [2026-05-25 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.73 - - [2026-05-25 03:17:56] "DELETE /service-template/ef345434-9df8-4927-a561-7b10f56fffab HTTP/1.1" 200 115 0.043283 10.0.0.73 - - [2026-05-25 03:17:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.011446 10.0.0.73 - - [2026-05-25 03:17:56] "POST /neutron/port HTTP/1.1" 200 1123 0.029904 10.0.0.73 - - [2026-05-25 03:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.19 - - [2026-05-25 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006392 10.0.0.131 - - [2026-05-25 03:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002985 10.0.0.131 - - [2026-05-25 03:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.005179 10.0.0.73 - - [2026-05-25 03:17:56] "POST /neutron/network HTTP/1.1" 200 151 0.157854 10.0.0.73 - - [2026-05-25 03:17:57] "POST /neutron/port HTTP/1.1" 200 1124 0.021746 10.0.0.19 - - [2026-05-25 03:17:57] "DELETE /route-target/93867a08-f926-41c3-92e0-e9c7d7e070b8 HTTP/1.1" 200 115 0.041251 10.0.0.73 - - [2026-05-25 03:17:57] "POST /neutron/network HTTP/1.1" 200 835 0.007587 10.0.0.73 - - [2026-05-25 03:17:58] "POST /neutron/port HTTP/1.1" 200 1113 0.014125 10.0.0.73 - - [2026-05-25 03:17:58] "POST /neutron/network HTTP/1.1" 200 2190 0.010364 10.0.0.73 - - [2026-05-25 03:17:59] "POST /neutron/network HTTP/1.1" 200 835 0.007767 10.0.0.19 - - [2026-05-25 03:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.131 - - [2026-05-25 03:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.076916 10.0.0.131 - - [2026-05-25 03:18:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003055 10.0.0.73 - - [2026-05-25 03:18:00] "POST /neutron/network HTTP/1.1" 200 151 0.223309 10.0.0.19 - - [2026-05-25 03:18:00] "DELETE /route-target/e6a9d6f3-ac1d-4282-8428-d488f0754fa3 HTTP/1.1" 200 115 0.039904 10.0.0.131 - - [2026-05-25 03:18:02] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001247 10.0.0.73 - - [2026-05-25 03:18:02] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.088754 10.0.0.131 - - [2026-05-25 03:18:02] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001325 10.0.0.73 - - [2026-05-25 03:18:02] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?fields=virtual_networks HTTP/1.1" 200 1031 0.056027 10.0.0.131 - - [2026-05-25 03:18:02] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001193 10.0.0.73 - - [2026-05-25 03:18:02] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.052080 10.0.0.131 - - [2026-05-25 03:18:02] "GET /projects?obj_uuids=c29d5de6-2c9d-4ee0-97d6-70d61f909895&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001442 10.0.0.73 - - [2026-05-25 03:18:02] "GET /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895?fields=security_groups HTTP/1.1" 200 1256 0.054984 10.0.0.73 - - [2026-05-25 03:18:03] "POST /neutron/port HTTP/1.1" 200 1219 0.055617 10.0.0.73 - - [2026-05-25 03:18:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004789 10.0.0.73 - - [2026-05-25 03:18:03] "POST /neutron/port HTTP/1.1" 200 117 0.001519 10.0.0.73 - - [2026-05-25 03:18:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.041627 10.0.0.131 - - [2026-05-25 03:18:04] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004596 10.0.0.131 - - [2026-05-25 03:18:04] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.131 - - [2026-05-25 03:18:04] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008835 10.0.0.131 - - [2026-05-25 03:18:04] "POST /id-to-fqname HTTP/1.1" 200 188 0.003524 10.0.0.131 - - [2026-05-25 03:18:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.005332 10.0.0.131 - - [2026-05-25 03:18:04] "POST /security-groups HTTP/1.1" 200 589 0.086738 10.0.0.131 - - [2026-05-25 03:18:04] "POST /projects HTTP/1.1" 200 581 0.313311 10.0.0.131 - - [2026-05-25 03:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.353281 10.0.0.19 - - [2026-05-25 03:18:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.007262 10.0.0.73 - - [2026-05-25 03:18:04] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.579778 10.0.0.73 - - [2026-05-25 03:18:05] "GET / HTTP/1.1" 200 36215 0.001585 10.0.0.73 - - [2026-05-25 03:18:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.73 - - [2026-05-25 03:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.086928 10.0.0.131 - - [2026-05-25 03:18:08] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.73 - - [2026-05-25 03:18:08] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.049682 10.0.0.73 - - [2026-05-25 03:18:08] "POST /neutron/network HTTP/1.1" 200 117 0.050045 10.0.0.19 - - [2026-05-25 03:18:08] "POST /ref-update HTTP/1.1" 200 156 0.022943 10.0.0.73 - - [2026-05-25 03:18:08] "POST /neutron/network HTTP/1.1" 200 833 0.009868 10.0.0.73 - - [2026-05-25 03:18:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001761 10.0.0.73 - - [2026-05-25 03:18:08] "GET /virtual-network/7a6ffab8-99be-4a8e-ab85-ee18853bdce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006142 10.0.0.73 - - [2026-05-25 03:18:08] "GET /virtual-network/7a6ffab8-99be-4a8e-ab85-ee18853bdce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007284 10.0.0.73 - - [2026-05-25 03:18:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.018639 10.0.0.73 - - [2026-05-25 03:18:09] "GET /virtual-network/7a6ffab8-99be-4a8e-ab85-ee18853bdce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006990 10.0.0.73 - - [2026-05-25 03:18:10] "GET /obj-perms HTTP/1.1" 200 5026 0.090323 10.0.0.19 - - [2026-05-25 03:18:10] "GET /obj-perms HTTP/1.1" 200 5026 0.058906 10.0.0.73 - - [2026-05-25 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.131 - - [2026-05-25 03:18:11] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003193 10.0.0.73 - - [2026-05-25 03:18:11] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.067450 10.0.0.73 - - [2026-05-25 03:18:11] "POST /neutron/port HTTP/1.1" 200 1219 0.019414 10.0.0.73 - - [2026-05-25 03:18:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004026 10.0.0.73 - - [2026-05-25 03:18:11] "POST /neutron/port HTTP/1.1" 200 117 0.001710 10.0.0.73 - - [2026-05-25 03:18:11] "POST /neutron/network HTTP/1.1" 200 1114 0.017370 10.0.0.73 - - [2026-05-25 03:18:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.003981 10.0.0.73 - - [2026-05-25 03:18:11] "GET /virtual-network/29fbc2b7-64e0-4211-83dc-2185d6910530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008416 10.0.0.73 - - [2026-05-25 03:18:11] "GET /virtual-network/29fbc2b7-64e0-4211-83dc-2185d6910530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006218 10.0.0.73 - - [2026-05-25 03:18:11] "POST /neutron/network HTTP/1.1" 200 835 0.007337 10.0.0.73 - - [2026-05-25 03:18:12] "GET /virtual-network/29fbc2b7-64e0-4211-83dc-2185d6910530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007340 10.0.0.131 - - [2026-05-25 03:18:12] "GET /obj-perms HTTP/1.1" 200 5026 0.071848 10.0.0.73 - - [2026-05-25 03:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.131 - - [2026-05-25 03:18:12] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.73 - - [2026-05-25 03:18:12] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.051412 10.0.0.131 - - [2026-05-25 03:18:12] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001233 10.0.0.73 - - [2026-05-25 03:18:13] "POST /neutron/network HTTP/1.1" 200 619 0.169394 10.0.0.19 - - [2026-05-25 03:18:13] "POST /route-targets HTTP/1.1" 200 328 0.015934 10.0.0.73 - - [2026-05-25 03:18:13] "POST /id-to-fqname HTTP/1.1" 200 226 0.004210 10.0.0.73 - - [2026-05-25 03:18:13] "GET /virtual-network/002e3803-62b8-4e83-bfda-2b9c26a93f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005771 10.0.0.73 - - [2026-05-25 03:18:13] "POST /neutron/network HTTP/1.1" 200 839 0.009454 10.0.0.73 - - [2026-05-25 03:18:13] "GET /virtual-network/002e3803-62b8-4e83-bfda-2b9c26a93f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006013 10.0.0.73 - - [2026-05-25 03:18:13] "GET /virtual-network/002e3803-62b8-4e83-bfda-2b9c26a93f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007142 10.0.0.73 - - [2026-05-25 03:18:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001572 10.0.0.73 - - [2026-05-25 03:18:14] "POST /neutron/port HTTP/1.1" 200 4192 0.038264 10.0.0.131 - - [2026-05-25 03:18:15] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001449 10.0.0.73 - - [2026-05-25 03:18:15] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.080528 10.0.0.73 - - [2026-05-25 03:18:15] "POST /neutron/port HTTP/1.1" 200 4192 0.041877 10.0.0.73 - - [2026-05-25 03:18:15] "POST /id-to-fqname HTTP/1.1" 200 226 0.001502 10.0.0.73 - - [2026-05-25 03:18:16] "POST /neutron/network HTTP/1.1" 200 849 0.008008 10.0.0.73 - - [2026-05-25 03:18:16] "POST /neutron/port HTTP/1.1" 200 1057 0.020196 10.0.0.73 - - [2026-05-25 03:18:16] "POST /neutron/port HTTP/1.1" 200 1121 0.028582 10.0.0.131 - - [2026-05-25 03:18:17] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.73 - - [2026-05-25 03:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.001963 10.0.0.73 - - [2026-05-25 03:18:17] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.093482 10.0.0.73 - - [2026-05-25 03:18:17] "POST /neutron/port HTTP/1.1" 200 5160 0.038191 10.0.0.73 - - [2026-05-25 03:18:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.005054 10.0.0.73 - - [2026-05-25 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007635 10.0.0.131 - - [2026-05-25 03:18:17] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001553 10.0.0.73 - - [2026-05-25 03:18:17] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.010288 10.0.0.73 - - [2026-05-25 03:18:17] "POST /service-templates HTTP/1.1" 200 545 0.041573 10.0.0.73 - - [2026-05-25 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.73 - - [2026-05-25 03:18:17] "GET /service-template/6866888c-b3d3-48f7-83a9-b560b9cc6d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008484 10.0.0.73 - - [2026-05-25 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.73 - - [2026-05-25 03:18:17] "GET /service-template/6866888c-b3d3-48f7-83a9-b560b9cc6d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004537 10.0.0.73 - - [2026-05-25 03:18:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001900 10.0.0.73 - - [2026-05-25 03:18:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001253 10.0.0.73 - - [2026-05-25 03:18:17] "POST /neutron/network HTTP/1.1" 200 849 0.008009 10.0.0.73 - - [2026-05-25 03:18:17] "POST /id-to-fqname HTTP/1.1" 200 226 0.001497 10.0.0.73 - - [2026-05-25 03:18:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008636 10.0.0.73 - - [2026-05-25 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.73 - - [2026-05-25 03:18:18] "DELETE /service-template/6866888c-b3d3-48f7-83a9-b560b9cc6d71 HTTP/1.1" 200 115 0.032360 10.0.0.73 - - [2026-05-25 03:18:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.006849 10.0.0.73 - - [2026-05-25 03:18:18] "POST /neutron/port HTTP/1.1" 200 1113 0.136809 10.0.0.73 - - [2026-05-25 03:18:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.011728 10.0.0.73 - - [2026-05-25 03:18:18] "POST /neutron/network HTTP/1.1" 400 204 0.015003 10.0.0.73 - - [2026-05-25 03:18:19] "POST /neutron/port HTTP/1.1" 200 1111 0.020007 10.0.0.73 - - [2026-05-25 03:18:20] "POST /neutron/port HTTP/1.1" 200 1113 0.019601 10.0.0.73 - - [2026-05-25 03:18:20] "POST /neutron/network HTTP/1.1" 200 2196 0.010922 10.0.0.131 - - [2026-05-25 03:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003735 10.0.0.131 - - [2026-05-25 03:18:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002782 10.0.0.73 - - [2026-05-25 03:18:20] "POST /neutron/network HTTP/1.1" 200 151 0.168780 10.0.0.19 - - [2026-05-25 03:18:20] "DELETE /route-target/56aac6b0-4021-423c-800c-7a8eba9b95a9 HTTP/1.1" 200 115 0.027832 10.0.0.131 - - [2026-05-25 03:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.012580 10.0.0.131 - - [2026-05-25 03:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003097 10.0.0.73 - - [2026-05-25 03:18:21] "POST /neutron/network HTTP/1.1" 200 151 0.171232 10.0.0.19 - - [2026-05-25 03:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005643 10.0.0.73 - - [2026-05-25 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.131 - - [2026-05-25 03:18:24] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.73 - - [2026-05-25 03:18:24] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.041752 10.0.0.73 - - [2026-05-25 03:18:24] "POST /neutron/network HTTP/1.1" 200 117 0.016467 10.0.0.19 - - [2026-05-25 03:18:24] "POST /ref-update HTTP/1.1" 200 156 0.027325 10.0.0.73 - - [2026-05-25 03:18:25] "POST /neutron/network HTTP/1.1" 200 833 0.009767 10.0.0.73 - - [2026-05-25 03:18:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001735 10.0.0.73 - - [2026-05-25 03:18:25] "GET /virtual-network/23449e31-4c39-4a58-ba9c-4f9a75527011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007037 10.0.0.73 - - [2026-05-25 03:18:25] "GET /virtual-network/23449e31-4c39-4a58-ba9c-4f9a75527011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006147 10.0.0.73 - - [2026-05-25 03:18:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.010929 10.0.0.73 - - [2026-05-25 03:18:25] "GET /virtual-network/23449e31-4c39-4a58-ba9c-4f9a75527011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007410 10.0.0.73 - - [2026-05-25 03:18:25] "GET /obj-perms HTTP/1.1" 200 5026 0.005048 10.0.0.19 - - [2026-05-25 03:18:25] "GET /obj-perms HTTP/1.1" 200 5026 0.004538 10.0.0.73 - - [2026-05-25 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.131 - - [2026-05-25 03:18:25] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001454 10.0.0.73 - - [2026-05-25 03:18:25] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.052298 10.0.0.131 - - [2026-05-25 03:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.016719 10.0.0.73 - - [2026-05-25 03:18:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.214255 10.0.0.73 - - [2026-05-25 03:18:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.002056 10.0.0.73 - - [2026-05-25 03:18:26] "GET /virtual-network/c15fa907-107b-408f-b643-2d66f210bb8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008618 10.0.0.73 - - [2026-05-25 03:18:26] "GET /virtual-network/c15fa907-107b-408f-b643-2d66f210bb8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007668 10.0.0.73 - - [2026-05-25 03:18:26] "POST /neutron/network HTTP/1.1" 200 833 0.007756 10.0.0.73 - - [2026-05-25 03:18:26] "GET /virtual-network/c15fa907-107b-408f-b643-2d66f210bb8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006497 10.0.0.131 - - [2026-05-25 03:18:26] "GET /obj-perms HTTP/1.1" 200 5026 0.004880 10.0.0.73 - - [2026-05-25 03:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.131 - - [2026-05-25 03:18:26] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.73 - - [2026-05-25 03:18:27] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.057228 10.0.0.131 - - [2026-05-25 03:18:27] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001557 10.0.0.73 - - [2026-05-25 03:18:27] "POST /neutron/network HTTP/1.1" 200 615 0.148370 10.0.0.19 - - [2026-05-25 03:18:27] "POST /route-targets HTTP/1.1" 200 328 0.016533 10.0.0.73 - - [2026-05-25 03:18:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.004520 10.0.0.73 - - [2026-05-25 03:18:27] "GET /virtual-network/54a0f70b-125f-4b63-850c-177aeebbb7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006233 10.0.0.73 - - [2026-05-25 03:18:27] "POST /neutron/network HTTP/1.1" 200 834 0.007702 10.0.0.73 - - [2026-05-25 03:18:27] "GET /virtual-network/54a0f70b-125f-4b63-850c-177aeebbb7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006078 10.0.0.73 - - [2026-05-25 03:18:27] "GET /virtual-network/54a0f70b-125f-4b63-850c-177aeebbb7b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007043 10.0.0.73 - - [2026-05-25 03:18:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001774 10.0.0.73 - - [2026-05-25 03:18:28] "POST /neutron/port HTTP/1.1" 200 4192 0.039026 10.0.0.131 - - [2026-05-25 03:18:29] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001469 10.0.0.73 - - [2026-05-25 03:18:29] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.080222 10.0.0.73 - - [2026-05-25 03:18:29] "POST /neutron/port HTTP/1.1" 200 4192 0.040080 10.0.0.73 - - [2026-05-25 03:18:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001962 10.0.0.73 - - [2026-05-25 03:18:29] "POST /neutron/network HTTP/1.1" 200 844 0.007467 10.0.0.73 - - [2026-05-25 03:18:30] "POST /neutron/port HTTP/1.1" 200 1059 0.024605 10.0.0.73 - - [2026-05-25 03:18:30] "POST /neutron/port HTTP/1.1" 200 1123 0.029218 10.0.0.131 - - [2026-05-25 03:18:30] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001515 10.0.0.73 - - [2026-05-25 03:18:30] "POST /neutron/port HTTP/1.1" 200 117 0.001243 10.0.0.73 - - [2026-05-25 03:18:30] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.097780 10.0.0.73 - - [2026-05-25 03:18:30] "POST /neutron/port HTTP/1.1" 200 5162 0.057220 10.0.0.73 - - [2026-05-25 03:18:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.004599 10.0.0.73 - - [2026-05-25 03:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.131 - - [2026-05-25 03:18:31] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001590 10.0.0.73 - - [2026-05-25 03:18:31] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.014354 10.0.0.73 - - [2026-05-25 03:18:31] "POST /service-templates HTTP/1.1" 200 545 0.034404 10.0.0.73 - - [2026-05-25 03:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.73 - - [2026-05-25 03:18:31] "GET /service-template/d99dfa45-3cbd-4d48-a588-5cbb48c2e10f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.006899 10.0.0.73 - - [2026-05-25 03:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.73 - - [2026-05-25 03:18:31] "GET /service-template/d99dfa45-3cbd-4d48-a588-5cbb48c2e10f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.004769 10.0.0.73 - - [2026-05-25 03:18:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001343 10.0.0.73 - - [2026-05-25 03:18:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001770 10.0.0.73 - - [2026-05-25 03:18:31] "POST /neutron/network HTTP/1.1" 200 844 0.008499 10.0.0.73 - - [2026-05-25 03:18:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.002249 10.0.0.73 - - [2026-05-25 03:18:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008933 10.0.0.73 - - [2026-05-25 03:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.73 - - [2026-05-25 03:18:31] "DELETE /service-template/d99dfa45-3cbd-4d48-a588-5cbb48c2e10f HTTP/1.1" 200 115 0.048806 10.0.0.73 - - [2026-05-25 03:18:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.005609 10.0.0.73 - - [2026-05-25 03:18:32] "POST /neutron/port HTTP/1.1" 200 1112 0.152785 10.0.0.73 - - [2026-05-25 03:18:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007960 10.0.0.73 - - [2026-05-25 03:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.73 - - [2026-05-25 03:18:32] "POST /neutron/port HTTP/1.1" 200 1113 0.017999 10.0.0.73 - - [2026-05-25 03:18:33] "POST /neutron/port HTTP/1.1" 200 1112 0.018402 10.0.0.73 - - [2026-05-25 03:18:34] "POST /neutron/network HTTP/1.1" 200 117 0.015454 10.0.0.131 - - [2026-05-25 03:18:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003314 10.0.0.131 - - [2026-05-25 03:18:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002772 10.0.0.73 - - [2026-05-25 03:18:34] "POST /neutron/network HTTP/1.1" 200 151 0.155909 10.0.0.19 - - [2026-05-25 03:18:34] "DELETE /route-target/7e2a50dd-73fd-466c-af53-ef15ad074188 HTTP/1.1" 200 115 0.029575 10.0.0.73 - - [2026-05-25 03:18:34] "POST /neutron/port HTTP/1.1" 200 117 0.009719 10.0.0.19 - - [2026-05-25 03:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.73 - - [2026-05-25 03:18:35] "GET /obj-perms HTTP/1.1" 200 5056 0.069046 10.0.0.131 - - [2026-05-25 03:18:36] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001372 10.0.0.73 - - [2026-05-25 03:18:36] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.068115 10.0.0.131 - - [2026-05-25 03:18:36] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.73 - - [2026-05-25 03:18:37] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?fields=virtual_networks HTTP/1.1" 200 1031 0.055076 10.0.0.131 - - [2026-05-25 03:18:37] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001284 10.0.0.73 - - [2026-05-25 03:18:37] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.053408 10.0.0.131 - - [2026-05-25 03:18:37] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001958 10.0.0.73 - - [2026-05-25 03:18:37] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?fields=security_groups HTTP/1.1" 200 1256 0.051515 10.0.0.73 - - [2026-05-25 03:18:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.037478 10.0.0.131 - - [2026-05-25 03:18:38] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003492 10.0.0.131 - - [2026-05-25 03:18:38] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003446 10.0.0.131 - - [2026-05-25 03:18:38] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011357 10.0.0.131 - - [2026-05-25 03:18:38] "POST /id-to-fqname HTTP/1.1" 200 186 0.003617 10.0.0.131 - - [2026-05-25 03:18:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.010262 10.0.0.131 - - [2026-05-25 03:18:38] "POST /security-groups HTTP/1.1" 200 587 0.077820 10.0.0.131 - - [2026-05-25 03:18:38] "POST /projects HTTP/1.1" 200 577 0.308805 10.0.0.131 - - [2026-05-25 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.345849 10.0.0.19 - - [2026-05-25 03:18:38] "POST /access-control-lists HTTP/1.1" 200 594 0.034200 10.0.0.73 - - [2026-05-25 03:18:38] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.526653 10.0.0.73 - - [2026-05-25 03:18:40] "GET / HTTP/1.1" 200 36215 0.001932 10.0.0.73 - - [2026-05-25 03:18:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.73 - - [2026-05-25 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.076834 10.0.0.131 - - [2026-05-25 03:18:42] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001305 10.0.0.73 - - [2026-05-25 03:18:42] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.050221 10.0.0.73 - - [2026-05-25 03:18:42] "POST /neutron/network HTTP/1.1" 200 117 0.049540 10.0.0.19 - - [2026-05-25 03:18:42] "POST /route-targets HTTP/1.1" 200 328 0.016620 10.0.0.73 - - [2026-05-25 03:18:42] "POST /neutron/network HTTP/1.1" 200 829 0.015863 10.0.0.73 - - [2026-05-25 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001488 10.0.0.73 - - [2026-05-25 03:18:42] "GET /virtual-network/08368363-5b12-4aa4-9b67-845ddea91de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009087 10.0.0.73 - - [2026-05-25 03:18:42] "GET /virtual-network/08368363-5b12-4aa4-9b67-845ddea91de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007584 10.0.0.73 - - [2026-05-25 03:18:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.011747 10.0.0.73 - - [2026-05-25 03:18:43] "GET /virtual-network/08368363-5b12-4aa4-9b67-845ddea91de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008344 10.0.0.19 - - [2026-05-25 03:18:44] "GET /obj-perms HTTP/1.1" 200 5022 0.075642 10.0.0.131 - - [2026-05-25 03:18:45] "GET /obj-perms HTTP/1.1" 200 5022 0.072223 10.0.0.73 - - [2026-05-25 03:18:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.131 - - [2026-05-25 03:18:45] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001573 10.0.0.73 - - [2026-05-25 03:18:45] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.067617 10.0.0.19 - - [2026-05-25 03:18:45] "POST /ref-update HTTP/1.1" 200 156 0.036767 10.0.0.131 - - [2026-05-25 03:18:45] "POST /useragent-kv HTTP/1.1" 200 115 0.009938 10.0.0.73 - - [2026-05-25 03:18:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.226996 10.0.0.73 - - [2026-05-25 03:18:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001686 10.0.0.73 - - [2026-05-25 03:18:45] "GET /virtual-network/55a25662-475d-45bc-92ff-b9815438d4cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006146 10.0.0.73 - - [2026-05-25 03:18:45] "GET /virtual-network/55a25662-475d-45bc-92ff-b9815438d4cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006678 10.0.0.73 - - [2026-05-25 03:18:45] "POST /neutron/network HTTP/1.1" 200 828 0.009106 10.0.0.73 - - [2026-05-25 03:18:46] "GET /virtual-network/55a25662-475d-45bc-92ff-b9815438d4cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007760 10.0.0.73 - - [2026-05-25 03:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.008197 10.0.0.131 - - [2026-05-25 03:18:46] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002328 10.0.0.73 - - [2026-05-25 03:18:46] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.063733 10.0.0.131 - - [2026-05-25 03:18:46] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001456 10.0.0.73 - - [2026-05-25 03:18:46] "POST /neutron/network HTTP/1.1" 200 613 0.136604 10.0.0.73 - - [2026-05-25 03:18:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.004742 10.0.0.73 - - [2026-05-25 03:18:47] "GET /virtual-network/000e8540-a1d1-4393-a121-6e41c64d037a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006563 10.0.0.73 - - [2026-05-25 03:18:47] "POST /neutron/network HTTP/1.1" 200 832 0.009290 10.0.0.73 - - [2026-05-25 03:18:47] "GET /virtual-network/000e8540-a1d1-4393-a121-6e41c64d037a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008391 10.0.0.73 - - [2026-05-25 03:18:47] "GET /virtual-network/000e8540-a1d1-4393-a121-6e41c64d037a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006435 10.0.0.19 - - [2026-05-25 03:18:47] "DELETE /access-control-list/e7e07b8a-8359-4f3f-83fe-d2755746749a HTTP/1.1" 200 115 0.041609 10.0.0.73 - - [2026-05-25 03:18:48] "GET /obj-perms HTTP/1.1" 200 5022 0.073567 10.0.0.73 - - [2026-05-25 03:18:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001509 10.0.0.73 - - [2026-05-25 03:18:48] "POST /neutron/port HTTP/1.1" 200 4192 0.037633 10.0.0.131 - - [2026-05-25 03:18:49] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001980 10.0.0.73 - - [2026-05-25 03:18:49] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.084659 10.0.0.73 - - [2026-05-25 03:18:49] "POST /neutron/port HTTP/1.1" 200 4192 0.049148 10.0.0.73 - - [2026-05-25 03:18:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001719 10.0.0.73 - - [2026-05-25 03:18:50] "POST /neutron/network HTTP/1.1" 200 842 0.017736 10.0.0.73 - - [2026-05-25 03:18:50] "POST /neutron/port HTTP/1.1" 200 1054 0.019583 10.0.0.73 - - [2026-05-25 03:18:50] "POST /neutron/port HTTP/1.1" 200 1118 0.026355 10.0.0.73 - - [2026-05-25 03:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.131 - - [2026-05-25 03:18:50] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001162 10.0.0.73 - - [2026-05-25 03:18:51] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.167940 10.0.0.73 - - [2026-05-25 03:18:51] "POST /neutron/port HTTP/1.1" 200 5157 0.044391 10.0.0.73 - - [2026-05-25 03:18:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003788 10.0.0.73 - - [2026-05-25 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.131 - - [2026-05-25 03:18:51] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001611 10.0.0.73 - - [2026-05-25 03:18:51] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.013424 10.0.0.73 - - [2026-05-25 03:18:51] "POST /service-templates HTTP/1.1" 200 545 0.037858 10.0.0.73 - - [2026-05-25 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005181 10.0.0.73 - - [2026-05-25 03:18:51] "GET /service-template/38ddf307-f518-4f03-a428-8f38881d4587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006603 10.0.0.73 - - [2026-05-25 03:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.73 - - [2026-05-25 03:18:51] "GET /service-template/38ddf307-f518-4f03-a428-8f38881d4587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005379 10.0.0.73 - - [2026-05-25 03:18:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001556 10.0.0.73 - - [2026-05-25 03:18:51] "POST /neutron/network HTTP/1.1" 200 842 0.007973 10.0.0.73 - - [2026-05-25 03:18:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001404 10.0.0.73 - - [2026-05-25 03:18:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001356 10.0.0.73 - - [2026-05-25 03:18:52] "POST /neutron/port HTTP/1.1" 200 1056 0.031669 10.0.0.73 - - [2026-05-25 03:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.73 - - [2026-05-25 03:18:52] "DELETE /service-template/38ddf307-f518-4f03-a428-8f38881d4587 HTTP/1.1" 200 115 0.090367 10.0.0.73 - - [2026-05-25 03:18:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.010081 10.0.0.73 - - [2026-05-25 03:18:52] "POST /neutron/port HTTP/1.1" 200 1110 0.172387 10.0.0.73 - - [2026-05-25 03:18:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.013225 10.0.0.73 - - [2026-05-25 03:18:52] "POST /neutron/network HTTP/1.1" 200 832 0.008916 10.0.0.73 - - [2026-05-25 03:18:53] "POST /neutron/port HTTP/1.1" 200 1108 0.016469 10.0.0.73 - - [2026-05-25 03:18:54] "POST /neutron/port HTTP/1.1" 200 1110 0.018245 10.0.0.131 - - [2026-05-25 03:18:54] "DELETE /project/c29d5de6-2c9d-4ee0-97d6-70d61f909895 HTTP/1.1" 404 177 0.010706 10.0.0.131 - - [2026-05-25 03:18:54] "DELETE /project/784dadaa55684f13a44eadc690f78f6f HTTP/1.1" 404 173 0.006203 10.0.0.131 - - [2026-05-25 03:18:54] "DELETE /project/9c9830fd000346579dd97961d5489a65 HTTP/1.1" 404 173 0.014506 10.0.0.131 - - [2026-05-25 03:18:54] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001235 10.0.0.131 - - [2026-05-25 03:18:54] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.095392 10.0.0.131 - - [2026-05-25 03:18:54] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001600 10.0.0.131 - - [2026-05-25 03:18:54] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?fields=security_groups HTTP/1.1" 200 1358 0.046275 10.0.0.131 - - [2026-05-25 03:18:54] "DELETE /security-group/4228a4cd-1323-42d4-8b36-91b8c6cccc7a HTTP/1.1" 200 115 0.067997 10.0.0.131 - - [2026-05-25 03:18:54] "GET /projects?obj_uuids=9c9830fd-0003-4657-9dd9-7961d5489a65&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002065 10.0.0.131 - - [2026-05-25 03:18:54] "GET /project/9c9830fd-0003-4657-9dd9-7961d5489a65?fields=application_policy_sets HTTP/1.1" 200 1397 0.083481 10.0.0.19 - - [2026-05-25 03:18:54] "DELETE /access-control-list/6d17cfdd-f88e-47ce-949d-5852f1e50697 HTTP/1.1" 200 115 0.068869 10.0.0.73 - - [2026-05-25 03:18:54] "POST /neutron/network HTTP/1.1" 200 2178 0.016481 10.0.0.73 - - [2026-05-25 03:18:54] "POST /neutron/network HTTP/1.1" 200 117 0.017953 10.0.0.131 - - [2026-05-25 03:18:55] "DELETE /project/9c9830fd-0003-4657-9dd9-7961d5489a65 HTTP/1.1" 200 115 0.589456 10.0.0.73 - - [2026-05-25 03:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.007199 10.0.0.19 - - [2026-05-25 03:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.19 - - [2026-05-25 03:18:55] "DELETE /route-target/08c4a089-f7a0-4a8c-84a8-c2504e921940 HTTP/1.1" 200 115 0.033122 10.0.0.73 - - [2026-05-25 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.131 - - [2026-05-25 03:18:58] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001379 10.0.0.73 - - [2026-05-25 03:18:58] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.046719 10.0.0.73 - - [2026-05-25 03:18:58] "POST /neutron/network HTTP/1.1" 200 117 0.014502 10.0.0.73 - - [2026-05-25 03:18:59] "POST /neutron/network HTTP/1.1" 200 831 0.011666 10.0.0.73 - - [2026-05-25 03:18:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001564 10.0.0.73 - - [2026-05-25 03:18:59] "GET /virtual-network/7b8cda5a-d18c-4ca2-ad4a-182397d3d7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005792 10.0.0.73 - - [2026-05-25 03:18:59] "GET /virtual-network/7b8cda5a-d18c-4ca2-ad4a-182397d3d7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006674 10.0.0.73 - - [2026-05-25 03:18:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.010828 10.0.0.73 - - [2026-05-25 03:18:59] "GET /virtual-network/7b8cda5a-d18c-4ca2-ad4a-182397d3d7f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006479 10.0.0.19 - - [2026-05-25 03:18:59] "GET /obj-perms HTTP/1.1" 200 5022 0.004825 10.0.0.131 - - [2026-05-25 03:18:59] "GET /obj-perms HTTP/1.1" 200 5022 0.004665 10.0.0.73 - - [2026-05-25 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.131 - - [2026-05-25 03:18:59] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001345 10.0.0.73 - - [2026-05-25 03:18:59] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.042869 10.0.0.19 - - [2026-05-25 03:19:00] "POST /route-targets HTTP/1.1" 200 328 0.016976 10.0.0.131 - - [2026-05-25 03:19:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008926 10.0.0.73 - - [2026-05-25 03:19:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.268352 10.0.0.73 - - [2026-05-25 03:19:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001484 10.0.0.73 - - [2026-05-25 03:19:00] "GET /virtual-network/20123dc0-541e-4c19-a0b1-888a48c8b608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007070 10.0.0.73 - - [2026-05-25 03:19:00] "GET /virtual-network/20123dc0-541e-4c19-a0b1-888a48c8b608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006822 10.0.0.73 - - [2026-05-25 03:19:00] "POST /neutron/network HTTP/1.1" 200 829 0.010248 10.0.0.73 - - [2026-05-25 03:19:00] "GET /virtual-network/20123dc0-541e-4c19-a0b1-888a48c8b608?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007593 10.0.0.73 - - [2026-05-25 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005760 10.0.0.131 - - [2026-05-25 03:19:01] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001141 10.0.0.73 - - [2026-05-25 03:19:01] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.052667 10.0.0.131 - - [2026-05-25 03:19:01] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003511 10.0.0.73 - - [2026-05-25 03:19:01] "POST /neutron/network HTTP/1.1" 200 613 0.158935 10.0.0.19 - - [2026-05-25 03:19:01] "POST /ref-update HTTP/1.1" 200 156 0.037406 10.0.0.73 - - [2026-05-25 03:19:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.010175 10.0.0.73 - - [2026-05-25 03:19:01] "GET /virtual-network/f332bd1d-45a1-435e-8145-c9d68b61e39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008739 10.0.0.73 - - [2026-05-25 03:19:02] "POST /neutron/network HTTP/1.1" 200 832 0.008869 10.0.0.73 - - [2026-05-25 03:19:02] "GET /virtual-network/f332bd1d-45a1-435e-8145-c9d68b61e39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007326 10.0.0.73 - - [2026-05-25 03:19:02] "GET /virtual-network/f332bd1d-45a1-435e-8145-c9d68b61e39d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007382 10.0.0.73 - - [2026-05-25 03:19:02] "GET /obj-perms HTTP/1.1" 200 5022 0.010432 10.0.0.73 - - [2026-05-25 03:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.131 - - [2026-05-25 03:19:02] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001532 10.0.0.73 - - [2026-05-25 03:19:02] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.056326 10.0.0.73 - - [2026-05-25 03:19:02] "POST /neutron/network HTTP/1.1" 200 117 0.018756 10.0.0.73 - - [2026-05-25 03:19:03] "POST /neutron/network HTTP/1.1" 200 839 0.022427 10.0.0.73 - - [2026-05-25 03:19:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001493 10.0.0.73 - - [2026-05-25 03:19:03] "GET /virtual-network/b04f5ad1-f879-48b9-98c8-e274e097d75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006082 10.0.0.73 - - [2026-05-25 03:19:03] "GET /virtual-network/b04f5ad1-f879-48b9-98c8-e274e097d75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008415 10.0.0.73 - - [2026-05-25 03:19:03] "POST /neutron/subnet HTTP/1.1" 200 710 0.014680 10.0.0.73 - - [2026-05-25 03:19:03] "GET /virtual-network/b04f5ad1-f879-48b9-98c8-e274e097d75b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006604 10.0.0.19 - - [2026-05-25 03:19:03] "GET /obj-perms HTTP/1.1" 200 5022 0.005203 10.0.0.131 - - [2026-05-25 03:19:03] "GET /obj-perms HTTP/1.1" 200 5022 0.004872 10.0.0.73 - - [2026-05-25 03:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.131 - - [2026-05-25 03:19:04] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001599 10.0.0.73 - - [2026-05-25 03:19:04] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.052637 10.0.0.19 - - [2026-05-25 03:19:04] "POST /route-targets HTTP/1.1" 200 328 0.024277 10.0.0.131 - - [2026-05-25 03:19:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005851 10.0.0.73 - - [2026-05-25 03:19:04] "POST /neutron/subnet HTTP/1.1" 200 715 0.241299 10.0.0.73 - - [2026-05-25 03:19:04] "POST /id-to-fqname HTTP/1.1" 200 228 0.001335 10.0.0.73 - - [2026-05-25 03:19:04] "GET /virtual-network/81402814-46a0-4a6a-9160-43f6e7fb8c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005661 10.0.0.73 - - [2026-05-25 03:19:04] "GET /virtual-network/81402814-46a0-4a6a-9160-43f6e7fb8c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005631 10.0.0.73 - - [2026-05-25 03:19:04] "POST /neutron/network HTTP/1.1" 200 842 0.009126 10.0.0.73 - - [2026-05-25 03:19:04] "GET /virtual-network/81402814-46a0-4a6a-9160-43f6e7fb8c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006848 10.0.0.73 - - [2026-05-25 03:19:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001663 10.0.0.73 - - [2026-05-25 03:19:05] "POST /neutron/port HTTP/1.1" 200 4192 0.033763 10.0.0.73 - - [2026-05-25 03:19:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004571 10.0.0.73 - - [2026-05-25 03:19:05] "POST /neutron/network HTTP/1.1" 200 927 0.007880 10.0.0.131 - - [2026-05-25 03:19:06] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001688 10.0.0.73 - - [2026-05-25 03:19:06] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.111144 10.0.0.73 - - [2026-05-25 03:19:06] "POST /neutron/port HTTP/1.1" 200 4192 0.039867 10.0.0.73 - - [2026-05-25 03:19:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001609 10.0.0.73 - - [2026-05-25 03:19:07] "POST /neutron/network HTTP/1.1" 200 842 0.008071 10.0.0.73 - - [2026-05-25 03:19:07] "POST /neutron/port HTTP/1.1" 200 1055 0.022964 10.0.0.73 - - [2026-05-25 03:19:07] "POST /neutron/port HTTP/1.1" 200 1119 0.027145 10.0.0.131 - - [2026-05-25 03:19:07] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001114 10.0.0.73 - - [2026-05-25 03:19:07] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.093178 10.0.0.73 - - [2026-05-25 03:19:07] "POST /neutron/port HTTP/1.1" 200 117 0.001796 10.0.0.73 - - [2026-05-25 03:19:08] "POST /neutron/port HTTP/1.1" 200 5158 0.045375 10.0.0.73 - - [2026-05-25 03:19:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.003791 10.0.0.73 - - [2026-05-25 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.131 - - [2026-05-25 03:19:08] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.73 - - [2026-05-25 03:19:08] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007599 10.0.0.73 - - [2026-05-25 03:19:08] "POST /service-templates HTTP/1.1" 200 545 0.043154 10.0.0.73 - - [2026-05-25 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.73 - - [2026-05-25 03:19:08] "GET /service-template/3e96daed-7888-4d46-bc1d-f22fc85a7c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.008793 10.0.0.73 - - [2026-05-25 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.73 - - [2026-05-25 03:19:08] "GET /service-template/3e96daed-7888-4d46-bc1d-f22fc85a7c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004453 10.0.0.73 - - [2026-05-25 03:19:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001651 10.0.0.73 - - [2026-05-25 03:19:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001491 10.0.0.73 - - [2026-05-25 03:19:08] "POST /neutron/network HTTP/1.1" 200 842 0.008812 10.0.0.73 - - [2026-05-25 03:19:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001509 10.0.0.73 - - [2026-05-25 03:19:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008111 10.0.0.73 - - [2026-05-25 03:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.73 - - [2026-05-25 03:19:09] "DELETE /service-template/3e96daed-7888-4d46-bc1d-f22fc85a7c44 HTTP/1.1" 200 115 0.039756 10.0.0.73 - - [2026-05-25 03:19:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.003846 10.0.0.73 - - [2026-05-25 03:19:09] "POST /neutron/port HTTP/1.1" 200 1110 0.178122 10.0.0.73 - - [2026-05-25 03:19:09] "POST /neutron/port HTTP/1.1" 200 117 0.002761 10.0.0.131 - - [2026-05-25 03:19:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004643 10.0.0.131 - - [2026-05-25 03:19:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005973 10.0.0.73 - - [2026-05-25 03:19:09] "POST /neutron/network HTTP/1.1" 200 151 0.180077 10.0.0.19 - - [2026-05-25 03:19:09] "DELETE /route-target/0bb7fa5b-2516-4c9b-85b0-bbe0bafe0ae3 HTTP/1.1" 200 115 0.039906 10.0.0.131 - - [2026-05-25 03:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005503 10.0.0.131 - - [2026-05-25 03:19:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003275 10.0.0.73 - - [2026-05-25 03:19:10] "POST /neutron/network HTTP/1.1" 200 151 0.180213 10.0.0.73 - - [2026-05-25 03:19:10] "POST /neutron/port HTTP/1.1" 200 151 0.239723 10.0.0.73 - - [2026-05-25 03:19:11] "POST /neutron/port HTTP/1.1" 200 1120 0.023901 10.0.0.73 - - [2026-05-25 03:19:11] "POST /neutron/port HTTP/1.1" 200 1107 0.044740 10.0.0.73 - - [2026-05-25 03:19:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006631 10.0.0.73 - - [2026-05-25 03:19:11] "POST /neutron/network HTTP/1.1" 200 927 0.007676 10.0.0.73 - - [2026-05-25 03:19:11] "POST /neutron/network HTTP/1.1" 200 117 0.027858 10.0.0.19 - - [2026-05-25 03:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008629 10.0.0.73 - - [2026-05-25 03:19:28] "POST /neutron/network HTTP/1.1" 200 829 0.009159 10.0.0.19 - - [2026-05-25 03:19:28] "DELETE /route-target/75143ccc-405c-4046-8b5c-496bd45ee7ee HTTP/1.1" 200 115 0.024273 10.0.0.131 - - [2026-05-25 03:19:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004095 10.0.0.131 - - [2026-05-25 03:19:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003507 10.0.0.73 - - [2026-05-25 03:19:28] "POST /neutron/network HTTP/1.1" 200 151 0.119520 10.0.0.131 - - [2026-05-25 03:19:30] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001143 10.0.0.73 - - [2026-05-25 03:19:30] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.057787 10.0.0.131 - - [2026-05-25 03:19:30] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001166 10.0.0.73 - - [2026-05-25 03:19:30] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?fields=virtual_networks HTTP/1.1" 200 1026 0.056807 10.0.0.131 - - [2026-05-25 03:19:30] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001245 10.0.0.73 - - [2026-05-25 03:19:30] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.056765 10.0.0.131 - - [2026-05-25 03:19:30] "GET /projects?obj_uuids=784dadaa-5568-4f13-a44e-adc690f78f6f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001663 10.0.0.73 - - [2026-05-25 03:19:30] "GET /project/784dadaa-5568-4f13-a44e-adc690f78f6f?fields=security_groups HTTP/1.1" 200 1249 0.079884 10.0.0.73 - - [2026-05-25 03:19:31] "POST /fqname-to-id HTTP/1.1" 404 190 0.039786 10.0.0.131 - - [2026-05-25 03:19:31] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004163 10.0.0.131 - - [2026-05-25 03:19:31] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.131 - - [2026-05-25 03:19:31] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007994 10.0.0.131 - - [2026-05-25 03:19:31] "POST /id-to-fqname HTTP/1.1" 200 192 0.004026 10.0.0.131 - - [2026-05-25 03:19:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.005706 10.0.0.131 - - [2026-05-25 03:19:32] "POST /security-groups HTTP/1.1" 200 593 0.082169 10.0.0.19 - - [2026-05-25 03:19:32] "POST /fqname-to-id HTTP/1.1" 404 236 0.004881 10.0.0.131 - - [2026-05-25 03:19:32] "POST /projects HTTP/1.1" 200 589 0.331215 10.0.0.131 - - [2026-05-25 03:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.370008 10.0.0.73 - - [2026-05-25 03:19:32] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.555123 10.0.0.19 - - [2026-05-25 03:19:32] "POST /access-control-lists HTTP/1.1" 200 598 0.077296 10.0.0.73 - - [2026-05-25 03:19:33] "GET / HTTP/1.1" 200 36215 0.003159 10.0.0.73 - - [2026-05-25 03:19:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.73 - - [2026-05-25 03:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.068167 10.0.0.131 - - [2026-05-25 03:19:36] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001771 10.0.0.73 - - [2026-05-25 03:19:36] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049725 10.0.0.131 - - [2026-05-25 03:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.008055 10.0.0.73 - - [2026-05-25 03:19:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.230434 10.0.0.73 - - [2026-05-25 03:19:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001403 10.0.0.73 - - [2026-05-25 03:19:37] "GET /virtual-network/349508f0-0b02-4e91-9731-5981c8eb5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006416 10.0.0.73 - - [2026-05-25 03:19:37] "GET /virtual-network/349508f0-0b02-4e91-9731-5981c8eb5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006191 10.0.0.73 - - [2026-05-25 03:19:37] "POST /neutron/network HTTP/1.1" 200 829 0.009791 10.0.0.73 - - [2026-05-25 03:19:38] "GET /virtual-network/349508f0-0b02-4e91-9731-5981c8eb5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006691 10.0.0.73 - - [2026-05-25 03:19:38] "GET /obj-perms HTTP/1.1" 200 5034 0.088683 10.0.0.19 - - [2026-05-25 03:19:39] "GET /obj-perms HTTP/1.1" 200 5034 0.072658 10.0.0.131 - - [2026-05-25 03:19:39] "GET /obj-perms HTTP/1.1" 200 5034 0.074327 10.0.0.73 - - [2026-05-25 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.131 - - [2026-05-25 03:19:39] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001584 10.0.0.73 - - [2026-05-25 03:19:39] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.056726 10.0.0.73 - - [2026-05-25 03:19:39] "POST /neutron/network HTTP/1.1" 200 117 0.018518 10.0.0.19 - - [2026-05-25 03:19:39] "POST /route-targets HTTP/1.1" 200 328 0.019490 10.0.0.73 - - [2026-05-25 03:19:40] "POST /neutron/network HTTP/1.1" 200 832 0.009634 10.0.0.73 - - [2026-05-25 03:19:40] "POST /id-to-fqname HTTP/1.1" 200 225 0.001358 10.0.0.73 - - [2026-05-25 03:19:40] "GET /virtual-network/569af5e1-02e7-428d-81d9-37f9b877db1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006081 10.0.0.73 - - [2026-05-25 03:19:40] "GET /virtual-network/569af5e1-02e7-428d-81d9-37f9b877db1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007089 10.0.0.73 - - [2026-05-25 03:19:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.011215 10.0.0.73 - - [2026-05-25 03:19:40] "GET /virtual-network/569af5e1-02e7-428d-81d9-37f9b877db1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006419 10.0.0.73 - - [2026-05-25 03:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.131 - - [2026-05-25 03:19:40] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001397 10.0.0.73 - - [2026-05-25 03:19:41] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049831 10.0.0.19 - - [2026-05-25 03:19:41] "POST /ref-update HTTP/1.1" 200 156 0.025412 10.0.0.131 - - [2026-05-25 03:19:41] "POST /useragent-kv HTTP/1.1" 200 115 0.009573 10.0.0.73 - - [2026-05-25 03:19:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.192524 10.0.0.73 - - [2026-05-25 03:19:41] "POST /id-to-fqname HTTP/1.1" 200 227 0.001415 10.0.0.73 - - [2026-05-25 03:19:41] "GET /virtual-network/a717757c-76f9-4a2d-b099-47dffcfc8d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005677 10.0.0.73 - - [2026-05-25 03:19:41] "GET /virtual-network/a717757c-76f9-4a2d-b099-47dffcfc8d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007221 10.0.0.73 - - [2026-05-25 03:19:41] "POST /neutron/network HTTP/1.1" 200 837 0.009674 10.0.0.73 - - [2026-05-25 03:19:41] "GET /virtual-network/a717757c-76f9-4a2d-b099-47dffcfc8d15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006095 10.0.0.73 - - [2026-05-25 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.131 - - [2026-05-25 03:19:42] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001384 10.0.0.73 - - [2026-05-25 03:19:42] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044180 10.0.0.131 - - [2026-05-25 03:19:42] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001755 10.0.0.73 - - [2026-05-25 03:19:42] "POST /neutron/network HTTP/1.1" 200 629 0.140854 10.0.0.73 - - [2026-05-25 03:19:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.004007 10.0.0.73 - - [2026-05-25 03:19:42] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006597 10.0.0.73 - - [2026-05-25 03:19:42] "POST /neutron/network HTTP/1.1" 200 848 0.008107 10.0.0.73 - - [2026-05-25 03:19:42] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006070 10.0.0.73 - - [2026-05-25 03:19:43] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006811 10.0.0.73 - - [2026-05-25 03:19:43] "GET /obj-perms HTTP/1.1" 200 5034 0.004138 10.0.0.19 - - [2026-05-25 03:19:43] "GET /obj-perms HTTP/1.1" 200 5034 0.004580 10.0.0.131 - - [2026-05-25 03:19:43] "GET /obj-perms HTTP/1.1" 200 5034 0.005599 10.0.0.73 - - [2026-05-25 03:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.131 - - [2026-05-25 03:19:43] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001341 10.0.0.73 - - [2026-05-25 03:19:43] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050590 10.0.0.73 - - [2026-05-25 03:19:43] "POST /neutron/network HTTP/1.1" 200 117 0.020610 10.0.0.19 - - [2026-05-25 03:19:43] "POST /route-targets HTTP/1.1" 200 328 0.016753 10.0.0.73 - - [2026-05-25 03:19:44] "POST /neutron/network HTTP/1.1" 200 849 0.009733 10.0.0.73 - - [2026-05-25 03:19:44] "POST /id-to-fqname HTTP/1.1" 200 234 0.001364 10.0.0.73 - - [2026-05-25 03:19:44] "GET /virtual-network/9df1e7d4-0f3b-478d-a425-6855a7ff92c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006131 10.0.0.73 - - [2026-05-25 03:19:44] "GET /virtual-network/9df1e7d4-0f3b-478d-a425-6855a7ff92c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006420 10.0.0.73 - - [2026-05-25 03:19:44] "POST /neutron/subnet HTTP/1.1" 200 719 0.012441 10.0.0.73 - - [2026-05-25 03:19:44] "GET /virtual-network/9df1e7d4-0f3b-478d-a425-6855a7ff92c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006481 10.0.0.73 - - [2026-05-25 03:19:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001487 10.0.0.131 - - [2026-05-25 03:19:45] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001170 10.0.0.73 - - [2026-05-25 03:19:45] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.084556 10.0.0.73 - - [2026-05-25 03:19:45] "POST /neutron/network HTTP/1.1" 200 829 0.037392 10.0.0.73 - - [2026-05-25 03:19:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001368 10.0.0.73 - - [2026-05-25 03:19:46] "POST /neutron/port HTTP/1.1" 200 4192 0.034508 10.0.0.131 - - [2026-05-25 03:19:46] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001267 10.0.0.73 - - [2026-05-25 03:19:46] "POST /neutron/port HTTP/1.1" 200 1061 0.342351 10.0.0.73 - - [2026-05-25 03:19:47] "POST /neutron/port HTTP/1.1" 200 1115 0.120049 10.0.0.73 - - [2026-05-25 03:19:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.010683 10.0.0.131 - - [2026-05-25 03:19:47] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001476 10.0.0.73 - - [2026-05-25 03:19:47] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.077719 10.0.0.73 - - [2026-05-25 03:19:47] "POST /neutron/network HTTP/1.1" 200 832 0.007645 10.0.0.73 - - [2026-05-25 03:19:47] "POST /neutron/port HTTP/1.1" 200 117 0.007419 10.0.0.73 - - [2026-05-25 03:19:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.003973 10.0.0.73 - - [2026-05-25 03:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.131 - - [2026-05-25 03:19:47] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003099 10.0.0.73 - - [2026-05-25 03:19:47] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.010254 10.0.0.73 - - [2026-05-25 03:19:47] "POST /service-templates HTTP/1.1" 200 545 0.039083 10.0.0.73 - - [2026-05-25 03:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.73 - - [2026-05-25 03:19:48] "GET /service-template/6a34b0a0-6d30-4ea8-9b2d-35df8e81e6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.007954 10.0.0.73 - - [2026-05-25 03:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006596 10.0.0.73 - - [2026-05-25 03:19:48] "GET /service-template/6a34b0a0-6d30-4ea8-9b2d-35df8e81e6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004291 10.0.0.73 - - [2026-05-25 03:19:48] "POST /id-to-fqname HTTP/1.1" 200 233 0.003195 10.0.0.19 - - [2026-05-25 03:19:48] "DELETE /access-control-list/ce5c69f7-60e0-42d0-b60c-80d7e709368c HTTP/1.1" 200 115 0.102625 10.0.0.73 - - [2026-05-25 03:19:48] "POST /neutron/port HTTP/1.1" 200 5999 0.147203 10.0.0.73 - - [2026-05-25 03:19:48] "POST /neutron/port HTTP/1.1" 200 1062 0.029597 10.0.0.73 - - [2026-05-25 03:19:48] "POST /neutron/port HTTP/1.1" 200 1126 0.027621 10.0.0.73 - - [2026-05-25 03:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.001575 10.0.0.131 - - [2026-05-25 03:19:49] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001514 10.0.0.73 - - [2026-05-25 03:19:49] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.091444 10.0.0.73 - - [2026-05-25 03:19:49] "POST /neutron/port HTTP/1.1" 200 6137 0.047684 10.0.0.73 - - [2026-05-25 03:19:50] "GET /virtual-machine/59107be5-0b20-4a4f-b33b-5c541397aeda HTTP/1.1" 401 292 0.000473 10.0.0.73 - - [2026-05-25 03:19:50] "GET /virtual-machine/59107be5-0b20-4a4f-b33b-5c541397aeda HTTP/1.1" 404 171 0.040509 10.0.0.73 - - [2026-05-25 03:19:50] "POST /neutron/network HTTP/1.1" 200 858 0.008125 10.0.0.73 - - [2026-05-25 03:19:51] "POST /neutron/port HTTP/1.1" 200 1062 0.021763 10.0.0.73 - - [2026-05-25 03:19:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005303 10.0.0.73 - - [2026-05-25 03:19:51] "POST /neutron/network HTTP/1.1" 200 848 0.007667 10.0.0.73 - - [2026-05-25 03:19:52] "GET /virtual-machine/59107be5-0b20-4a4f-b33b-5c541397aeda HTTP/1.1" 200 1296 0.006753 10.0.0.73 - - [2026-05-25 03:19:52] "GET /virtual-machine-interface/b11f95f5-4ac7-40d4-be16-ce8a1da6f3fa HTTP/1.1" 200 2991 0.010234 10.0.0.73 - - [2026-05-25 03:19:52] "GET /virtual-machine-interface/b11f95f5-4ac7-40d4-be16-ce8a1da6f3fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.006740 10.0.0.73 - - [2026-05-25 03:19:52] "PUT /virtual-machine-interface/b11f95f5-4ac7-40d4-be16-ce8a1da6f3fa HTTP/1.1" 200 285 0.019187 10.0.0.131 - - [2026-05-25 03:19:55] "DELETE /project/784dadaa-5568-4f13-a44e-adc690f78f6f HTTP/1.1" 404 177 0.003158 10.0.0.131 - - [2026-05-25 03:19:55] "DELETE /project/2ded7040013e4a73977a02ba5a297052 HTTP/1.1" 404 173 0.006030 10.0.0.73 - - [2026-05-25 03:19:57] "POST /neutron/port HTTP/1.1" 200 1126 0.025843 10.0.0.73 - - [2026-05-25 03:19:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009053 10.0.0.73 - - [2026-05-25 03:19:58] "GET /virtual-machine/59107be5-0b20-4a4f-b33b-5c541397aeda HTTP/1.1" 200 1296 0.005169 10.0.0.73 - - [2026-05-25 03:19:58] "GET /virtual-machine-interface/b11f95f5-4ac7-40d4-be16-ce8a1da6f3fa HTTP/1.1" 200 3041 0.008174 10.0.0.73 - - [2026-05-25 03:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.73 - - [2026-05-25 03:19:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004884 10.0.0.73 - - [2026-05-25 03:19:58] "GET /virtual-networks?parent_id=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004202 10.0.0.73 - - [2026-05-25 03:19:58] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006212 10.0.0.73 - - [2026-05-25 03:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.73 - - [2026-05-25 03:20:01] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007505 10.0.0.73 - - [2026-05-25 03:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.73 - - [2026-05-25 03:20:05] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007365 10.0.0.73 - - [2026-05-25 03:20:06] "POST /neutron/port HTTP/1.1" 200 1219 0.022362 10.0.0.73 - - [2026-05-25 03:20:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005635 10.0.0.73 - - [2026-05-25 03:20:06] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.73 - - [2026-05-25 03:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.73 - - [2026-05-25 03:20:09] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007056 10.0.0.73 - - [2026-05-25 03:20:12] "POST /neutron/port HTTP/1.1" 200 1219 0.063379 10.0.0.73 - - [2026-05-25 03:20:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004174 10.0.0.73 - - [2026-05-25 03:20:12] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.73 - - [2026-05-25 03:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.73 - - [2026-05-25 03:20:13] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.009652 10.0.0.73 - - [2026-05-25 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.73 - - [2026-05-25 03:20:17] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006274 10.0.0.73 - - [2026-05-25 03:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.73 - - [2026-05-25 03:20:21] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005456 10.0.0.73 - - [2026-05-25 03:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005263 10.0.0.73 - - [2026-05-25 03:20:25] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006888 10.0.0.73 - - [2026-05-25 03:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.73 - - [2026-05-25 03:20:29] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006837 10.0.0.73 - - [2026-05-25 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.73 - - [2026-05-25 03:20:34] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007641 10.0.0.73 - - [2026-05-25 03:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.73 - - [2026-05-25 03:20:38] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006323 10.0.0.73 - - [2026-05-25 03:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.73 - - [2026-05-25 03:20:42] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007779 10.0.0.73 - - [2026-05-25 03:20:44] "POST /neutron/port HTTP/1.1" 200 1126 0.055411 10.0.0.73 - - [2026-05-25 03:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004654 10.0.0.73 - - [2026-05-25 03:20:46] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008717 10.0.0.73 - - [2026-05-25 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.73 - - [2026-05-25 03:20:50] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006149 10.0.0.73 - - [2026-05-25 03:20:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010029 10.0.0.73 - - [2026-05-25 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.73 - - [2026-05-25 03:20:54] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007000 10.0.0.73 - - [2026-05-25 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.73 - - [2026-05-25 03:20:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005284 10.0.0.73 - - [2026-05-25 03:20:56] "GET /virtual-networks?parent_id=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003947 10.0.0.73 - - [2026-05-25 03:20:56] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006916 10.0.0.73 - - [2026-05-25 03:21:02] "POST /neutron/port HTTP/1.1" 200 1126 0.022656 10.0.0.73 - - [2026-05-25 03:21:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012598 10.0.0.73 - - [2026-05-25 03:21:07] "POST /neutron/network HTTP/1.1" 200 937 0.035296 10.0.0.73 - - [2026-05-25 03:21:07] "POST /neutron/port HTTP/1.1" 200 117 0.001385 10.0.0.73 - - [2026-05-25 03:21:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007282 10.0.0.73 - - [2026-05-25 03:21:12] "POST /neutron/port HTTP/1.1" 200 1107 0.024209 10.0.0.73 - - [2026-05-25 03:21:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005274 10.0.0.73 - - [2026-05-25 03:21:13] "POST /neutron/network HTTP/1.1" 200 927 0.009358 10.0.0.73 - - [2026-05-25 03:21:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.004110 10.0.0.73 - - [2026-05-25 03:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.131 - - [2026-05-25 03:21:22] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001348 10.0.0.73 - - [2026-05-25 03:21:22] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050555 10.0.0.73 - - [2026-05-25 03:21:23] "POST /service-instances HTTP/1.1" 200 549 0.047316 10.0.0.73 - - [2026-05-25 03:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.73 - - [2026-05-25 03:21:23] "GET /service-instance/70ed4aed-663d-40bb-8f4f-78d2a8b6b57d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007713 10.0.0.73 - - [2026-05-25 03:21:23] "POST /port-tuples HTTP/1.1" 200 592 0.046692 10.0.0.73 - - [2026-05-25 03:21:23] "GET /virtual-machine-interface/b11f95f5-4ac7-40d4-be16-ce8a1da6f3fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2819 0.007487 10.0.0.73 - - [2026-05-25 03:21:23] "PUT /virtual-machine-interface/b11f95f5-4ac7-40d4-be16-ce8a1da6f3fa HTTP/1.1" 200 285 0.019101 10.0.0.73 - - [2026-05-25 03:21:23] "POST /ref-update HTTP/1.1" 200 156 0.018366 10.0.0.73 - - [2026-05-25 03:21:23] "POST /neutron/port HTTP/1.1" 200 1125 0.031568 10.0.0.19 - - [2026-05-25 03:21:23] "POST /ref-update HTTP/1.1" 200 156 0.082890 10.0.0.19 - - [2026-05-25 03:21:23] "POST /instance-ips HTTP/1.1" 200 374 0.047210 10.0.0.73 - - [2026-05-25 03:21:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.024093 10.0.0.19 - - [2026-05-25 03:21:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006939 10.0.0.73 - - [2026-05-25 03:21:23] "GET /virtual-machine/b649f178-18ee-4fc1-9abc-28ea010dfe01 HTTP/1.1" 200 1297 0.007370 10.0.0.73 - - [2026-05-25 03:21:23] "GET /virtual-machine-interface/07165e26-c45d-45cf-bb84-325ea1c57f98 HTTP/1.1" 200 2962 0.006152 10.0.0.73 - - [2026-05-25 03:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.73 - - [2026-05-25 03:21:23] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004617 10.0.0.73 - - [2026-05-25 03:21:23] "GET /virtual-networks?parent_id=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.005035 10.0.0.73 - - [2026-05-25 03:21:23] "GET /virtual-network/349508f0-0b02-4e91-9731-5981c8eb5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007798 10.0.0.73 - - [2026-05-25 03:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.73 - - [2026-05-25 03:21:27] "GET /virtual-network/349508f0-0b02-4e91-9731-5981c8eb5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006416 10.0.0.73 - - [2026-05-25 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.73 - - [2026-05-25 03:21:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005746 10.0.0.73 - - [2026-05-25 03:21:29] "GET /virtual-networks?parent_id=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003834 10.0.0.73 - - [2026-05-25 03:21:29] "GET /virtual-network/349508f0-0b02-4e91-9731-5981c8eb5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007752 10.0.0.73 - - [2026-05-25 03:21:29] "POST /neutron/port HTTP/1.1" 200 1126 0.023106 10.0.0.73 - - [2026-05-25 03:21:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008704 10.0.0.73 - - [2026-05-25 03:21:29] "GET /virtual-machine/fb0661b6-f30a-4c1b-b35e-cc03fccbc081 HTTP/1.1" 200 1297 0.007997 10.0.0.73 - - [2026-05-25 03:21:29] "GET /virtual-machine-interface/17257401-c71b-4255-8567-b3c7456e5509 HTTP/1.1" 200 2965 0.007217 10.0.0.73 - - [2026-05-25 03:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.73 - - [2026-05-25 03:21:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005734 10.0.0.73 - - [2026-05-25 03:21:29] "GET /virtual-networks?parent_id=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004535 10.0.0.73 - - [2026-05-25 03:21:29] "GET /virtual-network/569af5e1-02e7-428d-81d9-37f9b877db1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006362 10.0.0.73 - - [2026-05-25 03:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.73 - - [2026-05-25 03:21:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005404 10.0.0.73 - - [2026-05-25 03:21:30] "GET /virtual-networks?parent_id=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004782 10.0.0.73 - - [2026-05-25 03:21:30] "GET /virtual-network/569af5e1-02e7-428d-81d9-37f9b877db1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007292 10.0.0.73 - - [2026-05-25 03:21:31] "POST /fqname-to-id HTTP/1.1" 404 215 0.004224 10.0.0.73 - - [2026-05-25 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.131 - - [2026-05-25 03:21:31] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001078 10.0.0.73 - - [2026-05-25 03:21:31] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.059423 10.0.0.73 - - [2026-05-25 03:21:31] "POST /network-policys HTTP/1.1" 200 553 0.037665 10.0.0.73 - - [2026-05-25 03:21:31] "GET /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.008341 10.0.0.73 - - [2026-05-25 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.73 - - [2026-05-25 03:21:31] "GET /virtual-network/349508f0-0b02-4e91-9731-5981c8eb5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007937 10.0.0.73 - - [2026-05-25 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.73 - - [2026-05-25 03:21:31] "GET /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005387 10.0.0.73 - - [2026-05-25 03:21:31] "POST /ref-update HTTP/1.1" 200 156 0.053572 10.0.0.73 - - [2026-05-25 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509 10.0.0.19 - - [2026-05-25 03:21:31] "POST /ref-update HTTP/1.1" 200 156 0.027881 10.0.0.73 - - [2026-05-25 03:21:31] "GET /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005280 10.0.0.73 - - [2026-05-25 03:21:31] "POST /neutron/network HTTP/1.1" 200 921 0.013164 10.0.0.73 - - [2026-05-25 03:21:31] "GET /virtual-network/349508f0-0b02-4e91-9731-5981c8eb5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005749 10.0.0.73 - - [2026-05-25 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.73 - - [2026-05-25 03:21:31] "GET /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004870 10.0.0.73 - - [2026-05-25 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.73 - - [2026-05-25 03:21:31] "GET /virtual-network/569af5e1-02e7-428d-81d9-37f9b877db1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007050 10.0.0.73 - - [2026-05-25 03:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.73 - - [2026-05-25 03:21:31] "GET /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005148 10.0.0.73 - - [2026-05-25 03:21:31] "POST /ref-update HTTP/1.1" 200 156 0.082265 10.0.0.73 - - [2026-05-25 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.010105 10.0.0.19 - - [2026-05-25 03:21:32] "POST /ref-update HTTP/1.1" 200 156 0.036265 10.0.0.73 - - [2026-05-25 03:21:32] "GET /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.006560 10.0.0.73 - - [2026-05-25 03:21:32] "GET /virtual-network/569af5e1-02e7-428d-81d9-37f9b877db1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2368 0.008914 10.0.0.73 - - [2026-05-25 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.018186 10.0.0.73 - - [2026-05-25 03:21:32] "GET /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005216 10.0.0.73 - - [2026-05-25 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.73 - - [2026-05-25 03:21:32] "GET /service-template/6a34b0a0-6d30-4ea8-9b2d-35df8e81e6c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.006112 10.0.0.73 - - [2026-05-25 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006275 10.0.0.131 - - [2026-05-25 03:21:32] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001263 10.0.0.73 - - [2026-05-25 03:21:32] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052260 10.0.0.73 - - [2026-05-25 03:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005130 10.0.0.73 - - [2026-05-25 03:21:32] "GET /service-instance/70ed4aed-663d-40bb-8f4f-78d2a8b6b57d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.009531 10.0.0.73 - - [2026-05-25 03:21:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008916 10.0.0.73 - - [2026-05-25 03:21:33] "POST /neutron/port HTTP/1.1" 200 1384 0.035254 10.0.0.73 - - [2026-05-25 03:21:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008466 10.0.0.73 - - [2026-05-25 03:21:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001447 10.0.0.73 - - [2026-05-25 03:21:33] "GET /virtual-machine/59107be5-0b20-4a4f-b33b-5c541397aeda HTTP/1.1" 200 1296 0.004832 10.0.0.73 - - [2026-05-25 03:21:33] "GET /virtual-machine-interface/b11f95f5-4ac7-40d4-be16-ce8a1da6f3fa HTTP/1.1" 200 3900 0.008454 10.0.0.73 - - [2026-05-25 03:21:33] "GET /instance-ip/2c671c1b-0082-48d9-990e-3b9088331535 HTTP/1.1" 200 1968 0.005624 10.0.0.73 - - [2026-05-25 03:21:33] "GET /instance-ip/5dd1f955-39f7-496c-87ea-d6fb5e35ed32 HTTP/1.1" 200 1965 0.004840 10.0.0.73 - - [2026-05-25 03:21:33] "GET /instance-ip/608f31a6-0494-4a5c-b7ce-ee769ab80907 HTTP/1.1" 200 1638 0.007540 10.0.0.73 - - [2026-05-25 03:21:33] "POST /neutron/port HTTP/1.1" 200 1384 0.027535 10.0.0.73 - - [2026-05-25 03:21:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009908 10.0.0.73 - - [2026-05-25 03:21:33] "GET /virtual-machine/59107be5-0b20-4a4f-b33b-5c541397aeda HTTP/1.1" 200 1296 0.005943 10.0.0.73 - - [2026-05-25 03:21:33] "GET /virtual-machine-interface/b11f95f5-4ac7-40d4-be16-ce8a1da6f3fa HTTP/1.1" 200 3900 0.007537 10.0.0.73 - - [2026-05-25 03:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007846 10.0.0.73 - - [2026-05-25 03:21:33] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005157 10.0.0.73 - - [2026-05-25 03:21:33] "GET /virtual-networks?parent_id=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.005806 10.0.0.73 - - [2026-05-25 03:21:33] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008698 10.0.0.73 - - [2026-05-25 03:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.73 - - [2026-05-25 03:21:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004198 10.0.0.73 - - [2026-05-25 03:21:34] "GET /virtual-networks?parent_id=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004421 10.0.0.73 - - [2026-05-25 03:21:34] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006960 10.0.0.73 - - [2026-05-25 03:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.73 - - [2026-05-25 03:21:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005661 10.0.0.73 - - [2026-05-25 03:21:34] "GET /virtual-networks?parent_id=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003582 10.0.0.73 - - [2026-05-25 03:21:35] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006107 10.0.0.73 - - [2026-05-25 03:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.73 - - [2026-05-25 03:21:35] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005177 10.0.0.73 - - [2026-05-25 03:21:35] "GET /virtual-networks?parent_id=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004404 10.0.0.73 - - [2026-05-25 03:21:35] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006864 10.0.0.73 - - [2026-05-25 03:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005556 10.0.0.73 - - [2026-05-25 03:21:35] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005046 10.0.0.73 - - [2026-05-25 03:21:35] "GET /virtual-networks?parent_id=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004654 10.0.0.73 - - [2026-05-25 03:21:35] "GET /virtual-network/4a1c3579-02b1-466b-b1cc-b6635b71b47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006653 10.0.0.73 - - [2026-05-25 03:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.73 - - [2026-05-25 03:21:35] "GET /routing-instance/5a97189b-c22a-4c81-a469-b56be1834d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004558 10.0.0.73 - - [2026-05-25 03:21:35] "GET /routing-instance/5a97189b-c22a-4c81-a469-b56be1834d10?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.008315 10.0.0.73 - - [2026-05-25 03:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.73 - - [2026-05-25 03:21:35] "GET /routing-instance/188208de-d672-4fa8-b6a3-f11972980ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009141 10.0.0.73 - - [2026-05-25 03:21:35] "GET /routing-instance/188208de-d672-4fa8-b6a3-f11972980ec8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1595 0.009044 10.0.0.73 - - [2026-05-25 03:21:38] "GET /obj-perms HTTP/1.1" 200 5056 0.061743 10.0.0.73 - - [2026-05-25 03:22:09] "POST /neutron/network HTTP/1.1" 200 934 0.009808 10.0.0.73 - - [2026-05-25 03:22:09] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.73 - - [2026-05-25 03:22:14] "POST /neutron/port HTTP/1.1" 200 1125 0.022807 10.0.0.73 - - [2026-05-25 03:22:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.013000 10.0.0.73 - - [2026-05-25 03:22:27] "GET /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004961 10.0.0.73 - - [2026-05-25 03:22:27] "PUT /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe HTTP/1.1" 200 263 0.018188 10.0.0.73 - - [2026-05-25 03:22:27] "GET /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.005478 10.0.0.73 - - [2026-05-25 03:22:27] "POST /neutron/port HTTP/1.1" 200 1384 0.034105 10.0.0.19 - - [2026-05-25 03:22:28] "PUT /access-control-list/553df38a-dd03-472f-bcf5-057645526c1f HTTP/1.1" 200 273 0.096737 10.0.0.19 - - [2026-05-25 03:22:38] "GET /obj-perms HTTP/1.1" 200 5056 0.061978 10.0.0.131 - - [2026-05-25 03:22:39] "GET /obj-perms HTTP/1.1" 200 5056 0.060261 10.0.0.19 - - [2026-05-25 03:22:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.19 - - [2026-05-25 03:22:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.131 - - [2026-05-25 03:22:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.131 - - [2026-05-25 03:22:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.19 - - [2026-05-25 03:22:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000599 10.0.0.19 - - [2026-05-25 03:22:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.131 - - [2026-05-25 03:22:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.131 - - [2026-05-25 03:22:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000610 10.0.0.73 - - [2026-05-25 03:22:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010169 10.0.0.73 - - [2026-05-25 03:22:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.73 - - [2026-05-25 03:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.73 - - [2026-05-25 03:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.73 - - [2026-05-25 03:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.73 - - [2026-05-25 03:22:56] "POST /ref-update HTTP/1.1" 200 156 0.056370 10.0.0.73 - - [2026-05-25 03:22:56] "GET /virtual-network/569af5e1-02e7-428d-81d9-37f9b877db1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008243 10.0.0.73 - - [2026-05-25 03:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.009409 10.0.0.73 - - [2026-05-25 03:22:57] "GET /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.018518 10.0.0.19 - - [2026-05-25 03:22:57] "POST /ref-update HTTP/1.1" 200 156 0.083922 10.0.0.73 - - [2026-05-25 03:22:57] "POST /ref-update HTTP/1.1" 200 156 0.140304 10.0.0.73 - - [2026-05-25 03:22:57] "GET /virtual-network/349508f0-0b02-4e91-9731-5981c8eb5c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.028303 10.0.0.19 - - [2026-05-25 03:22:57] "DELETE /access-control-list/553df38a-dd03-472f-bcf5-057645526c1f HTTP/1.1" 200 115 0.108526 10.0.0.73 - - [2026-05-25 03:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006915 10.0.0.73 - - [2026-05-25 03:22:57] "GET /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.006180 10.0.0.73 - - [2026-05-25 03:22:57] "DELETE /network-policy/ef368bac-86b6-4456-a3b8-d7476a5c9bfe HTTP/1.1" 200 115 0.067347 10.0.0.73 - - [2026-05-25 03:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007877 10.0.0.73 - - [2026-05-25 03:22:57] "DELETE /service-instance/70ed4aed-663d-40bb-8f4f-78d2a8b6b57d HTTP/1.1" 200 115 0.071707 10.0.0.19 - - [2026-05-25 03:22:57] "POST /ref-update HTTP/1.1" 200 156 0.021688 10.0.0.73 - - [2026-05-25 03:22:57] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005306 10.0.0.73 - - [2026-05-25 03:22:57] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003455 10.0.0.73 - - [2026-05-25 03:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.73 - - [2026-05-25 03:22:58] "DELETE /service-template/6a34b0a0-6d30-4ea8-9b2d-35df8e81e6c1 HTTP/1.1" 200 115 0.041475 10.0.0.73 - - [2026-05-25 03:22:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.004913 10.0.0.73 - - [2026-05-25 03:22:58] "POST /neutron/network HTTP/1.1" 200 849 0.008563 10.0.0.19 - - [2026-05-25 03:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006983 10.0.0.73 - - [2026-05-25 03:22:58] "POST /neutron/port HTTP/1.1" 200 1116 0.023095 10.0.0.73 - - [2026-05-25 03:22:59] "POST /neutron/port HTTP/1.1" 200 151 0.336326 10.0.0.73 - - [2026-05-25 03:22:59] "POST /neutron/port HTTP/1.1" 200 151 0.383672 10.0.0.73 - - [2026-05-25 03:22:59] "POST /neutron/port HTTP/1.1" 200 151 0.268451 10.0.0.19 - - [2026-05-25 03:23:01] "DELETE /route-target/529e74ad-afe1-4371-a145-f83935936359 HTTP/1.1" 200 115 0.032292 10.0.0.73 - - [2026-05-25 03:23:01] "POST /neutron/network HTTP/1.1" 200 837 0.010881 10.0.0.19 - - [2026-05-25 03:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005974 10.0.0.131 - - [2026-05-25 03:23:01] "POST /useragent-kv HTTP/1.1" 200 115 0.053692 10.0.0.131 - - [2026-05-25 03:23:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004143 10.0.0.73 - - [2026-05-25 03:23:01] "POST /neutron/network HTTP/1.1" 200 151 0.206272 10.0.0.19 - - [2026-05-25 03:23:02] "DELETE /route-target/c732e70d-efdc-4e5b-bb5c-ea6d2350a683 HTTP/1.1" 200 115 0.026222 10.0.0.131 - - [2026-05-25 03:23:03] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001349 10.0.0.73 - - [2026-05-25 03:23:03] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.083437 10.0.0.131 - - [2026-05-25 03:23:03] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001601 10.0.0.73 - - [2026-05-25 03:23:04] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?fields=virtual_networks HTTP/1.1" 200 1038 0.056623 10.0.0.131 - - [2026-05-25 03:23:04] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001612 10.0.0.73 - - [2026-05-25 03:23:04] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.052250 10.0.0.131 - - [2026-05-25 03:23:04] "GET /projects?obj_uuids=2ded7040-013e-4a73-977a-02ba5a297052&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.73 - - [2026-05-25 03:23:04] "GET /project/2ded7040-013e-4a73-977a-02ba5a297052?fields=security_groups HTTP/1.1" 200 1267 0.049034 10.0.0.73 - - [2026-05-25 03:23:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.042261 10.0.0.131 - - [2026-05-25 03:23:05] "GET /projects?obj_uuids=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003572 10.0.0.131 - - [2026-05-25 03:23:05] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.131 - - [2026-05-25 03:23:05] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051147 10.0.0.131 - - [2026-05-25 03:23:05] "POST /id-to-fqname HTTP/1.1" 200 191 0.001326 10.0.0.131 - - [2026-05-25 03:23:05] "POST /fqname-to-id HTTP/1.1" 404 200 0.005862 10.0.0.131 - - [2026-05-25 03:23:05] "POST /security-groups HTTP/1.1" 200 592 0.085149 10.0.0.131 - - [2026-05-25 03:23:05] "POST /projects HTTP/1.1" 200 587 0.302708 10.0.0.131 - - [2026-05-25 03:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.339556 10.0.0.19 - - [2026-05-25 03:23:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.011421 10.0.0.73 - - [2026-05-25 03:23:05] "GET /project/25d29888-2c6b-4309-8d36-74ac6f56db84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.556058 10.0.0.73 - - [2026-05-25 03:23:07] "GET / HTTP/1.1" 200 36215 0.002230 10.0.0.73 - - [2026-05-25 03:23:09] "GET /project/25d29888-2c6b-4309-8d36-74ac6f56db84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000499 10.0.0.131 - - [2026-05-25 03:23:09] "GET /projects?obj_uuids=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004479 10.0.0.73 - - [2026-05-25 03:23:09] "GET /project/25d29888-2c6b-4309-8d36-74ac6f56db84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.117303 10.0.0.73 - - [2026-05-25 03:23:09] "POST /fqname-to-id HTTP/1.1" 404 180 0.005375 10.0.0.73 - - [2026-05-25 03:23:09] "POST /virtual-DNSs HTTP/1.1" 200 509 0.041064 10.0.0.73 - - [2026-05-25 03:23:09] "GET /virtual-DNS/1f0289aa-1ee7-43a8-9f0b-59e8eed5dc7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.007456 10.0.0.73 - - [2026-05-25 03:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.73 - - [2026-05-25 03:23:10] "GET /virtual-DNS/1f0289aa-1ee7-43a8-9f0b-59e8eed5dc7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005506 10.0.0.73 - - [2026-05-25 03:23:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003763 10.0.0.73 - - [2026-05-25 03:23:10] "POST /network-ipams HTTP/1.1" 200 516 0.039982 10.0.0.73 - - [2026-05-25 03:23:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.005187 10.0.0.73 - - [2026-05-25 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.73 - - [2026-05-25 03:23:10] "GET /network-ipam/df7fadd8-32f0-4de8-bfe5-89e0125e9f82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.007822 10.0.0.73 - - [2026-05-25 03:23:10] "PUT /network-ipam/df7fadd8-32f0-4de8-bfe5-89e0125e9f82 HTTP/1.1" 200 259 0.021135 10.0.0.73 - - [2026-05-25 03:23:10] "POST /ref-update HTTP/1.1" 200 156 0.019305 10.0.0.73 - - [2026-05-25 03:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.010710 10.0.0.131 - - [2026-05-25 03:23:10] "GET /projects?obj_uuids=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001393 10.0.0.73 - - [2026-05-25 03:23:11] "GET /project/25d29888-2c6b-4309-8d36-74ac6f56db84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.090432 10.0.0.73 - - [2026-05-25 03:23:11] "POST /neutron/network HTTP/1.1" 200 117 0.050602 10.0.0.19 - - [2026-05-25 03:23:11] "POST /ref-update HTTP/1.1" 200 156 0.038768 10.0.0.73 - - [2026-05-25 03:23:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005518 10.0.0.73 - - [2026-05-25 03:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.131 - - [2026-05-25 03:23:11] "POST /useragent-kv HTTP/1.1" 200 115 0.022932 10.0.0.73 - - [2026-05-25 03:23:11] "POST /neutron/subnet HTTP/1.1" 200 711 0.353533 10.0.0.73 - - [2026-05-25 03:23:11] "POST /neutron/network HTTP/1.1" 200 833 0.011031 10.0.0.73 - - [2026-05-25 03:23:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001895 10.0.0.73 - - [2026-05-25 03:23:11] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006314 10.0.0.73 - - [2026-05-25 03:23:11] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007629 10.0.0.73 - - [2026-05-25 03:23:11] "POST /neutron/subnet HTTP/1.1" 200 711 0.010970 10.0.0.73 - - [2026-05-25 03:23:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001493 10.0.0.73 - - [2026-05-25 03:23:12] "POST /neutron/port HTTP/1.1" 200 4192 0.049387 10.0.0.131 - - [2026-05-25 03:23:13] "GET /projects?obj_uuids=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001239 10.0.0.73 - - [2026-05-25 03:23:13] "GET /project/25d29888-2c6b-4309-8d36-74ac6f56db84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.085025 10.0.0.73 - - [2026-05-25 03:23:13] "POST /neutron/port HTTP/1.1" 200 4192 0.067459 10.0.0.73 - - [2026-05-25 03:23:14] "POST /neutron/network HTTP/1.1" 200 843 0.008533 10.0.0.73 - - [2026-05-25 03:23:14] "POST /neutron/port HTTP/1.1" 200 1058 0.021488 10.0.0.73 - - [2026-05-25 03:23:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004412 10.0.0.73 - - [2026-05-25 03:23:14] "POST /neutron/network HTTP/1.1" 200 833 0.010127 10.0.0.73 - - [2026-05-25 03:23:18] "POST /neutron/port HTTP/1.1" 200 1122 0.025773 10.0.0.73 - - [2026-05-25 03:23:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008881 10.0.0.73 - - [2026-05-25 03:23:19] "GET /virtual-machine/4327b8be-4b25-4ed9-838d-07de28c0fdfd HTTP/1.1" 401 292 0.000541 10.0.0.73 - - [2026-05-25 03:23:19] "GET /virtual-machine/4327b8be-4b25-4ed9-838d-07de28c0fdfd HTTP/1.1" 200 1294 0.038849 10.0.0.73 - - [2026-05-25 03:23:19] "GET /virtual-machine-interface/0a9a1619-6ec9-4923-88b7-e3e299e4a538 HTTP/1.1" 200 2968 0.006737 10.0.0.73 - - [2026-05-25 03:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.73 - - [2026-05-25 03:23:19] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004827 10.0.0.73 - - [2026-05-25 03:23:19] "GET /virtual-networks?parent_id=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003902 10.0.0.73 - - [2026-05-25 03:23:19] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007783 10.0.0.73 - - [2026-05-25 03:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.73 - - [2026-05-25 03:23:22] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006993 10.0.0.73 - - [2026-05-25 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.73 - - [2026-05-25 03:23:26] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007142 10.0.0.73 - - [2026-05-25 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.73 - - [2026-05-25 03:23:30] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005970 10.0.0.73 - - [2026-05-25 03:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.73 - - [2026-05-25 03:23:34] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007098 10.0.0.73 - - [2026-05-25 03:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.73 - - [2026-05-25 03:23:38] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006597 10.0.0.73 - - [2026-05-25 03:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.73 - - [2026-05-25 03:23:43] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006197 10.0.0.73 - - [2026-05-25 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.73 - - [2026-05-25 03:23:47] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006163 10.0.0.73 - - [2026-05-25 03:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005760 10.0.0.73 - - [2026-05-25 03:23:51] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006291 10.0.0.73 - - [2026-05-25 03:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.73 - - [2026-05-25 03:23:55] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007134 10.0.0.131 - - [2026-05-25 03:23:55] "DELETE /project/25d298882c6b43098d3674ac6f56db84 HTTP/1.1" 404 173 0.004334 10.0.0.131 - - [2026-05-25 03:23:55] "DELETE /project/2ded7040-013e-4a73-977a-02ba5a297052 HTTP/1.1" 404 177 0.003958 10.0.0.73 - - [2026-05-25 03:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.73 - - [2026-05-25 03:23:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004829 10.0.0.73 - - [2026-05-25 03:23:57] "GET /virtual-networks?parent_id=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003814 10.0.0.73 - - [2026-05-25 03:23:57] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006514 10.0.0.73 - - [2026-05-25 03:24:02] "POST /neutron/port HTTP/1.1" 200 1122 0.020736 10.0.0.73 - - [2026-05-25 03:24:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008956 10.0.0.73 - - [2026-05-25 03:24:13] "POST /neutron/port HTTP/1.1" 200 1122 0.025368 10.0.0.73 - - [2026-05-25 03:24:13] "POST /neutron/port HTTP/1.1" 200 1107 0.027033 10.0.0.73 - - [2026-05-25 03:24:13] "POST /neutron/subnet HTTP/1.1" 200 698 0.011611 10.0.0.73 - - [2026-05-25 03:24:16] "POST /neutron/port HTTP/1.1" 200 1219 0.025285 10.0.0.73 - - [2026-05-25 03:24:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005110 10.0.0.73 - - [2026-05-25 03:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.73 - - [2026-05-25 03:24:18] "POST /neutron/port HTTP/1.1" 200 1122 0.024422 10.0.0.73 - - [2026-05-25 03:24:48] "POST /neutron/network HTTP/1.1" 200 833 0.008578 10.0.0.73 - - [2026-05-25 03:24:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001389 10.0.0.73 - - [2026-05-25 03:24:48] "POST /neutron/network HTTP/1.1" 200 843 0.007908 10.0.0.131 - - [2026-05-25 03:24:49] "GET /projects?obj_uuids=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001180 10.0.0.73 - - [2026-05-25 03:24:49] "GET /project/25d29888-2c6b-4309-8d36-74ac6f56db84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.094484 10.0.0.73 - - [2026-05-25 03:24:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013025 10.0.0.73 - - [2026-05-25 03:24:49] "POST /neutron/network HTTP/1.1" 200 843 0.007925 10.0.0.73 - - [2026-05-25 03:24:50] "POST /neutron/port HTTP/1.1" 200 1058 0.026229 10.0.0.73 - - [2026-05-25 03:24:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004948 10.0.0.73 - - [2026-05-25 03:24:50] "POST /neutron/network HTTP/1.1" 200 833 0.010632 10.0.0.73 - - [2026-05-25 03:24:54] "POST /neutron/port HTTP/1.1" 200 1122 0.024175 10.0.0.73 - - [2026-05-25 03:24:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009672 10.0.0.73 - - [2026-05-25 03:24:54] "GET /virtual-machine/598b7df2-a0b4-43b1-9b00-43713abbac99 HTTP/1.1" 200 1295 0.006828 10.0.0.73 - - [2026-05-25 03:24:54] "GET /virtual-machine-interface/d8367fd0-4933-46d2-8635-c27540ed6f12 HTTP/1.1" 200 2970 0.006708 10.0.0.73 - - [2026-05-25 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.73 - - [2026-05-25 03:24:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004941 10.0.0.73 - - [2026-05-25 03:24:54] "GET /virtual-networks?parent_id=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004350 10.0.0.73 - - [2026-05-25 03:24:55] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006981 10.0.0.73 - - [2026-05-25 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.73 - - [2026-05-25 03:24:58] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007940 10.0.0.73 - - [2026-05-25 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.73 - - [2026-05-25 03:25:02] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006371 10.0.0.73 - - [2026-05-25 03:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.73 - - [2026-05-25 03:25:06] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007708 10.0.0.73 - - [2026-05-25 03:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.73 - - [2026-05-25 03:25:10] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007031 10.0.0.73 - - [2026-05-25 03:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.73 - - [2026-05-25 03:25:14] "POST /neutron/network HTTP/1.1" 200 1124 0.007885 10.0.0.73 - - [2026-05-25 03:25:14] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007104 10.0.0.73 - - [2026-05-25 03:25:14] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018252 10.0.0.73 - - [2026-05-25 03:25:14] "POST /neutron/network HTTP/1.1" 200 1114 0.012617 10.0.0.73 - - [2026-05-25 03:25:17] "POST /neutron/network HTTP/1.1" 200 937 0.042100 10.0.0.73 - - [2026-05-25 03:25:17] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.73 - - [2026-05-25 03:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.73 - - [2026-05-25 03:25:18] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007518 10.0.0.73 - - [2026-05-25 03:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005905 10.0.0.73 - - [2026-05-25 03:25:22] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006993 10.0.0.73 - - [2026-05-25 03:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.73 - - [2026-05-25 03:25:26] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005897 10.0.0.73 - - [2026-05-25 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.73 - - [2026-05-25 03:25:30] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006884 10.0.0.73 - - [2026-05-25 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.73 - - [2026-05-25 03:25:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004519 10.0.0.73 - - [2026-05-25 03:25:34] "GET /virtual-networks?parent_id=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003437 10.0.0.73 - - [2026-05-25 03:25:35] "GET /virtual-network/36f62e92-fa08-4276-bd06-5fd7ff61e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007031 10.0.0.73 - - [2026-05-25 03:25:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007783 10.0.0.73 - - [2026-05-25 03:25:45] "POST /neutron/port HTTP/1.1" 200 1122 0.030754 10.0.0.73 - - [2026-05-25 03:25:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.038153 10.0.0.73 - - [2026-05-25 03:26:14] "POST /neutron/port HTTP/1.1" 200 1107 0.067318 10.0.0.73 - - [2026-05-25 03:26:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004753 10.0.0.73 - - [2026-05-25 03:26:14] "POST /neutron/network HTTP/1.1" 200 927 0.007608 10.0.0.73 - - [2026-05-25 03:26:17] "POST /neutron/network HTTP/1.1" 200 843 0.008578 10.0.0.73 - - [2026-05-25 03:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.001350 10.0.0.73 - - [2026-05-25 03:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.73 - - [2026-05-25 03:26:29] "DELETE /virtual-DNS/1f0289aa-1ee7-43a8-9f0b-59e8eed5dc7f HTTP/1.1" 409 236 0.010408 10.0.0.73 - - [2026-05-25 03:26:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.003860 10.0.0.73 - - [2026-05-25 03:26:29] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.031205 10.0.0.73 - - [2026-05-25 03:26:29] "GET /virtual-DNS-record/d4978c69-5342-49ea-85f0-4116a7dc0086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.006158 10.0.0.73 - - [2026-05-25 03:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.73 - - [2026-05-25 03:26:29] "GET /virtual-DNS-record/d4978c69-5342-49ea-85f0-4116a7dc0086?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004593 10.0.0.73 - - [2026-05-25 03:26:36] "DELETE /virtual-DNS-record/d4978c69-5342-49ea-85f0-4116a7dc0086 HTTP/1.1" 200 115 0.036812 10.0.0.73 - - [2026-05-25 03:26:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.004787 10.0.0.73 - - [2026-05-25 03:26:37] "POST /neutron/network HTTP/1.1" 400 204 0.015547 10.0.0.73 - - [2026-05-25 03:26:37] "POST /neutron/port HTTP/1.1" 200 151 0.225248 10.0.0.73 - - [2026-05-25 03:26:37] "POST /neutron/port HTTP/1.1" 200 151 0.264515 10.0.0.19 - - [2026-05-25 03:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005529 10.0.0.73 - - [2026-05-25 03:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006354 10.0.0.73 - - [2026-05-25 03:26:39] "DELETE /network-ipam/df7fadd8-32f0-4de8-bfe5-89e0125e9f82 HTTP/1.1" 200 115 0.057856 10.0.0.73 - - [2026-05-25 03:26:39] "DELETE /virtual-DNS/1f0289aa-1ee7-43a8-9f0b-59e8eed5dc7f HTTP/1.1" 200 115 0.039857 10.0.0.73 - - [2026-05-25 03:26:39] "POST /fqname-to-id HTTP/1.1" 404 180 0.004714 10.0.0.131 - - [2026-05-25 03:26:40] "GET /projects?obj_uuids=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002697 10.0.0.73 - - [2026-05-25 03:26:40] "GET /project/25d29888-2c6b-4309-8d36-74ac6f56db84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050011 10.0.0.131 - - [2026-05-25 03:26:40] "GET /projects?obj_uuids=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001113 10.0.0.73 - - [2026-05-25 03:26:40] "GET /project/25d29888-2c6b-4309-8d36-74ac6f56db84?fields=virtual_networks HTTP/1.1" 200 1036 0.048941 10.0.0.131 - - [2026-05-25 03:26:40] "GET /projects?obj_uuids=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001329 10.0.0.73 - - [2026-05-25 03:26:40] "GET /project/25d29888-2c6b-4309-8d36-74ac6f56db84?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.056293 10.0.0.131 - - [2026-05-25 03:26:41] "GET /projects?obj_uuids=25d29888-2c6b-4309-8d36-74ac6f56db84&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001880 10.0.0.73 - - [2026-05-25 03:26:41] "GET /project/25d29888-2c6b-4309-8d36-74ac6f56db84?fields=security_groups HTTP/1.1" 200 1264 0.054436 10.0.0.73 - - [2026-05-25 03:26:42] "GET /obj-perms HTTP/1.1" 200 5056 0.131373 10.0.0.19 - - [2026-05-25 03:26:42] "GET /obj-perms HTTP/1.1" 200 5056 0.175197 10.0.0.73 - - [2026-05-25 03:26:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.035287 10.0.0.131 - - [2026-05-25 03:26:42] "GET /projects?obj_uuids=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003893 10.0.0.131 - - [2026-05-25 03:26:43] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.131 - - [2026-05-25 03:26:43] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007286 10.0.0.131 - - [2026-05-25 03:26:43] "POST /id-to-fqname HTTP/1.1" 200 191 0.001833 10.0.0.131 - - [2026-05-25 03:26:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.005419 10.0.0.131 - - [2026-05-25 03:26:43] "POST /security-groups HTTP/1.1" 200 592 0.082436 10.0.0.131 - - [2026-05-25 03:26:43] "POST /projects HTTP/1.1" 200 587 0.346287 10.0.0.131 - - [2026-05-25 03:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.389223 10.0.0.19 - - [2026-05-25 03:26:43] "POST /access-control-lists HTTP/1.1" 200 599 0.040665 10.0.0.73 - - [2026-05-25 03:26:43] "GET /project/84b29af3-9ac4-412c-8d52-2cd68519ba26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.589190 10.0.0.73 - - [2026-05-25 03:26:44] "GET / HTTP/1.1" 200 36215 0.002116 10.0.0.73 - - [2026-05-25 03:26:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.73 - - [2026-05-25 03:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.085951 10.0.0.131 - - [2026-05-25 03:26:47] "GET /projects?obj_uuids=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001459 10.0.0.73 - - [2026-05-25 03:26:47] "GET /project/84b29af3-9ac4-412c-8d52-2cd68519ba26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051780 10.0.0.73 - - [2026-05-25 03:26:47] "POST /neutron/network HTTP/1.1" 200 117 0.047096 10.0.0.19 - - [2026-05-25 03:26:47] "POST /route-targets HTTP/1.1" 200 328 0.016997 10.0.0.73 - - [2026-05-25 03:26:47] "POST /neutron/network HTTP/1.1" 200 828 0.011877 10.0.0.73 - - [2026-05-25 03:26:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001653 10.0.0.73 - - [2026-05-25 03:26:47] "GET /virtual-network/df14dd66-e5cf-4131-a899-bbadecc4c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006952 10.0.0.73 - - [2026-05-25 03:26:47] "GET /virtual-network/df14dd66-e5cf-4131-a899-bbadecc4c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006724 10.0.0.73 - - [2026-05-25 03:26:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.011769 10.0.0.73 - - [2026-05-25 03:26:48] "GET /virtual-network/df14dd66-e5cf-4131-a899-bbadecc4c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007735 10.0.0.131 - - [2026-05-25 03:26:50] "GET /obj-perms HTTP/1.1" 200 5032 0.097666 10.0.0.73 - - [2026-05-25 03:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007364 10.0.0.131 - - [2026-05-25 03:26:50] "GET /projects?obj_uuids=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001211 10.0.0.73 - - [2026-05-25 03:26:50] "GET /project/84b29af3-9ac4-412c-8d52-2cd68519ba26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.049839 10.0.0.19 - - [2026-05-25 03:26:50] "DELETE /access-control-list/967ebd8e-6c2b-4ee4-a26f-bc49d3f285a0 HTTP/1.1" 200 115 0.045444 10.0.0.131 - - [2026-05-25 03:26:50] "POST /useragent-kv HTTP/1.1" 200 115 0.011287 10.0.0.73 - - [2026-05-25 03:26:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.214652 10.0.0.73 - - [2026-05-25 03:26:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001529 10.0.0.73 - - [2026-05-25 03:26:50] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007102 10.0.0.73 - - [2026-05-25 03:26:50] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005634 10.0.0.73 - - [2026-05-25 03:26:50] "POST /neutron/network HTTP/1.1" 200 828 0.007668 10.0.0.73 - - [2026-05-25 03:26:51] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006039 10.0.0.73 - - [2026-05-25 03:26:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001494 10.0.0.131 - - [2026-05-25 03:26:55] "DELETE /project/84b29af39ac4412c8d522cd68519ba26 HTTP/1.1" 404 173 0.003199 10.0.0.131 - - [2026-05-25 03:26:55] "DELETE /project/25d29888-2c6b-4309-8d36-74ac6f56db84 HTTP/1.1" 404 177 0.006318 10.0.0.73 - - [2026-05-25 03:27:08] "POST /neutron/network HTTP/1.1" 200 838 0.007978 10.0.0.131 - - [2026-05-25 03:27:09] "GET /projects?obj_uuids=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001271 10.0.0.73 - - [2026-05-25 03:27:09] "GET /project/84b29af3-9ac4-412c-8d52-2cd68519ba26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.087433 10.0.0.73 - - [2026-05-25 03:27:09] "POST /neutron/port HTTP/1.1" 200 117 0.007727 10.0.0.73 - - [2026-05-25 03:27:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001336 10.0.0.73 - - [2026-05-25 03:27:09] "POST /neutron/network HTTP/1.1" 200 838 0.008726 10.0.0.131 - - [2026-05-25 03:27:10] "GET /projects?obj_uuids=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001348 10.0.0.73 - - [2026-05-25 03:27:10] "GET /project/84b29af3-9ac4-412c-8d52-2cd68519ba26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.120988 10.0.0.73 - - [2026-05-25 03:27:10] "POST /neutron/port HTTP/1.1" 200 1062 0.056823 10.0.0.73 - - [2026-05-25 03:27:11] "POST /neutron/port HTTP/1.1" 200 5165 0.168739 10.0.0.73 - - [2026-05-25 03:27:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007411 10.0.0.73 - - [2026-05-25 03:27:11] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.73 - - [2026-05-25 03:27:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016109 10.0.0.73 - - [2026-05-25 03:27:12] "POST /neutron/port HTTP/1.1" 200 1062 0.048984 10.0.0.73 - - [2026-05-25 03:27:12] "POST /neutron/port HTTP/1.1" 200 1126 0.061365 10.0.0.73 - - [2026-05-25 03:27:12] "POST /neutron/port HTTP/1.1" 200 117 0.001558 10.0.0.73 - - [2026-05-25 03:27:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.021567 10.0.0.73 - - [2026-05-25 03:27:19] "POST /neutron/network HTTP/1.1" 200 1124 0.014101 10.0.0.73 - - [2026-05-25 03:27:20] "POST /neutron/subnet HTTP/1.1" 200 1389 0.036927 10.0.0.73 - - [2026-05-25 03:27:20] "POST /neutron/network HTTP/1.1" 200 1114 0.022461 10.0.0.73 - - [2026-05-25 03:27:26] "POST /neutron/port HTTP/1.1" 200 1126 0.023844 10.0.0.73 - - [2026-05-25 03:27:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008733 10.0.0.73 - - [2026-05-25 03:27:42] "POST /neutron/port HTTP/1.1" 200 1126 0.019629 10.0.0.73 - - [2026-05-25 03:27:43] "GET /obj-perms HTTP/1.1" 200 5056 0.064833 10.0.0.73 - - [2026-05-25 03:27:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007811 10.0.0.73 - - [2026-05-25 03:27:47] "POST /neutron/port HTTP/1.1" 200 1126 0.025637 10.0.0.19 - - [2026-05-25 03:27:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.73 - - [2026-05-25 03:27:47] "GET /virtual-machine/db151d4f-8ffd-41e1-b245-1da008112e9b HTTP/1.1" 401 292 0.000410 10.0.0.19 - - [2026-05-25 03:27:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.73 - - [2026-05-25 03:27:48] "GET /virtual-machine/db151d4f-8ffd-41e1-b245-1da008112e9b HTTP/1.1" 200 1296 0.038627 10.0.0.73 - - [2026-05-25 03:27:48] "GET /virtual-machine-interface/0a12ef8c-c723-4787-b551-33aa226e3082 HTTP/1.1" 200 2954 0.006211 10.0.0.73 - - [2026-05-25 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.73 - - [2026-05-25 03:27:48] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004498 10.0.0.73 - - [2026-05-25 03:27:48] "GET /virtual-networks?parent_id=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005615 10.0.0.131 - - [2026-05-25 03:27:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.73 - - [2026-05-25 03:27:48] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007267 10.0.0.131 - - [2026-05-25 03:27:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.19 - - [2026-05-25 03:27:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.19 - - [2026-05-25 03:27:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.131 - - [2026-05-25 03:27:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.131 - - [2026-05-25 03:27:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.73 - - [2026-05-25 03:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.73 - - [2026-05-25 03:27:51] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006337 10.0.0.73 - - [2026-05-25 03:27:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.73 - - [2026-05-25 03:27:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.73 - - [2026-05-25 03:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.73 - - [2026-05-25 03:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.73 - - [2026-05-25 03:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.73 - - [2026-05-25 03:27:55] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006004 10.0.0.73 - - [2026-05-25 03:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.73 - - [2026-05-25 03:27:59] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006282 10.0.0.73 - - [2026-05-25 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.73 - - [2026-05-25 03:28:03] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007310 10.0.0.73 - - [2026-05-25 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.73 - - [2026-05-25 03:28:07] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006468 10.0.0.73 - - [2026-05-25 03:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.73 - - [2026-05-25 03:28:11] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006157 10.0.0.73 - - [2026-05-25 03:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.73 - - [2026-05-25 03:28:15] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005621 10.0.0.73 - - [2026-05-25 03:28:16] "POST /neutron/port HTTP/1.1" 200 1219 0.019969 10.0.0.73 - - [2026-05-25 03:28:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005191 10.0.0.73 - - [2026-05-25 03:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.001827 10.0.0.73 - - [2026-05-25 03:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005510 10.0.0.73 - - [2026-05-25 03:28:19] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007454 10.0.0.73 - - [2026-05-25 03:28:20] "POST /neutron/port HTTP/1.1" 200 1107 0.022043 10.0.0.73 - - [2026-05-25 03:28:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.011599 10.0.0.73 - - [2026-05-25 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.73 - - [2026-05-25 03:28:24] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006633 10.0.0.73 - - [2026-05-25 03:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.73 - - [2026-05-25 03:28:28] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007560 10.0.0.73 - - [2026-05-25 03:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.73 - - [2026-05-25 03:28:32] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006335 10.0.0.73 - - [2026-05-25 03:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.73 - - [2026-05-25 03:28:36] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006531 10.0.0.73 - - [2026-05-25 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005449 10.0.0.73 - - [2026-05-25 03:28:40] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007124 10.0.0.19 - - [2026-05-25 03:28:43] "GET /obj-perms HTTP/1.1" 200 5056 0.064173 10.0.0.131 - - [2026-05-25 03:28:44] "GET /obj-perms HTTP/1.1" 200 5056 0.071702 10.0.0.73 - - [2026-05-25 03:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.73 - - [2026-05-25 03:28:44] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006286 10.0.0.73 - - [2026-05-25 03:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005991 10.0.0.73 - - [2026-05-25 03:28:46] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005759 10.0.0.73 - - [2026-05-25 03:28:46] "GET /virtual-networks?parent_id=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004169 10.0.0.73 - - [2026-05-25 03:28:46] "GET /virtual-network/524ceb2a-8486-4315-8c58-5c64784ad6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006715 10.0.0.73 - - [2026-05-25 03:28:46] "POST /neutron/port HTTP/1.1" 200 1126 0.020306 10.0.0.73 - - [2026-05-25 03:28:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008537 10.0.0.73 - - [2026-05-25 03:29:02] "POST /neutron/port HTTP/1.1" 200 1126 0.022132 10.0.0.73 - - [2026-05-25 03:29:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007939 10.0.0.73 - - [2026-05-25 03:29:08] "POST /neutron/port HTTP/1.1" 200 1126 0.023352 10.0.0.73 - - [2026-05-25 03:29:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009668 10.0.0.73 - - [2026-05-25 03:29:17] "POST /neutron/network HTTP/1.1" 200 937 0.008289 10.0.0.73 - - [2026-05-25 03:29:17] "POST /neutron/port HTTP/1.1" 200 117 0.001573 10.0.0.73 - - [2026-05-25 03:29:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008441 10.0.0.73 - - [2026-05-25 03:29:21] "POST /neutron/network HTTP/1.1" 200 1124 0.007788 10.0.0.73 - - [2026-05-25 03:29:21] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014898 10.0.0.73 - - [2026-05-25 03:29:21] "POST /neutron/network HTTP/1.1" 200 1114 0.010858 10.0.0.73 - - [2026-05-25 03:29:28] "POST /neutron/port HTTP/1.1" 200 1126 0.021452 10.0.0.73 - - [2026-05-25 03:29:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008799 10.0.0.73 - - [2026-05-25 03:29:43] "POST /neutron/port HTTP/1.1" 200 1126 0.021289 10.0.0.73 - - [2026-05-25 03:29:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009085 10.0.0.73 - - [2026-05-25 03:29:44] "GET /virtual-machine/7df5e88b-e01f-494f-8420-03e0e69ec390 HTTP/1.1" 200 1294 0.008106 10.0.0.73 - - [2026-05-25 03:29:44] "GET /virtual-machine-interface/57000b20-1e43-49c0-a8e2-16a975dbf943 HTTP/1.1" 200 2955 0.007559 10.0.0.73 - - [2026-05-25 03:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.73 - - [2026-05-25 03:29:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004557 10.0.0.73 - - [2026-05-25 03:29:44] "GET /virtual-networks?parent_id=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.015895 10.0.0.73 - - [2026-05-25 03:29:44] "GET /virtual-network/df14dd66-e5cf-4131-a899-bbadecc4c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006134 10.0.0.73 - - [2026-05-25 03:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.73 - - [2026-05-25 03:29:45] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004059 10.0.0.73 - - [2026-05-25 03:29:45] "GET /virtual-networks?parent_id=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003232 10.0.0.73 - - [2026-05-25 03:29:45] "GET /virtual-network/df14dd66-e5cf-4131-a899-bbadecc4c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006761 10.0.0.73 - - [2026-05-25 03:29:45] "POST /neutron/port HTTP/1.1" 200 1126 0.022692 10.0.0.73 - - [2026-05-25 03:29:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007644 10.0.0.73 - - [2026-05-25 03:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.131 - - [2026-05-25 03:30:01] "GET /projects?obj_uuids=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.044228 10.0.0.73 - - [2026-05-25 03:30:01] "GET /project/84b29af3-9ac4-412c-8d52-2cd68519ba26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.093352 10.0.0.73 - - [2026-05-25 03:30:01] "GET /virtual-network/df14dd66-e5cf-4131-a899-bbadecc4c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007109 10.0.0.73 - - [2026-05-25 03:30:01] "GET /floating-ip-pools?parent_id=df14dd66-e5cf-4131-a899-bbadecc4c7ff&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004530 10.0.0.73 - - [2026-05-25 03:30:01] "GET /virtual-network/df14dd66-e5cf-4131-a899-bbadecc4c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007150 10.0.0.73 - - [2026-05-25 03:30:01] "POST /floating-ip-pools HTTP/1.1" 200 600 0.045948 10.0.0.73 - - [2026-05-25 03:30:01] "POST /ref-update HTTP/1.1" 200 156 0.022738 10.0.0.73 - - [2026-05-25 03:30:01] "GET /virtual-network/df14dd66-e5cf-4131-a899-bbadecc4c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009173 10.0.0.73 - - [2026-05-25 03:30:01] "GET /virtual-network/df14dd66-e5cf-4131-a899-bbadecc4c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006338 10.0.0.131 - - [2026-05-25 03:30:01] "GET /projects?obj_uuids=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.73 - - [2026-05-25 03:30:01] "POST /neutron/floatingip HTTP/1.1" 200 531 0.148718 10.0.0.73 - - [2026-05-25 03:30:02] "POST /neutron/floatingip HTTP/1.1" 200 579 0.088725 10.0.0.73 - - [2026-05-25 03:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.73 - - [2026-05-25 03:30:02] "GET /routing-instance/c0717e89-30ee-4f61-8580-ed472b6f5999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.008610 10.0.0.73 - - [2026-05-25 03:30:02] "GET /route-target/ad5a9564-e091-4130-b0af-5c37f334b0f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005851 10.0.0.73 - - [2026-05-25 03:30:18] "POST /neutron/port HTTP/1.1" 200 1126 0.021189 10.0.0.73 - - [2026-05-25 03:30:18] "POST /neutron/subnet HTTP/1.1" 200 703 0.010937 10.0.0.73 - - [2026-05-25 03:30:21] "POST /neutron/port HTTP/1.1" 200 1107 0.066069 10.0.0.73 - - [2026-05-25 03:30:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005792 10.0.0.73 - - [2026-05-25 03:30:22] "POST /neutron/network HTTP/1.1" 200 927 0.009123 10.0.0.73 - - [2026-05-25 03:30:29] "POST /neutron/floatingip HTTP/1.1" 200 531 0.008720 10.0.0.73 - - [2026-05-25 03:30:29] "GET /floating-ip-pool/c1df4ab1-ed39-4083-8871-7b52a8089b50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.004832 10.0.0.73 - - [2026-05-25 03:30:29] "POST /ref-update HTTP/1.1" 200 156 0.016087 10.0.0.73 - - [2026-05-25 03:30:29] "DELETE /floating-ip-pool/c1df4ab1-ed39-4083-8871-7b52a8089b50 HTTP/1.1" 200 115 0.035304 10.0.0.73 - - [2026-05-25 03:30:29] "POST /neutron/network HTTP/1.1" 400 204 0.019603 10.0.0.73 - - [2026-05-25 03:30:30] "POST /neutron/port HTTP/1.1" 200 151 0.210160 10.0.0.73 - - [2026-05-25 03:30:30] "POST /neutron/port HTTP/1.1" 200 151 0.227273 10.0.0.19 - - [2026-05-25 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.045773 10.0.0.73 - - [2026-05-25 03:30:32] "POST /neutron/network HTTP/1.1" 200 828 0.007672 10.0.0.19 - - [2026-05-25 03:30:32] "DELETE /route-target/ad5a9564-e091-4130-b0af-5c37f334b0f7 HTTP/1.1" 200 115 0.035594 10.0.0.131 - - [2026-05-25 03:30:33] "GET /projects?obj_uuids=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001227 10.0.0.73 - - [2026-05-25 03:30:33] "GET /project/84b29af3-9ac4-412c-8d52-2cd68519ba26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.086520 10.0.0.131 - - [2026-05-25 03:30:33] "GET /projects?obj_uuids=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001835 10.0.0.73 - - [2026-05-25 03:30:33] "GET /project/84b29af3-9ac4-412c-8d52-2cd68519ba26?fields=virtual_networks HTTP/1.1" 200 1036 0.044206 10.0.0.131 - - [2026-05-25 03:30:33] "GET /projects?obj_uuids=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001635 10.0.0.73 - - [2026-05-25 03:30:34] "GET /project/84b29af3-9ac4-412c-8d52-2cd68519ba26?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.061915 10.0.0.131 - - [2026-05-25 03:30:34] "GET /projects?obj_uuids=84b29af3-9ac4-412c-8d52-2cd68519ba26&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.73 - - [2026-05-25 03:30:34] "GET /project/84b29af3-9ac4-412c-8d52-2cd68519ba26?fields=security_groups HTTP/1.1" 200 1264 0.054240 10.0.0.73 - - [2026-05-25 03:30:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.030983 10.0.0.131 - - [2026-05-25 03:30:35] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003422 10.0.0.131 - - [2026-05-25 03:30:35] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001471 10.0.0.131 - - [2026-05-25 03:30:35] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040226 10.0.0.131 - - [2026-05-25 03:30:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.002131 10.0.0.131 - - [2026-05-25 03:30:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.005607 10.0.0.131 - - [2026-05-25 03:30:35] "POST /security-groups HTTP/1.1" 200 591 0.082278 10.0.0.131 - - [2026-05-25 03:30:35] "POST /projects HTTP/1.1" 200 585 0.299256 10.0.0.19 - - [2026-05-25 03:30:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.005362 10.0.0.131 - - [2026-05-25 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.379897 10.0.0.73 - - [2026-05-25 03:30:35] "GET /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.569877 10.0.0.73 - - [2026-05-25 03:30:37] "GET / HTTP/1.1" 200 36215 0.002421 10.0.0.73 - - [2026-05-25 03:30:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.73 - - [2026-05-25 03:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.076648 10.0.0.131 - - [2026-05-25 03:30:39] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.73 - - [2026-05-25 03:30:39] "GET /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041598 10.0.0.131 - - [2026-05-25 03:30:39] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001485 10.0.0.73 - - [2026-05-25 03:30:39] "POST /neutron/network HTTP/1.1" 200 625 0.168428 10.0.0.19 - - [2026-05-25 03:30:39] "POST /ref-update HTTP/1.1" 200 156 0.034793 10.0.0.73 - - [2026-05-25 03:30:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.004484 10.0.0.73 - - [2026-05-25 03:30:39] "GET /virtual-network/6e1192f5-beef-4f3a-b681-21023517d89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006712 10.0.0.73 - - [2026-05-25 03:30:39] "POST /neutron/network HTTP/1.1" 200 839 0.007384 10.0.0.73 - - [2026-05-25 03:30:40] "GET /virtual-network/6e1192f5-beef-4f3a-b681-21023517d89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006884 10.0.0.73 - - [2026-05-25 03:30:40] "POST /neutron/network HTTP/1.1" 200 839 0.008092 10.0.0.73 - - [2026-05-25 03:30:40] "POST /id-to-fqname HTTP/1.1" 200 230 0.001315 10.0.0.131 - - [2026-05-25 03:30:41] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.73 - - [2026-05-25 03:30:41] "GET /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.083016 10.0.0.73 - - [2026-05-25 03:30:41] "POST /neutron/network HTTP/1.1" 200 839 0.045902 10.0.0.73 - - [2026-05-25 03:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.73 - - [2026-05-25 03:30:41] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005035 10.0.0.73 - - [2026-05-25 03:30:41] "PUT /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6 HTTP/1.1" 200 277 0.015039 10.0.0.73 - - [2026-05-25 03:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.008789 10.0.0.73 - - [2026-05-25 03:30:42] "POST /neutron/port HTTP/1.1" 200 1055 0.021953 10.0.0.73 - - [2026-05-25 03:30:42] "POST /neutron/port HTTP/1.1" 200 1119 0.025156 10.0.0.73 - - [2026-05-25 03:30:42] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.73 - - [2026-05-25 03:30:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010035 10.0.0.73 - - [2026-05-25 03:30:47] "POST /neutron/port HTTP/1.1" 200 1119 0.020931 10.0.0.73 - - [2026-05-25 03:30:47] "GET /virtual-machine/dc162791-18f2-49f4-9d7c-13bf565b5c64 HTTP/1.1" 401 292 0.000450 10.0.0.73 - - [2026-05-25 03:30:48] "GET /virtual-machine/dc162791-18f2-49f4-9d7c-13bf565b5c64 HTTP/1.1" 200 1295 0.043748 10.0.0.73 - - [2026-05-25 03:30:48] "GET /virtual-machine-interface/e3f184e5-4f02-4a5a-ad71-ffc32d87ffa7 HTTP/1.1" 200 2978 0.006798 10.0.0.73 - - [2026-05-25 03:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.73 - - [2026-05-25 03:30:48] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004344 10.0.0.73 - - [2026-05-25 03:30:48] "GET /virtual-networks?parent_id=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003341 10.0.0.73 - - [2026-05-25 03:30:48] "GET /virtual-network/6e1192f5-beef-4f3a-b681-21023517d89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007872 10.0.0.73 - - [2026-05-25 03:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.73 - - [2026-05-25 03:30:51] "GET /virtual-network/6e1192f5-beef-4f3a-b681-21023517d89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.015474 10.0.0.73 - - [2026-05-25 03:30:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.040143 10.0.0.73 - - [2026-05-25 03:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.73 - - [2026-05-25 03:30:53] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.005020 10.0.0.73 - - [2026-05-25 03:30:53] "GET /virtual-networks?parent_id=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003598 10.0.0.73 - - [2026-05-25 03:30:53] "GET /virtual-network/6e1192f5-beef-4f3a-b681-21023517d89e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006584 10.0.0.73 - - [2026-05-25 03:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.73 - - [2026-05-25 03:30:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.007152 10.0.0.73 - - [2026-05-25 03:30:54] "PUT /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6 HTTP/1.1" 200 277 0.014625 10.0.0.73 - - [2026-05-25 03:30:55] "POST /neutron/port HTTP/1.1" 200 1119 0.021072 10.0.0.131 - - [2026-05-25 03:30:55] "DELETE /project/7f9ba19678964dfebbd6738cbbd4530e HTTP/1.1" 404 173 0.002668 10.0.0.131 - - [2026-05-25 03:30:55] "DELETE /project/84b29af3-9ac4-412c-8d52-2cd68519ba26 HTTP/1.1" 404 177 0.005297 10.0.0.73 - - [2026-05-25 03:30:56] "POST /neutron/network HTTP/1.1" 200 839 0.009194 10.0.0.19 - - [2026-05-25 03:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005753 10.0.0.73 - - [2026-05-25 03:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.131 - - [2026-05-25 03:31:00] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001334 10.0.0.73 - - [2026-05-25 03:31:00] "GET /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057370 10.0.0.131 - - [2026-05-25 03:31:00] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001222 10.0.0.73 - - [2026-05-25 03:31:00] "POST /neutron/network HTTP/1.1" 200 605 0.175154 10.0.0.19 - - [2026-05-25 03:31:00] "POST /ref-update HTTP/1.1" 200 156 0.028586 10.0.0.73 - - [2026-05-25 03:31:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.004048 10.0.0.73 - - [2026-05-25 03:31:00] "GET /virtual-network/7665042f-4c9a-48b6-84f3-421fb0bbcfc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006620 10.0.0.73 - - [2026-05-25 03:31:00] "POST /neutron/network HTTP/1.1" 200 824 0.008433 10.0.0.73 - - [2026-05-25 03:31:00] "GET /virtual-network/7665042f-4c9a-48b6-84f3-421fb0bbcfc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006084 10.0.0.73 - - [2026-05-25 03:31:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001521 10.0.0.73 - - [2026-05-25 03:31:01] "POST /neutron/port HTTP/1.1" 200 4192 0.046142 10.0.0.131 - - [2026-05-25 03:31:01] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001165 10.0.0.73 - - [2026-05-25 03:31:02] "GET /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.093293 10.0.0.73 - - [2026-05-25 03:31:02] "POST /neutron/port HTTP/1.1" 200 4192 0.044356 10.0.0.73 - - [2026-05-25 03:31:02] "POST /neutron/network HTTP/1.1" 200 834 0.008443 10.0.0.73 - - [2026-05-25 03:31:03] "POST /neutron/port HTTP/1.1" 200 1060 0.031554 10.0.0.73 - - [2026-05-25 03:31:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005754 10.0.0.73 - - [2026-05-25 03:31:03] "POST /neutron/network HTTP/1.1" 200 824 0.008110 10.0.0.73 - - [2026-05-25 03:31:07] "POST /neutron/port HTTP/1.1" 200 1124 0.037837 10.0.0.73 - - [2026-05-25 03:31:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009433 10.0.0.73 - - [2026-05-25 03:31:07] "GET /virtual-machine/5bc1bba8-954e-42c5-af5d-d91f3df6662f HTTP/1.1" 200 1294 0.007144 10.0.0.73 - - [2026-05-25 03:31:07] "GET /virtual-machine-interface/02e4eca8-25f5-4d62-8551-78e687697391 HTTP/1.1" 200 2945 0.007574 10.0.0.73 - - [2026-05-25 03:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.73 - - [2026-05-25 03:31:07] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003961 10.0.0.73 - - [2026-05-25 03:31:07] "GET /virtual-networks?parent_id=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003323 10.0.0.73 - - [2026-05-25 03:31:07] "GET /virtual-network/7665042f-4c9a-48b6-84f3-421fb0bbcfc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007390 10.0.0.73 - - [2026-05-25 03:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006073 10.0.0.73 - - [2026-05-25 03:31:10] "GET /virtual-network/7665042f-4c9a-48b6-84f3-421fb0bbcfc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006547 10.0.0.73 - - [2026-05-25 03:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.73 - - [2026-05-25 03:31:15] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004420 10.0.0.73 - - [2026-05-25 03:31:15] "GET /virtual-networks?parent_id=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004022 10.0.0.73 - - [2026-05-25 03:31:15] "GET /virtual-network/7665042f-4c9a-48b6-84f3-421fb0bbcfc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006480 10.0.0.73 - - [2026-05-25 03:31:16] "POST /neutron/network HTTP/1.1" 200 824 0.011012 10.0.0.73 - - [2026-05-25 03:31:16] "POST /neutron/port HTTP/1.1" 200 1114 0.015654 10.0.0.131 - - [2026-05-25 03:31:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004826 10.0.0.131 - - [2026-05-25 03:31:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003406 10.0.0.73 - - [2026-05-25 03:31:18] "POST /neutron/network HTTP/1.1" 200 151 0.138677 10.0.0.73 - - [2026-05-25 03:31:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004379 10.0.0.73 - - [2026-05-25 03:31:21] "POST /network-ipams HTTP/1.1" 200 543 0.039985 10.0.0.73 - - [2026-05-25 03:31:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.006166 10.0.0.73 - - [2026-05-25 03:31:21] "POST /neutron/network HTTP/1.1" 200 1124 0.088989 10.0.0.73 - - [2026-05-25 03:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.73 - - [2026-05-25 03:31:21] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018140 10.0.0.73 - - [2026-05-25 03:31:21] "GET /network-ipam/c60dca79-d116-47af-a64a-a103d1cef53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1331 0.006739 10.0.0.73 - - [2026-05-25 03:31:21] "POST /neutron/network HTTP/1.1" 200 1114 0.011283 10.0.0.73 - - [2026-05-25 03:31:21] "PUT /network-ipam/c60dca79-d116-47af-a64a-a103d1cef53f HTTP/1.1" 200 259 0.020684 10.0.0.73 - - [2026-05-25 03:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.131 - - [2026-05-25 03:31:21] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001483 10.0.0.73 - - [2026-05-25 03:31:21] "GET /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.073891 10.0.0.19 - - [2026-05-25 03:31:21] "POST /route-targets HTTP/1.1" 200 328 0.017225 10.0.0.131 - - [2026-05-25 03:31:21] "POST /useragent-kv HTTP/1.1" 200 115 0.007628 10.0.0.73 - - [2026-05-25 03:31:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.202963 10.0.0.73 - - [2026-05-25 03:31:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001609 10.0.0.73 - - [2026-05-25 03:31:22] "GET /virtual-network/88bf6d1b-2223-4cf4-b4f0-6883769dbeb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.009892 10.0.0.73 - - [2026-05-25 03:31:22] "POST /neutron/network HTTP/1.1" 200 994 0.014269 10.0.0.73 - - [2026-05-25 03:31:22] "GET /virtual-network/88bf6d1b-2223-4cf4-b4f0-6883769dbeb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007874 10.0.0.73 - - [2026-05-25 03:31:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.010407 10.0.0.73 - - [2026-05-25 03:31:22] "POST /neutron/subnet HTTP/1.1" 200 699 0.011639 10.0.0.73 - - [2026-05-25 03:31:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001391 10.0.0.73 - - [2026-05-25 03:31:23] "POST /neutron/port HTTP/1.1" 200 4192 0.034148 10.0.0.73 - - [2026-05-25 03:31:23] "POST /neutron/network HTTP/1.1" 200 994 0.011213 10.0.0.73 - - [2026-05-25 03:31:23] "POST /neutron/port HTTP/1.1" 200 4192 0.042506 10.0.0.73 - - [2026-05-25 03:31:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001669 10.0.0.73 - - [2026-05-25 03:31:24] "POST /neutron/port HTTP/1.1" 200 1017 0.023257 10.0.0.73 - - [2026-05-25 03:31:24] "POST /neutron/network HTTP/1.1" 200 994 0.009787 10.0.0.73 - - [2026-05-25 03:31:24] "POST /neutron/port HTTP/1.1" 200 1017 0.025462 10.0.0.73 - - [2026-05-25 03:31:24] "POST /neutron/port HTTP/1.1" 200 1017 0.018029 10.0.0.73 - - [2026-05-25 03:31:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008599 10.0.0.73 - - [2026-05-25 03:31:24] "POST /neutron/port HTTP/1.1" 200 117 0.007961 10.0.0.73 - - [2026-05-25 03:31:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001567 10.0.0.73 - - [2026-05-25 03:31:25] "POST /neutron/port HTTP/1.1" 200 5158 0.063390 10.0.0.73 - - [2026-05-25 03:31:25] "POST /neutron/port HTTP/1.1" 200 1017 0.017956 10.0.0.73 - - [2026-05-25 03:31:25] "POST /neutron/port HTTP/1.1" 200 1017 0.012627 10.0.0.73 - - [2026-05-25 03:31:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005913 10.0.0.73 - - [2026-05-25 03:31:25] "POST /neutron/network HTTP/1.1" 200 994 0.011345 10.0.0.131 - - [2026-05-25 03:31:26] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001658 10.0.0.73 - - [2026-05-25 03:31:26] "GET /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.100549 10.0.0.73 - - [2026-05-25 03:31:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009080 10.0.0.73 - - [2026-05-25 03:31:26] "GET /virtual-network/88bf6d1b-2223-4cf4-b4f0-6883769dbeb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006925 10.0.0.131 - - [2026-05-25 03:31:27] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002193 10.0.0.73 - - [2026-05-25 03:31:27] "POST /neutron/port HTTP/1.1" 200 1055 0.370506 10.0.0.73 - - [2026-05-25 03:31:27] "POST /neutron/port HTTP/1.1" 200 1109 0.130056 10.0.0.73 - - [2026-05-25 03:31:27] "GET /obj-perms HTTP/1.1" 200 5030 0.140508 10.0.0.73 - - [2026-05-25 03:31:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.011743 10.0.0.73 - - [2026-05-25 03:31:28] "POST /neutron/port HTTP/1.1" 200 1119 0.025690 10.0.0.73 - - [2026-05-25 03:31:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008115 10.0.0.73 - - [2026-05-25 03:31:28] "GET /virtual-machine/cf097be4-741f-4575-bde7-63809f2344de HTTP/1.1" 200 1291 0.007244 10.0.0.73 - - [2026-05-25 03:31:28] "GET /virtual-machine-interface/bbbd2b6b-693e-4811-9172-e8b1e6e80f0b HTTP/1.1" 200 2948 0.007141 10.0.0.73 - - [2026-05-25 03:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.73 - - [2026-05-25 03:31:28] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005203 10.0.0.73 - - [2026-05-25 03:31:28] "GET /virtual-networks?parent_id=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004942 10.0.0.73 - - [2026-05-25 03:31:29] "GET /virtual-network/88bf6d1b-2223-4cf4-b4f0-6883769dbeb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006835 10.0.0.73 - - [2026-05-25 03:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.73 - - [2026-05-25 03:31:32] "GET /virtual-network/88bf6d1b-2223-4cf4-b4f0-6883769dbeb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006196 10.0.0.73 - - [2026-05-25 03:31:34] "POST /neutron/port HTTP/1.1" 200 1119 0.022100 10.0.0.73 - - [2026-05-25 03:31:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007567 10.0.0.73 - - [2026-05-25 03:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.73 - - [2026-05-25 03:31:36] "GET /virtual-network/88bf6d1b-2223-4cf4-b4f0-6883769dbeb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007675 10.0.0.73 - - [2026-05-25 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.73 - - [2026-05-25 03:31:38] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004273 10.0.0.73 - - [2026-05-25 03:31:38] "GET /virtual-networks?parent_id=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003552 10.0.0.73 - - [2026-05-25 03:31:38] "GET /virtual-network/88bf6d1b-2223-4cf4-b4f0-6883769dbeb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.008569 10.0.0.73 - - [2026-05-25 03:31:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012177 10.0.0.73 - - [2026-05-25 03:31:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007784 10.0.0.73 - - [2026-05-25 03:31:38] "GET /virtual-machine/d36a4d4f-14b9-40c2-b4e2-c4d945bee8a2 HTTP/1.1" 200 1291 0.004628 10.0.0.73 - - [2026-05-25 03:31:38] "GET /virtual-machine-interface/0fbbce02-2b54-40d6-94f7-8855722f6a55 HTTP/1.1" 200 2947 0.008722 10.0.0.73 - - [2026-05-25 03:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.73 - - [2026-05-25 03:31:38] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004380 10.0.0.73 - - [2026-05-25 03:31:38] "GET /virtual-networks?parent_id=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003256 10.0.0.73 - - [2026-05-25 03:31:38] "GET /virtual-network/88bf6d1b-2223-4cf4-b4f0-6883769dbeb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006301 10.0.0.73 - - [2026-05-25 03:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.73 - - [2026-05-25 03:31:40] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004475 10.0.0.73 - - [2026-05-25 03:31:40] "GET /virtual-networks?parent_id=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003815 10.0.0.73 - - [2026-05-25 03:31:40] "GET /virtual-network/88bf6d1b-2223-4cf4-b4f0-6883769dbeb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006579 10.0.0.73 - - [2026-05-25 03:31:40] "POST /neutron/port HTTP/1.1" 200 1119 0.024543 10.0.0.73 - - [2026-05-25 03:31:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009503 10.0.0.73 - - [2026-05-25 03:31:40] "GET /virtual-machine/4777a567-1295-4ad5-bc76-1e1f874598c4 HTTP/1.1" 200 1294 0.007027 10.0.0.73 - - [2026-05-25 03:31:40] "GET /virtual-machine-interface/4ee74c8b-d840-4fc3-bab0-260490b0230d HTTP/1.1" 200 2947 0.005850 10.0.0.73 - - [2026-05-25 03:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.73 - - [2026-05-25 03:31:40] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004019 10.0.0.73 - - [2026-05-25 03:31:40] "GET /virtual-networks?parent_id=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003327 10.0.0.73 - - [2026-05-25 03:31:40] "GET /virtual-network/88bf6d1b-2223-4cf4-b4f0-6883769dbeb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006015 10.0.0.73 - - [2026-05-25 03:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.73 - - [2026-05-25 03:31:41] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004627 10.0.0.73 - - [2026-05-25 03:31:41] "GET /virtual-networks?parent_id=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003193 10.0.0.73 - - [2026-05-25 03:31:41] "GET /virtual-network/88bf6d1b-2223-4cf4-b4f0-6883769dbeb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007545 10.0.0.19 - - [2026-05-25 03:31:46] "GET /obj-perms HTTP/1.1" 200 5056 0.063491 10.0.0.131 - - [2026-05-25 03:31:46] "GET /obj-perms HTTP/1.1" 200 5056 0.064935 10.0.0.73 - - [2026-05-25 03:31:57] "POST /neutron/port HTTP/1.1" 200 1109 0.018407 10.0.0.73 - - [2026-05-25 03:31:58] "POST /neutron/port HTTP/1.1" 200 1109 0.016448 10.0.0.73 - - [2026-05-25 03:31:58] "POST /neutron/port HTTP/1.1" 200 151 0.219801 10.0.0.73 - - [2026-05-25 03:31:58] "POST /neutron/network HTTP/1.1" 200 994 0.031684 10.0.0.19 - - [2026-05-25 03:31:58] "DELETE /route-target/56b9066f-91f9-4804-a93d-c8edeeee7ffc HTTP/1.1" 200 115 0.025745 10.0.0.73 - - [2026-05-25 03:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.73 - - [2026-05-25 03:31:59] "DELETE /network-ipam/c60dca79-d116-47af-a64a-a103d1cef53f HTTP/1.1" 200 115 0.050206 10.0.0.73 - - [2026-05-25 03:31:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.004461 10.0.0.131 - - [2026-05-25 03:32:00] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001427 10.0.0.73 - - [2026-05-25 03:32:00] "GET /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059077 10.0.0.131 - - [2026-05-25 03:32:00] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.73 - - [2026-05-25 03:32:00] "GET /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e?fields=virtual_networks HTTP/1.1" 200 1034 0.046497 10.0.0.131 - - [2026-05-25 03:32:00] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001221 10.0.0.73 - - [2026-05-25 03:32:00] "GET /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.050826 10.0.0.131 - - [2026-05-25 03:32:00] "GET /projects?obj_uuids=7f9ba196-7896-4dfe-bbd6-738cbbd4530e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001252 10.0.0.73 - - [2026-05-25 03:32:00] "GET /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e?fields=security_groups HTTP/1.1" 200 1261 0.053844 10.0.0.73 - - [2026-05-25 03:32:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.047591 10.0.0.131 - - [2026-05-25 03:32:01] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005021 10.0.0.131 - - [2026-05-25 03:32:01] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002203 10.0.0.131 - - [2026-05-25 03:32:01] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012527 10.0.0.131 - - [2026-05-25 03:32:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.004010 10.0.0.131 - - [2026-05-25 03:32:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.008415 10.0.0.131 - - [2026-05-25 03:32:02] "POST /security-groups HTTP/1.1" 200 599 0.082875 10.0.0.131 - - [2026-05-25 03:32:02] "POST /projects HTTP/1.1" 200 601 0.314765 10.0.0.131 - - [2026-05-25 03:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.349694 10.0.0.73 - - [2026-05-25 03:32:02] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.560357 10.0.0.19 - - [2026-05-25 03:32:02] "POST /fqname-to-id HTTP/1.1" 404 241 0.050316 10.0.0.73 - - [2026-05-25 03:32:03] "POST /neutron/port HTTP/1.1" 400 205 0.004472 10.0.0.73 - - [2026-05-25 03:32:03] "GET / HTTP/1.1" 200 36215 0.002407 10.0.0.73 - - [2026-05-25 03:32:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000568 10.0.0.73 - - [2026-05-25 03:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.067062 10.0.0.131 - - [2026-05-25 03:32:06] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001631 10.0.0.73 - - [2026-05-25 03:32:06] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057837 10.0.0.73 - - [2026-05-25 03:32:06] "POST /neutron/network HTTP/1.1" 200 117 0.041038 10.0.0.131 - - [2026-05-25 03:32:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004681 10.0.0.19 - - [2026-05-25 03:32:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.045618 10.0.0.73 - - [2026-05-25 03:32:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.189672 10.0.0.73 - - [2026-05-25 03:32:06] "POST /id-to-fqname HTTP/1.1" 200 228 0.005702 10.0.0.19 - - [2026-05-25 03:32:06] "POST /ref-update HTTP/1.1" 200 156 0.040289 10.0.0.73 - - [2026-05-25 03:32:06] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.022476 10.0.0.73 - - [2026-05-25 03:32:07] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008108 10.0.0.73 - - [2026-05-25 03:32:07] "POST /neutron/network HTTP/1.1" 200 1005 0.011592 10.0.0.73 - - [2026-05-25 03:32:07] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007679 10.0.0.73 - - [2026-05-25 03:32:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001889 10.0.0.73 - - [2026-05-25 03:32:09] "POST /neutron/port HTTP/1.1" 200 4192 0.064709 10.0.0.131 - - [2026-05-25 03:32:10] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.73 - - [2026-05-25 03:32:10] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.081012 10.0.0.73 - - [2026-05-25 03:32:10] "POST /neutron/port HTTP/1.1" 200 4192 0.046645 10.0.0.73 - - [2026-05-25 03:32:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001522 10.0.0.73 - - [2026-05-25 03:32:10] "POST /neutron/network HTTP/1.1" 200 1015 0.008388 10.0.0.73 - - [2026-05-25 03:32:11] "POST /neutron/port HTTP/1.1" 200 1174 0.027026 10.0.0.73 - - [2026-05-25 03:32:11] "POST /neutron/port HTTP/1.1" 200 1238 0.023209 10.0.0.131 - - [2026-05-25 03:32:11] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001240 10.0.0.73 - - [2026-05-25 03:32:11] "POST /neutron/subnet HTTP/1.1" 200 1380 0.018813 10.0.0.73 - - [2026-05-25 03:32:11] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.115280 10.0.0.73 - - [2026-05-25 03:32:11] "POST /neutron/network HTTP/1.1" 200 1005 0.019218 10.0.0.73 - - [2026-05-25 03:32:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013190 10.0.0.73 - - [2026-05-25 03:32:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001451 10.0.0.73 - - [2026-05-25 03:32:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009767 10.0.0.131 - - [2026-05-25 03:32:12] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001446 10.0.0.73 - - [2026-05-25 03:32:12] "POST /neutron/port HTTP/1.1" 200 1174 0.413185 10.0.0.73 - - [2026-05-25 03:32:13] "POST /neutron/port HTTP/1.1" 200 1228 0.128226 10.0.0.73 - - [2026-05-25 03:32:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005021 10.0.0.73 - - [2026-05-25 03:32:13] "POST /neutron/port HTTP/1.1" 200 117 0.001647 10.0.0.131 - - [2026-05-25 03:32:13] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.73 - - [2026-05-25 03:32:13] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.084756 10.0.0.73 - - [2026-05-25 03:32:13] "POST /neutron/port HTTP/1.1" 200 6360 0.066443 10.0.0.73 - - [2026-05-25 03:32:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001461 10.0.0.73 - - [2026-05-25 03:32:13] "POST /neutron/port HTTP/1.1" 200 6360 0.060703 10.0.0.73 - - [2026-05-25 03:32:14] "POST /neutron/network HTTP/1.1" 200 1015 0.009463 10.0.0.73 - - [2026-05-25 03:32:14] "POST /neutron/port HTTP/1.1" 200 1174 0.026595 10.0.0.73 - - [2026-05-25 03:32:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004480 10.0.0.131 - - [2026-05-25 03:32:15] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.73 - - [2026-05-25 03:32:15] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.105317 10.0.0.73 - - [2026-05-25 03:32:15] "POST /neutron/network HTTP/1.1" 200 1005 0.017118 10.0.0.73 - - [2026-05-25 03:32:15] "POST /neutron/network HTTP/1.1" 200 1005 0.016265 10.0.0.73 - - [2026-05-25 03:32:15] "POST /neutron/port HTTP/1.1" 200 117 0.007339 10.0.0.73 - - [2026-05-25 03:32:15] "POST /neutron/port HTTP/1.1" 200 1238 0.120910 10.0.0.131 - - [2026-05-25 03:32:15] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001942 10.0.0.73 - - [2026-05-25 03:32:16] "GET /virtual-machine/b9b0e2d1-adf0-4a41-93d9-1f64e7f0c6a3 HTTP/1.1" 401 292 0.000449 10.0.0.73 - - [2026-05-25 03:32:16] "POST /neutron/port HTTP/1.1" 200 1174 0.394697 10.0.0.73 - - [2026-05-25 03:32:16] "POST /neutron/port HTTP/1.1" 200 1174 0.019953 10.0.0.73 - - [2026-05-25 03:32:16] "GET /virtual-machine/b9b0e2d1-adf0-4a41-93d9-1f64e7f0c6a3 HTTP/1.1" 200 1303 0.077170 10.0.0.73 - - [2026-05-25 03:32:16] "GET /virtual-machine-interface/3de01c50-0bc0-447a-9fa5-a7993d249043 HTTP/1.1" 200 3182 0.005797 10.0.0.73 - - [2026-05-25 03:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.73 - - [2026-05-25 03:32:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003779 10.0.0.73 - - [2026-05-25 03:32:16] "GET /virtual-networks?parent_id=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002939 10.0.0.73 - - [2026-05-25 03:32:16] "POST /neutron/port HTTP/1.1" 200 1238 0.026802 10.0.0.73 - - [2026-05-25 03:32:16] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.010651 10.0.0.73 - - [2026-05-25 03:32:16] "POST /neutron/subnet HTTP/1.1" 200 1380 0.015577 10.0.0.73 - - [2026-05-25 03:32:16] "POST /neutron/network HTTP/1.1" 200 1005 0.010673 10.0.0.73 - - [2026-05-25 03:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.73 - - [2026-05-25 03:32:19] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006095 10.0.0.73 - - [2026-05-25 03:32:23] "POST /neutron/network HTTP/1.1" 200 937 0.009190 10.0.0.73 - - [2026-05-25 03:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.001487 10.0.0.73 - - [2026-05-25 03:32:23] "POST /neutron/port HTTP/1.1" 200 1219 0.023249 10.0.0.73 - - [2026-05-25 03:32:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006121 10.0.0.73 - - [2026-05-25 03:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.73 - - [2026-05-25 03:32:23] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008009 10.0.0.73 - - [2026-05-25 03:32:23] "POST /neutron/port HTTP/1.1" 200 117 0.002635 10.0.0.73 - - [2026-05-25 03:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005255 10.0.0.73 - - [2026-05-25 03:32:27] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006436 10.0.0.73 - - [2026-05-25 03:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.73 - - [2026-05-25 03:32:32] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007608 10.0.0.73 - - [2026-05-25 03:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.73 - - [2026-05-25 03:32:36] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005831 10.0.0.73 - - [2026-05-25 03:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.73 - - [2026-05-25 03:32:40] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006272 10.0.0.73 - - [2026-05-25 03:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.73 - - [2026-05-25 03:32:44] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006956 10.0.0.19 - - [2026-05-25 03:32:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.19 - - [2026-05-25 03:32:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.131 - - [2026-05-25 03:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000536 10.0.0.131 - - [2026-05-25 03:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.73 - - [2026-05-25 03:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.73 - - [2026-05-25 03:32:48] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006539 10.0.0.19 - - [2026-05-25 03:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000536 10.0.0.19 - - [2026-05-25 03:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.131 - - [2026-05-25 03:32:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.131 - - [2026-05-25 03:32:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.73 - - [2026-05-25 03:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.73 - - [2026-05-25 03:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.73 - - [2026-05-25 03:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.73 - - [2026-05-25 03:32:52] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006474 10.0.0.73 - - [2026-05-25 03:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.73 - - [2026-05-25 03:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.131 - - [2026-05-25 03:32:55] "DELETE /project/52073b3ce79f4bb1bc01445c6dd75b74 HTTP/1.1" 404 173 0.004606 10.0.0.131 - - [2026-05-25 03:32:55] "DELETE /project/7f9ba196-7896-4dfe-bbd6-738cbbd4530e HTTP/1.1" 404 177 0.003872 10.0.0.73 - - [2026-05-25 03:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.73 - - [2026-05-25 03:32:56] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006905 10.0.0.73 - - [2026-05-25 03:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.73 - - [2026-05-25 03:33:00] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007133 10.0.0.73 - - [2026-05-25 03:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.73 - - [2026-05-25 03:33:04] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006618 10.0.0.73 - - [2026-05-25 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.73 - - [2026-05-25 03:33:08] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005655 10.0.0.73 - - [2026-05-25 03:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.73 - - [2026-05-25 03:33:13] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005854 10.0.0.73 - - [2026-05-25 03:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.73 - - [2026-05-25 03:33:17] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005873 10.0.0.73 - - [2026-05-25 03:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.73 - - [2026-05-25 03:33:19] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005541 10.0.0.73 - - [2026-05-25 03:33:19] "GET /virtual-networks?parent_id=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004753 10.0.0.73 - - [2026-05-25 03:33:19] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006055 10.0.0.73 - - [2026-05-25 03:33:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008149 10.0.0.73 - - [2026-05-25 03:33:23] "POST /neutron/port HTTP/1.1" 200 1219 0.021754 10.0.0.73 - - [2026-05-25 03:33:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004613 10.0.0.73 - - [2026-05-25 03:33:23] "POST /neutron/port HTTP/1.1" 200 117 0.001409 10.0.0.73 - - [2026-05-25 03:33:24] "POST /neutron/port HTTP/1.1" 200 1238 0.025337 10.0.0.73 - - [2026-05-25 03:33:24] "POST /neutron/port HTTP/1.1" 200 1107 0.020236 10.0.0.73 - - [2026-05-25 03:33:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.010354 10.0.0.73 - - [2026-05-25 03:33:26] "POST /neutron/port HTTP/1.1" 200 1238 0.026359 10.0.0.73 - - [2026-05-25 03:33:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009272 10.0.0.73 - - [2026-05-25 03:33:34] "POST /neutron/port HTTP/1.1" 200 1238 0.022191 10.0.0.73 - - [2026-05-25 03:33:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008225 10.0.0.73 - - [2026-05-25 03:33:45] "POST /neutron/port HTTP/1.1" 200 1238 0.018656 10.0.0.73 - - [2026-05-25 03:33:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008809 10.0.0.73 - - [2026-05-25 03:33:45] "GET /virtual-machine/a80bad75-7879-42a2-b8b1-b2baa643cf15 HTTP/1.1" 200 1303 0.007071 10.0.0.73 - - [2026-05-25 03:33:45] "GET /virtual-machine-interface/def42139-24fc-4102-a0a6-06b3e5402890 HTTP/1.1" 200 3183 0.007023 10.0.0.73 - - [2026-05-25 03:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.73 - - [2026-05-25 03:33:45] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004624 10.0.0.73 - - [2026-05-25 03:33:45] "GET /virtual-networks?parent_id=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003422 10.0.0.73 - - [2026-05-25 03:33:45] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006712 10.0.0.73 - - [2026-05-25 03:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.73 - - [2026-05-25 03:33:46] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004706 10.0.0.73 - - [2026-05-25 03:33:46] "GET /virtual-networks?parent_id=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003278 10.0.0.73 - - [2026-05-25 03:33:46] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009271 10.0.0.73 - - [2026-05-25 03:33:47] "POST /neutron/port HTTP/1.1" 200 1238 0.020685 10.0.0.73 - - [2026-05-25 03:33:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008242 10.0.0.73 - - [2026-05-25 03:33:47] "GET /virtual-machine/35a52abd-bcc2-4d4c-aa68-95a0a99e713d HTTP/1.1" 200 1302 0.007535 10.0.0.73 - - [2026-05-25 03:33:47] "GET /virtual-machine-interface/4d0b7a64-8d23-4c78-8af9-686dcc7f6866 HTTP/1.1" 200 3182 0.006816 10.0.0.73 - - [2026-05-25 03:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.73 - - [2026-05-25 03:33:47] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004551 10.0.0.73 - - [2026-05-25 03:33:47] "GET /virtual-networks?parent_id=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004651 10.0.0.73 - - [2026-05-25 03:33:47] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006405 10.0.0.73 - - [2026-05-25 03:33:48] "GET /obj-perms HTTP/1.1" 200 5056 0.057278 10.0.0.73 - - [2026-05-25 03:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.73 - - [2026-05-25 03:33:48] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005764 10.0.0.73 - - [2026-05-25 03:33:48] "GET /virtual-networks?parent_id=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005634 10.0.0.73 - - [2026-05-25 03:33:48] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006660 10.0.0.131 - - [2026-05-25 03:34:13] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001425 10.0.0.73 - - [2026-05-25 03:34:13] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.068463 10.0.0.73 - - [2026-05-25 03:34:13] "POST /fqname-to-id HTTP/1.1" 404 226 0.005105 10.0.0.73 - - [2026-05-25 03:34:13] "POST /interface-route-tables HTTP/1.1" 200 577 0.050265 10.0.0.73 - - [2026-05-25 03:34:13] "GET /interface-route-table/ca67fa01-5ea4-4c20-99e6-2b2c7448c379?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.020287 10.0.0.73 - - [2026-05-25 03:34:13] "GET /virtual-machine-interface/3de01c50-0bc0-447a-9fa5-a7993d249043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006339 10.0.0.73 - - [2026-05-25 03:34:13] "POST /ref-update HTTP/1.1" 200 156 0.020751 10.0.0.73 - - [2026-05-25 03:34:24] "POST /neutron/port HTTP/1.1" 200 1107 0.019577 10.0.0.73 - - [2026-05-25 03:34:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004200 10.0.0.73 - - [2026-05-25 03:34:24] "POST /neutron/network HTTP/1.1" 200 927 0.009427 10.0.0.73 - - [2026-05-25 03:34:25] "POST /neutron/network HTTP/1.1" 200 1015 0.008559 10.0.0.73 - - [2026-05-25 03:34:25] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016982 10.0.0.73 - - [2026-05-25 03:34:25] "POST /neutron/network HTTP/1.1" 200 1005 0.009971 10.0.0.19 - - [2026-05-25 03:34:48] "GET /obj-perms HTTP/1.1" 200 5056 0.066528 10.0.0.131 - - [2026-05-25 03:34:49] "GET /obj-perms HTTP/1.1" 200 5056 0.068013 10.0.0.131 - - [2026-05-25 03:35:03] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.037587 10.0.0.73 - - [2026-05-25 03:35:03] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.112741 10.0.0.73 - - [2026-05-25 03:35:03] "POST /fqname-to-id HTTP/1.1" 404 226 0.003815 10.0.0.73 - - [2026-05-25 03:35:03] "POST /interface-route-tables HTTP/1.1" 200 577 0.054274 10.0.0.73 - - [2026-05-25 03:35:03] "GET /interface-route-table/9a745264-b4bc-4581-8a46-e86d42e746ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.007025 10.0.0.73 - - [2026-05-25 03:35:04] "GET /virtual-machine-interface/def42139-24fc-4102-a0a6-06b3e5402890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.007177 10.0.0.73 - - [2026-05-25 03:35:04] "POST /ref-update HTTP/1.1" 200 156 0.021788 10.0.0.73 - - [2026-05-25 03:35:05] "GET /virtual-machine-interface/4d0b7a64-8d23-4c78-8af9-686dcc7f6866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006437 10.0.0.73 - - [2026-05-25 03:35:05] "PUT /virtual-machine-interface/4d0b7a64-8d23-4c78-8af9-686dcc7f6866 HTTP/1.1" 200 285 0.018239 10.0.0.73 - - [2026-05-25 03:35:05] "GET /virtual-machine-interface/3de01c50-0bc0-447a-9fa5-a7993d249043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3047 0.008179 10.0.0.73 - - [2026-05-25 03:35:05] "PUT /virtual-machine-interface/3de01c50-0bc0-447a-9fa5-a7993d249043 HTTP/1.1" 200 285 0.016430 10.0.0.73 - - [2026-05-25 03:35:05] "GET /virtual-machine-interface/def42139-24fc-4102-a0a6-06b3e5402890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3048 0.010317 10.0.0.73 - - [2026-05-25 03:35:05] "PUT /virtual-machine-interface/def42139-24fc-4102-a0a6-06b3e5402890 HTTP/1.1" 200 285 0.018916 10.0.0.73 - - [2026-05-25 03:35:23] "POST /neutron/network HTTP/1.1" 200 1015 0.008802 10.0.0.73 - - [2026-05-25 03:35:23] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016141 10.0.0.73 - - [2026-05-25 03:35:23] "POST /neutron/network HTTP/1.1" 200 1005 0.012147 10.0.0.73 - - [2026-05-25 03:35:25] "POST /neutron/network HTTP/1.1" 200 1015 0.049129 10.0.0.73 - - [2026-05-25 03:35:26] "POST /neutron/subnet HTTP/1.1" 200 1380 0.020375 10.0.0.73 - - [2026-05-25 03:35:26] "POST /neutron/network HTTP/1.1" 200 1005 0.013534 10.0.0.73 - - [2026-05-25 03:36:11] "POST /neutron/port HTTP/1.1" 200 1238 0.023353 10.0.0.73 - - [2026-05-25 03:36:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008047 10.0.0.73 - - [2026-05-25 03:36:11] "GET /virtual-machine/102d474f-4398-4797-929d-9adc30ba5b05 HTTP/1.1" 200 1302 0.007461 10.0.0.73 - - [2026-05-25 03:36:11] "GET /virtual-machine-interface/e4c26f93-8125-4018-a24c-74c9fa51d90e HTTP/1.1" 200 3183 0.005952 10.0.0.73 - - [2026-05-25 03:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.73 - - [2026-05-25 03:36:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005774 10.0.0.73 - - [2026-05-25 03:36:11] "GET /virtual-networks?parent_id=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.006638 10.0.0.73 - - [2026-05-25 03:36:11] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.007081 10.0.0.73 - - [2026-05-25 03:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.73 - - [2026-05-25 03:36:12] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003941 10.0.0.73 - - [2026-05-25 03:36:12] "GET /virtual-networks?parent_id=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003696 10.0.0.73 - - [2026-05-25 03:36:12] "GET /virtual-network/37059d07-5182-4f0e-a56f-0b1c947a9bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006995 10.0.0.73 - - [2026-05-25 03:36:13] "GET /virtual-machine-interface/e4c26f93-8125-4018-a24c-74c9fa51d90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006219 10.0.0.73 - - [2026-05-25 03:36:13] "PUT /virtual-machine-interface/e4c26f93-8125-4018-a24c-74c9fa51d90e HTTP/1.1" 200 285 0.017652 10.0.0.73 - - [2026-05-25 03:36:23] "POST /neutron/network HTTP/1.1" 200 1015 0.046481 10.0.0.73 - - [2026-05-25 03:36:23] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017416 10.0.0.73 - - [2026-05-25 03:36:23] "POST /neutron/network HTTP/1.1" 200 1005 0.012466 10.0.0.73 - - [2026-05-25 03:36:25] "POST /neutron/network HTTP/1.1" 200 1124 0.009179 10.0.0.73 - - [2026-05-25 03:36:25] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014070 10.0.0.73 - - [2026-05-25 03:36:25] "POST /neutron/network HTTP/1.1" 200 1114 0.016939 10.0.0.131 - - [2026-05-25 03:37:00] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.73 - - [2026-05-25 03:37:00] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050771 10.0.0.73 - - [2026-05-25 03:37:00] "POST /fqname-to-id HTTP/1.1" 404 226 0.004765 10.0.0.73 - - [2026-05-25 03:37:00] "POST /interface-route-tables HTTP/1.1" 200 577 0.032956 10.0.0.73 - - [2026-05-25 03:37:00] "GET /interface-route-table/126f55e9-8258-4ea8-8000-9fb87a37e8b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.007994 10.0.0.73 - - [2026-05-25 03:37:00] "GET /virtual-machine-interface/e4c26f93-8125-4018-a24c-74c9fa51d90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007337 10.0.0.73 - - [2026-05-25 03:37:00] "POST /ref-update HTTP/1.1" 200 156 0.017330 10.0.0.73 - - [2026-05-25 03:37:02] "GET /virtual-machine-interface/3de01c50-0bc0-447a-9fa5-a7993d249043?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.008920 10.0.0.73 - - [2026-05-25 03:37:02] "POST /ref-update HTTP/1.1" 200 156 0.023245 10.0.0.73 - - [2026-05-25 03:37:02] "DELETE /interface-route-table/ca67fa01-5ea4-4c20-99e6-2b2c7448c379 HTTP/1.1" 200 115 0.043163 10.0.0.73 - - [2026-05-25 03:37:03] "POST /neutron/port HTTP/1.1" 200 151 0.286979 10.0.0.73 - - [2026-05-25 03:37:25] "GET /virtual-machine-interface/e4c26f93-8125-4018-a24c-74c9fa51d90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.056923 10.0.0.73 - - [2026-05-25 03:37:25] "POST /ref-update HTTP/1.1" 200 156 0.019089 10.0.0.73 - - [2026-05-25 03:37:25] "DELETE /interface-route-table/126f55e9-8258-4ea8-8000-9fb87a37e8b0 HTTP/1.1" 200 115 0.053688 10.0.0.73 - - [2026-05-25 03:37:25] "POST /neutron/network HTTP/1.1" 200 1124 0.011701 10.0.0.73 - - [2026-05-25 03:37:25] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016830 10.0.0.73 - - [2026-05-25 03:37:25] "POST /neutron/network HTTP/1.1" 200 1114 0.011686 10.0.0.73 - - [2026-05-25 03:37:25] "GET /virtual-machine-interface/def42139-24fc-4102-a0a6-06b3e5402890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.007107 10.0.0.73 - - [2026-05-25 03:37:25] "POST /ref-update HTTP/1.1" 200 156 0.022926 10.0.0.73 - - [2026-05-25 03:37:25] "DELETE /interface-route-table/9a745264-b4bc-4581-8a46-e86d42e746ca HTTP/1.1" 200 115 0.046921 10.0.0.73 - - [2026-05-25 03:37:26] "POST /neutron/port HTTP/1.1" 200 1228 0.076720 10.0.0.73 - - [2026-05-25 03:37:26] "POST /neutron/port HTTP/1.1" 200 1238 0.023344 10.0.0.73 - - [2026-05-25 03:37:26] "POST /neutron/port HTTP/1.1" 200 1238 0.027672 10.0.0.73 - - [2026-05-25 03:37:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004482 10.0.0.73 - - [2026-05-25 03:37:27] "POST /neutron/port HTTP/1.1" 200 151 0.312560 10.0.0.73 - - [2026-05-25 03:37:27] "POST /neutron/network HTTP/1.1" 200 927 0.010042 10.0.0.19 - - [2026-05-25 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.040636 10.0.0.131 - - [2026-05-25 03:37:30] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.73 - - [2026-05-25 03:37:30] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.088168 10.0.0.131 - - [2026-05-25 03:37:30] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001925 10.0.0.73 - - [2026-05-25 03:37:30] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?fields=virtual_networks HTTP/1.1" 200 1050 0.056872 10.0.0.131 - - [2026-05-25 03:37:30] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001293 10.0.0.73 - - [2026-05-25 03:37:30] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.050746 10.0.0.131 - - [2026-05-25 03:37:30] "GET /projects?obj_uuids=52073b3c-e79f-4bb1-bc01-445c6dd75b74&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.73 - - [2026-05-25 03:37:30] "GET /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74?fields=security_groups HTTP/1.1" 200 1285 0.042064 10.0.0.73 - - [2026-05-25 03:37:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.033597 10.0.0.131 - - [2026-05-25 03:37:31] "GET /projects?obj_uuids=30412f2a-d438-4b43-a2c7-a8d8c12009ea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003589 10.0.0.131 - - [2026-05-25 03:37:31] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.131 - - [2026-05-25 03:37:31] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046048 10.0.0.131 - - [2026-05-25 03:37:31] "POST /id-to-fqname HTTP/1.1" 200 185 0.003551 10.0.0.131 - - [2026-05-25 03:37:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.008280 10.0.0.131 - - [2026-05-25 03:37:31] "POST /security-groups HTTP/1.1" 200 586 0.039232 10.0.0.131 - - [2026-05-25 03:37:31] "POST /projects HTTP/1.1" 200 575 0.284885 10.0.0.131 - - [2026-05-25 03:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.322379 10.0.0.19 - - [2026-05-25 03:37:31] "POST /access-control-lists HTTP/1.1" 200 593 0.034333 10.0.0.73 - - [2026-05-25 03:37:32] "GET /project/30412f2a-d438-4b43-a2c7-a8d8c12009ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.550009 10.0.0.73 - - [2026-05-25 03:37:33] "GET / HTTP/1.1" 200 36215 0.002471 10.0.0.131 - - [2026-05-25 03:37:36] "GET /projects?obj_uuids=30412f2a-d438-4b43-a2c7-a8d8c12009ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001114 10.0.0.73 - - [2026-05-25 03:37:36] "GET /project/30412f2a-d438-4b43-a2c7-a8d8c12009ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.046345 10.0.0.131 - - [2026-05-25 03:37:36] "GET /projects?obj_uuids=30412f2a-d438-4b43-a2c7-a8d8c12009ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001029 10.0.0.73 - - [2026-05-25 03:37:36] "GET /project/30412f2a-d438-4b43-a2c7-a8d8c12009ea?fields=virtual_networks HTTP/1.1" 200 1024 0.048122 10.0.0.131 - - [2026-05-25 03:37:36] "GET /projects?obj_uuids=30412f2a-d438-4b43-a2c7-a8d8c12009ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001530 10.0.0.73 - - [2026-05-25 03:37:36] "GET /project/30412f2a-d438-4b43-a2c7-a8d8c12009ea?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.046838 10.0.0.131 - - [2026-05-25 03:37:36] "GET /projects?obj_uuids=30412f2a-d438-4b43-a2c7-a8d8c12009ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003633 10.0.0.73 - - [2026-05-25 03:37:36] "GET /project/30412f2a-d438-4b43-a2c7-a8d8c12009ea?fields=security_groups HTTP/1.1" 200 1246 0.048272 10.0.0.73 - - [2026-05-25 03:37:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.036936 10.0.0.131 - - [2026-05-25 03:37:37] "GET /projects?obj_uuids=34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003943 10.0.0.131 - - [2026-05-25 03:37:38] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.131 - - [2026-05-25 03:37:38] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008280 10.0.0.131 - - [2026-05-25 03:37:38] "POST /id-to-fqname HTTP/1.1" 200 195 0.004949 10.0.0.131 - - [2026-05-25 03:37:38] "POST /fqname-to-id HTTP/1.1" 404 204 0.005706 10.0.0.131 - - [2026-05-25 03:37:38] "POST /security-groups HTTP/1.1" 200 596 0.088319 10.0.0.19 - - [2026-05-25 03:37:38] "POST /fqname-to-id HTTP/1.1" 404 239 0.004018 10.0.0.131 - - [2026-05-25 03:37:38] "POST /projects HTTP/1.1" 200 595 0.306877 10.0.0.131 - - [2026-05-25 03:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.387429 10.0.0.19 - - [2026-05-25 03:37:38] "POST /access-control-lists HTTP/1.1" 200 601 0.034815 10.0.0.73 - - [2026-05-25 03:37:38] "GET /project/34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.548800 10.0.0.73 - - [2026-05-25 03:37:39] "GET / HTTP/1.1" 200 36215 0.002537 10.0.0.131 - - [2026-05-25 03:37:42] "GET /projects?obj_uuids=34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001167 10.0.0.73 - - [2026-05-25 03:37:43] "GET /project/34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.053288 10.0.0.131 - - [2026-05-25 03:37:43] "GET /projects?obj_uuids=34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001425 10.0.0.73 - - [2026-05-25 03:37:43] "GET /project/34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6?fields=virtual_networks HTTP/1.1" 200 1044 0.056673 10.0.0.131 - - [2026-05-25 03:37:43] "GET /projects?obj_uuids=34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001171 10.0.0.73 - - [2026-05-25 03:37:43] "GET /project/34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.053998 10.0.0.131 - - [2026-05-25 03:37:43] "GET /projects?obj_uuids=34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001173 10.0.0.73 - - [2026-05-25 03:37:43] "GET /project/34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6?fields=security_groups HTTP/1.1" 200 1276 0.050438 10.0.0.73 - - [2026-05-25 03:37:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.043087 10.0.0.131 - - [2026-05-25 03:37:44] "GET /projects?obj_uuids=cce8824c-5ea0-4f9b-961e-151eca7ebf80&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004250 10.0.0.131 - - [2026-05-25 03:37:44] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.131 - - [2026-05-25 03:37:44] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007502 10.0.0.131 - - [2026-05-25 03:37:44] "POST /id-to-fqname HTTP/1.1" 200 201 0.004412 10.0.0.131 - - [2026-05-25 03:37:44] "POST /fqname-to-id HTTP/1.1" 404 210 0.010676 10.0.0.131 - - [2026-05-25 03:37:44] "POST /security-groups HTTP/1.1" 200 602 0.036265 10.0.0.131 - - [2026-05-25 03:37:44] "POST /projects HTTP/1.1" 200 607 0.265726 10.0.0.131 - - [2026-05-25 03:37:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.301777 10.0.0.19 - - [2026-05-25 03:37:44] "POST /fqname-to-id HTTP/1.1" 404 244 0.015838 10.0.0.73 - - [2026-05-25 03:37:44] "GET /project/cce8824c-5ea0-4f9b-961e-151eca7ebf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.475270 10.0.0.73 - - [2026-05-25 03:37:46] "GET / HTTP/1.1" 200 36215 0.002356 10.0.0.19 - - [2026-05-25 03:37:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.19 - - [2026-05-25 03:37:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.131 - - [2026-05-25 03:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.131 - - [2026-05-25 03:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.19 - - [2026-05-25 03:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.19 - - [2026-05-25 03:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.131 - - [2026-05-25 03:37:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000559 10.0.0.131 - - [2026-05-25 03:37:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.131 - - [2026-05-25 03:37:49] "GET /projects?obj_uuids=cce8824c-5ea0-4f9b-961e-151eca7ebf80&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001054 10.0.0.73 - - [2026-05-25 03:37:49] "GET /project/cce8824c-5ea0-4f9b-961e-151eca7ebf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.058773 10.0.0.131 - - [2026-05-25 03:37:49] "GET /projects?obj_uuids=cce8824c-5ea0-4f9b-961e-151eca7ebf80&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001052 10.0.0.73 - - [2026-05-25 03:37:49] "GET /project/cce8824c-5ea0-4f9b-961e-151eca7ebf80?fields=virtual_networks HTTP/1.1" 200 1057 0.057585 10.0.0.131 - - [2026-05-25 03:37:49] "GET /projects?obj_uuids=cce8824c-5ea0-4f9b-961e-151eca7ebf80&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001267 10.0.0.73 - - [2026-05-25 03:37:49] "GET /project/cce8824c-5ea0-4f9b-961e-151eca7ebf80?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.052630 10.0.0.131 - - [2026-05-25 03:37:49] "GET /projects?obj_uuids=cce8824c-5ea0-4f9b-961e-151eca7ebf80&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001617 10.0.0.73 - - [2026-05-25 03:37:49] "GET /project/cce8824c-5ea0-4f9b-961e-151eca7ebf80?fields=security_groups HTTP/1.1" 200 1295 0.053855 10.0.0.73 - - [2026-05-25 03:37:50] "POST /fqname-to-id HTTP/1.1" 404 185 0.030134 10.0.0.131 - - [2026-05-25 03:37:50] "GET /projects?obj_uuids=97004019-8f3d-4a18-a5ec-7dbc12ea128a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004980 10.0.0.131 - - [2026-05-25 03:37:51] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001517 10.0.0.131 - - [2026-05-25 03:37:51] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009586 10.0.0.131 - - [2026-05-25 03:37:51] "POST /id-to-fqname HTTP/1.1" 200 187 0.003608 10.0.0.131 - - [2026-05-25 03:37:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.007783 10.0.0.131 - - [2026-05-25 03:37:51] "POST /security-groups HTTP/1.1" 200 588 0.085487 10.0.0.131 - - [2026-05-25 03:37:51] "POST /projects HTTP/1.1" 200 579 0.318635 10.0.0.131 - - [2026-05-25 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.650559 10.0.0.19 - - [2026-05-25 03:37:51] "POST /access-control-lists HTTP/1.1" 200 595 0.035784 10.0.0.73 - - [2026-05-25 03:37:51] "GET /project/97004019-8f3d-4a18-a5ec-7dbc12ea128a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.840761 10.0.0.73 - - [2026-05-25 03:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000606 10.0.0.73 - - [2026-05-25 03:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.19 - - [2026-05-25 03:37:52] "DELETE /access-control-list/e5bbaad4-d5e2-4c6e-99ed-7698f0b8e738 HTTP/1.1" 200 115 0.044680 10.0.0.73 - - [2026-05-25 03:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.73 - - [2026-05-25 03:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.73 - - [2026-05-25 03:37:53] "GET / HTTP/1.1" 200 36215 0.003657 10.0.0.131 - - [2026-05-25 03:37:56] "DELETE /project/cce8824c5ea04f9b961e151eca7ebf80 HTTP/1.1" 404 173 0.014051 10.0.0.131 - - [2026-05-25 03:37:56] "DELETE /project/52073b3c-e79f-4bb1-bc01-445c6dd75b74 HTTP/1.1" 404 177 0.020714 10.0.0.131 - - [2026-05-25 03:37:56] "DELETE /project/34bb69f373a54e9ea4cc5fb8a0efeff6 HTTP/1.1" 404 173 0.013820 10.0.0.131 - - [2026-05-25 03:37:56] "DELETE /project/30412f2ad4384b43a2c7a8d8c12009ea HTTP/1.1" 404 173 0.020293 10.0.0.131 - - [2026-05-25 03:37:56] "DELETE /project/970040198f3d4a18a5ec7dbc12ea128a HTTP/1.1" 404 173 0.016854 10.0.0.131 - - [2026-05-25 03:37:56] "GET /projects?obj_uuids=cce8824c-5ea0-4f9b-961e-151eca7ebf80&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001674 10.0.0.131 - - [2026-05-25 03:37:56] "GET /projects?obj_uuids=30412f2a-d438-4b43-a2c7-a8d8c12009ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001531 10.0.0.131 - - [2026-05-25 03:37:56] "GET /projects?obj_uuids=34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001003 10.0.0.131 - - [2026-05-25 03:37:56] "GET /project/34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.089180 10.0.0.131 - - [2026-05-25 03:37:56] "GET /projects?obj_uuids=34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001451 10.0.0.131 - - [2026-05-25 03:37:56] "GET /project/30412f2a-d438-4b43-a2c7-a8d8c12009ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.115397 10.0.0.131 - - [2026-05-25 03:37:56] "GET /project/cce8824c-5ea0-4f9b-961e-151eca7ebf80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.119515 10.0.0.131 - - [2026-05-25 03:37:56] "GET /projects?obj_uuids=cce8824c-5ea0-4f9b-961e-151eca7ebf80&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004357 10.0.0.131 - - [2026-05-25 03:37:56] "GET /projects?obj_uuids=30412f2a-d438-4b43-a2c7-a8d8c12009ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001162 10.0.0.131 - - [2026-05-25 03:37:56] "GET /project/34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6?fields=security_groups HTTP/1.1" 200 1378 0.112691 10.0.0.131 - - [2026-05-25 03:37:56] "GET /project/cce8824c-5ea0-4f9b-961e-151eca7ebf80?fields=security_groups HTTP/1.1" 200 1397 0.118702 10.0.0.131 - - [2026-05-25 03:37:56] "GET /project/30412f2a-d438-4b43-a2c7-a8d8c12009ea?fields=security_groups HTTP/1.1" 200 1348 0.170069 10.0.0.131 - - [2026-05-25 03:37:56] "DELETE /security-group/4f9e69fe-352f-41d5-a7fe-3158db2fde55 HTTP/1.1" 200 115 0.117055 10.0.0.131 - - [2026-05-25 03:37:56] "GET /projects?obj_uuids=34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001517 10.0.0.131 - - [2026-05-25 03:37:56] "DELETE /security-group/f1b30a8e-a48a-4119-b93b-fee2c706983e HTTP/1.1" 200 115 0.161514 10.0.0.131 - - [2026-05-25 03:37:56] "GET /projects?obj_uuids=cce8824c-5ea0-4f9b-961e-151eca7ebf80&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002046 10.0.0.131 - - [2026-05-25 03:37:56] "GET /projects?obj_uuids=97004019-8f3d-4a18-a5ec-7dbc12ea128a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001801 10.0.0.131 - - [2026-05-25 03:37:56] "GET /project/34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6?fields=application_policy_sets HTTP/1.1" 200 1417 0.133806 10.0.0.19 - - [2026-05-25 03:37:56] "DELETE /access-control-list/97ee0e26-a173-4903-ac8d-0434f9e1b17e HTTP/1.1" 200 115 0.152110 10.0.0.131 - - [2026-05-25 03:37:56] "DELETE /security-group/b906f09c-00d0-4420-b046-19e40d526db6 HTTP/1.1" 200 115 0.227792 10.0.0.131 - - [2026-05-25 03:37:56] "GET /projects?obj_uuids=30412f2a-d438-4b43-a2c7-a8d8c12009ea&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.007814 10.0.0.73 - - [2026-05-25 03:37:57] "GET /project/97004019-8f3d-4a18-a5ec-7dbc12ea128a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.151081 10.0.0.131 - - [2026-05-25 03:37:57] "GET /project/cce8824c-5ea0-4f9b-961e-151eca7ebf80?fields=application_policy_sets HTTP/1.1" 200 1436 0.179560 10.0.0.131 - - [2026-05-25 03:37:57] "GET /projects?obj_uuids=97004019-8f3d-4a18-a5ec-7dbc12ea128a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001622 10.0.0.19 - - [2026-05-25 03:37:57] "DELETE /access-control-list/3d640308-1eb9-471a-9e93-16cd018c1ecd HTTP/1.1" 200 115 0.108593 10.0.0.131 - - [2026-05-25 03:37:57] "GET /project/30412f2a-d438-4b43-a2c7-a8d8c12009ea?fields=application_policy_sets HTTP/1.1" 200 1387 0.173407 10.0.0.73 - - [2026-05-25 03:37:57] "GET /project/97004019-8f3d-4a18-a5ec-7dbc12ea128a?fields=virtual_networks HTTP/1.1" 200 1029 0.128970 10.0.0.131 - - [2026-05-25 03:37:57] "GET /projects?obj_uuids=97004019-8f3d-4a18-a5ec-7dbc12ea128a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001219 10.0.0.131 - - [2026-05-25 03:37:57] "DELETE /project/34bb69f3-73a5-4e9e-a4cc-5fb8a0efeff6 HTTP/1.1" 200 115 0.994189 10.0.0.73 - - [2026-05-25 03:37:57] "GET /project/97004019-8f3d-4a18-a5ec-7dbc12ea128a?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.181965 10.0.0.131 - - [2026-05-25 03:37:57] "DELETE /project/cce8824c-5ea0-4f9b-961e-151eca7ebf80 HTTP/1.1" 200 115 1.075971 10.0.0.131 - - [2026-05-25 03:37:57] "GET /projects?obj_uuids=97004019-8f3d-4a18-a5ec-7dbc12ea128a&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.004966 10.0.0.131 - - [2026-05-25 03:37:57] "DELETE /project/30412f2a-d438-4b43-a2c7-a8d8c12009ea HTTP/1.1" 200 115 1.123299 10.0.0.73 - - [2026-05-25 03:37:57] "GET /project/97004019-8f3d-4a18-a5ec-7dbc12ea128a?fields=security_groups HTTP/1.1" 200 1253 0.067895 10.0.0.73 - - [2026-05-25 03:37:58] "POST /fqname-to-id HTTP/1.1" 404 182 0.039552 10.0.0.131 - - [2026-05-25 03:37:58] "GET /projects?obj_uuids=24f16869-9df2-44ef-a517-3853bc8a5f98&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005752 10.0.0.131 - - [2026-05-25 03:37:58] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.131 - - [2026-05-25 03:37:58] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008328 10.0.0.131 - - [2026-05-25 03:37:58] "POST /id-to-fqname HTTP/1.1" 200 184 0.001300 10.0.0.131 - - [2026-05-25 03:37:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.009116 10.0.0.131 - - [2026-05-25 03:37:59] "POST /security-groups HTTP/1.1" 200 585 0.087964 10.0.0.131 - - [2026-05-25 03:37:59] "POST /projects HTTP/1.1" 200 573 0.312799 10.0.0.131 - - [2026-05-25 03:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.357226 10.0.0.19 - - [2026-05-25 03:37:59] "POST /access-control-lists HTTP/1.1" 200 592 0.033882 10.0.0.73 - - [2026-05-25 03:37:59] "GET /project/24f16869-9df2-44ef-a517-3853bc8a5f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.558327 10.0.0.73 - - [2026-05-25 03:38:00] "GET / HTTP/1.1" 200 36215 0.002274 10.0.0.131 - - [2026-05-25 03:38:03] "GET /projects?obj_uuids=24f16869-9df2-44ef-a517-3853bc8a5f98&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001193 10.0.0.73 - - [2026-05-25 03:38:03] "GET /project/24f16869-9df2-44ef-a517-3853bc8a5f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.055169 10.0.0.131 - - [2026-05-25 03:38:03] "GET /projects?obj_uuids=24f16869-9df2-44ef-a517-3853bc8a5f98&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001560 10.0.0.73 - - [2026-05-25 03:38:03] "GET /project/24f16869-9df2-44ef-a517-3853bc8a5f98?fields=virtual_networks HTTP/1.1" 200 1022 0.053030 10.0.0.131 - - [2026-05-25 03:38:03] "GET /projects?obj_uuids=24f16869-9df2-44ef-a517-3853bc8a5f98&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002197 10.0.0.73 - - [2026-05-25 03:38:03] "GET /project/24f16869-9df2-44ef-a517-3853bc8a5f98?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.051783 10.0.0.131 - - [2026-05-25 03:38:03] "GET /projects?obj_uuids=24f16869-9df2-44ef-a517-3853bc8a5f98&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001457 10.0.0.73 - - [2026-05-25 03:38:03] "GET /project/24f16869-9df2-44ef-a517-3853bc8a5f98?fields=security_groups HTTP/1.1" 200 1243 0.057053 10.0.0.73 - - [2026-05-25 03:38:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.040441 10.0.0.131 - - [2026-05-25 03:38:05] "GET /projects?obj_uuids=25f9103d-fc52-42fa-87f8-1fcf877ed729&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003469 10.0.0.131 - - [2026-05-25 03:38:05] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.131 - - [2026-05-25 03:38:05] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007383 10.0.0.131 - - [2026-05-25 03:38:05] "POST /id-to-fqname HTTP/1.1" 200 188 0.003471 10.0.0.131 - - [2026-05-25 03:38:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.004747 10.0.0.131 - - [2026-05-25 03:38:05] "POST /security-groups HTTP/1.1" 200 589 0.036186 10.0.0.19 - - [2026-05-25 03:38:05] "POST /fqname-to-id HTTP/1.1" 404 232 0.003885 10.0.0.131 - - [2026-05-25 03:38:05] "POST /projects HTTP/1.1" 200 581 0.244352 10.0.0.131 - - [2026-05-25 03:38:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.288908 10.0.0.19 - - [2026-05-25 03:38:05] "POST /access-control-lists HTTP/1.1" 200 594 0.034852 10.0.0.73 - - [2026-05-25 03:38:05] "GET /project/25f9103d-fc52-42fa-87f8-1fcf877ed729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.447681 10.0.0.73 - - [2026-05-25 03:38:06] "GET / HTTP/1.1" 200 36215 0.002265 10.0.0.131 - - [2026-05-25 03:38:09] "GET /projects?obj_uuids=25f9103d-fc52-42fa-87f8-1fcf877ed729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001431 10.0.0.73 - - [2026-05-25 03:38:10] "GET /project/25f9103d-fc52-42fa-87f8-1fcf877ed729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.072648 10.0.0.131 - - [2026-05-25 03:38:10] "GET /projects?obj_uuids=25f9103d-fc52-42fa-87f8-1fcf877ed729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002408 10.0.0.73 - - [2026-05-25 03:38:10] "GET /project/25f9103d-fc52-42fa-87f8-1fcf877ed729?fields=virtual_networks HTTP/1.1" 200 1029 0.088028 10.0.0.131 - - [2026-05-25 03:38:10] "GET /projects?obj_uuids=25f9103d-fc52-42fa-87f8-1fcf877ed729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001766 10.0.0.73 - - [2026-05-25 03:38:10] "GET /project/25f9103d-fc52-42fa-87f8-1fcf877ed729?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.069390 10.0.0.131 - - [2026-05-25 03:38:10] "GET /projects?obj_uuids=25f9103d-fc52-42fa-87f8-1fcf877ed729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001442 10.0.0.73 - - [2026-05-25 03:38:10] "GET /project/25f9103d-fc52-42fa-87f8-1fcf877ed729?fields=security_groups HTTP/1.1" 200 1254 0.039051 10.0.0.73 - - [2026-05-25 03:38:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.034779 10.0.0.131 - - [2026-05-25 03:38:11] "GET /projects?obj_uuids=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004576 10.0.0.131 - - [2026-05-25 03:38:11] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.131 - - [2026-05-25 03:38:11] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007901 10.0.0.131 - - [2026-05-25 03:38:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.001243 10.0.0.131 - - [2026-05-25 03:38:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.010765 10.0.0.131 - - [2026-05-25 03:38:11] "POST /security-groups HTTP/1.1" 200 589 0.077931 10.0.0.131 - - [2026-05-25 03:38:11] "POST /projects HTTP/1.1" 200 581 0.309329 10.0.0.19 - - [2026-05-25 03:38:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.010189 10.0.0.131 - - [2026-05-25 03:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.386634 10.0.0.73 - - [2026-05-25 03:38:11] "GET /project/8e074af9-6de8-4286-846a-12415913da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.536667 10.0.0.73 - - [2026-05-25 03:38:13] "GET / HTTP/1.1" 200 36215 0.001826 10.0.0.73 - - [2026-05-25 03:38:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000592 10.0.0.73 - - [2026-05-25 03:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.068078 10.0.0.131 - - [2026-05-25 03:38:15] "GET /projects?obj_uuids=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.73 - - [2026-05-25 03:38:15] "GET /project/8e074af9-6de8-4286-846a-12415913da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048034 10.0.0.73 - - [2026-05-25 03:38:15] "POST /neutron/network HTTP/1.1" 200 117 0.045494 10.0.0.19 - - [2026-05-25 03:38:15] "POST /ref-update HTTP/1.1" 200 156 0.022934 10.0.0.73 - - [2026-05-25 03:38:16] "POST /neutron/network HTTP/1.1" 200 821 0.011143 10.0.0.73 - - [2026-05-25 03:38:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001400 10.0.0.73 - - [2026-05-25 03:38:16] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005950 10.0.0.73 - - [2026-05-25 03:38:16] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006551 10.0.0.73 - - [2026-05-25 03:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.73 - - [2026-05-25 03:38:16] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007119 10.0.0.73 - - [2026-05-25 03:38:16] "PUT /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502 HTTP/1.1" 200 265 0.080073 10.0.0.73 - - [2026-05-25 03:38:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.016692 10.0.0.73 - - [2026-05-25 03:38:17] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006376 10.0.0.73 - - [2026-05-25 03:38:17] "GET /obj-perms HTTP/1.1" 200 5026 0.074595 10.0.0.19 - - [2026-05-25 03:38:18] "GET /obj-perms HTTP/1.1" 200 5026 0.070038 10.0.0.131 - - [2026-05-25 03:38:18] "GET /obj-perms HTTP/1.1" 200 5026 0.066958 10.0.0.73 - - [2026-05-25 03:38:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.001812 10.0.0.73 - - [2026-05-25 03:38:18] "POST /neutron/port HTTP/1.1" 200 4192 0.037684 10.0.0.131 - - [2026-05-25 03:38:19] "GET /projects?obj_uuids=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001329 10.0.0.73 - - [2026-05-25 03:38:19] "GET /project/8e074af9-6de8-4286-846a-12415913da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.099431 10.0.0.73 - - [2026-05-25 03:38:20] "POST /neutron/port HTTP/1.1" 200 4192 0.038955 10.0.0.73 - - [2026-05-25 03:38:20] "POST /neutron/network HTTP/1.1" 200 831 0.008599 10.0.0.73 - - [2026-05-25 03:38:21] "POST /neutron/port HTTP/1.1" 200 1057 0.021796 10.0.0.73 - - [2026-05-25 03:38:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004825 10.0.0.73 - - [2026-05-25 03:38:21] "POST /neutron/network HTTP/1.1" 200 821 0.009668 10.0.0.73 - - [2026-05-25 03:38:25] "POST /neutron/port HTTP/1.1" 200 1121 0.023502 10.0.0.73 - - [2026-05-25 03:38:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009985 10.0.0.73 - - [2026-05-25 03:38:25] "GET /virtual-machine/b1b6d351-5d10-46b9-bb65-032131dd8a2e HTTP/1.1" 401 292 0.000446 10.0.0.73 - - [2026-05-25 03:38:25] "GET /virtual-machine/b1b6d351-5d10-46b9-bb65-032131dd8a2e HTTP/1.1" 200 1293 0.042015 10.0.0.73 - - [2026-05-25 03:38:25] "GET /virtual-machine-interface/154fd89f-2242-4f94-a108-0774eafa2c5c HTTP/1.1" 200 2937 0.009359 10.0.0.73 - - [2026-05-25 03:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.73 - - [2026-05-25 03:38:25] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004435 10.0.0.73 - - [2026-05-25 03:38:25] "GET /virtual-networks?parent_id=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003288 10.0.0.73 - - [2026-05-25 03:38:25] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.010411 10.0.0.73 - - [2026-05-25 03:38:26] "POST /neutron/network HTTP/1.1" 200 937 0.012685 10.0.0.73 - - [2026-05-25 03:38:26] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.73 - - [2026-05-25 03:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005317 10.0.0.73 - - [2026-05-25 03:38:29] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006688 10.0.0.73 - - [2026-05-25 03:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.73 - - [2026-05-25 03:38:33] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006855 10.0.0.73 - - [2026-05-25 03:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.73 - - [2026-05-25 03:38:37] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007203 10.0.0.73 - - [2026-05-25 03:38:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.73 - - [2026-05-25 03:38:41] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006383 10.0.0.73 - - [2026-05-25 03:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.73 - - [2026-05-25 03:38:45] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005683 10.0.0.73 - - [2026-05-25 03:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.73 - - [2026-05-25 03:38:49] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006220 10.0.0.19 - - [2026-05-25 03:38:53] "DELETE /access-control-list/4f06fd8d-ab7b-4a3f-a668-9c2ecde5415a HTTP/1.1" 200 115 0.035992 10.0.0.73 - - [2026-05-25 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007156 10.0.0.73 - - [2026-05-25 03:38:53] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.017813 10.0.0.131 - - [2026-05-25 03:38:57] "DELETE /project/97004019-8f3d-4a18-a5ec-7dbc12ea128a HTTP/1.1" 404 177 0.015848 10.0.0.131 - - [2026-05-25 03:38:57] "DELETE /project/25f9103dfc5242fa87f81fcf877ed729 HTTP/1.1" 404 173 0.020104 10.0.0.131 - - [2026-05-25 03:38:57] "DELETE /project/24f168699df244efa5173853bc8a5f98 HTTP/1.1" 404 173 0.018483 10.0.0.131 - - [2026-05-25 03:38:57] "DELETE /project/8e074af96de84286846a12415913da7a HTTP/1.1" 404 173 0.015791 10.0.0.131 - - [2026-05-25 03:38:57] "GET /projects?obj_uuids=24f16869-9df2-44ef-a517-3853bc8a5f98&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001095 10.0.0.131 - - [2026-05-25 03:38:57] "GET /projects?obj_uuids=25f9103d-fc52-42fa-87f8-1fcf877ed729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000818 10.0.0.131 - - [2026-05-25 03:38:57] "GET /project/24f16869-9df2-44ef-a517-3853bc8a5f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.053017 10.0.0.131 - - [2026-05-25 03:38:57] "GET /projects?obj_uuids=24f16869-9df2-44ef-a517-3853bc8a5f98&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001432 10.0.0.131 - - [2026-05-25 03:38:57] "GET /project/25f9103d-fc52-42fa-87f8-1fcf877ed729?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.080538 10.0.0.131 - - [2026-05-25 03:38:57] "GET /projects?obj_uuids=25f9103d-fc52-42fa-87f8-1fcf877ed729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001377 10.0.0.131 - - [2026-05-25 03:38:57] "GET /project/24f16869-9df2-44ef-a517-3853bc8a5f98?fields=security_groups HTTP/1.1" 200 1345 0.069836 10.0.0.73 - - [2026-05-25 03:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.011882 10.0.0.131 - - [2026-05-25 03:38:57] "GET /project/25f9103d-fc52-42fa-87f8-1fcf877ed729?fields=security_groups HTTP/1.1" 200 1356 0.130391 10.0.0.73 - - [2026-05-25 03:38:57] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.010543 10.0.0.131 - - [2026-05-25 03:38:57] "DELETE /security-group/822cd8af-50c9-44c4-8027-e86aa69f5bd0 HTTP/1.1" 200 115 0.119719 10.0.0.131 - - [2026-05-25 03:38:57] "GET /projects?obj_uuids=24f16869-9df2-44ef-a517-3853bc8a5f98&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001405 10.0.0.131 - - [2026-05-25 03:38:57] "GET /project/24f16869-9df2-44ef-a517-3853bc8a5f98?fields=application_policy_sets HTTP/1.1" 200 1384 0.064166 10.0.0.19 - - [2026-05-25 03:38:57] "DELETE /access-control-list/e12a95bb-13dd-41aa-8a96-c40101211897 HTTP/1.1" 200 115 0.063155 10.0.0.131 - - [2026-05-25 03:38:57] "DELETE /security-group/7ce54a4e-19ca-43f1-9855-7d8842ac632b HTTP/1.1" 200 115 0.117899 10.0.0.131 - - [2026-05-25 03:38:57] "GET /projects?obj_uuids=25f9103d-fc52-42fa-87f8-1fcf877ed729&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002329 10.0.0.131 - - [2026-05-25 03:38:58] "GET /project/25f9103d-fc52-42fa-87f8-1fcf877ed729?fields=application_policy_sets HTTP/1.1" 200 1395 0.086815 10.0.0.131 - - [2026-05-25 03:38:58] "DELETE /project/24f16869-9df2-44ef-a517-3853bc8a5f98 HTTP/1.1" 200 115 0.608236 10.0.0.131 - - [2026-05-25 03:38:58] "DELETE /project/25f9103d-fc52-42fa-87f8-1fcf877ed729 HTTP/1.1" 200 115 0.684832 10.0.0.73 - - [2026-05-25 03:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.73 - - [2026-05-25 03:39:01] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006408 10.0.0.73 - - [2026-05-25 03:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.73 - - [2026-05-25 03:39:03] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005196 10.0.0.73 - - [2026-05-25 03:39:03] "GET /virtual-networks?parent_id=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004824 10.0.0.73 - - [2026-05-25 03:39:04] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006533 10.0.0.73 - - [2026-05-25 03:39:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009993 10.0.0.73 - - [2026-05-25 03:39:14] "POST /neutron/port HTTP/1.1" 200 1121 0.020522 10.0.0.73 - - [2026-05-25 03:39:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.046719 10.0.0.73 - - [2026-05-25 03:39:24] "POST /neutron/port HTTP/1.1" 200 1121 0.021016 10.0.0.73 - - [2026-05-25 03:39:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009570 10.0.0.73 - - [2026-05-25 03:39:25] "POST /neutron/port HTTP/1.1" 200 1121 0.031985 10.0.0.73 - - [2026-05-25 03:39:25] "POST /neutron/network HTTP/1.1" 200 821 0.008035 10.0.0.73 - - [2026-05-25 03:39:25] "POST /id-to-fqname HTTP/1.1" 200 218 0.001631 10.0.0.73 - - [2026-05-25 03:39:25] "GET /virtual-machine/b1b6d351-5d10-46b9-bb65-032131dd8a2e HTTP/1.1" 200 1293 0.004566 10.0.0.73 - - [2026-05-25 03:39:25] "GET /virtual-machine-interface/154fd89f-2242-4f94-a108-0774eafa2c5c HTTP/1.1" 200 2937 0.005539 10.0.0.73 - - [2026-05-25 03:39:25] "GET /instance-ip/afa538e4-65e6-44d4-9365-6d21f43a4eb5 HTTP/1.1" 200 1619 0.008461 10.0.0.73 - - [2026-05-25 03:39:25] "POST /fqname-to-id HTTP/1.1" 404 208 0.003939 10.0.0.73 - - [2026-05-25 03:39:25] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006122 10.0.0.131 - - [2026-05-25 03:39:25] "GET /projects?obj_uuids=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.73 - - [2026-05-25 03:39:25] "GET /project/8e074af9-6de8-4286-846a-12415913da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.055732 10.0.0.73 - - [2026-05-25 03:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.73 - - [2026-05-25 03:39:25] "GET /security-group/a30803e2-a182-4c0e-91f7-758a44cf50a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3751 0.004534 10.0.0.73 - - [2026-05-25 03:39:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.089837 10.0.0.73 - - [2026-05-25 03:39:25] "POST /instance-ips HTTP/1.1" 200 358 0.057162 10.0.0.73 - - [2026-05-25 03:39:25] "GET /instance-ip/c87e2b58-f311-4170-a138-9e0a03b7461e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.006434 10.0.0.73 - - [2026-05-25 03:39:25] "GET /virtual-machine-interface/9b434997-ce27-4c2e-9380-84cbf4243a8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.007829 10.0.0.73 - - [2026-05-25 03:39:25] "GET /virtual-machine-interface/9b434997-ce27-4c2e-9380-84cbf4243a8d?fields=instance_ip_back_refs HTTP/1.1" 200 1326 0.008076 10.0.0.73 - - [2026-05-25 03:39:25] "GET /instance-ip/c87e2b58-f311-4170-a138-9e0a03b7461e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1574 0.005433 10.0.0.73 - - [2026-05-25 03:39:26] "POST /id-to-fqname HTTP/1.1" 200 218 0.001436 10.0.0.73 - - [2026-05-25 03:39:26] "POST /neutron/port HTTP/1.1" 200 965 0.033346 10.0.0.73 - - [2026-05-25 03:39:26] "POST /neutron/port HTTP/1.1" 200 965 0.016937 10.0.0.73 - - [2026-05-25 03:39:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009557 10.0.0.73 - - [2026-05-25 03:39:27] "POST /neutron/port HTTP/1.1" 200 965 0.013171 10.0.0.73 - - [2026-05-25 03:39:27] "POST /neutron/port HTTP/1.1" 200 965 0.012814 10.0.0.73 - - [2026-05-25 03:39:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004929 10.0.0.73 - - [2026-05-25 03:39:27] "POST /neutron/network HTTP/1.1" 200 821 0.007328 10.0.0.73 - - [2026-05-25 03:39:29] "POST /neutron/network HTTP/1.1" 200 1124 0.009303 10.0.0.73 - - [2026-05-25 03:39:29] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016206 10.0.0.73 - - [2026-05-25 03:39:29] "POST /neutron/network HTTP/1.1" 200 1114 0.010086 10.0.0.73 - - [2026-05-25 03:39:32] "POST /neutron/port HTTP/1.1" 200 1067 0.025951 10.0.0.73 - - [2026-05-25 03:39:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010894 10.0.0.73 - - [2026-05-25 03:39:32] "GET /virtual-machine/efa292f4-f3fd-4ced-915d-85bf2603e05d HTTP/1.1" 200 1271 0.007680 10.0.0.73 - - [2026-05-25 03:39:32] "GET /virtual-machine-interface/9b434997-ce27-4c2e-9380-84cbf4243a8d HTTP/1.1" 200 2988 0.006499 10.0.0.73 - - [2026-05-25 03:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.73 - - [2026-05-25 03:39:32] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005216 10.0.0.73 - - [2026-05-25 03:39:32] "GET /virtual-networks?parent_id=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003366 10.0.0.73 - - [2026-05-25 03:39:32] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006859 10.0.0.73 - - [2026-05-25 03:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.73 - - [2026-05-25 03:39:35] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007204 10.0.0.73 - - [2026-05-25 03:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005054 10.0.0.73 - - [2026-05-25 03:39:39] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006657 10.0.0.73 - - [2026-05-25 03:39:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.73 - - [2026-05-25 03:39:43] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007447 10.0.0.73 - - [2026-05-25 03:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.73 - - [2026-05-25 03:39:47] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005667 10.0.0.73 - - [2026-05-25 03:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.73 - - [2026-05-25 03:39:51] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005930 10.0.0.73 - - [2026-05-25 03:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004744 10.0.0.73 - - [2026-05-25 03:39:56] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.009506 10.0.0.73 - - [2026-05-25 03:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005091 10.0.0.73 - - [2026-05-25 03:40:00] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007104 10.0.0.73 - - [2026-05-25 03:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.73 - - [2026-05-25 03:40:04] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007336 10.0.0.73 - - [2026-05-25 03:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.73 - - [2026-05-25 03:40:08] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005852 10.0.0.73 - - [2026-05-25 03:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.73 - - [2026-05-25 03:40:12] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006841 10.0.0.73 - - [2026-05-25 03:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.73 - - [2026-05-25 03:40:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007574 10.0.0.73 - - [2026-05-25 03:40:16] "GET /virtual-networks?parent_id=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003537 10.0.0.73 - - [2026-05-25 03:40:16] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006988 10.0.0.73 - - [2026-05-25 03:40:21] "POST /neutron/port HTTP/1.1" 200 1067 0.021219 10.0.0.73 - - [2026-05-25 03:40:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010062 10.0.0.73 - - [2026-05-25 03:40:30] "POST /neutron/port HTTP/1.1" 200 1219 0.020986 10.0.0.73 - - [2026-05-25 03:40:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004962 10.0.0.73 - - [2026-05-25 03:40:30] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.73 - - [2026-05-25 03:40:31] "POST /neutron/port HTTP/1.1" 200 1107 0.068290 10.0.0.73 - - [2026-05-25 03:40:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004649 10.0.0.73 - - [2026-05-25 03:40:32] "POST /neutron/network HTTP/1.1" 200 927 0.008386 10.0.0.73 - - [2026-05-25 03:40:37] "POST /id-to-fqname HTTP/1.1" 200 218 0.001772 10.0.0.73 - - [2026-05-25 03:40:37] "POST /neutron/port HTTP/1.1" 200 6074 0.045241 10.0.0.131 - - [2026-05-25 03:40:38] "GET /projects?obj_uuids=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.044986 10.0.0.73 - - [2026-05-25 03:40:38] "GET /project/8e074af9-6de8-4286-846a-12415913da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.128676 10.0.0.73 - - [2026-05-25 03:40:38] "POST /neutron/network HTTP/1.1" 200 821 0.047327 10.0.0.73 - - [2026-05-25 03:40:39] "POST /neutron/port HTTP/1.1" 200 117 0.012523 10.0.0.131 - - [2026-05-25 03:40:39] "GET /projects?obj_uuids=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001518 10.0.0.73 - - [2026-05-25 03:40:39] "POST /neutron/port HTTP/1.1" 200 1057 0.360241 10.0.0.73 - - [2026-05-25 03:40:40] "POST /neutron/port HTTP/1.1" 200 1111 0.160259 10.0.0.73 - - [2026-05-25 03:40:40] "POST /neutron/subnet HTTP/1.1" 200 694 0.011267 10.0.0.73 - - [2026-05-25 03:40:44] "POST /neutron/port HTTP/1.1" 200 1121 0.022902 10.0.0.73 - - [2026-05-25 03:40:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009739 10.0.0.73 - - [2026-05-25 03:40:44] "GET /virtual-machine/28a6f6be-20e8-4a73-9183-a15b33772085 HTTP/1.1" 200 1292 0.008072 10.0.0.73 - - [2026-05-25 03:40:44] "GET /virtual-machine-interface/782c2b46-53e9-49d4-83ec-1c31075251ed HTTP/1.1" 200 2936 0.006981 10.0.0.73 - - [2026-05-25 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.73 - - [2026-05-25 03:40:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004394 10.0.0.73 - - [2026-05-25 03:40:44] "GET /virtual-networks?parent_id=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004446 10.0.0.73 - - [2026-05-25 03:40:44] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.009363 10.0.0.73 - - [2026-05-25 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.73 - - [2026-05-25 03:40:47] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007342 10.0.0.73 - - [2026-05-25 03:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.73 - - [2026-05-25 03:40:51] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.013372 10.0.0.73 - - [2026-05-25 03:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.73 - - [2026-05-25 03:40:56] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006316 10.0.0.73 - - [2026-05-25 03:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.73 - - [2026-05-25 03:41:00] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006468 10.0.0.73 - - [2026-05-25 03:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.73 - - [2026-05-25 03:41:04] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005838 10.0.0.73 - - [2026-05-25 03:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.73 - - [2026-05-25 03:41:08] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007322 10.0.0.73 - - [2026-05-25 03:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.73 - - [2026-05-25 03:41:12] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007465 10.0.0.73 - - [2026-05-25 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.73 - - [2026-05-25 03:41:16] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006142 10.0.0.73 - - [2026-05-25 03:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.73 - - [2026-05-25 03:41:20] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007613 10.0.0.73 - - [2026-05-25 03:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.73 - - [2026-05-25 03:41:24] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007914 10.0.0.73 - - [2026-05-25 03:41:24] "GET /virtual-networks?parent_id=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003668 10.0.0.73 - - [2026-05-25 03:41:24] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006129 10.0.0.73 - - [2026-05-25 03:41:24] "POST /neutron/port HTTP/1.1" 200 1121 0.020631 10.0.0.73 - - [2026-05-25 03:41:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008503 10.0.0.73 - - [2026-05-25 03:41:32] "POST /neutron/network HTTP/1.1" 200 937 0.042324 10.0.0.73 - - [2026-05-25 03:41:32] "POST /neutron/port HTTP/1.1" 200 117 0.001608 10.0.0.73 - - [2026-05-25 03:41:33] "POST /neutron/port HTTP/1.1" 200 1121 0.021663 10.0.0.73 - - [2026-05-25 03:41:33] "POST /neutron/subnet HTTP/1.1" 200 694 0.011470 10.0.0.73 - - [2026-05-25 03:41:35] "POST /neutron/port HTTP/1.1" 200 1121 0.022280 10.0.0.73 - - [2026-05-25 03:41:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008598 10.0.0.73 - - [2026-05-25 03:41:45] "POST /neutron/port HTTP/1.1" 200 1121 0.021818 10.0.0.73 - - [2026-05-25 03:41:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007777 10.0.0.73 - - [2026-05-25 03:41:51] "POST /neutron/port HTTP/1.1" 200 1121 0.020953 10.0.0.73 - - [2026-05-25 03:41:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007782 10.0.0.73 - - [2026-05-25 03:41:51] "POST /id-to-fqname HTTP/1.1" 200 218 0.001433 10.0.0.73 - - [2026-05-25 03:41:51] "GET /virtual-machine/28a6f6be-20e8-4a73-9183-a15b33772085 HTTP/1.1" 200 1292 0.004725 10.0.0.73 - - [2026-05-25 03:41:51] "GET /virtual-machine-interface/782c2b46-53e9-49d4-83ec-1c31075251ed HTTP/1.1" 200 2936 0.008573 10.0.0.73 - - [2026-05-25 03:41:51] "GET /instance-ip/33eacbdc-9902-493c-97ca-1000c8de4e66 HTTP/1.1" 200 1618 0.009595 10.0.0.73 - - [2026-05-25 03:41:51] "GET /virtual-machine-interface/782c2b46-53e9-49d4-83ec-1c31075251ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2714 0.006217 10.0.0.73 - - [2026-05-25 03:41:51] "PUT /virtual-machine-interface/782c2b46-53e9-49d4-83ec-1c31075251ed HTTP/1.1" 200 285 0.020967 10.0.0.73 - - [2026-05-25 03:41:54] "GET /obj-perms HTTP/1.1" 200 5056 0.070122 10.0.0.19 - - [2026-05-25 03:41:55] "GET /obj-perms HTTP/1.1" 200 5056 0.105374 10.0.0.73 - - [2026-05-25 03:42:31] "POST /neutron/port HTTP/1.1" 200 1219 0.024705 10.0.0.73 - - [2026-05-25 03:42:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004178 10.0.0.73 - - [2026-05-25 03:42:31] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.73 - - [2026-05-25 03:42:34] "POST /neutron/port HTTP/1.1" 200 1067 0.022038 10.0.0.73 - - [2026-05-25 03:42:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004389 10.0.0.73 - - [2026-05-25 03:42:35] "POST /neutron/network HTTP/1.1" 200 821 0.007905 10.0.0.19 - - [2026-05-25 03:42:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.19 - - [2026-05-25 03:42:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.131 - - [2026-05-25 03:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.131 - - [2026-05-25 03:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.19 - - [2026-05-25 03:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000592 10.0.0.19 - - [2026-05-25 03:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.001044 10.0.0.131 - - [2026-05-25 03:42:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.131 - - [2026-05-25 03:42:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.73 - - [2026-05-25 03:42:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.73 - - [2026-05-25 03:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.73 - - [2026-05-25 03:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.73 - - [2026-05-25 03:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.131 - - [2026-05-25 03:42:55] "GET /obj-perms HTTP/1.1" 200 5056 0.068350 10.0.0.73 - - [2026-05-25 03:43:31] "POST /neutron/network HTTP/1.1" 200 937 0.009366 10.0.0.73 - - [2026-05-25 03:43:31] "POST /neutron/port HTTP/1.1" 200 117 0.001473 10.0.0.73 - - [2026-05-25 03:43:33] "DELETE /instance-ip/c87e2b58-f311-4170-a138-9e0a03b7461e HTTP/1.1" 200 115 0.091536 10.0.0.73 - - [2026-05-25 03:43:33] "DELETE /virtual-machine-interface/9b434997-ce27-4c2e-9380-84cbf4243a8d HTTP/1.1" 200 115 0.112142 10.0.0.73 - - [2026-05-25 03:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.73 - - [2026-05-25 03:43:33] "GET /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006144 10.0.0.73 - - [2026-05-25 03:43:33] "PUT /virtual-network/91d2650c-a064-4ef7-9eeb-40e2087b2502 HTTP/1.1" 200 265 0.074289 10.0.0.73 - - [2026-05-25 03:43:33] "POST /neutron/network HTTP/1.1" 200 821 0.039634 10.0.0.19 - - [2026-05-25 03:43:33] "POST /ref-update HTTP/1.1" 200 156 0.075250 10.0.0.73 - - [2026-05-25 03:43:33] "POST /neutron/port HTTP/1.1" 200 151 0.214460 10.0.0.73 - - [2026-05-25 03:43:34] "POST /neutron/port HTTP/1.1" 200 151 0.212189 10.0.0.19 - - [2026-05-25 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.73 - - [2026-05-25 03:43:36] "POST /neutron/port HTTP/1.1" 200 1219 0.022587 10.0.0.73 - - [2026-05-25 03:43:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004239 10.0.0.73 - - [2026-05-25 03:43:36] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.131 - - [2026-05-25 03:43:37] "GET /projects?obj_uuids=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001515 10.0.0.73 - - [2026-05-25 03:43:37] "GET /project/8e074af9-6de8-4286-846a-12415913da7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.087610 10.0.0.131 - - [2026-05-25 03:43:37] "GET /projects?obj_uuids=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.73 - - [2026-05-25 03:43:37] "GET /project/8e074af9-6de8-4286-846a-12415913da7a?fields=virtual_networks HTTP/1.1" 200 1030 0.048903 10.0.0.131 - - [2026-05-25 03:43:37] "GET /projects?obj_uuids=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.73 - - [2026-05-25 03:43:37] "GET /project/8e074af9-6de8-4286-846a-12415913da7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.048708 10.0.0.131 - - [2026-05-25 03:43:37] "GET /projects?obj_uuids=8e074af9-6de8-4286-846a-12415913da7a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001605 10.0.0.73 - - [2026-05-25 03:43:37] "GET /project/8e074af9-6de8-4286-846a-12415913da7a?fields=security_groups HTTP/1.1" 200 1255 0.049634 10.0.0.73 - - [2026-05-25 03:43:38] "POST /neutron/port HTTP/1.1" 200 117 0.005316 10.0.0.73 - - [2026-05-25 03:43:38] "POST /fqname-to-id HTTP/1.1" 404 185 0.042512 10.0.0.131 - - [2026-05-25 03:43:39] "GET /projects?obj_uuids=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003410 10.0.0.131 - - [2026-05-25 03:43:39] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.131 - - [2026-05-25 03:43:39] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042792 10.0.0.131 - - [2026-05-25 03:43:39] "POST /id-to-fqname HTTP/1.1" 200 187 0.001245 10.0.0.131 - - [2026-05-25 03:43:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.005183 10.0.0.131 - - [2026-05-25 03:43:39] "POST /security-groups HTTP/1.1" 200 588 0.037264 10.0.0.131 - - [2026-05-25 03:43:39] "POST /projects HTTP/1.1" 200 579 0.252646 10.0.0.131 - - [2026-05-25 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.300956 10.0.0.19 - - [2026-05-25 03:43:39] "POST /access-control-lists HTTP/1.1" 200 595 0.037732 10.0.0.73 - - [2026-05-25 03:43:39] "GET /project/9b09db62-9dea-4252-8d55-36f5a0fcb810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.513262 10.0.0.73 - - [2026-05-25 03:43:40] "GET / HTTP/1.1" 200 36215 0.001980 10.0.0.73 - - [2026-05-25 03:43:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.73 - - [2026-05-25 03:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.091417 10.0.0.131 - - [2026-05-25 03:43:43] "GET /projects?obj_uuids=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001202 10.0.0.73 - - [2026-05-25 03:43:43] "GET /project/9b09db62-9dea-4252-8d55-36f5a0fcb810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039228 10.0.0.131 - - [2026-05-25 03:43:43] "GET /projects?obj_uuids=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001513 10.0.0.73 - - [2026-05-25 03:43:43] "POST /neutron/network HTTP/1.1" 200 610 0.181076 10.0.0.19 - - [2026-05-25 03:43:43] "POST /route-targets HTTP/1.1" 200 328 0.020460 10.0.0.73 - - [2026-05-25 03:43:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.003786 10.0.0.73 - - [2026-05-25 03:43:43] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007511 10.0.0.73 - - [2026-05-25 03:43:43] "POST /neutron/network HTTP/1.1" 200 827 0.007815 10.0.0.73 - - [2026-05-25 03:43:43] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006689 10.0.0.73 - - [2026-05-25 03:43:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.003669 10.0.0.73 - - [2026-05-25 03:43:44] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005990 10.0.0.131 - - [2026-05-25 03:43:44] "GET /projects?obj_uuids=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001804 10.0.0.73 - - [2026-05-25 03:43:44] "POST /neutron/port HTTP/1.1" 200 981 0.246607 10.0.0.73 - - [2026-05-25 03:43:44] "GET /virtual-machine-interface/6aaf1d8f-8557-41fa-ab89-ad23102cfdbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.006161 10.0.0.73 - - [2026-05-25 03:43:44] "GET /virtual-machine-interface/6aaf1d8f-8557-41fa-ab89-ad23102cfdbd?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.010993 10.0.0.73 - - [2026-05-25 03:43:44] "GET /instance-ip/7e15ff75-1be5-49e9-b6be-45a19f0c41f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1601 0.005018 10.0.0.73 - - [2026-05-25 03:43:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001721 10.0.0.131 - - [2026-05-25 03:43:45] "GET /projects?obj_uuids=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001577 10.0.0.73 - - [2026-05-25 03:43:45] "GET /project/9b09db62-9dea-4252-8d55-36f5a0fcb810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.078682 10.0.0.73 - - [2026-05-25 03:43:45] "POST /neutron/network HTTP/1.1" 200 827 0.008552 10.0.0.73 - - [2026-05-25 03:43:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.002302 10.0.0.73 - - [2026-05-25 03:43:45] "POST /neutron/port HTTP/1.1" 200 4192 0.037722 10.0.0.73 - - [2026-05-25 03:43:46] "POST /neutron/network HTTP/1.1" 200 827 0.007848 10.0.0.131 - - [2026-05-25 03:43:46] "GET /projects?obj_uuids=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001590 10.0.0.73 - - [2026-05-25 03:43:46] "POST /neutron/port HTTP/1.1" 200 117 0.007531 10.0.0.131 - - [2026-05-25 03:43:46] "GET /projects?obj_uuids=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001180 10.0.0.73 - - [2026-05-25 03:43:46] "POST /neutron/port HTTP/1.1" 200 1055 0.361633 10.0.0.73 - - [2026-05-25 03:43:46] "GET /project/9b09db62-9dea-4252-8d55-36f5a0fcb810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055003 10.0.0.73 - - [2026-05-25 03:43:46] "POST /fqname-to-id HTTP/1.1" 404 208 0.003418 10.0.0.73 - - [2026-05-25 03:43:46] "POST /interface-route-tables HTTP/1.1" 200 558 0.033538 10.0.0.73 - - [2026-05-25 03:43:46] "GET /interface-route-table/860929f5-de64-4c8e-b143-62474459c26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.006835 10.0.0.73 - - [2026-05-25 03:43:46] "POST /neutron/port HTTP/1.1" 200 1109 0.149235 10.0.0.73 - - [2026-05-25 03:43:47] "POST /neutron/subnet HTTP/1.1" 200 689 0.010124 10.0.0.73 - - [2026-05-25 03:43:47] "POST /neutron/port HTTP/1.1" 200 981 0.014886 10.0.0.73 - - [2026-05-25 03:43:47] "POST /neutron/port HTTP/1.1" 200 981 0.013551 10.0.0.73 - - [2026-05-25 03:43:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004361 10.0.0.73 - - [2026-05-25 03:43:47] "POST /neutron/network HTTP/1.1" 200 827 0.008601 10.0.0.73 - - [2026-05-25 03:43:47] "GET /virtual-machine-interface/6aaf1d8f-8557-41fa-ab89-ad23102cfdbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.009524 10.0.0.73 - - [2026-05-25 03:43:47] "POST /ref-update HTTP/1.1" 200 156 0.017966 10.0.0.73 - - [2026-05-25 03:43:53] "POST /neutron/port HTTP/1.1" 200 1119 0.021911 10.0.0.73 - - [2026-05-25 03:43:53] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007833 10.0.0.73 - - [2026-05-25 03:43:53] "POST /neutron/port HTTP/1.1" 200 1119 0.024302 10.0.0.73 - - [2026-05-25 03:43:53] "GET /virtual-machine/4ca664d4-4f39-4a0a-a267-91b939271c36 HTTP/1.1" 401 292 0.000430 10.0.0.73 - - [2026-05-25 03:43:53] "GET /virtual-machine/4ca664d4-4f39-4a0a-a267-91b939271c36 HTTP/1.1" 200 1291 0.033226 10.0.0.73 - - [2026-05-25 03:43:53] "GET /virtual-machine/4ca664d4-4f39-4a0a-a267-91b939271c36 HTTP/1.1" 200 1291 0.004976 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-machine-interface/e4f3ef0b-8b10-437e-a89b-fda07c92442b HTTP/1.1" 200 2945 0.008417 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-machine/4ca664d4-4f39-4a0a-a267-91b939271c36 HTTP/1.1" 200 1291 0.005405 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-machine-interface/e4f3ef0b-8b10-437e-a89b-fda07c92442b HTTP/1.1" 200 2945 0.006633 10.0.0.73 - - [2026-05-25 03:43:54] "GET /instance-ip/6af25a94-99c9-4813-90f9-db9a0550b19e HTTP/1.1" 200 1619 0.006925 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-machine/4ca664d4-4f39-4a0a-a267-91b939271c36 HTTP/1.1" 200 1291 0.004635 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-machine-interface/e4f3ef0b-8b10-437e-a89b-fda07c92442b HTTP/1.1" 200 2945 0.005711 10.0.0.73 - - [2026-05-25 03:43:54] "GET /instance-ip/6af25a94-99c9-4813-90f9-db9a0550b19e HTTP/1.1" 200 1619 0.005536 10.0.0.73 - - [2026-05-25 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.73 - - [2026-05-25 03:43:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003966 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003759 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006500 10.0.0.73 - - [2026-05-25 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.73 - - [2026-05-25 03:43:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005842 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003865 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005566 10.0.0.73 - - [2026-05-25 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.73 - - [2026-05-25 03:43:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004195 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003141 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007029 10.0.0.73 - - [2026-05-25 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.73 - - [2026-05-25 03:43:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005092 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007748 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.011091 10.0.0.19 - - [2026-05-25 03:43:54] "DELETE /access-control-list/ab38d827-9ff0-4684-98f3-7226e3bc6694 HTTP/1.1" 200 115 0.061738 10.0.0.73 - - [2026-05-25 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.73 - - [2026-05-25 03:43:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006106 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004097 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007694 10.0.0.73 - - [2026-05-25 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.73 - - [2026-05-25 03:43:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005790 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003733 10.0.0.73 - - [2026-05-25 03:43:54] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.011977 10.0.0.73 - - [2026-05-25 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.73 - - [2026-05-25 03:43:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004535 10.0.0.73 - - [2026-05-25 03:43:55] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003483 10.0.0.73 - - [2026-05-25 03:43:55] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007763 10.0.0.73 - - [2026-05-25 03:43:57] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008267 10.0.0.73 - - [2026-05-25 03:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.73 - - [2026-05-25 03:43:58] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008129 10.0.0.131 - - [2026-05-25 03:43:58] "DELETE /project/8e074af9-6de8-4286-846a-12415913da7a HTTP/1.1" 404 177 0.007352 10.0.0.131 - - [2026-05-25 03:43:58] "DELETE /project/9b09db629dea42528d5536f5a0fcb810 HTTP/1.1" 404 173 0.006593 10.0.0.73 - - [2026-05-25 03:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.73 - - [2026-05-25 03:44:02] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007370 10.0.0.73 - - [2026-05-25 03:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.73 - - [2026-05-25 03:44:04] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004932 10.0.0.73 - - [2026-05-25 03:44:04] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004159 10.0.0.73 - - [2026-05-25 03:44:04] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007162 10.0.0.73 - - [2026-05-25 03:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.73 - - [2026-05-25 03:44:04] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004482 10.0.0.73 - - [2026-05-25 03:44:04] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004687 10.0.0.73 - - [2026-05-25 03:44:04] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009624 10.0.0.73 - - [2026-05-25 03:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005451 10.0.0.73 - - [2026-05-25 03:44:04] "GET /routing-instance/3491d9b1-9a3c-4b40-b568-08a24ff1af1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.009524 10.0.0.73 - - [2026-05-25 03:44:04] "GET /route-target/8f22b7c8-7b8a-4c3e-8a7d-a84fcb22bf27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005538 10.0.0.73 - - [2026-05-25 03:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.73 - - [2026-05-25 03:44:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004879 10.0.0.73 - - [2026-05-25 03:44:05] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004462 10.0.0.73 - - [2026-05-25 03:44:05] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007353 10.0.0.73 - - [2026-05-25 03:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.73 - - [2026-05-25 03:44:05] "GET /routing-instance/3491d9b1-9a3c-4b40-b568-08a24ff1af1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.008129 10.0.0.73 - - [2026-05-25 03:44:05] "GET /route-target/8f22b7c8-7b8a-4c3e-8a7d-a84fcb22bf27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005499 10.0.0.73 - - [2026-05-25 03:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.73 - - [2026-05-25 03:44:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004273 10.0.0.73 - - [2026-05-25 03:44:05] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003667 10.0.0.73 - - [2026-05-25 03:44:05] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006936 10.0.0.73 - - [2026-05-25 03:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.73 - - [2026-05-25 03:44:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004796 10.0.0.73 - - [2026-05-25 03:44:05] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003882 10.0.0.73 - - [2026-05-25 03:44:05] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007977 10.0.0.73 - - [2026-05-25 03:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008107 10.0.0.73 - - [2026-05-25 03:44:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006877 10.0.0.73 - - [2026-05-25 03:44:05] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003374 10.0.0.73 - - [2026-05-25 03:44:05] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007900 10.0.0.73 - - [2026-05-25 03:44:06] "GET /obj-perms HTTP/1.1" 200 5024 0.077580 10.0.0.131 - - [2026-05-25 03:44:06] "GET /obj-perms HTTP/1.1" 200 5024 0.074154 10.0.0.73 - - [2026-05-25 03:44:07] "GET /obj-perms HTTP/1.1" 200 5024 0.004999 10.0.0.19 - - [2026-05-25 03:44:07] "GET /obj-perms HTTP/1.1" 200 5024 0.075555 10.0.0.73 - - [2026-05-25 03:44:07] "POST /neutron/port HTTP/1.1" 200 1083 0.025224 10.0.0.73 - - [2026-05-25 03:44:07] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009926 10.0.0.73 - - [2026-05-25 03:44:08] "GET /virtual-machine/eebe2239-8f0f-4e68-8236-e27ac08c5a06 HTTP/1.1" 200 1269 0.007034 10.0.0.73 - - [2026-05-25 03:44:08] "GET /virtual-machine-interface/6aaf1d8f-8557-41fa-ab89-ad23102cfdbd HTTP/1.1" 200 3157 0.006045 10.0.0.73 - - [2026-05-25 03:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.73 - - [2026-05-25 03:44:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005693 10.0.0.73 - - [2026-05-25 03:44:08] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003962 10.0.0.73 - - [2026-05-25 03:44:08] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009080 10.0.0.73 - - [2026-05-25 03:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009435 10.0.0.73 - - [2026-05-25 03:44:09] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004341 10.0.0.73 - - [2026-05-25 03:44:09] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004147 10.0.0.73 - - [2026-05-25 03:44:09] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007119 10.0.0.73 - - [2026-05-25 03:44:10] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007139 10.0.0.73 - - [2026-05-25 03:44:10] "GET /obj-perms HTTP/1.1" 200 5024 0.018648 10.0.0.131 - - [2026-05-25 03:44:10] "GET /obj-perms HTTP/1.1" 200 5024 0.004848 10.0.0.73 - - [2026-05-25 03:44:10] "GET /virtual-machine/4ca664d4-4f39-4a0a-a267-91b939271c36 HTTP/1.1" 200 1291 0.005962 10.0.0.73 - - [2026-05-25 03:44:11] "POST /neutron/port HTTP/1.1" 200 1119 0.036438 10.0.0.73 - - [2026-05-25 03:44:12] "GET /virtual-machine/4ca664d4-4f39-4a0a-a267-91b939271c36 HTTP/1.1" 404 171 0.003732 10.0.0.73 - - [2026-05-25 03:44:12] "GET /virtual-machine/4ca664d4-4f39-4a0a-a267-91b939271c36 HTTP/1.1" 404 171 0.003296 10.0.0.73 - - [2026-05-25 03:44:12] "GET /virtual-machine/4ca664d4-4f39-4a0a-a267-91b939271c36 HTTP/1.1" 404 171 0.004136 10.0.0.73 - - [2026-05-25 03:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.73 - - [2026-05-25 03:44:13] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005250 10.0.0.73 - - [2026-05-25 03:44:13] "GET /virtual-networks?parent_id=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004205 10.0.0.73 - - [2026-05-25 03:44:13] "GET /virtual-network/f950867b-9bd7-4ebd-b126-6df281a8fe2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006624 10.0.0.73 - - [2026-05-25 03:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.73 - - [2026-05-25 03:44:13] "GET /routing-instance/3491d9b1-9a3c-4b40-b568-08a24ff1af1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004906 10.0.0.73 - - [2026-05-25 03:44:13] "GET /route-target/8f22b7c8-7b8a-4c3e-8a7d-a84fcb22bf27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005140 10.0.0.19 - - [2026-05-25 03:44:13] "GET /obj-perms HTTP/1.1" 200 5024 0.005055 10.0.0.73 - - [2026-05-25 03:44:19] "GET /obj-perms HTTP/1.1" 200 5024 0.005620 10.0.0.19 - - [2026-05-25 03:44:22] "GET /obj-perms HTTP/1.1" 200 5024 0.004514 10.0.0.73 - - [2026-05-25 03:44:25] "GET /obj-perms HTTP/1.1" 200 5024 0.004786 10.0.0.73 - - [2026-05-25 03:44:25] "GET /interface-route-table/860929f5-de64-4c8e-b143-62474459c26e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.005484 10.0.0.73 - - [2026-05-25 03:44:25] "GET /virtual-machine-interface/6aaf1d8f-8557-41fa-ab89-ad23102cfdbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.006219 10.0.0.73 - - [2026-05-25 03:44:25] "POST /ref-update HTTP/1.1" 200 156 0.024298 10.0.0.73 - - [2026-05-25 03:44:25] "DELETE /interface-route-table/860929f5-de64-4c8e-b143-62474459c26e HTTP/1.1" 200 115 0.049886 10.0.0.73 - - [2026-05-25 03:44:26] "POST /neutron/port HTTP/1.1" 200 1073 0.021131 10.0.0.131 - - [2026-05-25 03:44:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005260 10.0.0.131 - - [2026-05-25 03:44:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003396 10.0.0.73 - - [2026-05-25 03:44:26] "POST /neutron/network HTTP/1.1" 200 151 0.170822 10.0.0.131 - - [2026-05-25 03:44:28] "GET /projects?obj_uuids=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001074 10.0.0.73 - - [2026-05-25 03:44:28] "GET /project/9b09db62-9dea-4252-8d55-36f5a0fcb810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052345 10.0.0.131 - - [2026-05-25 03:44:28] "GET /projects?obj_uuids=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001198 10.0.0.73 - - [2026-05-25 03:44:28] "GET /project/9b09db62-9dea-4252-8d55-36f5a0fcb810?fields=virtual_networks HTTP/1.1" 200 1029 0.052339 10.0.0.131 - - [2026-05-25 03:44:28] "GET /projects?obj_uuids=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001316 10.0.0.73 - - [2026-05-25 03:44:28] "GET /project/9b09db62-9dea-4252-8d55-36f5a0fcb810?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.057128 10.0.0.131 - - [2026-05-25 03:44:28] "GET /projects?obj_uuids=9b09db62-9dea-4252-8d55-36f5a0fcb810&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001214 10.0.0.73 - - [2026-05-25 03:44:28] "GET /project/9b09db62-9dea-4252-8d55-36f5a0fcb810?fields=security_groups HTTP/1.1" 200 1253 0.050991 10.0.0.73 - - [2026-05-25 03:44:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.043463 10.0.0.131 - - [2026-05-25 03:44:29] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003331 10.0.0.131 - - [2026-05-25 03:44:29] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.131 - - [2026-05-25 03:44:29] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008160 10.0.0.131 - - [2026-05-25 03:44:29] "POST /id-to-fqname HTTP/1.1" 200 194 0.001375 10.0.0.131 - - [2026-05-25 03:44:29] "POST /fqname-to-id HTTP/1.1" 404 203 0.021542 10.0.0.131 - - [2026-05-25 03:44:29] "POST /security-groups HTTP/1.1" 200 595 0.037321 10.0.0.19 - - [2026-05-25 03:44:30] "POST /fqname-to-id HTTP/1.1" 404 238 0.010223 10.0.0.131 - - [2026-05-25 03:44:30] "POST /projects HTTP/1.1" 200 593 0.293489 10.0.0.131 - - [2026-05-25 03:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.337361 10.0.0.73 - - [2026-05-25 03:44:30] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.509567 10.0.0.19 - - [2026-05-25 03:44:30] "POST /access-control-lists HTTP/1.1" 200 600 0.060625 10.0.0.73 - - [2026-05-25 03:44:31] "GET / HTTP/1.1" 200 36215 0.002284 10.0.0.73 - - [2026-05-25 03:44:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000912 10.0.0.73 - - [2026-05-25 03:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.083754 10.0.0.131 - - [2026-05-25 03:44:32] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001405 10.0.0.73 - - [2026-05-25 03:44:32] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.051014 10.0.0.73 - - [2026-05-25 03:44:32] "POST /neutron/network HTTP/1.1" 200 117 0.052996 10.0.0.73 - - [2026-05-25 03:44:33] "POST /neutron/network HTTP/1.1" 200 829 0.010685 10.0.0.73 - - [2026-05-25 03:44:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001413 10.0.0.73 - - [2026-05-25 03:44:33] "GET /virtual-network/b6d458e0-29f2-46f8-bb02-069b6a23af13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006691 10.0.0.73 - - [2026-05-25 03:44:33] "GET /virtual-network/b6d458e0-29f2-46f8-bb02-069b6a23af13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010162 10.0.0.73 - - [2026-05-25 03:44:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.010904 10.0.0.73 - - [2026-05-25 03:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.131 - - [2026-05-25 03:44:33] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001159 10.0.0.73 - - [2026-05-25 03:44:33] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.056627 10.0.0.19 - - [2026-05-25 03:44:33] "POST /route-targets HTTP/1.1" 200 328 0.015775 10.0.0.131 - - [2026-05-25 03:44:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008523 10.0.0.73 - - [2026-05-25 03:44:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.204300 10.0.0.73 - - [2026-05-25 03:44:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001356 10.0.0.73 - - [2026-05-25 03:44:33] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006514 10.0.0.73 - - [2026-05-25 03:44:33] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006663 10.0.0.73 - - [2026-05-25 03:44:33] "POST /neutron/network HTTP/1.1" 200 826 0.008143 10.0.0.73 - - [2026-05-25 03:44:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.131 - - [2026-05-25 03:44:33] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001012 10.0.0.73 - - [2026-05-25 03:44:33] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.057272 10.0.0.131 - - [2026-05-25 03:44:34] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001830 10.0.0.73 - - [2026-05-25 03:44:34] "POST /neutron/network HTTP/1.1" 200 609 0.134772 10.0.0.73 - - [2026-05-25 03:44:34] "POST /id-to-fqname HTTP/1.1" 200 224 0.003911 10.0.0.73 - - [2026-05-25 03:44:34] "GET /virtual-network/bc3b0dc1-ddb7-4cdd-b6ba-760ca098617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006186 10.0.0.73 - - [2026-05-25 03:44:34] "POST /neutron/network HTTP/1.1" 200 828 0.008250 10.0.0.73 - - [2026-05-25 03:44:34] "GET /virtual-network/bc3b0dc1-ddb7-4cdd-b6ba-760ca098617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006719 10.0.0.73 - - [2026-05-25 03:44:34] "POST /fqname-to-id HTTP/1.1" 404 214 0.007144 10.0.0.73 - - [2026-05-25 03:44:34] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006324 10.0.0.131 - - [2026-05-25 03:44:34] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001370 10.0.0.19 - - [2026-05-25 03:44:34] "POST /ref-update HTTP/1.1" 200 156 0.032365 10.0.0.73 - - [2026-05-25 03:44:35] "POST /neutron/port HTTP/1.1" 200 988 0.330825 10.0.0.73 - - [2026-05-25 03:44:35] "GET /virtual-machine-interface/cc0841df-eb24-4562-a35c-4ef1f11f5ae5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.008733 10.0.0.73 - - [2026-05-25 03:44:35] "GET /virtual-machine-interface/cc0841df-eb24-4562-a35c-4ef1f11f5ae5?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.008660 10.0.0.73 - - [2026-05-25 03:44:35] "GET /instance-ip/3b3d7ab4-ca46-45f1-8a73-127aa109cb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.009554 10.0.0.73 - - [2026-05-25 03:44:35] "POST /fqname-to-id HTTP/1.1" 404 214 0.003820 10.0.0.73 - - [2026-05-25 03:44:35] "GET /virtual-network/b6d458e0-29f2-46f8-bb02-069b6a23af13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006650 10.0.0.131 - - [2026-05-25 03:44:35] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001063 10.0.0.73 - - [2026-05-25 03:44:35] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.067595 10.0.0.73 - - [2026-05-25 03:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005940 10.0.0.73 - - [2026-05-25 03:44:35] "GET /security-group/27446621-697a-4675-a903-01c135101372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.008463 10.0.0.73 - - [2026-05-25 03:44:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.157324 10.0.0.73 - - [2026-05-25 03:44:35] "POST /instance-ips HTTP/1.1" 200 358 0.061872 10.0.0.73 - - [2026-05-25 03:44:35] "GET /virtual-machine-interface/e58a56c6-6404-4099-917c-a52f47c3fbca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.008414 10.0.0.73 - - [2026-05-25 03:44:35] "GET /virtual-machine-interface/e58a56c6-6404-4099-917c-a52f47c3fbca?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.012922 10.0.0.73 - - [2026-05-25 03:44:35] "GET /instance-ip/0cc737be-4006-4006-823b-3c7aaa499bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.007169 10.0.0.73 - - [2026-05-25 03:44:35] "POST /fqname-to-id HTTP/1.1" 404 214 0.004238 10.0.0.73 - - [2026-05-25 03:44:35] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007411 10.0.0.73 - - [2026-05-25 03:44:36] "GET /virtual-machine-interface/486370ec-ff2c-40fa-818d-622286368708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2376 0.011350 10.0.0.73 - - [2026-05-25 03:44:36] "GET /virtual-machine-interface/486370ec-ff2c-40fa-818d-622286368708?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.012341 10.0.0.73 - - [2026-05-25 03:44:36] "GET /instance-ip/d5713675-1142-4d3c-9c5b-bc2925d7df4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005777 10.0.0.73 - - [2026-05-25 03:44:36] "POST /fqname-to-id HTTP/1.1" 404 214 0.004083 10.0.0.73 - - [2026-05-25 03:44:36] "GET /virtual-network/b6d458e0-29f2-46f8-bb02-069b6a23af13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008334 10.0.0.131 - - [2026-05-25 03:44:36] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001051 10.0.0.73 - - [2026-05-25 03:44:36] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.054306 10.0.0.73 - - [2026-05-25 03:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.73 - - [2026-05-25 03:44:36] "GET /security-group/27446621-697a-4675-a903-01c135101372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.006658 10.0.0.73 - - [2026-05-25 03:44:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.137958 10.0.0.73 - - [2026-05-25 03:44:36] "POST /instance-ips HTTP/1.1" 200 358 0.055107 10.0.0.73 - - [2026-05-25 03:44:36] "GET /virtual-machine-interface/dc8987ec-3272-42f3-af2f-a059ed2ddea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.006959 10.0.0.73 - - [2026-05-25 03:44:36] "GET /virtual-machine-interface/dc8987ec-3272-42f3-af2f-a059ed2ddea0?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.014090 10.0.0.73 - - [2026-05-25 03:44:36] "GET /instance-ip/6f466bdb-c384-406e-bc95-a6a360aa07cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1586 0.005472 10.0.0.73 - - [2026-05-25 03:44:36] "POST /fqname-to-id HTTP/1.1" 404 214 0.004896 10.0.0.73 - - [2026-05-25 03:44:36] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007096 10.0.0.73 - - [2026-05-25 03:44:37] "GET /virtual-machine-interface/b5881108-07b9-43dd-adc6-9ce1c80e4f98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.008893 10.0.0.73 - - [2026-05-25 03:44:37] "GET /virtual-machine-interface/b5881108-07b9-43dd-adc6-9ce1c80e4f98?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.010256 10.0.0.73 - - [2026-05-25 03:44:37] "GET /instance-ip/e242b7eb-7239-4a0c-ae4d-ef15e0e6d85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005958 10.0.0.73 - - [2026-05-25 03:44:37] "POST /fqname-to-id HTTP/1.1" 404 214 0.004328 10.0.0.73 - - [2026-05-25 03:44:37] "GET /virtual-network/bc3b0dc1-ddb7-4cdd-b6ba-760ca098617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008257 10.0.0.131 - - [2026-05-25 03:44:37] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001350 10.0.0.73 - - [2026-05-25 03:44:37] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.061831 10.0.0.73 - - [2026-05-25 03:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.73 - - [2026-05-25 03:44:37] "GET /security-group/27446621-697a-4675-a903-01c135101372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.006293 10.0.0.73 - - [2026-05-25 03:44:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.115048 10.0.0.73 - - [2026-05-25 03:44:37] "POST /neutron/port HTTP/1.1" 200 1107 0.028107 10.0.0.73 - - [2026-05-25 03:44:37] "POST /instance-ips HTTP/1.1" 200 358 0.081735 10.0.0.73 - - [2026-05-25 03:44:37] "GET /virtual-machine-interface/50aeca5e-24fe-4b6c-90d6-6b0df91e7171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.007870 10.0.0.73 - - [2026-05-25 03:44:37] "GET /virtual-machine-interface/50aeca5e-24fe-4b6c-90d6-6b0df91e7171?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.012562 10.0.0.73 - - [2026-05-25 03:44:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004420 10.0.0.73 - - [2026-05-25 03:44:37] "GET /instance-ip/477bbdef-3c91-4964-aecd-430d86995743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.005983 10.0.0.73 - - [2026-05-25 03:44:37] "POST /neutron/network HTTP/1.1" 200 927 0.012432 10.0.0.73 - - [2026-05-25 03:44:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001393 10.0.0.73 - - [2026-05-25 03:44:39] "POST /neutron/port HTTP/1.1" 200 988 0.014416 10.0.0.73 - - [2026-05-25 03:44:40] "POST /neutron/port HTTP/1.1" 200 988 0.013723 10.0.0.73 - - [2026-05-25 03:44:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.002525 10.0.0.73 - - [2026-05-25 03:44:40] "POST /neutron/port HTTP/1.1" 200 4192 0.047443 10.0.0.73 - - [2026-05-25 03:44:40] "POST /neutron/network HTTP/1.1" 200 836 0.007982 10.0.0.73 - - [2026-05-25 03:44:41] "POST /neutron/port HTTP/1.1" 200 1080 0.146138 10.0.0.73 - - [2026-05-25 03:44:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.012417 10.0.0.131 - - [2026-05-25 03:44:41] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001164 10.0.0.73 - - [2026-05-25 03:44:41] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.090228 10.0.0.73 - - [2026-05-25 03:44:41] "POST /neutron/network HTTP/1.1" 200 828 0.008041 10.0.0.73 - - [2026-05-25 03:44:41] "POST /neutron/port HTTP/1.1" 200 117 0.012199 10.0.0.73 - - [2026-05-25 03:44:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001534 10.0.0.73 - - [2026-05-25 03:44:42] "POST /neutron/network HTTP/1.1" 200 838 0.008789 10.0.0.73 - - [2026-05-25 03:44:42] "POST /neutron/port HTTP/1.1" 200 988 0.029871 10.0.0.73 - - [2026-05-25 03:44:42] "POST /neutron/port HTTP/1.1" 200 1064 0.023322 10.0.0.73 - - [2026-05-25 03:44:42] "POST /neutron/port HTTP/1.1" 200 1118 0.130871 10.0.0.73 - - [2026-05-25 03:44:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004325 10.0.0.73 - - [2026-05-25 03:44:43] "POST /neutron/port HTTP/1.1" 200 117 0.001584 10.0.0.131 - - [2026-05-25 03:44:43] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001625 10.0.0.73 - - [2026-05-25 03:44:43] "POST /neutron/router HTTP/1.1" 200 598 0.107739 10.0.0.19 - - [2026-05-25 03:44:43] "POST /ref-update HTTP/1.1" 200 156 0.025848 10.0.0.73 - - [2026-05-25 03:44:43] "POST /neutron/router HTTP/1.1" 200 598 0.012573 10.0.0.73 - - [2026-05-25 03:44:43] "POST /neutron/network HTTP/1.1" 200 836 0.012579 10.0.0.73 - - [2026-05-25 03:44:43] "POST /neutron/port HTTP/1.1" 200 1080 0.167983 10.0.0.73 - - [2026-05-25 03:44:44] "POST /neutron/subnet HTTP/1.1" 200 689 0.012911 10.0.0.73 - - [2026-05-25 03:44:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008418 10.0.0.73 - - [2026-05-25 03:44:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008461 10.0.0.73 - - [2026-05-25 03:44:44] "GET /virtual-machine/4035eccc-97c0-48ef-9f1e-80569cbd0cb4 HTTP/1.1" 401 292 0.000542 10.0.0.73 - - [2026-05-25 03:44:44] "GET /virtual-machine/4035eccc-97c0-48ef-9f1e-80569cbd0cb4 HTTP/1.1" 200 1276 0.039895 10.0.0.73 - - [2026-05-25 03:44:45] "GET /virtual-machine-interface/cc0841df-eb24-4562-a35c-4ef1f11f5ae5 HTTP/1.1" 200 3195 0.005940 10.0.0.73 - - [2026-05-25 03:44:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.73 - - [2026-05-25 03:44:45] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005759 10.0.0.73 - - [2026-05-25 03:44:45] "GET /virtual-networks?parent_id=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004044 10.0.0.73 - - [2026-05-25 03:44:45] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007901 10.0.0.73 - - [2026-05-25 03:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.73 - - [2026-05-25 03:44:48] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006918 10.0.0.73 - - [2026-05-25 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.73 - - [2026-05-25 03:44:52] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006459 10.0.0.19 - - [2026-05-25 03:44:55] "DELETE /access-control-list/a5e2e178-024b-4a6c-9f73-fdde1ad3db53 HTTP/1.1" 200 115 0.061804 10.0.0.73 - - [2026-05-25 03:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.73 - - [2026-05-25 03:44:56] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007719 10.0.0.19 - - [2026-05-25 03:44:57] "GET /obj-perms HTTP/1.1" 200 5056 0.072992 10.0.0.131 - - [2026-05-25 03:44:58] "DELETE /project/919fe2cbf0264a7da4006f4d798a2aeb HTTP/1.1" 404 173 0.003000 10.0.0.131 - - [2026-05-25 03:44:58] "DELETE /project/9b09db62-9dea-4252-8d55-36f5a0fcb810 HTTP/1.1" 404 177 0.007066 10.0.0.73 - - [2026-05-25 03:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.73 - - [2026-05-25 03:45:00] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007630 10.0.0.73 - - [2026-05-25 03:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005547 10.0.0.73 - - [2026-05-25 03:45:04] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007433 10.0.0.73 - - [2026-05-25 03:45:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.73 - - [2026-05-25 03:45:08] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006340 10.0.0.73 - - [2026-05-25 03:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.73 - - [2026-05-25 03:45:12] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009126 10.0.0.73 - - [2026-05-25 03:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.73 - - [2026-05-25 03:45:16] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007014 10.0.0.73 - - [2026-05-25 03:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.018543 10.0.0.73 - - [2026-05-25 03:45:21] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006431 10.0.0.73 - - [2026-05-25 03:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.73 - - [2026-05-25 03:45:25] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006046 10.0.0.73 - - [2026-05-25 03:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.73 - - [2026-05-25 03:45:29] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006590 10.0.0.73 - - [2026-05-25 03:45:32] "POST /neutron/port HTTP/1.1" 200 1219 0.021488 10.0.0.73 - - [2026-05-25 03:45:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005504 10.0.0.73 - - [2026-05-25 03:45:32] "POST /neutron/port HTTP/1.1" 200 117 0.001648 10.0.0.73 - - [2026-05-25 03:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.73 - - [2026-05-25 03:45:33] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005868 10.0.0.73 - - [2026-05-25 03:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.73 - - [2026-05-25 03:45:37] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005963 10.0.0.73 - - [2026-05-25 03:45:39] "POST /neutron/port HTTP/1.1" 200 1219 0.062516 10.0.0.73 - - [2026-05-25 03:45:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005026 10.0.0.73 - - [2026-05-25 03:45:40] "POST /neutron/port HTTP/1.1" 200 117 0.001168 10.0.0.73 - - [2026-05-25 03:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.73 - - [2026-05-25 03:45:41] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006776 10.0.0.73 - - [2026-05-25 03:45:44] "POST /neutron/port HTTP/1.1" 200 1128 0.062627 10.0.0.73 - - [2026-05-25 03:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.73 - - [2026-05-25 03:45:45] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006767 10.0.0.73 - - [2026-05-25 03:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.73 - - [2026-05-25 03:45:49] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005074 10.0.0.73 - - [2026-05-25 03:45:49] "GET /virtual-networks?parent_id=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003764 10.0.0.73 - - [2026-05-25 03:45:49] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006717 10.0.0.73 - - [2026-05-25 03:45:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009306 10.0.0.73 - - [2026-05-25 03:45:58] "GET /obj-perms HTTP/1.1" 200 5056 0.102879 10.0.0.73 - - [2026-05-25 03:46:00] "POST /neutron/port HTTP/1.1" 200 1090 0.022732 10.0.0.73 - - [2026-05-25 03:46:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010021 10.0.0.73 - - [2026-05-25 03:46:10] "POST /neutron/port HTTP/1.1" 200 1090 0.025047 10.0.0.73 - - [2026-05-25 03:46:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007751 10.0.0.73 - - [2026-05-25 03:46:21] "POST /neutron/port HTTP/1.1" 200 1128 0.019883 10.0.0.73 - - [2026-05-25 03:46:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010210 10.0.0.73 - - [2026-05-25 03:46:21] "GET /virtual-machine/1fb23fdb-7187-4e70-8323-b17a92ed4d38 HTTP/1.1" 200 1297 0.006570 10.0.0.73 - - [2026-05-25 03:46:21] "GET /virtual-machine-interface/dcaa1b08-d6cf-4c88-bebb-effa7a4ff7a6 HTTP/1.1" 200 2968 0.006166 10.0.0.73 - - [2026-05-25 03:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008889 10.0.0.73 - - [2026-05-25 03:46:21] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010426 10.0.0.73 - - [2026-05-25 03:46:21] "GET /virtual-networks?parent_id=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003744 10.0.0.73 - - [2026-05-25 03:46:21] "GET /virtual-network/bc3b0dc1-ddb7-4cdd-b6ba-760ca098617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010107 10.0.0.73 - - [2026-05-25 03:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.73 - - [2026-05-25 03:46:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004640 10.0.0.73 - - [2026-05-25 03:46:22] "GET /virtual-networks?parent_id=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004693 10.0.0.73 - - [2026-05-25 03:46:22] "GET /virtual-network/bc3b0dc1-ddb7-4cdd-b6ba-760ca098617a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007656 10.0.0.73 - - [2026-05-25 03:46:23] "POST /neutron/port HTTP/1.1" 200 1090 0.022002 10.0.0.73 - - [2026-05-25 03:46:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009157 10.0.0.73 - - [2026-05-25 03:46:23] "GET /virtual-machine/f0177409-ead7-41fc-9c9f-7f7736c9bf38 HTTP/1.1" 200 1277 0.007461 10.0.0.73 - - [2026-05-25 03:46:23] "GET /virtual-machine-interface/b5881108-07b9-43dd-adc6-9ce1c80e4f98 HTTP/1.1" 200 3195 0.007193 10.0.0.73 - - [2026-05-25 03:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.73 - - [2026-05-25 03:46:23] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004419 10.0.0.73 - - [2026-05-25 03:46:23] "GET /virtual-networks?parent_id=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003895 10.0.0.73 - - [2026-05-25 03:46:23] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006198 10.0.0.73 - - [2026-05-25 03:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.73 - - [2026-05-25 03:46:24] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005616 10.0.0.73 - - [2026-05-25 03:46:24] "GET /virtual-networks?parent_id=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003621 10.0.0.73 - - [2026-05-25 03:46:24] "GET /virtual-network/81347fdb-f986-4d14-9784-a5067d9197ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006795 10.0.0.73 - - [2026-05-25 03:46:24] "POST /neutron/port HTTP/1.1" 200 1090 0.018736 10.0.0.73 - - [2026-05-25 03:46:33] "POST /neutron/port HTTP/1.1" 200 1107 0.057867 10.0.0.73 - - [2026-05-25 03:46:33] "POST /neutron/subnet HTTP/1.1" 200 698 0.010718 10.0.0.73 - - [2026-05-25 03:46:39] "POST /neutron/port HTTP/1.1" 200 1107 0.021755 10.0.0.73 - - [2026-05-25 03:46:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004591 10.0.0.73 - - [2026-05-25 03:46:39] "POST /neutron/network HTTP/1.1" 200 927 0.008685 10.0.0.131 - - [2026-05-25 03:46:59] "GET /obj-perms HTTP/1.1" 200 5056 0.115538 10.0.0.73 - - [2026-05-25 03:47:34] "POST /neutron/network HTTP/1.1" 200 838 0.008415 10.0.0.73 - - [2026-05-25 03:47:34] "POST /neutron/port HTTP/1.1" 200 117 0.001591 10.0.0.73 - - [2026-05-25 03:47:39] "POST /neutron/port HTTP/1.1" 200 1090 0.025569 10.0.0.73 - - [2026-05-25 03:47:39] "POST /neutron/subnet HTTP/1.1" 200 689 0.011764 10.0.0.19 - - [2026-05-25 03:47:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.19 - - [2026-05-25 03:47:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.131 - - [2026-05-25 03:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.131 - - [2026-05-25 03:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.19 - - [2026-05-25 03:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.19 - - [2026-05-25 03:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.131 - - [2026-05-25 03:47:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.131 - - [2026-05-25 03:47:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.73 - - [2026-05-25 03:47:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.73 - - [2026-05-25 03:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.73 - - [2026-05-25 03:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.73 - - [2026-05-25 03:47:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.73 - - [2026-05-25 03:48:15] "POST /neutron/router HTTP/1.1" 200 598 0.010922 10.0.0.73 - - [2026-05-25 03:48:15] "POST /neutron/router HTTP/1.1" 200 344 0.193852 10.0.0.19 - - [2026-05-25 03:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007303 10.0.0.73 - - [2026-05-25 03:48:16] "POST /neutron/port HTTP/1.1" 200 1128 0.026579 10.0.0.73 - - [2026-05-25 03:48:17] "POST /neutron/port HTTP/1.1" 200 1090 0.024090 10.0.0.73 - - [2026-05-25 03:48:17] "POST /neutron/port HTTP/1.1" 200 1080 0.016295 10.0.0.73 - - [2026-05-25 03:48:17] "DELETE /instance-ip/477bbdef-3c91-4964-aecd-430d86995743 HTTP/1.1" 200 115 0.127001 10.0.0.73 - - [2026-05-25 03:48:17] "DELETE /virtual-machine-interface/50aeca5e-24fe-4b6c-90d6-6b0df91e7171 HTTP/1.1" 200 115 0.068900 10.0.0.73 - - [2026-05-25 03:48:17] "POST /neutron/port HTTP/1.1" 200 1080 0.035832 10.0.0.73 - - [2026-05-25 03:48:18] "DELETE /instance-ip/6f466bdb-c384-406e-bc95-a6a360aa07cc HTTP/1.1" 200 115 0.063800 10.0.0.73 - - [2026-05-25 03:48:18] "DELETE /virtual-machine-interface/dc8987ec-3272-42f3-af2f-a059ed2ddea0 HTTP/1.1" 200 115 0.079906 10.0.0.73 - - [2026-05-25 03:48:18] "POST /neutron/port HTTP/1.1" 200 151 0.124280 10.0.0.73 - - [2026-05-25 03:48:18] "DELETE /instance-ip/0cc737be-4006-4006-823b-3c7aaa499bf9 HTTP/1.1" 200 115 0.063650 10.0.0.73 - - [2026-05-25 03:48:18] "DELETE /virtual-machine-interface/e58a56c6-6404-4099-917c-a52f47c3fbca HTTP/1.1" 200 115 0.074993 10.0.0.73 - - [2026-05-25 03:48:18] "POST /neutron/network HTTP/1.1" 200 828 0.007491 10.0.0.19 - - [2026-05-25 03:48:19] "DELETE /route-target/52de9a22-9591-43be-a4b2-c8912bb03062 HTTP/1.1" 200 115 0.044592 10.0.0.131 - - [2026-05-25 03:48:19] "POST /useragent-kv HTTP/1.1" 200 115 0.059205 10.0.0.131 - - [2026-05-25 03:48:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002710 10.0.0.73 - - [2026-05-25 03:48:19] "POST /neutron/network HTTP/1.1" 200 151 0.203843 10.0.0.19 - - [2026-05-25 03:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005503 10.0.0.131 - - [2026-05-25 03:48:19] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001059 10.0.0.73 - - [2026-05-25 03:48:19] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.082483 10.0.0.131 - - [2026-05-25 03:48:19] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001223 10.0.0.73 - - [2026-05-25 03:48:19] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?fields=virtual_networks HTTP/1.1" 200 1043 0.053552 10.0.0.131 - - [2026-05-25 03:48:19] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001002 10.0.0.73 - - [2026-05-25 03:48:19] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.047577 10.0.0.131 - - [2026-05-25 03:48:19] "GET /projects?obj_uuids=919fe2cb-f026-4a7d-a400-6f4d798a2aeb&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001208 10.0.0.73 - - [2026-05-25 03:48:19] "GET /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb?fields=security_groups HTTP/1.1" 200 1274 0.046292 10.0.0.73 - - [2026-05-25 03:48:20] "POST /fqname-to-id HTTP/1.1" 404 187 0.036761 10.0.0.131 - - [2026-05-25 03:48:20] "GET /projects?obj_uuids=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003556 10.0.0.131 - - [2026-05-25 03:48:20] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001636 10.0.0.131 - - [2026-05-25 03:48:20] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.014407 10.0.0.131 - - [2026-05-25 03:48:21] "POST /id-to-fqname HTTP/1.1" 200 189 0.004205 10.0.0.131 - - [2026-05-25 03:48:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.010122 10.0.0.131 - - [2026-05-25 03:48:21] "POST /security-groups HTTP/1.1" 200 590 0.060103 10.0.0.131 - - [2026-05-25 03:48:21] "POST /projects HTTP/1.1" 200 583 0.304987 10.0.0.131 - - [2026-05-25 03:48:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.356339 10.0.0.19 - - [2026-05-25 03:48:21] "POST /access-control-lists HTTP/1.1" 200 597 0.053352 10.0.0.73 - - [2026-05-25 03:48:21] "GET /project/4f20f01c-7e20-445c-af87-36fcafeeadc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.542172 10.0.0.73 - - [2026-05-25 03:48:21] "POST /neutron/port HTTP/1.1" 200 117 0.014708 10.0.0.73 - - [2026-05-25 03:48:22] "GET / HTTP/1.1" 200 36215 0.002123 10.0.0.73 - - [2026-05-25 03:48:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.73 - - [2026-05-25 03:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.083776 10.0.0.131 - - [2026-05-25 03:48:24] "GET /projects?obj_uuids=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001074 10.0.0.73 - - [2026-05-25 03:48:24] "GET /project/4f20f01c-7e20-445c-af87-36fcafeeadc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.054042 10.0.0.131 - - [2026-05-25 03:48:25] "GET /projects?obj_uuids=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003390 10.0.0.73 - - [2026-05-25 03:48:25] "POST /neutron/network HTTP/1.1" 200 604 0.180393 10.0.0.19 - - [2026-05-25 03:48:25] "POST /route-targets HTTP/1.1" 200 328 0.016924 10.0.0.73 - - [2026-05-25 03:48:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.004271 10.0.0.73 - - [2026-05-25 03:48:25] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006920 10.0.0.73 - - [2026-05-25 03:48:25] "POST /neutron/network HTTP/1.1" 200 824 0.008195 10.0.0.73 - - [2026-05-25 03:48:25] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006398 10.0.0.73 - - [2026-05-25 03:48:26] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007123 10.0.0.19 - - [2026-05-25 03:48:27] "GET /obj-perms HTTP/1.1" 200 5028 0.098280 10.0.0.73 - - [2026-05-25 03:48:27] "POST /id-to-fqname HTTP/1.1" 200 219 0.001331 10.0.0.73 - - [2026-05-25 03:48:28] "POST /neutron/port HTTP/1.1" 200 4192 0.035060 10.0.0.131 - - [2026-05-25 03:48:29] "GET /projects?obj_uuids=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001481 10.0.0.73 - - [2026-05-25 03:48:29] "GET /project/4f20f01c-7e20-445c-af87-36fcafeeadc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.083434 10.0.0.73 - - [2026-05-25 03:48:29] "POST /neutron/port HTTP/1.1" 200 4192 0.043171 10.0.0.73 - - [2026-05-25 03:48:29] "POST /id-to-fqname HTTP/1.1" 200 219 0.001421 10.0.0.73 - - [2026-05-25 03:48:29] "POST /neutron/network HTTP/1.1" 200 834 0.008044 10.0.0.73 - - [2026-05-25 03:48:30] "POST /neutron/port HTTP/1.1" 200 1060 0.027835 10.0.0.73 - - [2026-05-25 03:48:30] "POST /neutron/port HTTP/1.1" 200 1124 0.022319 10.0.0.73 - - [2026-05-25 03:48:30] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.131 - - [2026-05-25 03:48:30] "GET /projects?obj_uuids=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001120 10.0.0.73 - - [2026-05-25 03:48:30] "GET /project/4f20f01c-7e20-445c-af87-36fcafeeadc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.103734 10.0.0.73 - - [2026-05-25 03:48:30] "POST /neutron/port HTTP/1.1" 200 5163 0.044559 10.0.0.73 - - [2026-05-25 03:48:31] "POST /neutron/port HTTP/1.1" 200 1124 0.021314 10.0.0.131 - - [2026-05-25 03:48:31] "GET /projects?obj_uuids=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001150 10.0.0.73 - - [2026-05-25 03:48:32] "POST /neutron/port HTTP/1.1" 200 1060 0.325157 10.0.0.73 - - [2026-05-25 03:48:32] "POST /neutron/port HTTP/1.1" 200 1114 0.133380 10.0.0.73 - - [2026-05-25 03:48:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.013585 10.0.0.73 - - [2026-05-25 03:48:35] "POST /neutron/port HTTP/1.1" 200 1219 0.020691 10.0.0.73 - - [2026-05-25 03:48:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005305 10.0.0.73 - - [2026-05-25 03:48:35] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.73 - - [2026-05-25 03:48:36] "POST /neutron/port HTTP/1.1" 200 1124 0.022443 10.0.0.73 - - [2026-05-25 03:48:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010253 10.0.0.73 - - [2026-05-25 03:48:36] "GET /virtual-machine/83686fab-8fb6-435e-995c-6ab87a5b7a9b HTTP/1.1" 401 292 0.000440 10.0.0.73 - - [2026-05-25 03:48:37] "GET /virtual-machine/83686fab-8fb6-435e-995c-6ab87a5b7a9b HTTP/1.1" 200 1293 0.038474 10.0.0.73 - - [2026-05-25 03:48:37] "GET /virtual-machine-interface/e7e510d1-9958-453e-a853-9756d190fb5b HTTP/1.1" 200 2943 0.007198 10.0.0.73 - - [2026-05-25 03:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.73 - - [2026-05-25 03:48:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004172 10.0.0.73 - - [2026-05-25 03:48:37] "GET /virtual-networks?parent_id=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004352 10.0.0.73 - - [2026-05-25 03:48:37] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007308 10.0.0.73 - - [2026-05-25 03:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.73 - - [2026-05-25 03:48:40] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006987 10.0.0.73 - - [2026-05-25 03:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.73 - - [2026-05-25 03:48:44] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006504 10.0.0.73 - - [2026-05-25 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.73 - - [2026-05-25 03:48:48] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006733 10.0.0.73 - - [2026-05-25 03:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.73 - - [2026-05-25 03:48:52] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007958 10.0.0.19 - - [2026-05-25 03:48:56] "DELETE /access-control-list/e81ecf48-dc90-4808-8e04-20b402a969f3 HTTP/1.1" 200 115 0.139210 10.0.0.73 - - [2026-05-25 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.73 - - [2026-05-25 03:48:56] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006909 10.0.0.131 - - [2026-05-25 03:48:59] "DELETE /project/4f20f01c7e20445caf8736fcafeeadc1 HTTP/1.1" 404 173 0.062078 10.0.0.131 - - [2026-05-25 03:48:59] "DELETE /project/919fe2cb-f026-4a7d-a400-6f4d798a2aeb HTTP/1.1" 404 177 0.093983 10.0.0.73 - - [2026-05-25 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.73 - - [2026-05-25 03:49:00] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008305 10.0.0.73 - - [2026-05-25 03:49:01] "GET /obj-perms HTTP/1.1" 200 5056 0.085578 10.0.0.73 - - [2026-05-25 03:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.73 - - [2026-05-25 03:49:04] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005950 10.0.0.73 - - [2026-05-25 03:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.73 - - [2026-05-25 03:49:08] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005853 10.0.0.73 - - [2026-05-25 03:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.73 - - [2026-05-25 03:49:13] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005867 10.0.0.73 - - [2026-05-25 03:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.73 - - [2026-05-25 03:49:17] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007874 10.0.0.73 - - [2026-05-25 03:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.73 - - [2026-05-25 03:49:21] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006542 10.0.0.73 - - [2026-05-25 03:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.73 - - [2026-05-25 03:49:25] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006687 10.0.0.73 - - [2026-05-25 03:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.73 - - [2026-05-25 03:49:29] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006916 10.0.0.73 - - [2026-05-25 03:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.73 - - [2026-05-25 03:49:33] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006367 10.0.0.73 - - [2026-05-25 03:49:35] "POST /neutron/port HTTP/1.1" 200 1107 0.023700 10.0.0.73 - - [2026-05-25 03:49:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004733 10.0.0.73 - - [2026-05-25 03:49:35] "POST /neutron/network HTTP/1.1" 200 927 0.008637 10.0.0.73 - - [2026-05-25 03:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.73 - - [2026-05-25 03:49:37] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006716 10.0.0.73 - - [2026-05-25 03:49:39] "POST /neutron/network HTTP/1.1" 200 1124 0.009186 10.0.0.73 - - [2026-05-25 03:49:39] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016716 10.0.0.73 - - [2026-05-25 03:49:39] "POST /neutron/network HTTP/1.1" 200 1114 0.011850 10.0.0.73 - - [2026-05-25 03:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.73 - - [2026-05-25 03:49:41] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005933 10.0.0.73 - - [2026-05-25 03:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.73 - - [2026-05-25 03:49:43] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004462 10.0.0.73 - - [2026-05-25 03:49:43] "GET /virtual-networks?parent_id=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004024 10.0.0.73 - - [2026-05-25 03:49:43] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007214 10.0.0.73 - - [2026-05-25 03:49:49] "POST /neutron/port HTTP/1.1" 200 1124 0.023098 10.0.0.73 - - [2026-05-25 03:49:54] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009582 10.0.0.73 - - [2026-05-25 03:49:59] "POST /neutron/port HTTP/1.1" 200 1124 0.021779 10.0.0.131 - - [2026-05-25 03:50:02] "GET /obj-perms HTTP/1.1" 200 5056 0.066016 10.0.0.73 - - [2026-05-25 03:50:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010411 10.0.0.73 - - [2026-05-25 03:50:10] "POST /neutron/port HTTP/1.1" 200 1124 0.028753 10.0.0.73 - - [2026-05-25 03:50:10] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010339 10.0.0.73 - - [2026-05-25 03:50:10] "GET /virtual-machine/3b21e5d2-0dc3-44c9-b578-00509b8ed4f1 HTTP/1.1" 200 1293 0.008333 10.0.0.73 - - [2026-05-25 03:50:10] "GET /virtual-machine-interface/0c835aba-1ad1-4341-8e1e-64da160cad63 HTTP/1.1" 200 2941 0.026754 10.0.0.73 - - [2026-05-25 03:50:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.73 - - [2026-05-25 03:50:10] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004520 10.0.0.73 - - [2026-05-25 03:50:10] "GET /virtual-networks?parent_id=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004149 10.0.0.73 - - [2026-05-25 03:50:10] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006205 10.0.0.73 - - [2026-05-25 03:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005860 10.0.0.73 - - [2026-05-25 03:50:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006640 10.0.0.73 - - [2026-05-25 03:50:11] "GET /virtual-networks?parent_id=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003596 10.0.0.73 - - [2026-05-25 03:50:11] "GET /virtual-network/986e2676-89ff-4b2c-ac02-a508f91af1e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007092 10.0.0.73 - - [2026-05-25 03:50:11] "POST /neutron/port HTTP/1.1" 200 1124 0.024839 10.0.0.73 - - [2026-05-25 03:50:37] "POST /neutron/port HTTP/1.1" 200 1219 0.029496 10.0.0.73 - - [2026-05-25 03:50:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004884 10.0.0.73 - - [2026-05-25 03:50:37] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.73 - - [2026-05-25 03:50:40] "POST /neutron/port HTTP/1.1" 200 1107 0.056058 10.0.0.73 - - [2026-05-25 03:50:41] "POST /neutron/subnet HTTP/1.1" 200 698 0.011243 10.0.0.73 - - [2026-05-25 03:51:40] "POST /neutron/port HTTP/1.1" 200 1107 0.065447 10.0.0.73 - - [2026-05-25 03:51:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004999 10.0.0.73 - - [2026-05-25 03:51:40] "POST /neutron/network HTTP/1.1" 200 927 0.008086 10.0.0.73 - - [2026-05-25 03:51:40] "POST /neutron/network HTTP/1.1" 200 834 0.007350 10.0.0.73 - - [2026-05-25 03:51:40] "POST /neutron/port HTTP/1.1" 200 117 0.001463 10.0.0.73 - - [2026-05-25 03:51:56] "POST /neutron/network HTTP/1.1" 400 204 0.017065 10.0.0.73 - - [2026-05-25 03:51:56] "POST /neutron/port HTTP/1.1" 200 1114 0.027534 10.0.0.73 - - [2026-05-25 03:51:57] "POST /neutron/port HTTP/1.1" 200 151 0.262775 10.0.0.131 - - [2026-05-25 03:51:59] "GET /projects?obj_uuids=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001879 10.0.0.73 - - [2026-05-25 03:52:00] "GET /project/4f20f01c-7e20-445c-af87-36fcafeeadc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.098009 10.0.0.131 - - [2026-05-25 03:52:00] "GET /projects?obj_uuids=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001578 10.0.0.73 - - [2026-05-25 03:52:00] "GET /project/4f20f01c-7e20-445c-af87-36fcafeeadc1?fields=virtual_networks HTTP/1.1" 200 1032 0.062906 10.0.0.131 - - [2026-05-25 03:52:00] "GET /projects?obj_uuids=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001067 10.0.0.73 - - [2026-05-25 03:52:00] "GET /project/4f20f01c-7e20-445c-af87-36fcafeeadc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.057303 10.0.0.131 - - [2026-05-25 03:52:00] "GET /projects?obj_uuids=4f20f01c-7e20-445c-af87-36fcafeeadc1&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001543 10.0.0.73 - - [2026-05-25 03:52:00] "GET /project/4f20f01c-7e20-445c-af87-36fcafeeadc1?fields=security_groups HTTP/1.1" 200 1258 0.056193 10.0.0.73 - - [2026-05-25 03:52:01] "POST /fqname-to-id HTTP/1.1" 404 187 0.046367 10.0.0.131 - - [2026-05-25 03:52:01] "GET /projects?obj_uuids=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003545 10.0.0.131 - - [2026-05-25 03:52:01] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002846 10.0.0.131 - - [2026-05-25 03:52:01] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009436 10.0.0.131 - - [2026-05-25 03:52:01] "POST /id-to-fqname HTTP/1.1" 200 189 0.003534 10.0.0.131 - - [2026-05-25 03:52:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.007324 10.0.0.131 - - [2026-05-25 03:52:01] "POST /security-groups HTTP/1.1" 200 590 0.047124 10.0.0.19 - - [2026-05-25 03:52:01] "POST /fqname-to-id HTTP/1.1" 404 233 0.003745 10.0.0.131 - - [2026-05-25 03:52:01] "POST /projects HTTP/1.1" 200 583 0.293410 10.0.0.131 - - [2026-05-25 03:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.338651 10.0.0.73 - - [2026-05-25 03:52:01] "GET /project/2e0b0734-637f-4545-81ca-f2724a07e3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.518266 10.0.0.19 - - [2026-05-25 03:52:01] "POST /access-control-lists HTTP/1.1" 200 595 0.052230 10.0.0.73 - - [2026-05-25 03:52:03] "GET / HTTP/1.1" 200 36215 0.002002 10.0.0.73 - - [2026-05-25 03:52:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.73 - - [2026-05-25 03:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.041102 10.0.0.131 - - [2026-05-25 03:52:06] "GET /projects?obj_uuids=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001027 10.0.0.73 - - [2026-05-25 03:52:06] "GET /project/2e0b0734-637f-4545-81ca-f2724a07e3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.048818 10.0.0.73 - - [2026-05-25 03:52:06] "POST /neutron/network HTTP/1.1" 200 117 0.042856 10.0.0.73 - - [2026-05-25 03:52:06] "POST /neutron/network HTTP/1.1" 200 822 0.012286 10.0.0.73 - - [2026-05-25 03:52:06] "POST /id-to-fqname HTTP/1.1" 200 219 0.001252 10.0.0.73 - - [2026-05-25 03:52:06] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006233 10.0.0.73 - - [2026-05-25 03:52:06] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005979 10.0.0.73 - - [2026-05-25 03:52:06] "POST /neutron/subnet HTTP/1.1" 200 719 0.012532 10.0.0.73 - - [2026-05-25 03:52:07] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006683 10.0.0.73 - - [2026-05-25 03:52:08] "GET /obj-perms HTTP/1.1" 200 5028 0.075896 10.0.0.19 - - [2026-05-25 03:52:08] "GET /obj-perms HTTP/1.1" 200 5028 0.068015 10.0.0.73 - - [2026-05-25 03:52:09] "POST /id-to-fqname HTTP/1.1" 200 219 0.001878 10.0.0.131 - - [2026-05-25 03:52:10] "GET /projects?obj_uuids=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001735 10.0.0.73 - - [2026-05-25 03:52:10] "GET /project/2e0b0734-637f-4545-81ca-f2724a07e3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.104749 10.0.0.73 - - [2026-05-25 03:52:10] "POST /neutron/network HTTP/1.1" 200 822 0.037053 10.0.0.73 - - [2026-05-25 03:52:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.001339 10.0.0.73 - - [2026-05-25 03:52:10] "POST /neutron/port HTTP/1.1" 200 4192 0.049557 10.0.0.131 - - [2026-05-25 03:52:11] "GET /projects?obj_uuids=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001213 10.0.0.73 - - [2026-05-25 03:52:11] "POST /neutron/port HTTP/1.1" 200 1058 0.388139 10.0.0.73 - - [2026-05-25 03:52:11] "POST /neutron/port HTTP/1.1" 200 1112 0.156997 10.0.0.131 - - [2026-05-25 03:52:12] "GET /projects?obj_uuids=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001290 10.0.0.73 - - [2026-05-25 03:52:12] "GET /project/2e0b0734-637f-4545-81ca-f2724a07e3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.129093 10.0.0.73 - - [2026-05-25 03:52:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004572 10.0.0.73 - - [2026-05-25 03:52:12] "POST /neutron/network HTTP/1.1" 200 822 0.009513 10.0.0.73 - - [2026-05-25 03:52:12] "POST /neutron/port HTTP/1.1" 200 117 0.007076 10.0.0.73 - - [2026-05-25 03:52:13] "POST /neutron/network HTTP/1.1" 200 832 0.014431 10.0.0.73 - - [2026-05-25 03:52:13] "POST /neutron/port HTTP/1.1" 200 1058 0.025548 10.0.0.73 - - [2026-05-25 03:52:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005518 10.0.0.73 - - [2026-05-25 03:52:14] "POST /neutron/network HTTP/1.1" 200 822 0.008011 10.0.0.73 - - [2026-05-25 03:52:17] "POST /neutron/port HTTP/1.1" 200 1122 0.022869 10.0.0.73 - - [2026-05-25 03:52:18] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012235 10.0.0.73 - - [2026-05-25 03:52:18] "GET /virtual-machine/63ffe774-7a14-4251-b99f-1103c2e50dc7 HTTP/1.1" 401 292 0.000441 10.0.0.73 - - [2026-05-25 03:52:18] "GET /virtual-machine/63ffe774-7a14-4251-b99f-1103c2e50dc7 HTTP/1.1" 200 1293 0.034471 10.0.0.73 - - [2026-05-25 03:52:18] "GET /virtual-machine-interface/64ad1216-baf7-4984-b13b-2a327158fe5b HTTP/1.1" 200 2942 0.006235 10.0.0.73 - - [2026-05-25 03:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.73 - - [2026-05-25 03:52:18] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003983 10.0.0.73 - - [2026-05-25 03:52:18] "GET /virtual-networks?parent_id=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003681 10.0.0.73 - - [2026-05-25 03:52:18] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009240 10.0.0.73 - - [2026-05-25 03:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.73 - - [2026-05-25 03:52:21] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005445 10.0.0.73 - - [2026-05-25 03:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.73 - - [2026-05-25 03:52:25] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006795 10.0.0.73 - - [2026-05-25 03:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.73 - - [2026-05-25 03:52:29] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006289 10.0.0.73 - - [2026-05-25 03:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.73 - - [2026-05-25 03:52:34] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006083 10.0.0.73 - - [2026-05-25 03:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.73 - - [2026-05-25 03:52:38] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006669 10.0.0.73 - - [2026-05-25 03:52:41] "POST /neutron/network HTTP/1.1" 200 1124 0.009262 10.0.0.73 - - [2026-05-25 03:52:41] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017613 10.0.0.73 - - [2026-05-25 03:52:41] "POST /neutron/network HTTP/1.1" 200 1114 0.012255 10.0.0.73 - - [2026-05-25 03:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.73 - - [2026-05-25 03:52:42] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006356 10.0.0.73 - - [2026-05-25 03:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.73 - - [2026-05-25 03:52:46] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005913 10.0.0.19 - - [2026-05-25 03:52:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.19 - - [2026-05-25 03:52:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.131 - - [2026-05-25 03:52:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.131 - - [2026-05-25 03:52:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000586 10.0.0.19 - - [2026-05-25 03:52:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.19 - - [2026-05-25 03:52:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.131 - - [2026-05-25 03:52:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.131 - - [2026-05-25 03:52:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.73 - - [2026-05-25 03:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.73 - - [2026-05-25 03:52:50] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006848 10.0.0.73 - - [2026-05-25 03:52:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.73 - - [2026-05-25 03:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.73 - - [2026-05-25 03:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.73 - - [2026-05-25 03:52:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.73 - - [2026-05-25 03:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.73 - - [2026-05-25 03:52:54] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006912 10.0.0.19 - - [2026-05-25 03:52:57] "DELETE /access-control-list/a3beb909-ebe3-4132-922c-2606ff056bc2 HTTP/1.1" 200 115 0.048576 10.0.0.73 - - [2026-05-25 03:52:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.73 - - [2026-05-25 03:52:58] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008006 10.0.0.131 - - [2026-05-25 03:52:59] "DELETE /project/2e0b0734637f454581caf2724a07e3d5 HTTP/1.1" 404 173 0.005230 10.0.0.131 - - [2026-05-25 03:52:59] "DELETE /project/4f20f01c-7e20-445c-af87-36fcafeeadc1 HTTP/1.1" 404 177 0.004719 10.0.0.73 - - [2026-05-25 03:53:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.73 - - [2026-05-25 03:53:02] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006125 10.0.0.73 - - [2026-05-25 03:53:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.73 - - [2026-05-25 03:53:04] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005299 10.0.0.73 - - [2026-05-25 03:53:04] "GET /virtual-networks?parent_id=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003747 10.0.0.73 - - [2026-05-25 03:53:04] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006721 10.0.0.131 - - [2026-05-25 03:53:05] "GET /obj-perms HTTP/1.1" 200 5056 0.067831 10.0.0.73 - - [2026-05-25 03:53:10] "POST /neutron/port HTTP/1.1" 200 1122 0.021614 10.0.0.73 - - [2026-05-25 03:53:15] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008148 10.0.0.73 - - [2026-05-25 03:53:17] "POST /neutron/port HTTP/1.1" 200 1122 0.061884 10.0.0.73 - - [2026-05-25 03:53:20] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010343 10.0.0.73 - - [2026-05-25 03:53:31] "POST /neutron/port HTTP/1.1" 200 1122 0.022194 10.0.0.73 - - [2026-05-25 03:53:31] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008371 10.0.0.73 - - [2026-05-25 03:53:31] "GET /virtual-machine/3933d6fe-2eab-493f-9c47-517ea1850871 HTTP/1.1" 200 1293 0.006137 10.0.0.73 - - [2026-05-25 03:53:31] "GET /virtual-machine-interface/f29b09b0-45cb-411e-98d2-c6990438fe9e HTTP/1.1" 200 2943 0.005954 10.0.0.73 - - [2026-05-25 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.73 - - [2026-05-25 03:53:31] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003881 10.0.0.73 - - [2026-05-25 03:53:31] "GET /virtual-networks?parent_id=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006664 10.0.0.73 - - [2026-05-25 03:53:31] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007077 10.0.0.73 - - [2026-05-25 03:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006274 10.0.0.73 - - [2026-05-25 03:53:32] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005111 10.0.0.73 - - [2026-05-25 03:53:32] "GET /virtual-networks?parent_id=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003680 10.0.0.73 - - [2026-05-25 03:53:32] "GET /virtual-network/ea76016f-f5e8-4c5b-9367-7107012ba19e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006517 10.0.0.73 - - [2026-05-25 03:53:41] "POST /neutron/port HTTP/1.1" 200 1219 0.021852 10.0.0.73 - - [2026-05-25 03:53:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004699 10.0.0.73 - - [2026-05-25 03:53:41] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.73 - - [2026-05-25 03:53:43] "POST /neutron/port HTTP/1.1" 200 1107 0.021713 10.0.0.73 - - [2026-05-25 03:53:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004498 10.0.0.73 - - [2026-05-25 03:53:43] "POST /neutron/network HTTP/1.1" 200 927 0.010527 10.0.0.73 - - [2026-05-25 03:53:59] "POST /neutron/port HTTP/1.1" 200 1122 0.023553 10.0.0.73 - - [2026-05-25 03:54:00] "POST /neutron/port HTTP/1.1" 200 151 0.225663 10.0.0.73 - - [2026-05-25 03:54:01] "POST /neutron/network HTTP/1.1" 200 822 0.008556 10.0.0.19 - - [2026-05-25 03:54:01] "DELETE /route-target/b28e78e2-9f85-4068-86ff-01cbcf305aac HTTP/1.1" 200 115 0.093567 10.0.0.131 - - [2026-05-25 03:54:03] "GET /projects?obj_uuids=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.038833 10.0.0.73 - - [2026-05-25 03:54:03] "GET /project/2e0b0734-637f-4545-81ca-f2724a07e3d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.083005 10.0.0.131 - - [2026-05-25 03:54:03] "GET /projects?obj_uuids=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000947 10.0.0.73 - - [2026-05-25 03:54:03] "GET /project/2e0b0734-637f-4545-81ca-f2724a07e3d5?fields=virtual_networks HTTP/1.1" 200 1031 0.038792 10.0.0.131 - - [2026-05-25 03:54:03] "GET /projects?obj_uuids=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001142 10.0.0.73 - - [2026-05-25 03:54:03] "GET /project/2e0b0734-637f-4545-81ca-f2724a07e3d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.056947 10.0.0.131 - - [2026-05-25 03:54:03] "GET /projects?obj_uuids=2e0b0734-637f-4545-81ca-f2724a07e3d5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001753 10.0.0.73 - - [2026-05-25 03:54:03] "GET /project/2e0b0734-637f-4545-81ca-f2724a07e3d5?fields=security_groups HTTP/1.1" 200 1257 0.059521 10.0.0.73 - - [2026-05-25 03:54:20] "GET / HTTP/1.1" 200 36215 0.002212 10.0.0.73 - - [2026-05-25 03:54:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000637 10.0.0.73 - - [2026-05-25 03:54:21] "POST /fqname-to-id HTTP/1.1" 404 201 0.063814 10.0.0.131 - - [2026-05-25 03:54:21] "GET /projects?obj_uuids=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003840 10.0.0.131 - - [2026-05-25 03:54:21] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.131 - - [2026-05-25 03:54:21] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051772 10.0.0.131 - - [2026-05-25 03:54:21] "POST /id-to-fqname HTTP/1.1" 200 203 0.005010 10.0.0.131 - - [2026-05-25 03:54:21] "POST /fqname-to-id HTTP/1.1" 404 212 0.010796 10.0.0.131 - - [2026-05-25 03:54:22] "POST /security-groups HTTP/1.1" 200 604 0.035604 10.0.0.131 - - [2026-05-25 03:54:22] "POST /projects HTTP/1.1" 200 611 0.272398 10.0.0.131 - - [2026-05-25 03:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.311652 10.0.0.19 - - [2026-05-25 03:54:22] "POST /fqname-to-id HTTP/1.1" 404 246 0.010920 10.0.0.73 - - [2026-05-25 03:54:22] "GET /project/7fa4d00c-2996-47f8-a28d-9241ec405cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.537377 10.0.0.73 - - [2026-05-25 03:54:23] "GET / HTTP/1.1" 200 36215 0.002505 10.0.0.73 - - [2026-05-25 03:54:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000850 10.0.0.73 - - [2026-05-25 03:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.063357 10.0.0.131 - - [2026-05-25 03:54:24] "GET /projects?obj_uuids=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001148 10.0.0.73 - - [2026-05-25 03:54:24] "GET /project/7fa4d00c-2996-47f8-a28d-9241ec405cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.070749 10.0.0.131 - - [2026-05-25 03:54:24] "GET /projects?obj_uuids=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001164 10.0.0.73 - - [2026-05-25 03:54:24] "POST /neutron/network HTTP/1.1" 200 620 0.175617 10.0.0.19 - - [2026-05-25 03:54:24] "POST /ref-update HTTP/1.1" 200 156 0.025010 10.0.0.73 - - [2026-05-25 03:54:24] "POST /id-to-fqname HTTP/1.1" 200 234 0.003535 10.0.0.73 - - [2026-05-25 03:54:24] "GET /virtual-network/0a22b7a1-f577-41ad-a5ba-9ed5d15c1bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007306 10.0.0.73 - - [2026-05-25 03:54:24] "POST /neutron/network HTTP/1.1" 200 841 0.008288 10.0.0.73 - - [2026-05-25 03:54:24] "GET /virtual-network/0a22b7a1-f577-41ad-a5ba-9ed5d15c1bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005318 10.0.0.73 - - [2026-05-25 03:54:25] "POST /id-to-fqname HTTP/1.1" 200 234 0.001369 10.0.0.73 - - [2026-05-25 03:54:25] "POST /neutron/port HTTP/1.1" 200 4192 0.031516 10.0.0.131 - - [2026-05-25 03:54:26] "GET /projects?obj_uuids=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001135 10.0.0.73 - - [2026-05-25 03:54:26] "GET /project/7fa4d00c-2996-47f8-a28d-9241ec405cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.087239 10.0.0.73 - - [2026-05-25 03:54:26] "POST /neutron/port HTTP/1.1" 200 4192 0.042071 10.0.0.73 - - [2026-05-25 03:54:26] "POST /id-to-fqname HTTP/1.1" 200 234 0.001442 10.0.0.73 - - [2026-05-25 03:54:26] "POST /neutron/network HTTP/1.1" 200 851 0.008712 10.0.0.73 - - [2026-05-25 03:54:27] "POST /neutron/port HTTP/1.1" 200 1075 0.020931 10.0.0.73 - - [2026-05-25 03:54:27] "POST /neutron/port HTTP/1.1" 200 1139 0.023641 10.0.0.73 - - [2026-05-25 03:54:27] "POST /neutron/port HTTP/1.1" 200 117 0.001170 10.0.0.131 - - [2026-05-25 03:54:27] "GET /projects?obj_uuids=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001034 10.0.0.73 - - [2026-05-25 03:54:27] "GET /project/7fa4d00c-2996-47f8-a28d-9241ec405cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.107331 10.0.0.73 - - [2026-05-25 03:54:27] "POST /neutron/port HTTP/1.1" 200 5178 0.064020 10.0.0.73 - - [2026-05-25 03:54:28] "POST /neutron/network HTTP/1.1" 200 851 0.008215 10.0.0.73 - - [2026-05-25 03:54:28] "GET /virtual-network/0a22b7a1-f577-41ad-a5ba-9ed5d15c1bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005405 10.0.0.73 - - [2026-05-25 03:54:28] "POST /neutron/port HTTP/1.1" 200 1075 0.023214 10.0.0.73 - - [2026-05-25 03:54:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005015 10.0.0.73 - - [2026-05-25 03:54:29] "POST /neutron/network HTTP/1.1" 200 841 0.008544 10.0.0.19 - - [2026-05-25 03:54:30] "GET /obj-perms HTTP/1.1" 200 5056 0.099209 10.0.0.73 - - [2026-05-25 03:54:30] "POST /neutron/port HTTP/1.1" 200 1139 0.019597 10.0.0.73 - - [2026-05-25 03:54:30] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008357 10.0.0.73 - - [2026-05-25 03:54:30] "GET /virtual-machine/7abe9181-4200-4e66-8f9f-bb92926a18af HTTP/1.1" 401 292 0.000443 10.0.0.73 - - [2026-05-25 03:54:31] "GET /virtual-machine/7abe9181-4200-4e66-8f9f-bb92926a18af HTTP/1.1" 200 1307 0.044549 10.0.0.73 - - [2026-05-25 03:54:31] "GET /virtual-machine-interface/99c2362c-ccb8-40c0-becb-7c82fd542348 HTTP/1.1" 200 3016 0.006311 10.0.0.73 - - [2026-05-25 03:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.73 - - [2026-05-25 03:54:31] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004940 10.0.0.73 - - [2026-05-25 03:54:31] "GET /virtual-networks?parent_id=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003602 10.0.0.73 - - [2026-05-25 03:54:31] "GET /virtual-network/0a22b7a1-f577-41ad-a5ba-9ed5d15c1bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006682 10.0.0.73 - - [2026-05-25 03:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.73 - - [2026-05-25 03:54:34] "GET /virtual-network/0a22b7a1-f577-41ad-a5ba-9ed5d15c1bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007864 10.0.0.73 - - [2026-05-25 03:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.73 - - [2026-05-25 03:54:38] "GET /virtual-network/0a22b7a1-f577-41ad-a5ba-9ed5d15c1bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006504 10.0.0.73 - - [2026-05-25 03:54:41] "POST /neutron/network HTTP/1.1" 200 937 0.007355 10.0.0.73 - - [2026-05-25 03:54:41] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.73 - - [2026-05-25 03:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.73 - - [2026-05-25 03:54:42] "GET /virtual-network/0a22b7a1-f577-41ad-a5ba-9ed5d15c1bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006255 10.0.0.73 - - [2026-05-25 03:54:45] "POST /neutron/port HTTP/1.1" 200 1219 0.022282 10.0.0.73 - - [2026-05-25 03:54:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004790 10.0.0.73 - - [2026-05-25 03:54:45] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.73 - - [2026-05-25 03:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.73 - - [2026-05-25 03:54:46] "GET /virtual-network/0a22b7a1-f577-41ad-a5ba-9ed5d15c1bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006159 10.0.0.73 - - [2026-05-25 03:54:46] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008393 10.0.0.73 - - [2026-05-25 03:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.73 - - [2026-05-25 03:54:48] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004125 10.0.0.73 - - [2026-05-25 03:54:48] "GET /virtual-networks?parent_id=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003449 10.0.0.73 - - [2026-05-25 03:54:48] "GET /virtual-network/0a22b7a1-f577-41ad-a5ba-9ed5d15c1bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007200 10.0.0.73 - - [2026-05-25 03:54:51] "POST /neutron/port HTTP/1.1" 200 1139 0.025140 10.0.0.73 - - [2026-05-25 03:54:53] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007941 10.0.0.131 - - [2026-05-25 03:54:59] "DELETE /project/7fa4d00c299647f8a28d9241ec405cb7 HTTP/1.1" 404 173 0.003299 10.0.0.131 - - [2026-05-25 03:54:59] "DELETE /project/2e0b0734-637f-4545-81ca-f2724a07e3d5 HTTP/1.1" 404 177 0.005915 10.0.0.73 - - [2026-05-25 03:55:04] "POST /neutron/port HTTP/1.1" 200 1139 0.023217 10.0.0.73 - - [2026-05-25 03:55:04] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010177 10.0.0.73 - - [2026-05-25 03:55:04] "GET /virtual-machine/5cee57a8-1fc9-4968-827c-9de2e42ce019 HTTP/1.1" 200 1306 0.010988 10.0.0.73 - - [2026-05-25 03:55:04] "GET /virtual-machine-interface/0040eff8-c7e4-42bc-8df0-16a1e728e499 HTTP/1.1" 200 3013 0.005612 10.0.0.73 - - [2026-05-25 03:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.73 - - [2026-05-25 03:55:04] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005534 10.0.0.73 - - [2026-05-25 03:55:04] "GET /virtual-networks?parent_id=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003515 10.0.0.73 - - [2026-05-25 03:55:04] "GET /virtual-network/0a22b7a1-f577-41ad-a5ba-9ed5d15c1bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006916 10.0.0.73 - - [2026-05-25 03:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.73 - - [2026-05-25 03:55:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005679 10.0.0.73 - - [2026-05-25 03:55:05] "GET /virtual-networks?parent_id=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003733 10.0.0.73 - - [2026-05-25 03:55:05] "GET /virtual-network/0a22b7a1-f577-41ad-a5ba-9ed5d15c1bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005826 10.0.0.73 - - [2026-05-25 03:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.73 - - [2026-05-25 03:55:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005267 10.0.0.73 - - [2026-05-25 03:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.73 - - [2026-05-25 03:55:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005522 10.0.0.73 - - [2026-05-25 03:55:06] "PUT /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6 HTTP/1.1" 200 277 0.017499 10.0.0.73 - - [2026-05-25 03:55:06] "GET /obj-perms HTTP/1.1" 200 5056 0.062190 10.0.0.73 - - [2026-05-25 03:55:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.73 - - [2026-05-25 03:55:18] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004652 10.0.0.73 - - [2026-05-25 03:55:18] "PUT /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6 HTTP/1.1" 200 277 0.014843 10.0.0.73 - - [2026-05-25 03:55:45] "POST /neutron/port HTTP/1.1" 200 1107 0.022207 10.0.0.73 - - [2026-05-25 03:55:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004486 10.0.0.73 - - [2026-05-25 03:55:45] "POST /neutron/network HTTP/1.1" 200 927 0.008162 10.0.0.131 - - [2026-05-25 03:56:07] "GET /obj-perms HTTP/1.1" 200 5056 0.063604 10.0.0.73 - - [2026-05-25 03:56:10] "POST /neutron/port HTTP/1.1" 200 1139 0.030189 10.0.0.73 - - [2026-05-25 03:56:11] "POST /neutron/port HTTP/1.1" 200 151 0.335538 10.0.0.73 - - [2026-05-25 03:56:12] "POST /neutron/network HTTP/1.1" 200 841 0.008227 10.0.0.19 - - [2026-05-25 03:56:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.131 - - [2026-05-25 03:56:12] "GET /projects?obj_uuids=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001239 10.0.0.73 - - [2026-05-25 03:56:12] "GET /project/7fa4d00c-2996-47f8-a28d-9241ec405cb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.039081 10.0.0.131 - - [2026-05-25 03:56:12] "GET /projects?obj_uuids=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001657 10.0.0.73 - - [2026-05-25 03:56:13] "GET /project/7fa4d00c-2996-47f8-a28d-9241ec405cb7?fields=virtual_networks HTTP/1.1" 200 1060 0.049958 10.0.0.131 - - [2026-05-25 03:56:13] "GET /projects?obj_uuids=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001244 10.0.0.73 - - [2026-05-25 03:56:13] "GET /project/7fa4d00c-2996-47f8-a28d-9241ec405cb7?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.058907 10.0.0.131 - - [2026-05-25 03:56:13] "GET /projects?obj_uuids=7fa4d00c-2996-47f8-a28d-9241ec405cb7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001869 10.0.0.73 - - [2026-05-25 03:56:13] "GET /project/7fa4d00c-2996-47f8-a28d-9241ec405cb7?fields=security_groups HTTP/1.1" 200 1300 0.049577 10.0.0.73 - - [2026-05-25 03:56:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.048371 10.0.0.131 - - [2026-05-25 03:56:14] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005786 10.0.0.131 - - [2026-05-25 03:56:14] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001536 10.0.0.131 - - [2026-05-25 03:56:14] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011159 10.0.0.131 - - [2026-05-25 03:56:14] "POST /id-to-fqname HTTP/1.1" 200 209 0.007093 10.0.0.131 - - [2026-05-25 03:56:14] "POST /fqname-to-id HTTP/1.1" 404 217 0.006360 10.0.0.131 - - [2026-05-25 03:56:14] "POST /security-groups HTTP/1.1" 200 609 0.080682 10.0.0.131 - - [2026-05-25 03:56:14] "POST /projects HTTP/1.1" 200 621 0.304324 10.0.0.131 - - [2026-05-25 03:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.339979 10.0.0.19 - - [2026-05-25 03:56:14] "POST /access-control-lists HTTP/1.1" 200 616 0.042466 10.0.0.73 - - [2026-05-25 03:56:14] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.537722 10.0.0.73 - - [2026-05-25 03:56:16] "GET / HTTP/1.1" 200 36215 0.001638 10.0.0.73 - - [2026-05-25 03:56:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000731 10.0.0.73 - - [2026-05-25 03:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.081640 10.0.0.131 - - [2026-05-25 03:56:17] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001064 10.0.0.73 - - [2026-05-25 03:56:17] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.057167 10.0.0.131 - - [2026-05-25 03:56:17] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001045 10.0.0.73 - - [2026-05-25 03:56:17] "POST /neutron/network HTTP/1.1" 200 625 0.185757 10.0.0.19 - - [2026-05-25 03:56:17] "POST /route-targets HTTP/1.1" 200 328 0.016824 10.0.0.73 - - [2026-05-25 03:56:18] "POST /id-to-fqname HTTP/1.1" 200 239 0.004561 10.0.0.73 - - [2026-05-25 03:56:18] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006893 10.0.0.73 - - [2026-05-25 03:56:18] "POST /neutron/network HTTP/1.1" 200 843 0.010173 10.0.0.73 - - [2026-05-25 03:56:18] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006473 10.0.0.73 - - [2026-05-25 03:56:18] "POST /id-to-fqname HTTP/1.1" 200 239 0.001428 10.0.0.73 - - [2026-05-25 03:56:18] "POST /neutron/port HTTP/1.1" 200 4192 0.036894 10.0.0.131 - - [2026-05-25 03:56:19] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001082 10.0.0.73 - - [2026-05-25 03:56:19] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.091826 10.0.0.73 - - [2026-05-25 03:56:19] "POST /neutron/port HTTP/1.1" 200 4192 0.039912 10.0.0.73 - - [2026-05-25 03:56:19] "POST /id-to-fqname HTTP/1.1" 200 239 0.001529 10.0.0.73 - - [2026-05-25 03:56:19] "POST /neutron/network HTTP/1.1" 200 853 0.007786 10.0.0.73 - - [2026-05-25 03:56:20] "POST /neutron/port HTTP/1.1" 200 1077 0.052711 10.0.0.131 - - [2026-05-25 03:56:20] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002717 10.0.0.73 - - [2026-05-25 03:56:20] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.118383 10.0.0.73 - - [2026-05-25 03:56:20] "POST /neutron/port HTTP/1.1" 200 1141 0.035224 10.0.0.73 - - [2026-05-25 03:56:20] "POST /neutron/subnet HTTP/1.1" 200 693 0.013528 10.0.0.73 - - [2026-05-25 03:56:21] "POST /neutron/port HTTP/1.1" 200 5180 0.043680 10.0.0.73 - - [2026-05-25 03:56:21] "POST /neutron/network HTTP/1.1" 200 853 0.009484 10.0.0.73 - - [2026-05-25 03:56:21] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006015 10.0.0.73 - - [2026-05-25 03:56:22] "POST /neutron/port HTTP/1.1" 200 1077 0.018998 10.0.0.73 - - [2026-05-25 03:56:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004804 10.0.0.73 - - [2026-05-25 03:56:22] "POST /neutron/network HTTP/1.1" 200 843 0.008233 10.0.0.73 - - [2026-05-25 03:56:23] "POST /neutron/port HTTP/1.1" 200 1141 0.023375 10.0.0.73 - - [2026-05-25 03:56:23] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009466 10.0.0.73 - - [2026-05-25 03:56:23] "GET /virtual-machine/6fe154c0-51b5-48e4-bf07-43f870138808 HTTP/1.1" 401 292 0.000445 10.0.0.73 - - [2026-05-25 03:56:24] "GET /virtual-machine/6fe154c0-51b5-48e4-bf07-43f870138808 HTTP/1.1" 200 1312 0.054278 10.0.0.73 - - [2026-05-25 03:56:24] "GET /virtual-machine-interface/7f3a253c-a518-4f89-a2f3-2baebf4c59b2 HTTP/1.1" 200 3040 0.008168 10.0.0.73 - - [2026-05-25 03:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.73 - - [2026-05-25 03:56:24] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004928 10.0.0.73 - - [2026-05-25 03:56:24] "GET /virtual-networks?parent_id=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.005036 10.0.0.73 - - [2026-05-25 03:56:24] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006917 10.0.0.73 - - [2026-05-25 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.73 - - [2026-05-25 03:56:27] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006192 10.0.0.73 - - [2026-05-25 03:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.73 - - [2026-05-25 03:56:31] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005691 10.0.0.73 - - [2026-05-25 03:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.73 - - [2026-05-25 03:56:35] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006019 10.0.0.73 - - [2026-05-25 03:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.73 - - [2026-05-25 03:56:39] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.008010 10.0.0.73 - - [2026-05-25 03:56:42] "POST /neutron/network HTTP/1.1" 200 1124 0.007968 10.0.0.73 - - [2026-05-25 03:56:42] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016646 10.0.0.73 - - [2026-05-25 03:56:42] "POST /neutron/network HTTP/1.1" 200 1114 0.012426 10.0.0.73 - - [2026-05-25 03:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.73 - - [2026-05-25 03:56:43] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005704 10.0.0.73 - - [2026-05-25 03:56:45] "POST /neutron/port HTTP/1.1" 200 1141 0.023251 10.0.0.73 - - [2026-05-25 03:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.73 - - [2026-05-25 03:56:46] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004515 10.0.0.73 - - [2026-05-25 03:56:46] "GET /virtual-networks?parent_id=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004069 10.0.0.73 - - [2026-05-25 03:56:46] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007372 10.0.0.73 - - [2026-05-25 03:56:46] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008339 10.0.0.73 - - [2026-05-25 03:56:47] "POST /neutron/network HTTP/1.1" 200 1124 0.048737 10.0.0.73 - - [2026-05-25 03:56:47] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017257 10.0.0.73 - - [2026-05-25 03:56:47] "POST /neutron/network HTTP/1.1" 200 1114 0.012849 10.0.0.73 - - [2026-05-25 03:56:56] "POST /neutron/port HTTP/1.1" 200 1141 0.020745 10.0.0.73 - - [2026-05-25 03:56:56] "POST /neutron/security_group HTTP/1.1" 200 2076 0.012373 10.0.0.73 - - [2026-05-25 03:56:56] "GET /virtual-machine/32898aa6-76ef-4bce-b3f0-030238dfd3ad HTTP/1.1" 200 1312 0.008019 10.0.0.73 - - [2026-05-25 03:56:56] "GET /virtual-machine-interface/5d68d5ca-e0ae-4639-8a20-1ac6513bd25f HTTP/1.1" 200 3039 0.008670 10.0.0.73 - - [2026-05-25 03:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005584 10.0.0.73 - - [2026-05-25 03:56:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007839 10.0.0.73 - - [2026-05-25 03:56:57] "GET /virtual-networks?parent_id=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.007055 10.0.0.73 - - [2026-05-25 03:56:57] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006368 10.0.0.73 - - [2026-05-25 03:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006117 10.0.0.73 - - [2026-05-25 03:56:58] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005742 10.0.0.73 - - [2026-05-25 03:56:58] "GET /virtual-networks?parent_id=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.005154 10.0.0.19 - - [2026-05-25 03:56:58] "DELETE /access-control-list/e34db40c-805a-4d11-ba03-a1531ed49cae HTTP/1.1" 200 115 0.047676 10.0.0.73 - - [2026-05-25 03:56:58] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.011306 10.0.0.73 - - [2026-05-25 03:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.131 - - [2026-05-25 03:56:58] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001137 10.0.0.73 - - [2026-05-25 03:56:58] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.048552 10.0.0.73 - - [2026-05-25 03:56:58] "POST /neutron/network HTTP/1.1" 200 117 0.019159 10.0.0.73 - - [2026-05-25 03:56:58] "POST /neutron/network HTTP/1.1" 200 842 0.009994 10.0.0.73 - - [2026-05-25 03:56:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.001515 10.0.0.73 - - [2026-05-25 03:56:59] "GET /virtual-network/c5a7cec2-e972-43f9-9374-de292085ad86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006128 10.0.0.73 - - [2026-05-25 03:56:59] "GET /virtual-network/c5a7cec2-e972-43f9-9374-de292085ad86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.009315 10.0.0.73 - - [2026-05-25 03:56:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.013465 10.0.0.73 - - [2026-05-25 03:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.131 - - [2026-05-25 03:56:59] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001321 10.0.0.73 - - [2026-05-25 03:56:59] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.064490 10.0.0.19 - - [2026-05-25 03:56:59] "POST /route-targets HTTP/1.1" 200 328 0.020818 10.0.0.131 - - [2026-05-25 03:56:59] "POST /useragent-kv HTTP/1.1" 200 115 0.011785 10.0.0.73 - - [2026-05-25 03:56:59] "POST /neutron/subnet HTTP/1.1" 200 710 0.269274 10.0.0.73 - - [2026-05-25 03:56:59] "POST /id-to-fqname HTTP/1.1" 200 242 0.001394 10.0.0.73 - - [2026-05-25 03:56:59] "GET /virtual-network/6259770a-0433-428d-9439-9b47e4baf4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006867 10.0.0.73 - - [2026-05-25 03:56:59] "GET /virtual-network/6259770a-0433-428d-9439-9b47e4baf4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.009810 10.0.0.73 - - [2026-05-25 03:56:59] "POST /neutron/network HTTP/1.1" 200 847 0.008958 10.0.0.73 - - [2026-05-25 03:56:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.004066 10.0.0.131 - - [2026-05-25 03:57:00] "DELETE /project/8ae90c47a974453bb00881224feec08f HTTP/1.1" 404 173 0.005194 10.0.0.131 - - [2026-05-25 03:57:00] "DELETE /project/7fa4d00c-2996-47f8-a28d-9241ec405cb7 HTTP/1.1" 404 177 0.012668 10.0.0.73 - - [2026-05-25 03:57:00] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009040 10.0.0.131 - - [2026-05-25 03:57:00] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001266 10.0.0.73 - - [2026-05-25 03:57:01] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.092102 10.0.0.73 - - [2026-05-25 03:57:01] "POST /neutron/port HTTP/1.1" 200 6168 0.065897 10.0.0.73 - - [2026-05-25 03:57:01] "POST /id-to-fqname HTTP/1.1" 200 242 0.001385 10.0.0.73 - - [2026-05-25 03:57:01] "POST /neutron/port HTTP/1.1" 200 6168 0.066476 10.0.0.131 - - [2026-05-25 03:57:01] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001813 10.0.0.73 - - [2026-05-25 03:57:02] "POST /neutron/port HTTP/1.1" 200 1076 0.365164 10.0.0.73 - - [2026-05-25 03:57:02] "POST /neutron/port HTTP/1.1" 200 1076 0.017494 10.0.0.73 - - [2026-05-25 03:57:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004622 10.0.0.73 - - [2026-05-25 03:57:02] "POST /neutron/network HTTP/1.1" 200 842 0.008435 10.0.0.131 - - [2026-05-25 03:57:02] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001152 10.0.0.73 - - [2026-05-25 03:57:02] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.090348 10.0.0.73 - - [2026-05-25 03:57:03] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008994 10.0.0.73 - - [2026-05-25 03:57:03] "POST /id-to-fqname HTTP/1.1" 200 239 0.001528 10.0.0.73 - - [2026-05-25 03:57:03] "POST /id-to-fqname HTTP/1.1" 200 239 0.001222 10.0.0.73 - - [2026-05-25 03:57:03] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009632 10.0.0.131 - - [2026-05-25 03:57:03] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001269 10.0.0.73 - - [2026-05-25 03:57:04] "POST /neutron/port HTTP/1.1" 200 1075 0.371382 10.0.0.73 - - [2026-05-25 03:57:04] "POST /neutron/port HTTP/1.1" 200 1129 0.160084 10.0.0.131 - - [2026-05-25 03:57:04] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002804 10.0.0.73 - - [2026-05-25 03:57:04] "POST /neutron/subnet HTTP/1.1" 200 684 0.009994 10.0.0.73 - - [2026-05-25 03:57:04] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.095763 10.0.0.73 - - [2026-05-25 03:57:04] "POST /neutron/network HTTP/1.1" 200 843 0.009183 10.0.0.73 - - [2026-05-25 03:57:04] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013848 10.0.0.73 - - [2026-05-25 03:57:05] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.011036 10.0.0.131 - - [2026-05-25 03:57:05] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001032 10.0.0.73 - - [2026-05-25 03:57:05] "POST /neutron/port HTTP/1.1" 200 1077 0.357504 10.0.0.19 - - [2026-05-25 03:57:05] "GET /obj-perms HTTP/1.1" 200 5066 0.089537 10.0.0.73 - - [2026-05-25 03:57:06] "GET /virtual-network/c5a7cec2-e972-43f9-9374-de292085ad86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006280 10.0.0.73 - - [2026-05-25 03:57:06] "POST /neutron/port HTTP/1.1" 200 1077 0.017004 10.0.0.73 - - [2026-05-25 03:57:06] "POST /neutron/port HTTP/1.1" 200 1076 0.023727 10.0.0.73 - - [2026-05-25 03:57:06] "GET /obj-perms HTTP/1.1" 200 5066 0.073916 10.0.0.73 - - [2026-05-25 03:57:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004928 10.0.0.131 - - [2026-05-25 03:57:06] "GET /obj-perms HTTP/1.1" 200 5066 0.069693 10.0.0.73 - - [2026-05-25 03:57:06] "POST /neutron/network HTTP/1.1" 200 843 0.008460 10.0.0.73 - - [2026-05-25 03:57:06] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.73 - - [2026-05-25 03:57:07] "GET /virtual-network/6259770a-0433-428d-9439-9b47e4baf4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006449 10.0.0.73 - - [2026-05-25 03:57:07] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009313 10.0.0.73 - - [2026-05-25 03:57:07] "POST /neutron/port HTTP/1.1" 200 1139 0.021216 10.0.0.73 - - [2026-05-25 03:57:07] "GET /virtual-machine/df7701e1-4a9a-43e6-9e87-e70226b7223e HTTP/1.1" 200 1313 0.006886 10.0.0.73 - - [2026-05-25 03:57:07] "GET /virtual-machine-interface/ab5ae145-0f99-4e7b-ac9c-c8f825ffe9ab HTTP/1.1" 200 3050 0.006038 10.0.0.73 - - [2026-05-25 03:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.73 - - [2026-05-25 03:57:07] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005581 10.0.0.73 - - [2026-05-25 03:57:07] "GET /virtual-networks?parent_id=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004260 10.0.0.73 - - [2026-05-25 03:57:07] "GET /virtual-network/6259770a-0433-428d-9439-9b47e4baf4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006744 10.0.0.19 - - [2026-05-25 03:57:08] "GET /obj-perms HTTP/1.1" 200 5056 0.054847 10.0.0.73 - - [2026-05-25 03:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.016078 10.0.0.73 - - [2026-05-25 03:57:10] "GET /virtual-network/6259770a-0433-428d-9439-9b47e4baf4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006552 10.0.0.73 - - [2026-05-25 03:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.73 - - [2026-05-25 03:57:14] "GET /virtual-network/6259770a-0433-428d-9439-9b47e4baf4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005614 10.0.0.73 - - [2026-05-25 03:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.73 - - [2026-05-25 03:57:19] "GET /virtual-network/6259770a-0433-428d-9439-9b47e4baf4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006960 10.0.0.73 - - [2026-05-25 03:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.73 - - [2026-05-25 03:57:23] "GET /virtual-network/6259770a-0433-428d-9439-9b47e4baf4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007223 10.0.0.73 - - [2026-05-25 03:57:23] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008738 10.0.0.73 - - [2026-05-25 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.73 - - [2026-05-25 03:57:27] "GET /virtual-network/6259770a-0433-428d-9439-9b47e4baf4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006429 10.0.0.73 - - [2026-05-25 03:57:27] "POST /neutron/port HTTP/1.1" 200 1139 0.019314 10.0.0.73 - - [2026-05-25 03:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.73 - - [2026-05-25 03:57:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004324 10.0.0.73 - - [2026-05-25 03:57:29] "GET /virtual-networks?parent_id=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003191 10.0.0.73 - - [2026-05-25 03:57:29] "GET /virtual-network/6259770a-0433-428d-9439-9b47e4baf4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007778 10.0.0.73 - - [2026-05-25 03:57:29] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013576 10.0.0.73 - - [2026-05-25 03:57:40] "POST /neutron/port HTTP/1.1" 200 1140 0.025563 10.0.0.73 - - [2026-05-25 03:57:40] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009037 10.0.0.73 - - [2026-05-25 03:57:40] "GET /virtual-machine/7f3f0fb5-a5fb-4ccd-bfda-dd2fa37ed4f6 HTTP/1.1" 200 1312 0.007787 10.0.0.73 - - [2026-05-25 03:57:40] "GET /virtual-machine-interface/a4e0528d-6c8d-40d2-ba63-8c613e0bc17f HTTP/1.1" 200 3041 0.006109 10.0.0.73 - - [2026-05-25 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.73 - - [2026-05-25 03:57:40] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004806 10.0.0.73 - - [2026-05-25 03:57:40] "GET /virtual-networks?parent_id=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003862 10.0.0.73 - - [2026-05-25 03:57:40] "GET /virtual-network/c5a7cec2-e972-43f9-9374-de292085ad86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006530 10.0.0.73 - - [2026-05-25 03:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.73 - - [2026-05-25 03:57:41] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004647 10.0.0.73 - - [2026-05-25 03:57:41] "GET /virtual-networks?parent_id=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003923 10.0.0.73 - - [2026-05-25 03:57:41] "GET /virtual-network/c5a7cec2-e972-43f9-9374-de292085ad86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006751 10.0.0.73 - - [2026-05-25 03:57:41] "POST /neutron/port HTTP/1.1" 200 2129 0.025826 10.0.0.73 - - [2026-05-25 03:57:41] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008468 10.0.0.73 - - [2026-05-25 03:57:42] "POST /neutron/port HTTP/1.1" 200 2129 0.023941 10.0.0.73 - - [2026-05-25 03:57:42] "GET /virtual-machine/40707c65-fb41-4fdc-a8f7-dfb56f986a74 HTTP/1.1" 200 1589 0.006773 10.0.0.73 - - [2026-05-25 03:57:42] "GET /virtual-machine-interface/0250c90c-cc63-43c7-91ce-c31448d632d3 HTTP/1.1" 200 3039 0.006263 10.0.0.73 - - [2026-05-25 03:57:42] "GET /virtual-machine-interface/2e84a1e0-61bb-4376-b643-d96e643e64ab HTTP/1.1" 200 3040 0.007211 10.0.0.73 - - [2026-05-25 03:57:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004962 10.0.0.73 - - [2026-05-25 03:57:42] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004405 10.0.0.73 - - [2026-05-25 03:57:42] "GET /virtual-networks?parent_id=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004721 10.0.0.73 - - [2026-05-25 03:57:42] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007934 10.0.0.73 - - [2026-05-25 03:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.73 - - [2026-05-25 03:57:43] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004951 10.0.0.73 - - [2026-05-25 03:57:43] "GET /virtual-networks?parent_id=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004362 10.0.0.73 - - [2026-05-25 03:57:43] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007256 10.0.0.73 - - [2026-05-25 03:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.73 - - [2026-05-25 03:57:43] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005190 10.0.0.73 - - [2026-05-25 03:57:43] "GET /virtual-networks?parent_id=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003678 10.0.0.73 - - [2026-05-25 03:57:43] "GET /virtual-network/c5a7cec2-e972-43f9-9374-de292085ad86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007422 10.0.0.73 - - [2026-05-25 03:57:43] "POST /neutron/port HTTP/1.1" 200 1107 0.019273 10.0.0.73 - - [2026-05-25 03:57:43] "POST /neutron/subnet HTTP/1.1" 200 698 0.011172 10.0.0.73 - - [2026-05-25 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.73 - - [2026-05-25 03:57:45] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005461 10.0.0.73 - - [2026-05-25 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.73 - - [2026-05-25 03:57:45] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005623 10.0.0.73 - - [2026-05-25 03:57:45] "PUT /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6 HTTP/1.1" 200 277 0.014841 10.0.0.73 - - [2026-05-25 03:57:45] "POST /fqname-to-id HTTP/1.1" 404 217 0.006592 10.0.0.73 - - [2026-05-25 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.131 - - [2026-05-25 03:57:45] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001013 10.0.0.73 - - [2026-05-25 03:57:45] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.058394 10.0.0.73 - - [2026-05-25 03:57:45] "POST /network-policys HTTP/1.1" 200 541 0.033140 10.0.0.73 - - [2026-05-25 03:57:45] "GET /network-policy/baa495fb-7221-4a69-a832-95f1d7ef3770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.008117 10.0.0.73 - - [2026-05-25 03:57:45] "POST /neutron/network HTTP/1.1" 200 843 0.008158 10.0.0.73 - - [2026-05-25 03:57:45] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008717 10.0.0.73 - - [2026-05-25 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.73 - - [2026-05-25 03:57:45] "GET /network-policy/baa495fb-7221-4a69-a832-95f1d7ef3770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.004986 10.0.0.73 - - [2026-05-25 03:57:45] "POST /neutron/network HTTP/1.1" 200 842 0.008646 10.0.0.73 - - [2026-05-25 03:57:45] "GET /virtual-network/c5a7cec2-e972-43f9-9374-de292085ad86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.008915 10.0.0.73 - - [2026-05-25 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.73 - - [2026-05-25 03:57:45] "GET /network-policy/baa495fb-7221-4a69-a832-95f1d7ef3770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.005023 10.0.0.19 - - [2026-05-25 03:57:46] "POST /access-control-lists HTTP/1.1" 200 611 0.080271 10.0.0.19 - - [2026-05-25 03:57:46] "POST /ref-update HTTP/1.1" 200 156 0.040988 10.0.0.73 - - [2026-05-25 03:57:46] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.018168 10.0.0.73 - - [2026-05-25 03:57:46] "GET /obj-perms HTTP/1.1" 200 5066 0.005130 10.0.0.73 - - [2026-05-25 03:57:46] "GET /virtual-network/c5a7cec2-e972-43f9-9374-de292085ad86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.006574 10.0.0.131 - - [2026-05-25 03:57:47] "GET /obj-perms HTTP/1.1" 200 5066 0.004714 10.0.0.73 - - [2026-05-25 03:57:47] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006535 10.0.0.19 - - [2026-05-25 03:57:47] "GET /obj-perms HTTP/1.1" 200 5066 0.004795 10.0.0.19 - - [2026-05-25 03:57:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.19 - - [2026-05-25 03:57:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000741 10.0.0.73 - - [2026-05-25 03:57:47] "GET /virtual-network/c5a7cec2-e972-43f9-9374-de292085ad86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.006398 10.0.0.73 - - [2026-05-25 03:57:48] "GET /obj-perms HTTP/1.1" 200 5066 0.004810 10.0.0.131 - - [2026-05-25 03:57:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000856 10.0.0.131 - - [2026-05-25 03:57:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000588 10.0.0.73 - - [2026-05-25 03:57:48] "GET /virtual-network/6259770a-0433-428d-9439-9b47e4baf4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.007107 10.0.0.19 - - [2026-05-25 03:57:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.19 - - [2026-05-25 03:57:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.131 - - [2026-05-25 03:57:48] "GET /obj-perms HTTP/1.1" 200 5066 0.004346 10.0.0.131 - - [2026-05-25 03:57:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.131 - - [2026-05-25 03:57:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.73 - - [2026-05-25 03:57:49] "POST /neutron/port HTTP/1.1" 200 1107 0.021530 10.0.0.73 - - [2026-05-25 03:57:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004865 10.0.0.73 - - [2026-05-25 03:57:49] "POST /neutron/network HTTP/1.1" 200 927 0.007923 10.0.0.73 - - [2026-05-25 03:57:51] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.73 - - [2026-05-25 03:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.73 - - [2026-05-25 03:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.73 - - [2026-05-25 03:57:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.73 - - [2026-05-25 03:58:03] "GET /obj-perms HTTP/1.1" 200 5066 0.005076 10.0.0.73 - - [2026-05-25 03:58:45] "POST /neutron/network HTTP/1.1" 200 947 0.010506 10.0.0.73 - - [2026-05-25 03:58:45] "POST /neutron/port HTTP/1.1" 200 117 0.001382 10.0.0.73 - - [2026-05-25 03:58:49] "POST /neutron/port HTTP/1.1" 200 1219 0.020643 10.0.0.73 - - [2026-05-25 03:58:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004989 10.0.0.73 - - [2026-05-25 03:58:49] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.19 - - [2026-05-25 03:59:09] "GET /obj-perms HTTP/1.1" 200 5056 0.065722 10.0.0.73 - - [2026-05-25 03:59:46] "POST /neutron/port HTTP/1.1" 200 1141 0.018678 10.0.0.73 - - [2026-05-25 03:59:46] "POST /neutron/subnet HTTP/1.1" 200 693 0.009103 10.0.0.73 - - [2026-05-25 03:59:49] "POST /neutron/port HTTP/1.1" 200 1107 0.018399 10.0.0.73 - - [2026-05-25 03:59:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004246 10.0.0.73 - - [2026-05-25 03:59:49] "POST /neutron/network HTTP/1.1" 200 927 0.008270 10.0.0.73 - - [2026-05-25 04:00:10] "GET /obj-perms HTTP/1.1" 200 5056 0.084448 10.0.0.73 - - [2026-05-25 04:00:47] "POST /neutron/network HTTP/1.1" 200 1124 0.009073 10.0.0.73 - - [2026-05-25 04:00:47] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018066 10.0.0.73 - - [2026-05-25 04:00:47] "POST /neutron/network HTTP/1.1" 200 1114 0.012844 10.0.0.73 - - [2026-05-25 04:00:49] "POST /neutron/network HTTP/1.1" 200 946 0.010875 10.0.0.73 - - [2026-05-25 04:00:49] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.131 - - [2026-05-25 04:01:11] "GET /obj-perms HTTP/1.1" 200 5056 0.070515 10.0.0.73 - - [2026-05-25 04:01:25] "GET /virtual-network/c5a7cec2-e972-43f9-9374-de292085ad86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.042999 10.0.0.73 - - [2026-05-25 04:01:26] "POST /neutron/network HTTP/1.1" 200 842 0.123907 10.0.0.73 - - [2026-05-25 04:01:26] "GET /virtual-network/c5a7cec2-e972-43f9-9374-de292085ad86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006515 10.0.0.73 - - [2026-05-25 04:01:26] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006346 10.0.0.19 - - [2026-05-25 04:01:26] "POST /ref-update HTTP/1.1" 200 156 0.095967 10.0.0.73 - - [2026-05-25 04:01:26] "POST /neutron/network HTTP/1.1" 200 843 0.154004 10.0.0.73 - - [2026-05-25 04:01:26] "GET /virtual-network/441fa572-4e5e-49c2-b2b9-ee10f1ae4030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.012886 10.0.0.73 - - [2026-05-25 04:01:26] "DELETE /network-policy/baa495fb-7221-4a69-a832-95f1d7ef3770 HTTP/1.1" 200 115 0.043189 10.0.0.73 - - [2026-05-25 04:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008686 10.0.0.73 - - [2026-05-25 04:01:26] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.004888 10.0.0.73 - - [2026-05-25 04:01:26] "PUT /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6 HTTP/1.1" 200 277 0.016231 10.0.0.19 - - [2026-05-25 04:01:26] "POST /ref-update HTTP/1.1" 200 156 0.034760 10.0.0.73 - - [2026-05-25 04:01:28] "POST /neutron/network HTTP/1.1" 400 204 0.016740 10.0.0.73 - - [2026-05-25 04:01:28] "POST /neutron/port HTTP/1.1" 200 1130 0.020963 10.0.0.73 - - [2026-05-25 04:01:29] "POST /neutron/port HTTP/1.1" 200 151 0.247436 10.0.0.73 - - [2026-05-25 04:01:29] "POST /neutron/port HTTP/1.1" 200 151 0.279486 10.0.0.73 - - [2026-05-25 04:01:30] "POST /neutron/network HTTP/1.1" 200 847 0.007701 10.0.0.19 - - [2026-05-25 04:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.011259 10.0.0.131 - - [2026-05-25 04:01:30] "POST /useragent-kv HTTP/1.1" 200 115 0.072821 10.0.0.131 - - [2026-05-25 04:01:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003011 10.0.0.73 - - [2026-05-25 04:01:30] "POST /neutron/network HTTP/1.1" 200 151 0.222868 10.0.0.73 - - [2026-05-25 04:01:31] "POST /neutron/port HTTP/1.1" 200 1141 0.027309 10.0.0.73 - - [2026-05-25 04:01:32] "POST /neutron/port HTTP/1.1" 200 151 0.295937 10.0.0.73 - - [2026-05-25 04:01:33] "POST /neutron/network HTTP/1.1" 200 843 0.007744 10.0.0.19 - - [2026-05-25 04:01:33] "DELETE /route-target/1ba9be49-d9bc-4884-ad19-1e1145b5a7f9 HTTP/1.1" 200 115 0.029589 10.0.0.131 - - [2026-05-25 04:01:33] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001846 10.0.0.73 - - [2026-05-25 04:01:33] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.081359 10.0.0.131 - - [2026-05-25 04:01:33] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001330 10.0.0.73 - - [2026-05-25 04:01:33] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?fields=virtual_networks HTTP/1.1" 200 1071 0.064102 10.0.0.131 - - [2026-05-25 04:01:34] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001284 10.0.0.73 - - [2026-05-25 04:01:34] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?fields=virtual_machine_interfaces HTTP/1.1" 200 1071 0.053535 10.0.0.131 - - [2026-05-25 04:01:34] "GET /projects?obj_uuids=8ae90c47-a974-453b-b008-81224feec08f&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001268 10.0.0.73 - - [2026-05-25 04:01:34] "GET /project/8ae90c47-a974-453b-b008-81224feec08f?fields=security_groups HTTP/1.1" 200 1316 0.048734 10.0.0.73 - - [2026-05-25 04:01:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.034124 10.0.0.131 - - [2026-05-25 04:01:35] "GET /projects?obj_uuids=9c877764-4bb8-4866-add0-ef823a28dcf7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003480 10.0.0.131 - - [2026-05-25 04:01:35] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001133 10.0.0.131 - - [2026-05-25 04:01:35] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040074 10.0.0.131 - - [2026-05-25 04:01:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.001870 10.0.0.131 - - [2026-05-25 04:01:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003622 10.0.0.131 - - [2026-05-25 04:01:35] "POST /security-groups HTTP/1.1" 200 586 0.038198 10.0.0.131 - - [2026-05-25 04:01:35] "POST /projects HTTP/1.1" 200 575 0.264723 10.0.0.19 - - [2026-05-25 04:01:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.008309 10.0.0.131 - - [2026-05-25 04:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.348405 10.0.0.73 - - [2026-05-25 04:01:35] "GET /project/9c877764-4bb8-4866-add0-ef823a28dcf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.561032 10.0.0.73 - - [2026-05-25 04:01:36] "GET / HTTP/1.1" 200 36215 0.002661 10.0.0.131 - - [2026-05-25 04:01:37] "GET /projects?obj_uuids=c8ac11ba-4ac5-4452-9a37-69da139cedd9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001328 10.0.0.73 - - [2026-05-25 04:01:37] "GET /project/c8ac11ba-4ac5-4452-9a37-69da139cedd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.053718 10.0.0.73 - - [2026-05-25 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.73 - - [2026-05-25 04:01:38] "GET /security-group/23cd891e-a354-457c-8579-038860685415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004440 10.0.0.73 - - [2026-05-25 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.131 - - [2026-05-25 04:01:38] "GET /projects?obj_uuids=c8ac11ba-4ac5-4452-9a37-69da139cedd9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001230 10.0.0.73 - - [2026-05-25 04:01:38] "GET /project/c8ac11ba-4ac5-4452-9a37-69da139cedd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.055228 10.0.0.73 - - [2026-05-25 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.73 - - [2026-05-25 04:01:38] "GET /security-group/23cd891e-a354-457c-8579-038860685415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004821 10.0.0.73 - - [2026-05-25 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.73 - - [2026-05-25 04:01:38] "PUT /security-group/23cd891e-a354-457c-8579-038860685415 HTTP/1.1" 200 263 0.017776 10.0.0.19 - - [2026-05-25 04:01:38] "PUT /access-control-list/78465cf8-96a9-4fd6-bf51-d3dd52696e86 HTTP/1.1" 200 273 0.027648 10.0.0.131 - - [2026-05-25 04:01:41] "GET /projects?obj_uuids=9c877764-4bb8-4866-add0-ef823a28dcf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001409 10.0.0.73 - - [2026-05-25 04:01:41] "GET /project/9c877764-4bb8-4866-add0-ef823a28dcf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.047651 10.0.0.131 - - [2026-05-25 04:01:41] "GET /projects?obj_uuids=9c877764-4bb8-4866-add0-ef823a28dcf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001082 10.0.0.73 - - [2026-05-25 04:01:41] "GET /project/9c877764-4bb8-4866-add0-ef823a28dcf7?fields=virtual_networks HTTP/1.1" 200 1025 0.055038 10.0.0.131 - - [2026-05-25 04:01:41] "GET /projects?obj_uuids=9c877764-4bb8-4866-add0-ef823a28dcf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001191 10.0.0.73 - - [2026-05-25 04:01:41] "GET /project/9c877764-4bb8-4866-add0-ef823a28dcf7?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.052081 10.0.0.131 - - [2026-05-25 04:01:41] "GET /projects?obj_uuids=9c877764-4bb8-4866-add0-ef823a28dcf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001605 10.0.0.73 - - [2026-05-25 04:01:41] "GET /project/9c877764-4bb8-4866-add0-ef823a28dcf7?fields=security_groups HTTP/1.1" 200 1247 0.048212 10.0.0.73 - - [2026-05-25 04:01:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.044070 10.0.0.131 - - [2026-05-25 04:01:42] "GET /projects?obj_uuids=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003851 10.0.0.131 - - [2026-05-25 04:01:42] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.131 - - [2026-05-25 04:01:42] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009580 10.0.0.131 - - [2026-05-25 04:01:42] "POST /id-to-fqname HTTP/1.1" 200 194 0.004829 10.0.0.131 - - [2026-05-25 04:01:42] "POST /fqname-to-id HTTP/1.1" 404 203 0.008821 10.0.0.131 - - [2026-05-25 04:01:43] "POST /security-groups HTTP/1.1" 200 595 0.084236 10.0.0.131 - - [2026-05-25 04:01:43] "POST /projects HTTP/1.1" 200 593 0.318463 10.0.0.131 - - [2026-05-25 04:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.359633 10.0.0.19 - - [2026-05-25 04:01:43] "POST /fqname-to-id HTTP/1.1" 404 237 0.007796 10.0.0.73 - - [2026-05-25 04:01:43] "GET /project/a798a8e6-3780-428a-83bc-08adb74ca08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.544359 10.0.0.73 - - [2026-05-25 04:01:44] "GET / HTTP/1.1" 200 36215 0.001770 10.0.0.73 - - [2026-05-25 04:01:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.73 - - [2026-05-25 04:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.081593 10.0.0.131 - - [2026-05-25 04:01:46] "GET /projects?obj_uuids=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001055 10.0.0.73 - - [2026-05-25 04:01:46] "GET /project/a798a8e6-3780-428a-83bc-08adb74ca08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.055143 10.0.0.131 - - [2026-05-25 04:01:46] "GET /projects?obj_uuids=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001150 10.0.0.73 - - [2026-05-25 04:01:47] "POST /neutron/network HTTP/1.1" 200 623 0.169984 10.0.0.19 - - [2026-05-25 04:01:47] "POST /ref-update HTTP/1.1" 200 156 0.033523 10.0.0.73 - - [2026-05-25 04:01:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.003386 10.0.0.73 - - [2026-05-25 04:01:47] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007230 10.0.0.73 - - [2026-05-25 04:01:47] "POST /neutron/network HTTP/1.1" 200 842 0.009892 10.0.0.73 - - [2026-05-25 04:01:47] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005906 10.0.0.73 - - [2026-05-25 04:01:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.001369 10.0.0.73 - - [2026-05-25 04:01:47] "POST /neutron/port HTTP/1.1" 200 1107 0.057641 10.0.0.73 - - [2026-05-25 04:01:47] "POST /neutron/network HTTP/1.1" 200 937 0.008410 10.0.0.73 - - [2026-05-25 04:01:47] "POST /neutron/subnet HTTP/1.1" 200 698 0.011951 10.0.0.131 - - [2026-05-25 04:01:48] "GET /projects?obj_uuids=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001368 10.0.0.73 - - [2026-05-25 04:01:48] "GET /project/a798a8e6-3780-428a-83bc-08adb74ca08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.101193 10.0.0.73 - - [2026-05-25 04:01:48] "POST /neutron/network HTTP/1.1" 200 842 0.043550 10.0.0.73 - - [2026-05-25 04:01:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001433 10.0.0.73 - - [2026-05-25 04:01:49] "POST /neutron/port HTTP/1.1" 200 4192 0.052603 10.0.0.73 - - [2026-05-25 04:01:50] "POST /neutron/port HTTP/1.1" 200 1064 0.021437 10.0.0.73 - - [2026-05-25 04:01:50] "POST /neutron/port HTTP/1.1" 200 1128 0.023937 10.0.0.73 - - [2026-05-25 04:01:50] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.131 - - [2026-05-25 04:02:00] "DELETE /project/a798a8e63780428a83bc08adb74ca08d HTTP/1.1" 404 173 0.014035 10.0.0.131 - - [2026-05-25 04:02:00] "DELETE /project/8ae90c47-a974-453b-b008-81224feec08f HTTP/1.1" 404 177 0.017329 10.0.0.131 - - [2026-05-25 04:02:00] "DELETE /project/9c8777644bb84866add0ef823a28dcf7 HTTP/1.1" 404 173 0.013016 10.0.0.131 - - [2026-05-25 04:02:00] "GET /projects?obj_uuids=9c877764-4bb8-4866-add0-ef823a28dcf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001584 10.0.0.131 - - [2026-05-25 04:02:00] "GET /project/9c877764-4bb8-4866-add0-ef823a28dcf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.058777 10.0.0.131 - - [2026-05-25 04:02:00] "GET /projects?obj_uuids=9c877764-4bb8-4866-add0-ef823a28dcf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001404 10.0.0.131 - - [2026-05-25 04:02:00] "GET /project/9c877764-4bb8-4866-add0-ef823a28dcf7?fields=security_groups HTTP/1.1" 200 1349 0.049844 10.0.0.131 - - [2026-05-25 04:02:00] "DELETE /security-group/54f0e9d9-2c11-4a23-aa3b-f3f0befcddc6 HTTP/1.1" 200 115 0.068540 10.0.0.131 - - [2026-05-25 04:02:00] "GET /projects?obj_uuids=9c877764-4bb8-4866-add0-ef823a28dcf7&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.19 - - [2026-05-25 04:02:00] "DELETE /access-control-list/0039bfa5-5571-48fd-b624-6e592f0dc628 HTTP/1.1" 200 115 0.070484 10.0.0.131 - - [2026-05-25 04:02:00] "GET /project/9c877764-4bb8-4866-add0-ef823a28dcf7?fields=application_policy_sets HTTP/1.1" 200 1388 0.076285 10.0.0.131 - - [2026-05-25 04:02:00] "DELETE /project/9c877764-4bb8-4866-add0-ef823a28dcf7 HTTP/1.1" 200 115 0.526611 10.0.0.73 - - [2026-05-25 04:02:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.059244 10.0.0.19 - - [2026-05-25 04:02:12] "GET /obj-perms HTTP/1.1" 200 5056 0.084542 10.0.0.131 - - [2026-05-25 04:02:14] "GET /projects?obj_uuids=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001155 10.0.0.73 - - [2026-05-25 04:02:14] "GET /project/a798a8e6-3780-428a-83bc-08adb74ca08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.071921 10.0.0.73 - - [2026-05-25 04:02:14] "POST /neutron/port HTTP/1.1" 200 5167 0.043668 10.0.0.73 - - [2026-05-25 04:02:14] "POST /neutron/port HTTP/1.1" 200 1128 0.023823 10.0.0.73 - - [2026-05-25 04:02:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010675 10.0.0.73 - - [2026-05-25 04:02:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009714 10.0.0.73 - - [2026-05-25 04:02:15] "GET /virtual-machine/f6bbddec-6d74-4e57-8630-706c4005c63f HTTP/1.1" 401 292 0.000466 10.0.0.73 - - [2026-05-25 04:02:15] "GET /virtual-machine/f6bbddec-6d74-4e57-8630-706c4005c63f HTTP/1.1" 200 1298 0.051998 10.0.0.73 - - [2026-05-25 04:02:15] "GET /virtual-machine-interface/59b81b23-f551-4a6e-9692-daaeb8fd5575 HTTP/1.1" 200 2988 0.011393 10.0.0.73 - - [2026-05-25 04:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.011025 10.0.0.73 - - [2026-05-25 04:02:15] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005287 10.0.0.73 - - [2026-05-25 04:02:15] "GET /virtual-networks?parent_id=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004311 10.0.0.73 - - [2026-05-25 04:02:15] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.012901 10.0.0.73 - - [2026-05-25 04:02:15] "POST /neutron/port HTTP/1.1" 200 1064 0.078141 10.0.0.73 - - [2026-05-25 04:02:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006247 10.0.0.73 - - [2026-05-25 04:02:16] "POST /neutron/network HTTP/1.1" 200 842 0.012790 10.0.0.73 - - [2026-05-25 04:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.73 - - [2026-05-25 04:02:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004681 10.0.0.73 - - [2026-05-25 04:02:16] "GET /virtual-networks?parent_id=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.010261 10.0.0.73 - - [2026-05-25 04:02:16] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008506 10.0.0.73 - - [2026-05-25 04:02:22] "POST /neutron/port HTTP/1.1" 200 1128 0.051042 10.0.0.73 - - [2026-05-25 04:02:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009086 10.0.0.73 - - [2026-05-25 04:02:37] "POST /neutron/port HTTP/1.1" 200 1128 0.024844 10.0.0.73 - - [2026-05-25 04:02:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008663 10.0.0.19 - - [2026-05-25 04:02:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.19 - - [2026-05-25 04:02:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.131 - - [2026-05-25 04:02:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.131 - - [2026-05-25 04:02:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.19 - - [2026-05-25 04:02:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.19 - - [2026-05-25 04:02:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.131 - - [2026-05-25 04:02:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.131 - - [2026-05-25 04:02:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.73 - - [2026-05-25 04:02:51] "POST /neutron/port HTTP/1.1" 200 1219 0.023862 10.0.0.73 - - [2026-05-25 04:02:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005013 10.0.0.73 - - [2026-05-25 04:02:51] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.73 - - [2026-05-25 04:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.73 - - [2026-05-25 04:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000628 10.0.0.73 - - [2026-05-25 04:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.73 - - [2026-05-25 04:02:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.73 - - [2026-05-25 04:02:53] "POST /neutron/port HTTP/1.1" 200 1128 0.021072 10.0.0.73 - - [2026-05-25 04:02:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008404 10.0.0.73 - - [2026-05-25 04:02:53] "GET /virtual-machine/34a11c81-0e30-42c3-81ab-03e44549e4a8 HTTP/1.1" 200 1297 0.008248 10.0.0.73 - - [2026-05-25 04:02:53] "GET /virtual-machine-interface/b1368311-cc8d-482c-958d-b8476af7efda HTTP/1.1" 200 2989 0.006263 10.0.0.73 - - [2026-05-25 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.73 - - [2026-05-25 04:02:53] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004565 10.0.0.73 - - [2026-05-25 04:02:53] "GET /virtual-networks?parent_id=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003237 10.0.0.73 - - [2026-05-25 04:02:53] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006475 10.0.0.73 - - [2026-05-25 04:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.73 - - [2026-05-25 04:02:56] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006788 10.0.0.73 - - [2026-05-25 04:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.73 - - [2026-05-25 04:03:00] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008132 10.0.0.73 - - [2026-05-25 04:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.73 - - [2026-05-25 04:03:04] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007055 10.0.0.73 - - [2026-05-25 04:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005512 10.0.0.73 - - [2026-05-25 04:03:08] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006502 10.0.0.73 - - [2026-05-25 04:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007288 10.0.0.73 - - [2026-05-25 04:03:12] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010716 10.0.0.73 - - [2026-05-25 04:03:13] "GET /obj-perms HTTP/1.1" 200 5056 0.060043 10.0.0.73 - - [2026-05-25 04:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.73 - - [2026-05-25 04:03:17] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007077 10.0.0.73 - - [2026-05-25 04:03:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.73 - - [2026-05-25 04:03:21] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007047 10.0.0.73 - - [2026-05-25 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.73 - - [2026-05-25 04:03:25] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007863 10.0.0.73 - - [2026-05-25 04:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.73 - - [2026-05-25 04:03:29] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007251 10.0.0.73 - - [2026-05-25 04:03:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.73 - - [2026-05-25 04:03:33] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006477 10.0.0.73 - - [2026-05-25 04:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.73 - - [2026-05-25 04:03:37] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008415 10.0.0.73 - - [2026-05-25 04:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.73 - - [2026-05-25 04:03:41] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007417 10.0.0.73 - - [2026-05-25 04:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.73 - - [2026-05-25 04:03:45] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006654 10.0.0.73 - - [2026-05-25 04:03:49] "POST /neutron/port HTTP/1.1" 200 1219 0.021857 10.0.0.73 - - [2026-05-25 04:03:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004742 10.0.0.73 - - [2026-05-25 04:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.73 - - [2026-05-25 04:03:49] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006386 10.0.0.73 - - [2026-05-25 04:03:49] "POST /neutron/port HTTP/1.1" 200 117 0.001442 10.0.0.73 - - [2026-05-25 04:03:53] "POST /neutron/port HTTP/1.1" 200 1107 0.022232 10.0.0.73 - - [2026-05-25 04:03:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004436 10.0.0.73 - - [2026-05-25 04:03:53] "POST /neutron/network HTTP/1.1" 200 927 0.009707 10.0.0.73 - - [2026-05-25 04:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.73 - - [2026-05-25 04:03:53] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007080 10.0.0.73 - - [2026-05-25 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.73 - - [2026-05-25 04:03:58] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006650 10.0.0.73 - - [2026-05-25 04:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.73 - - [2026-05-25 04:04:02] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007346 10.0.0.73 - - [2026-05-25 04:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.73 - - [2026-05-25 04:04:06] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006154 10.0.0.73 - - [2026-05-25 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.130337 10.0.0.73 - - [2026-05-25 04:04:10] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007466 10.0.0.73 - - [2026-05-25 04:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.73 - - [2026-05-25 04:04:12] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005543 10.0.0.73 - - [2026-05-25 04:04:12] "GET /virtual-networks?parent_id=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003684 10.0.0.73 - - [2026-05-25 04:04:12] "GET /virtual-network/0b27d906-66a3-439f-87f6-b01da2a694c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007254 10.0.0.73 - - [2026-05-25 04:04:12] "POST /neutron/port HTTP/1.1" 200 1128 0.026324 10.0.0.73 - - [2026-05-25 04:04:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008449 10.0.0.73 - - [2026-05-25 04:04:28] "POST /neutron/port HTTP/1.1" 200 1128 0.024358 10.0.0.73 - - [2026-05-25 04:04:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011044 10.0.0.73 - - [2026-05-25 04:04:43] "POST /neutron/port HTTP/1.1" 200 1128 0.029040 10.0.0.73 - - [2026-05-25 04:04:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009094 10.0.0.73 - - [2026-05-25 04:04:50] "POST /neutron/network HTTP/1.1" 200 937 0.007972 10.0.0.73 - - [2026-05-25 04:04:50] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.73 - - [2026-05-25 04:04:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009720 10.0.0.73 - - [2026-05-25 04:04:55] "POST /neutron/network HTTP/1.1" 200 1124 0.008956 10.0.0.73 - - [2026-05-25 04:04:55] "POST /neutron/subnet HTTP/1.1" 200 1389 0.019689 10.0.0.73 - - [2026-05-25 04:04:55] "POST /neutron/network HTTP/1.1" 200 1114 0.015045 10.0.0.73 - - [2026-05-25 04:05:04] "POST /neutron/port HTTP/1.1" 200 1128 0.024323 10.0.0.73 - - [2026-05-25 04:05:09] "POST /fqname-to-id HTTP/1.1" 404 240 0.004155 10.0.0.73 - - [2026-05-25 04:05:09] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.063866 10.0.0.73 - - [2026-05-25 04:05:10] "GET /bgp-as-a-service/1a658d13-ca32-4358-a6a4-559f84a9347d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.009115 10.0.0.73 - - [2026-05-25 04:05:10] "GET /virtual-machine-interface/b1368311-cc8d-482c-958d-b8476af7efda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006604 10.0.0.73 - - [2026-05-25 04:05:10] "POST /ref-update HTTP/1.1" 200 156 0.015641 10.0.0.73 - - [2026-05-25 04:05:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.019634 10.0.0.19 - - [2026-05-25 04:05:10] "POST /bgp-routers HTTP/1.1" 200 661 0.082886 10.0.0.19 - - [2026-05-25 04:05:10] "PUT /bgp-router/86b5dd59-5fb0-4e81-bb95-469c06f1062b HTTP/1.1" 200 255 0.044735 10.0.0.131 - - [2026-05-25 04:05:15] "GET /obj-perms HTTP/1.1" 200 5056 0.081994 10.0.0.73 - - [2026-05-25 04:05:43] "GET /bgp-as-a-service/1a658d13-ca32-4358-a6a4-559f84a9347d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2252 0.007236 10.0.0.73 - - [2026-05-25 04:05:43] "GET /virtual-machine-interface/b1368311-cc8d-482c-958d-b8476af7efda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.009149 10.0.0.73 - - [2026-05-25 04:05:43] "POST /ref-update HTTP/1.1" 200 156 0.019583 10.0.0.73 - - [2026-05-25 04:05:43] "DELETE /bgp-as-a-service/1a658d13-ca32-4358-a6a4-559f84a9347d HTTP/1.1" 200 115 0.058671 10.0.0.19 - - [2026-05-25 04:05:43] "DELETE /bgp-router/86b5dd59-5fb0-4e81-bb95-469c06f1062b HTTP/1.1" 200 115 0.086936 10.0.0.73 - - [2026-05-25 04:05:43] "POST /neutron/network HTTP/1.1" 200 842 0.009691 10.0.0.73 - - [2026-05-25 04:05:44] "POST /neutron/port HTTP/1.1" 200 1128 0.029276 10.0.0.73 - - [2026-05-25 04:05:44] "POST /neutron/port HTTP/1.1" 200 1118 0.018267 10.0.0.131 - - [2026-05-25 04:05:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004190 10.0.0.131 - - [2026-05-25 04:05:46] "POST /useragent-kv HTTP/1.1" 200 115 0.011286 10.0.0.73 - - [2026-05-25 04:05:46] "POST /neutron/network HTTP/1.1" 200 151 0.217385 10.0.0.131 - - [2026-05-25 04:05:47] "GET /projects?obj_uuids=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001465 10.0.0.73 - - [2026-05-25 04:05:47] "GET /project/a798a8e6-3780-428a-83bc-08adb74ca08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.061650 10.0.0.131 - - [2026-05-25 04:05:47] "GET /projects?obj_uuids=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001747 10.0.0.73 - - [2026-05-25 04:05:47] "GET /project/a798a8e6-3780-428a-83bc-08adb74ca08d?fields=virtual_networks HTTP/1.1" 200 1042 0.047071 10.0.0.131 - - [2026-05-25 04:05:47] "GET /projects?obj_uuids=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001535 10.0.0.73 - - [2026-05-25 04:05:47] "GET /project/a798a8e6-3780-428a-83bc-08adb74ca08d?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.049594 10.0.0.131 - - [2026-05-25 04:05:47] "GET /projects?obj_uuids=a798a8e6-3780-428a-83bc-08adb74ca08d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002468 10.0.0.73 - - [2026-05-25 04:05:47] "GET /project/a798a8e6-3780-428a-83bc-08adb74ca08d?fields=security_groups HTTP/1.1" 200 1273 0.059902 10.0.0.73 - - [2026-05-25 04:05:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.036080 10.0.0.131 - - [2026-05-25 04:05:48] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003729 10.0.0.131 - - [2026-05-25 04:05:48] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001261 10.0.0.131 - - [2026-05-25 04:05:48] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008289 10.0.0.131 - - [2026-05-25 04:05:48] "POST /id-to-fqname HTTP/1.1" 200 191 0.001365 10.0.0.131 - - [2026-05-25 04:05:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.004999 10.0.0.131 - - [2026-05-25 04:05:49] "POST /security-groups HTTP/1.1" 200 592 0.096693 10.0.0.19 - - [2026-05-25 04:05:49] "POST /fqname-to-id HTTP/1.1" 404 235 0.007192 10.0.0.131 - - [2026-05-25 04:05:49] "POST /projects HTTP/1.1" 200 587 0.321862 10.0.0.131 - - [2026-05-25 04:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.360564 10.0.0.73 - - [2026-05-25 04:05:49] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.521385 10.0.0.19 - - [2026-05-25 04:05:49] "POST /access-control-lists HTTP/1.1" 200 597 0.054963 10.0.0.73 - - [2026-05-25 04:05:50] "GET / HTTP/1.1" 200 36215 0.002130 10.0.0.73 - - [2026-05-25 04:05:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.73 - - [2026-05-25 04:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.115079 10.0.0.131 - - [2026-05-25 04:05:52] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001414 10.0.0.73 - - [2026-05-25 04:05:52] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055729 10.0.0.131 - - [2026-05-25 04:05:53] "POST /useragent-kv HTTP/1.1" 200 115 0.011503 10.0.0.73 - - [2026-05-25 04:05:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.344330 10.0.0.73 - - [2026-05-25 04:05:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001509 10.0.0.73 - - [2026-05-25 04:05:53] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007556 10.0.0.73 - - [2026-05-25 04:05:53] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006615 10.0.0.73 - - [2026-05-25 04:05:53] "POST /neutron/network HTTP/1.1" 200 834 0.008276 10.0.0.73 - - [2026-05-25 04:05:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.001549 10.0.0.73 - - [2026-05-25 04:05:54] "POST /neutron/network HTTP/1.1" 200 844 0.008008 10.0.0.131 - - [2026-05-25 04:05:55] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001314 10.0.0.73 - - [2026-05-25 04:05:55] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.112345 10.0.0.73 - - [2026-05-25 04:05:55] "POST /neutron/port HTTP/1.1" 200 117 0.007291 10.0.0.73 - - [2026-05-25 04:05:55] "POST /id-to-fqname HTTP/1.1" 200 225 0.001338 10.0.0.73 - - [2026-05-25 04:05:56] "POST /neutron/network HTTP/1.1" 200 844 0.008260 10.0.0.73 - - [2026-05-25 04:05:56] "POST /neutron/port HTTP/1.1" 200 1062 0.049440 10.0.0.131 - - [2026-05-25 04:05:56] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002724 10.0.0.73 - - [2026-05-25 04:05:56] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.150527 10.0.0.73 - - [2026-05-25 04:05:57] "POST /neutron/port HTTP/1.1" 200 5165 0.157717 10.0.0.73 - - [2026-05-25 04:05:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015981 10.0.0.73 - - [2026-05-25 04:05:57] "POST /neutron/port HTTP/1.1" 200 117 0.020080 10.0.0.73 - - [2026-05-25 04:05:57] "POST /id-to-fqname HTTP/1.1" 200 225 0.001421 10.0.0.73 - - [2026-05-25 04:05:57] "POST /neutron/subnet HTTP/1.1" 200 698 0.020583 10.0.0.73 - - [2026-05-25 04:05:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.015643 10.0.0.73 - - [2026-05-25 04:05:57] "POST /neutron/network HTTP/1.1" 200 844 0.008628 10.0.0.131 - - [2026-05-25 04:05:57] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001329 10.0.0.73 - - [2026-05-25 04:05:58] "POST /neutron/port HTTP/1.1" 200 1062 0.498776 10.0.0.73 - - [2026-05-25 04:05:58] "POST /neutron/port HTTP/1.1" 200 1062 0.028571 10.0.0.73 - - [2026-05-25 04:05:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004908 10.0.0.73 - - [2026-05-25 04:05:59] "POST /neutron/network HTTP/1.1" 200 834 0.014521 10.0.0.131 - - [2026-05-25 04:05:59] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001245 10.0.0.73 - - [2026-05-25 04:05:59] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.129147 10.0.0.73 - - [2026-05-25 04:05:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010615 10.0.0.73 - - [2026-05-25 04:06:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.030118 10.0.0.19 - - [2026-05-25 04:06:00] "DELETE /access-control-list/092051c3-e50d-4fac-a719-0e7b48d0b629 HTTP/1.1" 200 115 0.085512 10.0.0.73 - - [2026-05-25 04:06:01] "POST /neutron/port HTTP/1.1" 200 1062 0.041060 10.0.0.131 - - [2026-05-25 04:06:01] "DELETE /project/a798a8e6-3780-428a-83bc-08adb74ca08d HTTP/1.1" 404 177 0.004478 10.0.0.131 - - [2026-05-25 04:06:01] "DELETE /project/fd623040726f4deeb3d1cb805cdaa636 HTTP/1.1" 404 173 0.010396 10.0.0.73 - - [2026-05-25 04:06:01] "POST /neutron/port HTTP/1.1" 200 1126 0.036069 10.0.0.73 - - [2026-05-25 04:06:02] "POST /neutron/port HTTP/1.1" 200 117 0.001441 10.0.0.73 - - [2026-05-25 04:06:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.021964 10.0.0.73 - - [2026-05-25 04:06:15] "POST /neutron/port HTTP/1.1" 200 1126 0.019755 10.0.0.19 - - [2026-05-25 04:06:15] "GET /obj-perms HTTP/1.1" 200 5056 0.068957 10.0.0.73 - - [2026-05-25 04:06:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009481 10.0.0.73 - - [2026-05-25 04:06:30] "POST /neutron/port HTTP/1.1" 200 1126 0.024601 10.0.0.73 - - [2026-05-25 04:06:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009701 10.0.0.73 - - [2026-05-25 04:06:36] "POST /neutron/port HTTP/1.1" 200 1126 0.022777 10.0.0.73 - - [2026-05-25 04:06:36] "GET /virtual-machine/a46ea78c-0979-4068-b982-ffa20e58fda5 HTTP/1.1" 401 292 0.000474 10.0.0.73 - - [2026-05-25 04:06:36] "GET /virtual-machine/a46ea78c-0979-4068-b982-ffa20e58fda5 HTTP/1.1" 200 1296 0.044286 10.0.0.73 - - [2026-05-25 04:06:36] "GET /virtual-machine-interface/11d7df02-8c99-458e-ad8b-15525c053d4d HTTP/1.1" 200 2964 0.005993 10.0.0.73 - - [2026-05-25 04:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.73 - - [2026-05-25 04:06:36] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004969 10.0.0.73 - - [2026-05-25 04:06:36] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004386 10.0.0.73 - - [2026-05-25 04:06:36] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008146 10.0.0.73 - - [2026-05-25 04:06:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.73 - - [2026-05-25 04:06:39] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006339 10.0.0.73 - - [2026-05-25 04:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005599 10.0.0.73 - - [2026-05-25 04:06:43] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008458 10.0.0.73 - - [2026-05-25 04:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.73 - - [2026-05-25 04:06:48] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006801 10.0.0.73 - - [2026-05-25 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.73 - - [2026-05-25 04:06:52] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006845 10.0.0.73 - - [2026-05-25 04:06:53] "POST /neutron/port HTTP/1.1" 200 1219 0.051797 10.0.0.73 - - [2026-05-25 04:06:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004853 10.0.0.73 - - [2026-05-25 04:06:54] "POST /neutron/port HTTP/1.1" 200 117 0.001773 10.0.0.73 - - [2026-05-25 04:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.73 - - [2026-05-25 04:06:56] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006925 10.0.0.73 - - [2026-05-25 04:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.73 - - [2026-05-25 04:07:00] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006369 10.0.0.73 - - [2026-05-25 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.73 - - [2026-05-25 04:07:04] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007167 10.0.0.73 - - [2026-05-25 04:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.73 - - [2026-05-25 04:07:08] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006726 10.0.0.73 - - [2026-05-25 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.73 - - [2026-05-25 04:07:12] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007157 10.0.0.73 - - [2026-05-25 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.73 - - [2026-05-25 04:07:16] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006771 10.0.0.73 - - [2026-05-25 04:07:16] "GET /obj-perms HTTP/1.1" 200 5056 0.060901 10.0.0.73 - - [2026-05-25 04:07:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.088483 10.0.0.73 - - [2026-05-25 04:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008482 10.0.0.73 - - [2026-05-25 04:07:20] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007066 10.0.0.73 - - [2026-05-25 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.73 - - [2026-05-25 04:07:24] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007417 10.0.0.73 - - [2026-05-25 04:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.73 - - [2026-05-25 04:07:29] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007363 10.0.0.73 - - [2026-05-25 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.73 - - [2026-05-25 04:07:33] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006606 10.0.0.73 - - [2026-05-25 04:07:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.73 - - [2026-05-25 04:07:37] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006348 10.0.0.73 - - [2026-05-25 04:07:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.73 - - [2026-05-25 04:07:41] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007011 10.0.0.73 - - [2026-05-25 04:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.73 - - [2026-05-25 04:07:45] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007864 10.0.0.19 - - [2026-05-25 04:07:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000803 10.0.0.19 - - [2026-05-25 04:07:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.131 - - [2026-05-25 04:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.131 - - [2026-05-25 04:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.19 - - [2026-05-25 04:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.19 - - [2026-05-25 04:07:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.131 - - [2026-05-25 04:07:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.131 - - [2026-05-25 04:07:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.73 - - [2026-05-25 04:07:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.73 - - [2026-05-25 04:07:49] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006853 10.0.0.73 - - [2026-05-25 04:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.73 - - [2026-05-25 04:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.73 - - [2026-05-25 04:07:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.73 - - [2026-05-25 04:07:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.73 - - [2026-05-25 04:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002 10.0.0.73 - - [2026-05-25 04:07:53] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.009110 10.0.0.73 - - [2026-05-25 04:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.73 - - [2026-05-25 04:07:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003964 10.0.0.73 - - [2026-05-25 04:07:55] "POST /neutron/port HTTP/1.1" 200 1107 0.025363 10.0.0.73 - - [2026-05-25 04:07:55] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003286 10.0.0.73 - - [2026-05-25 04:07:55] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006310 10.0.0.73 - - [2026-05-25 04:07:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005193 10.0.0.73 - - [2026-05-25 04:07:55] "POST /neutron/network HTTP/1.1" 200 927 0.009608 10.0.0.73 - - [2026-05-25 04:07:56] "POST /neutron/port HTTP/1.1" 200 1126 0.029417 10.0.0.73 - - [2026-05-25 04:08:00] "POST /neutron/port HTTP/1.1" 200 1219 0.067044 10.0.0.73 - - [2026-05-25 04:08:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004815 10.0.0.73 - - [2026-05-25 04:08:00] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.73 - - [2026-05-25 04:08:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010062 10.0.0.73 - - [2026-05-25 04:08:11] "POST /neutron/port HTTP/1.1" 200 1126 0.025568 10.0.0.73 - - [2026-05-25 04:08:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009484 10.0.0.73 - - [2026-05-25 04:08:27] "POST /neutron/port HTTP/1.1" 200 1126 0.024798 10.0.0.73 - - [2026-05-25 04:08:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010583 10.0.0.73 - - [2026-05-25 04:08:42] "POST /neutron/port HTTP/1.1" 200 1126 0.025197 10.0.0.73 - - [2026-05-25 04:08:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009024 10.0.0.73 - - [2026-05-25 04:08:53] "POST /neutron/port HTTP/1.1" 200 1126 0.026198 10.0.0.73 - - [2026-05-25 04:08:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010120 10.0.0.73 - - [2026-05-25 04:08:53] "GET /virtual-machine/517e7c4a-5994-4209-b0d0-4e295c354ef1 HTTP/1.1" 200 1295 0.007434 10.0.0.73 - - [2026-05-25 04:08:53] "GET /virtual-machine-interface/ac25bc3f-1e3f-4a21-b79e-0baa59e26bfa HTTP/1.1" 200 2965 0.006480 10.0.0.73 - - [2026-05-25 04:08:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.73 - - [2026-05-25 04:08:53] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005965 10.0.0.73 - - [2026-05-25 04:08:53] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003598 10.0.0.73 - - [2026-05-25 04:08:53] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007380 10.0.0.73 - - [2026-05-25 04:08:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.73 - - [2026-05-25 04:08:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004257 10.0.0.73 - - [2026-05-25 04:08:54] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003691 10.0.0.73 - - [2026-05-25 04:08:54] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006526 10.0.0.73 - - [2026-05-25 04:08:55] "POST /neutron/port HTTP/1.1" 200 1126 0.024992 10.0.0.73 - - [2026-05-25 04:08:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009860 10.0.0.73 - - [2026-05-25 04:08:55] "GET /virtual-machine/a3e6b2db-ba6e-4980-96d3-524b1b3cf21d HTTP/1.1" 200 1296 0.007832 10.0.0.73 - - [2026-05-25 04:08:55] "GET /virtual-machine-interface/cc38d44f-e621-4c7e-99cc-9f583e663a9d HTTP/1.1" 200 2965 0.006827 10.0.0.73 - - [2026-05-25 04:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.73 - - [2026-05-25 04:08:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005265 10.0.0.73 - - [2026-05-25 04:08:55] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006193 10.0.0.73 - - [2026-05-25 04:08:55] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006972 10.0.0.73 - - [2026-05-25 04:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007811 10.0.0.73 - - [2026-05-25 04:08:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006122 10.0.0.73 - - [2026-05-25 04:08:56] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004909 10.0.0.73 - - [2026-05-25 04:08:56] "GET /virtual-network/548fa51c-1275-427c-aab9-e3ab7fe71cb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006790 10.0.0.73 - - [2026-05-25 04:08:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.004078 10.0.0.73 - - [2026-05-25 04:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.73 - - [2026-05-25 04:08:56] "GET /global-system-config/f8be6af6-9a3c-44ce-a431-7b067e457d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007083 10.0.0.73 - - [2026-05-25 04:08:56] "POST /neutron/network HTTP/1.1" 200 844 0.011664 10.0.0.73 - - [2026-05-25 04:08:56] "POST /control-node-zones HTTP/1.1" 200 571 0.046026 10.0.0.73 - - [2026-05-25 04:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.73 - - [2026-05-25 04:08:56] "POST /neutron/port HTTP/1.1" 200 117 0.001651 10.0.0.73 - - [2026-05-25 04:08:56] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007912 10.0.0.73 - - [2026-05-25 04:08:56] "GET /control-node-zone/76a934d4-d167-4ea6-88cd-6f5a2548e9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006671 10.0.0.73 - - [2026-05-25 04:08:56] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.031862 10.0.0.73 - - [2026-05-25 04:08:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.004427 10.0.0.73 - - [2026-05-25 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.73 - - [2026-05-25 04:08:57] "GET /global-system-config/f8be6af6-9a3c-44ce-a431-7b067e457d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.011964 10.0.0.73 - - [2026-05-25 04:08:57] "POST /control-node-zones HTTP/1.1" 200 571 0.041688 10.0.0.73 - - [2026-05-25 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.73 - - [2026-05-25 04:08:57] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.010483 10.0.0.73 - - [2026-05-25 04:08:57] "GET /control-node-zone/9b886a14-b28e-47d1-9e9f-e5146cfb8da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008473 10.0.0.73 - - [2026-05-25 04:08:57] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.026226 10.0.0.73 - - [2026-05-25 04:08:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003978 10.0.0.73 - - [2026-05-25 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.73 - - [2026-05-25 04:08:57] "GET /global-system-config/f8be6af6-9a3c-44ce-a431-7b067e457d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007320 10.0.0.73 - - [2026-05-25 04:08:57] "POST /control-node-zones HTTP/1.1" 200 571 0.045705 10.0.0.73 - - [2026-05-25 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.73 - - [2026-05-25 04:08:57] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006371 10.0.0.73 - - [2026-05-25 04:08:57] "GET /control-node-zone/9829a057-77c2-438e-844a-4438422a8075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007821 10.0.0.73 - - [2026-05-25 04:08:57] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.026392 10.0.0.73 - - [2026-05-25 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.73 - - [2026-05-25 04:08:57] "GET /global-system-config/f8be6af6-9a3c-44ce-a431-7b067e457d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006805 10.0.0.73 - - [2026-05-25 04:08:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.004115 10.0.0.73 - - [2026-05-25 04:08:57] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.045617 10.0.0.73 - - [2026-05-25 04:08:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.010756 10.0.0.73 - - [2026-05-25 04:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.73 - - [2026-05-25 04:08:58] "GET /bgp-as-a-service/ece1f424-ad77-42d2-842a-e3effa4ba218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.007190 10.0.0.73 - - [2026-05-25 04:08:58] "GET /control-node-zone/76a934d4-d167-4ea6-88cd-6f5a2548e9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005248 10.0.0.73 - - [2026-05-25 04:08:58] "POST /ref-update HTTP/1.1" 200 156 0.019917 10.0.0.73 - - [2026-05-25 04:09:00] "POST /neutron/port HTTP/1.1" 200 1107 0.026734 10.0.0.73 - - [2026-05-25 04:09:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004941 10.0.0.73 - - [2026-05-25 04:09:00] "POST /neutron/network HTTP/1.1" 200 927 0.009978 10.0.0.73 - - [2026-05-25 04:09:23] "GET /bgp-as-a-service/ece1f424-ad77-42d2-842a-e3effa4ba218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006982 10.0.0.73 - - [2026-05-25 04:09:23] "GET /virtual-machine-interface/11d7df02-8c99-458e-ad8b-15525c053d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006546 10.0.0.73 - - [2026-05-25 04:09:23] "POST /ref-update HTTP/1.1" 200 156 0.016315 10.0.0.19 - - [2026-05-25 04:09:23] "POST /bgp-routers HTTP/1.1" 200 642 0.095817 10.0.0.19 - - [2026-05-25 04:09:23] "PUT /bgp-router/9c664a0a-e5da-453a-9c24-aed3fd9193b2 HTTP/1.1" 200 255 0.040633 10.0.0.73 - - [2026-05-25 04:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005841 10.0.0.73 - - [2026-05-25 04:09:24] "GET /global-system-config/f8be6af6-9a3c-44ce-a431-7b067e457d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007422 10.0.0.73 - - [2026-05-25 04:09:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.003678 10.0.0.73 - - [2026-05-25 04:09:25] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.038873 10.0.0.73 - - [2026-05-25 04:09:25] "POST /neutron/network HTTP/1.1" 200 834 0.007496 10.0.0.73 - - [2026-05-25 04:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.73 - - [2026-05-25 04:09:25] "GET /bgp-as-a-service/51fd8629-9837-44b2-9ab2-ca0cec44b1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.007175 10.0.0.73 - - [2026-05-25 04:09:25] "GET /control-node-zone/9b886a14-b28e-47d1-9e9f-e5146cfb8da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005518 10.0.0.73 - - [2026-05-25 04:09:25] "POST /ref-update HTTP/1.1" 200 156 0.018867 10.0.0.73 - - [2026-05-25 04:09:34] "GET /bgp-as-a-service/51fd8629-9837-44b2-9ab2-ca0cec44b1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.007380 10.0.0.73 - - [2026-05-25 04:09:34] "GET /virtual-machine-interface/ac25bc3f-1e3f-4a21-b79e-0baa59e26bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006675 10.0.0.73 - - [2026-05-25 04:09:34] "POST /ref-update HTTP/1.1" 200 156 0.015486 10.0.0.19 - - [2026-05-25 04:09:34] "POST /ref-update HTTP/1.1" 200 156 0.022180 10.0.0.73 - - [2026-05-25 04:09:54] "GET /control-node-zone/76a934d4-d167-4ea6-88cd-6f5a2548e9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004829 10.0.0.73 - - [2026-05-25 04:09:54] "POST /ref-update HTTP/1.1" 200 156 0.024793 10.0.0.73 - - [2026-05-25 04:09:54] "GET /control-node-zone/9b886a14-b28e-47d1-9e9f-e5146cfb8da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007231 10.0.0.73 - - [2026-05-25 04:09:55] "POST /ref-update HTTP/1.1" 200 156 0.030584 10.0.0.73 - - [2026-05-25 04:09:55] "GET /control-node-zone/9829a057-77c2-438e-844a-4438422a8075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.010102 10.0.0.73 - - [2026-05-25 04:09:55] "POST /ref-update HTTP/1.1" 200 156 0.031986 10.0.0.73 - - [2026-05-25 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.73 - - [2026-05-25 04:09:55] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009639 10.0.0.73 - - [2026-05-25 04:09:55] "GET /control-node-zone/76a934d4-d167-4ea6-88cd-6f5a2548e9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004591 10.0.0.73 - - [2026-05-25 04:09:55] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.033640 10.0.0.73 - - [2026-05-25 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.73 - - [2026-05-25 04:09:55] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005977 10.0.0.73 - - [2026-05-25 04:09:55] "GET /control-node-zone/9b886a14-b28e-47d1-9e9f-e5146cfb8da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004575 10.0.0.73 - - [2026-05-25 04:09:55] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.026242 10.0.0.73 - - [2026-05-25 04:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007308 10.0.0.73 - - [2026-05-25 04:09:55] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004966 10.0.0.73 - - [2026-05-25 04:09:55] "GET /control-node-zone/9829a057-77c2-438e-844a-4438422a8075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004732 10.0.0.73 - - [2026-05-25 04:09:55] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.033892 10.0.0.73 - - [2026-05-25 04:09:57] "POST /neutron/port HTTP/1.1" 200 1126 0.022020 10.0.0.73 - - [2026-05-25 04:09:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.011187 10.0.0.73 - - [2026-05-25 04:10:02] "POST /neutron/port HTTP/1.1" 200 1126 0.029144 10.0.0.73 - - [2026-05-25 04:10:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004780 10.0.0.73 - - [2026-05-25 04:10:02] "POST /neutron/network HTTP/1.1" 200 834 0.009736 10.0.0.73 - - [2026-05-25 04:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.73 - - [2026-05-25 04:10:08] "GET /bgp-as-a-service/ece1f424-ad77-42d2-842a-e3effa4ba218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2449 0.006926 10.0.0.73 - - [2026-05-25 04:10:08] "GET /control-node-zone/76a934d4-d167-4ea6-88cd-6f5a2548e9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004338 10.0.0.73 - - [2026-05-25 04:10:08] "POST /ref-update HTTP/1.1" 200 156 0.025257 10.0.0.73 - - [2026-05-25 04:10:08] "GET /control-node-zone/76a934d4-d167-4ea6-88cd-6f5a2548e9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005478 10.0.0.73 - - [2026-05-25 04:10:08] "POST /ref-update HTTP/1.1" 200 156 0.025034 10.0.0.73 - - [2026-05-25 04:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.73 - - [2026-05-25 04:10:08] "GET /global-system-config/f8be6af6-9a3c-44ce-a431-7b067e457d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007207 10.0.0.73 - - [2026-05-25 04:10:08] "POST /neutron/network HTTP/1.1" 200 834 0.008236 10.0.0.73 - - [2026-05-25 04:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.73 - - [2026-05-25 04:10:08] "GET /bgp-as-a-service/ece1f424-ad77-42d2-842a-e3effa4ba218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007271 10.0.0.73 - - [2026-05-25 04:10:08] "GET /control-node-zone/9829a057-77c2-438e-844a-4438422a8075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005546 10.0.0.73 - - [2026-05-25 04:10:08] "POST /ref-update HTTP/1.1" 200 156 0.017257 10.0.0.73 - - [2026-05-25 04:10:12] "GET /bgp-as-a-service/ece1f424-ad77-42d2-842a-e3effa4ba218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2449 0.009194 10.0.0.73 - - [2026-05-25 04:10:12] "GET /virtual-machine-interface/11d7df02-8c99-458e-ad8b-15525c053d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.009538 10.0.0.131 - - [2026-05-25 04:10:18] "GET /obj-perms HTTP/1.1" 200 5056 0.074152 10.0.0.73 - - [2026-05-25 04:10:25] "GET /bgp-as-a-service/ece1f424-ad77-42d2-842a-e3effa4ba218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2449 0.005585 10.0.0.73 - - [2026-05-25 04:10:25] "GET /virtual-machine-interface/11d7df02-8c99-458e-ad8b-15525c053d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.006754 10.0.0.73 - - [2026-05-25 04:10:25] "POST /ref-update HTTP/1.1" 200 156 0.016370 10.0.0.73 - - [2026-05-25 04:10:25] "GET /bgp-as-a-service/51fd8629-9837-44b2-9ab2-ca0cec44b1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2451 0.021409 10.0.0.73 - - [2026-05-25 04:10:25] "GET /virtual-machine-interface/ac25bc3f-1e3f-4a21-b79e-0baa59e26bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.011655 10.0.0.19 - - [2026-05-25 04:10:25] "POST /ref-update HTTP/1.1" 200 156 0.054973 10.0.0.73 - - [2026-05-25 04:10:25] "POST /ref-update HTTP/1.1" 200 156 0.038000 10.0.0.73 - - [2026-05-25 04:10:25] "DELETE /bgp-as-a-service/51fd8629-9837-44b2-9ab2-ca0cec44b1f4 HTTP/1.1" 200 115 0.095676 10.0.0.73 - - [2026-05-25 04:10:25] "GET /bgp-as-a-service/ece1f424-ad77-42d2-842a-e3effa4ba218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.006559 10.0.0.19 - - [2026-05-25 04:10:25] "POST /ref-update HTTP/1.1" 200 156 0.043983 10.0.0.73 - - [2026-05-25 04:10:25] "GET /virtual-machine-interface/11d7df02-8c99-458e-ad8b-15525c053d4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.032744 10.0.0.73 - - [2026-05-25 04:10:25] "DELETE /bgp-as-a-service/ece1f424-ad77-42d2-842a-e3effa4ba218 HTTP/1.1" 200 115 0.086178 10.0.0.73 - - [2026-05-25 04:10:25] "GET /control-node-zone/9829a057-77c2-438e-844a-4438422a8075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004589 10.0.0.73 - - [2026-05-25 04:10:26] "POST /ref-update HTTP/1.1" 200 156 0.027205 10.0.0.73 - - [2026-05-25 04:10:26] "DELETE /control-node-zone/9829a057-77c2-438e-844a-4438422a8075 HTTP/1.1" 200 115 0.038531 10.0.0.73 - - [2026-05-25 04:10:26] "GET /control-node-zone/9b886a14-b28e-47d1-9e9f-e5146cfb8da6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006212 10.0.0.73 - - [2026-05-25 04:10:26] "POST /ref-update HTTP/1.1" 200 156 0.025501 10.0.0.73 - - [2026-05-25 04:10:26] "DELETE /control-node-zone/9b886a14-b28e-47d1-9e9f-e5146cfb8da6 HTTP/1.1" 200 115 0.038004 10.0.0.73 - - [2026-05-25 04:10:26] "GET /control-node-zone/76a934d4-d167-4ea6-88cd-6f5a2548e9be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005882 10.0.0.73 - - [2026-05-25 04:10:26] "DELETE /control-node-zone/76a934d4-d167-4ea6-88cd-6f5a2548e9be HTTP/1.1" 200 115 0.036089 10.0.0.73 - - [2026-05-25 04:10:26] "POST /neutron/network HTTP/1.1" 400 204 0.017551 10.0.0.73 - - [2026-05-25 04:10:27] "POST /neutron/port HTTP/1.1" 200 1116 0.029014 10.0.0.73 - - [2026-05-25 04:10:27] "POST /neutron/port HTTP/1.1" 200 151 0.255592 10.0.0.73 - - [2026-05-25 04:10:27] "POST /neutron/port HTTP/1.1" 200 151 0.335886 10.0.0.19 - - [2026-05-25 04:10:28] "DELETE /route-target/599bc5fd-4d9e-4ff4-80e2-9590abd15685 HTTP/1.1" 200 115 0.029474 10.0.0.73 - - [2026-05-25 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.131 - - [2026-05-25 04:10:31] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.035578 10.0.0.73 - - [2026-05-25 04:10:31] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.083103 10.0.0.73 - - [2026-05-25 04:10:31] "POST /neutron/network HTTP/1.1" 200 117 0.015742 10.0.0.73 - - [2026-05-25 04:10:32] "POST /neutron/network HTTP/1.1" 200 832 0.010986 10.0.0.73 - - [2026-05-25 04:10:32] "POST /id-to-fqname HTTP/1.1" 200 225 0.001348 10.0.0.73 - - [2026-05-25 04:10:32] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006254 10.0.0.73 - - [2026-05-25 04:10:32] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007771 10.0.0.73 - - [2026-05-25 04:10:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.010971 10.0.0.73 - - [2026-05-25 04:10:32] "POST /id-to-fqname HTTP/1.1" 200 225 0.001541 10.0.0.131 - - [2026-05-25 04:10:33] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001170 10.0.0.73 - - [2026-05-25 04:10:33] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.099124 10.0.0.73 - - [2026-05-25 04:10:33] "POST /neutron/network HTTP/1.1" 200 832 0.043540 10.0.0.73 - - [2026-05-25 04:10:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.001697 10.0.0.73 - - [2026-05-25 04:10:33] "POST /neutron/port HTTP/1.1" 200 4192 0.046137 10.0.0.131 - - [2026-05-25 04:10:34] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001300 10.0.0.73 - - [2026-05-25 04:10:34] "POST /neutron/port HTTP/1.1" 200 1060 0.376003 10.0.0.73 - - [2026-05-25 04:10:34] "POST /neutron/port HTTP/1.1" 200 1114 0.122642 10.0.0.131 - - [2026-05-25 04:10:34] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001297 10.0.0.73 - - [2026-05-25 04:10:34] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.091215 10.0.0.73 - - [2026-05-25 04:10:34] "POST /neutron/subnet HTTP/1.1" 200 694 0.012678 10.0.0.73 - - [2026-05-25 04:10:35] "POST /neutron/network HTTP/1.1" 200 832 0.009317 10.0.0.73 - - [2026-05-25 04:10:35] "POST /neutron/port HTTP/1.1" 200 117 0.007705 10.0.0.73 - - [2026-05-25 04:10:35] "POST /id-to-fqname HTTP/1.1" 200 225 0.001433 10.0.0.73 - - [2026-05-25 04:10:35] "POST /neutron/network HTTP/1.1" 200 842 0.008560 10.0.0.73 - - [2026-05-25 04:10:36] "POST /neutron/port HTTP/1.1" 200 1060 0.038368 10.0.0.73 - - [2026-05-25 04:10:36] "POST /neutron/port HTTP/1.1" 200 1124 0.025431 10.0.0.73 - - [2026-05-25 04:10:36] "POST /neutron/port HTTP/1.1" 200 117 0.001440 10.0.0.131 - - [2026-05-25 04:10:36] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.73 - - [2026-05-25 04:10:36] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.100831 10.0.0.73 - - [2026-05-25 04:10:36] "POST /neutron/port HTTP/1.1" 200 6134 0.059138 10.0.0.73 - - [2026-05-25 04:10:37] "POST /neutron/port HTTP/1.1" 200 1124 0.024064 10.0.0.73 - - [2026-05-25 04:10:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010700 10.0.0.73 - - [2026-05-25 04:10:37] "GET /virtual-machine/13b99684-dafa-4aea-aefb-99a7452d4ce3 HTTP/1.1" 200 1295 0.008036 10.0.0.73 - - [2026-05-25 04:10:37] "GET /virtual-machine-interface/ab51d967-4f96-4421-b229-2e04d3077659 HTTP/1.1" 200 2965 0.007229 10.0.0.73 - - [2026-05-25 04:10:37] "POST /neutron/network HTTP/1.1" 200 842 0.010714 10.0.0.73 - - [2026-05-25 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006365 10.0.0.73 - - [2026-05-25 04:10:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006124 10.0.0.73 - - [2026-05-25 04:10:37] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004497 10.0.0.73 - - [2026-05-25 04:10:37] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007569 10.0.0.73 - - [2026-05-25 04:10:37] "POST /neutron/port HTTP/1.1" 200 1060 0.022070 10.0.0.73 - - [2026-05-25 04:10:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005440 10.0.0.73 - - [2026-05-25 04:10:38] "POST /neutron/network HTTP/1.1" 200 832 0.007787 10.0.0.73 - - [2026-05-25 04:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.73 - - [2026-05-25 04:10:40] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006723 10.0.0.73 - - [2026-05-25 04:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.73 - - [2026-05-25 04:10:44] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006263 10.0.0.73 - - [2026-05-25 04:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.73 - - [2026-05-25 04:10:48] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006518 10.0.0.73 - - [2026-05-25 04:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.039226 10.0.0.73 - - [2026-05-25 04:10:52] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008657 10.0.0.73 - - [2026-05-25 04:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.73 - - [2026-05-25 04:10:57] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007635 10.0.0.73 - - [2026-05-25 04:10:58] "POST /neutron/network HTTP/1.1" 200 1124 0.008604 10.0.0.73 - - [2026-05-25 04:10:58] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016752 10.0.0.73 - - [2026-05-25 04:10:58] "POST /neutron/network HTTP/1.1" 200 1114 0.014320 10.0.0.73 - - [2026-05-25 04:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.73 - - [2026-05-25 04:11:01] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007290 10.0.0.73 - - [2026-05-25 04:11:03] "POST /neutron/network HTTP/1.1" 200 1124 0.008980 10.0.0.73 - - [2026-05-25 04:11:03] "POST /neutron/subnet HTTP/1.1" 200 1389 0.022636 10.0.0.73 - - [2026-05-25 04:11:03] "POST /neutron/network HTTP/1.1" 200 1114 0.013741 10.0.0.73 - - [2026-05-25 04:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.73 - - [2026-05-25 04:11:05] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006331 10.0.0.73 - - [2026-05-25 04:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.73 - - [2026-05-25 04:11:09] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005865 10.0.0.73 - - [2026-05-25 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.015808 10.0.0.73 - - [2026-05-25 04:11:13] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006891 10.0.0.73 - - [2026-05-25 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.73 - - [2026-05-25 04:11:17] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005702 10.0.0.19 - - [2026-05-25 04:11:19] "GET /obj-perms HTTP/1.1" 200 5056 0.074675 10.0.0.73 - - [2026-05-25 04:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.73 - - [2026-05-25 04:11:21] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006257 10.0.0.73 - - [2026-05-25 04:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.73 - - [2026-05-25 04:11:25] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006661 10.0.0.73 - - [2026-05-25 04:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.73 - - [2026-05-25 04:11:29] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006042 10.0.0.73 - - [2026-05-25 04:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.73 - - [2026-05-25 04:11:33] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006562 10.0.0.73 - - [2026-05-25 04:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.73 - - [2026-05-25 04:11:38] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006241 10.0.0.73 - - [2026-05-25 04:11:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.73 - - [2026-05-25 04:11:42] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007398 10.0.0.73 - - [2026-05-25 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.73 - - [2026-05-25 04:11:46] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008565 10.0.0.73 - - [2026-05-25 04:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.73 - - [2026-05-25 04:11:50] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007648 10.0.0.73 - - [2026-05-25 04:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.73 - - [2026-05-25 04:11:54] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006217 10.0.0.73 - - [2026-05-25 04:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.73 - - [2026-05-25 04:11:58] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006283 10.0.0.73 - - [2026-05-25 04:11:59] "POST /neutron/port HTTP/1.1" 200 1107 0.075045 10.0.0.73 - - [2026-05-25 04:12:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005042 10.0.0.73 - - [2026-05-25 04:12:00] "POST /neutron/network HTTP/1.1" 200 927 0.009657 10.0.0.73 - - [2026-05-25 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.73 - - [2026-05-25 04:12:02] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005903 10.0.0.73 - - [2026-05-25 04:12:04] "POST /neutron/network HTTP/1.1" 200 937 0.007481 10.0.0.73 - - [2026-05-25 04:12:04] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.73 - - [2026-05-25 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.73 - - [2026-05-25 04:12:06] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006291 10.0.0.73 - - [2026-05-25 04:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.73 - - [2026-05-25 04:12:10] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006272 10.0.0.73 - - [2026-05-25 04:12:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010179 10.0.0.73 - - [2026-05-25 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.73 - - [2026-05-25 04:12:12] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004715 10.0.0.73 - - [2026-05-25 04:12:12] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003629 10.0.0.73 - - [2026-05-25 04:12:13] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007709 10.0.0.73 - - [2026-05-25 04:12:15] "POST /neutron/port HTTP/1.1" 200 1124 0.024156 10.0.0.73 - - [2026-05-25 04:12:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.044303 10.0.0.73 - - [2026-05-25 04:12:20] "GET /obj-perms HTTP/1.1" 200 5056 0.078530 10.0.0.73 - - [2026-05-25 04:12:28] "POST /neutron/port HTTP/1.1" 200 1124 0.028044 10.0.0.73 - - [2026-05-25 04:12:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008828 10.0.0.73 - - [2026-05-25 04:12:44] "POST /neutron/port HTTP/1.1" 200 1124 0.022318 10.0.0.19 - - [2026-05-25 04:12:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.19 - - [2026-05-25 04:12:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.131 - - [2026-05-25 04:12:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.131 - - [2026-05-25 04:12:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.19 - - [2026-05-25 04:12:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.19 - - [2026-05-25 04:12:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.131 - - [2026-05-25 04:12:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.131 - - [2026-05-25 04:12:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.73 - - [2026-05-25 04:12:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008008 10.0.0.73 - - [2026-05-25 04:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.73 - - [2026-05-25 04:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.73 - - [2026-05-25 04:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.73 - - [2026-05-25 04:12:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000608 10.0.0.73 - - [2026-05-25 04:12:59] "POST /neutron/port HTTP/1.1" 200 1124 0.021305 10.0.0.73 - - [2026-05-25 04:12:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005100 10.0.0.73 - - [2026-05-25 04:12:59] "POST /neutron/network HTTP/1.1" 200 832 0.008482 10.0.0.73 - - [2026-05-25 04:13:05] "POST /neutron/port HTTP/1.1" 200 1124 0.021624 10.0.0.73 - - [2026-05-25 04:13:05] "POST /neutron/port HTTP/1.1" 200 1124 0.060021 10.0.0.73 - - [2026-05-25 04:13:05] "POST /neutron/subnet HTTP/1.1" 200 694 0.013935 10.0.0.73 - - [2026-05-25 04:13:10] "POST /neutron/port HTTP/1.1" 200 1124 0.027750 10.0.0.73 - - [2026-05-25 04:13:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009786 10.0.0.73 - - [2026-05-25 04:13:10] "GET /virtual-machine/4f4a7f9b-cfdf-492a-8648-875e113a43e9 HTTP/1.1" 200 1294 0.057176 10.0.0.73 - - [2026-05-25 04:13:10] "GET /virtual-machine-interface/decc75a0-c2c5-4b92-86f9-1e1e0dbbd46c HTTP/1.1" 200 2964 0.009583 10.0.0.73 - - [2026-05-25 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.73 - - [2026-05-25 04:13:10] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004705 10.0.0.73 - - [2026-05-25 04:13:10] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003629 10.0.0.73 - - [2026-05-25 04:13:10] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006712 10.0.0.73 - - [2026-05-25 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.73 - - [2026-05-25 04:13:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004872 10.0.0.73 - - [2026-05-25 04:13:11] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004211 10.0.0.73 - - [2026-05-25 04:13:12] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006604 10.0.0.73 - - [2026-05-25 04:13:12] "POST /neutron/port HTTP/1.1" 200 1124 0.023145 10.0.0.73 - - [2026-05-25 04:13:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009682 10.0.0.73 - - [2026-05-25 04:13:12] "GET /virtual-machine/447163f9-27d8-428f-832c-51a4e1122104 HTTP/1.1" 200 1294 0.007101 10.0.0.73 - - [2026-05-25 04:13:12] "GET /virtual-machine-interface/669bfa10-5f83-4ee8-862d-bc0628e79693 HTTP/1.1" 200 2963 0.006242 10.0.0.73 - - [2026-05-25 04:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.73 - - [2026-05-25 04:13:12] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007856 10.0.0.73 - - [2026-05-25 04:13:12] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003713 10.0.0.73 - - [2026-05-25 04:13:12] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007383 10.0.0.73 - - [2026-05-25 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.73 - - [2026-05-25 04:13:13] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006388 10.0.0.73 - - [2026-05-25 04:13:13] "GET /virtual-networks?parent_id=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004496 10.0.0.73 - - [2026-05-25 04:13:13] "GET /virtual-network/a9f3f527-b778-418b-8e7b-be057be0f85f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.013369 10.0.0.73 - - [2026-05-25 04:13:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.006333 10.0.0.73 - - [2026-05-25 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.73 - - [2026-05-25 04:13:14] "GET /global-system-config/f8be6af6-9a3c-44ce-a431-7b067e457d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.017487 10.0.0.73 - - [2026-05-25 04:13:14] "POST /control-node-zones HTTP/1.1" 200 571 0.037638 10.0.0.73 - - [2026-05-25 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.73 - - [2026-05-25 04:13:14] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005745 10.0.0.73 - - [2026-05-25 04:13:14] "GET /control-node-zone/6f8df959-b15b-4c5e-aaab-376572c96e42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006816 10.0.0.73 - - [2026-05-25 04:13:14] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.025284 10.0.0.73 - - [2026-05-25 04:13:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.004038 10.0.0.73 - - [2026-05-25 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.73 - - [2026-05-25 04:13:14] "GET /global-system-config/f8be6af6-9a3c-44ce-a431-7b067e457d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006790 10.0.0.73 - - [2026-05-25 04:13:14] "POST /control-node-zones HTTP/1.1" 200 571 0.040904 10.0.0.73 - - [2026-05-25 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.73 - - [2026-05-25 04:13:14] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009945 10.0.0.73 - - [2026-05-25 04:13:14] "GET /control-node-zone/b6c4af6e-fd02-407a-adb9-2092fb14da24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008197 10.0.0.73 - - [2026-05-25 04:13:14] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.024816 10.0.0.73 - - [2026-05-25 04:13:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.003729 10.0.0.73 - - [2026-05-25 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.73 - - [2026-05-25 04:13:14] "GET /global-system-config/f8be6af6-9a3c-44ce-a431-7b067e457d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.009225 10.0.0.73 - - [2026-05-25 04:13:14] "POST /control-node-zones HTTP/1.1" 200 571 0.030084 10.0.0.73 - - [2026-05-25 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.73 - - [2026-05-25 04:13:15] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005045 10.0.0.73 - - [2026-05-25 04:13:15] "GET /control-node-zone/8a5e6794-643f-4cf9-a848-411de46dd5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006911 10.0.0.73 - - [2026-05-25 04:13:15] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.023702 10.0.0.73 - - [2026-05-25 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.73 - - [2026-05-25 04:13:15] "GET /global-system-config/f8be6af6-9a3c-44ce-a431-7b067e457d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007572 10.0.0.73 - - [2026-05-25 04:13:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.004092 10.0.0.73 - - [2026-05-25 04:13:15] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.036621 10.0.0.73 - - [2026-05-25 04:13:15] "POST /neutron/network HTTP/1.1" 200 832 0.008197 10.0.0.73 - - [2026-05-25 04:13:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.010146 10.0.0.73 - - [2026-05-25 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.73 - - [2026-05-25 04:13:15] "GET /bgp-as-a-service/02323de4-1e78-468d-86b1-da61eb8ae8cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006558 10.0.0.73 - - [2026-05-25 04:13:15] "GET /control-node-zone/6f8df959-b15b-4c5e-aaab-376572c96e42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005418 10.0.0.73 - - [2026-05-25 04:13:15] "POST /ref-update HTTP/1.1" 200 156 0.018108 10.0.0.73 - - [2026-05-25 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.73 - - [2026-05-25 04:13:15] "GET /bgp-as-a-service/02323de4-1e78-468d-86b1-da61eb8ae8cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.008752 10.0.0.73 - - [2026-05-25 04:13:15] "GET /control-node-zone/b6c4af6e-fd02-407a-adb9-2092fb14da24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005698 10.0.0.73 - - [2026-05-25 04:13:15] "POST /ref-update HTTP/1.1" 200 156 0.019162 10.0.0.73 - - [2026-05-25 04:13:39] "GET /bgp-as-a-service/02323de4-1e78-468d-86b1-da61eb8ae8cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007853 10.0.0.73 - - [2026-05-25 04:13:39] "GET /virtual-machine-interface/ab51d967-4f96-4421-b229-2e04d3077659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.007270 10.0.0.73 - - [2026-05-25 04:13:39] "POST /ref-update HTTP/1.1" 200 156 0.017305 10.0.0.19 - - [2026-05-25 04:13:39] "POST /bgp-routers HTTP/1.1" 200 596 0.044411 10.0.0.19 - - [2026-05-25 04:13:39] "POST /ref-update HTTP/1.1" 200 156 0.019797 10.0.0.73 - - [2026-05-25 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.73 - - [2026-05-25 04:13:41] "GET /global-system-config/f8be6af6-9a3c-44ce-a431-7b067e457d4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006940 10.0.0.73 - - [2026-05-25 04:13:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.003558 10.0.0.73 - - [2026-05-25 04:13:41] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.040787 10.0.0.73 - - [2026-05-25 04:13:41] "POST /neutron/network HTTP/1.1" 200 832 0.007686 10.0.0.73 - - [2026-05-25 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006284 10.0.0.73 - - [2026-05-25 04:13:41] "GET /bgp-as-a-service/232e8570-9203-4327-b655-371994baf130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.007850 10.0.0.73 - - [2026-05-25 04:13:41] "GET /control-node-zone/6f8df959-b15b-4c5e-aaab-376572c96e42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004493 10.0.0.73 - - [2026-05-25 04:13:41] "POST /ref-update HTTP/1.1" 200 156 0.020941 10.0.0.73 - - [2026-05-25 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005448 10.0.0.73 - - [2026-05-25 04:13:41] "GET /bgp-as-a-service/232e8570-9203-4327-b655-371994baf130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.007793 10.0.0.73 - - [2026-05-25 04:13:42] "GET /control-node-zone/b6c4af6e-fd02-407a-adb9-2092fb14da24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005381 10.0.0.73 - - [2026-05-25 04:13:42] "POST /ref-update HTTP/1.1" 200 156 0.021168 10.0.0.73 - - [2026-05-25 04:13:50] "GET /bgp-as-a-service/232e8570-9203-4327-b655-371994baf130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007497 10.0.0.73 - - [2026-05-25 04:13:50] "GET /virtual-machine-interface/decc75a0-c2c5-4b92-86f9-1e1e0dbbd46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005917 10.0.0.73 - - [2026-05-25 04:13:50] "POST /ref-update HTTP/1.1" 200 156 0.015501 10.0.0.19 - - [2026-05-25 04:13:50] "POST /ref-update HTTP/1.1" 200 156 0.031965 10.0.0.73 - - [2026-05-25 04:14:00] "POST /neutron/port HTTP/1.1" 200 1219 0.027023 10.0.0.73 - - [2026-05-25 04:14:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005296 10.0.0.73 - - [2026-05-25 04:14:00] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.73 - - [2026-05-25 04:14:07] "POST /neutron/port HTTP/1.1" 200 1124 0.027586 10.0.0.73 - - [2026-05-25 04:14:07] "POST /neutron/subnet HTTP/1.1" 200 694 0.010629 10.0.0.73 - - [2026-05-25 04:14:13] "GET /bgp-as-a-service/232e8570-9203-4327-b655-371994baf130?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.008216 10.0.0.73 - - [2026-05-25 04:14:13] "GET /virtual-machine-interface/decc75a0-c2c5-4b92-86f9-1e1e0dbbd46c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.008821 10.0.0.73 - - [2026-05-25 04:14:13] "POST /ref-update HTTP/1.1" 200 156 0.017067 10.0.0.19 - - [2026-05-25 04:14:13] "POST /ref-update HTTP/1.1" 200 156 0.032732 10.0.0.73 - - [2026-05-25 04:14:13] "DELETE /bgp-as-a-service/232e8570-9203-4327-b655-371994baf130 HTTP/1.1" 200 115 0.087008 10.0.0.73 - - [2026-05-25 04:14:13] "GET /bgp-as-a-service/02323de4-1e78-468d-86b1-da61eb8ae8cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.007962 10.0.0.73 - - [2026-05-25 04:14:13] "GET /virtual-machine-interface/ab51d967-4f96-4421-b229-2e04d3077659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.010614 10.0.0.73 - - [2026-05-25 04:14:13] "POST /ref-update HTTP/1.1" 200 156 0.019877 10.0.0.19 - - [2026-05-25 04:14:13] "POST /ref-update HTTP/1.1" 200 156 0.018753 10.0.0.73 - - [2026-05-25 04:14:13] "DELETE /bgp-as-a-service/02323de4-1e78-468d-86b1-da61eb8ae8cf HTTP/1.1" 200 115 0.082767 10.0.0.73 - - [2026-05-25 04:14:13] "GET /control-node-zone/8a5e6794-643f-4cf9-a848-411de46dd5a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008071 10.0.0.73 - - [2026-05-25 04:14:14] "POST /ref-update HTTP/1.1" 200 156 0.040914 10.0.0.73 - - [2026-05-25 04:14:14] "DELETE /control-node-zone/8a5e6794-643f-4cf9-a848-411de46dd5a1 HTTP/1.1" 200 115 0.035225 10.0.0.73 - - [2026-05-25 04:14:14] "GET /control-node-zone/b6c4af6e-fd02-407a-adb9-2092fb14da24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004361 10.0.0.73 - - [2026-05-25 04:14:14] "POST /ref-update HTTP/1.1" 200 156 0.025131 10.0.0.73 - - [2026-05-25 04:14:14] "DELETE /control-node-zone/b6c4af6e-fd02-407a-adb9-2092fb14da24 HTTP/1.1" 200 115 0.034500 10.0.0.73 - - [2026-05-25 04:14:14] "GET /control-node-zone/6f8df959-b15b-4c5e-aaab-376572c96e42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007481 10.0.0.73 - - [2026-05-25 04:14:14] "POST /ref-update HTTP/1.1" 200 156 0.027153 10.0.0.73 - - [2026-05-25 04:14:14] "DELETE /control-node-zone/6f8df959-b15b-4c5e-aaab-376572c96e42 HTTP/1.1" 200 115 0.041590 10.0.0.73 - - [2026-05-25 04:14:14] "POST /neutron/network HTTP/1.1" 200 832 0.009703 10.0.0.73 - - [2026-05-25 04:14:15] "POST /neutron/port HTTP/1.1" 200 1114 0.023947 10.0.0.73 - - [2026-05-25 04:14:15] "POST /neutron/port HTTP/1.1" 200 1114 0.024225 10.0.0.73 - - [2026-05-25 04:14:15] "POST /neutron/port HTTP/1.1" 200 1114 0.019225 10.0.0.19 - - [2026-05-25 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007192 10.0.0.131 - - [2026-05-25 04:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002939 10.0.0.131 - - [2026-05-25 04:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004694 10.0.0.73 - - [2026-05-25 04:14:17] "POST /neutron/network HTTP/1.1" 200 151 0.192791 10.0.0.131 - - [2026-05-25 04:14:18] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001681 10.0.0.73 - - [2026-05-25 04:14:18] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.091572 10.0.0.131 - - [2026-05-25 04:14:18] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001216 10.0.0.73 - - [2026-05-25 04:14:18] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?fields=virtual_networks HTTP/1.1" 200 1037 0.042864 10.0.0.131 - - [2026-05-25 04:14:18] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001433 10.0.0.73 - - [2026-05-25 04:14:18] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.055115 10.0.0.131 - - [2026-05-25 04:14:18] "GET /projects?obj_uuids=fd623040-726f-4dee-b3d1-cb805cdaa636&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001507 10.0.0.73 - - [2026-05-25 04:14:18] "GET /project/fd623040-726f-4dee-b3d1-cb805cdaa636?fields=security_groups HTTP/1.1" 200 1265 0.045628 10.0.0.73 - - [2026-05-25 04:14:19] "POST /fqname-to-id HTTP/1.1" 404 181 0.033202 10.0.0.131 - - [2026-05-25 04:14:19] "GET /projects?obj_uuids=cc1a02bf-bb82-4b0e-ad98-c51474f3f542&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003819 10.0.0.131 - - [2026-05-25 04:14:19] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001747 10.0.0.131 - - [2026-05-25 04:14:19] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.058402 10.0.0.131 - - [2026-05-25 04:14:19] "POST /id-to-fqname HTTP/1.1" 200 183 0.006032 10.0.0.131 - - [2026-05-25 04:14:19] "POST /fqname-to-id HTTP/1.1" 404 192 0.013731 10.0.0.131 - - [2026-05-25 04:14:20] "POST /security-groups HTTP/1.1" 200 584 0.047854 10.0.0.131 - - [2026-05-25 04:14:20] "POST /projects HTTP/1.1" 200 571 0.302613 10.0.0.131 - - [2026-05-25 04:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.348769 10.0.0.19 - - [2026-05-25 04:14:20] "POST /access-control-lists HTTP/1.1" 200 591 0.045688 10.0.0.73 - - [2026-05-25 04:14:20] "GET /project/cc1a02bf-bb82-4b0e-ad98-c51474f3f542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.573319 10.0.0.73 - - [2026-05-25 04:14:21] "GET / HTTP/1.1" 200 36215 0.001532 10.0.0.131 - - [2026-05-25 04:14:22] "GET /obj-perms HTTP/1.1" 200 5056 0.073021 10.0.0.131 - - [2026-05-25 04:14:24] "GET /projects?obj_uuids=cc1a02bf-bb82-4b0e-ad98-c51474f3f542&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001309 10.0.0.73 - - [2026-05-25 04:14:25] "GET /project/cc1a02bf-bb82-4b0e-ad98-c51474f3f542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.051813 10.0.0.131 - - [2026-05-25 04:14:25] "GET /projects?obj_uuids=cc1a02bf-bb82-4b0e-ad98-c51474f3f542&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001194 10.0.0.73 - - [2026-05-25 04:14:25] "GET /project/cc1a02bf-bb82-4b0e-ad98-c51474f3f542?fields=virtual_networks HTTP/1.1" 200 1021 0.058980 10.0.0.131 - - [2026-05-25 04:14:25] "GET /projects?obj_uuids=cc1a02bf-bb82-4b0e-ad98-c51474f3f542&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001085 10.0.0.73 - - [2026-05-25 04:14:25] "GET /project/cc1a02bf-bb82-4b0e-ad98-c51474f3f542?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.051307 10.0.0.131 - - [2026-05-25 04:14:25] "GET /projects?obj_uuids=cc1a02bf-bb82-4b0e-ad98-c51474f3f542&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001309 10.0.0.73 - - [2026-05-25 04:14:25] "GET /project/cc1a02bf-bb82-4b0e-ad98-c51474f3f542?fields=security_groups HTTP/1.1" 200 1241 0.052300 10.0.0.73 - - [2026-05-25 04:14:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.042700 10.0.0.131 - - [2026-05-25 04:14:26] "GET /projects?obj_uuids=6c655e5c-b8b2-4c7d-acfc-85cf11d49708&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003615 10.0.0.131 - - [2026-05-25 04:14:26] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.131 - - [2026-05-25 04:14:26] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008111 10.0.0.131 - - [2026-05-25 04:14:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.003074 10.0.0.131 - - [2026-05-25 04:14:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.006831 10.0.0.131 - - [2026-05-25 04:14:26] "POST /security-groups HTTP/1.1" 200 592 0.085893 10.0.0.131 - - [2026-05-25 04:14:26] "POST /projects HTTP/1.1" 200 587 0.352181 10.0.0.131 - - [2026-05-25 04:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.394146 10.0.0.19 - - [2026-05-25 04:14:26] "POST /fqname-to-id HTTP/1.1" 404 235 0.068067 10.0.0.73 - - [2026-05-25 04:14:26] "GET /project/6c655e5c-b8b2-4c7d-acfc-85cf11d49708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.567951 10.0.0.19 - - [2026-05-25 04:14:27] "POST /access-control-lists HTTP/1.1" 200 597 0.035666 10.0.0.73 - - [2026-05-25 04:14:28] "GET / HTTP/1.1" 200 36215 0.002283 10.0.0.131 - - [2026-05-25 04:14:31] "GET /projects?obj_uuids=6c655e5c-b8b2-4c7d-acfc-85cf11d49708&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001326 10.0.0.73 - - [2026-05-25 04:14:31] "GET /project/6c655e5c-b8b2-4c7d-acfc-85cf11d49708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.054108 10.0.0.131 - - [2026-05-25 04:14:31] "GET /projects?obj_uuids=6c655e5c-b8b2-4c7d-acfc-85cf11d49708&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.73 - - [2026-05-25 04:14:31] "GET /project/6c655e5c-b8b2-4c7d-acfc-85cf11d49708?fields=virtual_networks HTTP/1.1" 200 1036 0.057413 10.0.0.131 - - [2026-05-25 04:14:31] "GET /projects?obj_uuids=6c655e5c-b8b2-4c7d-acfc-85cf11d49708&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002235 10.0.0.73 - - [2026-05-25 04:14:31] "GET /project/6c655e5c-b8b2-4c7d-acfc-85cf11d49708?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.052237 10.0.0.131 - - [2026-05-25 04:14:31] "GET /projects?obj_uuids=6c655e5c-b8b2-4c7d-acfc-85cf11d49708&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001236 10.0.0.73 - - [2026-05-25 04:14:31] "GET /project/6c655e5c-b8b2-4c7d-acfc-85cf11d49708?fields=security_groups HTTP/1.1" 200 1264 0.048068 10.0.0.73 - - [2026-05-25 04:14:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.034356 10.0.0.131 - - [2026-05-25 04:14:32] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003711 10.0.0.131 - - [2026-05-25 04:14:32] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001283 10.0.0.131 - - [2026-05-25 04:14:32] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010117 10.0.0.131 - - [2026-05-25 04:14:32] "POST /id-to-fqname HTTP/1.1" 200 197 0.001251 10.0.0.131 - - [2026-05-25 04:14:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.010364 10.0.0.131 - - [2026-05-25 04:14:33] "POST /security-groups HTTP/1.1" 200 598 0.040027 10.0.0.131 - - [2026-05-25 04:14:33] "POST /projects HTTP/1.1" 200 599 0.254650 10.0.0.131 - - [2026-05-25 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.294410 10.0.0.19 - - [2026-05-25 04:14:33] "POST /fqname-to-id HTTP/1.1" 404 240 0.009091 10.0.0.73 - - [2026-05-25 04:14:33] "GET /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.469868 10.0.0.73 - - [2026-05-25 04:14:34] "GET / HTTP/1.1" 200 36215 0.001863 10.0.0.73 - - [2026-05-25 04:14:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.73 - - [2026-05-25 04:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.089237 10.0.0.73 - - [2026-05-25 04:14:36] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005061 10.0.0.73 - - [2026-05-25 04:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.73 - - [2026-05-25 04:14:36] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004940 10.0.0.73 - - [2026-05-25 04:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.73 - - [2026-05-25 04:14:36] "PUT /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6 HTTP/1.1" 200 277 0.016446 10.0.0.73 - - [2026-05-25 04:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006912 10.0.0.131 - - [2026-05-25 04:14:37] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001323 10.0.0.73 - - [2026-05-25 04:14:37] "GET /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.054024 10.0.0.19 - - [2026-05-25 04:14:37] "POST /ref-update HTTP/1.1" 200 156 0.041086 10.0.0.131 - - [2026-05-25 04:14:37] "POST /useragent-kv HTTP/1.1" 200 115 0.013493 10.0.0.73 - - [2026-05-25 04:14:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.310870 10.0.0.73 - - [2026-05-25 04:14:37] "POST /id-to-fqname HTTP/1.1" 200 218 0.001544 10.0.0.73 - - [2026-05-25 04:14:37] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007527 10.0.0.73 - - [2026-05-25 04:14:37] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.009592 10.0.0.73 - - [2026-05-25 04:14:37] "POST /neutron/network HTTP/1.1" 200 808 0.008525 10.0.0.73 - - [2026-05-25 04:14:37] "POST /id-to-fqname HTTP/1.1" 200 218 0.002118 10.0.0.73 - - [2026-05-25 04:14:38] "POST /neutron/network HTTP/1.1" 200 818 0.007749 10.0.0.131 - - [2026-05-25 04:14:38] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001697 10.0.0.73 - - [2026-05-25 04:14:38] "GET /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.078791 10.0.0.73 - - [2026-05-25 04:14:39] "POST /neutron/port HTTP/1.1" 200 117 0.007353 10.0.0.73 - - [2026-05-25 04:14:39] "POST /id-to-fqname HTTP/1.1" 200 218 0.001284 10.0.0.73 - - [2026-05-25 04:14:39] "POST /neutron/network HTTP/1.1" 200 818 0.009728 10.0.0.73 - - [2026-05-25 04:14:40] "POST /neutron/port HTTP/1.1" 200 1062 0.022964 10.0.0.131 - - [2026-05-25 04:14:40] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000967 10.0.0.73 - - [2026-05-25 04:14:40] "GET /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.101333 10.0.0.73 - - [2026-05-25 04:14:40] "POST /neutron/port HTTP/1.1" 200 1126 0.029745 10.0.0.73 - - [2026-05-25 04:14:40] "POST /neutron/port HTTP/1.1" 200 117 0.001408 10.0.0.73 - - [2026-05-25 04:14:40] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009387 10.0.0.131 - - [2026-05-25 04:14:41] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001775 10.0.0.73 - - [2026-05-25 04:14:41] "POST /neutron/port HTTP/1.1" 200 1062 0.400970 10.0.0.73 - - [2026-05-25 04:14:41] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007756 10.0.0.73 - - [2026-05-25 04:14:41] "POST /neutron/port HTTP/1.1" 200 1116 0.184275 10.0.0.73 - - [2026-05-25 04:14:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.011873 10.0.0.19 - - [2026-05-25 04:14:42] "GET /obj-perms HTTP/1.1" 200 5044 0.092773 10.0.0.73 - - [2026-05-25 04:14:43] "POST /neutron/port HTTP/1.1" 200 1126 0.024142 10.0.0.73 - - [2026-05-25 04:14:43] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009357 10.0.0.73 - - [2026-05-25 04:14:43] "POST /neutron/port HTTP/1.1" 200 1126 0.023296 10.0.0.73 - - [2026-05-25 04:14:43] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 401 292 0.000548 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 200 1300 0.038369 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 200 1300 0.004861 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-machine-interface/b5959bdc-82ec-4c0b-8df4-ddc45c9b6816 HTTP/1.1" 200 2956 0.008788 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 200 1300 0.007105 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-machine-interface/b5959bdc-82ec-4c0b-8df4-ddc45c9b6816 HTTP/1.1" 200 2956 0.006488 10.0.0.73 - - [2026-05-25 04:14:44] "GET /instance-ip/27b4e595-89c4-4e39-b039-5eeb1fd8e759 HTTP/1.1" 200 1623 0.009562 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 200 1300 0.006192 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-machine-interface/b5959bdc-82ec-4c0b-8df4-ddc45c9b6816 HTTP/1.1" 200 2956 0.008254 10.0.0.73 - - [2026-05-25 04:14:44] "GET /instance-ip/27b4e595-89c4-4e39-b039-5eeb1fd8e759 HTTP/1.1" 200 1623 0.005008 10.0.0.73 - - [2026-05-25 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.73 - - [2026-05-25 04:14:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004456 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004245 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007421 10.0.0.73 - - [2026-05-25 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.73 - - [2026-05-25 04:14:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005134 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004202 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007259 10.0.0.73 - - [2026-05-25 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.73 - - [2026-05-25 04:14:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005282 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003785 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007601 10.0.0.73 - - [2026-05-25 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.73 - - [2026-05-25 04:14:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005107 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004211 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007594 10.0.0.73 - - [2026-05-25 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.73 - - [2026-05-25 04:14:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005912 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003909 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007041 10.0.0.73 - - [2026-05-25 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.73 - - [2026-05-25 04:14:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005271 10.0.0.73 - - [2026-05-25 04:14:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004772 10.0.0.73 - - [2026-05-25 04:14:45] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006996 10.0.0.73 - - [2026-05-25 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006040 10.0.0.73 - - [2026-05-25 04:14:45] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005922 10.0.0.73 - - [2026-05-25 04:14:45] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004591 10.0.0.73 - - [2026-05-25 04:14:45] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007155 10.0.0.73 - - [2026-05-25 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.73 - - [2026-05-25 04:14:48] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.009760 10.0.0.73 - - [2026-05-25 04:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.73 - - [2026-05-25 04:14:52] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005832 10.0.0.73 - - [2026-05-25 04:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.73 - - [2026-05-25 04:14:56] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.009082 10.0.0.73 - - [2026-05-25 04:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.73 - - [2026-05-25 04:15:00] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006942 10.0.0.131 - - [2026-05-25 04:15:02] "DELETE /project/6c655e5cb8b24c7dacfc85cf11d49708 HTTP/1.1" 404 173 0.025509 10.0.0.131 - - [2026-05-25 04:15:02] "DELETE /project/7bdf7f76a0924a5681001f58a56cf65a HTTP/1.1" 404 173 0.029960 10.0.0.131 - - [2026-05-25 04:15:02] "DELETE /project/cc1a02bfbb824b0ead98c51474f3f542 HTTP/1.1" 404 173 0.022470 10.0.0.131 - - [2026-05-25 04:15:02] "DELETE /project/fd623040-726f-4dee-b3d1-cb805cdaa636 HTTP/1.1" 404 177 0.031597 10.0.0.131 - - [2026-05-25 04:15:02] "GET /projects?obj_uuids=cc1a02bf-bb82-4b0e-ad98-c51474f3f542&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001110 10.0.0.131 - - [2026-05-25 04:15:02] "GET /projects?obj_uuids=6c655e5c-b8b2-4c7d-acfc-85cf11d49708&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.131 - - [2026-05-25 04:15:02] "GET /project/6c655e5c-b8b2-4c7d-acfc-85cf11d49708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.074466 10.0.0.131 - - [2026-05-25 04:15:02] "GET /project/cc1a02bf-bb82-4b0e-ad98-c51474f3f542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.079285 10.0.0.131 - - [2026-05-25 04:15:02] "GET /projects?obj_uuids=6c655e5c-b8b2-4c7d-acfc-85cf11d49708&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002531 10.0.0.131 - - [2026-05-25 04:15:02] "GET /projects?obj_uuids=cc1a02bf-bb82-4b0e-ad98-c51474f3f542&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001358 10.0.0.131 - - [2026-05-25 04:15:02] "GET /project/6c655e5c-b8b2-4c7d-acfc-85cf11d49708?fields=security_groups HTTP/1.1" 200 1366 0.071561 10.0.0.131 - - [2026-05-25 04:15:02] "GET /project/cc1a02bf-bb82-4b0e-ad98-c51474f3f542?fields=security_groups HTTP/1.1" 200 1343 0.080477 10.0.0.131 - - [2026-05-25 04:15:02] "DELETE /security-group/d0a3ba75-eec8-4474-a2bd-d77b9d664110 HTTP/1.1" 200 115 0.075584 10.0.0.131 - - [2026-05-25 04:15:02] "GET /projects?obj_uuids=6c655e5c-b8b2-4c7d-acfc-85cf11d49708&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006161 10.0.0.131 - - [2026-05-25 04:15:02] "DELETE /security-group/0ec1744d-26bf-4d72-9c00-0309640d3252 HTTP/1.1" 200 115 0.112560 10.0.0.131 - - [2026-05-25 04:15:02] "GET /projects?obj_uuids=cc1a02bf-bb82-4b0e-ad98-c51474f3f542&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.009612 10.0.0.19 - - [2026-05-25 04:15:02] "DELETE /access-control-list/53c96b49-76a8-4d44-81f1-ca17b5f0ade7 HTTP/1.1" 200 115 0.094759 10.0.0.131 - - [2026-05-25 04:15:02] "GET /project/6c655e5c-b8b2-4c7d-acfc-85cf11d49708?fields=application_policy_sets HTTP/1.1" 200 1405 0.105947 10.0.0.131 - - [2026-05-25 04:15:02] "GET /project/cc1a02bf-bb82-4b0e-ad98-c51474f3f542?fields=application_policy_sets HTTP/1.1" 200 1382 0.081767 10.0.0.73 - - [2026-05-25 04:15:02] "POST /neutron/port HTTP/1.1" 200 1107 0.053198 10.0.0.19 - - [2026-05-25 04:15:02] "DELETE /access-control-list/a5df3d30-8d6b-4b90-9520-3cb43d3b77c5 HTTP/1.1" 200 115 0.105041 10.0.0.73 - - [2026-05-25 04:15:02] "POST /neutron/subnet HTTP/1.1" 200 698 0.027511 10.0.0.131 - - [2026-05-25 04:15:02] "DELETE /project/6c655e5c-b8b2-4c7d-acfc-85cf11d49708 HTTP/1.1" 200 115 0.789912 10.0.0.131 - - [2026-05-25 04:15:02] "DELETE /project/cc1a02bf-bb82-4b0e-ad98-c51474f3f542 HTTP/1.1" 200 115 0.800180 10.0.0.73 - - [2026-05-25 04:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.73 - - [2026-05-25 04:15:04] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005878 10.0.0.73 - - [2026-05-25 04:15:07] "POST /neutron/port HTTP/1.1" 200 1219 0.022655 10.0.0.73 - - [2026-05-25 04:15:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004170 10.0.0.73 - - [2026-05-25 04:15:07] "POST /neutron/port HTTP/1.1" 200 117 0.001481 10.0.0.73 - - [2026-05-25 04:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005789 10.0.0.73 - - [2026-05-25 04:15:08] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006613 10.0.0.73 - - [2026-05-25 04:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007015 10.0.0.73 - - [2026-05-25 04:15:12] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.010742 10.0.0.73 - - [2026-05-25 04:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.73 - - [2026-05-25 04:15:16] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007901 10.0.0.73 - - [2026-05-25 04:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.73 - - [2026-05-25 04:15:21] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007881 10.0.0.73 - - [2026-05-25 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.73 - - [2026-05-25 04:15:23] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005785 10.0.0.73 - - [2026-05-25 04:15:23] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004477 10.0.0.73 - - [2026-05-25 04:15:23] "GET /obj-perms HTTP/1.1" 200 5056 0.085394 10.0.0.73 - - [2026-05-25 04:15:23] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007545 10.0.0.73 - - [2026-05-25 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007366 10.0.0.73 - - [2026-05-25 04:15:23] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004591 10.0.0.73 - - [2026-05-25 04:15:23] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004420 10.0.0.73 - - [2026-05-25 04:15:23] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.010453 10.0.0.73 - - [2026-05-25 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.73 - - [2026-05-25 04:15:23] "GET /routing-instance/55c40f0f-715d-4243-b584-bb29e9a29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.006074 10.0.0.73 - - [2026-05-25 04:15:23] "GET /route-target/67d08f3a-c397-4ef0-8ae8-9e3b2586b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.010294 10.0.0.73 - - [2026-05-25 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.73 - - [2026-05-25 04:15:23] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005000 10.0.0.73 - - [2026-05-25 04:15:23] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005331 10.0.0.73 - - [2026-05-25 04:15:23] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006948 10.0.0.73 - - [2026-05-25 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.73 - - [2026-05-25 04:15:23] "GET /routing-instance/55c40f0f-715d-4243-b584-bb29e9a29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005887 10.0.0.73 - - [2026-05-25 04:15:23] "GET /route-target/67d08f3a-c397-4ef0-8ae8-9e3b2586b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004857 10.0.0.73 - - [2026-05-25 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.73 - - [2026-05-25 04:15:24] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006557 10.0.0.73 - - [2026-05-25 04:15:24] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004339 10.0.0.73 - - [2026-05-25 04:15:24] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007865 10.0.0.73 - - [2026-05-25 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.73 - - [2026-05-25 04:15:24] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005349 10.0.0.73 - - [2026-05-25 04:15:24] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004337 10.0.0.73 - - [2026-05-25 04:15:24] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007443 10.0.0.73 - - [2026-05-25 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.73 - - [2026-05-25 04:15:24] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004911 10.0.0.73 - - [2026-05-25 04:15:24] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004608 10.0.0.73 - - [2026-05-25 04:15:24] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006352 10.0.0.131 - - [2026-05-25 04:15:24] "GET /obj-perms HTTP/1.1" 200 5044 0.069465 10.0.0.73 - - [2026-05-25 04:15:24] "GET /obj-perms HTTP/1.1" 200 5044 0.068775 10.0.0.73 - - [2026-05-25 04:15:25] "GET /obj-perms HTTP/1.1" 200 5044 0.004272 10.0.0.19 - - [2026-05-25 04:15:25] "GET /obj-perms HTTP/1.1" 200 5044 0.004375 10.0.0.73 - - [2026-05-25 04:15:25] "POST /neutron/port HTTP/1.1" 200 1126 0.023404 10.0.0.73 - - [2026-05-25 04:15:25] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009402 10.0.0.73 - - [2026-05-25 04:15:25] "POST /neutron/port HTTP/1.1" 200 1126 0.022641 10.0.0.73 - - [2026-05-25 04:15:25] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 200 1302 0.007279 10.0.0.73 - - [2026-05-25 04:15:25] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 200 1302 0.005201 10.0.0.73 - - [2026-05-25 04:15:25] "GET /virtual-machine-interface/8a0c1a46-c32c-4472-a10a-d00db27d8274 HTTP/1.1" 200 2955 0.006401 10.0.0.73 - - [2026-05-25 04:15:25] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 200 1302 0.004569 10.0.0.73 - - [2026-05-25 04:15:25] "GET /virtual-machine-interface/8a0c1a46-c32c-4472-a10a-d00db27d8274 HTTP/1.1" 200 2955 0.007492 10.0.0.73 - - [2026-05-25 04:15:25] "GET /instance-ip/efb5c615-a392-4835-a26e-7a5d5624494e HTTP/1.1" 200 1624 0.008210 10.0.0.73 - - [2026-05-25 04:15:25] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 200 1302 0.004552 10.0.0.73 - - [2026-05-25 04:15:25] "GET /virtual-machine-interface/8a0c1a46-c32c-4472-a10a-d00db27d8274 HTTP/1.1" 200 2955 0.005541 10.0.0.73 - - [2026-05-25 04:15:25] "GET /instance-ip/efb5c615-a392-4835-a26e-7a5d5624494e HTTP/1.1" 200 1624 0.004918 10.0.0.73 - - [2026-05-25 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.73 - - [2026-05-25 04:15:25] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004221 10.0.0.73 - - [2026-05-25 04:15:25] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005220 10.0.0.73 - - [2026-05-25 04:15:25] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007889 10.0.0.73 - - [2026-05-25 04:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.73 - - [2026-05-25 04:15:25] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005134 10.0.0.73 - - [2026-05-25 04:15:25] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003836 10.0.0.73 - - [2026-05-25 04:15:26] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006711 10.0.0.73 - - [2026-05-25 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006210 10.0.0.73 - - [2026-05-25 04:15:26] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005304 10.0.0.73 - - [2026-05-25 04:15:26] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003945 10.0.0.73 - - [2026-05-25 04:15:26] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.010139 10.0.0.73 - - [2026-05-25 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.73 - - [2026-05-25 04:15:26] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006675 10.0.0.73 - - [2026-05-25 04:15:26] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004457 10.0.0.73 - - [2026-05-25 04:15:26] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.017261 10.0.0.73 - - [2026-05-25 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.73 - - [2026-05-25 04:15:26] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005665 10.0.0.73 - - [2026-05-25 04:15:26] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005005 10.0.0.73 - - [2026-05-25 04:15:26] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006875 10.0.0.73 - - [2026-05-25 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005908 10.0.0.73 - - [2026-05-25 04:15:26] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006188 10.0.0.73 - - [2026-05-25 04:15:26] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003918 10.0.0.73 - - [2026-05-25 04:15:26] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006559 10.0.0.73 - - [2026-05-25 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007291 10.0.0.73 - - [2026-05-25 04:15:26] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005688 10.0.0.73 - - [2026-05-25 04:15:26] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004441 10.0.0.73 - - [2026-05-25 04:15:26] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007145 10.0.0.73 - - [2026-05-25 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.73 - - [2026-05-25 04:15:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005398 10.0.0.73 - - [2026-05-25 04:15:29] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004872 10.0.0.73 - - [2026-05-25 04:15:29] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007820 10.0.0.73 - - [2026-05-25 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.73 - - [2026-05-25 04:15:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004834 10.0.0.73 - - [2026-05-25 04:15:30] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003933 10.0.0.73 - - [2026-05-25 04:15:30] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006853 10.0.0.73 - - [2026-05-25 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.73 - - [2026-05-25 04:15:30] "GET /routing-instance/55c40f0f-715d-4243-b584-bb29e9a29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005373 10.0.0.73 - - [2026-05-25 04:15:30] "GET /route-target/67d08f3a-c397-4ef0-8ae8-9e3b2586b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006488 10.0.0.73 - - [2026-05-25 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.73 - - [2026-05-25 04:15:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004418 10.0.0.73 - - [2026-05-25 04:15:30] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004387 10.0.0.73 - - [2026-05-25 04:15:30] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.008912 10.0.0.73 - - [2026-05-25 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.73 - - [2026-05-25 04:15:30] "GET /routing-instance/55c40f0f-715d-4243-b584-bb29e9a29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005648 10.0.0.73 - - [2026-05-25 04:15:30] "GET /route-target/67d08f3a-c397-4ef0-8ae8-9e3b2586b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005162 10.0.0.73 - - [2026-05-25 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.73 - - [2026-05-25 04:15:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005459 10.0.0.73 - - [2026-05-25 04:15:30] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003938 10.0.0.73 - - [2026-05-25 04:15:30] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006608 10.0.0.73 - - [2026-05-25 04:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.73 - - [2026-05-25 04:15:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004888 10.0.0.73 - - [2026-05-25 04:15:30] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003213 10.0.0.73 - - [2026-05-25 04:15:30] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007558 10.0.0.73 - - [2026-05-25 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.73 - - [2026-05-25 04:15:31] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007101 10.0.0.73 - - [2026-05-25 04:15:31] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004205 10.0.0.73 - - [2026-05-25 04:15:31] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006904 10.0.0.131 - - [2026-05-25 04:15:31] "GET /obj-perms HTTP/1.1" 200 5044 0.004323 10.0.0.73 - - [2026-05-25 04:15:31] "GET /obj-perms HTTP/1.1" 200 5044 0.004131 10.0.0.73 - - [2026-05-25 04:15:31] "GET /obj-perms HTTP/1.1" 200 5044 0.004385 10.0.0.131 - - [2026-05-25 04:15:31] "GET /obj-perms HTTP/1.1" 200 5044 0.004369 10.0.0.73 - - [2026-05-25 04:15:31] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 200 1300 0.005700 10.0.0.73 - - [2026-05-25 04:15:31] "GET /virtual-machine-interface/b5959bdc-82ec-4c0b-8df4-ddc45c9b6816 HTTP/1.1" 200 2956 0.008067 10.0.0.73 - - [2026-05-25 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.73 - - [2026-05-25 04:15:31] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004930 10.0.0.73 - - [2026-05-25 04:15:31] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003813 10.0.0.73 - - [2026-05-25 04:15:31] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.008198 10.0.0.73 - - [2026-05-25 04:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.73 - - [2026-05-25 04:15:32] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005212 10.0.0.73 - - [2026-05-25 04:15:32] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003698 10.0.0.73 - - [2026-05-25 04:15:32] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007860 10.0.0.73 - - [2026-05-25 04:15:32] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008849 10.0.0.73 - - [2026-05-25 04:15:38] "POST /neutron/port HTTP/1.1" 200 1126 0.023915 10.0.0.73 - - [2026-05-25 04:15:42] "POST /neutron/security_group HTTP/1.1" 200 2065 0.046977 10.0.0.73 - - [2026-05-25 04:15:43] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 200 1302 0.005425 10.0.0.73 - - [2026-05-25 04:15:43] "GET /virtual-machine-interface/8a0c1a46-c32c-4472-a10a-d00db27d8274 HTTP/1.1" 200 2955 0.007612 10.0.0.73 - - [2026-05-25 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.73 - - [2026-05-25 04:15:43] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004920 10.0.0.73 - - [2026-05-25 04:15:43] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004708 10.0.0.73 - - [2026-05-25 04:15:43] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006794 10.0.0.73 - - [2026-05-25 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.73 - - [2026-05-25 04:15:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007021 10.0.0.73 - - [2026-05-25 04:15:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004250 10.0.0.73 - - [2026-05-25 04:15:44] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007231 10.0.0.73 - - [2026-05-25 04:15:49] "POST /neutron/port HTTP/1.1" 200 1126 0.026136 10.0.0.73 - - [2026-05-25 04:16:07] "POST /neutron/port HTTP/1.1" 200 1107 0.027353 10.0.0.73 - - [2026-05-25 04:16:07] "POST /neutron/subnet HTTP/1.1" 200 698 0.011427 10.0.0.131 - - [2026-05-25 04:16:23] "GET /obj-perms HTTP/1.1" 200 5056 0.067079 10.0.0.73 - - [2026-05-25 04:16:24] "GET /obj-perms HTTP/1.1" 200 5056 0.068256 10.0.0.73 - - [2026-05-25 04:17:03] "POST /neutron/port HTTP/1.1" 200 1219 0.061936 10.0.0.73 - - [2026-05-25 04:17:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005203 10.0.0.73 - - [2026-05-25 04:17:04] "POST /neutron/port HTTP/1.1" 200 117 0.001240 10.0.0.73 - - [2026-05-25 04:17:09] "POST /neutron/port HTTP/1.1" 200 1126 0.020394 10.0.0.73 - - [2026-05-25 04:17:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005772 10.0.0.73 - - [2026-05-25 04:17:09] "POST /neutron/network HTTP/1.1" 200 808 0.008318 10.0.0.19 - - [2026-05-25 04:17:24] "GET /obj-perms HTTP/1.1" 200 5056 0.066639 10.0.0.19 - - [2026-05-25 04:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.038268 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 200 1300 0.005070 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-machine-interface/b5959bdc-82ec-4c0b-8df4-ddc45c9b6816 HTTP/1.1" 200 2956 0.006376 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 200 1300 0.005016 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-machine-interface/b5959bdc-82ec-4c0b-8df4-ddc45c9b6816 HTTP/1.1" 200 2956 0.006519 10.0.0.73 - - [2026-05-25 04:17:44] "GET /instance-ip/27b4e595-89c4-4e39-b039-5eeb1fd8e759 HTTP/1.1" 200 1623 0.005944 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 200 1300 0.005185 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-machine-interface/b5959bdc-82ec-4c0b-8df4-ddc45c9b6816 HTTP/1.1" 200 2956 0.009241 10.0.0.73 - - [2026-05-25 04:17:44] "GET /instance-ip/27b4e595-89c4-4e39-b039-5eeb1fd8e759 HTTP/1.1" 200 1623 0.005745 10.0.0.73 - - [2026-05-25 04:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.73 - - [2026-05-25 04:17:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004461 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004695 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007460 10.0.0.73 - - [2026-05-25 04:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.73 - - [2026-05-25 04:17:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005940 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005056 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.009499 10.0.0.73 - - [2026-05-25 04:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.73 - - [2026-05-25 04:17:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005141 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003873 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007821 10.0.0.73 - - [2026-05-25 04:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.73 - - [2026-05-25 04:17:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005605 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005018 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007103 10.0.0.73 - - [2026-05-25 04:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.73 - - [2026-05-25 04:17:44] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006860 10.0.0.73 - - [2026-05-25 04:17:44] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005153 10.0.0.73 - - [2026-05-25 04:17:45] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007460 10.0.0.73 - - [2026-05-25 04:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.008167 10.0.0.73 - - [2026-05-25 04:17:45] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005038 10.0.0.73 - - [2026-05-25 04:17:45] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004489 10.0.0.73 - - [2026-05-25 04:17:45] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006710 10.0.0.73 - - [2026-05-25 04:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005073 10.0.0.73 - - [2026-05-25 04:17:45] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005587 10.0.0.73 - - [2026-05-25 04:17:45] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004036 10.0.0.73 - - [2026-05-25 04:17:45] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006780 10.0.0.73 - - [2026-05-25 04:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.73 - - [2026-05-25 04:17:46] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005055 10.0.0.73 - - [2026-05-25 04:17:46] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003336 10.0.0.73 - - [2026-05-25 04:17:46] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007221 10.0.0.73 - - [2026-05-25 04:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.73 - - [2026-05-25 04:17:46] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004605 10.0.0.73 - - [2026-05-25 04:17:46] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004901 10.0.0.73 - - [2026-05-25 04:17:46] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.009583 10.0.0.73 - - [2026-05-25 04:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.73 - - [2026-05-25 04:17:46] "GET /routing-instance/55c40f0f-715d-4243-b584-bb29e9a29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004998 10.0.0.73 - - [2026-05-25 04:17:46] "GET /route-target/67d08f3a-c397-4ef0-8ae8-9e3b2586b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005660 10.0.0.73 - - [2026-05-25 04:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.73 - - [2026-05-25 04:17:47] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004817 10.0.0.73 - - [2026-05-25 04:17:47] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003708 10.0.0.73 - - [2026-05-25 04:17:47] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006082 10.0.0.73 - - [2026-05-25 04:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.73 - - [2026-05-25 04:17:47] "GET /routing-instance/55c40f0f-715d-4243-b584-bb29e9a29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004921 10.0.0.73 - - [2026-05-25 04:17:47] "GET /route-target/67d08f3a-c397-4ef0-8ae8-9e3b2586b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004870 10.0.0.73 - - [2026-05-25 04:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.73 - - [2026-05-25 04:17:47] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005041 10.0.0.73 - - [2026-05-25 04:17:47] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003919 10.0.0.73 - - [2026-05-25 04:17:47] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006269 10.0.0.73 - - [2026-05-25 04:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.73 - - [2026-05-25 04:17:47] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005549 10.0.0.73 - - [2026-05-25 04:17:47] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003819 10.0.0.73 - - [2026-05-25 04:17:47] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006281 10.0.0.19 - - [2026-05-25 04:17:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.19 - - [2026-05-25 04:17:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.131 - - [2026-05-25 04:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.131 - - [2026-05-25 04:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.19 - - [2026-05-25 04:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.19 - - [2026-05-25 04:17:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.131 - - [2026-05-25 04:17:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.131 - - [2026-05-25 04:17:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.131 - - [2026-05-25 04:17:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004524 10.0.0.73 - - [2026-05-25 04:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.73 - - [2026-05-25 04:17:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.73 - - [2026-05-25 04:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.73 - - [2026-05-25 04:17:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.131 - - [2026-05-25 04:17:55] "GET /obj-perms HTTP/1.1" 200 5044 0.004415 10.0.0.131 - - [2026-05-25 04:18:01] "GET /obj-perms HTTP/1.1" 200 5044 0.005465 10.0.0.73 - - [2026-05-25 04:18:01] "GET /obj-perms HTTP/1.1" 200 5044 0.005591 10.0.0.131 - - [2026-05-25 04:18:01] "GET /obj-perms HTTP/1.1" 200 5044 0.003975 10.0.0.73 - - [2026-05-25 04:18:01] "GET /obj-perms HTTP/1.1" 200 5044 0.004725 10.0.0.73 - - [2026-05-25 04:18:02] "POST /neutron/port HTTP/1.1" 200 1126 0.032267 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 200 1302 0.004804 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-machine-interface/8a0c1a46-c32c-4472-a10a-d00db27d8274 HTTP/1.1" 200 2955 0.006545 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 200 1302 0.005069 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-machine-interface/8a0c1a46-c32c-4472-a10a-d00db27d8274 HTTP/1.1" 200 2955 0.005750 10.0.0.73 - - [2026-05-25 04:18:02] "GET /instance-ip/efb5c615-a392-4835-a26e-7a5d5624494e HTTP/1.1" 200 1624 0.005816 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 200 1302 0.005856 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-machine-interface/8a0c1a46-c32c-4472-a10a-d00db27d8274 HTTP/1.1" 200 2955 0.007099 10.0.0.73 - - [2026-05-25 04:18:02] "GET /instance-ip/efb5c615-a392-4835-a26e-7a5d5624494e HTTP/1.1" 200 1624 0.005409 10.0.0.73 - - [2026-05-25 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004920 10.0.0.73 - - [2026-05-25 04:18:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004502 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004119 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.008972 10.0.0.73 - - [2026-05-25 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.73 - - [2026-05-25 04:18:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006670 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004897 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007111 10.0.0.73 - - [2026-05-25 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.73 - - [2026-05-25 04:18:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005297 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003711 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.008235 10.0.0.73 - - [2026-05-25 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004891 10.0.0.73 - - [2026-05-25 04:18:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004869 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005782 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006907 10.0.0.73 - - [2026-05-25 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.73 - - [2026-05-25 04:18:02] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006364 10.0.0.73 - - [2026-05-25 04:18:02] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004300 10.0.0.73 - - [2026-05-25 04:18:03] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006080 10.0.0.73 - - [2026-05-25 04:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.73 - - [2026-05-25 04:18:03] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005854 10.0.0.73 - - [2026-05-25 04:18:03] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005111 10.0.0.73 - - [2026-05-25 04:18:03] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007004 10.0.0.73 - - [2026-05-25 04:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.73 - - [2026-05-25 04:18:03] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004558 10.0.0.73 - - [2026-05-25 04:18:03] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004210 10.0.0.73 - - [2026-05-25 04:18:03] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007668 10.0.0.73 - - [2026-05-25 04:18:03] "POST /neutron/port HTTP/1.1" 200 1107 0.023350 10.0.0.73 - - [2026-05-25 04:18:03] "POST /neutron/subnet HTTP/1.1" 200 698 0.012583 10.0.0.73 - - [2026-05-25 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.73 - - [2026-05-25 04:18:04] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007326 10.0.0.73 - - [2026-05-25 04:18:04] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005712 10.0.0.73 - - [2026-05-25 04:18:04] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006775 10.0.0.73 - - [2026-05-25 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.73 - - [2026-05-25 04:18:04] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004514 10.0.0.73 - - [2026-05-25 04:18:04] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004231 10.0.0.73 - - [2026-05-25 04:18:04] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.007287 10.0.0.73 - - [2026-05-25 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.73 - - [2026-05-25 04:18:04] "GET /routing-instance/55c40f0f-715d-4243-b584-bb29e9a29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005647 10.0.0.73 - - [2026-05-25 04:18:04] "GET /route-target/67d08f3a-c397-4ef0-8ae8-9e3b2586b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005396 10.0.0.73 - - [2026-05-25 04:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.73 - - [2026-05-25 04:18:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004742 10.0.0.73 - - [2026-05-25 04:18:05] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004557 10.0.0.73 - - [2026-05-25 04:18:05] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006277 10.0.0.73 - - [2026-05-25 04:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.73 - - [2026-05-25 04:18:05] "GET /routing-instance/55c40f0f-715d-4243-b584-bb29e9a29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005996 10.0.0.73 - - [2026-05-25 04:18:05] "GET /route-target/67d08f3a-c397-4ef0-8ae8-9e3b2586b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006107 10.0.0.73 - - [2026-05-25 04:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.73 - - [2026-05-25 04:18:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006803 10.0.0.73 - - [2026-05-25 04:18:05] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003626 10.0.0.73 - - [2026-05-25 04:18:05] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006923 10.0.0.73 - - [2026-05-25 04:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.73 - - [2026-05-25 04:18:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004416 10.0.0.73 - - [2026-05-25 04:18:05] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003760 10.0.0.73 - - [2026-05-25 04:18:05] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006652 10.0.0.131 - - [2026-05-25 04:18:05] "GET /obj-perms HTTP/1.1" 200 5044 0.004836 10.0.0.73 - - [2026-05-25 04:18:05] "GET /obj-perms HTTP/1.1" 200 5044 0.005487 10.0.0.73 - - [2026-05-25 04:18:05] "GET /obj-perms HTTP/1.1" 200 5044 0.004948 10.0.0.19 - - [2026-05-25 04:18:05] "GET /obj-perms HTTP/1.1" 200 5044 0.004496 10.0.0.131 - - [2026-05-25 04:18:05] "GET /obj-perms HTTP/1.1" 200 5044 0.004678 10.0.0.73 - - [2026-05-25 04:18:11] "POST /neutron/port HTTP/1.1" 200 1219 0.072596 10.0.0.73 - - [2026-05-25 04:18:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005562 10.0.0.73 - - [2026-05-25 04:18:11] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.73 - - [2026-05-25 04:18:25] "GET /obj-perms HTTP/1.1" 200 5056 0.066961 10.0.0.73 - - [2026-05-25 04:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.73 - - [2026-05-25 04:18:26] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005029 10.0.0.73 - - [2026-05-25 04:18:26] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005627 10.0.0.73 - - [2026-05-25 04:18:26] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006045 10.0.0.73 - - [2026-05-25 04:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005174 10.0.0.73 - - [2026-05-25 04:18:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004736 10.0.0.73 - - [2026-05-25 04:18:34] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004939 10.0.0.73 - - [2026-05-25 04:18:34] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.008992 10.0.0.73 - - [2026-05-25 04:18:49] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 200 1302 0.006839 10.0.0.73 - - [2026-05-25 04:18:49] "GET /virtual-machine-interface/8a0c1a46-c32c-4472-a10a-d00db27d8274 HTTP/1.1" 200 2955 0.005806 10.0.0.73 - - [2026-05-25 04:18:49] "GET /instance-ip/efb5c615-a392-4835-a26e-7a5d5624494e HTTP/1.1" 200 1624 0.007455 10.0.0.73 - - [2026-05-25 04:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.73 - - [2026-05-25 04:18:49] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005211 10.0.0.73 - - [2026-05-25 04:18:49] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004006 10.0.0.73 - - [2026-05-25 04:18:49] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006385 10.0.0.73 - - [2026-05-25 04:18:53] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 200 1302 0.004772 10.0.0.73 - - [2026-05-25 04:18:54] "POST /neutron/port HTTP/1.1" 200 1126 0.021916 10.0.0.73 - - [2026-05-25 04:18:55] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003915 10.0.0.73 - - [2026-05-25 04:18:55] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004024 10.0.0.73 - - [2026-05-25 04:18:55] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004482 10.0.0.73 - - [2026-05-25 04:18:56] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004065 10.0.0.73 - - [2026-05-25 04:18:57] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003747 10.0.0.73 - - [2026-05-25 04:18:58] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004467 10.0.0.73 - - [2026-05-25 04:18:59] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003823 10.0.0.73 - - [2026-05-25 04:19:00] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003842 10.0.0.73 - - [2026-05-25 04:19:02] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.006404 10.0.0.73 - - [2026-05-25 04:19:02] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004168 10.0.0.73 - - [2026-05-25 04:19:03] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003576 10.0.0.73 - - [2026-05-25 04:19:03] "POST /neutron/port HTTP/1.1" 200 1126 0.025558 10.0.0.73 - - [2026-05-25 04:19:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004842 10.0.0.73 - - [2026-05-25 04:19:03] "POST /neutron/network HTTP/1.1" 200 808 0.009230 10.0.0.73 - - [2026-05-25 04:19:04] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004446 10.0.0.73 - - [2026-05-25 04:19:05] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003565 10.0.0.73 - - [2026-05-25 04:19:06] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004671 10.0.0.73 - - [2026-05-25 04:19:07] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004229 10.0.0.73 - - [2026-05-25 04:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.73 - - [2026-05-25 04:19:07] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004791 10.0.0.73 - - [2026-05-25 04:19:07] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003827 10.0.0.73 - - [2026-05-25 04:19:07] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006529 10.0.0.73 - - [2026-05-25 04:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.73 - - [2026-05-25 04:19:07] "GET /routing-instance/55c40f0f-715d-4243-b584-bb29e9a29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005815 10.0.0.73 - - [2026-05-25 04:19:07] "GET /route-target/67d08f3a-c397-4ef0-8ae8-9e3b2586b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006783 10.0.0.73 - - [2026-05-25 04:19:07] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003674 10.0.0.73 - - [2026-05-25 04:19:08] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004108 10.0.0.73 - - [2026-05-25 04:19:09] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003979 10.0.0.73 - - [2026-05-25 04:19:10] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004199 10.0.0.73 - - [2026-05-25 04:19:11] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004432 10.0.0.73 - - [2026-05-25 04:19:12] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.004248 10.0.0.73 - - [2026-05-25 04:19:12] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003448 10.0.0.73 - - [2026-05-25 04:19:13] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.006963 10.0.0.73 - - [2026-05-25 04:19:13] "POST /neutron/network HTTP/1.1" 200 937 0.010276 10.0.0.73 - - [2026-05-25 04:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.73 - - [2026-05-25 04:19:14] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003647 10.0.0.73 - - [2026-05-25 04:19:15] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.005669 10.0.0.73 - - [2026-05-25 04:19:16] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003762 10.0.0.73 - - [2026-05-25 04:19:17] "GET /virtual-machine/d69fae99-4ef6-4bbb-a5c0-fd86d52ffe81 HTTP/1.1" 404 171 0.003909 10.0.0.19 - - [2026-05-25 04:19:17] "GET /obj-perms HTTP/1.1" 200 5044 0.004314 10.0.0.73 - - [2026-05-25 04:19:23] "GET /obj-perms HTTP/1.1" 200 5044 0.005380 10.0.0.19 - - [2026-05-25 04:19:23] "GET /obj-perms HTTP/1.1" 200 5044 0.005222 10.0.0.73 - - [2026-05-25 04:19:23] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 200 1300 0.004857 10.0.0.73 - - [2026-05-25 04:19:24] "POST /neutron/port HTTP/1.1" 200 1116 0.017135 10.0.0.73 - - [2026-05-25 04:19:25] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.004162 10.0.0.73 - - [2026-05-25 04:19:25] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.003949 10.0.0.73 - - [2026-05-25 04:19:25] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.003095 10.0.0.73 - - [2026-05-25 04:19:26] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.005644 10.0.0.73 - - [2026-05-25 04:19:26] "GET /obj-perms HTTP/1.1" 200 5056 0.074513 10.0.0.73 - - [2026-05-25 04:19:27] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.003966 10.0.0.73 - - [2026-05-25 04:19:28] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.004306 10.0.0.73 - - [2026-05-25 04:19:29] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.004111 10.0.0.73 - - [2026-05-25 04:19:30] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.004723 10.0.0.73 - - [2026-05-25 04:19:31] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.003998 10.0.0.73 - - [2026-05-25 04:19:31] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.003823 10.0.0.73 - - [2026-05-25 04:19:32] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.004131 10.0.0.73 - - [2026-05-25 04:19:33] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.004154 10.0.0.73 - - [2026-05-25 04:19:34] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.004132 10.0.0.73 - - [2026-05-25 04:19:35] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.004215 10.0.0.73 - - [2026-05-25 04:19:36] "GET /virtual-machine/48ad2655-a7f1-4c85-8079-a17bfb4df21b HTTP/1.1" 404 171 0.004560 10.0.0.73 - - [2026-05-25 04:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.048047 10.0.0.73 - - [2026-05-25 04:19:36] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004438 10.0.0.73 - - [2026-05-25 04:19:36] "GET /virtual-networks?parent_id=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003637 10.0.0.73 - - [2026-05-25 04:19:36] "GET /virtual-network/afab2b27-c0fd-4b23-884c-e24a42953b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006673 10.0.0.73 - - [2026-05-25 04:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.73 - - [2026-05-25 04:19:36] "GET /routing-instance/55c40f0f-715d-4243-b584-bb29e9a29b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005976 10.0.0.73 - - [2026-05-25 04:19:36] "GET /route-target/67d08f3a-c397-4ef0-8ae8-9e3b2586b8c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006158 10.0.0.131 - - [2026-05-25 04:19:36] "GET /obj-perms HTTP/1.1" 200 5044 0.004541 10.0.0.73 - - [2026-05-25 04:19:36] "GET /obj-perms HTTP/1.1" 200 5044 0.004729 10.0.0.131 - - [2026-05-25 04:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.041783 10.0.0.131 - - [2026-05-25 04:19:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003645 10.0.0.73 - - [2026-05-25 04:19:37] "POST /neutron/network HTTP/1.1" 200 151 0.194682 10.0.0.73 - - [2026-05-25 04:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.73 - - [2026-05-25 04:19:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004534 10.0.0.73 - - [2026-05-25 04:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.73 - - [2026-05-25 04:19:37] "PUT /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6 HTTP/1.1" 200 277 0.015745 10.0.0.131 - - [2026-05-25 04:19:39] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001143 10.0.0.73 - - [2026-05-25 04:19:39] "GET /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.085850 10.0.0.131 - - [2026-05-25 04:19:39] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001328 10.0.0.73 - - [2026-05-25 04:19:39] "GET /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a?fields=virtual_networks HTTP/1.1" 200 1047 0.049809 10.0.0.131 - - [2026-05-25 04:19:39] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001491 10.0.0.73 - - [2026-05-25 04:19:39] "GET /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.041941 10.0.0.131 - - [2026-05-25 04:19:40] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001965 10.0.0.73 - - [2026-05-25 04:19:40] "GET /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a?fields=security_groups HTTP/1.1" 200 1281 0.068926 10.0.0.73 - - [2026-05-25 04:19:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.036490 10.0.0.131 - - [2026-05-25 04:19:41] "GET /projects?obj_uuids=56d32b67-91db-44e4-a51c-41766e79af3c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003554 10.0.0.131 - - [2026-05-25 04:19:41] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001671 10.0.0.131 - - [2026-05-25 04:19:41] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047848 10.0.0.131 - - [2026-05-25 04:19:41] "POST /id-to-fqname HTTP/1.1" 200 196 0.005130 10.0.0.131 - - [2026-05-25 04:19:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.008071 10.0.0.131 - - [2026-05-25 04:19:41] "POST /security-groups HTTP/1.1" 200 597 0.046749 10.0.0.131 - - [2026-05-25 04:19:41] "POST /projects HTTP/1.1" 200 597 0.292217 10.0.0.131 - - [2026-05-25 04:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.334974 10.0.0.19 - - [2026-05-25 04:19:41] "POST /fqname-to-id HTTP/1.1" 404 240 0.041256 10.0.0.73 - - [2026-05-25 04:19:41] "GET /project/56d32b67-91db-44e4-a51c-41766e79af3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.531702 10.0.0.19 - - [2026-05-25 04:19:41] "POST /access-control-lists HTTP/1.1" 200 602 0.040108 10.0.0.73 - - [2026-05-25 04:19:43] "GET / HTTP/1.1" 200 36215 0.002185 10.0.0.131 - - [2026-05-25 04:19:46] "GET /projects?obj_uuids=56d32b67-91db-44e4-a51c-41766e79af3c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001385 10.0.0.73 - - [2026-05-25 04:19:46] "GET /project/56d32b67-91db-44e4-a51c-41766e79af3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.055946 10.0.0.131 - - [2026-05-25 04:19:46] "GET /projects?obj_uuids=56d32b67-91db-44e4-a51c-41766e79af3c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001102 10.0.0.73 - - [2026-05-25 04:19:46] "GET /project/56d32b67-91db-44e4-a51c-41766e79af3c?fields=virtual_networks HTTP/1.1" 200 1046 0.056610 10.0.0.131 - - [2026-05-25 04:19:46] "GET /projects?obj_uuids=56d32b67-91db-44e4-a51c-41766e79af3c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002117 10.0.0.73 - - [2026-05-25 04:19:46] "GET /project/56d32b67-91db-44e4-a51c-41766e79af3c?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.056261 10.0.0.131 - - [2026-05-25 04:19:46] "GET /projects?obj_uuids=56d32b67-91db-44e4-a51c-41766e79af3c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001537 10.0.0.73 - - [2026-05-25 04:19:46] "GET /project/56d32b67-91db-44e4-a51c-41766e79af3c?fields=security_groups HTTP/1.1" 200 1279 0.059972 10.0.0.73 - - [2026-05-25 04:19:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.037840 10.0.0.131 - - [2026-05-25 04:19:47] "GET /projects?obj_uuids=edabf59b-bdcb-49b1-9111-0977e2ea7837&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004196 10.0.0.131 - - [2026-05-25 04:19:47] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.131 - - [2026-05-25 04:19:47] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007918 10.0.0.131 - - [2026-05-25 04:19:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.003086 10.0.0.131 - - [2026-05-25 04:19:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.006053 10.0.0.131 - - [2026-05-25 04:19:48] "POST /security-groups HTTP/1.1" 200 591 0.038178 10.0.0.131 - - [2026-05-25 04:19:48] "POST /projects HTTP/1.1" 200 585 0.270758 10.0.0.131 - - [2026-05-25 04:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.309407 10.0.0.19 - - [2026-05-25 04:19:48] "POST /fqname-to-id HTTP/1.1" 404 233 0.014130 10.0.0.73 - - [2026-05-25 04:19:48] "GET /project/edabf59b-bdcb-49b1-9111-0977e2ea7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.475109 10.0.0.73 - - [2026-05-25 04:19:49] "GET / HTTP/1.1" 200 36215 0.002199 10.0.0.131 - - [2026-05-25 04:19:52] "GET /projects?obj_uuids=edabf59b-bdcb-49b1-9111-0977e2ea7837&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001553 10.0.0.73 - - [2026-05-25 04:19:52] "GET /project/edabf59b-bdcb-49b1-9111-0977e2ea7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064031 10.0.0.131 - - [2026-05-25 04:19:52] "GET /projects?obj_uuids=edabf59b-bdcb-49b1-9111-0977e2ea7837&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001694 10.0.0.73 - - [2026-05-25 04:19:52] "GET /project/edabf59b-bdcb-49b1-9111-0977e2ea7837?fields=virtual_networks HTTP/1.1" 200 1035 0.079284 10.0.0.131 - - [2026-05-25 04:19:52] "GET /projects?obj_uuids=edabf59b-bdcb-49b1-9111-0977e2ea7837&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.73 - - [2026-05-25 04:19:52] "GET /project/edabf59b-bdcb-49b1-9111-0977e2ea7837?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.053482 10.0.0.131 - - [2026-05-25 04:19:52] "GET /projects?obj_uuids=edabf59b-bdcb-49b1-9111-0977e2ea7837&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.73 - - [2026-05-25 04:19:52] "GET /project/edabf59b-bdcb-49b1-9111-0977e2ea7837?fields=security_groups HTTP/1.1" 200 1262 0.055186 10.0.0.73 - - [2026-05-25 04:19:54] "POST /fqname-to-id HTTP/1.1" 404 196 0.039986 10.0.0.131 - - [2026-05-25 04:19:54] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003706 10.0.0.131 - - [2026-05-25 04:19:54] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.131 - - [2026-05-25 04:19:54] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008472 10.0.0.131 - - [2026-05-25 04:19:54] "POST /id-to-fqname HTTP/1.1" 200 198 0.004838 10.0.0.131 - - [2026-05-25 04:19:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.008266 10.0.0.131 - - [2026-05-25 04:19:54] "POST /security-groups HTTP/1.1" 200 599 0.082169 10.0.0.131 - - [2026-05-25 04:19:54] "POST /projects HTTP/1.1" 200 601 0.331286 10.0.0.131 - - [2026-05-25 04:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.369475 10.0.0.19 - - [2026-05-25 04:19:54] "POST /access-control-lists HTTP/1.1" 200 606 0.036851 10.0.0.73 - - [2026-05-25 04:19:54] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.542046 10.0.0.73 - - [2026-05-25 04:19:55] "GET / HTTP/1.1" 200 36215 0.001586 10.0.0.73 - - [2026-05-25 04:19:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.73 - - [2026-05-25 04:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.098477 10.0.0.131 - - [2026-05-25 04:19:56] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.73 - - [2026-05-25 04:19:56] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052174 10.0.0.131 - - [2026-05-25 04:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.012343 10.0.0.73 - - [2026-05-25 04:19:57] "POST /neutron/subnet HTTP/1.1" 200 716 0.229671 10.0.0.19 - - [2026-05-25 04:19:57] "POST /route-targets HTTP/1.1" 200 328 0.018060 10.0.0.73 - - [2026-05-25 04:19:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001604 10.0.0.73 - - [2026-05-25 04:19:57] "GET /virtual-network/db38e5bc-f107-4ae6-b37a-b3c6d96d00ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.010605 10.0.0.73 - - [2026-05-25 04:19:57] "POST /neutron/network HTTP/1.1" 200 973 0.014806 10.0.0.73 - - [2026-05-25 04:19:57] "GET /virtual-network/db38e5bc-f107-4ae6-b37a-b3c6d96d00ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.009847 10.0.0.73 - - [2026-05-25 04:19:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.016287 10.0.0.73 - - [2026-05-25 04:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.131 - - [2026-05-25 04:19:57] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001301 10.0.0.73 - - [2026-05-25 04:19:58] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057656 10.0.0.19 - - [2026-05-25 04:19:58] "POST /ref-update HTTP/1.1" 200 156 0.029432 10.0.0.131 - - [2026-05-25 04:19:58] "POST /useragent-kv HTTP/1.1" 200 115 0.011855 10.0.0.73 - - [2026-05-25 04:19:58] "POST /neutron/subnet HTTP/1.1" 200 716 0.223382 10.0.0.19 - - [2026-05-25 04:19:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.084807 10.0.0.73 - - [2026-05-25 04:19:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001364 10.0.0.73 - - [2026-05-25 04:19:58] "GET /virtual-network/ac59d87d-4ce7-439f-9132-806f10dc70d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008476 10.0.0.73 - - [2026-05-25 04:19:58] "POST /neutron/network HTTP/1.1" 200 973 0.013021 10.0.0.73 - - [2026-05-25 04:19:58] "GET /virtual-network/ac59d87d-4ce7-439f-9132-806f10dc70d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006002 10.0.0.73 - - [2026-05-25 04:19:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.019596 10.0.0.73 - - [2026-05-25 04:19:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001408 10.0.0.131 - - [2026-05-25 04:20:00] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001470 10.0.0.73 - - [2026-05-25 04:20:00] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.113223 10.0.0.73 - - [2026-05-25 04:20:00] "POST /neutron/network HTTP/1.1" 200 973 0.057681 10.0.0.73 - - [2026-05-25 04:20:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001384 10.0.0.73 - - [2026-05-25 04:20:00] "POST /neutron/port HTTP/1.1" 200 4192 0.047323 10.0.0.131 - - [2026-05-25 04:20:01] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001326 10.0.0.73 - - [2026-05-25 04:20:01] "POST /neutron/port HTTP/1.1" 200 1151 0.480735 10.0.0.131 - - [2026-05-25 04:20:01] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.73 - - [2026-05-25 04:20:01] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.098562 10.0.0.73 - - [2026-05-25 04:20:02] "POST /neutron/port HTTP/1.1" 200 1151 0.027112 10.0.0.73 - - [2026-05-25 04:20:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005081 10.0.0.73 - - [2026-05-25 04:20:02] "POST /neutron/port HTTP/1.1" 200 5253 0.078393 10.0.0.73 - - [2026-05-25 04:20:02] "POST /neutron/network HTTP/1.1" 200 973 0.012769 10.0.0.73 - - [2026-05-25 04:20:02] "POST /neutron/port HTTP/1.1" 200 1215 0.027971 10.0.0.131 - - [2026-05-25 04:20:03] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001238 10.0.0.131 - - [2026-05-25 04:20:03] "DELETE /project/edabf59bbdcb49b191110977e2ea7837 HTTP/1.1" 404 173 0.029460 10.0.0.131 - - [2026-05-25 04:20:03] "DELETE /project/11251c9eb88d4840a6df94ab941b7f64 HTTP/1.1" 404 173 0.042657 10.0.0.131 - - [2026-05-25 04:20:03] "DELETE /project/56d32b6791db44e4a51c41766e79af3c HTTP/1.1" 404 173 0.049093 10.0.0.131 - - [2026-05-25 04:20:03] "GET /projects?obj_uuids=56d32b67-91db-44e4-a51c-41766e79af3c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003989 10.0.0.131 - - [2026-05-25 04:20:03] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002501 10.0.0.131 - - [2026-05-25 04:20:03] "GET /projects?obj_uuids=edabf59b-bdcb-49b1-9111-0977e2ea7837&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001854 10.0.0.131 - - [2026-05-25 04:20:03] "GET /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.155431 10.0.0.131 - - [2026-05-25 04:20:03] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001844 10.0.0.131 - - [2026-05-25 04:20:03] "GET /project/edabf59b-bdcb-49b1-9111-0977e2ea7837?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.207407 10.0.0.131 - - [2026-05-25 04:20:03] "GET /project/56d32b67-91db-44e4-a51c-41766e79af3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.209077 10.0.0.131 - - [2026-05-25 04:20:03] "GET /projects?obj_uuids=edabf59b-bdcb-49b1-9111-0977e2ea7837&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001784 10.0.0.131 - - [2026-05-25 04:20:03] "GET /projects?obj_uuids=56d32b67-91db-44e4-a51c-41766e79af3c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002626 10.0.0.131 - - [2026-05-25 04:20:03] "GET /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a?fields=security_groups HTTP/1.1" 200 1115 0.167593 10.0.0.131 - - [2026-05-25 04:20:03] "GET /project/56d32b67-91db-44e4-a51c-41766e79af3c?fields=security_groups HTTP/1.1" 200 1381 0.119932 10.0.0.131 - - [2026-05-25 04:20:03] "GET /project/edabf59b-bdcb-49b1-9111-0977e2ea7837?fields=security_groups HTTP/1.1" 200 1364 0.148574 10.0.0.131 - - [2026-05-25 04:20:03] "GET /projects?obj_uuids=7bdf7f76-a092-4a56-8100-1f58a56cf65a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.012876 10.0.0.131 - - [2026-05-25 04:20:04] "DELETE /security-group/4e549cbf-6da9-4195-8710-8dd7eb57b00e HTTP/1.1" 200 115 0.148368 10.0.0.131 - - [2026-05-25 04:20:04] "GET /projects?obj_uuids=edabf59b-bdcb-49b1-9111-0977e2ea7837&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002387 10.0.0.131 - - [2026-05-25 04:20:04] "DELETE /security-group/54ab5ad3-72b7-42ee-bb96-52976748dd1a HTTP/1.1" 200 115 0.191731 10.0.0.73 - - [2026-05-25 04:20:04] "POST /neutron/port HTTP/1.1" 200 1151 0.958905 10.0.0.131 - - [2026-05-25 04:20:04] "GET /projects?obj_uuids=56d32b67-91db-44e4-a51c-41766e79af3c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001199 10.0.0.19 - - [2026-05-25 04:20:04] "DELETE /access-control-list/4faefc4b-887f-4024-9f45-897ad07b0289 HTTP/1.1" 200 115 0.078125 10.0.0.131 - - [2026-05-25 04:20:04] "GET /project/edabf59b-bdcb-49b1-9111-0977e2ea7837?fields=application_policy_sets HTTP/1.1" 200 1403 0.076190 10.0.0.131 - - [2026-05-25 04:20:04] "GET /project/56d32b67-91db-44e4-a51c-41766e79af3c?fields=application_policy_sets HTTP/1.1" 200 1420 0.119927 10.0.0.19 - - [2026-05-25 04:20:04] "DELETE /access-control-list/eebecece-e217-467c-b5b6-147768c4456a HTTP/1.1" 200 115 0.091753 10.0.0.131 - - [2026-05-25 04:20:04] "DELETE /project/edabf59b-bdcb-49b1-9111-0977e2ea7837 HTTP/1.1" 200 115 0.980353 10.0.0.131 - - [2026-05-25 04:20:04] "DELETE /project/56d32b67-91db-44e4-a51c-41766e79af3c HTTP/1.1" 200 115 1.060720 10.0.0.73 - - [2026-05-25 04:20:04] "POST /neutron/port HTTP/1.1" 200 1205 0.246757 10.0.0.131 - - [2026-05-25 04:20:04] "GET /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a?fields=application_policy_sets HTTP/1.1" 404 171 0.850271 10.0.0.73 - - [2026-05-25 04:20:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005466 10.0.0.131 - - [2026-05-25 04:20:04] "DELETE /project/7bdf7f76-a092-4a56-8100-1f58a56cf65a HTTP/1.1" 404 171 1.317987 10.0.0.73 - - [2026-05-25 04:20:04] "POST /neutron/port HTTP/1.1" 200 117 0.001923 10.0.0.73 - - [2026-05-25 04:20:05] "POST /neutron/port HTTP/1.1" 200 1219 0.026165 10.0.0.73 - - [2026-05-25 04:20:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005524 10.0.0.73 - - [2026-05-25 04:20:05] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.73 - - [2026-05-25 04:20:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011228 10.0.0.73 - - [2026-05-25 04:20:08] "POST /neutron/port HTTP/1.1" 200 1215 0.024795 10.0.0.73 - - [2026-05-25 04:20:08] "GET /virtual-machine/576b3aec-2e90-4658-87ee-b698be0632a9 HTTP/1.1" 401 292 0.000428 10.0.0.73 - - [2026-05-25 04:20:08] "GET /virtual-machine/576b3aec-2e90-4658-87ee-b698be0632a9 HTTP/1.1" 200 1301 0.040447 10.0.0.73 - - [2026-05-25 04:20:08] "GET /virtual-machine-interface/c0b75d31-b86c-41ef-88fb-41032eb52c9c HTTP/1.1" 200 3164 0.007824 10.0.0.73 - - [2026-05-25 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.73 - - [2026-05-25 04:20:08] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004564 10.0.0.73 - - [2026-05-25 04:20:08] "GET /virtual-networks?parent_id=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003404 10.0.0.73 - - [2026-05-25 04:20:08] "GET /virtual-network/db38e5bc-f107-4ae6-b37a-b3c6d96d00ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.009072 10.0.0.73 - - [2026-05-25 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.73 - - [2026-05-25 04:20:11] "GET /virtual-network/db38e5bc-f107-4ae6-b37a-b3c6d96d00ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007585 10.0.0.73 - - [2026-05-25 04:20:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011381 10.0.0.73 - - [2026-05-25 04:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.73 - - [2026-05-25 04:20:15] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005139 10.0.0.73 - - [2026-05-25 04:20:15] "GET /virtual-networks?parent_id=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004783 10.0.0.73 - - [2026-05-25 04:20:15] "GET /virtual-network/db38e5bc-f107-4ae6-b37a-b3c6d96d00ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006475 10.0.0.73 - - [2026-05-25 04:20:16] "POST /neutron/port HTTP/1.1" 200 1215 0.023075 10.0.0.73 - - [2026-05-25 04:20:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009466 10.0.0.73 - - [2026-05-25 04:20:16] "GET /virtual-machine/2a21b40e-7a92-41a1-a074-de0ed5da2599 HTTP/1.1" 200 1302 0.009332 10.0.0.73 - - [2026-05-25 04:20:16] "GET /virtual-machine-interface/81ed587f-d1c0-4183-a8ac-3696c903ad6e HTTP/1.1" 200 3164 0.008457 10.0.0.73 - - [2026-05-25 04:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.73 - - [2026-05-25 04:20:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004679 10.0.0.73 - - [2026-05-25 04:20:16] "GET /virtual-networks?parent_id=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004046 10.0.0.73 - - [2026-05-25 04:20:16] "GET /virtual-network/ac59d87d-4ce7-439f-9132-806f10dc70d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007309 10.0.0.73 - - [2026-05-25 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.73 - - [2026-05-25 04:20:17] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005650 10.0.0.73 - - [2026-05-25 04:20:17] "GET /virtual-networks?parent_id=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004844 10.0.0.73 - - [2026-05-25 04:20:17] "GET /virtual-network/ac59d87d-4ce7-439f-9132-806f10dc70d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007770 10.0.0.73 - - [2026-05-25 04:20:17] "POST /fqname-to-id HTTP/1.1" 404 209 0.003869 10.0.0.73 - - [2026-05-25 04:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.131 - - [2026-05-25 04:20:17] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001252 10.0.0.73 - - [2026-05-25 04:20:18] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056047 10.0.0.73 - - [2026-05-25 04:20:18] "POST /network-policys HTTP/1.1" 200 535 0.036484 10.0.0.73 - - [2026-05-25 04:20:18] "GET /network-policy/ef4adc7a-32a3-46ed-b09b-43c4592e1fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007694 10.0.0.73 - - [2026-05-25 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.73 - - [2026-05-25 04:20:18] "GET /virtual-network/db38e5bc-f107-4ae6-b37a-b3c6d96d00ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007161 10.0.0.73 - - [2026-05-25 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.73 - - [2026-05-25 04:20:18] "GET /network-policy/ef4adc7a-32a3-46ed-b09b-43c4592e1fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006270 10.0.0.73 - - [2026-05-25 04:20:18] "POST /ref-update HTTP/1.1" 200 156 0.085744 10.0.0.73 - - [2026-05-25 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.73 - - [2026-05-25 04:20:18] "GET /network-policy/ef4adc7a-32a3-46ed-b09b-43c4592e1fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.022804 10.0.0.73 - - [2026-05-25 04:20:18] "POST /neutron/network HTTP/1.1" 200 1059 0.017269 10.0.0.73 - - [2026-05-25 04:20:18] "GET /virtual-network/db38e5bc-f107-4ae6-b37a-b3c6d96d00ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.009430 10.0.0.73 - - [2026-05-25 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.73 - - [2026-05-25 04:20:18] "GET /network-policy/ef4adc7a-32a3-46ed-b09b-43c4592e1fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005641 10.0.0.73 - - [2026-05-25 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006332 10.0.0.73 - - [2026-05-25 04:20:18] "GET /virtual-network/ac59d87d-4ce7-439f-9132-806f10dc70d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006570 10.0.0.73 - - [2026-05-25 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.73 - - [2026-05-25 04:20:18] "GET /network-policy/ef4adc7a-32a3-46ed-b09b-43c4592e1fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004910 10.0.0.19 - - [2026-05-25 04:20:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.013859 10.0.0.19 - - [2026-05-25 04:20:18] "POST /fqname-to-id HTTP/1.1" 404 230 0.012776 10.0.0.73 - - [2026-05-25 04:20:18] "POST /ref-update HTTP/1.1" 200 156 0.071808 10.0.0.73 - - [2026-05-25 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.027456 10.0.0.73 - - [2026-05-25 04:20:18] "GET /network-policy/ef4adc7a-32a3-46ed-b09b-43c4592e1fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006754 10.0.0.73 - - [2026-05-25 04:20:18] "GET /virtual-network/ac59d87d-4ce7-439f-9132-806f10dc70d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.012182 10.0.0.73 - - [2026-05-25 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.73 - - [2026-05-25 04:20:19] "GET /network-policy/ef4adc7a-32a3-46ed-b09b-43c4592e1fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005831 10.0.0.73 - - [2026-05-25 04:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.131 - - [2026-05-25 04:20:19] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002036 10.0.0.73 - - [2026-05-25 04:20:19] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.056817 10.0.0.131 - - [2026-05-25 04:20:19] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.73 - - [2026-05-25 04:20:19] "POST /neutron/network HTTP/1.1" 200 585 0.140294 10.0.0.19 - - [2026-05-25 04:20:19] "POST /route-targets HTTP/1.1" 200 328 0.020923 10.0.0.73 - - [2026-05-25 04:20:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.005157 10.0.0.73 - - [2026-05-25 04:20:19] "GET /virtual-network/1747cc5e-c98c-4b72-86fe-d6d08da8db0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006961 10.0.0.73 - - [2026-05-25 04:20:19] "POST /neutron/network HTTP/1.1" 200 799 0.009347 10.0.0.73 - - [2026-05-25 04:20:19] "GET /virtual-network/1747cc5e-c98c-4b72-86fe-d6d08da8db0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008445 10.0.0.73 - - [2026-05-25 04:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.131 - - [2026-05-25 04:20:19] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.73 - - [2026-05-25 04:20:19] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055746 10.0.0.73 - - [2026-05-25 04:20:19] "POST /neutron/network HTTP/1.1" 200 117 0.022763 10.0.0.19 - - [2026-05-25 04:20:20] "POST /ref-update HTTP/1.1" 200 156 0.037190 10.0.0.73 - - [2026-05-25 04:20:20] "POST /neutron/network HTTP/1.1" 200 799 0.012136 10.0.0.73 - - [2026-05-25 04:20:20] "POST /id-to-fqname HTTP/1.1" 200 214 0.001866 10.0.0.73 - - [2026-05-25 04:20:20] "GET /virtual-network/b351cfbd-a6b9-4b6e-b6d6-1de1e42a9f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.008986 10.0.0.73 - - [2026-05-25 04:20:20] "GET /virtual-network/b351cfbd-a6b9-4b6e-b6d6-1de1e42a9f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006406 10.0.0.73 - - [2026-05-25 04:20:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.012904 10.0.0.73 - - [2026-05-25 04:20:20] "POST /fqname-to-id HTTP/1.1" 404 239 0.004197 10.0.0.73 - - [2026-05-25 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005179 10.0.0.131 - - [2026-05-25 04:20:20] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.73 - - [2026-05-25 04:20:20] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.046360 10.0.0.73 - - [2026-05-25 04:20:20] "POST /network-policys HTTP/1.1" 200 589 0.037922 10.0.0.73 - - [2026-05-25 04:20:20] "GET /network-policy/b5630537-1646-431c-9a27-8d673a5b9c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.008156 10.0.0.73 - - [2026-05-25 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.73 - - [2026-05-25 04:20:20] "GET /virtual-network/1747cc5e-c98c-4b72-86fe-d6d08da8db0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007666 10.0.0.73 - - [2026-05-25 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.73 - - [2026-05-25 04:20:20] "GET /network-policy/b5630537-1646-431c-9a27-8d673a5b9c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005218 10.0.0.73 - - [2026-05-25 04:20:20] "POST /ref-update HTTP/1.1" 200 156 0.067652 10.0.0.73 - - [2026-05-25 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007294 10.0.0.73 - - [2026-05-25 04:20:21] "GET /network-policy/b5630537-1646-431c-9a27-8d673a5b9c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004335 10.0.0.73 - - [2026-05-25 04:20:21] "GET /virtual-network/1747cc5e-c98c-4b72-86fe-d6d08da8db0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.011446 10.0.0.73 - - [2026-05-25 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.73 - - [2026-05-25 04:20:21] "GET /network-policy/b5630537-1646-431c-9a27-8d673a5b9c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004955 10.0.0.73 - - [2026-05-25 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.73 - - [2026-05-25 04:20:21] "GET /virtual-network/b351cfbd-a6b9-4b6e-b6d6-1de1e42a9f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006459 10.0.0.73 - - [2026-05-25 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009596 10.0.0.73 - - [2026-05-25 04:20:21] "GET /network-policy/b5630537-1646-431c-9a27-8d673a5b9c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005446 10.0.0.19 - - [2026-05-25 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.005677 10.0.0.73 - - [2026-05-25 04:20:21] "POST /ref-update HTTP/1.1" 200 156 0.063193 10.0.0.73 - - [2026-05-25 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006209 10.0.0.73 - - [2026-05-25 04:20:21] "GET /network-policy/b5630537-1646-431c-9a27-8d673a5b9c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.008430 10.0.0.73 - - [2026-05-25 04:20:21] "GET /virtual-network/b351cfbd-a6b9-4b6e-b6d6-1de1e42a9f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.008561 10.0.0.73 - - [2026-05-25 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.73 - - [2026-05-25 04:20:21] "GET /network-policy/b5630537-1646-431c-9a27-8d673a5b9c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006348 10.0.0.73 - - [2026-05-25 04:20:21] "POST /id-to-fqname HTTP/1.1" 200 214 0.001259 10.0.0.73 - - [2026-05-25 04:20:21] "POST /neutron/port HTTP/1.1" 200 6314 0.056609 10.0.0.131 - - [2026-05-25 04:20:22] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.73 - - [2026-05-25 04:20:22] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.102457 10.0.0.73 - - [2026-05-25 04:20:22] "POST /neutron/network HTTP/1.1" 200 912 0.007907 10.0.0.73 - - [2026-05-25 04:20:23] "POST /neutron/port HTTP/1.1" 200 117 0.010252 10.0.0.73 - - [2026-05-25 04:20:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.001524 10.0.0.73 - - [2026-05-25 04:20:23] "POST /neutron/network HTTP/1.1" 200 922 0.010081 10.0.0.73 - - [2026-05-25 04:20:24] "POST /neutron/port HTTP/1.1" 200 1063 0.033292 10.0.0.73 - - [2026-05-25 04:20:24] "POST /neutron/port HTTP/1.1" 200 1127 0.028718 10.0.0.73 - - [2026-05-25 04:20:24] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.131 - - [2026-05-25 04:20:24] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002555 10.0.0.73 - - [2026-05-25 04:20:24] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.101148 10.0.0.73 - - [2026-05-25 04:20:24] "POST /neutron/port HTTP/1.1" 200 7288 0.060187 10.0.0.73 - - [2026-05-25 04:20:24] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004036 10.0.0.73 - - [2026-05-25 04:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.73 - - [2026-05-25 04:20:24] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006005 10.0.0.73 - - [2026-05-25 04:20:25] "POST /neutron/network HTTP/1.1" 200 922 0.008901 10.0.0.73 - - [2026-05-25 04:20:25] "POST /neutron/port HTTP/1.1" 200 1063 0.023552 10.0.0.73 - - [2026-05-25 04:20:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005227 10.0.0.73 - - [2026-05-25 04:20:26] "POST /neutron/network HTTP/1.1" 200 912 0.008909 10.0.0.73 - - [2026-05-25 04:20:26] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004195 10.0.0.73 - - [2026-05-25 04:20:26] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005661 10.0.0.73 - - [2026-05-25 04:20:26] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005728 10.0.0.73 - - [2026-05-25 04:20:26] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.034392 10.0.0.73 - - [2026-05-25 04:20:26] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.059407 10.0.0.73 - - [2026-05-25 04:20:26] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008050 10.0.0.73 - - [2026-05-25 04:20:26] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005890 10.0.0.73 - - [2026-05-25 04:20:26] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.044297 10.0.0.73 - - [2026-05-25 04:20:26] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.059274 10.0.0.73 - - [2026-05-25 04:20:26] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007300 10.0.0.73 - - [2026-05-25 04:20:26] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005152 10.0.0.73 - - [2026-05-25 04:20:26] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.044090 10.0.0.73 - - [2026-05-25 04:20:26] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.055362 10.0.0.73 - - [2026-05-25 04:20:26] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006883 10.0.0.73 - - [2026-05-25 04:20:26] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009923 10.0.0.73 - - [2026-05-25 04:20:26] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.034230 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006616 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005993 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005051 10.0.0.73 - - [2026-05-25 04:20:27] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.039117 10.0.0.73 - - [2026-05-25 04:20:27] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.069508 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007199 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.013260 10.0.0.73 - - [2026-05-25 04:20:27] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.041823 10.0.0.73 - - [2026-05-25 04:20:27] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.068109 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006676 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005354 10.0.0.73 - - [2026-05-25 04:20:27] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.040956 10.0.0.73 - - [2026-05-25 04:20:27] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.051621 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006522 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005391 10.0.0.73 - - [2026-05-25 04:20:27] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.031500 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006804 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006504 10.0.0.73 - - [2026-05-25 04:20:27] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005713 10.0.0.73 - - [2026-05-25 04:20:27] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.037580 10.0.0.73 - - [2026-05-25 04:20:28] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.055748 10.0.0.73 - - [2026-05-25 04:20:28] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.013454 10.0.0.73 - - [2026-05-25 04:20:28] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004722 10.0.0.73 - - [2026-05-25 04:20:28] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.044650 10.0.0.73 - - [2026-05-25 04:20:28] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.040892 10.0.0.73 - - [2026-05-25 04:20:28] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.013938 10.0.0.73 - - [2026-05-25 04:20:28] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.010555 10.0.0.73 - - [2026-05-25 04:20:28] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.033999 10.0.0.73 - - [2026-05-25 04:20:28] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.043116 10.0.0.73 - - [2026-05-25 04:20:28] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009921 10.0.0.73 - - [2026-05-25 04:20:28] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007130 10.0.0.73 - - [2026-05-25 04:20:28] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.029310 10.0.0.73 - - [2026-05-25 04:20:28] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003950 10.0.0.73 - - [2026-05-25 04:20:28] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006433 10.0.0.73 - - [2026-05-25 04:20:28] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004837 10.0.0.73 - - [2026-05-25 04:20:28] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.033712 10.0.0.73 - - [2026-05-25 04:20:28] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.056483 10.0.0.73 - - [2026-05-25 04:20:28] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.008395 10.0.0.73 - - [2026-05-25 04:20:28] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005529 10.0.0.73 - - [2026-05-25 04:20:28] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.038355 10.0.0.73 - - [2026-05-25 04:20:29] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.041522 10.0.0.73 - - [2026-05-25 04:20:29] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007266 10.0.0.73 - - [2026-05-25 04:20:29] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005139 10.0.0.73 - - [2026-05-25 04:20:29] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.044109 10.0.0.73 - - [2026-05-25 04:20:29] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.043300 10.0.0.73 - - [2026-05-25 04:20:35] "POST /neutron/port HTTP/1.1" 200 1127 0.025344 10.0.0.73 - - [2026-05-25 04:20:39] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004288 10.0.0.73 - - [2026-05-25 04:20:39] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005775 10.0.0.73 - - [2026-05-25 04:20:39] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005285 10.0.0.73 - - [2026-05-25 04:20:39] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.039408 10.0.0.73 - - [2026-05-25 04:20:39] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.039048 10.0.0.73 - - [2026-05-25 04:20:39] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.007983 10.0.0.73 - - [2026-05-25 04:20:39] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.015418 10.0.0.73 - - [2026-05-25 04:20:39] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.042186 10.0.0.73 - - [2026-05-25 04:20:39] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.049109 10.0.0.73 - - [2026-05-25 04:20:39] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006760 10.0.0.73 - - [2026-05-25 04:20:39] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005003 10.0.0.73 - - [2026-05-25 04:20:39] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.040788 10.0.0.73 - - [2026-05-25 04:20:39] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.041303 10.0.0.73 - - [2026-05-25 04:20:39] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.010523 10.0.0.73 - - [2026-05-25 04:20:39] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006014 10.0.0.73 - - [2026-05-25 04:20:40] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.024376 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005542 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005922 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004857 10.0.0.73 - - [2026-05-25 04:20:40] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.038820 10.0.0.73 - - [2026-05-25 04:20:40] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.046659 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006537 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006667 10.0.0.73 - - [2026-05-25 04:20:40] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.043763 10.0.0.73 - - [2026-05-25 04:20:40] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.053730 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007910 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006110 10.0.0.73 - - [2026-05-25 04:20:40] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.051068 10.0.0.73 - - [2026-05-25 04:20:40] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.037432 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007323 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005570 10.0.0.73 - - [2026-05-25 04:20:40] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.021100 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005403 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006431 10.0.0.73 - - [2026-05-25 04:20:40] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005587 10.0.0.73 - - [2026-05-25 04:20:40] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.040564 10.0.0.73 - - [2026-05-25 04:20:41] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.059080 10.0.0.73 - - [2026-05-25 04:20:41] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007514 10.0.0.73 - - [2026-05-25 04:20:41] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005620 10.0.0.73 - - [2026-05-25 04:20:41] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.036719 10.0.0.73 - - [2026-05-25 04:20:41] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.052905 10.0.0.73 - - [2026-05-25 04:20:41] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005847 10.0.0.73 - - [2026-05-25 04:20:41] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005389 10.0.0.73 - - [2026-05-25 04:20:41] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.038187 10.0.0.73 - - [2026-05-25 04:20:41] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.044155 10.0.0.73 - - [2026-05-25 04:20:41] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.013924 10.0.0.73 - - [2026-05-25 04:20:41] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005340 10.0.0.73 - - [2026-05-25 04:20:41] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.031046 10.0.0.73 - - [2026-05-25 04:20:41] "POST /ref-update HTTP/1.1" 200 156 0.064123 10.0.0.19 - - [2026-05-25 04:20:41] "DELETE /access-control-list/ae856176-0230-488c-96bb-7e87a649d464 HTTP/1.1" 200 115 0.066454 10.0.0.73 - - [2026-05-25 04:20:41] "GET /virtual-network/b351cfbd-a6b9-4b6e-b6d6-1de1e42a9f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.015732 10.0.0.73 - - [2026-05-25 04:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.73 - - [2026-05-25 04:20:41] "GET /network-policy/b5630537-1646-431c-9a27-8d673a5b9c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007935 10.0.0.73 - - [2026-05-25 04:20:42] "POST /ref-update HTTP/1.1" 200 156 0.067260 10.0.0.19 - - [2026-05-25 04:20:42] "POST /ref-update HTTP/1.1" 200 156 0.036008 10.0.0.73 - - [2026-05-25 04:20:42] "POST /neutron/network HTTP/1.1" 200 799 0.015329 10.0.0.73 - - [2026-05-25 04:20:42] "GET /virtual-network/1747cc5e-c98c-4b72-86fe-d6d08da8db0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.009196 10.0.0.73 - - [2026-05-25 04:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007437 10.0.0.73 - - [2026-05-25 04:20:42] "GET /network-policy/b5630537-1646-431c-9a27-8d673a5b9c22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007116 10.0.0.73 - - [2026-05-25 04:20:42] "DELETE /network-policy/b5630537-1646-431c-9a27-8d673a5b9c22 HTTP/1.1" 200 115 0.043740 10.0.0.73 - - [2026-05-25 04:20:42] "POST /neutron/network HTTP/1.1" 200 799 0.010569 10.0.0.73 - - [2026-05-25 04:20:42] "POST /neutron/port HTTP/1.1" 200 151 0.243503 10.0.0.73 - - [2026-05-25 04:20:44] "POST /neutron/network HTTP/1.1" 200 799 0.010022 10.0.0.131 - - [2026-05-25 04:20:44] "POST /useragent-kv HTTP/1.1" 200 115 0.005638 10.0.0.19 - - [2026-05-25 04:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005160 10.0.0.131 - - [2026-05-25 04:20:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003517 10.0.0.73 - - [2026-05-25 04:20:44] "POST /neutron/network HTTP/1.1" 200 151 0.166055 10.0.0.73 - - [2026-05-25 04:20:44] "POST /ref-update HTTP/1.1" 200 156 0.082314 10.0.0.73 - - [2026-05-25 04:20:45] "GET /virtual-network/ac59d87d-4ce7-439f-9132-806f10dc70d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.011817 10.0.0.73 - - [2026-05-25 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.19 - - [2026-05-25 04:20:45] "POST /ref-update HTTP/1.1" 200 156 0.032838 10.0.0.73 - - [2026-05-25 04:20:45] "GET /network-policy/ef4adc7a-32a3-46ed-b09b-43c4592e1fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006170 10.0.0.73 - - [2026-05-25 04:20:45] "POST /ref-update HTTP/1.1" 200 156 0.073905 10.0.0.73 - - [2026-05-25 04:20:45] "GET /virtual-network/db38e5bc-f107-4ae6-b37a-b3c6d96d00ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.014523 10.0.0.73 - - [2026-05-25 04:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.73 - - [2026-05-25 04:20:45] "GET /network-policy/ef4adc7a-32a3-46ed-b09b-43c4592e1fca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007108 10.0.0.73 - - [2026-05-25 04:20:45] "DELETE /network-policy/ef4adc7a-32a3-46ed-b09b-43c4592e1fca HTTP/1.1" 200 115 0.038536 10.0.0.73 - - [2026-05-25 04:20:45] "POST /neutron/network HTTP/1.1" 200 973 0.021866 10.0.0.73 - - [2026-05-25 04:20:46] "POST /neutron/port HTTP/1.1" 200 1215 0.025904 10.0.0.73 - - [2026-05-25 04:20:46] "POST /neutron/port HTTP/1.1" 200 151 0.368844 10.0.0.131 - - [2026-05-25 04:20:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005375 10.0.0.19 - - [2026-05-25 04:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006835 10.0.0.131 - - [2026-05-25 04:20:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002745 10.0.0.131 - - [2026-05-25 04:20:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003416 10.0.0.131 - - [2026-05-25 04:20:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002952 10.0.0.73 - - [2026-05-25 04:20:47] "POST /neutron/network HTTP/1.1" 200 151 0.167439 10.0.0.19 - - [2026-05-25 04:20:48] "DELETE /route-target/e293df87-b5a4-47eb-b093-aba252bf3918 HTTP/1.1" 200 115 0.031617 10.0.0.73 - - [2026-05-25 04:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.131 - - [2026-05-25 04:20:49] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.73 - - [2026-05-25 04:20:49] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048670 10.0.0.73 - - [2026-05-25 04:20:49] "POST /neutron/network HTTP/1.1" 200 117 0.018146 10.0.0.19 - - [2026-05-25 04:20:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.004198 10.0.0.131 - - [2026-05-25 04:20:50] "POST /useragent-kv HTTP/1.1" 200 115 0.023215 10.0.0.73 - - [2026-05-25 04:20:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.301763 10.0.0.73 - - [2026-05-25 04:20:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001694 10.0.0.73 - - [2026-05-25 04:20:50] "GET /virtual-network/10b1876a-5224-4e55-930e-5f9f83c9efd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.009892 10.0.0.73 - - [2026-05-25 04:20:50] "GET /virtual-network/10b1876a-5224-4e55-930e-5f9f83c9efd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008067 10.0.0.73 - - [2026-05-25 04:20:50] "POST /neutron/network HTTP/1.1" 200 976 0.012366 10.0.0.73 - - [2026-05-25 04:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.131 - - [2026-05-25 04:20:50] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.73 - - [2026-05-25 04:20:50] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052556 10.0.0.73 - - [2026-05-25 04:20:50] "POST /neutron/network HTTP/1.1" 200 117 0.019197 10.0.0.19 - - [2026-05-25 04:20:50] "POST /route-targets HTTP/1.1" 200 328 0.019408 10.0.0.19 - - [2026-05-25 04:20:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.009063 10.0.0.131 - - [2026-05-25 04:20:51] "POST /useragent-kv HTTP/1.1" 200 115 0.010174 10.0.0.73 - - [2026-05-25 04:20:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.249207 10.0.0.73 - - [2026-05-25 04:20:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001415 10.0.0.73 - - [2026-05-25 04:20:51] "GET /virtual-network/dae50aba-47e4-4606-a5a7-fced419eac3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006863 10.0.0.73 - - [2026-05-25 04:20:51] "GET /virtual-network/dae50aba-47e4-4606-a5a7-fced419eac3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006354 10.0.0.73 - - [2026-05-25 04:20:51] "POST /neutron/network HTTP/1.1" 200 974 0.010418 10.0.0.73 - - [2026-05-25 04:20:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001425 10.0.0.73 - - [2026-05-25 04:20:51] "POST /neutron/port HTTP/1.1" 200 4192 0.049472 10.0.0.131 - - [2026-05-25 04:20:52] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001309 10.0.0.73 - - [2026-05-25 04:20:52] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.103118 10.0.0.73 - - [2026-05-25 04:20:52] "POST /neutron/port HTTP/1.1" 200 4192 0.040768 10.0.0.73 - - [2026-05-25 04:20:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.002142 10.0.0.73 - - [2026-05-25 04:20:53] "POST /neutron/network HTTP/1.1" 200 984 0.007980 10.0.0.73 - - [2026-05-25 04:20:54] "POST /neutron/port HTTP/1.1" 200 1154 0.030862 10.0.0.131 - - [2026-05-25 04:20:54] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001467 10.0.0.73 - - [2026-05-25 04:20:54] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.132662 10.0.0.73 - - [2026-05-25 04:20:54] "POST /neutron/network HTTP/1.1" 200 974 0.013092 10.0.0.73 - - [2026-05-25 04:20:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005112 10.0.0.73 - - [2026-05-25 04:20:54] "POST /neutron/port HTTP/1.1" 200 5256 0.044494 10.0.0.73 - - [2026-05-25 04:20:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009835 10.0.0.73 - - [2026-05-25 04:20:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010667 10.0.0.73 - - [2026-05-25 04:20:55] "POST /neutron/port HTTP/1.1" 200 1152 0.035143 10.0.0.73 - - [2026-05-25 04:20:55] "POST /neutron/port HTTP/1.1" 200 1216 0.027310 10.0.0.73 - - [2026-05-25 04:20:55] "POST /neutron/subnet HTTP/1.1" 200 1268 0.017468 10.0.0.73 - - [2026-05-25 04:20:56] "POST /neutron/network HTTP/1.1" 200 974 0.011847 10.0.0.73 - - [2026-05-25 04:20:59] "POST /neutron/port HTTP/1.1" 200 1218 0.023584 10.0.0.73 - - [2026-05-25 04:21:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010811 10.0.0.73 - - [2026-05-25 04:21:00] "GET /virtual-machine/d613adca-f7fc-4b5c-afeb-08bba6c3d404 HTTP/1.1" 200 1303 0.007849 10.0.0.73 - - [2026-05-25 04:21:00] "GET /virtual-machine-interface/af14d3cd-dc9f-41c6-bb7e-cbeb36be2f40 HTTP/1.1" 200 3165 0.006812 10.0.0.73 - - [2026-05-25 04:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005204 10.0.0.73 - - [2026-05-25 04:21:00] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006987 10.0.0.73 - - [2026-05-25 04:21:00] "GET /virtual-networks?parent_id=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005510 10.0.0.73 - - [2026-05-25 04:21:00] "GET /virtual-network/10b1876a-5224-4e55-930e-5f9f83c9efd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007504 10.0.0.73 - - [2026-05-25 04:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.73 - - [2026-05-25 04:21:03] "GET /virtual-network/10b1876a-5224-4e55-930e-5f9f83c9efd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.009883 10.0.0.73 - - [2026-05-25 04:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.73 - - [2026-05-25 04:21:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004371 10.0.0.73 - - [2026-05-25 04:21:05] "GET /virtual-networks?parent_id=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004014 10.0.0.73 - - [2026-05-25 04:21:05] "GET /virtual-network/10b1876a-5224-4e55-930e-5f9f83c9efd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007603 10.0.0.73 - - [2026-05-25 04:21:05] "POST /neutron/port HTTP/1.1" 200 1216 0.026837 10.0.0.73 - - [2026-05-25 04:21:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.052630 10.0.0.73 - - [2026-05-25 04:21:06] "POST /neutron/port HTTP/1.1" 200 1216 0.021751 10.0.0.73 - - [2026-05-25 04:21:06] "GET /virtual-machine/0099896d-3722-436e-80fb-6ac6fe564e1e HTTP/1.1" 200 1299 0.007977 10.0.0.73 - - [2026-05-25 04:21:06] "GET /virtual-machine-interface/b105e9c1-e5ca-4510-89df-9392f77134eb HTTP/1.1" 200 3164 0.008137 10.0.0.73 - - [2026-05-25 04:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.73 - - [2026-05-25 04:21:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004347 10.0.0.73 - - [2026-05-25 04:21:06] "GET /virtual-networks?parent_id=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003747 10.0.0.73 - - [2026-05-25 04:21:06] "GET /virtual-network/dae50aba-47e4-4606-a5a7-fced419eac3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007356 10.0.0.73 - - [2026-05-25 04:21:06] "POST /neutron/port HTTP/1.1" 200 1107 0.022558 10.0.0.73 - - [2026-05-25 04:21:06] "POST /neutron/subnet HTTP/1.1" 200 698 0.013067 10.0.0.73 - - [2026-05-25 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006218 10.0.0.73 - - [2026-05-25 04:21:07] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004206 10.0.0.73 - - [2026-05-25 04:21:07] "GET /virtual-networks?parent_id=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003895 10.0.0.73 - - [2026-05-25 04:21:07] "GET /virtual-network/dae50aba-47e4-4606-a5a7-fced419eac3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007528 10.0.0.73 - - [2026-05-25 04:21:07] "POST /neutron/port HTTP/1.1" 200 1216 0.023262 10.0.0.73 - - [2026-05-25 04:21:12] "POST /fqname-to-id HTTP/1.1" 404 209 0.004937 10.0.0.73 - - [2026-05-25 04:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.131 - - [2026-05-25 04:21:12] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001221 10.0.0.73 - - [2026-05-25 04:21:12] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051836 10.0.0.73 - - [2026-05-25 04:21:13] "POST /network-policys HTTP/1.1" 200 535 0.043792 10.0.0.73 - - [2026-05-25 04:21:13] "GET /network-policy/380b0137-cfcc-4358-8655-994650905fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.014311 10.0.0.73 - - [2026-05-25 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.023875 10.0.0.73 - - [2026-05-25 04:21:13] "GET /virtual-network/10b1876a-5224-4e55-930e-5f9f83c9efd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007723 10.0.0.73 - - [2026-05-25 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.73 - - [2026-05-25 04:21:13] "GET /network-policy/380b0137-cfcc-4358-8655-994650905fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007193 10.0.0.73 - - [2026-05-25 04:21:13] "POST /ref-update HTTP/1.1" 200 156 0.065106 10.0.0.73 - - [2026-05-25 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.73 - - [2026-05-25 04:21:13] "GET /network-policy/380b0137-cfcc-4358-8655-994650905fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005542 10.0.0.73 - - [2026-05-25 04:21:13] "GET /virtual-network/10b1876a-5224-4e55-930e-5f9f83c9efd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.010883 10.0.0.73 - - [2026-05-25 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.73 - - [2026-05-25 04:21:13] "GET /network-policy/380b0137-cfcc-4358-8655-994650905fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005485 10.0.0.73 - - [2026-05-25 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.73 - - [2026-05-25 04:21:13] "GET /virtual-network/dae50aba-47e4-4606-a5a7-fced419eac3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006143 10.0.0.73 - - [2026-05-25 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.73 - - [2026-05-25 04:21:13] "GET /network-policy/380b0137-cfcc-4358-8655-994650905fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005042 10.0.0.19 - - [2026-05-25 04:21:13] "POST /access-control-lists HTTP/1.1" 200 580 0.075404 10.0.0.73 - - [2026-05-25 04:21:13] "POST /ref-update HTTP/1.1" 200 156 0.111803 10.0.0.73 - - [2026-05-25 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008385 10.0.0.19 - - [2026-05-25 04:21:13] "POST /ref-update HTTP/1.1" 200 156 0.036945 10.0.0.73 - - [2026-05-25 04:21:13] "GET /network-policy/380b0137-cfcc-4358-8655-994650905fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.009378 10.0.0.73 - - [2026-05-25 04:21:13] "POST /neutron/network HTTP/1.1" 200 1060 0.028208 10.0.0.73 - - [2026-05-25 04:21:13] "GET /virtual-network/dae50aba-47e4-4606-a5a7-fced419eac3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.007378 10.0.0.73 - - [2026-05-25 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.73 - - [2026-05-25 04:21:13] "GET /network-policy/380b0137-cfcc-4358-8655-994650905fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006283 10.0.0.73 - - [2026-05-25 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.131 - - [2026-05-25 04:21:14] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001285 10.0.0.73 - - [2026-05-25 04:21:14] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.067443 10.0.0.131 - - [2026-05-25 04:21:14] "POST /useragent-kv HTTP/1.1" 200 115 0.008606 10.0.0.73 - - [2026-05-25 04:21:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.248235 10.0.0.73 - - [2026-05-25 04:21:14] "POST /id-to-fqname HTTP/1.1" 200 214 0.001693 10.0.0.73 - - [2026-05-25 04:21:14] "GET /virtual-network/7a3044a9-0d1a-4e35-af66-a3f8b44457ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006783 10.0.0.73 - - [2026-05-25 04:21:14] "GET /virtual-network/7a3044a9-0d1a-4e35-af66-a3f8b44457ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.007205 10.0.0.73 - - [2026-05-25 04:21:14] "POST /neutron/network HTTP/1.1" 200 799 0.009062 10.0.0.73 - - [2026-05-25 04:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.131 - - [2026-05-25 04:21:14] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001103 10.0.0.73 - - [2026-05-25 04:21:14] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.073222 10.0.0.131 - - [2026-05-25 04:21:14] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.73 - - [2026-05-25 04:21:15] "POST /neutron/network HTTP/1.1" 200 585 0.176123 10.0.0.19 - - [2026-05-25 04:21:15] "POST /route-targets HTTP/1.1" 200 328 0.017495 10.0.0.73 - - [2026-05-25 04:21:15] "POST /id-to-fqname HTTP/1.1" 200 214 0.004064 10.0.0.73 - - [2026-05-25 04:21:15] "GET /virtual-network/1b07a583-0931-476e-9e62-79f0e45d519d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006684 10.0.0.73 - - [2026-05-25 04:21:15] "POST /neutron/network HTTP/1.1" 200 799 0.007907 10.0.0.73 - - [2026-05-25 04:21:15] "GET /virtual-network/1b07a583-0931-476e-9e62-79f0e45d519d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.006529 10.0.0.73 - - [2026-05-25 04:21:15] "POST /fqname-to-id HTTP/1.1" 404 239 0.006274 10.0.0.73 - - [2026-05-25 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006696 10.0.0.131 - - [2026-05-25 04:21:15] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001442 10.0.0.73 - - [2026-05-25 04:21:15] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057271 10.0.0.73 - - [2026-05-25 04:21:15] "POST /network-policys HTTP/1.1" 200 589 0.034323 10.0.0.73 - - [2026-05-25 04:21:15] "GET /network-policy/df1cbdd6-4866-4a32-aa88-b02f38131c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.008149 10.0.0.73 - - [2026-05-25 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.73 - - [2026-05-25 04:21:15] "GET /virtual-network/7a3044a9-0d1a-4e35-af66-a3f8b44457ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.008326 10.0.0.73 - - [2026-05-25 04:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.73 - - [2026-05-25 04:21:16] "GET /network-policy/df1cbdd6-4866-4a32-aa88-b02f38131c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006204 10.0.0.73 - - [2026-05-25 04:21:16] "POST /ref-update HTTP/1.1" 200 156 0.077522 10.0.0.19 - - [2026-05-25 04:21:16] "POST /access-control-lists HTTP/1.1" 200 556 0.048200 10.0.0.73 - - [2026-05-25 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008668 10.0.0.73 - - [2026-05-25 04:21:16] "GET /network-policy/df1cbdd6-4866-4a32-aa88-b02f38131c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005229 10.0.0.73 - - [2026-05-25 04:21:16] "POST /neutron/network HTTP/1.1" 200 912 0.010582 10.0.0.73 - - [2026-05-25 04:21:16] "GET /virtual-network/7a3044a9-0d1a-4e35-af66-a3f8b44457ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2336 0.005905 10.0.0.73 - - [2026-05-25 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.73 - - [2026-05-25 04:21:16] "GET /network-policy/df1cbdd6-4866-4a32-aa88-b02f38131c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005518 10.0.0.73 - - [2026-05-25 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.73 - - [2026-05-25 04:21:16] "GET /virtual-network/1b07a583-0931-476e-9e62-79f0e45d519d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.008263 10.0.0.73 - - [2026-05-25 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.73 - - [2026-05-25 04:21:16] "GET /network-policy/df1cbdd6-4866-4a32-aa88-b02f38131c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006119 10.0.0.73 - - [2026-05-25 04:21:16] "POST /neutron/network HTTP/1.1" 200 1124 0.011281 10.0.0.73 - - [2026-05-25 04:21:16] "POST /ref-update HTTP/1.1" 200 156 0.081462 10.0.0.73 - - [2026-05-25 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005245 10.0.0.73 - - [2026-05-25 04:21:16] "GET /network-policy/df1cbdd6-4866-4a32-aa88-b02f38131c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.003695 10.0.0.73 - - [2026-05-25 04:21:16] "POST /neutron/subnet HTTP/1.1" 200 1389 0.045135 10.0.0.19 - - [2026-05-25 04:21:16] "POST /ref-update HTTP/1.1" 200 156 0.031767 10.0.0.73 - - [2026-05-25 04:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.73 - - [2026-05-25 04:21:16] "GET /virtual-network/1b07a583-0931-476e-9e62-79f0e45d519d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2335 0.018477 10.0.0.73 - - [2026-05-25 04:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005551 10.0.0.73 - - [2026-05-25 04:21:16] "GET /network-policy/df1cbdd6-4866-4a32-aa88-b02f38131c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006640 10.0.0.73 - - [2026-05-25 04:21:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.001451 10.0.0.73 - - [2026-05-25 04:21:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010634 10.0.0.131 - - [2026-05-25 04:21:17] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001289 10.0.0.73 - - [2026-05-25 04:21:17] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.079257 10.0.0.73 - - [2026-05-25 04:21:18] "POST /neutron/port HTTP/1.1" 200 6318 0.071112 10.0.0.73 - - [2026-05-25 04:21:18] "POST /id-to-fqname HTTP/1.1" 200 214 0.001645 10.0.0.73 - - [2026-05-25 04:21:18] "POST /neutron/port HTTP/1.1" 200 6318 0.065725 10.0.0.73 - - [2026-05-25 04:21:18] "POST /neutron/network HTTP/1.1" 200 922 0.011121 10.0.0.73 - - [2026-05-25 04:21:19] "POST /neutron/port HTTP/1.1" 200 1063 0.020202 10.0.0.73 - - [2026-05-25 04:21:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011652 10.0.0.131 - - [2026-05-25 04:21:19] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001157 10.0.0.73 - - [2026-05-25 04:21:19] "POST /neutron/network HTTP/1.1" 200 912 0.009039 10.0.0.73 - - [2026-05-25 04:21:19] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.105513 10.0.0.73 - - [2026-05-25 04:21:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010836 10.0.0.73 - - [2026-05-25 04:21:20] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004276 10.0.0.73 - - [2026-05-25 04:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006479 10.0.0.73 - - [2026-05-25 04:21:20] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009243 10.0.0.131 - - [2026-05-25 04:21:21] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.73 - - [2026-05-25 04:21:21] "POST /neutron/port HTTP/1.1" 200 1063 0.395083 10.0.0.73 - - [2026-05-25 04:21:21] "POST /neutron/port HTTP/1.1" 200 1117 0.167816 10.0.0.73 - - [2026-05-25 04:21:21] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004910 10.0.0.73 - - [2026-05-25 04:21:21] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005321 10.0.0.73 - - [2026-05-25 04:21:21] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004592 10.0.0.73 - - [2026-05-25 04:21:21] "POST /neutron/subnet HTTP/1.1" 200 675 0.016622 10.0.0.73 - - [2026-05-25 04:21:21] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.052207 10.0.0.73 - - [2026-05-25 04:21:22] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.068492 10.0.0.73 - - [2026-05-25 04:21:22] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005791 10.0.0.73 - - [2026-05-25 04:21:22] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005537 10.0.0.73 - - [2026-05-25 04:21:22] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.046437 10.0.0.73 - - [2026-05-25 04:21:22] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.053636 10.0.0.73 - - [2026-05-25 04:21:22] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.011306 10.0.0.73 - - [2026-05-25 04:21:22] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005499 10.0.0.73 - - [2026-05-25 04:21:22] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.060628 10.0.0.73 - - [2026-05-25 04:21:22] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.047285 10.0.0.73 - - [2026-05-25 04:21:22] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.028815 10.0.0.73 - - [2026-05-25 04:21:22] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006548 10.0.0.73 - - [2026-05-25 04:21:22] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.037355 10.0.0.73 - - [2026-05-25 04:21:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006777 10.0.0.73 - - [2026-05-25 04:21:22] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005595 10.0.0.73 - - [2026-05-25 04:21:22] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004645 10.0.0.73 - - [2026-05-25 04:21:22] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.035686 10.0.0.73 - - [2026-05-25 04:21:22] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.050749 10.0.0.73 - - [2026-05-25 04:21:22] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.011681 10.0.0.73 - - [2026-05-25 04:21:22] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005656 10.0.0.73 - - [2026-05-25 04:21:22] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.045321 10.0.0.73 - - [2026-05-25 04:21:23] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.056035 10.0.0.73 - - [2026-05-25 04:21:23] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008471 10.0.0.73 - - [2026-05-25 04:21:23] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008011 10.0.0.73 - - [2026-05-25 04:21:23] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.039638 10.0.0.73 - - [2026-05-25 04:21:23] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.050708 10.0.0.73 - - [2026-05-25 04:21:23] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.013367 10.0.0.73 - - [2026-05-25 04:21:23] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009184 10.0.0.73 - - [2026-05-25 04:21:23] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.031082 10.0.0.73 - - [2026-05-25 04:21:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004944 10.0.0.73 - - [2026-05-25 04:21:23] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005650 10.0.0.73 - - [2026-05-25 04:21:23] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005605 10.0.0.73 - - [2026-05-25 04:21:23] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.034109 10.0.0.73 - - [2026-05-25 04:21:23] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.044092 10.0.0.73 - - [2026-05-25 04:21:23] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007771 10.0.0.73 - - [2026-05-25 04:21:23] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006608 10.0.0.73 - - [2026-05-25 04:21:23] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.036363 10.0.0.73 - - [2026-05-25 04:21:23] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.064273 10.0.0.73 - - [2026-05-25 04:21:23] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006329 10.0.0.73 - - [2026-05-25 04:21:23] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007265 10.0.0.73 - - [2026-05-25 04:21:23] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.060228 10.0.0.73 - - [2026-05-25 04:21:24] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.044373 10.0.0.73 - - [2026-05-25 04:21:24] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.022404 10.0.0.73 - - [2026-05-25 04:21:24] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009499 10.0.0.73 - - [2026-05-25 04:21:24] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.030637 10.0.0.73 - - [2026-05-25 04:21:24] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007059 10.0.0.73 - - [2026-05-25 04:21:24] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005235 10.0.0.73 - - [2026-05-25 04:21:24] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.023266 10.0.0.73 - - [2026-05-25 04:21:24] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009016 10.0.0.73 - - [2026-05-25 04:21:24] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008405 10.0.0.73 - - [2026-05-25 04:21:24] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.021862 10.0.0.73 - - [2026-05-25 04:21:24] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005791 10.0.0.73 - - [2026-05-25 04:21:24] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004467 10.0.0.73 - - [2026-05-25 04:21:24] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.024604 10.0.0.19 - - [2026-05-25 04:21:28] "GET /obj-perms HTTP/1.1" 200 5056 0.073751 10.0.0.73 - - [2026-05-25 04:21:29] "POST /neutron/port HTTP/1.1" 200 1127 0.026632 10.0.0.73 - - [2026-05-25 04:21:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010824 10.0.0.73 - - [2026-05-25 04:21:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004346 10.0.0.73 - - [2026-05-25 04:21:34] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005410 10.0.0.73 - - [2026-05-25 04:21:34] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005229 10.0.0.73 - - [2026-05-25 04:21:34] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.036763 10.0.0.73 - - [2026-05-25 04:21:34] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.047827 10.0.0.73 - - [2026-05-25 04:21:34] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.012909 10.0.0.73 - - [2026-05-25 04:21:34] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006295 10.0.0.73 - - [2026-05-25 04:21:34] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.040314 10.0.0.73 - - [2026-05-25 04:21:34] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.056026 10.0.0.73 - - [2026-05-25 04:21:34] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005059 10.0.0.73 - - [2026-05-25 04:21:34] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.008695 10.0.0.73 - - [2026-05-25 04:21:35] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.039087 10.0.0.73 - - [2026-05-25 04:21:35] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.051426 10.0.0.73 - - [2026-05-25 04:21:35] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.008172 10.0.0.73 - - [2026-05-25 04:21:35] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.010674 10.0.0.73 - - [2026-05-25 04:21:35] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.032440 10.0.0.73 - - [2026-05-25 04:21:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.005136 10.0.0.73 - - [2026-05-25 04:21:35] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006959 10.0.0.73 - - [2026-05-25 04:21:35] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005844 10.0.0.73 - - [2026-05-25 04:21:35] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.039325 10.0.0.73 - - [2026-05-25 04:21:35] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.054588 10.0.0.73 - - [2026-05-25 04:21:35] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.013279 10.0.0.73 - - [2026-05-25 04:21:35] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006634 10.0.0.73 - - [2026-05-25 04:21:35] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.054984 10.0.0.73 - - [2026-05-25 04:21:35] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.068897 10.0.0.73 - - [2026-05-25 04:21:35] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.007895 10.0.0.73 - - [2026-05-25 04:21:35] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005264 10.0.0.73 - - [2026-05-25 04:21:35] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.055262 10.0.0.73 - - [2026-05-25 04:21:35] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.040373 10.0.0.73 - - [2026-05-25 04:21:35] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.008398 10.0.0.73 - - [2026-05-25 04:21:36] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006082 10.0.0.73 - - [2026-05-25 04:21:36] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.034905 10.0.0.73 - - [2026-05-25 04:21:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003865 10.0.0.73 - - [2026-05-25 04:21:36] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009719 10.0.0.73 - - [2026-05-25 04:21:36] "GET /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005437 10.0.0.73 - - [2026-05-25 04:21:36] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.053558 10.0.0.73 - - [2026-05-25 04:21:36] "PUT /bgp-router/eb21edc3-c38f-4c15-a003-6da0a513bd0f HTTP/1.1" 200 255 0.055974 10.0.0.73 - - [2026-05-25 04:21:36] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.009242 10.0.0.73 - - [2026-05-25 04:21:36] "GET /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.012191 10.0.0.73 - - [2026-05-25 04:21:36] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.052736 10.0.0.73 - - [2026-05-25 04:21:36] "PUT /bgp-router/e36923a5-4ff8-49bd-be07-04c3acd3e848 HTTP/1.1" 200 255 0.054645 10.0.0.73 - - [2026-05-25 04:21:36] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.016843 10.0.0.73 - - [2026-05-25 04:21:36] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.012884 10.0.0.73 - - [2026-05-25 04:21:36] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.050105 10.0.0.73 - - [2026-05-25 04:21:36] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.052415 10.0.0.73 - - [2026-05-25 04:21:36] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006377 10.0.0.73 - - [2026-05-25 04:21:36] "GET /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.004815 10.0.0.73 - - [2026-05-25 04:21:36] "PUT /bgp-router/1ae6a29c-45e6-48cc-9dc8-c69c570ae4a5 HTTP/1.1" 200 255 0.027163 10.0.0.73 - - [2026-05-25 04:21:37] "POST /ref-update HTTP/1.1" 200 156 0.068163 10.0.0.73 - - [2026-05-25 04:21:37] "GET /virtual-network/1b07a583-0931-476e-9e62-79f0e45d519d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.023099 10.0.0.73 - - [2026-05-25 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.73 - - [2026-05-25 04:21:37] "GET /network-policy/df1cbdd6-4866-4a32-aa88-b02f38131c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005217 10.0.0.73 - - [2026-05-25 04:21:37] "POST /ref-update HTTP/1.1" 200 156 0.063372 10.0.0.19 - - [2026-05-25 04:21:37] "DELETE /access-control-list/45fce95a-ba7b-4e80-a9d7-733777b7a707 HTTP/1.1" 200 115 0.056518 10.0.0.73 - - [2026-05-25 04:21:37] "GET /virtual-network/7a3044a9-0d1a-4e35-af66-a3f8b44457ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.016336 10.0.0.73 - - [2026-05-25 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006821 10.0.0.73 - - [2026-05-25 04:21:37] "GET /network-policy/df1cbdd6-4866-4a32-aa88-b02f38131c6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005941 10.0.0.73 - - [2026-05-25 04:21:37] "DELETE /network-policy/df1cbdd6-4866-4a32-aa88-b02f38131c6a HTTP/1.1" 200 115 0.052296 10.0.0.73 - - [2026-05-25 04:21:37] "POST /neutron/port HTTP/1.1" 200 1127 0.033346 10.0.0.73 - - [2026-05-25 04:21:37] "POST /neutron/network HTTP/1.1" 400 204 0.014441 10.0.0.73 - - [2026-05-25 04:21:37] "POST /neutron/port HTTP/1.1" 200 1117 0.015935 10.0.0.131 - - [2026-05-25 04:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006691 10.0.0.131 - - [2026-05-25 04:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003644 10.0.0.73 - - [2026-05-25 04:21:39] "POST /neutron/network HTTP/1.1" 200 151 0.154259 10.0.0.19 - - [2026-05-25 04:21:39] "DELETE /route-target/325c6f07-255a-45a7-9217-f7af28b56f7a HTTP/1.1" 200 115 0.035650 10.0.0.19 - - [2026-05-25 04:21:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.006180 10.0.0.73 - - [2026-05-25 04:21:40] "POST /ref-update HTTP/1.1" 200 156 0.066691 10.0.0.73 - - [2026-05-25 04:21:40] "POST /neutron/network HTTP/1.1" 200 974 0.016301 10.0.0.19 - - [2026-05-25 04:21:40] "DELETE /access-control-list/c56fdc11-bf67-4fd9-b7d5-9ee2e7d55256 HTTP/1.1" 200 115 0.055027 10.0.0.73 - - [2026-05-25 04:21:40] "GET /virtual-network/dae50aba-47e4-4606-a5a7-fced419eac3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.015780 10.0.0.73 - - [2026-05-25 04:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006107 10.0.0.73 - - [2026-05-25 04:21:40] "GET /network-policy/380b0137-cfcc-4358-8655-994650905fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006701 10.0.0.73 - - [2026-05-25 04:21:40] "POST /ref-update HTTP/1.1" 200 156 0.084903 10.0.0.19 - - [2026-05-25 04:21:40] "POST /ref-update HTTP/1.1" 200 156 0.047153 10.0.0.73 - - [2026-05-25 04:21:40] "GET /virtual-network/10b1876a-5224-4e55-930e-5f9f83c9efd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.023153 10.0.0.73 - - [2026-05-25 04:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.011633 10.0.0.73 - - [2026-05-25 04:21:40] "GET /network-policy/380b0137-cfcc-4358-8655-994650905fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005103 10.0.0.73 - - [2026-05-25 04:21:40] "DELETE /network-policy/380b0137-cfcc-4358-8655-994650905fe1 HTTP/1.1" 200 115 0.042790 10.0.0.73 - - [2026-05-25 04:21:40] "POST /neutron/network HTTP/1.1" 400 204 0.019941 10.0.0.73 - - [2026-05-25 04:21:41] "POST /neutron/port HTTP/1.1" 200 1218 0.022810 10.0.0.73 - - [2026-05-25 04:21:41] "POST /neutron/port HTTP/1.1" 200 151 0.352907 10.0.0.73 - - [2026-05-25 04:21:43] "POST /neutron/network HTTP/1.1" 200 976 0.018587 10.0.0.19 - - [2026-05-25 04:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.131 - - [2026-05-25 04:21:44] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.73 - - [2026-05-25 04:21:44] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.062996 10.0.0.131 - - [2026-05-25 04:21:44] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001291 10.0.0.73 - - [2026-05-25 04:21:44] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?fields=virtual_networks HTTP/1.1" 200 1050 0.061895 10.0.0.131 - - [2026-05-25 04:21:44] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001707 10.0.0.73 - - [2026-05-25 04:21:44] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.054344 10.0.0.131 - - [2026-05-25 04:21:44] "GET /projects?obj_uuids=11251c9e-b88d-4840-a6df-94ab941b7f64&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001556 10.0.0.73 - - [2026-05-25 04:21:44] "GET /project/11251c9e-b88d-4840-a6df-94ab941b7f64?fields=security_groups HTTP/1.1" 200 1285 0.053062 10.0.0.73 - - [2026-05-25 04:21:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.039342 10.0.0.131 - - [2026-05-25 04:21:46] "GET /projects?obj_uuids=a5278559-98f4-42c9-9aa9-a836678fb9b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003654 10.0.0.131 - - [2026-05-25 04:21:46] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002532 10.0.0.131 - - [2026-05-25 04:21:46] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010943 10.0.0.131 - - [2026-05-25 04:21:46] "POST /id-to-fqname HTTP/1.1" 200 185 0.001308 10.0.0.131 - - [2026-05-25 04:21:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.006912 10.0.0.131 - - [2026-05-25 04:21:46] "POST /security-groups HTTP/1.1" 200 586 0.039488 10.0.0.131 - - [2026-05-25 04:21:46] "POST /projects HTTP/1.1" 200 575 0.276338 10.0.0.131 - - [2026-05-25 04:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.313839 10.0.0.19 - - [2026-05-25 04:21:46] "POST /access-control-lists HTTP/1.1" 200 593 0.033435 10.0.0.73 - - [2026-05-25 04:21:46] "GET /project/a5278559-98f4-42c9-9aa9-a836678fb9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.486244 10.0.0.73 - - [2026-05-25 04:21:47] "GET / HTTP/1.1" 200 36215 0.002151 10.0.0.73 - - [2026-05-25 04:21:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.73 - - [2026-05-25 04:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.035602 10.0.0.73 - - [2026-05-25 04:21:50] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004567 10.0.0.73 - - [2026-05-25 04:21:50] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004566 10.0.0.73 - - [2026-05-25 04:21:50] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003705 10.0.0.73 - - [2026-05-25 04:21:50] "PUT /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098 HTTP/1.1" 200 265 0.015289 10.0.0.73 - - [2026-05-25 04:21:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.033182 10.0.0.131 - - [2026-05-25 04:21:52] "GET /projects?obj_uuids=1233820b-69b5-4e4f-b186-22e9a4aadc4a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003535 10.0.0.131 - - [2026-05-25 04:21:52] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.131 - - [2026-05-25 04:21:52] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008836 10.0.0.131 - - [2026-05-25 04:21:53] "POST /id-to-fqname HTTP/1.1" 200 185 0.002698 10.0.0.131 - - [2026-05-25 04:21:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.006926 10.0.0.131 - - [2026-05-25 04:21:53] "POST /security-groups HTTP/1.1" 200 586 0.082171 10.0.0.19 - - [2026-05-25 04:21:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.005507 10.0.0.131 - - [2026-05-25 04:21:53] "POST /projects HTTP/1.1" 200 575 0.309636 10.0.0.131 - - [2026-05-25 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.348565 10.0.0.73 - - [2026-05-25 04:21:53] "GET /project/1233820b-69b5-4e4f-b186-22e9a4aadc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.519577 10.0.0.19 - - [2026-05-25 04:21:53] "POST /access-control-lists HTTP/1.1" 200 591 0.058751 10.0.0.73 - - [2026-05-25 04:21:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.034193 10.0.0.131 - - [2026-05-25 04:21:53] "GET /projects?obj_uuids=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003831 10.0.0.131 - - [2026-05-25 04:21:53] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001489 10.0.0.131 - - [2026-05-25 04:21:53] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009834 10.0.0.131 - - [2026-05-25 04:21:54] "POST /id-to-fqname HTTP/1.1" 200 185 0.001294 10.0.0.131 - - [2026-05-25 04:21:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.006420 10.0.0.131 - - [2026-05-25 04:21:54] "POST /security-groups HTTP/1.1" 200 586 0.097579 10.0.0.131 - - [2026-05-25 04:21:54] "POST /projects HTTP/1.1" 200 575 0.318470 10.0.0.131 - - [2026-05-25 04:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.354698 10.0.0.19 - - [2026-05-25 04:21:54] "POST /fqname-to-id HTTP/1.1" 404 228 0.027261 10.0.0.73 - - [2026-05-25 04:21:54] "GET /project/fe7321b6-18aa-4e94-a6ec-85bbb5d09263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.543340 10.0.0.73 - - [2026-05-25 04:21:55] "GET / HTTP/1.1" 200 36215 0.001594 10.0.0.73 - - [2026-05-25 04:21:56] "GET / HTTP/1.1" 200 36215 0.002522 10.0.0.73 - - [2026-05-25 04:21:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.004153 10.0.0.73 - - [2026-05-25 04:21:56] "POST /api-access-lists HTTP/1.1" 200 523 0.041049 10.0.0.73 - - [2026-05-25 04:21:56] "GET /api-access-list/8db15cea-7ea0-4886-8717-36cacabbf3db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.008514 10.0.0.73 - - [2026-05-25 04:21:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.73 - - [2026-05-25 04:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.158767 10.0.0.131 - - [2026-05-25 04:21:57] "GET /projects?obj_uuids=1233820b-69b5-4e4f-b186-22e9a4aadc4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001154 10.0.0.73 - - [2026-05-25 04:21:57] "GET /project/1233820b-69b5-4e4f-b186-22e9a4aadc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.076010 10.0.0.73 - - [2026-05-25 04:21:57] "GET /virtual-networks?parent_id=1233820b-69b5-4e4f-b186-22e9a4aadc4a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028337 10.0.0.73 - - [2026-05-25 04:21:57] "POST /virtual-networks HTTP/1.1" 200 570 0.130512 10.0.0.73 - - [2026-05-25 04:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.055112 10.0.0.19 - - [2026-05-25 04:21:58] "POST /ref-update HTTP/1.1" 200 156 0.048387 10.0.0.73 - - [2026-05-25 04:21:58] "GET /network-ipam/2276590a-3242-4508-a0b4-513b60d03628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.033840 10.0.0.131 - - [2026-05-25 04:21:58] "POST /useragent-kv HTTP/1.1" 200 115 0.010658 10.0.0.73 - - [2026-05-25 04:21:58] "POST /ref-update HTTP/1.1" 200 156 0.119929 10.0.0.73 - - [2026-05-25 04:21:58] "POST /neutron/network HTTP/1.1" 200 830 0.087734 10.0.0.73 - - [2026-05-25 04:21:58] "GET /virtual-network/ca5b9ed0-5ab3-456a-964a-194e369373ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.025353 10.0.0.73 - - [2026-05-25 04:22:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000553 10.0.0.73 - - [2026-05-25 04:22:00] "GET /obj-perms HTTP/1.1" 200 4915 0.090181 10.0.0.73 - - [2026-05-25 04:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.051342 10.0.0.73 - - [2026-05-25 04:22:01] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.118847 10.0.0.73 - - [2026-05-25 04:22:01] "POST /id-to-fqname HTTP/1.1" 401 292 0.000448 10.0.0.73 - - [2026-05-25 04:22:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.050927 10.0.0.73 - - [2026-05-25 04:22:02] "POST /neutron/port HTTP/1.1" 200 4192 0.092530 10.0.0.131 - - [2026-05-25 04:22:03] "GET /projects?obj_uuids=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001183 10.0.0.73 - - [2026-05-25 04:22:03] "GET /project/fe7321b6-18aa-4e94-a6ec-85bbb5d09263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.123001 10.0.0.73 - - [2026-05-25 04:22:04] "POST /neutron/port HTTP/1.1" 200 4192 0.051785 10.0.0.131 - - [2026-05-25 04:22:04] "DELETE /project/fe7321b618aa4e94a6ec85bbb5d09263 HTTP/1.1" 404 173 0.004369 10.0.0.131 - - [2026-05-25 04:22:04] "DELETE /project/a527855998f442c99aa9a836678fb9b9 HTTP/1.1" 404 173 0.007434 10.0.0.131 - - [2026-05-25 04:22:04] "DELETE /project/11251c9e-b88d-4840-a6df-94ab941b7f64 HTTP/1.1" 404 177 0.007466 10.0.0.131 - - [2026-05-25 04:22:04] "DELETE /project/1233820b69b54e4fb18622e9a4aadc4a HTTP/1.1" 404 173 0.006430 10.0.0.73 - - [2026-05-25 04:22:04] "POST /neutron/network HTTP/1.1" 200 840 0.079595 10.0.0.73 - - [2026-05-25 04:22:05] "POST /neutron/port HTTP/1.1" 200 1054 0.021369 10.0.0.73 - - [2026-05-25 04:22:06] "POST /neutron/port HTTP/1.1" 200 1118 0.028392 10.0.0.73 - - [2026-05-25 04:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.73 - - [2026-05-25 04:22:09] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008525 10.0.0.73 - - [2026-05-25 04:22:09] "POST /neutron/port HTTP/1.1" 200 1118 0.021472 10.0.0.73 - - [2026-05-25 04:22:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008901 10.0.0.73 - - [2026-05-25 04:22:10] "GET /virtual-machine/cd9e1a46-e59e-4c86-932d-7473a70b1f72 HTTP/1.1" 401 292 0.000437 10.0.0.73 - - [2026-05-25 04:22:10] "GET /virtual-machine/cd9e1a46-e59e-4c86-932d-7473a70b1f72 HTTP/1.1" 200 1290 0.073568 10.0.0.73 - - [2026-05-25 04:22:10] "GET /virtual-machine/cd9e1a46-e59e-4c86-932d-7473a70b1f72 HTTP/1.1" 200 1290 0.021821 10.0.0.73 - - [2026-05-25 04:22:10] "GET /virtual-machine-interface/0babc416-fe65-49c7-bd13-b5af510da81a HTTP/1.1" 200 2535 0.025804 10.0.0.73 - - [2026-05-25 04:22:10] "GET /virtual-machine/cd9e1a46-e59e-4c86-932d-7473a70b1f72 HTTP/1.1" 200 1290 0.023692 10.0.0.73 - - [2026-05-25 04:22:10] "GET /virtual-machine-interface/0babc416-fe65-49c7-bd13-b5af510da81a HTTP/1.1" 200 2535 0.028499 10.0.0.73 - - [2026-05-25 04:22:10] "GET /instance-ip/c172d7e7-72ac-4efa-81e6-eec0eeb9faae HTTP/1.1" 200 1627 0.024168 10.0.0.73 - - [2026-05-25 04:22:10] "GET /virtual-machine/cd9e1a46-e59e-4c86-932d-7473a70b1f72 HTTP/1.1" 200 1290 0.025377 10.0.0.73 - - [2026-05-25 04:22:10] "GET /virtual-machine-interface/0babc416-fe65-49c7-bd13-b5af510da81a HTTP/1.1" 200 2535 0.041299 10.0.0.73 - - [2026-05-25 04:22:10] "GET /instance-ip/c172d7e7-72ac-4efa-81e6-eec0eeb9faae HTTP/1.1" 200 1627 0.022729 10.0.0.73 - - [2026-05-25 04:22:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.032809 10.0.0.73 - - [2026-05-25 04:22:10] "GET / HTTP/1.1" 200 36215 0.002507 10.0.0.73 - - [2026-05-25 04:22:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542 10.0.0.73 - - [2026-05-25 04:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.056834 10.0.0.73 - - [2026-05-25 04:22:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003922 10.0.0.73 - - [2026-05-25 04:22:11] "GET /virtual-networks?parent_id=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018750 10.0.0.73 - - [2026-05-25 04:22:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.017786 10.0.0.73 - - [2026-05-25 04:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.73 - - [2026-05-25 04:22:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003687 10.0.0.73 - - [2026-05-25 04:22:11] "GET /virtual-networks?parent_id=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018067 10.0.0.73 - - [2026-05-25 04:22:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.020098 10.0.0.73 - - [2026-05-25 04:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.73 - - [2026-05-25 04:22:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004258 10.0.0.73 - - [2026-05-25 04:22:11] "GET /virtual-networks?parent_id=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.031613 10.0.0.73 - - [2026-05-25 04:22:11] "POST /fqname-to-id HTTP/1.1" 403 339 0.022586 10.0.0.73 - - [2026-05-25 04:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.73 - - [2026-05-25 04:22:11] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006050 10.0.0.73 - - [2026-05-25 04:22:12] "GET /virtual-networks?parent_id=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023263 10.0.0.73 - - [2026-05-25 04:22:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.022228 10.0.0.73 - - [2026-05-25 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.012280 10.0.0.73 - - [2026-05-25 04:22:12] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004392 10.0.0.73 - - [2026-05-25 04:22:12] "GET /virtual-networks?parent_id=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018381 10.0.0.73 - - [2026-05-25 04:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.019973 10.0.0.73 - - [2026-05-25 04:22:15] "GET /virtual-network/ca5b9ed0-5ab3-456a-964a-194e369373ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.026300 10.0.0.73 - - [2026-05-25 04:22:16] "POST /neutron/network HTTP/1.1" 200 937 0.008276 10.0.0.73 - - [2026-05-25 04:22:16] "POST /neutron/port HTTP/1.1" 200 1118 0.024608 10.0.0.73 - - [2026-05-25 04:22:16] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007508 10.0.0.73 - - [2026-05-25 04:22:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.018926 10.0.0.73 - - [2026-05-25 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.73 - - [2026-05-25 04:22:17] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004432 10.0.0.73 - - [2026-05-25 04:22:17] "GET /virtual-networks?parent_id=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018540 10.0.0.73 - - [2026-05-25 04:22:17] "POST /fqname-to-id HTTP/1.1" 403 339 0.021534 10.0.0.73 - - [2026-05-25 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.73 - - [2026-05-25 04:22:17] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006499 10.0.0.73 - - [2026-05-25 04:22:17] "GET /virtual-networks?parent_id=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021687 10.0.0.73 - - [2026-05-25 04:22:17] "POST /fqname-to-id HTTP/1.1" 403 361 0.021811 10.0.0.73 - - [2026-05-25 04:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.73 - - [2026-05-25 04:22:17] "GET /routing-instance/2419b08c-9267-48ff-a426-5e7293105a6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.005678 10.0.0.73 - - [2026-05-25 04:22:17] "GET /route-target/e529f665-d9a1-4750-be50-0a6f9f702967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019821 10.0.0.73 - - [2026-05-25 04:22:18] "GET /route-target/e529f665-d9a1-4750-be50-0a6f9f702967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005405 10.0.0.73 - - [2026-05-25 04:22:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.026213 10.0.0.73 - - [2026-05-25 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.73 - - [2026-05-25 04:22:18] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005023 10.0.0.73 - - [2026-05-25 04:22:18] "GET /virtual-networks?parent_id=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028584 10.0.0.73 - - [2026-05-25 04:22:18] "POST /fqname-to-id HTTP/1.1" 403 361 0.025804 10.0.0.73 - - [2026-05-25 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.73 - - [2026-05-25 04:22:18] "GET /routing-instance/2419b08c-9267-48ff-a426-5e7293105a6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.005912 10.0.0.73 - - [2026-05-25 04:22:18] "GET /route-target/e529f665-d9a1-4750-be50-0a6f9f702967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018010 10.0.0.73 - - [2026-05-25 04:22:18] "GET /route-target/e529f665-d9a1-4750-be50-0a6f9f702967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004236 10.0.0.73 - - [2026-05-25 04:22:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.020304 10.0.0.73 - - [2026-05-25 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.73 - - [2026-05-25 04:22:18] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004666 10.0.0.73 - - [2026-05-25 04:22:18] "GET /virtual-networks?parent_id=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018935 10.0.0.73 - - [2026-05-25 04:22:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.020358 10.0.0.73 - - [2026-05-25 04:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.73 - - [2026-05-25 04:22:18] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005215 10.0.0.73 - - [2026-05-25 04:22:18] "GET /virtual-networks?parent_id=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024019 10.0.0.131 - - [2026-05-25 04:22:19] "GET /obj-perms HTTP/1.1" 200 4915 0.086665 10.0.0.131 - - [2026-05-25 04:22:21] "GET /virtual-machine/cd9e1a46-e59e-4c86-932d-7473a70b1f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.018811 10.0.0.73 - - [2026-05-25 04:22:23] "GET /virtual-machine-interface/0babc416-fe65-49c7-bd13-b5af510da81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.027985 10.0.0.73 - - [2026-05-25 04:22:23] "GET /virtual-machine-interface/0babc416-fe65-49c7-bd13-b5af510da81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.029203 10.0.0.131 - - [2026-05-25 04:22:23] "GET /obj-perms HTTP/1.1" 200 4915 0.018052 10.0.0.73 - - [2026-05-25 04:22:23] "GET /virtual-machine-interface/0babc416-fe65-49c7-bd13-b5af510da81a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.031773 10.0.0.73 - - [2026-05-25 04:22:23] "GET /virtual-network/ca5b9ed0-5ab3-456a-964a-194e369373ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.043309 10.0.0.131 - - [2026-05-25 04:22:23] "GET /virtual-machine/cd9e1a46-e59e-4c86-932d-7473a70b1f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.019305 10.0.0.73 - - [2026-05-25 04:22:24] "GET /obj-perms HTTP/1.1" 200 4915 0.086389 10.0.0.73 - - [2026-05-25 04:22:25] "GET /obj-perms HTTP/1.1" 200 4915 0.019170 10.0.0.73 - - [2026-05-25 04:22:25] "GET /obj-perms HTTP/1.1" 200 4915 0.081552 10.0.0.73 - - [2026-05-25 04:22:26] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.037065 10.0.0.19 - - [2026-05-25 04:22:26] "GET /obj-perms HTTP/1.1" 200 4915 0.083667 10.0.0.73 - - [2026-05-25 04:22:26] "GET /virtual-machine/cd9e1a46-e59e-4c86-932d-7473a70b1f72 HTTP/1.1" 200 1290 0.022574 10.0.0.73 - - [2026-05-25 04:22:27] "POST /neutron/port HTTP/1.1" 200 151 0.208951 10.0.0.73 - - [2026-05-25 04:22:28] "GET /virtual-machine/cd9e1a46-e59e-4c86-932d-7473a70b1f72 HTTP/1.1" 404 171 0.022127 10.0.0.73 - - [2026-05-25 04:22:28] "GET /virtual-machine/cd9e1a46-e59e-4c86-932d-7473a70b1f72 HTTP/1.1" 404 171 0.021031 10.0.0.73 - - [2026-05-25 04:22:28] "GET /virtual-machine/cd9e1a46-e59e-4c86-932d-7473a70b1f72 HTTP/1.1" 404 171 0.013710 10.0.0.73 - - [2026-05-25 04:22:29] "POST /fqname-to-id HTTP/1.1" 403 339 0.018205 10.0.0.73 - - [2026-05-25 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.73 - - [2026-05-25 04:22:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006471 10.0.0.73 - - [2026-05-25 04:22:29] "GET /virtual-networks?parent_id=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018355 10.0.0.131 - - [2026-05-25 04:22:29] "GET /obj-perms HTTP/1.1" 200 5056 0.067500 10.0.0.73 - - [2026-05-25 04:22:29] "POST /fqname-to-id HTTP/1.1" 403 361 0.021686 10.0.0.73 - - [2026-05-25 04:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.73 - - [2026-05-25 04:22:29] "GET /routing-instance/2419b08c-9267-48ff-a426-5e7293105a6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.005098 10.0.0.73 - - [2026-05-25 04:22:29] "GET /route-target/e529f665-d9a1-4750-be50-0a6f9f702967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017612 10.0.0.73 - - [2026-05-25 04:22:29] "GET /route-target/e529f665-d9a1-4750-be50-0a6f9f702967?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004344 10.0.0.73 - - [2026-05-25 04:22:29] "GET /obj-perms HTTP/1.1" 200 4915 0.021024 10.0.0.73 - - [2026-05-25 04:22:30] "GET /obj-perms HTTP/1.1" 200 5020 0.074777 10.0.0.19 - - [2026-05-25 04:22:33] "GET /obj-perms HTTP/1.1" 200 5020 0.084969 10.0.0.73 - - [2026-05-25 04:22:39] "GET /obj-perms HTTP/1.1" 200 5020 0.004660 10.0.0.19 - - [2026-05-25 04:22:42] "GET /obj-perms HTTP/1.1" 200 5020 0.005341 10.0.0.19 - - [2026-05-25 04:22:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000563 10.0.0.19 - - [2026-05-25 04:22:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.131 - - [2026-05-25 04:22:48] "GET /global-system-configs HTTP/1.1" 401 292 0.002150 10.0.0.131 - - [2026-05-25 04:22:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.19 - - [2026-05-25 04:22:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.19 - - [2026-05-25 04:22:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.73 - - [2026-05-25 04:22:48] "GET /obj-perms HTTP/1.1" 200 5020 0.004523 10.0.0.131 - - [2026-05-25 04:22:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.131 - - [2026-05-25 04:22:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.73 - - [2026-05-25 04:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.73 - - [2026-05-25 04:22:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.19 - - [2026-05-25 04:22:52] "GET /obj-perms HTTP/1.1" 200 5020 0.004726 10.0.0.73 - - [2026-05-25 04:22:52] "GET /obj-perms HTTP/1.1" 200 5020 0.005587 10.0.0.19 - - [2026-05-25 04:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007251 10.0.0.131 - - [2026-05-25 04:22:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003887 10.0.0.131 - - [2026-05-25 04:22:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003654 10.0.0.73 - - [2026-05-25 04:22:52] "DELETE /virtual-network/ca5b9ed0-5ab3-456a-964a-194e369373ef HTTP/1.1" 200 115 0.160203 10.0.0.73 - - [2026-05-25 04:22:52] "DELETE /api-access-list/8db15cea-7ea0-4886-8717-36cacabbf3db HTTP/1.1" 200 115 0.043620 10.0.0.73 - - [2026-05-25 04:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.73 - - [2026-05-25 04:22:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.131 - - [2026-05-25 04:22:53] "GET /projects?obj_uuids=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001304 10.0.0.73 - - [2026-05-25 04:22:53] "GET /project/fe7321b6-18aa-4e94-a6ec-85bbb5d09263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.046390 10.0.0.131 - - [2026-05-25 04:22:53] "GET /projects?obj_uuids=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.73 - - [2026-05-25 04:22:53] "GET /project/fe7321b6-18aa-4e94-a6ec-85bbb5d09263?fields=virtual_networks HTTP/1.1" 200 1025 0.056264 10.0.0.131 - - [2026-05-25 04:22:53] "GET /projects?obj_uuids=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001549 10.0.0.73 - - [2026-05-25 04:22:53] "GET /project/fe7321b6-18aa-4e94-a6ec-85bbb5d09263?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.050507 10.0.0.131 - - [2026-05-25 04:22:53] "GET /projects?obj_uuids=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001738 10.0.0.73 - - [2026-05-25 04:22:53] "GET /project/fe7321b6-18aa-4e94-a6ec-85bbb5d09263?fields=security_groups HTTP/1.1" 200 1247 0.052591 10.0.0.131 - - [2026-05-25 04:22:54] "GET /projects?obj_uuids=1233820b-69b5-4e4f-b186-22e9a4aadc4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.73 - - [2026-05-25 04:22:54] "GET /project/1233820b-69b5-4e4f-b186-22e9a4aadc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.055862 10.0.0.131 - - [2026-05-25 04:22:54] "GET /projects?obj_uuids=1233820b-69b5-4e4f-b186-22e9a4aadc4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001270 10.0.0.73 - - [2026-05-25 04:22:54] "GET /project/1233820b-69b5-4e4f-b186-22e9a4aadc4a?fields=virtual_networks HTTP/1.1" 200 1024 0.058158 10.0.0.131 - - [2026-05-25 04:22:54] "GET /projects?obj_uuids=1233820b-69b5-4e4f-b186-22e9a4aadc4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001532 10.0.0.73 - - [2026-05-25 04:22:54] "GET /project/1233820b-69b5-4e4f-b186-22e9a4aadc4a?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.051366 10.0.0.131 - - [2026-05-25 04:22:54] "GET /projects?obj_uuids=1233820b-69b5-4e4f-b186-22e9a4aadc4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001217 10.0.0.73 - - [2026-05-25 04:22:54] "GET /project/1233820b-69b5-4e4f-b186-22e9a4aadc4a?fields=security_groups HTTP/1.1" 200 1246 0.046300 10.0.0.73 - - [2026-05-25 04:22:57] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004239 10.0.0.73 - - [2026-05-25 04:22:57] "PUT /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098 HTTP/1.1" 200 265 0.013132 10.0.0.131 - - [2026-05-25 04:22:57] "GET /projects?obj_uuids=a5278559-98f4-42c9-9aa9-a836678fb9b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001956 10.0.0.73 - - [2026-05-25 04:22:57] "GET /project/a5278559-98f4-42c9-9aa9-a836678fb9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.057567 10.0.0.131 - - [2026-05-25 04:22:57] "GET /projects?obj_uuids=a5278559-98f4-42c9-9aa9-a836678fb9b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001851 10.0.0.73 - - [2026-05-25 04:22:57] "GET /project/a5278559-98f4-42c9-9aa9-a836678fb9b9?fields=virtual_networks HTTP/1.1" 200 1025 0.065065 10.0.0.131 - - [2026-05-25 04:22:57] "GET /projects?obj_uuids=a5278559-98f4-42c9-9aa9-a836678fb9b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001241 10.0.0.73 - - [2026-05-25 04:22:57] "GET /project/a5278559-98f4-42c9-9aa9-a836678fb9b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.063589 10.0.0.131 - - [2026-05-25 04:22:57] "GET /projects?obj_uuids=a5278559-98f4-42c9-9aa9-a836678fb9b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001673 10.0.0.73 - - [2026-05-25 04:22:57] "GET /project/a5278559-98f4-42c9-9aa9-a836678fb9b9?fields=security_groups HTTP/1.1" 200 1247 0.051632 10.0.0.73 - - [2026-05-25 04:22:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.041537 10.0.0.131 - - [2026-05-25 04:22:59] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004936 10.0.0.131 - - [2026-05-25 04:22:59] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.131 - - [2026-05-25 04:22:59] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008669 10.0.0.131 - - [2026-05-25 04:22:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.016161 10.0.0.131 - - [2026-05-25 04:22:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.005423 10.0.0.131 - - [2026-05-25 04:22:59] "POST /security-groups HTTP/1.1" 200 591 0.082000 10.0.0.131 - - [2026-05-25 04:22:59] "POST /projects HTTP/1.1" 200 585 0.353375 10.0.0.131 - - [2026-05-25 04:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.396844 10.0.0.19 - - [2026-05-25 04:22:59] "POST /access-control-lists HTTP/1.1" 200 598 0.039824 10.0.0.73 - - [2026-05-25 04:22:59] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.588233 10.0.0.73 - - [2026-05-25 04:23:01] "GET / HTTP/1.1" 200 36215 0.002549 10.0.0.73 - - [2026-05-25 04:23:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.73 - - [2026-05-25 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.049106 10.0.0.73 - - [2026-05-25 04:23:03] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.006006 10.0.0.73 - - [2026-05-25 04:23:03] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005544 10.0.0.73 - - [2026-05-25 04:23:03] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005346 10.0.0.73 - - [2026-05-25 04:23:03] "PUT /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098 HTTP/1.1" 200 265 0.017662 10.0.0.19 - - [2026-05-25 04:23:04] "DELETE /access-control-list/cd3a2733-65e2-4d6b-9ff9-a7da0e5b85c3 HTTP/1.1" 200 115 0.117111 10.0.0.131 - - [2026-05-25 04:23:05] "DELETE /project/25d2c32cb9e84d608cc525190f8eaa4c HTTP/1.1" 404 173 0.032044 10.0.0.131 - - [2026-05-25 04:23:05] "GET /projects?obj_uuids=a5278559-98f4-42c9-9aa9-a836678fb9b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003504 10.0.0.131 - - [2026-05-25 04:23:05] "GET /projects?obj_uuids=1233820b-69b5-4e4f-b186-22e9a4aadc4a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004869 10.0.0.131 - - [2026-05-25 04:23:05] "GET /projects?obj_uuids=fe7321b6-18aa-4e94-a6ec-85bbb5d09263&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003186 10.0.0.131 - - [2026-05-25 04:23:05] "GET /project/a5278559-98f4-42c9-9aa9-a836678fb9b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 203 0.109825 10.0.0.131 - - [2026-05-25 04:23:05] "DELETE /project/a5278559-98f4-42c9-9aa9-a836678fb9b9 HTTP/1.1" 404 171 0.162061 10.0.0.131 - - [2026-05-25 04:23:05] "GET /project/fe7321b6-18aa-4e94-a6ec-85bbb5d09263?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.151887 10.0.0.131 - - [2026-05-25 04:23:05] "GET /project/1233820b-69b5-4e4f-b186-22e9a4aadc4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 500 223 0.208872 10.0.0.131 - - [2026-05-25 04:23:05] "DELETE /project/fe7321b6-18aa-4e94-a6ec-85bbb5d09263 HTTP/1.1" 404 190 0.247126 10.0.0.131 - - [2026-05-25 04:23:05] "DELETE /project/1233820b-69b5-4e4f-b186-22e9a4aadc4a HTTP/1.1" 404 171 0.256954 10.0.0.19 - - [2026-05-25 04:23:05] "DELETE /access-control-list/41a52661-653e-423d-9094-58d382c521c7 HTTP/1.1" 200 115 0.112471 10.0.0.73 - - [2026-05-25 04:23:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.041583 10.0.0.131 - - [2026-05-25 04:23:05] "GET /projects?obj_uuids=6ea7c606-e3be-4990-82c4-32c4aeae02fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003898 10.0.0.131 - - [2026-05-25 04:23:05] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002210 10.0.0.131 - - [2026-05-25 04:23:05] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009205 10.0.0.131 - - [2026-05-25 04:23:06] "POST /id-to-fqname HTTP/1.1" 200 190 0.004500 10.0.0.131 - - [2026-05-25 04:23:06] "POST /fqname-to-id HTTP/1.1" 404 199 0.008145 10.0.0.131 - - [2026-05-25 04:23:06] "POST /security-groups HTTP/1.1" 200 591 0.082303 10.0.0.19 - - [2026-05-25 04:23:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.004310 10.0.0.131 - - [2026-05-25 04:23:06] "POST /projects HTTP/1.1" 200 585 0.320743 10.0.0.131 - - [2026-05-25 04:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.406696 10.0.0.19 - - [2026-05-25 04:23:06] "POST /access-control-lists HTTP/1.1" 200 596 0.038770 10.0.0.73 - - [2026-05-25 04:23:06] "GET /project/6ea7c606-e3be-4990-82c4-32c4aeae02fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.625930 10.0.0.73 - - [2026-05-25 04:23:06] "POST /fqname-to-id HTTP/1.1" 404 188 0.035222 10.0.0.131 - - [2026-05-25 04:23:06] "GET /projects?obj_uuids=f152281b-610a-41f9-b7ec-ef5bbba85ad9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004256 10.0.0.131 - - [2026-05-25 04:23:07] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001634 10.0.0.131 - - [2026-05-25 04:23:07] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011001 10.0.0.131 - - [2026-05-25 04:23:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.001811 10.0.0.131 - - [2026-05-25 04:23:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.007489 10.0.0.131 - - [2026-05-25 04:23:07] "POST /security-groups HTTP/1.1" 200 591 0.085116 10.0.0.131 - - [2026-05-25 04:23:07] "POST /projects HTTP/1.1" 200 585 0.346303 10.0.0.131 - - [2026-05-25 04:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.404949 10.0.0.19 - - [2026-05-25 04:23:07] "POST /fqname-to-id HTTP/1.1" 404 233 0.020882 10.0.0.73 - - [2026-05-25 04:23:07] "GET /project/f152281b-610a-41f9-b7ec-ef5bbba85ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.585863 10.0.0.73 - - [2026-05-25 04:23:08] "GET / HTTP/1.1" 200 36215 0.001547 10.0.0.73 - - [2026-05-25 04:23:09] "GET / HTTP/1.1" 200 36215 0.001405 10.0.0.73 - - [2026-05-25 04:23:09] "POST /neutron/network HTTP/1.1" 200 1124 0.315010 10.0.0.73 - - [2026-05-25 04:23:10] "POST /neutron/subnet HTTP/1.1" 200 1389 0.020307 10.0.0.73 - - [2026-05-25 04:23:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.004431 10.0.0.73 - - [2026-05-25 04:23:10] "POST /api-access-lists HTTP/1.1" 200 523 0.030874 10.0.0.73 - - [2026-05-25 04:23:10] "POST /neutron/network HTTP/1.1" 200 1114 0.011804 10.0.0.73 - - [2026-05-25 04:23:10] "GET /api-access-list/604978cd-2a6e-4322-bf8e-203344faac28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.013090 10.0.0.73 - - [2026-05-25 04:23:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000658 10.0.0.73 - - [2026-05-25 04:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.064653 10.0.0.131 - - [2026-05-25 04:23:11] "GET /projects?obj_uuids=6ea7c606-e3be-4990-82c4-32c4aeae02fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001706 10.0.0.73 - - [2026-05-25 04:23:11] "GET /project/6ea7c606-e3be-4990-82c4-32c4aeae02fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.081746 10.0.0.73 - - [2026-05-25 04:23:11] "GET /virtual-networks?parent_id=6ea7c606-e3be-4990-82c4-32c4aeae02fe&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.034819 10.0.0.73 - - [2026-05-25 04:23:11] "POST /virtual-networks HTTP/1.1" 200 585 0.143313 10.0.0.73 - - [2026-05-25 04:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.039131 10.0.0.19 - - [2026-05-25 04:23:11] "POST /ref-update HTTP/1.1" 200 156 0.026203 10.0.0.73 - - [2026-05-25 04:23:11] "GET /network-ipam/2276590a-3242-4508-a0b4-513b60d03628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.027350 10.0.0.131 - - [2026-05-25 04:23:11] "POST /useragent-kv HTTP/1.1" 200 115 0.016102 10.0.0.73 - - [2026-05-25 04:23:11] "POST /ref-update HTTP/1.1" 200 156 0.112388 10.0.0.73 - - [2026-05-25 04:23:12] "GET /virtual-network/da3a1aea-9e87-411d-a04d-f5950adf9d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.026183 10.0.0.73 - - [2026-05-25 04:23:12] "POST /neutron/network HTTP/1.1" 200 847 0.198906 10.0.0.73 - - [2026-05-25 04:23:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.73 - - [2026-05-25 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.071975 10.0.0.131 - - [2026-05-25 04:23:12] "GET /projects?obj_uuids=f152281b-610a-41f9-b7ec-ef5bbba85ad9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.73 - - [2026-05-25 04:23:12] "GET /project/f152281b-610a-41f9-b7ec-ef5bbba85ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.069499 10.0.0.73 - - [2026-05-25 04:23:12] "GET /virtual-networks?parent_id=f152281b-610a-41f9-b7ec-ef5bbba85ad9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022285 10.0.0.73 - - [2026-05-25 04:23:13] "POST /virtual-networks HTTP/1.1" 200 585 0.127780 10.0.0.73 - - [2026-05-25 04:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.040723 10.0.0.73 - - [2026-05-25 04:23:13] "GET /network-ipam/2276590a-3242-4508-a0b4-513b60d03628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.027521 10.0.0.131 - - [2026-05-25 04:23:13] "POST /useragent-kv HTTP/1.1" 200 115 0.008657 10.0.0.73 - - [2026-05-25 04:23:13] "POST /ref-update HTTP/1.1" 200 156 0.104245 10.0.0.73 - - [2026-05-25 04:23:13] "POST /neutron/network HTTP/1.1" 200 848 0.091046 10.0.0.73 - - [2026-05-25 04:23:13] "GET /virtual-network/aa098f49-a2df-44de-bc44-8dc284929b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.026744 10.0.0.73 - - [2026-05-25 04:23:15] "GET /virtual-network/da3a1aea-9e87-411d-a04d-f5950adf9d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.078008 10.0.0.73 - - [2026-05-25 04:23:15] "GET /virtual-network/da3a1aea-9e87-411d-a04d-f5950adf9d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.047854 10.0.0.19 - - [2026-05-25 04:23:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000641 10.0.0.131 - - [2026-05-25 04:23:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.73 - - [2026-05-25 04:23:17] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.053865 10.0.0.73 - - [2026-05-25 04:23:17] "GET /obj-perms HTTP/1.1" 200 5030 0.069980 10.0.0.73 - - [2026-05-25 04:23:18] "PUT /virtual-network/da3a1aea-9e87-411d-a04d-f5950adf9d2d HTTP/1.1" 200 265 0.082552 10.0.0.73 - - [2026-05-25 04:23:18] "GET /virtual-network/da3a1aea-9e87-411d-a04d-f5950adf9d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.015941 10.0.0.73 - - [2026-05-25 04:23:18] "GET /virtual-network/da3a1aea-9e87-411d-a04d-f5950adf9d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.045944 10.0.0.19 - - [2026-05-25 04:23:19] "GET /obj-perms HTTP/1.1" 403 257 0.050915 10.0.0.131 - - [2026-05-25 04:23:19] "GET /obj-perms HTTP/1.1" 403 257 0.050361 10.0.0.73 - - [2026-05-25 04:23:19] "GET /virtual-network/da3a1aea-9e87-411d-a04d-f5950adf9d2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.026527 10.0.0.73 - - [2026-05-25 04:23:19] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.041359 10.0.0.73 - - [2026-05-25 04:23:19] "GET /obj-perms HTTP/1.1" 200 5030 0.005370 10.0.0.73 - - [2026-05-25 04:23:19] "PUT /virtual-network/da3a1aea-9e87-411d-a04d-f5950adf9d2d HTTP/1.1" 200 265 0.062106 10.0.0.19 - - [2026-05-25 04:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.131 - - [2026-05-25 04:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004477 10.0.0.131 - - [2026-05-25 04:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002326 10.0.0.73 - - [2026-05-25 04:23:20] "DELETE /virtual-network/aa098f49-a2df-44de-bc44-8dc284929b7c HTTP/1.1" 200 115 0.161995 10.0.0.131 - - [2026-05-25 04:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006548 10.0.0.131 - - [2026-05-25 04:23:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003956 10.0.0.73 - - [2026-05-25 04:23:20] "DELETE /virtual-network/da3a1aea-9e87-411d-a04d-f5950adf9d2d HTTP/1.1" 200 115 0.181288 10.0.0.19 - - [2026-05-25 04:23:20] "DELETE /route-target/33e528d3-2269-4695-804f-31b97f0454a7 HTTP/1.1" 200 115 0.034260 10.0.0.73 - - [2026-05-25 04:23:20] "DELETE /api-access-list/604978cd-2a6e-4322-bf8e-203344faac28 HTTP/1.1" 200 115 0.055569 10.0.0.131 - - [2026-05-25 04:23:20] "GET /projects?obj_uuids=f152281b-610a-41f9-b7ec-ef5bbba85ad9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.73 - - [2026-05-25 04:23:20] "GET /project/f152281b-610a-41f9-b7ec-ef5bbba85ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057153 10.0.0.131 - - [2026-05-25 04:23:20] "GET /projects?obj_uuids=f152281b-610a-41f9-b7ec-ef5bbba85ad9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.73 - - [2026-05-25 04:23:20] "GET /project/f152281b-610a-41f9-b7ec-ef5bbba85ad9?fields=virtual_networks HTTP/1.1" 200 1035 0.063386 10.0.0.131 - - [2026-05-25 04:23:20] "GET /projects?obj_uuids=f152281b-610a-41f9-b7ec-ef5bbba85ad9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001140 10.0.0.73 - - [2026-05-25 04:23:20] "GET /project/f152281b-610a-41f9-b7ec-ef5bbba85ad9?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.054467 10.0.0.131 - - [2026-05-25 04:23:20] "GET /projects?obj_uuids=f152281b-610a-41f9-b7ec-ef5bbba85ad9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001261 10.0.0.73 - - [2026-05-25 04:23:20] "GET /project/f152281b-610a-41f9-b7ec-ef5bbba85ad9?fields=security_groups HTTP/1.1" 200 1262 0.049498 10.0.0.131 - - [2026-05-25 04:23:21] "GET /projects?obj_uuids=6ea7c606-e3be-4990-82c4-32c4aeae02fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001166 10.0.0.73 - - [2026-05-25 04:23:21] "GET /project/6ea7c606-e3be-4990-82c4-32c4aeae02fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.074731 10.0.0.131 - - [2026-05-25 04:23:21] "GET /projects?obj_uuids=6ea7c606-e3be-4990-82c4-32c4aeae02fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.73 - - [2026-05-25 04:23:21] "GET /project/6ea7c606-e3be-4990-82c4-32c4aeae02fe?fields=virtual_networks HTTP/1.1" 200 1033 0.053507 10.0.0.131 - - [2026-05-25 04:23:21] "GET /projects?obj_uuids=6ea7c606-e3be-4990-82c4-32c4aeae02fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.73 - - [2026-05-25 04:23:21] "GET /project/6ea7c606-e3be-4990-82c4-32c4aeae02fe?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.064353 10.0.0.131 - - [2026-05-25 04:23:21] "GET /projects?obj_uuids=6ea7c606-e3be-4990-82c4-32c4aeae02fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001044 10.0.0.73 - - [2026-05-25 04:23:21] "GET /project/6ea7c606-e3be-4990-82c4-32c4aeae02fe?fields=security_groups HTTP/1.1" 200 1260 0.059363 10.0.0.73 - - [2026-05-25 04:23:25] "GET / HTTP/1.1" 200 36215 0.001722 10.0.0.73 - - [2026-05-25 04:23:26] "GET / HTTP/1.1" 200 36215 0.001929 10.0.0.73 - - [2026-05-25 04:23:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000636 10.0.0.73 - - [2026-05-25 04:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.102799 10.0.0.131 - - [2026-05-25 04:23:27] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.73 - - [2026-05-25 04:23:27] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.075364 10.0.0.73 - - [2026-05-25 04:23:27] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.016768 10.0.0.73 - - [2026-05-25 04:23:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.014035 10.0.0.73 - - [2026-05-25 04:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.018814 10.0.0.131 - - [2026-05-25 04:23:28] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.73 - - [2026-05-25 04:23:28] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.026432 10.0.0.73 - - [2026-05-25 04:23:28] "POST /service-templates HTTP/1.1" 403 264 0.014150 10.0.0.73 - - [2026-05-25 04:23:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.004493 10.0.0.73 - - [2026-05-25 04:23:28] "POST /api-access-lists HTTP/1.1" 200 557 0.035930 10.0.0.73 - - [2026-05-25 04:23:28] "GET /api-access-list/398c89e3-52b3-4157-b87e-e2e0a3f078af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.007265 10.0.0.73 - - [2026-05-25 04:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.021900 10.0.0.131 - - [2026-05-25 04:23:28] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001533 10.0.0.73 - - [2026-05-25 04:23:28] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.070870 10.0.0.73 - - [2026-05-25 04:23:28] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023449 10.0.0.73 - - [2026-05-25 04:23:28] "POST /virtual-networks HTTP/1.1" 200 585 0.128565 10.0.0.73 - - [2026-05-25 04:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.034096 10.0.0.73 - - [2026-05-25 04:23:28] "GET /network-ipam/2276590a-3242-4508-a0b4-513b60d03628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.018783 10.0.0.131 - - [2026-05-25 04:23:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004805 10.0.0.73 - - [2026-05-25 04:23:28] "POST /ref-update HTTP/1.1" 200 156 0.112081 10.0.0.73 - - [2026-05-25 04:23:29] "POST /neutron/network HTTP/1.1" 200 845 0.083186 10.0.0.73 - - [2026-05-25 04:23:29] "GET /virtual-network/2259e978-2c31-4f2a-98d6-09d544c0d82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.025813 10.0.0.73 - - [2026-05-25 04:23:29] "POST /neutron/subnet HTTP/1.1" 200 664 0.049647 10.0.0.73 - - [2026-05-25 04:23:29] "GET /virtual-network/2259e978-2c31-4f2a-98d6-09d544c0d82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.006636 10.0.0.73 - - [2026-05-25 04:23:29] "GET /network-ipam/2276590a-3242-4508-a0b4-513b60d03628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004251 10.0.0.73 - - [2026-05-25 04:23:29] "GET /virtual-network/2259e978-2c31-4f2a-98d6-09d544c0d82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.006511 10.0.0.19 - - [2026-05-25 04:23:30] "GET /obj-perms HTTP/1.1" 200 5056 0.398165 10.0.0.131 - - [2026-05-25 04:23:31] "GET /obj-perms HTTP/1.1" 200 5056 0.379999 10.0.0.73 - - [2026-05-25 04:23:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.019556 10.0.0.73 - - [2026-05-25 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.020567 10.0.0.131 - - [2026-05-25 04:23:31] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.73 - - [2026-05-25 04:23:31] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.023732 10.0.0.73 - - [2026-05-25 04:23:31] "POST /service-templates HTTP/1.1" 403 264 0.015823 10.0.0.73 - - [2026-05-25 04:23:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.004313 10.0.0.73 - - [2026-05-25 04:23:31] "POST /api-access-lists HTTP/1.1" 200 523 0.031173 10.0.0.73 - - [2026-05-25 04:23:31] "GET /api-access-list/85a269d2-5098-4d59-b9e3-69bb95450fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.006664 10.0.0.73 - - [2026-05-25 04:23:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.023907 10.0.0.73 - - [2026-05-25 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.021725 10.0.0.131 - - [2026-05-25 04:23:31] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001601 10.0.0.73 - - [2026-05-25 04:23:31] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.031093 10.0.0.73 - - [2026-05-25 04:23:31] "POST /service-templates HTTP/1.1" 200 553 0.049389 10.0.0.73 - - [2026-05-25 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.025542 10.0.0.73 - - [2026-05-25 04:23:32] "GET /service-template/f5e5c40e-4be4-4ec3-91eb-5c6a5c1c7472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.022278 10.0.0.73 - - [2026-05-25 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.021877 10.0.0.73 - - [2026-05-25 04:23:32] "GET /service-template/f5e5c40e-4be4-4ec3-91eb-5c6a5c1c7472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.022743 10.0.0.73 - - [2026-05-25 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.19 - - [2026-05-25 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.045909 10.0.0.131 - - [2026-05-25 04:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.037535 10.0.0.73 - - [2026-05-25 04:23:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.045642 10.0.0.73 - - [2026-05-25 04:23:34] "GET /api-access-list/398c89e3-52b3-4157-b87e-e2e0a3f078af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004240 10.0.0.73 - - [2026-05-25 04:23:34] "PUT /api-access-list/398c89e3-52b3-4157-b87e-e2e0a3f078af HTTP/1.1" 200 265 0.013297 10.0.0.73 - - [2026-05-25 04:23:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.73 - - [2026-05-25 04:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.055313 10.0.0.131 - - [2026-05-25 04:23:34] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001217 10.0.0.73 - - [2026-05-25 04:23:35] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.076827 10.0.0.73 - - [2026-05-25 04:23:35] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.028395 10.0.0.73 - - [2026-05-25 04:23:35] "POST /virtual-networks HTTP/1.1" 403 263 0.020206 10.0.0.73 - - [2026-05-25 04:23:35] "GET /virtual-network/2259e978-2c31-4f2a-98d6-09d544c0d82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.028229 10.0.0.73 - - [2026-05-25 04:23:35] "GET /api-access-list/85a269d2-5098-4d59-b9e3-69bb95450fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004152 10.0.0.73 - - [2026-05-25 04:23:35] "PUT /api-access-list/85a269d2-5098-4d59-b9e3-69bb95450fe9 HTTP/1.1" 200 265 0.014543 10.0.0.73 - - [2026-05-25 04:23:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.018884 10.0.0.73 - - [2026-05-25 04:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.020458 10.0.0.131 - - [2026-05-25 04:23:36] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.73 - - [2026-05-25 04:23:36] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.025105 10.0.0.73 - - [2026-05-25 04:23:36] "POST /service-templates HTTP/1.1" 403 264 0.020385 10.0.0.73 - - [2026-05-25 04:23:36] "GET /api-access-list/398c89e3-52b3-4157-b87e-e2e0a3f078af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004328 10.0.0.73 - - [2026-05-25 04:23:36] "PUT /api-access-list/398c89e3-52b3-4157-b87e-e2e0a3f078af HTTP/1.1" 200 265 0.017200 10.0.0.73 - - [2026-05-25 04:23:36] "GET /api-access-list/85a269d2-5098-4d59-b9e3-69bb95450fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004218 10.0.0.73 - - [2026-05-25 04:23:36] "PUT /api-access-list/85a269d2-5098-4d59-b9e3-69bb95450fe9 HTTP/1.1" 200 265 0.014576 10.0.0.73 - - [2026-05-25 04:23:37] "GET /obj-perms HTTP/1.1" 403 257 0.017452 10.0.0.73 - - [2026-05-25 04:23:37] "GET /obj-perms HTTP/1.1" 403 257 0.049145 10.0.0.19 - - [2026-05-25 04:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.19 - - [2026-05-25 04:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.131 - - [2026-05-25 04:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.131 - - [2026-05-25 04:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105 10.0.0.73 - - [2026-05-25 04:23:38] "GET /obj-perms HTTP/1.1" 403 257 0.015218 10.0.0.73 - - [2026-05-25 04:23:38] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004562 10.0.0.73 - - [2026-05-25 04:23:38] "PUT /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098 HTTP/1.1" 200 265 0.014428 10.0.0.73 - - [2026-05-25 04:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.73 - - [2026-05-25 04:23:38] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.038687 10.0.0.73 - - [2026-05-25 04:23:38] "DELETE /api-access-list/398c89e3-52b3-4157-b87e-e2e0a3f078af HTTP/1.1" 200 115 0.043590 10.0.0.73 - - [2026-05-25 04:23:39] "DELETE /api-access-list/85a269d2-5098-4d59-b9e3-69bb95450fe9 HTTP/1.1" 200 115 0.039306 10.0.0.73 - - [2026-05-25 04:23:40] "GET /virtual-network/2259e978-2c31-4f2a-98d6-09d544c0d82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.066566 10.0.0.19 - - [2026-05-25 04:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.131 - - [2026-05-25 04:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.73 - - [2026-05-25 04:23:41] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.005454 10.0.0.73 - - [2026-05-25 04:23:41] "PUT /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098 HTTP/1.1" 200 265 0.016943 10.0.0.73 - - [2026-05-25 04:23:41] "GET /obj-perms HTTP/1.1" 403 257 0.014789 10.0.0.73 - - [2026-05-25 04:23:41] "GET /obj-perms HTTP/1.1" 403 257 0.018877 10.0.0.73 - - [2026-05-25 04:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.019872 10.0.0.73 - - [2026-05-25 04:23:41] "DELETE /service-template/f5e5c40e-4be4-4ec3-91eb-5c6a5c1c7472 HTTP/1.1" 200 115 0.048960 10.0.0.73 - - [2026-05-25 04:23:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.024737 10.0.0.131 - - [2026-05-25 04:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004448 10.0.0.19 - - [2026-05-25 04:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.131 - - [2026-05-25 04:23:41] "POST /useragent-kv HTTP/1.1" 200 115 0.008157 10.0.0.73 - - [2026-05-25 04:23:41] "DELETE /virtual-network/2259e978-2c31-4f2a-98d6-09d544c0d82b HTTP/1.1" 200 115 0.153778 10.0.0.73 - - [2026-05-25 04:23:42] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005001 10.0.0.73 - - [2026-05-25 04:23:42] "PUT /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098 HTTP/1.1" 200 265 0.015663 10.0.0.73 - - [2026-05-25 04:23:42] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004580 10.0.0.73 - - [2026-05-25 04:23:42] "PUT /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098 HTTP/1.1" 200 265 0.013686 10.0.0.73 - - [2026-05-25 04:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.131 - - [2026-05-25 04:23:44] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001147 10.0.0.73 - - [2026-05-25 04:23:45] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060740 10.0.0.131 - - [2026-05-25 04:23:45] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001161 10.0.0.73 - - [2026-05-25 04:23:45] "POST /neutron/network HTTP/1.1" 200 643 0.257626 10.0.0.19 - - [2026-05-25 04:23:45] "POST /ref-update HTTP/1.1" 200 156 0.037819 10.0.0.73 - - [2026-05-25 04:23:45] "POST /id-to-fqname HTTP/1.1" 200 240 0.004450 10.0.0.73 - - [2026-05-25 04:23:45] "GET /virtual-network/3454d24b-7a2b-4a21-8a48-bd4716583c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007732 10.0.0.73 - - [2026-05-25 04:23:45] "POST /neutron/network HTTP/1.1" 200 863 0.007884 10.0.0.73 - - [2026-05-25 04:23:45] "GET /virtual-network/3454d24b-7a2b-4a21-8a48-bd4716583c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007183 10.0.0.73 - - [2026-05-25 04:23:45] "POST /neutron/network HTTP/1.1" 200 863 0.007701 10.0.0.73 - - [2026-05-25 04:23:45] "GET /virtual-network/3454d24b-7a2b-4a21-8a48-bd4716583c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006462 10.0.0.73 - - [2026-05-25 04:23:45] "GET /network-ipam/2276590a-3242-4508-a0b4-513b60d03628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.005015 10.0.0.73 - - [2026-05-25 04:23:46] "GET /virtual-network/3454d24b-7a2b-4a21-8a48-bd4716583c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.008744 10.0.0.73 - - [2026-05-25 04:23:46] "POST /fqname-to-id HTTP/1.1" 404 215 0.004525 10.0.0.73 - - [2026-05-25 04:23:47] "POST /api-access-lists HTTP/1.1" 200 557 0.036257 10.0.0.73 - - [2026-05-25 04:23:47] "GET /api-access-list/3cc19b4a-8d5e-486d-a089-50e7877ccde3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.007350 10.0.0.73 - - [2026-05-25 04:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.020730 10.0.0.131 - - [2026-05-25 04:23:47] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001371 10.0.0.73 - - [2026-05-25 04:23:47] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.081158 10.0.0.73 - - [2026-05-25 04:23:47] "POST /neutron/network HTTP/1.1" 200 693 0.054835 10.0.0.73 - - [2026-05-25 04:23:48] "POST /neutron/network HTTP/1.1" 200 864 0.060639 10.0.0.73 - - [2026-05-25 04:23:48] "POST /id-to-fqname HTTP/1.1" 200 240 0.019621 10.0.0.73 - - [2026-05-25 04:23:48] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.027237 10.0.0.73 - - [2026-05-25 04:23:48] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.024981 10.0.0.73 - - [2026-05-25 04:23:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.058939 10.0.0.73 - - [2026-05-25 04:23:48] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.008484 10.0.0.73 - - [2026-05-25 04:23:48] "GET /network-ipam/2276590a-3242-4508-a0b4-513b60d03628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004870 10.0.0.73 - - [2026-05-25 04:23:48] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.007055 10.0.0.73 - - [2026-05-25 04:23:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004636 10.0.0.19 - - [2026-05-25 04:23:49] "GET /obj-perms HTTP/1.1" 200 5030 0.166830 10.0.0.131 - - [2026-05-25 04:23:49] "GET /obj-perms HTTP/1.1" 200 5030 0.074653 10.0.0.73 - - [2026-05-25 04:23:49] "POST /fqname-to-id HTTP/1.1" 404 232 0.020082 10.0.0.19 - - [2026-05-25 04:23:49] "POST /fqname-to-id HTTP/1.1" 404 264 0.007602 10.0.0.19 - - [2026-05-25 04:23:49] "POST /access-control-lists HTTP/1.1" 200 626 0.039916 10.0.0.131 - - [2026-05-25 04:23:49] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001566 10.0.0.73 - - [2026-05-25 04:23:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.111994 10.0.0.131 - - [2026-05-25 04:23:50] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001529 10.0.0.73 - - [2026-05-25 04:23:50] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.095337 10.0.0.19 - - [2026-05-25 04:23:50] "PUT /access-control-list/6824b471-cb78-4216-b5c2-8ff51d402fed HTTP/1.1" 200 273 0.018394 10.0.0.131 - - [2026-05-25 04:23:50] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002193 10.0.0.73 - - [2026-05-25 04:23:50] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.305703 10.0.0.73 - - [2026-05-25 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.045377 10.0.0.73 - - [2026-05-25 04:23:51] "GET /security-group/7d72b8c9-456c-4d26-b9da-68ea6fff29dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.024163 10.0.0.73 - - [2026-05-25 04:23:51] "POST /id-to-fqname HTTP/1.1" 200 240 0.017230 10.0.0.73 - - [2026-05-25 04:23:52] "POST /neutron/network HTTP/1.1" 200 874 0.040702 10.0.0.131 - - [2026-05-25 04:23:53] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001396 10.0.0.73 - - [2026-05-25 04:23:53] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.097698 10.0.0.73 - - [2026-05-25 04:23:53] "POST /neutron/port HTTP/1.1" 200 117 0.044804 10.0.0.73 - - [2026-05-25 04:23:54] "POST /neutron/network HTTP/1.1" 200 864 0.060391 10.0.0.73 - - [2026-05-25 04:23:55] "POST /neutron/port HTTP/1.1" 200 1060 0.054815 10.0.0.73 - - [2026-05-25 04:23:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005322 10.0.0.73 - - [2026-05-25 04:23:55] "POST /neutron/network HTTP/1.1" 200 864 0.008731 10.0.0.73 - - [2026-05-25 04:23:59] "POST /neutron/port HTTP/1.1" 200 1124 0.025188 10.0.0.73 - - [2026-05-25 04:23:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009890 10.0.0.73 - - [2026-05-25 04:23:59] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd HTTP/1.1" 401 292 0.000476 10.0.0.73 - - [2026-05-25 04:23:59] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd HTTP/1.1" 200 1295 0.079901 10.0.0.73 - - [2026-05-25 04:24:00] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd HTTP/1.1" 200 1295 0.027715 10.0.0.73 - - [2026-05-25 04:24:00] "GET /virtual-machine-interface/df8b924c-20ed-4323-95fa-36c206adba1d HTTP/1.1" 200 3031 0.032323 10.0.0.73 - - [2026-05-25 04:24:00] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd HTTP/1.1" 200 1295 0.024992 10.0.0.73 - - [2026-05-25 04:24:00] "GET /virtual-machine-interface/df8b924c-20ed-4323-95fa-36c206adba1d HTTP/1.1" 200 3031 0.038677 10.0.0.73 - - [2026-05-25 04:24:00] "GET /instance-ip/bb71d986-b77d-4ea1-8ac9-f26136ab6afe HTTP/1.1" 200 1644 0.029211 10.0.0.73 - - [2026-05-25 04:24:00] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd HTTP/1.1" 200 1295 0.029851 10.0.0.73 - - [2026-05-25 04:24:00] "GET /virtual-machine-interface/df8b924c-20ed-4323-95fa-36c206adba1d HTTP/1.1" 200 3031 0.028606 10.0.0.73 - - [2026-05-25 04:24:00] "GET /instance-ip/bb71d986-b77d-4ea1-8ac9-f26136ab6afe HTTP/1.1" 200 1644 0.034779 10.0.0.73 - - [2026-05-25 04:24:00] "POST /fqname-to-id HTTP/1.1" 403 354 0.021938 10.0.0.73 - - [2026-05-25 04:24:00] "GET / HTTP/1.1" 200 36215 0.004098 10.0.0.73 - - [2026-05-25 04:24:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.73 - - [2026-05-25 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.036077 10.0.0.73 - - [2026-05-25 04:24:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005987 10.0.0.73 - - [2026-05-25 04:24:01] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.031968 10.0.0.73 - - [2026-05-25 04:24:01] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.034478 10.0.0.73 - - [2026-05-25 04:24:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.021802 10.0.0.73 - - [2026-05-25 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.73 - - [2026-05-25 04:24:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004921 10.0.0.73 - - [2026-05-25 04:24:01] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.039401 10.0.0.73 - - [2026-05-25 04:24:01] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.026355 10.0.0.73 - - [2026-05-25 04:24:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.026325 10.0.0.73 - - [2026-05-25 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.73 - - [2026-05-25 04:24:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006467 10.0.0.73 - - [2026-05-25 04:24:01] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.026404 10.0.0.73 - - [2026-05-25 04:24:01] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.026711 10.0.0.73 - - [2026-05-25 04:24:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.018378 10.0.0.73 - - [2026-05-25 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.73 - - [2026-05-25 04:24:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005857 10.0.0.73 - - [2026-05-25 04:24:01] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.034005 10.0.0.73 - - [2026-05-25 04:24:01] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.026342 10.0.0.73 - - [2026-05-25 04:24:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.030749 10.0.0.73 - - [2026-05-25 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005098 10.0.0.73 - - [2026-05-25 04:24:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006242 10.0.0.73 - - [2026-05-25 04:24:01] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.035813 10.0.0.73 - - [2026-05-25 04:24:02] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.032224 10.0.0.73 - - [2026-05-25 04:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.021946 10.0.0.73 - - [2026-05-25 04:24:05] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.023756 10.0.0.131 - - [2026-05-25 04:24:05] "DELETE /project/6ea7c606e3be499082c432c4aeae02fe HTTP/1.1" 404 173 0.007942 10.0.0.131 - - [2026-05-25 04:24:05] "DELETE /project/f152281b610a41f9b7ecef5bbba85ad9 HTTP/1.1" 404 173 0.011397 10.0.0.131 - - [2026-05-25 04:24:05] "GET /projects?obj_uuids=6ea7c606-e3be-4990-82c4-32c4aeae02fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001192 10.0.0.131 - - [2026-05-25 04:24:05] "GET /projects?obj_uuids=f152281b-610a-41f9-b7ec-ef5bbba85ad9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.131 - - [2026-05-25 04:24:05] "GET /project/f152281b-610a-41f9-b7ec-ef5bbba85ad9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.062316 10.0.0.131 - - [2026-05-25 04:24:05] "GET /project/6ea7c606-e3be-4990-82c4-32c4aeae02fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.067463 10.0.0.131 - - [2026-05-25 04:24:05] "GET /projects?obj_uuids=f152281b-610a-41f9-b7ec-ef5bbba85ad9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.131 - - [2026-05-25 04:24:05] "GET /projects?obj_uuids=6ea7c606-e3be-4990-82c4-32c4aeae02fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001056 10.0.0.131 - - [2026-05-25 04:24:05] "GET /project/f152281b-610a-41f9-b7ec-ef5bbba85ad9?fields=security_groups HTTP/1.1" 200 1364 0.075951 10.0.0.131 - - [2026-05-25 04:24:05] "GET /project/6ea7c606-e3be-4990-82c4-32c4aeae02fe?fields=security_groups HTTP/1.1" 200 1362 0.108777 10.0.0.131 - - [2026-05-25 04:24:05] "DELETE /security-group/fa8d004d-06d9-4e46-8867-fa54019894b3 HTTP/1.1" 200 115 0.072975 10.0.0.131 - - [2026-05-25 04:24:05] "GET /projects?obj_uuids=f152281b-610a-41f9-b7ec-ef5bbba85ad9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001516 10.0.0.131 - - [2026-05-25 04:24:05] "DELETE /security-group/35b31051-678c-4d18-8120-115e30da750c HTTP/1.1" 200 115 0.106359 10.0.0.131 - - [2026-05-25 04:24:05] "GET /project/f152281b-610a-41f9-b7ec-ef5bbba85ad9?fields=application_policy_sets HTTP/1.1" 200 1403 0.082150 10.0.0.131 - - [2026-05-25 04:24:05] "GET /projects?obj_uuids=6ea7c606-e3be-4990-82c4-32c4aeae02fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001828 10.0.0.19 - - [2026-05-25 04:24:05] "DELETE /access-control-list/0daae929-a576-4e7f-8269-86675f25e395 HTTP/1.1" 200 115 0.079670 10.0.0.131 - - [2026-05-25 04:24:05] "GET /project/6ea7c606-e3be-4990-82c4-32c4aeae02fe?fields=application_policy_sets HTTP/1.1" 200 1401 0.097789 10.0.0.131 - - [2026-05-25 04:24:06] "DELETE /project/f152281b-610a-41f9-b7ec-ef5bbba85ad9 HTTP/1.1" 200 115 0.618133 10.0.0.131 - - [2026-05-25 04:24:06] "DELETE /project/6ea7c606-e3be-4990-82c4-32c4aeae02fe HTTP/1.1" 200 115 0.703665 10.0.0.73 - - [2026-05-25 04:24:06] "POST /neutron/port HTTP/1.1" 200 1124 0.020991 10.0.0.73 - - [2026-05-25 04:24:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.023433 10.0.0.73 - - [2026-05-25 04:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.73 - - [2026-05-25 04:24:07] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005704 10.0.0.73 - - [2026-05-25 04:24:07] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.031729 10.0.0.73 - - [2026-05-25 04:24:07] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.034029 10.0.0.73 - - [2026-05-25 04:24:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.020991 10.0.0.73 - - [2026-05-25 04:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.73 - - [2026-05-25 04:24:07] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004472 10.0.0.73 - - [2026-05-25 04:24:07] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.028855 10.0.0.73 - - [2026-05-25 04:24:07] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.031963 10.0.0.73 - - [2026-05-25 04:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.023950 10.0.0.73 - - [2026-05-25 04:24:07] "GET /routing-instance/bee6bf12-8ddc-4e9b-ad1f-219c89666968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.026801 10.0.0.73 - - [2026-05-25 04:24:07] "POST /fqname-to-id HTTP/1.1" 403 354 0.021412 10.0.0.73 - - [2026-05-25 04:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.73 - - [2026-05-25 04:24:07] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005318 10.0.0.73 - - [2026-05-25 04:24:07] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.027007 10.0.0.73 - - [2026-05-25 04:24:08] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.028312 10.0.0.73 - - [2026-05-25 04:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.019941 10.0.0.73 - - [2026-05-25 04:24:08] "GET /routing-instance/bee6bf12-8ddc-4e9b-ad1f-219c89666968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.029274 10.0.0.131 - - [2026-05-25 04:24:10] "GET /obj-perms HTTP/1.1" 403 257 0.067748 10.0.0.73 - - [2026-05-25 04:24:10] "POST /neutron/port HTTP/1.1" 200 1107 0.023829 10.0.0.73 - - [2026-05-25 04:24:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.011175 10.0.0.131 - - [2026-05-25 04:24:12] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.025030 10.0.0.131 - - [2026-05-25 04:24:16] "GET /obj-perms HTTP/1.1" 403 257 0.017057 10.0.0.131 - - [2026-05-25 04:24:18] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.019953 10.0.0.73 - - [2026-05-25 04:24:19] "POST /neutron/port HTTP/1.1" 200 1219 0.026844 10.0.0.73 - - [2026-05-25 04:24:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005588 10.0.0.73 - - [2026-05-25 04:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.001362 10.0.0.131 - - [2026-05-25 04:24:22] "GET /obj-perms HTTP/1.1" 403 257 0.016697 10.0.0.73 - - [2026-05-25 04:24:22] "GET /virtual-machine-interface/df8b924c-20ed-4323-95fa-36c206adba1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.035828 10.0.0.73 - - [2026-05-25 04:24:22] "GET /virtual-machine-interface/df8b924c-20ed-4323-95fa-36c206adba1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.027860 10.0.0.131 - - [2026-05-25 04:24:22] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.019394 10.0.0.73 - - [2026-05-25 04:24:22] "GET /virtual-machine-interface/df8b924c-20ed-4323-95fa-36c206adba1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.029686 10.0.0.73 - - [2026-05-25 04:24:23] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.026119 10.0.0.73 - - [2026-05-25 04:24:23] "GET /obj-perms HTTP/1.1" 403 257 0.053722 10.0.0.73 - - [2026-05-25 04:24:23] "GET /obj-perms HTTP/1.1" 403 257 0.016585 10.0.0.73 - - [2026-05-25 04:24:24] "GET /obj-perms HTTP/1.1" 403 257 0.050465 10.0.0.73 - - [2026-05-25 04:24:24] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.034226 10.0.0.19 - - [2026-05-25 04:24:24] "GET /obj-perms HTTP/1.1" 403 257 0.046759 10.0.0.131 - - [2026-05-25 04:24:24] "GET /obj-perms HTTP/1.1" 403 257 0.014666 10.0.0.73 - - [2026-05-25 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.018775 10.0.0.131 - - [2026-05-25 04:24:24] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001328 10.0.0.73 - - [2026-05-25 04:24:24] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.077815 10.0.0.73 - - [2026-05-25 04:24:24] "GET /virtual-network/3454d24b-7a2b-4a21-8a48-bd4716583c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.027118 10.0.0.73 - - [2026-05-25 04:24:24] "GET /floating-ip-pools?parent_id=3454d24b-7a2b-4a21-8a48-bd4716583c94&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.022957 10.0.0.73 - - [2026-05-25 04:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.020211 10.0.0.73 - - [2026-05-25 04:24:24] "GET /floating-ip-pool/dc1bc3b2-33a5-4bd2-bd6f-3132a9b69a35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.024433 10.0.0.131 - - [2026-05-25 04:24:24] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001174 10.0.0.73 - - [2026-05-25 04:24:25] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.088104 10.0.0.73 - - [2026-05-25 04:24:25] "POST /floating-ips HTTP/1.1" 200 618 0.117688 10.0.0.73 - - [2026-05-25 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.030210 10.0.0.73 - - [2026-05-25 04:24:25] "GET /floating-ip/bdab13e0-58a3-4db6-b450-a54ee26aaca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.024759 10.0.0.73 - - [2026-05-25 04:24:25] "GET /floating-ip/bdab13e0-58a3-4db6-b450-a54ee26aaca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.041675 10.0.0.73 - - [2026-05-25 04:24:25] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.023752 10.0.0.73 - - [2026-05-25 04:24:25] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1206 0.023338 10.0.0.73 - - [2026-05-25 04:24:25] "GET /virtual-machine-interface/df8b924c-20ed-4323-95fa-36c206adba1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.030097 10.0.0.73 - - [2026-05-25 04:24:25] "POST /ref-update HTTP/1.1" 200 156 0.053189 10.0.0.73 - - [2026-05-25 04:24:25] "POST /neutron/floatingip HTTP/1.1" 200 548 0.133082 10.0.0.73 - - [2026-05-25 04:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.028211 10.0.0.73 - - [2026-05-25 04:24:25] "GET /routing-instance/3ed12898-d3aa-4d78-894d-7187cd83408e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.026992 10.0.0.73 - - [2026-05-25 04:24:26] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.033193 10.0.0.73 - - [2026-05-25 04:24:26] "POST /neutron/port HTTP/1.1" 200 1114 0.116925 10.0.0.73 - - [2026-05-25 04:24:27] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd HTTP/1.1" 200 1295 0.028842 10.0.0.73 - - [2026-05-25 04:24:27] "GET /virtual-machine-interface/df8b924c-20ed-4323-95fa-36c206adba1d HTTP/1.1" 200 3595 0.028530 10.0.0.73 - - [2026-05-25 04:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.019645 10.0.0.73 - - [2026-05-25 04:24:27] "GET /security-group/7d72b8c9-456c-4d26-b9da-68ea6fff29dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.017601 10.0.0.73 - - [2026-05-25 04:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.021162 10.0.0.73 - - [2026-05-25 04:24:27] "GET /security-group/7d72b8c9-456c-4d26-b9da-68ea6fff29dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.021293 10.0.0.73 - - [2026-05-25 04:24:27] "POST /neutron/security_group HTTP/1.1" 200 568 0.023726 10.0.0.73 - - [2026-05-25 04:24:27] "DELETE /floating-ip/bdab13e0-58a3-4db6-b450-a54ee26aaca1 HTTP/1.1" 200 115 0.091916 10.0.0.73 - - [2026-05-25 04:24:27] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd HTTP/1.1" 200 1295 0.025932 10.0.0.73 - - [2026-05-25 04:24:28] "POST /neutron/port HTTP/1.1" 200 151 0.212622 10.0.0.73 - - [2026-05-25 04:24:29] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd HTTP/1.1" 404 171 0.020512 10.0.0.73 - - [2026-05-25 04:24:29] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd HTTP/1.1" 404 171 0.015082 10.0.0.73 - - [2026-05-25 04:24:29] "GET /virtual-machine/d8927895-063b-4e8a-b045-389bb7685fbd HTTP/1.1" 404 171 0.018773 10.0.0.73 - - [2026-05-25 04:24:30] "POST /fqname-to-id HTTP/1.1" 403 354 0.023694 10.0.0.73 - - [2026-05-25 04:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005790 10.0.0.73 - - [2026-05-25 04:24:30] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.011619 10.0.0.73 - - [2026-05-25 04:24:30] "GET /virtual-networks?parent_id=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.024532 10.0.0.73 - - [2026-05-25 04:24:30] "GET /virtual-network/4aa64408-0fc6-4988-94fc-b39624e80b93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.021594 10.0.0.73 - - [2026-05-25 04:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.017187 10.0.0.73 - - [2026-05-25 04:24:30] "GET /routing-instance/bee6bf12-8ddc-4e9b-ad1f-219c89666968?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.020813 10.0.0.73 - - [2026-05-25 04:24:30] "GET /obj-perms HTTP/1.1" 403 257 0.015458 10.0.0.73 - - [2026-05-25 04:24:30] "GET /obj-perms HTTP/1.1" 403 257 0.051553 10.0.0.19 - - [2026-05-25 04:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.081354 10.0.0.73 - - [2026-05-25 04:24:33] "GET /obj-perms HTTP/1.1" 200 5030 0.004582 10.0.0.19 - - [2026-05-25 04:24:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004627 10.0.0.73 - - [2026-05-25 04:24:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004718 10.0.0.19 - - [2026-05-25 04:24:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004028 10.0.0.73 - - [2026-05-25 04:24:52] "GET /obj-perms HTTP/1.1" 200 5030 0.005587 10.0.0.73 - - [2026-05-25 04:24:52] "POST /fqname-to-id HTTP/1.1" 404 232 0.019062 10.0.0.19 - - [2026-05-25 04:24:52] "DELETE /access-control-list/3a90ad53-5050-40d0-bbce-caa4ce75aaf6 HTTP/1.1" 200 115 0.105257 10.0.0.73 - - [2026-05-25 04:24:53] "POST /neutron/network HTTP/1.1" 200 864 0.044765 10.0.0.19 - - [2026-05-25 04:24:53] "DELETE /route-target/ab25aee4-bbf4-4aaf-b16e-a0f93f1f3a64 HTTP/1.1" 200 115 0.021054 10.0.0.73 - - [2026-05-25 04:24:53] "DELETE /api-access-list/3cc19b4a-8d5e-486d-a089-50e7877ccde3 HTTP/1.1" 200 115 0.060437 10.0.0.131 - - [2026-05-25 04:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.112065 10.0.0.131 - - [2026-05-25 04:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004007 10.0.0.73 - - [2026-05-25 04:24:54] "POST /neutron/network HTTP/1.1" 200 151 0.302363 10.0.0.73 - - [2026-05-25 04:24:56] "GET /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.009329 10.0.0.73 - - [2026-05-25 04:24:56] "PUT /api-access-list/687ea844-f49a-48c6-bf81-95bfbf527098 HTTP/1.1" 200 265 0.021574 10.0.0.131 - - [2026-05-25 04:24:57] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001400 10.0.0.73 - - [2026-05-25 04:24:57] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.311724 10.0.0.131 - - [2026-05-25 04:24:57] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.73 - - [2026-05-25 04:24:57] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?fields=virtual_networks HTTP/1.1" 200 1034 0.055458 10.0.0.131 - - [2026-05-25 04:24:57] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001518 10.0.0.73 - - [2026-05-25 04:24:57] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.044268 10.0.0.131 - - [2026-05-25 04:24:57] "GET /projects?obj_uuids=25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.73 - - [2026-05-25 04:24:57] "GET /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c?fields=security_groups HTTP/1.1" 200 1261 0.060387 10.0.0.131 - - [2026-05-25 04:24:58] "GET /projects?obj_uuids=c8ac11ba-4ac5-4452-9a37-69da139cedd9&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001742 10.0.0.73 - - [2026-05-25 04:24:58] "GET /project/c8ac11ba-4ac5-4452-9a37-69da139cedd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.063270 [Introspect:8084]10.0.0.73 - - [2026-05-25 04:25:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001760 10.0.0.73 - - [2026-05-25 04:25:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.052568 10.0.0.131 - - [2026-05-25 04:25:02] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003376 10.0.0.131 - - [2026-05-25 04:25:02] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001819 10.0.0.131 - - [2026-05-25 04:25:02] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052294 10.0.0.131 - - [2026-05-25 04:25:02] "POST /id-to-fqname HTTP/1.1" 200 191 0.002393 10.0.0.131 - - [2026-05-25 04:25:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.006785 10.0.0.131 - - [2026-05-25 04:25:02] "POST /security-groups HTTP/1.1" 200 592 0.089220 10.0.0.19 - - [2026-05-25 04:25:02] "POST /fqname-to-id HTTP/1.1" 404 235 0.004299 10.0.0.131 - - [2026-05-25 04:25:02] "POST /projects HTTP/1.1" 200 587 0.320975 10.0.0.131 - - [2026-05-25 04:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.365379 10.0.0.73 - - [2026-05-25 04:25:02] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.604490 10.0.0.19 - - [2026-05-25 04:25:03] "POST /access-control-lists HTTP/1.1" 200 597 0.067170 10.0.0.73 - - [2026-05-25 04:25:04] "GET / HTTP/1.1" 200 36215 0.002376 10.0.0.73 - - [2026-05-25 04:25:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.131 - - [2026-05-25 04:25:06] "DELETE /project/e6d4c97aa5ff4b0dab8ae99bd8bf4987 HTTP/1.1" 404 173 0.004742 10.0.0.131 - - [2026-05-25 04:25:06] "DELETE /project/25d2c32c-b9e8-4d60-8cc5-25190f8eaa4c HTTP/1.1" 404 177 0.004452 10.0.0.73 - - [2026-05-25 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.046895 10.0.0.131 - - [2026-05-25 04:25:06] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001418 10.0.0.73 - - [2026-05-25 04:25:06] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059400 10.0.0.19 - - [2026-05-25 04:25:07] "POST /route-targets HTTP/1.1" 200 328 0.021326 10.0.0.131 - - [2026-05-25 04:25:07] "POST /useragent-kv HTTP/1.1" 200 115 0.013317 10.0.0.73 - - [2026-05-25 04:25:07] "POST /neutron/subnet HTTP/1.1" 200 716 0.391290 10.0.0.73 - - [2026-05-25 04:25:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001828 10.0.0.73 - - [2026-05-25 04:25:07] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007577 10.0.0.73 - - [2026-05-25 04:25:07] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007976 10.0.0.73 - - [2026-05-25 04:25:07] "POST /neutron/network HTTP/1.1" 200 825 0.013275 10.0.0.73 - - [2026-05-25 04:25:08] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007375 10.0.0.73 - - [2026-05-25 04:25:08] "GET /obj-perms HTTP/1.1" 200 5032 0.087407 10.0.0.19 - - [2026-05-25 04:25:09] "GET /obj-perms HTTP/1.1" 200 5032 0.069063 10.0.0.131 - - [2026-05-25 04:25:09] "GET /obj-perms HTTP/1.1" 200 5032 0.070709 10.0.0.73 - - [2026-05-25 04:25:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001698 10.0.0.73 - - [2026-05-25 04:25:10] "POST /neutron/network HTTP/1.1" 200 835 0.008549 10.0.0.131 - - [2026-05-25 04:25:10] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001347 10.0.0.73 - - [2026-05-25 04:25:10] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.101700 10.0.0.73 - - [2026-05-25 04:25:11] "POST /neutron/port HTTP/1.1" 200 117 0.009563 10.0.0.73 - - [2026-05-25 04:25:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001587 10.0.0.73 - - [2026-05-25 04:25:11] "POST /neutron/network HTTP/1.1" 200 835 0.008101 10.0.0.73 - - [2026-05-25 04:25:12] "POST /neutron/port HTTP/1.1" 200 1059 0.023917 10.0.0.131 - - [2026-05-25 04:25:12] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001646 10.0.0.73 - - [2026-05-25 04:25:12] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.200295 10.0.0.73 - - [2026-05-25 04:25:12] "POST /neutron/port HTTP/1.1" 200 1219 0.040210 10.0.0.73 - - [2026-05-25 04:25:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006605 10.0.0.73 - - [2026-05-25 04:25:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004882 10.0.0.73 - - [2026-05-25 04:25:13] "POST /neutron/network HTTP/1.1" 200 825 0.008551 10.0.0.73 - - [2026-05-25 04:25:13] "POST /neutron/port HTTP/1.1" 200 117 0.001682 10.0.0.73 - - [2026-05-25 04:25:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010137 10.0.0.73 - - [2026-05-25 04:25:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011683 10.0.0.73 - - [2026-05-25 04:25:14] "POST /neutron/port HTTP/1.1" 200 1059 0.026866 10.0.0.73 - - [2026-05-25 04:25:14] "POST /neutron/port HTTP/1.1" 200 1123 0.024742 10.0.0.73 - - [2026-05-25 04:25:14] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.73 - - [2026-05-25 04:25:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011562 10.0.0.73 - - [2026-05-25 04:25:19] "POST /neutron/port HTTP/1.1" 200 1123 0.026814 10.0.0.73 - - [2026-05-25 04:25:19] "GET /virtual-machine/a4efd4ba-b788-4810-afba-0fd12d21283d HTTP/1.1" 401 292 0.000432 10.0.0.73 - - [2026-05-25 04:25:19] "GET /virtual-machine/a4efd4ba-b788-4810-afba-0fd12d21283d HTTP/1.1" 200 1296 0.044210 10.0.0.73 - - [2026-05-25 04:25:19] "GET /virtual-machine-interface/b566c956-5735-4619-909d-46465103b544 HTTP/1.1" 200 2956 0.007829 10.0.0.73 - - [2026-05-25 04:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005317 10.0.0.73 - - [2026-05-25 04:25:19] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005931 10.0.0.73 - - [2026-05-25 04:25:19] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003700 10.0.0.73 - - [2026-05-25 04:25:19] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006780 10.0.0.73 - - [2026-05-25 04:25:21] "POST /neutron/port HTTP/1.1" 200 1107 0.023990 10.0.0.73 - - [2026-05-25 04:25:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.010733 10.0.0.73 - - [2026-05-25 04:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.73 - - [2026-05-25 04:25:22] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008529 10.0.0.73 - - [2026-05-25 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.73 - - [2026-05-25 04:25:26] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006683 10.0.0.73 - - [2026-05-25 04:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.73 - - [2026-05-25 04:25:30] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006907 10.0.0.73 - - [2026-05-25 04:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.73 - - [2026-05-25 04:25:34] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006426 10.0.0.73 - - [2026-05-25 04:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.73 - - [2026-05-25 04:25:39] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007236 10.0.0.73 - - [2026-05-25 04:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.73 - - [2026-05-25 04:25:43] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007972 10.0.0.73 - - [2026-05-25 04:25:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.73 - - [2026-05-25 04:25:47] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007472 10.0.0.73 - - [2026-05-25 04:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.73 - - [2026-05-25 04:25:51] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005693 10.0.0.73 - - [2026-05-25 04:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.73 - - [2026-05-25 04:25:55] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006824 10.0.0.73 - - [2026-05-25 04:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.73 - - [2026-05-25 04:25:59] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006449 10.0.0.73 - - [2026-05-25 04:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.73 - - [2026-05-25 04:26:01] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004597 10.0.0.73 - - [2026-05-25 04:26:01] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004569 10.0.0.73 - - [2026-05-25 04:26:01] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007968 10.0.0.73 - - [2026-05-25 04:26:01] "POST /neutron/port HTTP/1.1" 200 1123 0.026155 10.0.0.73 - - [2026-05-25 04:26:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009802 10.0.0.73 - - [2026-05-25 04:26:13] "POST /neutron/port HTTP/1.1" 200 1107 0.021836 10.0.0.73 - - [2026-05-25 04:26:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005672 10.0.0.73 - - [2026-05-25 04:26:13] "POST /neutron/network HTTP/1.1" 200 927 0.009350 10.0.0.73 - - [2026-05-25 04:26:17] "POST /neutron/port HTTP/1.1" 200 1123 0.028566 10.0.0.73 - - [2026-05-25 04:26:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008976 10.0.0.73 - - [2026-05-25 04:26:28] "POST /neutron/port HTTP/1.1" 200 1123 0.026391 10.0.0.73 - - [2026-05-25 04:26:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009389 10.0.0.73 - - [2026-05-25 04:26:28] "GET /virtual-machine/31daaf15-4787-4395-a6be-cca61859eeff HTTP/1.1" 200 1295 0.007615 10.0.0.73 - - [2026-05-25 04:26:28] "GET /virtual-machine-interface/90c4d555-88c7-4c89-9d47-f98777dd9c4f HTTP/1.1" 200 2956 0.006271 10.0.0.73 - - [2026-05-25 04:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.73 - - [2026-05-25 04:26:28] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004988 10.0.0.73 - - [2026-05-25 04:26:28] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003398 10.0.0.73 - - [2026-05-25 04:26:28] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007061 10.0.0.73 - - [2026-05-25 04:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.73 - - [2026-05-25 04:26:29] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005110 10.0.0.73 - - [2026-05-25 04:26:29] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003841 10.0.0.73 - - [2026-05-25 04:26:29] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007143 10.0.0.73 - - [2026-05-25 04:26:34] "POST /neutron/port HTTP/1.1" 200 1123 0.025894 10.0.0.73 - - [2026-05-25 04:26:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011931 10.0.0.73 - - [2026-05-25 04:26:50] "POST /neutron/port HTTP/1.1" 200 1123 0.024873 10.0.0.73 - - [2026-05-25 04:26:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010205 10.0.0.73 - - [2026-05-25 04:27:05] "POST /neutron/port HTTP/1.1" 200 1123 0.024920 10.0.0.73 - - [2026-05-25 04:27:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009092 10.0.0.73 - - [2026-05-25 04:27:14] "POST /neutron/network HTTP/1.1" 200 1124 0.008589 10.0.0.73 - - [2026-05-25 04:27:14] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018159 10.0.0.73 - - [2026-05-25 04:27:14] "POST /neutron/network HTTP/1.1" 200 1114 0.011781 10.0.0.73 - - [2026-05-25 04:27:21] "POST /neutron/port HTTP/1.1" 200 1123 0.024587 10.0.0.73 - - [2026-05-25 04:27:23] "POST /neutron/port HTTP/1.1" 200 1219 0.022606 10.0.0.73 - - [2026-05-25 04:27:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005116 10.0.0.73 - - [2026-05-25 04:27:23] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.73 - - [2026-05-25 04:27:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009773 10.0.0.73 - - [2026-05-25 04:27:31] "POST /neutron/port HTTP/1.1" 200 1123 0.022845 10.0.0.73 - - [2026-05-25 04:27:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008760 10.0.0.19 - - [2026-05-25 04:27:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.19 - - [2026-05-25 04:27:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.131 - - [2026-05-25 04:27:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.131 - - [2026-05-25 04:27:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.19 - - [2026-05-25 04:27:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.19 - - [2026-05-25 04:27:48] "GET /global-system-configs HTTP/1.1" 401 292 0.001102 10.0.0.131 - - [2026-05-25 04:27:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.131 - - [2026-05-25 04:27:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.73 - - [2026-05-25 04:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.73 - - [2026-05-25 04:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.73 - - [2026-05-25 04:27:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.73 - - [2026-05-25 04:27:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.73 - - [2026-05-25 04:28:14] "POST /neutron/network HTTP/1.1" 200 937 0.053252 10.0.0.73 - - [2026-05-25 04:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.001927 10.0.0.73 - - [2026-05-25 04:28:23] "POST /neutron/port HTTP/1.1" 200 1107 0.021390 10.0.0.73 - - [2026-05-25 04:28:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.013222 10.0.0.131 - - [2026-05-25 04:28:35] "GET /obj-perms HTTP/1.1" 200 5056 0.067905 10.0.0.73 - - [2026-05-25 04:28:35] "GET /obj-perms HTTP/1.1" 200 5056 0.069853 10.0.0.73 - - [2026-05-25 04:29:16] "POST /neutron/port HTTP/1.1" 200 1123 0.024110 10.0.0.73 - - [2026-05-25 04:29:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004807 10.0.0.73 - - [2026-05-25 04:29:16] "POST /neutron/network HTTP/1.1" 200 825 0.007872 10.0.0.73 - - [2026-05-25 04:29:25] "POST /neutron/network HTTP/1.1" 200 835 0.039524 10.0.0.73 - - [2026-05-25 04:29:25] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.73 - - [2026-05-25 04:29:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010376 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-machine/a4efd4ba-b788-4810-afba-0fd12d21283d HTTP/1.1" 200 1296 0.005775 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-machine-interface/b566c956-5735-4619-909d-46465103b544 HTTP/1.1" 200 2956 0.006649 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-machine/a4efd4ba-b788-4810-afba-0fd12d21283d HTTP/1.1" 200 1296 0.005002 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-machine-interface/b566c956-5735-4619-909d-46465103b544 HTTP/1.1" 200 2956 0.007322 10.0.0.73 - - [2026-05-25 04:29:32] "GET /instance-ip/ef51d852-3a41-468d-a533-f97bbf2da71b HTTP/1.1" 200 1625 0.007303 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-machine/a4efd4ba-b788-4810-afba-0fd12d21283d HTTP/1.1" 200 1296 0.004894 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-machine-interface/b566c956-5735-4619-909d-46465103b544 HTTP/1.1" 200 2956 0.006694 10.0.0.73 - - [2026-05-25 04:29:32] "GET /instance-ip/ef51d852-3a41-468d-a533-f97bbf2da71b HTTP/1.1" 200 1625 0.004848 10.0.0.73 - - [2026-05-25 04:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.73 - - [2026-05-25 04:29:32] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004230 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004161 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008238 10.0.0.73 - - [2026-05-25 04:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.73 - - [2026-05-25 04:29:32] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005373 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004577 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007157 10.0.0.73 - - [2026-05-25 04:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.73 - - [2026-05-25 04:29:32] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004827 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003738 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008661 10.0.0.73 - - [2026-05-25 04:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.73 - - [2026-05-25 04:29:32] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005412 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003919 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009677 10.0.0.73 - - [2026-05-25 04:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.73 - - [2026-05-25 04:29:32] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004804 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003422 10.0.0.73 - - [2026-05-25 04:29:32] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005909 10.0.0.73 - - [2026-05-25 04:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.73 - - [2026-05-25 04:29:33] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004742 10.0.0.73 - - [2026-05-25 04:29:33] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004441 10.0.0.73 - - [2026-05-25 04:29:33] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008286 10.0.0.73 - - [2026-05-25 04:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.73 - - [2026-05-25 04:29:33] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005328 10.0.0.73 - - [2026-05-25 04:29:33] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004787 10.0.0.73 - - [2026-05-25 04:29:33] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008858 10.0.0.73 - - [2026-05-25 04:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.73 - - [2026-05-25 04:29:33] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005176 10.0.0.73 - - [2026-05-25 04:29:33] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004073 10.0.0.73 - - [2026-05-25 04:29:33] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006118 10.0.0.73 - - [2026-05-25 04:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.73 - - [2026-05-25 04:29:33] "GET /routing-instance/f0690346-b0a6-48e1-83da-8c42c8d8264e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005211 10.0.0.73 - - [2026-05-25 04:29:33] "GET /route-target/e7b6e4ed-dc48-4b70-aa41-deb11412fc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004745 10.0.0.73 - - [2026-05-25 04:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.73 - - [2026-05-25 04:29:33] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004825 10.0.0.73 - - [2026-05-25 04:29:33] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004159 10.0.0.73 - - [2026-05-25 04:29:33] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.011417 10.0.0.73 - - [2026-05-25 04:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.010037 10.0.0.73 - - [2026-05-25 04:29:33] "GET /routing-instance/f0690346-b0a6-48e1-83da-8c42c8d8264e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004971 10.0.0.73 - - [2026-05-25 04:29:34] "GET /route-target/e7b6e4ed-dc48-4b70-aa41-deb11412fc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005794 10.0.0.73 - - [2026-05-25 04:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.73 - - [2026-05-25 04:29:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004086 10.0.0.73 - - [2026-05-25 04:29:34] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003721 10.0.0.73 - - [2026-05-25 04:29:34] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006718 10.0.0.73 - - [2026-05-25 04:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.73 - - [2026-05-25 04:29:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005390 10.0.0.73 - - [2026-05-25 04:29:34] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004317 10.0.0.73 - - [2026-05-25 04:29:34] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005961 10.0.0.73 - - [2026-05-25 04:29:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004541 10.0.0.131 - - [2026-05-25 04:29:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004036 10.0.0.73 - - [2026-05-25 04:29:34] "GET /obj-perms HTTP/1.1" 200 5032 0.003863 10.0.0.19 - - [2026-05-25 04:29:34] "GET /obj-perms HTTP/1.1" 200 5032 0.005042 10.0.0.131 - - [2026-05-25 04:29:34] "GET /obj-perms HTTP/1.1" 200 5032 0.005868 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-machine/31daaf15-4787-4395-a6be-cca61859eeff HTTP/1.1" 200 1295 0.005171 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-machine-interface/90c4d555-88c7-4c89-9d47-f98777dd9c4f HTTP/1.1" 200 2956 0.006721 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-machine/31daaf15-4787-4395-a6be-cca61859eeff HTTP/1.1" 200 1295 0.004740 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-machine-interface/90c4d555-88c7-4c89-9d47-f98777dd9c4f HTTP/1.1" 200 2956 0.006394 10.0.0.73 - - [2026-05-25 04:29:35] "GET /instance-ip/32cf0dc2-c2a3-4f19-98c0-35e98fdb85e3 HTTP/1.1" 200 1624 0.007814 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-machine/31daaf15-4787-4395-a6be-cca61859eeff HTTP/1.1" 200 1295 0.006037 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-machine-interface/90c4d555-88c7-4c89-9d47-f98777dd9c4f HTTP/1.1" 200 2956 0.009008 10.0.0.73 - - [2026-05-25 04:29:35] "GET /instance-ip/32cf0dc2-c2a3-4f19-98c0-35e98fdb85e3 HTTP/1.1" 200 1624 0.005868 10.0.0.73 - - [2026-05-25 04:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.73 - - [2026-05-25 04:29:35] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004674 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004561 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006431 10.0.0.73 - - [2026-05-25 04:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.73 - - [2026-05-25 04:29:35] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004565 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004312 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006428 10.0.0.73 - - [2026-05-25 04:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.73 - - [2026-05-25 04:29:35] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004795 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003787 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006702 10.0.0.73 - - [2026-05-25 04:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.73 - - [2026-05-25 04:29:35] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006773 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003987 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009431 10.0.0.73 - - [2026-05-25 04:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007303 10.0.0.73 - - [2026-05-25 04:29:35] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005060 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003722 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008636 10.0.0.73 - - [2026-05-25 04:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.73 - - [2026-05-25 04:29:35] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004747 10.0.0.73 - - [2026-05-25 04:29:35] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003961 10.0.0.73 - - [2026-05-25 04:29:36] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006858 10.0.0.73 - - [2026-05-25 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.73 - - [2026-05-25 04:29:36] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005569 10.0.0.73 - - [2026-05-25 04:29:36] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003943 10.0.0.73 - - [2026-05-25 04:29:36] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006572 10.0.0.73 - - [2026-05-25 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.73 - - [2026-05-25 04:29:36] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004565 10.0.0.73 - - [2026-05-25 04:29:36] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004540 10.0.0.73 - - [2026-05-25 04:29:36] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010006 10.0.0.73 - - [2026-05-25 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.73 - - [2026-05-25 04:29:36] "GET /routing-instance/f0690346-b0a6-48e1-83da-8c42c8d8264e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005227 10.0.0.73 - - [2026-05-25 04:29:36] "GET /route-target/e7b6e4ed-dc48-4b70-aa41-deb11412fc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005402 10.0.0.73 - - [2026-05-25 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.73 - - [2026-05-25 04:29:36] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004734 10.0.0.73 - - [2026-05-25 04:29:36] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004845 10.0.0.73 - - [2026-05-25 04:29:36] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006768 10.0.0.73 - - [2026-05-25 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.73 - - [2026-05-25 04:29:36] "GET /routing-instance/f0690346-b0a6-48e1-83da-8c42c8d8264e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.005601 10.0.0.73 - - [2026-05-25 04:29:36] "GET /route-target/e7b6e4ed-dc48-4b70-aa41-deb11412fc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005988 10.0.0.73 - - [2026-05-25 04:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.73 - - [2026-05-25 04:29:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007445 10.0.0.73 - - [2026-05-25 04:29:37] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004261 10.0.0.73 - - [2026-05-25 04:29:37] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006956 10.0.0.73 - - [2026-05-25 04:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.73 - - [2026-05-25 04:29:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006327 10.0.0.73 - - [2026-05-25 04:29:37] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004785 10.0.0.73 - - [2026-05-25 04:29:37] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007116 10.0.0.73 - - [2026-05-25 04:29:37] "GET /obj-perms HTTP/1.1" 200 5032 0.005036 10.0.0.131 - - [2026-05-25 04:29:37] "GET /obj-perms HTTP/1.1" 200 5032 0.004306 10.0.0.73 - - [2026-05-25 04:29:37] "GET /obj-perms HTTP/1.1" 200 5032 0.004189 10.0.0.19 - - [2026-05-25 04:29:37] "GET /obj-perms HTTP/1.1" 200 5032 0.005862 10.0.0.73 - - [2026-05-25 04:29:43] "GET /virtual-machine/31daaf15-4787-4395-a6be-cca61859eeff HTTP/1.1" 200 1295 0.004602 10.0.0.73 - - [2026-05-25 04:29:43] "POST /neutron/port HTTP/1.1" 200 1123 0.021152 10.0.0.73 - - [2026-05-25 04:29:45] "GET /virtual-machine/31daaf15-4787-4395-a6be-cca61859eeff HTTP/1.1" 404 171 0.004229 10.0.0.73 - - [2026-05-25 04:29:45] "GET /virtual-machine/31daaf15-4787-4395-a6be-cca61859eeff HTTP/1.1" 404 171 0.003581 10.0.0.73 - - [2026-05-25 04:29:45] "GET /virtual-machine/31daaf15-4787-4395-a6be-cca61859eeff HTTP/1.1" 404 171 0.003271 10.0.0.73 - - [2026-05-25 04:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.73 - - [2026-05-25 04:29:45] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006375 10.0.0.73 - - [2026-05-25 04:29:45] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.007234 10.0.0.73 - - [2026-05-25 04:29:45] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009486 10.0.0.73 - - [2026-05-25 04:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.73 - - [2026-05-25 04:29:45] "GET /routing-instance/f0690346-b0a6-48e1-83da-8c42c8d8264e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006337 10.0.0.73 - - [2026-05-25 04:29:45] "GET /route-target/e7b6e4ed-dc48-4b70-aa41-deb11412fc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005274 10.0.0.73 - - [2026-05-25 04:29:45] "GET /obj-perms HTTP/1.1" 200 5032 0.004096 10.0.0.19 - - [2026-05-25 04:29:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004694 10.0.0.73 - - [2026-05-25 04:29:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004661 10.0.0.131 - - [2026-05-25 04:29:52] "GET /obj-perms HTTP/1.1" 200 5032 0.006510 10.0.0.73 - - [2026-05-25 04:29:52] "GET /virtual-machine/a4efd4ba-b788-4810-afba-0fd12d21283d HTTP/1.1" 200 1296 0.005059 10.0.0.73 - - [2026-05-25 04:29:52] "POST /neutron/port HTTP/1.1" 200 1123 0.022859 10.0.0.73 - - [2026-05-25 04:29:54] "GET /virtual-machine/a4efd4ba-b788-4810-afba-0fd12d21283d HTTP/1.1" 404 171 0.003521 10.0.0.73 - - [2026-05-25 04:29:54] "GET /virtual-machine/a4efd4ba-b788-4810-afba-0fd12d21283d HTTP/1.1" 404 171 0.003917 10.0.0.73 - - [2026-05-25 04:29:54] "GET /virtual-machine/a4efd4ba-b788-4810-afba-0fd12d21283d HTTP/1.1" 404 171 0.003169 10.0.0.73 - - [2026-05-25 04:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.73 - - [2026-05-25 04:29:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004687 10.0.0.73 - - [2026-05-25 04:29:54] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003793 10.0.0.73 - - [2026-05-25 04:29:54] "GET /virtual-network/c994f00e-ce5b-4b79-b323-d38aac7836d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006496 10.0.0.73 - - [2026-05-25 04:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.73 - - [2026-05-25 04:29:54] "GET /routing-instance/f0690346-b0a6-48e1-83da-8c42c8d8264e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.006065 10.0.0.73 - - [2026-05-25 04:29:54] "GET /route-target/e7b6e4ed-dc48-4b70-aa41-deb11412fc9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005362 10.0.0.73 - - [2026-05-25 04:29:57] "GET /obj-perms HTTP/1.1" 200 5032 0.004557 10.0.0.131 - - [2026-05-25 04:30:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004897 10.0.0.73 - - [2026-05-25 04:30:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004693 10.0.0.19 - - [2026-05-25 04:30:01] "GET /obj-perms HTTP/1.1" 200 5032 0.004642 10.0.0.73 - - [2026-05-25 04:30:01] "POST /neutron/network HTTP/1.1" 200 825 0.011610 10.0.0.19 - - [2026-05-25 04:30:01] "DELETE /route-target/e7b6e4ed-dc48-4b70-aa41-deb11412fc9b HTTP/1.1" 200 115 0.079316 10.0.0.73 - - [2026-05-25 04:30:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.004178 10.0.0.73 - - [2026-05-25 04:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.131 - - [2026-05-25 04:30:04] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.052324 10.0.0.73 - - [2026-05-25 04:30:04] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.102498 10.0.0.73 - - [2026-05-25 04:30:04] "POST /network-policys HTTP/1.1" 200 524 0.032187 10.0.0.73 - - [2026-05-25 04:30:04] "GET /network-policy/dc94f527-5262-4003-b449-7a5040c41c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007204 10.0.0.73 - - [2026-05-25 04:30:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.003969 10.0.0.73 - - [2026-05-25 04:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005273 10.0.0.131 - - [2026-05-25 04:30:04] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001530 10.0.0.73 - - [2026-05-25 04:30:04] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057665 10.0.0.73 - - [2026-05-25 04:30:05] "POST /network-policys HTTP/1.1" 200 524 0.041266 10.0.0.73 - - [2026-05-25 04:30:05] "GET /network-policy/d8135bf7-704c-4eea-b968-156741a81d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009304 10.0.0.73 - - [2026-05-25 04:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.131 - - [2026-05-25 04:30:05] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002559 10.0.0.73 - - [2026-05-25 04:30:05] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.069862 10.0.0.73 - - [2026-05-25 04:30:05] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004594 10.0.0.73 - - [2026-05-25 04:30:05] "POST /virtual-networks HTTP/1.1" 200 548 0.124992 10.0.0.73 - - [2026-05-25 04:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.73 - - [2026-05-25 04:30:05] "GET /network-ipam/2276590a-3242-4508-a0b4-513b60d03628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.005798 10.0.0.131 - - [2026-05-25 04:30:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008650 10.0.0.73 - - [2026-05-25 04:30:05] "POST /ref-update HTTP/1.1" 200 156 0.099093 10.0.0.73 - - [2026-05-25 04:30:05] "POST /neutron/network HTTP/1.1" 200 809 0.009412 10.0.0.73 - - [2026-05-25 04:30:05] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006058 10.0.0.73 - - [2026-05-25 04:30:06] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.046523 10.0.0.73 - - [2026-05-25 04:30:06] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.007373 10.0.0.73 - - [2026-05-25 04:30:06] "PUT /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f HTTP/1.1" 200 265 0.074709 10.0.0.73 - - [2026-05-25 04:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.73 - - [2026-05-25 04:30:06] "GET /network-policy/dc94f527-5262-4003-b449-7a5040c41c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004589 10.0.0.19 - - [2026-05-25 04:30:06] "POST /fqname-to-id HTTP/1.1" 404 237 0.005239 10.0.0.73 - - [2026-05-25 04:30:06] "POST /ref-update HTTP/1.1" 200 156 0.059789 10.0.0.73 - - [2026-05-25 04:30:06] "POST /neutron/network HTTP/1.1" 200 886 0.010237 10.0.0.73 - - [2026-05-25 04:30:06] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008638 10.0.0.73 - - [2026-05-25 04:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.73 - - [2026-05-25 04:30:06] "GET /network-policy/dc94f527-5262-4003-b449-7a5040c41c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005481 10.0.0.73 - - [2026-05-25 04:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.131 - - [2026-05-25 04:30:07] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001183 10.0.0.73 - - [2026-05-25 04:30:07] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.052689 10.0.0.73 - - [2026-05-25 04:30:07] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004576 10.0.0.73 - - [2026-05-25 04:30:07] "POST /virtual-networks HTTP/1.1" 200 548 0.092911 10.0.0.73 - - [2026-05-25 04:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.016499 10.0.0.19 - - [2026-05-25 04:30:07] "POST /ref-update HTTP/1.1" 200 156 0.031717 10.0.0.73 - - [2026-05-25 04:30:07] "GET /network-ipam/2276590a-3242-4508-a0b4-513b60d03628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.005078 10.0.0.131 - - [2026-05-25 04:30:07] "POST /useragent-kv HTTP/1.1" 200 115 0.014706 10.0.0.73 - - [2026-05-25 04:30:07] "POST /ref-update HTTP/1.1" 200 156 0.104056 10.0.0.73 - - [2026-05-25 04:30:07] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006747 10.0.0.73 - - [2026-05-25 04:30:07] "POST /neutron/network HTTP/1.1" 200 809 0.041100 10.0.0.73 - - [2026-05-25 04:30:08] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006225 10.0.0.131 - - [2026-05-25 04:30:08] "GET /obj-perms HTTP/1.1" 200 5032 0.004386 10.0.0.73 - - [2026-05-25 04:30:08] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.006757 10.0.0.73 - - [2026-05-25 04:30:08] "PUT /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e HTTP/1.1" 200 265 0.068726 10.0.0.73 - - [2026-05-25 04:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.73 - - [2026-05-25 04:30:08] "GET /network-policy/d8135bf7-704c-4eea-b968-156741a81d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004718 10.0.0.73 - - [2026-05-25 04:30:08] "POST /ref-update HTTP/1.1" 200 156 0.054751 10.0.0.19 - - [2026-05-25 04:30:08] "POST /ref-update HTTP/1.1" 200 156 0.036173 10.0.0.73 - - [2026-05-25 04:30:08] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.012901 10.0.0.73 - - [2026-05-25 04:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006608 10.0.0.73 - - [2026-05-25 04:30:08] "GET /network-policy/d8135bf7-704c-4eea-b968-156741a81d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004534 10.0.0.73 - - [2026-05-25 04:30:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001496 10.0.0.73 - - [2026-05-25 04:30:09] "POST /neutron/port HTTP/1.1" 200 4192 0.042013 10.0.0.131 - - [2026-05-25 04:30:09] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001484 10.0.0.73 - - [2026-05-25 04:30:10] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.110577 10.0.0.73 - - [2026-05-25 04:30:10] "POST /neutron/port HTTP/1.1" 200 4192 0.071708 10.0.0.73 - - [2026-05-25 04:30:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001801 10.0.0.73 - - [2026-05-25 04:30:10] "POST /neutron/network HTTP/1.1" 200 896 0.008519 10.0.0.73 - - [2026-05-25 04:30:11] "POST /neutron/port HTTP/1.1" 200 1061 0.028381 10.0.0.131 - - [2026-05-25 04:30:11] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002000 10.0.0.73 - - [2026-05-25 04:30:11] "POST /neutron/port HTTP/1.1" 200 1125 0.045141 10.0.0.73 - - [2026-05-25 04:30:11] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.118456 10.0.0.73 - - [2026-05-25 04:30:11] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.73 - - [2026-05-25 04:30:11] "POST /neutron/port HTTP/1.1" 200 5164 0.057517 10.0.0.73 - - [2026-05-25 04:30:12] "POST /neutron/port HTTP/1.1" 200 1125 0.039853 10.0.0.131 - - [2026-05-25 04:30:12] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001163 10.0.0.73 - - [2026-05-25 04:30:12] "POST /neutron/port HTTP/1.1" 200 1061 0.362807 10.0.0.73 - - [2026-05-25 04:30:13] "POST /neutron/port HTTP/1.1" 200 1115 0.126711 10.0.0.73 - - [2026-05-25 04:30:13] "POST /neutron/subnet HTTP/1.1" 200 646 0.018704 10.0.0.73 - - [2026-05-25 04:30:17] "POST /neutron/port HTTP/1.1" 200 1125 0.020936 10.0.0.73 - - [2026-05-25 04:30:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008229 10.0.0.73 - - [2026-05-25 04:30:17] "GET /virtual-machine/061605c4-6359-4ef4-a19b-f5777d6ba596 HTTP/1.1" 200 1294 0.008155 10.0.0.73 - - [2026-05-25 04:30:17] "GET /virtual-machine-interface/e7e4b3ff-cf90-45c7-bf56-9a6cb1b6a1e8 HTTP/1.1" 200 2956 0.006187 10.0.0.73 - - [2026-05-25 04:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.73 - - [2026-05-25 04:30:17] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004256 10.0.0.73 - - [2026-05-25 04:30:17] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004033 10.0.0.73 - - [2026-05-25 04:30:17] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006743 10.0.0.73 - - [2026-05-25 04:30:17] "POST /neutron/port HTTP/1.1" 200 1219 0.042556 10.0.0.73 - - [2026-05-25 04:30:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004963 10.0.0.73 - - [2026-05-25 04:30:17] "POST /neutron/port HTTP/1.1" 200 117 0.001452 10.0.0.73 - - [2026-05-25 04:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.73 - - [2026-05-25 04:30:20] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007200 10.0.0.73 - - [2026-05-25 04:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.73 - - [2026-05-25 04:30:24] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007124 10.0.0.73 - - [2026-05-25 04:30:25] "POST /neutron/port HTTP/1.1" 200 1219 0.023244 10.0.0.73 - - [2026-05-25 04:30:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005088 10.0.0.73 - - [2026-05-25 04:30:25] "POST /neutron/port HTTP/1.1" 200 117 0.001513 10.0.0.73 - - [2026-05-25 04:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.73 - - [2026-05-25 04:30:28] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007004 10.0.0.73 - - [2026-05-25 04:30:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.73 - - [2026-05-25 04:30:33] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005675 10.0.0.73 - - [2026-05-25 04:30:36] "GET /obj-perms HTTP/1.1" 200 5056 0.071929 10.0.0.19 - - [2026-05-25 04:30:37] "GET /obj-perms HTTP/1.1" 200 5056 0.073961 10.0.0.73 - - [2026-05-25 04:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.73 - - [2026-05-25 04:30:37] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007566 10.0.0.73 - - [2026-05-25 04:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.73 - - [2026-05-25 04:30:41] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005795 10.0.0.73 - - [2026-05-25 04:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.73 - - [2026-05-25 04:30:45] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006812 10.0.0.73 - - [2026-05-25 04:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.73 - - [2026-05-25 04:30:49] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005572 10.0.0.73 - - [2026-05-25 04:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.73 - - [2026-05-25 04:30:53] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006994 10.0.0.73 - - [2026-05-25 04:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.73 - - [2026-05-25 04:30:57] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009478 10.0.0.73 - - [2026-05-25 04:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.73 - - [2026-05-25 04:30:59] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004809 10.0.0.73 - - [2026-05-25 04:30:59] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.008058 10.0.0.73 - - [2026-05-25 04:30:59] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006108 10.0.0.73 - - [2026-05-25 04:30:59] "POST /neutron/port HTTP/1.1" 200 1125 0.022708 10.0.0.73 - - [2026-05-25 04:31:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010663 10.0.0.73 - - [2026-05-25 04:31:10] "POST /neutron/port HTTP/1.1" 200 1125 0.034388 10.0.0.73 - - [2026-05-25 04:31:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.036994 10.0.0.73 - - [2026-05-25 04:31:17] "POST /neutron/port HTTP/1.1" 200 1107 0.020373 10.0.0.73 - - [2026-05-25 04:31:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004166 10.0.0.73 - - [2026-05-25 04:31:17] "POST /neutron/network HTTP/1.1" 200 927 0.009017 10.0.0.73 - - [2026-05-25 04:31:20] "POST /neutron/port HTTP/1.1" 200 1125 0.023514 10.0.0.73 - - [2026-05-25 04:31:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008767 10.0.0.73 - - [2026-05-25 04:31:21] "GET /virtual-machine/76694342-debf-4648-9fba-c0e10fd8fcc3 HTTP/1.1" 200 1295 0.042664 10.0.0.73 - - [2026-05-25 04:31:21] "GET /virtual-machine-interface/219bf6e8-b908-4c50-b85f-03418b74a976 HTTP/1.1" 200 2955 0.006431 10.0.0.73 - - [2026-05-25 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.73 - - [2026-05-25 04:31:21] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004295 10.0.0.73 - - [2026-05-25 04:31:21] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.006242 10.0.0.73 - - [2026-05-25 04:31:21] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007794 10.0.0.73 - - [2026-05-25 04:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.73 - - [2026-05-25 04:31:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005490 10.0.0.73 - - [2026-05-25 04:31:22] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004311 10.0.0.73 - - [2026-05-25 04:31:22] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006803 10.0.0.73 - - [2026-05-25 04:31:26] "POST /neutron/network HTTP/1.1" 200 937 0.009476 10.0.0.73 - - [2026-05-25 04:31:26] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.73 - - [2026-05-25 04:32:17] "POST /neutron/port HTTP/1.1" 200 1125 0.027274 10.0.0.73 - - [2026-05-25 04:32:17] "POST /neutron/subnet HTTP/1.1" 200 646 0.011202 10.0.0.73 - - [2026-05-25 04:32:26] "POST /neutron/port HTTP/1.1" 200 1125 0.019895 10.0.0.73 - - [2026-05-25 04:32:26] "POST /neutron/port HTTP/1.1" 200 1125 0.024689 10.0.0.73 - - [2026-05-25 04:32:26] "POST /neutron/network HTTP/1.1" 200 896 0.009711 10.0.0.73 - - [2026-05-25 04:32:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006337 10.0.0.73 - - [2026-05-25 04:32:26] "POST /neutron/subnet HTTP/1.1" 200 646 0.010551 10.0.0.73 - - [2026-05-25 04:32:26] "POST /neutron/port HTTP/1.1" 200 117 0.002154 10.0.0.73 - - [2026-05-25 04:32:26] "POST /neutron/network HTTP/1.1" 200 886 0.009884 10.0.0.19 - - [2026-05-25 04:32:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.19 - - [2026-05-25 04:32:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.131 - - [2026-05-25 04:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.131 - - [2026-05-25 04:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000604 10.0.0.19 - - [2026-05-25 04:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.19 - - [2026-05-25 04:32:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.131 - - [2026-05-25 04:32:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.131 - - [2026-05-25 04:32:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.73 - - [2026-05-25 04:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.73 - - [2026-05-25 04:32:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.73 - - [2026-05-25 04:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.73 - - [2026-05-25 04:32:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon May 25 04:32:56 AM UTC 2026 ===================' INFO: =================== Mon May 25 04:32:56 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 ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.131 ++ 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.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICSDB_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ ANALYTICS_SNMP_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8081 ' +++ '[' -n '10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081 ' ']' +++ echo '10.0.0.73:8081 10.0.0.19:8081 10.0.0.131:8081' ++ ANALYTICS_SERVERS='10.0.0.73:8081 10.0.0.19:8081 10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9042 ' +++ '[' -n '10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042 ' ']' +++ echo '10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.73:9042 10.0.0.19:9042 10.0.0.131:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8086 ' +++ '[' -n '10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086 ' ']' +++ echo '10.0.0.73:8086 10.0.0.19:8086 10.0.0.131:8086' ++ COLLECTOR_SERVERS='10.0.0.73:8086 10.0.0.19:8086 10.0.0.131: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.73,10.0.0.19,10.0.0.131 ++ CONFIGDB_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:8082 ' +++ '[' -n '10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082 ' ']' +++ echo '10.0.0.73:8082 10.0.0.19:8082 10.0.0.131:8082' ++ CONFIG_SERVERS='10.0.0.73:8082 10.0.0.19:8082 10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9161 ' +++ '[' -n '10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161 ' ']' +++ echo '10.0.0.73:9161 10.0.0.19:9161 10.0.0.131:9161' ++ CONFIGDB_SERVERS='10.0.0.73:9161 10.0.0.19:9161 10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9041 ' +++ '[' -n '10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041 ' ']' +++ echo '10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.73:9041 10.0.0.19:9041 10.0.0.131: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.252,10.20.0.249,10.20.0.241 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252,10.20.0.249,10.20.0.241 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:2181, +++ '[' -n 10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181, ']' +++ echo 10.0.0.73:2181,10.0.0.19:2181,10.0.0.131:2181 ++ ZOOKEEPER_SERVERS=10.0.0.73:2181,10.0.0.19:2181,10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:2181 ' +++ '[' -n '10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181 ' ']' +++ echo '10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.73:2181 10.0.0.19:2181 10.0.0.131:2181' ++ RABBITMQ_NODES=10.0.0.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+=10.0.0.73:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+=10.0.0.131:5673, +++ '[' -n 10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673, ']' +++ echo 10.0.0.73:5673,10.0.0.19:5673,10.0.0.131:5673 ++ RABBITMQ_SERVERS=10.0.0.73:5673,10.0.0.19:5673,10.0.0.131: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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:6379 ' +++ '[' -n '10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379 ' ']' +++ echo '10.0.0.73:6379 10.0.0.19:6379 10.0.0.131:6379' ++ REDIS_SERVERS='10.0.0.73:6379 10.0.0.19:6379 10.0.0.131: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.73,10.0.0.19,10.0.0.131 ++ 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.73 +++ local server_address=10.0.0.73 +++ extended_server_list+='10.0.0.73:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.131 +++ local server_address=10.0.0.131 +++ extended_server_list+='10.0.0.131:9092 ' +++ '[' -n '10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092 ' ']' +++ echo '10.0.0.73:9092 10.0.0.19:9092 10.0.0.131:9092' ++ KAFKA_SERVERS='10.0.0.73:9092 10.0.0.19:9092 10.0.0.131: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.73 ++ 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.73,10.0.0.19,10.0.0.131 ++ 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.73,10.0.0.19,10.0.0.131 ++ 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.73,10.0.0.19,10.0.0.131 ++ cut -d , -f 1 + local cassandra=10.0.0.73 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.73 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.73,10.0.0.19,10.0.0.131 +++ local servers=10.0.0.73,10.0.0.19,10.0.0.131 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ grep -vi host ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.131,10.20.0.241,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.73'\''))' +++ local server_ip=10.0.0.73 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.73 ]] +++ [[ ,10.0.0.131,10.20.0.241,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.73, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.131,10.20.0.241,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.131'\''))' +++ local server_ip=10.0.0.131 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.131 ]] +++ [[ ,10.0.0.131,10.20.0.241,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.131, ]] +++ echo 10.0.0.131 3 +++ return ++ local ip=10.0.0.131 ++ [[ -z 10.0.0.131 ]] ++ echo 10.0.0.131 + host_ip=10.0.0.131 + [[ cql == \c\q\l ]] ++ echo 10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.73:9041 10.0.0.19:9041 10.0.0.131:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.131: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=__ ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 05/25/2026 04:33:05.236 7f4a453eb7c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/25/2026 04:33:05.396 7f4a453eb7c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/25/2026 04:33:05.412 7f4a453eb7c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/25/2026 04:33:05.412 7f4a453eb7c0 [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.131:8082/ Hit Ctrl-C to quit. 10.0.0.131 - - [2026-05-25 04:33:06] "GET / HTTP/1.1" 503 181 0.000310 10.0.0.131 - - [2026-05-25 04:33:06] "GET / HTTP/1.1" 503 181 0.000163 [Introspect:8084]10.0.0.73 - - [2026-05-25 04:33:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3222 0.002171 10.0.0.131 - - [2026-05-25 04:33:07] "GET / HTTP/1.1" 200 45871 0.001446 10.0.0.131 - - [2026-05-25 04:33:07] "GET / HTTP/1.1" 200 45871 0.001111 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.131 - - [2026-05-25 04:33:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000656 10.0.0.131 - - [2026-05-25 04:33:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000228 10.0.0.131 - - [2026-05-25 04:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.735096 10.0.0.131 - - [2026-05-25 04:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.131 - - [2026-05-25 04:33:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.448279 10.0.0.131 - - [2026-05-25 04:33:08] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1718 0.003993 /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.131 - - [2026-05-25 04:33:08] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001061 10.0.0.131 - - [2026-05-25 04:33:08] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.046548 10.0.0.131 - - [2026-05-25 04:33:08] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001433 10.0.0.131 - - [2026-05-25 04:33:08] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?fields=security_groups HTTP/1.1" 200 1088 0.042932 10.0.0.131 - - [2026-05-25 04:33:08] "GET /projects?obj_uuids=7e55d1ab-ebd6-471c-8d78-b1185a5be8d5&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001262 10.0.0.131 - - [2026-05-25 04:33:08] "GET /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5?fields=application_policy_sets HTTP/1.1" 200 1381 0.040200 10.0.0.131 - - [2026-05-25 04:33:08] "DELETE /project/7e55d1ab-ebd6-471c-8d78-b1185a5be8d5 HTTP/1.1" 409 278 0.227875 [Introspect:8084]10.0.0.73 - - [2026-05-25 04:33:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001132 [Introspect:8084]10.0.0.73 - - [2026-05-25 04:33:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001221 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.73 - - [2026-05-25 04:33:13] "GET /obj-perms HTTP/1.1" 200 5032 0.420057 10.0.0.73 - - [2026-05-25 04:33:13] "GET /obj-perms HTTP/1.1" 200 5032 0.007329 10.0.0.73 - - [2026-05-25 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.056283 10.0.0.131 - - [2026-05-25 04:33:13] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001139 10.0.0.73 - - [2026-05-25 04:33:13] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.073294 10.0.0.73 - - [2026-05-25 04:33:13] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004521 10.0.0.73 - - [2026-05-25 04:33:13] "POST /virtual-networks HTTP/1.1" 200 548 0.125534 10.0.0.73 - - [2026-05-25 04:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.73 - - [2026-05-25 04:33:13] "GET /network-ipam/2276590a-3242-4508-a0b4-513b60d03628?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.005489 10.0.0.131 - - [2026-05-25 04:33:14] "POST /useragent-kv HTTP/1.1" 200 115 0.009211 10.0.0.73 - - [2026-05-25 04:33:14] "POST /ref-update HTTP/1.1" 200 156 0.098622 10.0.0.73 - - [2026-05-25 04:33:14] "GET /virtual-network/27bfff09-db79-4c96-b602-c64ab57f2f3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006613 10.0.0.73 - - [2026-05-25 04:33:14] "POST /neutron/network HTTP/1.1" 200 809 0.067167 10.0.0.73 - - [2026-05-25 04:33:14] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007794 10.0.0.73 - - [2026-05-25 04:33:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004760 10.0.0.131 - - [2026-05-25 04:33:15] "GET /obj-perms HTTP/1.1" 200 5032 0.082515 10.0.0.73 - - [2026-05-25 04:33:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001569 10.0.0.73 - - [2026-05-25 04:33:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011191 10.0.0.131 - - [2026-05-25 04:33:16] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001835 10.0.0.73 - - [2026-05-25 04:33:16] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.092297 10.0.0.73 - - [2026-05-25 04:33:16] "POST /neutron/port HTTP/1.1" 200 6136 0.053602 10.0.0.73 - - [2026-05-25 04:33:16] "POST /neutron/port HTTP/1.1" 200 117 0.008616 10.0.0.73 - - [2026-05-25 04:33:17] "POST /neutron/port HTTP/1.1" 200 1061 0.066210 10.0.0.73 - - [2026-05-25 04:33:17] "POST /neutron/port HTTP/1.1" 200 1125 0.021646 10.0.0.73 - - [2026-05-25 04:33:17] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.73 - - [2026-05-25 04:33:18] "POST /neutron/port HTTP/1.1" 200 1219 0.024328 10.0.0.73 - - [2026-05-25 04:33:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004884 10.0.0.73 - - [2026-05-25 04:33:18] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.73 - - [2026-05-25 04:33:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008682 10.0.0.73 - - [2026-05-25 04:33:22] "POST /neutron/port HTTP/1.1" 200 1125 0.019836 10.0.0.73 - - [2026-05-25 04:33:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010104 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-machine/3a069b84-da7a-43c5-b2fa-855bc5484db8 HTTP/1.1" 200 1295 0.042458 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-machine/3a069b84-da7a-43c5-b2fa-855bc5484db8 HTTP/1.1" 200 1295 0.005182 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-machine-interface/e12a19ac-e45e-4901-9a72-5d40340f5c22 HTTP/1.1" 200 2956 0.009187 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-machine/3a069b84-da7a-43c5-b2fa-855bc5484db8 HTTP/1.1" 200 1295 0.005285 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-machine-interface/e12a19ac-e45e-4901-9a72-5d40340f5c22 HTTP/1.1" 200 2956 0.007843 10.0.0.73 - - [2026-05-25 04:33:22] "GET /instance-ip/9b2e023e-cae9-4e9c-af01-f8df329c95a6 HTTP/1.1" 200 1627 0.007248 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-machine/3a069b84-da7a-43c5-b2fa-855bc5484db8 HTTP/1.1" 200 1295 0.005520 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-machine-interface/e12a19ac-e45e-4901-9a72-5d40340f5c22 HTTP/1.1" 200 2956 0.007794 10.0.0.73 - - [2026-05-25 04:33:22] "GET /instance-ip/9b2e023e-cae9-4e9c-af01-f8df329c95a6 HTTP/1.1" 200 1627 0.005026 10.0.0.73 - - [2026-05-25 04:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.73 - - [2026-05-25 04:33:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005923 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003705 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007158 10.0.0.73 - - [2026-05-25 04:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.73 - - [2026-05-25 04:33:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006581 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005014 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007612 10.0.0.73 - - [2026-05-25 04:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004991 10.0.0.73 - - [2026-05-25 04:33:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005738 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004779 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006684 10.0.0.73 - - [2026-05-25 04:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.73 - - [2026-05-25 04:33:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005540 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004365 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007285 10.0.0.73 - - [2026-05-25 04:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007001 10.0.0.73 - - [2026-05-25 04:33:22] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004864 10.0.0.73 - - [2026-05-25 04:33:22] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004438 10.0.0.73 - - [2026-05-25 04:33:23] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007318 10.0.0.73 - - [2026-05-25 04:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.73 - - [2026-05-25 04:33:26] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006896 10.0.0.73 - - [2026-05-25 04:33:28] "POST /neutron/network HTTP/1.1" 200 1124 0.044238 10.0.0.73 - - [2026-05-25 04:33:28] "POST /neutron/subnet HTTP/1.1" 200 1389 0.020005 10.0.0.73 - - [2026-05-25 04:33:28] "POST /neutron/network HTTP/1.1" 200 1114 0.012164 10.0.0.73 - - [2026-05-25 04:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.73 - - [2026-05-25 04:33:30] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006413 10.0.0.73 - - [2026-05-25 04:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.73 - - [2026-05-25 04:33:34] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006313 10.0.0.73 - - [2026-05-25 04:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.73 - - [2026-05-25 04:33:38] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005821 10.0.0.19 - - [2026-05-25 04:33:39] "GET /obj-perms HTTP/1.1" 200 5056 0.065410 10.0.0.73 - - [2026-05-25 04:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.73 - - [2026-05-25 04:33:42] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006010 10.0.0.73 - - [2026-05-25 04:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.73 - - [2026-05-25 04:33:46] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006847 10.0.0.73 - - [2026-05-25 04:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.73 - - [2026-05-25 04:33:50] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007180 10.0.0.73 - - [2026-05-25 04:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.73 - - [2026-05-25 04:33:54] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006665 10.0.0.73 - - [2026-05-25 04:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005953 10.0.0.73 - - [2026-05-25 04:33:58] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008155 10.0.0.73 - - [2026-05-25 04:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.73 - - [2026-05-25 04:34:03] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005688 10.0.0.73 - - [2026-05-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005543 10.0.0.73 - - [2026-05-25 04:34:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004920 10.0.0.73 - - [2026-05-25 04:34:05] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003500 10.0.0.73 - - [2026-05-25 04:34:05] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006398 10.0.0.73 - - [2026-05-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006094 10.0.0.73 - - [2026-05-25 04:34:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004820 10.0.0.73 - - [2026-05-25 04:34:05] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003900 10.0.0.73 - - [2026-05-25 04:34:05] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009221 10.0.0.73 - - [2026-05-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.73 - - [2026-05-25 04:34:05] "GET /routing-instance/8dfe200b-3b40-4b77-b69b-87255832d421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.006657 10.0.0.73 - - [2026-05-25 04:34:05] "GET /route-target/eee17d84-000a-458e-8fc8-044a74b2049b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004853 10.0.0.73 - - [2026-05-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.73 - - [2026-05-25 04:34:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005231 10.0.0.73 - - [2026-05-25 04:34:05] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.006178 10.0.0.73 - - [2026-05-25 04:34:05] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007043 10.0.0.73 - - [2026-05-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.73 - - [2026-05-25 04:34:05] "GET /routing-instance/8dfe200b-3b40-4b77-b69b-87255832d421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005045 10.0.0.73 - - [2026-05-25 04:34:05] "GET /route-target/eee17d84-000a-458e-8fc8-044a74b2049b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003795 10.0.0.73 - - [2026-05-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.73 - - [2026-05-25 04:34:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004760 10.0.0.73 - - [2026-05-25 04:34:05] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003679 10.0.0.73 - - [2026-05-25 04:34:05] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006598 10.0.0.73 - - [2026-05-25 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.73 - - [2026-05-25 04:34:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004569 10.0.0.73 - - [2026-05-25 04:34:06] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003856 10.0.0.73 - - [2026-05-25 04:34:06] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006777 10.0.0.73 - - [2026-05-25 04:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.73 - - [2026-05-25 04:34:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005872 10.0.0.73 - - [2026-05-25 04:34:06] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004475 10.0.0.73 - - [2026-05-25 04:34:06] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008500 10.0.0.73 - - [2026-05-25 04:34:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004843 10.0.0.131 - - [2026-05-25 04:34:06] "GET /obj-perms HTTP/1.1" 200 5032 0.005292 10.0.0.73 - - [2026-05-25 04:34:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004393 10.0.0.131 - - [2026-05-25 04:34:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004364 10.0.0.73 - - [2026-05-25 04:34:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001297 10.0.0.73 - - [2026-05-25 04:34:07] "POST /neutron/network HTTP/1.1" 200 896 0.008990 10.0.0.131 - - [2026-05-25 04:34:08] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001378 10.0.0.73 - - [2026-05-25 04:34:08] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.090252 10.0.0.73 - - [2026-05-25 04:34:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009288 10.0.0.73 - - [2026-05-25 04:34:08] "POST /neutron/network HTTP/1.1" 200 896 0.008004 10.0.0.73 - - [2026-05-25 04:34:09] "POST /neutron/port HTTP/1.1" 200 1061 0.023398 10.0.0.73 - - [2026-05-25 04:34:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004017 10.0.0.73 - - [2026-05-25 04:34:09] "POST /neutron/network HTTP/1.1" 200 886 0.007995 10.0.0.73 - - [2026-05-25 04:34:13] "POST /neutron/port HTTP/1.1" 200 1125 0.026961 10.0.0.73 - - [2026-05-25 04:34:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009754 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-machine/5a1b4e5c-6a48-42a0-a015-62cc17ec2ec3 HTTP/1.1" 200 1295 0.008172 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-machine/5a1b4e5c-6a48-42a0-a015-62cc17ec2ec3 HTTP/1.1" 200 1295 0.004654 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-machine-interface/a18f6f9f-4589-4327-af07-fb6f62824a49 HTTP/1.1" 200 2956 0.008518 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-machine/5a1b4e5c-6a48-42a0-a015-62cc17ec2ec3 HTTP/1.1" 200 1295 0.005242 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-machine-interface/a18f6f9f-4589-4327-af07-fb6f62824a49 HTTP/1.1" 200 2956 0.006946 10.0.0.73 - - [2026-05-25 04:34:14] "GET /instance-ip/096fdb74-bd84-4124-8462-a966293956d1 HTTP/1.1" 200 1624 0.009708 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-machine/5a1b4e5c-6a48-42a0-a015-62cc17ec2ec3 HTTP/1.1" 200 1295 0.004484 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-machine-interface/a18f6f9f-4589-4327-af07-fb6f62824a49 HTTP/1.1" 200 2956 0.006034 10.0.0.73 - - [2026-05-25 04:34:14] "GET /instance-ip/096fdb74-bd84-4124-8462-a966293956d1 HTTP/1.1" 200 1624 0.009293 10.0.0.73 - - [2026-05-25 04:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008512 10.0.0.73 - - [2026-05-25 04:34:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005394 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.006925 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006572 10.0.0.73 - - [2026-05-25 04:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.73 - - [2026-05-25 04:34:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006696 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004374 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.009721 10.0.0.73 - - [2026-05-25 04:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.73 - - [2026-05-25 04:34:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004862 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003771 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007375 10.0.0.73 - - [2026-05-25 04:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.73 - - [2026-05-25 04:34:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006957 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004591 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008504 10.0.0.73 - - [2026-05-25 04:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.73 - - [2026-05-25 04:34:14] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005393 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004244 10.0.0.73 - - [2026-05-25 04:34:14] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007263 10.0.0.73 - - [2026-05-25 04:34:17] "POST /neutron/port HTTP/1.1" 200 1125 0.060498 10.0.0.73 - - [2026-05-25 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.73 - - [2026-05-25 04:34:17] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005836 10.0.0.73 - - [2026-05-25 04:34:20] "POST /neutron/port HTTP/1.1" 200 1107 0.018614 10.0.0.73 - - [2026-05-25 04:34:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.010223 10.0.0.73 - - [2026-05-25 04:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.73 - - [2026-05-25 04:34:22] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007100 10.0.0.73 - - [2026-05-25 04:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.082040 10.0.0.73 - - [2026-05-25 04:34:26] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006705 10.0.0.73 - - [2026-05-25 04:34:28] "POST /neutron/port HTTP/1.1" 200 1107 0.023842 10.0.0.73 - - [2026-05-25 04:34:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005184 10.0.0.73 - - [2026-05-25 04:34:28] "POST /neutron/network HTTP/1.1" 200 927 0.008044 10.0.0.73 - - [2026-05-25 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005541 10.0.0.73 - - [2026-05-25 04:34:30] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007456 10.0.0.73 - - [2026-05-25 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.73 - - [2026-05-25 04:34:34] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006201 10.0.0.73 - - [2026-05-25 04:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.73 - - [2026-05-25 04:34:38] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007317 10.0.0.73 - - [2026-05-25 04:34:40] "GET /obj-perms HTTP/1.1" 200 5056 0.072690 10.0.0.73 - - [2026-05-25 04:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.73 - - [2026-05-25 04:34:42] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006402 10.0.0.73 - - [2026-05-25 04:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.73 - - [2026-05-25 04:34:46] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006119 10.0.0.73 - - [2026-05-25 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.73 - - [2026-05-25 04:34:50] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.006185 10.0.0.73 - - [2026-05-25 04:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.73 - - [2026-05-25 04:34:54] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004230 10.0.0.73 - - [2026-05-25 04:34:54] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004772 10.0.0.73 - - [2026-05-25 04:34:54] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007105 10.0.0.73 - - [2026-05-25 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.73 - - [2026-05-25 04:34:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006137 10.0.0.73 - - [2026-05-25 04:34:55] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004950 10.0.0.73 - - [2026-05-25 04:34:55] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007824 10.0.0.73 - - [2026-05-25 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.73 - - [2026-05-25 04:34:55] "GET /routing-instance/78bf7068-ed38-44fd-9f29-cfaa268057dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.005275 10.0.0.73 - - [2026-05-25 04:34:55] "GET /route-target/88798460-cc67-4c3f-885b-0ee4237ef735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005440 10.0.0.73 - - [2026-05-25 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.73 - - [2026-05-25 04:34:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008361 10.0.0.73 - - [2026-05-25 04:34:55] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004538 10.0.0.73 - - [2026-05-25 04:34:55] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007069 10.0.0.73 - - [2026-05-25 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.73 - - [2026-05-25 04:34:55] "GET /routing-instance/78bf7068-ed38-44fd-9f29-cfaa268057dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.005045 10.0.0.73 - - [2026-05-25 04:34:55] "GET /route-target/88798460-cc67-4c3f-885b-0ee4237ef735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004785 10.0.0.73 - - [2026-05-25 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.73 - - [2026-05-25 04:34:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005493 10.0.0.73 - - [2026-05-25 04:34:55] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004397 10.0.0.73 - - [2026-05-25 04:34:55] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007094 10.0.0.73 - - [2026-05-25 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.73 - - [2026-05-25 04:34:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006572 10.0.0.73 - - [2026-05-25 04:34:55] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005244 10.0.0.73 - - [2026-05-25 04:34:55] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007213 10.0.0.73 - - [2026-05-25 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.73 - - [2026-05-25 04:34:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004945 10.0.0.73 - - [2026-05-25 04:34:56] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004604 10.0.0.73 - - [2026-05-25 04:34:56] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007042 10.0.0.131 - - [2026-05-25 04:34:56] "GET /obj-perms HTTP/1.1" 200 5032 0.004258 10.0.0.73 - - [2026-05-25 04:34:56] "GET /obj-perms HTTP/1.1" 200 5032 0.004811 10.0.0.73 - - [2026-05-25 04:34:56] "GET /obj-perms HTTP/1.1" 200 5032 0.006296 10.0.0.131 - - [2026-05-25 04:34:56] "GET /obj-perms HTTP/1.1" 200 5032 0.004688 10.0.0.73 - - [2026-05-25 04:34:56] "GET /virtual-machine/3a069b84-da7a-43c5-b2fa-855bc5484db8 HTTP/1.1" 200 1295 0.005019 10.0.0.73 - - [2026-05-25 04:34:56] "GET /virtual-machine-interface/e12a19ac-e45e-4901-9a72-5d40340f5c22 HTTP/1.1" 200 2956 0.006349 10.0.0.73 - - [2026-05-25 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.73 - - [2026-05-25 04:34:56] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004612 10.0.0.73 - - [2026-05-25 04:34:56] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004672 10.0.0.73 - - [2026-05-25 04:34:56] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008163 10.0.0.73 - - [2026-05-25 04:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.73 - - [2026-05-25 04:34:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004386 10.0.0.73 - - [2026-05-25 04:34:57] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003872 10.0.0.73 - - [2026-05-25 04:34:57] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006432 10.0.0.73 - - [2026-05-25 04:34:57] "GET /virtual-machine/5a1b4e5c-6a48-42a0-a015-62cc17ec2ec3 HTTP/1.1" 200 1295 0.005359 10.0.0.73 - - [2026-05-25 04:34:57] "GET /virtual-machine-interface/a18f6f9f-4589-4327-af07-fb6f62824a49 HTTP/1.1" 200 2956 0.006031 10.0.0.73 - - [2026-05-25 04:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.73 - - [2026-05-25 04:34:57] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008056 10.0.0.73 - - [2026-05-25 04:34:57] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005589 10.0.0.73 - - [2026-05-25 04:34:57] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.005864 10.0.0.73 - - [2026-05-25 04:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007599 10.0.0.73 - - [2026-05-25 04:34:59] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004496 10.0.0.73 - - [2026-05-25 04:34:59] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004847 10.0.0.73 - - [2026-05-25 04:34:59] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.007426 10.0.0.73 - - [2026-05-25 04:35:04] "POST /neutron/port HTTP/1.1" 200 1125 0.020857 10.0.0.73 - - [2026-05-25 04:35:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010496 10.0.0.73 - - [2026-05-25 04:35:15] "POST /neutron/port HTTP/1.1" 200 1125 0.020811 10.0.0.73 - - [2026-05-25 04:35:20] "POST /neutron/port HTTP/1.1" 200 1125 0.022325 10.0.0.73 - - [2026-05-25 04:35:20] "POST /neutron/subnet HTTP/1.1" 200 646 0.010201 10.0.0.73 - - [2026-05-25 04:35:30] "POST /neutron/port HTTP/1.1" 200 1125 0.023059 10.0.0.73 - - [2026-05-25 04:35:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004453 10.0.0.73 - - [2026-05-25 04:35:30] "POST /neutron/network HTTP/1.1" 200 886 0.011917 10.0.0.19 - - [2026-05-25 04:35:41] "GET /obj-perms HTTP/1.1" 200 5056 0.071769 10.0.0.73 - - [2026-05-25 04:36:04] "GET /virtual-machine/5a1b4e5c-6a48-42a0-a015-62cc17ec2ec3 HTTP/1.1" 200 1295 0.005948 10.0.0.73 - - [2026-05-25 04:36:05] "POST /neutron/port HTTP/1.1" 200 151 0.242419 10.0.0.73 - - [2026-05-25 04:36:06] "GET /virtual-machine/5a1b4e5c-6a48-42a0-a015-62cc17ec2ec3 HTTP/1.1" 404 171 0.003718 10.0.0.73 - - [2026-05-25 04:36:06] "GET /virtual-machine/5a1b4e5c-6a48-42a0-a015-62cc17ec2ec3 HTTP/1.1" 404 171 0.003725 10.0.0.73 - - [2026-05-25 04:36:06] "GET /virtual-machine/5a1b4e5c-6a48-42a0-a015-62cc17ec2ec3 HTTP/1.1" 404 171 0.004076 10.0.0.73 - - [2026-05-25 04:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006489 10.0.0.73 - - [2026-05-25 04:36:06] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005670 10.0.0.73 - - [2026-05-25 04:36:06] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005134 10.0.0.73 - - [2026-05-25 04:36:06] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2228 0.008636 10.0.0.73 - - [2026-05-25 04:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.73 - - [2026-05-25 04:36:06] "GET /routing-instance/78bf7068-ed38-44fd-9f29-cfaa268057dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004627 10.0.0.73 - - [2026-05-25 04:36:06] "GET /route-target/88798460-cc67-4c3f-885b-0ee4237ef735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004970 10.0.0.131 - - [2026-05-25 04:36:07] "GET /obj-perms HTTP/1.1" 200 5032 0.010331 10.0.0.73 - - [2026-05-25 04:36:10] "GET /obj-perms HTTP/1.1" 200 5032 0.004084 10.0.0.131 - - [2026-05-25 04:36:16] "GET /obj-perms HTTP/1.1" 200 5032 0.004798 10.0.0.73 - - [2026-05-25 04:36:19] "GET /obj-perms HTTP/1.1" 200 5032 0.004578 10.0.0.73 - - [2026-05-25 04:36:22] "POST /neutron/network HTTP/1.1" 200 1124 0.008232 10.0.0.73 - - [2026-05-25 04:36:22] "POST /neutron/subnet HTTP/1.1" 200 1389 0.018610 10.0.0.73 - - [2026-05-25 04:36:22] "POST /neutron/network HTTP/1.1" 200 1114 0.011691 10.0.0.131 - - [2026-05-25 04:36:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004072 10.0.0.73 - - [2026-05-25 04:36:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004352 10.0.0.73 - - [2026-05-25 04:36:25] "GET /virtual-machine/3a069b84-da7a-43c5-b2fa-855bc5484db8 HTTP/1.1" 200 1295 0.005291 10.0.0.73 - - [2026-05-25 04:36:26] "POST /neutron/port HTTP/1.1" 200 151 0.219459 10.0.0.73 - - [2026-05-25 04:36:27] "GET /virtual-machine/3a069b84-da7a-43c5-b2fa-855bc5484db8 HTTP/1.1" 404 171 0.004472 10.0.0.73 - - [2026-05-25 04:36:27] "GET /virtual-machine/3a069b84-da7a-43c5-b2fa-855bc5484db8 HTTP/1.1" 404 171 0.005573 10.0.0.73 - - [2026-05-25 04:36:27] "GET /virtual-machine/3a069b84-da7a-43c5-b2fa-855bc5484db8 HTTP/1.1" 404 171 0.003852 10.0.0.73 - - [2026-05-25 04:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005820 10.0.0.73 - - [2026-05-25 04:36:28] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004446 10.0.0.73 - - [2026-05-25 04:36:28] "GET /virtual-networks?parent_id=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004312 10.0.0.73 - - [2026-05-25 04:36:28] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007140 10.0.0.73 - - [2026-05-25 04:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.73 - - [2026-05-25 04:36:28] "GET /routing-instance/8dfe200b-3b40-4b77-b69b-87255832d421?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005932 10.0.0.73 - - [2026-05-25 04:36:28] "GET /route-target/eee17d84-000a-458e-8fc8-044a74b2049b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004971 10.0.0.73 - - [2026-05-25 04:36:31] "POST /neutron/network HTTP/1.1" 200 1124 0.007794 10.0.0.73 - - [2026-05-25 04:36:31] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016771 10.0.0.73 - - [2026-05-25 04:36:31] "GET /obj-perms HTTP/1.1" 200 5032 0.003951 10.0.0.73 - - [2026-05-25 04:36:31] "POST /neutron/network HTTP/1.1" 200 1114 0.014966 10.0.0.131 - - [2026-05-25 04:36:31] "GET /obj-perms HTTP/1.1" 200 5032 0.005634 10.0.0.131 - - [2026-05-25 04:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003613 10.0.0.131 - - [2026-05-25 04:36:31] "POST /useragent-kv HTTP/1.1" 200 115 0.017277 10.0.0.73 - - [2026-05-25 04:36:31] "DELETE /virtual-network/27bfff09-db79-4c96-b602-c64ab57f2f3a HTTP/1.1" 200 115 0.153168 10.0.0.19 - - [2026-05-25 04:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.066380 10.0.0.73 - - [2026-05-25 04:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.73 - - [2026-05-25 04:36:32] "GET /network-policy/d8135bf7-704c-4eea-b968-156741a81d34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005957 10.0.0.73 - - [2026-05-25 04:36:32] "POST /ref-update HTTP/1.1" 200 156 0.076770 10.0.0.73 - - [2026-05-25 04:36:32] "GET /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.011941 10.0.0.19 - - [2026-05-25 04:36:32] "POST /ref-update HTTP/1.1" 200 156 0.038491 10.0.0.73 - - [2026-05-25 04:36:32] "DELETE /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e HTTP/1.1" 409 235 0.020610 10.0.0.73 - - [2026-05-25 04:36:32] "POST /neutron/port HTTP/1.1" 200 1115 0.029028 10.0.0.73 - - [2026-05-25 04:36:32] "POST /neutron/port HTTP/1.1" 200 1115 0.029627 10.0.0.131 - - [2026-05-25 04:36:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004282 10.0.0.131 - - [2026-05-25 04:36:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003422 10.0.0.73 - - [2026-05-25 04:36:34] "DELETE /virtual-network/cd784a79-262e-4724-86b7-1a14fb16048e HTTP/1.1" 200 115 0.135352 10.0.0.73 - - [2026-05-25 04:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.73 - - [2026-05-25 04:36:34] "GET /network-policy/dc94f527-5262-4003-b449-7a5040c41c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004324 10.0.0.73 - - [2026-05-25 04:36:34] "POST /ref-update HTTP/1.1" 200 156 0.060580 10.0.0.19 - - [2026-05-25 04:36:34] "DELETE /access-control-list/18401088-8c8a-4a09-96fd-38066bbca965 HTTP/1.1" 200 115 0.043474 10.0.0.73 - - [2026-05-25 04:36:34] "GET /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.008434 10.0.0.131 - - [2026-05-25 04:36:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003030 10.0.0.131 - - [2026-05-25 04:36:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004177 10.0.0.73 - - [2026-05-25 04:36:35] "DELETE /virtual-network/be78ee08-dd32-44eb-8ba5-74c62ba62d7f HTTP/1.1" 200 115 0.131603 10.0.0.73 - - [2026-05-25 04:36:35] "DELETE /network-policy/d8135bf7-704c-4eea-b968-156741a81d34 HTTP/1.1" 200 115 0.038988 10.0.0.73 - - [2026-05-25 04:36:35] "DELETE /network-policy/dc94f527-5262-4003-b449-7a5040c41c65 HTTP/1.1" 200 115 0.041475 10.0.0.73 - - [2026-05-25 04:36:41] "GET /obj-perms HTTP/1.1" 200 5056 0.069892 10.0.0.19 - - [2026-05-25 04:36:42] "GET /obj-perms HTTP/1.1" 200 5056 0.071974 10.0.0.131 - - [2026-05-25 04:37:03] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001659 10.0.0.73 - - [2026-05-25 04:37:03] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.090609 10.0.0.131 - - [2026-05-25 04:37:03] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002174 10.0.0.73 - - [2026-05-25 04:37:03] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?fields=virtual_networks HTTP/1.1" 200 1037 0.047508 10.0.0.131 - - [2026-05-25 04:37:04] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001425 10.0.0.73 - - [2026-05-25 04:37:04] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.044950 10.0.0.131 - - [2026-05-25 04:37:04] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001360 10.0.0.73 - - [2026-05-25 04:37:04] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?fields=security_groups HTTP/1.1" 200 1265 0.047747 10.0.0.73 - - [2026-05-25 04:37:05] "POST /fqname-to-id HTTP/1.1" 404 188 0.039366 10.0.0.131 - - [2026-05-25 04:37:05] "GET /projects?obj_uuids=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003242 10.0.0.131 - - [2026-05-25 04:37:05] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.131 - - [2026-05-25 04:37:05] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009104 10.0.0.131 - - [2026-05-25 04:37:05] "POST /id-to-fqname HTTP/1.1" 200 190 0.005587 10.0.0.131 - - [2026-05-25 04:37:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.005663 10.0.0.131 - - [2026-05-25 04:37:05] "POST /security-groups HTTP/1.1" 200 591 0.043271 10.0.0.19 - - [2026-05-25 04:37:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003762 10.0.0.131 - - [2026-05-25 04:37:05] "POST /projects HTTP/1.1" 200 585 0.280199 10.0.0.131 - - [2026-05-25 04:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.313621 10.0.0.19 - - [2026-05-25 04:37:05] "POST /access-control-lists HTTP/1.1" 200 596 0.032052 10.0.0.73 - - [2026-05-25 04:37:05] "GET /project/6428eabb-35f4-4ec6-9119-26db8da706db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.479063 10.0.0.73 - - [2026-05-25 04:37:07] "GET / HTTP/1.1" 200 36215 0.002688 10.0.0.73 - - [2026-05-25 04:37:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.73 - - [2026-05-25 04:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.083080 10.0.0.131 - - [2026-05-25 04:37:09] "GET /projects?obj_uuids=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001617 10.0.0.73 - - [2026-05-25 04:37:09] "GET /project/6428eabb-35f4-4ec6-9119-26db8da706db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.051651 10.0.0.131 - - [2026-05-25 04:37:09] "DELETE /project/6428eabb35f44ec6911926db8da706db HTTP/1.1" 404 173 0.004530 10.0.0.131 - - [2026-05-25 04:37:09] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.131 - - [2026-05-25 04:37:09] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.057738 10.0.0.73 - - [2026-05-25 04:37:09] "POST /neutron/network HTTP/1.1" 200 117 0.077639 10.0.0.131 - - [2026-05-25 04:37:09] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001108 10.0.0.131 - - [2026-05-25 04:37:09] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?fields=security_groups HTTP/1.1" 200 1367 0.063989 10.0.0.131 - - [2026-05-25 04:37:09] "DELETE /security-group/506632d8-2259-40e3-befc-2bce550aa33e HTTP/1.1" 200 115 0.104315 10.0.0.131 - - [2026-05-25 04:37:09] "GET /projects?obj_uuids=e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001805 10.0.0.131 - - [2026-05-25 04:37:09] "GET /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987?fields=application_policy_sets HTTP/1.1" 200 1406 0.087322 10.0.0.19 - - [2026-05-25 04:37:09] "POST /route-targets HTTP/1.1" 200 328 0.035447 10.0.0.131 - - [2026-05-25 04:37:09] "DELETE /project/e6d4c97a-a5ff-4b0d-ab8a-e99bd8bf4987 HTTP/1.1" 200 115 0.613011 10.0.0.73 - - [2026-05-25 04:37:10] "POST /neutron/network HTTP/1.1" 200 825 0.012673 10.0.0.73 - - [2026-05-25 04:37:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001393 10.0.0.73 - - [2026-05-25 04:37:10] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010185 10.0.0.73 - - [2026-05-25 04:37:10] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010152 10.0.0.73 - - [2026-05-25 04:37:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.014390 10.0.0.73 - - [2026-05-25 04:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.131 - - [2026-05-25 04:37:10] "GET /projects?obj_uuids=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.73 - - [2026-05-25 04:37:10] "GET /project/6428eabb-35f4-4ec6-9119-26db8da706db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.057977 10.0.0.19 - - [2026-05-25 04:37:10] "POST /ref-update HTTP/1.1" 200 156 0.047592 10.0.0.131 - - [2026-05-25 04:37:10] "POST /useragent-kv HTTP/1.1" 200 115 0.010662 10.0.0.73 - - [2026-05-25 04:37:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.240006 10.0.0.73 - - [2026-05-25 04:37:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001483 10.0.0.73 - - [2026-05-25 04:37:10] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007011 10.0.0.73 - - [2026-05-25 04:37:10] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008488 10.0.0.73 - - [2026-05-25 04:37:11] "POST /neutron/network HTTP/1.1" 200 824 0.008582 10.0.0.73 - - [2026-05-25 04:37:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001474 10.0.0.73 - - [2026-05-25 04:37:11] "POST /neutron/network HTTP/1.1" 200 835 0.008010 10.0.0.131 - - [2026-05-25 04:37:12] "GET /projects?obj_uuids=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.73 - - [2026-05-25 04:37:12] "GET /project/6428eabb-35f4-4ec6-9119-26db8da706db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.081873 10.0.0.73 - - [2026-05-25 04:37:12] "POST /neutron/port HTTP/1.1" 200 117 0.008022 10.0.0.73 - - [2026-05-25 04:37:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001538 10.0.0.73 - - [2026-05-25 04:37:13] "POST /neutron/network HTTP/1.1" 200 835 0.012347 10.0.0.73 - - [2026-05-25 04:37:13] "POST /neutron/port HTTP/1.1" 200 1061 0.018694 10.0.0.131 - - [2026-05-25 04:37:14] "GET /projects?obj_uuids=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001490 10.0.0.73 - - [2026-05-25 04:37:14] "GET /project/6428eabb-35f4-4ec6-9119-26db8da706db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.094539 10.0.0.73 - - [2026-05-25 04:37:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.023119 10.0.0.73 - - [2026-05-25 04:37:14] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.73 - - [2026-05-25 04:37:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009363 10.0.0.73 - - [2026-05-25 04:37:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008815 10.0.0.73 - - [2026-05-25 04:37:15] "POST /neutron/port HTTP/1.1" 200 1060 0.032718 10.0.0.73 - - [2026-05-25 04:37:15] "POST /neutron/port HTTP/1.1" 200 1124 0.023627 10.0.0.73 - - [2026-05-25 04:37:15] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.73 - - [2026-05-25 04:37:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008891 10.0.0.73 - - [2026-05-25 04:37:20] "POST /neutron/port HTTP/1.1" 200 1125 0.025969 10.0.0.73 - - [2026-05-25 04:37:20] "GET /virtual-machine/4b0bf5c0-ca33-4c65-b184-ec7d48eb9dfa HTTP/1.1" 401 292 0.000454 10.0.0.73 - - [2026-05-25 04:37:20] "GET /virtual-machine/4b0bf5c0-ca33-4c65-b184-ec7d48eb9dfa HTTP/1.1" 200 1294 0.039358 10.0.0.73 - - [2026-05-25 04:37:20] "GET /virtual-machine-interface/ea78889e-8114-457a-b7d4-fdbe94d0ecd1 HTTP/1.1" 200 2948 0.006817 10.0.0.73 - - [2026-05-25 04:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.73 - - [2026-05-25 04:37:20] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005424 10.0.0.73 - - [2026-05-25 04:37:20] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003862 10.0.0.73 - - [2026-05-25 04:37:20] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008965 10.0.0.73 - - [2026-05-25 04:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.73 - - [2026-05-25 04:37:23] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007103 10.0.0.73 - - [2026-05-25 04:37:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008822 10.0.0.73 - - [2026-05-25 04:37:24] "POST /neutron/network HTTP/1.1" 200 937 0.007614 10.0.0.73 - - [2026-05-25 04:37:24] "POST /neutron/port HTTP/1.1" 200 117 0.001669 10.0.0.73 - - [2026-05-25 04:37:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.73 - - [2026-05-25 04:37:25] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004332 10.0.0.73 - - [2026-05-25 04:37:25] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003966 10.0.0.73 - - [2026-05-25 04:37:25] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006542 10.0.0.73 - - [2026-05-25 04:37:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009782 10.0.0.73 - - [2026-05-25 04:37:26] "POST /neutron/port HTTP/1.1" 200 1124 0.025367 10.0.0.73 - - [2026-05-25 04:37:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009648 10.0.0.73 - - [2026-05-25 04:37:26] "GET /virtual-machine/2c7f212d-5279-4a60-bf61-d32430eb6a95 HTTP/1.1" 200 1294 0.007497 10.0.0.73 - - [2026-05-25 04:37:26] "GET /virtual-machine-interface/a7d08547-c982-424c-8d47-a03bf0fbd367 HTTP/1.1" 200 2948 0.006133 10.0.0.73 - - [2026-05-25 04:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.73 - - [2026-05-25 04:37:26] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005344 10.0.0.73 - - [2026-05-25 04:37:26] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004922 10.0.0.73 - - [2026-05-25 04:37:26] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008419 10.0.0.73 - - [2026-05-25 04:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.73 - - [2026-05-25 04:37:27] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004370 10.0.0.73 - - [2026-05-25 04:37:27] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003919 10.0.0.73 - - [2026-05-25 04:37:27] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006781 10.0.0.73 - - [2026-05-25 04:37:33] "POST /neutron/port HTTP/1.1" 200 1125 0.028476 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-machine/4b0bf5c0-ca33-4c65-b184-ec7d48eb9dfa HTTP/1.1" 200 1294 0.005256 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-machine-interface/ea78889e-8114-457a-b7d4-fdbe94d0ecd1 HTTP/1.1" 200 2948 0.009051 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-machine/4b0bf5c0-ca33-4c65-b184-ec7d48eb9dfa HTTP/1.1" 200 1294 0.004754 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-machine-interface/ea78889e-8114-457a-b7d4-fdbe94d0ecd1 HTTP/1.1" 200 2948 0.007096 10.0.0.73 - - [2026-05-25 04:37:33] "GET /instance-ip/a8212848-097e-49f0-893b-dd8c8627da1b HTTP/1.1" 200 1624 0.008339 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-machine/4b0bf5c0-ca33-4c65-b184-ec7d48eb9dfa HTTP/1.1" 200 1294 0.005815 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-machine-interface/ea78889e-8114-457a-b7d4-fdbe94d0ecd1 HTTP/1.1" 200 2948 0.007057 10.0.0.73 - - [2026-05-25 04:37:33] "GET /instance-ip/a8212848-097e-49f0-893b-dd8c8627da1b HTTP/1.1" 200 1624 0.006984 10.0.0.73 - - [2026-05-25 04:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.73 - - [2026-05-25 04:37:33] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004952 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004281 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006663 10.0.0.73 - - [2026-05-25 04:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005599 10.0.0.73 - - [2026-05-25 04:37:33] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004625 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003227 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006332 10.0.0.73 - - [2026-05-25 04:37:33] "POST /neutron/port HTTP/1.1" 200 1107 0.022693 10.0.0.73 - - [2026-05-25 04:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.73 - - [2026-05-25 04:37:33] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004368 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003328 10.0.0.73 - - [2026-05-25 04:37:33] "POST /neutron/subnet HTTP/1.1" 200 698 0.009176 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006571 10.0.0.73 - - [2026-05-25 04:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.73 - - [2026-05-25 04:37:33] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005980 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005463 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007113 10.0.0.73 - - [2026-05-25 04:37:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.73 - - [2026-05-25 04:37:33] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004941 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003983 10.0.0.73 - - [2026-05-25 04:37:33] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006907 10.0.0.73 - - [2026-05-25 04:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005883 10.0.0.73 - - [2026-05-25 04:37:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004844 10.0.0.73 - - [2026-05-25 04:37:34] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004124 10.0.0.73 - - [2026-05-25 04:37:34] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008108 10.0.0.73 - - [2026-05-25 04:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.73 - - [2026-05-25 04:37:34] "GET /routing-instance/ab7a8fae-d506-410b-b3c8-e1cc4b9dcef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.008403 10.0.0.73 - - [2026-05-25 04:37:34] "GET /route-target/fd162c5e-5056-4ea9-a8ea-abbedd67eb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.009202 10.0.0.73 - - [2026-05-25 04:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.73 - - [2026-05-25 04:37:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004683 10.0.0.73 - - [2026-05-25 04:37:34] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003988 10.0.0.73 - - [2026-05-25 04:37:34] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006585 10.0.0.73 - - [2026-05-25 04:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.73 - - [2026-05-25 04:37:34] "GET /routing-instance/ab7a8fae-d506-410b-b3c8-e1cc4b9dcef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005905 10.0.0.73 - - [2026-05-25 04:37:34] "GET /route-target/fd162c5e-5056-4ea9-a8ea-abbedd67eb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004593 10.0.0.73 - - [2026-05-25 04:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008624 10.0.0.73 - - [2026-05-25 04:37:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004346 10.0.0.73 - - [2026-05-25 04:37:34] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004257 10.0.0.73 - - [2026-05-25 04:37:34] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007685 10.0.0.73 - - [2026-05-25 04:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.73 - - [2026-05-25 04:37:34] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005627 10.0.0.73 - - [2026-05-25 04:37:34] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004263 10.0.0.73 - - [2026-05-25 04:37:34] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007859 10.0.0.131 - - [2026-05-25 04:37:35] "GET /obj-perms HTTP/1.1" 200 5030 0.067081 10.0.0.73 - - [2026-05-25 04:37:35] "GET /obj-perms HTTP/1.1" 200 5030 0.080343 10.0.0.73 - - [2026-05-25 04:37:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004775 10.0.0.131 - - [2026-05-25 04:37:36] "GET /obj-perms HTTP/1.1" 200 5030 0.005752 10.0.0.73 - - [2026-05-25 04:37:36] "POST /neutron/port HTTP/1.1" 200 1124 0.023691 10.0.0.73 - - [2026-05-25 04:37:36] "GET /virtual-machine/2c7f212d-5279-4a60-bf61-d32430eb6a95 HTTP/1.1" 200 1294 0.004508 10.0.0.73 - - [2026-05-25 04:37:36] "GET /virtual-machine-interface/a7d08547-c982-424c-8d47-a03bf0fbd367 HTTP/1.1" 200 2948 0.006263 10.0.0.73 - - [2026-05-25 04:37:36] "GET /virtual-machine/2c7f212d-5279-4a60-bf61-d32430eb6a95 HTTP/1.1" 200 1294 0.007644 10.0.0.73 - - [2026-05-25 04:37:36] "GET /virtual-machine-interface/a7d08547-c982-424c-8d47-a03bf0fbd367 HTTP/1.1" 200 2948 0.008248 10.0.0.73 - - [2026-05-25 04:37:36] "GET /instance-ip/18471597-af0d-471b-a1e9-faef7256b51f HTTP/1.1" 200 1623 0.008433 10.0.0.73 - - [2026-05-25 04:37:36] "GET /virtual-machine/2c7f212d-5279-4a60-bf61-d32430eb6a95 HTTP/1.1" 200 1294 0.004884 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-machine-interface/a7d08547-c982-424c-8d47-a03bf0fbd367 HTTP/1.1" 200 2948 0.006482 10.0.0.73 - - [2026-05-25 04:37:37] "GET /instance-ip/18471597-af0d-471b-a1e9-faef7256b51f HTTP/1.1" 200 1623 0.007358 10.0.0.73 - - [2026-05-25 04:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.73 - - [2026-05-25 04:37:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004344 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.006822 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007982 10.0.0.73 - - [2026-05-25 04:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005263 10.0.0.73 - - [2026-05-25 04:37:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004562 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003844 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007200 10.0.0.73 - - [2026-05-25 04:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.73 - - [2026-05-25 04:37:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006212 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004412 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007726 10.0.0.73 - - [2026-05-25 04:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.73 - - [2026-05-25 04:37:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005024 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005626 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008749 10.0.0.73 - - [2026-05-25 04:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005295 10.0.0.73 - - [2026-05-25 04:37:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004890 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003939 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007875 10.0.0.73 - - [2026-05-25 04:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.73 - - [2026-05-25 04:37:37] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004420 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003849 10.0.0.73 - - [2026-05-25 04:37:37] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007706 10.0.0.73 - - [2026-05-25 04:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005253 10.0.0.73 - - [2026-05-25 04:37:37] "GET /routing-instance/422ee942-a842-4301-aadf-0b8ce2a19ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005676 10.0.0.73 - - [2026-05-25 04:37:38] "GET /route-target/8da66c56-fdb2-4d41-b49d-5043b5827e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006794 10.0.0.73 - - [2026-05-25 04:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.73 - - [2026-05-25 04:37:38] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004922 10.0.0.73 - - [2026-05-25 04:37:38] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004200 10.0.0.73 - - [2026-05-25 04:37:38] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006756 10.0.0.73 - - [2026-05-25 04:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.73 - - [2026-05-25 04:37:38] "GET /routing-instance/422ee942-a842-4301-aadf-0b8ce2a19ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.006043 10.0.0.73 - - [2026-05-25 04:37:38] "GET /route-target/8da66c56-fdb2-4d41-b49d-5043b5827e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006346 10.0.0.73 - - [2026-05-25 04:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.73 - - [2026-05-25 04:37:38] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006602 10.0.0.73 - - [2026-05-25 04:37:38] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004732 10.0.0.73 - - [2026-05-25 04:37:38] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007821 10.0.0.73 - - [2026-05-25 04:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.73 - - [2026-05-25 04:37:38] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005766 10.0.0.73 - - [2026-05-25 04:37:38] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003976 10.0.0.73 - - [2026-05-25 04:37:38] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006732 10.0.0.73 - - [2026-05-25 04:37:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004404 10.0.0.131 - - [2026-05-25 04:37:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004751 10.0.0.73 - - [2026-05-25 04:37:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004638 10.0.0.131 - - [2026-05-25 04:37:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004157 10.0.0.73 - - [2026-05-25 04:37:43] "GET /obj-perms HTTP/1.1" 200 5056 0.078511 10.0.0.19 - - [2026-05-25 04:37:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.19 - - [2026-05-25 04:37:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.131 - - [2026-05-25 04:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.131 - - [2026-05-25 04:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.19 - - [2026-05-25 04:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.19 - - [2026-05-25 04:37:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.131 - - [2026-05-25 04:37:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.131 - - [2026-05-25 04:37:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.73 - - [2026-05-25 04:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.73 - - [2026-05-25 04:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.73 - - [2026-05-25 04:37:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.73 - - [2026-05-25 04:37:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.73 - - [2026-05-25 04:37:53] "GET /virtual-machine/2c7f212d-5279-4a60-bf61-d32430eb6a95 HTTP/1.1" 200 1294 0.006417 10.0.0.73 - - [2026-05-25 04:37:53] "POST /neutron/port HTTP/1.1" 200 1114 0.016179 10.0.0.73 - - [2026-05-25 04:37:55] "GET /virtual-machine/2c7f212d-5279-4a60-bf61-d32430eb6a95 HTTP/1.1" 404 171 0.004248 10.0.0.73 - - [2026-05-25 04:37:55] "GET /virtual-machine/2c7f212d-5279-4a60-bf61-d32430eb6a95 HTTP/1.1" 404 171 0.003770 10.0.0.73 - - [2026-05-25 04:37:55] "GET /virtual-machine/2c7f212d-5279-4a60-bf61-d32430eb6a95 HTTP/1.1" 404 171 0.004136 10.0.0.73 - - [2026-05-25 04:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.73 - - [2026-05-25 04:37:55] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004932 10.0.0.73 - - [2026-05-25 04:37:55] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003935 10.0.0.73 - - [2026-05-25 04:37:55] "GET /virtual-network/a2e9fca9-0d5c-4348-9022-927fc7a3a978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007286 10.0.0.73 - - [2026-05-25 04:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.73 - - [2026-05-25 04:37:55] "GET /routing-instance/422ee942-a842-4301-aadf-0b8ce2a19ec5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.005096 10.0.0.73 - - [2026-05-25 04:37:55] "GET /route-target/8da66c56-fdb2-4d41-b49d-5043b5827e3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004999 10.0.0.131 - - [2026-05-25 04:37:56] "GET /obj-perms HTTP/1.1" 200 5030 0.005881 10.0.0.73 - - [2026-05-25 04:38:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004521 10.0.0.19 - - [2026-05-25 04:38:02] "GET /obj-perms HTTP/1.1" 200 5030 0.071600 10.0.0.131 - - [2026-05-25 04:38:02] "GET /obj-perms HTTP/1.1" 200 5030 0.005565 10.0.0.73 - - [2026-05-25 04:38:02] "GET /virtual-machine/4b0bf5c0-ca33-4c65-b184-ec7d48eb9dfa HTTP/1.1" 200 1294 0.005342 10.0.0.73 - - [2026-05-25 04:38:03] "POST /neutron/port HTTP/1.1" 200 1115 0.019753 10.0.0.73 - - [2026-05-25 04:38:04] "GET /virtual-machine/4b0bf5c0-ca33-4c65-b184-ec7d48eb9dfa HTTP/1.1" 404 171 0.003830 10.0.0.73 - - [2026-05-25 04:38:04] "GET /virtual-machine/4b0bf5c0-ca33-4c65-b184-ec7d48eb9dfa HTTP/1.1" 404 171 0.003074 10.0.0.73 - - [2026-05-25 04:38:04] "GET /virtual-machine/4b0bf5c0-ca33-4c65-b184-ec7d48eb9dfa HTTP/1.1" 404 171 0.004576 10.0.0.73 - - [2026-05-25 04:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.73 - - [2026-05-25 04:38:04] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005006 10.0.0.73 - - [2026-05-25 04:38:04] "GET /virtual-networks?parent_id=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003962 10.0.0.73 - - [2026-05-25 04:38:04] "GET /virtual-network/ab98cad2-0770-4438-9e0d-e203391da22f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006479 10.0.0.73 - - [2026-05-25 04:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.73 - - [2026-05-25 04:38:04] "GET /routing-instance/ab7a8fae-d506-410b-b3c8-e1cc4b9dcef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004775 10.0.0.73 - - [2026-05-25 04:38:04] "GET /route-target/fd162c5e-5056-4ea9-a8ea-abbedd67eb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005483 10.0.0.73 - - [2026-05-25 04:38:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004869 10.0.0.131 - - [2026-05-25 04:38:11] "GET /obj-perms HTTP/1.1" 200 5030 0.005965 10.0.0.73 - - [2026-05-25 04:38:14] "GET /obj-perms HTTP/1.1" 200 5030 0.004043 10.0.0.131 - - [2026-05-25 04:38:20] "GET /obj-perms HTTP/1.1" 200 5030 0.004584 10.0.0.73 - - [2026-05-25 04:38:23] "GET /obj-perms HTTP/1.1" 200 5030 0.009168 10.0.0.131 - - [2026-05-25 04:38:24] "POST /useragent-kv HTTP/1.1" 200 115 0.062585 10.0.0.131 - - [2026-05-25 04:38:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003312 10.0.0.73 - - [2026-05-25 04:38:24] "POST /neutron/network HTTP/1.1" 200 151 0.225594 10.0.0.19 - - [2026-05-25 04:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006910 10.0.0.131 - - [2026-05-25 04:38:25] "GET /projects?obj_uuids=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001687 10.0.0.73 - - [2026-05-25 04:38:25] "GET /project/6428eabb-35f4-4ec6-9119-26db8da706db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.069041 10.0.0.131 - - [2026-05-25 04:38:25] "GET /projects?obj_uuids=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001328 10.0.0.73 - - [2026-05-25 04:38:25] "GET /project/6428eabb-35f4-4ec6-9119-26db8da706db?fields=virtual_networks HTTP/1.1" 200 1034 0.052228 10.0.0.131 - - [2026-05-25 04:38:25] "GET /projects?obj_uuids=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001288 10.0.0.73 - - [2026-05-25 04:38:25] "GET /project/6428eabb-35f4-4ec6-9119-26db8da706db?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.051586 10.0.0.131 - - [2026-05-25 04:38:25] "GET /projects?obj_uuids=6428eabb-35f4-4ec6-9119-26db8da706db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001146 10.0.0.73 - - [2026-05-25 04:38:25] "GET /project/6428eabb-35f4-4ec6-9119-26db8da706db?fields=security_groups HTTP/1.1" 200 1261 0.060322 10.0.0.73 - - [2026-05-25 04:38:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.034556 10.0.0.131 - - [2026-05-25 04:38:27] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003932 10.0.0.131 - - [2026-05-25 04:38:27] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001707 10.0.0.131 - - [2026-05-25 04:38:27] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053419 10.0.0.131 - - [2026-05-25 04:38:27] "POST /id-to-fqname HTTP/1.1" 200 198 0.010579 10.0.0.131 - - [2026-05-25 04:38:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.009591 10.0.0.131 - - [2026-05-25 04:38:27] "POST /security-groups HTTP/1.1" 200 599 0.052927 10.0.0.131 - - [2026-05-25 04:38:27] "POST /projects HTTP/1.1" 200 601 0.292886 10.0.0.131 - - [2026-05-25 04:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.336467 10.0.0.19 - - [2026-05-25 04:38:27] "POST /access-control-lists HTTP/1.1" 200 606 0.036337 10.0.0.73 - - [2026-05-25 04:38:27] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.563978 10.0.0.73 - - [2026-05-25 04:38:28] "GET / HTTP/1.1" 200 36215 0.001868 10.0.0.73 - - [2026-05-25 04:38:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.73 - - [2026-05-25 04:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.075876 10.0.0.131 - - [2026-05-25 04:38:32] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.73 - - [2026-05-25 04:38:32] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.048257 10.0.0.73 - - [2026-05-25 04:38:32] "POST /neutron/network HTTP/1.1" 200 117 0.048701 10.0.0.19 - - [2026-05-25 04:38:32] "POST /route-targets HTTP/1.1" 200 328 0.019269 10.0.0.131 - - [2026-05-25 04:38:33] "POST /useragent-kv HTTP/1.1" 200 115 0.009330 10.0.0.73 - - [2026-05-25 04:38:33] "POST /neutron/subnet HTTP/1.1" 200 828 0.227206 10.0.0.73 - - [2026-05-25 04:38:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001483 10.0.0.73 - - [2026-05-25 04:38:33] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006917 10.0.0.73 - - [2026-05-25 04:38:33] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006354 10.0.0.73 - - [2026-05-25 04:38:33] "POST /neutron/network HTTP/1.1" 200 1004 0.011994 10.0.0.73 - - [2026-05-25 04:38:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.131 - - [2026-05-25 04:38:33] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.73 - - [2026-05-25 04:38:33] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.056819 10.0.0.73 - - [2026-05-25 04:38:33] "POST /neutron/network HTTP/1.1" 200 117 0.018781 10.0.0.19 - - [2026-05-25 04:38:34] "POST /ref-update HTTP/1.1" 200 156 0.028457 10.0.0.19 - - [2026-05-25 04:38:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.054924 10.0.0.131 - - [2026-05-25 04:38:34] "POST /useragent-kv HTTP/1.1" 200 115 0.018492 10.0.0.73 - - [2026-05-25 04:38:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.259306 10.0.0.73 - - [2026-05-25 04:38:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001606 10.0.0.73 - - [2026-05-25 04:38:34] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006903 10.0.0.73 - - [2026-05-25 04:38:34] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.020250 10.0.0.73 - - [2026-05-25 04:38:34] "POST /neutron/network HTTP/1.1" 200 1005 0.012915 10.0.0.73 - - [2026-05-25 04:38:35] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.012753 10.0.0.73 - - [2026-05-25 04:38:35] "GET /obj-perms HTTP/1.1" 200 5046 0.073721 10.0.0.131 - - [2026-05-25 04:38:36] "GET /obj-perms HTTP/1.1" 200 5046 0.070978 10.0.0.73 - - [2026-05-25 04:38:37] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006837 10.0.0.19 - - [2026-05-25 04:38:37] "GET /obj-perms HTTP/1.1" 200 5046 0.081911 10.0.0.73 - - [2026-05-25 04:38:37] "POST /neutron/network HTTP/1.1" 200 1004 0.011235 10.0.0.73 - - [2026-05-25 04:38:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001387 10.0.0.73 - - [2026-05-25 04:38:37] "POST /neutron/port HTTP/1.1" 200 4192 0.050998 10.0.0.131 - - [2026-05-25 04:38:39] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001252 10.0.0.73 - - [2026-05-25 04:38:39] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.078262 10.0.0.73 - - [2026-05-25 04:38:39] "POST /neutron/port HTTP/1.1" 200 4192 0.036228 10.0.0.73 - - [2026-05-25 04:38:40] "POST /neutron/network HTTP/1.1" 200 1014 0.008543 10.0.0.73 - - [2026-05-25 04:38:40] "POST /neutron/port HTTP/1.1" 200 1173 0.059785 10.0.0.73 - - [2026-05-25 04:38:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005062 10.0.0.73 - - [2026-05-25 04:38:41] "POST /neutron/port HTTP/1.1" 200 117 0.001232 10.0.0.73 - - [2026-05-25 04:38:44] "POST /neutron/port HTTP/1.1" 200 1237 0.034693 10.0.0.73 - - [2026-05-25 04:38:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011195 10.0.0.73 - - [2026-05-25 04:38:45] "GET /virtual-machine/b8d91e69-f781-4db3-8744-841afcb69378 HTTP/1.1" 401 292 0.000439 10.0.0.73 - - [2026-05-25 04:38:45] "GET /virtual-machine/b8d91e69-f781-4db3-8744-841afcb69378 HTTP/1.1" 200 1302 0.051012 10.0.0.73 - - [2026-05-25 04:38:45] "GET /virtual-machine-interface/530a525c-1777-4e34-ae5c-290ccaf4389e HTTP/1.1" 200 3182 0.006800 10.0.0.73 - - [2026-05-25 04:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.73 - - [2026-05-25 04:38:45] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005336 10.0.0.73 - - [2026-05-25 04:38:45] "GET /virtual-networks?parent_id=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004673 10.0.0.73 - - [2026-05-25 04:38:45] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006198 10.0.0.73 - - [2026-05-25 04:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.73 - - [2026-05-25 04:38:48] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006326 10.0.0.73 - - [2026-05-25 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.73 - - [2026-05-25 04:38:52] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.013946 10.0.0.73 - - [2026-05-25 04:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.73 - - [2026-05-25 04:38:56] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006794 10.0.0.73 - - [2026-05-25 04:39:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.73 - - [2026-05-25 04:39:00] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006304 10.0.0.73 - - [2026-05-25 04:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.73 - - [2026-05-25 04:39:05] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006443 10.0.0.73 - - [2026-05-25 04:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.73 - - [2026-05-25 04:39:09] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006175 10.0.0.131 - - [2026-05-25 04:39:10] "DELETE /project/6428eabb-35f4-4ec6-9119-26db8da706db HTTP/1.1" 404 177 0.003419 10.0.0.131 - - [2026-05-25 04:39:10] "DELETE /project/f373e1438deb4dd7b71f519dd2db2426 HTTP/1.1" 404 173 0.006741 10.0.0.73 - - [2026-05-25 04:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.73 - - [2026-05-25 04:39:13] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006511 10.0.0.73 - - [2026-05-25 04:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.73 - - [2026-05-25 04:39:17] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005774 10.0.0.73 - - [2026-05-25 04:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.73 - - [2026-05-25 04:39:21] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006503 10.0.0.73 - - [2026-05-25 04:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005169 10.0.0.73 - - [2026-05-25 04:39:25] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004564 10.0.0.73 - - [2026-05-25 04:39:25] "GET /virtual-networks?parent_id=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003990 10.0.0.73 - - [2026-05-25 04:39:25] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005877 10.0.0.73 - - [2026-05-25 04:39:25] "POST /neutron/port HTTP/1.1" 200 1237 0.020561 10.0.0.73 - - [2026-05-25 04:39:27] "POST /neutron/port HTTP/1.1" 200 1219 0.024234 10.0.0.73 - - [2026-05-25 04:39:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005167 10.0.0.73 - - [2026-05-25 04:39:27] "POST /neutron/port HTTP/1.1" 200 117 0.001360 10.0.0.73 - - [2026-05-25 04:39:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009129 10.0.0.73 - - [2026-05-25 04:39:34] "POST /neutron/network HTTP/1.1" 200 1124 0.039453 10.0.0.73 - - [2026-05-25 04:39:34] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017186 10.0.0.73 - - [2026-05-25 04:39:34] "POST /neutron/network HTTP/1.1" 200 1114 0.022861 10.0.0.73 - - [2026-05-25 04:39:38] "POST /neutron/port HTTP/1.1" 200 1237 0.055613 10.0.0.73 - - [2026-05-25 04:39:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009840 10.0.0.73 - - [2026-05-25 04:39:51] "POST /neutron/port HTTP/1.1" 200 1237 0.021733 10.0.0.73 - - [2026-05-25 04:39:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009572 10.0.0.73 - - [2026-05-25 04:39:52] "POST /neutron/port HTTP/1.1" 200 1237 0.023244 10.0.0.73 - - [2026-05-25 04:39:52] "POST /neutron/network HTTP/1.1" 200 1004 0.015408 10.0.0.73 - - [2026-05-25 04:39:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001378 10.0.0.73 - - [2026-05-25 04:39:52] "GET /virtual-machine/b8d91e69-f781-4db3-8744-841afcb69378 HTTP/1.1" 200 1302 0.004887 10.0.0.73 - - [2026-05-25 04:39:52] "GET /virtual-machine-interface/530a525c-1777-4e34-ae5c-290ccaf4389e HTTP/1.1" 200 3182 0.009460 10.0.0.73 - - [2026-05-25 04:39:52] "GET /instance-ip/3562261b-e5bc-43fb-8a07-846a65d1abf1 HTTP/1.1" 200 1658 0.007738 10.0.0.73 - - [2026-05-25 04:39:52] "GET /instance-ip/9ed2cfef-24aa-4018-a6cc-fa83aa603257 HTTP/1.1" 200 1638 0.007094 10.0.0.73 - - [2026-05-25 04:39:52] "POST /fqname-to-id HTTP/1.1" 404 218 0.004853 10.0.0.73 - - [2026-05-25 04:39:52] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005895 10.0.0.131 - - [2026-05-25 04:39:52] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371 10.0.0.73 - - [2026-05-25 04:39:52] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.050601 10.0.0.73 - - [2026-05-25 04:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.73 - - [2026-05-25 04:39:52] "GET /security-group/6483fa6a-1f9f-4f4d-ac7a-a1002ad4c177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3780 0.005813 10.0.0.73 - - [2026-05-25 04:39:52] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.113588 10.0.0.73 - - [2026-05-25 04:39:52] "POST /instance-ips HTTP/1.1" 200 358 0.058005 10.0.0.73 - - [2026-05-25 04:39:52] "GET /instance-ip/2812ba6c-8799-4a3d-b6db-02f42ce5b93c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.007012 10.0.0.73 - - [2026-05-25 04:39:52] "POST /instance-ips HTTP/1.1" 200 358 0.045210 10.0.0.73 - - [2026-05-25 04:39:52] "GET /instance-ip/9cb61b60-c381-45ef-bfc2-e5b194840591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006753 10.0.0.73 - - [2026-05-25 04:39:52] "GET /virtual-machine-interface/74935818-c357-4e96-b2e1-eafe5b3d13a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2395 0.006360 10.0.0.73 - - [2026-05-25 04:39:52] "GET /virtual-machine-interface/74935818-c357-4e96-b2e1-eafe5b3d13a2?fields=instance_ip_back_refs HTTP/1.1" 200 1540 0.009114 10.0.0.73 - - [2026-05-25 04:39:53] "GET /instance-ip/2812ba6c-8799-4a3d-b6db-02f42ce5b93c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.005031 10.0.0.73 - - [2026-05-25 04:39:53] "GET /instance-ip/9cb61b60-c381-45ef-bfc2-e5b194840591?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005613 10.0.0.73 - - [2026-05-25 04:39:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001577 10.0.0.73 - - [2026-05-25 04:39:53] "POST /neutron/port HTTP/1.1" 200 1080 0.020109 10.0.0.73 - - [2026-05-25 04:39:53] "POST /neutron/port HTTP/1.1" 200 1080 0.021947 10.0.0.73 - - [2026-05-25 04:39:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008878 10.0.0.73 - - [2026-05-25 04:39:54] "POST /neutron/port HTTP/1.1" 200 1080 0.015510 10.0.0.73 - - [2026-05-25 04:39:54] "POST /neutron/port HTTP/1.1" 200 1080 0.017820 10.0.0.73 - - [2026-05-25 04:39:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004454 10.0.0.73 - - [2026-05-25 04:39:55] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.73 - - [2026-05-25 04:39:59] "POST /neutron/port HTTP/1.1" 200 1183 0.023103 10.0.0.73 - - [2026-05-25 04:39:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011187 10.0.0.73 - - [2026-05-25 04:39:59] "GET /virtual-machine/d4af704a-52b9-40a3-83c9-d3ceee0f44ad HTTP/1.1" 200 1280 0.007398 10.0.0.73 - - [2026-05-25 04:39:59] "GET /virtual-machine-interface/74935818-c357-4e96-b2e1-eafe5b3d13a2 HTTP/1.1" 200 3232 0.007700 10.0.0.73 - - [2026-05-25 04:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.73 - - [2026-05-25 04:39:59] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005133 10.0.0.73 - - [2026-05-25 04:39:59] "GET /virtual-networks?parent_id=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003896 10.0.0.73 - - [2026-05-25 04:39:59] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.010693 10.0.0.73 - - [2026-05-25 04:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.73 - - [2026-05-25 04:40:02] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007575 10.0.0.73 - - [2026-05-25 04:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.73 - - [2026-05-25 04:40:06] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006602 10.0.0.73 - - [2026-05-25 04:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007176 10.0.0.73 - - [2026-05-25 04:40:10] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.013218 10.0.0.73 - - [2026-05-25 04:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.73 - - [2026-05-25 04:40:15] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006486 10.0.0.73 - - [2026-05-25 04:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.73 - - [2026-05-25 04:40:19] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008254 10.0.0.73 - - [2026-05-25 04:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005631 10.0.0.73 - - [2026-05-25 04:40:23] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006156 10.0.0.73 - - [2026-05-25 04:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005185 10.0.0.73 - - [2026-05-25 04:40:27] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007568 10.0.0.73 - - [2026-05-25 04:40:27] "POST /neutron/port HTTP/1.1" 200 1107 0.024940 10.0.0.73 - - [2026-05-25 04:40:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009252 10.0.0.73 - - [2026-05-25 04:40:27] "POST /neutron/network HTTP/1.1" 200 927 0.008514 10.0.0.73 - - [2026-05-25 04:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006208 10.0.0.73 - - [2026-05-25 04:40:31] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008244 10.0.0.73 - - [2026-05-25 04:40:35] "POST /neutron/network HTTP/1.1" 200 937 0.009333 10.0.0.73 - - [2026-05-25 04:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.73 - - [2026-05-25 04:40:35] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007178 10.0.0.73 - - [2026-05-25 04:40:35] "POST /neutron/port HTTP/1.1" 200 117 0.001873 10.0.0.73 - - [2026-05-25 04:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005143 10.0.0.73 - - [2026-05-25 04:40:39] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007773 10.0.0.73 - - [2026-05-25 04:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.73 - - [2026-05-25 04:40:43] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007159 10.0.0.131 - - [2026-05-25 04:40:45] "GET /obj-perms HTTP/1.1" 200 5056 0.088052 10.0.0.73 - - [2026-05-25 04:40:45] "GET /obj-perms HTTP/1.1" 200 5056 0.082139 10.0.0.73 - - [2026-05-25 04:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.73 - - [2026-05-25 04:40:47] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006598 10.0.0.73 - - [2026-05-25 04:40:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005358 10.0.0.73 - - [2026-05-25 04:40:51] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006301 10.0.0.73 - - [2026-05-25 04:40:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.73 - - [2026-05-25 04:40:53] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004263 10.0.0.73 - - [2026-05-25 04:40:53] "GET /virtual-networks?parent_id=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004279 10.0.0.73 - - [2026-05-25 04:40:54] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007529 10.0.0.73 - - [2026-05-25 04:40:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009632 10.0.0.73 - - [2026-05-25 04:41:04] "POST /neutron/port HTTP/1.1" 200 1183 0.026339 10.0.0.73 - - [2026-05-25 04:41:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009812 10.0.0.73 - - [2026-05-25 04:41:14] "POST /neutron/port HTTP/1.1" 200 1183 0.025795 10.0.0.73 - - [2026-05-25 04:41:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001405 10.0.0.73 - - [2026-05-25 04:41:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008968 10.0.0.131 - - [2026-05-25 04:41:21] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.73 - - [2026-05-25 04:41:21] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.098833 10.0.0.73 - - [2026-05-25 04:41:21] "POST /neutron/port HTTP/1.1" 200 6304 0.049616 10.0.0.73 - - [2026-05-25 04:41:21] "POST /neutron/port HTTP/1.1" 200 117 0.008776 10.0.0.73 - - [2026-05-25 04:41:22] "POST /neutron/port HTTP/1.1" 200 1174 0.026499 10.0.0.73 - - [2026-05-25 04:41:23] "POST /neutron/port HTTP/1.1" 200 1238 0.026480 10.0.0.73 - - [2026-05-25 04:41:23] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017865 10.0.0.73 - - [2026-05-25 04:41:23] "POST /neutron/network HTTP/1.1" 200 1005 0.011584 10.0.0.73 - - [2026-05-25 04:41:27] "POST /neutron/port HTTP/1.1" 200 1238 0.025563 10.0.0.73 - - [2026-05-25 04:41:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009137 10.0.0.73 - - [2026-05-25 04:41:27] "GET /virtual-machine/70165bd8-4d81-44fc-aca5-2e1ea3f408fe HTTP/1.1" 200 1302 0.006860 10.0.0.73 - - [2026-05-25 04:41:27] "GET /virtual-machine-interface/b5c6d5a0-bebf-4d2a-8fcc-bcd593dd207d HTTP/1.1" 200 3183 0.006873 10.0.0.73 - - [2026-05-25 04:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.73 - - [2026-05-25 04:41:27] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004211 10.0.0.73 - - [2026-05-25 04:41:27] "GET /virtual-networks?parent_id=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003990 10.0.0.73 - - [2026-05-25 04:41:27] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006547 10.0.0.73 - - [2026-05-25 04:41:28] "POST /neutron/network HTTP/1.1" 200 1014 0.008305 10.0.0.73 - - [2026-05-25 04:41:28] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015628 10.0.0.73 - - [2026-05-25 04:41:28] "POST /neutron/network HTTP/1.1" 200 1004 0.012240 10.0.0.73 - - [2026-05-25 04:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.73 - - [2026-05-25 04:41:30] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006880 10.0.0.73 - - [2026-05-25 04:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.73 - - [2026-05-25 04:41:34] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006512 10.0.0.73 - - [2026-05-25 04:41:35] "POST /neutron/network HTTP/1.1" 200 1124 0.013498 10.0.0.73 - - [2026-05-25 04:41:35] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014673 10.0.0.73 - - [2026-05-25 04:41:35] "POST /neutron/network HTTP/1.1" 200 1114 0.011231 10.0.0.73 - - [2026-05-25 04:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.73 - - [2026-05-25 04:41:38] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007025 10.0.0.73 - - [2026-05-25 04:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005467 10.0.0.73 - - [2026-05-25 04:41:42] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007825 10.0.0.19 - - [2026-05-25 04:41:46] "GET /obj-perms HTTP/1.1" 200 5056 0.074158 10.0.0.73 - - [2026-05-25 04:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.73 - - [2026-05-25 04:41:46] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006157 10.0.0.73 - - [2026-05-25 04:41:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008085 10.0.0.73 - - [2026-05-25 04:41:50] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007532 10.0.0.73 - - [2026-05-25 04:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.73 - - [2026-05-25 04:41:54] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006472 10.0.0.73 - - [2026-05-25 04:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006949 10.0.0.73 - - [2026-05-25 04:41:59] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005599 10.0.0.73 - - [2026-05-25 04:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.73 - - [2026-05-25 04:42:03] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007305 10.0.0.73 - - [2026-05-25 04:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.73 - - [2026-05-25 04:42:05] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005343 10.0.0.73 - - [2026-05-25 04:42:05] "GET /virtual-networks?parent_id=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004012 10.0.0.73 - - [2026-05-25 04:42:05] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007086 10.0.0.73 - - [2026-05-25 04:42:10] "POST /neutron/port HTTP/1.1" 200 1238 0.026969 10.0.0.73 - - [2026-05-25 04:42:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008802 10.0.0.73 - - [2026-05-25 04:42:21] "POST /neutron/port HTTP/1.1" 200 1238 0.024620 10.0.0.73 - - [2026-05-25 04:42:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010471 10.0.0.73 - - [2026-05-25 04:42:29] "POST /neutron/network HTTP/1.1" 200 1124 0.010669 10.0.0.73 - - [2026-05-25 04:42:29] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016659 10.0.0.73 - - [2026-05-25 04:42:29] "POST /neutron/network HTTP/1.1" 200 1114 0.014644 10.0.0.73 - - [2026-05-25 04:42:31] "POST /neutron/port HTTP/1.1" 200 1238 0.021178 10.0.0.73 - - [2026-05-25 04:42:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008646 10.0.0.73 - - [2026-05-25 04:42:31] "POST /neutron/network HTTP/1.1" 200 979 0.019544 10.0.0.73 - - [2026-05-25 04:42:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001648 10.0.0.73 - - [2026-05-25 04:42:31] "GET /virtual-machine/70165bd8-4d81-44fc-aca5-2e1ea3f408fe HTTP/1.1" 200 1302 0.005024 10.0.0.73 - - [2026-05-25 04:42:31] "GET /virtual-machine-interface/b5c6d5a0-bebf-4d2a-8fcc-bcd593dd207d HTTP/1.1" 200 3183 0.007456 10.0.0.73 - - [2026-05-25 04:42:31] "GET /instance-ip/52f9ccf6-e7d8-4ce2-90c3-9670c2c6da0c HTTP/1.1" 200 1659 0.007896 10.0.0.73 - - [2026-05-25 04:42:32] "GET /instance-ip/efde9824-cc73-447c-8962-b21fbce8387d HTTP/1.1" 200 1638 0.006803 10.0.0.73 - - [2026-05-25 04:42:32] "POST /fqname-to-id HTTP/1.1" 404 230 0.004090 10.0.0.73 - - [2026-05-25 04:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006246 10.0.0.131 - - [2026-05-25 04:42:32] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001188 10.0.0.73 - - [2026-05-25 04:42:32] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.064471 10.0.0.73 - - [2026-05-25 04:42:32] "POST /network-policys HTTP/1.1" 200 571 0.038487 10.0.0.73 - - [2026-05-25 04:42:32] "GET /network-policy/8ac71d7d-214a-4889-be46-b8a730e5db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.008647 10.0.0.73 - - [2026-05-25 04:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.73 - - [2026-05-25 04:42:32] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008294 10.0.0.73 - - [2026-05-25 04:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.73 - - [2026-05-25 04:42:32] "GET /network-policy/8ac71d7d-214a-4889-be46-b8a730e5db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005430 10.0.0.73 - - [2026-05-25 04:42:32] "POST /ref-update HTTP/1.1" 200 156 0.077061 10.0.0.73 - - [2026-05-25 04:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.73 - - [2026-05-25 04:42:32] "GET /network-policy/8ac71d7d-214a-4889-be46-b8a730e5db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005051 10.0.0.73 - - [2026-05-25 04:42:32] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.009296 10.0.0.73 - - [2026-05-25 04:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.73 - - [2026-05-25 04:42:32] "GET /network-policy/8ac71d7d-214a-4889-be46-b8a730e5db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005967 10.0.0.73 - - [2026-05-25 04:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.73 - - [2026-05-25 04:42:32] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.014414 10.0.0.73 - - [2026-05-25 04:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.19 - - [2026-05-25 04:42:32] "POST /fqname-to-id HTTP/1.1" 404 242 0.036825 10.0.0.73 - - [2026-05-25 04:42:32] "GET /network-policy/8ac71d7d-214a-4889-be46-b8a730e5db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004030 10.0.0.73 - - [2026-05-25 04:42:32] "POST /ref-update HTTP/1.1" 200 156 0.086155 10.0.0.19 - - [2026-05-25 04:42:32] "POST /access-control-lists HTTP/1.1" 200 598 0.042364 10.0.0.73 - - [2026-05-25 04:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005993 10.0.0.73 - - [2026-05-25 04:42:33] "GET /network-policy/8ac71d7d-214a-4889-be46-b8a730e5db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.011341 10.0.0.73 - - [2026-05-25 04:42:33] "POST /neutron/network HTTP/1.1" 200 1109 0.016552 10.0.0.73 - - [2026-05-25 04:42:33] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006826 10.0.0.73 - - [2026-05-25 04:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.73 - - [2026-05-25 04:42:33] "GET /network-policy/8ac71d7d-214a-4889-be46-b8a730e5db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004277 10.0.0.73 - - [2026-05-25 04:42:33] "GET /virtual-machine-interface/b5c6d5a0-bebf-4d2a-8fcc-bcd593dd207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006660 10.0.0.73 - - [2026-05-25 04:42:33] "PUT /virtual-machine-interface/b5c6d5a0-bebf-4d2a-8fcc-bcd593dd207d HTTP/1.1" 200 285 0.018949 10.0.0.73 - - [2026-05-25 04:42:33] "GET /virtual-machine-interface/b5c6d5a0-bebf-4d2a-8fcc-bcd593dd207d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3075 0.007601 10.0.0.73 - - [2026-05-25 04:42:33] "PUT /virtual-machine-interface/b5c6d5a0-bebf-4d2a-8fcc-bcd593dd207d HTTP/1.1" 200 285 0.022164 10.0.0.73 - - [2026-05-25 04:42:37] "POST /neutron/network HTTP/1.1" 200 937 0.008434 10.0.0.73 - - [2026-05-25 04:42:37] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.19 - - [2026-05-25 04:42:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.19 - - [2026-05-25 04:42:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.131 - - [2026-05-25 04:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.131 - - [2026-05-25 04:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.19 - - [2026-05-25 04:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.19 - - [2026-05-25 04:42:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.131 - - [2026-05-25 04:42:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.131 - - [2026-05-25 04:42:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.73 - - [2026-05-25 04:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.73 - - [2026-05-25 04:42:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.73 - - [2026-05-25 04:42:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.73 - - [2026-05-25 04:42:53] "GET /global-system-configs HTTP/1.1" 401 292 0.001410 10.0.0.73 - - [2026-05-25 04:43:30] "POST /neutron/port HTTP/1.1" 200 1107 0.022518 10.0.0.73 - - [2026-05-25 04:43:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.011147 10.0.0.73 - - [2026-05-25 04:43:39] "POST /neutron/port HTTP/1.1" 200 1238 0.030902 10.0.0.73 - - [2026-05-25 04:43:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005847 10.0.0.73 - - [2026-05-25 04:43:39] "POST /neutron/port HTTP/1.1" 200 117 0.001521 10.0.0.73 - - [2026-05-25 04:44:30] "POST /neutron/port HTTP/1.1" 200 1237 0.058042 10.0.0.73 - - [2026-05-25 04:44:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004148 10.0.0.73 - - [2026-05-25 04:44:31] "POST /neutron/port HTTP/1.1" 200 117 0.001379 10.0.0.73 - - [2026-05-25 04:44:39] "POST /neutron/port HTTP/1.1" 200 1219 0.065928 10.0.0.73 - - [2026-05-25 04:44:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004747 10.0.0.73 - - [2026-05-25 04:44:39] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.131 - - [2026-05-25 04:44:49] "GET /obj-perms HTTP/1.1" 200 5056 0.094665 10.0.0.73 - - [2026-05-25 04:44:49] "POST /ref-update HTTP/1.1" 200 156 0.088872 10.0.0.19 - - [2026-05-25 04:44:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.060326 10.0.0.19 - - [2026-05-25 04:44:49] "POST /ref-update HTTP/1.1" 200 156 0.028194 10.0.0.73 - - [2026-05-25 04:44:49] "POST /neutron/network HTTP/1.1" 200 1005 0.057379 10.0.0.73 - - [2026-05-25 04:44:49] "GET /virtual-network/5d6a80b3-f450-4328-8377-05680309d337?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007002 10.0.0.73 - - [2026-05-25 04:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.73 - - [2026-05-25 04:44:49] "GET /network-policy/8ac71d7d-214a-4889-be46-b8a730e5db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004203 10.0.0.73 - - [2026-05-25 04:44:49] "POST /ref-update HTTP/1.1" 200 156 0.050367 10.0.0.73 - - [2026-05-25 04:44:49] "GET /virtual-network/48b8372f-3304-4ce2-90a0-617357e18311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008718 10.0.0.73 - - [2026-05-25 04:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.73 - - [2026-05-25 04:44:49] "GET /network-policy/8ac71d7d-214a-4889-be46-b8a730e5db21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005045 10.0.0.73 - - [2026-05-25 04:44:49] "DELETE /network-policy/8ac71d7d-214a-4889-be46-b8a730e5db21 HTTP/1.1" 200 115 0.041327 10.0.0.73 - - [2026-05-25 04:44:50] "DELETE /instance-ip/2812ba6c-8799-4a3d-b6db-02f42ce5b93c HTTP/1.1" 200 115 0.052598 10.0.0.73 - - [2026-05-25 04:44:50] "DELETE /instance-ip/9cb61b60-c381-45ef-bfc2-e5b194840591 HTTP/1.1" 200 115 0.060878 10.0.0.73 - - [2026-05-25 04:44:50] "DELETE /virtual-machine-interface/74935818-c357-4e96-b2e1-eafe5b3d13a2 HTTP/1.1" 200 115 0.130011 10.0.0.73 - - [2026-05-25 04:44:50] "POST /neutron/network HTTP/1.1" 200 1005 0.011592 10.0.0.73 - - [2026-05-25 04:44:50] "POST /neutron/port HTTP/1.1" 200 151 0.280336 10.0.0.73 - - [2026-05-25 04:44:51] "POST /neutron/port HTTP/1.1" 200 151 0.303076 10.0.0.19 - - [2026-05-25 04:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.73 - - [2026-05-25 04:44:53] "POST /neutron/network HTTP/1.1" 200 1004 0.011614 10.0.0.19 - - [2026-05-25 04:44:53] "DELETE /route-target/f6e709d4-a770-4e74-9598-cd124416d1fa HTTP/1.1" 200 115 0.024889 10.0.0.73 - - [2026-05-25 04:44:55] "POST /neutron/port HTTP/1.1" 400 205 0.004497 10.0.0.131 - - [2026-05-25 04:44:56] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.032720 10.0.0.73 - - [2026-05-25 04:44:56] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.113955 10.0.0.131 - - [2026-05-25 04:44:56] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001606 10.0.0.73 - - [2026-05-25 04:44:56] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?fields=virtual_networks HTTP/1.1" 200 1051 0.044477 10.0.0.131 - - [2026-05-25 04:44:56] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001420 10.0.0.73 - - [2026-05-25 04:44:56] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.053147 10.0.0.131 - - [2026-05-25 04:44:56] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001509 10.0.0.73 - - [2026-05-25 04:44:56] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?fields=security_groups HTTP/1.1" 200 1286 0.051214 10.0.0.73 - - [2026-05-25 04:44:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.039372 10.0.0.131 - - [2026-05-25 04:44:57] "GET /projects?obj_uuids=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003862 10.0.0.131 - - [2026-05-25 04:44:57] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.131 - - [2026-05-25 04:44:57] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.043162 10.0.0.131 - - [2026-05-25 04:44:57] "POST /id-to-fqname HTTP/1.1" 200 194 0.011593 10.0.0.131 - - [2026-05-25 04:44:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.005979 10.0.0.131 - - [2026-05-25 04:44:58] "POST /security-groups HTTP/1.1" 200 595 0.044148 10.0.0.131 - - [2026-05-25 04:44:58] "POST /projects HTTP/1.1" 200 593 0.309266 10.0.0.131 - - [2026-05-25 04:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.349249 10.0.0.19 - - [2026-05-25 04:44:58] "POST /fqname-to-id HTTP/1.1" 404 237 0.013608 10.0.0.73 - - [2026-05-25 04:44:58] "GET /project/39225512-742f-49c8-9622-79c8d574f7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.541506 10.0.0.73 - - [2026-05-25 04:44:59] "GET / HTTP/1.1" 200 36215 0.001837 10.0.0.73 - - [2026-05-25 04:45:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.73 - - [2026-05-25 04:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.085256 10.0.0.131 - - [2026-05-25 04:45:01] "GET /projects?obj_uuids=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001597 10.0.0.73 - - [2026-05-25 04:45:01] "GET /project/39225512-742f-49c8-9622-79c8d574f7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.064016 10.0.0.19 - - [2026-05-25 04:45:02] "POST /ref-update HTTP/1.1" 200 156 0.023099 10.0.0.131 - - [2026-05-25 04:45:02] "POST /useragent-kv HTTP/1.1" 200 115 0.017039 10.0.0.73 - - [2026-05-25 04:45:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.289345 10.0.0.73 - - [2026-05-25 04:45:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001504 10.0.0.73 - - [2026-05-25 04:45:02] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.009371 10.0.0.73 - - [2026-05-25 04:45:02] "POST /neutron/network HTTP/1.1" 200 1001 0.011482 10.0.0.73 - - [2026-05-25 04:45:03] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008044 10.0.0.73 - - [2026-05-25 04:45:03] "POST /neutron/subnet HTTP/1.1" 200 823 0.013483 10.0.0.73 - - [2026-05-25 04:45:03] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006934 10.0.0.73 - - [2026-05-25 04:45:04] "GET /obj-perms HTTP/1.1" 200 5038 0.075906 10.0.0.19 - - [2026-05-25 04:45:04] "GET /obj-perms HTTP/1.1" 200 5038 0.081078 10.0.0.73 - - [2026-05-25 04:45:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001469 10.0.0.131 - - [2026-05-25 04:45:06] "GET /projects?obj_uuids=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001242 10.0.0.73 - - [2026-05-25 04:45:06] "GET /project/39225512-742f-49c8-9622-79c8d574f7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.088195 10.0.0.73 - - [2026-05-25 04:45:06] "POST /neutron/network HTTP/1.1" 200 1001 0.046337 10.0.0.73 - - [2026-05-25 04:45:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001693 10.0.0.73 - - [2026-05-25 04:45:07] "POST /neutron/port HTTP/1.1" 200 4192 0.052244 10.0.0.131 - - [2026-05-25 04:45:07] "GET /projects?obj_uuids=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001487 10.0.0.73 - - [2026-05-25 04:45:08] "POST /neutron/port HTTP/1.1" 200 1170 0.438120 10.0.0.131 - - [2026-05-25 04:45:08] "GET /projects?obj_uuids=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002812 10.0.0.73 - - [2026-05-25 04:45:08] "POST /neutron/port HTTP/1.1" 200 1224 0.142062 10.0.0.73 - - [2026-05-25 04:45:08] "GET /project/39225512-742f-49c8-9622-79c8d574f7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.166195 10.0.0.73 - - [2026-05-25 04:45:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004555 10.0.0.73 - - [2026-05-25 04:45:08] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.73 - - [2026-05-25 04:45:08] "POST /neutron/port HTTP/1.1" 200 5272 0.051596 10.0.0.73 - - [2026-05-25 04:45:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001488 10.0.0.73 - - [2026-05-25 04:45:08] "POST /neutron/port HTTP/1.1" 200 5272 0.050292 10.0.0.73 - - [2026-05-25 04:45:09] "POST /neutron/network HTTP/1.1" 200 1011 0.007951 10.0.0.131 - - [2026-05-25 04:45:10] "GET /projects?obj_uuids=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001178 10.0.0.73 - - [2026-05-25 04:45:10] "GET /project/39225512-742f-49c8-9622-79c8d574f7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.107047 10.0.0.73 - - [2026-05-25 04:45:10] "POST /neutron/network HTTP/1.1" 200 1001 0.016599 10.0.0.73 - - [2026-05-25 04:45:10] "POST /neutron/port HTTP/1.1" 200 6352 0.103442 10.0.0.131 - - [2026-05-25 04:45:10] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001277 10.0.0.131 - - [2026-05-25 04:45:10] "DELETE /project/39225512742f49c8962279c8d574f7d5 HTTP/1.1" 404 173 0.006006 10.0.0.131 - - [2026-05-25 04:45:10] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.073357 10.0.0.131 - - [2026-05-25 04:45:10] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002706 10.0.0.73 - - [2026-05-25 04:45:10] "POST /neutron/port HTTP/1.1" 200 1234 0.033730 10.0.0.131 - - [2026-05-25 04:45:10] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?fields=security_groups HTTP/1.1" 200 1388 0.098238 10.0.0.73 - - [2026-05-25 04:45:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004775 10.0.0.131 - - [2026-05-25 04:45:10] "DELETE /security-group/6483fa6a-1f9f-4f4d-ac7a-a1002ad4c177 HTTP/1.1" 200 115 0.080675 10.0.0.131 - - [2026-05-25 04:45:10] "GET /projects?obj_uuids=f373e143-8deb-4dd7-b71f-519dd2db2426&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.131 - - [2026-05-25 04:45:10] "GET /project/f373e143-8deb-4dd7-b71f-519dd2db2426?fields=application_policy_sets HTTP/1.1" 200 1427 0.073526 10.0.0.73 - - [2026-05-25 04:45:10] "POST /neutron/port HTTP/1.1" 200 117 0.003268 10.0.0.131 - - [2026-05-25 04:45:11] "DELETE /project/f373e143-8deb-4dd7-b71f-519dd2db2426 HTTP/1.1" 200 115 0.610654 10.0.0.73 - - [2026-05-25 04:45:11] "POST /neutron/network HTTP/1.1" 200 1011 0.010676 10.0.0.73 - - [2026-05-25 04:45:11] "POST /neutron/port HTTP/1.1" 200 1170 0.024259 10.0.0.73 - - [2026-05-25 04:45:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005829 10.0.0.73 - - [2026-05-25 04:45:12] "POST /neutron/port HTTP/1.1" 200 117 0.001443 10.0.0.73 - - [2026-05-25 04:45:15] "POST /neutron/port HTTP/1.1" 200 1234 0.020759 10.0.0.73 - - [2026-05-25 04:45:16] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011786 10.0.0.73 - - [2026-05-25 04:45:16] "GET /virtual-machine/545e89d9-b442-48df-b434-6a0f8b2bd72d HTTP/1.1" 401 292 0.000472 10.0.0.73 - - [2026-05-25 04:45:16] "GET /virtual-machine/545e89d9-b442-48df-b434-6a0f8b2bd72d HTTP/1.1" 200 1298 0.041875 10.0.0.73 - - [2026-05-25 04:45:16] "GET /virtual-machine-interface/644435d5-a2c3-47e6-a637-e64d98865c22 HTTP/1.1" 200 3162 0.006547 10.0.0.73 - - [2026-05-25 04:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.73 - - [2026-05-25 04:45:16] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004333 10.0.0.73 - - [2026-05-25 04:45:16] "GET /virtual-networks?parent_id=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004875 10.0.0.73 - - [2026-05-25 04:45:16] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007463 10.0.0.73 - - [2026-05-25 04:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005226 10.0.0.73 - - [2026-05-25 04:45:19] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007094 10.0.0.73 - - [2026-05-25 04:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.73 - - [2026-05-25 04:45:23] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007984 10.0.0.73 - - [2026-05-25 04:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.73 - - [2026-05-25 04:45:27] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005700 10.0.0.73 - - [2026-05-25 04:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006242 10.0.0.73 - - [2026-05-25 04:45:32] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006600 10.0.0.73 - - [2026-05-25 04:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.73 - - [2026-05-25 04:45:36] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006613 10.0.0.73 - - [2026-05-25 04:45:39] "POST /neutron/port HTTP/1.1" 200 1107 0.022572 10.0.0.73 - - [2026-05-25 04:45:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004646 10.0.0.73 - - [2026-05-25 04:45:39] "POST /neutron/network HTTP/1.1" 200 927 0.008590 10.0.0.73 - - [2026-05-25 04:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.73 - - [2026-05-25 04:45:40] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006319 10.0.0.73 - - [2026-05-25 04:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.73 - - [2026-05-25 04:45:44] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006754 10.0.0.73 - - [2026-05-25 04:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.73 - - [2026-05-25 04:45:48] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006859 10.0.0.73 - - [2026-05-25 04:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005799 10.0.0.73 - - [2026-05-25 04:45:52] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007187 10.0.0.73 - - [2026-05-25 04:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.73 - - [2026-05-25 04:45:56] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006080 10.0.0.73 - - [2026-05-25 04:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005402 10.0.0.73 - - [2026-05-25 04:46:00] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008662 10.0.0.73 - - [2026-05-25 04:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.73 - - [2026-05-25 04:46:04] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006763 10.0.0.73 - - [2026-05-25 04:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.73 - - [2026-05-25 04:46:08] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006657 10.0.0.73 - - [2026-05-25 04:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008175 10.0.0.73 - - [2026-05-25 04:46:13] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006626 10.0.0.73 - - [2026-05-25 04:46:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.73 - - [2026-05-25 04:46:17] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005303 10.0.0.73 - - [2026-05-25 04:46:17] "GET /virtual-networks?parent_id=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004157 10.0.0.73 - - [2026-05-25 04:46:17] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007507 10.0.0.73 - - [2026-05-25 04:46:17] "POST /neutron/port HTTP/1.1" 200 1234 0.022055 10.0.0.73 - - [2026-05-25 04:46:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008601 10.0.0.73 - - [2026-05-25 04:46:31] "POST /neutron/port HTTP/1.1" 200 1234 0.056116 10.0.0.73 - - [2026-05-25 04:46:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007626 10.0.0.73 - - [2026-05-25 04:46:35] "POST /neutron/port HTTP/1.1" 200 1219 0.024250 10.0.0.73 - - [2026-05-25 04:46:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004572 10.0.0.73 - - [2026-05-25 04:46:35] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.73 - - [2026-05-25 04:46:38] "POST /neutron/port HTTP/1.1" 200 1234 0.022164 10.0.0.73 - - [2026-05-25 04:46:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008440 10.0.0.73 - - [2026-05-25 04:46:48] "POST /neutron/port HTTP/1.1" 200 1234 0.025492 10.0.0.73 - - [2026-05-25 04:46:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010125 10.0.0.73 - - [2026-05-25 04:46:48] "GET /virtual-machine/984c859d-45e1-48a6-94ec-81b21365e8d1 HTTP/1.1" 200 1299 0.006741 10.0.0.73 - - [2026-05-25 04:46:48] "GET /virtual-machine-interface/22a8261f-ff86-4d7b-8d8a-194691d6116c HTTP/1.1" 200 3162 0.007719 10.0.0.73 - - [2026-05-25 04:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.73 - - [2026-05-25 04:46:48] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004149 10.0.0.73 - - [2026-05-25 04:46:48] "GET /virtual-networks?parent_id=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003403 10.0.0.73 - - [2026-05-25 04:46:48] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007062 10.0.0.73 - - [2026-05-25 04:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.73 - - [2026-05-25 04:46:50] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005214 10.0.0.73 - - [2026-05-25 04:46:50] "GET /virtual-networks?parent_id=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004219 10.0.0.73 - - [2026-05-25 04:46:50] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006762 10.0.0.73 - - [2026-05-25 04:46:50] "POST /neutron/port HTTP/1.1" 200 1234 0.024462 10.0.0.73 - - [2026-05-25 04:46:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008903 10.0.0.73 - - [2026-05-25 04:46:50] "GET /virtual-machine/d6f842f0-409b-42df-9191-16999922e24e HTTP/1.1" 200 1299 0.009770 10.0.0.73 - - [2026-05-25 04:46:50] "GET /virtual-machine-interface/7808bf6f-1851-4af0-8eac-957703a26cdc HTTP/1.1" 200 3162 0.007805 10.0.0.73 - - [2026-05-25 04:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.73 - - [2026-05-25 04:46:50] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006439 10.0.0.73 - - [2026-05-25 04:46:50] "GET /virtual-networks?parent_id=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003558 10.0.0.73 - - [2026-05-25 04:46:50] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006433 10.0.0.73 - - [2026-05-25 04:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005454 10.0.0.73 - - [2026-05-25 04:46:51] "GET /global-vrouter-config/603a41c3-4c75-4975-97f1-d1e12f589ca6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004983 10.0.0.73 - - [2026-05-25 04:46:51] "GET /virtual-networks?parent_id=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003253 10.0.0.73 - - [2026-05-25 04:46:51] "GET /virtual-network/e7acee83-ece3-4fc8-b7a2-c5de76b81303?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006865 10.0.0.73 - - [2026-05-25 04:46:52] "GET /virtual-machine-interface/7808bf6f-1851-4af0-8eac-957703a26cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006409 10.0.0.73 - - [2026-05-25 04:46:52] "PUT /virtual-machine-interface/7808bf6f-1851-4af0-8eac-957703a26cdc HTTP/1.1" 200 285 0.016837 10.0.0.73 - - [2026-05-25 04:47:34] "POST /neutron/network HTTP/1.1" 200 937 0.009093 10.0.0.73 - - [2026-05-25 04:47:34] "POST /neutron/port HTTP/1.1" 200 117 0.001186 10.0.0.73 - - [2026-05-25 04:47:42] "POST /neutron/port HTTP/1.1" 200 1219 0.023390 10.0.0.73 - - [2026-05-25 04:47:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004537 10.0.0.73 - - [2026-05-25 04:47:42] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.19 - - [2026-05-25 04:47:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000651 10.0.0.19 - - [2026-05-25 04:47:47] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.131 - - [2026-05-25 04:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.131 - - [2026-05-25 04:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.19 - - [2026-05-25 04:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.001676 10.0.0.19 - - [2026-05-25 04:47:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.131 - - [2026-05-25 04:47:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.131 - - [2026-05-25 04:47:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.131 - - [2026-05-25 04:47:51] "GET /obj-perms HTTP/1.1" 200 5056 0.069876 10.0.0.73 - - [2026-05-25 04:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.73 - - [2026-05-25 04:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.73 - - [2026-05-25 04:47:52] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.73 - - [2026-05-25 04:47:53] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.73 - - [2026-05-25 04:48:35] "POST /neutron/port HTTP/1.1" 200 1234 0.024318 10.0.0.73 - - [2026-05-25 04:48:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004906 10.0.0.73 - - [2026-05-25 04:48:35] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.73 - - [2026-05-25 04:48:42] "POST /neutron/port HTTP/1.1" 200 1107 0.022340 10.0.0.73 - - [2026-05-25 04:48:42] "POST /neutron/subnet HTTP/1.1" 200 698 0.010747 10.0.0.73 - - [2026-05-25 04:48:52] "GET /obj-perms HTTP/1.1" 200 5056 0.067122 10.0.0.19 - - [2026-05-25 04:48:52] "GET /obj-perms HTTP/1.1" 200 5056 0.064975 10.0.0.73 - - [2026-05-25 04:49:37] "POST /neutron/port HTTP/1.1" 200 1234 0.052668 10.0.0.73 - - [2026-05-25 04:49:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004655 10.0.0.73 - - [2026-05-25 04:49:38] "POST /neutron/port HTTP/1.1" 200 117 0.001826 10.0.0.73 - - [2026-05-25 04:49:40] "POST /neutron/network HTTP/1.1" 200 1001 0.011796 10.0.0.73 - - [2026-05-25 04:49:40] "POST /neutron/port HTTP/1.1" 200 1224 0.021396 10.0.0.73 - - [2026-05-25 04:49:41] "POST /neutron/port HTTP/1.1" 200 1224 0.027792 10.0.0.73 - - [2026-05-25 04:49:41] "POST /neutron/port HTTP/1.1" 200 1224 0.029734 10.0.0.131 - - [2026-05-25 04:49:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003204 10.0.0.131 - - [2026-05-25 04:49:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004153 10.0.0.131 - - [2026-05-25 04:49:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006982 10.0.0.131 - - [2026-05-25 04:49:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004678 10.0.0.73 - - [2026-05-25 04:49:42] "POST /neutron/network HTTP/1.1" 200 151 0.200825 10.0.0.19 - - [2026-05-25 04:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.064034 10.0.0.131 - - [2026-05-25 04:49:44] "GET /projects?obj_uuids=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001300 10.0.0.73 - - [2026-05-25 04:49:44] "GET /project/39225512-742f-49c8-9622-79c8d574f7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.052434 10.0.0.131 - - [2026-05-25 04:49:44] "GET /projects?obj_uuids=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001626 10.0.0.73 - - [2026-05-25 04:49:44] "GET /project/39225512-742f-49c8-9622-79c8d574f7d5?fields=virtual_networks HTTP/1.1" 200 1042 0.042684 10.0.0.131 - - [2026-05-25 04:49:44] "GET /projects?obj_uuids=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001488 10.0.0.73 - - [2026-05-25 04:49:44] "GET /project/39225512-742f-49c8-9622-79c8d574f7d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.048471 10.0.0.131 - - [2026-05-25 04:49:44] "GET /projects?obj_uuids=39225512-742f-49c8-9622-79c8d574f7d5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001323 10.0.0.73 - - [2026-05-25 04:49:44] "GET /project/39225512-742f-49c8-9622-79c8d574f7d5?fields=security_groups HTTP/1.1" 200 1273 0.047750 10.0.0.73 - - [2026-05-25 04:49:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.035413 10.0.0.131 - - [2026-05-25 04:49:45] "GET /projects?obj_uuids=a242c445-073f-429f-a8d6-5784976e26db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003610 10.0.0.131 - - [2026-05-25 04:49:45] "GET /domains?obj_uuids=e8ff46f5-59ad-486b-ab96-d07259341f10&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001478 10.0.0.131 - - [2026-05-25 04:49:45] "GET /domain/e8ff46f5-59ad-486b-ab96-d07259341f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008120 10.0.0.131 - - [2026-05-25 04:49:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.001241 10.0.0.131 - - [2026-05-25 04:49:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.010235 10.0.0.131 - - [2026-05-25 04:49:46] "POST /security-groups HTTP/1.1" 200 591 0.088956 10.0.0.131 - - [2026-05-25 04:49:46] "POST /projects HTTP/1.1" 200 585 0.326924 10.0.0.131 - - [2026-05-25 04:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.370785 10.0.0.19 - - [2026-05-25 04:49:46] "POST /access-control-lists HTTP/1.1" 200 598 0.037823 10.0.0.73 - - [2026-05-25 04:49:46] "GET /project/a242c445-073f-429f-a8d6-5784976e26db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.582725 10.0.0.73 - - [2026-05-25 04:49:47] "GET / HTTP/1.1" 200 36215 0.001518 10.0.0.131 - - [2026-05-25 04:49:53] "GET /projects?obj_uuids=a242c445-073f-429f-a8d6-5784976e26db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001368 10.0.0.73 - - [2026-05-25 04:49:53] "GET /project/a242c445-073f-429f-a8d6-5784976e26db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.060113 10.0.0.131 - - [2026-05-25 04:49:53] "GET /projects?obj_uuids=a242c445-073f-429f-a8d6-5784976e26db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001586 10.0.0.73 - - [2026-05-25 04:49:53] "GET /project/a242c445-073f-429f-a8d6-5784976e26db?fields=virtual_networks HTTP/1.1" 200 1035 0.073087 10.0.0.131 - - [2026-05-25 04:49:53] "GET /projects?obj_uuids=a242c445-073f-429f-a8d6-5784976e26db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001247 10.0.0.73 - - [2026-05-25 04:49:53] "GET /project/a242c445-073f-429f-a8d6-5784976e26db?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.068511 10.0.0.131 - - [2026-05-25 04:49:53] "GET /projects?obj_uuids=a242c445-073f-429f-a8d6-5784976e26db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001336 10.0.0.73 - - [2026-05-25 04:49:53] "GET /project/a242c445-073f-429f-a8d6-5784976e26db?fields=security_groups HTTP/1.1" 200 1262 0.051049 10.0.0.19 - - [2026-05-25 04:49:54] "DELETE /access-control-list/486cb283-d8bf-479d-8731-35bd2e112f3c HTTP/1.1" 200 115 0.045978 10.0.0.131 - - [2026-05-25 04:50:11] "DELETE /project/a242c445073f429fa8d65784976e26db HTTP/1.1" 404 173 0.043978 10.0.0.131 - - [2026-05-25 04:50:11] "DELETE /project/39225512-742f-49c8-9622-79c8d574f7d5 HTTP/1.1" 404 177 0.100189 10.0.0.131 - - [2026-05-25 04:50:11] "GET /projects?obj_uuids=a242c445-073f-429f-a8d6-5784976e26db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001716 10.0.0.131 - - [2026-05-25 04:50:11] "GET /project/a242c445-073f-429f-a8d6-5784976e26db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.141001 10.0.0.131 - - [2026-05-25 04:50:11] "GET /projects?obj_uuids=a242c445-073f-429f-a8d6-5784976e26db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.131 - - [2026-05-25 04:50:11] "GET /project/a242c445-073f-429f-a8d6-5784976e26db?fields=security_groups HTTP/1.1" 200 1364 0.093609 10.0.0.131 - - [2026-05-25 04:50:11] "DELETE /security-group/05e1baeb-2569-47ef-96a1-8b8b0a64a1cf HTTP/1.1" 200 115 0.082587 10.0.0.131 - - [2026-05-25 04:50:11] "GET /projects?obj_uuids=a242c445-073f-429f-a8d6-5784976e26db&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002841 10.0.0.131 - - [2026-05-25 04:50:11] "GET /project/a242c445-073f-429f-a8d6-5784976e26db?fields=application_policy_sets HTTP/1.1" 200 1403 0.071860 10.0.0.19 - - [2026-05-25 04:50:12] "DELETE /access-control-list/4c76b90c-9131-4e0c-bd55-7c3226703906 HTTP/1.1" 200 115 0.054410 10.0.0.131 - - [2026-05-25 04:50:12] "DELETE /project/a242c445-073f-429f-a8d6-5784976e26db HTTP/1.1" 200 115 0.742248 10.0.0.73 - - [2026-05-25 04:50:38] "POST /neutron/network HTTP/1.1" 200 1124 0.007751 10.0.0.73 - - [2026-05-25 04:50:38] "POST /neutron/subnet HTTP/1.1" 200 1389 0.020494 10.0.0.73 - - [2026-05-25 04:50:38] "POST /neutron/network HTTP/1.1" 200 1114 0.017240 10.0.0.73 - - [2026-05-25 04:50:42] "POST /neutron/network HTTP/1.1" 200 1124 0.080820 10.0.0.73 - - [2026-05-25 04:50:42] "POST /neutron/subnet HTTP/1.1" 200 1389 0.019653 10.0.0.73 - - [2026-05-25 04:50:42] "POST /neutron/network HTTP/1.1" 200 1114 0.016043 [Introspect:8084]10.0.0.131 - - [2026-05-25 04:51:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001043 [Introspect:8084]10.0.0.131 - - [2026-05-25 04:51:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001510