++ 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: =================== Thu May 14 02:26:41 AM UTC 2026 ===================' INFO: =================== Thu May 14 02:26:41 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ 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.27,10.0.0.22,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.22:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.22:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.22:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.22:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.22:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.22:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.22:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.22:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.22:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.22:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.22:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.22:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.22:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.22:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.22:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.22:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.22:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.22:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.22:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.22:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.22:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.22:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ 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.27,10.0.0.22,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.27,10.0.0.22,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.27 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.22,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.22,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ uniq ++++ sort ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' +++ cut -d ' ' -f 1 +++ local local_ips=,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ cut -d = -f 1 + 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/14/2026 02:26:51.830 7fda0737f680 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/14/2026 02:26:52.004 7fda0737f680 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/14/2026 02:26:52.017 7fda0737f680 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/14/2026 02:26:52.018 7fda0737f680 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.25: /usr/bin/python3 Thu May 14 02:27:13 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=) 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid 3743 gvc = self.create_singleton_entry(GlobalVrouterConfig( 3744 parent_obj=gsc)) 3745 domain = self.create_singleton_entry(Domain()) gvc undefined self = self.create_singleton_entry = > global GlobalVrouterConfig = parent_obj undefined gsc = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...894db544-a968-4421-9e15-df403f6e4e1f at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: 894db544-a968-4421-9e15-df403f6e4e1f at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_vrouter_config default-global-system-config:default-global-vrouter-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...894db544-a968-4421-9e15-df403f6e4e1f at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...894db544-a968-4421-9e15-df403f6e4e1f at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...894db544-a968-4421-9e15-df403f6e4e1f at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2506, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_vrouter_config default-global-system-config:default-global-vrouter-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3743, in _db_init_entries gvc = self.create_singleton_entry(GlobalVrouterConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: 894db544-a968-4421-9e15-df403f6e4e1f 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: =================== Thu May 14 02:27:15 AM UTC 2026 ===================' INFO: =================== Thu May 14 02:27:15 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.22:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.22:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.22:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.22:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.22:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.22:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.22:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.22:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.22:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.22:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.22:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.22:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.22:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.22:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.22:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.22:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.22:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.22:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.22:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.22:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.22:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.22:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ 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.27,10.0.0.22,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.27,10.0.0.22,10.0.0.23 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 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.27,10.0.0.22,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.22,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ uniq ++++ sort ++++ grep -vi host +++ local local_ips=,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 05/14/2026 02:27:25.013 7f1ca3519780 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/14/2026 02:27:25.200 7f1ca3519780 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/14/2026 02:27:25.215 7f1ca3519780 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/14/2026 02:27:25.216 7f1ca3519780 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2026-05-14 02:27:26] "GET / HTTP/1.1" 200 45871 0.001923 10.0.0.23 - - [2026-05-14 02:27:26] "GET / HTTP/1.1" 200 45871 0.001391 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2026-05-14 02:27:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000709 10.0.0.23 - - [2026-05-14 02:27:26] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-05-14 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 1.976661 10.0.0.23 - - [2026-05-14 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008059 10.0.0.23 - - [2026-05-14 02:27:28] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.617687 10.0.0.23 - - [2026-05-14 02:27:28] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005784 /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.22 - - [2026-05-14 02:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000609 10.0.0.22 - - [2026-05-14 02:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000732 10.0.0.22 - - [2026-05-14 02:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.22 - - [2026-05-14 02:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.23 - - [2026-05-14 02:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-05-14 02:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000789 10.0.0.23 - - [2026-05-14 02:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.27 - - [2026-05-14 02:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.23 - - [2026-05-14 02:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.27 - - [2026-05-14 02:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-05-14 02:27:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.27 - - [2026-05-14 02:27:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.22 - - [2026-05-14 02:27:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000440 10.0.0.22 - - [2026-05-14 02:27:41] "POST /fqname-to-id HTTP/1.1" 404 225 0.635776 10.0.0.22 - - [2026-05-14 02:27:41] "POST /access-control-lists HTTP/1.1" 200 585 0.060464 10.0.0.22 - - [2026-05-14 02:27:41] "POST /route-targets HTTP/1.1" 200 327 0.024292 10.0.0.22 - - [2026-05-14 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.029507 10.0.0.22 - - [2026-05-14 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.004562 10.0.0.22 - - [2026-05-14 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.039620 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.22 - - [2026-05-14 02:30:24] "GET /obj-perms HTTP/1.1" 200 5056 0.427397 10.0.0.23 - - [2026-05-14 02:31:25] "GET /obj-perms HTTP/1.1" 200 5056 0.069208 10.0.0.27 - - [2026-05-14 02:31:25] "GET /obj-perms HTTP/1.1" 200 5056 0.058191 10.0.0.22 - - [2026-05-14 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.22 - - [2026-05-14 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.22 - - [2026-05-14 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.22 - - [2026-05-14 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.23 - - [2026-05-14 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.23 - - [2026-05-14 02:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.23 - - [2026-05-14 02:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-05-14 02:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000889 10.0.0.27 - - [2026-05-14 02:32:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000604 10.0.0.27 - - [2026-05-14 02:32:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000677 10.0.0.27 - - [2026-05-14 02:32:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000485 10.0.0.27 - - [2026-05-14 02:32:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 [Introspect:8084]10.0.0.23 - - [2026-05-14 02:32:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001087 [Introspect:8084]10.0.0.23 - - [2026-05-14 02:32:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001089 [Introspect:8084]10.0.0.23 - - [2026-05-14 02:33:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001158 [Introspect:8084]10.0.0.23 - - [2026-05-14 02:33:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001276 10.0.0.27 - - [2026-05-14 02:34:40] "GET / HTTP/1.1" 200 35931 0.002743 10.0.0.27 - - [2026-05-14 02:34:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2026-05-14 02:34:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.065645 10.0.0.23 - - [2026-05-14 02:34:41] "GET /projects?obj_uuids=19770e68-ca4b-4562-a1a7-b4cd51d2ab0a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.061892 10.0.0.23 - - [2026-05-14 02:34:41] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.23 - - [2026-05-14 02:34:41] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042827 10.0.0.23 - - [2026-05-14 02:34:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.009297 10.0.0.23 - - [2026-05-14 02:34:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.010950 10.0.0.23 - - [2026-05-14 02:34:42] "POST /security-groups HTTP/1.1" 200 589 0.041497 10.0.0.23 - - [2026-05-14 02:34:42] "POST /projects HTTP/1.1" 200 581 0.373936 10.0.0.23 - - [2026-05-14 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.456698 10.0.0.27 - - [2026-05-14 02:34:42] "GET /project/19770e68-ca4b-4562-a1a7-b4cd51d2ab0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.702525 10.0.0.22 - - [2026-05-14 02:34:42] "POST /access-control-lists HTTP/1.1" 200 594 0.126513 10.0.0.27 - - [2026-05-14 02:34:43] "GET / HTTP/1.1" 200 35931 0.001950 10.0.0.23 - - [2026-05-14 02:34:47] "GET /projects?obj_uuids=19770e68-ca4b-4562-a1a7-b4cd51d2ab0a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.27 - - [2026-05-14 02:34:47] "GET /project/19770e68-ca4b-4562-a1a7-b4cd51d2ab0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.074762 10.0.0.23 - - [2026-05-14 02:34:47] "GET /projects?obj_uuids=19770e68-ca4b-4562-a1a7-b4cd51d2ab0a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.27 - - [2026-05-14 02:34:47] "GET /project/19770e68-ca4b-4562-a1a7-b4cd51d2ab0a?fields=virtual_networks HTTP/1.1" 200 1038 0.064551 10.0.0.23 - - [2026-05-14 02:34:47] "GET /projects?obj_uuids=19770e68-ca4b-4562-a1a7-b4cd51d2ab0a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.27 - - [2026-05-14 02:34:47] "GET /project/19770e68-ca4b-4562-a1a7-b4cd51d2ab0a?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.065663 10.0.0.23 - - [2026-05-14 02:34:47] "GET /projects?obj_uuids=19770e68-ca4b-4562-a1a7-b4cd51d2ab0a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001497 10.0.0.27 - - [2026-05-14 02:34:47] "GET /project/19770e68-ca4b-4562-a1a7-b4cd51d2ab0a?fields=security_groups HTTP/1.1" 200 1262 0.088849 10.0.0.23 - - [2026-05-14 02:34:48] "GET /projects?obj_uuids=51a67f0e-e606-4b89-9137-4be245fb34a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007120 10.0.0.23 - - [2026-05-14 02:34:48] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.23 - - [2026-05-14 02:34:48] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008782 10.0.0.23 - - [2026-05-14 02:34:48] "POST /id-to-fqname HTTP/1.1" 200 167 0.005507 10.0.0.23 - - [2026-05-14 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 176 0.012717 10.0.0.23 - - [2026-05-14 02:34:48] "POST /security-groups HTTP/1.1" 200 568 0.049474 10.0.0.22 - - [2026-05-14 02:34:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.004608 10.0.0.23 - - [2026-05-14 02:34:48] "POST /projects HTTP/1.1" 200 539 0.323809 10.0.0.23 - - [2026-05-14 02:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.363468 10.0.0.27 - - [2026-05-14 02:34:48] "GET /project/51a67f0e-e606-4b89-9137-4be245fb34a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.563901 10.0.0.22 - - [2026-05-14 02:34:48] "POST /access-control-lists HTTP/1.1" 200 571 0.081028 [Introspect:8084]10.0.0.27 - - [2026-05-14 02:34:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001817 10.0.0.23 - - [2026-05-14 02:34:50] "GET /projects?obj_uuids=51a67f0e-e606-4b89-9137-4be245fb34a8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001483 10.0.0.27 - - [2026-05-14 02:34:50] "GET /project/51a67f0e-e606-4b89-9137-4be245fb34a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.050519 10.0.0.23 - - [2026-05-14 02:34:52] "GET /obj-perms HTTP/1.1" 200 5056 0.060003 [Introspect:8084]10.0.0.27 - - [2026-05-14 02:34:53] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000704 10.0.0.27 - - [2026-05-14 02:34:53] "GET /obj-perms HTTP/1.1" 200 5056 0.060826 10.0.0.27 - - [2026-05-14 02:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005002 10.0.0.27 - - [2026-05-14 02:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.006677 10.0.0.27 - - [2026-05-14 02:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005023 10.0.0.27 - - [2026-05-14 02:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.006121 10.0.0.27 - - [2026-05-14 02:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004791 10.0.0.27 - - [2026-05-14 02:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005075 10.0.0.27 - - [2026-05-14 02:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.004743 10.0.0.27 - - [2026-05-14 02:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005461 10.0.0.27 - - [2026-05-14 02:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005114 10.0.0.27 - - [2026-05-14 02:34:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005586 10.0.0.27 - - [2026-05-14 02:34:55] "GET /obj-perms HTTP/1.1" 200 5056 0.005048 10.0.0.27 - - [2026-05-14 02:34:55] "GET /obj-perms HTTP/1.1" 200 5056 0.005794 10.0.0.23 - - [2026-05-14 02:34:55] "GET /obj-perms HTTP/1.1" 200 5056 0.004606 10.0.0.23 - - [2026-05-14 02:34:55] "GET /obj-perms HTTP/1.1" 200 5056 0.004382 10.0.0.27 - - [2026-05-14 02:34:56] "GET /obj-perms HTTP/1.1" 200 5056 0.005621 10.0.0.27 - - [2026-05-14 02:34:56] "GET /obj-perms HTTP/1.1" 200 5056 0.004675 10.0.0.27 - - [2026-05-14 02:34:57] "GET /obj-perms HTTP/1.1" 200 5056 0.011967 10.0.0.27 - - [2026-05-14 02:34:57] "GET /obj-perms HTTP/1.1" 200 5056 0.007591 10.0.0.27 - - [2026-05-14 02:34:57] "GET /obj-perms HTTP/1.1" 200 5056 0.010660 10.0.0.27 - - [2026-05-14 02:34:57] "GET /obj-perms HTTP/1.1" 200 5056 0.007216 10.0.0.27 - - [2026-05-14 02:34:57] "GET /obj-perms HTTP/1.1" 200 5056 0.004996 10.0.0.27 - - [2026-05-14 02:34:57] "GET /obj-perms HTTP/1.1" 200 5056 0.004945 10.0.0.27 - - [2026-05-14 02:34:57] "GET /obj-perms HTTP/1.1" 200 5056 0.004545 10.0.0.27 - - [2026-05-14 02:34:57] "GET /obj-perms HTTP/1.1" 200 5056 0.004776 10.0.0.27 - - [2026-05-14 02:34:59] "GET /obj-perms HTTP/1.1" 200 5056 0.006029 10.0.0.27 - - [2026-05-14 02:35:00] "GET /obj-perms HTTP/1.1" 200 5056 0.005050 10.0.0.27 - - [2026-05-14 02:35:00] "GET /obj-perms HTTP/1.1" 200 5056 0.007150 10.0.0.27 - - [2026-05-14 02:35:00] "GET /obj-perms HTTP/1.1" 200 5056 0.006234 10.0.0.27 - - [2026-05-14 02:35:00] "GET /obj-perms HTTP/1.1" 200 5056 0.007546 10.0.0.27 - - [2026-05-14 02:35:02] "GET /obj-perms HTTP/1.1" 200 5056 0.006355 10.0.0.27 - - [2026-05-14 02:35:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.031623 10.0.0.23 - - [2026-05-14 02:35:03] "GET /projects?obj_uuids=1f68d476-82bc-4bcf-9b65-c28043ed821a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006613 10.0.0.23 - - [2026-05-14 02:35:03] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.23 - - [2026-05-14 02:35:03] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.017788 10.0.0.23 - - [2026-05-14 02:35:03] "POST /id-to-fqname HTTP/1.1" 200 201 0.006062 10.0.0.23 - - [2026-05-14 02:35:03] "POST /fqname-to-id HTTP/1.1" 404 210 0.007339 10.0.0.23 - - [2026-05-14 02:35:03] "POST /security-groups HTTP/1.1" 200 602 0.095553 10.0.0.23 - - [2026-05-14 02:35:03] "POST /projects HTTP/1.1" 200 607 0.376798 10.0.0.23 - - [2026-05-14 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.415573 10.0.0.22 - - [2026-05-14 02:35:04] "POST /fqname-to-id HTTP/1.1" 404 244 0.014186 10.0.0.27 - - [2026-05-14 02:35:04] "GET /project/1f68d476-82bc-4bcf-9b65-c28043ed821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.642204 10.0.0.27 - - [2026-05-14 02:35:05] "GET / HTTP/1.1" 200 35931 0.003580 10.0.0.27 - - [2026-05-14 02:35:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000514 10.0.0.27 - - [2026-05-14 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.064190 10.0.0.23 - - [2026-05-14 02:35:07] "GET /projects?obj_uuids=1f68d476-82bc-4bcf-9b65-c28043ed821a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001192 10.0.0.27 - - [2026-05-14 02:35:07] "GET /project/1f68d476-82bc-4bcf-9b65-c28043ed821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.077241 10.0.0.22 - - [2026-05-14 02:35:07] "POST /ref-update HTTP/1.1" 200 156 0.039566 10.0.0.23 - - [2026-05-14 02:35:08] "POST /useragent-kv HTTP/1.1" 200 115 0.013104 10.0.0.27 - - [2026-05-14 02:35:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.288703 10.0.0.27 - - [2026-05-14 02:35:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001408 10.0.0.27 - - [2026-05-14 02:35:08] "GET /virtual-network/d3124df5-5f25-41e2-b030-8d528e98a3f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007544 10.0.0.27 - - [2026-05-14 02:35:08] "GET /virtual-network/d3124df5-5f25-41e2-b030-8d528e98a3f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007182 10.0.0.27 - - [2026-05-14 02:35:08] "POST /neutron/network HTTP/1.1" 200 837 0.008788 10.0.0.27 - - [2026-05-14 02:35:08] "GET /virtual-network/d3124df5-5f25-41e2-b030-8d528e98a3f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.010069 10.0.0.22 - - [2026-05-14 02:35:09] "GET /obj-perms HTTP/1.1" 200 5052 0.060716 10.0.0.23 - - [2026-05-14 02:35:10] "GET /obj-perms HTTP/1.1" 200 5052 0.082953 10.0.0.27 - - [2026-05-14 02:35:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001528 10.0.0.23 - - [2026-05-14 02:35:13] "GET /projects?obj_uuids=1f68d476-82bc-4bcf-9b65-c28043ed821a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001148 10.0.0.27 - - [2026-05-14 02:35:13] "GET /project/1f68d476-82bc-4bcf-9b65-c28043ed821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.102603 10.0.0.27 - - [2026-05-14 02:35:13] "POST /neutron/network HTTP/1.1" 200 837 0.040745 10.0.0.27 - - [2026-05-14 02:35:14] "POST /neutron/port HTTP/1.1" 200 117 0.007870 10.0.0.27 - - [2026-05-14 02:35:16] "POST /neutron/port HTTP/1.1" 200 1069 0.132709 10.0.0.27 - - [2026-05-14 02:35:16] "POST /neutron/port HTTP/1.1" 200 1133 0.036765 10.0.0.27 - - [2026-05-14 02:35:16] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.27 - - [2026-05-14 02:35:19] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009570 10.0.0.27 - - [2026-05-14 02:35:25] "GET /obj-perms HTTP/1.1" 200 5052 0.069404 10.0.0.27 - - [2026-05-14 02:35:28] "GET /obj-perms HTTP/1.1" 200 5052 0.004716 10.0.0.27 - - [2026-05-14 02:35:29] "POST /neutron/network HTTP/1.1" 200 837 0.009155 10.0.0.27 - - [2026-05-14 02:35:30] "POST /neutron/port HTTP/1.1" 200 1123 0.027164 10.0.0.23 - - [2026-05-14 02:35:31] "DELETE /project/1f68d47682bc4bcf9b65c28043ed821a HTTP/1.1" 404 173 0.010897 10.0.0.23 - - [2026-05-14 02:35:31] "DELETE /project/19770e68ca4b4562a1a7b4cd51d2ab0a HTTP/1.1" 404 173 0.006736 10.0.0.23 - - [2026-05-14 02:35:31] "DELETE /project/51a67f0ee6064b8991374be245fb34a8 HTTP/1.1" 404 173 0.011776 10.0.0.23 - - [2026-05-14 02:35:31] "GET /projects?obj_uuids=19770e68-ca4b-4562-a1a7-b4cd51d2ab0a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001403 10.0.0.23 - - [2026-05-14 02:35:31] "GET /project/19770e68-ca4b-4562-a1a7-b4cd51d2ab0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.076501 10.0.0.23 - - [2026-05-14 02:35:31] "GET /projects?obj_uuids=19770e68-ca4b-4562-a1a7-b4cd51d2ab0a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001084 10.0.0.23 - - [2026-05-14 02:35:31] "GET /project/19770e68-ca4b-4562-a1a7-b4cd51d2ab0a?fields=security_groups HTTP/1.1" 200 1367 0.070892 10.0.0.23 - - [2026-05-14 02:35:31] "DELETE /security-group/47c7f265-81f5-433c-a0cd-bccc70a2be15 HTTP/1.1" 200 115 0.063544 10.0.0.23 - - [2026-05-14 02:35:31] "GET /projects?obj_uuids=19770e68-ca4b-4562-a1a7-b4cd51d2ab0a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001121 10.0.0.23 - - [2026-05-14 02:35:31] "GET /project/19770e68-ca4b-4562-a1a7-b4cd51d2ab0a?fields=application_policy_sets HTTP/1.1" 200 1406 0.112458 10.0.0.23 - - [2026-05-14 02:35:31] "DELETE /project/19770e68-ca4b-4562-a1a7-b4cd51d2ab0a HTTP/1.1" 200 115 0.602056 10.0.0.27 - - [2026-05-14 02:35:32] "POST /neutron/network HTTP/1.1" 200 837 0.010517 10.0.0.22 - - [2026-05-14 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006110 10.0.0.23 - - [2026-05-14 02:35:33] "GET /projects?obj_uuids=1f68d476-82bc-4bcf-9b65-c28043ed821a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001194 10.0.0.27 - - [2026-05-14 02:35:33] "GET /project/1f68d476-82bc-4bcf-9b65-c28043ed821a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.062739 10.0.0.23 - - [2026-05-14 02:35:33] "GET /projects?obj_uuids=1f68d476-82bc-4bcf-9b65-c28043ed821a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001096 10.0.0.27 - - [2026-05-14 02:35:33] "GET /project/1f68d476-82bc-4bcf-9b65-c28043ed821a?fields=virtual_networks HTTP/1.1" 200 1064 0.059727 10.0.0.23 - - [2026-05-14 02:35:33] "GET /projects?obj_uuids=1f68d476-82bc-4bcf-9b65-c28043ed821a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001492 10.0.0.27 - - [2026-05-14 02:35:33] "GET /project/1f68d476-82bc-4bcf-9b65-c28043ed821a?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.059479 10.0.0.23 - - [2026-05-14 02:35:33] "GET /projects?obj_uuids=1f68d476-82bc-4bcf-9b65-c28043ed821a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001271 10.0.0.27 - - [2026-05-14 02:35:33] "GET /project/1f68d476-82bc-4bcf-9b65-c28043ed821a?fields=security_groups HTTP/1.1" 200 1301 0.063936 10.0.0.23 - - [2026-05-14 02:35:34] "GET /projects?obj_uuids=51a67f0e-e606-4b89-9137-4be245fb34a8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001389 10.0.0.27 - - [2026-05-14 02:35:34] "GET /project/51a67f0e-e606-4b89-9137-4be245fb34a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.062119 10.0.0.23 - - [2026-05-14 02:35:41] "GET /projects?obj_uuids=51a67f0e-e606-4b89-9137-4be245fb34a8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001119 10.0.0.27 - - [2026-05-14 02:35:41] "GET /project/51a67f0e-e606-4b89-9137-4be245fb34a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.085728 10.0.0.27 - - [2026-05-14 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.038636 10.0.0.23 - - [2026-05-14 02:35:44] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005248 10.0.0.23 - - [2026-05-14 02:35:44] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001320 10.0.0.23 - - [2026-05-14 02:35:44] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009573 10.0.0.23 - - [2026-05-14 02:35:44] "POST /id-to-fqname HTTP/1.1" 200 202 0.001652 10.0.0.23 - - [2026-05-14 02:35:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.009495 10.0.0.23 - - [2026-05-14 02:35:44] "POST /security-groups HTTP/1.1" 200 603 0.090860 10.0.0.23 - - [2026-05-14 02:35:44] "POST /projects HTTP/1.1" 200 609 0.370675 10.0.0.23 - - [2026-05-14 02:35:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.406976 10.0.0.22 - - [2026-05-14 02:35:44] "POST /access-control-lists HTTP/1.1" 200 608 0.032879 10.0.0.27 - - [2026-05-14 02:35:45] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.593130 10.0.0.27 - - [2026-05-14 02:35:46] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.27 - - [2026-05-14 02:35:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000678 10.0.0.27 - - [2026-05-14 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.073751 10.0.0.23 - - [2026-05-14 02:35:48] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001035 10.0.0.27 - - [2026-05-14 02:35:48] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.050875 10.0.0.23 - - [2026-05-14 02:35:48] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001127 10.0.0.27 - - [2026-05-14 02:35:48] "POST /neutron/network HTTP/1.1" 200 703 0.189059 10.0.0.22 - - [2026-05-14 02:35:48] "POST /route-targets HTTP/1.1" 200 327 0.016649 10.0.0.27 - - [2026-05-14 02:35:48] "POST /id-to-fqname HTTP/1.1" 200 275 0.004196 10.0.0.27 - - [2026-05-14 02:35:48] "GET /virtual-network/4972e8dd-d85b-4dc9-9f46-2b028f48da89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2186 0.006194 10.0.0.27 - - [2026-05-14 02:35:48] "POST /neutron/network HTTP/1.1" 200 920 0.008572 10.0.0.27 - - [2026-05-14 02:35:49] "GET /virtual-network/4972e8dd-d85b-4dc9-9f46-2b028f48da89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2186 0.007132 10.0.0.27 - - [2026-05-14 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008566 10.0.0.23 - - [2026-05-14 02:35:49] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001108 10.0.0.27 - - [2026-05-14 02:35:49] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.050946 10.0.0.27 - - [2026-05-14 02:35:49] "POST /neutron/network HTTP/1.1" 200 117 0.018469 10.0.0.22 - - [2026-05-14 02:35:49] "POST /ref-update HTTP/1.1" 200 156 0.039274 10.0.0.27 - - [2026-05-14 02:35:49] "POST /neutron/network HTTP/1.1" 200 923 0.020028 10.0.0.27 - - [2026-05-14 02:35:49] "POST /id-to-fqname HTTP/1.1" 200 275 0.001367 10.0.0.27 - - [2026-05-14 02:35:49] "GET /virtual-network/b59b376f-0040-42ee-93f3-b44989652fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006492 10.0.0.27 - - [2026-05-14 02:35:49] "GET /virtual-network/b59b376f-0040-42ee-93f3-b44989652fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006485 10.0.0.27 - - [2026-05-14 02:35:49] "POST /neutron/subnet HTTP/1.1" 200 730 0.011509 10.0.0.27 - - [2026-05-14 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.23 - - [2026-05-14 02:35:49] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.27 - - [2026-05-14 02:35:49] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.044229 10.0.0.23 - - [2026-05-14 02:35:50] "POST /useragent-kv HTTP/1.1" 200 115 0.017235 10.0.0.27 - - [2026-05-14 02:35:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.242381 10.0.0.27 - - [2026-05-14 02:35:50] "POST /id-to-fqname HTTP/1.1" 200 276 0.001421 10.0.0.27 - - [2026-05-14 02:35:50] "GET /virtual-network/c6e0c534-dff5-42d0-88db-f4a6200c5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.007242 10.0.0.27 - - [2026-05-14 02:35:50] "GET /virtual-network/c6e0c534-dff5-42d0-88db-f4a6200c5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2192 0.008655 10.0.0.27 - - [2026-05-14 02:35:50] "POST /neutron/network HTTP/1.1" 200 923 0.010689 10.0.0.27 - - [2026-05-14 02:35:50] "POST /id-to-fqname HTTP/1.1" 200 275 0.001978 10.0.0.23 - - [2026-05-14 02:35:52] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001159 10.0.0.27 - - [2026-05-14 02:35:52] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.083607 10.0.0.27 - - [2026-05-14 02:35:52] "POST /neutron/network HTTP/1.1" 200 923 0.007953 10.0.0.27 - - [2026-05-14 02:35:52] "POST /id-to-fqname HTTP/1.1" 200 276 0.001385 10.0.0.27 - - [2026-05-14 02:35:52] "POST /neutron/port HTTP/1.1" 200 117 0.007905 10.0.0.23 - - [2026-05-14 02:35:52] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001960 10.0.0.27 - - [2026-05-14 02:35:53] "POST /neutron/port HTTP/1.1" 200 1073 0.505282 10.0.0.23 - - [2026-05-14 02:35:53] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005683 10.0.0.27 - - [2026-05-14 02:35:53] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.124721 10.0.0.27 - - [2026-05-14 02:35:53] "POST /neutron/port HTTP/1.1" 200 1127 0.209622 10.0.0.27 - - [2026-05-14 02:35:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004900 10.0.0.27 - - [2026-05-14 02:35:53] "POST /neutron/network HTTP/1.1" 200 923 0.011314 10.0.0.27 - - [2026-05-14 02:35:53] "POST /neutron/port HTTP/1.1" 200 117 0.010219 10.0.0.27 - - [2026-05-14 02:35:55] "POST /neutron/network HTTP/1.1" 200 923 0.012570 10.0.0.27 - - [2026-05-14 02:35:55] "POST /neutron/port HTTP/1.1" 200 1071 0.066466 10.0.0.27 - - [2026-05-14 02:35:56] "POST /neutron/port HTTP/1.1" 200 1135 0.031461 10.0.0.27 - - [2026-05-14 02:35:56] "POST /neutron/network HTTP/1.1" 200 923 0.009131 10.0.0.27 - - [2026-05-14 02:35:56] "POST /neutron/port HTTP/1.1" 200 151 0.382642 10.0.0.22 - - [2026-05-14 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.27 - - [2026-05-14 02:35:57] "POST /neutron/network HTTP/1.1" 200 923 0.016443 10.0.0.27 - - [2026-05-14 02:35:59] "POST /neutron/port HTTP/1.1" 200 1125 0.017817 10.0.0.23 - - [2026-05-14 02:36:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004396 10.0.0.23 - - [2026-05-14 02:36:00] "POST /useragent-kv HTTP/1.1" 200 115 0.012381 10.0.0.27 - - [2026-05-14 02:36:00] "POST /neutron/network HTTP/1.1" 200 151 0.227419 10.0.0.22 - - [2026-05-14 02:36:00] "DELETE /route-target/dbee36c3-b87c-47c2-b007-0330a708a5d9 HTTP/1.1" 200 115 0.047165 10.0.0.27 - - [2026-05-14 02:36:00] "POST /neutron/port HTTP/1.1" 200 117 0.022627 10.0.0.23 - - [2026-05-14 02:36:00] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.27 - - [2026-05-14 02:36:00] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.060030 10.0.0.23 - - [2026-05-14 02:36:00] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002508 10.0.0.27 - - [2026-05-14 02:36:00] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?fields=virtual_networks HTTP/1.1" 200 1065 0.097120 10.0.0.23 - - [2026-05-14 02:36:00] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001737 10.0.0.27 - - [2026-05-14 02:36:00] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.058059 10.0.0.23 - - [2026-05-14 02:36:01] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001884 10.0.0.27 - - [2026-05-14 02:36:01] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?fields=security_groups HTTP/1.1" 200 1303 0.114734 10.0.0.27 - - [2026-05-14 02:36:01] "POST /neutron/port HTTP/1.1" 200 117 0.009008 10.0.0.27 - - [2026-05-14 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 190 0.031334 10.0.0.23 - - [2026-05-14 02:36:02] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003389 10.0.0.23 - - [2026-05-14 02:36:02] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001076 10.0.0.23 - - [2026-05-14 02:36:02] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008520 10.0.0.23 - - [2026-05-14 02:36:02] "POST /id-to-fqname HTTP/1.1" 200 192 0.003245 10.0.0.23 - - [2026-05-14 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.015590 10.0.0.23 - - [2026-05-14 02:36:02] "POST /security-groups HTTP/1.1" 200 593 0.048711 10.0.0.22 - - [2026-05-14 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 236 0.004728 10.0.0.23 - - [2026-05-14 02:36:02] "POST /projects HTTP/1.1" 200 589 0.311656 10.0.0.23 - - [2026-05-14 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.347725 10.0.0.27 - - [2026-05-14 02:36:02] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.509068 10.0.0.22 - - [2026-05-14 02:36:02] "POST /access-control-lists HTTP/1.1" 200 596 0.064305 10.0.0.27 - - [2026-05-14 02:36:04] "GET / HTTP/1.1" 200 35931 0.002988 10.0.0.27 - - [2026-05-14 02:36:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000627 10.0.0.27 - - [2026-05-14 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.071112 10.0.0.23 - - [2026-05-14 02:36:04] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001544 10.0.0.27 - - [2026-05-14 02:36:05] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.057310 10.0.0.23 - - [2026-05-14 02:36:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007639 10.0.0.27 - - [2026-05-14 02:36:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.323236 10.0.0.27 - - [2026-05-14 02:36:05] "POST /id-to-fqname HTTP/1.1" 200 255 0.001464 10.0.0.27 - - [2026-05-14 02:36:05] "GET /virtual-network/97e4b065-feb8-4606-95c3-1dcef4e5e6aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.010212 10.0.0.27 - - [2026-05-14 02:36:05] "GET /virtual-network/97e4b065-feb8-4606-95c3-1dcef4e5e6aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.009257 10.0.0.27 - - [2026-05-14 02:36:05] "POST /neutron/network HTTP/1.1" 200 892 0.007839 10.0.0.27 - - [2026-05-14 02:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.23 - - [2026-05-14 02:36:05] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001032 10.0.0.27 - - [2026-05-14 02:36:05] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.045811 10.0.0.23 - - [2026-05-14 02:36:06] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001118 10.0.0.27 - - [2026-05-14 02:36:06] "POST /neutron/network HTTP/1.1" 200 673 0.169436 10.0.0.22 - - [2026-05-14 02:36:06] "POST /route-targets HTTP/1.1" 200 327 0.023326 10.0.0.27 - - [2026-05-14 02:36:06] "POST /id-to-fqname HTTP/1.1" 200 255 0.005032 10.0.0.27 - - [2026-05-14 02:36:06] "GET /virtual-network/f9670eb4-4985-487d-9b77-a80420194169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006737 10.0.0.27 - - [2026-05-14 02:36:06] "POST /neutron/network HTTP/1.1" 200 892 0.008534 10.0.0.27 - - [2026-05-14 02:36:06] "GET /virtual-network/f9670eb4-4985-487d-9b77-a80420194169?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006477 10.0.0.27 - - [2026-05-14 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.23 - - [2026-05-14 02:36:06] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001443 10.0.0.27 - - [2026-05-14 02:36:06] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.098214 10.0.0.27 - - [2026-05-14 02:36:06] "POST /neutron/network HTTP/1.1" 200 117 0.024724 10.0.0.22 - - [2026-05-14 02:36:07] "POST /ref-update HTTP/1.1" 200 156 0.039562 10.0.0.27 - - [2026-05-14 02:36:07] "POST /neutron/network HTTP/1.1" 200 893 0.012721 10.0.0.27 - - [2026-05-14 02:36:07] "POST /id-to-fqname HTTP/1.1" 200 256 0.001395 10.0.0.27 - - [2026-05-14 02:36:07] "GET /virtual-network/c30a7c09-573c-4dec-a2a1-1f7009384f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.007277 10.0.0.27 - - [2026-05-14 02:36:07] "GET /virtual-network/c30a7c09-573c-4dec-a2a1-1f7009384f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006060 10.0.0.27 - - [2026-05-14 02:36:07] "POST /neutron/subnet HTTP/1.1" 200 719 0.011694 10.0.0.27 - - [2026-05-14 02:36:07] "POST /id-to-fqname HTTP/1.1" 200 255 0.001419 10.0.0.23 - - [2026-05-14 02:36:08] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001916 10.0.0.27 - - [2026-05-14 02:36:08] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.086905 10.0.0.27 - - [2026-05-14 02:36:08] "POST /neutron/port HTTP/1.1" 200 117 0.013601 10.0.0.27 - - [2026-05-14 02:36:08] "POST /id-to-fqname HTTP/1.1" 200 256 0.001520 10.0.0.27 - - [2026-05-14 02:36:09] "POST /neutron/network HTTP/1.1" 200 903 0.007774 10.0.0.27 - - [2026-05-14 02:36:09] "POST /neutron/port HTTP/1.1" 200 1062 0.033659 10.0.0.23 - - [2026-05-14 02:36:10] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001204 10.0.0.27 - - [2026-05-14 02:36:10] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.118552 10.0.0.27 - - [2026-05-14 02:36:10] "POST /neutron/port HTTP/1.1" 200 1126 0.053776 10.0.0.27 - - [2026-05-14 02:36:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.016539 10.0.0.27 - - [2026-05-14 02:36:10] "POST /neutron/port HTTP/1.1" 200 1126 0.027520 10.0.0.27 - - [2026-05-14 02:36:10] "POST /neutron/network HTTP/1.1" 200 903 0.016137 10.0.0.27 - - [2026-05-14 02:36:11] "POST /neutron/port HTTP/1.1" 200 1061 0.025364 10.0.0.27 - - [2026-05-14 02:36:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004837 10.0.0.27 - - [2026-05-14 02:36:11] "POST /neutron/network HTTP/1.1" 200 893 0.010958 10.0.0.27 - - [2026-05-14 02:36:12] "POST /neutron/port HTTP/1.1" 200 1126 0.026918 10.0.0.27 - - [2026-05-14 02:36:13] "POST /neutron/port HTTP/1.1" 200 1125 0.041709 10.0.0.27 - - [2026-05-14 02:36:14] "POST /neutron/port HTTP/1.1" 200 117 0.010619 10.0.0.27 - - [2026-05-14 02:36:14] "POST /neutron/network HTTP/1.1" 200 893 0.016103 10.0.0.22 - - [2026-05-14 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007509 10.0.0.23 - - [2026-05-14 02:36:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003351 10.0.0.23 - - [2026-05-14 02:36:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003109 10.0.0.27 - - [2026-05-14 02:36:14] "POST /neutron/network HTTP/1.1" 200 151 0.151479 10.0.0.23 - - [2026-05-14 02:36:14] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001284 10.0.0.22 - - [2026-05-14 02:36:14] "DELETE /route-target/cb942d60-0cda-4254-98de-d722bc5383fa HTTP/1.1" 200 115 0.044601 10.0.0.27 - - [2026-05-14 02:36:14] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.130334 10.0.0.23 - - [2026-05-14 02:36:14] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001752 10.0.0.27 - - [2026-05-14 02:36:15] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?fields=virtual_networks HTTP/1.1" 200 1047 0.074759 10.0.0.23 - - [2026-05-14 02:36:15] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001371 10.0.0.27 - - [2026-05-14 02:36:15] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.065829 10.0.0.23 - - [2026-05-14 02:36:15] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.27 - - [2026-05-14 02:36:15] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?fields=security_groups HTTP/1.1" 200 1275 0.085660 10.0.0.27 - - [2026-05-14 02:36:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.049090 10.0.0.23 - - [2026-05-14 02:36:16] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003773 10.0.0.23 - - [2026-05-14 02:36:16] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.23 - - [2026-05-14 02:36:16] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008312 10.0.0.23 - - [2026-05-14 02:36:16] "POST /id-to-fqname HTTP/1.1" 200 198 0.004318 10.0.0.23 - - [2026-05-14 02:36:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.010162 10.0.0.23 - - [2026-05-14 02:36:16] "POST /security-groups HTTP/1.1" 200 599 0.039650 10.0.0.23 - - [2026-05-14 02:36:16] "POST /projects HTTP/1.1" 200 601 0.285462 10.0.0.23 - - [2026-05-14 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.327921 10.0.0.22 - - [2026-05-14 02:36:16] "POST /fqname-to-id HTTP/1.1" 404 241 0.009140 10.0.0.27 - - [2026-05-14 02:36:16] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.516052 10.0.0.27 - - [2026-05-14 02:36:18] "GET / HTTP/1.1" 200 35931 0.001691 10.0.0.27 - - [2026-05-14 02:36:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.27 - - [2026-05-14 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.087090 10.0.0.23 - - [2026-05-14 02:36:19] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001259 10.0.0.27 - - [2026-05-14 02:36:19] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.054157 10.0.0.22 - - [2026-05-14 02:36:19] "POST /ref-update HTTP/1.1" 200 156 0.048081 10.0.0.23 - - [2026-05-14 02:36:19] "POST /useragent-kv HTTP/1.1" 200 115 0.010991 10.0.0.27 - - [2026-05-14 02:36:19] "POST /neutron/subnet HTTP/1.1" 200 734 0.250749 10.0.0.27 - - [2026-05-14 02:36:19] "POST /id-to-fqname HTTP/1.1" 200 267 0.001611 10.0.0.27 - - [2026-05-14 02:36:19] "GET /virtual-network/a556c281-46f4-4117-a636-c7cf7038bd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.007386 10.0.0.27 - - [2026-05-14 02:36:19] "GET /virtual-network/a556c281-46f4-4117-a636-c7cf7038bd78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.008916 10.0.0.27 - - [2026-05-14 02:36:19] "POST /neutron/network HTTP/1.1" 200 912 0.010724 10.0.0.27 - - [2026-05-14 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.23 - - [2026-05-14 02:36:19] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.27 - - [2026-05-14 02:36:19] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.063149 10.0.0.23 - - [2026-05-14 02:36:20] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001496 10.0.0.27 - - [2026-05-14 02:36:20] "POST /neutron/network HTTP/1.1" 200 691 0.221371 10.0.0.22 - - [2026-05-14 02:36:20] "DELETE /access-control-list/934938f8-4992-4b1c-9b4e-04e2bf2b75eb HTTP/1.1" 200 115 0.053768 10.0.0.27 - - [2026-05-14 02:36:20] "POST /id-to-fqname HTTP/1.1" 200 267 0.006063 10.0.0.27 - - [2026-05-14 02:36:20] "GET /virtual-network/11ca674f-6b01-4974-909c-9bcdc2f91abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006684 10.0.0.27 - - [2026-05-14 02:36:20] "POST /neutron/network HTTP/1.1" 200 911 0.013199 10.0.0.27 - - [2026-05-14 02:36:20] "GET /virtual-network/11ca674f-6b01-4974-909c-9bcdc2f91abe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.009945 10.0.0.27 - - [2026-05-14 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.23 - - [2026-05-14 02:36:20] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001267 10.0.0.27 - - [2026-05-14 02:36:20] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.073992 10.0.0.27 - - [2026-05-14 02:36:20] "POST /neutron/network HTTP/1.1" 200 117 0.018223 10.0.0.22 - - [2026-05-14 02:36:21] "POST /ref-update HTTP/1.1" 200 156 0.042160 10.0.0.27 - - [2026-05-14 02:36:21] "POST /neutron/network HTTP/1.1" 200 913 0.012842 10.0.0.27 - - [2026-05-14 02:36:21] "POST /id-to-fqname HTTP/1.1" 200 268 0.001540 10.0.0.27 - - [2026-05-14 02:36:21] "GET /virtual-network/ee422cb2-8f46-40ac-9863-214d021abca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.007126 10.0.0.27 - - [2026-05-14 02:36:21] "GET /virtual-network/ee422cb2-8f46-40ac-9863-214d021abca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006685 10.0.0.27 - - [2026-05-14 02:36:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.011625 10.0.0.27 - - [2026-05-14 02:36:21] "POST /id-to-fqname HTTP/1.1" 200 267 0.001337 10.0.0.23 - - [2026-05-14 02:36:31] "DELETE /project/5ad3e87db3db4e1ebdfd20cd1bb06b0f HTTP/1.1" 404 173 0.016683 10.0.0.23 - - [2026-05-14 02:36:31] "DELETE /project/eff9859a687a41969dca0e85f5c7cc7e HTTP/1.1" 404 173 0.014684 10.0.0.23 - - [2026-05-14 02:36:31] "DELETE /project/071aaf7ffea444afb4d5484c7e604821 HTTP/1.1" 404 173 0.013552 10.0.0.23 - - [2026-05-14 02:36:31] "DELETE /project/1f68d476-82bc-4bcf-9b65-c28043ed821a HTTP/1.1" 404 177 0.013762 10.0.0.23 - - [2026-05-14 02:36:31] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001443 10.0.0.23 - - [2026-05-14 02:36:31] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001149 10.0.0.23 - - [2026-05-14 02:36:31] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.089121 10.0.0.23 - - [2026-05-14 02:36:31] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001374 10.0.0.23 - - [2026-05-14 02:36:31] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.132712 10.0.0.23 - - [2026-05-14 02:36:31] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001255 10.0.0.23 - - [2026-05-14 02:36:32] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?fields=security_groups HTTP/1.1" 200 1380 0.087732 10.0.0.23 - - [2026-05-14 02:36:32] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?fields=security_groups HTTP/1.1" 200 1408 0.118749 10.0.0.23 - - [2026-05-14 02:36:32] "DELETE /security-group/3cec09c7-e548-41db-8ece-d8acf583930b HTTP/1.1" 200 115 0.091339 10.0.0.23 - - [2026-05-14 02:36:32] "GET /projects?obj_uuids=eff9859a-687a-4196-9dca-0e85f5c7cc7e&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001888 10.0.0.23 - - [2026-05-14 02:36:32] "GET /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e?fields=application_policy_sets HTTP/1.1" 200 1419 0.086453 10.0.0.23 - - [2026-05-14 02:36:32] "DELETE /security-group/1f391f4e-de1c-44e4-b6b1-3fdc56a4fe78 HTTP/1.1" 200 115 0.164699 10.0.0.23 - - [2026-05-14 02:36:32] "GET /projects?obj_uuids=071aaf7f-fea4-44af-b4d5-484c7e604821&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002240 10.0.0.22 - - [2026-05-14 02:36:32] "DELETE /access-control-list/923671e3-e17d-4180-9b16-589730aec2a7 HTTP/1.1" 200 115 0.055748 10.0.0.23 - - [2026-05-14 02:36:32] "GET /project/071aaf7f-fea4-44af-b4d5-484c7e604821?fields=application_policy_sets HTTP/1.1" 200 1447 0.105832 10.0.0.23 - - [2026-05-14 02:36:32] "DELETE /project/eff9859a-687a-4196-9dca-0e85f5c7cc7e HTTP/1.1" 200 115 0.688283 10.0.0.23 - - [2026-05-14 02:36:32] "DELETE /project/071aaf7f-fea4-44af-b4d5-484c7e604821 HTTP/1.1" 200 115 0.846372 10.0.0.23 - - [2026-05-14 02:37:02] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001407 10.0.0.27 - - [2026-05-14 02:37:02] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.091891 10.0.0.27 - - [2026-05-14 02:37:02] "POST /neutron/port HTTP/1.1" 200 117 0.007396 10.0.0.27 - - [2026-05-14 02:37:02] "POST /id-to-fqname HTTP/1.1" 200 268 0.001571 10.0.0.27 - - [2026-05-14 02:37:02] "POST /neutron/network HTTP/1.1" 200 923 0.009632 10.0.0.27 - - [2026-05-14 02:37:03] "POST /neutron/port HTTP/1.1" 200 1069 0.040334 10.0.0.23 - - [2026-05-14 02:37:03] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001414 10.0.0.27 - - [2026-05-14 02:37:03] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.202031 10.0.0.27 - - [2026-05-14 02:37:04] "POST /neutron/network HTTP/1.1" 200 913 0.016245 10.0.0.27 - - [2026-05-14 02:37:04] "POST /neutron/subnet HTTP/1.1" 200 703 0.018483 10.0.0.27 - - [2026-05-14 02:37:04] "POST /neutron/network HTTP/1.1" 200 911 0.013982 10.0.0.23 - - [2026-05-14 02:37:04] "GET /projects?obj_uuids=51a67f0e-e606-4b89-9137-4be245fb34a8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001558 10.0.0.27 - - [2026-05-14 02:37:04] "GET /project/51a67f0e-e606-4b89-9137-4be245fb34a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.079352 10.0.0.27 - - [2026-05-14 02:37:04] "POST /neutron/network HTTP/1.1" 200 923 0.015502 10.0.0.27 - - [2026-05-14 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.016107 10.0.0.27 - - [2026-05-14 02:37:05] "GET /security-group/55adecfe-da25-447f-b051-df845abe2b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.008407 10.0.0.27 - - [2026-05-14 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.021866 10.0.0.27 - - [2026-05-14 02:37:05] "POST /neutron/port HTTP/1.1" 200 1069 0.043925 10.0.0.23 - - [2026-05-14 02:37:05] "GET /projects?obj_uuids=51a67f0e-e606-4b89-9137-4be245fb34a8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001386 10.0.0.27 - - [2026-05-14 02:37:05] "GET /project/51a67f0e-e606-4b89-9137-4be245fb34a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.123208 10.0.0.27 - - [2026-05-14 02:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005778 10.0.0.27 - - [2026-05-14 02:37:06] "GET /security-group/55adecfe-da25-447f-b051-df845abe2b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.007132 10.0.0.27 - - [2026-05-14 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010074 10.0.0.27 - - [2026-05-14 02:37:06] "PUT /security-group/55adecfe-da25-447f-b051-df845abe2b9b HTTP/1.1" 200 262 0.045246 10.0.0.22 - - [2026-05-14 02:37:06] "PUT /access-control-list/f6e70d5e-000b-4fd5-8a33-82d130540b53 HTTP/1.1" 200 272 0.029608 10.0.0.27 - - [2026-05-14 02:37:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010608 10.0.0.27 - - [2026-05-14 02:37:06] "POST /neutron/network HTTP/1.1" 200 913 0.009348 10.0.0.27 - - [2026-05-14 02:37:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.015418 10.0.0.27 - - [2026-05-14 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006094 10.0.0.23 - - [2026-05-14 02:37:07] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.27 - - [2026-05-14 02:37:07] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009176 10.0.0.27 - - [2026-05-14 02:37:07] "POST /service-templates HTTP/1.1" 200 543 0.088001 10.0.0.27 - - [2026-05-14 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006768 10.0.0.27 - - [2026-05-14 02:37:07] "GET /service-template/237053a9-e2a5-43b2-a75b-66c591310573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.017775 10.0.0.27 - - [2026-05-14 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006665 10.0.0.27 - - [2026-05-14 02:37:07] "GET /service-template/237053a9-e2a5-43b2-a75b-66c591310573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.015214 10.0.0.27 - - [2026-05-14 02:37:07] "POST /id-to-fqname HTTP/1.1" 200 267 0.001612 10.0.0.27 - - [2026-05-14 02:37:07] "POST /id-to-fqname HTTP/1.1" 200 267 0.003556 10.0.0.27 - - [2026-05-14 02:37:07] "POST /id-to-fqname HTTP/1.1" 200 268 0.003400 10.0.0.27 - - [2026-05-14 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007252 10.0.0.27 - - [2026-05-14 02:37:08] "DELETE /service-template/237053a9-e2a5-43b2-a75b-66c591310573 HTTP/1.1" 200 115 0.092632 10.0.0.27 - - [2026-05-14 02:37:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.006154 10.0.0.27 - - [2026-05-14 02:37:11] "POST /neutron/network HTTP/1.1" 200 911 0.017895 10.0.0.27 - - [2026-05-14 02:37:13] "POST /neutron/network HTTP/1.1" 400 204 0.028738 10.0.0.27 - - [2026-05-14 02:37:17] "POST /neutron/network HTTP/1.1" 200 911 0.010150 10.0.0.27 - - [2026-05-14 02:37:19] "POST /neutron/network HTTP/1.1" 400 204 0.040238 10.0.0.27 - - [2026-05-14 02:37:23] "POST /neutron/network HTTP/1.1" 200 911 0.017422 10.0.0.27 - - [2026-05-14 02:37:25] "POST /neutron/network HTTP/1.1" 400 204 0.031389 10.0.0.27 - - [2026-05-14 02:37:29] "POST /neutron/network HTTP/1.1" 200 911 0.018916 10.0.0.22 - - [2026-05-14 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.22 - - [2026-05-14 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.22 - - [2026-05-14 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2026-05-14 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.23 - - [2026-05-14 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000628 10.0.0.23 - - [2026-05-14 02:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2026-05-14 02:37:32] "POST /neutron/network HTTP/1.1" 400 204 0.042943 10.0.0.23 - - [2026-05-14 02:37:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.23 - - [2026-05-14 02:37:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2026-05-14 02:37:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.27 - - [2026-05-14 02:37:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.27 - - [2026-05-14 02:37:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.27 - - [2026-05-14 02:37:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2026-05-14 02:37:36] "POST /neutron/network HTTP/1.1" 200 911 0.008625 10.0.0.27 - - [2026-05-14 02:37:38] "POST /neutron/network HTTP/1.1" 400 204 0.017160 10.0.0.27 - - [2026-05-14 02:37:42] "POST /neutron/network HTTP/1.1" 200 911 0.008268 10.0.0.27 - - [2026-05-14 02:37:44] "POST /neutron/network HTTP/1.1" 400 204 0.015878 10.0.0.27 - - [2026-05-14 02:37:48] "POST /neutron/network HTTP/1.1" 200 911 0.009490 10.0.0.27 - - [2026-05-14 02:37:50] "POST /neutron/network HTTP/1.1" 400 204 0.020675 10.0.0.27 - - [2026-05-14 02:37:54] "POST /neutron/network HTTP/1.1" 200 911 0.008111 10.0.0.27 - - [2026-05-14 02:37:56] "POST /neutron/network HTTP/1.1" 400 204 0.017628 10.0.0.27 - - [2026-05-14 02:38:00] "POST /neutron/network HTTP/1.1" 200 911 0.008524 10.0.0.27 - - [2026-05-14 02:38:02] "POST /neutron/network HTTP/1.1" 400 204 0.018147 10.0.0.27 - - [2026-05-14 02:38:04] "POST /neutron/network HTTP/1.1" 200 913 0.009095 10.0.0.27 - - [2026-05-14 02:38:06] "POST /neutron/port HTTP/1.1" 200 1123 0.034024 10.0.0.27 - - [2026-05-14 02:38:07] "POST /neutron/network HTTP/1.1" 400 204 0.017453 10.0.0.27 - - [2026-05-14 02:38:09] "POST /neutron/network HTTP/1.1" 400 204 0.018082 10.0.0.27 - - [2026-05-14 02:38:13] "POST /neutron/network HTTP/1.1" 200 913 0.008573 10.0.0.27 - - [2026-05-14 02:38:14] "POST /neutron/port HTTP/1.1" 200 1123 0.020972 10.0.0.23 - - [2026-05-14 02:38:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005120 10.0.0.23 - - [2026-05-14 02:38:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002838 10.0.0.27 - - [2026-05-14 02:38:15] "POST /neutron/network HTTP/1.1" 200 151 0.172042 10.0.0.23 - - [2026-05-14 02:38:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003585 10.0.0.23 - - [2026-05-14 02:38:15] "POST /useragent-kv HTTP/1.1" 200 115 0.014805 10.0.0.22 - - [2026-05-14 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009608 10.0.0.27 - - [2026-05-14 02:38:15] "POST /neutron/network HTTP/1.1" 200 151 0.180989 10.0.0.23 - - [2026-05-14 02:38:15] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.27 - - [2026-05-14 02:38:15] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.112646 10.0.0.23 - - [2026-05-14 02:38:15] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.27 - - [2026-05-14 02:38:15] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.061980 10.0.0.23 - - [2026-05-14 02:38:17] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002815 10.0.0.27 - - [2026-05-14 02:38:17] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.055981 10.0.0.23 - - [2026-05-14 02:38:17] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001308 10.0.0.27 - - [2026-05-14 02:38:17] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.052431 10.0.0.23 - - [2026-05-14 02:38:20] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001260 10.0.0.27 - - [2026-05-14 02:38:20] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.060321 10.0.0.23 - - [2026-05-14 02:38:20] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001353 10.0.0.27 - - [2026-05-14 02:38:20] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.064291 10.0.0.23 - - [2026-05-14 02:38:22] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.27 - - [2026-05-14 02:38:22] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.044096 10.0.0.23 - - [2026-05-14 02:38:22] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001634 10.0.0.27 - - [2026-05-14 02:38:22] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.055783 10.0.0.23 - - [2026-05-14 02:38:24] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001251 10.0.0.27 - - [2026-05-14 02:38:24] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.067607 10.0.0.23 - - [2026-05-14 02:38:24] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001685 10.0.0.27 - - [2026-05-14 02:38:24] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.058568 10.0.0.23 - - [2026-05-14 02:38:26] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001702 10.0.0.27 - - [2026-05-14 02:38:26] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.066259 10.0.0.23 - - [2026-05-14 02:38:26] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.27 - - [2026-05-14 02:38:26] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.084249 10.0.0.23 - - [2026-05-14 02:38:28] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.27 - - [2026-05-14 02:38:28] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.043637 10.0.0.23 - - [2026-05-14 02:38:28] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001765 10.0.0.27 - - [2026-05-14 02:38:28] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.063490 10.0.0.23 - - [2026-05-14 02:38:30] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001259 10.0.0.27 - - [2026-05-14 02:38:30] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.049064 10.0.0.23 - - [2026-05-14 02:38:30] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002208 10.0.0.27 - - [2026-05-14 02:38:30] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.054844 10.0.0.22 - - [2026-05-14 02:38:31] "GET /obj-perms HTTP/1.1" 200 5056 0.058997 10.0.0.23 - - [2026-05-14 02:38:32] "GET /obj-perms HTTP/1.1" 200 5056 0.057351 10.0.0.23 - - [2026-05-14 02:38:33] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.27 - - [2026-05-14 02:38:33] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.049831 10.0.0.23 - - [2026-05-14 02:38:33] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001239 10.0.0.27 - - [2026-05-14 02:38:33] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.054925 10.0.0.23 - - [2026-05-14 02:38:35] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001588 10.0.0.27 - - [2026-05-14 02:38:35] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.066053 10.0.0.23 - - [2026-05-14 02:38:35] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001752 10.0.0.27 - - [2026-05-14 02:38:35] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.059077 10.0.0.23 - - [2026-05-14 02:38:37] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001183 10.0.0.27 - - [2026-05-14 02:38:37] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.051365 10.0.0.23 - - [2026-05-14 02:38:37] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.27 - - [2026-05-14 02:38:37] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.057156 10.0.0.23 - - [2026-05-14 02:38:39] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.27 - - [2026-05-14 02:38:39] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.057150 10.0.0.23 - - [2026-05-14 02:38:39] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.27 - - [2026-05-14 02:38:39] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.060222 10.0.0.23 - - [2026-05-14 02:38:41] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001479 10.0.0.27 - - [2026-05-14 02:38:41] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.061327 10.0.0.23 - - [2026-05-14 02:38:41] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001595 10.0.0.27 - - [2026-05-14 02:38:41] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.054128 10.0.0.23 - - [2026-05-14 02:38:43] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001231 10.0.0.27 - - [2026-05-14 02:38:43] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.072988 10.0.0.23 - - [2026-05-14 02:38:43] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001527 10.0.0.27 - - [2026-05-14 02:38:43] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.073507 10.0.0.23 - - [2026-05-14 02:38:46] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001202 10.0.0.27 - - [2026-05-14 02:38:46] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047000 10.0.0.23 - - [2026-05-14 02:38:46] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001419 10.0.0.27 - - [2026-05-14 02:38:46] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.051637 10.0.0.23 - - [2026-05-14 02:38:48] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001714 10.0.0.27 - - [2026-05-14 02:38:48] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.051822 10.0.0.23 - - [2026-05-14 02:38:48] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001440 10.0.0.27 - - [2026-05-14 02:38:48] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.088253 10.0.0.23 - - [2026-05-14 02:38:50] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001341 10.0.0.27 - - [2026-05-14 02:38:50] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.045585 10.0.0.23 - - [2026-05-14 02:38:50] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001609 10.0.0.27 - - [2026-05-14 02:38:50] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.075272 10.0.0.23 - - [2026-05-14 02:38:52] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001259 10.0.0.27 - - [2026-05-14 02:38:52] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.046590 10.0.0.23 - - [2026-05-14 02:38:52] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001172 10.0.0.27 - - [2026-05-14 02:38:52] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.053988 10.0.0.23 - - [2026-05-14 02:38:54] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001475 10.0.0.27 - - [2026-05-14 02:38:54] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.052837 10.0.0.23 - - [2026-05-14 02:38:54] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001524 10.0.0.27 - - [2026-05-14 02:38:54] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.074638 10.0.0.23 - - [2026-05-14 02:38:56] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.27 - - [2026-05-14 02:38:56] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.066576 10.0.0.23 - - [2026-05-14 02:38:56] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001521 10.0.0.27 - - [2026-05-14 02:38:57] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.064308 10.0.0.23 - - [2026-05-14 02:38:59] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001796 10.0.0.27 - - [2026-05-14 02:38:59] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.071929 10.0.0.23 - - [2026-05-14 02:38:59] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.27 - - [2026-05-14 02:38:59] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.062649 10.0.0.23 - - [2026-05-14 02:39:01] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001304 10.0.0.27 - - [2026-05-14 02:39:01] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.067493 10.0.0.23 - - [2026-05-14 02:39:01] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001244 10.0.0.27 - - [2026-05-14 02:39:01] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.054309 10.0.0.23 - - [2026-05-14 02:39:03] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001660 10.0.0.27 - - [2026-05-14 02:39:03] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.072102 10.0.0.23 - - [2026-05-14 02:39:03] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.27 - - [2026-05-14 02:39:03] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.059290 10.0.0.23 - - [2026-05-14 02:39:05] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001388 10.0.0.27 - - [2026-05-14 02:39:05] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.054452 10.0.0.23 - - [2026-05-14 02:39:05] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001523 10.0.0.27 - - [2026-05-14 02:39:05] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.058423 10.0.0.23 - - [2026-05-14 02:39:07] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001207 10.0.0.27 - - [2026-05-14 02:39:07] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.057055 10.0.0.23 - - [2026-05-14 02:39:07] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002584 10.0.0.27 - - [2026-05-14 02:39:07] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.080742 10.0.0.23 - - [2026-05-14 02:39:09] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001209 10.0.0.27 - - [2026-05-14 02:39:09] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.057097 10.0.0.23 - - [2026-05-14 02:39:10] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001206 10.0.0.27 - - [2026-05-14 02:39:10] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.067325 10.0.0.23 - - [2026-05-14 02:39:12] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001515 10.0.0.27 - - [2026-05-14 02:39:12] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.047593 10.0.0.23 - - [2026-05-14 02:39:12] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.27 - - [2026-05-14 02:39:12] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.068327 10.0.0.23 - - [2026-05-14 02:39:14] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002020 10.0.0.27 - - [2026-05-14 02:39:14] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.069291 10.0.0.23 - - [2026-05-14 02:39:14] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001575 10.0.0.27 - - [2026-05-14 02:39:14] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.070810 10.0.0.23 - - [2026-05-14 02:39:16] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001213 10.0.0.27 - - [2026-05-14 02:39:16] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.063255 10.0.0.23 - - [2026-05-14 02:39:16] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003073 10.0.0.27 - - [2026-05-14 02:39:16] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.075452 10.0.0.23 - - [2026-05-14 02:39:18] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.27 - - [2026-05-14 02:39:18] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.067903 10.0.0.23 - - [2026-05-14 02:39:18] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001428 10.0.0.27 - - [2026-05-14 02:39:18] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.057993 10.0.0.23 - - [2026-05-14 02:39:20] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001338 10.0.0.27 - - [2026-05-14 02:39:20] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.050948 10.0.0.23 - - [2026-05-14 02:39:20] "GET /projects?obj_uuids=5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001377 10.0.0.27 - - [2026-05-14 02:39:20] "GET /project/5ad3e87d-b3db-4e1e-bdfd-20cd1bb06b0f?fields=virtual_networks HTTP/1.1" 200 1343 0.077339 10.0.0.27 - - [2026-05-14 02:39:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.033158 10.0.0.23 - - [2026-05-14 02:39:21] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003222 10.0.0.23 - - [2026-05-14 02:39:21] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.23 - - [2026-05-14 02:39:21] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008212 10.0.0.23 - - [2026-05-14 02:39:21] "POST /id-to-fqname HTTP/1.1" 200 191 0.005331 10.0.0.23 - - [2026-05-14 02:39:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.009179 10.0.0.23 - - [2026-05-14 02:39:21] "POST /security-groups HTTP/1.1" 200 592 0.087324 10.0.0.23 - - [2026-05-14 02:39:21] "POST /projects HTTP/1.1" 200 587 0.331230 10.0.0.23 - - [2026-05-14 02:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.368035 10.0.0.22 - - [2026-05-14 02:39:21] "POST /access-control-lists HTTP/1.1" 200 597 0.043138 10.0.0.27 - - [2026-05-14 02:39:22] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.543809 10.0.0.27 - - [2026-05-14 02:39:23] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.27 - - [2026-05-14 02:39:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.27 - - [2026-05-14 02:39:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.078209 10.0.0.23 - - [2026-05-14 02:39:24] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001094 10.0.0.27 - - [2026-05-14 02:39:24] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.043953 10.0.0.22 - - [2026-05-14 02:39:24] "POST /route-targets HTTP/1.1" 200 327 0.019667 10.0.0.23 - - [2026-05-14 02:39:24] "POST /useragent-kv HTTP/1.1" 200 115 0.014798 10.0.0.27 - - [2026-05-14 02:39:24] "POST /neutron/subnet HTTP/1.1" 200 730 0.266914 10.0.0.27 - - [2026-05-14 02:39:25] "POST /id-to-fqname HTTP/1.1" 200 253 0.001393 10.0.0.27 - - [2026-05-14 02:39:25] "GET /virtual-network/825f05f2-d3de-4f27-8436-17dee6dca654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.007064 10.0.0.27 - - [2026-05-14 02:39:25] "GET /virtual-network/825f05f2-d3de-4f27-8436-17dee6dca654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006593 10.0.0.27 - - [2026-05-14 02:39:25] "POST /neutron/network HTTP/1.1" 200 890 0.009009 10.0.0.27 - - [2026-05-14 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006265 10.0.0.23 - - [2026-05-14 02:39:25] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001311 10.0.0.27 - - [2026-05-14 02:39:25] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.067449 10.0.0.23 - - [2026-05-14 02:39:25] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001307 10.0.0.27 - - [2026-05-14 02:39:25] "POST /neutron/network HTTP/1.1" 200 670 0.146847 10.0.0.22 - - [2026-05-14 02:39:25] "POST /ref-update HTTP/1.1" 200 156 0.025309 10.0.0.27 - - [2026-05-14 02:39:25] "POST /id-to-fqname HTTP/1.1" 200 253 0.005306 10.0.0.27 - - [2026-05-14 02:39:25] "GET /virtual-network/0503fb43-e1e1-4dd4-9f6c-2a3099765a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.008482 10.0.0.27 - - [2026-05-14 02:39:25] "POST /neutron/network HTTP/1.1" 200 887 0.009252 10.0.0.27 - - [2026-05-14 02:39:25] "GET /virtual-network/0503fb43-e1e1-4dd4-9f6c-2a3099765a36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.006775 10.0.0.27 - - [2026-05-14 02:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006095 10.0.0.23 - - [2026-05-14 02:39:25] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001495 10.0.0.27 - - [2026-05-14 02:39:25] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.062050 10.0.0.27 - - [2026-05-14 02:39:25] "POST /neutron/network HTTP/1.1" 200 117 0.017643 10.0.0.27 - - [2026-05-14 02:39:26] "POST /neutron/network HTTP/1.1" 200 892 0.010906 10.0.0.27 - - [2026-05-14 02:39:26] "POST /id-to-fqname HTTP/1.1" 200 254 0.001354 10.0.0.27 - - [2026-05-14 02:39:26] "GET /virtual-network/81db20aa-6325-41c3-bc31-ec6f4a437dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.005966 10.0.0.27 - - [2026-05-14 02:39:26] "GET /virtual-network/81db20aa-6325-41c3-bc31-ec6f4a437dca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006729 10.0.0.27 - - [2026-05-14 02:39:26] "POST /neutron/subnet HTTP/1.1" 200 730 0.010382 10.0.0.27 - - [2026-05-14 02:39:26] "POST /id-to-fqname HTTP/1.1" 200 253 0.001409 10.0.0.23 - - [2026-05-14 02:39:27] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001470 10.0.0.27 - - [2026-05-14 02:39:27] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.108560 10.0.0.27 - - [2026-05-14 02:39:27] "POST /neutron/port HTTP/1.1" 200 117 0.007592 10.0.0.27 - - [2026-05-14 02:39:27] "POST /id-to-fqname HTTP/1.1" 200 254 0.002097 10.0.0.27 - - [2026-05-14 02:39:28] "POST /neutron/network HTTP/1.1" 200 902 0.009054 10.0.0.27 - - [2026-05-14 02:39:28] "POST /neutron/port HTTP/1.1" 200 1059 0.020042 10.0.0.27 - - [2026-05-14 02:39:28] "POST /neutron/port HTTP/1.1" 200 1123 0.027750 10.0.0.23 - - [2026-05-14 02:39:28] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.27 - - [2026-05-14 02:39:29] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.093992 10.0.0.27 - - [2026-05-14 02:39:29] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.27 - - [2026-05-14 02:39:29] "POST /neutron/port HTTP/1.1" 200 1123 0.022648 10.0.0.27 - - [2026-05-14 02:39:29] "POST /neutron/network HTTP/1.1" 200 902 0.011095 10.0.0.27 - - [2026-05-14 02:39:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.005677 10.0.0.27 - - [2026-05-14 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.23 - - [2026-05-14 02:39:30] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001670 10.0.0.27 - - [2026-05-14 02:39:30] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011544 10.0.0.27 - - [2026-05-14 02:39:30] "POST /service-templates HTTP/1.1" 200 543 0.059741 10.0.0.27 - - [2026-05-14 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008126 10.0.0.27 - - [2026-05-14 02:39:30] "GET /service-template/9ee5c166-69de-4cfa-8308-4ce4fa3f236e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.021719 10.0.0.27 - - [2026-05-14 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005744 10.0.0.27 - - [2026-05-14 02:39:30] "GET /service-template/9ee5c166-69de-4cfa-8308-4ce4fa3f236e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.003870 10.0.0.27 - - [2026-05-14 02:39:30] "POST /id-to-fqname HTTP/1.1" 200 253 0.001470 10.0.0.27 - - [2026-05-14 02:39:30] "POST /id-to-fqname HTTP/1.1" 200 253 0.001490 10.0.0.27 - - [2026-05-14 02:39:30] "POST /neutron/port HTTP/1.1" 200 1062 0.021372 10.0.0.27 - - [2026-05-14 02:39:30] "POST /id-to-fqname HTTP/1.1" 200 254 0.001418 10.0.0.27 - - [2026-05-14 02:39:30] "POST /neutron/port HTTP/1.1" 200 2097 0.038232 10.0.0.27 - - [2026-05-14 02:39:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011542 10.0.0.27 - - [2026-05-14 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.27 - - [2026-05-14 02:39:30] "DELETE /service-template/9ee5c166-69de-4cfa-8308-4ce4fa3f236e HTTP/1.1" 200 115 0.045984 10.0.0.27 - - [2026-05-14 02:39:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.005402 10.0.0.27 - - [2026-05-14 02:39:32] "GET /obj-perms HTTP/1.1" 200 5056 0.060852 10.0.0.27 - - [2026-05-14 02:39:33] "POST /neutron/network HTTP/1.1" 200 887 0.008695 10.0.0.23 - - [2026-05-14 02:39:33] "DELETE /project/469d3558b2464d90988a0868d2f8a535 HTTP/1.1" 404 173 0.004228 10.0.0.27 - - [2026-05-14 02:39:33] "POST /neutron/port HTTP/1.1" 200 1116 0.016825 10.0.0.27 - - [2026-05-14 02:39:33] "POST /neutron/port HTTP/1.1" 200 1113 0.025290 10.0.0.22 - - [2026-05-14 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.23 - - [2026-05-14 02:39:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003244 10.0.0.23 - - [2026-05-14 02:39:35] "POST /useragent-kv HTTP/1.1" 200 115 0.010101 10.0.0.27 - - [2026-05-14 02:39:35] "POST /neutron/network HTTP/1.1" 200 151 0.171321 10.0.0.27 - - [2026-05-14 02:39:35] "POST /neutron/network HTTP/1.1" 200 890 0.010155 10.0.0.22 - - [2026-05-14 02:39:35] "DELETE /route-target/a9ef6f1a-d1ed-40a9-837d-c7fc1083f8a7 HTTP/1.1" 200 115 0.045207 10.0.0.23 - - [2026-05-14 02:39:35] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001125 10.0.0.27 - - [2026-05-14 02:39:35] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.068006 10.0.0.23 - - [2026-05-14 02:39:35] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002069 10.0.0.27 - - [2026-05-14 02:39:35] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?fields=virtual_networks HTTP/1.1" 200 1044 0.051393 10.0.0.23 - - [2026-05-14 02:39:36] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001243 10.0.0.27 - - [2026-05-14 02:39:36] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.048055 10.0.0.23 - - [2026-05-14 02:39:36] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001292 10.0.0.27 - - [2026-05-14 02:39:36] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?fields=security_groups HTTP/1.1" 200 1271 0.059312 10.0.0.27 - - [2026-05-14 02:39:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.031069 10.0.0.23 - - [2026-05-14 02:39:37] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003391 10.0.0.23 - - [2026-05-14 02:39:37] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001289 10.0.0.23 - - [2026-05-14 02:39:37] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007594 10.0.0.23 - - [2026-05-14 02:39:37] "POST /id-to-fqname HTTP/1.1" 200 195 0.001600 10.0.0.23 - - [2026-05-14 02:39:37] "POST /fqname-to-id HTTP/1.1" 404 204 0.009428 10.0.0.23 - - [2026-05-14 02:39:37] "POST /security-groups HTTP/1.1" 200 596 0.082531 10.0.0.22 - - [2026-05-14 02:39:37] "POST /fqname-to-id HTTP/1.1" 404 239 0.004073 10.0.0.23 - - [2026-05-14 02:39:37] "POST /projects HTTP/1.1" 200 595 0.323948 10.0.0.23 - - [2026-05-14 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.399601 10.0.0.22 - - [2026-05-14 02:39:37] "POST /access-control-lists HTTP/1.1" 200 599 0.032896 10.0.0.27 - - [2026-05-14 02:39:37] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.564473 10.0.0.27 - - [2026-05-14 02:39:38] "GET / HTTP/1.1" 200 35931 0.004218 10.0.0.27 - - [2026-05-14 02:39:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.27 - - [2026-05-14 02:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.100359 10.0.0.23 - - [2026-05-14 02:39:39] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001428 10.0.0.27 - - [2026-05-14 02:39:40] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060597 10.0.0.23 - - [2026-05-14 02:39:40] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001493 10.0.0.27 - - [2026-05-14 02:39:40] "POST /neutron/network HTTP/1.1" 200 682 0.181445 10.0.0.22 - - [2026-05-14 02:39:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2026-05-14 02:39:41] "POST /neutron/network HTTP/1.1" 200 1075 0.013892 10.0.0.27 - - [2026-05-14 02:39:41] "POST /id-to-fqname HTTP/1.1" 200 261 0.001302 10.0.0.27 - - [2026-05-14 02:39:41] "GET /virtual-network/e27ef360-af88-4987-ba70-fe269e7b03bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006320 10.0.0.27 - - [2026-05-14 02:39:41] "GET /virtual-network/e27ef360-af88-4987-ba70-fe269e7b03bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006838 10.0.0.27 - - [2026-05-14 02:39:41] "POST /neutron/subnet HTTP/1.1" 200 823 0.017700 10.0.0.27 - - [2026-05-14 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.23 - - [2026-05-14 02:39:41] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.034630 10.0.0.27 - - [2026-05-14 02:39:41] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.101574 10.0.0.23 - - [2026-05-14 02:39:41] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001207 10.0.0.27 - - [2026-05-14 02:39:41] "POST /neutron/network HTTP/1.1" 200 682 0.174575 10.0.0.22 - - [2026-05-14 02:39:41] "POST /route-targets HTTP/1.1" 200 327 0.021422 10.0.0.22 - - [2026-05-14 02:39:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.079154 10.0.0.27 - - [2026-05-14 02:39:42] "POST /neutron/network HTTP/1.1" 200 1076 0.013814 10.0.0.27 - - [2026-05-14 02:39:42] "POST /id-to-fqname HTTP/1.1" 200 261 0.001431 10.0.0.27 - - [2026-05-14 02:39:42] "GET /virtual-network/4b136528-e43b-40b0-b028-9d841ee0824c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006244 10.0.0.27 - - [2026-05-14 02:39:42] "GET /virtual-network/4b136528-e43b-40b0-b028-9d841ee0824c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006155 10.0.0.27 - - [2026-05-14 02:39:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.011968 10.0.0.27 - - [2026-05-14 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.23 - - [2026-05-14 02:39:42] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001315 10.0.0.27 - - [2026-05-14 02:39:42] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.061288 10.0.0.23 - - [2026-05-14 02:39:42] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001291 10.0.0.27 - - [2026-05-14 02:39:42] "POST /neutron/network HTTP/1.1" 200 684 0.195442 10.0.0.22 - - [2026-05-14 02:39:42] "POST /ref-update HTTP/1.1" 200 156 0.070750 10.0.0.22 - - [2026-05-14 02:39:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.009467 10.0.0.27 - - [2026-05-14 02:39:43] "POST /neutron/network HTTP/1.1" 200 1076 0.016685 10.0.0.27 - - [2026-05-14 02:39:43] "POST /id-to-fqname HTTP/1.1" 200 262 0.001422 10.0.0.27 - - [2026-05-14 02:39:43] "GET /virtual-network/70a2711e-a71f-4549-8414-0fc7e49c7669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.009302 10.0.0.27 - - [2026-05-14 02:39:43] "GET /virtual-network/70a2711e-a71f-4549-8414-0fc7e49c7669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006349 10.0.0.27 - - [2026-05-14 02:39:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.010291 10.0.0.27 - - [2026-05-14 02:39:43] "POST /id-to-fqname HTTP/1.1" 200 261 0.001660 10.0.0.23 - - [2026-05-14 02:39:44] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001148 10.0.0.27 - - [2026-05-14 02:39:44] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.080611 10.0.0.27 - - [2026-05-14 02:39:44] "POST /neutron/network HTTP/1.1" 200 1076 0.012738 10.0.0.27 - - [2026-05-14 02:39:44] "POST /id-to-fqname HTTP/1.1" 200 262 0.001482 10.0.0.27 - - [2026-05-14 02:39:44] "POST /neutron/port HTTP/1.1" 200 117 0.008453 10.0.0.23 - - [2026-05-14 02:39:45] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001771 10.0.0.27 - - [2026-05-14 02:39:45] "POST /neutron/port HTTP/1.1" 200 1173 0.444093 10.0.0.27 - - [2026-05-14 02:39:45] "POST /neutron/port HTTP/1.1" 200 1227 0.123586 10.0.0.23 - - [2026-05-14 02:39:46] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001384 10.0.0.27 - - [2026-05-14 02:39:46] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.096221 10.0.0.27 - - [2026-05-14 02:39:46] "POST /neutron/network HTTP/1.1" 200 1076 0.015938 10.0.0.27 - - [2026-05-14 02:39:46] "POST /neutron/port HTTP/1.1" 200 117 0.001821 10.0.0.27 - - [2026-05-14 02:39:46] "POST /neutron/port HTTP/1.1" 200 1237 0.027460 10.0.0.27 - - [2026-05-14 02:39:46] "POST /neutron/network HTTP/1.1" 200 1086 0.008314 10.0.0.27 - - [2026-05-14 02:39:47] "POST /neutron/port HTTP/1.1" 200 1171 0.026078 10.0.0.27 - - [2026-05-14 02:39:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007067 10.0.0.27 - - [2026-05-14 02:39:47] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.27 - - [2026-05-14 02:39:48] "POST /neutron/network HTTP/1.1" 200 1076 0.013319 10.0.0.27 - - [2026-05-14 02:39:48] "POST /neutron/port HTTP/1.1" 200 1227 0.021242 10.0.0.27 - - [2026-05-14 02:39:49] "POST /neutron/port HTTP/1.1" 200 1225 0.031993 10.0.0.23 - - [2026-05-14 02:39:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003052 10.0.0.23 - - [2026-05-14 02:39:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003686 10.0.0.23 - - [2026-05-14 02:39:50] "POST /useragent-kv HTTP/1.1" 200 115 0.008627 10.0.0.23 - - [2026-05-14 02:39:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003234 10.0.0.27 - - [2026-05-14 02:39:50] "POST /neutron/network HTTP/1.1" 200 151 0.213116 10.0.0.27 - - [2026-05-14 02:39:50] "POST /neutron/port HTTP/1.1" 200 117 0.006940 10.0.0.22 - - [2026-05-14 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.22 - - [2026-05-14 02:39:50] "DELETE /route-target/2a78f287-14ed-4e2b-9d63-f18678867d87 HTTP/1.1" 200 115 0.056689 10.0.0.23 - - [2026-05-14 02:39:50] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001213 10.0.0.27 - - [2026-05-14 02:39:50] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.141975 10.0.0.23 - - [2026-05-14 02:39:50] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001193 10.0.0.27 - - [2026-05-14 02:39:50] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?fields=virtual_networks HTTP/1.1" 200 1053 0.063591 10.0.0.23 - - [2026-05-14 02:39:51] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001838 10.0.0.27 - - [2026-05-14 02:39:51] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.052510 10.0.0.23 - - [2026-05-14 02:39:51] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001209 10.0.0.27 - - [2026-05-14 02:39:51] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?fields=security_groups HTTP/1.1" 200 1284 0.048667 10.0.0.27 - - [2026-05-14 02:39:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.039270 10.0.0.23 - - [2026-05-14 02:39:52] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003633 10.0.0.23 - - [2026-05-14 02:39:52] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.23 - - [2026-05-14 02:39:52] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054149 10.0.0.23 - - [2026-05-14 02:39:52] "POST /id-to-fqname HTTP/1.1" 200 198 0.002851 10.0.0.23 - - [2026-05-14 02:39:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.007493 10.0.0.23 - - [2026-05-14 02:39:52] "POST /security-groups HTTP/1.1" 200 599 0.083283 10.0.0.23 - - [2026-05-14 02:39:52] "POST /projects HTTP/1.1" 200 601 0.318654 10.0.0.23 - - [2026-05-14 02:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.360438 10.0.0.22 - - [2026-05-14 02:39:52] "POST /fqname-to-id HTTP/1.1" 404 241 0.006547 10.0.0.27 - - [2026-05-14 02:39:52] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.581460 10.0.0.27 - - [2026-05-14 02:39:54] "GET / HTTP/1.1" 200 35931 0.001589 10.0.0.27 - - [2026-05-14 02:39:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000568 10.0.0.27 - - [2026-05-14 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.069244 10.0.0.23 - - [2026-05-14 02:39:55] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001453 10.0.0.27 - - [2026-05-14 02:39:55] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.045055 10.0.0.27 - - [2026-05-14 02:39:55] "POST /neutron/network HTTP/1.1" 200 117 0.050666 10.0.0.22 - - [2026-05-14 02:39:55] "POST /ref-update HTTP/1.1" 200 156 0.037333 10.0.0.27 - - [2026-05-14 02:39:55] "POST /neutron/network HTTP/1.1" 200 909 0.009958 10.0.0.27 - - [2026-05-14 02:39:55] "POST /id-to-fqname HTTP/1.1" 200 267 0.001538 10.0.0.27 - - [2026-05-14 02:39:55] "GET /virtual-network/e9b183b4-ca62-40f6-b38f-a7c7e33e2a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.008558 10.0.0.27 - - [2026-05-14 02:39:55] "GET /virtual-network/e9b183b4-ca62-40f6-b38f-a7c7e33e2a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006141 10.0.0.27 - - [2026-05-14 02:39:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.012651 10.0.0.27 - - [2026-05-14 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.23 - - [2026-05-14 02:39:56] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.27 - - [2026-05-14 02:39:56] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.064003 10.0.0.23 - - [2026-05-14 02:39:56] "POST /useragent-kv HTTP/1.1" 200 115 0.019190 10.0.0.27 - - [2026-05-14 02:39:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.262348 10.0.0.27 - - [2026-05-14 02:39:56] "POST /id-to-fqname HTTP/1.1" 200 267 0.001466 10.0.0.27 - - [2026-05-14 02:39:56] "GET /virtual-network/61ebf375-c82d-45ec-9844-34d29e1d83a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006336 10.0.0.27 - - [2026-05-14 02:39:56] "GET /virtual-network/61ebf375-c82d-45ec-9844-34d29e1d83a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006109 10.0.0.27 - - [2026-05-14 02:39:56] "POST /neutron/network HTTP/1.1" 200 910 0.009399 10.0.0.27 - - [2026-05-14 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.23 - - [2026-05-14 02:39:56] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001013 10.0.0.27 - - [2026-05-14 02:39:56] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.052746 10.0.0.23 - - [2026-05-14 02:39:56] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.27 - - [2026-05-14 02:39:57] "POST /neutron/network HTTP/1.1" 200 693 0.185189 10.0.0.22 - - [2026-05-14 02:39:57] "POST /route-targets HTTP/1.1" 200 327 0.016219 10.0.0.27 - - [2026-05-14 02:39:57] "POST /id-to-fqname HTTP/1.1" 200 268 0.003963 10.0.0.27 - - [2026-05-14 02:39:57] "GET /virtual-network/0078216e-d677-4142-967a-4ccee8c6f4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.007595 10.0.0.27 - - [2026-05-14 02:39:57] "POST /neutron/network HTTP/1.1" 200 912 0.010102 10.0.0.27 - - [2026-05-14 02:39:57] "GET /virtual-network/0078216e-d677-4142-967a-4ccee8c6f4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2174 0.008099 10.0.0.27 - - [2026-05-14 02:39:57] "POST /id-to-fqname HTTP/1.1" 200 267 0.001854 10.0.0.27 - - [2026-05-14 02:39:57] "POST /neutron/network HTTP/1.1" 200 920 0.007103 10.0.0.23 - - [2026-05-14 02:39:58] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001319 10.0.0.27 - - [2026-05-14 02:39:58] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.099486 10.0.0.27 - - [2026-05-14 02:39:58] "POST /neutron/port HTTP/1.1" 200 117 0.006657 10.0.0.27 - - [2026-05-14 02:39:58] "POST /id-to-fqname HTTP/1.1" 200 268 0.001880 10.0.0.27 - - [2026-05-14 02:39:59] "POST /neutron/network HTTP/1.1" 200 920 0.007931 10.0.0.27 - - [2026-05-14 02:40:00] "POST /neutron/port HTTP/1.1" 200 1068 0.040786 10.0.0.23 - - [2026-05-14 02:40:00] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001303 10.0.0.27 - - [2026-05-14 02:40:00] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.179098 10.0.0.27 - - [2026-05-14 02:40:00] "POST /neutron/network HTTP/1.1" 200 912 0.008371 10.0.0.27 - - [2026-05-14 02:40:00] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.27 - - [2026-05-14 02:40:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009476 10.0.0.23 - - [2026-05-14 02:40:01] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.27 - - [2026-05-14 02:40:01] "POST /neutron/port HTTP/1.1" 200 1068 0.413577 10.0.0.27 - - [2026-05-14 02:40:01] "POST /neutron/port HTTP/1.1" 200 1122 0.139404 10.0.0.27 - - [2026-05-14 02:40:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.012548 10.0.0.27 - - [2026-05-14 02:40:02] "POST /neutron/network HTTP/1.1" 200 910 0.008730 10.0.0.27 - - [2026-05-14 02:40:02] "POST /neutron/port HTTP/1.1" 200 1122 0.020905 10.0.0.27 - - [2026-05-14 02:40:03] "POST /neutron/port HTTP/1.1" 200 1122 0.017734 10.0.0.27 - - [2026-05-14 02:40:04] "POST /neutron/network HTTP/1.1" 200 910 0.008058 10.0.0.22 - - [2026-05-14 02:40:04] "DELETE /route-target/a6419b3f-d8b7-43f3-a3d6-714649b3785f HTTP/1.1" 200 115 0.044781 10.0.0.23 - - [2026-05-14 02:40:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004242 10.0.0.23 - - [2026-05-14 02:40:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003958 10.0.0.27 - - [2026-05-14 02:40:04] "POST /neutron/network HTTP/1.1" 200 151 0.145146 10.0.0.22 - - [2026-05-14 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007530 10.0.0.23 - - [2026-05-14 02:40:05] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001234 10.0.0.27 - - [2026-05-14 02:40:05] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.061956 10.0.0.23 - - [2026-05-14 02:40:05] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001393 10.0.0.27 - - [2026-05-14 02:40:05] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?fields=virtual_networks HTTP/1.1" 200 1058 0.065955 10.0.0.23 - - [2026-05-14 02:40:05] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001350 10.0.0.27 - - [2026-05-14 02:40:05] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.063231 10.0.0.23 - - [2026-05-14 02:40:05] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001209 10.0.0.27 - - [2026-05-14 02:40:05] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?fields=security_groups HTTP/1.1" 200 1292 0.075293 10.0.0.27 - - [2026-05-14 02:40:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.031319 10.0.0.23 - - [2026-05-14 02:40:06] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.009630 10.0.0.23 - - [2026-05-14 02:40:06] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001523 10.0.0.23 - - [2026-05-14 02:40:06] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.016606 10.0.0.23 - - [2026-05-14 02:40:06] "POST /id-to-fqname HTTP/1.1" 200 195 0.001918 10.0.0.23 - - [2026-05-14 02:40:06] "POST /fqname-to-id HTTP/1.1" 404 204 0.010374 10.0.0.23 - - [2026-05-14 02:40:06] "POST /security-groups HTTP/1.1" 200 596 0.035815 10.0.0.23 - - [2026-05-14 02:40:06] "POST /projects HTTP/1.1" 200 595 0.278478 10.0.0.23 - - [2026-05-14 02:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.323450 10.0.0.22 - - [2026-05-14 02:40:06] "POST /access-control-lists HTTP/1.1" 200 601 0.040223 10.0.0.27 - - [2026-05-14 02:40:06] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.520586 10.0.0.27 - - [2026-05-14 02:40:08] "GET / HTTP/1.1" 200 35931 0.001753 10.0.0.27 - - [2026-05-14 02:40:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000559 10.0.0.27 - - [2026-05-14 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.067044 10.0.0.23 - - [2026-05-14 02:40:09] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001043 10.0.0.27 - - [2026-05-14 02:40:09] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058895 10.0.0.27 - - [2026-05-14 02:40:09] "POST /neutron/network HTTP/1.1" 200 117 0.042839 10.0.0.22 - - [2026-05-14 02:40:09] "POST /route-targets HTTP/1.1" 200 327 0.018079 10.0.0.27 - - [2026-05-14 02:40:09] "POST /neutron/network HTTP/1.1" 200 901 0.010305 10.0.0.27 - - [2026-05-14 02:40:09] "POST /id-to-fqname HTTP/1.1" 200 261 0.001393 10.0.0.27 - - [2026-05-14 02:40:09] "GET /virtual-network/c9d7c17f-d890-4e0a-9a16-1ad28037a47d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006358 10.0.0.27 - - [2026-05-14 02:40:09] "GET /virtual-network/c9d7c17f-d890-4e0a-9a16-1ad28037a47d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.007087 10.0.0.27 - - [2026-05-14 02:40:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.011117 10.0.0.27 - - [2026-05-14 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.23 - - [2026-05-14 02:40:10] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001660 10.0.0.27 - - [2026-05-14 02:40:10] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.071527 10.0.0.22 - - [2026-05-14 02:40:10] "POST /ref-update HTTP/1.1" 200 156 0.030336 10.0.0.23 - - [2026-05-14 02:40:10] "POST /useragent-kv HTTP/1.1" 200 115 0.009876 10.0.0.27 - - [2026-05-14 02:40:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.247537 10.0.0.27 - - [2026-05-14 02:40:10] "POST /id-to-fqname HTTP/1.1" 200 261 0.001974 10.0.0.27 - - [2026-05-14 02:40:10] "GET /virtual-network/f175637d-51a7-451b-9c98-ec2c02e635c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.007638 10.0.0.27 - - [2026-05-14 02:40:10] "GET /virtual-network/f175637d-51a7-451b-9c98-ec2c02e635c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.009408 10.0.0.27 - - [2026-05-14 02:40:10] "POST /neutron/network HTTP/1.1" 200 900 0.009264 10.0.0.27 - - [2026-05-14 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008091 10.0.0.23 - - [2026-05-14 02:40:10] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.005232 10.0.0.27 - - [2026-05-14 02:40:10] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.075567 10.0.0.23 - - [2026-05-14 02:40:10] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001527 10.0.0.27 - - [2026-05-14 02:40:11] "POST /neutron/network HTTP/1.1" 200 684 0.186704 10.0.0.27 - - [2026-05-14 02:40:11] "POST /id-to-fqname HTTP/1.1" 200 262 0.003828 10.0.0.27 - - [2026-05-14 02:40:11] "GET /virtual-network/71f6d091-d5d1-45b0-8d76-06a1cff7fed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.009033 10.0.0.27 - - [2026-05-14 02:40:11] "POST /neutron/network HTTP/1.1" 200 902 0.007459 10.0.0.27 - - [2026-05-14 02:40:11] "GET /virtual-network/71f6d091-d5d1-45b0-8d76-06a1cff7fed9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.006678 10.0.0.27 - - [2026-05-14 02:40:11] "POST /id-to-fqname HTTP/1.1" 200 261 0.001437 10.0.0.27 - - [2026-05-14 02:40:11] "POST /neutron/network HTTP/1.1" 200 910 0.007354 10.0.0.23 - - [2026-05-14 02:40:12] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001112 10.0.0.27 - - [2026-05-14 02:40:12] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.098574 10.0.0.27 - - [2026-05-14 02:40:12] "POST /neutron/port HTTP/1.1" 200 117 0.007548 10.0.0.27 - - [2026-05-14 02:40:12] "POST /id-to-fqname HTTP/1.1" 200 262 0.001397 10.0.0.27 - - [2026-05-14 02:40:13] "POST /neutron/network HTTP/1.1" 200 910 0.007530 10.0.0.27 - - [2026-05-14 02:40:13] "POST /neutron/port HTTP/1.1" 200 1064 0.020087 10.0.0.23 - - [2026-05-14 02:40:13] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001204 10.0.0.27 - - [2026-05-14 02:40:14] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.112356 10.0.0.27 - - [2026-05-14 02:40:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004561 10.0.0.27 - - [2026-05-14 02:40:14] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.27 - - [2026-05-14 02:40:14] "POST /neutron/security_group HTTP/1.1" 200 2063 0.013002 10.0.0.23 - - [2026-05-14 02:40:14] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001270 10.0.0.27 - - [2026-05-14 02:40:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.004430 10.0.0.27 - - [2026-05-14 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.012468 10.0.0.23 - - [2026-05-14 02:40:15] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002328 10.0.0.27 - - [2026-05-14 02:40:15] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015592 10.0.0.27 - - [2026-05-14 02:40:15] "POST /service-templates HTTP/1.1" 200 543 0.059085 10.0.0.27 - - [2026-05-14 02:40:15] "POST /neutron/port HTTP/1.1" 200 1064 0.453022 10.0.0.27 - - [2026-05-14 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.27 - - [2026-05-14 02:40:15] "GET /service-template/15691ec6-ed2f-443f-bba2-34baa0e6e0f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.009416 10.0.0.27 - - [2026-05-14 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.27 - - [2026-05-14 02:40:15] "GET /service-template/15691ec6-ed2f-443f-bba2-34baa0e6e0f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.015769 10.0.0.27 - - [2026-05-14 02:40:15] "POST /id-to-fqname HTTP/1.1" 200 261 0.001447 10.0.0.27 - - [2026-05-14 02:40:15] "POST /id-to-fqname HTTP/1.1" 200 261 0.001880 10.0.0.27 - - [2026-05-14 02:40:15] "POST /neutron/port HTTP/1.1" 200 1118 0.172773 10.0.0.27 - - [2026-05-14 02:40:15] "POST /id-to-fqname HTTP/1.1" 200 262 0.001460 10.0.0.27 - - [2026-05-14 02:40:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.010926 10.0.0.27 - - [2026-05-14 02:40:15] "POST /neutron/port HTTP/1.1" 200 2104 0.028185 10.0.0.27 - - [2026-05-14 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.27 - - [2026-05-14 02:40:15] "DELETE /service-template/15691ec6-ed2f-443f-bba2-34baa0e6e0f3 HTTP/1.1" 200 115 0.036876 10.0.0.27 - - [2026-05-14 02:40:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.005790 10.0.0.27 - - [2026-05-14 02:40:18] "POST /neutron/network HTTP/1.1" 400 204 0.023887 10.0.0.27 - - [2026-05-14 02:40:18] "POST /neutron/port HTTP/1.1" 200 151 0.280537 10.0.0.27 - - [2026-05-14 02:40:19] "POST /neutron/port HTTP/1.1" 200 151 0.293542 10.0.0.22 - - [2026-05-14 02:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.27 - - [2026-05-14 02:40:20] "POST /neutron/network HTTP/1.1" 200 902 0.007546 10.0.0.22 - - [2026-05-14 02:40:20] "DELETE /route-target/2488e828-afc3-434d-9b1a-a316c43d1f3c HTTP/1.1" 200 115 0.031049 10.0.0.23 - - [2026-05-14 02:40:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003278 10.0.0.23 - - [2026-05-14 02:40:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006218 10.0.0.27 - - [2026-05-14 02:40:20] "POST /neutron/network HTTP/1.1" 200 151 0.209043 10.0.0.23 - - [2026-05-14 02:40:20] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001413 10.0.0.27 - - [2026-05-14 02:40:20] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.101043 10.0.0.23 - - [2026-05-14 02:40:20] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002566 10.0.0.27 - - [2026-05-14 02:40:21] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?fields=virtual_networks HTTP/1.1" 200 1053 0.066276 10.0.0.23 - - [2026-05-14 02:40:21] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001198 10.0.0.27 - - [2026-05-14 02:40:21] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.061385 10.0.0.23 - - [2026-05-14 02:40:21] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001164 10.0.0.27 - - [2026-05-14 02:40:21] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?fields=security_groups HTTP/1.1" 200 1284 0.051780 10.0.0.27 - - [2026-05-14 02:40:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.038990 10.0.0.23 - - [2026-05-14 02:40:22] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003300 10.0.0.23 - - [2026-05-14 02:40:22] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.23 - - [2026-05-14 02:40:22] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007528 10.0.0.23 - - [2026-05-14 02:40:22] "POST /id-to-fqname HTTP/1.1" 200 199 0.003767 10.0.0.23 - - [2026-05-14 02:40:22] "POST /fqname-to-id HTTP/1.1" 404 208 0.005584 10.0.0.23 - - [2026-05-14 02:40:22] "POST /security-groups HTTP/1.1" 200 600 0.051125 10.0.0.22 - - [2026-05-14 02:40:22] "POST /fqname-to-id HTTP/1.1" 404 243 0.007100 10.0.0.23 - - [2026-05-14 02:40:22] "POST /projects HTTP/1.1" 200 603 0.263469 10.0.0.23 - - [2026-05-14 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.342833 10.0.0.22 - - [2026-05-14 02:40:22] "POST /access-control-lists HTTP/1.1" 200 603 0.039633 10.0.0.27 - - [2026-05-14 02:40:22] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.504566 10.0.0.27 - - [2026-05-14 02:40:24] "GET / HTTP/1.1" 200 35931 0.002324 10.0.0.27 - - [2026-05-14 02:40:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000584 10.0.0.27 - - [2026-05-14 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.092099 10.0.0.23 - - [2026-05-14 02:40:25] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001498 10.0.0.27 - - [2026-05-14 02:40:25] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.051962 10.0.0.23 - - [2026-05-14 02:40:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007544 10.0.0.27 - - [2026-05-14 02:40:25] "POST /neutron/subnet HTTP/1.1" 200 818 0.291781 10.0.0.27 - - [2026-05-14 02:40:26] "POST /id-to-fqname HTTP/1.1" 200 269 0.001987 10.0.0.27 - - [2026-05-14 02:40:26] "GET /virtual-network/4327222f-023c-440b-9eb5-be6388bd85a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.010101 10.0.0.27 - - [2026-05-14 02:40:26] "POST /neutron/network HTTP/1.1" 200 1085 0.012098 10.0.0.27 - - [2026-05-14 02:40:26] "GET /virtual-network/4327222f-023c-440b-9eb5-be6388bd85a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.005686 10.0.0.27 - - [2026-05-14 02:40:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.010633 10.0.0.27 - - [2026-05-14 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.23 - - [2026-05-14 02:40:26] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001199 10.0.0.27 - - [2026-05-14 02:40:26] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.042204 10.0.0.22 - - [2026-05-14 02:40:26] "POST /route-targets HTTP/1.1" 200 327 0.022051 10.0.0.22 - - [2026-05-14 02:40:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.010371 10.0.0.23 - - [2026-05-14 02:40:26] "POST /useragent-kv HTTP/1.1" 200 115 0.013736 10.0.0.27 - - [2026-05-14 02:40:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.295322 10.0.0.27 - - [2026-05-14 02:40:27] "POST /id-to-fqname HTTP/1.1" 200 269 0.001597 10.0.0.27 - - [2026-05-14 02:40:27] "GET /virtual-network/2cd0b3ab-3d85-4083-801b-1fc9cc3f8ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.009386 10.0.0.27 - - [2026-05-14 02:40:27] "POST /neutron/network HTTP/1.1" 200 1088 0.011377 10.0.0.27 - - [2026-05-14 02:40:27] "GET /virtual-network/2cd0b3ab-3d85-4083-801b-1fc9cc3f8ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006868 10.0.0.27 - - [2026-05-14 02:40:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.010267 10.0.0.27 - - [2026-05-14 02:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.23 - - [2026-05-14 02:40:27] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001047 10.0.0.27 - - [2026-05-14 02:40:27] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.044340 10.0.0.22 - - [2026-05-14 02:40:27] "POST /ref-update HTTP/1.1" 200 156 0.026063 10.0.0.23 - - [2026-05-14 02:40:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010735 10.0.0.27 - - [2026-05-14 02:40:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.204920 10.0.0.22 - - [2026-05-14 02:40:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.009923 10.0.0.27 - - [2026-05-14 02:40:28] "POST /id-to-fqname HTTP/1.1" 200 270 0.001456 10.0.0.27 - - [2026-05-14 02:40:28] "GET /virtual-network/57e1c279-fe33-4f96-a289-2cc2b8dd6bac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.009429 10.0.0.27 - - [2026-05-14 02:40:28] "POST /neutron/network HTTP/1.1" 200 1088 0.010949 10.0.0.27 - - [2026-05-14 02:40:28] "GET /virtual-network/57e1c279-fe33-4f96-a289-2cc2b8dd6bac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006373 10.0.0.27 - - [2026-05-14 02:40:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.010258 10.0.0.27 - - [2026-05-14 02:40:28] "POST /id-to-fqname HTTP/1.1" 200 269 0.001436 10.0.0.23 - - [2026-05-14 02:40:29] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001125 10.0.0.27 - - [2026-05-14 02:40:29] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.096800 10.0.0.27 - - [2026-05-14 02:40:29] "POST /neutron/port HTTP/1.1" 200 117 0.006936 10.0.0.27 - - [2026-05-14 02:40:29] "POST /id-to-fqname HTTP/1.1" 200 270 0.001538 10.0.0.27 - - [2026-05-14 02:40:29] "POST /neutron/network HTTP/1.1" 200 1098 0.008331 10.0.0.27 - - [2026-05-14 02:40:30] "POST /neutron/port HTTP/1.1" 200 1177 0.068005 10.0.0.23 - - [2026-05-14 02:40:30] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001731 10.0.0.27 - - [2026-05-14 02:40:30] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.100397 10.0.0.27 - - [2026-05-14 02:40:30] "POST /neutron/network HTTP/1.1" 200 1088 0.099879 10.0.0.27 - - [2026-05-14 02:40:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004816 10.0.0.27 - - [2026-05-14 02:40:31] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.27 - - [2026-05-14 02:40:31] "POST /neutron/security_group HTTP/1.1" 200 2067 0.012101 10.0.0.23 - - [2026-05-14 02:40:31] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001474 10.0.0.27 - - [2026-05-14 02:40:32] "POST /neutron/port HTTP/1.1" 200 1175 0.467482 10.0.0.27 - - [2026-05-14 02:40:32] "POST /neutron/port HTTP/1.1" 200 1229 0.163497 10.0.0.27 - - [2026-05-14 02:40:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004730 10.0.0.27 - - [2026-05-14 02:40:32] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.27 - - [2026-05-14 02:40:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003946 10.0.0.27 - - [2026-05-14 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.009278 10.0.0.23 - - [2026-05-14 02:40:32] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.27 - - [2026-05-14 02:40:32] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010243 10.0.0.27 - - [2026-05-14 02:40:32] "POST /service-templates HTTP/1.1" 200 543 0.032354 10.0.0.27 - - [2026-05-14 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.27 - - [2026-05-14 02:40:32] "GET /service-template/6fd1d7bf-b109-475f-bf4c-791a1fb74250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.007533 10.0.0.27 - - [2026-05-14 02:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.27 - - [2026-05-14 02:40:32] "GET /service-template/6fd1d7bf-b109-475f-bf4c-791a1fb74250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.005274 10.0.0.27 - - [2026-05-14 02:40:32] "POST /id-to-fqname HTTP/1.1" 200 269 0.001467 10.0.0.27 - - [2026-05-14 02:40:33] "POST /id-to-fqname HTTP/1.1" 200 269 0.001494 10.0.0.27 - - [2026-05-14 02:40:33] "POST /id-to-fqname HTTP/1.1" 200 270 0.001499 10.0.0.27 - - [2026-05-14 02:40:33] "POST /neutron/security_group HTTP/1.1" 200 2067 0.008732 10.0.0.23 - - [2026-05-14 02:40:33] "DELETE /project/fb0a3284a404438aad2d894cd8bfe36f HTTP/1.1" 404 173 0.017997 10.0.0.23 - - [2026-05-14 02:40:33] "DELETE /project/b57cc9a086194b428407dbb89bfee6f2 HTTP/1.1" 404 173 0.025358 10.0.0.23 - - [2026-05-14 02:40:33] "DELETE /project/1bce4bf65b7f4bcbbb7fa468ffb0a079 HTTP/1.1" 404 173 0.012592 10.0.0.23 - - [2026-05-14 02:40:33] "DELETE /project/c39133e5e5144816966ae7e160fa1cdc HTTP/1.1" 404 173 0.014197 10.0.0.27 - - [2026-05-14 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.019478 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001057 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000935 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.23 - - [2026-05-14 02:40:33] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.073676 10.0.0.23 - - [2026-05-14 02:40:33] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.094866 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001190 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001251 10.0.0.27 - - [2026-05-14 02:40:33] "DELETE /service-template/6fd1d7bf-b109-475f-bf4c-791a1fb74250 HTTP/1.1" 200 115 0.110837 10.0.0.23 - - [2026-05-14 02:40:33] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.135741 10.0.0.23 - - [2026-05-14 02:40:33] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.146462 10.0.0.27 - - [2026-05-14 02:40:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.017322 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002043 10.0.0.23 - - [2026-05-14 02:40:33] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?fields=security_groups HTTP/1.1" 200 1389 0.139910 10.0.0.23 - - [2026-05-14 02:40:33] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?fields=security_groups HTTP/1.1" 200 1397 0.110518 10.0.0.23 - - [2026-05-14 02:40:33] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?fields=security_groups HTTP/1.1" 200 1389 0.148644 10.0.0.23 - - [2026-05-14 02:40:33] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?fields=security_groups HTTP/1.1" 200 1376 0.216761 10.0.0.23 - - [2026-05-14 02:40:33] "DELETE /security-group/16e07579-d2bb-4506-a483-348903e24a8a HTTP/1.1" 200 115 0.165353 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=fb0a3284-a404-438a-ad2d-894cd8bfe36f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001073 10.0.0.23 - - [2026-05-14 02:40:33] "DELETE /security-group/e75406e0-15e6-4759-b2d2-765c7d7869c9 HTTP/1.1" 200 115 0.147351 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.23 - - [2026-05-14 02:40:33] "DELETE /security-group/e65e0d10-4264-4678-b9f7-016efa2cbad7 HTTP/1.1" 200 115 0.152215 10.0.0.23 - - [2026-05-14 02:40:33] "DELETE /security-group/aa40dabd-5c1b-4add-a0e7-9acd006703cd HTTP/1.1" 200 115 0.161735 10.0.0.23 - - [2026-05-14 02:40:33] "GET /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f?fields=application_policy_sets HTTP/1.1" 200 1428 0.101189 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=c39133e5-e514-4816-966a-e7e160fa1cdc&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002185 10.0.0.23 - - [2026-05-14 02:40:33] "GET /projects?obj_uuids=469d3558-b246-4d90-988a-0868d2f8a535&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001246 10.0.0.23 - - [2026-05-14 02:40:33] "GET /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079?fields=application_policy_sets HTTP/1.1" 200 1436 0.149902 10.0.0.23 - - [2026-05-14 02:40:33] "GET /project/469d3558-b246-4d90-988a-0868d2f8a535?fields=application_policy_sets HTTP/1.1" 200 1415 0.126343 10.0.0.22 - - [2026-05-14 02:40:33] "DELETE /access-control-list/3451d84e-3240-4365-8a11-1c956d9e7e33 HTTP/1.1" 200 115 0.098904 10.0.0.23 - - [2026-05-14 02:40:34] "GET /project/c39133e5-e514-4816-966a-e7e160fa1cdc?fields=application_policy_sets HTTP/1.1" 200 1428 0.205734 10.0.0.22 - - [2026-05-14 02:40:34] "DELETE /access-control-list/9e1d8d95-96e9-4656-8834-f8a12200e795 HTTP/1.1" 200 115 0.104843 10.0.0.23 - - [2026-05-14 02:40:34] "DELETE /project/fb0a3284-a404-438a-ad2d-894cd8bfe36f HTTP/1.1" 200 115 1.026866 10.0.0.23 - - [2026-05-14 02:40:34] "DELETE /project/1bce4bf6-5b7f-4bcb-bb7f-a468ffb0a079 HTTP/1.1" 200 115 1.085358 10.0.0.23 - - [2026-05-14 02:40:34] "DELETE /project/c39133e5-e514-4816-966a-e7e160fa1cdc HTTP/1.1" 200 115 1.150019 10.0.0.23 - - [2026-05-14 02:40:34] "DELETE /project/469d3558-b246-4d90-988a-0868d2f8a535 HTTP/1.1" 200 115 1.195745 10.0.0.27 - - [2026-05-14 02:40:35] "POST /neutron/port HTTP/1.1" 200 1239 0.030569 10.0.0.27 - - [2026-05-14 02:40:35] "POST /neutron/port HTTP/1.1" 200 1241 0.022451 10.0.0.27 - - [2026-05-14 02:40:37] "POST /neutron/network HTTP/1.1" 200 1088 0.011167 10.0.0.22 - - [2026-05-14 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.23 - - [2026-05-14 02:40:37] "POST /useragent-kv HTTP/1.1" 200 115 0.016904 10.0.0.23 - - [2026-05-14 02:40:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005503 10.0.0.23 - - [2026-05-14 02:40:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003000 10.0.0.23 - - [2026-05-14 02:40:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003647 10.0.0.27 - - [2026-05-14 02:40:37] "POST /neutron/network HTTP/1.1" 200 151 0.212955 10.0.0.22 - - [2026-05-14 02:40:37] "DELETE /route-target/1a2f7458-e345-457d-9738-b64709894feb HTTP/1.1" 200 115 0.053989 10.0.0.23 - - [2026-05-14 02:40:37] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001189 10.0.0.27 - - [2026-05-14 02:40:37] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.061831 10.0.0.23 - - [2026-05-14 02:40:37] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001812 10.0.0.27 - - [2026-05-14 02:40:38] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?fields=virtual_networks HTTP/1.1" 200 1060 0.062741 10.0.0.23 - - [2026-05-14 02:40:38] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002032 10.0.0.27 - - [2026-05-14 02:40:38] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.055786 10.0.0.23 - - [2026-05-14 02:40:38] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001525 10.0.0.27 - - [2026-05-14 02:40:38] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?fields=security_groups HTTP/1.1" 200 1295 0.050356 10.0.0.27 - - [2026-05-14 02:40:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.033661 10.0.0.23 - - [2026-05-14 02:40:39] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004009 10.0.0.23 - - [2026-05-14 02:40:39] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001332 10.0.0.23 - - [2026-05-14 02:40:39] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009144 10.0.0.23 - - [2026-05-14 02:40:39] "POST /id-to-fqname HTTP/1.1" 200 202 0.006210 10.0.0.23 - - [2026-05-14 02:40:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.006186 10.0.0.23 - - [2026-05-14 02:40:39] "POST /security-groups HTTP/1.1" 200 603 0.085248 10.0.0.22 - - [2026-05-14 02:40:39] "POST /fqname-to-id HTTP/1.1" 404 246 0.005537 10.0.0.23 - - [2026-05-14 02:40:39] "POST /projects HTTP/1.1" 200 609 0.322912 10.0.0.23 - - [2026-05-14 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.404107 10.0.0.22 - - [2026-05-14 02:40:39] "POST /access-control-lists HTTP/1.1" 200 606 0.046538 10.0.0.27 - - [2026-05-14 02:40:39] "GET /project/44a48a45-2e19-4d72-91d7-2e936d297a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.564437 10.0.0.27 - - [2026-05-14 02:40:41] "GET / HTTP/1.1" 200 35931 0.001634 10.0.0.27 - - [2026-05-14 02:40:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000619 10.0.0.27 - - [2026-05-14 02:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.082013 10.0.0.23 - - [2026-05-14 02:40:42] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001819 10.0.0.27 - - [2026-05-14 02:40:42] "GET /project/44a48a45-2e19-4d72-91d7-2e936d297a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.066213 10.0.0.27 - - [2026-05-14 02:40:42] "POST /neutron/network HTTP/1.1" 200 117 0.048817 10.0.0.27 - - [2026-05-14 02:40:43] "POST /neutron/network HTTP/1.1" 200 839 0.011248 10.0.0.27 - - [2026-05-14 02:40:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001961 10.0.0.27 - - [2026-05-14 02:40:43] "GET /virtual-network/0a6da5c8-3b3a-4d78-bd2f-302d36a05444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009501 10.0.0.27 - - [2026-05-14 02:40:43] "GET /virtual-network/0a6da5c8-3b3a-4d78-bd2f-302d36a05444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008493 10.0.0.27 - - [2026-05-14 02:40:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.019518 10.0.0.27 - - [2026-05-14 02:40:44] "GET /virtual-network/0a6da5c8-3b3a-4d78-bd2f-302d36a05444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007163 10.0.0.27 - - [2026-05-14 02:40:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.23 - - [2026-05-14 02:40:45] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.27 - - [2026-05-14 02:40:45] "GET /project/44a48a45-2e19-4d72-91d7-2e936d297a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.053395 10.0.0.22 - - [2026-05-14 02:40:46] "POST /route-targets HTTP/1.1" 200 327 0.021772 10.0.0.23 - - [2026-05-14 02:40:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008469 10.0.0.27 - - [2026-05-14 02:40:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.208194 10.0.0.27 - - [2026-05-14 02:40:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001417 10.0.0.27 - - [2026-05-14 02:40:46] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006250 10.0.0.27 - - [2026-05-14 02:40:46] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006765 10.0.0.27 - - [2026-05-14 02:40:46] "POST /neutron/network HTTP/1.1" 200 837 0.007990 10.0.0.27 - - [2026-05-14 02:40:46] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006133 10.0.0.27 - - [2026-05-14 02:40:46] "GET /obj-perms HTTP/1.1" 200 5054 0.072968 10.0.0.22 - - [2026-05-14 02:40:47] "GET /obj-perms HTTP/1.1" 200 5054 0.071511 10.0.0.23 - - [2026-05-14 02:40:47] "GET /obj-perms HTTP/1.1" 200 5054 0.061300 10.0.0.27 - - [2026-05-14 02:40:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001463 10.0.0.23 - - [2026-05-14 02:41:24] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.27 - - [2026-05-14 02:41:24] "GET /project/44a48a45-2e19-4d72-91d7-2e936d297a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.083654 10.0.0.27 - - [2026-05-14 02:41:24] "POST /neutron/network HTTP/1.1" 200 837 0.007730 10.0.0.27 - - [2026-05-14 02:41:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001471 10.0.0.27 - - [2026-05-14 02:41:24] "POST /neutron/port HTTP/1.1" 200 117 0.008493 10.0.0.23 - - [2026-05-14 02:41:24] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001177 10.0.0.27 - - [2026-05-14 02:41:25] "POST /neutron/port HTTP/1.1" 200 1071 0.486576 10.0.0.23 - - [2026-05-14 02:41:25] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001792 10.0.0.27 - - [2026-05-14 02:41:25] "GET /project/44a48a45-2e19-4d72-91d7-2e936d297a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.137457 10.0.0.27 - - [2026-05-14 02:41:25] "POST /neutron/port HTTP/1.1" 200 1125 0.238776 10.0.0.27 - - [2026-05-14 02:41:25] "POST /neutron/port HTTP/1.1" 200 1135 0.059193 10.0.0.27 - - [2026-05-14 02:41:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.024638 10.0.0.27 - - [2026-05-14 02:41:26] "POST /neutron/network HTTP/1.1" 200 837 0.009986 10.0.0.27 - - [2026-05-14 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.012677 10.0.0.23 - - [2026-05-14 02:41:26] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002792 10.0.0.27 - - [2026-05-14 02:41:26] "GET /project/44a48a45-2e19-4d72-91d7-2e936d297a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.097759 10.0.0.27 - - [2026-05-14 02:41:26] "GET /virtual-network/0a6da5c8-3b3a-4d78-bd2f-302d36a05444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.015444 10.0.0.27 - - [2026-05-14 02:41:26] "GET /floating-ip-pools?parent_id=0a6da5c8-3b3a-4d78-bd2f-302d36a05444&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005016 10.0.0.27 - - [2026-05-14 02:41:26] "GET /virtual-network/0a6da5c8-3b3a-4d78-bd2f-302d36a05444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006529 10.0.0.27 - - [2026-05-14 02:41:26] "POST /floating-ip-pools HTTP/1.1" 200 609 0.104044 10.0.0.27 - - [2026-05-14 02:41:26] "POST /ref-update HTTP/1.1" 200 156 0.043240 10.0.0.27 - - [2026-05-14 02:41:26] "GET /virtual-network/0a6da5c8-3b3a-4d78-bd2f-302d36a05444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006900 10.0.0.27 - - [2026-05-14 02:41:27] "GET /virtual-network/0a6da5c8-3b3a-4d78-bd2f-302d36a05444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006590 10.0.0.27 - - [2026-05-14 02:41:27] "POST /neutron/port HTTP/1.1" 200 1073 0.119844 10.0.0.27 - - [2026-05-14 02:41:27] "POST /neutron/port HTTP/1.1" 200 1073 0.032396 10.0.0.27 - - [2026-05-14 02:41:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009111 10.0.0.27 - - [2026-05-14 02:41:28] "POST /neutron/network HTTP/1.1" 200 839 0.018816 10.0.0.23 - - [2026-05-14 02:41:34] "DELETE /project/44a48a452e194d7291d72e936d297a02 HTTP/1.1" 404 173 0.004994 10.0.0.23 - - [2026-05-14 02:41:34] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001198 10.0.0.23 - - [2026-05-14 02:41:34] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1514 0.085043 10.0.0.23 - - [2026-05-14 02:41:34] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001805 10.0.0.23 - - [2026-05-14 02:41:34] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?fields=security_groups HTTP/1.1" 200 1400 0.097237 10.0.0.23 - - [2026-05-14 02:41:34] "DELETE /security-group/fcf9a080-6265-46ba-aec0-72b0383affef HTTP/1.1" 200 115 0.127252 10.0.0.23 - - [2026-05-14 02:41:34] "GET /projects?obj_uuids=b57cc9a0-8619-4b42-8407-dbb89bfee6f2&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001252 10.0.0.23 - - [2026-05-14 02:41:35] "GET /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2?fields=application_policy_sets HTTP/1.1" 200 1439 0.109152 10.0.0.22 - - [2026-05-14 02:41:35] "DELETE /access-control-list/e1b08a15-ad90-40b6-9106-a86799148ef5 HTTP/1.1" 200 115 0.120694 10.0.0.23 - - [2026-05-14 02:41:35] "DELETE /project/b57cc9a0-8619-4b42-8407-dbb89bfee6f2 HTTP/1.1" 200 115 0.840921 10.0.0.27 - - [2026-05-14 02:41:37] "POST /neutron/port HTTP/1.1" 200 1135 0.051440 10.0.0.27 - - [2026-05-14 02:41:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011366 10.0.0.27 - - [2026-05-14 02:41:53] "POST /neutron/port HTTP/1.1" 200 1135 0.059173 10.0.0.27 - - [2026-05-14 02:41:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012448 10.0.0.27 - - [2026-05-14 02:42:08] "POST /neutron/port HTTP/1.1" 200 1135 0.021392 10.0.0.27 - - [2026-05-14 02:42:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009127 10.0.0.27 - - [2026-05-14 02:42:23] "POST /neutron/port HTTP/1.1" 200 1135 0.024779 10.0.0.27 - - [2026-05-14 02:42:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008752 10.0.0.22 - - [2026-05-14 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.22 - - [2026-05-14 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2026-05-14 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.22 - - [2026-05-14 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.23 - - [2026-05-14 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.23 - - [2026-05-14 02:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2026-05-14 02:42:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-05-14 02:42:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000631 10.0.0.27 - - [2026-05-14 02:42:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000696 10.0.0.27 - - [2026-05-14 02:42:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000748 10.0.0.27 - - [2026-05-14 02:42:34] "POST /neutron/port HTTP/1.1" 200 1135 0.023449 10.0.0.27 - - [2026-05-14 02:42:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008558 10.0.0.27 - - [2026-05-14 02:42:34] "GET /virtual-machine/c81d6326-fa84-499d-a7c8-6cc1a7a68757 HTTP/1.1" 401 292 0.000606 10.0.0.27 - - [2026-05-14 02:42:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.27 - - [2026-05-14 02:42:34] "GET /virtual-machine/c81d6326-fa84-499d-a7c8-6cc1a7a68757 HTTP/1.1" 200 1305 0.068808 10.0.0.27 - - [2026-05-14 02:42:34] "GET /virtual-machine-interface/92d06171-dc2b-43e7-bbc7-d52c1d1d37c9 HTTP/1.1" 200 3005 0.006033 10.0.0.27 - - [2026-05-14 02:42:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.27 - - [2026-05-14 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.27 - - [2026-05-14 02:42:34] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005365 10.0.0.27 - - [2026-05-14 02:42:34] "GET /virtual-networks?parent_id=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004108 10.0.0.27 - - [2026-05-14 02:42:34] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.009315 10.0.0.27 - - [2026-05-14 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.27 - - [2026-05-14 02:42:37] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005819 10.0.0.27 - - [2026-05-14 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.27 - - [2026-05-14 02:42:42] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006317 10.0.0.27 - - [2026-05-14 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.27 - - [2026-05-14 02:42:46] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006312 10.0.0.27 - - [2026-05-14 02:42:47] "POST /neutron/network HTTP/1.1" 200 849 0.008838 10.0.0.27 - - [2026-05-14 02:42:47] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.27 - - [2026-05-14 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.27 - - [2026-05-14 02:42:50] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006130 10.0.0.27 - - [2026-05-14 02:42:51] "POST /neutron/port HTTP/1.1" 200 1135 0.020059 10.0.0.27 - - [2026-05-14 02:42:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.010620 10.0.0.27 - - [2026-05-14 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.27 - - [2026-05-14 02:42:54] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006114 10.0.0.27 - - [2026-05-14 02:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.27 - - [2026-05-14 02:42:58] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.009241 10.0.0.27 - - [2026-05-14 02:43:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.27 - - [2026-05-14 02:43:02] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006116 10.0.0.27 - - [2026-05-14 02:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.27 - - [2026-05-14 02:43:06] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.007515 10.0.0.27 - - [2026-05-14 02:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.27 - - [2026-05-14 02:43:10] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006222 10.0.0.27 - - [2026-05-14 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.27 - - [2026-05-14 02:43:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004915 10.0.0.27 - - [2026-05-14 02:43:12] "GET /virtual-networks?parent_id=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003727 10.0.0.27 - - [2026-05-14 02:43:12] "GET /virtual-network/b16e1c3c-f3f3-48fc-b2a5-51edd891fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.006955 10.0.0.27 - - [2026-05-14 02:43:12] "POST /neutron/port HTTP/1.1" 200 1135 0.024059 10.0.0.27 - - [2026-05-14 02:43:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012347 10.0.0.27 - - [2026-05-14 02:43:22] "POST /neutron/port HTTP/1.1" 200 1135 0.021125 10.0.0.27 - - [2026-05-14 02:43:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.064271 10.0.0.23 - - [2026-05-14 02:43:33] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001169 10.0.0.27 - - [2026-05-14 02:43:33] "POST /neutron/floatingip HTTP/1.1" 200 531 0.129214 10.0.0.27 - - [2026-05-14 02:43:33] "POST /neutron/floatingip HTTP/1.1" 200 577 0.083065 10.0.0.27 - - [2026-05-14 02:43:33] "POST /neutron/port HTTP/1.1" 200 1137 0.021342 10.0.0.27 - - [2026-05-14 02:43:33] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008575 10.0.0.27 - - [2026-05-14 02:43:33] "GET /virtual-machine/b045fbb2-982d-4e3a-ac3d-ac7076816d2b HTTP/1.1" 200 1305 0.007133 10.0.0.27 - - [2026-05-14 02:43:33] "GET /virtual-machine-interface/60f78516-7f98-4f59-8a2f-c687856a48c0 HTTP/1.1" 200 3003 0.006959 10.0.0.27 - - [2026-05-14 02:43:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.27 - - [2026-05-14 02:43:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004900 10.0.0.27 - - [2026-05-14 02:43:33] "GET /virtual-networks?parent_id=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003034 10.0.0.27 - - [2026-05-14 02:43:33] "GET /virtual-network/0a6da5c8-3b3a-4d78-bd2f-302d36a05444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006171 10.0.0.27 - - [2026-05-14 02:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.27 - - [2026-05-14 02:43:34] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005705 10.0.0.27 - - [2026-05-14 02:43:34] "GET /virtual-networks?parent_id=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004403 10.0.0.27 - - [2026-05-14 02:43:34] "GET /virtual-network/0a6da5c8-3b3a-4d78-bd2f-302d36a05444?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007735 10.0.0.27 - - [2026-05-14 02:43:40] "POST /neutron/floatingip HTTP/1.1" 200 577 0.024448 10.0.0.27 - - [2026-05-14 02:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.27 - - [2026-05-14 02:43:40] "GET /routing-instance/3afee3c2-02f6-4a92-bc24-65c857e35759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.008315 10.0.0.27 - - [2026-05-14 02:43:40] "GET /route-target/b8a8d35a-2f14-457c-8894-8175d7f40117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004683 10.0.0.27 - - [2026-05-14 02:43:49] "POST /neutron/network HTTP/1.1" 200 849 0.008751 10.0.0.27 - - [2026-05-14 02:43:49] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.27 - - [2026-05-14 02:43:53] "POST /neutron/port HTTP/1.1" 200 1135 0.021094 10.0.0.27 - - [2026-05-14 02:43:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.009802 10.0.0.27 - - [2026-05-14 02:44:31] "POST /neutron/floatingip HTTP/1.1" 200 577 0.019969 10.0.0.27 - - [2026-05-14 02:44:31] "POST /neutron/floatingip HTTP/1.1" 200 115 0.062764 10.0.0.27 - - [2026-05-14 02:44:31] "GET /floating-ip-pool/523191f8-9c1b-49bf-b029-9436e1ec0462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004446 10.0.0.27 - - [2026-05-14 02:44:31] "POST /ref-update HTTP/1.1" 200 156 0.015591 10.0.0.27 - - [2026-05-14 02:44:31] "DELETE /floating-ip-pool/523191f8-9c1b-49bf-b029-9436e1ec0462 HTTP/1.1" 200 115 0.062714 10.0.0.27 - - [2026-05-14 02:44:31] "POST /neutron/port HTTP/1.1" 200 1137 0.024588 10.0.0.27 - - [2026-05-14 02:44:32] "POST /neutron/port HTTP/1.1" 200 1135 0.021086 10.0.0.27 - - [2026-05-14 02:44:33] "POST /neutron/network HTTP/1.1" 200 837 0.009055 10.0.0.23 - - [2026-05-14 02:44:34] "POST /useragent-kv HTTP/1.1" 200 115 0.009687 10.0.0.22 - - [2026-05-14 02:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009413 10.0.0.23 - - [2026-05-14 02:44:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004410 10.0.0.27 - - [2026-05-14 02:44:34] "POST /neutron/network HTTP/1.1" 200 151 0.152194 10.0.0.23 - - [2026-05-14 02:44:35] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001186 10.0.0.27 - - [2026-05-14 02:44:35] "GET /project/44a48a45-2e19-4d72-91d7-2e936d297a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.073420 10.0.0.23 - - [2026-05-14 02:44:35] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005463 10.0.0.27 - - [2026-05-14 02:44:35] "GET /project/44a48a45-2e19-4d72-91d7-2e936d297a02?fields=virtual_networks HTTP/1.1" 200 1066 0.077415 10.0.0.23 - - [2026-05-14 02:44:35] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001458 10.0.0.27 - - [2026-05-14 02:44:35] "GET /project/44a48a45-2e19-4d72-91d7-2e936d297a02?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.059552 10.0.0.23 - - [2026-05-14 02:44:36] "GET /projects?obj_uuids=44a48a45-2e19-4d72-91d7-2e936d297a02&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001662 10.0.0.27 - - [2026-05-14 02:44:36] "GET /project/44a48a45-2e19-4d72-91d7-2e936d297a02?fields=security_groups HTTP/1.1" 200 1304 0.062980 10.0.0.27 - - [2026-05-14 02:44:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.032888 10.0.0.23 - - [2026-05-14 02:44:37] "GET /projects?obj_uuids=24422ee9-bbef-47c7-b50d-1fac918d5e99&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003633 10.0.0.23 - - [2026-05-14 02:44:37] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.23 - - [2026-05-14 02:44:37] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009796 10.0.0.23 - - [2026-05-14 02:44:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.002144 10.0.0.23 - - [2026-05-14 02:44:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.003832 10.0.0.23 - - [2026-05-14 02:44:37] "POST /security-groups HTTP/1.1" 200 591 0.090575 10.0.0.23 - - [2026-05-14 02:44:37] "POST /projects HTTP/1.1" 200 585 0.333496 10.0.0.23 - - [2026-05-14 02:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.367743 10.0.0.22 - - [2026-05-14 02:44:37] "POST /access-control-lists HTTP/1.1" 200 596 0.029497 10.0.0.27 - - [2026-05-14 02:44:37] "GET /project/24422ee9-bbef-47c7-b50d-1fac918d5e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.542802 10.0.0.22 - - [2026-05-14 02:44:38] "GET /obj-perms HTTP/1.1" 200 5056 0.124006 10.0.0.23 - - [2026-05-14 02:44:39] "GET /obj-perms HTTP/1.1" 200 5056 0.135348 10.0.0.27 - - [2026-05-14 02:44:39] "GET / HTTP/1.1" 200 35931 0.002153 10.0.0.23 - - [2026-05-14 02:44:42] "GET /projects?obj_uuids=24422ee9-bbef-47c7-b50d-1fac918d5e99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.078510 10.0.0.27 - - [2026-05-14 02:44:42] "GET /project/24422ee9-bbef-47c7-b50d-1fac918d5e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.142200 10.0.0.23 - - [2026-05-14 02:44:42] "GET /projects?obj_uuids=24422ee9-bbef-47c7-b50d-1fac918d5e99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001675 10.0.0.27 - - [2026-05-14 02:44:43] "GET /project/24422ee9-bbef-47c7-b50d-1fac918d5e99?fields=virtual_networks HTTP/1.1" 200 1042 0.054231 10.0.0.23 - - [2026-05-14 02:44:43] "GET /projects?obj_uuids=24422ee9-bbef-47c7-b50d-1fac918d5e99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.27 - - [2026-05-14 02:44:43] "GET /project/24422ee9-bbef-47c7-b50d-1fac918d5e99?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.083110 10.0.0.23 - - [2026-05-14 02:44:43] "GET /projects?obj_uuids=24422ee9-bbef-47c7-b50d-1fac918d5e99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.27 - - [2026-05-14 02:44:43] "GET /project/24422ee9-bbef-47c7-b50d-1fac918d5e99?fields=security_groups HTTP/1.1" 200 1268 0.054738 10.0.0.27 - - [2026-05-14 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.032402 10.0.0.23 - - [2026-05-14 02:44:44] "GET /projects?obj_uuids=974d67ba-6b40-4c63-8306-3726cd36c681&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003000 10.0.0.23 - - [2026-05-14 02:44:44] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001348 10.0.0.23 - - [2026-05-14 02:44:44] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009170 10.0.0.23 - - [2026-05-14 02:44:44] "POST /id-to-fqname HTTP/1.1" 200 185 0.004412 10.0.0.23 - - [2026-05-14 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.004554 10.0.0.23 - - [2026-05-14 02:44:44] "POST /security-groups HTTP/1.1" 200 586 0.088036 10.0.0.23 - - [2026-05-14 02:44:44] "POST /projects HTTP/1.1" 200 575 0.310929 10.0.0.23 - - [2026-05-14 02:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.346380 10.0.0.22 - - [2026-05-14 02:44:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.039229 10.0.0.27 - - [2026-05-14 02:44:44] "GET /project/974d67ba-6b40-4c63-8306-3726cd36c681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.537320 10.0.0.22 - - [2026-05-14 02:44:45] "POST /access-control-lists HTTP/1.1" 200 589 0.035245 10.0.0.27 - - [2026-05-14 02:44:46] "GET / HTTP/1.1" 200 35931 0.002942 10.0.0.23 - - [2026-05-14 02:44:52] "GET /projects?obj_uuids=974d67ba-6b40-4c63-8306-3726cd36c681&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001198 10.0.0.27 - - [2026-05-14 02:44:52] "GET /project/974d67ba-6b40-4c63-8306-3726cd36c681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.112640 10.0.0.23 - - [2026-05-14 02:44:52] "GET /projects?obj_uuids=974d67ba-6b40-4c63-8306-3726cd36c681&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001580 10.0.0.27 - - [2026-05-14 02:44:52] "GET /project/974d67ba-6b40-4c63-8306-3726cd36c681?fields=virtual_networks HTTP/1.1" 200 1032 0.070199 10.0.0.23 - - [2026-05-14 02:44:52] "GET /projects?obj_uuids=974d67ba-6b40-4c63-8306-3726cd36c681&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001317 10.0.0.27 - - [2026-05-14 02:44:52] "GET /project/974d67ba-6b40-4c63-8306-3726cd36c681?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047217 10.0.0.23 - - [2026-05-14 02:44:52] "GET /projects?obj_uuids=974d67ba-6b40-4c63-8306-3726cd36c681&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001315 10.0.0.27 - - [2026-05-14 02:44:52] "GET /project/974d67ba-6b40-4c63-8306-3726cd36c681?fields=security_groups HTTP/1.1" 200 1253 0.040603 10.0.0.27 - - [2026-05-14 02:44:53] "POST /fqname-to-id HTTP/1.1" 404 187 0.040144 10.0.0.23 - - [2026-05-14 02:44:53] "GET /projects?obj_uuids=cb2a8ceb-dd44-4845-8e83-7703a99691ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004479 10.0.0.23 - - [2026-05-14 02:44:53] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001124 10.0.0.23 - - [2026-05-14 02:44:53] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.096396 10.0.0.23 - - [2026-05-14 02:44:54] "POST /id-to-fqname HTTP/1.1" 200 189 0.003968 10.0.0.23 - - [2026-05-14 02:44:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.005010 10.0.0.23 - - [2026-05-14 02:44:54] "POST /security-groups HTTP/1.1" 200 590 0.038685 10.0.0.23 - - [2026-05-14 02:44:54] "POST /projects HTTP/1.1" 200 583 0.304405 10.0.0.23 - - [2026-05-14 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.347983 10.0.0.22 - - [2026-05-14 02:44:54] "POST /fqname-to-id HTTP/1.1" 404 232 0.011647 10.0.0.27 - - [2026-05-14 02:44:54] "GET /project/cb2a8ceb-dd44-4845-8e83-7703a99691ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.617631 10.0.0.27 - - [2026-05-14 02:44:55] "GET / HTTP/1.1" 200 35931 0.002067 10.0.0.23 - - [2026-05-14 02:44:58] "GET /projects?obj_uuids=cb2a8ceb-dd44-4845-8e83-7703a99691ff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001356 10.0.0.27 - - [2026-05-14 02:44:58] "GET /project/cb2a8ceb-dd44-4845-8e83-7703a99691ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.066175 10.0.0.23 - - [2026-05-14 02:44:58] "GET /projects?obj_uuids=cb2a8ceb-dd44-4845-8e83-7703a99691ff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001026 10.0.0.27 - - [2026-05-14 02:44:58] "GET /project/cb2a8ceb-dd44-4845-8e83-7703a99691ff?fields=virtual_networks HTTP/1.1" 200 1041 0.044528 10.0.0.23 - - [2026-05-14 02:44:58] "GET /projects?obj_uuids=cb2a8ceb-dd44-4845-8e83-7703a99691ff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001496 10.0.0.27 - - [2026-05-14 02:44:58] "GET /project/cb2a8ceb-dd44-4845-8e83-7703a99691ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.054413 10.0.0.23 - - [2026-05-14 02:44:58] "GET /projects?obj_uuids=cb2a8ceb-dd44-4845-8e83-7703a99691ff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001091 10.0.0.27 - - [2026-05-14 02:44:59] "GET /project/cb2a8ceb-dd44-4845-8e83-7703a99691ff?fields=security_groups HTTP/1.1" 200 1266 0.056866 10.0.0.27 - - [2026-05-14 02:45:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.034747 10.0.0.23 - - [2026-05-14 02:45:00] "GET /projects?obj_uuids=49e30dfd-0d46-4008-ba33-0989faa52e07&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003936 10.0.0.23 - - [2026-05-14 02:45:00] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.23 - - [2026-05-14 02:45:00] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008806 10.0.0.23 - - [2026-05-14 02:45:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.004850 10.0.0.23 - - [2026-05-14 02:45:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.003935 10.0.0.23 - - [2026-05-14 02:45:00] "POST /security-groups HTTP/1.1" 200 591 0.082194 10.0.0.23 - - [2026-05-14 02:45:00] "POST /projects HTTP/1.1" 200 585 0.327994 10.0.0.23 - - [2026-05-14 02:45:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.364871 10.0.0.22 - - [2026-05-14 02:45:00] "POST /access-control-lists HTTP/1.1" 200 596 0.045010 10.0.0.27 - - [2026-05-14 02:45:00] "GET /project/49e30dfd-0d46-4008-ba33-0989faa52e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.557522 10.0.0.27 - - [2026-05-14 02:45:02] "GET / HTTP/1.1" 200 35931 0.002436 10.0.0.23 - - [2026-05-14 02:45:05] "GET /projects?obj_uuids=49e30dfd-0d46-4008-ba33-0989faa52e07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.27 - - [2026-05-14 02:45:05] "GET /project/49e30dfd-0d46-4008-ba33-0989faa52e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.064715 10.0.0.23 - - [2026-05-14 02:45:05] "GET /projects?obj_uuids=49e30dfd-0d46-4008-ba33-0989faa52e07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001412 10.0.0.27 - - [2026-05-14 02:45:05] "GET /project/49e30dfd-0d46-4008-ba33-0989faa52e07?fields=virtual_networks HTTP/1.1" 200 1042 0.061763 10.0.0.23 - - [2026-05-14 02:45:05] "GET /projects?obj_uuids=49e30dfd-0d46-4008-ba33-0989faa52e07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001680 10.0.0.27 - - [2026-05-14 02:45:05] "GET /project/49e30dfd-0d46-4008-ba33-0989faa52e07?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.054830 10.0.0.23 - - [2026-05-14 02:45:05] "GET /projects?obj_uuids=49e30dfd-0d46-4008-ba33-0989faa52e07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001737 10.0.0.27 - - [2026-05-14 02:45:05] "GET /project/49e30dfd-0d46-4008-ba33-0989faa52e07?fields=security_groups HTTP/1.1" 200 1268 0.074326 10.0.0.27 - - [2026-05-14 02:45:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.032863 10.0.0.23 - - [2026-05-14 02:45:06] "GET /projects?obj_uuids=9e67d8b3-c065-42f3-86eb-348315548106&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003523 10.0.0.23 - - [2026-05-14 02:45:06] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.23 - - [2026-05-14 02:45:06] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007957 10.0.0.23 - - [2026-05-14 02:45:07] "POST /id-to-fqname HTTP/1.1" 200 194 0.015405 10.0.0.23 - - [2026-05-14 02:45:07] "POST /fqname-to-id HTTP/1.1" 404 203 0.013884 10.0.0.23 - - [2026-05-14 02:45:07] "POST /security-groups HTTP/1.1" 200 595 0.037458 10.0.0.22 - - [2026-05-14 02:45:07] "POST /fqname-to-id HTTP/1.1" 404 238 0.006888 10.0.0.23 - - [2026-05-14 02:45:07] "POST /projects HTTP/1.1" 200 593 0.320430 10.0.0.23 - - [2026-05-14 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.394641 10.0.0.22 - - [2026-05-14 02:45:07] "POST /access-control-lists HTTP/1.1" 200 598 0.040744 10.0.0.27 - - [2026-05-14 02:45:07] "GET /project/9e67d8b3-c065-42f3-86eb-348315548106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.557384 10.0.0.27 - - [2026-05-14 02:45:08] "GET / HTTP/1.1" 200 35931 0.001552 10.0.0.23 - - [2026-05-14 02:45:12] "GET /projects?obj_uuids=9e67d8b3-c065-42f3-86eb-348315548106&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001064 10.0.0.27 - - [2026-05-14 02:45:12] "GET /project/9e67d8b3-c065-42f3-86eb-348315548106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.048560 10.0.0.23 - - [2026-05-14 02:45:12] "GET /projects?obj_uuids=9e67d8b3-c065-42f3-86eb-348315548106&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002782 10.0.0.27 - - [2026-05-14 02:45:12] "GET /project/9e67d8b3-c065-42f3-86eb-348315548106?fields=virtual_networks HTTP/1.1" 200 1050 0.073075 10.0.0.23 - - [2026-05-14 02:45:12] "GET /projects?obj_uuids=9e67d8b3-c065-42f3-86eb-348315548106&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001399 10.0.0.27 - - [2026-05-14 02:45:12] "GET /project/9e67d8b3-c065-42f3-86eb-348315548106?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.055403 10.0.0.23 - - [2026-05-14 02:45:12] "GET /projects?obj_uuids=9e67d8b3-c065-42f3-86eb-348315548106&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001174 10.0.0.27 - - [2026-05-14 02:45:12] "GET /project/9e67d8b3-c065-42f3-86eb-348315548106?fields=security_groups HTTP/1.1" 200 1280 0.045207 10.0.0.27 - - [2026-05-14 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.031889 10.0.0.23 - - [2026-05-14 02:45:13] "GET /projects?obj_uuids=dd458fb6-7002-4d72-8105-2141ebe4c894&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004644 10.0.0.23 - - [2026-05-14 02:45:13] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.23 - - [2026-05-14 02:45:13] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008673 10.0.0.23 - - [2026-05-14 02:45:13] "POST /id-to-fqname HTTP/1.1" 200 185 0.004761 10.0.0.23 - - [2026-05-14 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.005527 10.0.0.23 - - [2026-05-14 02:45:13] "POST /security-groups HTTP/1.1" 200 586 0.081912 10.0.0.23 - - [2026-05-14 02:45:13] "POST /projects HTTP/1.1" 200 575 0.307143 10.0.0.23 - - [2026-05-14 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.346276 10.0.0.22 - - [2026-05-14 02:45:13] "POST /fqname-to-id HTTP/1.1" 404 228 0.016628 10.0.0.27 - - [2026-05-14 02:45:13] "GET /project/dd458fb6-7002-4d72-8105-2141ebe4c894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.513325 10.0.0.27 - - [2026-05-14 02:45:15] "GET / HTTP/1.1" 200 35931 0.002050 10.0.0.27 - - [2026-05-14 02:45:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.005053 10.0.0.22 - - [2026-05-14 02:45:16] "POST /access-control-lists HTTP/1.1" 200 590 0.030476 10.0.0.22 - - [2026-05-14 02:45:16] "PUT /access-control-list/a002853a-b09f-4b0a-b662-59afb269f717 HTTP/1.1" 200 272 0.019073 10.0.0.27 - - [2026-05-14 02:45:16] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.044897 10.0.0.27 - - [2026-05-14 02:45:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.168551 10.0.0.27 - - [2026-05-14 02:45:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.008707 10.0.0.22 - - [2026-05-14 02:45:16] "PUT /access-control-list/a002853a-b09f-4b0a-b662-59afb269f717 HTTP/1.1" 200 272 0.032382 10.0.0.22 - - [2026-05-14 02:45:17] "POST /fqname-to-id HTTP/1.1" 404 227 0.006017 10.0.0.22 - - [2026-05-14 02:45:17] "PUT /access-control-list/1339d70e-2a11-4194-81a2-fff6cff57b59 HTTP/1.1" 200 272 0.019118 10.0.0.27 - - [2026-05-14 02:45:17] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.099162 10.0.0.27 - - [2026-05-14 02:45:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.198201 10.0.0.27 - - [2026-05-14 02:45:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-05-14 02:45:18] "POST /fqname-to-id HTTP/1.1" 404 210 0.032154 10.0.0.22 - - [2026-05-14 02:45:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.005155 10.0.0.22 - - [2026-05-14 02:45:18] "POST /access-control-lists HTTP/1.1" 200 605 0.033074 10.0.0.27 - - [2026-05-14 02:45:19] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.063743 10.0.0.22 - - [2026-05-14 02:45:19] "PUT /access-control-list/2efbed2d-7a56-498f-9577-7a455fe40e31 HTTP/1.1" 200 272 0.029992 10.0.0.27 - - [2026-05-14 02:45:19] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.152738 10.0.0.27 - - [2026-05-14 02:45:19] "POST /fqname-to-id HTTP/1.1" 404 210 0.005602 10.0.0.22 - - [2026-05-14 02:45:19] "POST /access-control-lists HTTP/1.1" 200 607 0.039648 10.0.0.22 - - [2026-05-14 02:45:19] "PUT /access-control-list/9dd64f71-e107-4636-9dd2-b9c754a199b7 HTTP/1.1" 200 272 0.024293 10.0.0.27 - - [2026-05-14 02:45:19] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.019342 10.0.0.27 - - [2026-05-14 02:45:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.180437 10.0.0.22 - - [2026-05-14 02:45:20] "PUT /access-control-list/9dd64f71-e107-4636-9dd2-b9c754a199b7 HTTP/1.1" 200 272 0.016896 10.0.0.27 - - [2026-05-14 02:45:21] "POST /neutron/router HTTP/1.1" 200 541 0.014537 10.0.0.27 - - [2026-05-14 02:45:21] "POST /neutron/router HTTP/1.1" 200 541 0.008661 10.0.0.27 - - [2026-05-14 02:45:21] "POST /neutron/router HTTP/1.1" 200 541 0.005684 10.0.0.27 - - [2026-05-14 02:45:22] "POST /neutron/router HTTP/1.1" 200 541 0.004794 10.0.0.27 - - [2026-05-14 02:45:22] "POST /neutron/router HTTP/1.1" 200 541 0.005025 10.0.0.27 - - [2026-05-14 02:45:22] "POST /neutron/router HTTP/1.1" 200 541 0.006446 10.0.0.27 - - [2026-05-14 02:45:22] "POST /neutron/router HTTP/1.1" 200 541 0.004352 10.0.0.22 - - [2026-05-14 02:45:22] "DELETE /access-control-list/a4ae8be6-58ea-4bea-8c99-a2686df9e792 HTTP/1.1" 200 115 0.060965 10.0.0.27 - - [2026-05-14 02:45:22] "POST /neutron/router HTTP/1.1" 200 541 0.005716 10.0.0.27 - - [2026-05-14 02:45:22] "POST /neutron/router HTTP/1.1" 200 541 0.010829 10.0.0.27 - - [2026-05-14 02:45:22] "POST /neutron/router HTTP/1.1" 200 541 0.005368 10.0.0.27 - - [2026-05-14 02:45:22] "POST /neutron/router HTTP/1.1" 200 541 0.004669 10.0.0.27 - - [2026-05-14 02:45:22] "POST /neutron/router HTTP/1.1" 200 542 0.032044 10.0.0.22 - - [2026-05-14 02:45:22] "GET /logical-router/51cae34d-577a-4d15-891f-cad8e31d09e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003847 10.0.0.23 - - [2026-05-14 02:45:22] "GET /projects?obj_uuids=51a67f0e-e606-4b89-9137-4be245fb34a8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001681 10.0.0.22 - - [2026-05-14 02:45:22] "DELETE /route-target/f730c64a-acc7-452a-8849-463a7f005516 HTTP/1.1" 200 115 0.032766 10.0.0.27 - - [2026-05-14 02:45:22] "POST /neutron/router HTTP/1.1" 200 541 0.129991 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 541 0.017790 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 541 0.005186 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 541 0.014752 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 541 0.004984 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 541 0.004588 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 541 0.004715 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 541 0.004818 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 541 0.004805 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 541 0.004447 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 541 0.004934 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 541 0.030333 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 542 0.004622 10.0.0.22 - - [2026-05-14 02:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.27 - - [2026-05-14 02:45:23] "POST /neutron/router HTTP/1.1" 200 559 0.013073 10.0.0.22 - - [2026-05-14 02:45:24] "PUT /logical-router/733d6f13-bc90-4dda-9a9f-b9354df56627 HTTP/1.1" 200 262 0.055561 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 559 0.015299 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 559 0.005025 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 559 0.004510 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 559 0.004374 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 559 0.006304 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 559 0.004793 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 559 0.004436 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 559 0.005548 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 559 0.004541 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 559 0.007043 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 559 0.007116 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/router HTTP/1.1" 200 151 0.079483 10.0.0.27 - - [2026-05-14 02:45:24] "POST /neutron/security_group HTTP/1.1" 200 521 0.006404 10.0.0.22 - - [2026-05-14 02:45:24] "DELETE /access-control-list/ca95d38e-df64-4c6f-826c-9f41d9958567 HTTP/1.1" 200 115 0.055499 10.0.0.22 - - [2026-05-14 02:45:25] "DELETE /access-control-list/2efbed2d-7a56-498f-9577-7a455fe40e31 HTTP/1.1" 200 115 0.037577 10.0.0.27 - - [2026-05-14 02:45:25] "POST /neutron/security_group HTTP/1.1" 200 151 0.100348 10.0.0.22 - - [2026-05-14 02:45:25] "DELETE /access-control-list/9a99aadc-3ec2-4dad-b26b-fdefbf2c65f6 HTTP/1.1" 200 115 0.042147 10.0.0.23 - - [2026-05-14 02:45:26] "GET /projects?obj_uuids=dd458fb6-7002-4d72-8105-2141ebe4c894&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001392 10.0.0.27 - - [2026-05-14 02:45:26] "GET /project/dd458fb6-7002-4d72-8105-2141ebe4c894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.047383 10.0.0.23 - - [2026-05-14 02:45:26] "GET /projects?obj_uuids=dd458fb6-7002-4d72-8105-2141ebe4c894&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001425 10.0.0.27 - - [2026-05-14 02:45:26] "GET /project/dd458fb6-7002-4d72-8105-2141ebe4c894?fields=virtual_networks HTTP/1.1" 200 1032 0.054461 10.0.0.23 - - [2026-05-14 02:45:26] "GET /projects?obj_uuids=dd458fb6-7002-4d72-8105-2141ebe4c894&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001021 10.0.0.27 - - [2026-05-14 02:45:26] "GET /project/dd458fb6-7002-4d72-8105-2141ebe4c894?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047033 10.0.0.23 - - [2026-05-14 02:45:26] "GET /projects?obj_uuids=dd458fb6-7002-4d72-8105-2141ebe4c894&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001657 10.0.0.27 - - [2026-05-14 02:45:26] "GET /project/dd458fb6-7002-4d72-8105-2141ebe4c894?fields=security_groups HTTP/1.1" 200 1253 0.045351 10.0.0.27 - - [2026-05-14 02:45:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.031142 10.0.0.23 - - [2026-05-14 02:45:27] "GET /projects?obj_uuids=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004014 10.0.0.23 - - [2026-05-14 02:45:27] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.23 - - [2026-05-14 02:45:28] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008852 10.0.0.23 - - [2026-05-14 02:45:28] "POST /id-to-fqname HTTP/1.1" 200 186 0.003395 10.0.0.23 - - [2026-05-14 02:45:28] "POST /fqname-to-id HTTP/1.1" 404 195 0.012186 10.0.0.23 - - [2026-05-14 02:45:28] "POST /security-groups HTTP/1.1" 200 587 0.082146 10.0.0.23 - - [2026-05-14 02:45:28] "POST /projects HTTP/1.1" 200 577 0.317770 10.0.0.23 - - [2026-05-14 02:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.357232 10.0.0.22 - - [2026-05-14 02:45:28] "POST /access-control-lists HTTP/1.1" 200 592 0.035681 10.0.0.27 - - [2026-05-14 02:45:28] "GET /project/6ceac350-a7fd-4bcf-852d-f99ab58441aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.543421 10.0.0.27 - - [2026-05-14 02:45:29] "GET / HTTP/1.1" 200 35931 0.001911 10.0.0.27 - - [2026-05-14 02:45:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.27 - - [2026-05-14 02:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.072585 10.0.0.23 - - [2026-05-14 02:45:31] "GET /projects?obj_uuids=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001669 10.0.0.27 - - [2026-05-14 02:45:31] "GET /project/6ceac350-a7fd-4bcf-852d-f99ab58441aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.057438 10.0.0.27 - - [2026-05-14 02:45:32] "POST /neutron/network HTTP/1.1" 200 117 0.046595 10.0.0.22 - - [2026-05-14 02:45:32] "POST /route-targets HTTP/1.1" 200 327 0.018887 10.0.0.27 - - [2026-05-14 02:45:32] "POST /neutron/network HTTP/1.1" 200 821 0.010773 10.0.0.27 - - [2026-05-14 02:45:32] "POST /id-to-fqname HTTP/1.1" 200 216 0.001895 10.0.0.27 - - [2026-05-14 02:45:32] "GET /virtual-network/16d4da8d-2d8f-4f6a-8686-5230aadd9c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.008970 10.0.0.27 - - [2026-05-14 02:45:32] "GET /virtual-network/16d4da8d-2d8f-4f6a-8686-5230aadd9c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006715 10.0.0.27 - - [2026-05-14 02:45:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.013686 10.0.0.27 - - [2026-05-14 02:45:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003241 10.0.0.27 - - [2026-05-14 02:45:32] "GET /virtual-network/16d4da8d-2d8f-4f6a-8686-5230aadd9c70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006340 10.0.0.27 - - [2026-05-14 02:45:33] "GET /virtual-machine-interface/0752e309-345d-4baf-83cd-4cf9278d6d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2382 0.009218 10.0.0.27 - - [2026-05-14 02:45:33] "GET /virtual-machine-interface/0752e309-345d-4baf-83cd-4cf9278d6d6c?fields=instance_ip_back_refs HTTP/1.1" 200 1315 0.010080 10.0.0.27 - - [2026-05-14 02:45:33] "GET /instance-ip/c151446c-4c62-45e5-b481-3a567fdf9fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.005989 10.0.0.27 - - [2026-05-14 02:45:33] "POST /neutron/port HTTP/1.1" 200 151 0.144920 10.0.0.22 - - [2026-05-14 02:45:33] "DELETE /route-target/8064c178-5b03-4ea4-b749-0ce83fabdd4e HTTP/1.1" 200 115 0.032475 10.0.0.23 - - [2026-05-14 02:45:35] "DELETE /project/6ceac350a7fd4bcf852df99ab58441aa HTTP/1.1" 404 173 0.025683 10.0.0.23 - - [2026-05-14 02:45:35] "DELETE /project/44a48a45-2e19-4d72-91d7-2e936d297a02 HTTP/1.1" 404 177 0.024581 10.0.0.23 - - [2026-05-14 02:45:35] "DELETE /project/49e30dfd0d464008ba330989faa52e07 HTTP/1.1" 404 173 0.017886 10.0.0.23 - - [2026-05-14 02:45:35] "DELETE /project/9e67d8b3c06542f386eb348315548106 HTTP/1.1" 404 173 0.015068 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=cb2a8ceb-dd44-4845-8e83-7703a99691ff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000975 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=974d67ba-6b40-4c63-8306-3726cd36c681&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000811 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=24422ee9-bbef-47c7-b50d-1fac918d5e99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000927 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=49e30dfd-0d46-4008-ba33-0989faa52e07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000867 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=dd458fb6-7002-4d72-8105-2141ebe4c894&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000805 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=9e67d8b3-c065-42f3-86eb-348315548106&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000943 10.0.0.23 - - [2026-05-14 02:45:35] "DELETE /project/cb2a8cebdd4448458e837703a99691ff HTTP/1.1" 404 173 0.009251 10.0.0.23 - - [2026-05-14 02:45:35] "DELETE /project/974d67ba6b404c6383063726cd36c681 HTTP/1.1" 404 173 0.010573 10.0.0.23 - - [2026-05-14 02:45:35] "DELETE /project/24422ee9bbef47c7b50d1fac918d5e99 HTTP/1.1" 404 173 0.007550 10.0.0.23 - - [2026-05-14 02:45:35] "DELETE /project/dd458fb670024d7281052141ebe4c894 HTTP/1.1" 404 173 0.011388 10.0.0.23 - - [2026-05-14 02:45:35] "GET /project/9e67d8b3-c065-42f3-86eb-348315548106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.074397 10.0.0.23 - - [2026-05-14 02:45:35] "GET /project/cb2a8ceb-dd44-4845-8e83-7703a99691ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.101308 10.0.0.23 - - [2026-05-14 02:45:35] "GET /project/dd458fb6-7002-4d72-8105-2141ebe4c894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.118988 10.0.0.23 - - [2026-05-14 02:45:35] "GET /project/974d67ba-6b40-4c63-8306-3726cd36c681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.132986 10.0.0.23 - - [2026-05-14 02:45:35] "GET /project/49e30dfd-0d46-4008-ba33-0989faa52e07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.154309 10.0.0.23 - - [2026-05-14 02:45:35] "GET /project/24422ee9-bbef-47c7-b50d-1fac918d5e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.173477 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=9e67d8b3-c065-42f3-86eb-348315548106&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001240 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=cb2a8ceb-dd44-4845-8e83-7703a99691ff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002507 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=974d67ba-6b40-4c63-8306-3726cd36c681&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001619 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=dd458fb6-7002-4d72-8105-2141ebe4c894&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002045 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=49e30dfd-0d46-4008-ba33-0989faa52e07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002397 10.0.0.23 - - [2026-05-14 02:45:35] "GET /projects?obj_uuids=24422ee9-bbef-47c7-b50d-1fac918d5e99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002138 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/974d67ba-6b40-4c63-8306-3726cd36c681?fields=security_groups HTTP/1.1" 200 1358 0.137073 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/24422ee9-bbef-47c7-b50d-1fac918d5e99?fields=security_groups HTTP/1.1" 200 1373 0.116055 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/9e67d8b3-c065-42f3-86eb-348315548106?fields=security_groups HTTP/1.1" 200 1385 0.200431 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/dd458fb6-7002-4d72-8105-2141ebe4c894?fields=security_groups HTTP/1.1" 200 1358 0.174912 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/cb2a8ceb-dd44-4845-8e83-7703a99691ff?fields=security_groups HTTP/1.1" 200 1371 0.202273 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/49e30dfd-0d46-4008-ba33-0989faa52e07?fields=security_groups HTTP/1.1" 200 1373 0.195974 10.0.0.23 - - [2026-05-14 02:45:36] "DELETE /security-group/3b8ef732-b915-4a0c-8bcc-8797044967c5 HTTP/1.1" 200 115 0.146205 10.0.0.23 - - [2026-05-14 02:45:36] "GET /projects?obj_uuids=974d67ba-6b40-4c63-8306-3726cd36c681&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001282 10.0.0.23 - - [2026-05-14 02:45:36] "DELETE /security-group/8b5f9b53-5234-48ca-a272-b94adfccaca8 HTTP/1.1" 200 115 0.152561 10.0.0.23 - - [2026-05-14 02:45:36] "GET /projects?obj_uuids=9e67d8b3-c065-42f3-86eb-348315548106&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001155 10.0.0.23 - - [2026-05-14 02:45:36] "DELETE /security-group/3b1e4ebb-a03f-4372-a942-c0744c7a6405 HTTP/1.1" 200 115 0.183285 10.0.0.23 - - [2026-05-14 02:45:36] "GET /projects?obj_uuids=24422ee9-bbef-47c7-b50d-1fac918d5e99&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002859 10.0.0.23 - - [2026-05-14 02:45:36] "DELETE /security-group/d9a5b161-bdc4-4445-b5d1-ab008e89a2fd HTTP/1.1" 200 115 0.215450 10.0.0.23 - - [2026-05-14 02:45:36] "GET /projects?obj_uuids=dd458fb6-7002-4d72-8105-2141ebe4c894&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.23 - - [2026-05-14 02:45:36] "DELETE /security-group/a26f89e4-27ff-4fe4-bb51-9319fd972ae8 HTTP/1.1" 200 115 0.166112 10.0.0.23 - - [2026-05-14 02:45:36] "GET /projects?obj_uuids=49e30dfd-0d46-4008-ba33-0989faa52e07&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001704 10.0.0.23 - - [2026-05-14 02:45:36] "DELETE /security-group/676577dd-a06c-4f4d-bca0-c85accf7d522 HTTP/1.1" 200 115 0.220646 10.0.0.23 - - [2026-05-14 02:45:36] "GET /projects?obj_uuids=cb2a8ceb-dd44-4845-8e83-7703a99691ff&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001388 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/974d67ba-6b40-4c63-8306-3726cd36c681?fields=application_policy_sets HTTP/1.1" 200 1397 0.125629 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/24422ee9-bbef-47c7-b50d-1fac918d5e99?fields=application_policy_sets HTTP/1.1" 200 1412 0.133563 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/9e67d8b3-c065-42f3-86eb-348315548106?fields=application_policy_sets HTTP/1.1" 200 1424 0.187406 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/cb2a8ceb-dd44-4845-8e83-7703a99691ff?fields=application_policy_sets HTTP/1.1" 200 1410 0.172696 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/dd458fb6-7002-4d72-8105-2141ebe4c894?fields=application_policy_sets HTTP/1.1" 200 1397 0.217390 10.0.0.23 - - [2026-05-14 02:45:36] "GET /project/49e30dfd-0d46-4008-ba33-0989faa52e07?fields=application_policy_sets HTTP/1.1" 200 1412 0.244253 10.0.0.27 - - [2026-05-14 02:45:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.031802 10.0.0.22 - - [2026-05-14 02:45:36] "DELETE /access-control-list/802c7ad5-9870-410a-ac35-b3ad5403674d HTTP/1.1" 200 115 0.154335 10.0.0.23 - - [2026-05-14 02:45:36] "GET /projects?obj_uuids=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005138 10.0.0.27 - - [2026-05-14 02:45:36] "GET /project/6ceac350-a7fd-4bcf-852d-f99ab58441aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.207204 10.0.0.27 - - [2026-05-14 02:45:36] "POST /neutron/network HTTP/1.1" 200 117 0.054644 10.0.0.23 - - [2026-05-14 02:45:36] "DELETE /project/974d67ba-6b40-4c63-8306-3726cd36c681 HTTP/1.1" 200 115 1.246939 10.0.0.22 - - [2026-05-14 02:45:36] "DELETE /access-control-list/d159b7ae-0ae3-40bd-88af-81ab0cfd2657 HTTP/1.1" 200 115 0.125221 10.0.0.23 - - [2026-05-14 02:45:36] "DELETE /project/9e67d8b3-c065-42f3-86eb-348315548106 HTTP/1.1" 200 115 1.273741 10.0.0.23 - - [2026-05-14 02:45:36] "DELETE /project/24422ee9-bbef-47c7-b50d-1fac918d5e99 HTTP/1.1" 200 115 1.328250 10.0.0.23 - - [2026-05-14 02:45:37] "DELETE /project/cb2a8ceb-dd44-4845-8e83-7703a99691ff HTTP/1.1" 200 115 1.345714 10.0.0.23 - - [2026-05-14 02:45:37] "DELETE /project/dd458fb6-7002-4d72-8105-2141ebe4c894 HTTP/1.1" 200 115 1.368655 10.0.0.23 - - [2026-05-14 02:45:37] "DELETE /project/49e30dfd-0d46-4008-ba33-0989faa52e07 HTTP/1.1" 200 115 1.375064 10.0.0.22 - - [2026-05-14 02:45:37] "DELETE /access-control-list/87cfa458-5cca-444a-8e0a-f058e98a7ebd HTTP/1.1" 200 115 0.051901 10.0.0.22 - - [2026-05-14 02:45:37] "DELETE /access-control-list/5ccd884d-8e9b-494e-964b-81acd11059ec HTTP/1.1" 200 115 0.088757 10.0.0.23 - - [2026-05-14 02:45:37] "POST /useragent-kv HTTP/1.1" 200 115 0.015842 10.0.0.27 - - [2026-05-14 02:45:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.238547 10.0.0.27 - - [2026-05-14 02:45:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.002717 10.0.0.27 - - [2026-05-14 02:45:37] "GET /virtual-network/e6080a8c-7304-4f38-a2bf-7317230bba69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.022138 10.0.0.27 - - [2026-05-14 02:45:37] "GET /virtual-network/e6080a8c-7304-4f38-a2bf-7317230bba69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.008995 10.0.0.27 - - [2026-05-14 02:45:37] "POST /neutron/network HTTP/1.1" 200 981 0.015332 10.0.0.23 - - [2026-05-14 02:45:37] "GET /projects?obj_uuids=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001281 10.0.0.27 - - [2026-05-14 02:45:38] "POST /neutron/port HTTP/1.1" 200 1019 0.288997 10.0.0.27 - - [2026-05-14 02:45:38] "POST /id-to-fqname HTTP/1.1" 200 217 0.001992 10.0.0.27 - - [2026-05-14 02:45:39] "POST /neutron/port HTTP/1.1" 200 1019 0.394542 10.0.0.27 - - [2026-05-14 02:45:39] "GET /obj-perms HTTP/1.1" 200 5056 0.121816 10.0.0.27 - - [2026-05-14 02:45:39] "POST /neutron/port HTTP/1.1" 200 117 0.006945 10.0.0.27 - - [2026-05-14 02:45:39] "POST /id-to-fqname HTTP/1.1" 200 217 0.001745 10.0.0.27 - - [2026-05-14 02:45:40] "POST /neutron/port HTTP/1.1" 200 1020 0.027319 10.0.0.27 - - [2026-05-14 02:45:40] "POST /neutron/port HTTP/1.1" 200 1020 0.018424 10.0.0.27 - - [2026-05-14 02:45:40] "POST /neutron/port HTTP/1.1" 200 117 0.018065 10.0.0.27 - - [2026-05-14 02:45:41] "POST /neutron/port HTTP/1.1" 200 1019 0.049511 10.0.0.27 - - [2026-05-14 02:45:41] "POST /neutron/port HTTP/1.1" 200 1019 0.013924 10.0.0.27 - - [2026-05-14 02:45:41] "POST /neutron/port HTTP/1.1" 200 1020 0.017802 10.0.0.27 - - [2026-05-14 02:45:42] "POST /neutron/port HTTP/1.1" 200 1112 0.282001 10.0.0.27 - - [2026-05-14 02:45:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004804 10.0.0.27 - - [2026-05-14 02:45:42] "POST /neutron/port HTTP/1.1" 200 117 0.001855 10.0.0.27 - - [2026-05-14 02:45:42] "POST /neutron/port HTTP/1.1" 200 117 0.001724 10.0.0.27 - - [2026-05-14 02:45:46] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010858 10.0.0.27 - - [2026-05-14 02:45:46] "POST /neutron/port HTTP/1.1" 200 1121 0.025163 10.0.0.27 - - [2026-05-14 02:45:46] "GET /virtual-machine/b51d0bbf-ad16-4da6-a2ed-389591e1f63c HTTP/1.1" 401 292 0.000595 10.0.0.27 - - [2026-05-14 02:45:46] "GET /virtual-machine/b51d0bbf-ad16-4da6-a2ed-389591e1f63c HTTP/1.1" 200 1285 0.040056 10.0.0.27 - - [2026-05-14 02:45:46] "GET /virtual-machine-interface/1e32a1e1-9c11-4728-9b4f-186bde097632 HTTP/1.1" 200 2924 0.007828 10.0.0.27 - - [2026-05-14 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.27 - - [2026-05-14 02:45:46] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005533 10.0.0.27 - - [2026-05-14 02:45:46] "GET /virtual-networks?parent_id=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004107 10.0.0.27 - - [2026-05-14 02:45:46] "GET /virtual-network/e6080a8c-7304-4f38-a2bf-7317230bba69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.006648 10.0.0.27 - - [2026-05-14 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.27 - - [2026-05-14 02:45:49] "GET /virtual-network/e6080a8c-7304-4f38-a2bf-7317230bba69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.009031 10.0.0.27 - - [2026-05-14 02:45:51] "POST /neutron/port HTTP/1.1" 200 1122 0.021681 10.0.0.27 - - [2026-05-14 02:45:51] "POST /neutron/network HTTP/1.1" 200 991 0.008942 10.0.0.27 - - [2026-05-14 02:45:51] "POST /neutron/port HTTP/1.1" 200 117 0.001582 10.0.0.27 - - [2026-05-14 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.27 - - [2026-05-14 02:45:51] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004572 10.0.0.27 - - [2026-05-14 02:45:51] "GET /virtual-networks?parent_id=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003475 10.0.0.27 - - [2026-05-14 02:45:52] "GET /virtual-network/e6080a8c-7304-4f38-a2bf-7317230bba69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.007023 10.0.0.27 - - [2026-05-14 02:45:52] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009632 10.0.0.27 - - [2026-05-14 02:45:53] "POST /neutron/port HTTP/1.1" 200 1121 0.026118 10.0.0.27 - - [2026-05-14 02:45:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004507 10.0.0.27 - - [2026-05-14 02:45:53] "POST /neutron/network HTTP/1.1" 200 981 0.010224 10.0.0.27 - - [2026-05-14 02:45:57] "POST /neutron/port HTTP/1.1" 200 1122 0.020902 10.0.0.27 - - [2026-05-14 02:45:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.020392 10.0.0.27 - - [2026-05-14 02:45:57] "GET /virtual-machine/177d5f1f-091f-48f9-bc79-7098e844310a HTTP/1.1" 200 1284 0.008101 10.0.0.27 - - [2026-05-14 02:45:57] "GET /virtual-machine-interface/def6fe1c-8f49-4092-8f84-193520ab816d HTTP/1.1" 200 2925 0.005893 10.0.0.27 - - [2026-05-14 02:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.27 - - [2026-05-14 02:45:57] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004034 10.0.0.27 - - [2026-05-14 02:45:57] "GET /virtual-networks?parent_id=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003676 10.0.0.27 - - [2026-05-14 02:45:57] "GET /virtual-network/e6080a8c-7304-4f38-a2bf-7317230bba69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.007537 10.0.0.27 - - [2026-05-14 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2026-05-14 02:45:58] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004188 10.0.0.27 - - [2026-05-14 02:45:58] "GET /virtual-networks?parent_id=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003507 10.0.0.27 - - [2026-05-14 02:45:59] "GET /virtual-network/e6080a8c-7304-4f38-a2bf-7317230bba69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2571 0.008812 10.0.0.27 - - [2026-05-14 02:46:02] "POST /neutron/port HTTP/1.1" 200 151 0.261947 10.0.0.27 - - [2026-05-14 02:46:03] "POST /neutron/port HTTP/1.1" 200 151 0.199492 10.0.0.22 - - [2026-05-14 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.23 - - [2026-05-14 02:46:04] "GET /projects?obj_uuids=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001262 10.0.0.27 - - [2026-05-14 02:46:04] "GET /project/6ceac350-a7fd-4bcf-852d-f99ab58441aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.053843 10.0.0.23 - - [2026-05-14 02:46:04] "GET /projects?obj_uuids=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000957 10.0.0.27 - - [2026-05-14 02:46:04] "GET /project/6ceac350-a7fd-4bcf-852d-f99ab58441aa?fields=virtual_networks HTTP/1.1" 200 1033 0.052596 10.0.0.23 - - [2026-05-14 02:46:04] "GET /projects?obj_uuids=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001099 10.0.0.27 - - [2026-05-14 02:46:04] "GET /project/6ceac350-a7fd-4bcf-852d-f99ab58441aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.055196 10.0.0.23 - - [2026-05-14 02:46:04] "GET /projects?obj_uuids=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001071 10.0.0.27 - - [2026-05-14 02:46:04] "GET /project/6ceac350-a7fd-4bcf-852d-f99ab58441aa?fields=security_groups HTTP/1.1" 200 1255 0.047944 10.0.0.27 - - [2026-05-14 02:46:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.038487 10.0.0.23 - - [2026-05-14 02:46:05] "GET /projects?obj_uuids=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004885 10.0.0.23 - - [2026-05-14 02:46:06] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001154 10.0.0.23 - - [2026-05-14 02:46:06] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008784 10.0.0.23 - - [2026-05-14 02:46:06] "POST /id-to-fqname HTTP/1.1" 200 188 0.001346 10.0.0.23 - - [2026-05-14 02:46:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.007283 10.0.0.23 - - [2026-05-14 02:46:06] "POST /security-groups HTTP/1.1" 200 589 0.052584 10.0.0.23 - - [2026-05-14 02:46:06] "POST /projects HTTP/1.1" 200 581 0.269707 10.0.0.22 - - [2026-05-14 02:46:06] "POST /access-control-lists HTTP/1.1" 200 594 0.049528 10.0.0.23 - - [2026-05-14 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.360300 10.0.0.27 - - [2026-05-14 02:46:06] "GET /project/78e3a530-049a-4905-a12f-537f9afcf4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.524397 10.0.0.27 - - [2026-05-14 02:46:07] "GET / HTTP/1.1" 200 35931 0.001782 10.0.0.27 - - [2026-05-14 02:46:07] "POST /neutron/port HTTP/1.1" 200 117 0.007687 10.0.0.27 - - [2026-05-14 02:46:07] "POST /neutron/port HTTP/1.1" 400 205 0.004762 10.0.0.27 - - [2026-05-14 02:46:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.27 - - [2026-05-14 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.073452 10.0.0.23 - - [2026-05-14 02:46:09] "GET /projects?obj_uuids=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.27 - - [2026-05-14 02:46:10] "GET /project/78e3a530-049a-4905-a12f-537f9afcf4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.059958 10.0.0.22 - - [2026-05-14 02:46:10] "POST /route-targets HTTP/1.1" 200 327 0.023021 10.0.0.23 - - [2026-05-14 02:46:10] "POST /useragent-kv HTTP/1.1" 200 115 0.009585 10.0.0.27 - - [2026-05-14 02:46:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.377069 10.0.0.27 - - [2026-05-14 02:46:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.001596 10.0.0.27 - - [2026-05-14 02:46:10] "GET /virtual-network/9506f2d7-15a4-4c67-9370-f993d61c8d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007071 10.0.0.27 - - [2026-05-14 02:46:10] "GET /virtual-network/9506f2d7-15a4-4c67-9370-f993d61c8d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006216 10.0.0.27 - - [2026-05-14 02:46:10] "POST /neutron/network HTTP/1.1" 200 823 0.009530 10.0.0.27 - - [2026-05-14 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008785 10.0.0.23 - - [2026-05-14 02:46:10] "GET /projects?obj_uuids=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001183 10.0.0.27 - - [2026-05-14 02:46:11] "GET /project/78e3a530-049a-4905-a12f-537f9afcf4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.062653 10.0.0.23 - - [2026-05-14 02:46:11] "GET /projects?obj_uuids=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001575 10.0.0.27 - - [2026-05-14 02:46:11] "POST /neutron/network HTTP/1.1" 200 605 0.131459 10.0.0.22 - - [2026-05-14 02:46:11] "POST /ref-update HTTP/1.1" 200 156 0.041879 10.0.0.27 - - [2026-05-14 02:46:11] "POST /id-to-fqname HTTP/1.1" 200 219 0.004657 10.0.0.27 - - [2026-05-14 02:46:11] "GET /virtual-network/6a12616b-9892-4cc8-ba37-4df7f935326c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006712 10.0.0.27 - - [2026-05-14 02:46:11] "POST /neutron/network HTTP/1.1" 200 825 0.007560 10.0.0.27 - - [2026-05-14 02:46:11] "GET /virtual-network/6a12616b-9892-4cc8-ba37-4df7f935326c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006551 10.0.0.27 - - [2026-05-14 02:46:11] "POST /id-to-fqname HTTP/1.1" 200 219 0.001577 10.0.0.27 - - [2026-05-14 02:46:11] "POST /neutron/network HTTP/1.1" 200 833 0.008123 10.0.0.23 - - [2026-05-14 02:46:12] "GET /projects?obj_uuids=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001546 10.0.0.27 - - [2026-05-14 02:46:12] "GET /project/78e3a530-049a-4905-a12f-537f9afcf4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.074413 10.0.0.27 - - [2026-05-14 02:46:13] "POST /neutron/port HTTP/1.1" 200 117 0.007830 10.0.0.27 - - [2026-05-14 02:46:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.001478 10.0.0.27 - - [2026-05-14 02:46:13] "POST /neutron/network HTTP/1.1" 200 833 0.008519 10.0.0.27 - - [2026-05-14 02:46:13] "POST /neutron/port HTTP/1.1" 200 1057 0.024181 10.0.0.27 - - [2026-05-14 02:46:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004385 10.0.0.27 - - [2026-05-14 02:46:14] "POST /neutron/network HTTP/1.1" 200 823 0.007522 10.0.0.23 - - [2026-05-14 02:46:14] "GET /projects?obj_uuids=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.27 - - [2026-05-14 02:46:14] "GET /project/78e3a530-049a-4905-a12f-537f9afcf4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.108165 10.0.0.27 - - [2026-05-14 02:46:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014260 10.0.0.27 - - [2026-05-14 02:46:14] "POST /neutron/router HTTP/1.1" 200 580 0.007778 10.0.0.22 - - [2026-05-14 02:46:15] "POST /ref-update HTTP/1.1" 200 156 0.027833 10.0.0.27 - - [2026-05-14 02:46:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010626 10.0.0.27 - - [2026-05-14 02:46:15] "POST /neutron/port HTTP/1.1" 200 1059 0.021812 10.0.0.27 - - [2026-05-14 02:46:16] "POST /neutron/port HTTP/1.1" 200 1123 0.020698 10.0.0.27 - - [2026-05-14 02:46:16] "POST /neutron/port HTTP/1.1" 200 117 0.001443 10.0.0.27 - - [2026-05-14 02:46:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008095 10.0.0.27 - - [2026-05-14 02:46:20] "POST /neutron/port HTTP/1.1" 200 1121 0.025535 10.0.0.27 - - [2026-05-14 02:46:20] "GET /virtual-machine/7c8bebcb-e498-4ab8-b92e-91bac5fb419a HTTP/1.1" 401 292 0.000628 10.0.0.27 - - [2026-05-14 02:46:21] "GET /virtual-machine/7c8bebcb-e498-4ab8-b92e-91bac5fb419a HTTP/1.1" 200 1290 0.036719 10.0.0.27 - - [2026-05-14 02:46:21] "GET /virtual-machine-interface/07cf1d3e-cfc2-4e46-8f66-374d904940f9 HTTP/1.1" 200 2933 0.006095 10.0.0.27 - - [2026-05-14 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.27 - - [2026-05-14 02:46:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004129 10.0.0.27 - - [2026-05-14 02:46:21] "GET /virtual-networks?parent_id=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003499 10.0.0.27 - - [2026-05-14 02:46:21] "GET /virtual-network/9506f2d7-15a4-4c67-9370-f993d61c8d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006706 10.0.0.27 - - [2026-05-14 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.27 - - [2026-05-14 02:46:24] "GET /virtual-network/9506f2d7-15a4-4c67-9370-f993d61c8d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006624 10.0.0.27 - - [2026-05-14 02:46:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008328 10.0.0.27 - - [2026-05-14 02:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.27 - - [2026-05-14 02:46:26] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004708 10.0.0.27 - - [2026-05-14 02:46:26] "GET /virtual-networks?parent_id=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003582 10.0.0.27 - - [2026-05-14 02:46:26] "GET /virtual-network/9506f2d7-15a4-4c67-9370-f993d61c8d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007267 10.0.0.27 - - [2026-05-14 02:46:27] "POST /neutron/port HTTP/1.1" 200 1123 0.029410 10.0.0.27 - - [2026-05-14 02:46:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008132 10.0.0.27 - - [2026-05-14 02:46:32] "POST /neutron/port HTTP/1.1" 200 1123 0.048347 10.0.0.27 - - [2026-05-14 02:46:32] "GET /virtual-machine/c05dad9a-eafa-485a-bce3-95336e2cd7a0 HTTP/1.1" 200 1291 0.006402 10.0.0.27 - - [2026-05-14 02:46:32] "GET /virtual-machine-interface/39d5f03c-ff90-4dfe-a8b2-e48f775aae96 HTTP/1.1" 200 2934 0.007097 10.0.0.27 - - [2026-05-14 02:46:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.27 - - [2026-05-14 02:46:32] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003955 10.0.0.27 - - [2026-05-14 02:46:32] "GET /virtual-networks?parent_id=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003481 10.0.0.27 - - [2026-05-14 02:46:32] "GET /virtual-network/6a12616b-9892-4cc8-ba37-4df7f935326c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007027 10.0.0.27 - - [2026-05-14 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005771 10.0.0.27 - - [2026-05-14 02:46:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005984 10.0.0.27 - - [2026-05-14 02:46:33] "GET /virtual-networks?parent_id=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004342 10.0.0.27 - - [2026-05-14 02:46:33] "GET /virtual-network/6a12616b-9892-4cc8-ba37-4df7f935326c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007980 10.0.0.23 - - [2026-05-14 02:46:37] "DELETE /project/78e3a530049a4905a12f537f9afcf4f7 HTTP/1.1" 404 173 0.007860 10.0.0.23 - - [2026-05-14 02:46:37] "GET /projects?obj_uuids=6ceac350-a7fd-4bcf-852d-f99ab58441aa&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001040 10.0.0.23 - - [2026-05-14 02:46:37] "GET /project/6ceac350-a7fd-4bcf-852d-f99ab58441aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.033075 10.0.0.23 - - [2026-05-14 02:46:37] "DELETE /project/6ceac350-a7fd-4bcf-852d-f99ab58441aa HTTP/1.1" 200 115 0.099090 10.0.0.23 - - [2026-05-14 02:46:37] "GET /projects?obj_uuids=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001685 10.0.0.27 - - [2026-05-14 02:46:37] "POST /neutron/router HTTP/1.1" 200 344 0.410521 10.0.0.22 - - [2026-05-14 02:46:37] "POST /ref-update HTTP/1.1" 200 156 0.030964 10.0.0.27 - - [2026-05-14 02:46:40] "POST /neutron/router HTTP/1.1" 200 344 0.198390 10.0.0.27 - - [2026-05-14 02:46:46] "POST /neutron/router HTTP/1.1" 200 580 0.010581 10.0.0.22 - - [2026-05-14 02:46:46] "POST /ref-update HTTP/1.1" 200 156 0.025461 10.0.0.27 - - [2026-05-14 02:46:46] "POST /neutron/router HTTP/1.1" 200 344 0.218289 10.0.0.22 - - [2026-05-14 02:46:46] "DELETE /route-target/73c2167b-bc41-490a-8e60-8a1ddefebaa9 HTTP/1.1" 200 115 0.033859 10.0.0.22 - - [2026-05-14 02:46:46] "GET /logical-router/700c23a7-411f-4e7c-be1d-4b42459d3340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.060910 10.0.0.27 - - [2026-05-14 02:46:47] "POST /neutron/network HTTP/1.1" 200 825 0.011429 10.0.0.27 - - [2026-05-14 02:46:47] "POST /neutron/port HTTP/1.1" 200 1111 0.020809 10.0.0.27 - - [2026-05-14 02:46:47] "POST /neutron/port HTTP/1.1" 200 1113 0.023304 10.0.0.23 - - [2026-05-14 02:46:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004776 10.0.0.23 - - [2026-05-14 02:46:49] "POST /useragent-kv HTTP/1.1" 200 115 0.004992 10.0.0.27 - - [2026-05-14 02:46:49] "POST /neutron/network HTTP/1.1" 200 151 0.170138 10.0.0.22 - - [2026-05-14 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006735 10.0.0.23 - - [2026-05-14 02:46:50] "GET /projects?obj_uuids=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001164 10.0.0.27 - - [2026-05-14 02:46:50] "GET /project/78e3a530-049a-4905-a12f-537f9afcf4f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048782 10.0.0.23 - - [2026-05-14 02:46:50] "GET /projects?obj_uuids=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002508 10.0.0.27 - - [2026-05-14 02:46:50] "GET /project/78e3a530-049a-4905-a12f-537f9afcf4f7?fields=virtual_networks HTTP/1.1" 200 1038 0.047865 10.0.0.23 - - [2026-05-14 02:46:50] "GET /projects?obj_uuids=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001682 10.0.0.27 - - [2026-05-14 02:46:51] "GET /project/78e3a530-049a-4905-a12f-537f9afcf4f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.068240 10.0.0.23 - - [2026-05-14 02:46:51] "GET /projects?obj_uuids=78e3a530-049a-4905-a12f-537f9afcf4f7&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001311 10.0.0.27 - - [2026-05-14 02:46:51] "GET /project/78e3a530-049a-4905-a12f-537f9afcf4f7?fields=security_groups HTTP/1.1" 200 1262 0.064630 10.0.0.27 - - [2026-05-14 02:46:52] "POST /fqname-to-id HTTP/1.1" 404 191 0.040087 10.0.0.23 - - [2026-05-14 02:46:52] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003486 10.0.0.23 - - [2026-05-14 02:46:52] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.23 - - [2026-05-14 02:46:52] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007710 10.0.0.23 - - [2026-05-14 02:46:52] "POST /id-to-fqname HTTP/1.1" 200 193 0.001346 10.0.0.23 - - [2026-05-14 02:46:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.017005 10.0.0.23 - - [2026-05-14 02:46:52] "POST /security-groups HTTP/1.1" 200 594 0.086824 10.0.0.23 - - [2026-05-14 02:46:52] "POST /projects HTTP/1.1" 200 591 0.308824 10.0.0.22 - - [2026-05-14 02:46:52] "POST /access-control-lists HTTP/1.1" 200 599 0.032306 10.0.0.23 - - [2026-05-14 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.387593 10.0.0.27 - - [2026-05-14 02:46:52] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.538437 10.0.0.27 - - [2026-05-14 02:46:53] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.27 - - [2026-05-14 02:46:56] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000602 10.0.0.23 - - [2026-05-14 02:46:56] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001377 10.0.0.27 - - [2026-05-14 02:46:56] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.082247 10.0.0.27 - - [2026-05-14 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.27 - - [2026-05-14 02:46:56] "GET /security-group/daed8261-7bad-4fcb-84d7-060682227851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.006967 10.0.0.27 - - [2026-05-14 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.23 - - [2026-05-14 02:46:56] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001188 10.0.0.27 - - [2026-05-14 02:46:56] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.061288 10.0.0.27 - - [2026-05-14 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.27 - - [2026-05-14 02:46:56] "GET /security-group/daed8261-7bad-4fcb-84d7-060682227851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.004926 10.0.0.27 - - [2026-05-14 02:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.27 - - [2026-05-14 02:46:56] "PUT /security-group/daed8261-7bad-4fcb-84d7-060682227851 HTTP/1.1" 200 262 0.025156 10.0.0.22 - - [2026-05-14 02:46:57] "PUT /access-control-list/ae248f55-1e5f-4150-9205-af6353a97d37 HTTP/1.1" 200 272 0.019036 10.0.0.27 - - [2026-05-14 02:46:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.004429 10.0.0.27 - - [2026-05-14 02:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.23 - - [2026-05-14 02:46:57] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001750 10.0.0.27 - - [2026-05-14 02:46:57] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.065716 10.0.0.27 - - [2026-05-14 02:46:57] "POST /neutron/network HTTP/1.1" 200 117 0.071666 10.0.0.22 - - [2026-05-14 02:46:57] "POST /ref-update HTTP/1.1" 200 156 0.024912 10.0.0.27 - - [2026-05-14 02:46:57] "POST /neutron/network HTTP/1.1" 200 826 0.015114 10.0.0.27 - - [2026-05-14 02:46:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001931 10.0.0.27 - - [2026-05-14 02:46:57] "GET /virtual-network/b3449725-c59e-43cd-8ed0-81286a196f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008709 10.0.0.27 - - [2026-05-14 02:46:57] "GET /virtual-network/b3449725-c59e-43cd-8ed0-81286a196f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007616 10.0.0.27 - - [2026-05-14 02:46:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.011070 10.0.0.27 - - [2026-05-14 02:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.014302 10.0.0.23 - - [2026-05-14 02:46:58] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001396 10.0.0.27 - - [2026-05-14 02:46:58] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.058058 10.0.0.23 - - [2026-05-14 02:46:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008247 10.0.0.27 - - [2026-05-14 02:46:58] "POST /neutron/subnet HTTP/1.1" 200 719 0.243524 10.0.0.27 - - [2026-05-14 02:46:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001469 10.0.0.27 - - [2026-05-14 02:46:58] "GET /virtual-network/ac47d84b-2735-4785-b85e-7e86e3edba16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006548 10.0.0.27 - - [2026-05-14 02:46:58] "GET /virtual-network/ac47d84b-2735-4785-b85e-7e86e3edba16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006353 10.0.0.27 - - [2026-05-14 02:46:58] "POST /neutron/network HTTP/1.1" 200 833 0.008329 10.0.0.27 - - [2026-05-14 02:46:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001716 10.0.0.23 - - [2026-05-14 02:46:59] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001752 10.0.0.27 - - [2026-05-14 02:46:59] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.089239 10.0.0.27 - - [2026-05-14 02:46:59] "POST /neutron/network HTTP/1.1" 200 826 0.013330 10.0.0.27 - - [2026-05-14 02:47:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.002741 10.0.0.27 - - [2026-05-14 02:47:00] "POST /neutron/port HTTP/1.1" 200 117 0.009656 10.0.0.23 - - [2026-05-14 02:47:00] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001726 10.0.0.27 - - [2026-05-14 02:47:01] "POST /neutron/port HTTP/1.1" 200 1062 0.371240 10.0.0.27 - - [2026-05-14 02:47:01] "POST /neutron/port HTTP/1.1" 200 1116 0.147804 10.0.0.23 - - [2026-05-14 02:47:01] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001333 10.0.0.27 - - [2026-05-14 02:47:01] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.102083 10.0.0.27 - - [2026-05-14 02:47:01] "POST /neutron/subnet HTTP/1.1" 200 694 0.015091 10.0.0.27 - - [2026-05-14 02:47:01] "POST /neutron/network HTTP/1.1" 200 826 0.009177 10.0.0.27 - - [2026-05-14 02:47:01] "POST /neutron/port HTTP/1.1" 200 117 0.008616 10.0.0.22 - - [2026-05-14 02:47:02] "POST /route-targets HTTP/1.1" 200 327 0.015532 10.0.0.27 - - [2026-05-14 02:47:02] "POST /neutron/router HTTP/1.1" 200 656 0.048041 10.0.0.22 - - [2026-05-14 02:47:02] "GET /service-template/6afa4eeb-aeb0-4b8b-81b7-38f5b4ab8cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1690 0.005153 10.0.0.22 - - [2026-05-14 02:47:02] "POST /ref-update HTTP/1.1" 200 156 0.065214 10.0.0.22 - - [2026-05-14 02:47:02] "POST /service-instances HTTP/1.1" 200 670 0.097200 10.0.0.22 - - [2026-05-14 02:47:02] "POST /ref-update HTTP/1.1" 200 156 0.050372 10.0.0.27 - - [2026-05-14 02:47:02] "POST /neutron/port HTTP/1.1" 200 1126 0.040071 10.0.0.22 - - [2026-05-14 02:47:03] "POST /virtual-machines HTTP/1.1" 200 553 0.030731 10.0.0.23 - - [2026-05-14 02:47:03] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001202 10.0.0.22 - - [2026-05-14 02:47:03] "POST /instance-ips HTTP/1.1" 200 551 0.080738 10.0.0.22 - - [2026-05-14 02:47:03] "PUT /virtual-machine-interface/a87acd57-6413-49ed-99f8-07cb967177bb HTTP/1.1" 200 284 0.037060 10.0.0.27 - - [2026-05-14 02:47:03] "POST /neutron/port HTTP/1.1" 200 1062 0.501143 10.0.0.22 - - [2026-05-14 02:47:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.135448 10.0.0.22 - - [2026-05-14 02:47:03] "POST /instance-ips HTTP/1.1" 400 316 0.035581 10.0.0.22 - - [2026-05-14 02:47:04] "PUT /instance-ip/612fa21c-eb59-46be-9c6c-ce188d8a9697 HTTP/1.1" 200 256 0.070417 10.0.0.22 - - [2026-05-14 02:47:04] "PUT /routing-instance/e13ba01d-3dce-4e76-99d9-43756444ec3e HTTP/1.1" 200 266 0.034938 10.0.0.22 - - [2026-05-14 02:47:04] "POST /virtual-machines HTTP/1.1" 200 553 0.065085 10.0.0.27 - - [2026-05-14 02:47:04] "POST /neutron/port HTTP/1.1" 200 1116 0.263412 10.0.0.27 - - [2026-05-14 02:47:04] "POST /neutron/subnet HTTP/1.1" 200 693 0.014226 10.0.0.22 - - [2026-05-14 02:47:04] "POST /instance-ips HTTP/1.1" 400 246 0.028944 10.0.0.22 - - [2026-05-14 02:47:04] "PUT /instance-ip/10525aa8-2db4-4023-957e-757120816254 HTTP/1.1" 200 256 0.036333 10.0.0.22 - - [2026-05-14 02:47:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.133486 10.0.0.22 - - [2026-05-14 02:47:04] "POST /chown HTTP/1.1" 200 109 0.030294 10.0.0.22 - - [2026-05-14 02:47:04] "POST /ref-update HTTP/1.1" 200 156 0.031458 10.0.0.22 - - [2026-05-14 02:47:05] "POST /ref-update HTTP/1.1" 200 156 0.027837 10.0.0.27 - - [2026-05-14 02:47:08] "POST /neutron/port HTTP/1.1" 200 1126 0.024734 10.0.0.27 - - [2026-05-14 02:47:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007854 10.0.0.27 - - [2026-05-14 02:47:08] "GET /virtual-machine/c617a7ca-8cf9-4e9b-8d15-ffcbb9cf3fc9 HTTP/1.1" 401 292 0.000464 10.0.0.27 - - [2026-05-14 02:47:08] "GET /virtual-machine/c617a7ca-8cf9-4e9b-8d15-ffcbb9cf3fc9 HTTP/1.1" 200 1296 0.039375 10.0.0.27 - - [2026-05-14 02:47:08] "GET /virtual-machine-interface/71781533-fb48-4684-b6a1-e7b3f770b42f HTTP/1.1" 200 2956 0.005835 10.0.0.27 - - [2026-05-14 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.27 - - [2026-05-14 02:47:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004171 10.0.0.27 - - [2026-05-14 02:47:08] "GET /virtual-networks?parent_id=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003610 10.0.0.27 - - [2026-05-14 02:47:08] "GET /virtual-network/b3449725-c59e-43cd-8ed0-81286a196f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.009384 10.0.0.27 - - [2026-05-14 02:47:10] "POST /neutron/port HTTP/1.1" 200 1126 0.018559 10.0.0.27 - - [2026-05-14 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.27 - - [2026-05-14 02:47:11] "GET /virtual-network/b3449725-c59e-43cd-8ed0-81286a196f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006959 10.0.0.27 - - [2026-05-14 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.27 - - [2026-05-14 02:47:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004868 10.0.0.27 - - [2026-05-14 02:47:14] "GET /virtual-networks?parent_id=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004327 10.0.0.27 - - [2026-05-14 02:47:14] "GET /virtual-network/b3449725-c59e-43cd-8ed0-81286a196f16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006717 10.0.0.27 - - [2026-05-14 02:47:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009187 10.0.0.27 - - [2026-05-14 02:47:14] "POST /neutron/port HTTP/1.1" 200 1126 0.022381 10.0.0.27 - - [2026-05-14 02:47:14] "GET /virtual-machine/2a3ad85a-856c-4a43-936d-3b69426ae4ba HTTP/1.1" 200 1295 0.006723 10.0.0.27 - - [2026-05-14 02:47:14] "GET /virtual-machine-interface/f923e337-a43f-47bb-bae7-3697306f089d HTTP/1.1" 200 2969 0.006209 10.0.0.27 - - [2026-05-14 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2026-05-14 02:47:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004224 10.0.0.27 - - [2026-05-14 02:47:14] "GET /virtual-networks?parent_id=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004012 10.0.0.27 - - [2026-05-14 02:47:14] "GET /virtual-network/ac47d84b-2735-4785-b85e-7e86e3edba16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006537 10.0.0.27 - - [2026-05-14 02:47:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008532 10.0.0.27 - - [2026-05-14 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.27 - - [2026-05-14 02:47:15] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004738 10.0.0.27 - - [2026-05-14 02:47:15] "GET /virtual-networks?parent_id=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004285 10.0.0.27 - - [2026-05-14 02:47:15] "GET /virtual-network/ac47d84b-2735-4785-b85e-7e86e3edba16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006961 10.0.0.22 - - [2026-05-14 02:47:22] "DELETE /access-control-list/1cb121b1-061c-4bee-bcfb-c87bd5906145 HTTP/1.1" 200 115 0.054226 10.0.0.27 - - [2026-05-14 02:47:24] "POST /neutron/router HTTP/1.1" 200 656 0.005198 10.0.0.22 - - [2026-05-14 02:47:25] "GET /logical-router/abd389ad-065f-420b-a06c-efb3dbbd2f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.005823 10.0.0.27 - - [2026-05-14 02:47:25] "POST /neutron/router HTTP/1.1" 200 151 0.110778 10.0.0.22 - - [2026-05-14 02:47:25] "DELETE /route-target/90723f5e-22aa-4328-9ac5-1efe951d24e6 HTTP/1.1" 409 239 0.011718 10.0.0.22 - - [2026-05-14 02:47:25] "GET /logical-router/abd389ad-065f-420b-a06c-efb3dbbd2f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006755 10.0.0.22 - - [2026-05-14 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.22 - - [2026-05-14 02:47:25] "POST /ref-update HTTP/1.1" 200 156 0.026224 10.0.0.22 - - [2026-05-14 02:47:25] "GET /instance-ip/612fa21c-eb59-46be-9c6c-ce188d8a9697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.011048 10.0.0.22 - - [2026-05-14 02:47:25] "POST /ref-update HTTP/1.1" 200 156 0.034214 10.0.0.22 - - [2026-05-14 02:47:25] "DELETE /virtual-machine-interface/e64bff1d-12a8-4cad-86a5-1dc2c035cbf9 HTTP/1.1" 200 115 0.080076 10.0.0.22 - - [2026-05-14 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.22 - - [2026-05-14 02:47:25] "DELETE /service-instance/2413351a-3898-494d-82ac-ce733d797ef1 HTTP/1.1" 200 115 0.055492 10.0.0.27 - - [2026-05-14 02:47:26] "POST /neutron/port HTTP/1.1" 200 1126 0.037567 10.0.0.22 - - [2026-05-14 02:47:26] "GET /instance-ip/10525aa8-2db4-4023-957e-757120816254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.015621 10.0.0.22 - - [2026-05-14 02:47:26] "DELETE /virtual-machine/c4824776-d962-4e3b-9096-2d8794e5c726 HTTP/1.1" 200 115 0.044443 10.0.0.22 - - [2026-05-14 02:47:26] "GET /instance-ip/10525aa8-2db4-4023-957e-757120816254?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.016359 10.0.0.27 - - [2026-05-14 02:47:26] "POST /neutron/port HTTP/1.1" 200 1126 0.046186 10.0.0.22 - - [2026-05-14 02:47:26] "POST /ref-update HTTP/1.1" 200 156 0.040894 10.0.0.27 - - [2026-05-14 02:47:27] "POST /neutron/network HTTP/1.1" 200 833 0.010049 10.0.0.22 - - [2026-05-14 02:47:27] "DELETE /route-target/3ce7f83b-89dd-47ce-96ed-339564ed1bb8 HTTP/1.1" 200 115 0.025470 10.0.0.23 - - [2026-05-14 02:47:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004234 10.0.0.23 - - [2026-05-14 02:47:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004280 10.0.0.27 - - [2026-05-14 02:47:28] "POST /neutron/network HTTP/1.1" 200 151 0.146842 10.0.0.23 - - [2026-05-14 02:47:29] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001172 10.0.0.27 - - [2026-05-14 02:47:29] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.044665 10.0.0.23 - - [2026-05-14 02:47:29] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001153 10.0.0.27 - - [2026-05-14 02:47:29] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?fields=virtual_networks HTTP/1.1" 200 1049 0.043717 10.0.0.23 - - [2026-05-14 02:47:29] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001197 10.0.0.27 - - [2026-05-14 02:47:29] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.047736 10.0.0.23 - - [2026-05-14 02:47:29] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001565 10.0.0.27 - - [2026-05-14 02:47:29] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?fields=security_groups HTTP/1.1" 200 1278 0.048509 10.0.0.27 - - [2026-05-14 02:47:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.030836 10.0.0.23 - - [2026-05-14 02:47:30] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003548 10.0.0.23 - - [2026-05-14 02:47:30] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002179 10.0.0.23 - - [2026-05-14 02:47:30] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010746 10.0.0.23 - - [2026-05-14 02:47:31] "POST /id-to-fqname HTTP/1.1" 200 198 0.008462 10.0.0.23 - - [2026-05-14 02:47:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.011874 10.0.0.22 - - [2026-05-14 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.22 - - [2026-05-14 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.23 - - [2026-05-14 02:47:31] "POST /security-groups HTTP/1.1" 200 599 0.080338 10.0.0.22 - - [2026-05-14 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000475 10.0.0.22 - - [2026-05-14 02:47:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.011350 10.0.0.23 - - [2026-05-14 02:47:31] "POST /projects HTTP/1.1" 200 601 0.315402 10.0.0.23 - - [2026-05-14 02:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.397653 10.0.0.22 - - [2026-05-14 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.22 - - [2026-05-14 02:47:31] "POST /access-control-lists HTTP/1.1" 200 602 0.033026 10.0.0.27 - - [2026-05-14 02:47:31] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.576618 10.0.0.23 - - [2026-05-14 02:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.23 - - [2026-05-14 02:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.23 - - [2026-05-14 02:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-05-14 02:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2026-05-14 02:47:32] "GET / HTTP/1.1" 200 35931 0.002735 10.0.0.27 - - [2026-05-14 02:47:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000662 10.0.0.27 - - [2026-05-14 02:47:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-05-14 02:47:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.27 - - [2026-05-14 02:47:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-05-14 02:47:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2026-05-14 02:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.065879 10.0.0.23 - - [2026-05-14 02:47:34] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001156 10.0.0.27 - - [2026-05-14 02:47:34] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.047021 10.0.0.23 - - [2026-05-14 02:47:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008962 10.0.0.27 - - [2026-05-14 02:47:35] "POST /neutron/subnet HTTP/1.1" 200 730 0.285841 10.0.0.27 - - [2026-05-14 02:47:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001514 10.0.0.27 - - [2026-05-14 02:47:35] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008595 10.0.0.27 - - [2026-05-14 02:47:35] "POST /neutron/network HTTP/1.1" 200 1006 0.010166 10.0.0.27 - - [2026-05-14 02:47:35] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005542 10.0.0.27 - - [2026-05-14 02:47:36] "POST /neutron/subnet HTTP/1.1" 200 823 0.010233 10.0.0.27 - - [2026-05-14 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.23 - - [2026-05-14 02:47:36] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001069 10.0.0.27 - - [2026-05-14 02:47:36] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.039201 10.0.0.22 - - [2026-05-14 02:47:36] "POST /route-targets HTTP/1.1" 200 327 0.014734 10.0.0.23 - - [2026-05-14 02:47:36] "POST /useragent-kv HTTP/1.1" 200 115 0.011185 10.0.0.27 - - [2026-05-14 02:47:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.241956 10.0.0.27 - - [2026-05-14 02:47:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001495 10.0.0.27 - - [2026-05-14 02:47:36] "GET /virtual-network/e3a7ef6f-2bde-4bce-a82e-25ace9610487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008891 10.0.0.27 - - [2026-05-14 02:47:36] "POST /neutron/network HTTP/1.1" 200 1005 0.010179 10.0.0.27 - - [2026-05-14 02:47:36] "GET /virtual-network/e3a7ef6f-2bde-4bce-a82e-25ace9610487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006141 10.0.0.27 - - [2026-05-14 02:47:36] "POST /neutron/subnet HTTP/1.1" 200 823 0.011572 10.0.0.27 - - [2026-05-14 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.004756 10.0.0.27 - - [2026-05-14 02:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.23 - - [2026-05-14 02:47:36] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.27 - - [2026-05-14 02:47:37] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.062794 10.0.0.27 - - [2026-05-14 02:47:37] "POST /network-policys HTTP/1.1" 200 577 0.074563 10.0.0.27 - - [2026-05-14 02:47:37] "GET /network-policy/c3248768-91c3-4f6c-80f1-192c10ff42c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.007098 10.0.0.27 - - [2026-05-14 02:47:37] "POST /neutron/network HTTP/1.1" 200 1114 0.014191 10.0.0.22 - - [2026-05-14 02:47:37] "POST /access-control-lists HTTP/1.1" 200 596 0.064425 10.0.0.27 - - [2026-05-14 02:47:37] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.015569 10.0.0.27 - - [2026-05-14 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.22 - - [2026-05-14 02:47:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.146769 10.0.0.27 - - [2026-05-14 02:47:37] "GET /network-policy/c3248768-91c3-4f6c-80f1-192c10ff42c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004862 10.0.0.23 - - [2026-05-14 02:47:37] "DELETE /project/78e3a530-049a-4905-a12f-537f9afcf4f7 HTTP/1.1" 404 177 0.008518 10.0.0.23 - - [2026-05-14 02:47:37] "DELETE /project/066cefdd1a064838b78ac9fdb443d455 HTTP/1.1" 404 173 0.005534 10.0.0.23 - - [2026-05-14 02:47:37] "DELETE /project/dac16778a6ed4013ab3680443892520a HTTP/1.1" 404 173 0.004492 10.0.0.23 - - [2026-05-14 02:47:37] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000921 10.0.0.23 - - [2026-05-14 02:47:37] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.062710 10.0.0.23 - - [2026-05-14 02:47:37] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001079 10.0.0.23 - - [2026-05-14 02:47:37] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?fields=security_groups HTTP/1.1" 200 1383 0.058767 10.0.0.27 - - [2026-05-14 02:47:37] "POST /neutron/network HTTP/1.1" 200 1113 0.025274 10.0.0.27 - - [2026-05-14 02:47:37] "GET /virtual-network/e3a7ef6f-2bde-4bce-a82e-25ace9610487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005947 10.0.0.27 - - [2026-05-14 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.23 - - [2026-05-14 02:47:37] "DELETE /security-group/daed8261-7bad-4fcb-84d7-060682227851 HTTP/1.1" 200 115 0.047883 10.0.0.27 - - [2026-05-14 02:47:37] "GET /network-policy/c3248768-91c3-4f6c-80f1-192c10ff42c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005444 10.0.0.23 - - [2026-05-14 02:47:37] "GET /projects?obj_uuids=dac16778-a6ed-4013-ab36-80443892520a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001130 10.0.0.22 - - [2026-05-14 02:47:37] "POST /ref-update HTTP/1.1" 200 156 0.038854 10.0.0.23 - - [2026-05-14 02:47:37] "GET /project/dac16778-a6ed-4013-ab36-80443892520a?fields=application_policy_sets HTTP/1.1" 200 1422 0.067602 10.0.0.23 - - [2026-05-14 02:47:37] "DELETE /project/dac16778-a6ed-4013-ab36-80443892520a HTTP/1.1" 200 115 0.506697 10.0.0.27 - - [2026-05-14 02:47:38] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006920 10.0.0.27 - - [2026-05-14 02:47:40] "GET /virtual-network/e3a7ef6f-2bde-4bce-a82e-25ace9610487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008768 10.0.0.27 - - [2026-05-14 02:47:40] "GET /obj-perms HTTP/1.1" 200 5046 0.064653 10.0.0.22 - - [2026-05-14 02:47:40] "GET /obj-perms HTTP/1.1" 200 5046 0.077608 10.0.0.23 - - [2026-05-14 02:47:40] "GET /obj-perms HTTP/1.1" 200 5046 0.076990 10.0.0.27 - - [2026-05-14 02:47:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001653 10.0.0.23 - - [2026-05-14 02:47:41] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001416 10.0.0.27 - - [2026-05-14 02:47:42] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.263838 10.0.0.27 - - [2026-05-14 02:47:42] "POST /neutron/port HTTP/1.1" 200 117 0.008643 10.0.0.27 - - [2026-05-14 02:47:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.001532 10.0.0.27 - - [2026-05-14 02:47:42] "POST /neutron/network HTTP/1.1" 200 1123 0.007703 10.0.0.27 - - [2026-05-14 02:47:43] "POST /neutron/port HTTP/1.1" 200 1175 0.030848 10.0.0.27 - - [2026-05-14 02:47:43] "POST /neutron/port HTTP/1.1" 200 1239 0.022995 10.0.0.27 - - [2026-05-14 02:47:43] "POST /neutron/subnet HTTP/1.1" 200 1385 0.023104 10.0.0.27 - - [2026-05-14 02:47:43] "POST /neutron/network HTTP/1.1" 200 1114 0.011040 10.0.0.23 - - [2026-05-14 02:47:43] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001191 10.0.0.27 - - [2026-05-14 02:47:43] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.080227 10.0.0.27 - - [2026-05-14 02:47:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010866 10.0.0.27 - - [2026-05-14 02:47:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009062 10.0.0.27 - - [2026-05-14 02:47:45] "POST /neutron/port HTTP/1.1" 200 1174 0.044680 10.0.0.27 - - [2026-05-14 02:47:45] "POST /neutron/port HTTP/1.1" 200 1238 0.026453 10.0.0.27 - - [2026-05-14 02:47:45] "POST /neutron/subnet HTTP/1.1" 200 1380 0.020569 10.0.0.27 - - [2026-05-14 02:47:45] "POST /neutron/network HTTP/1.1" 200 1113 0.014623 10.0.0.27 - - [2026-05-14 02:47:49] "POST /neutron/port HTTP/1.1" 200 1239 0.024472 10.0.0.27 - - [2026-05-14 02:47:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008436 10.0.0.27 - - [2026-05-14 02:47:49] "GET /virtual-machine/de479376-daa6-4d85-b426-48abdef8d074 HTTP/1.1" 401 292 0.000623 10.0.0.27 - - [2026-05-14 02:47:50] "GET /virtual-machine/de479376-daa6-4d85-b426-48abdef8d074 HTTP/1.1" 200 1301 0.040903 10.0.0.27 - - [2026-05-14 02:47:50] "GET /virtual-machine-interface/10f3b38d-e3f8-4f54-a3b6-6c63bd66dec1 HTTP/1.1" 200 3175 0.008267 10.0.0.27 - - [2026-05-14 02:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.27 - - [2026-05-14 02:47:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004575 10.0.0.27 - - [2026-05-14 02:47:50] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004157 10.0.0.27 - - [2026-05-14 02:47:50] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006632 10.0.0.27 - - [2026-05-14 02:47:52] "POST /neutron/network HTTP/1.1" 200 1123 0.009060 10.0.0.27 - - [2026-05-14 02:47:52] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016104 10.0.0.27 - - [2026-05-14 02:47:52] "POST /neutron/network HTTP/1.1" 200 1113 0.012687 10.0.0.27 - - [2026-05-14 02:47:52] "POST /neutron/network HTTP/1.1" 200 1124 0.007697 10.0.0.27 - - [2026-05-14 02:47:52] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017352 10.0.0.27 - - [2026-05-14 02:47:52] "POST /neutron/network HTTP/1.1" 200 1114 0.015040 10.0.0.27 - - [2026-05-14 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.27 - - [2026-05-14 02:47:53] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007660 10.0.0.27 - - [2026-05-14 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005765 10.0.0.27 - - [2026-05-14 02:47:57] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006411 10.0.0.27 - - [2026-05-14 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.27 - - [2026-05-14 02:48:01] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006630 10.0.0.27 - - [2026-05-14 02:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.27 - - [2026-05-14 02:48:05] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006322 10.0.0.27 - - [2026-05-14 02:48:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004579 10.0.0.27 - - [2026-05-14 02:48:09] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006324 10.0.0.27 - - [2026-05-14 02:48:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.27 - - [2026-05-14 02:48:13] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007460 10.0.0.27 - - [2026-05-14 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.27 - - [2026-05-14 02:48:17] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006414 10.0.0.27 - - [2026-05-14 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.27 - - [2026-05-14 02:48:22] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006531 10.0.0.27 - - [2026-05-14 02:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.27 - - [2026-05-14 02:48:24] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005353 10.0.0.27 - - [2026-05-14 02:48:24] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004186 10.0.0.27 - - [2026-05-14 02:48:24] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006641 10.0.0.27 - - [2026-05-14 02:48:29] "POST /neutron/port HTTP/1.1" 200 1239 0.019403 10.0.0.27 - - [2026-05-14 02:48:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.046754 10.0.0.27 - - [2026-05-14 02:48:39] "POST /neutron/port HTTP/1.1" 200 1238 0.019394 10.0.0.27 - - [2026-05-14 02:48:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008687 10.0.0.27 - - [2026-05-14 02:48:45] "POST /neutron/port HTTP/1.1" 200 1238 0.021629 10.0.0.27 - - [2026-05-14 02:48:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008255 10.0.0.27 - - [2026-05-14 02:48:45] "GET /virtual-machine/6a10725c-f743-4243-9e8c-5f45bdd1cdd1 HTTP/1.1" 200 1300 0.009188 10.0.0.27 - - [2026-05-14 02:48:45] "GET /virtual-machine-interface/9eb60974-2cde-4767-b797-a98dcd7add4d HTTP/1.1" 200 3176 0.006049 10.0.0.27 - - [2026-05-14 02:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.27 - - [2026-05-14 02:48:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004813 10.0.0.27 - - [2026-05-14 02:48:45] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003622 10.0.0.27 - - [2026-05-14 02:48:45] "GET /virtual-network/e3a7ef6f-2bde-4bce-a82e-25ace9610487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.008834 10.0.0.27 - - [2026-05-14 02:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.27 - - [2026-05-14 02:48:46] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004144 10.0.0.27 - - [2026-05-14 02:48:46] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003425 10.0.0.27 - - [2026-05-14 02:48:46] "GET /virtual-network/e3a7ef6f-2bde-4bce-a82e-25ace9610487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006859 10.0.0.27 - - [2026-05-14 02:48:53] "POST /neutron/port HTTP/1.1" 200 1238 0.021462 10.0.0.27 - - [2026-05-14 02:48:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005795 10.0.0.27 - - [2026-05-14 02:48:53] "POST /neutron/port HTTP/1.1" 200 117 0.001867 10.0.0.27 - - [2026-05-14 02:48:54] "POST /neutron/port HTTP/1.1" 200 1239 0.023838 10.0.0.27 - - [2026-05-14 02:48:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004594 10.0.0.27 - - [2026-05-14 02:48:54] "POST /neutron/port HTTP/1.1" 200 117 0.001740 10.0.0.27 - - [2026-05-14 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.23 - - [2026-05-14 02:49:09] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.27 - - [2026-05-14 02:49:09] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.045953 10.0.0.27 - - [2026-05-14 02:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.27 - - [2026-05-14 02:49:09] "PUT /network-policy/c3248768-91c3-4f6c-80f1-192c10ff42c1 HTTP/1.1" 200 262 0.018833 10.0.0.22 - - [2026-05-14 02:49:10] "PUT /access-control-list/5855fff2-faed-4bed-a25a-fa35288ee37f HTTP/1.1" 200 272 0.064223 10.0.0.27 - - [2026-05-14 02:49:13] "GET /virtual-network/e3a7ef6f-2bde-4bce-a82e-25ace9610487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007905 10.0.0.27 - - [2026-05-14 02:49:13] "POST /neutron/network HTTP/1.1" 200 1113 0.015287 10.0.0.22 - - [2026-05-14 02:49:13] "POST /ref-update HTTP/1.1" 200 156 0.031378 10.0.0.27 - - [2026-05-14 02:49:13] "GET /virtual-network/e3a7ef6f-2bde-4bce-a82e-25ace9610487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.016458 10.0.0.27 - - [2026-05-14 02:49:13] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.011307 10.0.0.27 - - [2026-05-14 02:49:13] "POST /neutron/network HTTP/1.1" 200 1114 0.018586 10.0.0.22 - - [2026-05-14 02:49:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.013266 10.0.0.27 - - [2026-05-14 02:49:13] "GET /virtual-network/94ed849b-c6fb-4c75-be9d-561c95fb93fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.013771 10.0.0.27 - - [2026-05-14 02:49:13] "DELETE /network-policy/c3248768-91c3-4f6c-80f1-192c10ff42c1 HTTP/1.1" 200 115 0.058362 10.0.0.27 - - [2026-05-14 02:49:13] "POST /neutron/port HTTP/1.1" 200 1238 0.038425 10.0.0.27 - - [2026-05-14 02:49:13] "POST /neutron/port HTTP/1.1" 200 1228 0.024041 10.0.0.27 - - [2026-05-14 02:49:14] "POST /neutron/port HTTP/1.1" 200 1229 0.027360 10.0.0.23 - - [2026-05-14 02:49:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004967 10.0.0.22 - - [2026-05-14 02:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007038 10.0.0.23 - - [2026-05-14 02:49:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003526 10.0.0.23 - - [2026-05-14 02:49:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005327 10.0.0.23 - - [2026-05-14 02:49:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002752 10.0.0.27 - - [2026-05-14 02:49:16] "POST /neutron/network HTTP/1.1" 200 151 0.169349 10.0.0.22 - - [2026-05-14 02:49:16] "DELETE /route-target/13a37c1c-10ec-4fc8-814c-bf1e76035246 HTTP/1.1" 200 115 0.023056 10.0.0.23 - - [2026-05-14 02:49:21] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001443 10.0.0.27 - - [2026-05-14 02:49:21] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.054062 10.0.0.27 - - [2026-05-14 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005093 10.0.0.23 - - [2026-05-14 02:49:21] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.27 - - [2026-05-14 02:49:21] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008461 10.0.0.27 - - [2026-05-14 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.23 - - [2026-05-14 02:49:21] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001349 10.0.0.27 - - [2026-05-14 02:49:21] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.045446 10.0.0.27 - - [2026-05-14 02:49:22] "GET /domains HTTP/1.1" 200 280 0.004251 10.0.0.23 - - [2026-05-14 02:49:22] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.27 - - [2026-05-14 02:49:22] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40 HTTP/1.1" 200 2775 0.012260 10.0.0.23 - - [2026-05-14 02:49:22] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.27 - - [2026-05-14 02:49:22] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455 HTTP/1.1" 200 1909 0.086086 10.0.0.27 - - [2026-05-14 02:49:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.005019 10.0.0.27 - - [2026-05-14 02:49:22] "POST /network-ipams HTTP/1.1" 200 609 0.039741 10.0.0.27 - - [2026-05-14 02:49:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003576 10.0.0.27 - - [2026-05-14 02:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.27 - - [2026-05-14 02:49:22] "GET /network-ipam/45f91edd-caf9-4f6c-a790-8318e6cbe066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.012970 10.0.0.27 - - [2026-05-14 02:49:22] "PUT /network-ipam/45f91edd-caf9-4f6c-a790-8318e6cbe066 HTTP/1.1" 200 258 0.017978 10.0.0.27 - - [2026-05-14 02:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.23 - - [2026-05-14 02:49:22] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001179 10.0.0.27 - - [2026-05-14 02:49:22] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.055013 10.0.0.27 - - [2026-05-14 02:49:23] "POST /neutron/network HTTP/1.1" 200 117 0.014745 10.0.0.23 - - [2026-05-14 02:49:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008995 10.0.0.27 - - [2026-05-14 02:49:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.172621 10.0.0.27 - - [2026-05-14 02:49:23] "POST /id-to-fqname HTTP/1.1" 200 231 0.001478 10.0.0.27 - - [2026-05-14 02:49:23] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.008029 10.0.0.27 - - [2026-05-14 02:49:23] "POST /neutron/network HTTP/1.1" 200 1307 0.013295 10.0.0.27 - - [2026-05-14 02:49:24] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.008863 10.0.0.27 - - [2026-05-14 02:49:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.011876 10.0.0.27 - - [2026-05-14 02:49:24] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.007450 10.0.0.22 - - [2026-05-14 02:49:24] "GET /obj-perms HTTP/1.1" 200 5046 0.004779 10.0.0.27 - - [2026-05-14 02:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007524 10.0.0.23 - - [2026-05-14 02:49:24] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001120 10.0.0.27 - - [2026-05-14 02:49:24] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.047252 10.0.0.23 - - [2026-05-14 02:49:24] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.27 - - [2026-05-14 02:49:24] "POST /neutron/network HTTP/1.1" 200 619 0.149449 10.0.0.22 - - [2026-05-14 02:49:24] "POST /route-targets HTTP/1.1" 200 327 0.018092 10.0.0.23 - - [2026-05-14 02:49:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007854 10.0.0.27 - - [2026-05-14 02:49:25] "POST /neutron/subnet HTTP/1.1" 200 823 0.243287 10.0.0.27 - - [2026-05-14 02:49:25] "POST /id-to-fqname HTTP/1.1" 200 231 0.001563 10.0.0.27 - - [2026-05-14 02:49:25] "GET /virtual-network/cd6d9b1c-af07-43c5-81a9-d17561911159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.009590 10.0.0.27 - - [2026-05-14 02:49:25] "GET /virtual-network/cd6d9b1c-af07-43c5-81a9-d17561911159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.006366 10.0.0.27 - - [2026-05-14 02:49:25] "POST /neutron/network HTTP/1.1" 200 1308 0.014178 10.0.0.27 - - [2026-05-14 02:49:25] "POST /neutron/subnet HTTP/1.1" 200 823 0.011324 10.0.0.27 - - [2026-05-14 02:49:26] "GET /virtual-network/cd6d9b1c-af07-43c5-81a9-d17561911159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.008836 10.0.0.27 - - [2026-05-14 02:49:26] "GET /obj-perms HTTP/1.1" 200 5046 0.005772 10.0.0.23 - - [2026-05-14 02:49:26] "GET /obj-perms HTTP/1.1" 200 5046 0.004237 10.0.0.27 - - [2026-05-14 02:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.23 - - [2026-05-14 02:49:26] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001195 10.0.0.27 - - [2026-05-14 02:49:26] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.051099 10.0.0.23 - - [2026-05-14 02:49:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005807 10.0.0.27 - - [2026-05-14 02:49:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.225983 10.0.0.22 - - [2026-05-14 02:49:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.005314 10.0.0.27 - - [2026-05-14 02:49:27] "POST /neutron/network HTTP/1.1" 200 1309 0.015211 10.0.0.27 - - [2026-05-14 02:49:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001338 10.0.0.27 - - [2026-05-14 02:49:27] "GET /virtual-network/4e5c4ae4-d537-480b-a8b0-952ca2d59a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005785 10.0.0.27 - - [2026-05-14 02:49:27] "GET /virtual-network/4e5c4ae4-d537-480b-a8b0-952ca2d59a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006908 10.0.0.27 - - [2026-05-14 02:49:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.010630 10.0.0.27 - - [2026-05-14 02:49:27] "GET /virtual-network/4e5c4ae4-d537-480b-a8b0-952ca2d59a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006473 10.0.0.27 - - [2026-05-14 02:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.23 - - [2026-05-14 02:49:28] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001659 10.0.0.27 - - [2026-05-14 02:49:28] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.044834 10.0.0.27 - - [2026-05-14 02:49:28] "POST /neutron/network HTTP/1.1" 200 117 0.017240 10.0.0.22 - - [2026-05-14 02:49:28] "POST /route-targets HTTP/1.1" 200 327 0.020583 10.0.0.23 - - [2026-05-14 02:49:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006889 10.0.0.27 - - [2026-05-14 02:49:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.215861 10.0.0.27 - - [2026-05-14 02:49:29] "POST /id-to-fqname HTTP/1.1" 200 231 0.001415 10.0.0.27 - - [2026-05-14 02:49:29] "GET /virtual-network/23015163-49ee-4371-b5f3-ef8f30d152c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.009235 10.0.0.27 - - [2026-05-14 02:49:29] "POST /neutron/network HTTP/1.1" 200 1308 0.013097 10.0.0.27 - - [2026-05-14 02:49:29] "GET /virtual-network/23015163-49ee-4371-b5f3-ef8f30d152c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005708 10.0.0.27 - - [2026-05-14 02:49:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.009758 10.0.0.27 - - [2026-05-14 02:49:29] "GET /virtual-network/23015163-49ee-4371-b5f3-ef8f30d152c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.006480 10.0.0.22 - - [2026-05-14 02:49:30] "GET /obj-perms HTTP/1.1" 200 5046 0.004701 10.0.0.27 - - [2026-05-14 02:49:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.004288 10.0.0.27 - - [2026-05-14 02:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.23 - - [2026-05-14 02:49:30] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001787 10.0.0.27 - - [2026-05-14 02:49:30] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.064908 10.0.0.27 - - [2026-05-14 02:49:30] "POST /network-policys HTTP/1.1" 200 559 0.047427 10.0.0.27 - - [2026-05-14 02:49:30] "GET /network-policy/ed245be7-48d0-4186-9a46-9110c8b2c709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.009246 10.0.0.27 - - [2026-05-14 02:49:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003804 10.0.0.27 - - [2026-05-14 02:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.23 - - [2026-05-14 02:49:30] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001203 10.0.0.27 - - [2026-05-14 02:49:30] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.059118 10.0.0.27 - - [2026-05-14 02:49:30] "POST /network-policys HTTP/1.1" 200 559 0.032993 10.0.0.27 - - [2026-05-14 02:49:31] "GET /network-policy/4481d920-47d5-4f5e-9214-16346c8109d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007614 10.0.0.27 - - [2026-05-14 02:49:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.003591 10.0.0.27 - - [2026-05-14 02:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.23 - - [2026-05-14 02:49:31] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.27 - - [2026-05-14 02:49:31] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.053406 10.0.0.27 - - [2026-05-14 02:49:31] "POST /network-policys HTTP/1.1" 200 559 0.034757 10.0.0.27 - - [2026-05-14 02:49:31] "GET /network-policy/ec4e26a2-bd12-4ecf-822e-141c61735c45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006579 10.0.0.27 - - [2026-05-14 02:49:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.003788 10.0.0.27 - - [2026-05-14 02:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.23 - - [2026-05-14 02:49:31] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.27 - - [2026-05-14 02:49:31] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.059467 10.0.0.27 - - [2026-05-14 02:49:31] "POST /network-policys HTTP/1.1" 200 559 0.045168 10.0.0.27 - - [2026-05-14 02:49:31] "GET /network-policy/3b803e3b-ba36-40b3-bcb4-280512ab6107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.009815 10.0.0.27 - - [2026-05-14 02:49:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003897 10.0.0.27 - - [2026-05-14 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2026-05-14 02:49:32] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001504 10.0.0.27 - - [2026-05-14 02:49:32] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.053984 10.0.0.27 - - [2026-05-14 02:49:32] "POST /network-policys HTTP/1.1" 200 559 0.036317 10.0.0.27 - - [2026-05-14 02:49:32] "GET /network-policy/a6227a55-24a3-43ad-8940-52ffeb2fa8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007294 10.0.0.27 - - [2026-05-14 02:49:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.004155 10.0.0.27 - - [2026-05-14 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.23 - - [2026-05-14 02:49:32] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001229 10.0.0.27 - - [2026-05-14 02:49:32] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.047609 10.0.0.27 - - [2026-05-14 02:49:32] "POST /network-policys HTTP/1.1" 200 559 0.032480 10.0.0.27 - - [2026-05-14 02:49:32] "GET /network-policy/9602cb0d-1afb-4260-a249-5f7798cc8c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.011626 10.0.0.27 - - [2026-05-14 02:49:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003833 10.0.0.27 - - [2026-05-14 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.23 - - [2026-05-14 02:49:32] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.27 - - [2026-05-14 02:49:32] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.050798 10.0.0.27 - - [2026-05-14 02:49:33] "POST /network-policys HTTP/1.1" 200 559 0.035558 10.0.0.27 - - [2026-05-14 02:49:33] "GET /network-policy/4a8501b4-e1fa-4abf-9cfb-b3028f6e4aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.009728 10.0.0.27 - - [2026-05-14 02:49:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.003675 10.0.0.27 - - [2026-05-14 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.23 - - [2026-05-14 02:49:33] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002176 10.0.0.27 - - [2026-05-14 02:49:33] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.047312 10.0.0.27 - - [2026-05-14 02:49:33] "POST /network-policys HTTP/1.1" 200 559 0.032628 10.0.0.27 - - [2026-05-14 02:49:33] "GET /network-policy/2807265e-6bce-47cb-ba15-dc8fd4280fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.008685 10.0.0.27 - - [2026-05-14 02:49:33] "POST /neutron/network HTTP/1.1" 200 1492 0.132734 10.0.0.27 - - [2026-05-14 02:49:34] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.006949 10.0.0.27 - - [2026-05-14 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.22 - - [2026-05-14 02:49:34] "POST /access-control-lists HTTP/1.1" 200 605 0.109764 10.0.0.27 - - [2026-05-14 02:49:34] "GET /network-policy/4481d920-47d5-4f5e-9214-16346c8109d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005942 10.0.0.27 - - [2026-05-14 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2026-05-14 02:49:34] "GET /network-policy/ed245be7-48d0-4186-9a46-9110c8b2c709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004767 10.0.0.22 - - [2026-05-14 02:49:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.004029 10.0.0.27 - - [2026-05-14 02:49:34] "POST /neutron/network HTTP/1.1" 200 1493 0.104748 10.0.0.27 - - [2026-05-14 02:49:34] "GET /virtual-network/cd6d9b1c-af07-43c5-81a9-d17561911159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006207 10.0.0.27 - - [2026-05-14 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.015024 10.0.0.22 - - [2026-05-14 02:49:34] "POST /ref-update HTTP/1.1" 200 156 0.042680 10.0.0.27 - - [2026-05-14 02:49:34] "GET /network-policy/3b803e3b-ba36-40b3-bcb4-280512ab6107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.016441 10.0.0.27 - - [2026-05-14 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006851 10.0.0.27 - - [2026-05-14 02:49:34] "GET /network-policy/ec4e26a2-bd12-4ecf-822e-141c61735c45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004765 10.0.0.27 - - [2026-05-14 02:49:34] "POST /neutron/network HTTP/1.1" 200 1494 0.093422 10.0.0.27 - - [2026-05-14 02:49:34] "GET /virtual-network/4e5c4ae4-d537-480b-a8b0-952ca2d59a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008024 10.0.0.27 - - [2026-05-14 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.27 - - [2026-05-14 02:49:35] "GET /network-policy/9602cb0d-1afb-4260-a249-5f7798cc8c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004606 10.0.0.27 - - [2026-05-14 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.27 - - [2026-05-14 02:49:35] "GET /network-policy/a6227a55-24a3-43ad-8940-52ffeb2fa8a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004480 10.0.0.22 - - [2026-05-14 02:49:35] "POST /fqname-to-id HTTP/1.1" 404 248 0.010567 10.0.0.27 - - [2026-05-14 02:49:35] "POST /neutron/network HTTP/1.1" 200 1493 0.118380 10.0.0.27 - - [2026-05-14 02:49:35] "GET /virtual-network/23015163-49ee-4371-b5f3-ef8f30d152c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.007300 10.0.0.27 - - [2026-05-14 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.27 - - [2026-05-14 02:49:35] "GET /network-policy/2807265e-6bce-47cb-ba15-dc8fd4280fe9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004294 10.0.0.27 - - [2026-05-14 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.27 - - [2026-05-14 02:49:35] "GET /network-policy/4a8501b4-e1fa-4abf-9cfb-b3028f6e4aca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006017 10.0.0.27 - - [2026-05-14 02:49:35] "POST /id-to-fqname HTTP/1.1" 200 231 0.001304 10.0.0.23 - - [2026-05-14 02:49:44] "GET /obj-perms HTTP/1.1" 200 5056 0.128640 10.0.0.27 - - [2026-05-14 02:49:44] "GET /obj-perms HTTP/1.1" 200 5056 0.116457 10.0.0.23 - - [2026-05-14 02:50:13] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.032257 10.0.0.27 - - [2026-05-14 02:50:13] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.111946 10.0.0.27 - - [2026-05-14 02:50:14] "POST /neutron/network HTTP/1.1" 200 1492 0.015858 10.0.0.27 - - [2026-05-14 02:50:14] "POST /id-to-fqname HTTP/1.1" 200 231 0.001425 10.0.0.27 - - [2026-05-14 02:50:14] "POST /neutron/port HTTP/1.1" 200 117 0.007387 10.0.0.23 - - [2026-05-14 02:50:14] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001459 10.0.0.23 - - [2026-05-14 02:50:15] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.27 - - [2026-05-14 02:50:15] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.146797 10.0.0.27 - - [2026-05-14 02:50:15] "POST /neutron/port HTTP/1.1" 200 1168 0.709758 10.0.0.27 - - [2026-05-14 02:50:15] "POST /neutron/port HTTP/1.1" 200 1168 0.046492 10.0.0.27 - - [2026-05-14 02:50:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009510 10.0.0.27 - - [2026-05-14 02:50:16] "POST /neutron/port HTTP/1.1" 200 1232 0.056011 10.0.0.27 - - [2026-05-14 02:50:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007583 10.0.0.27 - - [2026-05-14 02:50:16] "POST /neutron/port HTTP/1.1" 200 117 0.003627 10.0.0.27 - - [2026-05-14 02:50:16] "POST /neutron/network HTTP/1.1" 200 1492 0.025355 10.0.0.27 - - [2026-05-14 02:50:18] "POST /neutron/port HTTP/1.1" 200 1223 0.282179 10.0.0.27 - - [2026-05-14 02:50:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008233 10.0.0.27 - - [2026-05-14 02:50:18] "POST /neutron/port HTTP/1.1" 200 117 0.005821 10.0.0.27 - - [2026-05-14 02:50:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.022823 10.0.0.27 - - [2026-05-14 02:50:31] "POST /neutron/port HTTP/1.1" 200 1232 0.046614 10.0.0.27 - - [2026-05-14 02:50:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.022965 10.0.0.27 - - [2026-05-14 02:50:47] "POST /neutron/port HTTP/1.1" 200 1232 0.062646 10.0.0.27 - - [2026-05-14 02:50:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008519 10.0.0.27 - - [2026-05-14 02:51:02] "POST /neutron/port HTTP/1.1" 200 1232 0.020716 10.0.0.27 - - [2026-05-14 02:51:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009795 10.0.0.27 - - [2026-05-14 02:51:18] "POST /neutron/port HTTP/1.1" 200 1232 0.019703 10.0.0.27 - - [2026-05-14 02:51:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008300 10.0.0.27 - - [2026-05-14 02:51:28] "POST /neutron/port HTTP/1.1" 200 1232 0.019934 10.0.0.27 - - [2026-05-14 02:51:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008429 10.0.0.27 - - [2026-05-14 02:51:28] "GET /virtual-machine/edec9643-5ac5-4098-97da-c106466de5a7 HTTP/1.1" 200 1301 0.007016 10.0.0.27 - - [2026-05-14 02:51:28] "GET /virtual-machine-interface/b7dda8ad-146f-49e5-ad5b-38705d306d3f HTTP/1.1" 200 3185 0.006490 10.0.0.27 - - [2026-05-14 02:51:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.27 - - [2026-05-14 02:51:28] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004073 10.0.0.27 - - [2026-05-14 02:51:28] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003605 10.0.0.27 - - [2026-05-14 02:51:28] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.008374 10.0.0.27 - - [2026-05-14 02:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005639 10.0.0.27 - - [2026-05-14 02:51:31] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.007694 10.0.0.27 - - [2026-05-14 02:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.27 - - [2026-05-14 02:51:35] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.005755 10.0.0.27 - - [2026-05-14 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.27 - - [2026-05-14 02:51:40] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.006618 10.0.0.27 - - [2026-05-14 02:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.27 - - [2026-05-14 02:51:44] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.006852 10.0.0.27 - - [2026-05-14 02:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.27 - - [2026-05-14 02:51:48] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.007508 10.0.0.27 - - [2026-05-14 02:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005249 10.0.0.27 - - [2026-05-14 02:51:52] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.006454 10.0.0.27 - - [2026-05-14 02:51:54] "POST /neutron/network HTTP/1.1" 200 1502 0.039969 10.0.0.27 - - [2026-05-14 02:51:54] "POST /neutron/subnet HTTP/1.1" 200 1351 0.018123 10.0.0.27 - - [2026-05-14 02:51:54] "POST /neutron/network HTTP/1.1" 200 1492 0.012785 10.0.0.27 - - [2026-05-14 02:51:55] "POST /neutron/network HTTP/1.1" 200 1503 0.008070 10.0.0.27 - - [2026-05-14 02:51:55] "POST /neutron/subnet HTTP/1.1" 200 1356 0.018544 10.0.0.27 - - [2026-05-14 02:51:55] "POST /neutron/network HTTP/1.1" 200 1493 0.017095 10.0.0.27 - - [2026-05-14 02:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.27 - - [2026-05-14 02:51:56] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.010181 10.0.0.27 - - [2026-05-14 02:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005646 10.0.0.27 - - [2026-05-14 02:52:00] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.009062 10.0.0.27 - - [2026-05-14 02:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.27 - - [2026-05-14 02:52:04] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.006523 10.0.0.27 - - [2026-05-14 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.27 - - [2026-05-14 02:52:06] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004576 10.0.0.27 - - [2026-05-14 02:52:06] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004032 10.0.0.27 - - [2026-05-14 02:52:06] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.007082 10.0.0.27 - - [2026-05-14 02:52:12] "POST /neutron/port HTTP/1.1" 200 1232 0.025500 10.0.0.27 - - [2026-05-14 02:52:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007821 10.0.0.27 - - [2026-05-14 02:52:20] "POST /neutron/port HTTP/1.1" 200 1233 0.022596 10.0.0.27 - - [2026-05-14 02:52:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008172 10.0.0.27 - - [2026-05-14 02:52:27] "POST /neutron/port HTTP/1.1" 200 1233 0.018790 10.0.0.27 - - [2026-05-14 02:52:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009195 10.0.0.27 - - [2026-05-14 02:52:27] "GET /virtual-machine/71a66f64-9890-408f-8784-7fafb531494b HTTP/1.1" 200 1299 0.007532 10.0.0.27 - - [2026-05-14 02:52:27] "GET /virtual-machine-interface/3ae4cee6-28dd-48e3-8653-67f9e0170e00 HTTP/1.1" 200 3183 0.008558 10.0.0.27 - - [2026-05-14 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.27 - - [2026-05-14 02:52:27] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004501 10.0.0.27 - - [2026-05-14 02:52:27] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003788 10.0.0.27 - - [2026-05-14 02:52:27] "GET /virtual-network/cd6d9b1c-af07-43c5-81a9-d17561911159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.007579 10.0.0.27 - - [2026-05-14 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.27 - - [2026-05-14 02:52:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004478 10.0.0.27 - - [2026-05-14 02:52:29] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003163 10.0.0.27 - - [2026-05-14 02:52:29] "GET /virtual-network/cd6d9b1c-af07-43c5-81a9-d17561911159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006433 10.0.0.22 - - [2026-05-14 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000637 10.0.0.22 - - [2026-05-14 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000564 10.0.0.22 - - [2026-05-14 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000536 10.0.0.22 - - [2026-05-14 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.23 - - [2026-05-14 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000940 10.0.0.23 - - [2026-05-14 02:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-05-14 02:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2026-05-14 02:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.27 - - [2026-05-14 02:52:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.27 - - [2026-05-14 02:52:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2026-05-14 02:52:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2026-05-14 02:52:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.27 - - [2026-05-14 02:52:34] "POST /neutron/port HTTP/1.1" 200 2311 0.026767 10.0.0.27 - - [2026-05-14 02:52:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009938 10.0.0.27 - - [2026-05-14 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.043662 10.0.0.27 - - [2026-05-14 02:52:34] "GET /network-policy/ec4e26a2-bd12-4ecf-822e-141c61735c45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006217 10.0.0.27 - - [2026-05-14 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2026-05-14 02:52:35] "GET /network-policy/3b803e3b-ba36-40b3-bcb4-280512ab6107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006660 10.0.0.27 - - [2026-05-14 02:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2026-05-14 02:52:35] "GET /network-policy/ed245be7-48d0-4186-9a46-9110c8b2c709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004689 10.0.0.27 - - [2026-05-14 02:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.27 - - [2026-05-14 02:52:35] "GET /network-policy/4481d920-47d5-4f5e-9214-16346c8109d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004909 10.0.0.27 - - [2026-05-14 02:52:53] "GET /virtual-machine/71a66f64-9890-408f-8784-7fafb531494b HTTP/1.1" 200 1299 0.035458 10.0.0.27 - - [2026-05-14 02:52:54] "POST /neutron/port HTTP/1.1" 200 1233 0.053755 10.0.0.27 - - [2026-05-14 02:52:56] "GET /virtual-machine/71a66f64-9890-408f-8784-7fafb531494b HTTP/1.1" 404 171 0.003711 10.0.0.27 - - [2026-05-14 02:52:56] "GET /virtual-machine/71a66f64-9890-408f-8784-7fafb531494b HTTP/1.1" 404 171 0.003163 10.0.0.27 - - [2026-05-14 02:52:56] "GET /virtual-machine/71a66f64-9890-408f-8784-7fafb531494b HTTP/1.1" 404 171 0.010890 10.0.0.27 - - [2026-05-14 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.27 - - [2026-05-14 02:52:56] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005040 10.0.0.27 - - [2026-05-14 02:52:56] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004068 10.0.0.27 - - [2026-05-14 02:52:56] "GET /virtual-network/cd6d9b1c-af07-43c5-81a9-d17561911159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.007016 10.0.0.27 - - [2026-05-14 02:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.27 - - [2026-05-14 02:52:56] "GET /routing-instance/e2e1bceb-dd8c-4f35-b31e-b55f45bb9210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005363 10.0.0.27 - - [2026-05-14 02:52:56] "GET /route-target/c4a5a650-515c-45f6-971e-2b75ab1bafe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004577 10.0.0.27 - - [2026-05-14 02:52:56] "GET /virtual-machine/71a66f64-9890-408f-8784-7fafb531494b HTTP/1.1" 404 171 0.003772 10.0.0.27 - - [2026-05-14 02:52:56] "POST /neutron/port HTTP/1.1" 200 1232 0.019498 10.0.0.27 - - [2026-05-14 02:52:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005028 10.0.0.27 - - [2026-05-14 02:52:56] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.27 - - [2026-05-14 02:52:57] "GET /virtual-machine/71a66f64-9890-408f-8784-7fafb531494b HTTP/1.1" 404 171 0.003845 10.0.0.27 - - [2026-05-14 02:52:58] "GET /virtual-machine/71a66f64-9890-408f-8784-7fafb531494b HTTP/1.1" 404 171 0.004702 10.0.0.27 - - [2026-05-14 02:52:59] "GET /virtual-machine/71a66f64-9890-408f-8784-7fafb531494b HTTP/1.1" 404 171 0.003936 10.0.0.27 - - [2026-05-14 02:53:00] "GET /virtual-machine/71a66f64-9890-408f-8784-7fafb531494b HTTP/1.1" 404 171 0.004106 10.0.0.27 - - [2026-05-14 02:53:01] "GET /virtual-machine/71a66f64-9890-408f-8784-7fafb531494b HTTP/1.1" 404 171 0.003961 10.0.0.27 - - [2026-05-14 02:53:01] "GET /obj-perms HTTP/1.1" 200 5046 0.078067 10.0.0.27 - - [2026-05-14 02:53:04] "GET /obj-perms HTTP/1.1" 200 5046 0.004394 10.0.0.27 - - [2026-05-14 02:53:10] "GET /obj-perms HTTP/1.1" 200 5046 0.006117 10.0.0.27 - - [2026-05-14 02:53:11] "GET /obj-perms HTTP/1.1" 200 5046 0.004090 10.0.0.22 - - [2026-05-14 02:53:11] "GET /obj-perms HTTP/1.1" 200 5046 0.059782 10.0.0.23 - - [2026-05-14 02:53:11] "GET /obj-perms HTTP/1.1" 200 5046 0.063443 10.0.0.27 - - [2026-05-14 02:53:11] "GET /virtual-machine/edec9643-5ac5-4098-97da-c106466de5a7 HTTP/1.1" 200 1301 0.004375 10.0.0.27 - - [2026-05-14 02:53:11] "POST /neutron/port HTTP/1.1" 200 1232 0.024932 10.0.0.27 - - [2026-05-14 02:53:13] "GET /virtual-machine/edec9643-5ac5-4098-97da-c106466de5a7 HTTP/1.1" 404 171 0.003883 10.0.0.27 - - [2026-05-14 02:53:13] "GET /virtual-machine/edec9643-5ac5-4098-97da-c106466de5a7 HTTP/1.1" 404 171 0.003634 10.0.0.27 - - [2026-05-14 02:53:13] "GET /virtual-machine/edec9643-5ac5-4098-97da-c106466de5a7 HTTP/1.1" 404 171 0.003499 10.0.0.27 - - [2026-05-14 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005328 10.0.0.27 - - [2026-05-14 02:53:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004502 10.0.0.27 - - [2026-05-14 02:53:13] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004543 10.0.0.27 - - [2026-05-14 02:53:13] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.008173 10.0.0.27 - - [2026-05-14 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005412 10.0.0.27 - - [2026-05-14 02:53:13] "GET /routing-instance/b262ca14-7d31-4df9-a97f-864c7a4987e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007136 10.0.0.27 - - [2026-05-14 02:53:13] "GET /route-target/8a88bfdb-9443-42ba-931c-6219f2d39019?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006420 10.0.0.27 - - [2026-05-14 02:53:16] "GET /obj-perms HTTP/1.1" 200 5046 0.004317 10.0.0.27 - - [2026-05-14 02:53:19] "GET /obj-perms HTTP/1.1" 200 5046 0.004790 10.0.0.27 - - [2026-05-14 02:53:26] "GET /obj-perms HTTP/1.1" 200 5046 0.004747 10.0.0.27 - - [2026-05-14 02:53:29] "GET /obj-perms HTTP/1.1" 200 5046 0.005603 10.0.0.27 - - [2026-05-14 02:53:35] "GET /obj-perms HTTP/1.1" 200 5046 0.004808 10.0.0.27 - - [2026-05-14 02:53:38] "GET /obj-perms HTTP/1.1" 200 5046 0.004272 10.0.0.27 - - [2026-05-14 02:53:41] "GET /obj-perms HTTP/1.1" 200 5046 0.006321 10.0.0.27 - - [2026-05-14 02:53:41] "GET /virtual-network/23015163-49ee-4371-b5f3-ef8f30d152c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.008748 10.0.0.27 - - [2026-05-14 02:53:41] "POST /neutron/network HTTP/1.1" 200 1493 0.013222 10.0.0.22 - - [2026-05-14 02:53:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.110424 10.0.0.27 - - [2026-05-14 02:53:42] "GET /virtual-network/23015163-49ee-4371-b5f3-ef8f30d152c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.013853 10.0.0.27 - - [2026-05-14 02:53:42] "GET /virtual-network/4e5c4ae4-d537-480b-a8b0-952ca2d59a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007210 10.0.0.27 - - [2026-05-14 02:53:42] "POST /neutron/network HTTP/1.1" 200 1494 0.014361 10.0.0.22 - - [2026-05-14 02:53:42] "DELETE /access-control-list/c6873238-38ba-4a81-8f87-c06ad673a14d HTTP/1.1" 200 115 0.135421 10.0.0.27 - - [2026-05-14 02:53:42] "GET /virtual-network/4e5c4ae4-d537-480b-a8b0-952ca2d59a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.011903 10.0.0.27 - - [2026-05-14 02:53:42] "GET /virtual-network/cd6d9b1c-af07-43c5-81a9-d17561911159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006223 10.0.0.27 - - [2026-05-14 02:53:42] "POST /neutron/network HTTP/1.1" 200 1493 0.014199 10.0.0.27 - - [2026-05-14 02:53:43] "GET /virtual-network/cd6d9b1c-af07-43c5-81a9-d17561911159?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.011731 10.0.0.27 - - [2026-05-14 02:53:43] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3795 0.009658 10.0.0.27 - - [2026-05-14 02:53:43] "POST /neutron/network HTTP/1.1" 200 1492 0.015352 10.0.0.22 - - [2026-05-14 02:53:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.004535 10.0.0.22 - - [2026-05-14 02:53:43] "DELETE /access-control-list/379868af-0d78-47bf-b81a-3825fb3be8ba HTTP/1.1" 200 115 0.044529 10.0.0.27 - - [2026-05-14 02:53:43] "GET /virtual-network/dad76bcf-e412-48e2-9591-2834502eb124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3190 0.013388 10.0.0.27 - - [2026-05-14 02:53:43] "DELETE /network-policy/2807265e-6bce-47cb-ba15-dc8fd4280fe9 HTTP/1.1" 200 115 0.047080 10.0.0.27 - - [2026-05-14 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084 10.0.0.23 - - [2026-05-14 02:53:43] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.27 - - [2026-05-14 02:53:43] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.054176 10.0.0.27 - - [2026-05-14 02:53:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-12386458&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.007067 10.0.0.27 - - [2026-05-14 02:53:43] "DELETE /network-policy/4a8501b4-e1fa-4abf-9cfb-b3028f6e4aca HTTP/1.1" 200 115 0.062966 10.0.0.27 - - [2026-05-14 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.23 - - [2026-05-14 02:53:43] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.27 - - [2026-05-14 02:53:43] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.043967 10.0.0.27 - - [2026-05-14 02:53:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-12386458&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.007375 10.0.0.27 - - [2026-05-14 02:53:44] "DELETE /network-policy/9602cb0d-1afb-4260-a249-5f7798cc8c61 HTTP/1.1" 200 115 0.046467 10.0.0.27 - - [2026-05-14 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009652 10.0.0.23 - - [2026-05-14 02:53:44] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001179 10.0.0.27 - - [2026-05-14 02:53:44] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.051959 10.0.0.27 - - [2026-05-14 02:53:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-12386458&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006835 10.0.0.27 - - [2026-05-14 02:53:44] "DELETE /network-policy/a6227a55-24a3-43ad-8940-52ffeb2fa8a1 HTTP/1.1" 200 115 0.046325 10.0.0.27 - - [2026-05-14 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.23 - - [2026-05-14 02:53:44] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001215 10.0.0.27 - - [2026-05-14 02:53:44] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.057518 10.0.0.27 - - [2026-05-14 02:53:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-12386458&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.008081 10.0.0.27 - - [2026-05-14 02:53:44] "DELETE /network-policy/3b803e3b-ba36-40b3-bcb4-280512ab6107 HTTP/1.1" 200 115 0.053510 10.0.0.27 - - [2026-05-14 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2026-05-14 02:53:44] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001298 10.0.0.27 - - [2026-05-14 02:53:44] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.056143 10.0.0.27 - - [2026-05-14 02:53:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-12386458&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.006464 10.0.0.27 - - [2026-05-14 02:53:44] "DELETE /network-policy/ec4e26a2-bd12-4ecf-822e-141c61735c45 HTTP/1.1" 200 115 0.040192 10.0.0.27 - - [2026-05-14 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004589 10.0.0.23 - - [2026-05-14 02:53:44] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.27 - - [2026-05-14 02:53:44] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.050124 10.0.0.27 - - [2026-05-14 02:53:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-12386458&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.007471 10.0.0.27 - - [2026-05-14 02:53:45] "DELETE /network-policy/4481d920-47d5-4f5e-9214-16346c8109d4 HTTP/1.1" 200 115 0.046324 10.0.0.27 - - [2026-05-14 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005782 10.0.0.23 - - [2026-05-14 02:53:45] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.27 - - [2026-05-14 02:53:45] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.046326 10.0.0.27 - - [2026-05-14 02:53:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-12386458&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006387 10.0.0.27 - - [2026-05-14 02:53:45] "DELETE /network-policy/ed245be7-48d0-4186-9a46-9110c8b2c709 HTTP/1.1" 200 115 0.044758 10.0.0.27 - - [2026-05-14 02:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.23 - - [2026-05-14 02:53:45] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.27 - - [2026-05-14 02:53:45] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.064265 10.0.0.27 - - [2026-05-14 02:53:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-12386458&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008231 10.0.0.27 - - [2026-05-14 02:53:45] "POST /neutron/network HTTP/1.1" 200 1308 0.014116 10.0.0.22 - - [2026-05-14 02:53:45] "DELETE /route-target/5263e569-fa75-4586-90ff-7990477523e2 HTTP/1.1" 200 115 0.025869 10.0.0.23 - - [2026-05-14 02:53:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004415 10.0.0.23 - - [2026-05-14 02:53:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003171 10.0.0.23 - - [2026-05-14 02:53:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003705 10.0.0.23 - - [2026-05-14 02:53:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003190 10.0.0.23 - - [2026-05-14 02:53:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003847 10.0.0.23 - - [2026-05-14 02:53:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004675 10.0.0.27 - - [2026-05-14 02:53:46] "POST /neutron/network HTTP/1.1" 200 151 0.161269 10.0.0.22 - - [2026-05-14 02:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.27 - - [2026-05-14 02:53:46] "POST /neutron/network HTTP/1.1" 200 1307 0.012194 10.0.0.22 - - [2026-05-14 02:53:47] "DELETE /route-target/8a88bfdb-9443-42ba-931c-6219f2d39019 HTTP/1.1" 200 115 0.031033 10.0.0.27 - - [2026-05-14 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.27 - - [2026-05-14 02:53:47] "DELETE /network-ipam/45f91edd-caf9-4f6c-a790-8318e6cbe066 HTTP/1.1" 200 115 0.041231 10.0.0.27 - - [2026-05-14 02:53:47] "POST /fqname-to-id HTTP/1.1" 404 252 0.003499 10.0.0.23 - - [2026-05-14 02:53:47] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.23 - - [2026-05-14 02:53:47] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.046952 10.0.0.23 - - [2026-05-14 02:53:47] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.23 - - [2026-05-14 02:53:47] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?fields=security_groups HTTP/1.1" 200 1396 0.047785 10.0.0.23 - - [2026-05-14 02:53:47] "DELETE /security-group/0dfe5a4b-ca46-4d4f-8f2f-d13d9c733784 HTTP/1.1" 200 115 0.058298 10.0.0.23 - - [2026-05-14 02:53:47] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001493 10.0.0.23 - - [2026-05-14 02:53:47] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?fields=application_policy_sets HTTP/1.1" 200 1435 0.062460 10.0.0.27 - - [2026-05-14 02:53:48] "DELETE /project/066cefdd-1a06-4838-b78a-c9fdb443d455 HTTP/1.1" 200 115 0.448353 10.0.0.23 - - [2026-05-14 02:53:48] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.27 - - [2026-05-14 02:53:48] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?fields=projects HTTP/1.1" 200 1438 0.012138 10.0.0.27 - - [2026-05-14 02:53:53] "POST /fqname-to-id HTTP/1.1" 404 225 0.003843 10.0.0.23 - - [2026-05-14 02:53:53] "POST /id-to-fqname HTTP/1.1" 200 198 0.004030 10.0.0.23 - - [2026-05-14 02:53:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.007561 10.0.0.23 - - [2026-05-14 02:53:53] "POST /security-groups HTTP/1.1" 200 599 0.040888 10.0.0.22 - - [2026-05-14 02:53:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.004679 10.0.0.23 - - [2026-05-14 02:53:53] "POST /projects HTTP/1.1" 200 601 0.271473 10.0.0.27 - - [2026-05-14 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.309814 10.0.0.23 - - [2026-05-14 02:53:53] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001195 10.0.0.27 - - [2026-05-14 02:53:53] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.044972 10.0.0.22 - - [2026-05-14 02:53:53] "POST /access-control-lists HTTP/1.1" 200 602 0.054034 10.0.0.27 - - [2026-05-14 02:53:53] "POST /network-policys HTTP/1.1" 200 559 0.044746 10.0.0.27 - - [2026-05-14 02:53:53] "GET /network-policy/528407f0-e700-468c-83c2-e2234b2f2700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.006840 10.0.0.27 - - [2026-05-14 02:53:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.23 - - [2026-05-14 02:53:53] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003025 10.0.0.27 - - [2026-05-14 02:53:54] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.048796 10.0.0.23 - - [2026-05-14 02:53:54] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.27 - - [2026-05-14 02:53:54] "POST /neutron/network HTTP/1.1" 200 615 0.162264 10.0.0.27 - - [2026-05-14 02:53:54] "POST /neutron/network HTTP/1.1" 200 1007 0.013949 10.0.0.27 - - [2026-05-14 02:53:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.001338 10.0.0.27 - - [2026-05-14 02:53:54] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006334 10.0.0.27 - - [2026-05-14 02:53:54] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006754 10.0.0.27 - - [2026-05-14 02:53:54] "POST /neutron/subnet HTTP/1.1" 200 721 0.012687 10.0.0.22 - - [2026-05-14 02:53:55] "POST /fqname-to-id HTTP/1.1" 404 244 0.009311 10.0.0.27 - - [2026-05-14 02:53:55] "POST /neutron/network HTTP/1.1" 200 1106 0.130567 10.0.0.27 - - [2026-05-14 02:53:55] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.009538 10.0.0.27 - - [2026-05-14 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.27 - - [2026-05-14 02:53:55] "GET /network-policy/528407f0-e700-468c-83c2-e2234b2f2700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3104 0.005590 10.0.0.27 - - [2026-05-14 02:53:55] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.008736 10.0.0.22 - - [2026-05-14 02:53:55] "GET /obj-perms HTTP/1.1" 200 5046 0.004412 10.0.0.23 - - [2026-05-14 02:53:55] "GET /obj-perms HTTP/1.1" 200 5046 0.004205 10.0.0.27 - - [2026-05-14 02:53:55] "POST /id-to-fqname HTTP/1.1" 200 229 0.001554 10.0.0.23 - - [2026-05-14 02:53:56] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001808 10.0.0.27 - - [2026-05-14 02:53:56] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.088526 10.0.0.27 - - [2026-05-14 02:53:56] "POST /neutron/network HTTP/1.1" 200 1106 0.042414 10.0.0.27 - - [2026-05-14 02:53:57] "POST /id-to-fqname HTTP/1.1" 200 229 0.001628 10.0.0.27 - - [2026-05-14 02:53:57] "POST /neutron/port HTTP/1.1" 200 117 0.007697 10.0.0.23 - - [2026-05-14 02:53:57] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.27 - - [2026-05-14 02:53:58] "POST /neutron/port HTTP/1.1" 200 1174 0.424901 10.0.0.23 - - [2026-05-14 02:53:58] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001415 10.0.0.27 - - [2026-05-14 02:53:58] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.111013 10.0.0.27 - - [2026-05-14 02:53:58] "POST /neutron/port HTTP/1.1" 200 1228 0.203369 10.0.0.27 - - [2026-05-14 02:53:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006393 10.0.0.27 - - [2026-05-14 02:53:58] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.27 - - [2026-05-14 02:53:58] "POST /neutron/network HTTP/1.1" 200 1106 0.010278 10.0.0.27 - - [2026-05-14 02:53:59] "POST /neutron/port HTTP/1.1" 200 1238 0.027539 10.0.0.23 - - [2026-05-14 02:53:59] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001243 10.0.0.27 - - [2026-05-14 02:53:59] "POST /neutron/port HTTP/1.1" 200 1174 0.381128 10.0.0.27 - - [2026-05-14 02:54:00] "POST /neutron/port HTTP/1.1" 200 1228 0.214217 10.0.0.27 - - [2026-05-14 02:54:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004963 10.0.0.27 - - [2026-05-14 02:54:00] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.27 - - [2026-05-14 02:54:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010561 10.0.0.27 - - [2026-05-14 02:54:04] "POST /neutron/port HTTP/1.1" 200 1238 0.021073 10.0.0.27 - - [2026-05-14 02:54:04] "GET /virtual-machine/21415b43-14e3-4514-a07f-eef3b2f07bc6 HTTP/1.1" 200 1300 0.008654 10.0.0.27 - - [2026-05-14 02:54:04] "GET /virtual-machine-interface/93becc02-9122-40f8-89e3-895a6001c1d2 HTTP/1.1" 200 3178 0.005827 10.0.0.27 - - [2026-05-14 02:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.27 - - [2026-05-14 02:54:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003835 10.0.0.27 - - [2026-05-14 02:54:04] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002947 10.0.0.27 - - [2026-05-14 02:54:04] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006468 10.0.0.27 - - [2026-05-14 02:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.27 - - [2026-05-14 02:54:07] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007350 10.0.0.27 - - [2026-05-14 02:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.27 - - [2026-05-14 02:54:11] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005756 10.0.0.27 - - [2026-05-14 02:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.27 - - [2026-05-14 02:54:15] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006573 10.0.0.27 - - [2026-05-14 02:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.27 - - [2026-05-14 02:54:19] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006100 10.0.0.27 - - [2026-05-14 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.27 - - [2026-05-14 02:54:23] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006515 10.0.0.27 - - [2026-05-14 02:54:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.27 - - [2026-05-14 02:54:28] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006232 10.0.0.27 - - [2026-05-14 02:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005721 10.0.0.27 - - [2026-05-14 02:54:32] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.008387 10.0.0.27 - - [2026-05-14 02:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.27 - - [2026-05-14 02:54:36] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005893 10.0.0.27 - - [2026-05-14 02:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.27 - - [2026-05-14 02:54:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004362 10.0.0.27 - - [2026-05-14 02:54:38] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004218 10.0.0.27 - - [2026-05-14 02:54:38] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006376 10.0.0.23 - - [2026-05-14 02:54:38] "DELETE /project/066cefdd1a064838b78ac9fdb443d455 HTTP/1.1" 404 173 0.035296 10.0.0.27 - - [2026-05-14 02:54:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008563 10.0.0.27 - - [2026-05-14 02:54:48] "POST /neutron/port HTTP/1.1" 200 1238 0.021971 10.0.0.27 - - [2026-05-14 02:54:49] "GET /obj-perms HTTP/1.1" 200 5056 0.114476 10.0.0.27 - - [2026-05-14 02:54:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.333199 10.0.0.27 - - [2026-05-14 02:54:54] "POST /neutron/port HTTP/1.1" 200 1238 0.022493 10.0.0.27 - - [2026-05-14 02:54:56] "POST /neutron/port HTTP/1.1" 200 1238 0.021583 10.0.0.27 - - [2026-05-14 02:54:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004290 10.0.0.27 - - [2026-05-14 02:54:56] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.27 - - [2026-05-14 02:54:56] "POST /neutron/port HTTP/1.1" 200 1238 0.022528 10.0.0.27 - - [2026-05-14 02:54:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008137 10.0.0.27 - - [2026-05-14 02:54:56] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.27 - - [2026-05-14 02:54:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010140 10.0.0.27 - - [2026-05-14 02:54:59] "POST /neutron/port HTTP/1.1" 200 1238 0.018532 10.0.0.27 - - [2026-05-14 02:54:59] "GET /virtual-machine/6c96da71-fd39-43a2-8b1a-b6e84b631a06 HTTP/1.1" 200 1300 0.008002 10.0.0.27 - - [2026-05-14 02:54:59] "GET /virtual-machine-interface/6151a68a-60bf-417f-b879-f71139f92a76 HTTP/1.1" 200 3178 0.006572 10.0.0.27 - - [2026-05-14 02:54:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006443 10.0.0.27 - - [2026-05-14 02:54:59] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004514 10.0.0.27 - - [2026-05-14 02:54:59] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003485 10.0.0.27 - - [2026-05-14 02:54:59] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006080 10.0.0.27 - - [2026-05-14 02:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007320 10.0.0.27 - - [2026-05-14 02:55:00] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004961 10.0.0.27 - - [2026-05-14 02:55:00] "GET /virtual-networks?parent_id=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003911 10.0.0.27 - - [2026-05-14 02:55:00] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007665 10.0.0.27 - - [2026-05-14 02:55:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008829 10.0.0.27 - - [2026-05-14 02:55:29] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.008360 10.0.0.22 - - [2026-05-14 02:55:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.020873 10.0.0.27 - - [2026-05-14 02:55:29] "POST /neutron/network HTTP/1.1" 200 1007 0.019648 10.0.0.27 - - [2026-05-14 02:55:29] "GET /virtual-network/accf4c1e-d00d-4c84-9594-dc257afc4345?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007968 10.0.0.27 - - [2026-05-14 02:55:30] "POST /neutron/port HTTP/1.1" 200 1238 0.022690 10.0.0.27 - - [2026-05-14 02:55:30] "POST /neutron/port HTTP/1.1" 200 1238 0.020897 10.0.0.27 - - [2026-05-14 02:55:32] "POST /neutron/network HTTP/1.1" 200 1007 0.011405 10.0.0.22 - - [2026-05-14 02:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.009586 10.0.0.27 - - [2026-05-14 02:55:32] "DELETE /network-policy/528407f0-e700-468c-83c2-e2234b2f2700 HTTP/1.1" 200 115 0.045658 10.0.0.23 - - [2026-05-14 02:55:35] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.027920 10.0.0.27 - - [2026-05-14 02:55:35] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.111358 10.0.0.23 - - [2026-05-14 02:55:35] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.27 - - [2026-05-14 02:55:35] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?fields=virtual_networks HTTP/1.1" 200 1057 0.061623 10.0.0.23 - - [2026-05-14 02:55:35] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001644 10.0.0.27 - - [2026-05-14 02:55:35] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.061040 10.0.0.23 - - [2026-05-14 02:55:35] "GET /projects?obj_uuids=066cefdd-1a06-4838-b78a-c9fdb443d455&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.27 - - [2026-05-14 02:55:35] "GET /project/066cefdd-1a06-4838-b78a-c9fdb443d455?fields=security_groups HTTP/1.1" 200 1291 0.042753 10.0.0.27 - - [2026-05-14 02:55:36] "POST /fqname-to-id HTTP/1.1" 404 202 0.033758 10.0.0.23 - - [2026-05-14 02:55:36] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003464 10.0.0.23 - - [2026-05-14 02:55:36] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.23 - - [2026-05-14 02:55:36] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008411 10.0.0.23 - - [2026-05-14 02:55:36] "POST /id-to-fqname HTTP/1.1" 200 204 0.006832 10.0.0.23 - - [2026-05-14 02:55:36] "POST /fqname-to-id HTTP/1.1" 404 213 0.008965 10.0.0.23 - - [2026-05-14 02:55:36] "POST /security-groups HTTP/1.1" 200 605 0.039995 10.0.0.23 - - [2026-05-14 02:55:36] "POST /projects HTTP/1.1" 200 613 0.268332 10.0.0.23 - - [2026-05-14 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.315717 10.0.0.22 - - [2026-05-14 02:55:36] "POST /access-control-lists HTTP/1.1" 200 610 0.038284 10.0.0.27 - - [2026-05-14 02:55:37] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.502885 10.0.0.27 - - [2026-05-14 02:55:38] "GET / HTTP/1.1" 200 35931 0.001783 10.0.0.22 - - [2026-05-14 02:55:38] "DELETE /access-control-list/1bbc9f0e-f558-4fb3-83f0-974e77d720b2 HTTP/1.1" 200 115 0.046232 10.0.0.23 - - [2026-05-14 02:55:38] "DELETE /project/066cefdd-1a06-4838-b78a-c9fdb443d455 HTTP/1.1" 404 177 0.003958 10.0.0.23 - - [2026-05-14 02:55:38] "DELETE /project/b94b3b04e23648c08228bfce834891e5 HTTP/1.1" 404 173 0.007836 10.0.0.27 - - [2026-05-14 02:55:42] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000485 10.0.0.23 - - [2026-05-14 02:55:42] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001199 10.0.0.27 - - [2026-05-14 02:55:42] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.089254 10.0.0.27 - - [2026-05-14 02:55:43] "GET / HTTP/1.1" 200 35931 0.001886 10.0.0.27 - - [2026-05-14 02:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.23 - - [2026-05-14 02:55:43] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.27 - - [2026-05-14 02:55:43] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008736 10.0.0.27 - - [2026-05-14 02:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.23 - - [2026-05-14 02:55:43] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001135 10.0.0.27 - - [2026-05-14 02:55:43] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.056183 10.0.0.27 - - [2026-05-14 02:55:44] "GET /domains HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2026-05-14 02:55:45] "GET /domains HTTP/1.1" 200 280 0.036465 10.0.0.23 - - [2026-05-14 02:55:45] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.27 - - [2026-05-14 02:55:45] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40 HTTP/1.1" 200 2781 0.010781 10.0.0.23 - - [2026-05-14 02:55:45] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001196 10.0.0.27 - - [2026-05-14 02:55:45] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5 HTTP/1.1" 200 1946 0.100917 10.0.0.27 - - [2026-05-14 02:55:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004062 10.0.0.27 - - [2026-05-14 02:55:45] "POST /network-ipams HTTP/1.1" 200 627 0.036843 10.0.0.27 - - [2026-05-14 02:55:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003630 10.0.0.27 - - [2026-05-14 02:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.27 - - [2026-05-14 02:55:45] "GET /network-ipam/d15449c8-5ce5-4f97-a1ae-d3fc13a878b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.006917 10.0.0.27 - - [2026-05-14 02:55:45] "PUT /network-ipam/d15449c8-5ce5-4f97-a1ae-d3fc13a878b6 HTTP/1.1" 200 258 0.019863 10.0.0.27 - - [2026-05-14 02:55:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000516 10.0.0.27 - - [2026-05-14 02:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.038002 10.0.0.23 - - [2026-05-14 02:55:46] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001070 10.0.0.27 - - [2026-05-14 02:55:46] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.046684 10.0.0.23 - - [2026-05-14 02:55:46] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001401 10.0.0.27 - - [2026-05-14 02:55:46] "POST /neutron/network HTTP/1.1" 200 625 0.158658 10.0.0.22 - - [2026-05-14 02:55:46] "POST /ref-update HTTP/1.1" 200 156 0.026011 10.0.0.27 - - [2026-05-14 02:55:47] "POST /neutron/network HTTP/1.1" 200 1144 0.012004 10.0.0.27 - - [2026-05-14 02:55:47] "POST /id-to-fqname HTTP/1.1" 200 237 0.001211 10.0.0.27 - - [2026-05-14 02:55:47] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.006188 10.0.0.27 - - [2026-05-14 02:55:47] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.015356 10.0.0.27 - - [2026-05-14 02:55:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.009648 10.0.0.27 - - [2026-05-14 02:55:47] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.006546 10.0.0.27 - - [2026-05-14 02:55:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.004062 10.0.0.27 - - [2026-05-14 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2026-05-14 02:55:49] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001152 10.0.0.27 - - [2026-05-14 02:55:49] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.052781 10.0.0.27 - - [2026-05-14 02:55:49] "POST /network-policys HTTP/1.1" 200 565 0.078049 10.0.0.27 - - [2026-05-14 02:55:49] "GET /network-policy/902c24df-baa1-4899-a088-49541a5bf4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.007787 10.0.0.27 - - [2026-05-14 02:55:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.003021 10.0.0.27 - - [2026-05-14 02:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.23 - - [2026-05-14 02:55:49] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001145 10.0.0.27 - - [2026-05-14 02:55:49] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.042047 10.0.0.27 - - [2026-05-14 02:55:50] "POST /network-policys HTTP/1.1" 200 565 0.077983 10.0.0.27 - - [2026-05-14 02:55:50] "GET /network-policy/88b74175-37c3-4661-aae7-2a0a595852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.006552 10.0.0.27 - - [2026-05-14 02:55:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.003457 10.0.0.27 - - [2026-05-14 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.23 - - [2026-05-14 02:55:50] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001275 10.0.0.27 - - [2026-05-14 02:55:50] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.057630 10.0.0.27 - - [2026-05-14 02:55:50] "POST /network-policys HTTP/1.1" 200 565 0.036192 10.0.0.27 - - [2026-05-14 02:55:50] "GET /network-policy/7c8529b5-d875-48fc-9ea8-8157e0398857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.007132 10.0.0.27 - - [2026-05-14 02:55:50] "POST /neutron/network HTTP/1.1" 200 1342 0.103686 10.0.0.27 - - [2026-05-14 02:55:51] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3310 0.014083 10.0.0.27 - - [2026-05-14 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005793 10.0.0.27 - - [2026-05-14 02:55:51] "GET /network-policy/88b74175-37c3-4661-aae7-2a0a595852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004563 10.0.0.27 - - [2026-05-14 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.27 - - [2026-05-14 02:55:51] "GET /network-policy/902c24df-baa1-4899-a088-49541a5bf4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004889 10.0.0.27 - - [2026-05-14 02:55:51] "POST /id-to-fqname HTTP/1.1" 200 237 0.001494 10.0.0.23 - - [2026-05-14 02:55:52] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001526 10.0.0.27 - - [2026-05-14 02:55:52] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.081026 10.0.0.27 - - [2026-05-14 02:55:52] "POST /neutron/network HTTP/1.1" 200 1342 0.010053 10.0.0.27 - - [2026-05-14 02:55:52] "POST /neutron/port HTTP/1.1" 200 117 0.007434 10.0.0.27 - - [2026-05-14 02:55:53] "POST /neutron/port HTTP/1.1" 200 1183 0.026556 10.0.0.27 - - [2026-05-14 02:55:53] "POST /neutron/port HTTP/1.1" 200 1247 0.025354 10.0.0.27 - - [2026-05-14 02:55:53] "POST /neutron/subnet HTTP/1.1" 200 1394 0.018385 10.0.0.27 - - [2026-05-14 02:55:53] "POST /neutron/network HTTP/1.1" 200 1342 0.015232 10.0.0.27 - - [2026-05-14 02:55:57] "POST /neutron/port HTTP/1.1" 200 1247 0.021569 10.0.0.27 - - [2026-05-14 02:55:57] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009033 10.0.0.27 - - [2026-05-14 02:55:57] "GET /virtual-machine/d4ec3c7f-ef69-4534-9b5f-04d78249abad HTTP/1.1" 401 292 0.000541 10.0.0.27 - - [2026-05-14 02:55:58] "GET /virtual-machine/d4ec3c7f-ef69-4534-9b5f-04d78249abad HTTP/1.1" 200 1307 0.045911 10.0.0.27 - - [2026-05-14 02:55:58] "GET /virtual-machine-interface/a8b7ac17-7196-4b81-be4f-0010c93ca215 HTTP/1.1" 200 3178 0.006853 10.0.0.27 - - [2026-05-14 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.27 - - [2026-05-14 02:55:58] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009395 10.0.0.27 - - [2026-05-14 02:55:58] "GET /virtual-networks?parent_id=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003820 10.0.0.27 - - [2026-05-14 02:55:58] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3310 0.008180 10.0.0.27 - - [2026-05-14 02:55:58] "POST /neutron/network HTTP/1.1" 200 1352 0.008547 10.0.0.27 - - [2026-05-14 02:55:58] "POST /neutron/subnet HTTP/1.1" 200 1394 0.026346 10.0.0.27 - - [2026-05-14 02:55:58] "POST /neutron/network HTTP/1.1" 200 1342 0.015007 10.0.0.27 - - [2026-05-14 02:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005771 10.0.0.27 - - [2026-05-14 02:56:01] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3310 0.007102 10.0.0.27 - - [2026-05-14 02:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.27 - - [2026-05-14 02:56:05] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3310 0.006496 10.0.0.27 - - [2026-05-14 02:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.27 - - [2026-05-14 02:56:09] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3310 0.006938 10.0.0.27 - - [2026-05-14 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.27 - - [2026-05-14 02:56:13] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3310 0.005822 10.0.0.27 - - [2026-05-14 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.27 - - [2026-05-14 02:56:17] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3310 0.006292 10.0.0.27 - - [2026-05-14 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.27 - - [2026-05-14 02:56:22] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3310 0.006629 10.0.0.27 - - [2026-05-14 02:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.27 - - [2026-05-14 02:56:26] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3310 0.006719 10.0.0.27 - - [2026-05-14 02:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.27 - - [2026-05-14 02:56:30] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3310 0.007078 10.0.0.27 - - [2026-05-14 02:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.27 - - [2026-05-14 02:56:34] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004490 10.0.0.27 - - [2026-05-14 02:56:34] "GET /virtual-networks?parent_id=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003458 10.0.0.27 - - [2026-05-14 02:56:34] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3310 0.006455 10.0.0.27 - - [2026-05-14 02:56:39] "POST /neutron/port HTTP/1.1" 200 1247 0.023432 10.0.0.27 - - [2026-05-14 02:56:44] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007799 10.0.0.27 - - [2026-05-14 02:56:50] "POST /neutron/port HTTP/1.1" 200 1247 0.023562 10.0.0.22 - - [2026-05-14 02:56:51] "GET /obj-perms HTTP/1.1" 200 5056 0.062501 10.0.0.23 - - [2026-05-14 02:56:51] "GET /obj-perms HTTP/1.1" 200 5056 0.060882 10.0.0.27 - - [2026-05-14 02:56:55] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009811 10.0.0.27 - - [2026-05-14 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.27 - - [2026-05-14 02:56:55] "GET /network-policy/902c24df-baa1-4899-a088-49541a5bf4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004034 10.0.0.27 - - [2026-05-14 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.010199 10.0.0.27 - - [2026-05-14 02:56:55] "GET /network-policy/88b74175-37c3-4661-aae7-2a0a595852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.006256 10.0.0.27 - - [2026-05-14 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.27 - - [2026-05-14 02:56:55] "GET /network-policy/7c8529b5-d875-48fc-9ea8-8157e0398857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004657 10.0.0.27 - - [2026-05-14 02:56:55] "POST /neutron/network HTTP/1.1" 200 1342 0.012507 10.0.0.22 - - [2026-05-14 02:56:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.006316 10.0.0.22 - - [2026-05-14 02:56:55] "PUT /access-control-list/55c6ab48-2932-4fa8-a1e9-048734052008 HTTP/1.1" 200 272 0.017378 10.0.0.27 - - [2026-05-14 02:56:56] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3606 0.008690 10.0.0.27 - - [2026-05-14 02:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.27 - - [2026-05-14 02:56:56] "GET /network-policy/7c8529b5-d875-48fc-9ea8-8157e0398857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004545 10.0.0.27 - - [2026-05-14 02:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.27 - - [2026-05-14 02:56:56] "GET /network-policy/88b74175-37c3-4661-aae7-2a0a595852c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004767 10.0.0.27 - - [2026-05-14 02:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.27 - - [2026-05-14 02:56:56] "GET /network-policy/902c24df-baa1-4899-a088-49541a5bf4ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005445 10.0.0.27 - - [2026-05-14 02:57:00] "POST /neutron/port HTTP/1.1" 200 1247 0.051283 10.0.0.27 - - [2026-05-14 02:57:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004473 10.0.0.27 - - [2026-05-14 02:57:00] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.27 - - [2026-05-14 02:57:01] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3606 0.007464 10.0.0.27 - - [2026-05-14 02:57:01] "POST /neutron/network HTTP/1.1" 200 1434 0.013157 10.0.0.27 - - [2026-05-14 02:57:01] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.010468 10.0.0.27 - - [2026-05-14 02:57:06] "GET /virtual-machine/d4ec3c7f-ef69-4534-9b5f-04d78249abad HTTP/1.1" 200 1307 0.004991 10.0.0.27 - - [2026-05-14 02:57:07] "POST /neutron/port HTTP/1.1" 200 1247 0.020327 10.0.0.27 - - [2026-05-14 02:57:08] "GET /virtual-machine/d4ec3c7f-ef69-4534-9b5f-04d78249abad HTTP/1.1" 404 171 0.005625 10.0.0.27 - - [2026-05-14 02:57:08] "GET /virtual-machine/d4ec3c7f-ef69-4534-9b5f-04d78249abad HTTP/1.1" 404 171 0.004319 10.0.0.27 - - [2026-05-14 02:57:08] "GET /virtual-machine/d4ec3c7f-ef69-4534-9b5f-04d78249abad HTTP/1.1" 404 171 0.004654 10.0.0.27 - - [2026-05-14 02:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005405 10.0.0.27 - - [2026-05-14 02:57:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005050 10.0.0.27 - - [2026-05-14 02:57:08] "GET /virtual-networks?parent_id=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003154 10.0.0.27 - - [2026-05-14 02:57:08] "GET /virtual-network/b896b5e4-1319-4fba-9ce8-8309fad5d473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.006953 10.0.0.27 - - [2026-05-14 02:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.27 - - [2026-05-14 02:57:09] "GET /routing-instance/99ab99c9-a2f1-4b8c-a664-5baf7fcce541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005479 10.0.0.27 - - [2026-05-14 02:57:09] "GET /route-target/f7fffaae-a1ee-4f02-8f40-dba23e1bd574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004731 10.0.0.27 - - [2026-05-14 02:57:09] "GET /obj-perms HTTP/1.1" 200 5021 0.061858 10.0.0.27 - - [2026-05-14 02:57:12] "GET /obj-perms HTTP/1.1" 200 5021 0.004148 10.0.0.27 - - [2026-05-14 02:57:12] "DELETE /network-policy/7c8529b5-d875-48fc-9ea8-8157e0398857 HTTP/1.1" 200 115 0.042269 10.0.0.27 - - [2026-05-14 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008840 10.0.0.23 - - [2026-05-14 02:57:12] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001685 10.0.0.27 - - [2026-05-14 02:57:12] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.054012 10.0.0.27 - - [2026-05-14 02:57:12] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-22139828&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.007240 10.0.0.27 - - [2026-05-14 02:57:12] "DELETE /network-policy/88b74175-37c3-4661-aae7-2a0a595852c1 HTTP/1.1" 200 115 0.047592 10.0.0.27 - - [2026-05-14 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.23 - - [2026-05-14 02:57:13] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001116 10.0.0.27 - - [2026-05-14 02:57:13] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.060635 10.0.0.27 - - [2026-05-14 02:57:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-22139828&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005880 10.0.0.27 - - [2026-05-14 02:57:13] "DELETE /network-policy/902c24df-baa1-4899-a088-49541a5bf4ab HTTP/1.1" 200 115 0.067778 10.0.0.27 - - [2026-05-14 02:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.23 - - [2026-05-14 02:57:13] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001103 10.0.0.27 - - [2026-05-14 02:57:13] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.040519 10.0.0.27 - - [2026-05-14 02:57:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-22139828&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006155 10.0.0.27 - - [2026-05-14 02:57:13] "POST /neutron/network HTTP/1.1" 200 1144 0.010367 10.0.0.22 - - [2026-05-14 02:57:13] "DELETE /route-target/f7fffaae-a1ee-4f02-8f40-dba23e1bd574 HTTP/1.1" 200 115 0.024317 10.0.0.27 - - [2026-05-14 02:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.27 - - [2026-05-14 02:57:13] "DELETE /network-ipam/d15449c8-5ce5-4f97-a1ae-d3fc13a878b6 HTTP/1.1" 200 115 0.044390 10.0.0.27 - - [2026-05-14 02:57:13] "POST /fqname-to-id HTTP/1.1" 404 264 0.004676 10.0.0.23 - - [2026-05-14 02:57:14] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001349 10.0.0.23 - - [2026-05-14 02:57:14] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.042198 10.0.0.23 - - [2026-05-14 02:57:14] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002583 10.0.0.23 - - [2026-05-14 02:57:14] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?fields=security_groups HTTP/1.1" 200 1415 0.052825 10.0.0.23 - - [2026-05-14 02:57:14] "DELETE /security-group/206be985-078c-4c57-bad4-965410fb19a7 HTTP/1.1" 200 115 0.051429 10.0.0.23 - - [2026-05-14 02:57:14] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001267 10.0.0.23 - - [2026-05-14 02:57:14] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?fields=application_policy_sets HTTP/1.1" 200 1454 0.076146 10.0.0.27 - - [2026-05-14 02:57:14] "DELETE /project/b94b3b04-e236-48c0-8228-bfce834891e5 HTTP/1.1" 200 115 0.452977 10.0.0.23 - - [2026-05-14 02:57:14] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001283 10.0.0.27 - - [2026-05-14 02:57:14] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?fields=projects HTTP/1.1" 200 1438 0.013506 10.0.0.23 - - [2026-05-14 02:57:17] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003733 10.0.0.23 - - [2026-05-14 02:57:17] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.23 - - [2026-05-14 02:57:17] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049469 10.0.0.23 - - [2026-05-14 02:57:17] "POST /id-to-fqname HTTP/1.1" 200 204 0.003495 10.0.0.23 - - [2026-05-14 02:57:17] "POST /fqname-to-id HTTP/1.1" 404 213 0.005067 10.0.0.23 - - [2026-05-14 02:57:17] "POST /security-groups HTTP/1.1" 200 605 0.044583 10.0.0.22 - - [2026-05-14 02:57:17] "POST /fqname-to-id HTTP/1.1" 404 248 0.004269 10.0.0.23 - - [2026-05-14 02:57:17] "POST /projects HTTP/1.1" 200 613 0.285805 10.0.0.23 - - [2026-05-14 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.362369 10.0.0.22 - - [2026-05-14 02:57:17] "POST /access-control-lists HTTP/1.1" 200 608 0.038672 10.0.0.27 - - [2026-05-14 02:57:17] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.514608 10.0.0.23 - - [2026-05-14 02:57:17] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001200 10.0.0.27 - - [2026-05-14 02:57:17] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?fields=virtual_networks HTTP/1.1" 200 1070 0.059746 10.0.0.23 - - [2026-05-14 02:57:17] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001538 10.0.0.27 - - [2026-05-14 02:57:17] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1070 0.048254 10.0.0.23 - - [2026-05-14 02:57:17] "GET /projects?obj_uuids=b94b3b04-e236-48c0-8228-bfce834891e5&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001057 10.0.0.27 - - [2026-05-14 02:57:17] "GET /project/b94b3b04-e236-48c0-8228-bfce834891e5?fields=security_groups HTTP/1.1" 200 1310 0.041650 10.0.0.27 - - [2026-05-14 02:57:18] "POST /fqname-to-id HTTP/1.1" 404 204 0.031928 10.0.0.23 - - [2026-05-14 02:57:18] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003696 10.0.0.23 - - [2026-05-14 02:57:18] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.23 - - [2026-05-14 02:57:18] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008442 10.0.0.23 - - [2026-05-14 02:57:19] "POST /id-to-fqname HTTP/1.1" 200 206 0.001220 10.0.0.23 - - [2026-05-14 02:57:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.005064 10.0.0.23 - - [2026-05-14 02:57:19] "POST /security-groups HTTP/1.1" 200 607 0.045928 10.0.0.23 - - [2026-05-14 02:57:19] "POST /projects HTTP/1.1" 200 617 0.261660 10.0.0.22 - - [2026-05-14 02:57:19] "POST /fqname-to-id HTTP/1.1" 404 249 0.005192 10.0.0.23 - - [2026-05-14 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.342094 10.0.0.27 - - [2026-05-14 02:57:19] "GET /project/f91ce8be-6c08-4391-bf84-e69e91775c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.492189 10.0.0.27 - - [2026-05-14 02:57:20] "GET / HTTP/1.1" 200 35931 0.001731 10.0.0.27 - - [2026-05-14 02:57:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000565 10.0.0.27 - - [2026-05-14 02:57:24] "POST /fqname-to-id HTTP/1.1" 404 233 0.046357 10.0.0.27 - - [2026-05-14 02:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.23 - - [2026-05-14 02:57:24] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001089 10.0.0.27 - - [2026-05-14 02:57:24] "GET /project/f91ce8be-6c08-4391-bf84-e69e91775c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.073740 10.0.0.27 - - [2026-05-14 02:57:24] "POST /network-policys HTTP/1.1" 200 567 0.050026 10.0.0.27 - - [2026-05-14 02:57:24] "GET /network-policy/36b5135a-c2d9-4316-8db7-fd428655d5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.012657 10.0.0.27 - - [2026-05-14 02:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.22 - - [2026-05-14 02:57:24] "DELETE /access-control-list/3d197c1c-2888-4583-932c-dee02193107f HTTP/1.1" 200 115 0.054707 10.0.0.23 - - [2026-05-14 02:57:24] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001315 10.0.0.27 - - [2026-05-14 02:57:24] "GET /project/f91ce8be-6c08-4391-bf84-e69e91775c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.063410 10.0.0.23 - - [2026-05-14 02:57:24] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001132 10.0.0.27 - - [2026-05-14 02:57:24] "POST /neutron/network HTTP/1.1" 200 623 0.183548 10.0.0.27 - - [2026-05-14 02:57:25] "POST /neutron/network HTTP/1.1" 200 1017 0.013788 10.0.0.27 - - [2026-05-14 02:57:25] "POST /id-to-fqname HTTP/1.1" 200 237 0.001806 10.0.0.27 - - [2026-05-14 02:57:25] "GET /virtual-network/0fb6e187-c4a5-40e5-a382-91af376a20cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.007222 10.0.0.27 - - [2026-05-14 02:57:25] "GET /virtual-network/0fb6e187-c4a5-40e5-a382-91af376a20cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.006413 10.0.0.27 - - [2026-05-14 02:57:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.010565 10.0.0.22 - - [2026-05-14 02:57:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.004318 10.0.0.22 - - [2026-05-14 02:57:25] "POST /fqname-to-id HTTP/1.1" 404 252 0.007550 10.0.0.27 - - [2026-05-14 02:57:25] "POST /neutron/network HTTP/1.1" 200 1124 0.128864 10.0.0.27 - - [2026-05-14 02:57:25] "GET /virtual-network/0fb6e187-c4a5-40e5-a382-91af376a20cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.006502 10.0.0.27 - - [2026-05-14 02:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2026-05-14 02:57:25] "GET /network-policy/36b5135a-c2d9-4316-8db7-fd428655d5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004827 10.0.0.27 - - [2026-05-14 02:57:26] "GET /virtual-network/0fb6e187-c4a5-40e5-a382-91af376a20cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.006384 10.0.0.27 - - [2026-05-14 02:57:27] "GET /obj-perms HTTP/1.1" 200 5062 0.062621 10.0.0.27 - - [2026-05-14 02:57:28] "DELETE /network-policy/36b5135a-c2d9-4316-8db7-fd428655d5f4 HTTP/1.1" 409 238 0.009358 10.0.0.23 - - [2026-05-14 02:57:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003641 10.0.0.23 - - [2026-05-14 02:57:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004750 10.0.0.22 - - [2026-05-14 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.23 - - [2026-05-14 02:57:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002613 10.0.0.23 - - [2026-05-14 02:57:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005433 10.0.0.27 - - [2026-05-14 02:57:28] "POST /neutron/network HTTP/1.1" 200 151 0.185271 10.0.0.27 - - [2026-05-14 02:57:28] "DELETE /network-policy/36b5135a-c2d9-4316-8db7-fd428655d5f4 HTTP/1.1" 200 115 0.052008 10.0.0.27 - - [2026-05-14 02:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.23 - - [2026-05-14 02:57:28] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001067 10.0.0.27 - - [2026-05-14 02:57:28] "GET /project/f91ce8be-6c08-4391-bf84-e69e91775c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.052517 10.0.0.27 - - [2026-05-14 02:57:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-21306487&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006291 10.0.0.22 - - [2026-05-14 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.22 - - [2026-05-14 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.22 - - [2026-05-14 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.22 - - [2026-05-14 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.23 - - [2026-05-14 02:57:31] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.086924 10.0.0.27 - - [2026-05-14 02:57:31] "GET /project/f91ce8be-6c08-4391-bf84-e69e91775c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.143850 10.0.0.23 - - [2026-05-14 02:57:31] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002614 10.0.0.27 - - [2026-05-14 02:57:31] "GET /project/f91ce8be-6c08-4391-bf84-e69e91775c3e?fields=virtual_networks HTTP/1.1" 200 1075 0.092989 10.0.0.23 - - [2026-05-14 02:57:31] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001120 10.0.0.27 - - [2026-05-14 02:57:31] "GET /project/f91ce8be-6c08-4391-bf84-e69e91775c3e?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.055034 10.0.0.23 - - [2026-05-14 02:57:31] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001052 10.0.0.27 - - [2026-05-14 02:57:31] "GET /project/f91ce8be-6c08-4391-bf84-e69e91775c3e?fields=security_groups HTTP/1.1" 200 1317 0.045508 10.0.0.23 - - [2026-05-14 02:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000649 10.0.0.23 - - [2026-05-14 02:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-05-14 02:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2026-05-14 02:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2026-05-14 02:57:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.032792 10.0.0.23 - - [2026-05-14 02:57:32] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004609 10.0.0.23 - - [2026-05-14 02:57:32] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002975 10.0.0.23 - - [2026-05-14 02:57:33] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011567 10.0.0.23 - - [2026-05-14 02:57:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.004666 10.0.0.23 - - [2026-05-14 02:57:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.010527 10.0.0.23 - - [2026-05-14 02:57:33] "POST /security-groups HTTP/1.1" 200 591 0.038388 10.0.0.23 - - [2026-05-14 02:57:33] "POST /projects HTTP/1.1" 200 585 0.283472 10.0.0.23 - - [2026-05-14 02:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.315760 10.0.0.22 - - [2026-05-14 02:57:33] "POST /access-control-lists HTTP/1.1" 200 596 0.037226 10.0.0.27 - - [2026-05-14 02:57:33] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.481987 10.0.0.27 - - [2026-05-14 02:57:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000621 10.0.0.27 - - [2026-05-14 02:57:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000557 10.0.0.27 - - [2026-05-14 02:57:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2026-05-14 02:57:34] "GET / HTTP/1.1" 200 35931 0.001956 10.0.0.27 - - [2026-05-14 02:57:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.27 - - [2026-05-14 02:57:36] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000538 10.0.0.27 - - [2026-05-14 02:57:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.075576 10.0.0.27 - - [2026-05-14 02:57:37] "POST /network-ipams HTTP/1.1" 200 513 0.034860 10.0.0.27 - - [2026-05-14 02:57:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.005624 10.0.0.27 - - [2026-05-14 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.27 - - [2026-05-14 02:57:37] "GET /network-ipam/453c1482-a43d-4b31-9851-06d5d3b79933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007819 10.0.0.27 - - [2026-05-14 02:57:37] "PUT /network-ipam/453c1482-a43d-4b31-9851-06d5d3b79933 HTTP/1.1" 200 258 0.021411 10.0.0.27 - - [2026-05-14 02:57:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003379 10.0.0.27 - - [2026-05-14 02:57:37] "POST /network-ipams HTTP/1.1" 200 513 0.032717 10.0.0.27 - - [2026-05-14 02:57:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004443 10.0.0.27 - - [2026-05-14 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2026-05-14 02:57:37] "GET /network-ipam/36db9cf7-0fc0-428a-8e4c-5010ba793690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007679 10.0.0.27 - - [2026-05-14 02:57:37] "PUT /network-ipam/36db9cf7-0fc0-428a-8e4c-5010ba793690 HTTP/1.1" 200 258 0.017194 10.0.0.27 - - [2026-05-14 02:57:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003753 10.0.0.27 - - [2026-05-14 02:57:37] "POST /network-ipams HTTP/1.1" 200 513 0.036017 10.0.0.27 - - [2026-05-14 02:57:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.004926 10.0.0.27 - - [2026-05-14 02:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.27 - - [2026-05-14 02:57:37] "GET /network-ipam/0b3e8b57-0560-42bc-af73-0b61596fc0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.007321 10.0.0.27 - - [2026-05-14 02:57:38] "PUT /network-ipam/0b3e8b57-0560-42bc-af73-0b61596fc0b9 HTTP/1.1" 200 258 0.015474 10.0.0.27 - - [2026-05-14 02:57:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.23 - - [2026-05-14 02:57:38] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001467 10.0.0.27 - - [2026-05-14 02:57:39] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.084619 10.0.0.23 - - [2026-05-14 02:57:39] "DELETE /project/b94b3b04e23648c08228bfce834891e5 HTTP/1.1" 404 173 0.007091 10.0.0.23 - - [2026-05-14 02:57:39] "DELETE /project/b94b3b04-e236-48c0-8228-bfce834891e5 HTTP/1.1" 404 177 0.012619 10.0.0.23 - - [2026-05-14 02:57:39] "DELETE /project/01e9d0ac602b4aeaa8fa609d57f8d798 HTTP/1.1" 404 173 0.005818 10.0.0.23 - - [2026-05-14 02:57:39] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001258 10.0.0.23 - - [2026-05-14 02:57:39] "DELETE /project/f91ce8be6c084391bf84e69e91775c3e HTTP/1.1" 404 173 0.010739 10.0.0.23 - - [2026-05-14 02:57:39] "GET /project/f91ce8be-6c08-4391-bf84-e69e91775c3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.059429 10.0.0.23 - - [2026-05-14 02:57:39] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001111 10.0.0.23 - - [2026-05-14 02:57:39] "GET /project/f91ce8be-6c08-4391-bf84-e69e91775c3e?fields=security_groups HTTP/1.1" 200 1422 0.079408 10.0.0.23 - - [2026-05-14 02:57:39] "DELETE /security-group/b58f9aa8-20c7-4304-846e-b593566c7c11 HTTP/1.1" 200 115 0.092872 10.0.0.23 - - [2026-05-14 02:57:39] "GET /projects?obj_uuids=f91ce8be-6c08-4391-bf84-e69e91775c3e&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001277 10.0.0.22 - - [2026-05-14 02:57:39] "DELETE /access-control-list/98830c4e-6f0a-4fac-83b9-502e2f3010e2 HTTP/1.1" 200 115 0.077427 10.0.0.23 - - [2026-05-14 02:57:39] "GET /project/f91ce8be-6c08-4391-bf84-e69e91775c3e?fields=application_policy_sets HTTP/1.1" 200 1461 0.075746 10.0.0.22 - - [2026-05-14 02:57:39] "POST /ref-update HTTP/1.1" 200 156 0.041818 10.0.0.23 - - [2026-05-14 02:57:39] "DELETE /project/f91ce8be-6c08-4391-bf84-e69e91775c3e HTTP/1.1" 200 115 0.610650 10.0.0.23 - - [2026-05-14 02:57:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005490 10.0.0.27 - - [2026-05-14 02:57:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.363936 10.0.0.27 - - [2026-05-14 02:57:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001532 10.0.0.27 - - [2026-05-14 02:57:39] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006430 10.0.0.27 - - [2026-05-14 02:57:39] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008209 10.0.0.27 - - [2026-05-14 02:57:39] "POST /neutron/network HTTP/1.1" 200 824 0.007660 10.0.0.27 - - [2026-05-14 02:57:39] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007273 10.0.0.27 - - [2026-05-14 02:57:39] "GET /network-ipam/453c1482-a43d-4b31-9851-06d5d3b79933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.005004 10.0.0.27 - - [2026-05-14 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2026-05-14 02:57:40] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001717 10.0.0.27 - - [2026-05-14 02:57:40] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.069260 10.0.0.27 - - [2026-05-14 02:57:40] "POST /neutron/network HTTP/1.1" 200 117 0.023153 10.0.0.27 - - [2026-05-14 02:57:40] "POST /neutron/network HTTP/1.1" 200 824 0.012827 10.0.0.27 - - [2026-05-14 02:57:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001870 10.0.0.27 - - [2026-05-14 02:57:40] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007891 10.0.0.27 - - [2026-05-14 02:57:40] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008641 10.0.0.27 - - [2026-05-14 02:57:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.018068 10.0.0.27 - - [2026-05-14 02:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.23 - - [2026-05-14 02:57:40] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001630 10.0.0.27 - - [2026-05-14 02:57:40] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.092295 10.0.0.22 - - [2026-05-14 02:57:41] "POST /route-targets HTTP/1.1" 200 327 0.016576 10.0.0.23 - - [2026-05-14 02:57:41] "POST /useragent-kv HTTP/1.1" 200 115 0.007809 10.0.0.27 - - [2026-05-14 02:57:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.220007 10.0.0.27 - - [2026-05-14 02:57:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001571 10.0.0.27 - - [2026-05-14 02:57:41] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006182 10.0.0.27 - - [2026-05-14 02:57:41] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008363 10.0.0.27 - - [2026-05-14 02:57:41] "POST /neutron/network HTTP/1.1" 200 825 0.008855 10.0.0.27 - - [2026-05-14 02:57:41] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006606 10.0.0.22 - - [2026-05-14 02:57:43] "GET /obj-perms HTTP/1.1" 200 5030 0.082531 10.0.0.23 - - [2026-05-14 02:57:43] "GET /obj-perms HTTP/1.1" 200 5030 0.075554 10.0.0.27 - - [2026-05-14 02:57:43] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010061 10.0.0.27 - - [2026-05-14 02:57:44] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006470 10.0.0.27 - - [2026-05-14 02:57:44] "GET /obj-perms HTTP/1.1" 200 5030 0.066445 10.0.0.27 - - [2026-05-14 02:57:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.003863 10.0.0.27 - - [2026-05-14 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661 10.0.0.23 - - [2026-05-14 02:57:45] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.27 - - [2026-05-14 02:57:45] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.047708 10.0.0.27 - - [2026-05-14 02:57:45] "POST /network-policys HTTP/1.1" 200 553 0.030838 10.0.0.27 - - [2026-05-14 02:57:45] "GET /network-policy/5384fd60-61a9-406c-9385-212533bd4841?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.009062 10.0.0.27 - - [2026-05-14 02:57:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.003449 10.0.0.27 - - [2026-05-14 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.23 - - [2026-05-14 02:57:45] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.27 - - [2026-05-14 02:57:45] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.057245 10.0.0.27 - - [2026-05-14 02:57:45] "POST /network-policys HTTP/1.1" 200 553 0.040824 10.0.0.27 - - [2026-05-14 02:57:45] "GET /network-policy/299ed313-8816-41d0-8529-0b97b8d6c12c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.010354 10.0.0.27 - - [2026-05-14 02:57:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.005899 10.0.0.27 - - [2026-05-14 02:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007103 10.0.0.23 - - [2026-05-14 02:57:45] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003988 10.0.0.27 - - [2026-05-14 02:57:45] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.066364 10.0.0.27 - - [2026-05-14 02:57:45] "POST /network-policys HTTP/1.1" 200 553 0.045018 10.0.0.27 - - [2026-05-14 02:57:45] "GET /network-policy/7f267716-0178-418a-9d2d-299383f404ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.010323 10.0.0.27 - - [2026-05-14 02:57:46] "POST /ref-update HTTP/1.1" 200 156 0.067039 10.0.0.22 - - [2026-05-14 02:57:46] "POST /access-control-lists HTTP/1.1" 200 591 0.055453 10.0.0.27 - - [2026-05-14 02:57:46] "POST /ref-update HTTP/1.1" 200 156 0.095269 10.0.0.27 - - [2026-05-14 02:57:46] "POST /neutron/network HTTP/1.1" 200 916 0.084943 10.0.0.22 - - [2026-05-14 02:57:46] "POST /access-control-lists HTTP/1.1" 200 591 0.050725 10.0.0.27 - - [2026-05-14 02:57:46] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.012250 10.0.0.27 - - [2026-05-14 02:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.011127 10.0.0.27 - - [2026-05-14 02:57:46] "GET /network-policy/299ed313-8816-41d0-8529-0b97b8d6c12c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2126 0.007755 10.0.0.27 - - [2026-05-14 02:57:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001594 10.0.0.23 - - [2026-05-14 02:57:47] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.27 - - [2026-05-14 02:57:47] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.083674 10.0.0.27 - - [2026-05-14 02:57:47] "POST /neutron/network HTTP/1.1" 200 995 0.012840 10.0.0.27 - - [2026-05-14 02:57:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001509 10.0.0.27 - - [2026-05-14 02:57:48] "POST /neutron/port HTTP/1.1" 200 117 0.008348 10.0.0.23 - - [2026-05-14 02:57:48] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.27 - - [2026-05-14 02:57:49] "POST /neutron/port HTTP/1.1" 200 1060 0.347952 10.0.0.27 - - [2026-05-14 02:57:49] "POST /neutron/port HTTP/1.1" 200 1114 0.120113 10.0.0.23 - - [2026-05-14 02:57:49] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.27 - - [2026-05-14 02:57:49] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.072466 10.0.0.27 - - [2026-05-14 02:57:49] "POST /neutron/subnet HTTP/1.1" 200 698 0.011126 10.0.0.27 - - [2026-05-14 02:57:49] "POST /neutron/network HTTP/1.1" 200 995 0.007628 10.0.0.27 - - [2026-05-14 02:57:49] "POST /neutron/port HTTP/1.1" 200 117 0.007388 10.0.0.27 - - [2026-05-14 02:57:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001649 10.0.0.27 - - [2026-05-14 02:57:50] "POST /neutron/network HTTP/1.1" 200 835 0.007834 10.0.0.27 - - [2026-05-14 02:57:50] "POST /neutron/port HTTP/1.1" 200 1060 0.020868 10.0.0.27 - - [2026-05-14 02:57:50] "POST /neutron/port HTTP/1.1" 200 1124 0.034970 10.0.0.27 - - [2026-05-14 02:57:51] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.23 - - [2026-05-14 02:57:51] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.27 - - [2026-05-14 02:57:51] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.070513 10.0.0.27 - - [2026-05-14 02:57:51] "POST /neutron/port HTTP/1.1" 200 2096 0.031992 10.0.0.27 - - [2026-05-14 02:57:51] "POST /neutron/port HTTP/1.1" 200 1124 0.023861 10.0.0.27 - - [2026-05-14 02:57:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009255 10.0.0.27 - - [2026-05-14 02:57:52] "POST /neutron/port HTTP/1.1" 200 1124 0.020682 10.0.0.27 - - [2026-05-14 02:57:52] "GET /virtual-machine/fca07261-c800-436b-9c08-59a3d5c0c50c HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-05-14 02:57:52] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.27 - - [2026-05-14 02:57:52] "POST /neutron/port HTTP/1.1" 200 1061 0.293826 10.0.0.27 - - [2026-05-14 02:57:52] "POST /neutron/port HTTP/1.1" 200 1115 0.113041 10.0.0.27 - - [2026-05-14 02:57:52] "POST /neutron/subnet HTTP/1.1" 200 704 0.011348 10.0.0.27 - - [2026-05-14 02:57:52] "GET /virtual-machine/fca07261-c800-436b-9c08-59a3d5c0c50c HTTP/1.1" 200 1293 0.052734 10.0.0.27 - - [2026-05-14 02:57:52] "GET /virtual-machine/fca07261-c800-436b-9c08-59a3d5c0c50c HTTP/1.1" 200 1293 0.004770 10.0.0.27 - - [2026-05-14 02:57:52] "GET /virtual-machine-interface/94d0fe19-efeb-4cc3-bb9f-38c5dd52e7d5 HTTP/1.1" 200 2945 0.006355 10.0.0.27 - - [2026-05-14 02:57:52] "GET /virtual-machine/fca07261-c800-436b-9c08-59a3d5c0c50c HTTP/1.1" 200 1293 0.004941 10.0.0.27 - - [2026-05-14 02:57:52] "GET /virtual-machine-interface/94d0fe19-efeb-4cc3-bb9f-38c5dd52e7d5 HTTP/1.1" 200 2945 0.007602 10.0.0.27 - - [2026-05-14 02:57:53] "GET /instance-ip/ffaff246-5596-49df-92ee-9d0545396984 HTTP/1.1" 200 1622 0.008157 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-machine/fca07261-c800-436b-9c08-59a3d5c0c50c HTTP/1.1" 200 1293 0.003958 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-machine-interface/94d0fe19-efeb-4cc3-bb9f-38c5dd52e7d5 HTTP/1.1" 200 2945 0.005419 10.0.0.27 - - [2026-05-14 02:57:53] "GET /instance-ip/ffaff246-5596-49df-92ee-9d0545396984 HTTP/1.1" 200 1622 0.004329 10.0.0.27 - - [2026-05-14 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.27 - - [2026-05-14 02:57:53] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003845 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003770 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006953 10.0.0.27 - - [2026-05-14 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.27 - - [2026-05-14 02:57:53] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004913 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003289 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007991 10.0.0.22 - - [2026-05-14 02:57:53] "GET /obj-perms HTTP/1.1" 200 5056 0.063571 10.0.0.27 - - [2026-05-14 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.27 - - [2026-05-14 02:57:53] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004015 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004095 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006127 10.0.0.27 - - [2026-05-14 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.27 - - [2026-05-14 02:57:53] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004612 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003676 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005991 10.0.0.27 - - [2026-05-14 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.27 - - [2026-05-14 02:57:53] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005443 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003408 10.0.0.27 - - [2026-05-14 02:57:53] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006977 10.0.0.27 - - [2026-05-14 02:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.27 - - [2026-05-14 02:57:56] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006558 10.0.0.27 - - [2026-05-14 02:57:59] "POST /neutron/port HTTP/1.1" 200 1124 0.023497 10.0.0.27 - - [2026-05-14 02:57:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004313 10.0.0.27 - - [2026-05-14 02:57:59] "POST /neutron/network HTTP/1.1" 200 916 0.007871 10.0.0.27 - - [2026-05-14 02:58:00] "POST /neutron/network HTTP/1.1" 200 1005 0.008250 10.0.0.27 - - [2026-05-14 02:58:00] "POST /neutron/port HTTP/1.1" 200 117 0.001486 10.0.0.27 - - [2026-05-14 02:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004599 10.0.0.27 - - [2026-05-14 02:58:00] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007538 10.0.0.27 - - [2026-05-14 02:58:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.27 - - [2026-05-14 02:58:05] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005813 10.0.0.27 - - [2026-05-14 02:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.27 - - [2026-05-14 02:58:09] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006381 10.0.0.27 - - [2026-05-14 02:58:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.27 - - [2026-05-14 02:58:13] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006196 10.0.0.27 - - [2026-05-14 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.27 - - [2026-05-14 02:58:17] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007298 10.0.0.27 - - [2026-05-14 02:58:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.27 - - [2026-05-14 02:58:21] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006149 10.0.0.27 - - [2026-05-14 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005591 10.0.0.27 - - [2026-05-14 02:58:25] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008317 10.0.0.27 - - [2026-05-14 02:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.27 - - [2026-05-14 02:58:29] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005844 10.0.0.27 - - [2026-05-14 02:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.27 - - [2026-05-14 02:58:33] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006343 10.0.0.27 - - [2026-05-14 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005594 10.0.0.27 - - [2026-05-14 02:58:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004730 10.0.0.27 - - [2026-05-14 02:58:37] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003366 10.0.0.27 - - [2026-05-14 02:58:37] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008566 10.0.0.27 - - [2026-05-14 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004605 10.0.0.27 - - [2026-05-14 02:58:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004252 10.0.0.27 - - [2026-05-14 02:58:38] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004336 10.0.0.27 - - [2026-05-14 02:58:38] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008404 10.0.0.27 - - [2026-05-14 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.27 - - [2026-05-14 02:58:38] "GET /routing-instance/2df50d40-1065-4bc4-a945-01f47a7a447c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005538 10.0.0.27 - - [2026-05-14 02:58:38] "GET /route-target/18c6135a-d5db-4a22-ac71-c99ecb8a9713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005909 10.0.0.27 - - [2026-05-14 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.27 - - [2026-05-14 02:58:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004673 10.0.0.27 - - [2026-05-14 02:58:38] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004504 10.0.0.27 - - [2026-05-14 02:58:38] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007184 10.0.0.27 - - [2026-05-14 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.27 - - [2026-05-14 02:58:38] "GET /routing-instance/2df50d40-1065-4bc4-a945-01f47a7a447c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005021 10.0.0.27 - - [2026-05-14 02:58:38] "GET /route-target/18c6135a-d5db-4a22-ac71-c99ecb8a9713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004203 10.0.0.27 - - [2026-05-14 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.27 - - [2026-05-14 02:58:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005096 10.0.0.27 - - [2026-05-14 02:58:38] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003939 10.0.0.27 - - [2026-05-14 02:58:38] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007211 10.0.0.27 - - [2026-05-14 02:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.27 - - [2026-05-14 02:58:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004714 10.0.0.27 - - [2026-05-14 02:58:38] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003480 10.0.0.27 - - [2026-05-14 02:58:38] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006973 10.0.0.23 - - [2026-05-14 02:58:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004606 10.0.0.27 - - [2026-05-14 02:58:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004640 10.0.0.27 - - [2026-05-14 02:58:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004385 10.0.0.27 - - [2026-05-14 02:58:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004146 10.0.0.23 - - [2026-05-14 02:58:39] "GET /obj-perms HTTP/1.1" 200 5030 0.005142 10.0.0.27 - - [2026-05-14 02:58:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008770 10.0.0.27 - - [2026-05-14 02:58:39] "POST /neutron/port HTTP/1.1" 200 1124 0.022556 10.0.0.27 - - [2026-05-14 02:58:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010994 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-machine/6fcec557-1904-4084-a925-1e8fb6d25dd9 HTTP/1.1" 200 1292 0.008012 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-machine/6fcec557-1904-4084-a925-1e8fb6d25dd9 HTTP/1.1" 200 1292 0.004452 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-machine-interface/731f78a6-3170-4f1e-a75e-dae3adc4ab81 HTTP/1.1" 200 2944 0.006813 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-machine/6fcec557-1904-4084-a925-1e8fb6d25dd9 HTTP/1.1" 200 1292 0.004575 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-machine-interface/731f78a6-3170-4f1e-a75e-dae3adc4ab81 HTTP/1.1" 200 2944 0.006366 10.0.0.27 - - [2026-05-14 02:58:39] "GET /instance-ip/9dad0247-a9cb-4ebf-85c0-e2a60469a787 HTTP/1.1" 200 1621 0.008043 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-machine/6fcec557-1904-4084-a925-1e8fb6d25dd9 HTTP/1.1" 200 1292 0.004635 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-machine-interface/731f78a6-3170-4f1e-a75e-dae3adc4ab81 HTTP/1.1" 200 2944 0.007172 10.0.0.27 - - [2026-05-14 02:58:39] "GET /instance-ip/9dad0247-a9cb-4ebf-85c0-e2a60469a787 HTTP/1.1" 200 1621 0.005377 10.0.0.27 - - [2026-05-14 02:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2026-05-14 02:58:39] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005270 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003640 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.007129 10.0.0.27 - - [2026-05-14 02:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.27 - - [2026-05-14 02:58:39] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004846 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003538 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.014441 10.0.0.27 - - [2026-05-14 02:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.27 - - [2026-05-14 02:58:39] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006793 10.0.0.27 - - [2026-05-14 02:58:39] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005808 10.0.0.27 - - [2026-05-14 02:58:40] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.008512 10.0.0.27 - - [2026-05-14 02:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006003 10.0.0.27 - - [2026-05-14 02:58:40] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005261 10.0.0.27 - - [2026-05-14 02:58:40] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004381 10.0.0.27 - - [2026-05-14 02:58:40] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.007428 10.0.0.27 - - [2026-05-14 02:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.27 - - [2026-05-14 02:58:40] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006959 10.0.0.27 - - [2026-05-14 02:58:40] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003740 10.0.0.27 - - [2026-05-14 02:58:40] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.007136 10.0.0.27 - - [2026-05-14 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2026-05-14 02:58:41] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007545 10.0.0.27 - - [2026-05-14 02:58:41] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006205 10.0.0.27 - - [2026-05-14 02:58:41] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.008245 10.0.0.27 - - [2026-05-14 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.27 - - [2026-05-14 02:58:41] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004540 10.0.0.27 - - [2026-05-14 02:58:41] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003834 10.0.0.27 - - [2026-05-14 02:58:41] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.009488 10.0.0.27 - - [2026-05-14 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.27 - - [2026-05-14 02:58:41] "GET /routing-instance/3e15bf4f-d16e-457b-9ba2-49780ed53cfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005717 10.0.0.27 - - [2026-05-14 02:58:41] "GET /route-target/c4c6dbd6-5736-4a0d-9d23-f38dec3507eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005052 10.0.0.27 - - [2026-05-14 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.27 - - [2026-05-14 02:58:41] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.014217 10.0.0.27 - - [2026-05-14 02:58:41] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004251 10.0.0.27 - - [2026-05-14 02:58:41] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.007579 10.0.0.27 - - [2026-05-14 02:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.27 - - [2026-05-14 02:58:42] "GET /routing-instance/3e15bf4f-d16e-457b-9ba2-49780ed53cfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005179 10.0.0.27 - - [2026-05-14 02:58:42] "GET /route-target/c4c6dbd6-5736-4a0d-9d23-f38dec3507eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004456 10.0.0.27 - - [2026-05-14 02:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.27 - - [2026-05-14 02:58:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005100 10.0.0.27 - - [2026-05-14 02:58:42] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004362 10.0.0.27 - - [2026-05-14 02:58:42] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006214 10.0.0.27 - - [2026-05-14 02:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.27 - - [2026-05-14 02:58:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006330 10.0.0.27 - - [2026-05-14 02:58:42] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004349 10.0.0.27 - - [2026-05-14 02:58:42] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006354 10.0.0.27 - - [2026-05-14 02:58:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004516 10.0.0.23 - - [2026-05-14 02:58:42] "GET /obj-perms HTTP/1.1" 200 5030 0.005615 10.0.0.27 - - [2026-05-14 02:58:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004210 10.0.0.27 - - [2026-05-14 02:58:42] "GET /obj-perms HTTP/1.1" 200 5030 0.007839 10.0.0.27 - - [2026-05-14 02:58:42] "POST /neutron/port HTTP/1.1" 200 1125 0.028239 10.0.0.27 - - [2026-05-14 02:58:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009998 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-machine/fa1689ed-7ef7-43cf-bb4e-2fe80b3ff7bb HTTP/1.1" 200 1293 0.008005 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-machine/fa1689ed-7ef7-43cf-bb4e-2fe80b3ff7bb HTTP/1.1" 200 1293 0.004968 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-machine-interface/39e0dd31-eaae-4644-a7d8-30071134f815 HTTP/1.1" 200 2944 0.009877 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-machine/fa1689ed-7ef7-43cf-bb4e-2fe80b3ff7bb HTTP/1.1" 200 1293 0.006356 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-machine-interface/39e0dd31-eaae-4644-a7d8-30071134f815 HTTP/1.1" 200 2944 0.009386 10.0.0.27 - - [2026-05-14 02:58:43] "GET /instance-ip/fbad4cd8-e141-44eb-8ecb-d4013e4a2385 HTTP/1.1" 200 1623 0.009234 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-machine/fa1689ed-7ef7-43cf-bb4e-2fe80b3ff7bb HTTP/1.1" 200 1293 0.005676 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-machine-interface/39e0dd31-eaae-4644-a7d8-30071134f815 HTTP/1.1" 200 2944 0.014510 10.0.0.27 - - [2026-05-14 02:58:43] "GET /instance-ip/fbad4cd8-e141-44eb-8ecb-d4013e4a2385 HTTP/1.1" 200 1623 0.007950 10.0.0.27 - - [2026-05-14 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.27 - - [2026-05-14 02:58:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006021 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005051 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008141 10.0.0.27 - - [2026-05-14 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.27 - - [2026-05-14 02:58:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004919 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006733 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007291 10.0.0.27 - - [2026-05-14 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.27 - - [2026-05-14 02:58:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004906 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005322 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006467 10.0.0.27 - - [2026-05-14 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.27 - - [2026-05-14 02:58:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005642 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004036 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008075 10.0.0.27 - - [2026-05-14 02:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.27 - - [2026-05-14 02:58:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005170 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004542 10.0.0.27 - - [2026-05-14 02:58:43] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007963 10.0.0.27 - - [2026-05-14 02:58:44] "POST /neutron/port HTTP/1.1" 200 1124 0.026749 10.0.0.27 - - [2026-05-14 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.27 - - [2026-05-14 02:58:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004826 10.0.0.27 - - [2026-05-14 02:58:45] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003648 10.0.0.27 - - [2026-05-14 02:58:45] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007165 10.0.0.27 - - [2026-05-14 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.27 - - [2026-05-14 02:58:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004671 10.0.0.27 - - [2026-05-14 02:58:45] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003672 10.0.0.27 - - [2026-05-14 02:58:45] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007164 10.0.0.27 - - [2026-05-14 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.27 - - [2026-05-14 02:58:45] "GET /routing-instance/f724263f-5ab3-4f22-9e04-9fad4b954c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005686 10.0.0.27 - - [2026-05-14 02:58:45] "GET /route-target/48cb9400-712d-410d-acae-30504e00ba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005069 10.0.0.27 - - [2026-05-14 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005364 10.0.0.27 - - [2026-05-14 02:58:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006762 10.0.0.27 - - [2026-05-14 02:58:45] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004584 10.0.0.27 - - [2026-05-14 02:58:45] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008049 10.0.0.27 - - [2026-05-14 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.27 - - [2026-05-14 02:58:45] "GET /routing-instance/f724263f-5ab3-4f22-9e04-9fad4b954c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005415 10.0.0.27 - - [2026-05-14 02:58:45] "GET /route-target/48cb9400-712d-410d-acae-30504e00ba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007389 10.0.0.27 - - [2026-05-14 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2026-05-14 02:58:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004658 10.0.0.27 - - [2026-05-14 02:58:45] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003503 10.0.0.27 - - [2026-05-14 02:58:45] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008602 10.0.0.27 - - [2026-05-14 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.27 - - [2026-05-14 02:58:46] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004854 10.0.0.27 - - [2026-05-14 02:58:46] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003751 10.0.0.27 - - [2026-05-14 02:58:46] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006402 10.0.0.27 - - [2026-05-14 02:58:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004372 10.0.0.23 - - [2026-05-14 02:58:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004221 10.0.0.27 - - [2026-05-14 02:58:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004613 10.0.0.27 - - [2026-05-14 02:58:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004307 10.0.0.22 - - [2026-05-14 02:58:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004412 10.0.0.27 - - [2026-05-14 02:58:46] "GET /virtual-machine/fca07261-c800-436b-9c08-59a3d5c0c50c HTTP/1.1" 200 1293 0.006399 10.0.0.27 - - [2026-05-14 02:58:46] "GET /virtual-machine-interface/94d0fe19-efeb-4cc3-bb9f-38c5dd52e7d5 HTTP/1.1" 200 2945 0.008103 10.0.0.27 - - [2026-05-14 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.27 - - [2026-05-14 02:58:46] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004861 10.0.0.27 - - [2026-05-14 02:58:46] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004632 10.0.0.27 - - [2026-05-14 02:58:46] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007867 10.0.0.27 - - [2026-05-14 02:58:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007628 10.0.0.27 - - [2026-05-14 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.27 - - [2026-05-14 02:58:47] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004375 10.0.0.27 - - [2026-05-14 02:58:47] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003561 10.0.0.27 - - [2026-05-14 02:58:47] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008109 10.0.0.27 - - [2026-05-14 02:58:51] "POST /neutron/port HTTP/1.1" 200 1125 0.023038 10.0.0.27 - - [2026-05-14 02:58:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010490 10.0.0.23 - - [2026-05-14 02:58:53] "GET /obj-perms HTTP/1.1" 200 5056 0.066577 10.0.0.27 - - [2026-05-14 02:58:58] "GET /virtual-machine/6fcec557-1904-4084-a925-1e8fb6d25dd9 HTTP/1.1" 200 1292 0.005562 10.0.0.27 - - [2026-05-14 02:58:58] "GET /virtual-machine-interface/731f78a6-3170-4f1e-a75e-dae3adc4ab81 HTTP/1.1" 200 2944 0.006486 10.0.0.27 - - [2026-05-14 02:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.27 - - [2026-05-14 02:58:58] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004086 10.0.0.27 - - [2026-05-14 02:58:58] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004010 10.0.0.27 - - [2026-05-14 02:58:58] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006684 10.0.0.27 - - [2026-05-14 02:58:59] "POST /neutron/network HTTP/1.1" 200 926 0.007441 10.0.0.27 - - [2026-05-14 02:58:59] "POST /neutron/port HTTP/1.1" 200 117 0.001443 10.0.0.27 - - [2026-05-14 02:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.27 - - [2026-05-14 02:58:59] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003711 10.0.0.27 - - [2026-05-14 02:58:59] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003225 10.0.0.27 - - [2026-05-14 02:58:59] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006822 10.0.0.27 - - [2026-05-14 02:58:59] "GET /virtual-machine/fa1689ed-7ef7-43cf-bb4e-2fe80b3ff7bb HTTP/1.1" 200 1293 0.004831 10.0.0.27 - - [2026-05-14 02:58:59] "GET /virtual-machine-interface/39e0dd31-eaae-4644-a7d8-30071134f815 HTTP/1.1" 200 2944 0.006324 10.0.0.27 - - [2026-05-14 02:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.27 - - [2026-05-14 02:58:59] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004032 10.0.0.27 - - [2026-05-14 02:58:59] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003904 10.0.0.27 - - [2026-05-14 02:58:59] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006464 10.0.0.27 - - [2026-05-14 02:59:00] "POST /neutron/port HTTP/1.1" 200 1125 0.025986 10.0.0.27 - - [2026-05-14 02:59:00] "POST /neutron/subnet HTTP/1.1" 200 704 0.015242 10.0.0.27 - - [2026-05-14 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.27 - - [2026-05-14 02:59:00] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005486 10.0.0.27 - - [2026-05-14 02:59:00] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003894 10.0.0.27 - - [2026-05-14 02:59:00] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007062 10.0.0.27 - - [2026-05-14 02:59:01] "POST /neutron/port HTTP/1.1" 200 1125 0.024131 10.0.0.27 - - [2026-05-14 03:00:00] "POST /neutron/port HTTP/1.1" 200 1124 0.070360 10.0.0.27 - - [2026-05-14 03:00:00] "POST /neutron/subnet HTTP/1.1" 200 698 0.011543 10.0.0.27 - - [2026-05-14 03:00:00] "GET /virtual-machine/fa1689ed-7ef7-43cf-bb4e-2fe80b3ff7bb HTTP/1.1" 200 1293 0.006004 10.0.0.27 - - [2026-05-14 03:00:01] "POST /neutron/port HTTP/1.1" 200 1125 0.021526 10.0.0.27 - - [2026-05-14 03:00:02] "POST /neutron/port HTTP/1.1" 200 1124 0.022475 10.0.0.27 - - [2026-05-14 03:00:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004626 10.0.0.27 - - [2026-05-14 03:00:02] "POST /neutron/network HTTP/1.1" 200 995 0.009471 10.0.0.27 - - [2026-05-14 03:00:02] "GET /virtual-machine/fa1689ed-7ef7-43cf-bb4e-2fe80b3ff7bb HTTP/1.1" 404 171 0.003377 10.0.0.27 - - [2026-05-14 03:00:02] "GET /virtual-machine/fa1689ed-7ef7-43cf-bb4e-2fe80b3ff7bb HTTP/1.1" 404 171 0.003994 10.0.0.27 - - [2026-05-14 03:00:02] "GET /virtual-machine/fa1689ed-7ef7-43cf-bb4e-2fe80b3ff7bb HTTP/1.1" 404 171 0.004173 10.0.0.27 - - [2026-05-14 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.27 - - [2026-05-14 03:00:02] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004783 10.0.0.27 - - [2026-05-14 03:00:02] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003654 10.0.0.27 - - [2026-05-14 03:00:03] "GET /virtual-network/9ea5a39c-8364-42ac-b0c7-33da3cf1cfd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007335 10.0.0.27 - - [2026-05-14 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.27 - - [2026-05-14 03:00:03] "GET /routing-instance/f724263f-5ab3-4f22-9e04-9fad4b954c35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.007061 10.0.0.27 - - [2026-05-14 03:00:03] "GET /route-target/48cb9400-712d-410d-acae-30504e00ba6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005122 10.0.0.27 - - [2026-05-14 03:00:03] "GET /obj-perms HTTP/1.1" 200 5030 0.006364 10.0.0.27 - - [2026-05-14 03:00:06] "GET /obj-perms HTTP/1.1" 200 5030 0.006139 10.0.0.27 - - [2026-05-14 03:00:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004299 10.0.0.27 - - [2026-05-14 03:00:12] "GET /obj-perms HTTP/1.1" 200 5030 0.004885 10.0.0.27 - - [2026-05-14 03:00:12] "GET /virtual-machine/6fcec557-1904-4084-a925-1e8fb6d25dd9 HTTP/1.1" 200 1292 0.005165 10.0.0.27 - - [2026-05-14 03:00:13] "POST /neutron/port HTTP/1.1" 200 151 0.227995 10.0.0.27 - - [2026-05-14 03:00:14] "GET /virtual-machine/6fcec557-1904-4084-a925-1e8fb6d25dd9 HTTP/1.1" 404 171 0.003573 10.0.0.27 - - [2026-05-14 03:00:14] "GET /virtual-machine/6fcec557-1904-4084-a925-1e8fb6d25dd9 HTTP/1.1" 404 171 0.003464 10.0.0.27 - - [2026-05-14 03:00:14] "GET /virtual-machine/6fcec557-1904-4084-a925-1e8fb6d25dd9 HTTP/1.1" 404 171 0.003896 10.0.0.27 - - [2026-05-14 03:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.27 - - [2026-05-14 03:00:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004467 10.0.0.27 - - [2026-05-14 03:00:14] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003937 10.0.0.27 - - [2026-05-14 03:00:15] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.010728 10.0.0.27 - - [2026-05-14 03:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.27 - - [2026-05-14 03:00:15] "GET /routing-instance/3e15bf4f-d16e-457b-9ba2-49780ed53cfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005357 10.0.0.27 - - [2026-05-14 03:00:15] "GET /route-target/c4c6dbd6-5736-4a0d-9d23-f38dec3507eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004380 10.0.0.27 - - [2026-05-14 03:00:18] "GET /obj-perms HTTP/1.1" 200 5030 0.004412 10.0.0.27 - - [2026-05-14 03:00:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004779 10.0.0.27 - - [2026-05-14 03:00:27] "GET /obj-perms HTTP/1.1" 200 5030 0.004654 10.0.0.27 - - [2026-05-14 03:00:30] "GET /obj-perms HTTP/1.1" 200 5030 0.005029 10.0.0.27 - - [2026-05-14 03:00:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004734 10.0.0.27 - - [2026-05-14 03:00:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004154 10.0.0.27 - - [2026-05-14 03:00:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004344 10.0.0.22 - - [2026-05-14 03:00:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004370 10.0.0.23 - - [2026-05-14 03:00:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004613 10.0.0.27 - - [2026-05-14 03:00:43] "GET /virtual-machine/fca07261-c800-436b-9c08-59a3d5c0c50c HTTP/1.1" 200 1293 0.004540 10.0.0.27 - - [2026-05-14 03:00:44] "POST /neutron/port HTTP/1.1" 200 151 0.246206 10.0.0.27 - - [2026-05-14 03:00:45] "GET /virtual-machine/fca07261-c800-436b-9c08-59a3d5c0c50c HTTP/1.1" 404 171 0.003933 10.0.0.27 - - [2026-05-14 03:00:45] "GET /virtual-machine/fca07261-c800-436b-9c08-59a3d5c0c50c HTTP/1.1" 404 171 0.004216 10.0.0.27 - - [2026-05-14 03:00:45] "GET /virtual-machine/fca07261-c800-436b-9c08-59a3d5c0c50c HTTP/1.1" 404 171 0.003802 10.0.0.27 - - [2026-05-14 03:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.27 - - [2026-05-14 03:00:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004228 10.0.0.27 - - [2026-05-14 03:00:45] "GET /virtual-networks?parent_id=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004335 10.0.0.27 - - [2026-05-14 03:00:45] "GET /virtual-network/7c515f50-cf13-4d0c-84d9-60f122431397?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005935 10.0.0.27 - - [2026-05-14 03:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.27 - - [2026-05-14 03:00:45] "GET /routing-instance/2df50d40-1065-4bc4-a945-01f47a7a447c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005557 10.0.0.27 - - [2026-05-14 03:00:45] "GET /route-target/18c6135a-d5db-4a22-ac71-c99ecb8a9713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004461 10.0.0.27 - - [2026-05-14 03:00:45] "GET /obj-perms HTTP/1.1" 200 5030 0.006823 10.0.0.27 - - [2026-05-14 03:00:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004643 10.0.0.27 - - [2026-05-14 03:00:54] "GET /obj-perms HTTP/1.1" 200 5030 0.004704 10.0.0.27 - - [2026-05-14 03:00:58] "GET /obj-perms HTTP/1.1" 200 5030 0.005002 10.0.0.27 - - [2026-05-14 03:01:04] "GET /obj-perms HTTP/1.1" 200 5030 0.004386 10.0.0.27 - - [2026-05-14 03:01:07] "GET /obj-perms HTTP/1.1" 200 5030 0.005200 10.0.0.27 - - [2026-05-14 03:01:10] "GET /obj-perms HTTP/1.1" 200 5030 0.004973 10.0.0.27 - - [2026-05-14 03:01:10] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.007443 10.0.0.27 - - [2026-05-14 03:01:10] "POST /neutron/network HTTP/1.1" 200 824 0.017357 10.0.0.27 - - [2026-05-14 03:01:10] "GET /virtual-network/95860f78-dda1-4569-a3ad-4b8e01b215b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006857 10.0.0.22 - - [2026-05-14 03:01:11] "POST /ref-update HTTP/1.1" 200 156 0.087295 10.0.0.27 - - [2026-05-14 03:01:11] "POST /ref-update HTTP/1.1" 200 156 0.060267 10.0.0.27 - - [2026-05-14 03:01:11] "POST /ref-update HTTP/1.1" 200 156 0.073091 10.0.0.27 - - [2026-05-14 03:01:11] "DELETE /network-policy/7f267716-0178-418a-9d2d-299383f404ba HTTP/1.1" 200 115 0.046140 10.0.0.27 - - [2026-05-14 03:01:11] "DELETE /network-policy/299ed313-8816-41d0-8529-0b97b8d6c12c HTTP/1.1" 200 115 0.047694 10.0.0.27 - - [2026-05-14 03:01:11] "DELETE /network-policy/5384fd60-61a9-406c-9385-212533bd4841 HTTP/1.1" 200 115 0.039630 10.0.0.22 - - [2026-05-14 03:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006260 10.0.0.27 - - [2026-05-14 03:01:12] "POST /neutron/network HTTP/1.1" 200 824 0.008420 10.0.0.22 - - [2026-05-14 03:01:12] "DELETE /route-target/c4c6dbd6-5736-4a0d-9d23-f38dec3507eb HTTP/1.1" 200 115 0.032167 10.0.0.23 - - [2026-05-14 03:01:12] "POST /useragent-kv HTTP/1.1" 200 115 0.057319 10.0.0.23 - - [2026-05-14 03:01:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003248 10.0.0.27 - - [2026-05-14 03:01:12] "POST /neutron/network HTTP/1.1" 200 151 0.203984 10.0.0.27 - - [2026-05-14 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005642 10.0.0.27 - - [2026-05-14 03:01:12] "DELETE /network-ipam/0b3e8b57-0560-42bc-af73-0b61596fc0b9 HTTP/1.1" 200 115 0.048963 10.0.0.27 - - [2026-05-14 03:01:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.005211 10.0.0.27 - - [2026-05-14 03:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.27 - - [2026-05-14 03:01:13] "DELETE /network-ipam/36db9cf7-0fc0-428a-8e4c-5010ba793690 HTTP/1.1" 200 115 0.054788 10.0.0.27 - - [2026-05-14 03:01:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.006147 10.0.0.27 - - [2026-05-14 03:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.27 - - [2026-05-14 03:01:13] "DELETE /network-ipam/453c1482-a43d-4b31-9851-06d5d3b79933 HTTP/1.1" 200 115 0.045628 10.0.0.27 - - [2026-05-14 03:01:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.003412 10.0.0.23 - - [2026-05-14 03:01:14] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001622 10.0.0.27 - - [2026-05-14 03:01:14] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.076525 10.0.0.23 - - [2026-05-14 03:01:14] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001429 10.0.0.27 - - [2026-05-14 03:01:14] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?fields=virtual_networks HTTP/1.1" 200 1041 0.057194 10.0.0.23 - - [2026-05-14 03:01:14] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001147 10.0.0.27 - - [2026-05-14 03:01:14] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.041933 10.0.0.23 - - [2026-05-14 03:01:14] "GET /projects?obj_uuids=01e9d0ac-602b-4aea-a8fa-609d57f8d798&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001261 10.0.0.27 - - [2026-05-14 03:01:15] "GET /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798?fields=security_groups HTTP/1.1" 200 1267 0.044928 10.0.0.27 - - [2026-05-14 03:01:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.032053 10.0.0.23 - - [2026-05-14 03:01:16] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003876 10.0.0.23 - - [2026-05-14 03:01:16] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001135 10.0.0.23 - - [2026-05-14 03:01:16] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042568 10.0.0.23 - - [2026-05-14 03:01:16] "POST /id-to-fqname HTTP/1.1" 200 196 0.004788 10.0.0.23 - - [2026-05-14 03:01:16] "POST /fqname-to-id HTTP/1.1" 404 205 0.011102 10.0.0.23 - - [2026-05-14 03:01:16] "POST /security-groups HTTP/1.1" 200 597 0.081439 10.0.0.22 - - [2026-05-14 03:01:16] "POST /fqname-to-id HTTP/1.1" 404 240 0.004129 10.0.0.23 - - [2026-05-14 03:01:16] "POST /projects HTTP/1.1" 200 597 0.333219 10.0.0.23 - - [2026-05-14 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.419954 10.0.0.22 - - [2026-05-14 03:01:16] "POST /access-control-lists HTTP/1.1" 200 600 0.044079 10.0.0.27 - - [2026-05-14 03:01:16] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.608646 10.0.0.27 - - [2026-05-14 03:01:17] "GET / HTTP/1.1" 200 35931 0.002236 10.0.0.27 - - [2026-05-14 03:01:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000563 10.0.0.27 - - [2026-05-14 03:01:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.068197 10.0.0.27 - - [2026-05-14 03:01:21] "POST /network-ipams HTTP/1.1" 200 519 0.035147 10.0.0.27 - - [2026-05-14 03:01:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004868 10.0.0.27 - - [2026-05-14 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.27 - - [2026-05-14 03:01:21] "GET /network-ipam/4d23d140-2452-4b85-9eb6-f87b0df74118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.008307 10.0.0.27 - - [2026-05-14 03:01:21] "PUT /network-ipam/4d23d140-2452-4b85-9eb6-f87b0df74118 HTTP/1.1" 200 258 0.018491 10.0.0.27 - - [2026-05-14 03:01:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003559 10.0.0.27 - - [2026-05-14 03:01:21] "POST /network-ipams HTTP/1.1" 200 519 0.035362 10.0.0.27 - - [2026-05-14 03:01:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003878 10.0.0.27 - - [2026-05-14 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.27 - - [2026-05-14 03:01:21] "GET /network-ipam/0a72a1ce-3dcd-4c97-953b-5d1816288dc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.007440 10.0.0.27 - - [2026-05-14 03:01:22] "PUT /network-ipam/0a72a1ce-3dcd-4c97-953b-5d1816288dc3 HTTP/1.1" 200 258 0.015392 10.0.0.27 - - [2026-05-14 03:01:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003553 10.0.0.27 - - [2026-05-14 03:01:22] "POST /network-ipams HTTP/1.1" 200 519 0.032194 10.0.0.27 - - [2026-05-14 03:01:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003649 10.0.0.27 - - [2026-05-14 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.27 - - [2026-05-14 03:01:22] "GET /network-ipam/a7c8eb34-5b7c-47e8-8d32-a034025ae82e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.007537 10.0.0.27 - - [2026-05-14 03:01:22] "PUT /network-ipam/a7c8eb34-5b7c-47e8-8d32-a034025ae82e HTTP/1.1" 200 258 0.017892 10.0.0.27 - - [2026-05-14 03:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.23 - - [2026-05-14 03:01:23] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001133 10.0.0.27 - - [2026-05-14 03:01:23] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054169 10.0.0.23 - - [2026-05-14 03:01:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007662 10.0.0.27 - - [2026-05-14 03:01:23] "POST /neutron/subnet HTTP/1.1" 200 719 0.276251 10.0.0.27 - - [2026-05-14 03:01:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001477 10.0.0.27 - - [2026-05-14 03:01:24] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008208 10.0.0.27 - - [2026-05-14 03:01:24] "POST /neutron/network HTTP/1.1" 200 1012 0.011298 10.0.0.27 - - [2026-05-14 03:01:24] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006689 10.0.0.27 - - [2026-05-14 03:01:24] "POST /neutron/subnet HTTP/1.1" 200 823 0.010062 10.0.0.27 - - [2026-05-14 03:01:24] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006337 10.0.0.27 - - [2026-05-14 03:01:24] "GET /network-ipam/4d23d140-2452-4b85-9eb6-f87b0df74118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.004431 10.0.0.27 - - [2026-05-14 03:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004484 10.0.0.23 - - [2026-05-14 03:01:24] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001307 10.0.0.27 - - [2026-05-14 03:01:24] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042664 10.0.0.23 - - [2026-05-14 03:01:24] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001241 10.0.0.27 - - [2026-05-14 03:01:24] "POST /neutron/network HTTP/1.1" 200 613 0.139218 10.0.0.22 - - [2026-05-14 03:01:24] "POST /route-targets HTTP/1.1" 200 327 0.014952 10.0.0.27 - - [2026-05-14 03:01:25] "POST /neutron/network HTTP/1.1" 200 1013 0.013786 10.0.0.27 - - [2026-05-14 03:01:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001564 10.0.0.27 - - [2026-05-14 03:01:25] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006880 10.0.0.27 - - [2026-05-14 03:01:25] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006430 10.0.0.27 - - [2026-05-14 03:01:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.009910 10.0.0.27 - - [2026-05-14 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.23 - - [2026-05-14 03:01:25] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001312 10.0.0.27 - - [2026-05-14 03:01:25] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055978 10.0.0.23 - - [2026-05-14 03:01:25] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001706 10.0.0.27 - - [2026-05-14 03:01:25] "POST /neutron/network HTTP/1.1" 200 613 0.158518 10.0.0.22 - - [2026-05-14 03:01:25] "POST /ref-update HTTP/1.1" 200 156 0.034430 10.0.0.22 - - [2026-05-14 03:01:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.043993 10.0.0.27 - - [2026-05-14 03:01:26] "POST /neutron/network HTTP/1.1" 200 1012 0.014144 10.0.0.27 - - [2026-05-14 03:01:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001466 10.0.0.27 - - [2026-05-14 03:01:26] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006655 10.0.0.27 - - [2026-05-14 03:01:26] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007779 10.0.0.27 - - [2026-05-14 03:01:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.012281 10.0.0.27 - - [2026-05-14 03:01:26] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006644 10.0.0.22 - - [2026-05-14 03:01:27] "GET /obj-perms HTTP/1.1" 200 5042 0.065554 10.0.0.27 - - [2026-05-14 03:01:28] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006687 10.0.0.27 - - [2026-05-14 03:01:28] "GET /obj-perms HTTP/1.1" 200 5042 0.058973 10.0.0.23 - - [2026-05-14 03:01:28] "GET /obj-perms HTTP/1.1" 200 5042 0.061227 10.0.0.27 - - [2026-05-14 03:01:29] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008884 10.0.0.27 - - [2026-05-14 03:01:29] "POST /fqname-to-id HTTP/1.1" 404 224 0.004636 10.0.0.27 - - [2026-05-14 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.23 - - [2026-05-14 03:01:29] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001338 10.0.0.27 - - [2026-05-14 03:01:29] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059164 10.0.0.27 - - [2026-05-14 03:01:29] "POST /network-policys HTTP/1.1" 200 559 0.034637 10.0.0.27 - - [2026-05-14 03:01:29] "GET /network-policy/4063bdf4-f750-473d-aa9e-505caec4122c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.007250 10.0.0.27 - - [2026-05-14 03:01:29] "POST /fqname-to-id HTTP/1.1" 404 224 0.003040 10.0.0.27 - - [2026-05-14 03:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005666 10.0.0.23 - - [2026-05-14 03:01:30] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001286 10.0.0.27 - - [2026-05-14 03:01:30] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047507 10.0.0.27 - - [2026-05-14 03:01:30] "POST /network-policys HTTP/1.1" 200 559 0.034442 10.0.0.27 - - [2026-05-14 03:01:30] "GET /network-policy/6a90e770-19c7-40df-a270-6b8f3e39bbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.009767 10.0.0.27 - - [2026-05-14 03:01:30] "POST /fqname-to-id HTTP/1.1" 404 224 0.003246 10.0.0.27 - - [2026-05-14 03:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.23 - - [2026-05-14 03:01:30] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001120 10.0.0.27 - - [2026-05-14 03:01:30] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065232 10.0.0.27 - - [2026-05-14 03:01:30] "POST /network-policys HTTP/1.1" 200 559 0.035233 10.0.0.27 - - [2026-05-14 03:01:30] "GET /network-policy/fd581401-102d-4f1a-9d7c-746c8992105b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.007118 10.0.0.27 - - [2026-05-14 03:01:30] "POST /neutron/network HTTP/1.1" 200 1196 0.090313 10.0.0.27 - - [2026-05-14 03:01:30] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006829 10.0.0.27 - - [2026-05-14 03:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.27 - - [2026-05-14 03:01:30] "GET /network-policy/4063bdf4-f750-473d-aa9e-505caec4122c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.004833 10.0.0.27 - - [2026-05-14 03:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.27 - - [2026-05-14 03:01:30] "GET /network-policy/6a90e770-19c7-40df-a270-6b8f3e39bbee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.005125 10.0.0.22 - - [2026-05-14 03:01:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.011441 10.0.0.27 - - [2026-05-14 03:01:31] "POST /neutron/network HTTP/1.1" 200 1111 0.097830 10.0.0.27 - - [2026-05-14 03:01:31] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008379 10.0.0.27 - - [2026-05-14 03:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.016104 10.0.0.27 - - [2026-05-14 03:01:31] "GET /network-policy/fd581401-102d-4f1a-9d7c-746c8992105b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.004878 10.0.0.27 - - [2026-05-14 03:01:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001333 10.0.0.23 - - [2026-05-14 03:01:32] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001211 10.0.0.27 - - [2026-05-14 03:01:32] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.082030 10.0.0.27 - - [2026-05-14 03:01:32] "POST /neutron/network HTTP/1.1" 200 1196 0.044727 10.0.0.27 - - [2026-05-14 03:01:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001498 10.0.0.27 - - [2026-05-14 03:01:32] "POST /neutron/port HTTP/1.1" 200 117 0.007696 10.0.0.23 - - [2026-05-14 03:01:33] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001315 10.0.0.27 - - [2026-05-14 03:01:33] "POST /neutron/port HTTP/1.1" 200 1171 0.412859 10.0.0.23 - - [2026-05-14 03:01:33] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001100 10.0.0.27 - - [2026-05-14 03:01:33] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.120461 10.0.0.27 - - [2026-05-14 03:01:34] "POST /neutron/port HTTP/1.1" 200 1225 0.174510 10.0.0.27 - - [2026-05-14 03:01:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004492 10.0.0.27 - - [2026-05-14 03:01:34] "POST /neutron/port HTTP/1.1" 200 117 0.001411 10.0.0.27 - - [2026-05-14 03:01:34] "POST /neutron/port HTTP/1.1" 200 1235 0.024155 10.0.0.27 - - [2026-05-14 03:01:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001933 10.0.0.27 - - [2026-05-14 03:01:34] "POST /neutron/port HTTP/1.1" 200 1235 0.023949 10.0.0.27 - - [2026-05-14 03:01:34] "POST /neutron/network HTTP/1.1" 200 1121 0.009346 10.0.0.27 - - [2026-05-14 03:01:35] "POST /neutron/port HTTP/1.1" 200 1172 0.026396 10.0.0.27 - - [2026-05-14 03:01:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004967 10.0.0.27 - - [2026-05-14 03:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.001502 10.0.0.23 - - [2026-05-14 03:01:35] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001264 10.0.0.27 - - [2026-05-14 03:01:35] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.107110 10.0.0.27 - - [2026-05-14 03:01:35] "POST /neutron/network HTTP/1.1" 200 1012 0.012390 10.0.0.27 - - [2026-05-14 03:01:36] "POST /neutron/port HTTP/1.1" 200 117 0.006961 10.0.0.27 - - [2026-05-14 03:01:36] "POST /neutron/port HTTP/1.1" 200 1235 0.021400 10.0.0.27 - - [2026-05-14 03:01:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009476 10.0.0.27 - - [2026-05-14 03:01:36] "POST /neutron/port HTTP/1.1" 200 1235 0.017831 10.0.0.27 - - [2026-05-14 03:01:36] "GET /virtual-machine/3a5421d9-28c4-4ce1-b424-fe5e3558b686 HTTP/1.1" 401 292 0.000507 10.0.0.27 - - [2026-05-14 03:01:37] "POST /neutron/port HTTP/1.1" 200 1171 0.023946 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-machine/3a5421d9-28c4-4ce1-b424-fe5e3558b686 HTTP/1.1" 200 1298 0.049957 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-machine/3a5421d9-28c4-4ce1-b424-fe5e3558b686 HTTP/1.1" 200 1298 0.004121 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-machine-interface/c7413f5f-be89-4365-a62b-c83d3d2cf547 HTTP/1.1" 200 3169 0.005754 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-machine/3a5421d9-28c4-4ce1-b424-fe5e3558b686 HTTP/1.1" 200 1298 0.005484 10.0.0.27 - - [2026-05-14 03:01:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004195 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-machine-interface/c7413f5f-be89-4365-a62b-c83d3d2cf547 HTTP/1.1" 200 3169 0.006314 10.0.0.27 - - [2026-05-14 03:01:37] "GET /instance-ip/2dcd1164-7a2d-4fa8-ae3a-b827ca6e765d HTTP/1.1" 200 1652 0.007211 10.0.0.27 - - [2026-05-14 03:01:37] "GET /instance-ip/362ff3fa-d77e-4e4a-844d-42694fcb209b HTTP/1.1" 200 1631 0.006935 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-machine/3a5421d9-28c4-4ce1-b424-fe5e3558b686 HTTP/1.1" 200 1298 0.003948 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-machine-interface/c7413f5f-be89-4365-a62b-c83d3d2cf547 HTTP/1.1" 200 3169 0.006440 10.0.0.27 - - [2026-05-14 03:01:37] "GET /instance-ip/2dcd1164-7a2d-4fa8-ae3a-b827ca6e765d HTTP/1.1" 200 1652 0.005902 10.0.0.27 - - [2026-05-14 03:01:37] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.27 - - [2026-05-14 03:01:37] "GET /instance-ip/362ff3fa-d77e-4e4a-844d-42694fcb209b HTTP/1.1" 200 1631 0.005466 10.0.0.27 - - [2026-05-14 03:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.27 - - [2026-05-14 03:01:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004997 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004967 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.008914 10.0.0.27 - - [2026-05-14 03:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005064 10.0.0.27 - - [2026-05-14 03:01:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006088 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004813 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007038 10.0.0.27 - - [2026-05-14 03:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.27 - - [2026-05-14 03:01:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008738 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003544 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007409 10.0.0.27 - - [2026-05-14 03:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.27 - - [2026-05-14 03:01:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004471 10.0.0.27 - - [2026-05-14 03:01:37] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004011 10.0.0.27 - - [2026-05-14 03:01:38] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006675 10.0.0.27 - - [2026-05-14 03:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.27 - - [2026-05-14 03:01:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005955 10.0.0.27 - - [2026-05-14 03:01:38] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004476 10.0.0.27 - - [2026-05-14 03:01:38] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006968 10.0.0.22 - - [2026-05-14 03:01:39] "DELETE /access-control-list/2465828c-6baa-4560-a735-6c59ec7257b6 HTTP/1.1" 200 115 0.039949 10.0.0.23 - - [2026-05-14 03:01:39] "DELETE /project/01e9d0ac-602b-4aea-a8fa-609d57f8d798 HTTP/1.1" 404 177 0.006096 10.0.0.23 - - [2026-05-14 03:01:39] "DELETE /project/af599b06e5434be08e1b84370c9c7747 HTTP/1.1" 404 173 0.005373 10.0.0.27 - - [2026-05-14 03:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.27 - - [2026-05-14 03:01:41] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006861 10.0.0.27 - - [2026-05-14 03:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.27 - - [2026-05-14 03:01:45] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006734 10.0.0.27 - - [2026-05-14 03:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004768 10.0.0.27 - - [2026-05-14 03:01:49] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.008163 10.0.0.27 - - [2026-05-14 03:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.27 - - [2026-05-14 03:01:53] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006310 10.0.0.27 - - [2026-05-14 03:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.27 - - [2026-05-14 03:01:57] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007138 10.0.0.27 - - [2026-05-14 03:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.27 - - [2026-05-14 03:02:01] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007214 10.0.0.27 - - [2026-05-14 03:02:03] "POST /neutron/port HTTP/1.1" 200 1236 0.025615 10.0.0.27 - - [2026-05-14 03:02:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006173 10.0.0.27 - - [2026-05-14 03:02:03] "POST /neutron/port HTTP/1.1" 200 117 0.001710 10.0.0.27 - - [2026-05-14 03:02:05] "POST /neutron/port HTTP/1.1" 200 1235 0.055943 10.0.0.27 - - [2026-05-14 03:02:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004920 10.0.0.27 - - [2026-05-14 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006536 10.0.0.27 - - [2026-05-14 03:02:05] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006900 10.0.0.27 - - [2026-05-14 03:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.27 - - [2026-05-14 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175 10.0.0.27 - - [2026-05-14 03:02:09] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006303 10.0.0.27 - - [2026-05-14 03:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.27 - - [2026-05-14 03:02:14] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006739 10.0.0.27 - - [2026-05-14 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.27 - - [2026-05-14 03:02:18] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006428 10.0.0.27 - - [2026-05-14 03:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006673 10.0.0.27 - - [2026-05-14 03:02:22] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006278 10.0.0.27 - - [2026-05-14 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.27 - - [2026-05-14 03:02:24] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004593 10.0.0.27 - - [2026-05-14 03:02:24] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003560 10.0.0.27 - - [2026-05-14 03:02:24] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006743 10.0.0.27 - - [2026-05-14 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.27 - - [2026-05-14 03:02:24] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004807 10.0.0.27 - - [2026-05-14 03:02:24] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003967 10.0.0.27 - - [2026-05-14 03:02:24] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006872 10.0.0.27 - - [2026-05-14 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.27 - - [2026-05-14 03:02:24] "GET /routing-instance/3429967c-4e57-400d-aed0-712645a2a400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005297 10.0.0.27 - - [2026-05-14 03:02:24] "GET /route-target/296ac829-94c4-47ea-9492-b49daabd8d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004369 10.0.0.27 - - [2026-05-14 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.27 - - [2026-05-14 03:02:24] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004399 10.0.0.27 - - [2026-05-14 03:02:24] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003490 10.0.0.27 - - [2026-05-14 03:02:24] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.006728 10.0.0.27 - - [2026-05-14 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.27 - - [2026-05-14 03:02:25] "GET /routing-instance/3429967c-4e57-400d-aed0-712645a2a400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005215 10.0.0.27 - - [2026-05-14 03:02:25] "GET /route-target/296ac829-94c4-47ea-9492-b49daabd8d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004466 10.0.0.27 - - [2026-05-14 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.27 - - [2026-05-14 03:02:25] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005069 10.0.0.27 - - [2026-05-14 03:02:25] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004038 10.0.0.27 - - [2026-05-14 03:02:25] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007322 10.0.0.27 - - [2026-05-14 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.27 - - [2026-05-14 03:02:25] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006373 10.0.0.27 - - [2026-05-14 03:02:25] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003993 10.0.0.27 - - [2026-05-14 03:02:25] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.008457 10.0.0.27 - - [2026-05-14 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.27 - - [2026-05-14 03:02:25] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005150 10.0.0.27 - - [2026-05-14 03:02:25] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003968 10.0.0.27 - - [2026-05-14 03:02:25] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007076 10.0.0.27 - - [2026-05-14 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005280 10.0.0.27 - - [2026-05-14 03:02:25] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005137 10.0.0.27 - - [2026-05-14 03:02:25] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003996 10.0.0.27 - - [2026-05-14 03:02:25] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.008201 10.0.0.23 - - [2026-05-14 03:02:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004554 10.0.0.27 - - [2026-05-14 03:02:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004183 10.0.0.27 - - [2026-05-14 03:02:25] "GET /obj-perms HTTP/1.1" 200 5042 0.005205 10.0.0.27 - - [2026-05-14 03:02:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004602 10.0.0.27 - - [2026-05-14 03:02:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004376 10.0.0.22 - - [2026-05-14 03:02:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004697 10.0.0.23 - - [2026-05-14 03:02:25] "GET /obj-perms HTTP/1.1" 200 5042 0.004675 10.0.0.27 - - [2026-05-14 03:02:26] "POST /neutron/port HTTP/1.1" 200 1236 0.024995 10.0.0.27 - - [2026-05-14 03:02:26] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008837 10.0.0.27 - - [2026-05-14 03:02:26] "POST /neutron/port HTTP/1.1" 200 1236 0.024898 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-machine/cd1265a7-b62e-43e3-b7bf-2049e02e67b6 HTTP/1.1" 200 1299 0.007071 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-machine/cd1265a7-b62e-43e3-b7bf-2049e02e67b6 HTTP/1.1" 200 1299 0.004440 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-machine-interface/3e360bdb-2cd2-4761-ad6c-477b3c6568ab HTTP/1.1" 200 3168 0.006102 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-machine/cd1265a7-b62e-43e3-b7bf-2049e02e67b6 HTTP/1.1" 200 1299 0.005830 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-machine-interface/3e360bdb-2cd2-4761-ad6c-477b3c6568ab HTTP/1.1" 200 3168 0.008671 10.0.0.27 - - [2026-05-14 03:02:26] "GET /instance-ip/bd3f3400-12b8-44ef-9d54-8568a8119720 HTTP/1.1" 200 1654 0.006951 10.0.0.27 - - [2026-05-14 03:02:26] "GET /instance-ip/eeba210a-6b8a-41ba-86b4-9420cdb97fed HTTP/1.1" 200 1632 0.008430 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-machine/cd1265a7-b62e-43e3-b7bf-2049e02e67b6 HTTP/1.1" 200 1299 0.004767 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-machine-interface/3e360bdb-2cd2-4761-ad6c-477b3c6568ab HTTP/1.1" 200 3168 0.007663 10.0.0.27 - - [2026-05-14 03:02:26] "GET /instance-ip/bd3f3400-12b8-44ef-9d54-8568a8119720 HTTP/1.1" 200 1654 0.004948 10.0.0.27 - - [2026-05-14 03:02:26] "GET /instance-ip/eeba210a-6b8a-41ba-86b4-9420cdb97fed HTTP/1.1" 200 1632 0.005822 10.0.0.27 - - [2026-05-14 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.27 - - [2026-05-14 03:02:26] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004474 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006079 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006948 10.0.0.27 - - [2026-05-14 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.27 - - [2026-05-14 03:02:26] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005512 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005327 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006960 10.0.0.27 - - [2026-05-14 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.27 - - [2026-05-14 03:02:26] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004998 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003702 10.0.0.27 - - [2026-05-14 03:02:26] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.009207 10.0.0.27 - - [2026-05-14 03:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.27 - - [2026-05-14 03:02:27] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008926 10.0.0.27 - - [2026-05-14 03:02:27] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006717 10.0.0.27 - - [2026-05-14 03:02:27] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008077 10.0.0.27 - - [2026-05-14 03:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.27 - - [2026-05-14 03:02:27] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006846 10.0.0.27 - - [2026-05-14 03:02:27] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004467 10.0.0.27 - - [2026-05-14 03:02:27] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006754 10.0.0.27 - - [2026-05-14 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.27 - - [2026-05-14 03:02:28] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007302 10.0.0.27 - - [2026-05-14 03:02:28] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004788 10.0.0.27 - - [2026-05-14 03:02:28] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006859 10.0.0.27 - - [2026-05-14 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006007 10.0.0.27 - - [2026-05-14 03:02:28] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004997 10.0.0.27 - - [2026-05-14 03:02:28] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004290 10.0.0.27 - - [2026-05-14 03:02:28] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006708 10.0.0.27 - - [2026-05-14 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.27 - - [2026-05-14 03:02:28] "GET /routing-instance/62af20ec-563c-44dc-b6bb-95f7b7366cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005625 10.0.0.27 - - [2026-05-14 03:02:28] "GET /route-target/5b7c2f0f-95ed-4733-8e53-90afd6eb6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004809 10.0.0.27 - - [2026-05-14 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.27 - - [2026-05-14 03:02:28] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004465 10.0.0.27 - - [2026-05-14 03:02:28] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003866 10.0.0.27 - - [2026-05-14 03:02:28] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007292 10.0.0.27 - - [2026-05-14 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2026-05-14 03:02:28] "GET /routing-instance/62af20ec-563c-44dc-b6bb-95f7b7366cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005599 10.0.0.27 - - [2026-05-14 03:02:28] "GET /route-target/5b7c2f0f-95ed-4733-8e53-90afd6eb6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004384 10.0.0.27 - - [2026-05-14 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005587 10.0.0.27 - - [2026-05-14 03:02:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004853 10.0.0.27 - - [2026-05-14 03:02:29] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003561 10.0.0.27 - - [2026-05-14 03:02:29] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007544 10.0.0.27 - - [2026-05-14 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.27 - - [2026-05-14 03:02:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005585 10.0.0.27 - - [2026-05-14 03:02:29] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004056 10.0.0.27 - - [2026-05-14 03:02:29] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006580 10.0.0.27 - - [2026-05-14 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.27 - - [2026-05-14 03:02:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005680 10.0.0.27 - - [2026-05-14 03:02:29] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004528 10.0.0.27 - - [2026-05-14 03:02:29] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006900 10.0.0.27 - - [2026-05-14 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.27 - - [2026-05-14 03:02:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004813 10.0.0.27 - - [2026-05-14 03:02:29] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003834 10.0.0.27 - - [2026-05-14 03:02:29] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006473 10.0.0.27 - - [2026-05-14 03:02:29] "GET /obj-perms HTTP/1.1" 200 5042 0.003947 10.0.0.23 - - [2026-05-14 03:02:29] "GET /obj-perms HTTP/1.1" 200 5042 0.004118 10.0.0.27 - - [2026-05-14 03:02:29] "GET /obj-perms HTTP/1.1" 200 5042 0.004614 10.0.0.27 - - [2026-05-14 03:02:29] "GET /obj-perms HTTP/1.1" 200 5042 0.004215 10.0.0.27 - - [2026-05-14 03:02:29] "POST /neutron/security_group HTTP/1.1" 200 2064 0.051514 10.0.0.27 - - [2026-05-14 03:02:30] "POST /neutron/port HTTP/1.1" 200 1235 0.026093 10.0.0.27 - - [2026-05-14 03:02:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009154 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-machine/c3a1f8f6-42d4-45d3-9ecf-29b66043a41f HTTP/1.1" 200 1299 0.007081 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-machine/c3a1f8f6-42d4-45d3-9ecf-29b66043a41f HTTP/1.1" 200 1299 0.004029 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-machine-interface/3f15e882-b948-42fe-84af-223470f9d17c HTTP/1.1" 200 3167 0.008376 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-machine/c3a1f8f6-42d4-45d3-9ecf-29b66043a41f HTTP/1.1" 200 1299 0.005424 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-machine-interface/3f15e882-b948-42fe-84af-223470f9d17c HTTP/1.1" 200 3167 0.005945 10.0.0.27 - - [2026-05-14 03:02:30] "GET /instance-ip/908c93a5-e4e1-4bd4-89e4-904bd84d66eb HTTP/1.1" 200 1633 0.006910 10.0.0.27 - - [2026-05-14 03:02:30] "GET /instance-ip/b8bd0b3f-c66c-4372-b05e-2ca3fd6b742b HTTP/1.1" 200 1652 0.010643 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-machine/c3a1f8f6-42d4-45d3-9ecf-29b66043a41f HTTP/1.1" 200 1299 0.005502 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-machine-interface/3f15e882-b948-42fe-84af-223470f9d17c HTTP/1.1" 200 3167 0.006947 10.0.0.27 - - [2026-05-14 03:02:30] "GET /instance-ip/908c93a5-e4e1-4bd4-89e4-904bd84d66eb HTTP/1.1" 200 1633 0.005186 10.0.0.27 - - [2026-05-14 03:02:30] "GET /instance-ip/b8bd0b3f-c66c-4372-b05e-2ca3fd6b742b HTTP/1.1" 200 1652 0.004937 10.0.0.27 - - [2026-05-14 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.27 - - [2026-05-14 03:02:30] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005052 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003603 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006841 10.0.0.27 - - [2026-05-14 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.27 - - [2026-05-14 03:02:30] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013567 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005047 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007441 10.0.0.27 - - [2026-05-14 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.27 - - [2026-05-14 03:02:30] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006359 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004491 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007279 10.0.0.27 - - [2026-05-14 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2026-05-14 03:02:30] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006291 10.0.0.27 - - [2026-05-14 03:02:30] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003956 10.0.0.27 - - [2026-05-14 03:02:31] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006477 10.0.0.27 - - [2026-05-14 03:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004935 10.0.0.27 - - [2026-05-14 03:02:31] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004291 10.0.0.22 - - [2026-05-14 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.27 - - [2026-05-14 03:02:31] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003218 10.0.0.22 - - [2026-05-14 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2026-05-14 03:02:31] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006667 10.0.0.22 - - [2026-05-14 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.22 - - [2026-05-14 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.23 - - [2026-05-14 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-05-14 03:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2026-05-14 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.27 - - [2026-05-14 03:02:32] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004152 10.0.0.23 - - [2026-05-14 03:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.27 - - [2026-05-14 03:02:32] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003579 10.0.0.23 - - [2026-05-14 03:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.27 - - [2026-05-14 03:02:32] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006504 10.0.0.27 - - [2026-05-14 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.27 - - [2026-05-14 03:02:32] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005712 10.0.0.27 - - [2026-05-14 03:02:32] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003865 10.0.0.27 - - [2026-05-14 03:02:32] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007548 10.0.0.27 - - [2026-05-14 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.27 - - [2026-05-14 03:02:32] "GET /routing-instance/77b1a58a-273c-4c70-8be3-72b900732951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005222 10.0.0.27 - - [2026-05-14 03:02:32] "GET /route-target/fa090c3b-bbab-4d66-808a-4ee0b9116fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005616 10.0.0.27 - - [2026-05-14 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.27 - - [2026-05-14 03:02:32] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005115 10.0.0.27 - - [2026-05-14 03:02:32] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004029 10.0.0.27 - - [2026-05-14 03:02:32] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006398 10.0.0.27 - - [2026-05-14 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.27 - - [2026-05-14 03:02:32] "GET /routing-instance/77b1a58a-273c-4c70-8be3-72b900732951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005524 10.0.0.27 - - [2026-05-14 03:02:32] "GET /route-target/fa090c3b-bbab-4d66-808a-4ee0b9116fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005229 10.0.0.27 - - [2026-05-14 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.27 - - [2026-05-14 03:02:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005878 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004050 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007414 10.0.0.27 - - [2026-05-14 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.27 - - [2026-05-14 03:02:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005005 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004195 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006822 10.0.0.27 - - [2026-05-14 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.27 - - [2026-05-14 03:02:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005321 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004155 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.012190 10.0.0.27 - - [2026-05-14 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.27 - - [2026-05-14 03:02:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-05-14 03:02:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004725 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003892 10.0.0.27 - - [2026-05-14 03:02:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008559 10.0.0.27 - - [2026-05-14 03:02:33] "GET /obj-perms HTTP/1.1" 200 5042 0.004151 10.0.0.23 - - [2026-05-14 03:02:33] "GET /obj-perms HTTP/1.1" 200 5042 0.004484 10.0.0.27 - - [2026-05-14 03:02:33] "GET /obj-perms HTTP/1.1" 200 5042 0.004899 10.0.0.27 - - [2026-05-14 03:02:33] "GET /obj-perms HTTP/1.1" 200 5042 0.004015 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-machine/3a5421d9-28c4-4ce1-b424-fe5e3558b686 HTTP/1.1" 200 1298 0.006132 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-machine-interface/c7413f5f-be89-4365-a62b-c83d3d2cf547 HTTP/1.1" 200 3169 0.007219 10.0.0.27 - - [2026-05-14 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.27 - - [2026-05-14 03:02:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006968 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004322 10.0.0.27 - - [2026-05-14 03:02:33] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007183 10.0.0.27 - - [2026-05-14 03:02:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2026-05-14 03:02:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2026-05-14 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.27 - - [2026-05-14 03:02:35] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004691 10.0.0.27 - - [2026-05-14 03:02:35] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004240 10.0.0.27 - - [2026-05-14 03:02:35] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007603 10.0.0.27 - - [2026-05-14 03:02:35] "POST /neutron/port HTTP/1.1" 200 1235 0.041630 10.0.0.27 - - [2026-05-14 03:02:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008461 10.0.0.27 - - [2026-05-14 03:02:40] "POST /neutron/port HTTP/1.1" 200 1235 0.020772 10.0.0.27 - - [2026-05-14 03:02:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007716 10.0.0.27 - - [2026-05-14 03:02:50] "GET /virtual-machine/cd1265a7-b62e-43e3-b7bf-2049e02e67b6 HTTP/1.1" 200 1299 0.005100 10.0.0.27 - - [2026-05-14 03:02:50] "GET /virtual-machine-interface/3e360bdb-2cd2-4761-ad6c-477b3c6568ab HTTP/1.1" 200 3168 0.006676 10.0.0.27 - - [2026-05-14 03:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.27 - - [2026-05-14 03:02:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004417 10.0.0.27 - - [2026-05-14 03:02:50] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003593 10.0.0.27 - - [2026-05-14 03:02:50] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006362 10.0.0.27 - - [2026-05-14 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040 10.0.0.27 - - [2026-05-14 03:02:52] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004107 10.0.0.27 - - [2026-05-14 03:02:52] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003391 10.0.0.27 - - [2026-05-14 03:02:52] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008306 10.0.0.27 - - [2026-05-14 03:02:52] "GET /virtual-machine/c3a1f8f6-42d4-45d3-9ecf-29b66043a41f HTTP/1.1" 200 1299 0.005535 10.0.0.27 - - [2026-05-14 03:02:52] "GET /virtual-machine-interface/3f15e882-b948-42fe-84af-223470f9d17c HTTP/1.1" 200 3167 0.006071 10.0.0.27 - - [2026-05-14 03:02:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.27 - - [2026-05-14 03:02:52] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004944 10.0.0.27 - - [2026-05-14 03:02:52] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003382 10.0.0.27 - - [2026-05-14 03:02:52] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006537 10.0.0.27 - - [2026-05-14 03:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2026-05-14 03:02:53] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005273 10.0.0.27 - - [2026-05-14 03:02:53] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004591 10.0.0.27 - - [2026-05-14 03:02:53] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006933 10.0.0.22 - - [2026-05-14 03:02:57] "GET /obj-perms HTTP/1.1" 200 5056 0.074275 10.0.0.23 - - [2026-05-14 03:02:57] "GET /obj-perms HTTP/1.1" 200 5056 0.073063 10.0.0.27 - - [2026-05-14 03:03:04] "POST /neutron/network HTTP/1.1" 200 1121 0.008280 10.0.0.27 - - [2026-05-14 03:03:04] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016796 10.0.0.27 - - [2026-05-14 03:03:04] "POST /neutron/network HTTP/1.1" 200 1111 0.013104 10.0.0.27 - - [2026-05-14 03:03:07] "POST /neutron/network HTTP/1.1" 200 1022 0.008125 10.0.0.27 - - [2026-05-14 03:03:07] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018283 10.0.0.27 - - [2026-05-14 03:03:07] "POST /neutron/network HTTP/1.1" 200 1012 0.011956 10.0.0.27 - - [2026-05-14 03:03:20] "GET /virtual-machine/c3a1f8f6-42d4-45d3-9ecf-29b66043a41f HTTP/1.1" 200 1299 0.005165 10.0.0.27 - - [2026-05-14 03:03:21] "POST /neutron/port HTTP/1.1" 200 151 0.260978 10.0.0.27 - - [2026-05-14 03:03:22] "GET /virtual-machine/c3a1f8f6-42d4-45d3-9ecf-29b66043a41f HTTP/1.1" 404 171 0.003486 10.0.0.27 - - [2026-05-14 03:03:22] "GET /virtual-machine/c3a1f8f6-42d4-45d3-9ecf-29b66043a41f HTTP/1.1" 404 171 0.003843 10.0.0.27 - - [2026-05-14 03:03:22] "GET /virtual-machine/c3a1f8f6-42d4-45d3-9ecf-29b66043a41f HTTP/1.1" 404 171 0.004584 10.0.0.27 - - [2026-05-14 03:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.27 - - [2026-05-14 03:03:23] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004489 10.0.0.27 - - [2026-05-14 03:03:23] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003877 10.0.0.27 - - [2026-05-14 03:03:23] "GET /virtual-network/45d2296d-0f8b-4504-bac3-e03cd7296af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007358 10.0.0.27 - - [2026-05-14 03:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.27 - - [2026-05-14 03:03:23] "GET /routing-instance/77b1a58a-273c-4c70-8be3-72b900732951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005250 10.0.0.27 - - [2026-05-14 03:03:23] "GET /route-target/fa090c3b-bbab-4d66-808a-4ee0b9116fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006354 10.0.0.27 - - [2026-05-14 03:03:23] "GET /obj-perms HTTP/1.1" 200 5042 0.004825 10.0.0.27 - - [2026-05-14 03:03:26] "GET /obj-perms HTTP/1.1" 200 5042 0.005053 10.0.0.27 - - [2026-05-14 03:03:32] "GET /obj-perms HTTP/1.1" 200 5042 0.004900 10.0.0.27 - - [2026-05-14 03:03:35] "GET /obj-perms HTTP/1.1" 200 5042 0.004925 10.0.0.27 - - [2026-05-14 03:03:41] "GET /obj-perms HTTP/1.1" 200 5042 0.005634 10.0.0.27 - - [2026-05-14 03:03:41] "GET /obj-perms HTTP/1.1" 200 5042 0.006320 10.0.0.27 - - [2026-05-14 03:03:42] "GET /virtual-machine/cd1265a7-b62e-43e3-b7bf-2049e02e67b6 HTTP/1.1" 200 1299 0.005428 10.0.0.27 - - [2026-05-14 03:03:42] "POST /neutron/port HTTP/1.1" 200 151 0.297042 10.0.0.27 - - [2026-05-14 03:03:44] "GET /virtual-machine/cd1265a7-b62e-43e3-b7bf-2049e02e67b6 HTTP/1.1" 404 171 0.003530 10.0.0.27 - - [2026-05-14 03:03:44] "GET /virtual-machine/cd1265a7-b62e-43e3-b7bf-2049e02e67b6 HTTP/1.1" 404 171 0.004508 10.0.0.27 - - [2026-05-14 03:03:44] "GET /virtual-machine/cd1265a7-b62e-43e3-b7bf-2049e02e67b6 HTTP/1.1" 404 171 0.004881 10.0.0.27 - - [2026-05-14 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005354 10.0.0.27 - - [2026-05-14 03:03:44] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006645 10.0.0.27 - - [2026-05-14 03:03:44] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004423 10.0.0.27 - - [2026-05-14 03:03:44] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007285 10.0.0.27 - - [2026-05-14 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.27 - - [2026-05-14 03:03:44] "GET /routing-instance/62af20ec-563c-44dc-b6bb-95f7b7366cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005810 10.0.0.27 - - [2026-05-14 03:03:44] "GET /route-target/5b7c2f0f-95ed-4733-8e53-90afd6eb6320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004921 10.0.0.27 - - [2026-05-14 03:03:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004681 10.0.0.27 - - [2026-05-14 03:03:50] "GET /obj-perms HTTP/1.1" 200 5042 0.005028 10.0.0.27 - - [2026-05-14 03:03:56] "GET /obj-perms HTTP/1.1" 200 5042 0.006060 10.0.0.27 - - [2026-05-14 03:04:00] "GET /obj-perms HTTP/1.1" 200 5042 0.005586 10.0.0.27 - - [2026-05-14 03:04:03] "GET /obj-perms HTTP/1.1" 200 5042 0.004531 10.0.0.27 - - [2026-05-14 03:04:08] "POST /neutron/network HTTP/1.1" 200 1206 0.008235 10.0.0.27 - - [2026-05-14 03:04:08] "POST /neutron/subnet HTTP/1.1" 200 1374 0.017040 10.0.0.27 - - [2026-05-14 03:04:08] "POST /neutron/network HTTP/1.1" 200 1196 0.013148 10.0.0.27 - - [2026-05-14 03:04:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004369 10.0.0.27 - - [2026-05-14 03:04:12] "GET /obj-perms HTTP/1.1" 200 5042 0.004746 10.0.0.22 - - [2026-05-14 03:04:12] "GET /obj-perms HTTP/1.1" 200 5042 0.003901 10.0.0.27 - - [2026-05-14 03:04:12] "GET /virtual-machine/3a5421d9-28c4-4ce1-b424-fe5e3558b686 HTTP/1.1" 200 1298 0.005250 10.0.0.27 - - [2026-05-14 03:04:13] "POST /neutron/port HTTP/1.1" 200 151 0.275415 10.0.0.27 - - [2026-05-14 03:04:14] "GET /virtual-machine/3a5421d9-28c4-4ce1-b424-fe5e3558b686 HTTP/1.1" 404 171 0.003616 10.0.0.27 - - [2026-05-14 03:04:14] "GET /virtual-machine/3a5421d9-28c4-4ce1-b424-fe5e3558b686 HTTP/1.1" 404 171 0.003739 10.0.0.27 - - [2026-05-14 03:04:14] "GET /virtual-machine/3a5421d9-28c4-4ce1-b424-fe5e3558b686 HTTP/1.1" 404 171 0.003808 10.0.0.27 - - [2026-05-14 03:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.27 - - [2026-05-14 03:04:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004809 10.0.0.27 - - [2026-05-14 03:04:14] "GET /virtual-networks?parent_id=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003786 10.0.0.27 - - [2026-05-14 03:04:14] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.007050 10.0.0.27 - - [2026-05-14 03:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.27 - - [2026-05-14 03:04:14] "GET /routing-instance/3429967c-4e57-400d-aed0-712645a2a400?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005022 10.0.0.27 - - [2026-05-14 03:04:14] "GET /route-target/296ac829-94c4-47ea-9492-b49daabd8d20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004655 10.0.0.27 - - [2026-05-14 03:04:15] "GET /obj-perms HTTP/1.1" 200 5042 0.004754 10.0.0.27 - - [2026-05-14 03:04:18] "GET /obj-perms HTTP/1.1" 200 5042 0.007121 10.0.0.27 - - [2026-05-14 03:04:24] "GET /obj-perms HTTP/1.1" 200 5042 0.004647 10.0.0.27 - - [2026-05-14 03:04:27] "GET /obj-perms HTTP/1.1" 200 5042 0.005322 10.0.0.27 - - [2026-05-14 03:04:33] "GET /obj-perms HTTP/1.1" 200 5042 0.005718 10.0.0.27 - - [2026-05-14 03:04:36] "GET /obj-perms HTTP/1.1" 200 5042 0.004290 10.0.0.27 - - [2026-05-14 03:04:42] "GET /obj-perms HTTP/1.1" 200 5042 0.004227 10.0.0.27 - - [2026-05-14 03:04:42] "GET /obj-perms HTTP/1.1" 200 5042 0.003910 10.0.0.23 - - [2026-05-14 03:04:42] "GET /obj-perms HTTP/1.1" 200 5042 0.004522 10.0.0.27 - - [2026-05-14 03:04:43] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006295 10.0.0.22 - - [2026-05-14 03:04:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.007496 10.0.0.22 - - [2026-05-14 03:04:43] "POST /ref-update HTTP/1.1" 200 156 0.031690 10.0.0.27 - - [2026-05-14 03:04:43] "POST /neutron/network HTTP/1.1" 200 1013 0.025198 10.0.0.27 - - [2026-05-14 03:04:43] "GET /virtual-network/30d20722-d1b6-4c2b-8b29-7f1427e0d9e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.017863 10.0.0.27 - - [2026-05-14 03:04:43] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3241 0.010056 10.0.0.27 - - [2026-05-14 03:04:43] "POST /neutron/network HTTP/1.1" 200 1012 0.014755 10.0.0.27 - - [2026-05-14 03:04:43] "GET /virtual-network/b3c475bb-700c-45c0-b9fc-f1ac19d8f574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.013344 10.0.0.27 - - [2026-05-14 03:04:43] "DELETE /network-policy/fd581401-102d-4f1a-9d7c-746c8992105b HTTP/1.1" 200 115 0.052340 10.0.0.27 - - [2026-05-14 03:04:43] "DELETE /network-policy/6a90e770-19c7-40df-a270-6b8f3e39bbee HTTP/1.1" 200 115 0.057707 10.0.0.27 - - [2026-05-14 03:04:43] "DELETE /network-policy/4063bdf4-f750-473d-aa9e-505caec4122c HTTP/1.1" 200 115 0.067557 10.0.0.22 - - [2026-05-14 03:04:43] "POST /ref-update HTTP/1.1" 200 156 0.040830 10.0.0.27 - - [2026-05-14 03:04:44] "POST /neutron/network HTTP/1.1" 200 1013 0.012808 10.0.0.22 - - [2026-05-14 03:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.23 - - [2026-05-14 03:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.007919 10.0.0.23 - - [2026-05-14 03:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003125 10.0.0.23 - - [2026-05-14 03:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003603 10.0.0.23 - - [2026-05-14 03:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002774 10.0.0.27 - - [2026-05-14 03:04:44] "POST /neutron/network HTTP/1.1" 200 151 0.190001 10.0.0.22 - - [2026-05-14 03:04:45] "DELETE /route-target/296ac829-94c4-47ea-9492-b49daabd8d20 HTTP/1.1" 200 115 0.043414 10.0.0.27 - - [2026-05-14 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.27 - - [2026-05-14 03:04:45] "DELETE /network-ipam/a7c8eb34-5b7c-47e8-8d32-a034025ae82e HTTP/1.1" 200 115 0.035664 10.0.0.27 - - [2026-05-14 03:04:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.009836 10.0.0.27 - - [2026-05-14 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.27 - - [2026-05-14 03:04:45] "DELETE /network-ipam/0a72a1ce-3dcd-4c97-953b-5d1816288dc3 HTTP/1.1" 200 115 0.043900 10.0.0.27 - - [2026-05-14 03:04:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.005753 10.0.0.27 - - [2026-05-14 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.27 - - [2026-05-14 03:04:45] "DELETE /network-ipam/4d23d140-2452-4b85-9eb6-f87b0df74118 HTTP/1.1" 200 115 0.038711 10.0.0.27 - - [2026-05-14 03:04:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.003706 10.0.0.23 - - [2026-05-14 03:04:48] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001464 10.0.0.27 - - [2026-05-14 03:04:48] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054044 10.0.0.23 - - [2026-05-14 03:04:48] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000970 10.0.0.27 - - [2026-05-14 03:04:48] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?fields=virtual_networks HTTP/1.1" 200 1055 0.061664 10.0.0.23 - - [2026-05-14 03:04:48] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001218 10.0.0.27 - - [2026-05-14 03:04:48] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.064710 10.0.0.23 - - [2026-05-14 03:04:48] "GET /projects?obj_uuids=af599b06-e543-4be0-8e1b-84370c9c7747&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001064 10.0.0.27 - - [2026-05-14 03:04:48] "GET /project/af599b06-e543-4be0-8e1b-84370c9c7747?fields=security_groups HTTP/1.1" 200 1287 0.050864 10.0.0.27 - - [2026-05-14 03:04:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.035593 10.0.0.23 - - [2026-05-14 03:04:49] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004310 10.0.0.23 - - [2026-05-14 03:04:49] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.23 - - [2026-05-14 03:04:49] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.014826 10.0.0.23 - - [2026-05-14 03:04:49] "POST /id-to-fqname HTTP/1.1" 200 192 0.003238 10.0.0.23 - - [2026-05-14 03:04:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.005518 10.0.0.23 - - [2026-05-14 03:04:50] "POST /security-groups HTTP/1.1" 200 593 0.085207 10.0.0.23 - - [2026-05-14 03:04:50] "POST /projects HTTP/1.1" 200 589 0.312474 10.0.0.23 - - [2026-05-14 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.348359 10.0.0.22 - - [2026-05-14 03:04:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.011682 10.0.0.27 - - [2026-05-14 03:04:50] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.526873 10.0.0.27 - - [2026-05-14 03:04:51] "GET / HTTP/1.1" 200 35931 0.002244 10.0.0.27 - - [2026-05-14 03:04:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 10.0.0.27 - - [2026-05-14 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.096111 10.0.0.23 - - [2026-05-14 03:04:53] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001301 10.0.0.27 - - [2026-05-14 03:04:53] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.063689 10.0.0.22 - - [2026-05-14 03:04:54] "POST /ref-update HTTP/1.1" 200 156 0.024880 10.0.0.23 - - [2026-05-14 03:04:54] "POST /useragent-kv HTTP/1.1" 200 115 0.026023 10.0.0.27 - - [2026-05-14 03:04:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.265196 10.0.0.27 - - [2026-05-14 03:04:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.002174 10.0.0.27 - - [2026-05-14 03:04:54] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006810 10.0.0.27 - - [2026-05-14 03:04:54] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007054 10.0.0.27 - - [2026-05-14 03:04:54] "POST /neutron/network HTTP/1.1" 200 827 0.009590 10.0.0.27 - - [2026-05-14 03:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.23 - - [2026-05-14 03:04:54] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001408 10.0.0.27 - - [2026-05-14 03:04:54] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.066546 10.0.0.23 - - [2026-05-14 03:04:54] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001291 10.0.0.27 - - [2026-05-14 03:04:54] "POST /neutron/network HTTP/1.1" 200 607 0.171681 10.0.0.27 - - [2026-05-14 03:04:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.004157 10.0.0.27 - - [2026-05-14 03:04:55] "GET /virtual-network/ca383467-4e5c-4ac7-a03a-bc1666f768c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006295 10.0.0.27 - - [2026-05-14 03:04:55] "POST /neutron/network HTTP/1.1" 200 827 0.008322 10.0.0.27 - - [2026-05-14 03:04:55] "GET /virtual-network/ca383467-4e5c-4ac7-a03a-bc1666f768c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006414 10.0.0.27 - - [2026-05-14 03:04:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.009135 10.0.0.27 - - [2026-05-14 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2026-05-14 03:04:55] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001250 10.0.0.27 - - [2026-05-14 03:04:55] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.052947 10.0.0.27 - - [2026-05-14 03:04:55] "POST /network-policys HTTP/1.1" 200 571 0.039555 10.0.0.27 - - [2026-05-14 03:04:55] "GET /network-policy/d5e2c4d6-155e-4e77-b2fa-61f6b76eda58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.007637 10.0.0.27 - - [2026-05-14 03:04:55] "POST /neutron/network HTTP/1.1" 200 827 0.007955 10.0.0.22 - - [2026-05-14 03:04:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.014425 10.0.0.27 - - [2026-05-14 03:04:55] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.016475 10.0.0.27 - - [2026-05-14 03:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005891 10.0.0.27 - - [2026-05-14 03:04:55] "GET /network-policy/d5e2c4d6-155e-4e77-b2fa-61f6b76eda58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004742 10.0.0.27 - - [2026-05-14 03:04:55] "POST /neutron/network HTTP/1.1" 200 827 0.010524 10.0.0.22 - - [2026-05-14 03:04:56] "POST /access-control-lists HTTP/1.1" 200 590 0.052677 10.0.0.27 - - [2026-05-14 03:04:56] "GET /virtual-network/ca383467-4e5c-4ac7-a03a-bc1666f768c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009660 10.0.0.27 - - [2026-05-14 03:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.018476 10.0.0.27 - - [2026-05-14 03:04:56] "GET /network-policy/d5e2c4d6-155e-4e77-b2fa-61f6b76eda58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.005120 10.0.0.27 - - [2026-05-14 03:04:56] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007348 10.0.0.27 - - [2026-05-14 03:04:58] "GET /virtual-network/ca383467-4e5c-4ac7-a03a-bc1666f768c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007728 10.0.0.22 - - [2026-05-14 03:04:59] "GET /obj-perms HTTP/1.1" 200 5034 0.435008 10.0.0.27 - - [2026-05-14 03:04:59] "GET /obj-perms HTTP/1.1" 200 5056 0.127645 10.0.0.23 - - [2026-05-14 03:04:59] "GET /obj-perms HTTP/1.1" 200 5034 0.114876 10.0.0.27 - - [2026-05-14 03:04:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001392 10.0.0.27 - - [2026-05-14 03:05:00] "POST /neutron/network HTTP/1.1" 200 939 0.010316 10.0.0.23 - - [2026-05-14 03:05:00] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001348 10.0.0.27 - - [2026-05-14 03:05:00] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.089563 10.0.0.27 - - [2026-05-14 03:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.009540 10.0.0.27 - - [2026-05-14 03:05:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001742 10.0.0.27 - - [2026-05-14 03:05:01] "POST /neutron/network HTTP/1.1" 200 939 0.010212 10.0.0.27 - - [2026-05-14 03:05:02] "POST /neutron/port HTTP/1.1" 200 1063 0.023575 10.0.0.27 - - [2026-05-14 03:05:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005930 10.0.0.23 - - [2026-05-14 03:05:02] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001481 10.0.0.27 - - [2026-05-14 03:05:02] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.087880 10.0.0.27 - - [2026-05-14 03:05:02] "POST /neutron/network HTTP/1.1" 200 929 0.009111 10.0.0.27 - - [2026-05-14 03:05:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010296 10.0.0.27 - - [2026-05-14 03:05:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008645 10.0.0.27 - - [2026-05-14 03:05:04] "POST /neutron/port HTTP/1.1" 200 1063 0.056520 10.0.0.27 - - [2026-05-14 03:05:04] "POST /neutron/port HTTP/1.1" 200 1127 0.027175 10.0.0.27 - - [2026-05-14 03:05:04] "POST /neutron/port HTTP/1.1" 200 117 0.001442 10.0.0.27 - - [2026-05-14 03:05:06] "POST /neutron/port HTTP/1.1" 200 1127 0.025564 10.0.0.27 - - [2026-05-14 03:05:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.010064 10.0.0.27 - - [2026-05-14 03:05:08] "POST /neutron/port HTTP/1.1" 200 1127 0.025679 10.0.0.27 - - [2026-05-14 03:05:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009056 10.0.0.27 - - [2026-05-14 03:05:08] "GET /virtual-machine/c5245304-654c-45a4-b50a-a1dbc64bd2c2 HTTP/1.1" 401 292 0.000500 10.0.0.27 - - [2026-05-14 03:05:08] "GET /virtual-machine/c5245304-654c-45a4-b50a-a1dbc64bd2c2 HTTP/1.1" 200 1295 0.044483 10.0.0.27 - - [2026-05-14 03:05:09] "GET /virtual-machine-interface/3dfe84d7-df5b-4389-88c9-bf2bbc51ab22 HTTP/1.1" 200 2950 0.006340 10.0.0.27 - - [2026-05-14 03:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.27 - - [2026-05-14 03:05:09] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004474 10.0.0.27 - - [2026-05-14 03:05:09] "GET /virtual-networks?parent_id=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003656 10.0.0.27 - - [2026-05-14 03:05:09] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006797 10.0.0.27 - - [2026-05-14 03:05:11] "POST /neutron/port HTTP/1.1" 200 1127 0.027927 10.0.0.27 - - [2026-05-14 03:05:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004655 10.0.0.27 - - [2026-05-14 03:05:11] "POST /neutron/network HTTP/1.1" 200 929 0.007983 10.0.0.27 - - [2026-05-14 03:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.27 - - [2026-05-14 03:05:12] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007792 10.0.0.27 - - [2026-05-14 03:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.27 - - [2026-05-14 03:05:16] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006661 10.0.0.27 - - [2026-05-14 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.27 - - [2026-05-14 03:05:20] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006206 10.0.0.27 - - [2026-05-14 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.27 - - [2026-05-14 03:05:24] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005790 10.0.0.22 - - [2026-05-14 03:05:25] "DELETE /access-control-list/9360dfc5-b962-4014-880d-bfba101d047e HTTP/1.1" 200 115 0.051734 10.0.0.27 - - [2026-05-14 03:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.27 - - [2026-05-14 03:05:28] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006179 10.0.0.27 - - [2026-05-14 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.27 - - [2026-05-14 03:05:32] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006375 10.0.0.27 - - [2026-05-14 03:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.27 - - [2026-05-14 03:05:36] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007131 10.0.0.23 - - [2026-05-14 03:05:40] "DELETE /project/af599b06-e543-4be0-8e1b-84370c9c7747 HTTP/1.1" 404 177 0.006546 10.0.0.23 - - [2026-05-14 03:05:40] "DELETE /project/0e67cfa62ab54bdeae511cd0974fbc52 HTTP/1.1" 404 173 0.005392 10.0.0.27 - - [2026-05-14 03:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.27 - - [2026-05-14 03:05:40] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006776 10.0.0.27 - - [2026-05-14 03:05:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005499 10.0.0.27 - - [2026-05-14 03:05:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005295 10.0.0.27 - - [2026-05-14 03:05:42] "GET /virtual-networks?parent_id=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003556 10.0.0.27 - - [2026-05-14 03:05:43] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006753 10.0.0.27 - - [2026-05-14 03:05:48] "POST /neutron/port HTTP/1.1" 200 1127 0.022858 10.0.0.27 - - [2026-05-14 03:05:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009544 10.0.0.27 - - [2026-05-14 03:05:56] "POST /neutron/port HTTP/1.1" 200 1127 0.020632 10.0.0.27 - - [2026-05-14 03:05:58] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008515 10.0.0.27 - - [2026-05-14 03:06:04] "POST /neutron/port HTTP/1.1" 200 1127 0.021215 10.0.0.27 - - [2026-05-14 03:06:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009554 10.0.0.27 - - [2026-05-14 03:06:04] "GET /virtual-machine/6afde6c3-d7c5-4bfd-b461-377f7d93f1c4 HTTP/1.1" 200 1294 0.006803 10.0.0.27 - - [2026-05-14 03:06:04] "GET /virtual-machine-interface/aaf9af8c-65e5-45c3-858d-187830f1764a HTTP/1.1" 200 2951 0.006947 10.0.0.27 - - [2026-05-14 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.27 - - [2026-05-14 03:06:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006098 10.0.0.27 - - [2026-05-14 03:06:04] "GET /virtual-networks?parent_id=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004272 10.0.0.27 - - [2026-05-14 03:06:04] "GET /virtual-network/ca383467-4e5c-4ac7-a03a-bc1666f768c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006249 10.0.0.27 - - [2026-05-14 03:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.27 - - [2026-05-14 03:06:05] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004890 10.0.0.27 - - [2026-05-14 03:06:05] "GET /virtual-networks?parent_id=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004133 10.0.0.27 - - [2026-05-14 03:06:05] "GET /virtual-network/ca383467-4e5c-4ac7-a03a-bc1666f768c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006347 10.0.0.27 - - [2026-05-14 03:06:08] "POST /neutron/port HTTP/1.1" 200 1127 0.020292 10.0.0.27 - - [2026-05-14 03:06:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004547 10.0.0.27 - - [2026-05-14 03:06:08] "POST /neutron/network HTTP/1.1" 200 929 0.007717 10.0.0.27 - - [2026-05-14 03:06:11] "POST /neutron/network HTTP/1.1" 200 939 0.007288 10.0.0.27 - - [2026-05-14 03:06:11] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.27 - - [2026-05-14 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.23 - - [2026-05-14 03:06:30] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.031817 10.0.0.27 - - [2026-05-14 03:06:30] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.090527 10.0.0.27 - - [2026-05-14 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.27 - - [2026-05-14 03:06:30] "PUT /network-policy/d5e2c4d6-155e-4e77-b2fa-61f6b76eda58 HTTP/1.1" 200 262 0.017934 10.0.0.22 - - [2026-05-14 03:06:30] "PUT /access-control-list/0842cbcc-5209-4005-bace-7e711f3a8fd6 HTTP/1.1" 200 272 0.123785 10.0.0.27 - - [2026-05-14 03:06:33] "GET /virtual-network/ca383467-4e5c-4ac7-a03a-bc1666f768c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007943 10.0.0.27 - - [2026-05-14 03:06:34] "POST /neutron/network HTTP/1.1" 200 827 0.095147 10.0.0.27 - - [2026-05-14 03:06:34] "GET /virtual-network/ca383467-4e5c-4ac7-a03a-bc1666f768c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007554 10.0.0.27 - - [2026-05-14 03:06:34] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.010573 10.0.0.27 - - [2026-05-14 03:06:34] "POST /neutron/network HTTP/1.1" 200 827 0.123188 10.0.0.22 - - [2026-05-14 03:06:34] "DELETE /access-control-list/0842cbcc-5209-4005-bace-7e711f3a8fd6 HTTP/1.1" 200 115 0.076722 10.0.0.27 - - [2026-05-14 03:06:34] "GET /virtual-network/41f674cf-0752-45bb-b050-ec7ed5c65508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006484 10.0.0.27 - - [2026-05-14 03:06:34] "DELETE /network-policy/d5e2c4d6-155e-4e77-b2fa-61f6b76eda58 HTTP/1.1" 200 115 0.075592 10.0.0.27 - - [2026-05-14 03:06:34] "POST /neutron/network HTTP/1.1" 200 827 0.013031 10.0.0.27 - - [2026-05-14 03:06:34] "POST /neutron/port HTTP/1.1" 200 1127 0.022029 10.0.0.27 - - [2026-05-14 03:06:34] "POST /neutron/port HTTP/1.1" 200 151 0.240422 10.0.0.27 - - [2026-05-14 03:06:37] "POST /neutron/network HTTP/1.1" 200 827 0.010177 10.0.0.22 - - [2026-05-14 03:06:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006834 10.0.0.23 - - [2026-05-14 03:06:38] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001259 10.0.0.27 - - [2026-05-14 03:06:38] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.080803 10.0.0.23 - - [2026-05-14 03:06:38] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001139 10.0.0.27 - - [2026-05-14 03:06:38] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?fields=virtual_networks HTTP/1.1" 200 1046 0.045851 10.0.0.23 - - [2026-05-14 03:06:38] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001655 10.0.0.27 - - [2026-05-14 03:06:38] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.048968 10.0.0.23 - - [2026-05-14 03:06:39] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001835 10.0.0.27 - - [2026-05-14 03:06:39] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?fields=security_groups HTTP/1.1" 200 1274 0.053520 10.0.0.27 - - [2026-05-14 03:06:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.046945 10.0.0.23 - - [2026-05-14 03:06:40] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004548 10.0.0.23 - - [2026-05-14 03:06:40] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001437 10.0.0.23 - - [2026-05-14 03:06:40] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.124896 10.0.0.23 - - [2026-05-14 03:06:40] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001555 10.0.0.22 - - [2026-05-14 03:06:40] "DELETE /access-control-list/47deb23b-77aa-40ab-a9fc-7f230829983d HTTP/1.1" 200 115 0.062682 10.0.0.23 - - [2026-05-14 03:06:40] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.062974 10.0.0.23 - - [2026-05-14 03:06:40] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001595 10.0.0.23 - - [2026-05-14 03:06:40] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?fields=security_groups HTTP/1.1" 200 1116 0.083624 10.0.0.23 - - [2026-05-14 03:06:40] "GET /projects?obj_uuids=0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001441 10.0.0.23 - - [2026-05-14 03:06:40] "GET /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52?fields=application_policy_sets HTTP/1.1" 404 171 0.016422 10.0.0.23 - - [2026-05-14 03:06:40] "DELETE /project/0e67cfa6-2ab5-4bde-ae51-1cd0974fbc52 HTTP/1.1" 404 190 0.455827 10.0.0.23 - - [2026-05-14 03:06:40] "POST /id-to-fqname HTTP/1.1" 200 202 0.001847 10.0.0.23 - - [2026-05-14 03:06:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.009568 10.0.0.23 - - [2026-05-14 03:06:41] "POST /security-groups HTTP/1.1" 200 603 0.036682 10.0.0.23 - - [2026-05-14 03:06:41] "POST /projects HTTP/1.1" 200 609 0.420864 10.0.0.23 - - [2026-05-14 03:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.530576 10.0.0.22 - - [2026-05-14 03:06:41] "POST /fqname-to-id HTTP/1.1" 404 245 0.007463 10.0.0.27 - - [2026-05-14 03:06:41] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.879030 10.0.0.27 - - [2026-05-14 03:06:42] "GET / HTTP/1.1" 200 35931 0.002009 10.0.0.27 - - [2026-05-14 03:06:46] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000564 10.0.0.23 - - [2026-05-14 03:06:46] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001848 10.0.0.27 - - [2026-05-14 03:06:46] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.092793 10.0.0.27 - - [2026-05-14 03:06:47] "GET / HTTP/1.1" 200 35931 0.002279 10.0.0.27 - - [2026-05-14 03:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.23 - - [2026-05-14 03:06:47] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.27 - - [2026-05-14 03:06:47] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008427 10.0.0.27 - - [2026-05-14 03:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.23 - - [2026-05-14 03:06:47] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001246 10.0.0.27 - - [2026-05-14 03:06:47] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.052355 10.0.0.27 - - [2026-05-14 03:06:48] "GET /domains HTTP/1.1" 401 292 0.000504 10.0.0.27 - - [2026-05-14 03:06:49] "GET /domains HTTP/1.1" 200 280 0.032501 10.0.0.23 - - [2026-05-14 03:06:49] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.27 - - [2026-05-14 03:06:49] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40 HTTP/1.1" 200 2779 0.011526 10.0.0.23 - - [2026-05-14 03:06:49] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001013 10.0.0.27 - - [2026-05-14 03:06:49] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad HTTP/1.1" 200 1934 0.096223 10.0.0.27 - - [2026-05-14 03:06:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004510 10.0.0.27 - - [2026-05-14 03:06:49] "POST /network-ipams HTTP/1.1" 200 621 0.030499 10.0.0.27 - - [2026-05-14 03:06:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003846 10.0.0.27 - - [2026-05-14 03:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2026-05-14 03:06:49] "GET /network-ipam/e21559bf-bd18-475a-8795-a5492eed633d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.007484 10.0.0.27 - - [2026-05-14 03:06:49] "PUT /network-ipam/e21559bf-bd18-475a-8795-a5492eed633d HTTP/1.1" 200 258 0.017767 10.0.0.27 - - [2026-05-14 03:06:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.27 - - [2026-05-14 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.037758 10.0.0.23 - - [2026-05-14 03:06:50] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001045 10.0.0.27 - - [2026-05-14 03:06:50] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.073281 10.0.0.23 - - [2026-05-14 03:06:50] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001794 10.0.0.27 - - [2026-05-14 03:06:50] "POST /neutron/network HTTP/1.1" 200 623 0.171346 10.0.0.22 - - [2026-05-14 03:06:50] "POST /ref-update HTTP/1.1" 200 156 0.027890 10.0.0.23 - - [2026-05-14 03:06:51] "POST /useragent-kv HTTP/1.1" 200 115 0.010872 10.0.0.27 - - [2026-05-14 03:06:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.233321 10.0.0.27 - - [2026-05-14 03:06:51] "POST /id-to-fqname HTTP/1.1" 200 235 0.001419 10.0.0.27 - - [2026-05-14 03:06:51] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006538 10.0.0.27 - - [2026-05-14 03:06:51] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.019451 10.0.0.27 - - [2026-05-14 03:06:51] "POST /neutron/network HTTP/1.1" 200 1337 0.020205 10.0.0.27 - - [2026-05-14 03:06:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.013492 10.0.0.27 - - [2026-05-14 03:06:52] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006510 10.0.0.27 - - [2026-05-14 03:06:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.003904 10.0.0.27 - - [2026-05-14 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.23 - - [2026-05-14 03:06:54] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001215 10.0.0.27 - - [2026-05-14 03:06:54] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.057677 10.0.0.27 - - [2026-05-14 03:06:54] "POST /network-policys HTTP/1.1" 200 563 0.036591 10.0.0.27 - - [2026-05-14 03:06:54] "GET /network-policy/2d52b9f6-91ed-4539-aa27-0747133a103c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006721 10.0.0.27 - - [2026-05-14 03:06:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.003756 10.0.0.27 - - [2026-05-14 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.23 - - [2026-05-14 03:06:54] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001322 10.0.0.27 - - [2026-05-14 03:06:54] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.049371 10.0.0.27 - - [2026-05-14 03:06:54] "POST /network-policys HTTP/1.1" 200 563 0.035040 10.0.0.27 - - [2026-05-14 03:06:54] "GET /network-policy/8d926e08-f282-446f-a448-52885d6dba9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.010402 10.0.0.27 - - [2026-05-14 03:06:54] "POST /fqname-to-id HTTP/1.1" 404 229 0.004617 10.0.0.27 - - [2026-05-14 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.23 - - [2026-05-14 03:06:54] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001158 10.0.0.27 - - [2026-05-14 03:06:55] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.058794 10.0.0.27 - - [2026-05-14 03:06:55] "POST /network-policys HTTP/1.1" 200 563 0.044509 10.0.0.27 - - [2026-05-14 03:06:55] "GET /network-policy/cafd169a-8c16-44b8-938f-d785636a9bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.009242 10.0.0.27 - - [2026-05-14 03:06:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.004426 10.0.0.27 - - [2026-05-14 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.23 - - [2026-05-14 03:06:55] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001248 10.0.0.27 - - [2026-05-14 03:06:55] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.054343 10.0.0.27 - - [2026-05-14 03:06:55] "POST /network-policys HTTP/1.1" 200 563 0.042202 10.0.0.27 - - [2026-05-14 03:06:55] "GET /network-policy/e94fc044-406d-4125-b097-c1862fdf6e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008756 10.0.0.27 - - [2026-05-14 03:06:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.003844 10.0.0.27 - - [2026-05-14 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.23 - - [2026-05-14 03:06:55] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001873 10.0.0.27 - - [2026-05-14 03:06:55] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.070033 10.0.0.27 - - [2026-05-14 03:06:56] "POST /network-policys HTTP/1.1" 200 563 0.048424 10.0.0.27 - - [2026-05-14 03:06:56] "GET /network-policy/f9b8536f-87ac-4570-a67b-97ba8999a141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008620 10.0.0.27 - - [2026-05-14 03:06:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.006617 10.0.0.27 - - [2026-05-14 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.23 - - [2026-05-14 03:06:56] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001126 10.0.0.27 - - [2026-05-14 03:06:56] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.063159 10.0.0.27 - - [2026-05-14 03:06:56] "POST /network-policys HTTP/1.1" 200 563 0.039965 10.0.0.27 - - [2026-05-14 03:06:56] "GET /network-policy/4ac6480f-a2fd-4c91-9949-625df12b257d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008312 10.0.0.27 - - [2026-05-14 03:06:56] "POST /fqname-to-id HTTP/1.1" 404 229 0.003926 10.0.0.27 - - [2026-05-14 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.23 - - [2026-05-14 03:06:56] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001514 10.0.0.27 - - [2026-05-14 03:06:56] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051964 10.0.0.27 - - [2026-05-14 03:06:56] "POST /network-policys HTTP/1.1" 200 563 0.031579 10.0.0.27 - - [2026-05-14 03:06:56] "GET /network-policy/b6de8bdb-63b2-4452-8058-bd3b7c8fed7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007901 10.0.0.27 - - [2026-05-14 03:06:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.003650 10.0.0.27 - - [2026-05-14 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.23 - - [2026-05-14 03:06:57] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.27 - - [2026-05-14 03:06:57] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.060434 10.0.0.27 - - [2026-05-14 03:06:57] "POST /network-policys HTTP/1.1" 200 563 0.034204 10.0.0.27 - - [2026-05-14 03:06:57] "GET /network-policy/0d2d61c2-3fb1-42e4-bf79-d381f3922b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.016051 10.0.0.27 - - [2026-05-14 03:06:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.006994 10.0.0.27 - - [2026-05-14 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005131 10.0.0.23 - - [2026-05-14 03:06:57] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001312 10.0.0.27 - - [2026-05-14 03:06:57] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.058831 10.0.0.27 - - [2026-05-14 03:06:57] "POST /network-policys HTTP/1.1" 200 563 0.033905 10.0.0.27 - - [2026-05-14 03:06:57] "GET /network-policy/fcb5af91-2c60-4901-8eea-a32de601edb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007923 10.0.0.27 - - [2026-05-14 03:06:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.003846 10.0.0.27 - - [2026-05-14 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.23 - - [2026-05-14 03:06:58] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.27 - - [2026-05-14 03:06:58] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.066932 10.0.0.27 - - [2026-05-14 03:06:58] "POST /network-policys HTTP/1.1" 200 563 0.037282 10.0.0.27 - - [2026-05-14 03:06:58] "GET /network-policy/e95db44a-1f65-4116-980b-a33935f1e5d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.010954 10.0.0.22 - - [2026-05-14 03:06:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.062693 10.0.0.27 - - [2026-05-14 03:06:58] "POST /neutron/network HTTP/1.1" 200 2250 0.021341 10.0.0.27 - - [2026-05-14 03:06:58] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.005555 10.0.0.27 - - [2026-05-14 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2026-05-14 03:06:58] "GET /network-policy/0d2d61c2-3fb1-42e4-bf79-d381f3922b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006719 10.0.0.27 - - [2026-05-14 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.27 - - [2026-05-14 03:06:58] "GET /network-policy/2d52b9f6-91ed-4539-aa27-0747133a103c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004954 10.0.0.27 - - [2026-05-14 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007120 10.0.0.27 - - [2026-05-14 03:06:59] "GET /network-policy/4ac6480f-a2fd-4c91-9949-625df12b257d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005512 10.0.0.27 - - [2026-05-14 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.008114 10.0.0.27 - - [2026-05-14 03:06:59] "GET /network-policy/8d926e08-f282-446f-a448-52885d6dba9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006682 10.0.0.27 - - [2026-05-14 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.27 - - [2026-05-14 03:06:59] "GET /network-policy/b6de8bdb-63b2-4452-8058-bd3b7c8fed7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005157 10.0.0.27 - - [2026-05-14 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.27 - - [2026-05-14 03:06:59] "GET /network-policy/cafd169a-8c16-44b8-938f-d785636a9bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005059 10.0.0.27 - - [2026-05-14 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.27 - - [2026-05-14 03:06:59] "GET /network-policy/e94fc044-406d-4125-b097-c1862fdf6e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006809 10.0.0.27 - - [2026-05-14 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.27 - - [2026-05-14 03:06:59] "GET /network-policy/e95db44a-1f65-4116-980b-a33935f1e5d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004842 10.0.0.27 - - [2026-05-14 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.27 - - [2026-05-14 03:06:59] "GET /network-policy/f9b8536f-87ac-4570-a67b-97ba8999a141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004994 10.0.0.27 - - [2026-05-14 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.27 - - [2026-05-14 03:06:59] "GET /network-policy/fcb5af91-2c60-4901-8eea-a32de601edb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004790 10.0.0.27 - - [2026-05-14 03:06:59] "POST /id-to-fqname HTTP/1.1" 200 235 0.001433 10.0.0.23 - - [2026-05-14 03:07:00] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001142 10.0.0.27 - - [2026-05-14 03:07:01] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.347947 10.0.0.22 - - [2026-05-14 03:07:01] "GET /obj-perms HTTP/1.1" 200 5056 0.112714 10.0.0.27 - - [2026-05-14 03:07:01] "POST /neutron/port HTTP/1.1" 200 117 0.007284 10.0.0.27 - - [2026-05-14 03:07:02] "POST /neutron/network HTTP/1.1" 200 2260 0.009098 10.0.0.27 - - [2026-05-14 03:07:02] "POST /neutron/port HTTP/1.1" 200 1174 0.024521 10.0.0.27 - - [2026-05-14 03:07:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006420 10.0.0.27 - - [2026-05-14 03:07:03] "POST /neutron/port HTTP/1.1" 200 117 0.001666 10.0.0.27 - - [2026-05-14 03:07:06] "POST /neutron/port HTTP/1.1" 200 1238 0.037435 10.0.0.27 - - [2026-05-14 03:07:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008906 10.0.0.27 - - [2026-05-14 03:07:07] "GET /virtual-machine/f5cb68c2-d766-4691-9210-ec8cf83c40f8 HTTP/1.1" 401 292 0.000550 10.0.0.27 - - [2026-05-14 03:07:07] "GET /virtual-machine/f5cb68c2-d766-4691-9210-ec8cf83c40f8 HTTP/1.1" 200 1305 0.052064 10.0.0.27 - - [2026-05-14 03:07:07] "GET /virtual-machine-interface/3fa7ade9-9696-4d88-a7ee-02d9e8dda4c6 HTTP/1.1" 200 3169 0.005975 10.0.0.27 - - [2026-05-14 03:07:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.27 - - [2026-05-14 03:07:07] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004745 10.0.0.27 - - [2026-05-14 03:07:07] "GET /virtual-networks?parent_id=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004331 10.0.0.27 - - [2026-05-14 03:07:07] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.009196 10.0.0.27 - - [2026-05-14 03:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.27 - - [2026-05-14 03:07:10] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006452 10.0.0.27 - - [2026-05-14 03:07:11] "POST /neutron/port HTTP/1.1" 200 1238 0.053195 10.0.0.27 - - [2026-05-14 03:07:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004870 10.0.0.27 - - [2026-05-14 03:07:11] "POST /neutron/port HTTP/1.1" 200 117 0.001478 10.0.0.27 - - [2026-05-14 03:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.27 - - [2026-05-14 03:07:14] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006682 10.0.0.27 - - [2026-05-14 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.27 - - [2026-05-14 03:07:19] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006811 10.0.0.27 - - [2026-05-14 03:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.27 - - [2026-05-14 03:07:23] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006373 10.0.0.27 - - [2026-05-14 03:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.27 - - [2026-05-14 03:07:27] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007226 10.0.0.22 - - [2026-05-14 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000592 10.0.0.22 - - [2026-05-14 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.22 - - [2026-05-14 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.22 - - [2026-05-14 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2026-05-14 03:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.27 - - [2026-05-14 03:07:31] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007531 10.0.0.23 - - [2026-05-14 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.23 - - [2026-05-14 03:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.23 - - [2026-05-14 03:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.23 - - [2026-05-14 03:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.27 - - [2026-05-14 03:07:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.27 - - [2026-05-14 03:07:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.27 - - [2026-05-14 03:07:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.27 - - [2026-05-14 03:07:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.27 - - [2026-05-14 03:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.27 - - [2026-05-14 03:07:35] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006359 10.0.0.27 - - [2026-05-14 03:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.27 - - [2026-05-14 03:07:39] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007133 10.0.0.23 - - [2026-05-14 03:07:40] "DELETE /project/4a4c312923ce4d01bb953be698788bad HTTP/1.1" 404 173 0.004190 10.0.0.27 - - [2026-05-14 03:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.27 - - [2026-05-14 03:07:43] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.008088 10.0.0.27 - - [2026-05-14 03:07:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.27 - - [2026-05-14 03:07:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005033 10.0.0.27 - - [2026-05-14 03:07:45] "GET /virtual-networks?parent_id=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003987 10.0.0.27 - - [2026-05-14 03:07:45] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007415 10.0.0.27 - - [2026-05-14 03:07:45] "POST /neutron/port HTTP/1.1" 200 1238 0.023810 10.0.0.27 - - [2026-05-14 03:07:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013268 10.0.0.27 - - [2026-05-14 03:07:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008920 10.0.0.27 - - [2026-05-14 03:08:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009675 10.0.0.23 - - [2026-05-14 03:08:01] "GET /obj-perms HTTP/1.1" 200 5056 0.061213 10.0.0.27 - - [2026-05-14 03:08:02] "GET /obj-perms HTTP/1.1" 200 5056 0.066155 10.0.0.27 - - [2026-05-14 03:08:07] "POST /neutron/port HTTP/1.1" 200 1238 0.021699 10.0.0.27 - - [2026-05-14 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2026-05-14 03:08:07] "GET /network-policy/2d52b9f6-91ed-4539-aa27-0747133a103c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004657 10.0.0.27 - - [2026-05-14 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.27 - - [2026-05-14 03:08:07] "GET /network-policy/8d926e08-f282-446f-a448-52885d6dba9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006267 10.0.0.27 - - [2026-05-14 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.27 - - [2026-05-14 03:08:07] "GET /network-policy/cafd169a-8c16-44b8-938f-d785636a9bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005910 10.0.0.27 - - [2026-05-14 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.27 - - [2026-05-14 03:08:07] "GET /network-policy/e94fc044-406d-4125-b097-c1862fdf6e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005102 10.0.0.27 - - [2026-05-14 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.27 - - [2026-05-14 03:08:07] "GET /network-policy/f9b8536f-87ac-4570-a67b-97ba8999a141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005270 10.0.0.27 - - [2026-05-14 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.27 - - [2026-05-14 03:08:07] "GET /network-policy/4ac6480f-a2fd-4c91-9949-625df12b257d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005790 10.0.0.27 - - [2026-05-14 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.27 - - [2026-05-14 03:08:07] "GET /network-policy/b6de8bdb-63b2-4452-8058-bd3b7c8fed7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006297 10.0.0.27 - - [2026-05-14 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005392 10.0.0.27 - - [2026-05-14 03:08:07] "GET /network-policy/0d2d61c2-3fb1-42e4-bf79-d381f3922b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.009224 10.0.0.27 - - [2026-05-14 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005435 10.0.0.27 - - [2026-05-14 03:08:07] "GET /network-policy/fcb5af91-2c60-4901-8eea-a32de601edb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006606 10.0.0.27 - - [2026-05-14 03:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005724 10.0.0.27 - - [2026-05-14 03:08:07] "GET /network-policy/e95db44a-1f65-4116-980b-a33935f1e5d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005630 10.0.0.27 - - [2026-05-14 03:08:08] "POST /neutron/network HTTP/1.1" 200 1440 0.149613 10.0.0.22 - - [2026-05-14 03:08:08] "PUT /access-control-list/2ae704ab-e594-40b2-a670-9f8e80da61d9 HTTP/1.1" 200 272 0.068370 10.0.0.27 - - [2026-05-14 03:08:08] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007571 10.0.0.27 - - [2026-05-14 03:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.27 - - [2026-05-14 03:08:08] "GET /network-policy/2d52b9f6-91ed-4539-aa27-0747133a103c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004818 10.0.0.27 - - [2026-05-14 03:08:11] "POST /neutron/port HTTP/1.1" 200 1238 0.023385 10.0.0.27 - - [2026-05-14 03:08:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004692 10.0.0.27 - - [2026-05-14 03:08:11] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.27 - - [2026-05-14 03:08:13] "POST /neutron/network HTTP/1.1" 200 1440 0.107903 10.0.0.27 - - [2026-05-14 03:08:13] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007921 10.0.0.27 - - [2026-05-14 03:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.27 - - [2026-05-14 03:08:13] "GET /network-policy/8d926e08-f282-446f-a448-52885d6dba9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.005141 10.0.0.22 - - [2026-05-14 03:08:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.008253 10.0.0.27 - - [2026-05-14 03:08:18] "POST /neutron/network HTTP/1.1" 200 1440 0.108516 10.0.0.27 - - [2026-05-14 03:08:18] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006994 10.0.0.27 - - [2026-05-14 03:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.27 - - [2026-05-14 03:08:18] "GET /network-policy/cafd169a-8c16-44b8-938f-d785636a9bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004991 10.0.0.22 - - [2026-05-14 03:08:23] "PUT /access-control-list/2ae704ab-e594-40b2-a670-9f8e80da61d9 HTTP/1.1" 200 272 0.024299 10.0.0.27 - - [2026-05-14 03:08:23] "POST /neutron/network HTTP/1.1" 200 1440 0.135142 10.0.0.27 - - [2026-05-14 03:08:24] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007153 10.0.0.27 - - [2026-05-14 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007090 10.0.0.27 - - [2026-05-14 03:08:24] "GET /network-policy/e94fc044-406d-4125-b097-c1862fdf6e2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005316 10.0.0.27 - - [2026-05-14 03:08:29] "POST /neutron/network HTTP/1.1" 200 1440 0.112837 10.0.0.27 - - [2026-05-14 03:08:29] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006853 10.0.0.27 - - [2026-05-14 03:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.27 - - [2026-05-14 03:08:29] "GET /network-policy/f9b8536f-87ac-4570-a67b-97ba8999a141?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004867 10.0.0.22 - - [2026-05-14 03:08:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.007069 10.0.0.27 - - [2026-05-14 03:08:34] "POST /neutron/network HTTP/1.1" 200 1440 0.108921 10.0.0.27 - - [2026-05-14 03:08:34] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006393 10.0.0.27 - - [2026-05-14 03:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.27 - - [2026-05-14 03:08:34] "GET /network-policy/4ac6480f-a2fd-4c91-9949-625df12b257d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004854 10.0.0.22 - - [2026-05-14 03:08:39] "PUT /access-control-list/2ae704ab-e594-40b2-a670-9f8e80da61d9 HTTP/1.1" 200 272 0.022904 10.0.0.27 - - [2026-05-14 03:08:39] "POST /neutron/network HTTP/1.1" 200 1440 0.130185 10.0.0.27 - - [2026-05-14 03:08:39] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007233 10.0.0.27 - - [2026-05-14 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.27 - - [2026-05-14 03:08:39] "GET /network-policy/b6de8bdb-63b2-4452-8058-bd3b7c8fed7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005038 10.0.0.27 - - [2026-05-14 03:08:45] "POST /neutron/network HTTP/1.1" 200 1440 0.095738 10.0.0.27 - - [2026-05-14 03:08:45] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006483 10.0.0.27 - - [2026-05-14 03:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005241 10.0.0.27 - - [2026-05-14 03:08:45] "GET /network-policy/0d2d61c2-3fb1-42e4-bf79-d381f3922b9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004804 10.0.0.22 - - [2026-05-14 03:08:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.013755 10.0.0.27 - - [2026-05-14 03:08:50] "POST /neutron/network HTTP/1.1" 200 1440 0.129231 10.0.0.27 - - [2026-05-14 03:08:50] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006608 10.0.0.27 - - [2026-05-14 03:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.27 - - [2026-05-14 03:08:50] "GET /network-policy/fcb5af91-2c60-4901-8eea-a32de601edb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005072 10.0.0.22 - - [2026-05-14 03:08:55] "PUT /access-control-list/2ae704ab-e594-40b2-a670-9f8e80da61d9 HTTP/1.1" 200 272 0.017641 10.0.0.27 - - [2026-05-14 03:08:55] "POST /neutron/network HTTP/1.1" 200 1440 0.145283 10.0.0.27 - - [2026-05-14 03:08:55] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006912 10.0.0.27 - - [2026-05-14 03:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.27 - - [2026-05-14 03:08:55] "GET /network-policy/e95db44a-1f65-4116-980b-a33935f1e5d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004928 10.0.0.27 - - [2026-05-14 03:09:01] "GET /virtual-machine/f5cb68c2-d766-4691-9210-ec8cf83c40f8 HTTP/1.1" 200 1305 0.005233 10.0.0.27 - - [2026-05-14 03:09:01] "POST /neutron/port HTTP/1.1" 200 1228 0.020685 10.0.0.27 - - [2026-05-14 03:09:03] "GET /virtual-machine/f5cb68c2-d766-4691-9210-ec8cf83c40f8 HTTP/1.1" 404 171 0.004006 10.0.0.27 - - [2026-05-14 03:09:03] "GET /virtual-machine/f5cb68c2-d766-4691-9210-ec8cf83c40f8 HTTP/1.1" 404 171 0.003227 10.0.0.27 - - [2026-05-14 03:09:03] "GET /virtual-machine/f5cb68c2-d766-4691-9210-ec8cf83c40f8 HTTP/1.1" 404 171 0.003291 10.0.0.27 - - [2026-05-14 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.27 - - [2026-05-14 03:09:03] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003653 10.0.0.27 - - [2026-05-14 03:09:03] "GET /virtual-networks?parent_id=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003460 10.0.0.27 - - [2026-05-14 03:09:03] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007879 10.0.0.27 - - [2026-05-14 03:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.27 - - [2026-05-14 03:09:03] "GET /routing-instance/50f53fb0-8b1b-4bc3-89a3-ef7a65ef972f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.005970 10.0.0.27 - - [2026-05-14 03:09:03] "GET /route-target/56c4372d-8b25-422c-98db-099cd591e232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005789 10.0.0.27 - - [2026-05-14 03:09:06] "GET /obj-perms HTTP/1.1" 200 5019 0.073193 10.0.0.27 - - [2026-05-14 03:09:09] "GET /obj-perms HTTP/1.1" 200 5019 0.004961 10.0.0.27 - - [2026-05-14 03:09:12] "GET /obj-perms HTTP/1.1" 200 5019 0.005295 10.0.0.27 - - [2026-05-14 03:09:13] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006690 10.0.0.27 - - [2026-05-14 03:09:13] "POST /neutron/network HTTP/1.1" 200 1337 0.140003 10.0.0.27 - - [2026-05-14 03:09:13] "GET /virtual-network/893dcc0d-fbbf-4020-9bd8-b09c25708570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006572 10.0.0.27 - - [2026-05-14 03:09:13] "DELETE /network-policy/e95db44a-1f65-4116-980b-a33935f1e5d8 HTTP/1.1" 200 115 0.057395 10.0.0.27 - - [2026-05-14 03:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.23 - - [2026-05-14 03:09:13] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.27 - - [2026-05-14 03:09:13] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.053440 10.0.0.27 - - [2026-05-14 03:09:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-23414245&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.006402 10.0.0.27 - - [2026-05-14 03:09:13] "DELETE /network-policy/fcb5af91-2c60-4901-8eea-a32de601edb3 HTTP/1.1" 200 115 0.043160 10.0.0.27 - - [2026-05-14 03:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.23 - - [2026-05-14 03:09:13] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.27 - - [2026-05-14 03:09:13] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043315 10.0.0.27 - - [2026-05-14 03:09:13] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-23414245&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006225 10.0.0.27 - - [2026-05-14 03:09:13] "DELETE /network-policy/0d2d61c2-3fb1-42e4-bf79-d381f3922b9c HTTP/1.1" 200 115 0.046618 10.0.0.27 - - [2026-05-14 03:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.23 - - [2026-05-14 03:09:13] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001087 10.0.0.27 - - [2026-05-14 03:09:14] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.051526 10.0.0.27 - - [2026-05-14 03:09:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-23414245&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.006896 10.0.0.27 - - [2026-05-14 03:09:14] "DELETE /network-policy/b6de8bdb-63b2-4452-8058-bd3b7c8fed7a HTTP/1.1" 200 115 0.043129 10.0.0.27 - - [2026-05-14 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.23 - - [2026-05-14 03:09:14] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.27 - - [2026-05-14 03:09:14] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.046285 10.0.0.27 - - [2026-05-14 03:09:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-23414245&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.006454 10.0.0.27 - - [2026-05-14 03:09:14] "DELETE /network-policy/4ac6480f-a2fd-4c91-9949-625df12b257d HTTP/1.1" 200 115 0.057988 10.0.0.27 - - [2026-05-14 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.23 - - [2026-05-14 03:09:14] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001104 10.0.0.27 - - [2026-05-14 03:09:14] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043651 10.0.0.27 - - [2026-05-14 03:09:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-23414245&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005677 10.0.0.27 - - [2026-05-14 03:09:14] "DELETE /network-policy/f9b8536f-87ac-4570-a67b-97ba8999a141 HTTP/1.1" 200 115 0.046613 10.0.0.27 - - [2026-05-14 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.23 - - [2026-05-14 03:09:14] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001467 10.0.0.27 - - [2026-05-14 03:09:14] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.052409 10.0.0.27 - - [2026-05-14 03:09:14] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-23414245&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.006020 10.0.0.27 - - [2026-05-14 03:09:14] "DELETE /network-policy/e94fc044-406d-4125-b097-c1862fdf6e2c HTTP/1.1" 200 115 0.043504 10.0.0.27 - - [2026-05-14 03:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.23 - - [2026-05-14 03:09:14] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.27 - - [2026-05-14 03:09:14] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045128 10.0.0.27 - - [2026-05-14 03:09:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-23414245&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006356 10.0.0.27 - - [2026-05-14 03:09:15] "DELETE /network-policy/cafd169a-8c16-44b8-938f-d785636a9bc3 HTTP/1.1" 200 115 0.042485 10.0.0.27 - - [2026-05-14 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.23 - - [2026-05-14 03:09:15] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001200 10.0.0.27 - - [2026-05-14 03:09:15] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.052571 10.0.0.27 - - [2026-05-14 03:09:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-23414245&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.006312 10.0.0.27 - - [2026-05-14 03:09:15] "DELETE /network-policy/8d926e08-f282-446f-a448-52885d6dba9b HTTP/1.1" 200 115 0.032575 10.0.0.27 - - [2026-05-14 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.012434 10.0.0.23 - - [2026-05-14 03:09:15] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001438 10.0.0.27 - - [2026-05-14 03:09:15] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.053387 10.0.0.27 - - [2026-05-14 03:09:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-23414245&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005574 10.0.0.27 - - [2026-05-14 03:09:15] "DELETE /network-policy/2d52b9f6-91ed-4539-aa27-0747133a103c HTTP/1.1" 200 115 0.047689 10.0.0.27 - - [2026-05-14 03:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.23 - - [2026-05-14 03:09:15] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001572 10.0.0.27 - - [2026-05-14 03:09:15] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.044797 10.0.0.27 - - [2026-05-14 03:09:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-23414245&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005700 10.0.0.23 - - [2026-05-14 03:09:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006987 10.0.0.23 - - [2026-05-14 03:09:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002831 10.0.0.23 - - [2026-05-14 03:09:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002719 10.0.0.23 - - [2026-05-14 03:09:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002549 10.0.0.23 - - [2026-05-14 03:09:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003073 10.0.0.23 - - [2026-05-14 03:09:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006837 10.0.0.22 - - [2026-05-14 03:09:16] "DELETE /route-target/56c4372d-8b25-422c-98db-099cd591e232 HTTP/1.1" 200 115 0.050543 10.0.0.27 - - [2026-05-14 03:09:16] "POST /neutron/network HTTP/1.1" 200 151 0.202928 10.0.0.27 - - [2026-05-14 03:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.27 - - [2026-05-14 03:09:16] "DELETE /network-ipam/e21559bf-bd18-475a-8795-a5492eed633d HTTP/1.1" 200 115 0.035692 10.0.0.27 - - [2026-05-14 03:09:16] "POST /fqname-to-id HTTP/1.1" 404 260 0.003554 10.0.0.23 - - [2026-05-14 03:09:16] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001137 10.0.0.23 - - [2026-05-14 03:09:16] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.047957 10.0.0.23 - - [2026-05-14 03:09:16] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.009850 10.0.0.23 - - [2026-05-14 03:09:16] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?fields=security_groups HTTP/1.1" 200 1409 0.085727 10.0.0.23 - - [2026-05-14 03:09:16] "DELETE /security-group/16845c81-b82c-4a1e-8679-b3aba0fa23af HTTP/1.1" 200 115 0.071233 10.0.0.23 - - [2026-05-14 03:09:16] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001712 10.0.0.23 - - [2026-05-14 03:09:16] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?fields=application_policy_sets HTTP/1.1" 200 1448 0.046127 10.0.0.27 - - [2026-05-14 03:09:16] "DELETE /project/4a4c3129-23ce-4d01-bb95-3be698788bad HTTP/1.1" 200 115 0.466215 10.0.0.23 - - [2026-05-14 03:09:16] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002009 10.0.0.27 - - [2026-05-14 03:09:16] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?fields=projects HTTP/1.1" 200 1438 0.024814 10.0.0.23 - - [2026-05-14 03:09:19] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004442 10.0.0.23 - - [2026-05-14 03:09:19] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001214 10.0.0.23 - - [2026-05-14 03:09:19] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050891 10.0.0.23 - - [2026-05-14 03:09:19] "POST /id-to-fqname HTTP/1.1" 200 202 0.010305 10.0.0.23 - - [2026-05-14 03:09:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.005815 10.0.0.23 - - [2026-05-14 03:09:19] "POST /security-groups HTTP/1.1" 200 603 0.082456 10.0.0.22 - - [2026-05-14 03:09:19] "POST /fqname-to-id HTTP/1.1" 404 246 0.004768 10.0.0.23 - - [2026-05-14 03:09:19] "POST /projects HTTP/1.1" 200 609 0.316839 10.0.0.23 - - [2026-05-14 03:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.398251 10.0.0.22 - - [2026-05-14 03:09:20] "POST /access-control-lists HTTP/1.1" 200 606 0.041409 10.0.0.27 - - [2026-05-14 03:09:20] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.583219 10.0.0.23 - - [2026-05-14 03:09:20] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001245 10.0.0.27 - - [2026-05-14 03:09:20] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?fields=virtual_networks HTTP/1.1" 200 1066 0.050613 10.0.0.23 - - [2026-05-14 03:09:20] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002917 10.0.0.27 - - [2026-05-14 03:09:20] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.062341 10.0.0.23 - - [2026-05-14 03:09:20] "GET /projects?obj_uuids=4a4c3129-23ce-4d01-bb95-3be698788bad&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001270 10.0.0.27 - - [2026-05-14 03:09:20] "GET /project/4a4c3129-23ce-4d01-bb95-3be698788bad?fields=security_groups HTTP/1.1" 200 1304 0.047250 10.0.0.27 - - [2026-05-14 03:09:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.031717 10.0.0.23 - - [2026-05-14 03:09:21] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004070 10.0.0.23 - - [2026-05-14 03:09:21] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.23 - - [2026-05-14 03:09:21] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008410 10.0.0.23 - - [2026-05-14 03:09:21] "POST /id-to-fqname HTTP/1.1" 200 196 0.005938 10.0.0.23 - - [2026-05-14 03:09:21] "POST /fqname-to-id HTTP/1.1" 404 205 0.002923 10.0.0.23 - - [2026-05-14 03:09:21] "POST /security-groups HTTP/1.1" 200 597 0.081798 10.0.0.23 - - [2026-05-14 03:09:21] "POST /projects HTTP/1.1" 200 597 0.314591 10.0.0.22 - - [2026-05-14 03:09:21] "POST /fqname-to-id HTTP/1.1" 404 239 0.013746 10.0.0.23 - - [2026-05-14 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.394803 10.0.0.27 - - [2026-05-14 03:09:21] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.551901 10.0.0.27 - - [2026-05-14 03:09:23] "GET / HTTP/1.1" 200 35931 0.002442 10.0.0.27 - - [2026-05-14 03:09:25] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2026-05-14 03:09:26] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001246 10.0.0.27 - - [2026-05-14 03:09:26] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088381 10.0.0.22 - - [2026-05-14 03:09:26] "DELETE /access-control-list/2d2272a5-dc8b-4b2f-96de-96dbbe436b45 HTTP/1.1" 200 115 0.033220 10.0.0.27 - - [2026-05-14 03:09:26] "GET / HTTP/1.1" 200 35931 0.001988 10.0.0.27 - - [2026-05-14 03:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.23 - - [2026-05-14 03:09:27] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.27 - - [2026-05-14 03:09:27] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008133 10.0.0.27 - - [2026-05-14 03:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.23 - - [2026-05-14 03:09:27] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001179 10.0.0.27 - - [2026-05-14 03:09:27] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046828 10.0.0.27 - - [2026-05-14 03:09:28] "GET /domains HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2026-05-14 03:09:28] "GET /domains HTTP/1.1" 200 280 0.031799 10.0.0.23 - - [2026-05-14 03:09:28] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.27 - - [2026-05-14 03:09:28] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40 HTTP/1.1" 200 2773 0.011288 10.0.0.23 - - [2026-05-14 03:09:28] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001343 10.0.0.27 - - [2026-05-14 03:09:29] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9 HTTP/1.1" 200 1897 0.102702 10.0.0.27 - - [2026-05-14 03:09:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004006 10.0.0.27 - - [2026-05-14 03:09:29] "POST /network-ipams HTTP/1.1" 200 603 0.032660 10.0.0.27 - - [2026-05-14 03:09:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004013 10.0.0.27 - - [2026-05-14 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.27 - - [2026-05-14 03:09:29] "GET /network-ipam/23fef18a-a6a0-4d20-9e36-87330ebdfb3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.007984 10.0.0.27 - - [2026-05-14 03:09:29] "PUT /network-ipam/23fef18a-a6a0-4d20-9e36-87330ebdfb3d HTTP/1.1" 200 258 0.016952 10.0.0.27 - - [2026-05-14 03:09:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000666 10.0.0.27 - - [2026-05-14 03:09:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.034289 10.0.0.23 - - [2026-05-14 03:09:29] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001206 10.0.0.27 - - [2026-05-14 03:09:29] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.044912 10.0.0.23 - - [2026-05-14 03:09:30] "POST /useragent-kv HTTP/1.1" 200 115 0.009837 10.0.0.27 - - [2026-05-14 03:09:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.288042 10.0.0.27 - - [2026-05-14 03:09:30] "POST /id-to-fqname HTTP/1.1" 200 229 0.001522 10.0.0.27 - - [2026-05-14 03:09:30] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.010238 10.0.0.27 - - [2026-05-14 03:09:30] "POST /neutron/network HTTP/1.1" 200 1074 0.011154 10.0.0.27 - - [2026-05-14 03:09:30] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.006728 10.0.0.27 - - [2026-05-14 03:09:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.009720 10.0.0.27 - - [2026-05-14 03:09:31] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.006549 10.0.0.22 - - [2026-05-14 03:09:32] "GET /obj-perms HTTP/1.1" 200 5013 0.067822 10.0.0.23 - - [2026-05-14 03:09:33] "GET /obj-perms HTTP/1.1" 200 5013 0.058840 10.0.0.27 - - [2026-05-14 03:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.23 - - [2026-05-14 03:09:33] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001229 10.0.0.27 - - [2026-05-14 03:09:33] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048235 10.0.0.22 - - [2026-05-14 03:09:33] "POST /route-targets HTTP/1.1" 200 327 0.026323 10.0.0.23 - - [2026-05-14 03:09:33] "POST /useragent-kv HTTP/1.1" 200 115 0.012917 10.0.0.27 - - [2026-05-14 03:09:33] "POST /neutron/subnet HTTP/1.1" 200 701 0.226830 10.0.0.27 - - [2026-05-14 03:09:33] "POST /id-to-fqname HTTP/1.1" 200 229 0.001501 10.0.0.27 - - [2026-05-14 03:09:33] "GET /virtual-network/55830081-4e82-4f72-b0ba-0474ca68ea42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.008282 10.0.0.27 - - [2026-05-14 03:09:33] "POST /neutron/network HTTP/1.1" 200 1074 0.012102 10.0.0.27 - - [2026-05-14 03:09:33] "GET /virtual-network/55830081-4e82-4f72-b0ba-0474ca68ea42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006269 10.0.0.27 - - [2026-05-14 03:09:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.010587 10.0.0.27 - - [2026-05-14 03:09:34] "GET /virtual-network/55830081-4e82-4f72-b0ba-0474ca68ea42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006520 10.0.0.27 - - [2026-05-14 03:09:34] "GET /obj-perms HTTP/1.1" 200 5013 0.062681 10.0.0.27 - - [2026-05-14 03:09:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.004212 10.0.0.27 - - [2026-05-14 03:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2026-05-14 03:09:34] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001257 10.0.0.27 - - [2026-05-14 03:09:34] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.080362 10.0.0.27 - - [2026-05-14 03:09:35] "POST /network-policys HTTP/1.1" 200 527 0.078802 10.0.0.27 - - [2026-05-14 03:09:35] "GET /network-policy/b3ec1179-346d-43e2-8798-91b9fff1857f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.008486 10.0.0.27 - - [2026-05-14 03:09:35] "POST /fqname-to-id HTTP/1.1" 404 205 0.003938 10.0.0.27 - - [2026-05-14 03:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.23 - - [2026-05-14 03:09:35] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001226 10.0.0.27 - - [2026-05-14 03:09:35] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065215 10.0.0.27 - - [2026-05-14 03:09:35] "POST /network-policys HTTP/1.1" 200 527 0.052502 10.0.0.27 - - [2026-05-14 03:09:35] "GET /network-policy/a3ab8ebb-9ad3-4018-ab5f-c7c46fad0643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007795 10.0.0.27 - - [2026-05-14 03:09:35] "POST /fqname-to-id HTTP/1.1" 404 205 0.004811 10.0.0.27 - - [2026-05-14 03:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005302 10.0.0.23 - - [2026-05-14 03:09:35] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001308 10.0.0.27 - - [2026-05-14 03:09:35] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047885 10.0.0.27 - - [2026-05-14 03:09:35] "POST /network-policys HTTP/1.1" 200 527 0.041581 10.0.0.27 - - [2026-05-14 03:09:35] "GET /network-policy/6547d72f-03d9-4be7-b51f-8b712b1e958a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.009429 10.0.0.27 - - [2026-05-14 03:09:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.005771 10.0.0.27 - - [2026-05-14 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.23 - - [2026-05-14 03:09:36] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001305 10.0.0.27 - - [2026-05-14 03:09:36] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068773 10.0.0.27 - - [2026-05-14 03:09:36] "POST /network-policys HTTP/1.1" 200 527 0.086822 10.0.0.27 - - [2026-05-14 03:09:36] "GET /network-policy/a748172a-586d-41f8-b3bf-379bd21737e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007597 10.0.0.27 - - [2026-05-14 03:09:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.003797 10.0.0.27 - - [2026-05-14 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2026-05-14 03:09:36] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001269 10.0.0.27 - - [2026-05-14 03:09:36] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045340 10.0.0.27 - - [2026-05-14 03:09:36] "POST /network-policys HTTP/1.1" 200 531 0.036683 10.0.0.27 - - [2026-05-14 03:09:36] "GET /network-policy/3615051c-da79-44c2-ac43-6a8e3cbbb0f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.008149 10.0.0.27 - - [2026-05-14 03:09:36] "POST /fqname-to-id HTTP/1.1" 404 206 0.003686 10.0.0.27 - - [2026-05-14 03:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.23 - - [2026-05-14 03:09:36] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001681 10.0.0.27 - - [2026-05-14 03:09:37] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049262 10.0.0.27 - - [2026-05-14 03:09:37] "POST /network-policys HTTP/1.1" 200 529 0.044331 10.0.0.27 - - [2026-05-14 03:09:37] "GET /network-policy/e1f1655a-8a5b-42c3-ba50-52757ef20fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007840 10.0.0.27 - - [2026-05-14 03:09:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003465 10.0.0.27 - - [2026-05-14 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.23 - - [2026-05-14 03:09:37] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001652 10.0.0.27 - - [2026-05-14 03:09:37] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072275 10.0.0.27 - - [2026-05-14 03:09:37] "POST /network-policys HTTP/1.1" 200 529 0.040295 10.0.0.27 - - [2026-05-14 03:09:37] "GET /network-policy/364c97ac-68ac-4c0d-9c84-aac59ec26ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007921 10.0.0.27 - - [2026-05-14 03:09:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.004947 10.0.0.27 - - [2026-05-14 03:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947 10.0.0.23 - - [2026-05-14 03:09:37] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001655 10.0.0.27 - - [2026-05-14 03:09:37] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.065567 10.0.0.27 - - [2026-05-14 03:09:37] "POST /network-policys HTTP/1.1" 200 529 0.083051 10.0.0.27 - - [2026-05-14 03:09:38] "GET /network-policy/5d5deebd-5b03-4d6e-a163-c5c5dff49eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.009308 10.0.0.27 - - [2026-05-14 03:09:38] "POST /fqname-to-id HTTP/1.1" 404 206 0.003941 10.0.0.27 - - [2026-05-14 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.23 - - [2026-05-14 03:09:38] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001523 10.0.0.27 - - [2026-05-14 03:09:38] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054687 10.0.0.27 - - [2026-05-14 03:09:38] "POST /network-policys HTTP/1.1" 200 529 0.040198 10.0.0.27 - - [2026-05-14 03:09:38] "GET /network-policy/b117371f-1de0-4794-b7c3-3409f7b83237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.008877 10.0.0.27 - - [2026-05-14 03:09:38] "POST /fqname-to-id HTTP/1.1" 404 208 0.003469 10.0.0.27 - - [2026-05-14 03:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005328 10.0.0.23 - - [2026-05-14 03:09:38] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001166 10.0.0.27 - - [2026-05-14 03:09:38] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063709 10.0.0.27 - - [2026-05-14 03:09:38] "POST /network-policys HTTP/1.1" 200 533 0.052012 10.0.0.27 - - [2026-05-14 03:09:38] "GET /network-policy/95003c8d-a96c-4a08-91ec-71af44660e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.010602 10.0.0.22 - - [2026-05-14 03:09:39] "POST /access-control-lists HTTP/1.1" 200 603 0.051186 10.0.0.27 - - [2026-05-14 03:09:39] "POST /neutron/network HTTP/1.1" 200 1157 0.031909 10.0.0.27 - - [2026-05-14 03:09:39] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.006899 10.0.0.27 - - [2026-05-14 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.27 - - [2026-05-14 03:09:39] "GET /network-policy/b3ec1179-346d-43e2-8798-91b9fff1857f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.009884 10.0.0.27 - - [2026-05-14 03:09:39] "POST /neutron/network HTTP/1.1" 200 1159 0.024160 10.0.0.27 - - [2026-05-14 03:09:39] "GET /virtual-network/55830081-4e82-4f72-b0ba-0474ca68ea42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.010256 10.0.0.27 - - [2026-05-14 03:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.22 - - [2026-05-14 03:09:39] "POST /ref-update HTTP/1.1" 200 156 0.037174 10.0.0.27 - - [2026-05-14 03:09:39] "GET /network-policy/3615051c-da79-44c2-ac43-6a8e3cbbb0f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.011641 10.0.0.27 - - [2026-05-14 03:09:39] "POST /id-to-fqname HTTP/1.1" 200 229 0.001441 10.0.0.23 - - [2026-05-14 03:09:41] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001229 10.0.0.23 - - [2026-05-14 03:09:41] "DELETE /project/4a4c3129-23ce-4d01-bb95-3be698788bad HTTP/1.1" 404 177 0.007873 10.0.0.23 - - [2026-05-14 03:09:41] "DELETE /project/4a4c312923ce4d01bb953be698788bad HTTP/1.1" 404 173 0.007588 10.0.0.27 - - [2026-05-14 03:09:41] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.131966 10.0.0.23 - - [2026-05-14 03:09:41] "DELETE /project/08201ae3aab64db097c621d8b3811cf9 HTTP/1.1" 404 173 0.035497 10.0.0.27 - - [2026-05-14 03:09:41] "POST /neutron/port HTTP/1.1" 200 117 0.008341 10.0.0.27 - - [2026-05-14 03:09:41] "POST /id-to-fqname HTTP/1.1" 200 229 0.002505 10.0.0.27 - - [2026-05-14 03:09:41] "POST /neutron/network HTTP/1.1" 200 1169 0.007601 10.0.0.27 - - [2026-05-14 03:09:42] "POST /neutron/port HTTP/1.1" 200 1061 0.026525 10.0.0.27 - - [2026-05-14 03:09:42] "POST /neutron/port HTTP/1.1" 200 1125 0.026426 10.0.0.27 - - [2026-05-14 03:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.001648 10.0.0.23 - - [2026-05-14 03:09:42] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001150 10.0.0.27 - - [2026-05-14 03:09:42] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070806 10.0.0.27 - - [2026-05-14 03:09:43] "POST /neutron/port HTTP/1.1" 200 1125 0.023885 10.0.0.27 - - [2026-05-14 03:09:43] "POST /neutron/port HTTP/1.1" 200 1125 0.022009 10.0.0.23 - - [2026-05-14 03:09:43] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002004 10.0.0.27 - - [2026-05-14 03:09:44] "POST /neutron/port HTTP/1.1" 200 1061 0.384300 10.0.0.27 - - [2026-05-14 03:09:44] "POST /neutron/port HTTP/1.1" 200 1115 0.132308 10.0.0.27 - - [2026-05-14 03:09:44] "POST /neutron/subnet HTTP/1.1" 200 675 0.012823 10.0.0.27 - - [2026-05-14 03:09:48] "POST /neutron/port HTTP/1.1" 200 1125 0.021315 10.0.0.27 - - [2026-05-14 03:09:48] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009384 10.0.0.27 - - [2026-05-14 03:09:48] "GET /virtual-machine/dfcbe74f-8252-4a91-b6cf-c0e4bba2e1aa HTTP/1.1" 401 292 0.000472 10.0.0.27 - - [2026-05-14 03:09:48] "GET /virtual-machine/dfcbe74f-8252-4a91-b6cf-c0e4bba2e1aa HTTP/1.1" 200 1299 0.037060 10.0.0.27 - - [2026-05-14 03:09:49] "GET /virtual-machine-interface/9b279fa1-6140-4ebb-a86f-cbb41a4f6b18 HTTP/1.1" 200 2952 0.006468 10.0.0.27 - - [2026-05-14 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.27 - - [2026-05-14 03:09:49] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004996 10.0.0.27 - - [2026-05-14 03:09:49] "GET /virtual-networks?parent_id=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004292 10.0.0.27 - - [2026-05-14 03:09:49] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.006747 10.0.0.27 - - [2026-05-14 03:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.27 - - [2026-05-14 03:09:52] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.006296 10.0.0.27 - - [2026-05-14 03:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.27 - - [2026-05-14 03:09:56] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.009749 10.0.0.27 - - [2026-05-14 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.27 - - [2026-05-14 03:10:00] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.006274 10.0.0.27 - - [2026-05-14 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.27 - - [2026-05-14 03:10:04] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.006343 10.0.0.27 - - [2026-05-14 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.27 - - [2026-05-14 03:10:08] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005926 10.0.0.27 - - [2026-05-14 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.27 - - [2026-05-14 03:10:12] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.007587 10.0.0.27 - - [2026-05-14 03:10:13] "POST /neutron/port HTTP/1.1" 200 1125 0.048268 10.0.0.27 - - [2026-05-14 03:10:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005053 10.0.0.27 - - [2026-05-14 03:10:13] "POST /neutron/network HTTP/1.1" 200 1159 0.010648 10.0.0.27 - - [2026-05-14 03:10:13] "POST /neutron/network HTTP/1.1" 200 1167 0.008123 10.0.0.27 - - [2026-05-14 03:10:13] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.27 - - [2026-05-14 03:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.27 - - [2026-05-14 03:10:16] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005953 10.0.0.27 - - [2026-05-14 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.27 - - [2026-05-14 03:10:20] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.010289 10.0.0.27 - - [2026-05-14 03:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.27 - - [2026-05-14 03:10:24] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004212 10.0.0.27 - - [2026-05-14 03:10:24] "GET /virtual-networks?parent_id=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.006103 10.0.0.27 - - [2026-05-14 03:10:25] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.006675 10.0.0.27 - - [2026-05-14 03:10:25] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008698 10.0.0.27 - - [2026-05-14 03:10:34] "POST /neutron/port HTTP/1.1" 200 1125 0.053405 10.0.0.27 - - [2026-05-14 03:10:35] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008886 10.0.0.27 - - [2026-05-14 03:10:40] "POST /neutron/port HTTP/1.1" 200 1125 0.032995 10.0.0.27 - - [2026-05-14 03:10:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008576 10.0.0.27 - - [2026-05-14 03:10:46] "POST /neutron/port HTTP/1.1" 200 1125 0.023700 10.0.0.27 - - [2026-05-14 03:10:46] "GET /virtual-machine/ffbfe1ca-3dbf-4949-95a4-6229cee37c87 HTTP/1.1" 200 1299 0.008221 10.0.0.27 - - [2026-05-14 03:10:46] "GET /virtual-machine-interface/b1277576-9531-48e9-a4ee-58c6de8cfe4e HTTP/1.1" 200 2952 0.006327 10.0.0.27 - - [2026-05-14 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.27 - - [2026-05-14 03:10:46] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004534 10.0.0.27 - - [2026-05-14 03:10:46] "GET /virtual-networks?parent_id=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003794 10.0.0.27 - - [2026-05-14 03:10:46] "GET /virtual-network/55830081-4e82-4f72-b0ba-0474ca68ea42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006735 10.0.0.27 - - [2026-05-14 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006969 10.0.0.27 - - [2026-05-14 03:10:47] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004188 10.0.0.27 - - [2026-05-14 03:10:47] "GET /virtual-networks?parent_id=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003645 10.0.0.27 - - [2026-05-14 03:10:47] "GET /virtual-network/55830081-4e82-4f72-b0ba-0474ca68ea42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006467 10.0.0.27 - - [2026-05-14 03:10:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008504 10.0.0.27 - - [2026-05-14 03:10:53] "POST /neutron/port HTTP/1.1" 200 1125 0.020589 10.0.0.27 - - [2026-05-14 03:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.27 - - [2026-05-14 03:10:53] "GET /network-policy/3615051c-da79-44c2-ac43-6a8e3cbbb0f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004504 10.0.0.27 - - [2026-05-14 03:10:53] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009169 10.0.0.27 - - [2026-05-14 03:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.27 - - [2026-05-14 03:10:53] "GET /network-policy/b3ec1179-346d-43e2-8798-91b9fff1857f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004491 10.0.0.27 - - [2026-05-14 03:10:53] "POST /neutron/network HTTP/1.1" 200 1157 0.025061 10.0.0.27 - - [2026-05-14 03:10:53] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.007811 10.0.0.27 - - [2026-05-14 03:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.27 - - [2026-05-14 03:10:53] "GET /network-policy/a3ab8ebb-9ad3-4018-ab5f-c7c46fad0643?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005710 10.0.0.27 - - [2026-05-14 03:11:13] "POST /neutron/network HTTP/1.1" 200 1167 0.009715 10.0.0.27 - - [2026-05-14 03:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.27 - - [2026-05-14 03:11:15] "POST /neutron/port HTTP/1.1" 200 1125 0.021531 10.0.0.27 - - [2026-05-14 03:11:15] "POST /neutron/subnet HTTP/1.1" 200 675 0.014585 10.0.0.27 - - [2026-05-14 03:12:00] "POST /neutron/network HTTP/1.1" 200 1157 0.011813 10.0.0.27 - - [2026-05-14 03:12:00] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.011932 10.0.0.27 - - [2026-05-14 03:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.27 - - [2026-05-14 03:12:00] "GET /network-policy/95003c8d-a96c-4a08-91ec-71af44660e73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.014634 10.0.0.22 - - [2026-05-14 03:12:00] "POST /ref-update HTTP/1.1" 200 156 0.113811 10.0.0.22 - - [2026-05-14 03:12:05] "GET /obj-perms HTTP/1.1" 200 5056 0.073252 10.0.0.23 - - [2026-05-14 03:12:05] "GET /obj-perms HTTP/1.1" 200 5056 0.085955 10.0.0.27 - - [2026-05-14 03:12:09] "POST /neutron/network HTTP/1.1" 200 1160 0.011707 10.0.0.27 - - [2026-05-14 03:12:09] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.010752 10.0.0.27 - - [2026-05-14 03:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011112 10.0.0.27 - - [2026-05-14 03:12:09] "GET /network-policy/6547d72f-03d9-4be7-b51f-8b712b1e958a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007520 10.0.0.27 - - [2026-05-14 03:12:14] "POST /neutron/port HTTP/1.1" 200 1125 0.059132 10.0.0.27 - - [2026-05-14 03:12:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004829 10.0.0.27 - - [2026-05-14 03:12:14] "POST /neutron/network HTTP/1.1" 200 1157 0.013010 10.0.0.27 - - [2026-05-14 03:12:15] "POST /neutron/network HTTP/1.1" 200 1169 0.008044 10.0.0.27 - - [2026-05-14 03:12:15] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.27 - - [2026-05-14 03:12:18] "POST /neutron/network HTTP/1.1" 200 1157 0.082398 10.0.0.22 - - [2026-05-14 03:12:18] "PUT /access-control-list/f961c58c-e662-4f74-ae71-428f57c20c71 HTTP/1.1" 200 272 0.017246 10.0.0.27 - - [2026-05-14 03:12:18] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.006190 10.0.0.27 - - [2026-05-14 03:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2026-05-14 03:12:18] "GET /network-policy/a748172a-586d-41f8-b3bf-379bd21737e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005195 10.0.0.27 - - [2026-05-14 03:12:26] "POST /neutron/network HTTP/1.1" 200 1158 0.081597 10.0.0.27 - - [2026-05-14 03:12:26] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006626 10.0.0.27 - - [2026-05-14 03:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.27 - - [2026-05-14 03:12:26] "GET /network-policy/e1f1655a-8a5b-42c3-ba50-52757ef20fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007131 10.0.0.22 - - [2026-05-14 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.22 - - [2026-05-14 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.22 - - [2026-05-14 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.22 - - [2026-05-14 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-05-14 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.23 - - [2026-05-14 03:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.23 - - [2026-05-14 03:12:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.23 - - [2026-05-14 03:12:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2026-05-14 03:12:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.27 - - [2026-05-14 03:12:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-05-14 03:12:34] "GET /global-system-configs HTTP/1.1" 401 292 0.001176 10.0.0.27 - - [2026-05-14 03:12:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2026-05-14 03:12:34] "PUT /access-control-list/f961c58c-e662-4f74-ae71-428f57c20c71 HTTP/1.1" 200 272 0.030448 10.0.0.27 - - [2026-05-14 03:12:34] "POST /neutron/network HTTP/1.1" 200 1158 0.116325 10.0.0.27 - - [2026-05-14 03:12:34] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008536 10.0.0.27 - - [2026-05-14 03:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006467 10.0.0.27 - - [2026-05-14 03:12:34] "GET /network-policy/364c97ac-68ac-4c0d-9c84-aac59ec26ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005314 10.0.0.27 - - [2026-05-14 03:12:42] "POST /neutron/network HTTP/1.1" 200 1158 0.115467 10.0.0.27 - - [2026-05-14 03:12:42] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.011910 10.0.0.27 - - [2026-05-14 03:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.27 - - [2026-05-14 03:12:42] "GET /network-policy/5d5deebd-5b03-4d6e-a163-c5c5dff49eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005675 10.0.0.22 - - [2026-05-14 03:12:51] "PUT /access-control-list/f961c58c-e662-4f74-ae71-428f57c20c71 HTTP/1.1" 200 272 0.033665 10.0.0.27 - - [2026-05-14 03:12:51] "POST /neutron/network HTTP/1.1" 200 1158 0.108763 10.0.0.27 - - [2026-05-14 03:12:51] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007761 10.0.0.27 - - [2026-05-14 03:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.27 - - [2026-05-14 03:12:51] "GET /network-policy/b117371f-1de0-4794-b7c3-3409f7b83237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004645 10.0.0.27 - - [2026-05-14 03:12:58] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007947 10.0.0.27 - - [2026-05-14 03:12:59] "POST /neutron/network HTTP/1.1" 200 1074 0.095914 10.0.0.27 - - [2026-05-14 03:12:59] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.023675 10.0.0.27 - - [2026-05-14 03:12:59] "GET /virtual-machine/ffbfe1ca-3dbf-4949-95a4-6229cee37c87 HTTP/1.1" 200 1299 0.007098 10.0.0.27 - - [2026-05-14 03:12:59] "POST /neutron/port HTTP/1.1" 200 1115 0.019327 10.0.0.27 - - [2026-05-14 03:13:01] "GET /virtual-machine/ffbfe1ca-3dbf-4949-95a4-6229cee37c87 HTTP/1.1" 404 171 0.004127 10.0.0.27 - - [2026-05-14 03:13:01] "GET /virtual-machine/ffbfe1ca-3dbf-4949-95a4-6229cee37c87 HTTP/1.1" 404 171 0.003915 10.0.0.27 - - [2026-05-14 03:13:01] "GET /virtual-machine/ffbfe1ca-3dbf-4949-95a4-6229cee37c87 HTTP/1.1" 404 171 0.005089 10.0.0.27 - - [2026-05-14 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005926 10.0.0.27 - - [2026-05-14 03:13:01] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005069 10.0.0.27 - - [2026-05-14 03:13:01] "GET /virtual-networks?parent_id=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.013332 10.0.0.27 - - [2026-05-14 03:13:01] "GET /virtual-network/55830081-4e82-4f72-b0ba-0474ca68ea42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007558 10.0.0.27 - - [2026-05-14 03:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2026-05-14 03:13:01] "GET /routing-instance/dbb4b81f-f72a-44ec-b9b9-0cd521e984c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005885 10.0.0.27 - - [2026-05-14 03:13:01] "GET /route-target/594aa115-5b0a-4bd3-a1b3-f09603a5ea59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006423 10.0.0.27 - - [2026-05-14 03:13:01] "GET /obj-perms HTTP/1.1" 200 5013 0.005282 10.0.0.27 - - [2026-05-14 03:13:04] "GET /obj-perms HTTP/1.1" 200 5013 0.004237 10.0.0.27 - - [2026-05-14 03:13:08] "GET /obj-perms HTTP/1.1" 200 5013 0.004470 10.0.0.27 - - [2026-05-14 03:13:11] "GET /obj-perms HTTP/1.1" 200 5013 0.004544 10.0.0.27 - - [2026-05-14 03:13:11] "GET /virtual-machine/dfcbe74f-8252-4a91-b6cf-c0e4bba2e1aa HTTP/1.1" 200 1299 0.004696 10.0.0.27 - - [2026-05-14 03:13:12] "POST /neutron/port HTTP/1.1" 200 1115 0.019200 10.0.0.27 - - [2026-05-14 03:13:13] "GET /virtual-machine/dfcbe74f-8252-4a91-b6cf-c0e4bba2e1aa HTTP/1.1" 404 171 0.004019 10.0.0.27 - - [2026-05-14 03:13:13] "GET /virtual-machine/dfcbe74f-8252-4a91-b6cf-c0e4bba2e1aa HTTP/1.1" 404 171 0.003255 10.0.0.27 - - [2026-05-14 03:13:13] "GET /virtual-machine/dfcbe74f-8252-4a91-b6cf-c0e4bba2e1aa HTTP/1.1" 404 171 0.004586 10.0.0.27 - - [2026-05-14 03:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.27 - - [2026-05-14 03:13:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004375 10.0.0.27 - - [2026-05-14 03:13:13] "GET /virtual-networks?parent_id=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004338 10.0.0.27 - - [2026-05-14 03:13:13] "GET /virtual-network/02b34a1c-9b5d-457c-818a-7e656f8659c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2572 0.007455 10.0.0.27 - - [2026-05-14 03:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.27 - - [2026-05-14 03:13:13] "GET /routing-instance/ecc4680f-b147-48ad-8414-0b3ee24aa5b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.006148 10.0.0.27 - - [2026-05-14 03:13:13] "GET /route-target/92731d3a-7d67-4f6b-acf4-f17094163425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005149 10.0.0.27 - - [2026-05-14 03:13:14] "GET /obj-perms HTTP/1.1" 200 5013 0.004151 10.0.0.27 - - [2026-05-14 03:13:20] "GET /obj-perms HTTP/1.1" 200 5013 0.004789 10.0.0.27 - - [2026-05-14 03:13:23] "GET /obj-perms HTTP/1.1" 200 5013 0.004602 10.0.0.27 - - [2026-05-14 03:13:29] "GET /obj-perms HTTP/1.1" 200 5013 0.003799 10.0.0.27 - - [2026-05-14 03:13:32] "GET /obj-perms HTTP/1.1" 200 5013 0.004637 10.0.0.27 - - [2026-05-14 03:13:38] "GET /obj-perms HTTP/1.1" 200 5013 0.004931 10.0.0.27 - - [2026-05-14 03:13:41] "GET /obj-perms HTTP/1.1" 200 5013 0.004157 10.0.0.22 - - [2026-05-14 03:13:41] "GET /obj-perms HTTP/1.1" 200 5013 0.005752 10.0.0.27 - - [2026-05-14 03:13:42] "GET /virtual-network/55830081-4e82-4f72-b0ba-0474ca68ea42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.015233 10.0.0.27 - - [2026-05-14 03:13:42] "POST /neutron/network HTTP/1.1" 200 1074 0.101499 10.0.0.22 - - [2026-05-14 03:13:42] "DELETE /access-control-list/27eb4a65-c436-47ab-a843-4436b1bea6e1 HTTP/1.1" 200 115 0.070541 10.0.0.27 - - [2026-05-14 03:13:42] "GET /virtual-network/55830081-4e82-4f72-b0ba-0474ca68ea42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007759 10.0.0.27 - - [2026-05-14 03:13:42] "DELETE /network-policy/95003c8d-a96c-4a08-91ec-71af44660e73 HTTP/1.1" 200 115 0.039230 10.0.0.27 - - [2026-05-14 03:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.23 - - [2026-05-14 03:13:42] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.041536 10.0.0.27 - - [2026-05-14 03:13:42] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.100408 10.0.0.27 - - [2026-05-14 03:13:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-60558425&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006908 10.0.0.27 - - [2026-05-14 03:13:42] "DELETE /network-policy/b117371f-1de0-4794-b7c3-3409f7b83237 HTTP/1.1" 200 115 0.047425 10.0.0.27 - - [2026-05-14 03:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008768 10.0.0.23 - - [2026-05-14 03:13:42] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001255 10.0.0.27 - - [2026-05-14 03:13:42] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055174 10.0.0.27 - - [2026-05-14 03:13:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-60558425&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006783 10.0.0.27 - - [2026-05-14 03:13:42] "DELETE /network-policy/5d5deebd-5b03-4d6e-a163-c5c5dff49eb1 HTTP/1.1" 200 115 0.045006 10.0.0.27 - - [2026-05-14 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.23 - - [2026-05-14 03:13:43] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001199 10.0.0.27 - - [2026-05-14 03:13:43] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040313 10.0.0.27 - - [2026-05-14 03:13:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-60558425&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.007905 10.0.0.27 - - [2026-05-14 03:13:43] "DELETE /network-policy/364c97ac-68ac-4c0d-9c84-aac59ec26ab8 HTTP/1.1" 200 115 0.052296 10.0.0.27 - - [2026-05-14 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006775 10.0.0.23 - - [2026-05-14 03:13:43] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001197 10.0.0.27 - - [2026-05-14 03:13:43] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056014 10.0.0.27 - - [2026-05-14 03:13:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-60558425&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.007280 10.0.0.27 - - [2026-05-14 03:13:43] "DELETE /network-policy/e1f1655a-8a5b-42c3-ba50-52757ef20fbf HTTP/1.1" 200 115 0.051927 10.0.0.27 - - [2026-05-14 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.23 - - [2026-05-14 03:13:43] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001328 10.0.0.27 - - [2026-05-14 03:13:43] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064306 10.0.0.27 - - [2026-05-14 03:13:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-60558425&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.007585 10.0.0.27 - - [2026-05-14 03:13:43] "DELETE /network-policy/3615051c-da79-44c2-ac43-6a8e3cbbb0f7 HTTP/1.1" 200 115 0.043142 10.0.0.27 - - [2026-05-14 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005294 10.0.0.23 - - [2026-05-14 03:13:43] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001631 10.0.0.27 - - [2026-05-14 03:13:43] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063332 10.0.0.27 - - [2026-05-14 03:13:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-60558425&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.006798 10.0.0.27 - - [2026-05-14 03:13:43] "DELETE /network-policy/a748172a-586d-41f8-b3bf-379bd21737e2 HTTP/1.1" 200 115 0.041643 10.0.0.27 - - [2026-05-14 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005085 10.0.0.23 - - [2026-05-14 03:13:44] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001300 10.0.0.27 - - [2026-05-14 03:13:44] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.059643 10.0.0.27 - - [2026-05-14 03:13:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-60558425&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.009078 10.0.0.27 - - [2026-05-14 03:13:44] "DELETE /network-policy/6547d72f-03d9-4be7-b51f-8b712b1e958a HTTP/1.1" 200 115 0.045881 10.0.0.27 - - [2026-05-14 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005310 10.0.0.23 - - [2026-05-14 03:13:44] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001186 10.0.0.27 - - [2026-05-14 03:13:44] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066483 10.0.0.27 - - [2026-05-14 03:13:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-60558425&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.006076 10.0.0.27 - - [2026-05-14 03:13:44] "DELETE /network-policy/a3ab8ebb-9ad3-4018-ab5f-c7c46fad0643 HTTP/1.1" 200 115 0.053014 10.0.0.27 - - [2026-05-14 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.23 - - [2026-05-14 03:13:44] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001348 10.0.0.27 - - [2026-05-14 03:13:44] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.078066 10.0.0.27 - - [2026-05-14 03:13:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-60558425&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.007128 10.0.0.27 - - [2026-05-14 03:13:44] "DELETE /network-policy/b3ec1179-346d-43e2-8798-91b9fff1857f HTTP/1.1" 200 115 0.052466 10.0.0.27 - - [2026-05-14 03:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.23 - - [2026-05-14 03:13:44] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001634 10.0.0.27 - - [2026-05-14 03:13:44] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050925 10.0.0.27 - - [2026-05-14 03:13:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-60558425&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007177 10.0.0.23 - - [2026-05-14 03:13:45] "POST /useragent-kv HTTP/1.1" 200 115 0.008221 10.0.0.23 - - [2026-05-14 03:13:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003198 10.0.0.23 - - [2026-05-14 03:13:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002707 10.0.0.23 - - [2026-05-14 03:13:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002390 10.0.0.27 - - [2026-05-14 03:13:45] "POST /neutron/network HTTP/1.1" 200 151 0.196579 10.0.0.22 - - [2026-05-14 03:13:45] "DELETE /route-target/594aa115-5b0a-4bd3-a1b3-f09603a5ea59 HTTP/1.1" 200 115 0.040362 10.0.0.27 - - [2026-05-14 03:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.27 - - [2026-05-14 03:13:45] "DELETE /network-ipam/23fef18a-a6a0-4d20-9e36-87330ebdfb3d HTTP/1.1" 200 115 0.045142 10.0.0.27 - - [2026-05-14 03:13:46] "POST /fqname-to-id HTTP/1.1" 404 248 0.005071 10.0.0.23 - - [2026-05-14 03:13:46] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001195 10.0.0.23 - - [2026-05-14 03:13:46] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.052041 10.0.0.23 - - [2026-05-14 03:13:46] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001149 10.0.0.23 - - [2026-05-14 03:13:46] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?fields=security_groups HTTP/1.1" 200 1390 0.060078 10.0.0.23 - - [2026-05-14 03:13:46] "DELETE /security-group/9e23dd52-714a-4134-a45c-1251a571f664 HTTP/1.1" 200 115 0.079367 10.0.0.23 - - [2026-05-14 03:13:46] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002135 10.0.0.22 - - [2026-05-14 03:13:46] "DELETE /access-control-list/1e1091eb-b9a2-4aec-b428-d5d2b43bd8b3 HTTP/1.1" 200 115 0.068336 10.0.0.23 - - [2026-05-14 03:13:46] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?fields=application_policy_sets HTTP/1.1" 200 1429 0.081421 10.0.0.27 - - [2026-05-14 03:13:46] "DELETE /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9 HTTP/1.1" 200 115 0.519529 10.0.0.23 - - [2026-05-14 03:13:46] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001415 10.0.0.27 - - [2026-05-14 03:13:46] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?fields=projects HTTP/1.1" 200 1438 0.013892 10.0.0.23 - - [2026-05-14 03:13:48] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007344 10.0.0.23 - - [2026-05-14 03:13:48] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001555 10.0.0.23 - - [2026-05-14 03:13:48] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.057971 10.0.0.23 - - [2026-05-14 03:13:48] "POST /id-to-fqname HTTP/1.1" 200 196 0.001868 10.0.0.23 - - [2026-05-14 03:13:48] "POST /fqname-to-id HTTP/1.1" 404 205 0.004858 10.0.0.23 - - [2026-05-14 03:13:48] "POST /security-groups HTTP/1.1" 200 597 0.078412 10.0.0.23 - - [2026-05-14 03:13:48] "POST /projects HTTP/1.1" 200 597 0.324611 10.0.0.23 - - [2026-05-14 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.368256 10.0.0.22 - - [2026-05-14 03:13:48] "POST /access-control-lists HTTP/1.1" 200 602 0.046221 10.0.0.27 - - [2026-05-14 03:13:48] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.629378 10.0.0.23 - - [2026-05-14 03:13:48] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001360 10.0.0.27 - - [2026-05-14 03:13:48] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?fields=virtual_networks HTTP/1.1" 200 1053 0.065896 10.0.0.23 - - [2026-05-14 03:13:48] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001409 10.0.0.27 - - [2026-05-14 03:13:48] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.041288 10.0.0.23 - - [2026-05-14 03:13:48] "GET /projects?obj_uuids=08201ae3-aab6-4db0-97c6-21d8b3811cf9&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001887 10.0.0.27 - - [2026-05-14 03:13:48] "GET /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9?fields=security_groups HTTP/1.1" 200 1285 0.065745 10.0.0.27 - - [2026-05-14 03:13:49] "POST /fqname-to-id HTTP/1.1" 404 200 0.034321 10.0.0.23 - - [2026-05-14 03:13:49] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003447 10.0.0.23 - - [2026-05-14 03:13:50] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001579 10.0.0.23 - - [2026-05-14 03:13:50] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009090 10.0.0.23 - - [2026-05-14 03:13:50] "POST /id-to-fqname HTTP/1.1" 200 202 0.005212 10.0.0.23 - - [2026-05-14 03:13:50] "POST /fqname-to-id HTTP/1.1" 404 211 0.003955 10.0.0.23 - - [2026-05-14 03:13:50] "POST /security-groups HTTP/1.1" 200 603 0.037104 10.0.0.22 - - [2026-05-14 03:13:50] "POST /fqname-to-id HTTP/1.1" 404 246 0.003686 10.0.0.23 - - [2026-05-14 03:13:50] "POST /projects HTTP/1.1" 200 609 0.277121 10.0.0.23 - - [2026-05-14 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.356800 10.0.0.22 - - [2026-05-14 03:13:50] "POST /access-control-lists HTTP/1.1" 200 606 0.036278 10.0.0.27 - - [2026-05-14 03:13:50] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.532668 10.0.0.27 - - [2026-05-14 03:13:51] "GET / HTTP/1.1" 200 35931 0.002456 10.0.0.27 - - [2026-05-14 03:13:54] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000501 10.0.0.23 - - [2026-05-14 03:13:54] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.27 - - [2026-05-14 03:13:54] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.082852 10.0.0.27 - - [2026-05-14 03:13:55] "GET / HTTP/1.1" 200 35931 0.001825 10.0.0.27 - - [2026-05-14 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.23 - - [2026-05-14 03:13:55] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.27 - - [2026-05-14 03:13:55] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008142 10.0.0.27 - - [2026-05-14 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.23 - - [2026-05-14 03:13:55] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001156 10.0.0.27 - - [2026-05-14 03:13:55] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.053107 10.0.0.27 - - [2026-05-14 03:13:56] "GET /domains HTTP/1.1" 401 292 0.000518 10.0.0.27 - - [2026-05-14 03:13:57] "GET /domains HTTP/1.1" 200 280 0.041021 10.0.0.23 - - [2026-05-14 03:13:57] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001287 10.0.0.27 - - [2026-05-14 03:13:57] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40 HTTP/1.1" 200 2971 0.010825 10.0.0.23 - - [2026-05-14 03:13:57] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.27 - - [2026-05-14 03:13:57] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f HTTP/1.1" 200 1935 0.091663 10.0.0.27 - - [2026-05-14 03:13:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004004 10.0.0.27 - - [2026-05-14 03:13:57] "POST /network-ipams HTTP/1.1" 200 621 0.033134 10.0.0.27 - - [2026-05-14 03:13:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004161 10.0.0.27 - - [2026-05-14 03:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.27 - - [2026-05-14 03:13:57] "GET /network-ipam/e1ab0919-7127-4125-a76c-09fe4119a890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.008302 10.0.0.27 - - [2026-05-14 03:13:57] "PUT /network-ipam/e1ab0919-7127-4125-a76c-09fe4119a890 HTTP/1.1" 200 258 0.017795 10.0.0.27 - - [2026-05-14 03:13:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.27 - - [2026-05-14 03:13:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.040963 10.0.0.23 - - [2026-05-14 03:13:58] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001837 10.0.0.27 - - [2026-05-14 03:13:58] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.061612 10.0.0.27 - - [2026-05-14 03:13:58] "POST /neutron/network HTTP/1.1" 200 117 0.050943 10.0.0.23 - - [2026-05-14 03:13:59] "POST /useragent-kv HTTP/1.1" 200 115 0.010205 10.0.0.27 - - [2026-05-14 03:13:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.266192 10.0.0.22 - - [2026-05-14 03:13:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.094402 10.0.0.27 - - [2026-05-14 03:13:59] "POST /id-to-fqname HTTP/1.1" 200 235 0.001425 10.0.0.27 - - [2026-05-14 03:13:59] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008377 10.0.0.27 - - [2026-05-14 03:13:59] "POST /neutron/network HTTP/1.1" 200 1337 0.022139 10.0.0.27 - - [2026-05-14 03:13:59] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006327 10.0.0.27 - - [2026-05-14 03:13:59] "POST /neutron/subnet HTTP/1.1" 200 701 0.011170 10.0.0.27 - - [2026-05-14 03:14:00] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007009 10.0.0.27 - - [2026-05-14 03:14:01] "GET /obj-perms HTTP/1.1" 200 5019 0.083315 10.0.0.23 - - [2026-05-14 03:14:02] "GET /obj-perms HTTP/1.1" 200 5019 0.060955 10.0.0.27 - - [2026-05-14 03:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.23 - - [2026-05-14 03:14:02] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001449 10.0.0.27 - - [2026-05-14 03:14:02] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.067847 10.0.0.23 - - [2026-05-14 03:14:02] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001567 10.0.0.27 - - [2026-05-14 03:14:02] "POST /neutron/network HTTP/1.1" 200 623 0.145108 10.0.0.22 - - [2026-05-14 03:14:02] "POST /route-targets HTTP/1.1" 200 327 0.023540 10.0.0.23 - - [2026-05-14 03:14:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008663 10.0.0.27 - - [2026-05-14 03:14:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.236099 10.0.0.27 - - [2026-05-14 03:14:03] "POST /id-to-fqname HTTP/1.1" 200 235 0.001462 10.0.0.27 - - [2026-05-14 03:14:03] "GET /virtual-network/ded6c655-2baf-4a7b-a507-2d4bb4bf6dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007345 10.0.0.27 - - [2026-05-14 03:14:03] "GET /virtual-network/ded6c655-2baf-4a7b-a507-2d4bb4bf6dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006775 10.0.0.27 - - [2026-05-14 03:14:03] "POST /neutron/network HTTP/1.1" 200 1337 0.014749 10.0.0.27 - - [2026-05-14 03:14:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.011907 10.0.0.27 - - [2026-05-14 03:14:03] "GET /virtual-network/ded6c655-2baf-4a7b-a507-2d4bb4bf6dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008073 10.0.0.27 - - [2026-05-14 03:14:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.005044 10.0.0.27 - - [2026-05-14 03:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.23 - - [2026-05-14 03:14:04] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.27 - - [2026-05-14 03:14:04] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.048863 10.0.0.27 - - [2026-05-14 03:14:04] "POST /network-policys HTTP/1.1" 200 533 0.078505 10.0.0.27 - - [2026-05-14 03:14:04] "GET /network-policy/b119ffed-e50a-4630-8cd0-20aa519a1e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007880 10.0.0.27 - - [2026-05-14 03:14:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.003663 10.0.0.27 - - [2026-05-14 03:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2026-05-14 03:14:04] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.27 - - [2026-05-14 03:14:04] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.047695 10.0.0.27 - - [2026-05-14 03:14:05] "POST /network-policys HTTP/1.1" 200 533 0.081988 10.0.0.27 - - [2026-05-14 03:14:05] "GET /network-policy/343d576f-32e7-4a45-990a-3a98f59512c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.008127 10.0.0.27 - - [2026-05-14 03:14:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.003608 10.0.0.27 - - [2026-05-14 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.23 - - [2026-05-14 03:14:05] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001338 10.0.0.27 - - [2026-05-14 03:14:05] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.058084 10.0.0.27 - - [2026-05-14 03:14:05] "POST /network-policys HTTP/1.1" 200 533 0.077457 10.0.0.27 - - [2026-05-14 03:14:05] "GET /network-policy/4767e95e-9975-4f7c-98b3-0ecff253e195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.009149 10.0.0.27 - - [2026-05-14 03:14:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.007714 10.0.0.27 - - [2026-05-14 03:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.23 - - [2026-05-14 03:14:05] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001157 10.0.0.27 - - [2026-05-14 03:14:05] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045461 10.0.0.27 - - [2026-05-14 03:14:06] "POST /network-policys HTTP/1.1" 200 533 0.077666 10.0.0.27 - - [2026-05-14 03:14:06] "GET /network-policy/2ee0b249-4d29-405a-a4fc-04b76b06737b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.008311 10.0.0.27 - - [2026-05-14 03:14:06] "POST /fqname-to-id HTTP/1.1" 404 213 0.004204 10.0.0.27 - - [2026-05-14 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.23 - - [2026-05-14 03:14:06] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001825 10.0.0.27 - - [2026-05-14 03:14:06] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.051154 10.0.0.27 - - [2026-05-14 03:14:06] "POST /network-policys HTTP/1.1" 200 537 0.036929 10.0.0.27 - - [2026-05-14 03:14:06] "GET /network-policy/faae2b30-ca33-48ee-944a-dae941f50a9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007272 10.0.0.27 - - [2026-05-14 03:14:06] "POST /fqname-to-id HTTP/1.1" 404 212 0.003595 10.0.0.27 - - [2026-05-14 03:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.23 - - [2026-05-14 03:14:06] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001792 10.0.0.27 - - [2026-05-14 03:14:06] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.055198 10.0.0.27 - - [2026-05-14 03:14:06] "POST /network-policys HTTP/1.1" 200 535 0.077212 10.0.0.27 - - [2026-05-14 03:14:06] "GET /network-policy/c221adbc-4dad-41c9-bea9-daf20d9f7ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006847 10.0.0.27 - - [2026-05-14 03:14:07] "POST /fqname-to-id HTTP/1.1" 404 212 0.003894 10.0.0.27 - - [2026-05-14 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.23 - - [2026-05-14 03:14:07] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001296 10.0.0.27 - - [2026-05-14 03:14:07] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045775 10.0.0.27 - - [2026-05-14 03:14:07] "POST /network-policys HTTP/1.1" 200 535 0.082395 10.0.0.27 - - [2026-05-14 03:14:07] "GET /network-policy/188b0828-e65e-4b36-869b-f6ad7ec1061a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006867 10.0.0.27 - - [2026-05-14 03:14:07] "POST /fqname-to-id HTTP/1.1" 404 212 0.004264 10.0.0.27 - - [2026-05-14 03:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.23 - - [2026-05-14 03:14:07] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001529 10.0.0.27 - - [2026-05-14 03:14:07] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.067691 10.0.0.27 - - [2026-05-14 03:14:07] "POST /network-policys HTTP/1.1" 200 535 0.089817 10.0.0.27 - - [2026-05-14 03:14:07] "GET /network-policy/8f657e63-75c1-4bd1-ab53-5d09a1e3a6f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007452 10.0.0.27 - - [2026-05-14 03:14:08] "POST /fqname-to-id HTTP/1.1" 404 212 0.003635 10.0.0.27 - - [2026-05-14 03:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.23 - - [2026-05-14 03:14:08] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.27 - - [2026-05-14 03:14:08] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.047722 10.0.0.27 - - [2026-05-14 03:14:08] "POST /network-policys HTTP/1.1" 200 535 0.089808 10.0.0.27 - - [2026-05-14 03:14:08] "GET /network-policy/5af47963-1816-4ce2-8abf-24f50d5727a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006981 10.0.0.27 - - [2026-05-14 03:14:08] "POST /fqname-to-id HTTP/1.1" 404 214 0.003430 10.0.0.27 - - [2026-05-14 03:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.23 - - [2026-05-14 03:14:08] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.27 - - [2026-05-14 03:14:08] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.051230 10.0.0.27 - - [2026-05-14 03:14:08] "POST /network-policys HTTP/1.1" 200 539 0.033130 10.0.0.27 - - [2026-05-14 03:14:08] "GET /network-policy/dafbcc46-406b-4bdc-be74-52ab3f01a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007057 10.0.0.27 - - [2026-05-14 03:14:09] "POST /neutron/network HTTP/1.1" 200 1425 0.016615 10.0.0.27 - - [2026-05-14 03:14:09] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.017814 10.0.0.22 - - [2026-05-14 03:14:09] "POST /access-control-lists HTTP/1.1" 200 609 0.104294 10.0.0.27 - - [2026-05-14 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.021897 10.0.0.27 - - [2026-05-14 03:14:09] "GET /network-policy/b119ffed-e50a-4630-8cd0-20aa519a1e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.008257 10.0.0.22 - - [2026-05-14 03:14:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.003943 10.0.0.27 - - [2026-05-14 03:14:09] "POST /neutron/network HTTP/1.1" 200 1427 0.018348 10.0.0.22 - - [2026-05-14 03:14:09] "POST /ref-update HTTP/1.1" 200 156 0.033223 10.0.0.27 - - [2026-05-14 03:14:09] "GET /virtual-network/ded6c655-2baf-4a7b-a507-2d4bb4bf6dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.019271 10.0.0.27 - - [2026-05-14 03:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011006 10.0.0.27 - - [2026-05-14 03:14:09] "GET /network-policy/faae2b30-ca33-48ee-944a-dae941f50a9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005889 10.0.0.27 - - [2026-05-14 03:14:09] "POST /id-to-fqname HTTP/1.1" 200 235 0.001492 10.0.0.23 - - [2026-05-14 03:14:10] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001264 10.0.0.27 - - [2026-05-14 03:14:10] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.089527 10.0.0.27 - - [2026-05-14 03:14:11] "POST /neutron/port HTTP/1.1" 200 117 0.006994 10.0.0.27 - - [2026-05-14 03:14:11] "POST /id-to-fqname HTTP/1.1" 200 235 0.001427 10.0.0.27 - - [2026-05-14 03:14:11] "POST /neutron/network HTTP/1.1" 200 1437 0.008507 10.0.0.27 - - [2026-05-14 03:14:12] "POST /neutron/port HTTP/1.1" 200 1174 0.028844 10.0.0.23 - - [2026-05-14 03:14:12] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001215 10.0.0.27 - - [2026-05-14 03:14:12] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.121410 10.0.0.27 - - [2026-05-14 03:14:12] "POST /neutron/network HTTP/1.1" 200 1427 0.085930 10.0.0.27 - - [2026-05-14 03:14:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009625 10.0.0.27 - - [2026-05-14 03:14:12] "POST /neutron/port HTTP/1.1" 200 117 0.001330 10.0.0.27 - - [2026-05-14 03:14:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009603 10.0.0.27 - - [2026-05-14 03:14:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009380 10.0.0.27 - - [2026-05-14 03:14:13] "POST /neutron/port HTTP/1.1" 200 1174 0.113036 10.0.0.27 - - [2026-05-14 03:14:14] "POST /neutron/port HTTP/1.1" 200 1238 0.024208 10.0.0.27 - - [2026-05-14 03:14:14] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020289 10.0.0.27 - - [2026-05-14 03:14:14] "POST /neutron/network HTTP/1.1" 200 1427 0.014063 10.0.0.27 - - [2026-05-14 03:14:17] "POST /neutron/network HTTP/1.1" 200 1435 0.007282 10.0.0.27 - - [2026-05-14 03:14:17] "POST /neutron/subnet HTTP/1.1" 200 1361 0.024876 10.0.0.27 - - [2026-05-14 03:14:17] "POST /neutron/network HTTP/1.1" 200 1425 0.015456 10.0.0.27 - - [2026-05-14 03:14:18] "POST /neutron/port HTTP/1.1" 200 1238 0.025755 10.0.0.27 - - [2026-05-14 03:14:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010530 10.0.0.27 - - [2026-05-14 03:14:18] "GET /virtual-machine/57961d56-e03a-40a2-9a37-6d7ffd38017a HTTP/1.1" 401 292 0.000802 10.0.0.27 - - [2026-05-14 03:14:18] "GET /virtual-machine/57961d56-e03a-40a2-9a37-6d7ffd38017a HTTP/1.1" 200 1304 0.045871 10.0.0.27 - - [2026-05-14 03:14:18] "GET /virtual-machine-interface/36b4af28-630f-49dd-9da3-4038a9c75ae1 HTTP/1.1" 200 3169 0.006684 10.0.0.27 - - [2026-05-14 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.27 - - [2026-05-14 03:14:18] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005361 10.0.0.27 - - [2026-05-14 03:14:18] "GET /virtual-networks?parent_id=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004283 10.0.0.27 - - [2026-05-14 03:14:18] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007202 10.0.0.27 - - [2026-05-14 03:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.27 - - [2026-05-14 03:14:21] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005871 10.0.0.27 - - [2026-05-14 03:14:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004904 10.0.0.27 - - [2026-05-14 03:14:26] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008580 10.0.0.27 - - [2026-05-14 03:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.27 - - [2026-05-14 03:14:30] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006277 10.0.0.27 - - [2026-05-14 03:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.27 - - [2026-05-14 03:14:34] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006730 10.0.0.27 - - [2026-05-14 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.27 - - [2026-05-14 03:14:38] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007809 10.0.0.23 - - [2026-05-14 03:14:41] "DELETE /project/990812a04e7f402bb0e7a439562ac26f HTTP/1.1" 404 173 0.003319 10.0.0.23 - - [2026-05-14 03:14:41] "DELETE /project/08201ae3-aab6-4db0-97c6-21d8b3811cf9 HTTP/1.1" 404 177 0.007437 10.0.0.23 - - [2026-05-14 03:14:41] "DELETE /project/08201ae3aab64db097c621d8b3811cf9 HTTP/1.1" 404 173 0.006329 10.0.0.27 - - [2026-05-14 03:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.27 - - [2026-05-14 03:14:42] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005952 10.0.0.27 - - [2026-05-14 03:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.27 - - [2026-05-14 03:14:46] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006432 10.0.0.27 - - [2026-05-14 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005608 10.0.0.27 - - [2026-05-14 03:14:50] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008764 10.0.0.27 - - [2026-05-14 03:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.27 - - [2026-05-14 03:14:52] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004140 10.0.0.27 - - [2026-05-14 03:14:52] "GET /virtual-networks?parent_id=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003840 10.0.0.27 - - [2026-05-14 03:14:52] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006717 10.0.0.27 - - [2026-05-14 03:14:58] "POST /neutron/port HTTP/1.1" 200 1238 0.024273 10.0.0.27 - - [2026-05-14 03:15:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011652 10.0.0.27 - - [2026-05-14 03:15:08] "POST /neutron/port HTTP/1.1" 200 1238 0.032928 10.0.0.22 - - [2026-05-14 03:15:08] "GET /obj-perms HTTP/1.1" 200 5056 0.067244 10.0.0.27 - - [2026-05-14 03:15:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012522 10.0.0.23 - - [2026-05-14 03:15:08] "GET /obj-perms HTTP/1.1" 200 5056 0.061925 10.0.0.27 - - [2026-05-14 03:15:13] "POST /neutron/port HTTP/1.1" 200 1238 0.022229 10.0.0.27 - - [2026-05-14 03:15:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009948 10.0.0.27 - - [2026-05-14 03:15:13] "GET /virtual-machine/ba8f3e5e-8e52-4455-a303-e3e8743eeec1 HTTP/1.1" 200 1305 0.006610 10.0.0.27 - - [2026-05-14 03:15:13] "GET /virtual-machine-interface/d600459b-f116-468c-a9b1-52107463dc6a HTTP/1.1" 200 3170 0.006392 10.0.0.27 - - [2026-05-14 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.27 - - [2026-05-14 03:15:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004702 10.0.0.27 - - [2026-05-14 03:15:14] "GET /virtual-networks?parent_id=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003915 10.0.0.27 - - [2026-05-14 03:15:14] "GET /virtual-network/ded6c655-2baf-4a7b-a507-2d4bb4bf6dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.009252 10.0.0.27 - - [2026-05-14 03:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.27 - - [2026-05-14 03:15:15] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004470 10.0.0.27 - - [2026-05-14 03:15:15] "GET /virtual-networks?parent_id=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003314 10.0.0.27 - - [2026-05-14 03:15:15] "GET /virtual-network/ded6c655-2baf-4a7b-a507-2d4bb4bf6dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006625 10.0.0.27 - - [2026-05-14 03:15:15] "POST /neutron/port HTTP/1.1" 200 1238 0.069884 10.0.0.27 - - [2026-05-14 03:15:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004558 10.0.0.27 - - [2026-05-14 03:15:15] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.27 - - [2026-05-14 03:15:17] "POST /neutron/port HTTP/1.1" 200 1238 0.030447 10.0.0.27 - - [2026-05-14 03:15:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004637 10.0.0.27 - - [2026-05-14 03:15:17] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.27 - - [2026-05-14 03:15:20] "POST /neutron/port HTTP/1.1" 200 2322 0.029075 10.0.0.27 - - [2026-05-14 03:15:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009322 10.0.0.27 - - [2026-05-14 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.27 - - [2026-05-14 03:15:20] "GET /network-policy/faae2b30-ca33-48ee-944a-dae941f50a9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004514 10.0.0.27 - - [2026-05-14 03:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.27 - - [2026-05-14 03:15:21] "GET /network-policy/b119ffed-e50a-4630-8cd0-20aa519a1e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004298 10.0.0.27 - - [2026-05-14 03:15:21] "POST /neutron/network HTTP/1.1" 200 1425 0.013809 10.0.0.22 - - [2026-05-14 03:15:21] "PUT /access-control-list/83e974ce-08bd-4041-ba8e-51dd179c2d20 HTTP/1.1" 200 272 0.067735 10.0.0.27 - - [2026-05-14 03:15:21] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.012147 10.0.0.27 - - [2026-05-14 03:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005747 10.0.0.27 - - [2026-05-14 03:15:21] "GET /network-policy/343d576f-32e7-4a45-990a-3a98f59512c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004797 10.0.0.27 - - [2026-05-14 03:15:40] "POST /neutron/network HTTP/1.1" 200 1425 0.015305 10.0.0.27 - - [2026-05-14 03:15:40] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.009020 10.0.0.27 - - [2026-05-14 03:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006077 10.0.0.27 - - [2026-05-14 03:15:40] "GET /network-policy/dafbcc46-406b-4bdc-be74-52ab3f01a724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004797 10.0.0.27 - - [2026-05-14 03:15:52] "POST /neutron/network HTTP/1.1" 200 1428 0.015687 10.0.0.22 - - [2026-05-14 03:15:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003479 10.0.0.22 - - [2026-05-14 03:15:52] "PUT /access-control-list/83e974ce-08bd-4041-ba8e-51dd179c2d20 HTTP/1.1" 200 272 0.027058 10.0.0.27 - - [2026-05-14 03:15:52] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.010820 10.0.0.27 - - [2026-05-14 03:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.27 - - [2026-05-14 03:15:52] "GET /network-policy/4767e95e-9975-4f7c-98b3-0ecff253e195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004910 10.0.0.27 - - [2026-05-14 03:16:05] "POST /neutron/network HTTP/1.1" 200 1425 0.014644 10.0.0.27 - - [2026-05-14 03:16:05] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.010358 10.0.0.27 - - [2026-05-14 03:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.27 - - [2026-05-14 03:16:05] "GET /network-policy/2ee0b249-4d29-405a-a4fc-04b76b06737b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005590 10.0.0.27 - - [2026-05-14 03:16:09] "GET /obj-perms HTTP/1.1" 200 5056 0.065779 10.0.0.27 - - [2026-05-14 03:16:15] "POST /neutron/network HTTP/1.1" 200 1425 0.013277 10.0.0.22 - - [2026-05-14 03:16:15] "PUT /access-control-list/83e974ce-08bd-4041-ba8e-51dd179c2d20 HTTP/1.1" 200 272 0.020197 10.0.0.27 - - [2026-05-14 03:16:15] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.010248 10.0.0.27 - - [2026-05-14 03:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.27 - - [2026-05-14 03:16:15] "GET /network-policy/c221adbc-4dad-41c9-bea9-daf20d9f7ae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004927 10.0.0.27 - - [2026-05-14 03:16:17] "POST /neutron/port HTTP/1.1" 200 1238 0.027493 10.0.0.27 - - [2026-05-14 03:16:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004388 10.0.0.27 - - [2026-05-14 03:16:17] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.27 - - [2026-05-14 03:16:19] "POST /neutron/port HTTP/1.1" 200 1238 0.030751 10.0.0.27 - - [2026-05-14 03:16:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004459 10.0.0.27 - - [2026-05-14 03:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.001798 10.0.0.27 - - [2026-05-14 03:16:28] "POST /neutron/network HTTP/1.1" 200 1426 0.014574 10.0.0.22 - - [2026-05-14 03:16:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.007238 10.0.0.22 - - [2026-05-14 03:16:28] "POST /ref-update HTTP/1.1" 200 156 0.046046 10.0.0.27 - - [2026-05-14 03:16:28] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.010099 10.0.0.27 - - [2026-05-14 03:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.27 - - [2026-05-14 03:16:28] "GET /network-policy/188b0828-e65e-4b36-869b-f6ad7ec1061a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004471 10.0.0.27 - - [2026-05-14 03:16:38] "POST /neutron/network HTTP/1.1" 200 1426 0.013201 10.0.0.27 - - [2026-05-14 03:16:38] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.008569 10.0.0.27 - - [2026-05-14 03:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.27 - - [2026-05-14 03:16:38] "GET /network-policy/8f657e63-75c1-4bd1-ab53-5d09a1e3a6f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005104 10.0.0.27 - - [2026-05-14 03:16:50] "POST /neutron/network HTTP/1.1" 200 1426 0.013256 10.0.0.27 - - [2026-05-14 03:16:51] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.010235 10.0.0.27 - - [2026-05-14 03:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.27 - - [2026-05-14 03:16:51] "GET /network-policy/5af47963-1816-4ce2-8abf-24f50d5727a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005075 10.0.0.27 - - [2026-05-14 03:17:01] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009261 10.0.0.27 - - [2026-05-14 03:17:01] "POST /neutron/network HTTP/1.1" 200 1426 0.015247 10.0.0.22 - - [2026-05-14 03:17:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.017263 10.0.0.22 - - [2026-05-14 03:17:01] "DELETE /access-control-list/83e974ce-08bd-4041-ba8e-51dd179c2d20 HTTP/1.1" 200 115 0.150471 10.0.0.27 - - [2026-05-14 03:17:01] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.019835 10.0.0.27 - - [2026-05-14 03:17:01] "GET /virtual-machine/ba8f3e5e-8e52-4455-a303-e3e8743eeec1 HTTP/1.1" 200 1305 0.004689 10.0.0.27 - - [2026-05-14 03:17:02] "POST /neutron/port HTTP/1.1" 200 1238 0.026405 10.0.0.27 - - [2026-05-14 03:17:03] "GET /virtual-machine/ba8f3e5e-8e52-4455-a303-e3e8743eeec1 HTTP/1.1" 404 171 0.005100 10.0.0.27 - - [2026-05-14 03:17:03] "GET /virtual-machine/ba8f3e5e-8e52-4455-a303-e3e8743eeec1 HTTP/1.1" 404 171 0.003938 10.0.0.27 - - [2026-05-14 03:17:03] "GET /virtual-machine/ba8f3e5e-8e52-4455-a303-e3e8743eeec1 HTTP/1.1" 404 171 0.007293 10.0.0.27 - - [2026-05-14 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.27 - - [2026-05-14 03:17:03] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005226 10.0.0.27 - - [2026-05-14 03:17:03] "GET /virtual-networks?parent_id=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004167 10.0.0.27 - - [2026-05-14 03:17:03] "GET /virtual-network/ded6c655-2baf-4a7b-a507-2d4bb4bf6dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007264 10.0.0.27 - - [2026-05-14 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.27 - - [2026-05-14 03:17:04] "GET /routing-instance/2a60fb81-cfb9-4691-8e3b-30d6fb9240a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005873 10.0.0.27 - - [2026-05-14 03:17:04] "GET /route-target/96b3f9e2-4bdd-430c-86d7-7758e40fc38e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004545 10.0.0.27 - - [2026-05-14 03:17:07] "GET /obj-perms HTTP/1.1" 200 5019 0.004730 10.0.0.27 - - [2026-05-14 03:17:10] "GET /obj-perms HTTP/1.1" 200 5019 0.005043 10.0.0.27 - - [2026-05-14 03:17:13] "GET /obj-perms HTTP/1.1" 200 5019 0.004600 10.0.0.27 - - [2026-05-14 03:17:13] "GET /virtual-machine/57961d56-e03a-40a2-9a37-6d7ffd38017a HTTP/1.1" 200 1304 0.005138 10.0.0.27 - - [2026-05-14 03:17:14] "POST /neutron/port HTTP/1.1" 200 1238 0.020840 10.0.0.27 - - [2026-05-14 03:17:15] "GET /virtual-machine/57961d56-e03a-40a2-9a37-6d7ffd38017a HTTP/1.1" 404 171 0.004400 10.0.0.27 - - [2026-05-14 03:17:15] "GET /virtual-machine/57961d56-e03a-40a2-9a37-6d7ffd38017a HTTP/1.1" 404 171 0.003588 10.0.0.27 - - [2026-05-14 03:17:15] "GET /virtual-machine/57961d56-e03a-40a2-9a37-6d7ffd38017a HTTP/1.1" 404 171 0.003040 10.0.0.27 - - [2026-05-14 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.27 - - [2026-05-14 03:17:16] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005017 10.0.0.27 - - [2026-05-14 03:17:16] "GET /virtual-networks?parent_id=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004516 10.0.0.27 - - [2026-05-14 03:17:16] "GET /virtual-network/19e2501b-4953-47fb-b001-1a0b5832ead3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006592 10.0.0.27 - - [2026-05-14 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.27 - - [2026-05-14 03:17:16] "GET /routing-instance/71a074e6-903d-40a5-94a6-e16817a2d5a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.004748 10.0.0.27 - - [2026-05-14 03:17:16] "GET /route-target/f5a7ef3e-18de-429a-9993-06c5557ec09e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004874 10.0.0.27 - - [2026-05-14 03:17:16] "GET /obj-perms HTTP/1.1" 200 5019 0.005760 10.0.0.27 - - [2026-05-14 03:17:19] "GET /obj-perms HTTP/1.1" 200 5019 0.004382 10.0.0.27 - - [2026-05-14 03:17:25] "GET /obj-perms HTTP/1.1" 200 5019 0.007422 10.0.0.27 - - [2026-05-14 03:17:28] "GET /obj-perms HTTP/1.1" 200 5019 0.006128 10.0.0.22 - - [2026-05-14 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000550 10.0.0.22 - - [2026-05-14 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.22 - - [2026-05-14 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.22 - - [2026-05-14 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000565 10.0.0.23 - - [2026-05-14 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2026-05-14 03:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2026-05-14 03:17:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.23 - - [2026-05-14 03:17:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2026-05-14 03:17:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.27 - - [2026-05-14 03:17:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2026-05-14 03:17:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2026-05-14 03:17:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2026-05-14 03:17:34] "GET /obj-perms HTTP/1.1" 200 5019 0.005761 10.0.0.27 - - [2026-05-14 03:17:37] "GET /obj-perms HTTP/1.1" 200 5019 0.004734 10.0.0.27 - - [2026-05-14 03:17:41] "GET /obj-perms HTTP/1.1" 200 5019 0.004934 10.0.0.22 - - [2026-05-14 03:17:41] "GET /obj-perms HTTP/1.1" 200 5019 0.067684 10.0.0.23 - - [2026-05-14 03:17:41] "GET /obj-perms HTTP/1.1" 200 5019 0.005916 10.0.0.27 - - [2026-05-14 03:17:41] "GET /virtual-network/ded6c655-2baf-4a7b-a507-2d4bb4bf6dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006982 10.0.0.27 - - [2026-05-14 03:17:41] "POST /neutron/network HTTP/1.1" 200 1427 0.012796 10.0.0.27 - - [2026-05-14 03:17:41] "GET /virtual-network/ded6c655-2baf-4a7b-a507-2d4bb4bf6dd8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.009035 10.0.0.22 - - [2026-05-14 03:17:41] "POST /ref-update HTTP/1.1" 200 156 0.033889 10.0.0.27 - - [2026-05-14 03:17:41] "DELETE /network-policy/dafbcc46-406b-4bdc-be74-52ab3f01a724 HTTP/1.1" 200 115 0.036431 10.0.0.27 - - [2026-05-14 03:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.23 - - [2026-05-14 03:17:41] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001290 10.0.0.27 - - [2026-05-14 03:17:41] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.062454 10.0.0.27 - - [2026-05-14 03:17:41] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56852163&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.006305 10.0.0.27 - - [2026-05-14 03:17:42] "DELETE /network-policy/5af47963-1816-4ce2-8abf-24f50d5727a6 HTTP/1.1" 200 115 0.047815 10.0.0.27 - - [2026-05-14 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.23 - - [2026-05-14 03:17:42] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001197 10.0.0.27 - - [2026-05-14 03:17:42] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.058666 10.0.0.27 - - [2026-05-14 03:17:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56852163&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.013314 10.0.0.27 - - [2026-05-14 03:17:42] "DELETE /network-policy/8f657e63-75c1-4bd1-ab53-5d09a1e3a6f9 HTTP/1.1" 200 115 0.049320 10.0.0.27 - - [2026-05-14 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.23 - - [2026-05-14 03:17:42] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001529 10.0.0.27 - - [2026-05-14 03:17:42] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045608 10.0.0.27 - - [2026-05-14 03:17:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56852163&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006274 10.0.0.27 - - [2026-05-14 03:17:42] "DELETE /network-policy/188b0828-e65e-4b36-869b-f6ad7ec1061a HTTP/1.1" 200 115 0.049145 10.0.0.27 - - [2026-05-14 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2026-05-14 03:17:42] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001550 10.0.0.27 - - [2026-05-14 03:17:42] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.058932 10.0.0.27 - - [2026-05-14 03:17:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56852163&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.005784 10.0.0.27 - - [2026-05-14 03:17:42] "DELETE /network-policy/c221adbc-4dad-41c9-bea9-daf20d9f7ae0 HTTP/1.1" 200 115 0.053240 10.0.0.27 - - [2026-05-14 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005412 10.0.0.23 - - [2026-05-14 03:17:42] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002753 10.0.0.27 - - [2026-05-14 03:17:42] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.052582 10.0.0.27 - - [2026-05-14 03:17:42] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56852163&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.007746 10.0.0.27 - - [2026-05-14 03:17:42] "DELETE /network-policy/faae2b30-ca33-48ee-944a-dae941f50a9f HTTP/1.1" 200 115 0.046676 10.0.0.27 - - [2026-05-14 03:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.23 - - [2026-05-14 03:17:43] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002049 10.0.0.27 - - [2026-05-14 03:17:43] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.084414 10.0.0.27 - - [2026-05-14 03:17:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56852163&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.006344 10.0.0.27 - - [2026-05-14 03:17:43] "DELETE /network-policy/2ee0b249-4d29-405a-a4fc-04b76b06737b HTTP/1.1" 200 115 0.047039 10.0.0.27 - - [2026-05-14 03:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005765 10.0.0.23 - - [2026-05-14 03:17:43] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001395 10.0.0.27 - - [2026-05-14 03:17:43] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.042298 10.0.0.27 - - [2026-05-14 03:17:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56852163&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.006286 10.0.0.27 - - [2026-05-14 03:17:43] "DELETE /network-policy/4767e95e-9975-4f7c-98b3-0ecff253e195 HTTP/1.1" 200 115 0.041537 10.0.0.27 - - [2026-05-14 03:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.23 - - [2026-05-14 03:17:43] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001764 10.0.0.27 - - [2026-05-14 03:17:43] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.046326 10.0.0.27 - - [2026-05-14 03:17:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56852163&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.006634 10.0.0.27 - - [2026-05-14 03:17:43] "DELETE /network-policy/343d576f-32e7-4a45-990a-3a98f59512c8 HTTP/1.1" 200 115 0.051647 10.0.0.27 - - [2026-05-14 03:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2026-05-14 03:17:43] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001439 10.0.0.27 - - [2026-05-14 03:17:43] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.070031 10.0.0.27 - - [2026-05-14 03:17:43] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56852163&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005919 10.0.0.27 - - [2026-05-14 03:17:44] "DELETE /network-policy/b119ffed-e50a-4630-8cd0-20aa519a1e49 HTTP/1.1" 200 115 0.053754 10.0.0.27 - - [2026-05-14 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011121 10.0.0.23 - - [2026-05-14 03:17:44] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.27 - - [2026-05-14 03:17:44] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.068671 10.0.0.27 - - [2026-05-14 03:17:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56852163&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008823 10.0.0.27 - - [2026-05-14 03:17:44] "POST /neutron/network HTTP/1.1" 200 1337 0.013590 10.0.0.22 - - [2026-05-14 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007440 10.0.0.23 - - [2026-05-14 03:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003068 10.0.0.23 - - [2026-05-14 03:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003320 10.0.0.23 - - [2026-05-14 03:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002767 10.0.0.23 - - [2026-05-14 03:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.011732 10.0.0.23 - - [2026-05-14 03:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004167 10.0.0.23 - - [2026-05-14 03:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003743 10.0.0.27 - - [2026-05-14 03:17:44] "POST /neutron/network HTTP/1.1" 200 151 0.224330 10.0.0.27 - - [2026-05-14 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.27 - - [2026-05-14 03:17:45] "DELETE /network-ipam/e1ab0919-7127-4125-a76c-09fe4119a890 HTTP/1.1" 200 115 0.042721 10.0.0.27 - - [2026-05-14 03:17:45] "POST /fqname-to-id HTTP/1.1" 404 260 0.007892 10.0.0.23 - - [2026-05-14 03:17:45] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001445 10.0.0.23 - - [2026-05-14 03:17:45] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.051347 10.0.0.23 - - [2026-05-14 03:17:45] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001097 10.0.0.23 - - [2026-05-14 03:17:45] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?fields=security_groups HTTP/1.1" 200 1410 0.043778 10.0.0.23 - - [2026-05-14 03:17:45] "DELETE /security-group/edef908b-d55b-4881-8172-2406a17168e5 HTTP/1.1" 200 115 0.078154 10.0.0.23 - - [2026-05-14 03:17:45] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.23 - - [2026-05-14 03:17:45] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?fields=application_policy_sets HTTP/1.1" 200 1449 0.058270 10.0.0.22 - - [2026-05-14 03:17:45] "DELETE /access-control-list/1eff6b97-dedf-435f-b16b-c8d1b8042fd6 HTTP/1.1" 200 115 0.052668 10.0.0.27 - - [2026-05-14 03:17:45] "DELETE /project/990812a0-4e7f-402b-b0e7-a439562ac26f HTTP/1.1" 200 115 0.484721 10.0.0.23 - - [2026-05-14 03:17:45] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001355 10.0.0.27 - - [2026-05-14 03:17:45] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?fields=projects HTTP/1.1" 200 1438 0.016983 10.0.0.23 - - [2026-05-14 03:17:47] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003302 10.0.0.23 - - [2026-05-14 03:17:47] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001361 10.0.0.23 - - [2026-05-14 03:17:47] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008278 10.0.0.23 - - [2026-05-14 03:17:47] "POST /id-to-fqname HTTP/1.1" 200 202 0.001306 10.0.0.23 - - [2026-05-14 03:17:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.012063 10.0.0.23 - - [2026-05-14 03:17:47] "POST /security-groups HTTP/1.1" 200 603 0.079083 10.0.0.23 - - [2026-05-14 03:17:47] "POST /projects HTTP/1.1" 200 609 0.307819 10.0.0.23 - - [2026-05-14 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.343671 10.0.0.22 - - [2026-05-14 03:17:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.016045 10.0.0.27 - - [2026-05-14 03:17:47] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.485153 10.0.0.23 - - [2026-05-14 03:17:47] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001295 10.0.0.27 - - [2026-05-14 03:17:47] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?fields=virtual_networks HTTP/1.1" 200 1067 0.095355 10.0.0.23 - - [2026-05-14 03:17:47] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001222 10.0.0.27 - - [2026-05-14 03:17:47] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.063022 10.0.0.23 - - [2026-05-14 03:17:47] "GET /projects?obj_uuids=990812a0-4e7f-402b-b0e7-a439562ac26f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001314 10.0.0.27 - - [2026-05-14 03:17:48] "GET /project/990812a0-4e7f-402b-b0e7-a439562ac26f?fields=security_groups HTTP/1.1" 200 1305 0.061951 10.0.0.27 - - [2026-05-14 03:17:49] "POST /fqname-to-id HTTP/1.1" 404 182 0.035263 10.0.0.23 - - [2026-05-14 03:17:49] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003824 10.0.0.23 - - [2026-05-14 03:17:49] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.23 - - [2026-05-14 03:17:49] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011047 10.0.0.23 - - [2026-05-14 03:17:49] "POST /id-to-fqname HTTP/1.1" 200 184 0.004444 10.0.0.23 - - [2026-05-14 03:17:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.009200 10.0.0.23 - - [2026-05-14 03:17:49] "POST /security-groups HTTP/1.1" 200 585 0.039838 10.0.0.23 - - [2026-05-14 03:17:49] "POST /projects HTTP/1.1" 200 573 0.297539 10.0.0.23 - - [2026-05-14 03:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.344565 10.0.0.22 - - [2026-05-14 03:17:49] "POST /access-control-lists HTTP/1.1" 200 590 0.032960 10.0.0.27 - - [2026-05-14 03:17:49] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.526202 10.0.0.27 - - [2026-05-14 03:17:51] "GET / HTTP/1.1" 200 35931 0.001864 10.0.0.27 - - [2026-05-14 03:17:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000718 10.0.0.27 - - [2026-05-14 03:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.084347 10.0.0.23 - - [2026-05-14 03:17:52] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001143 10.0.0.27 - - [2026-05-14 03:17:52] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.039309 10.0.0.22 - - [2026-05-14 03:17:52] "POST /route-targets HTTP/1.1" 200 327 0.017651 10.0.0.23 - - [2026-05-14 03:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007420 10.0.0.27 - - [2026-05-14 03:17:52] "POST /neutron/subnet HTTP/1.1" 200 710 0.243721 10.0.0.27 - - [2026-05-14 03:17:53] "POST /id-to-fqname HTTP/1.1" 200 214 0.001478 10.0.0.27 - - [2026-05-14 03:17:53] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.008353 10.0.0.27 - - [2026-05-14 03:17:53] "POST /neutron/network HTTP/1.1" 200 989 0.010348 10.0.0.27 - - [2026-05-14 03:17:53] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.005711 10.0.0.27 - - [2026-05-14 03:17:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.011488 10.0.0.27 - - [2026-05-14 03:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.23 - - [2026-05-14 03:17:53] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001106 10.0.0.27 - - [2026-05-14 03:17:53] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.048887 10.0.0.22 - - [2026-05-14 03:17:53] "POST /ref-update HTTP/1.1" 200 156 0.030900 10.0.0.23 - - [2026-05-14 03:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008359 10.0.0.27 - - [2026-05-14 03:17:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.202802 10.0.0.22 - - [2026-05-14 03:17:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.006565 10.0.0.27 - - [2026-05-14 03:17:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001495 10.0.0.27 - - [2026-05-14 03:17:54] "GET /virtual-network/ec49709e-634a-4baf-aa50-f9945ebdd0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.009104 10.0.0.27 - - [2026-05-14 03:17:54] "POST /neutron/network HTTP/1.1" 200 992 0.012810 10.0.0.27 - - [2026-05-14 03:17:54] "GET /virtual-network/ec49709e-634a-4baf-aa50-f9945ebdd0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006339 10.0.0.27 - - [2026-05-14 03:17:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.011635 10.0.0.27 - - [2026-05-14 03:17:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001466 10.0.0.23 - - [2026-05-14 03:17:55] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001728 10.0.0.27 - - [2026-05-14 03:17:55] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.082598 10.0.0.27 - - [2026-05-14 03:17:55] "POST /neutron/port HTTP/1.1" 200 117 0.009825 10.0.0.27 - - [2026-05-14 03:17:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.002373 10.0.0.27 - - [2026-05-14 03:17:55] "POST /neutron/network HTTP/1.1" 200 999 0.009684 10.0.0.27 - - [2026-05-14 03:17:56] "POST /neutron/port HTTP/1.1" 200 1158 0.078322 10.0.0.23 - - [2026-05-14 03:17:56] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001247 10.0.0.27 - - [2026-05-14 03:17:56] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.131355 10.0.0.27 - - [2026-05-14 03:17:56] "POST /neutron/network HTTP/1.1" 200 989 0.012643 10.0.0.27 - - [2026-05-14 03:17:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005152 10.0.0.27 - - [2026-05-14 03:17:57] "POST /neutron/port HTTP/1.1" 200 117 0.001555 10.0.0.27 - - [2026-05-14 03:17:57] "POST /neutron/network HTTP/1.1" 200 989 0.015760 10.0.0.27 - - [2026-05-14 03:17:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001873 10.0.0.27 - - [2026-05-14 03:17:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012120 10.0.0.23 - - [2026-05-14 03:17:57] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001888 10.0.0.27 - - [2026-05-14 03:17:58] "POST /neutron/port HTTP/1.1" 200 1158 0.587651 10.0.0.27 - - [2026-05-14 03:17:58] "POST /neutron/port HTTP/1.1" 200 1212 0.152336 10.0.0.23 - - [2026-05-14 03:17:58] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001232 10.0.0.27 - - [2026-05-14 03:17:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004755 10.0.0.27 - - [2026-05-14 03:17:58] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.143887 10.0.0.27 - - [2026-05-14 03:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.001414 10.0.0.27 - - [2026-05-14 03:17:59] "POST /neutron/port HTTP/1.1" 200 2290 0.034752 10.0.0.27 - - [2026-05-14 03:17:59] "POST /neutron/port HTTP/1.1" 200 1222 0.029667 10.0.0.27 - - [2026-05-14 03:17:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012718 10.0.0.27 - - [2026-05-14 03:17:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.015007 10.0.0.27 - - [2026-05-14 03:17:59] "GET /virtual-machine/2e07b3d8-8296-4f58-90d1-8033aedadae1 HTTP/1.1" 401 292 0.000531 10.0.0.27 - - [2026-05-14 03:18:00] "GET /virtual-machine/2e07b3d8-8296-4f58-90d1-8033aedadae1 HTTP/1.1" 200 1286 0.051926 10.0.0.27 - - [2026-05-14 03:18:00] "GET /virtual-machine-interface/c0d0c57f-c9c6-4953-97f7-243402780813 HTTP/1.1" 200 3106 0.010191 10.0.0.27 - - [2026-05-14 03:18:00] "POST /neutron/port HTTP/1.1" 200 1161 0.049175 10.0.0.27 - - [2026-05-14 03:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005288 10.0.0.27 - - [2026-05-14 03:18:00] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013392 10.0.0.27 - - [2026-05-14 03:18:00] "GET /virtual-networks?parent_id=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.005223 10.0.0.27 - - [2026-05-14 03:18:00] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.023447 10.0.0.27 - - [2026-05-14 03:18:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004652 10.0.0.27 - - [2026-05-14 03:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.001252 10.0.0.27 - - [2026-05-14 03:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006193 10.0.0.27 - - [2026-05-14 03:18:03] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.008842 10.0.0.27 - - [2026-05-14 03:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.27 - - [2026-05-14 03:18:07] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006980 10.0.0.27 - - [2026-05-14 03:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.27 - - [2026-05-14 03:18:11] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006433 10.0.0.27 - - [2026-05-14 03:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.27 - - [2026-05-14 03:18:15] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006115 10.0.0.27 - - [2026-05-14 03:18:19] "POST /neutron/port HTTP/1.1" 200 1222 0.021341 10.0.0.27 - - [2026-05-14 03:18:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004771 10.0.0.27 - - [2026-05-14 03:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.27 - - [2026-05-14 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.27 - - [2026-05-14 03:18:19] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006906 10.0.0.27 - - [2026-05-14 03:18:20] "POST /neutron/port HTTP/1.1" 200 1222 0.025906 10.0.0.27 - - [2026-05-14 03:18:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005475 10.0.0.27 - - [2026-05-14 03:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.001499 10.0.0.27 - - [2026-05-14 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.27 - - [2026-05-14 03:18:24] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007595 10.0.0.27 - - [2026-05-14 03:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.27 - - [2026-05-14 03:18:28] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006675 10.0.0.27 - - [2026-05-14 03:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.27 - - [2026-05-14 03:18:32] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006107 10.0.0.27 - - [2026-05-14 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005933 10.0.0.27 - - [2026-05-14 03:18:36] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006019 10.0.0.27 - - [2026-05-14 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.27 - - [2026-05-14 03:18:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004751 10.0.0.27 - - [2026-05-14 03:18:38] "GET /virtual-networks?parent_id=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004204 10.0.0.27 - - [2026-05-14 03:18:38] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007014 10.0.0.27 - - [2026-05-14 03:18:38] "POST /neutron/port HTTP/1.1" 200 1222 0.024929 10.0.0.23 - - [2026-05-14 03:18:41] "DELETE /project/990812a0-4e7f-402b-b0e7-a439562ac26f HTTP/1.1" 404 177 0.005414 10.0.0.23 - - [2026-05-14 03:18:41] "DELETE /project/990812a04e7f402bb0e7a439562ac26f HTTP/1.1" 404 173 0.005210 10.0.0.23 - - [2026-05-14 03:18:41] "DELETE /project/f5eafa50936141aca06bf8b51187efe0 HTTP/1.1" 404 173 0.004470 10.0.0.27 - - [2026-05-14 03:18:43] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010605 10.0.0.27 - - [2026-05-14 03:18:48] "POST /neutron/port HTTP/1.1" 200 1222 0.021056 10.0.0.27 - - [2026-05-14 03:18:54] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008943 10.0.0.27 - - [2026-05-14 03:18:59] "POST /neutron/port HTTP/1.1" 200 1222 0.035593 10.0.0.27 - - [2026-05-14 03:18:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007623 10.0.0.27 - - [2026-05-14 03:18:59] "GET /virtual-machine/a0be9b6a-6e5f-49e0-8b5d-c9ca1f485f79 HTTP/1.1" 200 1287 0.008219 10.0.0.27 - - [2026-05-14 03:18:59] "GET /virtual-machine-interface/a0a0aa51-d882-456b-8fe2-676823b29bcd HTTP/1.1" 200 3106 0.008985 10.0.0.27 - - [2026-05-14 03:18:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.27 - - [2026-05-14 03:18:59] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005111 10.0.0.27 - - [2026-05-14 03:18:59] "GET /virtual-networks?parent_id=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003743 10.0.0.27 - - [2026-05-14 03:18:59] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006867 10.0.0.27 - - [2026-05-14 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.27 - - [2026-05-14 03:19:00] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005095 10.0.0.27 - - [2026-05-14 03:19:00] "GET /virtual-networks?parent_id=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004729 10.0.0.27 - - [2026-05-14 03:19:00] "GET /virtual-network/e3e07845-aa58-4d97-90fb-ec1543dfb9ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.011466 10.0.0.27 - - [2026-05-14 03:19:03] "POST /neutron/port HTTP/1.1" 200 1222 0.056993 10.0.0.27 - - [2026-05-14 03:19:05] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011132 10.0.0.27 - - [2026-05-14 03:19:11] "POST /neutron/port HTTP/1.1" 200 1222 0.020625 10.0.0.27 - - [2026-05-14 03:19:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009588 10.0.0.27 - - [2026-05-14 03:19:17] "POST /neutron/port HTTP/1.1" 200 1225 0.023899 10.0.0.27 - - [2026-05-14 03:19:17] "GET /virtual-machine/79416f63-ced1-4e2a-8348-7253bce134ed HTTP/1.1" 200 1285 0.007087 10.0.0.27 - - [2026-05-14 03:19:17] "GET /virtual-machine-interface/cf2c4042-8f74-4dc6-9d8f-f79907980e52 HTTP/1.1" 200 3106 0.006420 10.0.0.27 - - [2026-05-14 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2026-05-14 03:19:17] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004421 10.0.0.27 - - [2026-05-14 03:19:17] "GET /virtual-networks?parent_id=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003513 10.0.0.27 - - [2026-05-14 03:19:17] "GET /virtual-network/ec49709e-634a-4baf-aa50-f9945ebdd0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007347 10.0.0.27 - - [2026-05-14 03:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2026-05-14 03:19:18] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004997 10.0.0.27 - - [2026-05-14 03:19:18] "GET /virtual-networks?parent_id=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004360 10.0.0.27 - - [2026-05-14 03:19:18] "GET /virtual-network/ec49709e-634a-4baf-aa50-f9945ebdd0ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007332 10.0.0.27 - - [2026-05-14 03:19:20] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003774 10.0.0.27 - - [2026-05-14 03:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.27 - - [2026-05-14 03:19:20] "GET /global-qos-config/1bc5b948-7c43-470f-8971-8ec646bf4c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1083 0.004874 10.0.0.27 - - [2026-05-14 03:19:20] "POST /fqname-to-id HTTP/1.1" 404 222 0.005651 10.0.0.27 - - [2026-05-14 03:19:20] "POST /forwarding-classs HTTP/1.1" 200 576 0.037674 10.0.0.27 - - [2026-05-14 03:19:20] "POST /id-to-fqname HTTP/1.1" 200 232 0.004253 10.0.0.27 - - [2026-05-14 03:19:20] "GET /forwarding-class/cc412c24-b13b-4c2f-b7df-54773717d2bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.005556 10.0.0.23 - - [2026-05-14 03:19:20] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.042800 10.0.0.27 - - [2026-05-14 03:19:20] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.089698 10.0.0.27 - - [2026-05-14 03:19:20] "POST /fqname-to-id HTTP/1.1" 404 211 0.004064 10.0.0.27 - - [2026-05-14 03:19:20] "POST /qos-configs HTTP/1.1" 200 543 0.045313 10.0.0.27 - - [2026-05-14 03:19:20] "POST /id-to-fqname HTTP/1.1" 200 217 0.004051 10.0.0.27 - - [2026-05-14 03:19:20] "GET /qos-config/77991ee5-1791-4d9a-8461-a3a06f0fda18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005121 10.0.0.27 - - [2026-05-14 03:19:20] "GET /virtual-machine-interface/c0d0c57f-c9c6-4953-97f7-243402780813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.007071 10.0.0.27 - - [2026-05-14 03:19:20] "POST /ref-update HTTP/1.1" 200 156 0.017222 10.0.0.27 - - [2026-05-14 03:19:20] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009629 10.0.0.27 - - [2026-05-14 03:19:21] "POST /neutron/port HTTP/1.1" 200 1222 0.023063 10.0.0.27 - - [2026-05-14 03:19:21] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008960 10.0.0.27 - - [2026-05-14 03:19:21] "POST /id-to-fqname HTTP/1.1" 200 214 0.001468 10.0.0.27 - - [2026-05-14 03:19:21] "GET /virtual-machine/2e07b3d8-8296-4f58-90d1-8033aedadae1 HTTP/1.1" 200 1286 0.004316 10.0.0.27 - - [2026-05-14 03:19:21] "GET /virtual-machine-interface/c0d0c57f-c9c6-4953-97f7-243402780813 HTTP/1.1" 200 3353 0.006116 10.0.0.27 - - [2026-05-14 03:19:21] "GET /instance-ip/439ea668-56ed-4b29-8a5b-94de13c37bb0 HTTP/1.1" 200 1627 0.007438 10.0.0.27 - - [2026-05-14 03:19:21] "GET /instance-ip/e790c6a9-7e3d-4c83-b1b0-01b3c9348692 HTTP/1.1" 200 1606 0.007963 10.0.0.27 - - [2026-05-14 03:19:21] "POST /neutron/port HTTP/1.1" 200 1222 0.020918 10.0.0.27 - - [2026-05-14 03:19:21] "POST /neutron/port HTTP/1.1" 200 1222 0.021939 10.0.0.27 - - [2026-05-14 03:19:21] "POST /neutron/network HTTP/1.1" 200 999 0.007627 10.0.0.27 - - [2026-05-14 03:19:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005338 10.0.0.27 - - [2026-05-14 03:19:21] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.27 - - [2026-05-14 03:19:21] "POST /neutron/network HTTP/1.1" 200 989 0.011084 10.0.0.27 - - [2026-05-14 03:19:21] "POST /neutron/network HTTP/1.1" 200 989 0.011704 10.0.0.27 - - [2026-05-14 03:19:21] "POST /id-to-fqname HTTP/1.1" 200 214 0.001336 10.0.0.27 - - [2026-05-14 03:19:21] "GET /virtual-machine/a0be9b6a-6e5f-49e0-8b5d-c9ca1f485f79 HTTP/1.1" 200 1287 0.004792 10.0.0.27 - - [2026-05-14 03:19:21] "GET /virtual-machine-interface/a0a0aa51-d882-456b-8fe2-676823b29bcd HTTP/1.1" 200 3106 0.005793 10.0.0.27 - - [2026-05-14 03:19:21] "GET /instance-ip/6f81c8f5-cff6-4217-a40a-d59963fe5cc6 HTTP/1.1" 200 1628 0.009627 10.0.0.27 - - [2026-05-14 03:19:21] "GET /instance-ip/e534fbb7-1bd4-4c5c-8762-e71f9c985433 HTTP/1.1" 200 1605 0.009459 10.0.0.27 - - [2026-05-14 03:19:22] "POST /neutron/network HTTP/1.1" 200 1002 0.009487 10.0.0.27 - - [2026-05-14 03:19:22] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016309 10.0.0.27 - - [2026-05-14 03:19:22] "POST /neutron/network HTTP/1.1" 200 992 0.010510 10.0.0.27 - - [2026-05-14 03:20:13] "GET /obj-perms HTTP/1.1" 200 5056 0.063292 10.0.0.27 - - [2026-05-14 03:20:22] "POST /neutron/network HTTP/1.1" 200 999 0.009148 10.0.0.27 - - [2026-05-14 03:20:22] "POST /neutron/subnet HTTP/1.1" 200 1370 0.020030 10.0.0.27 - - [2026-05-14 03:20:22] "POST /neutron/network HTTP/1.1" 200 989 0.013307 10.0.0.27 - - [2026-05-14 03:20:23] "POST /neutron/network HTTP/1.1" 200 999 0.040471 10.0.0.27 - - [2026-05-14 03:20:23] "POST /neutron/subnet HTTP/1.1" 200 1370 0.015147 10.0.0.27 - - [2026-05-14 03:20:23] "POST /neutron/network HTTP/1.1" 200 989 0.015147 10.0.0.27 - - [2026-05-14 03:20:24] "GET /virtual-machine-interface/c0d0c57f-c9c6-4953-97f7-243402780813?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.006771 10.0.0.27 - - [2026-05-14 03:20:24] "POST /ref-update HTTP/1.1" 200 156 0.026265 10.0.0.27 - - [2026-05-14 03:20:24] "DELETE /qos-config/77991ee5-1791-4d9a-8461-a3a06f0fda18 HTTP/1.1" 200 115 0.055973 10.0.0.27 - - [2026-05-14 03:20:24] "POST /id-to-fqname HTTP/1.1" 200 232 0.001817 10.0.0.27 - - [2026-05-14 03:20:25] "DELETE /forwarding-class/cc412c24-b13b-4c2f-b7df-54773717d2bb HTTP/1.1" 200 115 0.032781 10.0.0.27 - - [2026-05-14 03:20:27] "POST /neutron/port HTTP/1.1" 200 1225 0.024617 10.0.0.27 - - [2026-05-14 03:20:27] "POST /neutron/port HTTP/1.1" 200 151 0.307423 10.0.0.27 - - [2026-05-14 03:20:27] "POST /neutron/port HTTP/1.1" 200 151 0.373786 10.0.0.27 - - [2026-05-14 03:20:28] "POST /neutron/network HTTP/1.1" 200 992 0.010971 10.0.0.22 - - [2026-05-14 03:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004795 10.0.0.23 - - [2026-05-14 03:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005093 10.0.0.23 - - [2026-05-14 03:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004236 10.0.0.23 - - [2026-05-14 03:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004257 10.0.0.23 - - [2026-05-14 03:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002513 10.0.0.27 - - [2026-05-14 03:20:29] "POST /neutron/network HTTP/1.1" 200 151 0.177304 10.0.0.22 - - [2026-05-14 03:20:29] "DELETE /route-target/566f86ec-3158-4b44-93b7-b79ad64b2dfe HTTP/1.1" 200 115 0.031882 10.0.0.23 - - [2026-05-14 03:20:29] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001445 10.0.0.27 - - [2026-05-14 03:20:29] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.116042 10.0.0.23 - - [2026-05-14 03:20:29] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001366 10.0.0.27 - - [2026-05-14 03:20:29] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?fields=virtual_networks HTTP/1.1" 200 1031 0.060952 10.0.0.23 - - [2026-05-14 03:20:29] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001337 10.0.0.27 - - [2026-05-14 03:20:29] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.065873 10.0.0.23 - - [2026-05-14 03:20:29] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001651 10.0.0.27 - - [2026-05-14 03:20:29] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?fields=security_groups HTTP/1.1" 200 1251 0.046784 10.0.0.27 - - [2026-05-14 03:20:30] "POST /fqname-to-id HTTP/1.1" 404 181 0.030910 10.0.0.23 - - [2026-05-14 03:20:30] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003471 10.0.0.23 - - [2026-05-14 03:20:30] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.23 - - [2026-05-14 03:20:30] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039575 10.0.0.23 - - [2026-05-14 03:20:30] "POST /id-to-fqname HTTP/1.1" 200 183 0.005279 10.0.0.23 - - [2026-05-14 03:20:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.005253 10.0.0.23 - - [2026-05-14 03:20:30] "POST /security-groups HTTP/1.1" 200 584 0.081347 10.0.0.23 - - [2026-05-14 03:20:30] "POST /projects HTTP/1.1" 200 571 0.305020 10.0.0.23 - - [2026-05-14 03:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.341733 10.0.0.22 - - [2026-05-14 03:20:30] "POST /fqname-to-id HTTP/1.1" 404 226 0.007061 10.0.0.27 - - [2026-05-14 03:20:31] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.535375 10.0.0.27 - - [2026-05-14 03:20:32] "GET / HTTP/1.1" 200 35931 0.002186 10.0.0.27 - - [2026-05-14 03:20:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542 10.0.0.27 - - [2026-05-14 03:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.077612 10.0.0.23 - - [2026-05-14 03:20:34] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001228 10.0.0.27 - - [2026-05-14 03:20:34] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.050659 10.0.0.22 - - [2026-05-14 03:20:35] "POST /ref-update HTTP/1.1" 200 156 0.034988 10.0.0.23 - - [2026-05-14 03:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.011490 10.0.0.27 - - [2026-05-14 03:20:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.289752 10.0.0.27 - - [2026-05-14 03:20:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001491 10.0.0.27 - - [2026-05-14 03:20:35] "GET /virtual-network/07f0dce1-e646-416a-bc2c-882f030e8c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008716 10.0.0.27 - - [2026-05-14 03:20:35] "GET /virtual-network/07f0dce1-e646-416a-bc2c-882f030e8c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006908 10.0.0.27 - - [2026-05-14 03:20:35] "POST /neutron/network HTTP/1.1" 200 831 0.007968 10.0.0.27 - - [2026-05-14 03:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2026-05-14 03:20:35] "GET /virtual-network/07f0dce1-e646-416a-bc2c-882f030e8c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006227 10.0.0.27 - - [2026-05-14 03:20:35] "PUT /virtual-network/07f0dce1-e646-416a-bc2c-882f030e8c34 HTTP/1.1" 200 264 0.109633 10.0.0.27 - - [2026-05-14 03:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007359 10.0.0.23 - - [2026-05-14 03:20:35] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001621 10.0.0.27 - - [2026-05-14 03:20:35] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.054366 10.0.0.23 - - [2026-05-14 03:20:35] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001577 10.0.0.27 - - [2026-05-14 03:20:35] "POST /neutron/network HTTP/1.1" 200 612 0.157131 10.0.0.22 - - [2026-05-14 03:20:36] "POST /route-targets HTTP/1.1" 200 327 0.014756 10.0.0.27 - - [2026-05-14 03:20:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.003611 10.0.0.27 - - [2026-05-14 03:20:36] "GET /virtual-network/2b0095a5-7b7b-4785-a583-d4e318ef4499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006747 10.0.0.27 - - [2026-05-14 03:20:36] "POST /neutron/network HTTP/1.1" 200 830 0.007718 10.0.0.27 - - [2026-05-14 03:20:36] "GET /virtual-network/2b0095a5-7b7b-4785-a583-d4e318ef4499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006284 10.0.0.27 - - [2026-05-14 03:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.27 - - [2026-05-14 03:20:36] "GET /virtual-network/2b0095a5-7b7b-4785-a583-d4e318ef4499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006326 10.0.0.27 - - [2026-05-14 03:20:36] "PUT /virtual-network/2b0095a5-7b7b-4785-a583-d4e318ef4499 HTTP/1.1" 200 264 0.080718 10.0.0.27 - - [2026-05-14 03:20:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001614 10.0.0.27 - - [2026-05-14 03:20:36] "POST /neutron/network HTTP/1.1" 200 841 0.017641 10.0.0.23 - - [2026-05-14 03:20:37] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001203 10.0.0.27 - - [2026-05-14 03:20:37] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.074735 10.0.0.27 - - [2026-05-14 03:20:38] "POST /neutron/port HTTP/1.1" 200 117 0.007996 10.0.0.27 - - [2026-05-14 03:20:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001594 10.0.0.27 - - [2026-05-14 03:20:38] "POST /neutron/network HTTP/1.1" 200 841 0.008649 10.0.0.27 - - [2026-05-14 03:20:39] "POST /neutron/port HTTP/1.1" 200 1053 0.026402 10.0.0.23 - - [2026-05-14 03:20:39] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001115 10.0.0.27 - - [2026-05-14 03:20:39] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.093085 10.0.0.27 - - [2026-05-14 03:20:39] "POST /neutron/port HTTP/1.1" 200 1117 0.021386 10.0.0.27 - - [2026-05-14 03:20:39] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.27 - - [2026-05-14 03:20:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010260 10.0.0.27 - - [2026-05-14 03:20:40] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008938 10.0.0.27 - - [2026-05-14 03:20:40] "POST /neutron/port HTTP/1.1" 200 1052 0.024970 10.0.0.27 - - [2026-05-14 03:20:40] "POST /neutron/port HTTP/1.1" 200 1116 0.024320 10.0.0.27 - - [2026-05-14 03:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.001354 10.0.0.23 - - [2026-05-14 03:20:41] "DELETE /project/44cccf37dbf841039c381f01c02e9507 HTTP/1.1" 404 173 0.006918 10.0.0.23 - - [2026-05-14 03:20:41] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001120 10.0.0.23 - - [2026-05-14 03:20:42] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.104201 10.0.0.23 - - [2026-05-14 03:20:42] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.016421 10.0.0.23 - - [2026-05-14 03:20:42] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?fields=security_groups HTTP/1.1" 200 1101 0.072846 10.0.0.22 - - [2026-05-14 03:20:42] "DELETE /access-control-list/8b0c0a1a-eff4-4dbe-98c7-9d34fa00f8a6 HTTP/1.1" 200 115 0.062551 10.0.0.23 - - [2026-05-14 03:20:42] "GET /projects?obj_uuids=f5eafa50-9361-41ac-a06b-f8b51187efe0&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001068 10.0.0.23 - - [2026-05-14 03:20:42] "GET /project/f5eafa50-9361-41ac-a06b-f8b51187efe0?fields=application_policy_sets HTTP/1.1" 200 1395 0.092975 10.0.0.23 - - [2026-05-14 03:20:42] "DELETE /project/f5eafa50-9361-41ac-a06b-f8b51187efe0 HTTP/1.1" 200 115 0.443070 10.0.0.27 - - [2026-05-14 03:20:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009248 10.0.0.27 - - [2026-05-14 03:20:45] "POST /neutron/port HTTP/1.1" 200 1117 0.022189 10.0.0.27 - - [2026-05-14 03:20:45] "GET /virtual-machine/119903c1-9232-41a2-b1ec-2c5548900f56 HTTP/1.1" 401 292 0.000747 10.0.0.27 - - [2026-05-14 03:20:45] "GET /virtual-machine/119903c1-9232-41a2-b1ec-2c5548900f56 HTTP/1.1" 200 1285 0.044610 10.0.0.27 - - [2026-05-14 03:20:45] "GET /virtual-machine-interface/e6c4057f-dc26-4733-a3b3-0fff16da50f3 HTTP/1.1" 200 2928 0.006042 10.0.0.27 - - [2026-05-14 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2026-05-14 03:20:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004919 10.0.0.27 - - [2026-05-14 03:20:45] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003393 10.0.0.27 - - [2026-05-14 03:20:45] "GET /virtual-network/07f0dce1-e646-416a-bc2c-882f030e8c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006395 10.0.0.27 - - [2026-05-14 03:20:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.015947 10.0.0.27 - - [2026-05-14 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005731 10.0.0.27 - - [2026-05-14 03:20:49] "GET /virtual-network/07f0dce1-e646-416a-bc2c-882f030e8c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.008518 10.0.0.27 - - [2026-05-14 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.27 - - [2026-05-14 03:20:51] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004837 10.0.0.27 - - [2026-05-14 03:20:51] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004239 10.0.0.27 - - [2026-05-14 03:20:51] "GET /virtual-network/07f0dce1-e646-416a-bc2c-882f030e8c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.006786 10.0.0.27 - - [2026-05-14 03:20:51] "POST /neutron/port HTTP/1.1" 200 1116 0.021887 10.0.0.27 - - [2026-05-14 03:20:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009324 10.0.0.27 - - [2026-05-14 03:20:51] "GET /virtual-machine/9e1a1b02-1a36-4839-aef4-5bd16251d384 HTTP/1.1" 200 1286 0.006508 10.0.0.27 - - [2026-05-14 03:20:51] "GET /virtual-machine-interface/a729124e-45b5-4c92-871c-a906ac54884f HTTP/1.1" 200 2927 0.007310 10.0.0.27 - - [2026-05-14 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.27 - - [2026-05-14 03:20:51] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004562 10.0.0.27 - - [2026-05-14 03:20:51] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003600 10.0.0.27 - - [2026-05-14 03:20:51] "GET /virtual-network/2b0095a5-7b7b-4785-a583-d4e318ef4499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.007260 10.0.0.27 - - [2026-05-14 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.27 - - [2026-05-14 03:20:52] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005388 10.0.0.27 - - [2026-05-14 03:20:52] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003612 10.0.0.27 - - [2026-05-14 03:20:52] "GET /virtual-network/2b0095a5-7b7b-4785-a583-d4e318ef4499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006542 10.0.0.27 - - [2026-05-14 03:20:53] "POST /neutron/port HTTP/1.1" 200 1116 0.021774 10.0.0.27 - - [2026-05-14 03:20:58] "POST /routing-policys HTTP/1.1" 200 534 0.037872 10.0.0.27 - - [2026-05-14 03:20:58] "GET /virtual-network/07f0dce1-e646-416a-bc2c-882f030e8c34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2109 0.014217 10.0.0.27 - - [2026-05-14 03:20:58] "PUT /virtual-network/07f0dce1-e646-416a-bc2c-882f030e8c34 HTTP/1.1" 200 264 0.112400 10.0.0.27 - - [2026-05-14 03:21:02] "POST /ref-update HTTP/1.1" 200 156 0.063585 10.0.0.22 - - [2026-05-14 03:21:02] "POST /ref-update HTTP/1.1" 200 156 0.030600 10.0.0.27 - - [2026-05-14 03:21:02] "DELETE /routing-policy/0845449d-ba0e-4a98-904c-938ce265117c HTTP/1.1" 200 115 0.060251 10.0.0.27 - - [2026-05-14 03:21:02] "POST /neutron/network HTTP/1.1" 400 204 0.017794 10.0.0.27 - - [2026-05-14 03:21:03] "POST /neutron/port HTTP/1.1" 200 1117 0.021647 10.0.0.27 - - [2026-05-14 03:21:03] "POST /neutron/port HTTP/1.1" 200 151 0.287268 10.0.0.27 - - [2026-05-14 03:21:05] "POST /neutron/network HTTP/1.1" 200 831 0.012561 10.0.0.22 - - [2026-05-14 03:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005281 10.0.0.22 - - [2026-05-14 03:21:05] "DELETE /route-target/e3cbff7b-2ad1-406a-adf6-08ffd05104f6 HTTP/1.1" 200 115 0.024418 10.0.0.27 - - [2026-05-14 03:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2026-05-14 03:21:07] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001056 10.0.0.27 - - [2026-05-14 03:21:07] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.052119 10.0.0.23 - - [2026-05-14 03:21:08] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001392 10.0.0.27 - - [2026-05-14 03:21:08] "POST /neutron/network HTTP/1.1" 200 612 0.152202 10.0.0.22 - - [2026-05-14 03:21:08] "POST /route-targets HTTP/1.1" 200 327 0.021639 10.0.0.27 - - [2026-05-14 03:21:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.003732 10.0.0.27 - - [2026-05-14 03:21:08] "GET /virtual-network/658b9ca8-782c-49e5-9183-c18338810d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007098 10.0.0.27 - - [2026-05-14 03:21:08] "POST /neutron/network HTTP/1.1" 200 830 0.007974 10.0.0.27 - - [2026-05-14 03:21:08] "GET /virtual-network/658b9ca8-782c-49e5-9183-c18338810d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006356 10.0.0.27 - - [2026-05-14 03:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.27 - - [2026-05-14 03:21:08] "GET /virtual-network/658b9ca8-782c-49e5-9183-c18338810d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005956 10.0.0.27 - - [2026-05-14 03:21:08] "PUT /virtual-network/658b9ca8-782c-49e5-9183-c18338810d71 HTTP/1.1" 200 264 0.069902 10.0.0.22 - - [2026-05-14 03:21:08] "POST /ref-update HTTP/1.1" 200 156 0.046626 10.0.0.27 - - [2026-05-14 03:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006205 10.0.0.23 - - [2026-05-14 03:21:08] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001739 10.0.0.27 - - [2026-05-14 03:21:08] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.046389 10.0.0.27 - - [2026-05-14 03:21:08] "POST /neutron/network HTTP/1.1" 200 117 0.015215 10.0.0.27 - - [2026-05-14 03:21:09] "POST /neutron/network HTTP/1.1" 200 832 0.011060 10.0.0.27 - - [2026-05-14 03:21:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001408 10.0.0.27 - - [2026-05-14 03:21:09] "GET /virtual-network/d9fb6732-fef6-43d4-ad6a-85752b6463dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006608 10.0.0.27 - - [2026-05-14 03:21:09] "GET /virtual-network/d9fb6732-fef6-43d4-ad6a-85752b6463dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007725 10.0.0.27 - - [2026-05-14 03:21:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.010568 10.0.0.27 - - [2026-05-14 03:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.27 - - [2026-05-14 03:21:09] "GET /virtual-network/d9fb6732-fef6-43d4-ad6a-85752b6463dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007273 10.0.0.22 - - [2026-05-14 03:21:09] "POST /ref-update HTTP/1.1" 200 156 0.034395 10.0.0.27 - - [2026-05-14 03:21:09] "PUT /virtual-network/d9fb6732-fef6-43d4-ad6a-85752b6463dd HTTP/1.1" 200 264 0.073498 10.0.0.27 - - [2026-05-14 03:21:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.002091 10.0.0.23 - - [2026-05-14 03:21:10] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001300 10.0.0.27 - - [2026-05-14 03:21:10] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.101570 10.0.0.27 - - [2026-05-14 03:21:10] "POST /neutron/port HTTP/1.1" 200 117 0.008230 10.0.0.27 - - [2026-05-14 03:21:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001890 10.0.0.27 - - [2026-05-14 03:21:11] "POST /neutron/network HTTP/1.1" 200 842 0.008086 10.0.0.27 - - [2026-05-14 03:21:11] "POST /neutron/port HTTP/1.1" 200 1052 0.022188 10.0.0.27 - - [2026-05-14 03:21:11] "POST /neutron/port HTTP/1.1" 200 1116 0.021699 10.0.0.27 - - [2026-05-14 03:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.23 - - [2026-05-14 03:21:12] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001668 10.0.0.27 - - [2026-05-14 03:21:12] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.099156 10.0.0.27 - - [2026-05-14 03:21:12] "POST /neutron/port HTTP/1.1" 200 1116 0.027340 10.0.0.27 - - [2026-05-14 03:21:12] "POST /neutron/port HTTP/1.1" 200 1116 0.019250 10.0.0.23 - - [2026-05-14 03:21:12] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001440 10.0.0.27 - - [2026-05-14 03:21:13] "POST /neutron/port HTTP/1.1" 200 1054 0.326781 10.0.0.27 - - [2026-05-14 03:21:13] "POST /neutron/port HTTP/1.1" 200 1108 0.162307 10.0.0.27 - - [2026-05-14 03:21:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.011292 10.0.0.22 - - [2026-05-14 03:21:13] "GET /obj-perms HTTP/1.1" 200 5056 0.093780 10.0.0.23 - - [2026-05-14 03:21:14] "GET /obj-perms HTTP/1.1" 200 5056 0.064538 10.0.0.27 - - [2026-05-14 03:21:17] "POST /neutron/port HTTP/1.1" 200 1116 0.020023 10.0.0.27 - - [2026-05-14 03:21:17] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008137 10.0.0.27 - - [2026-05-14 03:21:17] "GET /virtual-machine/047fd8ba-0fcc-438b-84e9-86b3852a7745 HTTP/1.1" 200 1283 0.007192 10.0.0.27 - - [2026-05-14 03:21:17] "GET /virtual-machine-interface/66aff052-c363-4835-81cd-95fd4dd529a1 HTTP/1.1" 200 2926 0.005650 10.0.0.27 - - [2026-05-14 03:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005205 10.0.0.27 - - [2026-05-14 03:21:17] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005478 10.0.0.27 - - [2026-05-14 03:21:17] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004723 10.0.0.27 - - [2026-05-14 03:21:17] "GET /virtual-network/658b9ca8-782c-49e5-9183-c18338810d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.007730 10.0.0.27 - - [2026-05-14 03:21:20] "POST /neutron/port HTTP/1.1" 200 1116 0.023786 10.0.0.27 - - [2026-05-14 03:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.27 - - [2026-05-14 03:21:20] "GET /virtual-network/658b9ca8-782c-49e5-9183-c18338810d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006750 10.0.0.27 - - [2026-05-14 03:21:22] "POST /neutron/port HTTP/1.1" 200 1116 0.026093 10.0.0.27 - - [2026-05-14 03:21:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.015885 10.0.0.27 - - [2026-05-14 03:21:23] "POST /neutron/port HTTP/1.1" 200 1118 0.019773 10.0.0.27 - - [2026-05-14 03:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.27 - - [2026-05-14 03:21:23] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004862 10.0.0.27 - - [2026-05-14 03:21:23] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.008691 10.0.0.27 - - [2026-05-14 03:21:23] "GET /virtual-network/658b9ca8-782c-49e5-9183-c18338810d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.006909 10.0.0.27 - - [2026-05-14 03:21:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008807 10.0.0.27 - - [2026-05-14 03:21:23] "POST /neutron/port HTTP/1.1" 200 1118 0.025339 10.0.0.27 - - [2026-05-14 03:21:23] "GET /virtual-machine/07c3678b-9326-4baa-a26c-c8a09094bd8e HTTP/1.1" 200 1284 0.009168 10.0.0.27 - - [2026-05-14 03:21:23] "GET /virtual-machine-interface/549619c9-e843-4d83-b6cd-32be6ed15366 HTTP/1.1" 200 2927 0.007792 10.0.0.27 - - [2026-05-14 03:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005732 10.0.0.27 - - [2026-05-14 03:21:23] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004879 10.0.0.27 - - [2026-05-14 03:21:23] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003941 10.0.0.27 - - [2026-05-14 03:21:23] "GET /virtual-network/d9fb6732-fef6-43d4-ad6a-85752b6463dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006752 10.0.0.27 - - [2026-05-14 03:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.27 - - [2026-05-14 03:21:24] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004521 10.0.0.27 - - [2026-05-14 03:21:24] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004238 10.0.0.27 - - [2026-05-14 03:21:24] "GET /virtual-network/d9fb6732-fef6-43d4-ad6a-85752b6463dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007178 10.0.0.27 - - [2026-05-14 03:21:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009429 10.0.0.27 - - [2026-05-14 03:21:30] "POST /routing-policys HTTP/1.1" 200 534 0.037170 10.0.0.27 - - [2026-05-14 03:21:30] "GET /virtual-network/658b9ca8-782c-49e5-9183-c18338810d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2107 0.015313 10.0.0.27 - - [2026-05-14 03:21:30] "PUT /virtual-network/658b9ca8-782c-49e5-9183-c18338810d71 HTTP/1.1" 200 264 0.072038 10.0.0.27 - - [2026-05-14 03:21:35] "POST /routing-policys HTTP/1.1" 200 534 0.037274 10.0.0.27 - - [2026-05-14 03:21:35] "GET /virtual-network/658b9ca8-782c-49e5-9183-c18338810d71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.022527 10.0.0.27 - - [2026-05-14 03:21:35] "PUT /virtual-network/658b9ca8-782c-49e5-9183-c18338810d71 HTTP/1.1" 200 264 0.091632 10.0.0.22 - - [2026-05-14 03:21:35] "POST /ref-update HTTP/1.1" 200 156 0.038528 10.0.0.27 - - [2026-05-14 03:21:35] "POST /ref-update HTTP/1.1" 200 156 0.060485 10.0.0.27 - - [2026-05-14 03:21:35] "DELETE /routing-policy/50c1d9b1-73fe-412c-904d-68d5c0daed57 HTTP/1.1" 200 115 0.071098 10.0.0.27 - - [2026-05-14 03:21:35] "POST /ref-update HTTP/1.1" 200 156 0.064900 10.0.0.27 - - [2026-05-14 03:21:35] "DELETE /routing-policy/49af6ec6-f947-4578-aa60-c8d37ec0e4da HTTP/1.1" 200 115 0.040944 10.0.0.27 - - [2026-05-14 03:21:36] "POST /neutron/port HTTP/1.1" 200 1118 0.020634 10.0.0.27 - - [2026-05-14 03:21:36] "POST /neutron/port HTTP/1.1" 200 1116 0.027999 10.0.0.27 - - [2026-05-14 03:21:38] "POST /neutron/network HTTP/1.1" 200 832 0.008382 10.0.0.22 - - [2026-05-14 03:21:38] "DELETE /route-target/da13c8e2-7091-404f-9788-04bded422acb HTTP/1.1" 200 115 0.029771 10.0.0.22 - - [2026-05-14 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006973 10.0.0.23 - - [2026-05-14 03:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005095 10.0.0.23 - - [2026-05-14 03:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003355 10.0.0.27 - - [2026-05-14 03:21:38] "POST /neutron/network HTTP/1.1" 200 151 0.152301 10.0.0.22 - - [2026-05-14 03:21:38] "DELETE /route-target/5d2c4306-2da1-4f55-8bf6-44c6c599d0fc HTTP/1.1" 200 115 0.030770 10.0.0.27 - - [2026-05-14 03:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2026-05-14 03:21:41] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001603 10.0.0.27 - - [2026-05-14 03:21:41] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.056855 10.0.0.23 - - [2026-05-14 03:21:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006555 10.0.0.27 - - [2026-05-14 03:21:41] "POST /neutron/subnet HTTP/1.1" 200 714 0.240462 10.0.0.27 - - [2026-05-14 03:21:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001582 10.0.0.27 - - [2026-05-14 03:21:41] "GET /virtual-network/8464ac88-0447-423a-9513-a9700f1dd58d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006358 10.0.0.27 - - [2026-05-14 03:21:41] "GET /virtual-network/8464ac88-0447-423a-9513-a9700f1dd58d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008184 10.0.0.27 - - [2026-05-14 03:21:41] "POST /neutron/network HTTP/1.1" 200 829 0.007646 10.0.0.27 - - [2026-05-14 03:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.27 - - [2026-05-14 03:21:41] "GET /virtual-network/8464ac88-0447-423a-9513-a9700f1dd58d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006763 10.0.0.27 - - [2026-05-14 03:21:41] "PUT /virtual-network/8464ac88-0447-423a-9513-a9700f1dd58d HTTP/1.1" 200 264 0.074987 10.0.0.22 - - [2026-05-14 03:21:41] "POST /route-targets HTTP/1.1" 200 323 0.031775 10.0.0.27 - - [2026-05-14 03:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.23 - - [2026-05-14 03:21:41] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001259 10.0.0.27 - - [2026-05-14 03:21:41] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.065333 10.0.0.23 - - [2026-05-14 03:21:42] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002711 10.0.0.27 - - [2026-05-14 03:21:42] "POST /neutron/network HTTP/1.1" 200 612 0.166578 10.0.0.22 - - [2026-05-14 03:21:42] "POST /ref-update HTTP/1.1" 200 156 0.033769 10.0.0.27 - - [2026-05-14 03:21:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.003923 10.0.0.27 - - [2026-05-14 03:21:42] "GET /virtual-network/b4abaa06-5169-4d63-87f5-ad0ed4233372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007994 10.0.0.27 - - [2026-05-14 03:21:42] "POST /neutron/network HTTP/1.1" 200 829 0.007937 10.0.0.27 - - [2026-05-14 03:21:42] "GET /virtual-network/b4abaa06-5169-4d63-87f5-ad0ed4233372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008433 10.0.0.27 - - [2026-05-14 03:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.27 - - [2026-05-14 03:21:42] "GET /virtual-network/b4abaa06-5169-4d63-87f5-ad0ed4233372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006494 10.0.0.27 - - [2026-05-14 03:21:42] "PUT /virtual-network/b4abaa06-5169-4d63-87f5-ad0ed4233372 HTTP/1.1" 200 264 0.069732 10.0.0.27 - - [2026-05-14 03:21:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001539 10.0.0.27 - - [2026-05-14 03:21:43] "POST /neutron/network HTTP/1.1" 200 839 0.008638 10.0.0.23 - - [2026-05-14 03:21:43] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002237 10.0.0.27 - - [2026-05-14 03:21:43] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.127105 10.0.0.27 - - [2026-05-14 03:21:44] "POST /neutron/port HTTP/1.1" 200 117 0.007010 10.0.0.27 - - [2026-05-14 03:21:44] "POST /id-to-fqname HTTP/1.1" 200 220 0.001570 10.0.0.27 - - [2026-05-14 03:21:44] "POST /neutron/network HTTP/1.1" 200 839 0.007836 10.0.0.27 - - [2026-05-14 03:21:45] "POST /neutron/port HTTP/1.1" 200 1051 0.023991 10.0.0.27 - - [2026-05-14 03:21:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004899 10.0.0.23 - - [2026-05-14 03:21:45] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001313 10.0.0.27 - - [2026-05-14 03:21:45] "POST /neutron/network HTTP/1.1" 200 829 0.006567 10.0.0.27 - - [2026-05-14 03:21:45] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.100402 10.0.0.27 - - [2026-05-14 03:21:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010714 10.0.0.27 - - [2026-05-14 03:21:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008497 10.0.0.27 - - [2026-05-14 03:21:46] "POST /neutron/port HTTP/1.1" 200 1051 0.026758 10.0.0.27 - - [2026-05-14 03:21:46] "POST /neutron/port HTTP/1.1" 200 1115 0.022192 10.0.0.27 - - [2026-05-14 03:21:46] "POST /neutron/port HTTP/1.1" 200 117 0.001299 10.0.0.27 - - [2026-05-14 03:21:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009675 10.0.0.27 - - [2026-05-14 03:21:51] "POST /neutron/port HTTP/1.1" 200 1115 0.023274 10.0.0.27 - - [2026-05-14 03:21:51] "GET /virtual-machine/73ed7260-65d0-41a9-a2d8-66fb50587fb0 HTTP/1.1" 200 1285 0.006459 10.0.0.27 - - [2026-05-14 03:21:51] "GET /virtual-machine-interface/aacb1500-1c28-4303-a968-8dec1ba44941 HTTP/1.1" 200 2928 0.008636 10.0.0.27 - - [2026-05-14 03:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.27 - - [2026-05-14 03:21:51] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005371 10.0.0.27 - - [2026-05-14 03:21:51] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005442 10.0.0.27 - - [2026-05-14 03:21:51] "GET /virtual-network/8464ac88-0447-423a-9513-a9700f1dd58d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006567 10.0.0.27 - - [2026-05-14 03:21:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008924 10.0.0.27 - - [2026-05-14 03:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.27 - - [2026-05-14 03:21:54] "GET /virtual-network/8464ac88-0447-423a-9513-a9700f1dd58d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007311 10.0.0.27 - - [2026-05-14 03:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.27 - - [2026-05-14 03:21:56] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004631 10.0.0.27 - - [2026-05-14 03:21:56] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003739 10.0.0.27 - - [2026-05-14 03:21:56] "GET /virtual-network/8464ac88-0447-423a-9513-a9700f1dd58d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006653 10.0.0.27 - - [2026-05-14 03:21:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007189 10.0.0.27 - - [2026-05-14 03:22:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009314 10.0.0.27 - - [2026-05-14 03:22:02] "POST /neutron/port HTTP/1.1" 200 1115 0.025698 10.0.0.27 - - [2026-05-14 03:22:02] "GET /virtual-machine/353b0bf7-5473-432a-92c2-135eb296a97e HTTP/1.1" 200 1285 0.007231 10.0.0.27 - - [2026-05-14 03:22:02] "GET /virtual-machine-interface/b610e157-0f4f-441e-a2f7-074e4ace91f6 HTTP/1.1" 200 2928 0.006313 10.0.0.27 - - [2026-05-14 03:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.27 - - [2026-05-14 03:22:02] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004468 10.0.0.27 - - [2026-05-14 03:22:02] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003995 10.0.0.27 - - [2026-05-14 03:22:02] "GET /virtual-network/b4abaa06-5169-4d63-87f5-ad0ed4233372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007123 10.0.0.27 - - [2026-05-14 03:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.27 - - [2026-05-14 03:22:03] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005332 10.0.0.27 - - [2026-05-14 03:22:03] "GET /virtual-networks?parent_id=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003997 10.0.0.27 - - [2026-05-14 03:22:03] "GET /virtual-network/b4abaa06-5169-4d63-87f5-ad0ed4233372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.008218 10.0.0.27 - - [2026-05-14 03:22:03] "POST /interface-route-tables HTTP/1.1" 200 574 0.033710 10.0.0.27 - - [2026-05-14 03:22:03] "GET /interface-route-table/8e5b4f35-cc4d-445d-b37d-d9eba4275a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1305 0.009276 10.0.0.27 - - [2026-05-14 03:22:03] "GET /virtual-machine-interface/aacb1500-1c28-4303-a968-8dec1ba44941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.006745 10.0.0.27 - - [2026-05-14 03:22:03] "POST /ref-update HTTP/1.1" 200 156 0.017281 10.0.0.27 - - [2026-05-14 03:22:03] "POST /routing-policys HTTP/1.1" 200 534 0.032784 10.0.0.27 - - [2026-05-14 03:22:04] "GET /virtual-network/8464ac88-0447-423a-9513-a9700f1dd58d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007320 10.0.0.27 - - [2026-05-14 03:22:04] "PUT /virtual-network/8464ac88-0447-423a-9513-a9700f1dd58d HTTP/1.1" 200 264 0.066825 10.0.0.27 - - [2026-05-14 03:22:08] "POST /ref-update HTTP/1.1" 200 156 0.060077 10.0.0.27 - - [2026-05-14 03:22:08] "DELETE /routing-policy/51ebcb8b-40bf-4c09-8b22-3fc1130d7fc1 HTTP/1.1" 200 115 0.065438 10.0.0.22 - - [2026-05-14 03:22:08] "POST /ref-update HTTP/1.1" 404 171 0.112165 10.0.0.27 - - [2026-05-14 03:22:08] "POST /neutron/network HTTP/1.1" 400 204 0.016315 10.0.0.27 - - [2026-05-14 03:22:09] "POST /neutron/port HTTP/1.1" 200 151 0.201795 10.0.0.27 - - [2026-05-14 03:22:09] "POST /neutron/port HTTP/1.1" 200 151 0.262749 10.0.0.27 - - [2026-05-14 03:22:11] "POST /neutron/network HTTP/1.1" 200 829 0.013917 10.0.0.22 - - [2026-05-14 03:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010016 10.0.0.22 - - [2026-05-14 03:22:11] "DELETE /route-target/b8db5780-7630-4d47-8ce5-65a65b8f2bca HTTP/1.1" 200 115 0.038339 10.0.0.23 - - [2026-05-14 03:22:12] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001160 10.0.0.27 - - [2026-05-14 03:22:12] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.047103 10.0.0.23 - - [2026-05-14 03:22:12] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001707 10.0.0.27 - - [2026-05-14 03:22:12] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?fields=virtual_networks HTTP/1.1" 200 1028 0.059310 10.0.0.23 - - [2026-05-14 03:22:12] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001183 10.0.0.27 - - [2026-05-14 03:22:12] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.045701 10.0.0.23 - - [2026-05-14 03:22:12] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001225 10.0.0.27 - - [2026-05-14 03:22:12] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?fields=security_groups HTTP/1.1" 200 1247 0.047399 10.0.0.27 - - [2026-05-14 03:22:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.034530 10.0.0.23 - - [2026-05-14 03:22:13] "GET /projects?obj_uuids=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003213 10.0.0.23 - - [2026-05-14 03:22:13] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001291 10.0.0.23 - - [2026-05-14 03:22:13] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008032 10.0.0.23 - - [2026-05-14 03:22:14] "POST /id-to-fqname HTTP/1.1" 200 194 0.004703 10.0.0.23 - - [2026-05-14 03:22:14] "POST /fqname-to-id HTTP/1.1" 404 203 0.005774 10.0.0.23 - - [2026-05-14 03:22:14] "POST /security-groups HTTP/1.1" 200 595 0.034419 10.0.0.22 - - [2026-05-14 03:22:14] "POST /fqname-to-id HTTP/1.1" 404 238 0.009811 10.0.0.23 - - [2026-05-14 03:22:14] "POST /projects HTTP/1.1" 200 593 0.257166 10.0.0.23 - - [2026-05-14 03:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.342692 10.0.0.22 - - [2026-05-14 03:22:14] "POST /access-control-lists HTTP/1.1" 200 598 0.042147 10.0.0.27 - - [2026-05-14 03:22:14] "GET /project/932dfd97-0143-454e-90ea-7c614f7d63f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.500677 10.0.0.27 - - [2026-05-14 03:22:16] "GET / HTTP/1.1" 200 35931 0.001632 10.0.0.27 - - [2026-05-14 03:22:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000772 10.0.0.27 - - [2026-05-14 03:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.076745 10.0.0.23 - - [2026-05-14 03:22:18] "GET /projects?obj_uuids=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001707 10.0.0.27 - - [2026-05-14 03:22:18] "GET /project/932dfd97-0143-454e-90ea-7c614f7d63f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.055505 10.0.0.23 - - [2026-05-14 03:22:18] "GET /projects?obj_uuids=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001353 10.0.0.27 - - [2026-05-14 03:22:18] "POST /neutron/network HTTP/1.1" 200 613 0.171689 10.0.0.27 - - [2026-05-14 03:22:19] "POST /id-to-fqname HTTP/1.1" 200 226 0.003712 10.0.0.27 - - [2026-05-14 03:22:19] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006455 10.0.0.27 - - [2026-05-14 03:22:19] "POST /neutron/network HTTP/1.1" 200 833 0.013248 10.0.0.27 - - [2026-05-14 03:22:19] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007529 10.0.0.27 - - [2026-05-14 03:22:19] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008106 10.0.0.27 - - [2026-05-14 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005765 10.0.0.27 - - [2026-05-14 03:22:21] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006260 10.0.0.22 - - [2026-05-14 03:22:21] "POST /route-targets HTTP/1.1" 200 325 0.025259 10.0.0.27 - - [2026-05-14 03:22:21] "PUT /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a HTTP/1.1" 200 264 0.080459 10.0.0.27 - - [2026-05-14 03:22:26] "POST /id-to-fqname HTTP/1.1" 200 226 0.001630 10.0.0.27 - - [2026-05-14 03:22:26] "POST /neutron/network HTTP/1.1" 200 843 0.008606 10.0.0.23 - - [2026-05-14 03:22:27] "GET /projects?obj_uuids=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001212 10.0.0.27 - - [2026-05-14 03:22:27] "GET /project/932dfd97-0143-454e-90ea-7c614f7d63f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.076148 10.0.0.27 - - [2026-05-14 03:22:27] "POST /neutron/port HTTP/1.1" 200 117 0.007461 10.0.0.22 - - [2026-05-14 03:22:28] "DELETE /access-control-list/0878473a-8b4b-4316-92aa-6f8c234fbfb4 HTTP/1.1" 200 115 0.055711 10.0.0.23 - - [2026-05-14 03:22:28] "GET /projects?obj_uuids=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001241 10.0.0.27 - - [2026-05-14 03:22:29] "POST /neutron/port HTTP/1.1" 200 1065 0.357174 10.0.0.27 - - [2026-05-14 03:22:29] "POST /neutron/port HTTP/1.1" 200 1119 0.135112 10.0.0.27 - - [2026-05-14 03:22:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.011521 10.0.0.22 - - [2026-05-14 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.22 - - [2026-05-14 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.22 - - [2026-05-14 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.22 - - [2026-05-14 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-05-14 03:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.23 - - [2026-05-14 03:22:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.23 - - [2026-05-14 03:22:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.23 - - [2026-05-14 03:22:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.27 - - [2026-05-14 03:22:33] "POST /neutron/port HTTP/1.1" 200 1129 0.021739 10.0.0.27 - - [2026-05-14 03:22:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009409 10.0.0.27 - - [2026-05-14 03:22:33] "GET /virtual-machine/71294008-ffbe-4fd5-a918-8361e2a8299f HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-05-14 03:22:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2026-05-14 03:22:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000588 10.0.0.27 - - [2026-05-14 03:22:33] "GET /virtual-machine/71294008-ffbe-4fd5-a918-8361e2a8299f HTTP/1.1" 200 1296 0.054371 10.0.0.27 - - [2026-05-14 03:22:33] "GET /virtual-machine-interface/64805d30-0763-47fa-bea0-fccab2dfc48d HTTP/1.1" 200 2967 0.006871 10.0.0.27 - - [2026-05-14 03:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.27 - - [2026-05-14 03:22:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004932 10.0.0.27 - - [2026-05-14 03:22:33] "GET /virtual-networks?parent_id=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003487 10.0.0.27 - - [2026-05-14 03:22:33] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008239 10.0.0.27 - - [2026-05-14 03:22:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2026-05-14 03:22:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.27 - - [2026-05-14 03:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.27 - - [2026-05-14 03:22:37] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006123 10.0.0.27 - - [2026-05-14 03:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.009118 10.0.0.27 - - [2026-05-14 03:22:41] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008736 10.0.0.23 - - [2026-05-14 03:22:42] "DELETE /project/932dfd970143454e90ea7c614f7d63f7 HTTP/1.1" 404 173 0.007698 10.0.0.23 - - [2026-05-14 03:22:42] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001279 10.0.0.23 - - [2026-05-14 03:22:42] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.073393 10.0.0.23 - - [2026-05-14 03:22:42] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001441 10.0.0.23 - - [2026-05-14 03:22:42] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?fields=security_groups HTTP/1.1" 200 1098 0.058545 10.0.0.23 - - [2026-05-14 03:22:42] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001211 10.0.0.23 - - [2026-05-14 03:22:42] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?fields=application_policy_sets HTTP/1.1" 200 1391 0.071385 10.0.0.23 - - [2026-05-14 03:22:42] "DELETE /project/44cccf37-dbf8-4103-9c38-1f01c02e9507 HTTP/1.1" 409 278 0.308717 10.0.0.27 - - [2026-05-14 03:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.27 - - [2026-05-14 03:22:45] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005822 10.0.0.27 - - [2026-05-14 03:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.27 - - [2026-05-14 03:22:49] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008427 10.0.0.27 - - [2026-05-14 03:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.27 - - [2026-05-14 03:22:53] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006464 10.0.0.27 - - [2026-05-14 03:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.27 - - [2026-05-14 03:22:57] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.012625 10.0.0.27 - - [2026-05-14 03:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005177 10.0.0.27 - - [2026-05-14 03:23:01] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007745 10.0.0.27 - - [2026-05-14 03:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2026-05-14 03:23:05] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008591 10.0.0.27 - - [2026-05-14 03:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.27 - - [2026-05-14 03:23:09] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006665 10.0.0.27 - - [2026-05-14 03:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005618 10.0.0.27 - - [2026-05-14 03:23:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005519 10.0.0.27 - - [2026-05-14 03:23:12] "GET /virtual-networks?parent_id=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005128 10.0.0.27 - - [2026-05-14 03:23:12] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007553 10.0.0.27 - - [2026-05-14 03:23:12] "POST /neutron/port HTTP/1.1" 200 1129 0.019649 10.0.0.27 - - [2026-05-14 03:23:16] "GET /obj-perms HTTP/1.1" 200 5056 0.066254 10.0.0.27 - - [2026-05-14 03:23:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009139 10.0.0.27 - - [2026-05-14 03:23:22] "POST /neutron/port HTTP/1.1" 200 1129 0.020948 10.0.0.27 - - [2026-05-14 03:23:26] "POST /neutron/port HTTP/1.1" 200 1129 0.058559 10.0.0.27 - - [2026-05-14 03:23:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.016304 10.0.0.27 - - [2026-05-14 03:23:27] "POST /neutron/port HTTP/1.1" 200 1129 0.022904 10.0.0.27 - - [2026-05-14 03:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.27 - - [2026-05-14 03:23:33] "GET /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006519 10.0.0.27 - - [2026-05-14 03:23:33] "PUT /virtual-network/98664ba1-d470-4ae9-8d65-0492d98a0f6a HTTP/1.1" 200 264 0.066165 10.0.0.22 - - [2026-05-14 03:23:33] "DELETE /route-target/902c459f-df2a-4d05-8241-267d34157b9b HTTP/1.1" 200 115 0.026336 10.0.0.27 - - [2026-05-14 03:23:38] "POST /neutron/network HTTP/1.1" 400 204 0.021624 10.0.0.27 - - [2026-05-14 03:23:39] "POST /neutron/port HTTP/1.1" 200 151 0.221351 10.0.0.27 - - [2026-05-14 03:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.23 - - [2026-05-14 03:23:43] "GET /projects?obj_uuids=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001306 10.0.0.27 - - [2026-05-14 03:23:43] "GET /project/932dfd97-0143-454e-90ea-7c614f7d63f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.084827 10.0.0.27 - - [2026-05-14 03:23:43] "POST /neutron/network HTTP/1.1" 200 117 0.016310 10.0.0.22 - - [2026-05-14 03:23:43] "POST /route-targets HTTP/1.1" 200 327 0.018116 10.0.0.27 - - [2026-05-14 03:23:44] "POST /neutron/network HTTP/1.1" 200 831 0.010309 10.0.0.27 - - [2026-05-14 03:23:44] "POST /id-to-fqname HTTP/1.1" 200 226 0.001519 10.0.0.27 - - [2026-05-14 03:23:44] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009458 10.0.0.27 - - [2026-05-14 03:23:44] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007566 10.0.0.27 - - [2026-05-14 03:23:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.011617 10.0.0.27 - - [2026-05-14 03:23:44] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006785 10.0.0.22 - - [2026-05-14 03:23:44] "GET /obj-perms HTTP/1.1" 200 5038 0.074318 10.0.0.23 - - [2026-05-14 03:23:44] "GET /obj-perms HTTP/1.1" 200 5038 0.081570 10.0.0.27 - - [2026-05-14 03:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005646 10.0.0.27 - - [2026-05-14 03:23:44] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007191 10.0.0.27 - - [2026-05-14 03:23:45] "PUT /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1 HTTP/1.1" 200 264 0.071463 10.0.0.22 - - [2026-05-14 03:23:45] "POST /ref-update HTTP/1.1" 200 156 0.031416 10.0.0.27 - - [2026-05-14 03:23:50] "POST /id-to-fqname HTTP/1.1" 200 226 0.001545 10.0.0.23 - - [2026-05-14 03:23:51] "GET /projects?obj_uuids=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001728 10.0.0.27 - - [2026-05-14 03:23:51] "GET /project/932dfd97-0143-454e-90ea-7c614f7d63f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.094652 10.0.0.27 - - [2026-05-14 03:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.007874 10.0.0.27 - - [2026-05-14 03:23:51] "POST /neutron/network HTTP/1.1" 200 841 0.008680 10.0.0.27 - - [2026-05-14 03:23:52] "POST /neutron/port HTTP/1.1" 200 1063 0.022137 10.0.0.27 - - [2026-05-14 03:23:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004951 10.0.0.27 - - [2026-05-14 03:23:52] "POST /neutron/network HTTP/1.1" 200 831 0.009260 10.0.0.27 - - [2026-05-14 03:23:56] "POST /neutron/port HTTP/1.1" 200 1127 0.042229 10.0.0.27 - - [2026-05-14 03:23:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010356 10.0.0.27 - - [2026-05-14 03:23:56] "GET /virtual-machine/99a7a58a-945f-488e-99c5-57405ca6d898 HTTP/1.1" 200 1297 0.007488 10.0.0.27 - - [2026-05-14 03:23:56] "GET /virtual-machine-interface/45300547-7225-4abe-be49-deaa0212d10c HTTP/1.1" 200 2967 0.007630 10.0.0.27 - - [2026-05-14 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.27 - - [2026-05-14 03:23:56] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004304 10.0.0.27 - - [2026-05-14 03:23:56] "GET /virtual-networks?parent_id=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003590 10.0.0.27 - - [2026-05-14 03:23:56] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007101 10.0.0.27 - - [2026-05-14 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.27 - - [2026-05-14 03:23:59] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006060 10.0.0.27 - - [2026-05-14 03:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.27 - - [2026-05-14 03:24:04] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006627 10.0.0.27 - - [2026-05-14 03:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.27 - - [2026-05-14 03:24:08] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006739 10.0.0.27 - - [2026-05-14 03:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.27 - - [2026-05-14 03:24:12] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006420 10.0.0.27 - - [2026-05-14 03:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005621 10.0.0.27 - - [2026-05-14 03:24:16] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007076 10.0.0.27 - - [2026-05-14 03:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.015605 10.0.0.27 - - [2026-05-14 03:24:20] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007447 10.0.0.27 - - [2026-05-14 03:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.27 - - [2026-05-14 03:24:24] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006175 10.0.0.27 - - [2026-05-14 03:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.27 - - [2026-05-14 03:24:28] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006486 10.0.0.27 - - [2026-05-14 03:24:29] "POST /neutron/network HTTP/1.1" 200 841 0.008326 10.0.0.27 - - [2026-05-14 03:24:29] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.27 - - [2026-05-14 03:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.27 - - [2026-05-14 03:24:32] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.006077 10.0.0.27 - - [2026-05-14 03:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.27 - - [2026-05-14 03:24:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004710 10.0.0.27 - - [2026-05-14 03:24:36] "GET /virtual-networks?parent_id=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003846 10.0.0.27 - - [2026-05-14 03:24:36] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.008486 10.0.0.27 - - [2026-05-14 03:24:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009892 10.0.0.27 - - [2026-05-14 03:24:47] "POST /neutron/port HTTP/1.1" 200 1127 0.027726 10.0.0.27 - - [2026-05-14 03:24:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.039716 10.0.0.27 - - [2026-05-14 03:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.27 - - [2026-05-14 03:24:57] "GET /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.008054 10.0.0.27 - - [2026-05-14 03:24:58] "PUT /virtual-network/657360b4-642f-4912-8a13-e4e2c6c615d1 HTTP/1.1" 200 264 0.086053 10.0.0.22 - - [2026-05-14 03:24:58] "DELETE /route-target/b0b990fa-6210-4016-b8c4-334f67255395 HTTP/1.1" 200 115 0.039735 10.0.0.27 - - [2026-05-14 03:25:03] "POST /neutron/network HTTP/1.1" 200 831 0.008408 10.0.0.27 - - [2026-05-14 03:25:03] "POST /neutron/port HTTP/1.1" 200 1117 0.022525 10.0.0.23 - - [2026-05-14 03:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.066122 10.0.0.23 - - [2026-05-14 03:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003835 10.0.0.27 - - [2026-05-14 03:25:05] "POST /neutron/network HTTP/1.1" 200 151 0.212058 10.0.0.23 - - [2026-05-14 03:25:07] "GET /projects?obj_uuids=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001441 10.0.0.27 - - [2026-05-14 03:25:07] "GET /project/932dfd97-0143-454e-90ea-7c614f7d63f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.068024 10.0.0.23 - - [2026-05-14 03:25:07] "GET /projects?obj_uuids=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004697 10.0.0.27 - - [2026-05-14 03:25:07] "GET /project/932dfd97-0143-454e-90ea-7c614f7d63f7?fields=virtual_networks HTTP/1.1" 200 1051 0.090122 10.0.0.23 - - [2026-05-14 03:25:07] "GET /projects?obj_uuids=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001251 10.0.0.27 - - [2026-05-14 03:25:07] "GET /project/932dfd97-0143-454e-90ea-7c614f7d63f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.051570 10.0.0.23 - - [2026-05-14 03:25:07] "GET /projects?obj_uuids=932dfd97-0143-454e-90ea-7c614f7d63f7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001419 10.0.0.27 - - [2026-05-14 03:25:07] "GET /project/932dfd97-0143-454e-90ea-7c614f7d63f7?fields=security_groups HTTP/1.1" 200 1281 0.054131 10.0.0.27 - - [2026-05-14 03:25:08] "POST /fqname-to-id HTTP/1.1" 404 213 0.032503 10.0.0.23 - - [2026-05-14 03:25:08] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003733 10.0.0.23 - - [2026-05-14 03:25:08] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001267 10.0.0.23 - - [2026-05-14 03:25:08] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008691 10.0.0.23 - - [2026-05-14 03:25:08] "POST /id-to-fqname HTTP/1.1" 200 216 0.002723 10.0.0.23 - - [2026-05-14 03:25:08] "POST /fqname-to-id HTTP/1.1" 404 227 0.005083 10.0.0.23 - - [2026-05-14 03:25:08] "POST /security-groups HTTP/1.1" 200 616 0.037363 10.0.0.22 - - [2026-05-14 03:25:08] "POST /fqname-to-id HTTP/1.1" 404 259 0.004843 10.0.0.23 - - [2026-05-14 03:25:08] "POST /projects HTTP/1.1" 200 635 0.261045 10.0.0.23 - - [2026-05-14 03:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.342150 10.0.0.22 - - [2026-05-14 03:25:08] "POST /access-control-lists HTTP/1.1" 200 619 0.035304 10.0.0.27 - - [2026-05-14 03:25:08] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.507553 10.0.0.27 - - [2026-05-14 03:25:10] "GET / HTTP/1.1" 200 35931 0.002354 10.0.0.27 - - [2026-05-14 03:25:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.27 - - [2026-05-14 03:25:12] "POST /fqname-to-id HTTP/1.1" 404 249 0.067334 10.0.0.22 - - [2026-05-14 03:25:12] "POST /fqname-to-id HTTP/1.1" 404 280 0.011218 10.0.0.22 - - [2026-05-14 03:25:12] "PUT /access-control-list/f5d93768-4820-4de8-871f-5a3ff7eda924 HTTP/1.1" 200 272 0.028225 10.0.0.27 - - [2026-05-14 03:25:13] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.054615 10.0.0.27 - - [2026-05-14 03:25:13] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.179979 10.0.0.22 - - [2026-05-14 03:25:13] "PUT /access-control-list/f5d93768-4820-4de8-871f-5a3ff7eda924 HTTP/1.1" 200 272 0.020635 10.0.0.27 - - [2026-05-14 03:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.27 - - [2026-05-14 03:25:13] "GET /security-group/e8842351-ab1e-4c8f-9fbb-7b29881dc59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.006664 10.0.0.27 - - [2026-05-14 03:25:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.062381 10.0.0.27 - - [2026-05-14 03:25:14] "POST /fqname-to-id HTTP/1.1" 404 249 0.003146 10.0.0.27 - - [2026-05-14 03:25:15] "POST /fqname-to-id HTTP/1.1" 404 249 0.004668 10.0.0.22 - - [2026-05-14 03:25:15] "POST /fqname-to-id HTTP/1.1" 404 281 0.004581 10.0.0.22 - - [2026-05-14 03:25:15] "POST /access-control-lists HTTP/1.1" 200 641 0.037712 10.0.0.27 - - [2026-05-14 03:25:15] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.013758 10.0.0.22 - - [2026-05-14 03:25:15] "PUT /access-control-list/297edf7a-37d6-448b-8fe9-af2f4ec73a11 HTTP/1.1" 200 272 0.019527 10.0.0.27 - - [2026-05-14 03:25:16] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.177642 10.0.0.27 - - [2026-05-14 03:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.011184 10.0.0.27 - - [2026-05-14 03:25:16] "GET /security-group/625f5db6-53a3-4232-ad8f-cd02cca1f143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004904 10.0.0.27 - - [2026-05-14 03:25:16] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.013697 10.0.0.22 - - [2026-05-14 03:25:16] "PUT /access-control-list/297edf7a-37d6-448b-8fe9-af2f4ec73a11 HTTP/1.1" 200 272 0.015231 10.0.0.27 - - [2026-05-14 03:25:17] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.186578 10.0.0.27 - - [2026-05-14 03:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008903 10.0.0.23 - - [2026-05-14 03:25:17] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001845 10.0.0.27 - - [2026-05-14 03:25:17] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.067311 10.0.0.22 - - [2026-05-14 03:25:17] "POST /route-targets HTTP/1.1" 200 327 0.022938 10.0.0.23 - - [2026-05-14 03:25:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009148 10.0.0.27 - - [2026-05-14 03:25:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.262418 10.0.0.27 - - [2026-05-14 03:25:18] "POST /id-to-fqname HTTP/1.1" 200 290 0.001463 10.0.0.27 - - [2026-05-14 03:25:18] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.009724 10.0.0.27 - - [2026-05-14 03:25:18] "POST /neutron/network HTTP/1.1" 200 1113 0.011804 10.0.0.27 - - [2026-05-14 03:25:18] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007884 10.0.0.27 - - [2026-05-14 03:25:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.011750 10.0.0.27 - - [2026-05-14 03:25:18] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006395 10.0.0.27 - - [2026-05-14 03:25:19] "GET /obj-perms HTTP/1.1" 200 5080 0.073636 10.0.0.22 - - [2026-05-14 03:25:19] "GET /obj-perms HTTP/1.1" 200 5080 0.074893 10.0.0.27 - - [2026-05-14 03:25:20] "POST /id-to-fqname HTTP/1.1" 200 290 0.001474 10.0.0.23 - - [2026-05-14 03:25:21] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001997 10.0.0.27 - - [2026-05-14 03:25:21] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.073367 10.0.0.27 - - [2026-05-14 03:25:21] "POST /neutron/network HTTP/1.1" 200 1113 0.045027 10.0.0.27 - - [2026-05-14 03:25:21] "POST /id-to-fqname HTTP/1.1" 200 290 0.001631 10.0.0.27 - - [2026-05-14 03:25:21] "POST /neutron/port HTTP/1.1" 200 117 0.007188 10.0.0.27 - - [2026-05-14 03:25:21] "POST /neutron/network HTTP/1.1" 200 1123 0.008911 10.0.0.27 - - [2026-05-14 03:25:22] "POST /neutron/port HTTP/1.1" 200 1192 0.026868 10.0.0.23 - - [2026-05-14 03:25:22] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001207 10.0.0.27 - - [2026-05-14 03:25:22] "POST /neutron/port HTTP/1.1" 200 1256 0.027014 10.0.0.27 - - [2026-05-14 03:25:22] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.090484 10.0.0.27 - - [2026-05-14 03:25:22] "POST /neutron/network HTTP/1.1" 200 1113 0.011427 10.0.0.27 - - [2026-05-14 03:25:22] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.27 - - [2026-05-14 03:25:23] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009771 10.0.0.27 - - [2026-05-14 03:25:23] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010307 10.0.0.23 - - [2026-05-14 03:25:23] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001156 10.0.0.27 - - [2026-05-14 03:25:24] "POST /neutron/port HTTP/1.1" 200 1192 0.387541 10.0.0.27 - - [2026-05-14 03:25:24] "POST /neutron/port HTTP/1.1" 200 1246 0.174546 10.0.0.27 - - [2026-05-14 03:25:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005894 10.0.0.27 - - [2026-05-14 03:25:24] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.27 - - [2026-05-14 03:25:26] "POST /neutron/port HTTP/1.1" 200 1256 0.026020 10.0.0.27 - - [2026-05-14 03:25:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004719 10.0.0.27 - - [2026-05-14 03:25:26] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.27 - - [2026-05-14 03:25:28] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008788 10.0.0.27 - - [2026-05-14 03:25:28] "POST /neutron/port HTTP/1.1" 200 1256 0.019444 10.0.0.27 - - [2026-05-14 03:25:28] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009089 10.0.0.27 - - [2026-05-14 03:25:28] "GET /virtual-machine/b4ed841f-242b-4792-a6e7-864cc0cc847b HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-machine/b4ed841f-242b-4792-a6e7-864cc0cc847b HTTP/1.1" 200 1318 0.062554 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-machine/b4ed841f-242b-4792-a6e7-864cc0cc847b HTTP/1.1" 200 1318 0.004904 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-machine-interface/c015b589-1d45-4ccf-8747-2f7abc5ea0f4 HTTP/1.1" 200 3417 0.008296 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-machine/b4ed841f-242b-4792-a6e7-864cc0cc847b HTTP/1.1" 200 1318 0.006481 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-machine-interface/c015b589-1d45-4ccf-8747-2f7abc5ea0f4 HTTP/1.1" 200 3417 0.006637 10.0.0.27 - - [2026-05-14 03:25:29] "GET /instance-ip/bddcd960-1e7a-481b-96c5-305244d4731b HTTP/1.1" 200 1716 0.007898 10.0.0.27 - - [2026-05-14 03:25:29] "GET /instance-ip/dfafd32a-a51c-4fec-a9b0-8b75ab7b81e1 HTTP/1.1" 200 1736 0.006959 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-machine/b4ed841f-242b-4792-a6e7-864cc0cc847b HTTP/1.1" 200 1318 0.004305 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-machine-interface/c015b589-1d45-4ccf-8747-2f7abc5ea0f4 HTTP/1.1" 200 3417 0.023495 10.0.0.27 - - [2026-05-14 03:25:29] "GET /instance-ip/bddcd960-1e7a-481b-96c5-305244d4731b HTTP/1.1" 200 1716 0.007584 10.0.0.27 - - [2026-05-14 03:25:29] "POST /neutron/network HTTP/1.1" 200 1123 0.015106 10.0.0.27 - - [2026-05-14 03:25:29] "GET /instance-ip/dfafd32a-a51c-4fec-a9b0-8b75ab7b81e1 HTTP/1.1" 200 1736 0.003943 10.0.0.27 - - [2026-05-14 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008988 10.0.0.27 - - [2026-05-14 03:25:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.018669 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.007025 10.0.0.27 - - [2026-05-14 03:25:29] "POST /neutron/subnet HTTP/1.1" 200 1385 0.047637 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.012813 10.0.0.27 - - [2026-05-14 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005888 10.0.0.22 - - [2026-05-14 03:25:29] "DELETE /access-control-list/a8d03a9d-43f8-4606-97cf-6f0991a0bbb8 HTTP/1.1" 200 115 0.078311 10.0.0.27 - - [2026-05-14 03:25:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005611 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006368 10.0.0.27 - - [2026-05-14 03:25:29] "POST /neutron/network HTTP/1.1" 200 1113 0.038543 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.013556 10.0.0.27 - - [2026-05-14 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.27 - - [2026-05-14 03:25:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006073 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004282 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.012557 10.0.0.27 - - [2026-05-14 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006833 10.0.0.27 - - [2026-05-14 03:25:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006471 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005404 10.0.0.27 - - [2026-05-14 03:25:29] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.009251 10.0.0.27 - - [2026-05-14 03:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.27 - - [2026-05-14 03:25:30] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004591 10.0.0.27 - - [2026-05-14 03:25:30] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003518 10.0.0.27 - - [2026-05-14 03:25:30] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006867 10.0.0.27 - - [2026-05-14 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006267 10.0.0.27 - - [2026-05-14 03:25:30] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006392 10.0.0.27 - - [2026-05-14 03:25:30] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004045 10.0.0.27 - - [2026-05-14 03:25:30] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006969 10.0.0.27 - - [2026-05-14 03:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.27 - - [2026-05-14 03:25:30] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005142 10.0.0.27 - - [2026-05-14 03:25:30] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005374 10.0.0.27 - - [2026-05-14 03:25:30] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006666 10.0.0.27 - - [2026-05-14 03:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.27 - - [2026-05-14 03:25:33] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006509 10.0.0.27 - - [2026-05-14 03:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.27 - - [2026-05-14 03:25:37] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006987 10.0.0.27 - - [2026-05-14 03:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.27 - - [2026-05-14 03:25:41] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006867 10.0.0.23 - - [2026-05-14 03:25:43] "DELETE /project/9b366557311049369196d9338e27f257 HTTP/1.1" 404 173 0.051251 10.0.0.23 - - [2026-05-14 03:25:43] "DELETE /project/932dfd97-0143-454e-90ea-7c614f7d63f7 HTTP/1.1" 404 177 0.079215 10.0.0.27 - - [2026-05-14 03:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.27 - - [2026-05-14 03:25:45] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007303 10.0.0.27 - - [2026-05-14 03:25:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.27 - - [2026-05-14 03:25:49] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006162 10.0.0.27 - - [2026-05-14 03:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005450 10.0.0.27 - - [2026-05-14 03:25:53] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006635 10.0.0.27 - - [2026-05-14 03:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.27 - - [2026-05-14 03:25:58] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007007 10.0.0.27 - - [2026-05-14 03:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005574 10.0.0.27 - - [2026-05-14 03:26:02] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008899 10.0.0.27 - - [2026-05-14 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005791 10.0.0.27 - - [2026-05-14 03:26:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006102 10.0.0.27 - - [2026-05-14 03:26:04] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006987 10.0.0.27 - - [2026-05-14 03:26:04] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008831 10.0.0.27 - - [2026-05-14 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.27 - - [2026-05-14 03:26:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005468 10.0.0.27 - - [2026-05-14 03:26:04] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004658 10.0.0.27 - - [2026-05-14 03:26:04] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007012 10.0.0.27 - - [2026-05-14 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.27 - - [2026-05-14 03:26:04] "GET /routing-instance/da64b8f0-c495-4b8a-af4d-3e6bde57c0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.014060 10.0.0.27 - - [2026-05-14 03:26:04] "GET /route-target/62254c25-a7ba-4a08-85d8-89f7889785af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005628 10.0.0.27 - - [2026-05-14 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.27 - - [2026-05-14 03:26:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005738 10.0.0.27 - - [2026-05-14 03:26:04] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004445 10.0.0.27 - - [2026-05-14 03:26:04] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007887 10.0.0.27 - - [2026-05-14 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.27 - - [2026-05-14 03:26:04] "GET /routing-instance/da64b8f0-c495-4b8a-af4d-3e6bde57c0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004679 10.0.0.27 - - [2026-05-14 03:26:04] "GET /route-target/62254c25-a7ba-4a08-85d8-89f7889785af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004207 10.0.0.27 - - [2026-05-14 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.27 - - [2026-05-14 03:26:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004917 10.0.0.27 - - [2026-05-14 03:26:04] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003429 10.0.0.27 - - [2026-05-14 03:26:04] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007056 10.0.0.27 - - [2026-05-14 03:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2026-05-14 03:26:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004516 10.0.0.27 - - [2026-05-14 03:26:04] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004645 10.0.0.27 - - [2026-05-14 03:26:05] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007033 10.0.0.23 - - [2026-05-14 03:26:05] "GET /obj-perms HTTP/1.1" 200 5080 0.071839 10.0.0.27 - - [2026-05-14 03:26:05] "GET /obj-perms HTTP/1.1" 200 5080 0.004791 10.0.0.27 - - [2026-05-14 03:26:05] "GET /obj-perms HTTP/1.1" 200 5080 0.004330 10.0.0.27 - - [2026-05-14 03:26:05] "GET /obj-perms HTTP/1.1" 200 5080 0.004337 10.0.0.23 - - [2026-05-14 03:26:05] "GET /obj-perms HTTP/1.1" 200 5080 0.005514 10.0.0.27 - - [2026-05-14 03:26:05] "GET /virtual-machine/b4ed841f-242b-4792-a6e7-864cc0cc847b HTTP/1.1" 200 1318 0.007539 10.0.0.27 - - [2026-05-14 03:26:05] "GET /virtual-machine-interface/c015b589-1d45-4ccf-8747-2f7abc5ea0f4 HTTP/1.1" 200 3417 0.010137 10.0.0.27 - - [2026-05-14 03:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006109 10.0.0.27 - - [2026-05-14 03:26:05] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008664 10.0.0.27 - - [2026-05-14 03:26:05] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004614 10.0.0.27 - - [2026-05-14 03:26:05] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006816 10.0.0.27 - - [2026-05-14 03:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.27 - - [2026-05-14 03:26:06] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004390 10.0.0.27 - - [2026-05-14 03:26:06] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004943 10.0.0.27 - - [2026-05-14 03:26:06] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008442 10.0.0.27 - - [2026-05-14 03:26:12] "POST /neutron/port HTTP/1.1" 200 1256 0.023067 10.0.0.27 - - [2026-05-14 03:26:14] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008203 10.0.0.27 - - [2026-05-14 03:26:17] "POST /neutron/port HTTP/1.1" 200 1256 0.021333 10.0.0.27 - - [2026-05-14 03:26:22] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009055 10.0.0.27 - - [2026-05-14 03:26:22] "POST /neutron/port HTTP/1.1" 200 1256 0.037908 10.0.0.27 - - [2026-05-14 03:26:23] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009368 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-machine/10321359-9541-48ae-9f94-4f55ea2acdd6 HTTP/1.1" 200 1317 0.008605 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-machine/10321359-9541-48ae-9f94-4f55ea2acdd6 HTTP/1.1" 200 1317 0.005744 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-machine-interface/f82e4c39-9f5a-4e9b-92ab-d2d803c1ef7c HTTP/1.1" 200 3418 0.006801 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-machine/10321359-9541-48ae-9f94-4f55ea2acdd6 HTTP/1.1" 200 1317 0.005212 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-machine-interface/f82e4c39-9f5a-4e9b-92ab-d2d803c1ef7c HTTP/1.1" 200 3418 0.007039 10.0.0.27 - - [2026-05-14 03:26:23] "GET /instance-ip/ab6417bb-b517-4a98-b8a5-31e62882c160 HTTP/1.1" 200 1716 0.008492 10.0.0.27 - - [2026-05-14 03:26:23] "GET /instance-ip/eb451b95-6a34-4f45-8b25-ba08bcd149f9 HTTP/1.1" 200 1736 0.007914 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-machine/10321359-9541-48ae-9f94-4f55ea2acdd6 HTTP/1.1" 200 1317 0.004675 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-machine-interface/f82e4c39-9f5a-4e9b-92ab-d2d803c1ef7c HTTP/1.1" 200 3418 0.007549 10.0.0.27 - - [2026-05-14 03:26:23] "GET /instance-ip/ab6417bb-b517-4a98-b8a5-31e62882c160 HTTP/1.1" 200 1716 0.004987 10.0.0.27 - - [2026-05-14 03:26:23] "GET /instance-ip/eb451b95-6a34-4f45-8b25-ba08bcd149f9 HTTP/1.1" 200 1736 0.005368 10.0.0.27 - - [2026-05-14 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.27 - - [2026-05-14 03:26:23] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005208 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005126 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008715 10.0.0.27 - - [2026-05-14 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.27 - - [2026-05-14 03:26:23] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007577 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004612 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006873 10.0.0.27 - - [2026-05-14 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.27 - - [2026-05-14 03:26:23] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006045 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003648 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006761 10.0.0.27 - - [2026-05-14 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005230 10.0.0.27 - - [2026-05-14 03:26:23] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004748 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004450 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008652 10.0.0.27 - - [2026-05-14 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006104 10.0.0.27 - - [2026-05-14 03:26:23] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006026 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005036 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007713 10.0.0.27 - - [2026-05-14 03:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.27 - - [2026-05-14 03:26:23] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004963 10.0.0.27 - - [2026-05-14 03:26:23] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005068 10.0.0.27 - - [2026-05-14 03:26:24] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007869 10.0.0.27 - - [2026-05-14 03:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.27 - - [2026-05-14 03:26:24] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005025 10.0.0.27 - - [2026-05-14 03:26:24] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003989 10.0.0.27 - - [2026-05-14 03:26:24] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008034 10.0.0.27 - - [2026-05-14 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.024144 10.0.0.27 - - [2026-05-14 03:26:25] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006419 10.0.0.27 - - [2026-05-14 03:26:25] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.007523 10.0.0.27 - - [2026-05-14 03:26:25] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006622 10.0.0.27 - - [2026-05-14 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.27 - - [2026-05-14 03:26:25] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005640 10.0.0.27 - - [2026-05-14 03:26:25] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003915 10.0.0.27 - - [2026-05-14 03:26:25] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006948 10.0.0.27 - - [2026-05-14 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.27 - - [2026-05-14 03:26:25] "GET /routing-instance/da64b8f0-c495-4b8a-af4d-3e6bde57c0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005237 10.0.0.27 - - [2026-05-14 03:26:25] "GET /route-target/62254c25-a7ba-4a08-85d8-89f7889785af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005631 10.0.0.27 - - [2026-05-14 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005896 10.0.0.27 - - [2026-05-14 03:26:25] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005381 10.0.0.27 - - [2026-05-14 03:26:25] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004333 10.0.0.27 - - [2026-05-14 03:26:25] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007811 10.0.0.27 - - [2026-05-14 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.27 - - [2026-05-14 03:26:25] "GET /routing-instance/da64b8f0-c495-4b8a-af4d-3e6bde57c0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005996 10.0.0.27 - - [2026-05-14 03:26:25] "GET /route-target/62254c25-a7ba-4a08-85d8-89f7889785af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005656 10.0.0.27 - - [2026-05-14 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.27 - - [2026-05-14 03:26:25] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005695 10.0.0.27 - - [2026-05-14 03:26:25] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004912 10.0.0.27 - - [2026-05-14 03:26:26] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007360 10.0.0.27 - - [2026-05-14 03:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.27 - - [2026-05-14 03:26:26] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005147 10.0.0.27 - - [2026-05-14 03:26:26] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003586 10.0.0.27 - - [2026-05-14 03:26:26] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007664 10.0.0.27 - - [2026-05-14 03:26:26] "GET /obj-perms HTTP/1.1" 200 5080 0.004419 10.0.0.23 - - [2026-05-14 03:26:26] "GET /obj-perms HTTP/1.1" 200 5080 0.004263 10.0.0.27 - - [2026-05-14 03:26:26] "GET /obj-perms HTTP/1.1" 200 5080 0.005037 10.0.0.27 - - [2026-05-14 03:26:26] "GET /obj-perms HTTP/1.1" 200 5080 0.005120 10.0.0.27 - - [2026-05-14 03:26:26] "GET /virtual-machine/10321359-9541-48ae-9f94-4f55ea2acdd6 HTTP/1.1" 200 1317 0.005347 10.0.0.27 - - [2026-05-14 03:26:26] "GET /virtual-machine-interface/f82e4c39-9f5a-4e9b-92ab-d2d803c1ef7c HTTP/1.1" 200 3418 0.006223 10.0.0.27 - - [2026-05-14 03:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.27 - - [2026-05-14 03:26:26] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004037 10.0.0.27 - - [2026-05-14 03:26:26] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005108 10.0.0.27 - - [2026-05-14 03:26:26] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.009538 10.0.0.27 - - [2026-05-14 03:26:27] "POST /neutron/network HTTP/1.1" 200 1123 0.009008 10.0.0.27 - - [2026-05-14 03:26:27] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017033 10.0.0.27 - - [2026-05-14 03:26:27] "POST /neutron/network HTTP/1.1" 200 1113 0.012498 10.0.0.27 - - [2026-05-14 03:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.27 - - [2026-05-14 03:26:27] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007646 10.0.0.27 - - [2026-05-14 03:26:27] "GET /virtual-networks?parent_id=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005744 10.0.0.27 - - [2026-05-14 03:26:27] "GET /virtual-network/c9dff4bd-6936-4eb2-acb2-f2c9e47b2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.010025 10.0.0.27 - - [2026-05-14 03:26:28] "GET /virtual-machine/b4ed841f-242b-4792-a6e7-864cc0cc847b HTTP/1.1" 200 1318 0.007552 10.0.0.27 - - [2026-05-14 03:26:28] "GET /virtual-machine-interface/c015b589-1d45-4ccf-8747-2f7abc5ea0f4 HTTP/1.1" 200 3417 0.007324 10.0.0.27 - - [2026-05-14 03:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.27 - - [2026-05-14 03:26:28] "GET /security-group/625f5db6-53a3-4232-ad8f-cd02cca1f143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005820 10.0.0.27 - - [2026-05-14 03:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.27 - - [2026-05-14 03:26:28] "GET /security-group/625f5db6-53a3-4232-ad8f-cd02cca1f143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.009171 10.0.0.27 - - [2026-05-14 03:26:28] "POST /neutron/port HTTP/1.1" 200 1256 0.025337 10.0.0.27 - - [2026-05-14 03:26:28] "POST /neutron/port HTTP/1.1" 200 1208 0.132811 10.0.0.27 - - [2026-05-14 03:26:28] "GET /virtual-machine/b4ed841f-242b-4792-a6e7-864cc0cc847b HTTP/1.1" 200 1318 0.006819 10.0.0.27 - - [2026-05-14 03:26:28] "GET /virtual-machine-interface/c015b589-1d45-4ccf-8747-2f7abc5ea0f4 HTTP/1.1" 200 3361 0.006280 10.0.0.27 - - [2026-05-14 03:26:28] "POST /neutron/port HTTP/1.1" 200 1208 0.021634 10.0.0.27 - - [2026-05-14 03:26:28] "GET /virtual-machine/b4ed841f-242b-4792-a6e7-864cc0cc847b HTTP/1.1" 200 1318 0.004612 10.0.0.27 - - [2026-05-14 03:26:28] "GET /virtual-machine-interface/c015b589-1d45-4ccf-8747-2f7abc5ea0f4 HTTP/1.1" 200 3417 0.008800 10.0.0.27 - - [2026-05-14 03:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.27 - - [2026-05-14 03:26:28] "GET /security-group/625f5db6-53a3-4232-ad8f-cd02cca1f143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005002 10.0.0.27 - - [2026-05-14 03:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.27 - - [2026-05-14 03:26:28] "GET /security-group/625f5db6-53a3-4232-ad8f-cd02cca1f143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005503 10.0.0.27 - - [2026-05-14 03:26:28] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005070 10.0.0.27 - - [2026-05-14 03:26:29] "POST /fqname-to-id HTTP/1.1" 404 249 0.007500 10.0.0.27 - - [2026-05-14 03:26:29] "POST /fqname-to-id HTTP/1.1" 404 249 0.005710 10.0.0.27 - - [2026-05-14 03:26:29] "POST /neutron/security_group HTTP/1.1" 200 117 0.008963 10.0.0.23 - - [2026-05-14 03:26:29] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001445 10.0.0.27 - - [2026-05-14 03:26:29] "POST /neutron/security_group HTTP/1.1" 200 153 0.063294 10.0.0.27 - - [2026-05-14 03:26:31] "POST /neutron/port HTTP/1.1" 200 1218 0.023603 10.0.0.27 - - [2026-05-14 03:26:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004506 10.0.0.27 - - [2026-05-14 03:26:31] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.27 - - [2026-05-14 03:26:31] "POST /neutron/network HTTP/1.1" 200 1113 0.011275 10.0.0.27 - - [2026-05-14 03:26:34] "POST /neutron/network HTTP/1.1" 400 204 0.019296 10.0.0.27 - - [2026-05-14 03:26:38] "POST /neutron/network HTTP/1.1" 200 1113 0.013782 10.0.0.27 - - [2026-05-14 03:26:40] "POST /neutron/network HTTP/1.1" 400 204 0.018579 10.0.0.27 - - [2026-05-14 03:26:44] "POST /neutron/network HTTP/1.1" 200 1113 0.013403 10.0.0.27 - - [2026-05-14 03:26:46] "POST /neutron/network HTTP/1.1" 400 204 0.021590 10.0.0.27 - - [2026-05-14 03:26:50] "POST /neutron/network HTTP/1.1" 200 1113 0.011760 10.0.0.27 - - [2026-05-14 03:26:52] "POST /neutron/network HTTP/1.1" 400 204 0.018075 10.0.0.27 - - [2026-05-14 03:26:56] "POST /neutron/network HTTP/1.1" 200 1113 0.011612 10.0.0.27 - - [2026-05-14 03:26:58] "POST /neutron/network HTTP/1.1" 400 204 0.024130 10.0.0.27 - - [2026-05-14 03:27:02] "POST /neutron/network HTTP/1.1" 200 1113 0.011278 10.0.0.27 - - [2026-05-14 03:27:04] "POST /neutron/network HTTP/1.1" 400 204 0.017110 10.0.0.27 - - [2026-05-14 03:27:08] "POST /neutron/network HTTP/1.1" 200 1113 0.010825 10.0.0.27 - - [2026-05-14 03:27:11] "POST /neutron/network HTTP/1.1" 400 204 0.018907 10.0.0.27 - - [2026-05-14 03:27:15] "POST /neutron/network HTTP/1.1" 200 1113 0.010327 10.0.0.27 - - [2026-05-14 03:27:17] "POST /neutron/network HTTP/1.1" 400 204 0.020446 10.0.0.22 - - [2026-05-14 03:27:19] "GET /obj-perms HTTP/1.1" 200 5056 0.076568 10.0.0.23 - - [2026-05-14 03:27:20] "GET /obj-perms HTTP/1.1" 200 5056 0.063690 10.0.0.27 - - [2026-05-14 03:27:21] "POST /neutron/network HTTP/1.1" 200 1113 0.010915 10.0.0.27 - - [2026-05-14 03:27:29] "POST /neutron/port HTTP/1.1" 200 1218 0.025306 10.0.0.27 - - [2026-05-14 03:27:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005209 10.0.0.27 - - [2026-05-14 03:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.22 - - [2026-05-14 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.22 - - [2026-05-14 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.22 - - [2026-05-14 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.22 - - [2026-05-14 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-05-14 03:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.23 - - [2026-05-14 03:27:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2026-05-14 03:27:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2026-05-14 03:27:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2026-05-14 03:27:33] "POST /neutron/port HTTP/1.1" 200 1218 0.021252 10.0.0.27 - - [2026-05-14 03:27:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005610 10.0.0.27 - - [2026-05-14 03:27:33] "POST /neutron/port HTTP/1.1" 200 117 0.001437 10.0.0.27 - - [2026-05-14 03:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2026-05-14 03:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.27 - - [2026-05-14 03:27:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2026-05-14 03:27:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000599 10.0.0.23 - - [2026-05-14 03:28:12] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001206 10.0.0.27 - - [2026-05-14 03:28:12] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.107948 10.0.0.23 - - [2026-05-14 03:28:12] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001167 10.0.0.27 - - [2026-05-14 03:28:12] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.047809 10.0.0.23 - - [2026-05-14 03:28:14] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001270 10.0.0.27 - - [2026-05-14 03:28:15] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.054685 10.0.0.23 - - [2026-05-14 03:28:15] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001683 10.0.0.27 - - [2026-05-14 03:28:15] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.065485 10.0.0.23 - - [2026-05-14 03:28:17] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001147 10.0.0.27 - - [2026-05-14 03:28:17] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.049219 10.0.0.23 - - [2026-05-14 03:28:17] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001949 10.0.0.27 - - [2026-05-14 03:28:17] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.054372 10.0.0.23 - - [2026-05-14 03:28:19] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001035 10.0.0.27 - - [2026-05-14 03:28:19] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.056232 10.0.0.23 - - [2026-05-14 03:28:19] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001070 10.0.0.27 - - [2026-05-14 03:28:19] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.041565 10.0.0.23 - - [2026-05-14 03:28:21] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001294 10.0.0.27 - - [2026-05-14 03:28:21] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.041263 10.0.0.23 - - [2026-05-14 03:28:21] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001429 10.0.0.27 - - [2026-05-14 03:28:21] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.047573 10.0.0.23 - - [2026-05-14 03:28:23] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001205 10.0.0.27 - - [2026-05-14 03:28:23] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.045223 10.0.0.23 - - [2026-05-14 03:28:23] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002056 10.0.0.27 - - [2026-05-14 03:28:23] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.063179 10.0.0.23 - - [2026-05-14 03:28:25] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001444 10.0.0.27 - - [2026-05-14 03:28:25] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.050761 10.0.0.23 - - [2026-05-14 03:28:25] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001968 10.0.0.27 - - [2026-05-14 03:28:25] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.067307 10.0.0.23 - - [2026-05-14 03:28:27] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002108 10.0.0.27 - - [2026-05-14 03:28:27] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.056232 10.0.0.23 - - [2026-05-14 03:28:27] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001190 10.0.0.27 - - [2026-05-14 03:28:28] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.042152 10.0.0.27 - - [2026-05-14 03:28:29] "POST /neutron/port HTTP/1.1" 200 1218 0.057758 10.0.0.27 - - [2026-05-14 03:28:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004861 10.0.0.27 - - [2026-05-14 03:28:29] "POST /neutron/port HTTP/1.1" 200 117 0.001616 10.0.0.23 - - [2026-05-14 03:28:30] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001175 10.0.0.27 - - [2026-05-14 03:28:30] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.059884 10.0.0.23 - - [2026-05-14 03:28:30] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001538 10.0.0.27 - - [2026-05-14 03:28:30] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.061369 10.0.0.23 - - [2026-05-14 03:28:32] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001166 10.0.0.27 - - [2026-05-14 03:28:32] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.063128 10.0.0.23 - - [2026-05-14 03:28:32] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001372 10.0.0.27 - - [2026-05-14 03:28:32] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.048152 10.0.0.27 - - [2026-05-14 03:28:33] "POST /neutron/port HTTP/1.1" 200 1218 0.025822 10.0.0.27 - - [2026-05-14 03:28:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004168 10.0.0.27 - - [2026-05-14 03:28:33] "POST /neutron/port HTTP/1.1" 200 117 0.002199 10.0.0.23 - - [2026-05-14 03:28:34] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001254 10.0.0.27 - - [2026-05-14 03:28:34] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.044638 10.0.0.23 - - [2026-05-14 03:28:34] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001769 10.0.0.27 - - [2026-05-14 03:28:34] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.043579 10.0.0.23 - - [2026-05-14 03:28:36] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001558 10.0.0.27 - - [2026-05-14 03:28:36] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.052932 10.0.0.23 - - [2026-05-14 03:28:36] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002140 10.0.0.27 - - [2026-05-14 03:28:36] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.065995 10.0.0.23 - - [2026-05-14 03:28:38] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001507 10.0.0.27 - - [2026-05-14 03:28:38] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.052322 10.0.0.23 - - [2026-05-14 03:28:38] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001151 10.0.0.27 - - [2026-05-14 03:28:38] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.048324 10.0.0.23 - - [2026-05-14 03:28:40] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001094 10.0.0.27 - - [2026-05-14 03:28:40] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.069603 10.0.0.23 - - [2026-05-14 03:28:40] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001140 10.0.0.27 - - [2026-05-14 03:28:41] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.068000 10.0.0.23 - - [2026-05-14 03:28:43] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001132 10.0.0.27 - - [2026-05-14 03:28:43] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.051518 10.0.0.23 - - [2026-05-14 03:28:43] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002155 10.0.0.27 - - [2026-05-14 03:28:43] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.062571 10.0.0.23 - - [2026-05-14 03:28:45] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001209 10.0.0.27 - - [2026-05-14 03:28:45] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.041090 10.0.0.23 - - [2026-05-14 03:28:45] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001072 10.0.0.27 - - [2026-05-14 03:28:45] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.063219 10.0.0.23 - - [2026-05-14 03:28:47] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001389 10.0.0.27 - - [2026-05-14 03:28:47] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.050571 10.0.0.23 - - [2026-05-14 03:28:47] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002404 10.0.0.27 - - [2026-05-14 03:28:47] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.051746 10.0.0.23 - - [2026-05-14 03:28:49] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001625 10.0.0.27 - - [2026-05-14 03:28:49] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.043902 10.0.0.23 - - [2026-05-14 03:28:49] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001196 10.0.0.27 - - [2026-05-14 03:28:49] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.051830 10.0.0.23 - - [2026-05-14 03:28:51] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001641 10.0.0.27 - - [2026-05-14 03:28:51] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.065123 10.0.0.23 - - [2026-05-14 03:28:51] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001580 10.0.0.27 - - [2026-05-14 03:28:51] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.064376 10.0.0.23 - - [2026-05-14 03:28:53] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001149 10.0.0.27 - - [2026-05-14 03:28:53] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.051758 10.0.0.23 - - [2026-05-14 03:28:53] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001563 10.0.0.27 - - [2026-05-14 03:28:53] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.056413 10.0.0.23 - - [2026-05-14 03:28:56] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001241 10.0.0.27 - - [2026-05-14 03:28:56] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.044685 10.0.0.23 - - [2026-05-14 03:28:56] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001498 10.0.0.27 - - [2026-05-14 03:28:56] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.053960 10.0.0.23 - - [2026-05-14 03:28:58] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001373 10.0.0.27 - - [2026-05-14 03:28:58] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.052059 10.0.0.23 - - [2026-05-14 03:28:58] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001330 10.0.0.27 - - [2026-05-14 03:28:58] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.069103 10.0.0.23 - - [2026-05-14 03:29:00] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001706 10.0.0.27 - - [2026-05-14 03:29:00] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.057184 10.0.0.23 - - [2026-05-14 03:29:00] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001170 10.0.0.27 - - [2026-05-14 03:29:00] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.074640 10.0.0.23 - - [2026-05-14 03:29:02] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001214 10.0.0.27 - - [2026-05-14 03:29:02] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.047082 10.0.0.23 - - [2026-05-14 03:29:02] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001378 10.0.0.27 - - [2026-05-14 03:29:02] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.066865 10.0.0.23 - - [2026-05-14 03:29:04] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001413 10.0.0.27 - - [2026-05-14 03:29:04] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.058225 10.0.0.23 - - [2026-05-14 03:29:04] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001664 10.0.0.27 - - [2026-05-14 03:29:04] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.046220 10.0.0.23 - - [2026-05-14 03:29:06] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001239 10.0.0.27 - - [2026-05-14 03:29:06] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.054717 10.0.0.23 - - [2026-05-14 03:29:06] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001187 10.0.0.27 - - [2026-05-14 03:29:06] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.066004 10.0.0.23 - - [2026-05-14 03:29:09] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001317 10.0.0.27 - - [2026-05-14 03:29:09] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.050173 10.0.0.23 - - [2026-05-14 03:29:09] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001020 10.0.0.27 - - [2026-05-14 03:29:09] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.040123 10.0.0.23 - - [2026-05-14 03:29:11] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001192 10.0.0.27 - - [2026-05-14 03:29:11] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.048156 10.0.0.23 - - [2026-05-14 03:29:11] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001142 10.0.0.27 - - [2026-05-14 03:29:11] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.044337 10.0.0.23 - - [2026-05-14 03:29:13] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001185 10.0.0.27 - - [2026-05-14 03:29:13] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.056827 10.0.0.23 - - [2026-05-14 03:29:13] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001950 10.0.0.27 - - [2026-05-14 03:29:13] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.046467 10.0.0.23 - - [2026-05-14 03:29:15] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001183 10.0.0.27 - - [2026-05-14 03:29:15] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.056130 10.0.0.23 - - [2026-05-14 03:29:15] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001089 10.0.0.27 - - [2026-05-14 03:29:15] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.063415 10.0.0.23 - - [2026-05-14 03:29:17] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001232 10.0.0.27 - - [2026-05-14 03:29:17] "GET /project/9b366557-3110-4936-9196-d9338e27f257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.068954 10.0.0.23 - - [2026-05-14 03:29:17] "GET /projects?obj_uuids=9b366557-3110-4936-9196-d9338e27f257&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001209 10.0.0.27 - - [2026-05-14 03:29:17] "GET /project/9b366557-3110-4936-9196-d9338e27f257?fields=virtual_networks HTTP/1.1" 200 1401 0.052647 10.0.0.27 - - [2026-05-14 03:29:18] "POST /fqname-to-id HTTP/1.1" 404 218 0.033539 10.0.0.23 - - [2026-05-14 03:29:18] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003778 10.0.0.23 - - [2026-05-14 03:29:18] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.23 - - [2026-05-14 03:29:18] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008470 10.0.0.23 - - [2026-05-14 03:29:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.002950 10.0.0.23 - - [2026-05-14 03:29:18] "POST /fqname-to-id HTTP/1.1" 404 232 0.007071 10.0.0.23 - - [2026-05-14 03:29:18] "POST /security-groups HTTP/1.1" 200 621 0.044793 10.0.0.23 - - [2026-05-14 03:29:18] "POST /projects HTTP/1.1" 200 645 0.255962 10.0.0.23 - - [2026-05-14 03:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.302622 10.0.0.22 - - [2026-05-14 03:29:18] "POST /fqname-to-id HTTP/1.1" 404 264 0.045699 10.0.0.27 - - [2026-05-14 03:29:18] "GET /project/ba18d838-3b80-493b-8780-8f7886c10d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.466873 10.0.0.22 - - [2026-05-14 03:29:18] "POST /access-control-lists HTTP/1.1" 200 624 0.038012 10.0.0.27 - - [2026-05-14 03:29:20] "GET / HTTP/1.1" 200 35931 0.002134 10.0.0.27 - - [2026-05-14 03:29:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2026-05-14 03:29:21] "GET /obj-perms HTTP/1.1" 200 5056 0.083388 10.0.0.27 - - [2026-05-14 03:29:22] "POST /fqname-to-id HTTP/1.1" 404 254 0.031989 10.0.0.27 - - [2026-05-14 03:29:22] "POST /security-groups HTTP/1.1" 200 595 0.042302 10.0.0.27 - - [2026-05-14 03:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.22 - - [2026-05-14 03:29:22] "POST /fqname-to-id HTTP/1.1" 404 285 0.003525 10.0.0.27 - - [2026-05-14 03:29:22] "GET /security-group/9f90c27c-913b-4e70-b35c-c2ff006b526a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.008151 10.0.0.27 - - [2026-05-14 03:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.27 - - [2026-05-14 03:29:22] "GET /security-group/9f90c27c-913b-4e70-b35c-c2ff006b526a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.009173 10.0.0.27 - - [2026-05-14 03:29:23] "DELETE /security-group/9f90c27c-913b-4e70-b35c-c2ff006b526a HTTP/1.1" 200 115 0.056960 10.0.0.27 - - [2026-05-14 03:29:23] "POST /fqname-to-id HTTP/1.1" 404 254 0.004626 10.0.0.22 - - [2026-05-14 03:29:23] "DELETE /access-control-list/53bee5f6-ab77-4738-93a0-79cc8444184d HTTP/1.1" 200 115 0.038008 10.0.0.27 - - [2026-05-14 03:29:23] "POST /fqname-to-id HTTP/1.1" 404 254 0.004240 10.0.0.27 - - [2026-05-14 03:29:23] "POST /security-groups HTTP/1.1" 200 595 0.057123 10.0.0.27 - - [2026-05-14 03:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.22 - - [2026-05-14 03:29:23] "POST /fqname-to-id HTTP/1.1" 404 285 0.004718 10.0.0.27 - - [2026-05-14 03:29:23] "GET /security-group/e46423f1-c7b7-4712-8e80-6601768ee737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.010256 10.0.0.27 - - [2026-05-14 03:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.27 - - [2026-05-14 03:29:23] "GET /security-group/e46423f1-c7b7-4712-8e80-6601768ee737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004995 10.0.0.27 - - [2026-05-14 03:29:24] "GET /security-group/e46423f1-c7b7-4712-8e80-6601768ee737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004422 10.0.0.27 - - [2026-05-14 03:29:24] "PUT /security-group/e46423f1-c7b7-4712-8e80-6601768ee737 HTTP/1.1" 200 262 0.020721 10.0.0.27 - - [2026-05-14 03:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007235 10.0.0.22 - - [2026-05-14 03:29:24] "PUT /access-control-list/803fb07f-34f1-4c2b-b353-77c68a4bd52b HTTP/1.1" 200 272 0.024430 10.0.0.23 - - [2026-05-14 03:29:24] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001110 10.0.0.27 - - [2026-05-14 03:29:24] "GET /project/ba18d838-3b80-493b-8780-8f7886c10d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.044943 10.0.0.27 - - [2026-05-14 03:29:24] "POST /neutron/network HTTP/1.1" 200 117 0.049488 10.0.0.27 - - [2026-05-14 03:29:25] "POST /neutron/network HTTP/1.1" 200 956 0.010766 10.0.0.27 - - [2026-05-14 03:29:25] "POST /id-to-fqname HTTP/1.1" 200 300 0.001571 10.0.0.27 - - [2026-05-14 03:29:25] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006161 10.0.0.27 - - [2026-05-14 03:29:25] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006435 10.0.0.27 - - [2026-05-14 03:29:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.010419 10.0.0.27 - - [2026-05-14 03:29:25] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007281 10.0.0.27 - - [2026-05-14 03:29:26] "POST /id-to-fqname HTTP/1.1" 200 300 0.001799 10.0.0.27 - - [2026-05-14 03:29:27] "POST /neutron/network HTTP/1.1" 200 966 0.007609 10.0.0.23 - - [2026-05-14 03:29:28] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001143 10.0.0.27 - - [2026-05-14 03:29:28] "GET /project/ba18d838-3b80-493b-8780-8f7886c10d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.075835 10.0.0.27 - - [2026-05-14 03:29:28] "POST /neutron/port HTTP/1.1" 200 117 0.007857 10.0.0.27 - - [2026-05-14 03:29:28] "POST /id-to-fqname HTTP/1.1" 200 300 0.001535 10.0.0.27 - - [2026-05-14 03:29:28] "POST /neutron/network HTTP/1.1" 200 966 0.007313 10.0.0.23 - - [2026-05-14 03:29:29] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001358 10.0.0.27 - - [2026-05-14 03:29:29] "POST /neutron/port HTTP/1.1" 200 1092 0.361824 10.0.0.27 - - [2026-05-14 03:29:29] "POST /neutron/port HTTP/1.1" 200 1147 0.128795 10.0.0.27 - - [2026-05-14 03:29:29] "POST /neutron/subnet HTTP/1.1" 200 708 0.010680 10.0.0.23 - - [2026-05-14 03:29:30] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001353 10.0.0.27 - - [2026-05-14 03:29:30] "GET /project/ba18d838-3b80-493b-8780-8f7886c10d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.102925 10.0.0.27 - - [2026-05-14 03:29:30] "POST /neutron/network HTTP/1.1" 200 956 0.007958 10.0.0.27 - - [2026-05-14 03:29:30] "POST /neutron/port HTTP/1.1" 200 117 0.007743 10.0.0.27 - - [2026-05-14 03:29:30] "POST /neutron/network HTTP/1.1" 200 966 0.008656 10.0.0.27 - - [2026-05-14 03:29:31] "POST /neutron/port HTTP/1.1" 200 1092 0.024094 10.0.0.27 - - [2026-05-14 03:29:31] "POST /neutron/port HTTP/1.1" 200 1218 0.036394 10.0.0.27 - - [2026-05-14 03:29:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006548 10.0.0.27 - - [2026-05-14 03:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.27 - - [2026-05-14 03:29:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005056 10.0.0.27 - - [2026-05-14 03:29:31] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.27 - - [2026-05-14 03:29:33] "POST /neutron/port HTTP/1.1" 200 1218 0.020986 10.0.0.27 - - [2026-05-14 03:29:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004362 10.0.0.27 - - [2026-05-14 03:29:33] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.27 - - [2026-05-14 03:29:35] "POST /neutron/security_group HTTP/1.1" 200 1296 0.008911 10.0.0.27 - - [2026-05-14 03:29:35] "POST /neutron/port HTTP/1.1" 200 1157 0.031246 10.0.0.27 - - [2026-05-14 03:29:36] "POST /neutron/security_group HTTP/1.1" 200 1296 0.008368 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 200 1323 0.036813 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 200 1323 0.005099 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-machine-interface/30a95601-2a21-4651-89db-9b4b464a32e4 HTTP/1.1" 200 3262 0.007972 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 200 1323 0.005414 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-machine-interface/30a95601-2a21-4651-89db-9b4b464a32e4 HTTP/1.1" 200 3262 0.013901 10.0.0.27 - - [2026-05-14 03:29:36] "GET /instance-ip/70339796-0798-478b-ae1a-654d4aad14b9 HTTP/1.1" 200 1732 0.008555 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 200 1323 0.004709 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-machine-interface/30a95601-2a21-4651-89db-9b4b464a32e4 HTTP/1.1" 200 3262 0.007751 10.0.0.27 - - [2026-05-14 03:29:36] "GET /instance-ip/70339796-0798-478b-ae1a-654d4aad14b9 HTTP/1.1" 200 1732 0.006742 10.0.0.27 - - [2026-05-14 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.27 - - [2026-05-14 03:29:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004486 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003741 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007041 10.0.0.27 - - [2026-05-14 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005684 10.0.0.27 - - [2026-05-14 03:29:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004311 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004694 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007290 10.0.0.27 - - [2026-05-14 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.27 - - [2026-05-14 03:29:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004669 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003519 10.0.0.27 - - [2026-05-14 03:29:36] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007085 10.0.0.27 - - [2026-05-14 03:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.27 - - [2026-05-14 03:29:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004776 10.0.0.27 - - [2026-05-14 03:29:37] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003585 10.0.0.27 - - [2026-05-14 03:29:37] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.009816 10.0.0.27 - - [2026-05-14 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006332 10.0.0.27 - - [2026-05-14 03:29:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008572 10.0.0.27 - - [2026-05-14 03:29:37] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005314 10.0.0.27 - - [2026-05-14 03:29:37] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006835 10.0.0.27 - - [2026-05-14 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.27 - - [2026-05-14 03:29:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004911 10.0.0.27 - - [2026-05-14 03:29:37] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003647 10.0.0.27 - - [2026-05-14 03:29:37] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006709 10.0.0.27 - - [2026-05-14 03:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.27 - - [2026-05-14 03:29:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004745 10.0.0.27 - - [2026-05-14 03:29:37] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003890 10.0.0.27 - - [2026-05-14 03:29:37] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007323 10.0.0.27 - - [2026-05-14 03:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005843 10.0.0.27 - - [2026-05-14 03:29:40] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006690 10.0.0.23 - - [2026-05-14 03:29:43] "DELETE /project/ba18d8383b80493b87808f7886c10d88 HTTP/1.1" 404 173 0.003553 10.0.0.27 - - [2026-05-14 03:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.27 - - [2026-05-14 03:29:44] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006356 10.0.0.27 - - [2026-05-14 03:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007156 10.0.0.27 - - [2026-05-14 03:29:48] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007201 10.0.0.27 - - [2026-05-14 03:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.27 - - [2026-05-14 03:29:52] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007681 10.0.0.27 - - [2026-05-14 03:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005231 10.0.0.27 - - [2026-05-14 03:29:56] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007936 10.0.0.27 - - [2026-05-14 03:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.27 - - [2026-05-14 03:30:01] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007285 10.0.0.27 - - [2026-05-14 03:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.27 - - [2026-05-14 03:30:05] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007319 10.0.0.27 - - [2026-05-14 03:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.27 - - [2026-05-14 03:30:09] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007554 10.0.0.27 - - [2026-05-14 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.27 - - [2026-05-14 03:30:11] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004977 10.0.0.27 - - [2026-05-14 03:30:11] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003652 10.0.0.27 - - [2026-05-14 03:30:11] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007388 10.0.0.27 - - [2026-05-14 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006728 10.0.0.27 - - [2026-05-14 03:30:11] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006486 10.0.0.27 - - [2026-05-14 03:30:11] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004334 10.0.0.27 - - [2026-05-14 03:30:11] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007083 10.0.0.27 - - [2026-05-14 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.27 - - [2026-05-14 03:30:11] "GET /routing-instance/ff0c20aa-98a4-4801-9c04-e1c1274a60ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.009376 10.0.0.27 - - [2026-05-14 03:30:11] "GET /route-target/314cbc87-3abf-4970-9934-5171e0d8d11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004650 10.0.0.27 - - [2026-05-14 03:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.27 - - [2026-05-14 03:30:11] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004971 10.0.0.27 - - [2026-05-14 03:30:11] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004202 10.0.0.27 - - [2026-05-14 03:30:12] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007749 10.0.0.27 - - [2026-05-14 03:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.27 - - [2026-05-14 03:30:12] "GET /routing-instance/ff0c20aa-98a4-4801-9c04-e1c1274a60ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.006124 10.0.0.27 - - [2026-05-14 03:30:12] "GET /route-target/314cbc87-3abf-4970-9934-5171e0d8d11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005344 10.0.0.27 - - [2026-05-14 03:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.27 - - [2026-05-14 03:30:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004972 10.0.0.27 - - [2026-05-14 03:30:12] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004574 10.0.0.27 - - [2026-05-14 03:30:12] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007649 10.0.0.27 - - [2026-05-14 03:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004938 10.0.0.27 - - [2026-05-14 03:30:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005687 10.0.0.27 - - [2026-05-14 03:30:12] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004689 10.0.0.27 - - [2026-05-14 03:30:12] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.011019 10.0.0.23 - - [2026-05-14 03:30:12] "GET /obj-perms HTTP/1.1" 200 5090 0.070066 10.0.0.27 - - [2026-05-14 03:30:12] "GET /obj-perms HTTP/1.1" 200 5090 0.073542 10.0.0.27 - - [2026-05-14 03:30:12] "GET /obj-perms HTTP/1.1" 200 5090 0.005147 10.0.0.27 - - [2026-05-14 03:30:13] "GET /obj-perms HTTP/1.1" 200 5090 0.005859 10.0.0.22 - - [2026-05-14 03:30:13] "GET /obj-perms HTTP/1.1" 200 5090 0.062977 10.0.0.23 - - [2026-05-14 03:30:13] "GET /obj-perms HTTP/1.1" 200 5090 0.004678 10.0.0.27 - - [2026-05-14 03:30:13] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 200 1323 0.005786 10.0.0.27 - - [2026-05-14 03:30:13] "GET /virtual-machine-interface/30a95601-2a21-4651-89db-9b4b464a32e4 HTTP/1.1" 200 3262 0.007404 10.0.0.27 - - [2026-05-14 03:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.27 - - [2026-05-14 03:30:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004760 10.0.0.27 - - [2026-05-14 03:30:13] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003793 10.0.0.27 - - [2026-05-14 03:30:13] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007750 10.0.0.27 - - [2026-05-14 03:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.27 - - [2026-05-14 03:30:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004848 10.0.0.27 - - [2026-05-14 03:30:14] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004084 10.0.0.27 - - [2026-05-14 03:30:14] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008255 10.0.0.27 - - [2026-05-14 03:30:19] "POST /neutron/port HTTP/1.1" 200 1157 0.021756 10.0.0.27 - - [2026-05-14 03:30:22] "POST /neutron/security_group HTTP/1.1" 200 1296 0.149745 10.0.0.27 - - [2026-05-14 03:30:26] "POST /neutron/port HTTP/1.1" 200 1157 0.024849 10.0.0.27 - - [2026-05-14 03:30:30] "POST /neutron/security_group HTTP/1.1" 200 1296 0.010582 10.0.0.27 - - [2026-05-14 03:30:33] "POST /neutron/network HTTP/1.1" 200 966 0.064334 10.0.0.27 - - [2026-05-14 03:30:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005208 10.0.0.27 - - [2026-05-14 03:30:33] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.27 - - [2026-05-14 03:30:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.012557 10.0.0.27 - - [2026-05-14 03:30:35] "POST /neutron/port HTTP/1.1" 200 1157 0.021199 10.0.0.27 - - [2026-05-14 03:30:35] "POST /neutron/security_group HTTP/1.1" 200 1296 0.009075 10.0.0.27 - - [2026-05-14 03:30:35] "POST /neutron/port HTTP/1.1" 200 1157 0.025770 10.0.0.27 - - [2026-05-14 03:30:35] "GET /virtual-machine/dd821f70-6770-4221-a16a-4c2f5da1adf5 HTTP/1.1" 200 1323 0.007277 10.0.0.27 - - [2026-05-14 03:30:35] "GET /virtual-machine/dd821f70-6770-4221-a16a-4c2f5da1adf5 HTTP/1.1" 200 1323 0.004824 10.0.0.27 - - [2026-05-14 03:30:35] "GET /virtual-machine-interface/52c0b887-5864-4a82-ac8a-a30493b9b1ee HTTP/1.1" 200 3263 0.006964 10.0.0.27 - - [2026-05-14 03:30:35] "GET /virtual-machine/dd821f70-6770-4221-a16a-4c2f5da1adf5 HTTP/1.1" 200 1323 0.005217 10.0.0.27 - - [2026-05-14 03:30:35] "GET /virtual-machine-interface/52c0b887-5864-4a82-ac8a-a30493b9b1ee HTTP/1.1" 200 3263 0.014927 10.0.0.27 - - [2026-05-14 03:30:35] "GET /instance-ip/58b0ba51-51c2-44da-8739-edf12076e165 HTTP/1.1" 200 1731 0.008182 10.0.0.27 - - [2026-05-14 03:30:35] "GET /virtual-machine/dd821f70-6770-4221-a16a-4c2f5da1adf5 HTTP/1.1" 200 1323 0.004434 10.0.0.27 - - [2026-05-14 03:30:35] "GET /virtual-machine-interface/52c0b887-5864-4a82-ac8a-a30493b9b1ee HTTP/1.1" 200 3263 0.007261 10.0.0.27 - - [2026-05-14 03:30:35] "GET /instance-ip/58b0ba51-51c2-44da-8739-edf12076e165 HTTP/1.1" 200 1731 0.006213 10.0.0.27 - - [2026-05-14 03:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.27 - - [2026-05-14 03:30:35] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005262 10.0.0.27 - - [2026-05-14 03:30:35] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004025 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006801 10.0.0.27 - - [2026-05-14 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006141 10.0.0.27 - - [2026-05-14 03:30:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007101 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003769 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007516 10.0.0.27 - - [2026-05-14 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.27 - - [2026-05-14 03:30:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005048 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004302 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.009277 10.0.0.27 - - [2026-05-14 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2026-05-14 03:30:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005615 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004011 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006695 10.0.0.27 - - [2026-05-14 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.27 - - [2026-05-14 03:30:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004727 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003928 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008610 10.0.0.27 - - [2026-05-14 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.27 - - [2026-05-14 03:30:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004766 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004609 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006939 10.0.0.27 - - [2026-05-14 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2026-05-14 03:30:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.020924 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004292 10.0.0.27 - - [2026-05-14 03:30:36] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007215 10.0.0.27 - - [2026-05-14 03:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009068 10.0.0.27 - - [2026-05-14 03:30:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013269 10.0.0.27 - - [2026-05-14 03:30:37] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004694 10.0.0.27 - - [2026-05-14 03:30:38] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008567 10.0.0.27 - - [2026-05-14 03:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.27 - - [2026-05-14 03:30:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004272 10.0.0.27 - - [2026-05-14 03:30:38] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004751 10.0.0.27 - - [2026-05-14 03:30:38] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006593 10.0.0.27 - - [2026-05-14 03:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.27 - - [2026-05-14 03:30:38] "GET /routing-instance/ff0c20aa-98a4-4801-9c04-e1c1274a60ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005789 10.0.0.27 - - [2026-05-14 03:30:38] "GET /route-target/314cbc87-3abf-4970-9934-5171e0d8d11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004448 10.0.0.27 - - [2026-05-14 03:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.27 - - [2026-05-14 03:30:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005706 10.0.0.27 - - [2026-05-14 03:30:38] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003633 10.0.0.27 - - [2026-05-14 03:30:38] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006496 10.0.0.27 - - [2026-05-14 03:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.27 - - [2026-05-14 03:30:38] "GET /routing-instance/ff0c20aa-98a4-4801-9c04-e1c1274a60ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005344 10.0.0.27 - - [2026-05-14 03:30:38] "GET /route-target/314cbc87-3abf-4970-9934-5171e0d8d11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004267 10.0.0.27 - - [2026-05-14 03:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.27 - - [2026-05-14 03:30:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005961 10.0.0.27 - - [2026-05-14 03:30:38] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003914 10.0.0.27 - - [2026-05-14 03:30:38] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007124 10.0.0.27 - - [2026-05-14 03:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.27 - - [2026-05-14 03:30:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004774 10.0.0.27 - - [2026-05-14 03:30:38] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004169 10.0.0.27 - - [2026-05-14 03:30:39] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006708 10.0.0.27 - - [2026-05-14 03:30:39] "GET /obj-perms HTTP/1.1" 200 5090 0.004524 10.0.0.23 - - [2026-05-14 03:30:39] "GET /obj-perms HTTP/1.1" 200 5090 0.004676 10.0.0.27 - - [2026-05-14 03:30:39] "GET /obj-perms HTTP/1.1" 200 5090 0.007495 10.0.0.27 - - [2026-05-14 03:30:39] "GET /obj-perms HTTP/1.1" 200 5090 0.004200 10.0.0.27 - - [2026-05-14 03:30:39] "GET /virtual-machine/dd821f70-6770-4221-a16a-4c2f5da1adf5 HTTP/1.1" 200 1323 0.005119 10.0.0.27 - - [2026-05-14 03:30:39] "GET /virtual-machine-interface/52c0b887-5864-4a82-ac8a-a30493b9b1ee HTTP/1.1" 200 3263 0.006525 10.0.0.27 - - [2026-05-14 03:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005034 10.0.0.27 - - [2026-05-14 03:30:39] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005762 10.0.0.27 - - [2026-05-14 03:30:39] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003954 10.0.0.27 - - [2026-05-14 03:30:39] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007493 10.0.0.27 - - [2026-05-14 03:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.27 - - [2026-05-14 03:30:40] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004821 10.0.0.27 - - [2026-05-14 03:30:40] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004352 10.0.0.27 - - [2026-05-14 03:30:40] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008206 10.0.0.27 - - [2026-05-14 03:30:40] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 200 1323 0.005578 10.0.0.27 - - [2026-05-14 03:30:40] "GET /virtual-machine-interface/30a95601-2a21-4651-89db-9b4b464a32e4 HTTP/1.1" 200 3262 0.006713 10.0.0.27 - - [2026-05-14 03:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007724 10.0.0.27 - - [2026-05-14 03:30:40] "GET /security-group/e46423f1-c7b7-4712-8e80-6601768ee737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.005886 10.0.0.27 - - [2026-05-14 03:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.27 - - [2026-05-14 03:30:41] "GET /security-group/e46423f1-c7b7-4712-8e80-6601768ee737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.005663 10.0.0.27 - - [2026-05-14 03:30:41] "POST /neutron/security_group HTTP/1.1" 200 1296 0.015512 10.0.0.27 - - [2026-05-14 03:30:41] "POST /neutron/port HTTP/1.1" 200 1147 0.017236 10.0.0.27 - - [2026-05-14 03:30:41] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 200 1323 0.006279 10.0.0.27 - - [2026-05-14 03:30:41] "GET /virtual-machine-interface/30a95601-2a21-4651-89db-9b4b464a32e4 HTTP/1.1" 200 3201 0.010648 10.0.0.27 - - [2026-05-14 03:30:41] "POST /neutron/port HTTP/1.1" 200 1118 0.023237 10.0.0.27 - - [2026-05-14 03:30:41] "POST /neutron/port HTTP/1.1" 200 1147 0.085541 10.0.0.27 - - [2026-05-14 03:30:41] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 200 1323 0.004830 10.0.0.27 - - [2026-05-14 03:30:41] "GET /virtual-machine-interface/30a95601-2a21-4651-89db-9b4b464a32e4 HTTP/1.1" 200 3262 0.006208 10.0.0.27 - - [2026-05-14 03:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005395 10.0.0.27 - - [2026-05-14 03:30:41] "GET /security-group/e46423f1-c7b7-4712-8e80-6601768ee737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.004900 10.0.0.27 - - [2026-05-14 03:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.27 - - [2026-05-14 03:30:41] "GET /security-group/e46423f1-c7b7-4712-8e80-6601768ee737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.004611 10.0.0.27 - - [2026-05-14 03:30:41] "DELETE /security-group/e46423f1-c7b7-4712-8e80-6601768ee737 HTTP/1.1" 409 336 0.019022 10.0.0.22 - - [2026-05-14 03:31:23] "GET /obj-perms HTTP/1.1" 200 5056 0.064751 10.0.0.27 - - [2026-05-14 03:31:33] "POST /neutron/port HTTP/1.1" 200 1218 0.030025 10.0.0.27 - - [2026-05-14 03:31:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005280 10.0.0.27 - - [2026-05-14 03:31:33] "POST /neutron/port HTTP/1.1" 200 117 0.001670 10.0.0.27 - - [2026-05-14 03:31:34] "POST /neutron/port HTTP/1.1" 200 1218 0.020450 10.0.0.27 - - [2026-05-14 03:31:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004849 10.0.0.27 - - [2026-05-14 03:31:34] "POST /neutron/port HTTP/1.1" 200 117 0.001243 10.0.0.27 - - [2026-05-14 03:31:44] "GET /security-group/e46423f1-c7b7-4712-8e80-6601768ee737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.005266 10.0.0.27 - - [2026-05-14 03:31:44] "PUT /security-group/e46423f1-c7b7-4712-8e80-6601768ee737 HTTP/1.1" 200 262 0.019163 10.0.0.22 - - [2026-05-14 03:31:44] "PUT /access-control-list/3be3f833-b208-4d6a-adba-9e8e4f4b7336 HTTP/1.1" 200 272 0.024931 10.0.0.27 - - [2026-05-14 03:31:47] "POST /neutron/port HTTP/1.1" 200 1157 0.024312 10.0.0.27 - - [2026-05-14 03:31:47] "POST /neutron/port HTTP/1.1" 200 1108 0.097285 10.0.0.27 - - [2026-05-14 03:31:47] "GET /virtual-machine/dd821f70-6770-4221-a16a-4c2f5da1adf5 HTTP/1.1" 200 1323 0.005939 10.0.0.27 - - [2026-05-14 03:31:48] "POST /neutron/port HTTP/1.1" 200 151 0.225413 10.0.0.27 - - [2026-05-14 03:31:49] "GET /virtual-machine/dd821f70-6770-4221-a16a-4c2f5da1adf5 HTTP/1.1" 404 171 0.004271 10.0.0.27 - - [2026-05-14 03:31:49] "GET /virtual-machine/dd821f70-6770-4221-a16a-4c2f5da1adf5 HTTP/1.1" 404 171 0.003652 10.0.0.27 - - [2026-05-14 03:31:49] "GET /virtual-machine/dd821f70-6770-4221-a16a-4c2f5da1adf5 HTTP/1.1" 404 171 0.004525 10.0.0.27 - - [2026-05-14 03:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.27 - - [2026-05-14 03:31:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004220 10.0.0.27 - - [2026-05-14 03:31:50] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004792 10.0.0.27 - - [2026-05-14 03:31:50] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006789 10.0.0.27 - - [2026-05-14 03:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.27 - - [2026-05-14 03:31:50] "GET /routing-instance/ff0c20aa-98a4-4801-9c04-e1c1274a60ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005425 10.0.0.27 - - [2026-05-14 03:31:50] "GET /route-target/314cbc87-3abf-4970-9934-5171e0d8d11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004729 10.0.0.27 - - [2026-05-14 03:31:50] "GET /obj-perms HTTP/1.1" 200 5090 0.006745 10.0.0.27 - - [2026-05-14 03:31:53] "GET /obj-perms HTTP/1.1" 200 5090 0.004322 10.0.0.27 - - [2026-05-14 03:31:59] "GET /obj-perms HTTP/1.1" 200 5090 0.005310 10.0.0.27 - - [2026-05-14 03:32:02] "GET /obj-perms HTTP/1.1" 200 5090 0.004901 10.0.0.27 - - [2026-05-14 03:32:08] "GET /obj-perms HTTP/1.1" 200 5090 0.004713 10.0.0.27 - - [2026-05-14 03:32:12] "GET /obj-perms HTTP/1.1" 200 5090 0.005008 10.0.0.23 - - [2026-05-14 03:32:12] "GET /obj-perms HTTP/1.1" 200 5090 0.006345 10.0.0.27 - - [2026-05-14 03:32:12] "POST /neutron/port HTTP/1.1" 200 1147 0.018373 10.0.0.27 - - [2026-05-14 03:32:12] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 200 1323 0.005443 10.0.0.27 - - [2026-05-14 03:32:13] "POST /neutron/port HTTP/1.1" 200 1118 0.026278 10.0.0.27 - - [2026-05-14 03:32:14] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 404 171 0.003843 10.0.0.27 - - [2026-05-14 03:32:14] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 404 171 0.003646 10.0.0.27 - - [2026-05-14 03:32:14] "GET /virtual-machine/dcf66b0e-a17d-4048-90fb-59d7ade6265b HTTP/1.1" 404 171 0.003761 10.0.0.27 - - [2026-05-14 03:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004928 10.0.0.27 - - [2026-05-14 03:32:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005633 10.0.0.27 - - [2026-05-14 03:32:14] "GET /virtual-networks?parent_id=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003965 10.0.0.27 - - [2026-05-14 03:32:14] "GET /virtual-network/20445fba-16e7-40d3-92be-6e3460cae496?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007605 10.0.0.27 - - [2026-05-14 03:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.27 - - [2026-05-14 03:32:14] "GET /routing-instance/ff0c20aa-98a4-4801-9c04-e1c1274a60ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005185 10.0.0.27 - - [2026-05-14 03:32:14] "GET /route-target/314cbc87-3abf-4970-9934-5171e0d8d11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004158 10.0.0.27 - - [2026-05-14 03:32:14] "GET /obj-perms HTTP/1.1" 200 5090 0.004599 10.0.0.27 - - [2026-05-14 03:32:18] "GET /obj-perms HTTP/1.1" 200 5090 0.004740 10.0.0.27 - - [2026-05-14 03:32:24] "GET /obj-perms HTTP/1.1" 200 5090 0.004743 10.0.0.27 - - [2026-05-14 03:32:27] "GET /obj-perms HTTP/1.1" 200 5090 0.004706 10.0.0.27 - - [2026-05-14 03:32:30] "GET /obj-perms HTTP/1.1" 200 5090 0.005785 10.0.0.22 - - [2026-05-14 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000553 10.0.0.22 - - [2026-05-14 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000610 10.0.0.22 - - [2026-05-14 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000526 10.0.0.22 - - [2026-05-14 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-05-14 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.23 - - [2026-05-14 03:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000531 10.0.0.23 - - [2026-05-14 03:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.23 - - [2026-05-14 03:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.27 - - [2026-05-14 03:32:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.27 - - [2026-05-14 03:32:33] "GET /global-system-configs HTTP/1.1" 401 292 0.001160 10.0.0.27 - - [2026-05-14 03:32:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2026-05-14 03:32:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2026-05-14 03:32:36] "GET /obj-perms HTTP/1.1" 200 5090 0.010324 10.0.0.27 - - [2026-05-14 03:32:39] "GET /obj-perms HTTP/1.1" 200 5090 0.004551 10.0.0.27 - - [2026-05-14 03:32:42] "GET /obj-perms HTTP/1.1" 200 5090 0.004527 10.0.0.27 - - [2026-05-14 03:32:42] "POST /neutron/network HTTP/1.1" 200 956 0.007745 10.0.0.22 - - [2026-05-14 03:32:43] "DELETE /route-target/314cbc87-3abf-4970-9934-5171e0d8d11c HTTP/1.1" 200 115 0.028071 10.0.0.27 - - [2026-05-14 03:32:43] "DELETE /security-group/e46423f1-c7b7-4712-8e80-6601768ee737 HTTP/1.1" 200 115 0.055115 10.0.0.27 - - [2026-05-14 03:32:43] "POST /fqname-to-id HTTP/1.1" 404 254 0.004155 10.0.0.23 - - [2026-05-14 03:32:45] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.045498 10.0.0.27 - - [2026-05-14 03:32:45] "GET /project/ba18d838-3b80-493b-8780-8f7886c10d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.088813 10.0.0.23 - - [2026-05-14 03:32:45] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001430 10.0.0.27 - - [2026-05-14 03:32:45] "GET /project/ba18d838-3b80-493b-8780-8f7886c10d88?fields=virtual_networks HTTP/1.1" 200 1102 0.053506 10.0.0.23 - - [2026-05-14 03:32:45] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001374 10.0.0.27 - - [2026-05-14 03:32:45] "GET /project/ba18d838-3b80-493b-8780-8f7886c10d88?fields=virtual_machine_interfaces HTTP/1.1" 200 1102 0.045787 10.0.0.23 - - [2026-05-14 03:32:45] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002751 10.0.0.27 - - [2026-05-14 03:32:45] "GET /project/ba18d838-3b80-493b-8780-8f7886c10d88?fields=security_groups HTTP/1.1" 200 1358 0.049101 10.0.0.27 - - [2026-05-14 03:32:46] "POST /fqname-to-id HTTP/1.1" 404 209 0.049203 10.0.0.23 - - [2026-05-14 03:32:46] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005326 10.0.0.23 - - [2026-05-14 03:32:46] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001532 10.0.0.23 - - [2026-05-14 03:32:46] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042711 10.0.0.23 - - [2026-05-14 03:32:46] "POST /id-to-fqname HTTP/1.1" 200 212 0.004305 10.0.0.23 - - [2026-05-14 03:32:47] "POST /fqname-to-id HTTP/1.1" 404 222 0.009439 10.0.0.23 - - [2026-05-14 03:32:47] "POST /security-groups HTTP/1.1" 200 612 0.082985 10.0.0.22 - - [2026-05-14 03:32:47] "POST /fqname-to-id HTTP/1.1" 404 255 0.004197 10.0.0.23 - - [2026-05-14 03:32:47] "POST /projects HTTP/1.1" 200 627 0.326116 10.0.0.23 - - [2026-05-14 03:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.369465 10.0.0.27 - - [2026-05-14 03:32:47] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.587652 10.0.0.22 - - [2026-05-14 03:32:47] "POST /access-control-lists HTTP/1.1" 200 615 0.051243 10.0.0.27 - - [2026-05-14 03:32:48] "GET / HTTP/1.1" 200 35931 0.002514 10.0.0.27 - - [2026-05-14 03:32:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.27 - - [2026-05-14 03:32:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.065915 10.0.0.22 - - [2026-05-14 03:32:51] "POST /fqname-to-id HTTP/1.1" 404 276 0.014982 10.0.0.22 - - [2026-05-14 03:32:51] "PUT /access-control-list/ce368be2-6f62-441f-a71a-040d4e380eab HTTP/1.1" 200 272 0.020479 10.0.0.23 - - [2026-05-14 03:32:51] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001232 10.0.0.27 - - [2026-05-14 03:32:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.107052 10.0.0.27 - - [2026-05-14 03:32:51] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.030833 10.0.0.27 - - [2026-05-14 03:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.22 - - [2026-05-14 03:32:52] "PUT /access-control-list/ce368be2-6f62-441f-a71a-040d4e380eab HTTP/1.1" 200 272 0.017775 10.0.0.27 - - [2026-05-14 03:32:52] "GET /security-group/e0c85822-4810-4afb-86ef-1e6634214f19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.012974 10.0.0.27 - - [2026-05-14 03:32:52] "POST /neutron/security_group HTTP/1.1" 200 1005 0.004623 10.0.0.27 - - [2026-05-14 03:32:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.003824 10.0.0.27 - - [2026-05-14 03:32:53] "POST /fqname-to-id HTTP/1.1" 404 245 0.005069 10.0.0.22 - - [2026-05-14 03:32:53] "POST /fqname-to-id HTTP/1.1" 404 277 0.004938 10.0.0.22 - - [2026-05-14 03:32:53] "POST /access-control-lists HTTP/1.1" 200 637 0.032048 10.0.0.23 - - [2026-05-14 03:32:53] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001354 10.0.0.27 - - [2026-05-14 03:32:53] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.054143 10.0.0.27 - - [2026-05-14 03:32:53] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.029552 10.0.0.22 - - [2026-05-14 03:32:53] "PUT /access-control-list/5364b515-1809-4b14-afad-455417721348 HTTP/1.1" 200 272 0.037051 10.0.0.27 - - [2026-05-14 03:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009127 10.0.0.27 - - [2026-05-14 03:32:54] "GET /security-group/3455586a-ec34-42b4-ae2f-7023acefce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.010630 10.0.0.23 - - [2026-05-14 03:32:54] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001314 10.0.0.27 - - [2026-05-14 03:32:54] "POST /neutron/security_group_rule HTTP/1.1" 200 2191 0.057101 10.0.0.22 - - [2026-05-14 03:32:54] "PUT /access-control-list/5364b515-1809-4b14-afad-455417721348 HTTP/1.1" 200 272 0.020341 10.0.0.27 - - [2026-05-14 03:32:55] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.189361 10.0.0.27 - - [2026-05-14 03:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.23 - - [2026-05-14 03:32:55] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001252 10.0.0.27 - - [2026-05-14 03:32:55] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.079543 10.0.0.23 - - [2026-05-14 03:32:55] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001174 10.0.0.27 - - [2026-05-14 03:32:55] "POST /neutron/network HTTP/1.1" 200 708 0.164878 10.0.0.22 - - [2026-05-14 03:32:55] "POST /route-targets HTTP/1.1" 200 327 0.017170 10.0.0.27 - - [2026-05-14 03:32:55] "POST /id-to-fqname HTTP/1.1" 200 282 0.004415 10.0.0.27 - - [2026-05-14 03:32:56] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.010362 10.0.0.27 - - [2026-05-14 03:32:56] "POST /neutron/network HTTP/1.1" 200 927 0.008906 10.0.0.27 - - [2026-05-14 03:32:56] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008158 10.0.0.27 - - [2026-05-14 03:32:56] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006622 10.0.0.22 - - [2026-05-14 03:32:57] "GET /obj-perms HTTP/1.1" 200 5072 0.063239 10.0.0.23 - - [2026-05-14 03:32:57] "GET /obj-perms HTTP/1.1" 200 5072 0.066492 10.0.0.27 - - [2026-05-14 03:32:57] "POST /id-to-fqname HTTP/1.1" 200 282 0.001626 10.0.0.27 - - [2026-05-14 03:32:58] "POST /neutron/port HTTP/1.1" 200 2282 0.032725 10.0.0.23 - - [2026-05-14 03:32:59] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001222 10.0.0.27 - - [2026-05-14 03:32:59] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.091152 10.0.0.27 - - [2026-05-14 03:32:59] "POST /neutron/network HTTP/1.1" 200 927 0.047481 10.0.0.27 - - [2026-05-14 03:32:59] "POST /id-to-fqname HTTP/1.1" 200 282 0.001439 10.0.0.27 - - [2026-05-14 03:32:59] "POST /neutron/port HTTP/1.1" 200 2282 0.056460 10.0.0.27 - - [2026-05-14 03:33:00] "POST /neutron/network HTTP/1.1" 200 937 0.011581 10.0.0.27 - - [2026-05-14 03:33:00] "POST /neutron/port HTTP/1.1" 200 1081 0.023094 10.0.0.27 - - [2026-05-14 03:33:00] "POST /neutron/port HTTP/1.1" 200 1145 0.029911 10.0.0.23 - - [2026-05-14 03:33:00] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001753 10.0.0.27 - - [2026-05-14 03:33:00] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.27 - - [2026-05-14 03:33:00] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.086190 10.0.0.27 - - [2026-05-14 03:33:01] "POST /neutron/port HTTP/1.1" 200 3274 0.046121 10.0.0.27 - - [2026-05-14 03:33:01] "POST /neutron/port HTTP/1.1" 200 1145 0.023532 10.0.0.23 - - [2026-05-14 03:33:01] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001405 10.0.0.27 - - [2026-05-14 03:33:01] "POST /neutron/security_group HTTP/1.1" 200 3414 0.056491 10.0.0.27 - - [2026-05-14 03:33:02] "POST /neutron/port HTTP/1.1" 200 1081 0.021861 10.0.0.27 - - [2026-05-14 03:33:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005359 10.0.0.27 - - [2026-05-14 03:33:02] "POST /neutron/network HTTP/1.1" 200 927 0.007375 10.0.0.27 - - [2026-05-14 03:33:06] "POST /neutron/port HTTP/1.1" 200 1145 0.025641 10.0.0.27 - - [2026-05-14 03:33:06] "POST /neutron/security_group HTTP/1.1" 200 1417 0.009667 10.0.0.27 - - [2026-05-14 03:33:06] "GET /virtual-machine/f19417f2-1ef3-45e4-ad90-036a6d1b235e HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-machine/f19417f2-1ef3-45e4-ad90-036a6d1b235e HTTP/1.1" 200 1314 0.038144 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-machine/f19417f2-1ef3-45e4-ad90-036a6d1b235e HTTP/1.1" 200 1314 0.004385 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-machine-interface/9726abab-fb55-426f-8ce9-31abf95c1173 HTTP/1.1" 200 3192 0.006584 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-machine/f19417f2-1ef3-45e4-ad90-036a6d1b235e HTTP/1.1" 200 1314 0.004773 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-machine-interface/9726abab-fb55-426f-8ce9-31abf95c1173 HTTP/1.1" 200 3192 0.006687 10.0.0.27 - - [2026-05-14 03:33:07] "GET /instance-ip/bc90faec-d772-4419-b41d-1bea66ed17c3 HTTP/1.1" 200 1704 0.007453 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-machine/f19417f2-1ef3-45e4-ad90-036a6d1b235e HTTP/1.1" 200 1314 0.004587 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-machine-interface/9726abab-fb55-426f-8ce9-31abf95c1173 HTTP/1.1" 200 3192 0.006992 10.0.0.27 - - [2026-05-14 03:33:07] "GET /instance-ip/bc90faec-d772-4419-b41d-1bea66ed17c3 HTTP/1.1" 200 1704 0.005624 10.0.0.27 - - [2026-05-14 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008570 10.0.0.27 - - [2026-05-14 03:33:07] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005253 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004197 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006805 10.0.0.27 - - [2026-05-14 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.27 - - [2026-05-14 03:33:07] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005251 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003366 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007880 10.0.0.27 - - [2026-05-14 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.27 - - [2026-05-14 03:33:07] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006077 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004113 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007206 10.0.0.27 - - [2026-05-14 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.27 - - [2026-05-14 03:33:07] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005124 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003877 10.0.0.27 - - [2026-05-14 03:33:07] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006732 10.0.0.27 - - [2026-05-14 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.27 - - [2026-05-14 03:33:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005127 10.0.0.27 - - [2026-05-14 03:33:08] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003637 10.0.0.27 - - [2026-05-14 03:33:08] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008693 10.0.0.27 - - [2026-05-14 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.27 - - [2026-05-14 03:33:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004688 10.0.0.27 - - [2026-05-14 03:33:08] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005264 10.0.0.27 - - [2026-05-14 03:33:08] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007888 10.0.0.27 - - [2026-05-14 03:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.27 - - [2026-05-14 03:33:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004972 10.0.0.27 - - [2026-05-14 03:33:08] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004641 10.0.0.27 - - [2026-05-14 03:33:08] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007991 10.0.0.27 - - [2026-05-14 03:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005858 10.0.0.27 - - [2026-05-14 03:33:11] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006752 10.0.0.27 - - [2026-05-14 03:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.27 - - [2026-05-14 03:33:15] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007533 10.0.0.27 - - [2026-05-14 03:33:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.27 - - [2026-05-14 03:33:19] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006353 10.0.0.27 - - [2026-05-14 03:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.27 - - [2026-05-14 03:33:23] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007654 10.0.0.27 - - [2026-05-14 03:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.27 - - [2026-05-14 03:33:27] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.009256 10.0.0.27 - - [2026-05-14 03:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.27 - - [2026-05-14 03:33:32] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.009050 10.0.0.27 - - [2026-05-14 03:33:35] "POST /neutron/port HTTP/1.1" 200 1218 0.118890 10.0.0.27 - - [2026-05-14 03:33:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004899 10.0.0.27 - - [2026-05-14 03:33:35] "POST /neutron/port HTTP/1.1" 200 117 0.001690 10.0.0.27 - - [2026-05-14 03:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.27 - - [2026-05-14 03:33:36] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006481 10.0.0.27 - - [2026-05-14 03:33:38] "POST /neutron/port HTTP/1.1" 200 1218 0.026377 10.0.0.27 - - [2026-05-14 03:33:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005013 10.0.0.27 - - [2026-05-14 03:33:38] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.27 - - [2026-05-14 03:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.27 - - [2026-05-14 03:33:40] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007868 10.0.0.27 - - [2026-05-14 03:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006387 10.0.0.27 - - [2026-05-14 03:33:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004186 10.0.0.27 - - [2026-05-14 03:33:42] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003614 10.0.0.27 - - [2026-05-14 03:33:42] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006781 10.0.0.27 - - [2026-05-14 03:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.27 - - [2026-05-14 03:33:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004776 10.0.0.27 - - [2026-05-14 03:33:42] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005245 10.0.0.27 - - [2026-05-14 03:33:42] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006793 10.0.0.27 - - [2026-05-14 03:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.27 - - [2026-05-14 03:33:42] "GET /routing-instance/443fc8c5-e7fb-486a-b6bd-d6c5c142d369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.010339 10.0.0.27 - - [2026-05-14 03:33:42] "GET /route-target/3abea4ff-cd08-44c2-9ae2-b1a8f91b0748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005611 10.0.0.27 - - [2026-05-14 03:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2026-05-14 03:33:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004131 10.0.0.27 - - [2026-05-14 03:33:42] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004928 10.0.0.27 - - [2026-05-14 03:33:42] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006904 10.0.0.27 - - [2026-05-14 03:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006542 10.0.0.27 - - [2026-05-14 03:33:43] "GET /routing-instance/443fc8c5-e7fb-486a-b6bd-d6c5c142d369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005226 10.0.0.27 - - [2026-05-14 03:33:43] "GET /route-target/3abea4ff-cd08-44c2-9ae2-b1a8f91b0748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005051 10.0.0.27 - - [2026-05-14 03:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.27 - - [2026-05-14 03:33:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005316 10.0.0.27 - - [2026-05-14 03:33:43] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004117 10.0.0.27 - - [2026-05-14 03:33:43] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007858 10.0.0.27 - - [2026-05-14 03:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.27 - - [2026-05-14 03:33:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005113 10.0.0.27 - - [2026-05-14 03:33:43] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003498 10.0.0.27 - - [2026-05-14 03:33:43] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006620 10.0.0.27 - - [2026-05-14 03:33:43] "GET /obj-perms HTTP/1.1" 200 5072 0.062210 10.0.0.23 - - [2026-05-14 03:33:43] "GET /obj-perms HTTP/1.1" 200 5072 0.004373 10.0.0.27 - - [2026-05-14 03:33:43] "GET /obj-perms HTTP/1.1" 200 5072 0.004850 10.0.0.23 - - [2026-05-14 03:33:43] "DELETE /project/85467d5ecffc442eb8c16b512057d009 HTTP/1.1" 404 173 0.004832 10.0.0.23 - - [2026-05-14 03:33:43] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001153 10.0.0.23 - - [2026-05-14 03:33:43] "GET /project/ba18d838-3b80-493b-8780-8f7886c10d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.067942 10.0.0.23 - - [2026-05-14 03:33:43] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001208 10.0.0.23 - - [2026-05-14 03:33:43] "GET /project/ba18d838-3b80-493b-8780-8f7886c10d88?fields=security_groups HTTP/1.1" 200 1463 0.076392 10.0.0.23 - - [2026-05-14 03:33:44] "DELETE /security-group/b6044f68-d97a-41f1-9af1-5e52fbb1c651 HTTP/1.1" 200 115 0.089664 10.0.0.23 - - [2026-05-14 03:33:44] "GET /projects?obj_uuids=ba18d838-3b80-493b-8780-8f7886c10d88&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.003352 10.0.0.27 - - [2026-05-14 03:33:44] "GET /obj-perms HTTP/1.1" 200 5072 0.013114 10.0.0.23 - - [2026-05-14 03:33:44] "GET /project/ba18d838-3b80-493b-8780-8f7886c10d88?fields=application_policy_sets HTTP/1.1" 200 1502 0.117759 10.0.0.22 - - [2026-05-14 03:33:44] "DELETE /access-control-list/b6642bda-8872-464d-bbb9-46ee5d507971 HTTP/1.1" 200 115 0.100290 10.0.0.23 - - [2026-05-14 03:33:44] "DELETE /project/ba18d838-3b80-493b-8780-8f7886c10d88 HTTP/1.1" 409 225 0.542586 10.0.0.27 - - [2026-05-14 03:33:44] "GET /virtual-machine/f19417f2-1ef3-45e4-ad90-036a6d1b235e HTTP/1.1" 200 1314 0.006191 10.0.0.27 - - [2026-05-14 03:33:44] "GET /virtual-machine-interface/9726abab-fb55-426f-8ce9-31abf95c1173 HTTP/1.1" 200 3192 0.013794 10.0.0.27 - - [2026-05-14 03:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007365 10.0.0.27 - - [2026-05-14 03:33:44] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004141 10.0.0.27 - - [2026-05-14 03:33:44] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004074 10.0.0.27 - - [2026-05-14 03:33:44] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007574 10.0.0.27 - - [2026-05-14 03:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.27 - - [2026-05-14 03:33:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004750 10.0.0.27 - - [2026-05-14 03:33:45] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003820 10.0.0.27 - - [2026-05-14 03:33:45] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006676 10.0.0.27 - - [2026-05-14 03:33:45] "POST /neutron/port HTTP/1.1" 200 1145 0.020934 10.0.0.27 - - [2026-05-14 03:33:51] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008101 10.0.0.27 - - [2026-05-14 03:33:56] "POST /neutron/port HTTP/1.1" 200 1145 0.023872 10.0.0.27 - - [2026-05-14 03:33:56] "POST /neutron/security_group HTTP/1.1" 200 1417 0.010041 10.0.0.27 - - [2026-05-14 03:34:01] "POST /neutron/port HTTP/1.1" 200 1145 0.027656 10.0.0.27 - - [2026-05-14 03:34:01] "POST /neutron/security_group HTTP/1.1" 200 1417 0.011965 10.0.0.27 - - [2026-05-14 03:34:01] "GET /virtual-machine/6d575637-f3ec-4837-b52c-a7443902972a HTTP/1.1" 200 1313 0.007357 10.0.0.27 - - [2026-05-14 03:34:01] "GET /virtual-machine/6d575637-f3ec-4837-b52c-a7443902972a HTTP/1.1" 200 1313 0.006982 10.0.0.27 - - [2026-05-14 03:34:01] "GET /virtual-machine-interface/705cda9b-871d-4c79-a8dd-552fb1de844b HTTP/1.1" 200 3191 0.007769 10.0.0.27 - - [2026-05-14 03:34:01] "GET /virtual-machine/6d575637-f3ec-4837-b52c-a7443902972a HTTP/1.1" 200 1313 0.007109 10.0.0.27 - - [2026-05-14 03:34:01] "GET /virtual-machine-interface/705cda9b-871d-4c79-a8dd-552fb1de844b HTTP/1.1" 200 3191 0.008548 10.0.0.27 - - [2026-05-14 03:34:02] "GET /instance-ip/f12b9465-fba8-42e5-b85c-a9d24631b1ac HTTP/1.1" 200 1704 0.008625 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-machine/6d575637-f3ec-4837-b52c-a7443902972a HTTP/1.1" 200 1313 0.005221 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-machine-interface/705cda9b-871d-4c79-a8dd-552fb1de844b HTTP/1.1" 200 3191 0.006930 10.0.0.27 - - [2026-05-14 03:34:02] "GET /instance-ip/f12b9465-fba8-42e5-b85c-a9d24631b1ac HTTP/1.1" 200 1704 0.005013 10.0.0.27 - - [2026-05-14 03:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.27 - - [2026-05-14 03:34:02] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004408 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003658 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007092 10.0.0.27 - - [2026-05-14 03:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.27 - - [2026-05-14 03:34:02] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006112 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003876 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006602 10.0.0.27 - - [2026-05-14 03:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.27 - - [2026-05-14 03:34:02] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005518 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004067 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008578 10.0.0.27 - - [2026-05-14 03:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.27 - - [2026-05-14 03:34:02] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005000 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004324 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007309 10.0.0.27 - - [2026-05-14 03:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.27 - - [2026-05-14 03:34:02] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004700 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004408 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007365 10.0.0.27 - - [2026-05-14 03:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.27 - - [2026-05-14 03:34:02] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005361 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004013 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008304 10.0.0.27 - - [2026-05-14 03:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.27 - - [2026-05-14 03:34:02] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004791 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003546 10.0.0.27 - - [2026-05-14 03:34:02] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007155 10.0.0.27 - - [2026-05-14 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006351 10.0.0.27 - - [2026-05-14 03:34:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004075 10.0.0.27 - - [2026-05-14 03:34:04] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003756 10.0.0.27 - - [2026-05-14 03:34:04] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007784 10.0.0.27 - - [2026-05-14 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.27 - - [2026-05-14 03:34:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005089 10.0.0.27 - - [2026-05-14 03:34:04] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004673 10.0.0.27 - - [2026-05-14 03:34:04] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006370 10.0.0.27 - - [2026-05-14 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.27 - - [2026-05-14 03:34:04] "GET /routing-instance/443fc8c5-e7fb-486a-b6bd-d6c5c142d369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.006065 10.0.0.27 - - [2026-05-14 03:34:04] "GET /route-target/3abea4ff-cd08-44c2-9ae2-b1a8f91b0748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006009 10.0.0.27 - - [2026-05-14 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.27 - - [2026-05-14 03:34:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004774 10.0.0.27 - - [2026-05-14 03:34:04] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003932 10.0.0.27 - - [2026-05-14 03:34:04] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006974 10.0.0.27 - - [2026-05-14 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.27 - - [2026-05-14 03:34:04] "GET /routing-instance/443fc8c5-e7fb-486a-b6bd-d6c5c142d369?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005630 10.0.0.27 - - [2026-05-14 03:34:04] "GET /route-target/3abea4ff-cd08-44c2-9ae2-b1a8f91b0748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006875 10.0.0.27 - - [2026-05-14 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.27 - - [2026-05-14 03:34:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004476 10.0.0.27 - - [2026-05-14 03:34:04] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003968 10.0.0.27 - - [2026-05-14 03:34:04] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.006580 10.0.0.27 - - [2026-05-14 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.27 - - [2026-05-14 03:34:05] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005057 10.0.0.27 - - [2026-05-14 03:34:05] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003696 10.0.0.27 - - [2026-05-14 03:34:05] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.008491 10.0.0.23 - - [2026-05-14 03:34:05] "GET /obj-perms HTTP/1.1" 200 5072 0.013657 10.0.0.27 - - [2026-05-14 03:34:05] "GET /obj-perms HTTP/1.1" 200 5072 0.006281 10.0.0.27 - - [2026-05-14 03:34:05] "GET /obj-perms HTTP/1.1" 200 5072 0.004479 10.0.0.27 - - [2026-05-14 03:34:05] "GET /obj-perms HTTP/1.1" 200 5072 0.004841 10.0.0.22 - - [2026-05-14 03:34:05] "GET /obj-perms HTTP/1.1" 200 5072 0.004743 10.0.0.23 - - [2026-05-14 03:34:05] "GET /obj-perms HTTP/1.1" 200 5072 0.005100 10.0.0.27 - - [2026-05-14 03:34:05] "GET /virtual-machine/6d575637-f3ec-4837-b52c-a7443902972a HTTP/1.1" 200 1313 0.005570 10.0.0.27 - - [2026-05-14 03:34:05] "GET /virtual-machine-interface/705cda9b-871d-4c79-a8dd-552fb1de844b HTTP/1.1" 200 3191 0.009492 10.0.0.27 - - [2026-05-14 03:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.27 - - [2026-05-14 03:34:05] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005896 10.0.0.27 - - [2026-05-14 03:34:05] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004222 10.0.0.27 - - [2026-05-14 03:34:05] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007181 10.0.0.27 - - [2026-05-14 03:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006996 10.0.0.27 - - [2026-05-14 03:34:06] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004391 10.0.0.27 - - [2026-05-14 03:34:06] "GET /virtual-networks?parent_id=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003223 10.0.0.27 - - [2026-05-14 03:34:06] "GET /virtual-network/cf6b7720-057d-48c1-9cf7-477dd8680e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2206 0.007609 10.0.0.27 - - [2026-05-14 03:34:06] "GET /virtual-machine/f19417f2-1ef3-45e4-ad90-036a6d1b235e HTTP/1.1" 200 1314 0.007520 10.0.0.27 - - [2026-05-14 03:34:06] "GET /virtual-machine-interface/9726abab-fb55-426f-8ce9-31abf95c1173 HTTP/1.1" 200 3192 0.010209 10.0.0.27 - - [2026-05-14 03:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.27 - - [2026-05-14 03:34:06] "GET /security-group/3455586a-ec34-42b4-ae2f-7023acefce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.006505 10.0.0.27 - - [2026-05-14 03:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.27 - - [2026-05-14 03:34:07] "GET /security-group/3455586a-ec34-42b4-ae2f-7023acefce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.006016 10.0.0.27 - - [2026-05-14 03:34:07] "POST /neutron/security_group HTTP/1.1" 200 1443 0.006032 10.0.0.27 - - [2026-05-14 03:34:07] "POST /neutron/port HTTP/1.1" 200 1135 0.018499 10.0.0.27 - - [2026-05-14 03:34:07] "GET /virtual-machine/f19417f2-1ef3-45e4-ad90-036a6d1b235e HTTP/1.1" 200 1314 0.004841 10.0.0.27 - - [2026-05-14 03:34:07] "GET /virtual-machine-interface/9726abab-fb55-426f-8ce9-31abf95c1173 HTTP/1.1" 200 3140 0.009387 10.0.0.27 - - [2026-05-14 03:34:07] "POST /neutron/security_group HTTP/1.1" 200 1417 0.008519 10.0.0.27 - - [2026-05-14 03:34:07] "POST /neutron/port HTTP/1.1" 200 1097 0.015625 10.0.0.27 - - [2026-05-14 03:34:07] "GET /virtual-machine/f19417f2-1ef3-45e4-ad90-036a6d1b235e HTTP/1.1" 200 1314 0.004416 10.0.0.27 - - [2026-05-14 03:34:07] "GET /virtual-machine-interface/9726abab-fb55-426f-8ce9-31abf95c1173 HTTP/1.1" 200 3192 0.009321 10.0.0.27 - - [2026-05-14 03:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.27 - - [2026-05-14 03:34:07] "GET /security-group/3455586a-ec34-42b4-ae2f-7023acefce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.005008 10.0.0.27 - - [2026-05-14 03:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.27 - - [2026-05-14 03:34:07] "GET /security-group/3455586a-ec34-42b4-ae2f-7023acefce5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.004892 10.0.0.27 - - [2026-05-14 03:34:07] "POST /neutron/security_group HTTP/1.1" 200 1443 0.005246 10.0.0.27 - - [2026-05-14 03:34:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.003927 10.0.0.27 - - [2026-05-14 03:34:08] "POST /fqname-to-id HTTP/1.1" 404 245 0.003825 10.0.0.23 - - [2026-05-14 03:34:08] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001384 10.0.0.27 - - [2026-05-14 03:34:08] "POST /neutron/security_group HTTP/1.1" 200 153 0.069881 10.0.0.27 - - [2026-05-14 03:34:08] "POST /neutron/network HTTP/1.1" 200 927 0.007981 10.0.0.27 - - [2026-05-14 03:34:10] "POST /neutron/network HTTP/1.1" 400 204 0.017844 10.0.0.27 - - [2026-05-14 03:34:14] "POST /neutron/network HTTP/1.1" 200 927 0.009501 10.0.0.27 - - [2026-05-14 03:34:16] "POST /neutron/network HTTP/1.1" 400 204 0.017339 10.0.0.27 - - [2026-05-14 03:34:20] "POST /neutron/network HTTP/1.1" 200 927 0.009213 10.0.0.27 - - [2026-05-14 03:34:22] "POST /neutron/network HTTP/1.1" 400 204 0.016697 10.0.0.27 - - [2026-05-14 03:34:25] "GET /obj-perms HTTP/1.1" 200 5056 0.064765 10.0.0.27 - - [2026-05-14 03:34:27] "POST /neutron/network HTTP/1.1" 200 927 0.008982 10.0.0.27 - - [2026-05-14 03:34:29] "POST /neutron/network HTTP/1.1" 400 204 0.018531 10.0.0.27 - - [2026-05-14 03:34:33] "POST /neutron/network HTTP/1.1" 200 927 0.010575 10.0.0.27 - - [2026-05-14 03:34:35] "POST /neutron/network HTTP/1.1" 400 204 0.016990 10.0.0.27 - - [2026-05-14 03:34:37] "POST /neutron/port HTTP/1.1" 200 1107 0.029248 10.0.0.27 - - [2026-05-14 03:34:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006698 10.0.0.27 - - [2026-05-14 03:34:37] "POST /neutron/network HTTP/1.1" 200 927 0.008760 10.0.0.27 - - [2026-05-14 03:34:40] "POST /neutron/port HTTP/1.1" 200 1107 0.039862 10.0.0.27 - - [2026-05-14 03:34:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005675 10.0.0.27 - - [2026-05-14 03:34:40] "POST /neutron/network HTTP/1.1" 200 927 0.011367 10.0.0.27 - - [2026-05-14 03:34:43] "POST /neutron/network HTTP/1.1" 200 927 0.009211 10.0.0.27 - - [2026-05-14 03:34:45] "POST /neutron/network HTTP/1.1" 400 204 0.016968 10.0.0.27 - - [2026-05-14 03:34:49] "POST /neutron/network HTTP/1.1" 200 927 0.008728 10.0.0.27 - - [2026-05-14 03:34:51] "POST /neutron/network HTTP/1.1" 400 204 0.016218 10.0.0.27 - - [2026-05-14 03:34:55] "POST /neutron/network HTTP/1.1" 200 927 0.008882 10.0.0.27 - - [2026-05-14 03:34:57] "POST /neutron/network HTTP/1.1" 400 204 0.017548 10.0.0.27 - - [2026-05-14 03:35:37] "POST /neutron/port HTTP/1.1" 200 1218 0.021598 10.0.0.27 - - [2026-05-14 03:35:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004832 10.0.0.27 - - [2026-05-14 03:35:37] "POST /neutron/port HTTP/1.1" 200 117 0.001753 10.0.0.27 - - [2026-05-14 03:35:42] "POST /neutron/port HTTP/1.1" 200 1218 0.057169 10.0.0.27 - - [2026-05-14 03:35:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004687 10.0.0.27 - - [2026-05-14 03:35:42] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.27 - - [2026-05-14 03:35:50] "POST /neutron/security_group HTTP/1.1" 400 209 0.005033 10.0.0.23 - - [2026-05-14 03:35:51] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001275 10.0.0.27 - - [2026-05-14 03:35:51] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.079983 10.0.0.23 - - [2026-05-14 03:35:51] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001311 10.0.0.27 - - [2026-05-14 03:35:51] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.046887 10.0.0.23 - - [2026-05-14 03:35:53] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001311 10.0.0.27 - - [2026-05-14 03:35:53] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.040271 10.0.0.23 - - [2026-05-14 03:35:53] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001545 10.0.0.27 - - [2026-05-14 03:35:53] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.038901 10.0.0.23 - - [2026-05-14 03:35:55] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001362 10.0.0.27 - - [2026-05-14 03:35:55] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.048438 10.0.0.23 - - [2026-05-14 03:35:55] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001123 10.0.0.27 - - [2026-05-14 03:35:55] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.059269 10.0.0.23 - - [2026-05-14 03:35:57] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001085 10.0.0.27 - - [2026-05-14 03:35:57] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.088303 10.0.0.23 - - [2026-05-14 03:35:57] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001388 10.0.0.27 - - [2026-05-14 03:35:57] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.060020 10.0.0.23 - - [2026-05-14 03:36:00] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001751 10.0.0.27 - - [2026-05-14 03:36:00] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.057451 10.0.0.23 - - [2026-05-14 03:36:00] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001316 10.0.0.27 - - [2026-05-14 03:36:00] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.069567 10.0.0.23 - - [2026-05-14 03:36:02] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001199 10.0.0.27 - - [2026-05-14 03:36:02] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.065852 10.0.0.23 - - [2026-05-14 03:36:02] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001178 10.0.0.27 - - [2026-05-14 03:36:02] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.056790 10.0.0.23 - - [2026-05-14 03:36:04] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001109 10.0.0.27 - - [2026-05-14 03:36:04] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.044116 10.0.0.23 - - [2026-05-14 03:36:04] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001523 10.0.0.27 - - [2026-05-14 03:36:04] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.054207 10.0.0.23 - - [2026-05-14 03:36:06] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001453 10.0.0.27 - - [2026-05-14 03:36:06] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.051965 10.0.0.23 - - [2026-05-14 03:36:06] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001691 10.0.0.27 - - [2026-05-14 03:36:06] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.057999 10.0.0.23 - - [2026-05-14 03:36:08] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001123 10.0.0.27 - - [2026-05-14 03:36:08] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.042379 10.0.0.23 - - [2026-05-14 03:36:08] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001536 10.0.0.27 - - [2026-05-14 03:36:08] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.045247 10.0.0.23 - - [2026-05-14 03:36:10] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002074 10.0.0.27 - - [2026-05-14 03:36:10] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.052259 10.0.0.23 - - [2026-05-14 03:36:10] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002347 10.0.0.27 - - [2026-05-14 03:36:10] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.054676 10.0.0.23 - - [2026-05-14 03:36:12] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001251 10.0.0.27 - - [2026-05-14 03:36:13] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.051175 10.0.0.23 - - [2026-05-14 03:36:13] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001185 10.0.0.27 - - [2026-05-14 03:36:13] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.049736 10.0.0.23 - - [2026-05-14 03:36:15] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001316 10.0.0.27 - - [2026-05-14 03:36:15] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.040130 10.0.0.23 - - [2026-05-14 03:36:15] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001379 10.0.0.27 - - [2026-05-14 03:36:15] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.054981 10.0.0.23 - - [2026-05-14 03:36:17] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001274 10.0.0.27 - - [2026-05-14 03:36:17] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.060759 10.0.0.23 - - [2026-05-14 03:36:17] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001115 10.0.0.27 - - [2026-05-14 03:36:17] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.044244 10.0.0.23 - - [2026-05-14 03:36:19] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001191 10.0.0.27 - - [2026-05-14 03:36:19] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.045078 10.0.0.23 - - [2026-05-14 03:36:19] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001108 10.0.0.27 - - [2026-05-14 03:36:19] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.052860 10.0.0.23 - - [2026-05-14 03:36:21] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001592 10.0.0.27 - - [2026-05-14 03:36:21] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.058549 10.0.0.23 - - [2026-05-14 03:36:21] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001472 10.0.0.27 - - [2026-05-14 03:36:21] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.053476 10.0.0.23 - - [2026-05-14 03:36:23] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001321 10.0.0.27 - - [2026-05-14 03:36:23] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.050195 10.0.0.23 - - [2026-05-14 03:36:23] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001407 10.0.0.27 - - [2026-05-14 03:36:23] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.040255 10.0.0.23 - - [2026-05-14 03:36:25] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001197 10.0.0.27 - - [2026-05-14 03:36:25] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.044353 10.0.0.23 - - [2026-05-14 03:36:25] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001595 10.0.0.27 - - [2026-05-14 03:36:25] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.050573 10.0.0.23 - - [2026-05-14 03:36:28] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001240 10.0.0.27 - - [2026-05-14 03:36:28] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.054367 10.0.0.23 - - [2026-05-14 03:36:28] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001703 10.0.0.27 - - [2026-05-14 03:36:28] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.058362 10.0.0.23 - - [2026-05-14 03:36:30] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002148 10.0.0.27 - - [2026-05-14 03:36:30] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.065544 10.0.0.23 - - [2026-05-14 03:36:30] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001329 10.0.0.27 - - [2026-05-14 03:36:30] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.072902 10.0.0.23 - - [2026-05-14 03:36:32] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001294 10.0.0.27 - - [2026-05-14 03:36:32] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.049439 10.0.0.23 - - [2026-05-14 03:36:32] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001820 10.0.0.27 - - [2026-05-14 03:36:32] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.060249 10.0.0.23 - - [2026-05-14 03:36:34] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001287 10.0.0.27 - - [2026-05-14 03:36:34] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.062493 10.0.0.23 - - [2026-05-14 03:36:34] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001646 10.0.0.27 - - [2026-05-14 03:36:34] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.047779 10.0.0.23 - - [2026-05-14 03:36:36] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001230 10.0.0.27 - - [2026-05-14 03:36:36] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.054907 10.0.0.23 - - [2026-05-14 03:36:36] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001194 10.0.0.27 - - [2026-05-14 03:36:36] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.046181 10.0.0.23 - - [2026-05-14 03:36:38] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001221 10.0.0.27 - - [2026-05-14 03:36:38] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.052341 10.0.0.23 - - [2026-05-14 03:36:38] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001711 10.0.0.27 - - [2026-05-14 03:36:38] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.053603 10.0.0.27 - - [2026-05-14 03:36:39] "POST /neutron/network HTTP/1.1" 200 937 0.009393 10.0.0.27 - - [2026-05-14 03:36:39] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.23 - - [2026-05-14 03:36:41] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001253 10.0.0.27 - - [2026-05-14 03:36:41] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.040395 10.0.0.23 - - [2026-05-14 03:36:41] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001324 10.0.0.27 - - [2026-05-14 03:36:41] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.056978 10.0.0.23 - - [2026-05-14 03:36:43] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001521 10.0.0.27 - - [2026-05-14 03:36:43] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.059052 10.0.0.23 - - [2026-05-14 03:36:43] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002102 10.0.0.27 - - [2026-05-14 03:36:43] "POST /neutron/port HTTP/1.1" 200 1107 0.032675 10.0.0.27 - - [2026-05-14 03:36:43] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.062001 10.0.0.27 - - [2026-05-14 03:36:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.013783 10.0.0.23 - - [2026-05-14 03:36:45] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001253 10.0.0.27 - - [2026-05-14 03:36:45] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.045938 10.0.0.23 - - [2026-05-14 03:36:45] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001593 10.0.0.27 - - [2026-05-14 03:36:45] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.058094 10.0.0.23 - - [2026-05-14 03:36:47] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001152 10.0.0.27 - - [2026-05-14 03:36:47] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.047840 10.0.0.23 - - [2026-05-14 03:36:47] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001404 10.0.0.27 - - [2026-05-14 03:36:47] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.042545 10.0.0.23 - - [2026-05-14 03:36:49] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001786 10.0.0.27 - - [2026-05-14 03:36:49] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.056017 10.0.0.23 - - [2026-05-14 03:36:49] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001213 10.0.0.27 - - [2026-05-14 03:36:49] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.048733 10.0.0.23 - - [2026-05-14 03:36:51] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001609 10.0.0.27 - - [2026-05-14 03:36:51] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.043838 10.0.0.23 - - [2026-05-14 03:36:51] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001325 10.0.0.27 - - [2026-05-14 03:36:51] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.062151 10.0.0.23 - - [2026-05-14 03:36:53] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001689 10.0.0.27 - - [2026-05-14 03:36:53] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.051082 10.0.0.23 - - [2026-05-14 03:36:53] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001282 10.0.0.27 - - [2026-05-14 03:36:54] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.044007 10.0.0.23 - - [2026-05-14 03:36:56] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001169 10.0.0.27 - - [2026-05-14 03:36:56] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.053457 10.0.0.23 - - [2026-05-14 03:36:56] "GET /projects?obj_uuids=85467d5e-cffc-442e-b8c1-6b512057d009&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001078 10.0.0.27 - - [2026-05-14 03:36:56] "GET /project/85467d5e-cffc-442e-b8c1-6b512057d009?fields=virtual_networks HTTP/1.1" 200 1384 0.041177 10.0.0.27 - - [2026-05-14 03:36:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.033453 10.0.0.23 - - [2026-05-14 03:36:56] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003177 10.0.0.23 - - [2026-05-14 03:36:56] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.23 - - [2026-05-14 03:36:56] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007560 10.0.0.23 - - [2026-05-14 03:36:56] "POST /id-to-fqname HTTP/1.1" 200 188 0.008524 10.0.0.23 - - [2026-05-14 03:36:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.005671 10.0.0.23 - - [2026-05-14 03:36:57] "POST /security-groups HTTP/1.1" 200 589 0.037015 10.0.0.23 - - [2026-05-14 03:36:57] "POST /projects HTTP/1.1" 200 581 0.296357 10.0.0.23 - - [2026-05-14 03:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.332683 10.0.0.22 - - [2026-05-14 03:36:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.043890 10.0.0.27 - - [2026-05-14 03:36:57] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.497194 10.0.0.22 - - [2026-05-14 03:36:57] "POST /access-control-lists HTTP/1.1" 200 592 0.036425 10.0.0.27 - - [2026-05-14 03:36:58] "GET / HTTP/1.1" 200 35931 0.002484 10.0.0.27 - - [2026-05-14 03:37:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000643 10.0.0.27 - - [2026-05-14 03:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.074637 10.0.0.23 - - [2026-05-14 03:37:00] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.27 - - [2026-05-14 03:37:00] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048359 10.0.0.27 - - [2026-05-14 03:37:01] "POST /neutron/network HTTP/1.1" 200 117 0.055135 10.0.0.27 - - [2026-05-14 03:37:01] "POST /neutron/network HTTP/1.1" 200 834 0.010113 10.0.0.27 - - [2026-05-14 03:37:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001420 10.0.0.27 - - [2026-05-14 03:37:01] "GET /virtual-network/9178f76a-cfd6-4f92-971b-d8e991d872c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006466 10.0.0.27 - - [2026-05-14 03:37:01] "GET /virtual-network/9178f76a-cfd6-4f92-971b-d8e991d872c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007241 10.0.0.27 - - [2026-05-14 03:37:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.102451 10.0.0.27 - - [2026-05-14 03:37:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001441 10.0.0.23 - - [2026-05-14 03:37:03] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001182 10.0.0.27 - - [2026-05-14 03:37:03] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.103904 10.0.0.27 - - [2026-05-14 03:37:03] "POST /neutron/network HTTP/1.1" 200 834 0.008078 10.0.0.27 - - [2026-05-14 03:37:03] "POST /neutron/port HTTP/1.1" 200 117 0.007744 10.0.0.27 - - [2026-05-14 03:37:04] "POST /neutron/port HTTP/1.1" 200 1058 0.021146 10.0.0.27 - - [2026-05-14 03:37:04] "POST /neutron/port HTTP/1.1" 200 1122 0.027594 10.0.0.27 - - [2026-05-14 03:37:04] "POST /neutron/port HTTP/1.1" 200 117 0.001738 10.0.0.27 - - [2026-05-14 03:37:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010452 10.0.0.27 - - [2026-05-14 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.23 - - [2026-05-14 03:37:08] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002018 10.0.0.27 - - [2026-05-14 03:37:08] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054207 10.0.0.27 - - [2026-05-14 03:37:08] "POST /neutron/network HTTP/1.1" 200 117 0.016906 10.0.0.22 - - [2026-05-14 03:37:09] "POST /route-targets HTTP/1.1" 200 327 0.017683 10.0.0.27 - - [2026-05-14 03:37:09] "POST /neutron/network HTTP/1.1" 200 831 0.012084 10.0.0.27 - - [2026-05-14 03:37:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001458 10.0.0.27 - - [2026-05-14 03:37:09] "GET /virtual-network/cbe2034a-8a45-4d04-9397-5349d42b8b0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007199 10.0.0.27 - - [2026-05-14 03:37:09] "GET /virtual-network/cbe2034a-8a45-4d04-9397-5349d42b8b0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006220 10.0.0.27 - - [2026-05-14 03:37:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.011556 10.0.0.27 - - [2026-05-14 03:37:10] "GET /virtual-network/cbe2034a-8a45-4d04-9397-5349d42b8b0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008101 10.0.0.22 - - [2026-05-14 03:37:11] "GET /obj-perms HTTP/1.1" 200 5026 0.075666 10.0.0.23 - - [2026-05-14 03:37:11] "GET /obj-perms HTTP/1.1" 200 5026 0.068911 10.0.0.27 - - [2026-05-14 03:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.23 - - [2026-05-14 03:37:11] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001173 10.0.0.27 - - [2026-05-14 03:37:11] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.038433 10.0.0.22 - - [2026-05-14 03:37:12] "POST /ref-update HTTP/1.1" 200 156 0.028700 10.0.0.23 - - [2026-05-14 03:37:12] "POST /useragent-kv HTTP/1.1" 200 115 0.009801 10.0.0.27 - - [2026-05-14 03:37:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.264007 10.0.0.27 - - [2026-05-14 03:37:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001410 10.0.0.27 - - [2026-05-14 03:37:12] "GET /virtual-network/e72ea701-6c9e-4376-bd06-0472a29936e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005891 10.0.0.27 - - [2026-05-14 03:37:12] "GET /virtual-network/e72ea701-6c9e-4376-bd06-0472a29936e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006500 10.0.0.27 - - [2026-05-14 03:37:12] "POST /neutron/network HTTP/1.1" 200 831 0.008491 10.0.0.27 - - [2026-05-14 03:37:12] "GET /virtual-network/e72ea701-6c9e-4376-bd06-0472a29936e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007532 10.0.0.27 - - [2026-05-14 03:37:13] "GET /obj-perms HTTP/1.1" 200 5026 0.075895 10.0.0.27 - - [2026-05-14 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.23 - - [2026-05-14 03:37:13] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001403 10.0.0.27 - - [2026-05-14 03:37:13] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039078 10.0.0.23 - - [2026-05-14 03:37:13] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.27 - - [2026-05-14 03:37:13] "POST /neutron/network HTTP/1.1" 200 615 0.140466 10.0.0.27 - - [2026-05-14 03:37:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.004382 10.0.0.27 - - [2026-05-14 03:37:14] "GET /virtual-network/1db89ccf-b69c-4571-b3d4-6df3a38ab52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006816 10.0.0.27 - - [2026-05-14 03:37:14] "POST /neutron/network HTTP/1.1" 200 834 0.008842 10.0.0.27 - - [2026-05-14 03:37:14] "GET /virtual-network/1db89ccf-b69c-4571-b3d4-6df3a38ab52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006626 10.0.0.27 - - [2026-05-14 03:37:14] "GET /virtual-network/1db89ccf-b69c-4571-b3d4-6df3a38ab52a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007041 10.0.0.27 - - [2026-05-14 03:37:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001593 10.0.0.27 - - [2026-05-14 03:37:14] "POST /neutron/port HTTP/1.1" 200 5159 0.041678 10.0.0.23 - - [2026-05-14 03:37:15] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001673 10.0.0.27 - - [2026-05-14 03:37:15] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.080271 10.0.0.27 - - [2026-05-14 03:37:15] "POST /neutron/network HTTP/1.1" 200 831 0.008868 10.0.0.27 - - [2026-05-14 03:37:16] "POST /neutron/port HTTP/1.1" 200 117 0.008258 10.0.0.27 - - [2026-05-14 03:37:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001603 10.0.0.27 - - [2026-05-14 03:37:16] "POST /neutron/network HTTP/1.1" 200 844 0.008742 10.0.0.27 - - [2026-05-14 03:37:17] "POST /neutron/port HTTP/1.1" 200 1057 0.026128 10.0.0.27 - - [2026-05-14 03:37:17] "POST /neutron/port HTTP/1.1" 200 1121 0.022788 10.0.0.27 - - [2026-05-14 03:37:17] "POST /neutron/port HTTP/1.1" 200 117 0.001388 10.0.0.23 - - [2026-05-14 03:37:17] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001275 10.0.0.27 - - [2026-05-14 03:37:17] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.081671 10.0.0.27 - - [2026-05-14 03:37:17] "POST /neutron/port HTTP/1.1" 200 6127 0.047378 10.0.0.27 - - [2026-05-14 03:37:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.003593 10.0.0.27 - - [2026-05-14 03:37:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.23 - - [2026-05-14 03:37:17] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.27 - - [2026-05-14 03:37:17] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008934 10.0.0.27 - - [2026-05-14 03:37:18] "POST /service-templates HTTP/1.1" 200 543 0.056855 10.0.0.27 - - [2026-05-14 03:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.27 - - [2026-05-14 03:37:18] "GET /service-template/e30bcdc3-1a60-474d-8980-56124d674d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007380 10.0.0.27 - - [2026-05-14 03:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.27 - - [2026-05-14 03:37:18] "GET /service-template/e30bcdc3-1a60-474d-8980-56124d674d21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004526 10.0.0.27 - - [2026-05-14 03:37:18] "POST /neutron/network HTTP/1.1" 200 844 0.008192 10.0.0.27 - - [2026-05-14 03:37:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001220 10.0.0.27 - - [2026-05-14 03:37:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001476 10.0.0.27 - - [2026-05-14 03:37:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001421 10.0.0.27 - - [2026-05-14 03:37:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008995 10.0.0.27 - - [2026-05-14 03:37:18] "POST /neutron/port HTTP/1.1" 200 1112 0.138757 10.0.0.27 - - [2026-05-14 03:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.27 - - [2026-05-14 03:37:18] "DELETE /service-template/e30bcdc3-1a60-474d-8980-56124d674d21 HTTP/1.1" 200 115 0.034425 10.0.0.27 - - [2026-05-14 03:37:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.004739 10.0.0.27 - - [2026-05-14 03:37:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.009948 10.0.0.27 - - [2026-05-14 03:37:19] "POST /neutron/network HTTP/1.1" 200 834 0.009223 10.0.0.27 - - [2026-05-14 03:37:19] "POST /neutron/port HTTP/1.1" 200 1111 0.016581 10.0.0.27 - - [2026-05-14 03:37:20] "POST /neutron/port HTTP/1.1" 200 1112 0.016647 10.0.0.27 - - [2026-05-14 03:37:21] "POST /neutron/network HTTP/1.1" 200 2876 0.013128 10.0.0.23 - - [2026-05-14 03:37:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003011 10.0.0.23 - - [2026-05-14 03:37:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004792 10.0.0.22 - - [2026-05-14 03:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005050 10.0.0.27 - - [2026-05-14 03:37:21] "POST /neutron/network HTTP/1.1" 200 151 0.163791 10.0.0.23 - - [2026-05-14 03:37:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003561 10.0.0.23 - - [2026-05-14 03:37:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003936 10.0.0.27 - - [2026-05-14 03:37:21] "POST /neutron/network HTTP/1.1" 200 151 0.144554 10.0.0.22 - - [2026-05-14 03:37:21] "DELETE /route-target/ce50880a-6232-439c-9afd-3f88efeeae3c HTTP/1.1" 200 115 0.028547 10.0.0.27 - - [2026-05-14 03:37:22] "POST /neutron/network HTTP/1.1" 200 834 0.008515 10.0.0.27 - - [2026-05-14 03:37:23] "POST /neutron/port HTTP/1.1" 200 1112 0.017047 10.0.0.23 - - [2026-05-14 03:37:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004035 10.0.0.23 - - [2026-05-14 03:37:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003403 10.0.0.22 - - [2026-05-14 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.27 - - [2026-05-14 03:37:24] "POST /neutron/network HTTP/1.1" 200 151 0.150864 10.0.0.27 - - [2026-05-14 03:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.23 - - [2026-05-14 03:37:27] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001213 10.0.0.27 - - [2026-05-14 03:37:27] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049653 10.0.0.22 - - [2026-05-14 03:37:27] "POST /ref-update HTTP/1.1" 200 156 0.028023 10.0.0.23 - - [2026-05-14 03:37:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009572 10.0.0.27 - - [2026-05-14 03:37:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.224281 10.0.0.27 - - [2026-05-14 03:37:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001503 10.0.0.27 - - [2026-05-14 03:37:28] "GET /virtual-network/2fc48b3a-eda6-4faf-92c2-fe33364c6cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006193 10.0.0.27 - - [2026-05-14 03:37:28] "GET /virtual-network/2fc48b3a-eda6-4faf-92c2-fe33364c6cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008142 10.0.0.27 - - [2026-05-14 03:37:28] "POST /neutron/network HTTP/1.1" 200 833 0.008872 10.0.0.27 - - [2026-05-14 03:37:28] "GET /virtual-network/2fc48b3a-eda6-4faf-92c2-fe33364c6cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006959 10.0.0.27 - - [2026-05-14 03:37:28] "GET /obj-perms HTTP/1.1" 200 5026 0.004328 10.0.0.22 - - [2026-05-14 03:37:28] "GET /obj-perms HTTP/1.1" 200 5026 0.004069 10.0.0.23 - - [2026-05-14 03:37:28] "GET /obj-perms HTTP/1.1" 200 5026 0.004296 10.0.0.27 - - [2026-05-14 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.23 - - [2026-05-14 03:37:28] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001124 10.0.0.27 - - [2026-05-14 03:37:28] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.045679 10.0.0.23 - - [2026-05-14 03:37:28] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.27 - - [2026-05-14 03:37:29] "POST /neutron/network HTTP/1.1" 200 613 0.151247 10.0.0.27 - - [2026-05-14 03:37:29] "POST /id-to-fqname HTTP/1.1" 200 223 0.004378 10.0.0.27 - - [2026-05-14 03:37:29] "GET /virtual-network/c292203d-8469-45a7-b605-004bedcdd8c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006508 10.0.0.27 - - [2026-05-14 03:37:29] "POST /neutron/network HTTP/1.1" 200 833 0.007885 10.0.0.27 - - [2026-05-14 03:37:29] "GET /virtual-network/c292203d-8469-45a7-b605-004bedcdd8c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007425 10.0.0.27 - - [2026-05-14 03:37:29] "GET /virtual-network/c292203d-8469-45a7-b605-004bedcdd8c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007760 10.0.0.27 - - [2026-05-14 03:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.23 - - [2026-05-14 03:37:30] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001478 10.0.0.27 - - [2026-05-14 03:37:30] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064534 10.0.0.27 - - [2026-05-14 03:37:30] "POST /neutron/network HTTP/1.1" 200 117 0.024035 10.0.0.22 - - [2026-05-14 03:37:30] "POST /route-targets HTTP/1.1" 200 327 0.017995 10.0.0.27 - - [2026-05-14 03:37:30] "POST /neutron/network HTTP/1.1" 200 832 0.014744 10.0.0.27 - - [2026-05-14 03:37:30] "POST /id-to-fqname HTTP/1.1" 200 224 0.001418 10.0.0.27 - - [2026-05-14 03:37:30] "GET /virtual-network/42fe6f75-be7b-4ae7-9372-1e2798790f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007081 10.0.0.27 - - [2026-05-14 03:37:30] "GET /virtual-network/42fe6f75-be7b-4ae7-9372-1e2798790f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006465 10.0.0.27 - - [2026-05-14 03:37:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.011564 10.0.0.27 - - [2026-05-14 03:37:31] "GET /virtual-network/42fe6f75-be7b-4ae7-9372-1e2798790f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006608 10.0.0.22 - - [2026-05-14 03:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000658 10.0.0.22 - - [2026-05-14 03:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2026-05-14 03:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.22 - - [2026-05-14 03:37:31] "GET /obj-perms HTTP/1.1" 200 5026 0.005059 10.0.0.22 - - [2026-05-14 03:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.27 - - [2026-05-14 03:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.23 - - [2026-05-14 03:37:31] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001938 10.0.0.27 - - [2026-05-14 03:37:31] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052986 10.0.0.22 - - [2026-05-14 03:37:31] "POST /ref-update HTTP/1.1" 200 156 0.023331 10.0.0.23 - - [2026-05-14 03:37:31] "POST /useragent-kv HTTP/1.1" 200 115 0.008433 10.0.0.27 - - [2026-05-14 03:37:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.266443 10.0.0.27 - - [2026-05-14 03:37:31] "POST /id-to-fqname HTTP/1.1" 200 229 0.001896 10.0.0.27 - - [2026-05-14 03:37:31] "GET /virtual-network/ec12dea3-eb9d-4140-8b86-842aa4a3c59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008713 10.0.0.23 - - [2026-05-14 03:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.27 - - [2026-05-14 03:37:32] "GET /virtual-network/ec12dea3-eb9d-4140-8b86-842aa4a3c59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006638 10.0.0.27 - - [2026-05-14 03:37:32] "POST /neutron/network HTTP/1.1" 200 844 0.008992 10.0.0.23 - - [2026-05-14 03:37:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2026-05-14 03:37:32] "GET /virtual-network/ec12dea3-eb9d-4140-8b86-842aa4a3c59a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006972 10.0.0.23 - - [2026-05-14 03:37:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2026-05-14 03:37:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2026-05-14 03:37:32] "GET /obj-perms HTTP/1.1" 200 5026 0.004294 10.0.0.23 - - [2026-05-14 03:37:32] "GET /obj-perms HTTP/1.1" 200 5026 0.004524 10.0.0.27 - - [2026-05-14 03:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.23 - - [2026-05-14 03:37:32] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001186 10.0.0.27 - - [2026-05-14 03:37:32] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.059742 10.0.0.23 - - [2026-05-14 03:37:32] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001294 10.0.0.27 - - [2026-05-14 03:37:32] "POST /neutron/network HTTP/1.1" 200 627 0.156488 10.0.0.27 - - [2026-05-14 03:37:33] "POST /id-to-fqname HTTP/1.1" 200 230 0.004230 10.0.0.27 - - [2026-05-14 03:37:33] "GET /virtual-network/73adb80d-c260-401e-858e-97fac4af505b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006763 10.0.0.27 - - [2026-05-14 03:37:33] "POST /neutron/network HTTP/1.1" 200 848 0.008700 10.0.0.27 - - [2026-05-14 03:37:33] "GET /virtual-network/73adb80d-c260-401e-858e-97fac4af505b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006772 10.0.0.27 - - [2026-05-14 03:37:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.27 - - [2026-05-14 03:37:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2026-05-14 03:37:33] "GET /virtual-network/73adb80d-c260-401e-858e-97fac4af505b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007228 10.0.0.27 - - [2026-05-14 03:37:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001686 10.0.0.27 - - [2026-05-14 03:37:34] "POST /neutron/port HTTP/1.1" 200 4190 0.041953 10.0.0.27 - - [2026-05-14 03:37:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-05-14 03:37:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2026-05-14 03:37:35] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001229 10.0.0.27 - - [2026-05-14 03:37:35] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.088437 10.0.0.27 - - [2026-05-14 03:37:35] "POST /neutron/port HTTP/1.1" 200 4190 0.048210 10.0.0.27 - - [2026-05-14 03:37:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001478 10.0.0.27 - - [2026-05-14 03:37:35] "POST /neutron/network HTTP/1.1" 200 842 0.007809 10.0.0.27 - - [2026-05-14 03:37:36] "POST /neutron/port HTTP/1.1" 200 1059 0.020981 10.0.0.27 - - [2026-05-14 03:37:36] "POST /neutron/port HTTP/1.1" 200 1123 0.026871 10.0.0.27 - - [2026-05-14 03:37:36] "POST /neutron/port HTTP/1.1" 200 117 0.002197 10.0.0.23 - - [2026-05-14 03:37:36] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001563 10.0.0.27 - - [2026-05-14 03:37:36] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.099681 10.0.0.27 - - [2026-05-14 03:37:37] "POST /neutron/port HTTP/1.1" 200 5160 0.072182 10.0.0.27 - - [2026-05-14 03:37:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.005658 10.0.0.27 - - [2026-05-14 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.23 - - [2026-05-14 03:37:37] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.27 - - [2026-05-14 03:37:37] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009434 10.0.0.27 - - [2026-05-14 03:37:37] "POST /service-templates HTTP/1.1" 200 543 0.069110 10.0.0.27 - - [2026-05-14 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.27 - - [2026-05-14 03:37:37] "GET /service-template/6ca5f490-1ca6-47b2-ba46-d1dcda27c937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006737 10.0.0.27 - - [2026-05-14 03:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2026-05-14 03:37:37] "GET /service-template/6ca5f490-1ca6-47b2-ba46-d1dcda27c937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004323 10.0.0.27 - - [2026-05-14 03:37:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001331 10.0.0.27 - - [2026-05-14 03:37:37] "POST /id-to-fqname HTTP/1.1" 200 229 0.001588 10.0.0.27 - - [2026-05-14 03:37:37] "POST /id-to-fqname HTTP/1.1" 200 230 0.001612 10.0.0.27 - - [2026-05-14 03:37:37] "POST /neutron/network HTTP/1.1" 200 842 0.009319 10.0.0.27 - - [2026-05-14 03:37:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018922 10.0.0.27 - - [2026-05-14 03:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.27 - - [2026-05-14 03:37:38] "DELETE /service-template/6ca5f490-1ca6-47b2-ba46-d1dcda27c937 HTTP/1.1" 200 115 0.037998 10.0.0.27 - - [2026-05-14 03:37:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003712 10.0.0.27 - - [2026-05-14 03:37:38] "POST /neutron/port HTTP/1.1" 200 1110 0.137436 10.0.0.27 - - [2026-05-14 03:37:38] "POST /neutron/port HTTP/1.1" 200 117 0.001232 10.0.0.23 - - [2026-05-14 03:37:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007412 10.0.0.22 - - [2026-05-14 03:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.23 - - [2026-05-14 03:37:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002939 10.0.0.27 - - [2026-05-14 03:37:38] "POST /neutron/network HTTP/1.1" 200 151 0.146118 10.0.0.23 - - [2026-05-14 03:37:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003986 10.0.0.23 - - [2026-05-14 03:37:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002677 10.0.0.27 - - [2026-05-14 03:37:39] "POST /neutron/network HTTP/1.1" 200 151 0.159239 10.0.0.22 - - [2026-05-14 03:37:39] "DELETE /route-target/929ee24f-0d06-4be5-9c16-6541abce3c7d HTTP/1.1" 200 115 0.034395 10.0.0.27 - - [2026-05-14 03:37:39] "POST /neutron/port HTTP/1.1" 200 151 0.307858 10.0.0.27 - - [2026-05-14 03:37:40] "POST /neutron/port HTTP/1.1" 200 1120 0.030237 10.0.0.27 - - [2026-05-14 03:37:40] "POST /neutron/port HTTP/1.1" 200 1218 0.023796 10.0.0.27 - - [2026-05-14 03:37:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006259 10.0.0.27 - - [2026-05-14 03:37:40] "POST /neutron/network HTTP/1.1" 200 2187 0.012294 10.0.0.27 - - [2026-05-14 03:37:40] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.27 - - [2026-05-14 03:37:41] "POST /neutron/port HTTP/1.1" 200 117 0.009108 10.0.0.27 - - [2026-05-14 03:37:41] "POST /neutron/network HTTP/1.1" 200 833 0.008678 10.0.0.22 - - [2026-05-14 03:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.23 - - [2026-05-14 03:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.005361 10.0.0.23 - - [2026-05-14 03:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006092 10.0.0.27 - - [2026-05-14 03:37:42] "POST /neutron/network HTTP/1.1" 200 151 0.167251 10.0.0.22 - - [2026-05-14 03:37:42] "DELETE /route-target/4c0b04f6-1605-4e55-93e9-005dde4ff125 HTTP/1.1" 200 115 0.049937 10.0.0.23 - - [2026-05-14 03:37:44] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001200 10.0.0.27 - - [2026-05-14 03:37:44] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054316 10.0.0.23 - - [2026-05-14 03:37:44] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001692 10.0.0.27 - - [2026-05-14 03:37:44] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?fields=virtual_networks HTTP/1.1" 200 1039 0.062433 10.0.0.23 - - [2026-05-14 03:37:44] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001260 10.0.0.27 - - [2026-05-14 03:37:44] "POST /neutron/network HTTP/1.1" 200 1123 0.013638 10.0.0.27 - - [2026-05-14 03:37:44] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.051085 10.0.0.23 - - [2026-05-14 03:37:44] "GET /projects?obj_uuids=aff6487c-2467-4f6b-b1ea-f29cb0d86998&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001282 10.0.0.27 - - [2026-05-14 03:37:44] "GET /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998?fields=security_groups HTTP/1.1" 200 1263 0.059785 10.0.0.27 - - [2026-05-14 03:37:44] "POST /neutron/subnet HTTP/1.1" 200 1385 0.037580 10.0.0.27 - - [2026-05-14 03:37:44] "POST /neutron/network HTTP/1.1" 200 1113 0.011228 10.0.0.23 - - [2026-05-14 03:37:44] "DELETE /project/aff6487c24674f6bb1eaf29cb0d86998 HTTP/1.1" 404 173 0.004763 10.0.0.27 - - [2026-05-14 03:37:45] "POST /fqname-to-id HTTP/1.1" 404 186 0.056924 10.0.0.23 - - [2026-05-14 03:37:45] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.088554 10.0.0.23 - - [2026-05-14 03:37:45] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001218 10.0.0.23 - - [2026-05-14 03:37:45] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049824 10.0.0.23 - - [2026-05-14 03:37:46] "POST /id-to-fqname HTTP/1.1" 200 188 0.002905 10.0.0.23 - - [2026-05-14 03:37:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.004800 10.0.0.23 - - [2026-05-14 03:37:46] "POST /security-groups HTTP/1.1" 200 589 0.049524 10.0.0.23 - - [2026-05-14 03:37:46] "POST /projects HTTP/1.1" 200 581 0.290453 10.0.0.23 - - [2026-05-14 03:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.342243 10.0.0.22 - - [2026-05-14 03:37:46] "POST /fqname-to-id HTTP/1.1" 404 231 0.018278 10.0.0.27 - - [2026-05-14 03:37:46] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.631216 10.0.0.27 - - [2026-05-14 03:37:47] "GET / HTTP/1.1" 200 35931 0.002470 10.0.0.27 - - [2026-05-14 03:37:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.27 - - [2026-05-14 03:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.076683 10.0.0.23 - - [2026-05-14 03:37:50] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001241 10.0.0.27 - - [2026-05-14 03:37:50] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045915 10.0.0.22 - - [2026-05-14 03:37:50] "POST /ref-update HTTP/1.1" 200 156 0.037614 10.0.0.23 - - [2026-05-14 03:37:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007818 10.0.0.27 - - [2026-05-14 03:37:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.281424 10.0.0.27 - - [2026-05-14 03:37:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.001771 10.0.0.27 - - [2026-05-14 03:37:50] "GET /virtual-network/98f97bd0-67be-4c6f-bdab-589fe436a320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006517 10.0.0.27 - - [2026-05-14 03:37:51] "GET /virtual-network/98f97bd0-67be-4c6f-bdab-589fe436a320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006931 10.0.0.27 - - [2026-05-14 03:37:51] "POST /neutron/network HTTP/1.1" 200 831 0.008907 10.0.0.27 - - [2026-05-14 03:37:51] "GET /virtual-network/98f97bd0-67be-4c6f-bdab-589fe436a320?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007252 10.0.0.22 - - [2026-05-14 03:37:52] "GET /obj-perms HTTP/1.1" 200 5026 0.068656 10.0.0.27 - - [2026-05-14 03:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.23 - - [2026-05-14 03:37:53] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.27 - - [2026-05-14 03:37:53] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.063057 10.0.0.23 - - [2026-05-14 03:37:53] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.27 - - [2026-05-14 03:37:53] "POST /neutron/network HTTP/1.1" 200 617 0.148369 10.0.0.27 - - [2026-05-14 03:37:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.004325 10.0.0.27 - - [2026-05-14 03:37:53] "GET /virtual-network/d1495bfb-1ccc-41ff-be52-47ade7cc384e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006341 10.0.0.27 - - [2026-05-14 03:37:53] "POST /neutron/network HTTP/1.1" 200 833 0.009181 10.0.0.27 - - [2026-05-14 03:37:53] "GET /virtual-network/d1495bfb-1ccc-41ff-be52-47ade7cc384e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007633 10.0.0.27 - - [2026-05-14 03:37:54] "GET /virtual-network/d1495bfb-1ccc-41ff-be52-47ade7cc384e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006160 10.0.0.27 - - [2026-05-14 03:37:54] "GET /obj-perms HTTP/1.1" 200 5026 0.060780 10.0.0.23 - - [2026-05-14 03:37:54] "GET /obj-perms HTTP/1.1" 200 5026 0.062624 10.0.0.27 - - [2026-05-14 03:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.23 - - [2026-05-14 03:37:54] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001171 10.0.0.27 - - [2026-05-14 03:37:54] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.053916 10.0.0.27 - - [2026-05-14 03:37:54] "POST /neutron/network HTTP/1.1" 200 117 0.018073 10.0.0.22 - - [2026-05-14 03:37:55] "POST /route-targets HTTP/1.1" 200 327 0.019096 10.0.0.27 - - [2026-05-14 03:37:55] "POST /neutron/network HTTP/1.1" 200 839 0.017793 10.0.0.27 - - [2026-05-14 03:37:55] "POST /id-to-fqname HTTP/1.1" 200 226 0.001372 10.0.0.27 - - [2026-05-14 03:37:55] "GET /virtual-network/e2cdbd2b-9cc7-454d-9f68-e7b85fcba382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.010937 10.0.0.27 - - [2026-05-14 03:37:55] "GET /virtual-network/e2cdbd2b-9cc7-454d-9f68-e7b85fcba382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007606 10.0.0.27 - - [2026-05-14 03:37:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.011600 10.0.0.27 - - [2026-05-14 03:37:55] "GET /virtual-network/e2cdbd2b-9cc7-454d-9f68-e7b85fcba382?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008491 10.0.0.27 - - [2026-05-14 03:37:56] "POST /id-to-fqname HTTP/1.1" 200 225 0.001579 10.0.0.23 - - [2026-05-14 03:37:57] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001253 10.0.0.27 - - [2026-05-14 03:37:57] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.116666 10.0.0.27 - - [2026-05-14 03:37:57] "POST /neutron/network HTTP/1.1" 200 833 0.007895 10.0.0.27 - - [2026-05-14 03:37:57] "POST /id-to-fqname HTTP/1.1" 200 226 0.002164 10.0.0.27 - - [2026-05-14 03:37:57] "POST /neutron/port HTTP/1.1" 200 4190 0.056046 10.0.0.23 - - [2026-05-14 03:37:58] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001859 10.0.0.27 - - [2026-05-14 03:37:58] "POST /neutron/port HTTP/1.1" 200 1055 0.385767 10.0.0.27 - - [2026-05-14 03:37:58] "POST /neutron/port HTTP/1.1" 200 1109 0.156408 10.0.0.27 - - [2026-05-14 03:37:59] "POST /neutron/subnet HTTP/1.1" 200 683 0.013882 10.0.0.23 - - [2026-05-14 03:37:59] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001282 10.0.0.27 - - [2026-05-14 03:37:59] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.102121 10.0.0.27 - - [2026-05-14 03:37:59] "POST /neutron/network HTTP/1.1" 200 839 0.060638 10.0.0.27 - - [2026-05-14 03:37:59] "POST /neutron/port HTTP/1.1" 200 117 0.007999 10.0.0.27 - - [2026-05-14 03:37:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.005021 10.0.0.27 - - [2026-05-14 03:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2026-05-14 03:37:59] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001467 10.0.0.27 - - [2026-05-14 03:37:59] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011400 10.0.0.27 - - [2026-05-14 03:37:59] "POST /service-templates HTTP/1.1" 200 543 0.036630 10.0.0.27 - - [2026-05-14 03:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.27 - - [2026-05-14 03:37:59] "GET /service-template/72535f0c-7136-4ad7-80bc-ef060c0a1abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007061 10.0.0.27 - - [2026-05-14 03:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005473 10.0.0.27 - - [2026-05-14 03:37:59] "GET /service-template/72535f0c-7136-4ad7-80bc-ef060c0a1abf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005975 10.0.0.27 - - [2026-05-14 03:38:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001889 10.0.0.27 - - [2026-05-14 03:38:00] "POST /id-to-fqname HTTP/1.1" 200 225 0.001636 10.0.0.27 - - [2026-05-14 03:38:00] "POST /id-to-fqname HTTP/1.1" 200 226 0.001527 10.0.0.27 - - [2026-05-14 03:38:00] "POST /neutron/port HTTP/1.1" 200 5987 0.136105 10.0.0.27 - - [2026-05-14 03:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.27 - - [2026-05-14 03:38:00] "POST /neutron/port HTTP/1.1" 200 1059 0.020530 10.0.0.27 - - [2026-05-14 03:38:00] "DELETE /service-template/72535f0c-7136-4ad7-80bc-ef060c0a1abf HTTP/1.1" 200 115 0.041149 10.0.0.27 - - [2026-05-14 03:38:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.004694 10.0.0.27 - - [2026-05-14 03:38:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005591 10.0.0.27 - - [2026-05-14 03:38:01] "POST /neutron/network HTTP/1.1" 200 839 0.012085 10.0.0.27 - - [2026-05-14 03:38:01] "POST /neutron/port HTTP/1.1" 200 1119 0.022608 10.0.0.27 - - [2026-05-14 03:38:02] "POST /neutron/port HTTP/1.1" 200 1123 0.022856 10.0.0.27 - - [2026-05-14 03:38:03] "POST /neutron/port HTTP/1.1" 200 117 0.009212 10.0.0.27 - - [2026-05-14 03:38:03] "POST /neutron/network HTTP/1.1" 200 839 0.008817 10.0.0.22 - - [2026-05-14 03:38:03] "DELETE /route-target/d3a65509-91f7-441c-94ac-1ffab40fb451 HTTP/1.1" 200 115 0.038152 10.0.0.27 - - [2026-05-14 03:38:03] "POST /neutron/network HTTP/1.1" 200 833 0.009675 10.0.0.23 - - [2026-05-14 03:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005061 10.0.0.22 - - [2026-05-14 03:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005620 10.0.0.23 - - [2026-05-14 03:38:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003058 10.0.0.27 - - [2026-05-14 03:38:04] "POST /neutron/network HTTP/1.1" 200 151 0.145845 10.0.0.27 - - [2026-05-14 03:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.23 - - [2026-05-14 03:38:07] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.27 - - [2026-05-14 03:38:07] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048836 10.0.0.22 - - [2026-05-14 03:38:07] "POST /ref-update HTTP/1.1" 200 156 0.037508 10.0.0.23 - - [2026-05-14 03:38:07] "POST /useragent-kv HTTP/1.1" 200 115 0.009734 10.0.0.27 - - [2026-05-14 03:38:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.262556 10.0.0.27 - - [2026-05-14 03:38:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.002368 10.0.0.27 - - [2026-05-14 03:38:07] "GET /virtual-network/424af5be-d7d4-4090-be3c-9a4fa44ee962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007758 10.0.0.27 - - [2026-05-14 03:38:07] "GET /virtual-network/424af5be-d7d4-4090-be3c-9a4fa44ee962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007430 10.0.0.27 - - [2026-05-14 03:38:07] "POST /neutron/network HTTP/1.1" 200 832 0.009004 10.0.0.27 - - [2026-05-14 03:38:08] "GET /virtual-network/424af5be-d7d4-4090-be3c-9a4fa44ee962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008050 10.0.0.22 - - [2026-05-14 03:38:08] "GET /obj-perms HTTP/1.1" 200 5026 0.003976 10.0.0.27 - - [2026-05-14 03:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.23 - - [2026-05-14 03:38:08] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001199 10.0.0.27 - - [2026-05-14 03:38:08] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.049582 10.0.0.23 - - [2026-05-14 03:38:08] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.27 - - [2026-05-14 03:38:08] "POST /neutron/network HTTP/1.1" 200 613 0.200728 10.0.0.27 - - [2026-05-14 03:38:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.004516 10.0.0.27 - - [2026-05-14 03:38:09] "GET /virtual-network/17f13d5f-a2ab-4bc6-a682-d7a4024b8b8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006460 10.0.0.27 - - [2026-05-14 03:38:09] "POST /neutron/network HTTP/1.1" 200 832 0.008189 10.0.0.27 - - [2026-05-14 03:38:09] "GET /virtual-network/17f13d5f-a2ab-4bc6-a682-d7a4024b8b8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006988 10.0.0.27 - - [2026-05-14 03:38:09] "GET /virtual-network/17f13d5f-a2ab-4bc6-a682-d7a4024b8b8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006927 10.0.0.27 - - [2026-05-14 03:38:09] "GET /obj-perms HTTP/1.1" 200 5026 0.004889 10.0.0.23 - - [2026-05-14 03:38:09] "GET /obj-perms HTTP/1.1" 200 5026 0.004853 10.0.0.27 - - [2026-05-14 03:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.23 - - [2026-05-14 03:38:09] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001387 10.0.0.27 - - [2026-05-14 03:38:09] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.049281 10.0.0.27 - - [2026-05-14 03:38:09] "POST /neutron/network HTTP/1.1" 200 117 0.019317 10.0.0.22 - - [2026-05-14 03:38:10] "POST /route-targets HTTP/1.1" 200 327 0.015888 10.0.0.27 - - [2026-05-14 03:38:10] "POST /neutron/network HTTP/1.1" 200 832 0.011651 10.0.0.27 - - [2026-05-14 03:38:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001505 10.0.0.27 - - [2026-05-14 03:38:10] "GET /virtual-network/b1683788-42d3-4045-b34e-74fa8393487b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006575 10.0.0.27 - - [2026-05-14 03:38:10] "GET /virtual-network/b1683788-42d3-4045-b34e-74fa8393487b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006500 10.0.0.27 - - [2026-05-14 03:38:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.014429 10.0.0.27 - - [2026-05-14 03:38:10] "GET /virtual-network/b1683788-42d3-4045-b34e-74fa8393487b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007291 10.0.0.27 - - [2026-05-14 03:38:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001723 10.0.0.23 - - [2026-05-14 03:38:12] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.27 - - [2026-05-14 03:38:12] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.077413 10.0.0.27 - - [2026-05-14 03:38:12] "POST /neutron/network HTTP/1.1" 200 832 0.008323 10.0.0.27 - - [2026-05-14 03:38:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001773 10.0.0.27 - - [2026-05-14 03:38:12] "POST /neutron/port HTTP/1.1" 200 4190 0.041317 10.0.0.23 - - [2026-05-14 03:38:12] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001197 10.0.0.27 - - [2026-05-14 03:38:13] "POST /neutron/port HTTP/1.1" 200 1058 0.384001 10.0.0.27 - - [2026-05-14 03:38:13] "POST /neutron/port HTTP/1.1" 200 1112 0.143668 10.0.0.27 - - [2026-05-14 03:38:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.013330 10.0.0.23 - - [2026-05-14 03:38:13] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.27 - - [2026-05-14 03:38:13] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.102648 10.0.0.27 - - [2026-05-14 03:38:13] "POST /neutron/network HTTP/1.1" 200 832 0.007229 10.0.0.27 - - [2026-05-14 03:38:14] "POST /neutron/port HTTP/1.1" 200 117 0.008875 10.0.0.27 - - [2026-05-14 03:38:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.003200 10.0.0.27 - - [2026-05-14 03:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.23 - - [2026-05-14 03:38:14] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001587 10.0.0.27 - - [2026-05-14 03:38:14] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011167 10.0.0.27 - - [2026-05-14 03:38:14] "POST /service-templates HTTP/1.1" 200 543 0.046093 10.0.0.27 - - [2026-05-14 03:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005250 10.0.0.27 - - [2026-05-14 03:38:14] "GET /service-template/ec14b54e-a66d-4db8-8b9a-f9c68529109a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.011383 10.0.0.27 - - [2026-05-14 03:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2026-05-14 03:38:14] "GET /service-template/ec14b54e-a66d-4db8-8b9a-f9c68529109a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005337 10.0.0.27 - - [2026-05-14 03:38:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001440 10.0.0.27 - - [2026-05-14 03:38:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001518 10.0.0.27 - - [2026-05-14 03:38:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001483 10.0.0.27 - - [2026-05-14 03:38:14] "POST /neutron/port HTTP/1.1" 200 6072 0.094620 10.0.0.27 - - [2026-05-14 03:38:14] "POST /neutron/port HTTP/1.1" 200 1056 0.025991 10.0.0.27 - - [2026-05-14 03:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.27 - - [2026-05-14 03:38:14] "DELETE /service-template/ec14b54e-a66d-4db8-8b9a-f9c68529109a HTTP/1.1" 200 115 0.033355 10.0.0.27 - - [2026-05-14 03:38:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.015450 10.0.0.27 - - [2026-05-14 03:38:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004627 10.0.0.27 - - [2026-05-14 03:38:15] "POST /neutron/network HTTP/1.1" 200 832 0.008635 10.0.0.27 - - [2026-05-14 03:38:15] "POST /neutron/port HTTP/1.1" 200 1122 0.019403 10.0.0.27 - - [2026-05-14 03:38:16] "POST /neutron/port HTTP/1.1" 200 1120 0.027651 10.0.0.27 - - [2026-05-14 03:38:16] "POST /neutron/port HTTP/1.1" 200 117 0.006849 10.0.0.27 - - [2026-05-14 03:38:17] "POST /neutron/network HTTP/1.1" 200 832 0.008246 10.0.0.22 - - [2026-05-14 03:38:17] "DELETE /route-target/8e0c0013-23c6-45e5-b8e0-cceedd0245c7 HTTP/1.1" 200 115 0.034364 10.0.0.27 - - [2026-05-14 03:38:17] "POST /neutron/network HTTP/1.1" 200 832 0.010317 10.0.0.23 - - [2026-05-14 03:38:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003449 10.0.0.22 - - [2026-05-14 03:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.23 - - [2026-05-14 03:38:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003173 10.0.0.27 - - [2026-05-14 03:38:18] "POST /neutron/network HTTP/1.1" 200 151 0.130194 10.0.0.23 - - [2026-05-14 03:38:19] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001486 10.0.0.27 - - [2026-05-14 03:38:19] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.056439 10.0.0.23 - - [2026-05-14 03:38:19] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001711 10.0.0.27 - - [2026-05-14 03:38:19] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?fields=virtual_networks HTTP/1.1" 200 1038 0.051261 10.0.0.23 - - [2026-05-14 03:38:20] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001825 10.0.0.27 - - [2026-05-14 03:38:20] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.055925 10.0.0.23 - - [2026-05-14 03:38:20] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.27 - - [2026-05-14 03:38:20] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?fields=security_groups HTTP/1.1" 200 1262 0.060698 10.0.0.27 - - [2026-05-14 03:38:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.035148 10.0.0.23 - - [2026-05-14 03:38:21] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004623 10.0.0.23 - - [2026-05-14 03:38:21] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.23 - - [2026-05-14 03:38:21] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.045761 10.0.0.23 - - [2026-05-14 03:38:21] "POST /id-to-fqname HTTP/1.1" 200 186 0.003127 10.0.0.23 - - [2026-05-14 03:38:21] "POST /fqname-to-id HTTP/1.1" 404 195 0.006823 10.0.0.23 - - [2026-05-14 03:38:21] "POST /security-groups HTTP/1.1" 200 587 0.083819 10.0.0.23 - - [2026-05-14 03:38:21] "POST /projects HTTP/1.1" 200 577 0.303487 10.0.0.22 - - [2026-05-14 03:38:21] "POST /access-control-lists HTTP/1.1" 200 592 0.035798 10.0.0.23 - - [2026-05-14 03:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.379611 10.0.0.27 - - [2026-05-14 03:38:21] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.572254 10.0.0.27 - - [2026-05-14 03:38:23] "GET / HTTP/1.1" 200 35931 0.002180 10.0.0.27 - - [2026-05-14 03:38:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000633 10.0.0.27 - - [2026-05-14 03:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.066904 10.0.0.23 - - [2026-05-14 03:38:25] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001049 10.0.0.27 - - [2026-05-14 03:38:25] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.052342 10.0.0.22 - - [2026-05-14 03:38:25] "POST /route-targets HTTP/1.1" 200 327 0.019292 10.0.0.23 - - [2026-05-14 03:38:26] "POST /useragent-kv HTTP/1.1" 200 115 0.008124 10.0.0.27 - - [2026-05-14 03:38:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.310427 10.0.0.27 - - [2026-05-14 03:38:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001436 10.0.0.27 - - [2026-05-14 03:38:26] "GET /virtual-network/5fd7d736-2a52-4478-b131-575809c83150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006318 10.0.0.27 - - [2026-05-14 03:38:26] "GET /virtual-network/5fd7d736-2a52-4478-b131-575809c83150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006542 10.0.0.27 - - [2026-05-14 03:38:26] "POST /neutron/network HTTP/1.1" 200 830 0.008088 10.0.0.27 - - [2026-05-14 03:38:26] "GET /virtual-network/5fd7d736-2a52-4478-b131-575809c83150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007322 10.0.0.22 - - [2026-05-14 03:38:27] "GET /obj-perms HTTP/1.1" 200 5022 0.065065 10.0.0.27 - - [2026-05-14 03:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005705 10.0.0.23 - - [2026-05-14 03:38:28] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001400 10.0.0.27 - - [2026-05-14 03:38:28] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.062622 10.0.0.23 - - [2026-05-14 03:38:28] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001372 10.0.0.27 - - [2026-05-14 03:38:28] "POST /neutron/network HTTP/1.1" 200 611 0.177007 10.0.0.22 - - [2026-05-14 03:38:28] "POST /ref-update HTTP/1.1" 200 156 0.029958 10.0.0.27 - - [2026-05-14 03:38:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.003890 10.0.0.27 - - [2026-05-14 03:38:29] "GET /virtual-network/3745fae3-4bda-4d96-a3f1-086f33e3ae7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006373 10.0.0.27 - - [2026-05-14 03:38:29] "POST /neutron/network HTTP/1.1" 200 830 0.007432 10.0.0.27 - - [2026-05-14 03:38:29] "GET /virtual-network/3745fae3-4bda-4d96-a3f1-086f33e3ae7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006159 10.0.0.27 - - [2026-05-14 03:38:29] "GET /virtual-network/3745fae3-4bda-4d96-a3f1-086f33e3ae7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007071 10.0.0.23 - - [2026-05-14 03:38:29] "GET /obj-perms HTTP/1.1" 200 5056 0.077688 10.0.0.27 - - [2026-05-14 03:38:29] "GET /obj-perms HTTP/1.1" 200 5022 0.232054 10.0.0.27 - - [2026-05-14 03:38:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.23 - - [2026-05-14 03:38:30] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001276 10.0.0.27 - - [2026-05-14 03:38:30] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.064945 10.0.0.27 - - [2026-05-14 03:38:30] "POST /neutron/network HTTP/1.1" 200 117 0.019502 10.0.0.27 - - [2026-05-14 03:38:30] "POST /neutron/network HTTP/1.1" 200 828 0.009792 10.0.0.27 - - [2026-05-14 03:38:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001465 10.0.0.27 - - [2026-05-14 03:38:30] "GET /virtual-network/94b82318-1c76-4951-8f97-c2bd261de568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006734 10.0.0.27 - - [2026-05-14 03:38:30] "GET /virtual-network/94b82318-1c76-4951-8f97-c2bd261de568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006722 10.0.0.27 - - [2026-05-14 03:38:30] "POST /neutron/subnet HTTP/1.1" 200 705 0.013541 10.0.0.27 - - [2026-05-14 03:38:31] "GET /virtual-network/94b82318-1c76-4951-8f97-c2bd261de568?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.018893 10.0.0.22 - - [2026-05-14 03:38:31] "DELETE /access-control-list/801a0cac-7874-4c23-83db-5119bf28485a HTTP/1.1" 200 115 0.076902 10.0.0.27 - - [2026-05-14 03:38:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001616 10.0.0.23 - - [2026-05-14 03:38:32] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001355 10.0.0.27 - - [2026-05-14 03:38:32] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.094057 10.0.0.27 - - [2026-05-14 03:38:32] "POST /neutron/network HTTP/1.1" 200 830 0.009347 10.0.0.27 - - [2026-05-14 03:38:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001566 10.0.0.27 - - [2026-05-14 03:38:33] "POST /neutron/port HTTP/1.1" 200 4190 0.041301 10.0.0.23 - - [2026-05-14 03:38:33] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001247 10.0.0.27 - - [2026-05-14 03:38:33] "POST /neutron/port HTTP/1.1" 200 1056 0.388811 10.0.0.27 - - [2026-05-14 03:38:34] "POST /neutron/port HTTP/1.1" 200 1110 0.158601 10.0.0.27 - - [2026-05-14 03:38:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.010860 10.0.0.23 - - [2026-05-14 03:38:34] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001687 10.0.0.27 - - [2026-05-14 03:38:34] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.083786 10.0.0.27 - - [2026-05-14 03:38:34] "POST /neutron/network HTTP/1.1" 200 828 0.008331 10.0.0.27 - - [2026-05-14 03:38:34] "POST /neutron/port HTTP/1.1" 200 117 0.008456 10.0.0.27 - - [2026-05-14 03:38:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.004107 10.0.0.27 - - [2026-05-14 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005846 10.0.0.23 - - [2026-05-14 03:38:34] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001993 10.0.0.27 - - [2026-05-14 03:38:34] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011897 10.0.0.27 - - [2026-05-14 03:38:34] "POST /service-templates HTTP/1.1" 200 543 0.027611 10.0.0.27 - - [2026-05-14 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.27 - - [2026-05-14 03:38:35] "GET /service-template/412a3b8e-bf62-4b7c-9db9-b71d45fd048c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006827 10.0.0.27 - - [2026-05-14 03:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2026-05-14 03:38:35] "GET /service-template/412a3b8e-bf62-4b7c-9db9-b71d45fd048c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007393 10.0.0.27 - - [2026-05-14 03:38:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001953 10.0.0.27 - - [2026-05-14 03:38:35] "POST /id-to-fqname HTTP/1.1" 200 221 0.001740 10.0.0.27 - - [2026-05-14 03:38:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001758 10.0.0.27 - - [2026-05-14 03:38:35] "POST /neutron/port HTTP/1.1" 200 1052 0.028295 10.0.0.27 - - [2026-05-14 03:38:35] "POST /neutron/port HTTP/1.1" 200 1106 0.151623 10.0.0.27 - - [2026-05-14 03:38:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.27 - - [2026-05-14 03:38:35] "DELETE /service-template/412a3b8e-bf62-4b7c-9db9-b71d45fd048c HTTP/1.1" 200 115 0.035478 10.0.0.27 - - [2026-05-14 03:38:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.005599 10.0.0.27 - - [2026-05-14 03:38:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004295 10.0.0.27 - - [2026-05-14 03:38:35] "POST /neutron/network HTTP/1.1" 200 828 0.015595 10.0.0.27 - - [2026-05-14 03:38:36] "POST /neutron/port HTTP/1.1" 200 1120 0.031014 10.0.0.27 - - [2026-05-14 03:38:37] "POST /neutron/port HTTP/1.1" 200 1116 0.020845 10.0.0.27 - - [2026-05-14 03:38:38] "POST /neutron/network HTTP/1.1" 200 828 0.008615 10.0.0.22 - - [2026-05-14 03:38:38] "DELETE /route-target/02774ade-3391-44ff-b6b6-7a0199146278 HTTP/1.1" 200 115 0.069176 10.0.0.27 - - [2026-05-14 03:38:38] "POST /neutron/network HTTP/1.1" 200 830 0.008540 10.0.0.23 - - [2026-05-14 03:38:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003697 10.0.0.22 - - [2026-05-14 03:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006279 10.0.0.23 - - [2026-05-14 03:38:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002914 10.0.0.27 - - [2026-05-14 03:38:39] "POST /neutron/network HTTP/1.1" 200 151 0.144575 10.0.0.27 - - [2026-05-14 03:38:41] "POST /neutron/network HTTP/1.1" 200 937 0.045390 10.0.0.27 - - [2026-05-14 03:38:41] "POST /neutron/port HTTP/1.1" 200 117 0.001498 10.0.0.27 - - [2026-05-14 03:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.23 - - [2026-05-14 03:38:42] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001372 10.0.0.27 - - [2026-05-14 03:38:42] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.069993 10.0.0.23 - - [2026-05-14 03:38:42] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001172 10.0.0.27 - - [2026-05-14 03:38:42] "POST /neutron/network HTTP/1.1" 200 611 0.169128 10.0.0.22 - - [2026-05-14 03:38:42] "POST /ref-update HTTP/1.1" 200 156 0.023447 10.0.0.27 - - [2026-05-14 03:38:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.003886 10.0.0.27 - - [2026-05-14 03:38:42] "GET /virtual-network/9b289948-bb2b-4501-b07e-f9fe567bb5c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009982 10.0.0.27 - - [2026-05-14 03:38:42] "POST /neutron/network HTTP/1.1" 200 831 0.009559 10.0.0.27 - - [2026-05-14 03:38:42] "GET /virtual-network/9b289948-bb2b-4501-b07e-f9fe567bb5c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007743 10.0.0.27 - - [2026-05-14 03:38:43] "GET /virtual-network/9b289948-bb2b-4501-b07e-f9fe567bb5c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006991 10.0.0.27 - - [2026-05-14 03:38:43] "GET /obj-perms HTTP/1.1" 200 5022 0.008331 10.0.0.22 - - [2026-05-14 03:38:43] "GET /obj-perms HTTP/1.1" 200 5022 0.004607 10.0.0.23 - - [2026-05-14 03:38:43] "GET /obj-perms HTTP/1.1" 200 5022 0.075237 10.0.0.27 - - [2026-05-14 03:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.23 - - [2026-05-14 03:38:43] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001394 10.0.0.27 - - [2026-05-14 03:38:43] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.057921 10.0.0.27 - - [2026-05-14 03:38:43] "POST /neutron/network HTTP/1.1" 200 117 0.020070 10.0.0.27 - - [2026-05-14 03:38:44] "POST /neutron/network HTTP/1.1" 200 826 0.017265 10.0.0.27 - - [2026-05-14 03:38:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.001997 10.0.0.27 - - [2026-05-14 03:38:44] "GET /virtual-network/64a5144d-e1c9-4cc6-b504-cc598d2a4218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008571 10.0.0.27 - - [2026-05-14 03:38:44] "GET /virtual-network/64a5144d-e1c9-4cc6-b504-cc598d2a4218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008490 10.0.0.27 - - [2026-05-14 03:38:44] "POST /neutron/subnet HTTP/1.1" 200 705 0.011919 10.0.0.27 - - [2026-05-14 03:38:44] "GET /virtual-network/64a5144d-e1c9-4cc6-b504-cc598d2a4218?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007082 10.0.0.27 - - [2026-05-14 03:38:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.23 - - [2026-05-14 03:38:45] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001155 10.0.0.23 - - [2026-05-14 03:38:45] "DELETE /project/3c6052f76bfd4d45acc7788542b31c66 HTTP/1.1" 404 173 0.010430 10.0.0.23 - - [2026-05-14 03:38:45] "DELETE /project/848007dc4dc2429cb4a99b36ec0651bd HTTP/1.1" 404 173 0.012222 10.0.0.23 - - [2026-05-14 03:38:45] "DELETE /project/aff6487c-2467-4f6b-b1ea-f29cb0d86998 HTTP/1.1" 404 177 0.009516 10.0.0.23 - - [2026-05-14 03:38:45] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.27 - - [2026-05-14 03:38:45] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.068518 10.0.0.23 - - [2026-05-14 03:38:45] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.096785 10.0.0.23 - - [2026-05-14 03:38:45] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001444 10.0.0.23 - - [2026-05-14 03:38:45] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?fields=security_groups HTTP/1.1" 200 1367 0.069512 10.0.0.23 - - [2026-05-14 03:38:45] "DELETE /security-group/7a03be6c-06b1-4ceb-b18e-8c339dd98f35 HTTP/1.1" 200 115 0.070266 10.0.0.23 - - [2026-05-14 03:38:45] "GET /projects?obj_uuids=3c6052f7-6bfd-4d45-acc7-788542b31c66&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001306 10.0.0.22 - - [2026-05-14 03:38:45] "DELETE /access-control-list/446d433e-c6f8-4b65-b4dc-1207ecdf3b35 HTTP/1.1" 200 115 0.092306 10.0.0.23 - - [2026-05-14 03:38:45] "GET /project/3c6052f7-6bfd-4d45-acc7-788542b31c66?fields=application_policy_sets HTTP/1.1" 200 1406 0.095964 10.0.0.22 - - [2026-05-14 03:38:45] "POST /ref-update HTTP/1.1" 200 156 0.061383 10.0.0.23 - - [2026-05-14 03:38:45] "DELETE /project/3c6052f7-6bfd-4d45-acc7-788542b31c66 HTTP/1.1" 200 115 0.713582 10.0.0.23 - - [2026-05-14 03:38:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005889 10.0.0.27 - - [2026-05-14 03:38:45] "POST /neutron/subnet HTTP/1.1" 200 729 0.356868 10.0.0.27 - - [2026-05-14 03:38:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001424 10.0.0.27 - - [2026-05-14 03:38:45] "GET /virtual-network/2aca30da-f57c-402d-86f0-27da2170c43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009993 10.0.0.27 - - [2026-05-14 03:38:45] "GET /virtual-network/2aca30da-f57c-402d-86f0-27da2170c43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.010526 10.0.0.27 - - [2026-05-14 03:38:46] "POST /neutron/network HTTP/1.1" 200 833 0.014278 10.0.0.27 - - [2026-05-14 03:38:46] "POST /neutron/port HTTP/1.1" 200 1107 0.033105 10.0.0.27 - - [2026-05-14 03:38:46] "GET /virtual-network/2aca30da-f57c-402d-86f0-27da2170c43c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007092 10.0.0.27 - - [2026-05-14 03:38:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.010619 10.0.0.27 - - [2026-05-14 03:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007325 10.0.0.23 - - [2026-05-14 03:38:46] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002593 10.0.0.27 - - [2026-05-14 03:38:46] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.062291 10.0.0.27 - - [2026-05-14 03:38:46] "POST /neutron/network HTTP/1.1" 200 117 0.022936 10.0.0.27 - - [2026-05-14 03:38:47] "POST /neutron/network HTTP/1.1" 200 841 0.011685 10.0.0.27 - - [2026-05-14 03:38:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001420 10.0.0.27 - - [2026-05-14 03:38:47] "GET /virtual-network/fd083bb7-0d7d-4b0c-906b-f1b8d8283b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007037 10.0.0.27 - - [2026-05-14 03:38:47] "GET /virtual-network/fd083bb7-0d7d-4b0c-906b-f1b8d8283b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006815 10.0.0.27 - - [2026-05-14 03:38:47] "POST /neutron/subnet HTTP/1.1" 200 719 0.012478 10.0.0.27 - - [2026-05-14 03:38:47] "GET /virtual-network/fd083bb7-0d7d-4b0c-906b-f1b8d8283b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008292 10.0.0.27 - - [2026-05-14 03:38:47] "GET /obj-perms HTTP/1.1" 200 5022 0.004362 10.0.0.22 - - [2026-05-14 03:38:48] "GET /obj-perms HTTP/1.1" 200 5022 0.004628 10.0.0.23 - - [2026-05-14 03:38:48] "GET /obj-perms HTTP/1.1" 200 5022 0.007843 10.0.0.27 - - [2026-05-14 03:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.23 - - [2026-05-14 03:38:48] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001276 10.0.0.27 - - [2026-05-14 03:38:48] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.052810 10.0.0.22 - - [2026-05-14 03:38:48] "POST /route-targets HTTP/1.1" 200 327 0.016033 10.0.0.23 - - [2026-05-14 03:38:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004552 10.0.0.27 - - [2026-05-14 03:38:48] "POST /neutron/subnet HTTP/1.1" 200 724 0.269841 10.0.0.27 - - [2026-05-14 03:38:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001467 10.0.0.27 - - [2026-05-14 03:38:48] "GET /virtual-network/c609cb90-4ab6-4656-aab3-241eb3ebfa79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.012582 10.0.0.27 - - [2026-05-14 03:38:48] "GET /virtual-network/c609cb90-4ab6-4656-aab3-241eb3ebfa79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006465 10.0.0.27 - - [2026-05-14 03:38:48] "POST /neutron/network HTTP/1.1" 200 844 0.008178 10.0.0.27 - - [2026-05-14 03:38:49] "GET /virtual-network/c609cb90-4ab6-4656-aab3-241eb3ebfa79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006689 10.0.0.27 - - [2026-05-14 03:38:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.003013 10.0.0.27 - - [2026-05-14 03:38:49] "POST /neutron/network HTTP/1.1" 200 836 0.008545 10.0.0.23 - - [2026-05-14 03:38:50] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001269 10.0.0.27 - - [2026-05-14 03:38:50] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.088248 10.0.0.27 - - [2026-05-14 03:38:50] "POST /neutron/port HTTP/1.1" 200 117 0.007615 10.0.0.27 - - [2026-05-14 03:38:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001609 10.0.0.27 - - [2026-05-14 03:38:51] "POST /neutron/network HTTP/1.1" 200 836 0.009007 10.0.0.27 - - [2026-05-14 03:38:51] "POST /neutron/port HTTP/1.1" 200 1052 0.021584 10.0.0.27 - - [2026-05-14 03:38:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004908 10.0.0.27 - - [2026-05-14 03:38:52] "POST /neutron/network HTTP/1.1" 200 826 0.008587 10.0.0.23 - - [2026-05-14 03:38:52] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001467 10.0.0.27 - - [2026-05-14 03:38:52] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.085721 10.0.0.27 - - [2026-05-14 03:38:52] "POST /neutron/security_group HTTP/1.1" 200 2054 0.015619 10.0.0.27 - - [2026-05-14 03:38:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.004139 10.0.0.27 - - [2026-05-14 03:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.23 - - [2026-05-14 03:38:52] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001779 10.0.0.27 - - [2026-05-14 03:38:52] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011596 10.0.0.27 - - [2026-05-14 03:38:52] "POST /service-templates HTTP/1.1" 200 543 0.050509 10.0.0.27 - - [2026-05-14 03:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005259 10.0.0.27 - - [2026-05-14 03:38:52] "GET /service-template/8d9002e1-a418-4390-9ac6-4b1a896a52a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007259 10.0.0.27 - - [2026-05-14 03:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007919 10.0.0.27 - - [2026-05-14 03:38:52] "GET /service-template/8d9002e1-a418-4390-9ac6-4b1a896a52a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004993 10.0.0.27 - - [2026-05-14 03:38:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001426 10.0.0.27 - - [2026-05-14 03:38:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.002369 10.0.0.23 - - [2026-05-14 03:38:52] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001670 10.0.0.27 - - [2026-05-14 03:38:53] "POST /id-to-fqname HTTP/1.1" 200 228 0.001675 10.0.0.27 - - [2026-05-14 03:38:53] "POST /neutron/port HTTP/1.1" 200 1057 0.405622 10.0.0.27 - - [2026-05-14 03:38:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008665 10.0.0.27 - - [2026-05-14 03:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.27 - - [2026-05-14 03:38:53] "DELETE /service-template/8d9002e1-a418-4390-9ac6-4b1a896a52a7 HTTP/1.1" 200 115 0.065881 10.0.0.27 - - [2026-05-14 03:38:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.006615 10.0.0.27 - - [2026-05-14 03:38:53] "POST /neutron/port HTTP/1.1" 200 1121 0.023197 10.0.0.27 - - [2026-05-14 03:38:53] "POST /neutron/port HTTP/1.1" 200 117 0.001362 10.0.0.23 - - [2026-05-14 03:38:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003849 10.0.0.23 - - [2026-05-14 03:38:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002867 10.0.0.27 - - [2026-05-14 03:38:54] "POST /neutron/network HTTP/1.1" 200 151 0.160657 10.0.0.22 - - [2026-05-14 03:38:54] "DELETE /route-target/c5160ddb-f96c-4465-94c3-1c723c3ed394 HTTP/1.1" 200 115 0.031653 10.0.0.27 - - [2026-05-14 03:38:54] "POST /neutron/port HTTP/1.1" 200 1116 0.028760 10.0.0.27 - - [2026-05-14 03:38:54] "POST /neutron/network HTTP/1.1" 200 833 0.007993 10.0.0.27 - - [2026-05-14 03:38:55] "POST /neutron/port HTTP/1.1" 200 1111 0.021373 10.0.0.27 - - [2026-05-14 03:38:55] "POST /neutron/network HTTP/1.1" 200 2179 0.013360 10.0.0.27 - - [2026-05-14 03:38:56] "POST /neutron/network HTTP/1.1" 200 833 0.008246 10.0.0.22 - - [2026-05-14 03:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006229 10.0.0.23 - - [2026-05-14 03:38:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006761 10.0.0.23 - - [2026-05-14 03:38:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006206 10.0.0.27 - - [2026-05-14 03:38:57] "POST /neutron/network HTTP/1.1" 200 151 0.169462 10.0.0.22 - - [2026-05-14 03:38:57] "DELETE /route-target/df4f5408-4fb5-4aa7-8b8c-419386b1f0d0 HTTP/1.1" 200 115 0.050659 10.0.0.23 - - [2026-05-14 03:38:59] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001243 10.0.0.27 - - [2026-05-14 03:38:59] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.066925 10.0.0.23 - - [2026-05-14 03:38:59] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001197 10.0.0.27 - - [2026-05-14 03:38:59] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?fields=virtual_networks HTTP/1.1" 200 1034 0.054951 10.0.0.23 - - [2026-05-14 03:38:59] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001272 10.0.0.27 - - [2026-05-14 03:38:59] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.072947 10.0.0.23 - - [2026-05-14 03:38:59] "GET /projects?obj_uuids=848007dc-4dc2-429c-b4a9-9b36ec0651bd&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002082 10.0.0.27 - - [2026-05-14 03:38:59] "GET /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd?fields=security_groups HTTP/1.1" 200 1256 0.074665 10.0.0.27 - - [2026-05-14 03:39:01] "POST /fqname-to-id HTTP/1.1" 404 190 0.038288 10.0.0.23 - - [2026-05-14 03:39:01] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003850 10.0.0.23 - - [2026-05-14 03:39:01] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001544 10.0.0.23 - - [2026-05-14 03:39:01] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010429 10.0.0.23 - - [2026-05-14 03:39:01] "POST /id-to-fqname HTTP/1.1" 200 192 0.007630 10.0.0.23 - - [2026-05-14 03:39:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.010240 10.0.0.23 - - [2026-05-14 03:39:01] "POST /security-groups HTTP/1.1" 200 593 0.045003 10.0.0.22 - - [2026-05-14 03:39:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.003934 10.0.0.23 - - [2026-05-14 03:39:01] "POST /projects HTTP/1.1" 200 589 0.309144 10.0.0.23 - - [2026-05-14 03:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.360121 10.0.0.27 - - [2026-05-14 03:39:01] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.536639 10.0.0.22 - - [2026-05-14 03:39:01] "POST /access-control-lists HTTP/1.1" 200 596 0.054888 10.0.0.27 - - [2026-05-14 03:39:02] "GET / HTTP/1.1" 200 35931 0.002476 10.0.0.27 - - [2026-05-14 03:39:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000654 10.0.0.27 - - [2026-05-14 03:39:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.076593 10.0.0.23 - - [2026-05-14 03:39:05] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001367 10.0.0.27 - - [2026-05-14 03:39:05] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.045786 10.0.0.27 - - [2026-05-14 03:39:05] "POST /neutron/network HTTP/1.1" 200 117 0.059816 10.0.0.27 - - [2026-05-14 03:39:05] "POST /neutron/network HTTP/1.1" 200 826 0.009331 10.0.0.27 - - [2026-05-14 03:39:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001290 10.0.0.27 - - [2026-05-14 03:39:05] "GET /virtual-network/138752c3-7dc2-40db-880c-d1dbd4967b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006509 10.0.0.27 - - [2026-05-14 03:39:05] "GET /virtual-network/138752c3-7dc2-40db-880c-d1dbd4967b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006986 10.0.0.27 - - [2026-05-14 03:39:05] "POST /neutron/subnet HTTP/1.1" 200 705 0.014617 10.0.0.27 - - [2026-05-14 03:39:06] "GET /virtual-network/138752c3-7dc2-40db-880c-d1dbd4967b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006433 10.0.0.27 - - [2026-05-14 03:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.23 - - [2026-05-14 03:39:08] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001331 10.0.0.27 - - [2026-05-14 03:39:08] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.052221 10.0.0.22 - - [2026-05-14 03:39:08] "POST /route-targets HTTP/1.1" 200 327 0.020793 10.0.0.23 - - [2026-05-14 03:39:08] "POST /useragent-kv HTTP/1.1" 200 115 0.009909 10.0.0.27 - - [2026-05-14 03:39:08] "POST /neutron/subnet HTTP/1.1" 200 724 0.221025 10.0.0.27 - - [2026-05-14 03:39:08] "POST /id-to-fqname HTTP/1.1" 200 225 0.002004 10.0.0.27 - - [2026-05-14 03:39:08] "GET /virtual-network/6f628883-b009-4624-8fb5-347a8a163d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007287 10.0.0.27 - - [2026-05-14 03:39:08] "GET /virtual-network/6f628883-b009-4624-8fb5-347a8a163d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007708 10.0.0.27 - - [2026-05-14 03:39:08] "POST /neutron/network HTTP/1.1" 200 832 0.007053 10.0.0.27 - - [2026-05-14 03:39:09] "GET /virtual-network/6f628883-b009-4624-8fb5-347a8a163d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006469 10.0.0.27 - - [2026-05-14 03:39:09] "GET /obj-perms HTTP/1.1" 200 5034 0.079349 10.0.0.22 - - [2026-05-14 03:39:09] "GET /obj-perms HTTP/1.1" 200 5034 0.070139 10.0.0.23 - - [2026-05-14 03:39:09] "GET /obj-perms HTTP/1.1" 200 5034 0.065787 10.0.0.27 - - [2026-05-14 03:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.23 - - [2026-05-14 03:39:09] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001109 10.0.0.27 - - [2026-05-14 03:39:09] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.050343 10.0.0.23 - - [2026-05-14 03:39:09] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001286 10.0.0.27 - - [2026-05-14 03:39:09] "POST /neutron/network HTTP/1.1" 200 617 0.130310 10.0.0.22 - - [2026-05-14 03:39:10] "POST /ref-update HTTP/1.1" 200 156 0.029197 10.0.0.27 - - [2026-05-14 03:39:10] "POST /id-to-fqname HTTP/1.1" 200 227 0.004761 10.0.0.27 - - [2026-05-14 03:39:10] "GET /virtual-network/bb442780-e2f1-4ad3-9d49-d646ebe5ec02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007825 10.0.0.27 - - [2026-05-14 03:39:10] "POST /neutron/network HTTP/1.1" 200 837 0.009459 10.0.0.27 - - [2026-05-14 03:39:10] "GET /virtual-network/bb442780-e2f1-4ad3-9d49-d646ebe5ec02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007645 10.0.0.27 - - [2026-05-14 03:39:10] "GET /virtual-network/bb442780-e2f1-4ad3-9d49-d646ebe5ec02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006584 10.0.0.27 - - [2026-05-14 03:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009017 10.0.0.23 - - [2026-05-14 03:39:11] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001745 10.0.0.27 - - [2026-05-14 03:39:11] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.053240 10.0.0.27 - - [2026-05-14 03:39:11] "POST /neutron/network HTTP/1.1" 200 117 0.020894 10.0.0.27 - - [2026-05-14 03:39:11] "POST /neutron/network HTTP/1.1" 200 849 0.011600 10.0.0.27 - - [2026-05-14 03:39:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001355 10.0.0.27 - - [2026-05-14 03:39:11] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006784 10.0.0.27 - - [2026-05-14 03:39:11] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006354 10.0.0.27 - - [2026-05-14 03:39:11] "POST /neutron/subnet HTTP/1.1" 200 730 0.012313 10.0.0.27 - - [2026-05-14 03:39:12] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006530 10.0.0.27 - - [2026-05-14 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2026-05-14 03:39:12] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001772 10.0.0.27 - - [2026-05-14 03:39:12] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.066713 10.0.0.22 - - [2026-05-14 03:39:12] "POST /route-targets HTTP/1.1" 200 327 0.023280 10.0.0.23 - - [2026-05-14 03:39:12] "POST /useragent-kv HTTP/1.1" 200 115 0.011934 10.0.0.27 - - [2026-05-14 03:39:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.229256 10.0.0.27 - - [2026-05-14 03:39:12] "POST /id-to-fqname HTTP/1.1" 200 234 0.001583 10.0.0.27 - - [2026-05-14 03:39:12] "GET /virtual-network/9a3dbd80-e48b-4f00-9b32-e237a6a168d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006591 10.0.0.27 - - [2026-05-14 03:39:13] "GET /virtual-network/9a3dbd80-e48b-4f00-9b32-e237a6a168d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007535 10.0.0.27 - - [2026-05-14 03:39:13] "POST /neutron/network HTTP/1.1" 200 849 0.008850 10.0.0.27 - - [2026-05-14 03:39:13] "GET /virtual-network/9a3dbd80-e48b-4f00-9b32-e237a6a168d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007395 10.0.0.27 - - [2026-05-14 03:39:13] "GET /obj-perms HTTP/1.1" 200 5034 0.005247 10.0.0.22 - - [2026-05-14 03:39:13] "GET /obj-perms HTTP/1.1" 200 5034 0.004616 10.0.0.23 - - [2026-05-14 03:39:13] "GET /obj-perms HTTP/1.1" 200 5034 0.004123 10.0.0.27 - - [2026-05-14 03:39:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001595 10.0.0.27 - - [2026-05-14 03:39:13] "POST /neutron/network HTTP/1.1" 200 836 0.007676 10.0.0.23 - - [2026-05-14 03:39:14] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.27 - - [2026-05-14 03:39:14] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.078076 10.0.0.27 - - [2026-05-14 03:39:15] "POST /neutron/port HTTP/1.1" 200 117 0.007614 10.0.0.27 - - [2026-05-14 03:39:15] "POST /id-to-fqname HTTP/1.1" 200 225 0.001680 10.0.0.27 - - [2026-05-14 03:39:15] "POST /neutron/network HTTP/1.1" 200 836 0.008301 10.0.0.27 - - [2026-05-14 03:39:15] "POST /neutron/port HTTP/1.1" 200 1058 0.019553 10.0.0.27 - - [2026-05-14 03:39:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006135 10.0.0.23 - - [2026-05-14 03:39:16] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001028 10.0.0.27 - - [2026-05-14 03:39:16] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.093703 10.0.0.27 - - [2026-05-14 03:39:16] "POST /neutron/network HTTP/1.1" 200 832 0.008171 10.0.0.27 - - [2026-05-14 03:39:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011426 10.0.0.27 - - [2026-05-14 03:39:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.005410 10.0.0.27 - - [2026-05-14 03:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.23 - - [2026-05-14 03:39:16] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001651 10.0.0.27 - - [2026-05-14 03:39:16] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011398 10.0.0.27 - - [2026-05-14 03:39:16] "POST /service-templates HTTP/1.1" 200 543 0.033257 10.0.0.27 - - [2026-05-14 03:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.27 - - [2026-05-14 03:39:16] "GET /service-template/50e4ec03-64db-454c-98cc-093154d0302e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.008584 10.0.0.27 - - [2026-05-14 03:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.27 - - [2026-05-14 03:39:16] "GET /service-template/50e4ec03-64db-454c-98cc-093154d0302e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.004940 10.0.0.27 - - [2026-05-14 03:39:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001582 10.0.0.23 - - [2026-05-14 03:39:17] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001247 10.0.0.27 - - [2026-05-14 03:39:17] "POST /neutron/port HTTP/1.1" 200 1062 0.353354 10.0.0.27 - - [2026-05-14 03:39:17] "POST /neutron/port HTTP/1.1" 200 1062 0.025679 10.0.0.27 - - [2026-05-14 03:39:17] "POST /neutron/network HTTP/1.1" 200 859 0.007736 10.0.0.27 - - [2026-05-14 03:39:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.010719 10.0.0.23 - - [2026-05-14 03:39:18] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001330 10.0.0.27 - - [2026-05-14 03:39:18] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.099241 10.0.0.27 - - [2026-05-14 03:39:18] "POST /neutron/network HTTP/1.1" 200 849 0.008816 10.0.0.27 - - [2026-05-14 03:39:18] "POST /neutron/port HTTP/1.1" 200 117 0.008309 10.0.0.27 - - [2026-05-14 03:39:18] "GET /virtual-machine/f7993886-2ad0-443b-92a0-1f672c11bb15 HTTP/1.1" 401 292 0.000543 10.0.0.27 - - [2026-05-14 03:39:19] "GET /virtual-machine/f7993886-2ad0-443b-92a0-1f672c11bb15 HTTP/1.1" 404 171 0.042223 10.0.0.27 - - [2026-05-14 03:39:19] "POST /neutron/port HTTP/1.1" 200 1063 0.026912 10.0.0.27 - - [2026-05-14 03:39:19] "POST /neutron/port HTTP/1.1" 200 1127 0.030775 10.0.0.27 - - [2026-05-14 03:39:19] "POST /neutron/port HTTP/1.1" 200 117 0.001381 10.0.0.27 - - [2026-05-14 03:39:21] "GET /virtual-machine/f7993886-2ad0-443b-92a0-1f672c11bb15 HTTP/1.1" 200 1295 0.008238 10.0.0.27 - - [2026-05-14 03:39:21] "GET /virtual-machine-interface/10cbcab0-cbec-4a6f-8db1-2060b212a3bf HTTP/1.1" 200 2984 0.007564 10.0.0.27 - - [2026-05-14 03:39:21] "GET /virtual-machine-interface/10cbcab0-cbec-4a6f-8db1-2060b212a3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.007367 10.0.0.27 - - [2026-05-14 03:39:21] "PUT /virtual-machine-interface/10cbcab0-cbec-4a6f-8db1-2060b212a3bf HTTP/1.1" 200 284 0.020866 10.0.0.27 - - [2026-05-14 03:39:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009048 10.0.0.27 - - [2026-05-14 03:39:26] "POST /neutron/port HTTP/1.1" 200 1127 0.020342 10.0.0.27 - - [2026-05-14 03:39:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007960 10.0.0.27 - - [2026-05-14 03:39:26] "GET /virtual-machine/f7993886-2ad0-443b-92a0-1f672c11bb15 HTTP/1.1" 200 1295 0.004795 10.0.0.27 - - [2026-05-14 03:39:26] "GET /virtual-machine-interface/10cbcab0-cbec-4a6f-8db1-2060b212a3bf HTTP/1.1" 200 3034 0.006199 10.0.0.27 - - [2026-05-14 03:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.27 - - [2026-05-14 03:39:26] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004578 10.0.0.27 - - [2026-05-14 03:39:26] "GET /virtual-networks?parent_id=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004675 10.0.0.27 - - [2026-05-14 03:39:26] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007709 10.0.0.27 - - [2026-05-14 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.27 - - [2026-05-14 03:39:30] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007142 10.0.0.22 - - [2026-05-14 03:39:31] "DELETE /access-control-list/b071109a-958e-4297-81b4-d29a93eb0796 HTTP/1.1" 200 115 0.051823 10.0.0.27 - - [2026-05-14 03:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.27 - - [2026-05-14 03:39:34] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006186 10.0.0.27 - - [2026-05-14 03:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.27 - - [2026-05-14 03:39:38] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006638 10.0.0.27 - - [2026-05-14 03:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.27 - - [2026-05-14 03:39:42] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007552 10.0.0.27 - - [2026-05-14 03:39:42] "POST /neutron/network HTTP/1.1" 200 1123 0.010504 10.0.0.27 - - [2026-05-14 03:39:42] "POST /neutron/subnet HTTP/1.1" 200 1385 0.020622 10.0.0.27 - - [2026-05-14 03:39:42] "POST /neutron/network HTTP/1.1" 200 1113 0.012331 10.0.0.23 - - [2026-05-14 03:39:45] "DELETE /project/848007dc-4dc2-429c-b4a9-9b36ec0651bd HTTP/1.1" 404 177 0.005253 10.0.0.23 - - [2026-05-14 03:39:45] "DELETE /project/c0b5569020114aba828132b9b8236505 HTTP/1.1" 404 173 0.004663 10.0.0.27 - - [2026-05-14 03:39:46] "POST /neutron/network HTTP/1.1" 200 1123 0.007875 10.0.0.27 - - [2026-05-14 03:39:46] "POST /neutron/subnet HTTP/1.1" 200 1385 0.021149 10.0.0.27 - - [2026-05-14 03:39:46] "POST /neutron/network HTTP/1.1" 200 1113 0.011181 10.0.0.27 - - [2026-05-14 03:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.27 - - [2026-05-14 03:39:46] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006081 10.0.0.27 - - [2026-05-14 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.27 - - [2026-05-14 03:39:50] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007315 10.0.0.27 - - [2026-05-14 03:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.27 - - [2026-05-14 03:39:54] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006851 10.0.0.27 - - [2026-05-14 03:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.27 - - [2026-05-14 03:39:58] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006811 10.0.0.27 - - [2026-05-14 03:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.27 - - [2026-05-14 03:40:02] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008099 10.0.0.27 - - [2026-05-14 03:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007941 10.0.0.27 - - [2026-05-14 03:40:06] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006723 10.0.0.27 - - [2026-05-14 03:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.27 - - [2026-05-14 03:40:11] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006444 10.0.0.27 - - [2026-05-14 03:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.27 - - [2026-05-14 03:40:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003673 10.0.0.27 - - [2026-05-14 03:40:13] "GET /virtual-networks?parent_id=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003846 10.0.0.27 - - [2026-05-14 03:40:13] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007128 10.0.0.27 - - [2026-05-14 03:40:13] "POST /neutron/port HTTP/1.1" 200 1126 0.065636 10.0.0.27 - - [2026-05-14 03:40:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009697 10.0.0.27 - - [2026-05-14 03:40:23] "POST /neutron/port HTTP/1.1" 200 1127 0.021039 10.0.0.27 - - [2026-05-14 03:40:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007827 10.0.0.27 - - [2026-05-14 03:40:33] "POST /neutron/port HTTP/1.1" 200 1127 0.019381 10.0.0.27 - - [2026-05-14 03:40:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.004018 10.0.0.27 - - [2026-05-14 03:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.23 - - [2026-05-14 03:40:39] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001425 10.0.0.27 - - [2026-05-14 03:40:39] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.073835 10.0.0.27 - - [2026-05-14 03:40:39] "POST /service-instances HTTP/1.1" 200 547 0.047546 10.0.0.27 - - [2026-05-14 03:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.27 - - [2026-05-14 03:40:39] "GET /service-instance/dfb9a121-408b-4a09-98df-6d1bb3081445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.008178 10.0.0.27 - - [2026-05-14 03:40:39] "POST /port-tuples HTTP/1.1" 200 590 0.050317 10.0.0.27 - - [2026-05-14 03:40:39] "GET /virtual-machine-interface/10cbcab0-cbec-4a6f-8db1-2060b212a3bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.007495 10.0.0.27 - - [2026-05-14 03:40:39] "PUT /virtual-machine-interface/10cbcab0-cbec-4a6f-8db1-2060b212a3bf HTTP/1.1" 200 284 0.018964 10.0.0.27 - - [2026-05-14 03:40:39] "POST /ref-update HTTP/1.1" 200 156 0.020005 10.0.0.22 - - [2026-05-14 03:40:39] "POST /ref-update HTTP/1.1" 200 156 0.084755 10.0.0.27 - - [2026-05-14 03:40:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009429 10.0.0.22 - - [2026-05-14 03:40:40] "POST /instance-ips HTTP/1.1" 200 373 0.043224 10.0.0.22 - - [2026-05-14 03:40:40] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.011115 10.0.0.27 - - [2026-05-14 03:40:40] "POST /neutron/port HTTP/1.1" 200 1122 0.044425 10.0.0.27 - - [2026-05-14 03:40:40] "GET /virtual-machine/4b97df0b-92d5-4ea7-a0ac-94a1397de670 HTTP/1.1" 200 1294 0.012939 10.0.0.27 - - [2026-05-14 03:40:40] "GET /virtual-machine-interface/f96dfc97-30fb-4aa1-977c-009881332e7e HTTP/1.1" 200 2958 0.010524 10.0.0.27 - - [2026-05-14 03:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.011441 10.0.0.27 - - [2026-05-14 03:40:40] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.015194 10.0.0.27 - - [2026-05-14 03:40:40] "GET /virtual-networks?parent_id=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.007758 10.0.0.27 - - [2026-05-14 03:40:40] "GET /virtual-network/138752c3-7dc2-40db-880c-d1dbd4967b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010465 10.0.0.27 - - [2026-05-14 03:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2026-05-14 03:40:41] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004558 10.0.0.27 - - [2026-05-14 03:40:41] "GET /virtual-networks?parent_id=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004234 10.0.0.27 - - [2026-05-14 03:40:41] "GET /virtual-network/138752c3-7dc2-40db-880c-d1dbd4967b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006696 10.0.0.27 - - [2026-05-14 03:40:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010588 10.0.0.27 - - [2026-05-14 03:40:42] "POST /neutron/port HTTP/1.1" 200 1126 0.020407 10.0.0.27 - - [2026-05-14 03:40:42] "GET /virtual-machine/c9b810bf-8001-4cf2-8d7b-fca2c149f80f HTTP/1.1" 200 1295 0.006693 10.0.0.27 - - [2026-05-14 03:40:42] "GET /virtual-machine-interface/ef86f404-bb30-4903-9407-121eb2f596df HTTP/1.1" 200 2961 0.005833 10.0.0.27 - - [2026-05-14 03:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005811 10.0.0.27 - - [2026-05-14 03:40:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004680 10.0.0.27 - - [2026-05-14 03:40:42] "GET /virtual-networks?parent_id=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005720 10.0.0.27 - - [2026-05-14 03:40:42] "GET /virtual-network/6f628883-b009-4624-8fb5-347a8a163d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006553 10.0.0.27 - - [2026-05-14 03:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.27 - - [2026-05-14 03:40:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010619 10.0.0.27 - - [2026-05-14 03:40:43] "GET /virtual-networks?parent_id=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005303 10.0.0.27 - - [2026-05-14 03:40:43] "GET /virtual-network/6f628883-b009-4624-8fb5-347a8a163d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008712 10.0.0.27 - - [2026-05-14 03:40:43] "POST /neutron/port HTTP/1.1" 200 1107 0.020719 10.0.0.27 - - [2026-05-14 03:40:43] "POST /fqname-to-id HTTP/1.1" 404 215 0.003563 10.0.0.27 - - [2026-05-14 03:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.23 - - [2026-05-14 03:40:43] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001220 10.0.0.27 - - [2026-05-14 03:40:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.014468 10.0.0.27 - - [2026-05-14 03:40:43] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.058582 10.0.0.27 - - [2026-05-14 03:40:43] "POST /network-policys HTTP/1.1" 200 551 0.035924 10.0.0.27 - - [2026-05-14 03:40:43] "GET /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.008247 10.0.0.27 - - [2026-05-14 03:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.27 - - [2026-05-14 03:40:43] "GET /virtual-network/138752c3-7dc2-40db-880c-d1dbd4967b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006885 10.0.0.27 - - [2026-05-14 03:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.27 - - [2026-05-14 03:40:43] "GET /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005450 10.0.0.27 - - [2026-05-14 03:40:44] "POST /ref-update HTTP/1.1" 200 156 0.082416 10.0.0.27 - - [2026-05-14 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005318 10.0.0.22 - - [2026-05-14 03:40:44] "POST /ref-update HTTP/1.1" 200 156 0.041407 10.0.0.27 - - [2026-05-14 03:40:44] "GET /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004414 10.0.0.27 - - [2026-05-14 03:40:44] "POST /neutron/network HTTP/1.1" 200 918 0.011502 10.0.0.27 - - [2026-05-14 03:40:44] "GET /virtual-network/138752c3-7dc2-40db-880c-d1dbd4967b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006201 10.0.0.27 - - [2026-05-14 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.27 - - [2026-05-14 03:40:44] "GET /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.007353 10.0.0.27 - - [2026-05-14 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.27 - - [2026-05-14 03:40:44] "GET /virtual-network/6f628883-b009-4624-8fb5-347a8a163d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007460 10.0.0.27 - - [2026-05-14 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.27 - - [2026-05-14 03:40:44] "GET /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005375 10.0.0.27 - - [2026-05-14 03:40:44] "POST /ref-update HTTP/1.1" 200 156 0.051400 10.0.0.27 - - [2026-05-14 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.22 - - [2026-05-14 03:40:44] "POST /ref-update HTTP/1.1" 200 156 0.027593 10.0.0.27 - - [2026-05-14 03:40:44] "GET /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006454 10.0.0.27 - - [2026-05-14 03:40:44] "GET /virtual-network/6f628883-b009-4624-8fb5-347a8a163d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.011534 10.0.0.27 - - [2026-05-14 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.27 - - [2026-05-14 03:40:44] "GET /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005369 10.0.0.27 - - [2026-05-14 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004775 10.0.0.27 - - [2026-05-14 03:40:44] "GET /service-template/50e4ec03-64db-454c-98cc-093154d0302e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1643 0.008275 10.0.0.27 - - [2026-05-14 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007112 10.0.0.23 - - [2026-05-14 03:40:44] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001982 10.0.0.27 - - [2026-05-14 03:40:44] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.061970 10.0.0.27 - - [2026-05-14 03:40:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.27 - - [2026-05-14 03:40:44] "GET /service-instance/dfb9a121-408b-4a09-98df-6d1bb3081445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.009525 10.0.0.27 - - [2026-05-14 03:40:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011048 10.0.0.27 - - [2026-05-14 03:40:45] "POST /neutron/port HTTP/1.1" 200 1385 0.055195 10.0.0.27 - - [2026-05-14 03:40:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008750 10.0.0.27 - - [2026-05-14 03:40:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001461 10.0.0.27 - - [2026-05-14 03:40:46] "GET /virtual-machine/f7993886-2ad0-443b-92a0-1f672c11bb15 HTTP/1.1" 200 1295 0.005764 10.0.0.27 - - [2026-05-14 03:40:46] "GET /virtual-machine-interface/10cbcab0-cbec-4a6f-8db1-2060b212a3bf HTTP/1.1" 200 3890 0.006842 10.0.0.27 - - [2026-05-14 03:40:46] "GET /instance-ip/180570de-2cd8-4ca9-8cbc-5eec04189ebb HTTP/1.1" 200 1636 0.008456 10.0.0.27 - - [2026-05-14 03:40:46] "GET /instance-ip/4235ee4b-e1d4-411d-988c-086b364b0bc1 HTTP/1.1" 200 1962 0.005113 10.0.0.27 - - [2026-05-14 03:40:46] "GET /instance-ip/c5282b48-6aaa-497f-9b4a-0dadba0e22f2 HTTP/1.1" 200 1965 0.004689 10.0.0.27 - - [2026-05-14 03:40:46] "POST /neutron/port HTTP/1.1" 200 1385 0.026092 10.0.0.27 - - [2026-05-14 03:40:46] "POST /neutron/port HTTP/1.1" 200 1385 0.038351 10.0.0.27 - - [2026-05-14 03:40:46] "GET /virtual-machine/f7993886-2ad0-443b-92a0-1f672c11bb15 HTTP/1.1" 200 1295 0.005785 10.0.0.27 - - [2026-05-14 03:40:46] "GET /virtual-machine-interface/10cbcab0-cbec-4a6f-8db1-2060b212a3bf HTTP/1.1" 200 3890 0.006537 10.0.0.27 - - [2026-05-14 03:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.27 - - [2026-05-14 03:40:46] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005785 10.0.0.27 - - [2026-05-14 03:40:46] "GET /virtual-networks?parent_id=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003845 10.0.0.27 - - [2026-05-14 03:40:46] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007713 10.0.0.27 - - [2026-05-14 03:40:46] "POST /neutron/network HTTP/1.1" 200 937 0.046477 10.0.0.27 - - [2026-05-14 03:40:46] "POST /neutron/port HTTP/1.1" 200 117 0.001412 10.0.0.27 - - [2026-05-14 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.27 - - [2026-05-14 03:40:47] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005282 10.0.0.27 - - [2026-05-14 03:40:47] "GET /virtual-networks?parent_id=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003618 10.0.0.27 - - [2026-05-14 03:40:47] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007293 10.0.0.27 - - [2026-05-14 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007122 10.0.0.27 - - [2026-05-14 03:40:47] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004530 10.0.0.27 - - [2026-05-14 03:40:47] "GET /virtual-networks?parent_id=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004179 10.0.0.27 - - [2026-05-14 03:40:47] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007387 10.0.0.27 - - [2026-05-14 03:40:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.27 - - [2026-05-14 03:40:47] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006491 10.0.0.27 - - [2026-05-14 03:40:47] "GET /virtual-networks?parent_id=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003844 10.0.0.27 - - [2026-05-14 03:40:48] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007223 10.0.0.27 - - [2026-05-14 03:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.27 - - [2026-05-14 03:40:48] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005610 10.0.0.27 - - [2026-05-14 03:40:48] "GET /virtual-networks?parent_id=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003996 10.0.0.27 - - [2026-05-14 03:40:48] "GET /virtual-network/867b8f36-4663-428d-86a2-bb4e92b456e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006862 10.0.0.27 - - [2026-05-14 03:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005813 10.0.0.27 - - [2026-05-14 03:40:48] "GET /routing-instance/e652f703-2f2c-4c06-919b-d334fbb76adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.012105 10.0.0.27 - - [2026-05-14 03:40:48] "GET /routing-instance/e652f703-2f2c-4c06-919b-d334fbb76adf?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.007752 10.0.0.27 - - [2026-05-14 03:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.27 - - [2026-05-14 03:40:48] "GET /routing-instance/9bc510d7-1ede-4bec-a87e-2745c7be7f4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.005710 10.0.0.27 - - [2026-05-14 03:40:48] "GET /routing-instance/9bc510d7-1ede-4bec-a87e-2745c7be7f4c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.008574 10.0.0.27 - - [2026-05-14 03:41:34] "GET /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004575 10.0.0.27 - - [2026-05-14 03:41:34] "PUT /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e HTTP/1.1" 200 262 0.016331 10.0.0.27 - - [2026-05-14 03:41:34] "GET /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.007622 10.0.0.22 - - [2026-05-14 03:41:34] "PUT /access-control-list/7314cb66-ef00-4dbb-aca2-2bd80b2d7d6c HTTP/1.1" 200 272 0.065373 10.0.0.27 - - [2026-05-14 03:41:34] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009848 10.0.0.27 - - [2026-05-14 03:41:43] "POST /neutron/network HTTP/1.1" 200 928 0.007896 10.0.0.27 - - [2026-05-14 03:41:43] "POST /neutron/port HTTP/1.1" 200 117 0.001482 10.0.0.27 - - [2026-05-14 03:41:48] "POST /neutron/port HTTP/1.1" 200 1126 0.033474 10.0.0.27 - - [2026-05-14 03:41:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.013119 10.0.0.27 - - [2026-05-14 03:41:57] "POST /neutron/port HTTP/1.1" 200 1385 0.031508 10.0.0.27 - - [2026-05-14 03:42:02] "POST /ref-update HTTP/1.1" 200 156 0.070601 10.0.0.27 - - [2026-05-14 03:42:02] "GET /virtual-network/6f628883-b009-4624-8fb5-347a8a163d27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.010040 10.0.0.27 - - [2026-05-14 03:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.27 - - [2026-05-14 03:42:03] "GET /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.006656 10.0.0.27 - - [2026-05-14 03:42:03] "POST /ref-update HTTP/1.1" 200 156 0.080175 10.0.0.22 - - [2026-05-14 03:42:03] "POST /ref-update HTTP/1.1" 200 156 0.081589 10.0.0.27 - - [2026-05-14 03:42:03] "POST /neutron/network HTTP/1.1" 200 826 0.033414 10.0.0.27 - - [2026-05-14 03:42:03] "GET /virtual-network/138752c3-7dc2-40db-880c-d1dbd4967b12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008184 10.0.0.27 - - [2026-05-14 03:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007664 10.0.0.27 - - [2026-05-14 03:42:03] "GET /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004804 10.0.0.27 - - [2026-05-14 03:42:03] "DELETE /network-policy/e550bb14-10f7-4788-b7c6-53fdc243341e HTTP/1.1" 200 115 0.039838 10.0.0.27 - - [2026-05-14 03:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005086 10.0.0.27 - - [2026-05-14 03:42:03] "DELETE /service-instance/dfb9a121-408b-4a09-98df-6d1bb3081445 HTTP/1.1" 200 115 0.051477 10.0.0.27 - - [2026-05-14 03:42:03] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003676 10.0.0.27 - - [2026-05-14 03:42:03] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004052 10.0.0.22 - - [2026-05-14 03:42:03] "POST /ref-update HTTP/1.1" 200 156 0.084196 10.0.0.22 - - [2026-05-14 03:42:03] "POST /ref-update HTTP/1.1" 200 156 0.034487 10.0.0.27 - - [2026-05-14 03:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006812 10.0.0.27 - - [2026-05-14 03:42:03] "DELETE /service-template/50e4ec03-64db-454c-98cc-093154d0302e HTTP/1.1" 200 115 0.090193 10.0.0.27 - - [2026-05-14 03:42:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.006593 10.0.0.22 - - [2026-05-14 03:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.27 - - [2026-05-14 03:42:04] "POST /neutron/port HTTP/1.1" 200 1127 0.046181 10.0.0.27 - - [2026-05-14 03:42:04] "POST /neutron/port HTTP/1.1" 200 1126 0.065886 10.0.0.27 - - [2026-05-14 03:42:04] "POST /neutron/port HTTP/1.1" 200 1116 0.017483 10.0.0.22 - - [2026-05-14 03:42:05] "DELETE /route-target/2838f660-755b-4cbd-a456-33b04ab4ec16 HTTP/1.1" 200 115 0.056173 10.0.0.27 - - [2026-05-14 03:42:05] "POST /neutron/port HTTP/1.1" 200 1112 0.059752 10.0.0.23 - - [2026-05-14 03:42:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006642 10.0.0.23 - - [2026-05-14 03:42:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006766 10.0.0.27 - - [2026-05-14 03:42:05] "POST /neutron/network HTTP/1.1" 200 151 0.189910 10.0.0.22 - - [2026-05-14 03:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.27 - - [2026-05-14 03:42:06] "POST /neutron/network HTTP/1.1" 200 826 0.008445 10.0.0.22 - - [2026-05-14 03:42:06] "DELETE /route-target/4d83f1cd-1da7-4af7-8f15-6f86a30b897e HTTP/1.1" 200 115 0.043331 10.0.0.23 - - [2026-05-14 03:42:08] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001320 10.0.0.27 - - [2026-05-14 03:42:08] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.074709 10.0.0.23 - - [2026-05-14 03:42:08] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001614 10.0.0.27 - - [2026-05-14 03:42:08] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?fields=virtual_networks HTTP/1.1" 200 1046 0.056674 10.0.0.23 - - [2026-05-14 03:42:08] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001370 10.0.0.27 - - [2026-05-14 03:42:08] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.058765 10.0.0.23 - - [2026-05-14 03:42:08] "GET /projects?obj_uuids=c0b55690-2011-4aba-8281-32b9b8236505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001345 10.0.0.27 - - [2026-05-14 03:42:08] "GET /project/c0b55690-2011-4aba-8281-32b9b8236505?fields=security_groups HTTP/1.1" 200 1274 0.050073 10.0.0.27 - - [2026-05-14 03:42:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.035174 10.0.0.23 - - [2026-05-14 03:42:09] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003992 10.0.0.23 - - [2026-05-14 03:42:09] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001242 10.0.0.23 - - [2026-05-14 03:42:09] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008469 10.0.0.23 - - [2026-05-14 03:42:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.007042 10.0.0.23 - - [2026-05-14 03:42:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.010005 10.0.0.23 - - [2026-05-14 03:42:09] "POST /security-groups HTTP/1.1" 200 592 0.038154 10.0.0.23 - - [2026-05-14 03:42:09] "POST /projects HTTP/1.1" 200 587 0.282615 10.0.0.22 - - [2026-05-14 03:42:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.007655 10.0.0.23 - - [2026-05-14 03:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.363560 10.0.0.27 - - [2026-05-14 03:42:09] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.516841 10.0.0.27 - - [2026-05-14 03:42:11] "GET / HTTP/1.1" 200 35931 0.001781 10.0.0.27 - - [2026-05-14 03:42:13] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000615 10.0.0.23 - - [2026-05-14 03:42:13] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001741 10.0.0.27 - - [2026-05-14 03:42:13] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.099938 10.0.0.27 - - [2026-05-14 03:42:13] "POST /fqname-to-id HTTP/1.1" 404 180 0.005355 10.0.0.27 - - [2026-05-14 03:42:14] "POST /virtual-DNSs HTTP/1.1" 200 507 0.052448 10.0.0.27 - - [2026-05-14 03:42:14] "GET /virtual-DNS/e6fa4e49-74af-410c-a3a0-8391e0c9ed5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.013424 10.0.0.27 - - [2026-05-14 03:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.27 - - [2026-05-14 03:42:14] "GET /virtual-DNS/e6fa4e49-74af-410c-a3a0-8391e0c9ed5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.007007 10.0.0.27 - - [2026-05-14 03:42:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003767 10.0.0.27 - - [2026-05-14 03:42:14] "POST /network-ipams HTTP/1.1" 200 514 0.035077 10.0.0.27 - - [2026-05-14 03:42:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.005406 10.0.0.27 - - [2026-05-14 03:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2026-05-14 03:42:14] "GET /network-ipam/6bcd9e02-f8a1-4c55-b6df-8f41e1220290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.007641 10.0.0.27 - - [2026-05-14 03:42:14] "PUT /network-ipam/6bcd9e02-f8a1-4c55-b6df-8f41e1220290 HTTP/1.1" 200 258 0.020989 10.0.0.27 - - [2026-05-14 03:42:14] "POST /ref-update HTTP/1.1" 200 156 0.019661 10.0.0.27 - - [2026-05-14 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.23 - - [2026-05-14 03:42:15] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001796 10.0.0.27 - - [2026-05-14 03:42:15] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.054414 10.0.0.23 - - [2026-05-14 03:42:15] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001250 10.0.0.27 - - [2026-05-14 03:42:15] "POST /neutron/network HTTP/1.1" 200 618 0.172555 10.0.0.22 - - [2026-05-14 03:42:15] "POST /ref-update HTTP/1.1" 200 156 0.036521 10.0.0.27 - - [2026-05-14 03:42:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.004056 10.0.0.27 - - [2026-05-14 03:42:15] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006593 10.0.0.27 - - [2026-05-14 03:42:15] "POST /neutron/network HTTP/1.1" 200 833 0.007703 10.0.0.27 - - [2026-05-14 03:42:15] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006318 10.0.0.27 - - [2026-05-14 03:42:15] "POST /neutron/network HTTP/1.1" 200 807 0.022122 10.0.0.27 - - [2026-05-14 03:42:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001692 10.0.0.27 - - [2026-05-14 03:42:16] "POST /neutron/network HTTP/1.1" 200 843 0.009081 10.0.0.23 - - [2026-05-14 03:42:17] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.27 - - [2026-05-14 03:42:17] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.079535 10.0.0.27 - - [2026-05-14 03:42:17] "POST /neutron/port HTTP/1.1" 200 117 0.007204 10.0.0.23 - - [2026-05-14 03:42:17] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001169 10.0.0.27 - - [2026-05-14 03:42:18] "POST /neutron/port HTTP/1.1" 200 1058 0.327671 10.0.0.27 - - [2026-05-14 03:42:18] "POST /neutron/port HTTP/1.1" 200 1112 0.144703 10.0.0.27 - - [2026-05-14 03:42:18] "POST /neutron/subnet HTTP/1.1" 200 685 0.009564 10.0.0.27 - - [2026-05-14 03:42:22] "POST /neutron/port HTTP/1.1" 200 1122 0.020637 10.0.0.27 - - [2026-05-14 03:42:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009141 10.0.0.27 - - [2026-05-14 03:42:22] "GET /virtual-machine/ae665e4a-df81-4234-bb40-5f85bc32f565 HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2026-05-14 03:42:23] "GET /virtual-machine/ae665e4a-df81-4234-bb40-5f85bc32f565 HTTP/1.1" 200 1294 0.049324 10.0.0.27 - - [2026-05-14 03:42:23] "GET /virtual-machine-interface/2c8e968b-d444-45b7-810e-6f118f8e6d1d HTTP/1.1" 200 2963 0.007427 10.0.0.27 - - [2026-05-14 03:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.27 - - [2026-05-14 03:42:23] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004596 10.0.0.27 - - [2026-05-14 03:42:23] "GET /virtual-networks?parent_id=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003575 10.0.0.27 - - [2026-05-14 03:42:23] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006794 10.0.0.27 - - [2026-05-14 03:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.27 - - [2026-05-14 03:42:26] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007539 10.0.0.27 - - [2026-05-14 03:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.27 - - [2026-05-14 03:42:30] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007856 10.0.0.22 - - [2026-05-14 03:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.22 - - [2026-05-14 03:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.22 - - [2026-05-14 03:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000509 10.0.0.22 - - [2026-05-14 03:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.23 - - [2026-05-14 03:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.23 - - [2026-05-14 03:42:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2026-05-14 03:42:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2026-05-14 03:42:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.22 - - [2026-05-14 03:42:33] "GET /obj-perms HTTP/1.1" 200 5056 0.066528 10.0.0.27 - - [2026-05-14 03:42:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000539 10.0.0.23 - - [2026-05-14 03:42:33] "GET /obj-perms HTTP/1.1" 200 5056 0.107260 10.0.0.27 - - [2026-05-14 03:42:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.27 - - [2026-05-14 03:42:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2026-05-14 03:42:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.27 - - [2026-05-14 03:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005277 10.0.0.27 - - [2026-05-14 03:42:34] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006112 10.0.0.27 - - [2026-05-14 03:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006727 10.0.0.27 - - [2026-05-14 03:42:38] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008143 10.0.0.27 - - [2026-05-14 03:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006360 10.0.0.27 - - [2026-05-14 03:42:42] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007155 10.0.0.23 - - [2026-05-14 03:42:46] "DELETE /project/c0b55690-2011-4aba-8281-32b9b8236505 HTTP/1.1" 404 177 0.003736 10.0.0.23 - - [2026-05-14 03:42:46] "DELETE /project/e6a00a59b51e43d59280123869a2e587 HTTP/1.1" 404 173 0.006373 10.0.0.27 - - [2026-05-14 03:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.27 - - [2026-05-14 03:42:46] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006533 10.0.0.27 - - [2026-05-14 03:42:49] "POST /neutron/port HTTP/1.1" 200 1218 0.021753 10.0.0.27 - - [2026-05-14 03:42:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004462 10.0.0.27 - - [2026-05-14 03:42:49] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.27 - - [2026-05-14 03:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.27 - - [2026-05-14 03:42:51] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006238 10.0.0.27 - - [2026-05-14 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.27 - - [2026-05-14 03:42:55] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007138 10.0.0.27 - - [2026-05-14 03:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005057 10.0.0.27 - - [2026-05-14 03:42:59] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006627 10.0.0.27 - - [2026-05-14 03:43:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.27 - - [2026-05-14 03:43:01] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004958 10.0.0.27 - - [2026-05-14 03:43:01] "GET /virtual-networks?parent_id=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004354 10.0.0.27 - - [2026-05-14 03:43:01] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007059 10.0.0.27 - - [2026-05-14 03:43:01] "POST /neutron/port HTTP/1.1" 200 1122 0.025372 10.0.0.27 - - [2026-05-14 03:43:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008645 10.0.0.27 - - [2026-05-14 03:43:11] "POST /neutron/port HTTP/1.1" 200 1122 0.021627 10.0.0.27 - - [2026-05-14 03:43:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010103 10.0.0.27 - - [2026-05-14 03:43:33] "GET /obj-perms HTTP/1.1" 200 5056 0.063057 10.0.0.27 - - [2026-05-14 03:43:47] "POST /neutron/network HTTP/1.1" 200 1123 0.042783 10.0.0.27 - - [2026-05-14 03:43:47] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018005 10.0.0.27 - - [2026-05-14 03:43:47] "POST /neutron/network HTTP/1.1" 200 1113 0.019225 10.0.0.27 - - [2026-05-14 03:43:48] "POST /id-to-fqname HTTP/1.1" 200 227 0.001504 10.0.0.27 - - [2026-05-14 03:43:48] "POST /neutron/port HTTP/1.1" 200 5159 0.036912 10.0.0.23 - - [2026-05-14 03:43:49] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.035914 10.0.0.27 - - [2026-05-14 03:43:49] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.137959 10.0.0.27 - - [2026-05-14 03:43:49] "POST /neutron/network HTTP/1.1" 200 833 0.041041 10.0.0.27 - - [2026-05-14 03:43:50] "POST /neutron/port HTTP/1.1" 200 117 0.007034 10.0.0.23 - - [2026-05-14 03:43:50] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001697 10.0.0.27 - - [2026-05-14 03:43:50] "POST /neutron/port HTTP/1.1" 200 1058 0.337459 10.0.0.27 - - [2026-05-14 03:43:51] "POST /neutron/port HTTP/1.1" 200 1112 0.148441 10.0.0.27 - - [2026-05-14 03:43:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006495 10.0.0.27 - - [2026-05-14 03:43:51] "POST /neutron/port HTTP/1.1" 200 117 0.001852 10.0.0.27 - - [2026-05-14 03:43:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005695 10.0.0.27 - - [2026-05-14 03:43:51] "POST /neutron/network HTTP/1.1" 200 927 0.009372 10.0.0.27 - - [2026-05-14 03:43:55] "POST /neutron/port HTTP/1.1" 200 1122 0.022125 10.0.0.27 - - [2026-05-14 03:43:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012372 10.0.0.27 - - [2026-05-14 03:43:55] "GET /virtual-machine/fad72cbc-02a6-4534-af45-18865933dc38 HTTP/1.1" 200 1294 0.010658 10.0.0.27 - - [2026-05-14 03:43:55] "GET /virtual-machine-interface/70992c3b-d90a-4e9a-a685-213c1a9a9293 HTTP/1.1" 200 2964 0.006279 10.0.0.27 - - [2026-05-14 03:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.27 - - [2026-05-14 03:43:55] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005659 10.0.0.27 - - [2026-05-14 03:43:55] "GET /virtual-networks?parent_id=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004436 10.0.0.27 - - [2026-05-14 03:43:55] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007933 10.0.0.27 - - [2026-05-14 03:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.27 - - [2026-05-14 03:43:58] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006614 10.0.0.27 - - [2026-05-14 03:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.27 - - [2026-05-14 03:44:02] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006827 10.0.0.27 - - [2026-05-14 03:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.27 - - [2026-05-14 03:44:06] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007351 10.0.0.27 - - [2026-05-14 03:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.27 - - [2026-05-14 03:44:10] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007090 10.0.0.27 - - [2026-05-14 03:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.27 - - [2026-05-14 03:44:15] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007484 10.0.0.27 - - [2026-05-14 03:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2026-05-14 03:44:19] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008131 10.0.0.27 - - [2026-05-14 03:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.27 - - [2026-05-14 03:44:23] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009945 10.0.0.27 - - [2026-05-14 03:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.27 - - [2026-05-14 03:44:27] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006551 10.0.0.27 - - [2026-05-14 03:44:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.27 - - [2026-05-14 03:44:31] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006796 10.0.0.27 - - [2026-05-14 03:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.27 - - [2026-05-14 03:44:35] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005982 10.0.0.27 - - [2026-05-14 03:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.27 - - [2026-05-14 03:44:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005988 10.0.0.27 - - [2026-05-14 03:44:37] "GET /virtual-networks?parent_id=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004083 10.0.0.27 - - [2026-05-14 03:44:37] "GET /virtual-network/7f2cd382-5a4e-4937-a0b3-083cb79d0566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009209 10.0.0.27 - - [2026-05-14 03:44:43] "POST /neutron/port HTTP/1.1" 200 1122 0.027600 10.0.0.27 - - [2026-05-14 03:44:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007716 10.0.0.27 - - [2026-05-14 03:44:48] "POST /neutron/port HTTP/1.1" 200 1107 0.021207 10.0.0.27 - - [2026-05-14 03:44:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005411 10.0.0.27 - - [2026-05-14 03:44:48] "POST /neutron/network HTTP/1.1" 200 927 0.008648 10.0.0.27 - - [2026-05-14 03:44:52] "POST /neutron/network HTTP/1.1" 200 1123 0.008059 10.0.0.27 - - [2026-05-14 03:44:52] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017431 10.0.0.27 - - [2026-05-14 03:44:52] "POST /neutron/network HTTP/1.1" 200 1113 0.010991 10.0.0.27 - - [2026-05-14 03:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.27 - - [2026-05-14 03:45:30] "DELETE /virtual-DNS/e6fa4e49-74af-410c-a3a0-8391e0c9ed5f HTTP/1.1" 409 235 0.009505 10.0.0.27 - - [2026-05-14 03:45:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.004423 10.0.0.27 - - [2026-05-14 03:45:31] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.033205 10.0.0.27 - - [2026-05-14 03:45:31] "GET /virtual-DNS-record/481662df-38ed-4b1e-b3ea-14155f6bc8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.006584 10.0.0.27 - - [2026-05-14 03:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.27 - - [2026-05-14 03:45:31] "GET /virtual-DNS-record/481662df-38ed-4b1e-b3ea-14155f6bc8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005726 10.0.0.27 - - [2026-05-14 03:45:38] "DELETE /virtual-DNS-record/481662df-38ed-4b1e-b3ea-14155f6bc8ea HTTP/1.1" 200 115 0.032261 10.0.0.27 - - [2026-05-14 03:45:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.005169 10.0.0.27 - - [2026-05-14 03:45:38] "POST /neutron/network HTTP/1.1" 200 833 0.010656 10.0.0.27 - - [2026-05-14 03:45:38] "POST /neutron/port HTTP/1.1" 200 1112 0.017701 10.0.0.27 - - [2026-05-14 03:45:38] "POST /neutron/port HTTP/1.1" 200 1112 0.015436 10.0.0.22 - - [2026-05-14 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.018152 10.0.0.23 - - [2026-05-14 03:45:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006487 10.0.0.23 - - [2026-05-14 03:45:40] "POST /useragent-kv HTTP/1.1" 200 115 0.015055 10.0.0.27 - - [2026-05-14 03:45:40] "POST /neutron/network HTTP/1.1" 200 151 0.240404 10.0.0.27 - - [2026-05-14 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009173 10.0.0.27 - - [2026-05-14 03:45:40] "DELETE /network-ipam/6bcd9e02-f8a1-4c55-b6df-8f41e1220290 HTTP/1.1" 200 115 0.054490 10.0.0.27 - - [2026-05-14 03:45:40] "DELETE /virtual-DNS/e6fa4e49-74af-410c-a3a0-8391e0c9ed5f HTTP/1.1" 200 115 0.052009 10.0.0.27 - - [2026-05-14 03:45:40] "POST /fqname-to-id HTTP/1.1" 404 180 0.007583 10.0.0.23 - - [2026-05-14 03:45:42] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001280 10.0.0.27 - - [2026-05-14 03:45:42] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.044488 10.0.0.23 - - [2026-05-14 03:45:42] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001114 10.0.0.27 - - [2026-05-14 03:45:42] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?fields=virtual_networks HTTP/1.1" 200 1045 0.041693 10.0.0.23 - - [2026-05-14 03:45:42] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001286 10.0.0.27 - - [2026-05-14 03:45:42] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.061145 10.0.0.23 - - [2026-05-14 03:45:42] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001155 10.0.0.27 - - [2026-05-14 03:45:42] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?fields=security_groups HTTP/1.1" 200 1272 0.050795 10.0.0.27 - - [2026-05-14 03:45:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.041993 10.0.0.23 - - [2026-05-14 03:45:43] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004340 10.0.0.23 - - [2026-05-14 03:45:43] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.23 - - [2026-05-14 03:45:43] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.071973 10.0.0.23 - - [2026-05-14 03:45:44] "POST /id-to-fqname HTTP/1.1" 200 191 0.001263 10.0.0.23 - - [2026-05-14 03:45:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.014613 10.0.0.23 - - [2026-05-14 03:45:44] "POST /security-groups HTTP/1.1" 200 592 0.091610 10.0.0.23 - - [2026-05-14 03:45:44] "POST /projects HTTP/1.1" 200 587 0.354158 10.0.0.23 - - [2026-05-14 03:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.400404 10.0.0.22 - - [2026-05-14 03:45:44] "POST /access-control-lists HTTP/1.1" 200 597 0.039996 10.0.0.27 - - [2026-05-14 03:45:44] "GET /project/c8908f9c-996d-4d98-84c4-015022da7fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.672587 10.0.0.27 - - [2026-05-14 03:45:45] "GET / HTTP/1.1" 200 35931 0.002058 10.0.0.22 - - [2026-05-14 03:45:46] "DELETE /access-control-list/6a79f4b4-a330-4bd6-aba7-e1ff4ad7ce57 HTTP/1.1" 200 115 0.045298 10.0.0.23 - - [2026-05-14 03:45:46] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.23 - - [2026-05-14 03:45:46] "DELETE /project/c8908f9c996d4d9884c4015022da7fdd HTTP/1.1" 404 173 0.007264 10.0.0.23 - - [2026-05-14 03:45:46] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.061239 10.0.0.23 - - [2026-05-14 03:45:46] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001069 10.0.0.23 - - [2026-05-14 03:45:46] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?fields=security_groups HTTP/1.1" 404 171 0.085392 10.0.0.23 - - [2026-05-14 03:45:46] "GET /projects?obj_uuids=e6a00a59-b51e-43d5-9280-123869a2e587&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005949 10.0.0.23 - - [2026-05-14 03:45:47] "GET /project/e6a00a59-b51e-43d5-9280-123869a2e587?fields=application_policy_sets HTTP/1.1" 404 171 0.577963 10.0.0.23 - - [2026-05-14 03:45:47] "DELETE /project/e6a00a59-b51e-43d5-9280-123869a2e587 HTTP/1.1" 404 171 0.828858 10.0.0.27 - - [2026-05-14 03:45:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.27 - - [2026-05-14 03:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.042902 10.0.0.23 - - [2026-05-14 03:45:48] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001734 10.0.0.27 - - [2026-05-14 03:45:48] "GET /project/c8908f9c-996d-4d98-84c4-015022da7fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074988 10.0.0.22 - - [2026-05-14 03:45:49] "POST /ref-update HTTP/1.1" 200 156 0.026442 10.0.0.23 - - [2026-05-14 03:45:49] "POST /useragent-kv HTTP/1.1" 200 115 0.009967 10.0.0.27 - - [2026-05-14 03:45:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.294912 10.0.0.27 - - [2026-05-14 03:45:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001503 10.0.0.27 - - [2026-05-14 03:45:49] "GET /virtual-network/c92ffc9e-3e14-4783-907f-0bfc716160f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006277 10.0.0.27 - - [2026-05-14 03:45:49] "GET /virtual-network/c92ffc9e-3e14-4783-907f-0bfc716160f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006205 10.0.0.27 - - [2026-05-14 03:45:49] "POST /neutron/network HTTP/1.1" 200 828 0.007564 10.0.0.27 - - [2026-05-14 03:45:50] "GET /virtual-network/c92ffc9e-3e14-4783-907f-0bfc716160f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007650 10.0.0.22 - - [2026-05-14 03:45:51] "GET /obj-perms HTTP/1.1" 200 5032 0.073256 10.0.0.23 - - [2026-05-14 03:45:51] "GET /obj-perms HTTP/1.1" 200 5032 0.078598 10.0.0.27 - - [2026-05-14 03:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.23 - - [2026-05-14 03:45:51] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.27 - - [2026-05-14 03:45:51] "GET /project/c8908f9c-996d-4d98-84c4-015022da7fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.044394 10.0.0.23 - - [2026-05-14 03:45:51] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001424 10.0.0.27 - - [2026-05-14 03:45:52] "POST /neutron/network HTTP/1.1" 200 608 0.180555 10.0.0.27 - - [2026-05-14 03:45:52] "POST /neutron/network HTTP/1.1" 200 828 0.012393 10.0.0.27 - - [2026-05-14 03:45:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001425 10.0.0.27 - - [2026-05-14 03:45:52] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006404 10.0.0.27 - - [2026-05-14 03:45:52] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006925 10.0.0.27 - - [2026-05-14 03:45:52] "POST /neutron/network HTTP/1.1" 200 828 0.009316 10.0.0.27 - - [2026-05-14 03:45:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.032888 10.0.0.27 - - [2026-05-14 03:45:52] "POST /neutron/network HTTP/1.1" 200 927 0.009300 10.0.0.27 - - [2026-05-14 03:45:52] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007107 10.0.0.27 - - [2026-05-14 03:45:53] "GET /obj-perms HTTP/1.1" 200 5032 0.070830 10.0.0.27 - - [2026-05-14 03:45:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.002032 10.0.0.23 - - [2026-05-14 03:46:11] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001236 10.0.0.27 - - [2026-05-14 03:46:11] "GET /project/c8908f9c-996d-4d98-84c4-015022da7fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.091189 10.0.0.27 - - [2026-05-14 03:46:11] "POST /neutron/network HTTP/1.1" 200 828 0.007792 10.0.0.27 - - [2026-05-14 03:46:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001742 10.0.0.27 - - [2026-05-14 03:46:12] "POST /neutron/port HTTP/1.1" 200 4190 0.049746 10.0.0.23 - - [2026-05-14 03:46:12] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001273 10.0.0.27 - - [2026-05-14 03:46:12] "POST /neutron/port HTTP/1.1" 200 1062 0.510132 10.0.0.23 - - [2026-05-14 03:46:13] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002057 10.0.0.27 - - [2026-05-14 03:46:13] "POST /neutron/port HTTP/1.1" 200 1116 0.210607 10.0.0.27 - - [2026-05-14 03:46:13] "GET /project/c8908f9c-996d-4d98-84c4-015022da7fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.172569 10.0.0.27 - - [2026-05-14 03:46:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007545 10.0.0.27 - - [2026-05-14 03:46:13] "POST /neutron/network HTTP/1.1" 200 828 0.014340 10.0.0.27 - - [2026-05-14 03:46:13] "POST /neutron/port HTTP/1.1" 200 117 0.009290 10.0.0.27 - - [2026-05-14 03:46:14] "POST /neutron/network HTTP/1.1" 200 838 0.015942 10.0.0.27 - - [2026-05-14 03:46:15] "POST /neutron/port HTTP/1.1" 200 1062 0.056678 10.0.0.27 - - [2026-05-14 03:46:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.027491 10.0.0.27 - - [2026-05-14 03:46:15] "POST /neutron/network HTTP/1.1" 200 828 0.008993 10.0.0.27 - - [2026-05-14 03:46:24] "POST /neutron/port HTTP/1.1" 200 1126 0.056182 10.0.0.27 - - [2026-05-14 03:46:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012980 10.0.0.27 - - [2026-05-14 03:46:39] "POST /neutron/port HTTP/1.1" 200 1126 0.022888 10.0.0.27 - - [2026-05-14 03:46:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009605 10.0.0.27 - - [2026-05-14 03:46:49] "POST /neutron/port HTTP/1.1" 200 1126 0.020010 10.0.0.27 - - [2026-05-14 03:46:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008640 10.0.0.27 - - [2026-05-14 03:46:50] "GET /virtual-machine/cdda5478-70b4-4cf4-b582-e1172ffcf786 HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2026-05-14 03:46:50] "GET /virtual-machine/cdda5478-70b4-4cf4-b582-e1172ffcf786 HTTP/1.1" 200 1294 0.043384 10.0.0.27 - - [2026-05-14 03:46:50] "GET /virtual-machine-interface/14a0136c-aac6-47bd-a1ab-08fb46d2c737 HTTP/1.1" 200 2949 0.007857 10.0.0.27 - - [2026-05-14 03:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010995 10.0.0.27 - - [2026-05-14 03:46:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005867 10.0.0.27 - - [2026-05-14 03:46:50] "GET /virtual-networks?parent_id=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003869 10.0.0.27 - - [2026-05-14 03:46:50] "POST /neutron/network HTTP/1.1" 200 1123 0.010173 10.0.0.27 - - [2026-05-14 03:46:50] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007298 10.0.0.27 - - [2026-05-14 03:46:50] "POST /neutron/subnet HTTP/1.1" 200 1385 0.020801 10.0.0.27 - - [2026-05-14 03:46:50] "POST /neutron/network HTTP/1.1" 200 1113 0.011500 10.0.0.27 - - [2026-05-14 03:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.27 - - [2026-05-14 03:46:53] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006460 10.0.0.27 - - [2026-05-14 03:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.27 - - [2026-05-14 03:46:57] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006169 10.0.0.27 - - [2026-05-14 03:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.27 - - [2026-05-14 03:47:01] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006140 10.0.0.27 - - [2026-05-14 03:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.27 - - [2026-05-14 03:47:06] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006815 10.0.0.27 - - [2026-05-14 03:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.27 - - [2026-05-14 03:47:10] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006754 10.0.0.27 - - [2026-05-14 03:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.27 - - [2026-05-14 03:47:14] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006996 10.0.0.27 - - [2026-05-14 03:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.27 - - [2026-05-14 03:47:18] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009626 10.0.0.27 - - [2026-05-14 03:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.27 - - [2026-05-14 03:47:22] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006296 10.0.0.27 - - [2026-05-14 03:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2026-05-14 03:47:26] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006239 10.0.0.27 - - [2026-05-14 03:47:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.27 - - [2026-05-14 03:47:30] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008127 10.0.0.22 - - [2026-05-14 03:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.22 - - [2026-05-14 03:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.22 - - [2026-05-14 03:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.22 - - [2026-05-14 03:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-05-14 03:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-05-14 03:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.001080 10.0.0.23 - - [2026-05-14 03:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2026-05-14 03:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000576 10.0.0.27 - - [2026-05-14 03:47:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.27 - - [2026-05-14 03:47:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2026-05-14 03:47:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.27 - - [2026-05-14 03:47:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2026-05-14 03:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.27 - - [2026-05-14 03:47:34] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005985 10.0.0.27 - - [2026-05-14 03:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005349 10.0.0.27 - - [2026-05-14 03:47:38] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007073 10.0.0.27 - - [2026-05-14 03:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.27 - - [2026-05-14 03:47:42] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007405 10.0.0.27 - - [2026-05-14 03:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.27 - - [2026-05-14 03:47:44] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004445 10.0.0.27 - - [2026-05-14 03:47:44] "GET /virtual-networks?parent_id=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004456 10.0.0.27 - - [2026-05-14 03:47:45] "GET /virtual-network/6df38d10-97f1-4482-8b2a-e13d09433229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006929 10.0.0.27 - - [2026-05-14 03:47:50] "POST /neutron/port HTTP/1.1" 200 1126 0.022119 10.0.0.27 - - [2026-05-14 03:47:50] "POST /neutron/port HTTP/1.1" 200 1107 0.023889 10.0.0.27 - - [2026-05-14 03:47:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.014750 10.0.0.27 - - [2026-05-14 03:47:53] "POST /neutron/port HTTP/1.1" 200 1218 0.024496 10.0.0.27 - - [2026-05-14 03:47:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005119 10.0.0.27 - - [2026-05-14 03:47:53] "POST /neutron/port HTTP/1.1" 200 117 0.001612 10.0.0.27 - - [2026-05-14 03:47:55] "POST /neutron/port HTTP/1.1" 200 1126 0.026927 10.0.0.27 - - [2026-05-14 03:48:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012226 10.0.0.27 - - [2026-05-14 03:48:05] "POST /neutron/port HTTP/1.1" 200 1126 0.023006 10.0.0.27 - - [2026-05-14 03:48:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.037954 10.0.0.27 - - [2026-05-14 03:48:16] "POST /neutron/port HTTP/1.1" 200 1126 0.025146 10.0.0.27 - - [2026-05-14 03:48:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008782 10.0.0.27 - - [2026-05-14 03:48:31] "POST /neutron/port HTTP/1.1" 200 1126 0.027390 10.0.0.27 - - [2026-05-14 03:48:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008800 10.0.0.22 - - [2026-05-14 03:48:38] "GET /obj-perms HTTP/1.1" 200 5056 0.075702 10.0.0.23 - - [2026-05-14 03:48:38] "GET /obj-perms HTTP/1.1" 200 5056 0.085802 10.0.0.27 - - [2026-05-14 03:48:47] "POST /neutron/port HTTP/1.1" 200 1126 0.021940 10.0.0.27 - - [2026-05-14 03:48:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008442 10.0.0.27 - - [2026-05-14 03:48:47] "GET /virtual-machine/9564917c-b3bb-4d8a-b79d-1921ee4506c4 HTTP/1.1" 200 1294 0.006464 10.0.0.27 - - [2026-05-14 03:48:47] "GET /virtual-machine-interface/e767a12e-c57d-4001-bd56-984393848091 HTTP/1.1" 200 2950 0.006998 10.0.0.27 - - [2026-05-14 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.27 - - [2026-05-14 03:48:47] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004886 10.0.0.27 - - [2026-05-14 03:48:47] "GET /virtual-networks?parent_id=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005519 10.0.0.27 - - [2026-05-14 03:48:47] "GET /virtual-network/c92ffc9e-3e14-4783-907f-0bfc716160f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006533 10.0.0.27 - - [2026-05-14 03:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.27 - - [2026-05-14 03:48:48] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004689 10.0.0.27 - - [2026-05-14 03:48:48] "GET /virtual-networks?parent_id=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003899 10.0.0.27 - - [2026-05-14 03:48:48] "GET /virtual-network/c92ffc9e-3e14-4783-907f-0bfc716160f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006498 10.0.0.27 - - [2026-05-14 03:48:49] "POST /neutron/port HTTP/1.1" 200 1126 0.024501 10.0.0.27 - - [2026-05-14 03:48:52] "POST /neutron/port HTTP/1.1" 200 1126 0.048603 10.0.0.27 - - [2026-05-14 03:48:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.010495 10.0.0.27 - - [2026-05-14 03:48:53] "POST /neutron/port HTTP/1.1" 200 1107 0.022151 10.0.0.27 - - [2026-05-14 03:48:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006974 10.0.0.27 - - [2026-05-14 03:48:53] "POST /neutron/network HTTP/1.1" 200 927 0.011760 10.0.0.27 - - [2026-05-14 03:48:59] "POST /neutron/port HTTP/1.1" 200 1126 0.022811 10.0.0.27 - - [2026-05-14 03:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.23 - - [2026-05-14 03:49:04] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.036986 10.0.0.27 - - [2026-05-14 03:49:04] "GET /project/c8908f9c-996d-4d98-84c4-015022da7fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.092612 10.0.0.27 - - [2026-05-14 03:49:04] "GET /virtual-network/c92ffc9e-3e14-4783-907f-0bfc716160f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007595 10.0.0.27 - - [2026-05-14 03:49:04] "GET /floating-ip-pools?parent_id=c92ffc9e-3e14-4783-907f-0bfc716160f2&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004288 10.0.0.27 - - [2026-05-14 03:49:04] "GET /virtual-network/c92ffc9e-3e14-4783-907f-0bfc716160f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007821 10.0.0.27 - - [2026-05-14 03:49:04] "POST /floating-ip-pools HTTP/1.1" 200 598 0.035543 10.0.0.27 - - [2026-05-14 03:49:04] "POST /ref-update HTTP/1.1" 200 156 0.015696 10.0.0.27 - - [2026-05-14 03:49:05] "GET /virtual-network/c92ffc9e-3e14-4783-907f-0bfc716160f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008007 10.0.0.27 - - [2026-05-14 03:49:05] "GET /virtual-network/c92ffc9e-3e14-4783-907f-0bfc716160f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006162 10.0.0.27 - - [2026-05-14 03:49:05] "POST /neutron/port HTTP/1.1" 200 1126 0.022237 10.0.0.27 - - [2026-05-14 03:49:05] "POST /neutron/floatingip HTTP/1.1" 200 579 0.023629 10.0.0.27 - - [2026-05-14 03:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.27 - - [2026-05-14 03:49:05] "GET /routing-instance/c5afe438-9861-408b-8f54-2df0fd3df4af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005372 10.0.0.27 - - [2026-05-14 03:49:05] "GET /route-target/e99f6d8c-1c29-4a35-a202-63c1b1f237f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004929 10.0.0.27 - - [2026-05-14 03:49:34] "POST /neutron/floatingip HTTP/1.1" 200 531 0.009300 10.0.0.27 - - [2026-05-14 03:49:35] "GET /floating-ip-pool/3e4b440c-06f2-4fc6-b7f1-953f52e8b619?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.004536 10.0.0.27 - - [2026-05-14 03:49:35] "POST /ref-update HTTP/1.1" 200 156 0.017498 10.0.0.27 - - [2026-05-14 03:49:35] "DELETE /floating-ip-pool/3e4b440c-06f2-4fc6-b7f1-953f52e8b619 HTTP/1.1" 200 115 0.038737 10.0.0.27 - - [2026-05-14 03:49:35] "POST /neutron/network HTTP/1.1" 400 204 0.021370 10.0.0.27 - - [2026-05-14 03:49:35] "POST /neutron/port HTTP/1.1" 200 1126 0.027970 10.0.0.27 - - [2026-05-14 03:49:36] "POST /neutron/port HTTP/1.1" 200 151 0.298712 10.0.0.22 - - [2026-05-14 03:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.051424 10.0.0.27 - - [2026-05-14 03:49:37] "POST /neutron/network HTTP/1.1" 200 828 0.008224 10.0.0.22 - - [2026-05-14 03:49:38] "DELETE /route-target/e99f6d8c-1c29-4a35-a202-63c1b1f237f9 HTTP/1.1" 200 115 0.028308 10.0.0.27 - - [2026-05-14 03:49:39] "GET /obj-perms HTTP/1.1" 200 5056 0.067866 10.0.0.23 - - [2026-05-14 03:49:39] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001381 10.0.0.27 - - [2026-05-14 03:49:39] "GET /project/c8908f9c-996d-4d98-84c4-015022da7fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.108492 10.0.0.23 - - [2026-05-14 03:49:39] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001302 10.0.0.27 - - [2026-05-14 03:49:39] "GET /project/c8908f9c-996d-4d98-84c4-015022da7fdd?fields=virtual_networks HTTP/1.1" 200 1044 0.089086 10.0.0.23 - - [2026-05-14 03:49:39] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001963 10.0.0.27 - - [2026-05-14 03:49:39] "GET /project/c8908f9c-996d-4d98-84c4-015022da7fdd?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.050717 10.0.0.23 - - [2026-05-14 03:49:39] "GET /projects?obj_uuids=c8908f9c-996d-4d98-84c4-015022da7fdd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.27 - - [2026-05-14 03:49:40] "GET /project/c8908f9c-996d-4d98-84c4-015022da7fdd?fields=security_groups HTTP/1.1" 200 1271 0.059215 10.0.0.27 - - [2026-05-14 03:49:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.034079 10.0.0.23 - - [2026-05-14 03:49:41] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003732 10.0.0.23 - - [2026-05-14 03:49:41] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.23 - - [2026-05-14 03:49:41] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009255 10.0.0.23 - - [2026-05-14 03:49:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.003870 10.0.0.23 - - [2026-05-14 03:49:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.008265 10.0.0.23 - - [2026-05-14 03:49:41] "POST /security-groups HTTP/1.1" 200 591 0.039046 10.0.0.23 - - [2026-05-14 03:49:41] "POST /projects HTTP/1.1" 200 585 0.269550 10.0.0.23 - - [2026-05-14 03:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.314382 10.0.0.22 - - [2026-05-14 03:49:41] "POST /fqname-to-id HTTP/1.1" 404 233 0.019987 10.0.0.27 - - [2026-05-14 03:49:41] "GET /project/f0809905-14d9-4494-989b-fed82c4a6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.505875 10.0.0.27 - - [2026-05-14 03:49:42] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.27 - - [2026-05-14 03:49:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000651 10.0.0.27 - - [2026-05-14 03:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.071047 10.0.0.23 - - [2026-05-14 03:49:45] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002066 10.0.0.27 - - [2026-05-14 03:49:45] "GET /project/f0809905-14d9-4494-989b-fed82c4a6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.060818 10.0.0.23 - - [2026-05-14 03:49:45] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.27 - - [2026-05-14 03:49:45] "POST /neutron/network HTTP/1.1" 200 625 0.180307 10.0.0.22 - - [2026-05-14 03:49:45] "POST /ref-update HTTP/1.1" 200 156 0.028002 10.0.0.27 - - [2026-05-14 03:49:46] "POST /id-to-fqname HTTP/1.1" 200 230 0.004036 10.0.0.27 - - [2026-05-14 03:49:46] "GET /virtual-network/c6c9e874-1442-422b-b34d-17271e5d3a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008341 10.0.0.27 - - [2026-05-14 03:49:46] "POST /neutron/network HTTP/1.1" 200 839 0.010185 10.0.0.27 - - [2026-05-14 03:49:46] "GET /virtual-network/c6c9e874-1442-422b-b34d-17271e5d3a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008313 10.0.0.27 - - [2026-05-14 03:49:46] "POST /neutron/network HTTP/1.1" 200 839 0.008421 10.0.0.27 - - [2026-05-14 03:49:46] "POST /id-to-fqname HTTP/1.1" 200 230 0.001827 10.0.0.23 - - [2026-05-14 03:49:47] "DELETE /project/f080990514d94494989bfed82c4a6565 HTTP/1.1" 404 173 0.004615 10.0.0.23 - - [2026-05-14 03:49:47] "DELETE /project/c8908f9c-996d-4d98-84c4-015022da7fdd HTTP/1.1" 404 177 0.009633 10.0.0.23 - - [2026-05-14 03:49:47] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001543 10.0.0.27 - - [2026-05-14 03:49:47] "GET /project/f0809905-14d9-4494-989b-fed82c4a6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.098389 10.0.0.27 - - [2026-05-14 03:49:48] "POST /neutron/network HTTP/1.1" 200 839 0.040377 10.0.0.27 - - [2026-05-14 03:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.27 - - [2026-05-14 03:49:48] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004848 10.0.0.27 - - [2026-05-14 03:49:48] "PUT /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f HTTP/1.1" 200 276 0.015373 10.0.0.27 - - [2026-05-14 03:49:48] "POST /neutron/port HTTP/1.1" 200 117 0.007870 10.0.0.27 - - [2026-05-14 03:49:49] "POST /neutron/port HTTP/1.1" 200 1055 0.025204 10.0.0.27 - - [2026-05-14 03:49:49] "POST /neutron/port HTTP/1.1" 200 1119 0.026252 10.0.0.27 - - [2026-05-14 03:49:49] "POST /neutron/port HTTP/1.1" 200 117 0.001524 10.0.0.27 - - [2026-05-14 03:49:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011551 10.0.0.27 - - [2026-05-14 03:49:54] "POST /neutron/port HTTP/1.1" 200 1119 0.020132 10.0.0.27 - - [2026-05-14 03:49:54] "GET /virtual-machine/7d4e1060-a3e7-4364-9ab9-9605ad054cd6 HTTP/1.1" 401 292 0.000507 10.0.0.27 - - [2026-05-14 03:49:54] "POST /neutron/port HTTP/1.1" 200 1218 0.023154 10.0.0.27 - - [2026-05-14 03:49:54] "GET /virtual-machine/7d4e1060-a3e7-4364-9ab9-9605ad054cd6 HTTP/1.1" 200 1292 0.047928 10.0.0.27 - - [2026-05-14 03:49:54] "GET /virtual-machine-interface/a4e2aaad-0278-492f-8fbc-0ce95f315c2c HTTP/1.1" 200 2972 0.006868 10.0.0.27 - - [2026-05-14 03:49:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.27 - - [2026-05-14 03:49:54] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004891 10.0.0.27 - - [2026-05-14 03:49:54] "GET /virtual-networks?parent_id=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003768 10.0.0.27 - - [2026-05-14 03:49:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003576 10.0.0.27 - - [2026-05-14 03:49:54] "GET /virtual-network/c6c9e874-1442-422b-b34d-17271e5d3a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006701 10.0.0.27 - - [2026-05-14 03:49:54] "POST /neutron/port HTTP/1.1" 200 117 0.001409 10.0.0.27 - - [2026-05-14 03:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.27 - - [2026-05-14 03:49:57] "GET /virtual-network/c6c9e874-1442-422b-b34d-17271e5d3a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008185 10.0.0.27 - - [2026-05-14 03:49:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008543 10.0.0.27 - - [2026-05-14 03:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.27 - - [2026-05-14 03:49:59] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005073 10.0.0.27 - - [2026-05-14 03:49:59] "GET /virtual-networks?parent_id=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004769 10.0.0.27 - - [2026-05-14 03:49:59] "GET /virtual-network/c6c9e874-1442-422b-b34d-17271e5d3a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006925 10.0.0.27 - - [2026-05-14 03:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.27 - - [2026-05-14 03:50:06] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004256 10.0.0.27 - - [2026-05-14 03:50:06] "PUT /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f HTTP/1.1" 200 276 0.014957 10.0.0.27 - - [2026-05-14 03:50:06] "POST /neutron/network HTTP/1.1" 200 839 0.008229 10.0.0.27 - - [2026-05-14 03:50:06] "POST /neutron/port HTTP/1.1" 200 1109 0.018251 10.0.0.23 - - [2026-05-14 03:50:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006923 10.0.0.22 - - [2026-05-14 03:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005807 10.0.0.23 - - [2026-05-14 03:50:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003688 10.0.0.27 - - [2026-05-14 03:50:08] "POST /neutron/network HTTP/1.1" 200 151 0.152269 10.0.0.27 - - [2026-05-14 03:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.23 - - [2026-05-14 03:50:11] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.27 - - [2026-05-14 03:50:11] "GET /project/f0809905-14d9-4494-989b-fed82c4a6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044506 10.0.0.22 - - [2026-05-14 03:50:12] "POST /ref-update HTTP/1.1" 200 156 0.030625 10.0.0.23 - - [2026-05-14 03:50:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003671 10.0.0.27 - - [2026-05-14 03:50:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.195355 10.0.0.27 - - [2026-05-14 03:50:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001518 10.0.0.27 - - [2026-05-14 03:50:12] "GET /virtual-network/918564a8-e950-413e-b4ef-b75cfd477117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006004 10.0.0.27 - - [2026-05-14 03:50:12] "GET /virtual-network/918564a8-e950-413e-b4ef-b75cfd477117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007004 10.0.0.27 - - [2026-05-14 03:50:12] "POST /neutron/network HTTP/1.1" 200 822 0.009344 10.0.0.27 - - [2026-05-14 03:50:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001667 10.0.0.27 - - [2026-05-14 03:50:12] "POST /neutron/network HTTP/1.1" 200 832 0.008786 10.0.0.23 - - [2026-05-14 03:50:13] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001779 10.0.0.27 - - [2026-05-14 03:50:13] "GET /project/f0809905-14d9-4494-989b-fed82c4a6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.088224 10.0.0.27 - - [2026-05-14 03:50:13] "POST /neutron/port HTTP/1.1" 200 117 0.007950 10.0.0.23 - - [2026-05-14 03:50:14] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001796 10.0.0.27 - - [2026-05-14 03:50:14] "POST /neutron/port HTTP/1.1" 200 1058 0.367937 10.0.0.27 - - [2026-05-14 03:50:14] "POST /neutron/port HTTP/1.1" 200 1112 0.129122 10.0.0.27 - - [2026-05-14 03:50:14] "POST /neutron/subnet HTTP/1.1" 200 689 0.010424 10.0.0.27 - - [2026-05-14 03:50:18] "POST /neutron/port HTTP/1.1" 200 1122 0.021712 10.0.0.27 - - [2026-05-14 03:50:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009241 10.0.0.27 - - [2026-05-14 03:50:19] "GET /virtual-machine/e82df706-dbc2-48f8-9dc9-6e9b51e2d66e HTTP/1.1" 200 1293 0.008262 10.0.0.27 - - [2026-05-14 03:50:19] "GET /virtual-machine-interface/df6d26d9-4c3c-4fdc-aac3-2ec480e0520a HTTP/1.1" 200 2942 0.007510 10.0.0.27 - - [2026-05-14 03:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.27 - - [2026-05-14 03:50:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004706 10.0.0.27 - - [2026-05-14 03:50:19] "GET /virtual-networks?parent_id=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004929 10.0.0.27 - - [2026-05-14 03:50:19] "GET /virtual-network/918564a8-e950-413e-b4ef-b75cfd477117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006759 10.0.0.27 - - [2026-05-14 03:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.27 - - [2026-05-14 03:50:22] "GET /virtual-network/918564a8-e950-413e-b4ef-b75cfd477117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007378 10.0.0.27 - - [2026-05-14 03:50:25] "POST /neutron/port HTTP/1.1" 200 1122 0.027036 10.0.0.27 - - [2026-05-14 03:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.27 - - [2026-05-14 03:50:26] "GET /virtual-network/918564a8-e950-413e-b4ef-b75cfd477117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008445 10.0.0.27 - - [2026-05-14 03:50:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006503 10.0.0.27 - - [2026-05-14 03:50:28] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004728 10.0.0.27 - - [2026-05-14 03:50:28] "GET /virtual-networks?parent_id=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005330 10.0.0.27 - - [2026-05-14 03:50:28] "GET /virtual-network/918564a8-e950-413e-b4ef-b75cfd477117?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008252 10.0.0.27 - - [2026-05-14 03:50:29] "POST /neutron/network HTTP/1.1" 400 204 0.016608 10.0.0.27 - - [2026-05-14 03:50:30] "POST /neutron/port HTTP/1.1" 200 151 0.216456 10.0.0.27 - - [2026-05-14 03:50:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003993 10.0.0.27 - - [2026-05-14 03:50:34] "POST /network-ipams HTTP/1.1" 200 541 0.035817 10.0.0.27 - - [2026-05-14 03:50:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003971 10.0.0.27 - - [2026-05-14 03:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007501 10.0.0.27 - - [2026-05-14 03:50:34] "GET /network-ipam/8ae354ca-6544-4dfb-bc3a-5514414c7afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.007503 10.0.0.27 - - [2026-05-14 03:50:35] "PUT /network-ipam/8ae354ca-6544-4dfb-bc3a-5514414c7afb HTTP/1.1" 200 258 0.017214 10.0.0.27 - - [2026-05-14 03:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.23 - - [2026-05-14 03:50:35] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001761 10.0.0.27 - - [2026-05-14 03:50:35] "GET /project/f0809905-14d9-4494-989b-fed82c4a6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.059329 10.0.0.27 - - [2026-05-14 03:50:35] "POST /neutron/network HTTP/1.1" 200 117 0.015553 10.0.0.22 - - [2026-05-14 03:50:35] "POST /route-targets HTTP/1.1" 200 327 0.016987 10.0.0.23 - - [2026-05-14 03:50:35] "POST /useragent-kv HTTP/1.1" 200 115 0.012626 10.0.0.27 - - [2026-05-14 03:50:35] "POST /neutron/subnet HTTP/1.1" 200 699 0.204886 10.0.0.27 - - [2026-05-14 03:50:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001951 10.0.0.27 - - [2026-05-14 03:50:35] "GET /virtual-network/86805098-a564-43c1-a42f-d2dee4bb5859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006260 10.0.0.27 - - [2026-05-14 03:50:36] "GET /virtual-network/86805098-a564-43c1-a42f-d2dee4bb5859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006342 10.0.0.27 - - [2026-05-14 03:50:36] "POST /neutron/network HTTP/1.1" 200 994 0.011542 10.0.0.27 - - [2026-05-14 03:50:36] "POST /neutron/network HTTP/1.1" 200 994 0.016425 10.0.0.23 - - [2026-05-14 03:50:36] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001372 10.0.0.27 - - [2026-05-14 03:50:36] "POST /neutron/port HTTP/1.1" 200 1017 0.287638 10.0.0.27 - - [2026-05-14 03:50:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001564 10.0.0.27 - - [2026-05-14 03:50:37] "POST /neutron/port HTTP/1.1" 200 1017 0.015421 10.0.0.27 - - [2026-05-14 03:50:37] "POST /neutron/port HTTP/1.1" 200 1017 0.014398 10.0.0.27 - - [2026-05-14 03:50:37] "POST /neutron/port HTTP/1.1" 200 117 0.007851 10.0.0.27 - - [2026-05-14 03:50:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001496 10.0.0.27 - - [2026-05-14 03:50:38] "POST /neutron/port HTTP/1.1" 200 1017 0.019163 10.0.0.27 - - [2026-05-14 03:50:38] "POST /neutron/port HTTP/1.1" 200 1017 0.013962 10.0.0.27 - - [2026-05-14 03:50:38] "POST /neutron/port HTTP/1.1" 200 1017 0.015236 10.0.0.27 - - [2026-05-14 03:50:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001783 10.0.0.27 - - [2026-05-14 03:50:38] "POST /neutron/port HTTP/1.1" 200 1109 0.188719 10.0.0.27 - - [2026-05-14 03:50:38] "POST /neutron/port HTTP/1.1" 200 5156 0.055056 10.0.0.27 - - [2026-05-14 03:50:38] "POST /neutron/port HTTP/1.1" 200 117 0.001381 10.0.0.27 - - [2026-05-14 03:50:38] "POST /neutron/network HTTP/1.1" 200 1004 0.008150 10.0.0.27 - - [2026-05-14 03:50:38] "POST /neutron/port HTTP/1.1" 200 1017 0.014523 10.0.0.27 - - [2026-05-14 03:50:39] "POST /neutron/port HTTP/1.1" 200 1119 0.028672 10.0.0.27 - - [2026-05-14 03:50:39] "POST /neutron/port HTTP/1.1" 200 117 0.001602 10.0.0.23 - - [2026-05-14 03:50:40] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001701 10.0.0.27 - - [2026-05-14 03:50:40] "GET /project/f0809905-14d9-4494-989b-fed82c4a6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.336840 10.0.0.27 - - [2026-05-14 03:50:40] "POST /neutron/port HTTP/1.1" 200 6122 0.111105 10.0.0.27 - - [2026-05-14 03:50:41] "GET /virtual-network/86805098-a564-43c1-a42f-d2dee4bb5859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008114 10.0.0.27 - - [2026-05-14 03:50:41] "POST /neutron/network HTTP/1.1" 200 1004 0.011295 10.0.0.27 - - [2026-05-14 03:50:41] "POST /neutron/port HTTP/1.1" 200 1055 0.026475 10.0.0.27 - - [2026-05-14 03:50:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005208 10.0.0.27 - - [2026-05-14 03:50:42] "POST /neutron/network HTTP/1.1" 200 994 0.010262 10.0.0.27 - - [2026-05-14 03:50:43] "POST /neutron/port HTTP/1.1" 200 1119 0.024292 10.0.0.27 - - [2026-05-14 03:50:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009692 10.0.0.27 - - [2026-05-14 03:50:43] "GET /virtual-machine/b4af7b3b-17ab-4533-aa72-e4ab43a17345 HTTP/1.1" 200 1289 0.008507 10.0.0.27 - - [2026-05-14 03:50:43] "GET /virtual-machine-interface/643daee8-8760-4409-8ec0-bd6c5f5821aa HTTP/1.1" 200 2941 0.006874 10.0.0.27 - - [2026-05-14 03:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.27 - - [2026-05-14 03:50:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004882 10.0.0.27 - - [2026-05-14 03:50:43] "GET /virtual-networks?parent_id=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004930 10.0.0.27 - - [2026-05-14 03:50:43] "GET /virtual-network/86805098-a564-43c1-a42f-d2dee4bb5859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007184 10.0.0.27 - - [2026-05-14 03:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.27 - - [2026-05-14 03:50:46] "GET /virtual-network/86805098-a564-43c1-a42f-d2dee4bb5859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006918 10.0.0.27 - - [2026-05-14 03:50:49] "POST /neutron/port HTTP/1.1" 200 1119 0.022585 10.0.0.27 - - [2026-05-14 03:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.27 - - [2026-05-14 03:50:50] "GET /virtual-network/86805098-a564-43c1-a42f-d2dee4bb5859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006914 10.0.0.27 - - [2026-05-14 03:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.27 - - [2026-05-14 03:50:52] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004634 10.0.0.27 - - [2026-05-14 03:50:52] "GET /virtual-networks?parent_id=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003948 10.0.0.27 - - [2026-05-14 03:50:52] "GET /virtual-network/86805098-a564-43c1-a42f-d2dee4bb5859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008568 10.0.0.27 - - [2026-05-14 03:50:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008121 10.0.0.27 - - [2026-05-14 03:50:53] "POST /neutron/port HTTP/1.1" 200 1119 0.024313 10.0.0.27 - - [2026-05-14 03:50:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009007 10.0.0.27 - - [2026-05-14 03:50:53] "GET /virtual-machine/e7da1b67-e2d0-4d02-a5a3-6f2d51e56829 HTTP/1.1" 200 1289 0.007263 10.0.0.27 - - [2026-05-14 03:50:53] "GET /virtual-machine-interface/5c6b93c7-d62c-47be-a30f-d3e0a5879eb2 HTTP/1.1" 200 2941 0.006567 10.0.0.27 - - [2026-05-14 03:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.27 - - [2026-05-14 03:50:53] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004555 10.0.0.27 - - [2026-05-14 03:50:53] "GET /virtual-networks?parent_id=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003965 10.0.0.27 - - [2026-05-14 03:50:53] "GET /virtual-network/86805098-a564-43c1-a42f-d2dee4bb5859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008068 10.0.0.27 - - [2026-05-14 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.27 - - [2026-05-14 03:50:54] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004445 10.0.0.27 - - [2026-05-14 03:50:54] "GET /virtual-networks?parent_id=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003856 10.0.0.27 - - [2026-05-14 03:50:54] "GET /virtual-network/86805098-a564-43c1-a42f-d2dee4bb5859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007058 10.0.0.27 - - [2026-05-14 03:50:54] "POST /neutron/port HTTP/1.1" 200 1119 0.026144 10.0.0.27 - - [2026-05-14 03:50:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008972 10.0.0.27 - - [2026-05-14 03:50:55] "GET /virtual-machine/5c477320-d6b6-4c1c-b9d2-e54c31af860f HTTP/1.1" 200 1292 0.013608 10.0.0.27 - - [2026-05-14 03:50:55] "GET /virtual-machine-interface/d6309f9a-a382-4a32-bde9-5186347e7a48 HTTP/1.1" 200 2942 0.006397 10.0.0.27 - - [2026-05-14 03:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008141 10.0.0.27 - - [2026-05-14 03:50:55] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004737 10.0.0.27 - - [2026-05-14 03:50:55] "GET /virtual-networks?parent_id=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004856 10.0.0.27 - - [2026-05-14 03:50:55] "GET /virtual-network/86805098-a564-43c1-a42f-d2dee4bb5859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.015240 10.0.0.27 - - [2026-05-14 03:50:55] "POST /neutron/network HTTP/1.1" 200 1123 0.042277 10.0.0.27 - - [2026-05-14 03:50:55] "POST /neutron/port HTTP/1.1" 200 1107 0.025457 10.0.0.27 - - [2026-05-14 03:50:55] "POST /neutron/port HTTP/1.1" 200 1107 0.019644 10.0.0.27 - - [2026-05-14 03:50:55] "POST /neutron/network HTTP/1.1" 200 937 0.009306 10.0.0.27 - - [2026-05-14 03:50:55] "POST /neutron/port HTTP/1.1" 200 117 0.001407 10.0.0.27 - - [2026-05-14 03:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.27 - - [2026-05-14 03:50:56] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005106 10.0.0.27 - - [2026-05-14 03:50:56] "GET /virtual-networks?parent_id=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004145 10.0.0.27 - - [2026-05-14 03:50:56] "GET /virtual-network/86805098-a564-43c1-a42f-d2dee4bb5859?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007280 10.0.0.27 - - [2026-05-14 03:51:12] "POST /neutron/port HTTP/1.1" 200 1109 0.015685 10.0.0.27 - - [2026-05-14 03:51:13] "POST /neutron/port HTTP/1.1" 200 1109 0.019616 10.0.0.27 - - [2026-05-14 03:51:13] "POST /neutron/port HTTP/1.1" 200 151 0.241732 10.0.0.23 - - [2026-05-14 03:51:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005471 10.0.0.23 - - [2026-05-14 03:51:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003525 10.0.0.23 - - [2026-05-14 03:51:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002679 10.0.0.23 - - [2026-05-14 03:51:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002423 10.0.0.27 - - [2026-05-14 03:51:13] "POST /neutron/network HTTP/1.1" 200 151 0.186209 10.0.0.22 - - [2026-05-14 03:51:13] "DELETE /route-target/0c3ed757-6357-4a0b-a52b-da61f8ea885b HTTP/1.1" 200 115 0.029909 10.0.0.27 - - [2026-05-14 03:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.27 - - [2026-05-14 03:51:14] "DELETE /network-ipam/8ae354ca-6544-4dfb-bc3a-5514414c7afb HTTP/1.1" 200 115 0.042638 10.0.0.27 - - [2026-05-14 03:51:14] "POST /fqname-to-id HTTP/1.1" 404 211 0.006187 10.0.0.23 - - [2026-05-14 03:51:15] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.27 - - [2026-05-14 03:51:15] "GET /project/f0809905-14d9-4494-989b-fed82c4a6565?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.055167 10.0.0.23 - - [2026-05-14 03:51:15] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.27 - - [2026-05-14 03:51:15] "GET /project/f0809905-14d9-4494-989b-fed82c4a6565?fields=virtual_networks HTTP/1.1" 200 1043 0.048467 10.0.0.23 - - [2026-05-14 03:51:15] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.27 - - [2026-05-14 03:51:15] "GET /project/f0809905-14d9-4494-989b-fed82c4a6565?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.058849 10.0.0.23 - - [2026-05-14 03:51:15] "GET /projects?obj_uuids=f0809905-14d9-4494-989b-fed82c4a6565&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001953 10.0.0.27 - - [2026-05-14 03:51:15] "GET /project/f0809905-14d9-4494-989b-fed82c4a6565?fields=security_groups HTTP/1.1" 200 1269 0.045194 10.0.0.27 - - [2026-05-14 03:51:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.032077 10.0.0.23 - - [2026-05-14 03:51:16] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003603 10.0.0.23 - - [2026-05-14 03:51:17] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001642 10.0.0.23 - - [2026-05-14 03:51:17] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039038 10.0.0.23 - - [2026-05-14 03:51:17] "POST /id-to-fqname HTTP/1.1" 200 198 0.001399 10.0.0.23 - - [2026-05-14 03:51:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.011482 10.0.0.23 - - [2026-05-14 03:51:17] "POST /security-groups HTTP/1.1" 200 599 0.037848 10.0.0.23 - - [2026-05-14 03:51:17] "POST /projects HTTP/1.1" 200 601 0.286060 10.0.0.23 - - [2026-05-14 03:51:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.327691 10.0.0.22 - - [2026-05-14 03:51:17] "POST /fqname-to-id HTTP/1.1" 404 241 0.005371 10.0.0.27 - - [2026-05-14 03:51:17] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.510822 10.0.0.27 - - [2026-05-14 03:51:18] "POST /neutron/port HTTP/1.1" 200 117 0.011065 10.0.0.27 - - [2026-05-14 03:51:18] "GET / HTTP/1.1" 200 35931 0.002345 10.0.0.27 - - [2026-05-14 03:51:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.27 - - [2026-05-14 03:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.082675 10.0.0.23 - - [2026-05-14 03:51:21] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001319 10.0.0.27 - - [2026-05-14 03:51:21] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.063503 10.0.0.23 - - [2026-05-14 03:51:21] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001588 10.0.0.27 - - [2026-05-14 03:51:21] "POST /neutron/network HTTP/1.1" 200 613 0.177678 10.0.0.22 - - [2026-05-14 03:51:21] "POST /ref-update HTTP/1.1" 200 156 0.028972 10.0.0.22 - - [2026-05-14 03:51:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.075578 10.0.0.27 - - [2026-05-14 03:51:22] "POST /neutron/network HTTP/1.1" 200 1004 0.015274 10.0.0.27 - - [2026-05-14 03:51:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001504 10.0.0.27 - - [2026-05-14 03:51:22] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007933 10.0.0.27 - - [2026-05-14 03:51:22] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008687 10.0.0.27 - - [2026-05-14 03:51:22] "POST /neutron/subnet HTTP/1.1" 200 823 0.010335 10.0.0.27 - - [2026-05-14 03:51:23] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006706 10.0.0.27 - - [2026-05-14 03:51:23] "GET /obj-perms HTTP/1.1" 200 5046 0.110264 10.0.0.22 - - [2026-05-14 03:51:24] "GET /obj-perms HTTP/1.1" 200 5046 0.086017 10.0.0.23 - - [2026-05-14 03:51:24] "GET /obj-perms HTTP/1.1" 200 5046 0.069079 10.0.0.27 - - [2026-05-14 03:51:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001520 10.0.0.27 - - [2026-05-14 03:51:24] "POST /neutron/network HTTP/1.1" 200 1014 0.009414 10.0.0.23 - - [2026-05-14 03:51:25] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001427 10.0.0.27 - - [2026-05-14 03:51:25] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.088314 10.0.0.27 - - [2026-05-14 03:51:26] "POST /neutron/port HTTP/1.1" 200 117 0.008377 10.0.0.27 - - [2026-05-14 03:51:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001931 10.0.0.27 - - [2026-05-14 03:51:26] "POST /neutron/network HTTP/1.1" 200 1014 0.008037 10.0.0.27 - - [2026-05-14 03:51:27] "POST /neutron/port HTTP/1.1" 200 1173 0.039606 10.0.0.23 - - [2026-05-14 03:51:27] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001290 10.0.0.27 - - [2026-05-14 03:51:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009786 10.0.0.27 - - [2026-05-14 03:51:27] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.094568 10.0.0.27 - - [2026-05-14 03:51:27] "POST /neutron/subnet HTTP/1.1" 200 1375 0.020198 10.0.0.27 - - [2026-05-14 03:51:27] "POST /neutron/network HTTP/1.1" 200 1004 0.011358 10.0.0.27 - - [2026-05-14 03:51:27] "POST /neutron/port HTTP/1.1" 200 117 0.006842 10.0.0.27 - - [2026-05-14 03:51:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.001458 10.0.0.27 - - [2026-05-14 03:51:28] "POST /neutron/network HTTP/1.1" 200 1014 0.008588 10.0.0.27 - - [2026-05-14 03:51:28] "POST /neutron/port HTTP/1.1" 200 1173 0.027169 10.0.0.27 - - [2026-05-14 03:51:29] "POST /neutron/port HTTP/1.1" 200 1237 0.024704 10.0.0.27 - - [2026-05-14 03:51:29] "POST /neutron/subnet HTTP/1.1" 200 1375 0.016019 10.0.0.27 - - [2026-05-14 03:51:29] "POST /neutron/network HTTP/1.1" 200 1004 0.012698 10.0.0.23 - - [2026-05-14 03:51:29] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001488 10.0.0.27 - - [2026-05-14 03:51:29] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.101625 10.0.0.27 - - [2026-05-14 03:51:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009345 10.0.0.27 - - [2026-05-14 03:51:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001421 10.0.0.27 - - [2026-05-14 03:51:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011364 10.0.0.27 - - [2026-05-14 03:51:30] "POST /neutron/network HTTP/1.1" 200 1014 0.012146 10.0.0.27 - - [2026-05-14 03:51:30] "POST /neutron/port HTTP/1.1" 200 1227 0.183475 10.0.0.27 - - [2026-05-14 03:51:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005221 10.0.0.27 - - [2026-05-14 03:51:31] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.23 - - [2026-05-14 03:51:31] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001239 10.0.0.27 - - [2026-05-14 03:51:31] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.113602 10.0.0.27 - - [2026-05-14 03:51:31] "POST /neutron/port HTTP/1.1" 200 7439 0.066231 10.0.0.27 - - [2026-05-14 03:51:31] "POST /neutron/port HTTP/1.1" 200 1237 0.025970 10.0.0.27 - - [2026-05-14 03:51:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009511 10.0.0.27 - - [2026-05-14 03:51:32] "GET /virtual-machine/34437427-e6e9-409d-9a3f-549bec9c8628 HTTP/1.1" 401 292 0.000604 10.0.0.27 - - [2026-05-14 03:51:32] "POST /neutron/network HTTP/1.1" 200 1014 0.011407 10.0.0.27 - - [2026-05-14 03:51:32] "POST /neutron/port HTTP/1.1" 200 1173 0.026476 10.0.0.27 - - [2026-05-14 03:51:32] "GET /virtual-machine/34437427-e6e9-409d-9a3f-549bec9c8628 HTTP/1.1" 200 1300 0.135140 10.0.0.27 - - [2026-05-14 03:51:32] "GET /virtual-machine-interface/010fc59f-8540-43d9-8c7c-ce66fba9a0b8 HTTP/1.1" 200 3173 0.006601 10.0.0.27 - - [2026-05-14 03:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.27 - - [2026-05-14 03:51:32] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007736 10.0.0.27 - - [2026-05-14 03:51:32] "GET /virtual-networks?parent_id=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004865 10.0.0.27 - - [2026-05-14 03:51:32] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008293 10.0.0.27 - - [2026-05-14 03:51:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007745 10.0.0.27 - - [2026-05-14 03:51:33] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.27 - - [2026-05-14 03:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.27 - - [2026-05-14 03:51:36] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007147 10.0.0.27 - - [2026-05-14 03:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.27 - - [2026-05-14 03:51:40] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006711 10.0.0.27 - - [2026-05-14 03:51:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.27 - - [2026-05-14 03:51:44] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006371 10.0.0.23 - - [2026-05-14 03:51:47] "DELETE /project/9101694bc5864acca21b52fddff38dbb HTTP/1.1" 404 173 0.005814 10.0.0.23 - - [2026-05-14 03:51:47] "DELETE /project/f0809905-14d9-4494-989b-fed82c4a6565 HTTP/1.1" 404 177 0.004595 10.0.0.27 - - [2026-05-14 03:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.27 - - [2026-05-14 03:51:48] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008274 10.0.0.27 - - [2026-05-14 03:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.27 - - [2026-05-14 03:51:52] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006944 10.0.0.27 - - [2026-05-14 03:51:55] "POST /neutron/port HTTP/1.1" 200 1107 0.026717 10.0.0.27 - - [2026-05-14 03:51:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004487 10.0.0.27 - - [2026-05-14 03:51:55] "POST /neutron/network HTTP/1.1" 200 927 0.008325 10.0.0.27 - - [2026-05-14 03:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.27 - - [2026-05-14 03:51:56] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007897 10.0.0.27 - - [2026-05-14 03:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005612 10.0.0.27 - - [2026-05-14 03:52:00] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009710 10.0.0.27 - - [2026-05-14 03:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.27 - - [2026-05-14 03:52:04] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006590 10.0.0.27 - - [2026-05-14 03:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006018 10.0.0.27 - - [2026-05-14 03:52:08] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007076 10.0.0.27 - - [2026-05-14 03:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.27 - - [2026-05-14 03:52:12] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006733 10.0.0.27 - - [2026-05-14 03:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.27 - - [2026-05-14 03:52:17] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005762 10.0.0.27 - - [2026-05-14 03:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.27 - - [2026-05-14 03:52:21] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006445 10.0.0.27 - - [2026-05-14 03:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.27 - - [2026-05-14 03:52:25] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007735 10.0.0.27 - - [2026-05-14 03:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005314 10.0.0.27 - - [2026-05-14 03:52:29] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007966 10.0.0.22 - - [2026-05-14 03:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.22 - - [2026-05-14 03:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.22 - - [2026-05-14 03:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.22 - - [2026-05-14 03:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.23 - - [2026-05-14 03:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.23 - - [2026-05-14 03:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2026-05-14 03:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2026-05-14 03:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000619 10.0.0.27 - - [2026-05-14 03:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.27 - - [2026-05-14 03:52:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005713 10.0.0.27 - - [2026-05-14 03:52:33] "GET /virtual-networks?parent_id=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003921 10.0.0.27 - - [2026-05-14 03:52:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2026-05-14 03:52:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000318 10.0.0.27 - - [2026-05-14 03:52:33] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007797 10.0.0.27 - - [2026-05-14 03:52:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2026-05-14 03:52:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2026-05-14 03:52:38] "POST /neutron/port HTTP/1.1" 200 1237 0.036110 10.0.0.27 - - [2026-05-14 03:52:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011652 10.0.0.27 - - [2026-05-14 03:52:47] "POST /neutron/port HTTP/1.1" 200 1237 0.028894 10.0.0.27 - - [2026-05-14 03:52:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007929 10.0.0.27 - - [2026-05-14 03:52:49] "POST /neutron/port HTTP/1.1" 200 1237 0.024085 10.0.0.27 - - [2026-05-14 03:52:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012415 10.0.0.27 - - [2026-05-14 03:52:57] "POST /neutron/network HTTP/1.1" 200 1123 0.009018 10.0.0.27 - - [2026-05-14 03:52:57] "POST /neutron/subnet HTTP/1.1" 200 1385 0.020648 10.0.0.27 - - [2026-05-14 03:52:57] "POST /neutron/network HTTP/1.1" 200 1113 0.012745 10.0.0.27 - - [2026-05-14 03:53:04] "POST /neutron/port HTTP/1.1" 200 1237 0.024485 10.0.0.27 - - [2026-05-14 03:53:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008905 10.0.0.27 - - [2026-05-14 03:53:05] "GET /virtual-machine/2d49b9b7-7910-408c-8615-04002e3fb0be HTTP/1.1" 200 1299 0.007016 10.0.0.27 - - [2026-05-14 03:53:05] "GET /virtual-machine-interface/0cfd383c-9dbd-4d36-8079-6b76e58c29ec HTTP/1.1" 200 3173 0.007077 10.0.0.27 - - [2026-05-14 03:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.27 - - [2026-05-14 03:53:05] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004055 10.0.0.27 - - [2026-05-14 03:53:05] "GET /virtual-networks?parent_id=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004018 10.0.0.27 - - [2026-05-14 03:53:05] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007715 10.0.0.27 - - [2026-05-14 03:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.27 - - [2026-05-14 03:53:06] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005257 10.0.0.27 - - [2026-05-14 03:53:06] "GET /virtual-networks?parent_id=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005244 10.0.0.27 - - [2026-05-14 03:53:06] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.011336 10.0.0.27 - - [2026-05-14 03:53:06] "POST /neutron/port HTTP/1.1" 200 1237 0.022607 10.0.0.27 - - [2026-05-14 03:53:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009375 10.0.0.27 - - [2026-05-14 03:53:06] "GET /virtual-machine/422ad725-5299-4077-8f10-653dc828b642 HTTP/1.1" 200 1300 0.012371 10.0.0.27 - - [2026-05-14 03:53:06] "GET /virtual-machine-interface/6d49833b-db78-4719-bb87-b057f3c58b1a HTTP/1.1" 200 3175 0.007241 10.0.0.27 - - [2026-05-14 03:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909 10.0.0.27 - - [2026-05-14 03:53:07] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004889 10.0.0.27 - - [2026-05-14 03:53:07] "GET /virtual-networks?parent_id=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005473 10.0.0.27 - - [2026-05-14 03:53:07] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006920 10.0.0.27 - - [2026-05-14 03:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.27 - - [2026-05-14 03:53:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004561 10.0.0.27 - - [2026-05-14 03:53:08] "GET /virtual-networks?parent_id=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003980 10.0.0.27 - - [2026-05-14 03:53:08] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006624 10.0.0.23 - - [2026-05-14 03:53:31] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.27 - - [2026-05-14 03:53:31] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.053118 10.0.0.27 - - [2026-05-14 03:53:31] "POST /fqname-to-id HTTP/1.1" 404 226 0.004242 10.0.0.27 - - [2026-05-14 03:53:31] "POST /interface-route-tables HTTP/1.1" 200 575 0.032131 10.0.0.27 - - [2026-05-14 03:53:31] "GET /interface-route-table/a81c4ccc-a005-49d0-9f2d-ccc932773a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.007414 10.0.0.27 - - [2026-05-14 03:53:31] "GET /virtual-machine-interface/010fc59f-8540-43d9-8c7c-ce66fba9a0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.006750 10.0.0.27 - - [2026-05-14 03:53:31] "POST /ref-update HTTP/1.1" 200 156 0.019931 10.0.0.27 - - [2026-05-14 03:53:56] "POST /neutron/port HTTP/1.1" 200 1218 0.027540 10.0.0.27 - - [2026-05-14 03:53:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006884 10.0.0.27 - - [2026-05-14 03:53:56] "POST /neutron/port HTTP/1.1" 200 117 0.001426 10.0.0.27 - - [2026-05-14 03:53:58] "POST /neutron/port HTTP/1.1" 200 1107 0.076107 10.0.0.27 - - [2026-05-14 03:53:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006875 10.0.0.27 - - [2026-05-14 03:53:58] "POST /neutron/network HTTP/1.1" 200 927 0.010917 10.0.0.23 - - [2026-05-14 03:54:28] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.039816 10.0.0.27 - - [2026-05-14 03:54:28] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.099556 10.0.0.27 - - [2026-05-14 03:54:28] "POST /fqname-to-id HTTP/1.1" 404 226 0.004266 10.0.0.27 - - [2026-05-14 03:54:28] "POST /interface-route-tables HTTP/1.1" 200 575 0.031975 10.0.0.27 - - [2026-05-14 03:54:28] "GET /interface-route-table/4c53a6ba-a3e7-4533-92e9-480633529bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.009359 10.0.0.27 - - [2026-05-14 03:54:28] "GET /virtual-machine-interface/0cfd383c-9dbd-4d36-8079-6b76e58c29ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.007114 10.0.0.27 - - [2026-05-14 03:54:28] "POST /ref-update HTTP/1.1" 200 156 0.020142 10.0.0.27 - - [2026-05-14 03:54:30] "GET /virtual-machine-interface/6d49833b-db78-4719-bb87-b057f3c58b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006691 10.0.0.27 - - [2026-05-14 03:54:30] "PUT /virtual-machine-interface/6d49833b-db78-4719-bb87-b057f3c58b1a HTTP/1.1" 200 284 0.020330 10.0.0.27 - - [2026-05-14 03:54:30] "GET /virtual-machine-interface/010fc59f-8540-43d9-8c7c-ce66fba9a0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3039 0.008602 10.0.0.27 - - [2026-05-14 03:54:30] "PUT /virtual-machine-interface/010fc59f-8540-43d9-8c7c-ce66fba9a0b8 HTTP/1.1" 200 284 0.018008 10.0.0.27 - - [2026-05-14 03:54:30] "GET /virtual-machine-interface/0cfd383c-9dbd-4d36-8079-6b76e58c29ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3039 0.009003 10.0.0.27 - - [2026-05-14 03:54:30] "PUT /virtual-machine-interface/0cfd383c-9dbd-4d36-8079-6b76e58c29ec HTTP/1.1" 200 284 0.018273 10.0.0.22 - - [2026-05-14 03:54:43] "GET /obj-perms HTTP/1.1" 200 5056 0.093771 10.0.0.23 - - [2026-05-14 03:54:44] "GET /obj-perms HTTP/1.1" 200 5056 0.082329 10.0.0.27 - - [2026-05-14 03:54:57] "POST /neutron/network HTTP/1.1" 200 937 0.013383 10.0.0.27 - - [2026-05-14 03:54:57] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.27 - - [2026-05-14 03:55:01] "POST /neutron/port HTTP/1.1" 200 1237 0.028974 10.0.0.27 - - [2026-05-14 03:55:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005348 10.0.0.27 - - [2026-05-14 03:55:02] "POST /neutron/port HTTP/1.1" 200 117 0.001346 10.0.0.27 - - [2026-05-14 03:55:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009787 10.0.0.27 - - [2026-05-14 03:55:37] "POST /neutron/port HTTP/1.1" 200 1237 0.020370 10.0.0.27 - - [2026-05-14 03:55:37] "GET /virtual-machine/20db1754-39be-4a6d-9b5b-e03a144f7878 HTTP/1.1" 200 1300 0.006778 10.0.0.27 - - [2026-05-14 03:55:37] "GET /virtual-machine-interface/d4e92902-94a1-4810-a904-33d4beaee8f9 HTTP/1.1" 200 3176 0.005750 10.0.0.27 - - [2026-05-14 03:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.27 - - [2026-05-14 03:55:37] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004876 10.0.0.27 - - [2026-05-14 03:55:37] "GET /virtual-networks?parent_id=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003289 10.0.0.27 - - [2026-05-14 03:55:37] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007393 10.0.0.27 - - [2026-05-14 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.27 - - [2026-05-14 03:55:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004174 10.0.0.27 - - [2026-05-14 03:55:38] "GET /virtual-networks?parent_id=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004025 10.0.0.27 - - [2026-05-14 03:55:38] "GET /virtual-network/adb35bd7-4320-4512-b109-7d7e1734d172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007756 10.0.0.27 - - [2026-05-14 03:55:38] "GET /virtual-machine-interface/d4e92902-94a1-4810-a904-33d4beaee8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007130 10.0.0.27 - - [2026-05-14 03:55:38] "PUT /virtual-machine-interface/d4e92902-94a1-4810-a904-33d4beaee8f9 HTTP/1.1" 200 284 0.018983 10.0.0.27 - - [2026-05-14 03:55:44] "GET /obj-perms HTTP/1.1" 200 5056 0.073098 10.0.0.27 - - [2026-05-14 03:55:57] "POST /neutron/port HTTP/1.1" 200 1237 0.069954 10.0.0.27 - - [2026-05-14 03:55:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009478 10.0.0.27 - - [2026-05-14 03:55:57] "POST /neutron/port HTTP/1.1" 200 117 0.001417 10.0.0.27 - - [2026-05-14 03:56:02] "POST /neutron/port HTTP/1.1" 200 1237 0.025215 10.0.0.27 - - [2026-05-14 03:56:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005820 10.0.0.27 - - [2026-05-14 03:56:02] "POST /neutron/port HTTP/1.1" 200 117 0.002076 10.0.0.23 - - [2026-05-14 03:56:25] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.27 - - [2026-05-14 03:56:25] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.084491 10.0.0.27 - - [2026-05-14 03:56:25] "POST /fqname-to-id HTTP/1.1" 404 226 0.005911 10.0.0.27 - - [2026-05-14 03:56:25] "POST /interface-route-tables HTTP/1.1" 200 575 0.034963 10.0.0.27 - - [2026-05-14 03:56:25] "GET /interface-route-table/c7a6de93-ebc7-4581-9742-68348962af76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.007848 10.0.0.27 - - [2026-05-14 03:56:25] "GET /virtual-machine-interface/d4e92902-94a1-4810-a904-33d4beaee8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.006775 10.0.0.27 - - [2026-05-14 03:56:25] "POST /ref-update HTTP/1.1" 200 156 0.016156 10.0.0.27 - - [2026-05-14 03:56:27] "GET /virtual-machine-interface/010fc59f-8540-43d9-8c7c-ce66fba9a0b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.006944 10.0.0.27 - - [2026-05-14 03:56:27] "POST /ref-update HTTP/1.1" 200 156 0.019697 10.0.0.27 - - [2026-05-14 03:56:27] "DELETE /interface-route-table/a81c4ccc-a005-49d0-9f2d-ccc932773a96 HTTP/1.1" 200 115 0.039030 10.0.0.27 - - [2026-05-14 03:56:28] "POST /neutron/port HTTP/1.1" 200 1227 0.065470 10.0.0.27 - - [2026-05-14 03:56:50] "GET /virtual-machine-interface/d4e92902-94a1-4810-a904-33d4beaee8f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.010216 10.0.0.27 - - [2026-05-14 03:56:50] "POST /ref-update HTTP/1.1" 200 156 0.019517 10.0.0.27 - - [2026-05-14 03:56:50] "DELETE /interface-route-table/c7a6de93-ebc7-4581-9742-68348962af76 HTTP/1.1" 200 115 0.040622 10.0.0.27 - - [2026-05-14 03:56:50] "GET /virtual-machine-interface/0cfd383c-9dbd-4d36-8079-6b76e58c29ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.007472 10.0.0.27 - - [2026-05-14 03:56:50] "POST /ref-update HTTP/1.1" 200 156 0.020828 10.0.0.27 - - [2026-05-14 03:56:50] "DELETE /interface-route-table/4c53a6ba-a3e7-4533-92e9-480633529bea HTTP/1.1" 200 115 0.042398 10.0.0.27 - - [2026-05-14 03:56:50] "POST /neutron/network HTTP/1.1" 400 204 0.020470 10.0.0.27 - - [2026-05-14 03:56:51] "POST /neutron/port HTTP/1.1" 200 151 0.350535 10.0.0.27 - - [2026-05-14 03:56:51] "POST /neutron/port HTTP/1.1" 200 151 0.427173 10.0.0.27 - - [2026-05-14 03:56:51] "POST /neutron/port HTTP/1.1" 200 151 0.368009 10.0.0.22 - - [2026-05-14 03:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.074814 10.0.0.23 - - [2026-05-14 03:56:54] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001751 10.0.0.27 - - [2026-05-14 03:56:54] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.087090 10.0.0.23 - - [2026-05-14 03:56:54] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.27 - - [2026-05-14 03:56:54] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?fields=virtual_networks HTTP/1.1" 200 1059 0.040567 10.0.0.23 - - [2026-05-14 03:56:54] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002054 10.0.0.27 - - [2026-05-14 03:56:54] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.054443 10.0.0.23 - - [2026-05-14 03:56:54] "GET /projects?obj_uuids=9101694b-c586-4acc-a21b-52fddff38dbb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.27 - - [2026-05-14 03:56:54] "GET /project/9101694b-c586-4acc-a21b-52fddff38dbb?fields=security_groups HTTP/1.1" 200 1293 0.053547 10.0.0.27 - - [2026-05-14 03:56:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.037954 10.0.0.23 - - [2026-05-14 03:56:55] "GET /projects?obj_uuids=7a5fa084-e9c4-431d-a9f3-b07fe4898e65&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004019 10.0.0.23 - - [2026-05-14 03:56:56] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001614 10.0.0.23 - - [2026-05-14 03:56:56] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046503 10.0.0.23 - - [2026-05-14 03:56:56] "POST /id-to-fqname HTTP/1.1" 200 185 0.002440 10.0.0.23 - - [2026-05-14 03:56:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.006234 10.0.0.23 - - [2026-05-14 03:56:56] "POST /security-groups HTTP/1.1" 200 586 0.062139 10.0.0.23 - - [2026-05-14 03:56:56] "POST /projects HTTP/1.1" 200 575 0.303101 10.0.0.23 - - [2026-05-14 03:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.344283 10.0.0.22 - - [2026-05-14 03:56:56] "POST /access-control-lists HTTP/1.1" 200 591 0.046296 10.0.0.27 - - [2026-05-14 03:56:56] "GET /project/7a5fa084-e9c4-431d-a9f3-b07fe4898e65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.582755 10.0.0.27 - - [2026-05-14 03:56:57] "GET / HTTP/1.1" 200 35931 0.002859 10.0.0.23 - - [2026-05-14 03:57:01] "GET /projects?obj_uuids=7a5fa084-e9c4-431d-a9f3-b07fe4898e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001535 10.0.0.27 - - [2026-05-14 03:57:01] "GET /project/7a5fa084-e9c4-431d-a9f3-b07fe4898e65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.053301 10.0.0.23 - - [2026-05-14 03:57:01] "GET /projects?obj_uuids=7a5fa084-e9c4-431d-a9f3-b07fe4898e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001618 10.0.0.27 - - [2026-05-14 03:57:01] "GET /project/7a5fa084-e9c4-431d-a9f3-b07fe4898e65?fields=virtual_networks HTTP/1.1" 200 1032 0.062639 10.0.0.23 - - [2026-05-14 03:57:01] "GET /projects?obj_uuids=7a5fa084-e9c4-431d-a9f3-b07fe4898e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001825 10.0.0.27 - - [2026-05-14 03:57:01] "GET /project/7a5fa084-e9c4-431d-a9f3-b07fe4898e65?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.058950 10.0.0.23 - - [2026-05-14 03:57:01] "GET /projects?obj_uuids=7a5fa084-e9c4-431d-a9f3-b07fe4898e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001408 10.0.0.27 - - [2026-05-14 03:57:01] "GET /project/7a5fa084-e9c4-431d-a9f3-b07fe4898e65?fields=security_groups HTTP/1.1" 200 1253 0.060853 10.0.0.27 - - [2026-05-14 03:57:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.032266 10.0.0.23 - - [2026-05-14 03:57:02] "GET /projects?obj_uuids=b8c66234-5bb8-4118-8cf2-48e081bd6737&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003633 10.0.0.23 - - [2026-05-14 03:57:02] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.23 - - [2026-05-14 03:57:02] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008947 10.0.0.23 - - [2026-05-14 03:57:02] "POST /id-to-fqname HTTP/1.1" 200 195 0.001621 10.0.0.23 - - [2026-05-14 03:57:02] "POST /fqname-to-id HTTP/1.1" 404 204 0.003248 10.0.0.27 - - [2026-05-14 03:57:03] "POST /neutron/port HTTP/1.1" 200 1218 0.019541 10.0.0.23 - - [2026-05-14 03:57:03] "POST /security-groups HTTP/1.1" 200 596 0.044188 10.0.0.22 - - [2026-05-14 03:57:03] "POST /fqname-to-id HTTP/1.1" 404 239 0.005621 10.0.0.23 - - [2026-05-14 03:57:03] "POST /projects HTTP/1.1" 200 595 0.283584 10.0.0.23 - - [2026-05-14 03:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.319446 10.0.0.27 - - [2026-05-14 03:57:03] "GET /project/b8c66234-5bb8-4118-8cf2-48e081bd6737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.472647 10.0.0.22 - - [2026-05-14 03:57:03] "POST /access-control-lists HTTP/1.1" 200 599 0.059263 10.0.0.27 - - [2026-05-14 03:57:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004413 10.0.0.27 - - [2026-05-14 03:57:03] "POST /neutron/port HTTP/1.1" 200 117 0.001703 10.0.0.27 - - [2026-05-14 03:57:04] "GET / HTTP/1.1" 200 35931 0.093963 10.0.0.23 - - [2026-05-14 03:57:07] "GET /projects?obj_uuids=b8c66234-5bb8-4118-8cf2-48e081bd6737&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001662 10.0.0.27 - - [2026-05-14 03:57:07] "GET /project/b8c66234-5bb8-4118-8cf2-48e081bd6737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.055237 10.0.0.23 - - [2026-05-14 03:57:07] "GET /projects?obj_uuids=b8c66234-5bb8-4118-8cf2-48e081bd6737&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002943 10.0.0.27 - - [2026-05-14 03:57:07] "GET /project/b8c66234-5bb8-4118-8cf2-48e081bd6737?fields=virtual_networks HTTP/1.1" 200 1053 0.069507 10.0.0.23 - - [2026-05-14 03:57:07] "GET /projects?obj_uuids=b8c66234-5bb8-4118-8cf2-48e081bd6737&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001283 10.0.0.27 - - [2026-05-14 03:57:07] "GET /project/b8c66234-5bb8-4118-8cf2-48e081bd6737?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.055743 10.0.0.23 - - [2026-05-14 03:57:08] "GET /projects?obj_uuids=b8c66234-5bb8-4118-8cf2-48e081bd6737&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003195 10.0.0.27 - - [2026-05-14 03:57:08] "GET /project/b8c66234-5bb8-4118-8cf2-48e081bd6737?fields=security_groups HTTP/1.1" 200 1284 0.070561 10.0.0.27 - - [2026-05-14 03:57:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.034899 10.0.0.23 - - [2026-05-14 03:57:09] "GET /projects?obj_uuids=158118b3-14c1-4394-bcfe-f13505b096e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003833 10.0.0.23 - - [2026-05-14 03:57:09] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.23 - - [2026-05-14 03:57:09] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009297 10.0.0.23 - - [2026-05-14 03:57:09] "POST /id-to-fqname HTTP/1.1" 200 201 0.003436 10.0.0.23 - - [2026-05-14 03:57:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.007718 10.0.0.23 - - [2026-05-14 03:57:09] "POST /security-groups HTTP/1.1" 200 602 0.035867 10.0.0.23 - - [2026-05-14 03:57:09] "POST /projects HTTP/1.1" 200 607 0.263833 10.0.0.23 - - [2026-05-14 03:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.300112 10.0.0.22 - - [2026-05-14 03:57:09] "POST /fqname-to-id HTTP/1.1" 404 244 0.014088 10.0.0.27 - - [2026-05-14 03:57:09] "GET /project/158118b3-14c1-4394-bcfe-f13505b096e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.483862 10.0.0.27 - - [2026-05-14 03:57:10] "GET / HTTP/1.1" 200 35931 0.003670 10.0.0.23 - - [2026-05-14 03:57:14] "GET /projects?obj_uuids=158118b3-14c1-4394-bcfe-f13505b096e2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001169 10.0.0.27 - - [2026-05-14 03:57:14] "GET /project/158118b3-14c1-4394-bcfe-f13505b096e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.055274 10.0.0.23 - - [2026-05-14 03:57:14] "GET /projects?obj_uuids=158118b3-14c1-4394-bcfe-f13505b096e2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001427 10.0.0.27 - - [2026-05-14 03:57:14] "GET /project/158118b3-14c1-4394-bcfe-f13505b096e2?fields=virtual_networks HTTP/1.1" 200 1064 0.057520 10.0.0.23 - - [2026-05-14 03:57:14] "GET /projects?obj_uuids=158118b3-14c1-4394-bcfe-f13505b096e2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001709 10.0.0.27 - - [2026-05-14 03:57:14] "GET /project/158118b3-14c1-4394-bcfe-f13505b096e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.051343 10.0.0.23 - - [2026-05-14 03:57:14] "GET /projects?obj_uuids=158118b3-14c1-4394-bcfe-f13505b096e2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001106 10.0.0.27 - - [2026-05-14 03:57:14] "GET /project/158118b3-14c1-4394-bcfe-f13505b096e2?fields=security_groups HTTP/1.1" 200 1301 0.057803 10.0.0.27 - - [2026-05-14 03:57:15] "POST /fqname-to-id HTTP/1.1" 404 185 0.041220 10.0.0.23 - - [2026-05-14 03:57:15] "GET /projects?obj_uuids=7c967200-2e0c-4137-9deb-c604d8ed308e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004076 10.0.0.23 - - [2026-05-14 03:57:15] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.23 - - [2026-05-14 03:57:15] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008215 10.0.0.23 - - [2026-05-14 03:57:15] "POST /id-to-fqname HTTP/1.1" 200 187 0.005754 10.0.0.23 - - [2026-05-14 03:57:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.007089 10.0.0.23 - - [2026-05-14 03:57:15] "POST /security-groups HTTP/1.1" 200 588 0.090108 10.0.0.23 - - [2026-05-14 03:57:15] "POST /projects HTTP/1.1" 200 579 0.311058 10.0.0.23 - - [2026-05-14 03:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.347932 10.0.0.22 - - [2026-05-14 03:57:15] "POST /access-control-lists HTTP/1.1" 200 593 0.046937 10.0.0.27 - - [2026-05-14 03:57:15] "GET /project/7c967200-2e0c-4137-9deb-c604d8ed308e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.516728 10.0.0.27 - - [2026-05-14 03:57:17] "GET / HTTP/1.1" 200 35931 0.003079 10.0.0.23 - - [2026-05-14 03:57:20] "GET /projects?obj_uuids=7c967200-2e0c-4137-9deb-c604d8ed308e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001225 10.0.0.27 - - [2026-05-14 03:57:20] "GET /project/7c967200-2e0c-4137-9deb-c604d8ed308e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.061817 10.0.0.23 - - [2026-05-14 03:57:20] "GET /projects?obj_uuids=7c967200-2e0c-4137-9deb-c604d8ed308e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001667 10.0.0.27 - - [2026-05-14 03:57:20] "GET /project/7c967200-2e0c-4137-9deb-c604d8ed308e?fields=virtual_networks HTTP/1.1" 200 1036 0.061764 10.0.0.23 - - [2026-05-14 03:57:20] "GET /projects?obj_uuids=7c967200-2e0c-4137-9deb-c604d8ed308e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001415 10.0.0.27 - - [2026-05-14 03:57:20] "GET /project/7c967200-2e0c-4137-9deb-c604d8ed308e?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.061255 10.0.0.23 - - [2026-05-14 03:57:20] "GET /projects?obj_uuids=7c967200-2e0c-4137-9deb-c604d8ed308e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001162 10.0.0.27 - - [2026-05-14 03:57:20] "GET /project/7c967200-2e0c-4137-9deb-c604d8ed308e?fields=security_groups HTTP/1.1" 200 1259 0.063763 10.0.0.27 - - [2026-05-14 03:57:21] "POST /fqname-to-id HTTP/1.1" 404 182 0.032349 10.0.0.23 - - [2026-05-14 03:57:21] "GET /projects?obj_uuids=5f21c62d-ed59-4a9f-88d0-d925ea15d539&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003778 10.0.0.23 - - [2026-05-14 03:57:22] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.23 - - [2026-05-14 03:57:22] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009209 10.0.0.23 - - [2026-05-14 03:57:22] "POST /id-to-fqname HTTP/1.1" 200 184 0.004387 10.0.0.23 - - [2026-05-14 03:57:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.004837 10.0.0.23 - - [2026-05-14 03:57:22] "POST /security-groups HTTP/1.1" 200 585 0.051782 10.0.0.22 - - [2026-05-14 03:57:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.004364 10.0.0.23 - - [2026-05-14 03:57:22] "POST /projects HTTP/1.1" 200 573 0.287150 10.0.0.23 - - [2026-05-14 03:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.324339 10.0.0.27 - - [2026-05-14 03:57:22] "GET /project/5f21c62d-ed59-4a9f-88d0-d925ea15d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.492296 10.0.0.22 - - [2026-05-14 03:57:22] "POST /access-control-lists HTTP/1.1" 200 588 0.056646 10.0.0.27 - - [2026-05-14 03:57:23] "GET / HTTP/1.1" 200 35931 0.002506 10.0.0.23 - - [2026-05-14 03:57:26] "GET /projects?obj_uuids=5f21c62d-ed59-4a9f-88d0-d925ea15d539&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001812 10.0.0.27 - - [2026-05-14 03:57:26] "GET /project/5f21c62d-ed59-4a9f-88d0-d925ea15d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.054821 10.0.0.23 - - [2026-05-14 03:57:26] "GET /projects?obj_uuids=5f21c62d-ed59-4a9f-88d0-d925ea15d539&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002235 10.0.0.27 - - [2026-05-14 03:57:27] "GET /project/5f21c62d-ed59-4a9f-88d0-d925ea15d539?fields=virtual_networks HTTP/1.1" 200 1029 0.079468 10.0.0.23 - - [2026-05-14 03:57:27] "GET /projects?obj_uuids=5f21c62d-ed59-4a9f-88d0-d925ea15d539&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001968 10.0.0.27 - - [2026-05-14 03:57:27] "GET /project/5f21c62d-ed59-4a9f-88d0-d925ea15d539?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.061593 10.0.0.23 - - [2026-05-14 03:57:27] "GET /projects?obj_uuids=5f21c62d-ed59-4a9f-88d0-d925ea15d539&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001120 10.0.0.27 - - [2026-05-14 03:57:27] "GET /project/5f21c62d-ed59-4a9f-88d0-d925ea15d539?fields=security_groups HTTP/1.1" 200 1249 0.048973 10.0.0.27 - - [2026-05-14 03:57:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.036378 10.0.0.23 - - [2026-05-14 03:57:28] "GET /projects?obj_uuids=6875a1b3-dc57-4d52-b50f-4193e5c5218f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003962 10.0.0.23 - - [2026-05-14 03:57:28] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.23 - - [2026-05-14 03:57:28] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007900 10.0.0.23 - - [2026-05-14 03:57:28] "POST /id-to-fqname HTTP/1.1" 200 188 0.003199 10.0.0.23 - - [2026-05-14 03:57:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.005353 10.0.0.23 - - [2026-05-14 03:57:28] "POST /security-groups HTTP/1.1" 200 589 0.086126 10.0.0.23 - - [2026-05-14 03:57:28] "POST /projects HTTP/1.1" 200 581 0.320487 10.0.0.23 - - [2026-05-14 03:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.360887 10.0.0.22 - - [2026-05-14 03:57:28] "POST /fqname-to-id HTTP/1.1" 404 231 0.008864 10.0.0.27 - - [2026-05-14 03:57:28] "GET /project/6875a1b3-dc57-4d52-b50f-4193e5c5218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.524486 10.0.0.27 - - [2026-05-14 03:57:30] "GET / HTTP/1.1" 200 35931 0.006970 10.0.0.22 - - [2026-05-14 03:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.22 - - [2026-05-14 03:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.22 - - [2026-05-14 03:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.22 - - [2026-05-14 03:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.23 - - [2026-05-14 03:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2026-05-14 03:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-05-14 03:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-05-14 03:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2026-05-14 03:57:33] "GET /projects?obj_uuids=6875a1b3-dc57-4d52-b50f-4193e5c5218f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.27 - - [2026-05-14 03:57:33] "GET /project/6875a1b3-dc57-4d52-b50f-4193e5c5218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.054835 10.0.0.23 - - [2026-05-14 03:57:33] "GET /projects?obj_uuids=6875a1b3-dc57-4d52-b50f-4193e5c5218f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001558 10.0.0.27 - - [2026-05-14 03:57:33] "GET /project/6875a1b3-dc57-4d52-b50f-4193e5c5218f?fields=virtual_networks HTTP/1.1" 200 1038 0.055649 10.0.0.23 - - [2026-05-14 03:57:33] "GET /projects?obj_uuids=6875a1b3-dc57-4d52-b50f-4193e5c5218f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001503 10.0.0.27 - - [2026-05-14 03:57:33] "GET /project/6875a1b3-dc57-4d52-b50f-4193e5c5218f?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.049523 10.0.0.23 - - [2026-05-14 03:57:33] "GET /projects?obj_uuids=6875a1b3-dc57-4d52-b50f-4193e5c5218f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001520 10.0.0.27 - - [2026-05-14 03:57:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2026-05-14 03:57:33] "GET /project/6875a1b3-dc57-4d52-b50f-4193e5c5218f?fields=security_groups HTTP/1.1" 200 1262 0.072581 10.0.0.27 - - [2026-05-14 03:57:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.27 - - [2026-05-14 03:57:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.27 - - [2026-05-14 03:57:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.27 - - [2026-05-14 03:57:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.067666 10.0.0.23 - - [2026-05-14 03:57:34] "GET /projects?obj_uuids=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004987 10.0.0.23 - - [2026-05-14 03:57:35] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001520 10.0.0.23 - - [2026-05-14 03:57:35] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011645 10.0.0.22 - - [2026-05-14 03:57:35] "DELETE /access-control-list/b5d60e70-cb43-4a38-8be6-8d3881a934f2 HTTP/1.1" 200 115 0.054636 10.0.0.23 - - [2026-05-14 03:57:35] "POST /id-to-fqname HTTP/1.1" 200 188 0.007483 10.0.0.23 - - [2026-05-14 03:57:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.007552 10.0.0.23 - - [2026-05-14 03:57:35] "POST /security-groups HTTP/1.1" 200 589 0.043032 10.0.0.23 - - [2026-05-14 03:57:35] "POST /projects HTTP/1.1" 200 581 0.342669 10.0.0.23 - - [2026-05-14 03:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.463214 10.0.0.22 - - [2026-05-14 03:57:35] "POST /fqname-to-id HTTP/1.1" 404 231 0.012815 10.0.0.27 - - [2026-05-14 03:57:35] "GET /project/2b55c85f-2d51-49e2-ab03-81e87783ba27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.650884 10.0.0.27 - - [2026-05-14 03:57:36] "GET / HTTP/1.1" 200 35931 0.001785 10.0.0.27 - - [2026-05-14 03:57:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2026-05-14 03:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.075881 10.0.0.23 - - [2026-05-14 03:57:39] "GET /projects?obj_uuids=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.27 - - [2026-05-14 03:57:39] "GET /project/2b55c85f-2d51-49e2-ab03-81e87783ba27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.052168 10.0.0.27 - - [2026-05-14 03:57:39] "POST /neutron/network HTTP/1.1" 200 117 0.045076 10.0.0.22 - - [2026-05-14 03:57:39] "POST /ref-update HTTP/1.1" 200 156 0.037663 10.0.0.27 - - [2026-05-14 03:57:40] "POST /neutron/network HTTP/1.1" 200 824 0.010933 10.0.0.27 - - [2026-05-14 03:57:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.001430 10.0.0.27 - - [2026-05-14 03:57:40] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006903 10.0.0.27 - - [2026-05-14 03:57:40] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008020 10.0.0.27 - - [2026-05-14 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.27 - - [2026-05-14 03:57:40] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007335 10.0.0.27 - - [2026-05-14 03:57:40] "PUT /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796 HTTP/1.1" 200 264 0.088008 10.0.0.27 - - [2026-05-14 03:57:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.010674 10.0.0.27 - - [2026-05-14 03:57:41] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006616 10.0.0.27 - - [2026-05-14 03:57:42] "POST /id-to-fqname HTTP/1.1" 200 218 0.001421 10.0.0.27 - - [2026-05-14 03:57:42] "POST /neutron/port HTTP/1.1" 200 4190 0.056286 10.0.0.23 - - [2026-05-14 03:57:43] "GET /projects?obj_uuids=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.27 - - [2026-05-14 03:57:43] "GET /project/2b55c85f-2d51-49e2-ab03-81e87783ba27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.110960 10.0.0.27 - - [2026-05-14 03:57:44] "POST /neutron/port HTTP/1.1" 200 4190 0.051639 10.0.0.27 - - [2026-05-14 03:57:44] "POST /neutron/network HTTP/1.1" 200 834 0.013985 10.0.0.27 - - [2026-05-14 03:57:45] "POST /neutron/port HTTP/1.1" 200 1060 0.021279 10.0.0.27 - - [2026-05-14 03:57:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004734 10.0.0.27 - - [2026-05-14 03:57:45] "POST /neutron/network HTTP/1.1" 200 824 0.007605 10.0.0.22 - - [2026-05-14 03:57:46] "GET /obj-perms HTTP/1.1" 200 5056 0.100512 10.0.0.23 - - [2026-05-14 03:57:47] "GET /obj-perms HTTP/1.1" 200 5056 0.076216 10.0.0.23 - - [2026-05-14 03:57:48] "DELETE /project/6875a1b3dc574d52b50f4193e5c5218f HTTP/1.1" 404 173 0.020767 10.0.0.23 - - [2026-05-14 03:57:48] "DELETE /project/2b55c85f2d5149e2ab0381e87783ba27 HTTP/1.1" 404 173 0.019757 10.0.0.23 - - [2026-05-14 03:57:48] "DELETE /project/5f21c62ded594a9f88d0d925ea15d539 HTTP/1.1" 404 173 0.027133 10.0.0.23 - - [2026-05-14 03:57:48] "DELETE /project/7c9672002e0c41379debc604d8ed308e HTTP/1.1" 404 173 0.014381 10.0.0.23 - - [2026-05-14 03:57:48] "DELETE /project/7a5fa084e9c4431da9f3b07fe4898e65 HTTP/1.1" 404 173 0.017805 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=7a5fa084-e9c4-431d-a9f3-b07fe4898e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001517 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=b8c66234-5bb8-4118-8cf2-48e081bd6737&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000963 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=7c967200-2e0c-4137-9deb-c604d8ed308e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000816 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=5f21c62d-ed59-4a9f-88d0-d925ea15d539&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000989 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=6875a1b3-dc57-4d52-b50f-4193e5c5218f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000800 10.0.0.23 - - [2026-05-14 03:57:48] "DELETE /project/9101694b-c586-4acc-a21b-52fddff38dbb HTTP/1.1" 404 177 0.013508 10.0.0.23 - - [2026-05-14 03:57:48] "DELETE /project/b8c662345bb841188cf248e081bd6737 HTTP/1.1" 404 173 0.015411 10.0.0.23 - - [2026-05-14 03:57:48] "DELETE /project/158118b314c14394bcfef13505b096e2 HTTP/1.1" 404 173 0.011251 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=158118b3-14c1-4394-bcfe-f13505b096e2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001087 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/6875a1b3-dc57-4d52-b50f-4193e5c5218f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.093647 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/7a5fa084-e9c4-431d-a9f3-b07fe4898e65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.097424 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/5f21c62d-ed59-4a9f-88d0-d925ea15d539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.120333 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=6875a1b3-dc57-4d52-b50f-4193e5c5218f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002030 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/b8c66234-5bb8-4118-8cf2-48e081bd6737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.170736 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=7a5fa084-e9c4-431d-a9f3-b07fe4898e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002079 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/7c967200-2e0c-4137-9deb-c604d8ed308e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.193976 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=5f21c62d-ed59-4a9f-88d0-d925ea15d539&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002038 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=b8c66234-5bb8-4118-8cf2-48e081bd6737&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001565 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=7c967200-2e0c-4137-9deb-c604d8ed308e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001092 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/158118b3-14c1-4394-bcfe-f13505b096e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.250904 10.0.0.23 - - [2026-05-14 03:57:48] "GET /projects?obj_uuids=158118b3-14c1-4394-bcfe-f13505b096e2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001284 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/6875a1b3-dc57-4d52-b50f-4193e5c5218f?fields=security_groups HTTP/1.1" 200 1367 0.204067 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/5f21c62d-ed59-4a9f-88d0-d925ea15d539?fields=security_groups HTTP/1.1" 200 1354 0.177765 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/7a5fa084-e9c4-431d-a9f3-b07fe4898e65?fields=security_groups HTTP/1.1" 200 1358 0.207036 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/b8c66234-5bb8-4118-8cf2-48e081bd6737?fields=security_groups HTTP/1.1" 200 1389 0.161906 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/7c967200-2e0c-4137-9deb-c604d8ed308e?fields=security_groups HTTP/1.1" 200 1364 0.260270 10.0.0.23 - - [2026-05-14 03:57:48] "GET /project/158118b3-14c1-4394-bcfe-f13505b096e2?fields=security_groups HTTP/1.1" 200 1406 0.227443 10.0.0.23 - - [2026-05-14 03:57:48] "DELETE /security-group/7a994bf1-79da-4848-ab73-ff07028ad4ab HTTP/1.1" 200 115 0.224132 10.0.0.23 - - [2026-05-14 03:57:49] "DELETE /security-group/1ebcac80-0462-4ee4-8c8c-fa2bb2a9e5d3 HTTP/1.1" 200 115 0.240155 10.0.0.23 - - [2026-05-14 03:57:49] "GET /projects?obj_uuids=5f21c62d-ed59-4a9f-88d0-d925ea15d539&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001192 10.0.0.23 - - [2026-05-14 03:57:49] "GET /projects?obj_uuids=6875a1b3-dc57-4d52-b50f-4193e5c5218f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002099 10.0.0.23 - - [2026-05-14 03:57:49] "DELETE /security-group/a8dd1f69-f124-4788-bed4-80adb7f95ff7 HTTP/1.1" 200 115 0.267007 10.0.0.23 - - [2026-05-14 03:57:49] "DELETE /security-group/ec346bd7-544a-4648-bfde-094a171a1fe6 HTTP/1.1" 200 115 0.270278 10.0.0.23 - - [2026-05-14 03:57:49] "GET /projects?obj_uuids=7a5fa084-e9c4-431d-a9f3-b07fe4898e65&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001320 10.0.0.23 - - [2026-05-14 03:57:49] "GET /projects?obj_uuids=b8c66234-5bb8-4118-8cf2-48e081bd6737&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001276 10.0.0.22 - - [2026-05-14 03:57:49] "DELETE /access-control-list/cb9241ed-cbac-42fd-8af8-bb07ab55d7a0 HTTP/1.1" 200 115 0.152451 10.0.0.23 - - [2026-05-14 03:57:49] "GET /project/5f21c62d-ed59-4a9f-88d0-d925ea15d539?fields=application_policy_sets HTTP/1.1" 200 1393 0.127717 10.0.0.23 - - [2026-05-14 03:57:49] "DELETE /security-group/d7a410d0-ad3d-4458-ad47-3c1fc32a6866 HTTP/1.1" 200 115 0.236557 10.0.0.23 - - [2026-05-14 03:57:49] "GET /projects?obj_uuids=7c967200-2e0c-4137-9deb-c604d8ed308e&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001334 10.0.0.23 - - [2026-05-14 03:57:49] "GET /project/6875a1b3-dc57-4d52-b50f-4193e5c5218f?fields=application_policy_sets HTTP/1.1" 200 1406 0.140081 10.0.0.23 - - [2026-05-14 03:57:49] "DELETE /security-group/59a51175-1d1f-47e2-8559-a700cc53e189 HTTP/1.1" 200 115 0.216557 10.0.0.23 - - [2026-05-14 03:57:49] "GET /projects?obj_uuids=158118b3-14c1-4394-bcfe-f13505b096e2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001489 10.0.0.23 - - [2026-05-14 03:57:49] "GET /project/7a5fa084-e9c4-431d-a9f3-b07fe4898e65?fields=application_policy_sets HTTP/1.1" 200 1397 0.149232 10.0.0.23 - - [2026-05-14 03:57:49] "GET /project/b8c66234-5bb8-4118-8cf2-48e081bd6737?fields=application_policy_sets HTTP/1.1" 200 1428 0.158582 10.0.0.23 - - [2026-05-14 03:57:49] "GET /project/158118b3-14c1-4394-bcfe-f13505b096e2?fields=application_policy_sets HTTP/1.1" 200 1445 0.114645 10.0.0.23 - - [2026-05-14 03:57:49] "GET /project/7c967200-2e0c-4137-9deb-c604d8ed308e?fields=application_policy_sets HTTP/1.1" 200 1403 0.205526 10.0.0.22 - - [2026-05-14 03:57:49] "DELETE /access-control-list/1c474ce7-ce82-475b-a621-503cc1776ab9 HTTP/1.1" 200 115 0.191996 10.0.0.23 - - [2026-05-14 03:57:49] "DELETE /project/5f21c62d-ed59-4a9f-88d0-d925ea15d539 HTTP/1.1" 200 115 1.306235 10.0.0.23 - - [2026-05-14 03:57:49] "DELETE /project/6875a1b3-dc57-4d52-b50f-4193e5c5218f HTTP/1.1" 200 115 1.322776 10.0.0.23 - - [2026-05-14 03:57:49] "DELETE /project/7a5fa084-e9c4-431d-a9f3-b07fe4898e65 HTTP/1.1" 200 115 1.353571 10.0.0.22 - - [2026-05-14 03:57:49] "DELETE /access-control-list/6e704f1e-95f9-4816-a133-a097c346575c HTTP/1.1" 200 115 0.107939 10.0.0.23 - - [2026-05-14 03:57:49] "DELETE /project/b8c66234-5bb8-4118-8cf2-48e081bd6737 HTTP/1.1" 200 115 1.374578 10.0.0.23 - - [2026-05-14 03:57:49] "DELETE /project/158118b3-14c1-4394-bcfe-f13505b096e2 HTTP/1.1" 200 115 1.341373 10.0.0.23 - - [2026-05-14 03:57:49] "DELETE /project/7c967200-2e0c-4137-9deb-c604d8ed308e HTTP/1.1" 200 115 1.398279 10.0.0.22 - - [2026-05-14 03:57:49] "DELETE /access-control-list/be6d5165-db88-412e-b2b6-daa9a7cd59bc HTTP/1.1" 200 115 0.035750 10.0.0.27 - - [2026-05-14 03:57:49] "POST /neutron/port HTTP/1.1" 200 1124 0.041670 10.0.0.27 - - [2026-05-14 03:57:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012842 10.0.0.27 - - [2026-05-14 03:57:50] "GET /virtual-machine/e819c4be-7972-4e35-bd5f-744a5fd7804f HTTP/1.1" 401 292 0.001160 10.0.0.27 - - [2026-05-14 03:57:50] "GET /virtual-machine/e819c4be-7972-4e35-bd5f-744a5fd7804f HTTP/1.1" 200 1291 0.053546 10.0.0.27 - - [2026-05-14 03:57:50] "GET /virtual-machine-interface/3fde1db8-7b54-4cc9-9f95-6481ba139a51 HTTP/1.1" 200 2931 0.007513 10.0.0.27 - - [2026-05-14 03:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.27 - - [2026-05-14 03:57:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004923 10.0.0.27 - - [2026-05-14 03:57:50] "GET /virtual-networks?parent_id=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004333 10.0.0.27 - - [2026-05-14 03:57:50] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007061 10.0.0.27 - - [2026-05-14 03:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.27 - - [2026-05-14 03:57:53] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007896 10.0.0.27 - - [2026-05-14 03:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.27 - - [2026-05-14 03:57:58] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006577 10.0.0.27 - - [2026-05-14 03:57:59] "POST /neutron/network HTTP/1.1" 200 1123 0.010898 10.0.0.27 - - [2026-05-14 03:57:59] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018641 10.0.0.27 - - [2026-05-14 03:57:59] "POST /neutron/network HTTP/1.1" 200 1113 0.012085 10.0.0.27 - - [2026-05-14 03:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.27 - - [2026-05-14 03:58:02] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006164 10.0.0.27 - - [2026-05-14 03:58:04] "POST /neutron/network HTTP/1.1" 200 937 0.008196 10.0.0.27 - - [2026-05-14 03:58:04] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.27 - - [2026-05-14 03:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.27 - - [2026-05-14 03:58:06] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009461 10.0.0.27 - - [2026-05-14 03:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.27 - - [2026-05-14 03:58:10] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006814 10.0.0.27 - - [2026-05-14 03:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.27 - - [2026-05-14 03:58:14] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007362 10.0.0.27 - - [2026-05-14 03:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.27 - - [2026-05-14 03:58:18] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007313 10.0.0.27 - - [2026-05-14 03:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.27 - - [2026-05-14 03:58:22] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006052 10.0.0.27 - - [2026-05-14 03:58:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.27 - - [2026-05-14 03:58:26] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006521 10.0.0.27 - - [2026-05-14 03:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2026-05-14 03:58:28] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004798 10.0.0.27 - - [2026-05-14 03:58:28] "GET /virtual-networks?parent_id=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003426 10.0.0.27 - - [2026-05-14 03:58:28] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007119 10.0.0.27 - - [2026-05-14 03:58:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009763 10.0.0.27 - - [2026-05-14 03:58:38] "POST /neutron/port HTTP/1.1" 200 1124 0.059553 10.0.0.27 - - [2026-05-14 03:58:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009902 10.0.0.27 - - [2026-05-14 03:58:47] "GET /obj-perms HTTP/1.1" 200 5056 0.065554 10.0.0.27 - - [2026-05-14 03:58:49] "POST /neutron/port HTTP/1.1" 200 1124 0.022053 10.0.0.27 - - [2026-05-14 03:58:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010106 10.0.0.27 - - [2026-05-14 03:58:50] "POST /neutron/port HTTP/1.1" 200 1124 0.023360 10.0.0.27 - - [2026-05-14 03:58:50] "POST /neutron/network HTTP/1.1" 200 824 0.008384 10.0.0.27 - - [2026-05-14 03:58:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.001544 10.0.0.27 - - [2026-05-14 03:58:50] "GET /virtual-machine/e819c4be-7972-4e35-bd5f-744a5fd7804f HTTP/1.1" 200 1291 0.006724 10.0.0.27 - - [2026-05-14 03:58:50] "GET /virtual-machine-interface/3fde1db8-7b54-4cc9-9f95-6481ba139a51 HTTP/1.1" 200 2931 0.006399 10.0.0.27 - - [2026-05-14 03:58:50] "GET /instance-ip/614d031f-be51-4363-9e08-94b63c09f408 HTTP/1.1" 200 1618 0.008658 10.0.0.27 - - [2026-05-14 03:58:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.005484 10.0.0.27 - - [2026-05-14 03:58:50] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007335 10.0.0.23 - - [2026-05-14 03:58:50] "GET /projects?obj_uuids=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001262 10.0.0.27 - - [2026-05-14 03:58:50] "GET /project/2b55c85f-2d51-49e2-ab03-81e87783ba27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.058702 10.0.0.27 - - [2026-05-14 03:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.27 - - [2026-05-14 03:58:50] "GET /security-group/05b06aa2-5c92-4b7e-a2c1-27879a241347?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3757 0.006405 10.0.0.27 - - [2026-05-14 03:58:50] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.091939 10.0.0.27 - - [2026-05-14 03:58:50] "POST /instance-ips HTTP/1.1" 200 357 0.044345 10.0.0.27 - - [2026-05-14 03:58:50] "GET /instance-ip/be9b9f36-a477-46dd-9945-57ca9da991bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.007921 10.0.0.27 - - [2026-05-14 03:58:50] "GET /virtual-machine-interface/15654bbf-47b4-4f70-bc6b-9d05c0e16cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007053 10.0.0.27 - - [2026-05-14 03:58:50] "GET /virtual-machine-interface/15654bbf-47b4-4f70-bc6b-9d05c0e16cf1?fields=instance_ip_back_refs HTTP/1.1" 200 1323 0.008761 10.0.0.27 - - [2026-05-14 03:58:50] "GET /instance-ip/be9b9f36-a477-46dd-9945-57ca9da991bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.005789 10.0.0.27 - - [2026-05-14 03:58:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.001557 10.0.0.27 - - [2026-05-14 03:58:51] "POST /neutron/port HTTP/1.1" 200 967 0.014395 10.0.0.27 - - [2026-05-14 03:58:51] "POST /neutron/port HTTP/1.1" 200 967 0.018628 10.0.0.27 - - [2026-05-14 03:58:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009023 10.0.0.27 - - [2026-05-14 03:58:52] "POST /neutron/port HTTP/1.1" 200 967 0.016962 10.0.0.27 - - [2026-05-14 03:58:52] "POST /neutron/port HTTP/1.1" 200 967 0.014478 10.0.0.27 - - [2026-05-14 03:58:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005471 10.0.0.27 - - [2026-05-14 03:58:52] "POST /neutron/network HTTP/1.1" 200 824 0.010225 10.0.0.27 - - [2026-05-14 03:58:56] "POST /neutron/port HTTP/1.1" 200 1069 0.028047 10.0.0.27 - - [2026-05-14 03:58:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010046 10.0.0.27 - - [2026-05-14 03:58:57] "GET /virtual-machine/705f8aeb-82a6-4ced-af8b-b293878f11d2 HTTP/1.1" 200 1268 0.007975 10.0.0.27 - - [2026-05-14 03:58:57] "GET /virtual-machine-interface/15654bbf-47b4-4f70-bc6b-9d05c0e16cf1 HTTP/1.1" 200 2981 0.006388 10.0.0.27 - - [2026-05-14 03:58:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.27 - - [2026-05-14 03:58:57] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004858 10.0.0.27 - - [2026-05-14 03:58:57] "GET /virtual-networks?parent_id=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003647 10.0.0.27 - - [2026-05-14 03:58:57] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006938 10.0.0.27 - - [2026-05-14 03:58:59] "POST /neutron/network HTTP/1.1" 200 937 0.011466 10.0.0.27 - - [2026-05-14 03:58:59] "POST /neutron/port HTTP/1.1" 200 117 0.001514 10.0.0.27 - - [2026-05-14 03:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005032 10.0.0.27 - - [2026-05-14 03:59:00] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007521 10.0.0.27 - - [2026-05-14 03:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005229 10.0.0.27 - - [2026-05-14 03:59:04] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007097 10.0.0.27 - - [2026-05-14 03:59:06] "POST /neutron/port HTTP/1.1" 200 1218 0.061001 10.0.0.27 - - [2026-05-14 03:59:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005096 10.0.0.27 - - [2026-05-14 03:59:06] "POST /neutron/port HTTP/1.1" 200 117 0.001582 10.0.0.27 - - [2026-05-14 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006088 10.0.0.27 - - [2026-05-14 03:59:08] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007350 10.0.0.27 - - [2026-05-14 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.27 - - [2026-05-14 03:59:12] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007136 10.0.0.27 - - [2026-05-14 03:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.27 - - [2026-05-14 03:59:16] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007089 10.0.0.27 - - [2026-05-14 03:59:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.27 - - [2026-05-14 03:59:20] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008439 10.0.0.27 - - [2026-05-14 03:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.27 - - [2026-05-14 03:59:24] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006797 10.0.0.27 - - [2026-05-14 03:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.27 - - [2026-05-14 03:59:28] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006880 10.0.0.27 - - [2026-05-14 03:59:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.27 - - [2026-05-14 03:59:33] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007215 10.0.0.27 - - [2026-05-14 03:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.27 - - [2026-05-14 03:59:37] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007405 10.0.0.27 - - [2026-05-14 03:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.27 - - [2026-05-14 03:59:39] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004749 10.0.0.27 - - [2026-05-14 03:59:39] "GET /virtual-networks?parent_id=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003826 10.0.0.27 - - [2026-05-14 03:59:39] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007496 10.0.0.27 - - [2026-05-14 03:59:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008730 10.0.0.27 - - [2026-05-14 03:59:49] "POST /neutron/port HTTP/1.1" 200 1069 0.027482 10.0.0.27 - - [2026-05-14 03:59:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012759 10.0.0.27 - - [2026-05-14 04:00:00] "POST /id-to-fqname HTTP/1.1" 200 218 0.002344 10.0.0.27 - - [2026-05-14 04:00:00] "POST /neutron/port HTTP/1.1" 200 6077 0.060617 10.0.0.27 - - [2026-05-14 04:00:01] "POST /neutron/port HTTP/1.1" 200 1218 0.030918 10.0.0.27 - - [2026-05-14 04:00:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007680 10.0.0.27 - - [2026-05-14 04:00:01] "POST /neutron/port HTTP/1.1" 200 117 0.001758 10.0.0.23 - - [2026-05-14 04:00:01] "GET /projects?obj_uuids=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.073122 10.0.0.27 - - [2026-05-14 04:00:01] "GET /project/2b55c85f-2d51-49e2-ab03-81e87783ba27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.222761 10.0.0.27 - - [2026-05-14 04:00:01] "POST /neutron/network HTTP/1.1" 200 824 0.060028 10.0.0.27 - - [2026-05-14 04:00:02] "POST /neutron/port HTTP/1.1" 200 117 0.010578 10.0.0.23 - - [2026-05-14 04:00:02] "GET /projects?obj_uuids=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002791 10.0.0.27 - - [2026-05-14 04:00:02] "POST /neutron/port HTTP/1.1" 200 1060 0.393505 10.0.0.27 - - [2026-05-14 04:00:03] "POST /neutron/port HTTP/1.1" 200 1114 0.138950 10.0.0.27 - - [2026-05-14 04:00:03] "POST /neutron/subnet HTTP/1.1" 200 708 0.012154 10.0.0.27 - - [2026-05-14 04:00:07] "POST /neutron/port HTTP/1.1" 200 1124 0.026217 10.0.0.27 - - [2026-05-14 04:00:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011351 10.0.0.27 - - [2026-05-14 04:00:07] "GET /virtual-machine/550eaf89-3a98-44c1-8253-050922a649c8 HTTP/1.1" 200 1289 0.010623 10.0.0.27 - - [2026-05-14 04:00:07] "GET /virtual-machine-interface/45936c99-ec8d-49e6-ad95-a4398e9acfa7 HTTP/1.1" 200 2931 0.006059 10.0.0.27 - - [2026-05-14 04:00:07] "POST /neutron/port HTTP/1.1" 200 1107 0.027635 10.0.0.27 - - [2026-05-14 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.009311 10.0.0.27 - - [2026-05-14 04:00:07] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004934 10.0.0.27 - - [2026-05-14 04:00:07] "GET /virtual-networks?parent_id=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003499 10.0.0.27 - - [2026-05-14 04:00:07] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.015967 10.0.0.27 - - [2026-05-14 04:00:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008955 10.0.0.27 - - [2026-05-14 04:00:07] "POST /neutron/network HTTP/1.1" 200 927 0.010204 10.0.0.27 - - [2026-05-14 04:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.27 - - [2026-05-14 04:00:10] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008807 10.0.0.27 - - [2026-05-14 04:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005223 10.0.0.27 - - [2026-05-14 04:00:14] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006744 10.0.0.27 - - [2026-05-14 04:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.27 - - [2026-05-14 04:00:18] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007596 10.0.0.27 - - [2026-05-14 04:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.27 - - [2026-05-14 04:00:23] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007279 10.0.0.27 - - [2026-05-14 04:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.27 - - [2026-05-14 04:00:27] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007615 10.0.0.27 - - [2026-05-14 04:00:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005170 10.0.0.27 - - [2026-05-14 04:00:31] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007058 10.0.0.27 - - [2026-05-14 04:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.27 - - [2026-05-14 04:00:35] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006657 10.0.0.27 - - [2026-05-14 04:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.27 - - [2026-05-14 04:00:39] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.007263 10.0.0.27 - - [2026-05-14 04:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2026-05-14 04:00:43] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008536 10.0.0.27 - - [2026-05-14 04:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005164 10.0.0.27 - - [2026-05-14 04:00:47] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.009298 10.0.0.27 - - [2026-05-14 04:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.27 - - [2026-05-14 04:00:49] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004596 10.0.0.27 - - [2026-05-14 04:00:49] "GET /virtual-networks?parent_id=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003889 10.0.0.27 - - [2026-05-14 04:00:49] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.006283 10.0.0.27 - - [2026-05-14 04:00:55] "POST /neutron/port HTTP/1.1" 200 1124 0.022660 10.0.0.27 - - [2026-05-14 04:01:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009532 10.0.0.27 - - [2026-05-14 04:01:03] "POST /neutron/port HTTP/1.1" 200 1107 0.054064 10.0.0.27 - - [2026-05-14 04:01:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005271 10.0.0.27 - - [2026-05-14 04:01:03] "POST /neutron/network HTTP/1.1" 200 927 0.008720 10.0.0.27 - - [2026-05-14 04:01:07] "POST /neutron/port HTTP/1.1" 200 1124 0.020316 10.0.0.27 - - [2026-05-14 04:01:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005026 10.0.0.27 - - [2026-05-14 04:01:07] "POST /neutron/network HTTP/1.1" 200 824 0.008837 10.0.0.27 - - [2026-05-14 04:01:15] "POST /neutron/port HTTP/1.1" 200 1124 0.025105 10.0.0.27 - - [2026-05-14 04:01:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008873 10.0.0.27 - - [2026-05-14 04:01:16] "POST /neutron/port HTTP/1.1" 200 1124 0.031311 10.0.0.27 - - [2026-05-14 04:01:16] "POST /neutron/network HTTP/1.1" 200 824 0.011568 10.0.0.27 - - [2026-05-14 04:01:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.002002 10.0.0.27 - - [2026-05-14 04:01:16] "GET /virtual-machine/550eaf89-3a98-44c1-8253-050922a649c8 HTTP/1.1" 200 1289 0.006094 10.0.0.27 - - [2026-05-14 04:01:16] "GET /virtual-machine-interface/45936c99-ec8d-49e6-ad95-a4398e9acfa7 HTTP/1.1" 200 2931 0.007933 10.0.0.27 - - [2026-05-14 04:01:16] "GET /instance-ip/3f8d0559-5bc1-47ec-9cb7-e3f50ef6b5d4 HTTP/1.1" 200 1618 0.014851 10.0.0.27 - - [2026-05-14 04:01:16] "GET /virtual-machine-interface/45936c99-ec8d-49e6-ad95-a4398e9acfa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.007167 10.0.0.27 - - [2026-05-14 04:01:16] "PUT /virtual-machine-interface/45936c99-ec8d-49e6-ad95-a4398e9acfa7 HTTP/1.1" 200 284 0.017649 10.0.0.22 - - [2026-05-14 04:01:50] "GET /obj-perms HTTP/1.1" 200 5056 0.062075 10.0.0.27 - - [2026-05-14 04:02:05] "POST /neutron/network HTTP/1.1" 200 1123 0.008145 10.0.0.27 - - [2026-05-14 04:02:05] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018438 10.0.0.27 - - [2026-05-14 04:02:05] "POST /neutron/network HTTP/1.1" 200 1113 0.016881 10.0.0.27 - - [2026-05-14 04:02:09] "POST /neutron/network HTTP/1.1" 200 834 0.008617 10.0.0.27 - - [2026-05-14 04:02:09] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.22 - - [2026-05-14 04:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.22 - - [2026-05-14 04:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2026-05-14 04:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.22 - - [2026-05-14 04:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-05-14 04:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.001243 10.0.0.23 - - [2026-05-14 04:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-05-14 04:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.23 - - [2026-05-14 04:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000610 10.0.0.27 - - [2026-05-14 04:02:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000583 10.0.0.27 - - [2026-05-14 04:02:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.27 - - [2026-05-14 04:02:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.27 - - [2026-05-14 04:02:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.27 - - [2026-05-14 04:02:50] "DELETE /instance-ip/be9b9f36-a477-46dd-9945-57ca9da991bf HTTP/1.1" 200 115 0.095168 10.0.0.27 - - [2026-05-14 04:02:50] "DELETE /virtual-machine-interface/15654bbf-47b4-4f70-bc6b-9d05c0e16cf1 HTTP/1.1" 200 115 0.113503 10.0.0.27 - - [2026-05-14 04:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442 10.0.0.27 - - [2026-05-14 04:02:50] "GET /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.008036 10.0.0.27 - - [2026-05-14 04:02:50] "PUT /virtual-network/1a6b8f3f-65c0-4d70-8e14-bef8fe94d796 HTTP/1.1" 200 264 0.059466 10.0.0.27 - - [2026-05-14 04:02:51] "POST /neutron/network HTTP/1.1" 200 824 0.272722 10.0.0.22 - - [2026-05-14 04:02:51] "POST /ref-update HTTP/1.1" 200 156 0.197108 10.0.0.23 - - [2026-05-14 04:02:51] "GET /obj-perms HTTP/1.1" 200 5056 0.275080 10.0.0.27 - - [2026-05-14 04:02:51] "POST /neutron/port HTTP/1.1" 200 151 0.258531 10.0.0.27 - - [2026-05-14 04:02:51] "POST /neutron/port HTTP/1.1" 200 151 0.250493 10.0.0.27 - - [2026-05-14 04:02:52] "GET /obj-perms HTTP/1.1" 200 5056 0.094883 10.0.0.22 - - [2026-05-14 04:02:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.23 - - [2026-05-14 04:02:55] "GET /projects?obj_uuids=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.27 - - [2026-05-14 04:02:55] "GET /project/2b55c85f-2d51-49e2-ab03-81e87783ba27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.101900 10.0.0.23 - - [2026-05-14 04:02:55] "GET /projects?obj_uuids=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001635 10.0.0.27 - - [2026-05-14 04:02:55] "GET /project/2b55c85f-2d51-49e2-ab03-81e87783ba27?fields=virtual_networks HTTP/1.1" 200 1038 0.094645 10.0.0.23 - - [2026-05-14 04:02:55] "GET /projects?obj_uuids=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002810 10.0.0.27 - - [2026-05-14 04:02:55] "GET /project/2b55c85f-2d51-49e2-ab03-81e87783ba27?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.104650 10.0.0.23 - - [2026-05-14 04:02:55] "GET /projects?obj_uuids=2b55c85f-2d51-49e2-ab03-81e87783ba27&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001547 10.0.0.27 - - [2026-05-14 04:02:55] "GET /project/2b55c85f-2d51-49e2-ab03-81e87783ba27?fields=security_groups HTTP/1.1" 200 1262 0.056018 10.0.0.27 - - [2026-05-14 04:02:55] "POST /neutron/port HTTP/1.1" 200 117 0.005330 10.0.0.27 - - [2026-05-14 04:02:56] "POST /fqname-to-id HTTP/1.1" 404 185 0.036715 10.0.0.23 - - [2026-05-14 04:02:56] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003653 10.0.0.23 - - [2026-05-14 04:02:56] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002127 10.0.0.23 - - [2026-05-14 04:02:56] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.045178 10.0.0.23 - - [2026-05-14 04:02:56] "POST /id-to-fqname HTTP/1.1" 200 187 0.003981 10.0.0.23 - - [2026-05-14 04:02:56] "POST /fqname-to-id HTTP/1.1" 404 196 0.007948 10.0.0.23 - - [2026-05-14 04:02:57] "POST /security-groups HTTP/1.1" 200 588 0.052685 10.0.0.23 - - [2026-05-14 04:02:57] "POST /projects HTTP/1.1" 200 579 0.323556 10.0.0.23 - - [2026-05-14 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.358594 10.0.0.22 - - [2026-05-14 04:02:57] "POST /access-control-lists HTTP/1.1" 200 593 0.035418 10.0.0.27 - - [2026-05-14 04:02:57] "GET /project/52e36876-cd70-454c-9c5c-f9c02bb00552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.565803 10.0.0.27 - - [2026-05-14 04:02:58] "GET / HTTP/1.1" 200 35931 0.002172 10.0.0.27 - - [2026-05-14 04:03:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000644 10.0.0.27 - - [2026-05-14 04:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.080640 10.0.0.23 - - [2026-05-14 04:03:01] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001345 10.0.0.27 - - [2026-05-14 04:03:01] "GET /project/52e36876-cd70-454c-9c5c-f9c02bb00552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.057167 10.0.0.23 - - [2026-05-14 04:03:01] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001286 10.0.0.27 - - [2026-05-14 04:03:01] "POST /neutron/network HTTP/1.1" 200 610 0.233582 10.0.0.22 - - [2026-05-14 04:03:01] "POST /route-targets HTTP/1.1" 200 327 0.019131 10.0.0.27 - - [2026-05-14 04:03:01] "POST /id-to-fqname HTTP/1.1" 200 221 0.004369 10.0.0.27 - - [2026-05-14 04:03:01] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008660 10.0.0.27 - - [2026-05-14 04:03:01] "POST /neutron/network HTTP/1.1" 200 828 0.008462 10.0.0.27 - - [2026-05-14 04:03:01] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006901 10.0.0.27 - - [2026-05-14 04:03:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.004329 10.0.0.27 - - [2026-05-14 04:03:02] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006552 10.0.0.23 - - [2026-05-14 04:03:02] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.003204 10.0.0.27 - - [2026-05-14 04:03:02] "POST /neutron/port HTTP/1.1" 200 982 0.316254 10.0.0.27 - - [2026-05-14 04:03:02] "GET /virtual-machine-interface/22ad737f-0e18-4048-81ae-355ebd7b7697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.010312 10.0.0.27 - - [2026-05-14 04:03:02] "GET /virtual-machine-interface/22ad737f-0e18-4048-81ae-355ebd7b7697?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.006784 10.0.0.27 - - [2026-05-14 04:03:02] "GET /instance-ip/c68098e7-5d4f-4b9c-b0ef-8ab973ec3dc7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1600 0.006992 10.0.0.27 - - [2026-05-14 04:03:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001379 10.0.0.23 - - [2026-05-14 04:03:03] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001771 10.0.0.27 - - [2026-05-14 04:03:03] "GET /project/52e36876-cd70-454c-9c5c-f9c02bb00552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.092578 10.0.0.27 - - [2026-05-14 04:03:03] "POST /neutron/network HTTP/1.1" 200 828 0.010090 10.0.0.27 - - [2026-05-14 04:03:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001696 10.0.0.27 - - [2026-05-14 04:03:04] "POST /neutron/port HTTP/1.1" 200 4190 0.053484 10.0.0.27 - - [2026-05-14 04:03:04] "POST /neutron/network HTTP/1.1" 200 828 0.008021 10.0.0.23 - - [2026-05-14 04:03:04] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001384 10.0.0.27 - - [2026-05-14 04:03:05] "POST /neutron/port HTTP/1.1" 200 1056 0.327090 10.0.0.27 - - [2026-05-14 04:03:05] "POST /neutron/port HTTP/1.1" 200 1056 0.030287 10.0.0.23 - - [2026-05-14 04:03:05] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.004884 10.0.0.27 - - [2026-05-14 04:03:05] "GET /project/52e36876-cd70-454c-9c5c-f9c02bb00552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.091325 10.0.0.27 - - [2026-05-14 04:03:05] "POST /fqname-to-id HTTP/1.1" 404 208 0.003990 10.0.0.27 - - [2026-05-14 04:03:05] "POST /neutron/port HTTP/1.1" 200 1110 0.157232 10.0.0.27 - - [2026-05-14 04:03:05] "POST /interface-route-tables HTTP/1.1" 200 556 0.036620 10.0.0.27 - - [2026-05-14 04:03:05] "GET /interface-route-table/f5a61795-05dc-4d24-be5c-25732c5eec3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.007426 10.0.0.27 - - [2026-05-14 04:03:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006561 10.0.0.27 - - [2026-05-14 04:03:05] "POST /neutron/network HTTP/1.1" 200 828 0.008914 10.0.0.27 - - [2026-05-14 04:03:06] "POST /neutron/port HTTP/1.1" 200 982 0.019286 10.0.0.27 - - [2026-05-14 04:03:06] "POST /neutron/port HTTP/1.1" 200 1084 0.024698 10.0.0.27 - - [2026-05-14 04:03:06] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.27 - - [2026-05-14 04:03:06] "GET /virtual-machine-interface/22ad737f-0e18-4048-81ae-355ebd7b7697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.006821 10.0.0.27 - - [2026-05-14 04:03:06] "POST /ref-update HTTP/1.1" 200 156 0.027564 10.0.0.27 - - [2026-05-14 04:03:06] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009322 10.0.0.27 - - [2026-05-14 04:03:07] "POST /neutron/network HTTP/1.1" 200 937 0.008731 10.0.0.27 - - [2026-05-14 04:03:07] "POST /neutron/port HTTP/1.1" 200 117 0.002340 10.0.0.27 - - [2026-05-14 04:03:10] "POST /neutron/port HTTP/1.1" 200 1218 0.023506 10.0.0.27 - - [2026-05-14 04:03:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004938 10.0.0.27 - - [2026-05-14 04:03:10] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.27 - - [2026-05-14 04:03:12] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009377 10.0.0.27 - - [2026-05-14 04:03:12] "POST /neutron/port HTTP/1.1" 200 1120 0.023365 10.0.0.27 - - [2026-05-14 04:03:12] "POST /neutron/security_group HTTP/1.1" 200 2055 0.010218 10.0.0.27 - - [2026-05-14 04:03:12] "GET /virtual-machine/e34ec199-e688-438e-bcd7-26db7caa67f4 HTTP/1.1" 401 292 0.000972 10.0.0.27 - - [2026-05-14 04:03:12] "GET /virtual-machine/e34ec199-e688-438e-bcd7-26db7caa67f4 HTTP/1.1" 200 1290 0.043421 10.0.0.27 - - [2026-05-14 04:03:12] "GET /virtual-machine/e34ec199-e688-438e-bcd7-26db7caa67f4 HTTP/1.1" 200 1290 0.005462 10.0.0.27 - - [2026-05-14 04:03:12] "GET /virtual-machine-interface/6e99ebeb-8e2e-423d-bb29-d7a5de6df81c HTTP/1.1" 200 2938 0.005888 10.0.0.27 - - [2026-05-14 04:03:12] "GET /virtual-machine/e34ec199-e688-438e-bcd7-26db7caa67f4 HTTP/1.1" 200 1290 0.004955 10.0.0.27 - - [2026-05-14 04:03:12] "GET /virtual-machine-interface/6e99ebeb-8e2e-423d-bb29-d7a5de6df81c HTTP/1.1" 200 2938 0.007151 10.0.0.27 - - [2026-05-14 04:03:12] "GET /instance-ip/828ac233-b440-4b90-acc7-47b02b1a7796 HTTP/1.1" 200 1617 0.007352 10.0.0.27 - - [2026-05-14 04:03:12] "GET /virtual-machine/e34ec199-e688-438e-bcd7-26db7caa67f4 HTTP/1.1" 200 1290 0.005660 10.0.0.27 - - [2026-05-14 04:03:12] "GET /virtual-machine-interface/6e99ebeb-8e2e-423d-bb29-d7a5de6df81c HTTP/1.1" 200 2938 0.006482 10.0.0.27 - - [2026-05-14 04:03:12] "GET /instance-ip/828ac233-b440-4b90-acc7-47b02b1a7796 HTTP/1.1" 200 1617 0.004464 10.0.0.27 - - [2026-05-14 04:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.27 - - [2026-05-14 04:03:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004772 10.0.0.27 - - [2026-05-14 04:03:12] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004026 10.0.0.27 - - [2026-05-14 04:03:12] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007496 10.0.0.27 - - [2026-05-14 04:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.27 - - [2026-05-14 04:03:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004751 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004420 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007343 10.0.0.27 - - [2026-05-14 04:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.27 - - [2026-05-14 04:03:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005666 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003867 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007527 10.0.0.27 - - [2026-05-14 04:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005740 10.0.0.27 - - [2026-05-14 04:03:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005252 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003971 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007686 10.0.0.27 - - [2026-05-14 04:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.27 - - [2026-05-14 04:03:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004531 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003679 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006946 10.0.0.27 - - [2026-05-14 04:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.27 - - [2026-05-14 04:03:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005991 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004559 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006992 10.0.0.27 - - [2026-05-14 04:03:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.27 - - [2026-05-14 04:03:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005071 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003685 10.0.0.27 - - [2026-05-14 04:03:13] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007584 10.0.0.27 - - [2026-05-14 04:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.27 - - [2026-05-14 04:03:16] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007093 10.0.0.27 - - [2026-05-14 04:03:17] "POST /neutron/port HTTP/1.1" 200 1120 0.030129 10.0.0.27 - - [2026-05-14 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.27 - - [2026-05-14 04:03:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004050 10.0.0.27 - - [2026-05-14 04:03:19] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003659 10.0.0.27 - - [2026-05-14 04:03:19] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006931 10.0.0.27 - - [2026-05-14 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.27 - - [2026-05-14 04:03:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004473 10.0.0.27 - - [2026-05-14 04:03:19] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003712 10.0.0.27 - - [2026-05-14 04:03:19] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007852 10.0.0.27 - - [2026-05-14 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.27 - - [2026-05-14 04:03:19] "GET /routing-instance/58042247-23f7-43ca-ba79-29d05e2764a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.008513 10.0.0.27 - - [2026-05-14 04:03:19] "GET /route-target/129837e4-a26d-4200-bbe5-aebc93a806dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004773 10.0.0.27 - - [2026-05-14 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2026-05-14 04:03:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004231 10.0.0.27 - - [2026-05-14 04:03:19] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003636 10.0.0.27 - - [2026-05-14 04:03:19] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006615 10.0.0.27 - - [2026-05-14 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.27 - - [2026-05-14 04:03:19] "GET /routing-instance/58042247-23f7-43ca-ba79-29d05e2764a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005319 10.0.0.27 - - [2026-05-14 04:03:19] "GET /route-target/129837e4-a26d-4200-bbe5-aebc93a806dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005318 10.0.0.27 - - [2026-05-14 04:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.27 - - [2026-05-14 04:03:20] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005147 10.0.0.27 - - [2026-05-14 04:03:20] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003999 10.0.0.27 - - [2026-05-14 04:03:20] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007379 10.0.0.27 - - [2026-05-14 04:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.27 - - [2026-05-14 04:03:20] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005961 10.0.0.27 - - [2026-05-14 04:03:20] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004151 10.0.0.27 - - [2026-05-14 04:03:20] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008310 10.0.0.27 - - [2026-05-14 04:03:21] "GET /obj-perms HTTP/1.1" 200 5024 0.067809 10.0.0.23 - - [2026-05-14 04:03:21] "GET /obj-perms HTTP/1.1" 200 5024 0.070967 10.0.0.27 - - [2026-05-14 04:03:21] "GET /obj-perms HTTP/1.1" 200 5024 0.004374 10.0.0.27 - - [2026-05-14 04:03:21] "GET /obj-perms HTTP/1.1" 200 5024 0.004754 10.0.0.27 - - [2026-05-14 04:03:22] "POST /neutron/security_group HTTP/1.1" 200 2055 0.010952 10.0.0.27 - - [2026-05-14 04:03:22] "POST /neutron/port HTTP/1.1" 200 1084 0.025996 10.0.0.27 - - [2026-05-14 04:03:22] "GET /virtual-machine/51271280-8c4e-4ee4-97f3-cbf2cc3259c5 HTTP/1.1" 200 1267 0.012155 10.0.0.27 - - [2026-05-14 04:03:22] "GET /virtual-machine-interface/22ad737f-0e18-4048-81ae-355ebd7b7697 HTTP/1.1" 200 3149 0.007442 10.0.0.27 - - [2026-05-14 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.27 - - [2026-05-14 04:03:22] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004306 10.0.0.27 - - [2026-05-14 04:03:22] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003754 10.0.0.27 - - [2026-05-14 04:03:22] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006851 10.0.0.27 - - [2026-05-14 04:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010489 10.0.0.27 - - [2026-05-14 04:03:23] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004696 10.0.0.27 - - [2026-05-14 04:03:23] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004014 10.0.0.27 - - [2026-05-14 04:03:23] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007038 10.0.0.27 - - [2026-05-14 04:03:24] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006710 10.0.0.27 - - [2026-05-14 04:03:25] "GET /virtual-machine/e34ec199-e688-438e-bcd7-26db7caa67f4 HTTP/1.1" 200 1290 0.005661 10.0.0.27 - - [2026-05-14 04:03:25] "POST /neutron/port HTTP/1.1" 200 1110 0.022145 10.0.0.27 - - [2026-05-14 04:03:27] "GET /virtual-machine/e34ec199-e688-438e-bcd7-26db7caa67f4 HTTP/1.1" 404 171 0.004334 10.0.0.27 - - [2026-05-14 04:03:27] "GET /virtual-machine/e34ec199-e688-438e-bcd7-26db7caa67f4 HTTP/1.1" 404 171 0.004107 10.0.0.27 - - [2026-05-14 04:03:27] "GET /virtual-machine/e34ec199-e688-438e-bcd7-26db7caa67f4 HTTP/1.1" 404 171 0.003526 10.0.0.27 - - [2026-05-14 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.27 - - [2026-05-14 04:03:27] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005865 10.0.0.27 - - [2026-05-14 04:03:27] "GET /virtual-networks?parent_id=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004787 10.0.0.27 - - [2026-05-14 04:03:27] "GET /virtual-network/3cf0e171-6648-4447-a9c5-56439d069979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.009404 10.0.0.27 - - [2026-05-14 04:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.27 - - [2026-05-14 04:03:27] "GET /routing-instance/58042247-23f7-43ca-ba79-29d05e2764a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.007457 10.0.0.27 - - [2026-05-14 04:03:27] "GET /route-target/129837e4-a26d-4200-bbe5-aebc93a806dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005273 10.0.0.27 - - [2026-05-14 04:03:27] "GET /obj-perms HTTP/1.1" 200 5024 0.004768 10.0.0.27 - - [2026-05-14 04:03:33] "GET /obj-perms HTTP/1.1" 200 5024 0.004794 10.0.0.22 - - [2026-05-14 04:03:36] "DELETE /access-control-list/95a48fba-6ff2-4476-9ddb-a6b9d519f857 HTTP/1.1" 200 115 0.075564 10.0.0.27 - - [2026-05-14 04:03:36] "GET /obj-perms HTTP/1.1" 200 5024 0.004421 10.0.0.27 - - [2026-05-14 04:03:43] "GET /obj-perms HTTP/1.1" 200 5024 0.005422 10.0.0.27 - - [2026-05-14 04:03:43] "GET /obj-perms HTTP/1.1" 200 5024 0.004253 10.0.0.22 - - [2026-05-14 04:03:43] "GET /obj-perms HTTP/1.1" 200 5024 0.072556 10.0.0.23 - - [2026-05-14 04:03:43] "GET /obj-perms HTTP/1.1" 200 5024 0.006564 10.0.0.27 - - [2026-05-14 04:03:43] "GET /interface-route-table/f5a61795-05dc-4d24-be5c-25732c5eec3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.005078 10.0.0.27 - - [2026-05-14 04:03:43] "GET /virtual-machine-interface/22ad737f-0e18-4048-81ae-355ebd7b7697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2928 0.006611 10.0.0.27 - - [2026-05-14 04:03:43] "POST /ref-update HTTP/1.1" 200 156 0.021753 10.0.0.27 - - [2026-05-14 04:03:43] "DELETE /interface-route-table/f5a61795-05dc-4d24-be5c-25732c5eec3e HTTP/1.1" 200 115 0.040849 10.0.0.27 - - [2026-05-14 04:03:44] "POST /neutron/port HTTP/1.1" 200 151 0.302068 10.0.0.23 - - [2026-05-14 04:03:45] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001814 10.0.0.27 - - [2026-05-14 04:03:45] "GET /project/52e36876-cd70-454c-9c5c-f9c02bb00552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.081983 10.0.0.23 - - [2026-05-14 04:03:45] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001559 10.0.0.27 - - [2026-05-14 04:03:46] "GET /project/52e36876-cd70-454c-9c5c-f9c02bb00552?fields=virtual_networks HTTP/1.1" 200 1036 0.076761 10.0.0.23 - - [2026-05-14 04:03:46] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001652 10.0.0.27 - - [2026-05-14 04:03:46] "GET /project/52e36876-cd70-454c-9c5c-f9c02bb00552?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.039538 10.0.0.23 - - [2026-05-14 04:03:46] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001551 10.0.0.27 - - [2026-05-14 04:03:46] "GET /project/52e36876-cd70-454c-9c5c-f9c02bb00552?fields=security_groups HTTP/1.1" 200 1259 0.062586 10.0.0.27 - - [2026-05-14 04:03:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.036607 10.0.0.23 - - [2026-05-14 04:03:47] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004411 10.0.0.23 - - [2026-05-14 04:03:47] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.23 - - [2026-05-14 04:03:47] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008534 10.0.0.23 - - [2026-05-14 04:03:47] "POST /id-to-fqname HTTP/1.1" 200 194 0.002355 10.0.0.23 - - [2026-05-14 04:03:47] "POST /fqname-to-id HTTP/1.1" 404 203 0.010588 10.0.0.23 - - [2026-05-14 04:03:47] "POST /security-groups HTTP/1.1" 200 595 0.086310 10.0.0.22 - - [2026-05-14 04:03:47] "POST /fqname-to-id HTTP/1.1" 404 238 0.003562 10.0.0.23 - - [2026-05-14 04:03:47] "POST /projects HTTP/1.1" 200 593 0.346760 10.0.0.23 - - [2026-05-14 04:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.392300 10.0.0.27 - - [2026-05-14 04:03:48] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.569058 10.0.0.22 - - [2026-05-14 04:03:48] "POST /access-control-lists HTTP/1.1" 200 598 0.057788 10.0.0.27 - - [2026-05-14 04:03:49] "POST /neutron/port HTTP/1.1" 200 117 0.007426 10.0.0.27 - - [2026-05-14 04:03:49] "GET / HTTP/1.1" 200 35931 0.003288 10.0.0.27 - - [2026-05-14 04:03:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000625 10.0.0.27 - - [2026-05-14 04:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.086782 10.0.0.23 - - [2026-05-14 04:03:50] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001228 10.0.0.27 - - [2026-05-14 04:03:50] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.050361 10.0.0.23 - - [2026-05-14 04:03:50] "DELETE /project/52e36876cd70454c9c5cf9c02bb00552 HTTP/1.1" 404 173 0.010929 10.0.0.23 - - [2026-05-14 04:03:50] "DELETE /project/2b55c85f-2d51-49e2-ab03-81e87783ba27 HTTP/1.1" 404 177 0.009309 10.0.0.23 - - [2026-05-14 04:03:50] "DELETE /project/27c3f14978db4634bd2901d99b16b1e3 HTTP/1.1" 404 173 0.008554 10.0.0.23 - - [2026-05-14 04:03:50] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001486 10.0.0.23 - - [2026-05-14 04:03:50] "GET /project/52e36876-cd70-454c-9c5c-f9c02bb00552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.054721 10.0.0.23 - - [2026-05-14 04:03:50] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001303 10.0.0.23 - - [2026-05-14 04:03:50] "GET /project/52e36876-cd70-454c-9c5c-f9c02bb00552?fields=security_groups HTTP/1.1" 200 1364 0.055321 10.0.0.23 - - [2026-05-14 04:03:50] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001537 10.0.0.23 - - [2026-05-14 04:03:50] "DELETE /security-group/be51430a-baeb-4041-9cfd-4c3912f49579 HTTP/1.1" 200 115 0.074123 10.0.0.23 - - [2026-05-14 04:03:50] "GET /projects?obj_uuids=52e36876-cd70-454c-9c5c-f9c02bb00552&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001530 10.0.0.23 - - [2026-05-14 04:03:50] "GET /project/52e36876-cd70-454c-9c5c-f9c02bb00552?fields=application_policy_sets HTTP/1.1" 200 1403 0.086488 10.0.0.27 - - [2026-05-14 04:03:50] "POST /neutron/network HTTP/1.1" 200 609 0.284793 10.0.0.22 - - [2026-05-14 04:03:51] "POST /route-targets HTTP/1.1" 200 327 0.027225 10.0.0.23 - - [2026-05-14 04:03:51] "DELETE /project/52e36876-cd70-454c-9c5c-f9c02bb00552 HTTP/1.1" 200 115 0.550647 10.0.0.27 - - [2026-05-14 04:03:51] "POST /id-to-fqname HTTP/1.1" 200 224 0.004340 10.0.0.27 - - [2026-05-14 04:03:51] "GET /virtual-network/28953d9c-2e75-4c22-9098-c11faaba29d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009118 10.0.0.27 - - [2026-05-14 04:03:51] "POST /neutron/network HTTP/1.1" 200 827 0.011047 10.0.0.27 - - [2026-05-14 04:03:51] "GET /virtual-network/28953d9c-2e75-4c22-9098-c11faaba29d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006799 10.0.0.27 - - [2026-05-14 04:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.23 - - [2026-05-14 04:03:51] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001490 10.0.0.27 - - [2026-05-14 04:03:51] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.075047 10.0.0.27 - - [2026-05-14 04:03:51] "POST /neutron/network HTTP/1.1" 200 117 0.020315 10.0.0.22 - - [2026-05-14 04:03:51] "POST /ref-update HTTP/1.1" 200 156 0.032501 10.0.0.27 - - [2026-05-14 04:03:52] "POST /neutron/network HTTP/1.1" 200 829 0.011671 10.0.0.27 - - [2026-05-14 04:03:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001384 10.0.0.27 - - [2026-05-14 04:03:52] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007633 10.0.0.27 - - [2026-05-14 04:03:52] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006705 10.0.0.27 - - [2026-05-14 04:03:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.012787 10.0.0.27 - - [2026-05-14 04:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.23 - - [2026-05-14 04:03:52] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001549 10.0.0.27 - - [2026-05-14 04:03:52] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.071079 10.0.0.23 - - [2026-05-14 04:03:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007350 10.0.0.27 - - [2026-05-14 04:03:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.249935 10.0.0.27 - - [2026-05-14 04:03:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001904 10.0.0.27 - - [2026-05-14 04:03:52] "GET /virtual-network/fa9dd23a-da7b-447d-9c98-0e7af5ce1a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008232 10.0.0.27 - - [2026-05-14 04:03:53] "GET /virtual-network/fa9dd23a-da7b-447d-9c98-0e7af5ce1a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007419 10.0.0.27 - - [2026-05-14 04:03:53] "POST /neutron/network HTTP/1.1" 200 827 0.009007 10.0.0.27 - - [2026-05-14 04:03:53] "POST /fqname-to-id HTTP/1.1" 404 214 0.010498 10.0.0.27 - - [2026-05-14 04:03:53] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007800 10.0.0.27 - - [2026-05-14 04:03:53] "GET /virtual-machine-interface/2edbd574-3b69-42b7-ae93-aa5da310794b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.009402 10.0.0.27 - - [2026-05-14 04:03:53] "GET /virtual-machine-interface/2edbd574-3b69-42b7-ae93-aa5da310794b?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.011531 10.0.0.27 - - [2026-05-14 04:03:53] "GET /instance-ip/b97b9ad0-3c76-40fe-995b-07c440fdcc3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005777 10.0.0.27 - - [2026-05-14 04:03:53] "POST /fqname-to-id HTTP/1.1" 404 214 0.004087 10.0.0.27 - - [2026-05-14 04:03:53] "GET /virtual-network/28953d9c-2e75-4c22-9098-c11faaba29d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007463 10.0.0.23 - - [2026-05-14 04:03:53] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001230 10.0.0.27 - - [2026-05-14 04:03:53] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.074672 10.0.0.27 - - [2026-05-14 04:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.27 - - [2026-05-14 04:03:53] "GET /security-group/22896632-a28f-4316-b097-eb81ac2e0133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.005699 10.0.0.27 - - [2026-05-14 04:03:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.160364 10.0.0.27 - - [2026-05-14 04:03:54] "POST /instance-ips HTTP/1.1" 200 357 0.080017 10.0.0.27 - - [2026-05-14 04:03:54] "GET /virtual-machine-interface/c082dd6e-d6bf-4fc9-8629-cac39f06ef11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007425 10.0.0.27 - - [2026-05-14 04:03:54] "GET /virtual-machine-interface/c082dd6e-d6bf-4fc9-8629-cac39f06ef11?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.016326 10.0.0.27 - - [2026-05-14 04:03:54] "GET /instance-ip/2f2c73ad-ce5f-420b-b1a5-6eed393cfa07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.005729 10.0.0.27 - - [2026-05-14 04:03:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.004322 10.0.0.27 - - [2026-05-14 04:03:54] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008144 10.0.0.23 - - [2026-05-14 04:03:54] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001448 10.0.0.27 - - [2026-05-14 04:03:54] "POST /neutron/port HTTP/1.1" 200 991 0.301571 10.0.0.27 - - [2026-05-14 04:03:54] "GET /virtual-machine-interface/1864adec-7094-41cf-b1c4-733b238adecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006676 10.0.0.27 - - [2026-05-14 04:03:54] "GET /virtual-machine-interface/1864adec-7094-41cf-b1c4-733b238adecc?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.006958 10.0.0.27 - - [2026-05-14 04:03:54] "GET /instance-ip/d226c26f-7287-4818-9a21-2d749e5f90f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005251 10.0.0.27 - - [2026-05-14 04:03:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.003640 10.0.0.27 - - [2026-05-14 04:03:54] "GET /virtual-network/28953d9c-2e75-4c22-9098-c11faaba29d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007604 10.0.0.23 - - [2026-05-14 04:03:54] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001762 10.0.0.27 - - [2026-05-14 04:03:54] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.052364 10.0.0.27 - - [2026-05-14 04:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2026-05-14 04:03:54] "GET /security-group/22896632-a28f-4316-b097-eb81ac2e0133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.006085 10.0.0.27 - - [2026-05-14 04:03:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.123767 10.0.0.27 - - [2026-05-14 04:03:55] "POST /instance-ips HTTP/1.1" 200 357 0.045853 10.0.0.27 - - [2026-05-14 04:03:55] "GET /virtual-machine-interface/d25d6f98-2e80-4109-9aa5-2958f93e0312?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.008031 10.0.0.27 - - [2026-05-14 04:03:55] "GET /virtual-machine-interface/d25d6f98-2e80-4109-9aa5-2958f93e0312?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.014731 10.0.0.27 - - [2026-05-14 04:03:55] "GET /instance-ip/b7453097-ebd4-487e-b12f-65b26a307054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.009140 10.0.0.27 - - [2026-05-14 04:03:55] "POST /fqname-to-id HTTP/1.1" 404 214 0.009153 10.0.0.27 - - [2026-05-14 04:03:55] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009164 10.0.0.27 - - [2026-05-14 04:03:55] "GET /virtual-machine-interface/07639f15-1ab6-45dc-a198-21686c0e7d8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.011254 10.0.0.27 - - [2026-05-14 04:03:55] "GET /virtual-machine-interface/07639f15-1ab6-45dc-a198-21686c0e7d8c?fields=instance_ip_back_refs HTTP/1.1" 200 1332 0.011920 10.0.0.27 - - [2026-05-14 04:03:55] "GET /instance-ip/fbbdf6c1-fd4f-44e3-9afb-65d68e2b5713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.005441 10.0.0.27 - - [2026-05-14 04:03:55] "POST /fqname-to-id HTTP/1.1" 404 214 0.003389 10.0.0.27 - - [2026-05-14 04:03:55] "GET /virtual-network/fa9dd23a-da7b-447d-9c98-0e7af5ce1a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006756 10.0.0.23 - - [2026-05-14 04:03:55] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002691 10.0.0.27 - - [2026-05-14 04:03:55] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.047650 10.0.0.27 - - [2026-05-14 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.27 - - [2026-05-14 04:03:56] "GET /security-group/22896632-a28f-4316-b097-eb81ac2e0133?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.004925 10.0.0.27 - - [2026-05-14 04:03:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.108943 10.0.0.27 - - [2026-05-14 04:03:56] "POST /instance-ips HTTP/1.1" 200 357 0.063531 10.0.0.27 - - [2026-05-14 04:03:56] "GET /virtual-machine-interface/7e3b1faa-df9e-4266-8af4-65fc5dbd5592?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.007323 10.0.0.27 - - [2026-05-14 04:03:56] "GET /virtual-machine-interface/7e3b1faa-df9e-4266-8af4-65fc5dbd5592?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.012068 10.0.0.27 - - [2026-05-14 04:03:56] "GET /instance-ip/6217e7e5-53b2-4065-9aba-648b49cd13ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.005577 10.0.0.27 - - [2026-05-14 04:03:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001462 10.0.0.27 - - [2026-05-14 04:03:58] "POST /neutron/port HTTP/1.1" 200 991 0.018119 10.0.0.27 - - [2026-05-14 04:03:58] "POST /neutron/port HTTP/1.1" 200 991 0.016755 10.0.0.27 - - [2026-05-14 04:03:58] "POST /neutron/port HTTP/1.1" 200 117 0.009855 10.0.0.27 - - [2026-05-14 04:03:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001416 10.0.0.27 - - [2026-05-14 04:03:59] "POST /neutron/port HTTP/1.1" 200 991 0.021956 10.0.0.27 - - [2026-05-14 04:03:59] "POST /neutron/port HTTP/1.1" 200 991 0.016194 10.0.0.27 - - [2026-05-14 04:03:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004866 10.0.0.27 - - [2026-05-14 04:03:59] "POST /neutron/network HTTP/1.1" 200 829 0.007147 10.0.0.23 - - [2026-05-14 04:04:00] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002112 10.0.0.27 - - [2026-05-14 04:04:00] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.133302 10.0.0.27 - - [2026-05-14 04:04:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.020917 10.0.0.27 - - [2026-05-14 04:04:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001548 10.0.0.27 - - [2026-05-14 04:04:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009416 10.0.0.27 - - [2026-05-14 04:04:01] "POST /neutron/network HTTP/1.1" 200 829 0.011986 10.0.0.23 - - [2026-05-14 04:04:01] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001506 10.0.0.27 - - [2026-05-14 04:04:01] "POST /neutron/port HTTP/1.1" 200 1063 0.400266 10.0.0.27 - - [2026-05-14 04:04:01] "POST /neutron/port HTTP/1.1" 200 1063 0.018193 10.0.0.27 - - [2026-05-14 04:04:02] "POST /neutron/port HTTP/1.1" 200 1117 0.160302 10.0.0.27 - - [2026-05-14 04:04:02] "POST /neutron/router HTTP/1.1" 200 598 0.009340 10.0.0.22 - - [2026-05-14 04:04:02] "POST /route-targets HTTP/1.1" 200 327 0.028960 10.0.0.27 - - [2026-05-14 04:04:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005856 10.0.0.27 - - [2026-05-14 04:04:02] "POST /neutron/network HTTP/1.1" 200 827 0.009961 10.0.0.27 - - [2026-05-14 04:04:02] "POST /neutron/router HTTP/1.1" 200 598 0.021103 10.0.0.27 - - [2026-05-14 04:04:02] "POST /neutron/port HTTP/1.1" 200 991 0.034438 10.0.0.27 - - [2026-05-14 04:04:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004531 10.0.0.22 - - [2026-05-14 04:04:03] "POST /ref-update HTTP/1.1" 200 156 0.023265 10.0.0.27 - - [2026-05-14 04:04:03] "POST /neutron/port HTTP/1.1" 200 1093 0.029052 10.0.0.27 - - [2026-05-14 04:04:03] "POST /neutron/port HTTP/1.1" 200 1093 0.023736 10.0.0.27 - - [2026-05-14 04:04:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009099 10.0.0.27 - - [2026-05-14 04:04:03] "GET /virtual-machine/df05938f-a9f6-461a-bfd1-d1de51e5baf2 HTTP/1.1" 401 292 0.000493 10.0.0.27 - - [2026-05-14 04:04:04] "GET /virtual-machine/df05938f-a9f6-461a-bfd1-d1de51e5baf2 HTTP/1.1" 200 1275 0.046470 10.0.0.27 - - [2026-05-14 04:04:04] "GET /virtual-machine-interface/2edbd574-3b69-42b7-ae93-aa5da310794b HTTP/1.1" 200 3187 0.006436 10.0.0.27 - - [2026-05-14 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006597 10.0.0.27 - - [2026-05-14 04:04:04] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005231 10.0.0.27 - - [2026-05-14 04:04:04] "GET /virtual-networks?parent_id=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.008437 10.0.0.27 - - [2026-05-14 04:04:04] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008223 10.0.0.27 - - [2026-05-14 04:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.27 - - [2026-05-14 04:04:07] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006307 10.0.0.27 - - [2026-05-14 04:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.27 - - [2026-05-14 04:04:11] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007283 10.0.0.27 - - [2026-05-14 04:04:11] "POST /neutron/network HTTP/1.1" 200 937 0.039394 10.0.0.27 - - [2026-05-14 04:04:11] "POST /neutron/port HTTP/1.1" 200 117 0.001364 10.0.0.27 - - [2026-05-14 04:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.27 - - [2026-05-14 04:04:15] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008024 10.0.0.27 - - [2026-05-14 04:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.27 - - [2026-05-14 04:04:19] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006922 10.0.0.27 - - [2026-05-14 04:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.27 - - [2026-05-14 04:04:23] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006112 10.0.0.27 - - [2026-05-14 04:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.27 - - [2026-05-14 04:04:27] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006856 10.0.0.27 - - [2026-05-14 04:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.27 - - [2026-05-14 04:04:31] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006519 10.0.0.27 - - [2026-05-14 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005209 10.0.0.27 - - [2026-05-14 04:04:36] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008480 10.0.0.27 - - [2026-05-14 04:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006864 10.0.0.27 - - [2026-05-14 04:04:40] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007700 10.0.0.27 - - [2026-05-14 04:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.27 - - [2026-05-14 04:04:44] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007011 10.0.0.27 - - [2026-05-14 04:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005190 10.0.0.27 - - [2026-05-14 04:04:48] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007120 10.0.0.27 - - [2026-05-14 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.27 - - [2026-05-14 04:04:52] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007349 10.0.0.27 - - [2026-05-14 04:04:52] "GET /virtual-networks?parent_id=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004128 10.0.0.27 - - [2026-05-14 04:04:52] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007044 10.0.0.27 - - [2026-05-14 04:04:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011153 10.0.0.27 - - [2026-05-14 04:05:03] "POST /neutron/port HTTP/1.1" 200 1093 0.026040 10.0.0.27 - - [2026-05-14 04:05:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.043149 10.0.0.27 - - [2026-05-14 04:05:06] "POST /neutron/port HTTP/1.1" 200 1093 0.025472 10.0.0.27 - - [2026-05-14 04:05:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009216 10.0.0.27 - - [2026-05-14 04:05:10] "POST /neutron/network HTTP/1.1" 200 1123 0.008835 10.0.0.27 - - [2026-05-14 04:05:10] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018412 10.0.0.27 - - [2026-05-14 04:05:10] "POST /neutron/network HTTP/1.1" 200 1113 0.023869 10.0.0.27 - - [2026-05-14 04:05:18] "POST /neutron/port HTTP/1.1" 200 1127 0.023593 10.0.0.27 - - [2026-05-14 04:05:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008580 10.0.0.27 - - [2026-05-14 04:05:18] "GET /virtual-machine/3266feb0-1a16-49c1-a687-08228e9bacd4 HTTP/1.1" 200 1296 0.008295 10.0.0.27 - - [2026-05-14 04:05:18] "GET /virtual-machine-interface/20bd7f77-a32a-44ca-9262-640abd7426ed HTTP/1.1" 200 2961 0.011626 10.0.0.27 - - [2026-05-14 04:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.27 - - [2026-05-14 04:05:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004649 10.0.0.27 - - [2026-05-14 04:05:19] "GET /virtual-networks?parent_id=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003809 10.0.0.27 - - [2026-05-14 04:05:19] "GET /virtual-network/fa9dd23a-da7b-447d-9c98-0e7af5ce1a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006719 10.0.0.27 - - [2026-05-14 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.27 - - [2026-05-14 04:05:20] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004781 10.0.0.27 - - [2026-05-14 04:05:20] "GET /virtual-networks?parent_id=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003830 10.0.0.27 - - [2026-05-14 04:05:20] "GET /virtual-network/fa9dd23a-da7b-447d-9c98-0e7af5ce1a91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007738 10.0.0.27 - - [2026-05-14 04:05:20] "POST /neutron/port HTTP/1.1" 200 1093 0.025455 10.0.0.27 - - [2026-05-14 04:05:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010133 10.0.0.27 - - [2026-05-14 04:05:20] "GET /virtual-machine/8d53ea79-b48b-4f54-ad1d-e879b9b1fc1b HTTP/1.1" 200 1275 0.006887 10.0.0.27 - - [2026-05-14 04:05:20] "GET /virtual-machine-interface/07639f15-1ab6-45dc-a198-21686c0e7d8c HTTP/1.1" 200 3186 0.006355 10.0.0.27 - - [2026-05-14 04:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006418 10.0.0.27 - - [2026-05-14 04:05:20] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006025 10.0.0.27 - - [2026-05-14 04:05:20] "GET /virtual-networks?parent_id=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005356 10.0.0.27 - - [2026-05-14 04:05:20] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008241 10.0.0.27 - - [2026-05-14 04:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006021 10.0.0.27 - - [2026-05-14 04:05:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004908 10.0.0.27 - - [2026-05-14 04:05:21] "GET /virtual-networks?parent_id=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004715 10.0.0.27 - - [2026-05-14 04:05:22] "GET /virtual-network/a32297eb-0786-4e2a-a670-76e42d86f4c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007676 10.0.0.27 - - [2026-05-14 04:06:10] "POST /neutron/port HTTP/1.1" 200 1218 0.033062 10.0.0.27 - - [2026-05-14 04:06:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005138 10.0.0.27 - - [2026-05-14 04:06:10] "POST /neutron/port HTTP/1.1" 200 117 0.002041 10.0.0.27 - - [2026-05-14 04:06:12] "POST /neutron/port HTTP/1.1" 200 1107 0.073480 10.0.0.27 - - [2026-05-14 04:06:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005213 10.0.0.27 - - [2026-05-14 04:06:12] "POST /neutron/network HTTP/1.1" 200 927 0.008364 10.0.0.27 - - [2026-05-14 04:06:48] "POST /neutron/router HTTP/1.1" 200 598 0.012742 10.0.0.27 - - [2026-05-14 04:06:48] "POST /neutron/router HTTP/1.1" 200 151 0.113019 10.0.0.22 - - [2026-05-14 04:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.27 - - [2026-05-14 04:06:49] "POST /neutron/port HTTP/1.1" 200 151 0.230006 10.0.0.27 - - [2026-05-14 04:06:50] "DELETE /instance-ip/6217e7e5-53b2-4065-9aba-648b49cd13ed HTTP/1.1" 200 115 0.063898 10.0.0.27 - - [2026-05-14 04:06:50] "DELETE /virtual-machine-interface/7e3b1faa-df9e-4266-8af4-65fc5dbd5592 HTTP/1.1" 200 115 0.076996 10.0.0.27 - - [2026-05-14 04:06:50] "DELETE /instance-ip/b7453097-ebd4-487e-b12f-65b26a307054 HTTP/1.1" 200 115 0.060628 10.0.0.27 - - [2026-05-14 04:06:50] "DELETE /virtual-machine-interface/d25d6f98-2e80-4109-9aa5-2958f93e0312 HTTP/1.1" 200 115 0.089149 10.0.0.27 - - [2026-05-14 04:06:50] "POST /neutron/port HTTP/1.1" 200 991 0.017495 10.0.0.27 - - [2026-05-14 04:06:51] "DELETE /instance-ip/2f2c73ad-ce5f-420b-b1a5-6eed393cfa07 HTTP/1.1" 200 115 0.062973 10.0.0.27 - - [2026-05-14 04:06:51] "DELETE /virtual-machine-interface/c082dd6e-d6bf-4fc9-8629-cac39f06ef11 HTTP/1.1" 200 115 0.081076 10.0.0.27 - - [2026-05-14 04:06:51] "POST /neutron/port HTTP/1.1" 200 151 0.251240 10.0.0.22 - - [2026-05-14 04:06:51] "DELETE /route-target/ccd6ac28-0b5b-4911-905c-a619886e27d2 HTTP/1.1" 200 115 0.035589 10.0.0.27 - - [2026-05-14 04:06:51] "POST /neutron/network HTTP/1.1" 200 829 0.017330 10.0.0.22 - - [2026-05-14 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010805 10.0.0.23 - - [2026-05-14 04:06:52] "POST /useragent-kv HTTP/1.1" 200 115 0.066595 10.0.0.23 - - [2026-05-14 04:06:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003424 10.0.0.27 - - [2026-05-14 04:06:52] "POST /neutron/network HTTP/1.1" 200 151 0.246550 10.0.0.23 - - [2026-05-14 04:06:52] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001222 10.0.0.27 - - [2026-05-14 04:06:52] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.108252 10.0.0.23 - - [2026-05-14 04:06:52] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002003 10.0.0.27 - - [2026-05-14 04:06:52] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?fields=virtual_networks HTTP/1.1" 200 1050 0.057161 10.0.0.23 - - [2026-05-14 04:06:52] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001423 10.0.0.27 - - [2026-05-14 04:06:52] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.065269 10.0.0.23 - - [2026-05-14 04:06:52] "GET /projects?obj_uuids=27c3f149-78db-4634-bd29-01d99b16b1e3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001570 10.0.0.27 - - [2026-05-14 04:06:52] "GET /project/27c3f149-78db-4634-bd29-01d99b16b1e3?fields=security_groups HTTP/1.1" 200 1280 0.054215 10.0.0.27 - - [2026-05-14 04:06:53] "POST /fqname-to-id HTTP/1.1" 404 187 0.035408 10.0.0.23 - - [2026-05-14 04:06:53] "GET /projects?obj_uuids=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005676 10.0.0.23 - - [2026-05-14 04:06:53] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001645 10.0.0.23 - - [2026-05-14 04:06:53] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009415 10.0.0.23 - - [2026-05-14 04:06:54] "POST /id-to-fqname HTTP/1.1" 200 189 0.002957 10.0.0.23 - - [2026-05-14 04:06:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.007738 10.0.0.23 - - [2026-05-14 04:06:54] "POST /security-groups HTTP/1.1" 200 590 0.084649 10.0.0.23 - - [2026-05-14 04:06:54] "POST /projects HTTP/1.1" 200 583 0.341233 10.0.0.23 - - [2026-05-14 04:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.379596 10.0.0.22 - - [2026-05-14 04:06:54] "POST /access-control-lists HTTP/1.1" 200 595 0.056388 10.0.0.27 - - [2026-05-14 04:06:54] "GET /project/fb10b3d3-2ed1-4d0c-9395-e830c534e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.584011 10.0.0.27 - - [2026-05-14 04:06:54] "POST /neutron/port HTTP/1.1" 200 117 0.009556 10.0.0.22 - - [2026-05-14 04:06:55] "GET /obj-perms HTTP/1.1" 200 5056 0.117903 10.0.0.23 - - [2026-05-14 04:06:56] "GET /obj-perms HTTP/1.1" 200 5056 0.143689 10.0.0.27 - - [2026-05-14 04:06:56] "GET / HTTP/1.1" 200 35931 0.005620 10.0.0.27 - - [2026-05-14 04:06:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.27 - - [2026-05-14 04:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.075119 10.0.0.23 - - [2026-05-14 04:06:58] "GET /projects?obj_uuids=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001222 10.0.0.27 - - [2026-05-14 04:06:58] "GET /project/fb10b3d3-2ed1-4d0c-9395-e830c534e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059767 10.0.0.23 - - [2026-05-14 04:06:59] "GET /projects?obj_uuids=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001927 10.0.0.27 - - [2026-05-14 04:06:59] "POST /neutron/network HTTP/1.1" 200 604 0.225975 10.0.0.22 - - [2026-05-14 04:06:59] "POST /route-targets HTTP/1.1" 200 327 0.017358 10.0.0.27 - - [2026-05-14 04:06:59] "POST /id-to-fqname HTTP/1.1" 200 219 0.004336 10.0.0.27 - - [2026-05-14 04:06:59] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008444 10.0.0.27 - - [2026-05-14 04:06:59] "POST /neutron/network HTTP/1.1" 200 824 0.009620 10.0.0.27 - - [2026-05-14 04:06:59] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006358 10.0.0.27 - - [2026-05-14 04:07:00] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007064 10.0.0.27 - - [2026-05-14 04:07:01] "GET /obj-perms HTTP/1.1" 200 5028 0.108691 10.0.0.27 - - [2026-05-14 04:07:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.001636 10.0.0.27 - - [2026-05-14 04:07:02] "POST /neutron/port HTTP/1.1" 200 4190 0.045898 10.0.0.23 - - [2026-05-14 04:07:03] "GET /projects?obj_uuids=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001256 10.0.0.27 - - [2026-05-14 04:07:03] "GET /project/fb10b3d3-2ed1-4d0c-9395-e830c534e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.093372 10.0.0.27 - - [2026-05-14 04:07:03] "POST /neutron/port HTTP/1.1" 200 4190 0.048496 10.0.0.27 - - [2026-05-14 04:07:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001580 10.0.0.27 - - [2026-05-14 04:07:04] "POST /neutron/network HTTP/1.1" 200 834 0.009370 10.0.0.27 - - [2026-05-14 04:07:04] "POST /neutron/port HTTP/1.1" 200 1060 0.027524 10.0.0.27 - - [2026-05-14 04:07:05] "POST /neutron/port HTTP/1.1" 200 1124 0.026356 10.0.0.27 - - [2026-05-14 04:07:05] "POST /neutron/port HTTP/1.1" 200 117 0.001511 10.0.0.23 - - [2026-05-14 04:07:05] "GET /projects?obj_uuids=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001195 10.0.0.27 - - [2026-05-14 04:07:05] "GET /project/fb10b3d3-2ed1-4d0c-9395-e830c534e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.103818 10.0.0.27 - - [2026-05-14 04:07:05] "POST /neutron/port HTTP/1.1" 200 5161 0.075503 10.0.0.27 - - [2026-05-14 04:07:06] "POST /neutron/port HTTP/1.1" 200 1124 0.024902 10.0.0.23 - - [2026-05-14 04:07:06] "GET /projects?obj_uuids=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001318 10.0.0.27 - - [2026-05-14 04:07:06] "POST /neutron/port HTTP/1.1" 200 1060 0.347211 10.0.0.27 - - [2026-05-14 04:07:07] "POST /neutron/port HTTP/1.1" 200 1114 0.160009 10.0.0.27 - - [2026-05-14 04:07:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.018421 10.0.0.27 - - [2026-05-14 04:07:11] "POST /neutron/port HTTP/1.1" 200 1124 0.025158 10.0.0.27 - - [2026-05-14 04:07:11] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009336 10.0.0.27 - - [2026-05-14 04:07:11] "GET /virtual-machine/4450a4a5-83b9-4d5f-8dad-8b35511fc55e HTTP/1.1" 401 292 0.000478 10.0.0.27 - - [2026-05-14 04:07:11] "GET /virtual-machine/4450a4a5-83b9-4d5f-8dad-8b35511fc55e HTTP/1.1" 200 1291 0.042324 10.0.0.27 - - [2026-05-14 04:07:11] "GET /virtual-machine-interface/82ad3116-3b5a-49f7-935b-d380fea945c1 HTTP/1.1" 200 2936 0.007385 10.0.0.27 - - [2026-05-14 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.27 - - [2026-05-14 04:07:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004431 10.0.0.27 - - [2026-05-14 04:07:12] "GET /virtual-networks?parent_id=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003916 10.0.0.27 - - [2026-05-14 04:07:12] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007724 10.0.0.27 - - [2026-05-14 04:07:13] "POST /neutron/port HTTP/1.1" 200 1107 0.024156 10.0.0.27 - - [2026-05-14 04:07:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004974 10.0.0.27 - - [2026-05-14 04:07:13] "POST /neutron/network HTTP/1.1" 200 927 0.008633 10.0.0.27 - - [2026-05-14 04:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.27 - - [2026-05-14 04:07:15] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008613 10.0.0.27 - - [2026-05-14 04:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.27 - - [2026-05-14 04:07:19] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006817 10.0.0.27 - - [2026-05-14 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.27 - - [2026-05-14 04:07:23] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006243 10.0.0.27 - - [2026-05-14 04:07:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.27 - - [2026-05-14 04:07:27] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006739 10.0.0.22 - - [2026-05-14 04:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.22 - - [2026-05-14 04:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.22 - - [2026-05-14 04:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.22 - - [2026-05-14 04:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2026-05-14 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.27 - - [2026-05-14 04:07:31] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007419 10.0.0.23 - - [2026-05-14 04:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.23 - - [2026-05-14 04:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000674 10.0.0.23 - - [2026-05-14 04:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.23 - - [2026-05-14 04:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000624 10.0.0.27 - - [2026-05-14 04:07:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000566 10.0.0.27 - - [2026-05-14 04:07:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000635 10.0.0.27 - - [2026-05-14 04:07:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2026-05-14 04:07:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2026-05-14 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2026-05-14 04:07:35] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006536 10.0.0.22 - - [2026-05-14 04:07:36] "DELETE /access-control-list/a4fd8ad4-c35a-4e10-b3e0-e0bc20e617b3 HTTP/1.1" 200 115 0.071323 10.0.0.27 - - [2026-05-14 04:07:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.27 - - [2026-05-14 04:07:39] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007555 10.0.0.27 - - [2026-05-14 04:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.27 - - [2026-05-14 04:07:43] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006733 10.0.0.27 - - [2026-05-14 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.27 - - [2026-05-14 04:07:48] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006680 10.0.0.23 - - [2026-05-14 04:07:51] "DELETE /project/27c3f149-78db-4634-bd29-01d99b16b1e3 HTTP/1.1" 404 177 0.005538 10.0.0.23 - - [2026-05-14 04:07:51] "DELETE /project/fb10b3d32ed14d0c9395e830c534e789 HTTP/1.1" 404 173 0.005082 10.0.0.27 - - [2026-05-14 04:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.27 - - [2026-05-14 04:07:52] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006091 10.0.0.27 - - [2026-05-14 04:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.27 - - [2026-05-14 04:07:56] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007787 10.0.0.27 - - [2026-05-14 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.27 - - [2026-05-14 04:08:00] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006907 10.0.0.27 - - [2026-05-14 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.27 - - [2026-05-14 04:08:04] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006874 10.0.0.27 - - [2026-05-14 04:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006776 10.0.0.27 - - [2026-05-14 04:08:06] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005745 10.0.0.27 - - [2026-05-14 04:08:06] "GET /virtual-networks?parent_id=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.011804 10.0.0.27 - - [2026-05-14 04:08:06] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007142 10.0.0.27 - - [2026-05-14 04:08:11] "POST /neutron/port HTTP/1.1" 200 1124 0.025493 10.0.0.27 - - [2026-05-14 04:08:14] "POST /neutron/port HTTP/1.1" 200 1218 0.032615 10.0.0.27 - - [2026-05-14 04:08:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005257 10.0.0.27 - - [2026-05-14 04:08:14] "POST /neutron/port HTTP/1.1" 200 117 0.001422 10.0.0.27 - - [2026-05-14 04:08:17] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009818 10.0.0.27 - - [2026-05-14 04:08:20] "POST /neutron/port HTTP/1.1" 200 1124 0.024029 10.0.0.27 - - [2026-05-14 04:08:22] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008564 10.0.0.27 - - [2026-05-14 04:08:32] "POST /neutron/port HTTP/1.1" 200 1124 0.022832 10.0.0.27 - - [2026-05-14 04:08:32] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009632 10.0.0.27 - - [2026-05-14 04:08:33] "GET /virtual-machine/dea65554-b0a4-48f2-b03d-5479ceeeb069 HTTP/1.1" 200 1292 0.008485 10.0.0.27 - - [2026-05-14 04:08:33] "GET /virtual-machine-interface/e599e66c-7ad0-42ed-a0b7-c70bd5700d64 HTTP/1.1" 200 2937 0.007531 10.0.0.27 - - [2026-05-14 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.27 - - [2026-05-14 04:08:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005097 10.0.0.27 - - [2026-05-14 04:08:33] "GET /virtual-networks?parent_id=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006997 10.0.0.27 - - [2026-05-14 04:08:33] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007081 10.0.0.27 - - [2026-05-14 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.27 - - [2026-05-14 04:08:34] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005924 10.0.0.27 - - [2026-05-14 04:08:34] "GET /virtual-networks?parent_id=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004113 10.0.0.27 - - [2026-05-14 04:08:34] "GET /virtual-network/3baedcd6-538b-4008-b73a-fa7630e7df25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007819 10.0.0.27 - - [2026-05-14 04:09:14] "POST /neutron/port HTTP/1.1" 200 1218 0.079571 10.0.0.27 - - [2026-05-14 04:09:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004587 10.0.0.27 - - [2026-05-14 04:09:15] "POST /neutron/port HTTP/1.1" 200 117 0.001591 10.0.0.27 - - [2026-05-14 04:09:15] "POST /neutron/port HTTP/1.1" 200 1107 0.022582 10.0.0.27 - - [2026-05-14 04:09:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004821 10.0.0.27 - - [2026-05-14 04:09:15] "POST /neutron/network HTTP/1.1" 200 927 0.010166 10.0.0.22 - - [2026-05-14 04:09:58] "GET /obj-perms HTTP/1.1" 200 5056 0.085890 10.0.0.23 - - [2026-05-14 04:09:58] "GET /obj-perms HTTP/1.1" 200 5056 0.077895 10.0.0.27 - - [2026-05-14 04:10:16] "POST /neutron/network HTTP/1.1" 200 937 0.010343 10.0.0.27 - - [2026-05-14 04:10:16] "POST /neutron/port HTTP/1.1" 200 117 0.002957 10.0.0.27 - - [2026-05-14 04:10:17] "POST /neutron/port HTTP/1.1" 200 1218 0.027770 10.0.0.27 - - [2026-05-14 04:10:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006023 10.0.0.27 - - [2026-05-14 04:10:17] "POST /neutron/port HTTP/1.1" 200 117 0.001726 10.0.0.27 - - [2026-05-14 04:10:49] "POST /neutron/network HTTP/1.1" 400 204 0.022775 10.0.0.27 - - [2026-05-14 04:10:50] "POST /neutron/port HTTP/1.1" 200 1124 0.026852 10.0.0.27 - - [2026-05-14 04:10:50] "POST /neutron/port HTTP/1.1" 200 151 0.356063 10.0.0.23 - - [2026-05-14 04:10:53] "GET /projects?obj_uuids=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001621 10.0.0.27 - - [2026-05-14 04:10:53] "GET /project/fb10b3d3-2ed1-4d0c-9395-e830c534e789?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.093559 10.0.0.23 - - [2026-05-14 04:10:53] "GET /projects?obj_uuids=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002136 10.0.0.27 - - [2026-05-14 04:10:53] "GET /project/fb10b3d3-2ed1-4d0c-9395-e830c534e789?fields=virtual_networks HTTP/1.1" 200 1041 0.067742 10.0.0.23 - - [2026-05-14 04:10:53] "GET /projects?obj_uuids=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001261 10.0.0.27 - - [2026-05-14 04:10:53] "GET /project/fb10b3d3-2ed1-4d0c-9395-e830c534e789?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.054761 10.0.0.23 - - [2026-05-14 04:10:53] "GET /projects?obj_uuids=fb10b3d3-2ed1-4d0c-9395-e830c534e789&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001616 10.0.0.27 - - [2026-05-14 04:10:53] "GET /project/fb10b3d3-2ed1-4d0c-9395-e830c534e789?fields=security_groups HTTP/1.1" 200 1266 0.082023 10.0.0.27 - - [2026-05-14 04:10:54] "POST /fqname-to-id HTTP/1.1" 404 187 0.037311 10.0.0.23 - - [2026-05-14 04:10:54] "GET /projects?obj_uuids=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005915 10.0.0.23 - - [2026-05-14 04:10:55] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001861 10.0.0.23 - - [2026-05-14 04:10:55] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043859 10.0.0.23 - - [2026-05-14 04:10:55] "POST /id-to-fqname HTTP/1.1" 200 189 0.007117 10.0.0.23 - - [2026-05-14 04:10:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.010832 10.0.0.23 - - [2026-05-14 04:10:55] "POST /security-groups HTTP/1.1" 200 590 0.059620 10.0.0.23 - - [2026-05-14 04:10:55] "POST /projects HTTP/1.1" 200 583 0.323948 10.0.0.23 - - [2026-05-14 04:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.365050 10.0.0.22 - - [2026-05-14 04:10:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.065667 10.0.0.27 - - [2026-05-14 04:10:55] "GET /project/f40a5dd1-be44-4876-8211-d5877ad64652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.589890 10.0.0.22 - - [2026-05-14 04:10:55] "POST /access-control-lists HTTP/1.1" 200 593 0.049695 10.0.0.27 - - [2026-05-14 04:10:57] "GET / HTTP/1.1" 200 35931 0.003681 10.0.0.27 - - [2026-05-14 04:10:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000689 10.0.0.27 - - [2026-05-14 04:10:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.087350 10.0.0.23 - - [2026-05-14 04:10:59] "GET /projects?obj_uuids=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002449 10.0.0.27 - - [2026-05-14 04:10:59] "GET /obj-perms HTTP/1.1" 200 5056 0.522895 10.0.0.27 - - [2026-05-14 04:10:59] "GET /project/f40a5dd1-be44-4876-8211-d5877ad64652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.083143 10.0.0.27 - - [2026-05-14 04:11:00] "POST /neutron/network HTTP/1.1" 200 117 0.324729 10.0.0.27 - - [2026-05-14 04:11:00] "POST /neutron/network HTTP/1.1" 200 822 0.015257 10.0.0.27 - - [2026-05-14 04:11:00] "POST /id-to-fqname HTTP/1.1" 200 219 0.001892 10.0.0.27 - - [2026-05-14 04:11:00] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008487 10.0.0.27 - - [2026-05-14 04:11:01] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008747 10.0.0.27 - - [2026-05-14 04:11:01] "POST /neutron/subnet HTTP/1.1" 200 719 0.015167 10.0.0.27 - - [2026-05-14 04:11:01] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007669 10.0.0.27 - - [2026-05-14 04:11:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.002482 10.0.0.23 - - [2026-05-14 04:11:04] "GET /projects?obj_uuids=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001832 10.0.0.27 - - [2026-05-14 04:11:04] "GET /project/f40a5dd1-be44-4876-8211-d5877ad64652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.080874 10.0.0.27 - - [2026-05-14 04:11:04] "POST /neutron/network HTTP/1.1" 200 822 0.051461 10.0.0.27 - - [2026-05-14 04:11:05] "POST /id-to-fqname HTTP/1.1" 200 219 0.003407 10.0.0.27 - - [2026-05-14 04:11:05] "POST /neutron/port HTTP/1.1" 200 4190 0.050597 10.0.0.23 - - [2026-05-14 04:11:05] "GET /projects?obj_uuids=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002158 10.0.0.27 - - [2026-05-14 04:11:06] "POST /neutron/port HTTP/1.1" 200 1058 0.451923 10.0.0.27 - - [2026-05-14 04:11:06] "POST /neutron/port HTTP/1.1" 200 1112 0.171891 10.0.0.27 - - [2026-05-14 04:11:06] "POST /neutron/subnet HTTP/1.1" 200 693 0.018975 10.0.0.23 - - [2026-05-14 04:11:06] "GET /projects?obj_uuids=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002015 10.0.0.27 - - [2026-05-14 04:11:06] "GET /project/f40a5dd1-be44-4876-8211-d5877ad64652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.124569 10.0.0.27 - - [2026-05-14 04:11:06] "POST /neutron/network HTTP/1.1" 200 822 0.010342 10.0.0.27 - - [2026-05-14 04:11:07] "POST /neutron/port HTTP/1.1" 200 117 0.010795 10.0.0.27 - - [2026-05-14 04:11:07] "POST /neutron/network HTTP/1.1" 200 832 0.008469 10.0.0.27 - - [2026-05-14 04:11:08] "POST /neutron/port HTTP/1.1" 200 1058 0.029020 10.0.0.27 - - [2026-05-14 04:11:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006135 10.0.0.27 - - [2026-05-14 04:11:08] "POST /neutron/network HTTP/1.1" 200 822 0.008996 10.0.0.27 - - [2026-05-14 04:11:12] "POST /neutron/port HTTP/1.1" 200 1122 0.031582 10.0.0.27 - - [2026-05-14 04:11:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009593 10.0.0.27 - - [2026-05-14 04:11:12] "GET /virtual-machine/464f70df-34ca-43ba-82c3-ba78e04aab14 HTTP/1.1" 401 292 0.000470 10.0.0.27 - - [2026-05-14 04:11:13] "GET /virtual-machine/464f70df-34ca-43ba-82c3-ba78e04aab14 HTTP/1.1" 200 1290 0.043605 10.0.0.27 - - [2026-05-14 04:11:13] "GET /virtual-machine-interface/333f6077-c88d-40fc-b8cb-f99db4d83f7e HTTP/1.1" 200 2936 0.006907 10.0.0.27 - - [2026-05-14 04:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.27 - - [2026-05-14 04:11:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007783 10.0.0.27 - - [2026-05-14 04:11:13] "GET /virtual-networks?parent_id=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004017 10.0.0.27 - - [2026-05-14 04:11:13] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006962 10.0.0.27 - - [2026-05-14 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.27 - - [2026-05-14 04:11:16] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007105 10.0.0.27 - - [2026-05-14 04:11:17] "POST /neutron/network HTTP/1.1" 200 937 0.043178 10.0.0.27 - - [2026-05-14 04:11:17] "POST /neutron/port HTTP/1.1" 200 117 0.001630 10.0.0.27 - - [2026-05-14 04:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009241 10.0.0.27 - - [2026-05-14 04:11:20] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007991 10.0.0.27 - - [2026-05-14 04:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005383 10.0.0.27 - - [2026-05-14 04:11:24] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.010835 10.0.0.27 - - [2026-05-14 04:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.27 - - [2026-05-14 04:11:28] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006629 10.0.0.27 - - [2026-05-14 04:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.27 - - [2026-05-14 04:11:32] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007249 10.0.0.27 - - [2026-05-14 04:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004914 10.0.0.27 - - [2026-05-14 04:11:36] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007310 10.0.0.22 - - [2026-05-14 04:11:37] "DELETE /access-control-list/b199ad55-10a4-495d-9144-0bedc1c9ff50 HTTP/1.1" 200 115 0.052061 10.0.0.27 - - [2026-05-14 04:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.27 - - [2026-05-14 04:11:41] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007061 10.0.0.27 - - [2026-05-14 04:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.013416 10.0.0.27 - - [2026-05-14 04:11:45] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007745 10.0.0.27 - - [2026-05-14 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005575 10.0.0.27 - - [2026-05-14 04:11:49] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008711 10.0.0.23 - - [2026-05-14 04:11:51] "DELETE /project/f40a5dd1be4448768211d5877ad64652 HTTP/1.1" 404 173 0.005222 10.0.0.23 - - [2026-05-14 04:11:51] "DELETE /project/fb10b3d3-2ed1-4d0c-9395-e830c534e789 HTTP/1.1" 404 177 0.004845 10.0.0.27 - - [2026-05-14 04:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.27 - - [2026-05-14 04:11:53] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006870 10.0.0.27 - - [2026-05-14 04:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.27 - - [2026-05-14 04:11:57] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007971 10.0.0.27 - - [2026-05-14 04:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005273 10.0.0.27 - - [2026-05-14 04:12:01] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006987 10.0.0.27 - - [2026-05-14 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.27 - - [2026-05-14 04:12:03] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005266 10.0.0.27 - - [2026-05-14 04:12:03] "GET /virtual-networks?parent_id=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003663 10.0.0.27 - - [2026-05-14 04:12:03] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007846 10.0.0.27 - - [2026-05-14 04:12:03] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011215 10.0.0.27 - - [2026-05-14 04:12:11] "POST /neutron/port HTTP/1.1" 200 1122 0.074370 10.0.0.27 - - [2026-05-14 04:12:14] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012644 10.0.0.27 - - [2026-05-14 04:12:18] "POST /neutron/port HTTP/1.1" 200 1218 0.026628 10.0.0.27 - - [2026-05-14 04:12:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013445 10.0.0.27 - - [2026-05-14 04:12:18] "POST /neutron/port HTTP/1.1" 200 117 0.001808 10.0.0.27 - - [2026-05-14 04:12:19] "POST /neutron/port HTTP/1.1" 200 1122 0.031233 10.0.0.27 - - [2026-05-14 04:12:20] "POST /neutron/port HTTP/1.1" 200 1218 0.028701 10.0.0.27 - - [2026-05-14 04:12:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005324 10.0.0.27 - - [2026-05-14 04:12:20] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.27 - - [2026-05-14 04:12:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011603 10.0.0.27 - - [2026-05-14 04:12:29] "POST /neutron/port HTTP/1.1" 200 1122 0.030511 10.0.0.27 - - [2026-05-14 04:12:30] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011428 10.0.0.27 - - [2026-05-14 04:12:30] "GET /virtual-machine/9f152e92-8ac2-4664-b88f-8f88a9777906 HTTP/1.1" 200 1292 0.006933 10.0.0.27 - - [2026-05-14 04:12:30] "GET /virtual-machine-interface/b52ada96-96bc-442c-9492-45d85172f2c7 HTTP/1.1" 200 2937 0.006967 10.0.0.27 - - [2026-05-14 04:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.27 - - [2026-05-14 04:12:30] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004235 10.0.0.27 - - [2026-05-14 04:12:30] "GET /virtual-networks?parent_id=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003935 10.0.0.27 - - [2026-05-14 04:12:30] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007043 10.0.0.22 - - [2026-05-14 04:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.22 - - [2026-05-14 04:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.22 - - [2026-05-14 04:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.27 - - [2026-05-14 04:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.27 - - [2026-05-14 04:12:31] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004931 10.0.0.27 - - [2026-05-14 04:12:31] "GET /virtual-networks?parent_id=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003643 10.0.0.22 - - [2026-05-14 04:12:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.27 - - [2026-05-14 04:12:31] "GET /virtual-network/1636abe4-05db-40bf-bb11-0ba5d7896677?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008296 10.0.0.23 - - [2026-05-14 04:12:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.23 - - [2026-05-14 04:12:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000542 10.0.0.23 - - [2026-05-14 04:12:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-05-14 04:12:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.27 - - [2026-05-14 04:12:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2026-05-14 04:12:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.27 - - [2026-05-14 04:12:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2026-05-14 04:12:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2026-05-14 04:12:59] "POST /neutron/port HTTP/1.1" 200 1122 0.042823 10.0.0.27 - - [2026-05-14 04:12:59] "POST /neutron/port HTTP/1.1" 200 151 0.397010 10.0.0.27 - - [2026-05-14 04:13:00] "POST /neutron/network HTTP/1.1" 200 822 0.011448 10.0.0.22 - - [2026-05-14 04:13:01] "DELETE /route-target/ab581674-970f-46cd-917a-781118a00098 HTTP/1.1" 200 115 0.035430 10.0.0.22 - - [2026-05-14 04:13:01] "GET /obj-perms HTTP/1.1" 200 5056 0.078901 10.0.0.23 - - [2026-05-14 04:13:02] "GET /obj-perms HTTP/1.1" 200 5056 0.072980 10.0.0.23 - - [2026-05-14 04:13:02] "GET /projects?obj_uuids=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.034101 10.0.0.27 - - [2026-05-14 04:13:02] "GET /project/f40a5dd1-be44-4876-8211-d5877ad64652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.087617 10.0.0.23 - - [2026-05-14 04:13:02] "GET /projects?obj_uuids=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001449 10.0.0.27 - - [2026-05-14 04:13:03] "GET /project/f40a5dd1-be44-4876-8211-d5877ad64652?fields=virtual_networks HTTP/1.1" 200 1040 0.060417 10.0.0.23 - - [2026-05-14 04:13:03] "GET /projects?obj_uuids=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001434 10.0.0.27 - - [2026-05-14 04:13:03] "GET /project/f40a5dd1-be44-4876-8211-d5877ad64652?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.059303 10.0.0.23 - - [2026-05-14 04:13:03] "GET /projects?obj_uuids=f40a5dd1-be44-4876-8211-d5877ad64652&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001322 10.0.0.27 - - [2026-05-14 04:13:03] "GET /project/f40a5dd1-be44-4876-8211-d5877ad64652?fields=security_groups HTTP/1.1" 200 1265 0.064752 10.0.0.27 - - [2026-05-14 04:13:19] "POST /neutron/port HTTP/1.1" 200 1107 0.023584 10.0.0.27 - - [2026-05-14 04:13:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.010865 10.0.0.27 - - [2026-05-14 04:13:21] "POST /neutron/port HTTP/1.1" 200 1107 0.028544 10.0.0.27 - - [2026-05-14 04:13:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004869 10.0.0.27 - - [2026-05-14 04:13:21] "POST /neutron/network HTTP/1.1" 200 927 0.009736 10.0.0.27 - - [2026-05-14 04:13:21] "GET / HTTP/1.1" 200 35931 0.002344 10.0.0.27 - - [2026-05-14 04:13:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.27 - - [2026-05-14 04:13:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.069862 10.0.0.23 - - [2026-05-14 04:13:23] "GET /projects?obj_uuids=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003765 10.0.0.23 - - [2026-05-14 04:13:23] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.23 - - [2026-05-14 04:13:23] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009182 10.0.0.23 - - [2026-05-14 04:13:23] "POST /id-to-fqname HTTP/1.1" 200 203 0.001381 10.0.0.23 - - [2026-05-14 04:13:23] "POST /fqname-to-id HTTP/1.1" 404 212 0.009708 10.0.0.23 - - [2026-05-14 04:13:23] "POST /security-groups HTTP/1.1" 200 604 0.047536 10.0.0.23 - - [2026-05-14 04:13:23] "POST /projects HTTP/1.1" 200 611 0.287972 10.0.0.23 - - [2026-05-14 04:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.329213 10.0.0.22 - - [2026-05-14 04:13:23] "POST /fqname-to-id HTTP/1.1" 404 246 0.015817 10.0.0.27 - - [2026-05-14 04:13:23] "GET /project/7d277026-f43f-45ec-8c28-61ac0f3fe097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.501204 10.0.0.27 - - [2026-05-14 04:13:25] "GET / HTTP/1.1" 200 35931 0.001801 10.0.0.27 - - [2026-05-14 04:13:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000700 10.0.0.27 - - [2026-05-14 04:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.077178 10.0.0.23 - - [2026-05-14 04:13:26] "GET /projects?obj_uuids=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001208 10.0.0.27 - - [2026-05-14 04:13:26] "GET /project/7d277026-f43f-45ec-8c28-61ac0f3fe097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.048148 10.0.0.22 - - [2026-05-14 04:13:26] "POST /ref-update HTTP/1.1" 200 156 0.027585 10.0.0.23 - - [2026-05-14 04:13:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009505 10.0.0.27 - - [2026-05-14 04:13:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.323892 10.0.0.27 - - [2026-05-14 04:13:26] "POST /id-to-fqname HTTP/1.1" 200 234 0.001751 10.0.0.27 - - [2026-05-14 04:13:26] "GET /virtual-network/9e5cf3f2-6a9b-4927-a345-77e73d110c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007212 10.0.0.27 - - [2026-05-14 04:13:26] "GET /virtual-network/9e5cf3f2-6a9b-4927-a345-77e73d110c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008002 10.0.0.27 - - [2026-05-14 04:13:26] "POST /neutron/network HTTP/1.1" 200 838 0.008886 10.0.0.27 - - [2026-05-14 04:13:26] "POST /id-to-fqname HTTP/1.1" 200 234 0.001708 10.0.0.27 - - [2026-05-14 04:13:27] "POST /neutron/network HTTP/1.1" 200 848 0.010443 10.0.0.23 - - [2026-05-14 04:13:28] "GET /projects?obj_uuids=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001180 10.0.0.27 - - [2026-05-14 04:13:28] "GET /project/7d277026-f43f-45ec-8c28-61ac0f3fe097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.093032 10.0.0.27 - - [2026-05-14 04:13:28] "POST /neutron/port HTTP/1.1" 200 117 0.011842 10.0.0.27 - - [2026-05-14 04:13:28] "POST /id-to-fqname HTTP/1.1" 200 234 0.001598 10.0.0.27 - - [2026-05-14 04:13:29] "POST /neutron/network HTTP/1.1" 200 848 0.010593 10.0.0.27 - - [2026-05-14 04:13:29] "POST /neutron/port HTTP/1.1" 200 1072 0.027095 10.0.0.23 - - [2026-05-14 04:13:30] "GET /projects?obj_uuids=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001299 10.0.0.27 - - [2026-05-14 04:13:30] "GET /project/7d277026-f43f-45ec-8c28-61ac0f3fe097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.127590 10.0.0.27 - - [2026-05-14 04:13:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005589 10.0.0.27 - - [2026-05-14 04:13:30] "POST /neutron/port HTTP/1.1" 200 117 0.001662 10.0.0.27 - - [2026-05-14 04:13:30] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009434 10.0.0.23 - - [2026-05-14 04:13:31] "GET /projects?obj_uuids=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001388 10.0.0.27 - - [2026-05-14 04:13:31] "GET /virtual-network/9e5cf3f2-6a9b-4927-a345-77e73d110c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006325 10.0.0.27 - - [2026-05-14 04:13:31] "POST /neutron/port HTTP/1.1" 200 1072 0.406354 10.0.0.27 - - [2026-05-14 04:13:31] "POST /neutron/port HTTP/1.1" 200 1126 0.138865 10.0.0.27 - - [2026-05-14 04:13:31] "POST /neutron/subnet HTTP/1.1" 200 694 0.014136 10.0.0.27 - - [2026-05-14 04:13:32] "GET /obj-perms HTTP/1.1" 200 5056 0.077072 10.0.0.27 - - [2026-05-14 04:13:33] "POST /neutron/port HTTP/1.1" 200 1136 0.032869 10.0.0.27 - - [2026-05-14 04:13:33] "POST /neutron/security_group HTTP/1.1" 200 2071 0.015477 10.0.0.27 - - [2026-05-14 04:13:33] "GET /virtual-machine/e0fce5d8-eea7-44a7-924c-3464223dbb53 HTTP/1.1" 401 292 0.000773 10.0.0.27 - - [2026-05-14 04:13:34] "GET /virtual-machine/e0fce5d8-eea7-44a7-924c-3464223dbb53 HTTP/1.1" 200 1306 0.042102 10.0.0.27 - - [2026-05-14 04:13:34] "GET /virtual-machine-interface/90c8c438-a48a-4adf-9bc2-e64a771c85c1 HTTP/1.1" 200 3010 0.009076 10.0.0.27 - - [2026-05-14 04:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.27 - - [2026-05-14 04:13:34] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005953 10.0.0.27 - - [2026-05-14 04:13:34] "GET /virtual-networks?parent_id=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004751 10.0.0.27 - - [2026-05-14 04:13:34] "GET /virtual-network/9e5cf3f2-6a9b-4927-a345-77e73d110c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007155 10.0.0.27 - - [2026-05-14 04:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006788 10.0.0.27 - - [2026-05-14 04:13:37] "GET /virtual-network/9e5cf3f2-6a9b-4927-a345-77e73d110c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009248 10.0.0.27 - - [2026-05-14 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.27 - - [2026-05-14 04:13:41] "GET /virtual-network/9e5cf3f2-6a9b-4927-a345-77e73d110c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007051 10.0.0.27 - - [2026-05-14 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.27 - - [2026-05-14 04:13:45] "GET /virtual-network/9e5cf3f2-6a9b-4927-a345-77e73d110c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006935 10.0.0.27 - - [2026-05-14 04:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.27 - - [2026-05-14 04:13:49] "GET /virtual-network/9e5cf3f2-6a9b-4927-a345-77e73d110c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007492 10.0.0.27 - - [2026-05-14 04:13:50] "POST /neutron/port HTTP/1.1" 200 1136 0.023186 10.0.0.27 - - [2026-05-14 04:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004859 10.0.0.27 - - [2026-05-14 04:13:51] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005315 10.0.0.27 - - [2026-05-14 04:13:51] "GET /virtual-networks?parent_id=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.006700 10.0.0.27 - - [2026-05-14 04:13:51] "GET /virtual-network/9e5cf3f2-6a9b-4927-a345-77e73d110c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008288 10.0.0.23 - - [2026-05-14 04:13:51] "DELETE /project/f40a5dd1-be44-4876-8211-d5877ad64652 HTTP/1.1" 404 177 0.004719 10.0.0.23 - - [2026-05-14 04:13:51] "DELETE /project/7d277026f43f45ec8c2861ac0f3fe097 HTTP/1.1" 404 173 0.006770 10.0.0.27 - - [2026-05-14 04:13:51] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010153 10.0.0.27 - - [2026-05-14 04:13:56] "POST /neutron/port HTTP/1.1" 200 1136 0.034590 10.0.0.27 - - [2026-05-14 04:14:02] "POST /neutron/security_group HTTP/1.1" 200 2071 0.011585 10.0.0.27 - - [2026-05-14 04:14:12] "POST /neutron/port HTTP/1.1" 200 1136 0.022711 10.0.0.27 - - [2026-05-14 04:14:12] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010107 10.0.0.27 - - [2026-05-14 04:14:12] "GET /virtual-machine/25e44872-8d22-451b-a140-9b7476a6848c HTTP/1.1" 200 1305 0.008112 10.0.0.27 - - [2026-05-14 04:14:12] "GET /virtual-machine-interface/a1de2783-6143-4e04-9d77-e9a3431ffff8 HTTP/1.1" 200 3010 0.007427 10.0.0.27 - - [2026-05-14 04:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005994 10.0.0.27 - - [2026-05-14 04:14:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008153 10.0.0.27 - - [2026-05-14 04:14:12] "GET /virtual-networks?parent_id=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.005773 10.0.0.27 - - [2026-05-14 04:14:12] "GET /virtual-network/9e5cf3f2-6a9b-4927-a345-77e73d110c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009378 10.0.0.27 - - [2026-05-14 04:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.27 - - [2026-05-14 04:14:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008075 10.0.0.27 - - [2026-05-14 04:14:13] "GET /virtual-networks?parent_id=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004747 10.0.0.27 - - [2026-05-14 04:14:13] "GET /virtual-network/9e5cf3f2-6a9b-4927-a345-77e73d110c50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007789 10.0.0.27 - - [2026-05-14 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.27 - - [2026-05-14 04:14:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004870 10.0.0.27 - - [2026-05-14 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.27 - - [2026-05-14 04:14:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008296 10.0.0.27 - - [2026-05-14 04:14:14] "PUT /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f HTTP/1.1" 200 276 0.015186 10.0.0.27 - - [2026-05-14 04:14:21] "POST /neutron/port HTTP/1.1" 200 1218 0.031258 10.0.0.27 - - [2026-05-14 04:14:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004691 10.0.0.27 - - [2026-05-14 04:14:21] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.27 - - [2026-05-14 04:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005130 10.0.0.27 - - [2026-05-14 04:14:27] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.008117 10.0.0.27 - - [2026-05-14 04:14:27] "PUT /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f HTTP/1.1" 200 276 0.021612 10.0.0.27 - - [2026-05-14 04:15:21] "POST /neutron/port HTTP/1.1" 200 1107 0.037269 10.0.0.27 - - [2026-05-14 04:15:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007279 10.0.0.27 - - [2026-05-14 04:15:21] "POST /neutron/network HTTP/1.1" 200 927 0.009887 10.0.0.27 - - [2026-05-14 04:15:22] "POST /neutron/port HTTP/1.1" 200 1218 0.059683 10.0.0.27 - - [2026-05-14 04:15:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008015 10.0.0.27 - - [2026-05-14 04:15:22] "POST /neutron/port HTTP/1.1" 200 1136 0.031558 10.0.0.27 - - [2026-05-14 04:15:23] "POST /neutron/port HTTP/1.1" 200 117 0.002364 10.0.0.27 - - [2026-05-14 04:15:23] "POST /neutron/port HTTP/1.1" 200 151 0.388912 10.0.0.27 - - [2026-05-14 04:15:24] "POST /neutron/network HTTP/1.1" 200 838 0.011871 10.0.0.22 - - [2026-05-14 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.23 - - [2026-05-14 04:15:24] "GET /projects?obj_uuids=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001423 10.0.0.27 - - [2026-05-14 04:15:25] "GET /project/7d277026-f43f-45ec-8c28-61ac0f3fe097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.051162 10.0.0.23 - - [2026-05-14 04:15:25] "GET /projects?obj_uuids=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001351 10.0.0.27 - - [2026-05-14 04:15:25] "GET /project/7d277026-f43f-45ec-8c28-61ac0f3fe097?fields=virtual_networks HTTP/1.1" 200 1068 0.053814 10.0.0.23 - - [2026-05-14 04:15:25] "GET /projects?obj_uuids=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001246 10.0.0.27 - - [2026-05-14 04:15:25] "GET /project/7d277026-f43f-45ec-8c28-61ac0f3fe097?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.052589 10.0.0.23 - - [2026-05-14 04:15:25] "GET /projects?obj_uuids=7d277026-f43f-45ec-8c28-61ac0f3fe097&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002300 10.0.0.27 - - [2026-05-14 04:15:25] "GET /project/7d277026-f43f-45ec-8c28-61ac0f3fe097?fields=security_groups HTTP/1.1" 200 1307 0.064925 10.0.0.27 - - [2026-05-14 04:15:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.046693 10.0.0.23 - - [2026-05-14 04:15:26] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004316 10.0.0.23 - - [2026-05-14 04:15:26] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001802 10.0.0.23 - - [2026-05-14 04:15:26] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009025 10.0.0.23 - - [2026-05-14 04:15:26] "POST /id-to-fqname HTTP/1.1" 200 209 0.003291 10.0.0.23 - - [2026-05-14 04:15:26] "POST /fqname-to-id HTTP/1.1" 404 217 0.007010 10.0.0.23 - - [2026-05-14 04:15:26] "POST /security-groups HTTP/1.1" 200 609 0.058442 10.0.0.23 - - [2026-05-14 04:15:26] "POST /projects HTTP/1.1" 200 621 0.319206 10.0.0.23 - - [2026-05-14 04:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.366767 10.0.0.22 - - [2026-05-14 04:15:26] "POST /access-control-lists HTTP/1.1" 200 614 0.045019 10.0.0.27 - - [2026-05-14 04:15:26] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.555808 10.0.0.27 - - [2026-05-14 04:15:28] "GET / HTTP/1.1" 200 35931 0.002136 10.0.0.27 - - [2026-05-14 04:15:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.001196 10.0.0.27 - - [2026-05-14 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.081320 10.0.0.23 - - [2026-05-14 04:15:29] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001218 10.0.0.27 - - [2026-05-14 04:15:29] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.055954 10.0.0.23 - - [2026-05-14 04:15:29] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001837 10.0.0.27 - - [2026-05-14 04:15:29] "POST /neutron/network HTTP/1.1" 200 625 0.204568 10.0.0.22 - - [2026-05-14 04:15:29] "POST /route-targets HTTP/1.1" 200 327 0.024718 10.0.0.27 - - [2026-05-14 04:15:29] "POST /id-to-fqname HTTP/1.1" 200 239 0.006851 10.0.0.27 - - [2026-05-14 04:15:29] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.008665 10.0.0.27 - - [2026-05-14 04:15:30] "POST /neutron/network HTTP/1.1" 200 845 0.009591 10.0.0.27 - - [2026-05-14 04:15:30] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007893 10.0.0.27 - - [2026-05-14 04:15:30] "POST /id-to-fqname HTTP/1.1" 200 239 0.001489 10.0.0.27 - - [2026-05-14 04:15:30] "POST /neutron/port HTTP/1.1" 200 4190 0.045920 10.0.0.23 - - [2026-05-14 04:15:31] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001906 10.0.0.27 - - [2026-05-14 04:15:31] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.112115 10.0.0.27 - - [2026-05-14 04:15:31] "POST /neutron/port HTTP/1.1" 200 4190 0.083091 10.0.0.27 - - [2026-05-14 04:15:31] "POST /id-to-fqname HTTP/1.1" 200 239 0.001678 10.0.0.27 - - [2026-05-14 04:15:32] "POST /neutron/network HTTP/1.1" 200 855 0.011703 10.0.0.27 - - [2026-05-14 04:15:32] "POST /neutron/port HTTP/1.1" 200 1079 0.032730 10.0.0.27 - - [2026-05-14 04:15:32] "POST /neutron/port HTTP/1.1" 200 1143 0.037030 10.0.0.27 - - [2026-05-14 04:15:32] "POST /neutron/port HTTP/1.1" 200 117 0.001622 10.0.0.23 - - [2026-05-14 04:15:33] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001410 10.0.0.27 - - [2026-05-14 04:15:33] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.094373 10.0.0.27 - - [2026-05-14 04:15:33] "POST /neutron/port HTTP/1.1" 200 5180 0.064488 10.0.0.27 - - [2026-05-14 04:15:33] "POST /neutron/network HTTP/1.1" 200 855 0.007742 10.0.0.27 - - [2026-05-14 04:15:34] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.011760 10.0.0.27 - - [2026-05-14 04:15:34] "POST /neutron/port HTTP/1.1" 200 1079 0.045164 10.0.0.27 - - [2026-05-14 04:15:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005696 10.0.0.27 - - [2026-05-14 04:15:34] "POST /neutron/network HTTP/1.1" 200 845 0.011268 10.0.0.27 - - [2026-05-14 04:15:35] "GET /obj-perms HTTP/1.1" 200 5066 0.075546 10.0.0.22 - - [2026-05-14 04:15:35] "GET /obj-perms HTTP/1.1" 200 5066 0.074658 10.0.0.23 - - [2026-05-14 04:15:36] "GET /obj-perms HTTP/1.1" 200 5066 0.083328 10.0.0.27 - - [2026-05-14 04:15:36] "POST /neutron/port HTTP/1.1" 200 1143 0.027021 10.0.0.27 - - [2026-05-14 04:15:36] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009578 10.0.0.27 - - [2026-05-14 04:15:36] "GET /virtual-machine/4cbf33d7-dbd5-4270-bb75-d74ae3b14be4 HTTP/1.1" 401 292 0.000641 10.0.0.27 - - [2026-05-14 04:15:36] "GET /virtual-machine/4cbf33d7-dbd5-4270-bb75-d74ae3b14be4 HTTP/1.1" 200 1310 0.042336 10.0.0.27 - - [2026-05-14 04:15:36] "GET /virtual-machine-interface/cf71abf8-b7dd-4985-9b3a-59f0e280519b HTTP/1.1" 200 3035 0.007597 10.0.0.27 - - [2026-05-14 04:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009647 10.0.0.27 - - [2026-05-14 04:15:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006085 10.0.0.27 - - [2026-05-14 04:15:36] "GET /virtual-networks?parent_id=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004006 10.0.0.27 - - [2026-05-14 04:15:37] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007789 10.0.0.22 - - [2026-05-14 04:15:38] "DELETE /access-control-list/5d60b53e-2de4-42b2-9ed4-ec4d3722d515 HTTP/1.1" 200 115 0.064813 10.0.0.27 - - [2026-05-14 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.27 - - [2026-05-14 04:15:40] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007403 10.0.0.27 - - [2026-05-14 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.27 - - [2026-05-14 04:15:44] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007388 10.0.0.27 - - [2026-05-14 04:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008085 10.0.0.27 - - [2026-05-14 04:15:48] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007660 10.0.0.23 - - [2026-05-14 04:15:51] "DELETE /project/af1de36ff6d348b291085652e93068c9 HTTP/1.1" 404 173 0.004766 10.0.0.23 - - [2026-05-14 04:15:51] "DELETE /project/7d277026-f43f-45ec-8c28-61ac0f3fe097 HTTP/1.1" 404 177 0.008673 10.0.0.27 - - [2026-05-14 04:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.27 - - [2026-05-14 04:15:52] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.006854 10.0.0.27 - - [2026-05-14 04:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005812 10.0.0.27 - - [2026-05-14 04:15:54] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006918 10.0.0.27 - - [2026-05-14 04:15:54] "GET /virtual-networks?parent_id=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004580 10.0.0.27 - - [2026-05-14 04:15:54] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.009405 10.0.0.27 - - [2026-05-14 04:15:54] "POST /neutron/port HTTP/1.1" 200 1143 0.026691 10.0.0.27 - - [2026-05-14 04:15:58] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008431 10.0.0.27 - - [2026-05-14 04:16:05] "POST /neutron/port HTTP/1.1" 200 1143 0.027070 10.0.0.27 - - [2026-05-14 04:16:05] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010170 10.0.0.27 - - [2026-05-14 04:16:05] "GET /virtual-machine/319859d0-56e1-45ae-9cef-1f443d422a3a HTTP/1.1" 200 1310 0.010954 10.0.0.27 - - [2026-05-14 04:16:05] "GET /virtual-machine-interface/735d0c47-bafa-4520-a115-a80b25b4e4f3 HTTP/1.1" 200 3034 0.008171 10.0.0.27 - - [2026-05-14 04:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.27 - - [2026-05-14 04:16:05] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008023 10.0.0.27 - - [2026-05-14 04:16:05] "GET /virtual-networks?parent_id=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004229 10.0.0.27 - - [2026-05-14 04:16:05] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.009895 10.0.0.27 - - [2026-05-14 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.27 - - [2026-05-14 04:16:06] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005116 10.0.0.27 - - [2026-05-14 04:16:06] "GET /virtual-networks?parent_id=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004484 10.0.0.27 - - [2026-05-14 04:16:06] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.008702 10.0.0.27 - - [2026-05-14 04:16:06] "POST /neutron/port HTTP/1.1" 200 1143 0.027286 10.0.0.27 - - [2026-05-14 04:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.23 - - [2026-05-14 04:16:12] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001632 10.0.0.27 - - [2026-05-14 04:16:12] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.084228 10.0.0.23 - - [2026-05-14 04:16:12] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001201 10.0.0.27 - - [2026-05-14 04:16:12] "POST /neutron/network HTTP/1.1" 200 625 0.159829 10.0.0.27 - - [2026-05-14 04:16:12] "POST /id-to-fqname HTTP/1.1" 200 239 0.004604 10.0.0.27 - - [2026-05-14 04:16:12] "GET /virtual-network/3d476fa9-9a8c-435c-bb96-22109bc14c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.010494 10.0.0.27 - - [2026-05-14 04:16:12] "POST /neutron/network HTTP/1.1" 200 844 0.009674 10.0.0.27 - - [2026-05-14 04:16:12] "GET /virtual-network/3d476fa9-9a8c-435c-bb96-22109bc14c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007797 10.0.0.27 - - [2026-05-14 04:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.23 - - [2026-05-14 04:16:13] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001192 10.0.0.27 - - [2026-05-14 04:16:13] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.050301 10.0.0.27 - - [2026-05-14 04:16:13] "POST /neutron/network HTTP/1.1" 200 117 0.024013 10.0.0.22 - - [2026-05-14 04:16:13] "POST /route-targets HTTP/1.1" 200 327 0.049080 10.0.0.27 - - [2026-05-14 04:16:13] "POST /neutron/network HTTP/1.1" 200 850 0.014475 10.0.0.27 - - [2026-05-14 04:16:13] "POST /id-to-fqname HTTP/1.1" 200 242 0.001842 10.0.0.27 - - [2026-05-14 04:16:13] "GET /virtual-network/e3503aad-be80-48df-a258-a8659ac2ee9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.008914 10.0.0.27 - - [2026-05-14 04:16:13] "GET /virtual-network/e3503aad-be80-48df-a258-a8659ac2ee9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006943 10.0.0.27 - - [2026-05-14 04:16:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.014580 10.0.0.27 - - [2026-05-14 04:16:13] "POST /id-to-fqname HTTP/1.1" 200 239 0.001631 10.0.0.27 - - [2026-05-14 04:16:14] "POST /neutron/network HTTP/1.1" 200 854 0.009343 10.0.0.23 - - [2026-05-14 04:16:14] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001200 10.0.0.27 - - [2026-05-14 04:16:14] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.085459 10.0.0.27 - - [2026-05-14 04:16:15] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011979 10.0.0.27 - - [2026-05-14 04:16:15] "POST /id-to-fqname HTTP/1.1" 200 242 0.001731 10.0.0.27 - - [2026-05-14 04:16:15] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010005 10.0.0.23 - - [2026-05-14 04:16:16] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001273 10.0.0.27 - - [2026-05-14 04:16:16] "POST /neutron/port HTTP/1.1" 200 1078 0.418277 10.0.0.27 - - [2026-05-14 04:16:16] "POST /neutron/port HTTP/1.1" 200 1132 0.184666 10.0.0.27 - - [2026-05-14 04:16:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.017765 10.0.0.23 - - [2026-05-14 04:16:16] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002136 10.0.0.27 - - [2026-05-14 04:16:17] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.130408 10.0.0.27 - - [2026-05-14 04:16:17] "POST /neutron/network HTTP/1.1" 200 850 0.064823 10.0.0.27 - - [2026-05-14 04:16:17] "POST /neutron/port HTTP/1.1" 200 117 0.007323 10.0.0.27 - - [2026-05-14 04:16:17] "POST /id-to-fqname HTTP/1.1" 200 239 0.001615 10.0.0.27 - - [2026-05-14 04:16:17] "POST /id-to-fqname HTTP/1.1" 200 239 0.001378 10.0.0.27 - - [2026-05-14 04:16:17] "POST /neutron/network HTTP/1.1" 200 860 0.015085 10.0.0.27 - - [2026-05-14 04:16:18] "POST /neutron/port HTTP/1.1" 200 1078 0.059453 10.0.0.27 - - [2026-05-14 04:16:18] "POST /neutron/port HTTP/1.1" 200 1142 0.043152 10.0.0.27 - - [2026-05-14 04:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.001747 10.0.0.23 - - [2026-05-14 04:16:19] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001693 10.0.0.27 - - [2026-05-14 04:16:19] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.118283 10.0.0.27 - - [2026-05-14 04:16:19] "POST /neutron/network HTTP/1.1" 200 844 0.010698 10.0.0.27 - - [2026-05-14 04:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.008621 10.0.0.27 - - [2026-05-14 04:16:19] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007286 10.0.0.23 - - [2026-05-14 04:16:20] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001323 10.0.0.27 - - [2026-05-14 04:16:20] "POST /neutron/port HTTP/1.1" 200 1078 0.454051 10.0.0.27 - - [2026-05-14 04:16:21] "GET /virtual-network/3d476fa9-9a8c-435c-bb96-22109bc14c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.010722 10.0.0.27 - - [2026-05-14 04:16:21] "POST /neutron/port HTTP/1.1" 200 1133 0.194271 10.0.0.22 - - [2026-05-14 04:16:21] "GET /obj-perms HTTP/1.1" 200 5066 0.011600 10.0.0.23 - - [2026-05-14 04:16:21] "GET /obj-perms HTTP/1.1" 200 5066 0.008214 10.0.0.27 - - [2026-05-14 04:16:21] "POST /neutron/port HTTP/1.1" 200 1132 0.167836 10.0.0.27 - - [2026-05-14 04:16:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.011853 10.0.0.27 - - [2026-05-14 04:16:21] "GET /virtual-network/e3503aad-be80-48df-a258-a8659ac2ee9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006662 10.0.0.27 - - [2026-05-14 04:16:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006394 10.0.0.27 - - [2026-05-14 04:16:22] "POST /neutron/network HTTP/1.1" 200 844 0.009196 10.0.0.27 - - [2026-05-14 04:16:22] "GET /obj-perms HTTP/1.1" 200 5066 0.004184 10.0.0.27 - - [2026-05-14 04:16:22] "POST /neutron/network HTTP/1.1" 200 1123 0.014479 10.0.0.27 - - [2026-05-14 04:16:22] "POST /neutron/subnet HTTP/1.1" 200 1385 0.026081 10.0.0.27 - - [2026-05-14 04:16:22] "POST /neutron/port HTTP/1.1" 200 1142 0.038647 10.0.0.27 - - [2026-05-14 04:16:22] "POST /neutron/port HTTP/1.1" 200 1142 0.024008 10.0.0.27 - - [2026-05-14 04:16:22] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010915 10.0.0.27 - - [2026-05-14 04:16:22] "GET /virtual-machine/0ca2f105-2e23-42c6-a05c-837a37f4eabc HTTP/1.1" 200 1309 0.007604 10.0.0.27 - - [2026-05-14 04:16:22] "GET /virtual-machine-interface/4adc9d6a-b3f6-4b32-a770-710f776d4f46 HTTP/1.1" 200 3043 0.007046 10.0.0.27 - - [2026-05-14 04:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2026-05-14 04:16:22] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006295 10.0.0.27 - - [2026-05-14 04:16:22] "GET /virtual-networks?parent_id=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003891 10.0.0.27 - - [2026-05-14 04:16:22] "GET /virtual-network/e3503aad-be80-48df-a258-a8659ac2ee9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.008248 10.0.0.27 - - [2026-05-14 04:16:23] "POST /neutron/network HTTP/1.1" 200 937 0.010215 10.0.0.27 - - [2026-05-14 04:16:23] "POST /neutron/port HTTP/1.1" 200 117 0.001486 10.0.0.27 - - [2026-05-14 04:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.27 - - [2026-05-14 04:16:26] "GET /virtual-network/e3503aad-be80-48df-a258-a8659ac2ee9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.007415 10.0.0.27 - - [2026-05-14 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005271 10.0.0.27 - - [2026-05-14 04:16:30] "GET /virtual-network/e3503aad-be80-48df-a258-a8659ac2ee9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006589 10.0.0.27 - - [2026-05-14 04:16:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.27 - - [2026-05-14 04:16:34] "GET /virtual-network/e3503aad-be80-48df-a258-a8659ac2ee9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.007263 10.0.0.27 - - [2026-05-14 04:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.27 - - [2026-05-14 04:16:38] "GET /virtual-network/e3503aad-be80-48df-a258-a8659ac2ee9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.008718 10.0.0.27 - - [2026-05-14 04:16:40] "POST /neutron/security_group HTTP/1.1" 200 2076 0.014183 10.0.0.27 - - [2026-05-14 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.27 - - [2026-05-14 04:16:42] "GET /virtual-network/e3503aad-be80-48df-a258-a8659ac2ee9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006574 10.0.0.27 - - [2026-05-14 04:16:43] "POST /neutron/port HTTP/1.1" 200 1142 0.025677 10.0.0.27 - - [2026-05-14 04:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.27 - - [2026-05-14 04:16:44] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005687 10.0.0.27 - - [2026-05-14 04:16:44] "GET /virtual-networks?parent_id=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004337 10.0.0.27 - - [2026-05-14 04:16:44] "GET /virtual-network/e3503aad-be80-48df-a258-a8659ac2ee9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.007900 10.0.0.27 - - [2026-05-14 04:16:44] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009272 10.0.0.27 - - [2026-05-14 04:16:55] "POST /neutron/port HTTP/1.1" 200 1142 0.027349 10.0.0.27 - - [2026-05-14 04:16:55] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009219 10.0.0.27 - - [2026-05-14 04:16:55] "GET /virtual-machine/eee99387-2885-4c3b-b6cc-e7ea961a712c HTTP/1.1" 200 1311 0.007907 10.0.0.27 - - [2026-05-14 04:16:55] "GET /virtual-machine-interface/d494d830-c297-4008-8b18-4fcfef6f91f6 HTTP/1.1" 200 3035 0.007514 10.0.0.27 - - [2026-05-14 04:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.27 - - [2026-05-14 04:16:55] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005777 10.0.0.27 - - [2026-05-14 04:16:55] "GET /virtual-networks?parent_id=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.008744 10.0.0.27 - - [2026-05-14 04:16:55] "GET /virtual-network/3d476fa9-9a8c-435c-bb96-22109bc14c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007910 10.0.0.27 - - [2026-05-14 04:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.27 - - [2026-05-14 04:16:56] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005385 10.0.0.27 - - [2026-05-14 04:16:56] "GET /virtual-networks?parent_id=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004113 10.0.0.27 - - [2026-05-14 04:16:56] "GET /virtual-network/3d476fa9-9a8c-435c-bb96-22109bc14c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007563 10.0.0.27 - - [2026-05-14 04:16:56] "POST /neutron/port HTTP/1.1" 200 1142 0.038038 10.0.0.27 - - [2026-05-14 04:17:02] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010092 10.0.0.27 - - [2026-05-14 04:17:07] "POST /neutron/port HTTP/1.1" 200 2133 0.059006 10.0.0.27 - - [2026-05-14 04:17:07] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009773 10.0.0.27 - - [2026-05-14 04:17:07] "GET /virtual-machine/efb93d37-b8e1-4a3c-99ed-b9998229333e HTTP/1.1" 200 1587 0.009245 10.0.0.27 - - [2026-05-14 04:17:07] "GET /virtual-machine-interface/a096b35f-a300-4564-9392-2b4dc9bf02d8 HTTP/1.1" 200 3035 0.007987 10.0.0.27 - - [2026-05-14 04:17:07] "GET /virtual-machine-interface/c48ff8bf-1470-479c-9a9c-76f91de4b427 HTTP/1.1" 200 3035 0.007384 10.0.0.27 - - [2026-05-14 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007532 10.0.0.27 - - [2026-05-14 04:17:07] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009737 10.0.0.27 - - [2026-05-14 04:17:07] "GET /virtual-networks?parent_id=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.005525 10.0.0.27 - - [2026-05-14 04:17:07] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007428 10.0.0.27 - - [2026-05-14 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.27 - - [2026-05-14 04:17:09] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005211 10.0.0.27 - - [2026-05-14 04:17:09] "GET /virtual-networks?parent_id=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003747 10.0.0.27 - - [2026-05-14 04:17:09] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.007907 10.0.0.27 - - [2026-05-14 04:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.27 - - [2026-05-14 04:17:09] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004830 10.0.0.27 - - [2026-05-14 04:17:09] "GET /virtual-networks?parent_id=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.005696 10.0.0.27 - - [2026-05-14 04:17:09] "GET /virtual-network/3d476fa9-9a8c-435c-bb96-22109bc14c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007607 10.0.0.27 - - [2026-05-14 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008149 10.0.0.27 - - [2026-05-14 04:17:10] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005692 10.0.0.27 - - [2026-05-14 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005400 10.0.0.27 - - [2026-05-14 04:17:10] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007443 10.0.0.27 - - [2026-05-14 04:17:10] "PUT /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f HTTP/1.1" 200 276 0.018029 10.0.0.27 - - [2026-05-14 04:17:11] "POST /fqname-to-id HTTP/1.1" 404 217 0.004459 10.0.0.27 - - [2026-05-14 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.23 - - [2026-05-14 04:17:11] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001791 10.0.0.27 - - [2026-05-14 04:17:11] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.065160 10.0.0.27 - - [2026-05-14 04:17:11] "POST /network-policys HTTP/1.1" 200 539 0.046529 10.0.0.27 - - [2026-05-14 04:17:11] "GET /network-policy/a826cf83-bb0a-44a6-b602-425617b78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.007186 10.0.0.27 - - [2026-05-14 04:17:11] "POST /neutron/network HTTP/1.1" 200 845 0.009228 10.0.0.27 - - [2026-05-14 04:17:11] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.009372 10.0.0.27 - - [2026-05-14 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005367 10.0.0.27 - - [2026-05-14 04:17:11] "GET /network-policy/a826cf83-bb0a-44a6-b602-425617b78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.005388 10.0.0.27 - - [2026-05-14 04:17:11] "POST /neutron/network HTTP/1.1" 200 844 0.009570 10.0.0.27 - - [2026-05-14 04:17:11] "GET /virtual-network/3d476fa9-9a8c-435c-bb96-22109bc14c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.009549 10.0.0.27 - - [2026-05-14 04:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.22 - - [2026-05-14 04:17:11] "POST /access-control-lists HTTP/1.1" 200 609 0.045046 10.0.0.27 - - [2026-05-14 04:17:11] "GET /network-policy/a826cf83-bb0a-44a6-b602-425617b78f6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1993 0.007855 10.0.0.22 - - [2026-05-14 04:17:12] "POST /ref-update HTTP/1.1" 200 156 0.045802 10.0.0.27 - - [2026-05-14 04:17:12] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.007224 10.0.0.22 - - [2026-05-14 04:17:12] "GET /obj-perms HTTP/1.1" 200 5066 0.004194 10.0.0.27 - - [2026-05-14 04:17:12] "GET /virtual-network/3d476fa9-9a8c-435c-bb96-22109bc14c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008661 10.0.0.27 - - [2026-05-14 04:17:12] "GET /obj-perms HTTP/1.1" 200 5066 0.004853 10.0.0.23 - - [2026-05-14 04:17:12] "GET /obj-perms HTTP/1.1" 200 5066 0.005204 10.0.0.27 - - [2026-05-14 04:17:13] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.007464 10.0.0.27 - - [2026-05-14 04:17:13] "GET /virtual-network/3d476fa9-9a8c-435c-bb96-22109bc14c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006840 10.0.0.22 - - [2026-05-14 04:17:14] "GET /obj-perms HTTP/1.1" 200 5066 0.004602 10.0.0.27 - - [2026-05-14 04:17:14] "GET /virtual-network/e3503aad-be80-48df-a258-a8659ac2ee9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.012341 10.0.0.27 - - [2026-05-14 04:17:14] "GET /obj-perms HTTP/1.1" 200 5066 0.004291 10.0.0.23 - - [2026-05-14 04:17:14] "GET /obj-perms HTTP/1.1" 200 5066 0.005256 10.0.0.27 - - [2026-05-14 04:17:22] "POST /neutron/port HTTP/1.1" 200 1107 0.025758 10.0.0.27 - - [2026-05-14 04:17:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005130 10.0.0.27 - - [2026-05-14 04:17:22] "POST /neutron/network HTTP/1.1" 200 927 0.010009 10.0.0.27 - - [2026-05-14 04:17:25] "POST /neutron/network HTTP/1.1" 200 1123 0.009534 10.0.0.27 - - [2026-05-14 04:17:25] "POST /neutron/subnet HTTP/1.1" 200 1385 0.020440 10.0.0.27 - - [2026-05-14 04:17:25] "POST /neutron/network HTTP/1.1" 200 1113 0.017228 10.0.0.27 - - [2026-05-14 04:17:30] "GET /obj-perms HTTP/1.1" 200 5066 0.005781 10.0.0.22 - - [2026-05-14 04:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000639 10.0.0.22 - - [2026-05-14 04:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.22 - - [2026-05-14 04:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.22 - - [2026-05-14 04:17:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2026-05-14 04:17:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.23 - - [2026-05-14 04:17:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000617 10.0.0.23 - - [2026-05-14 04:17:32] "GET /global-system-configs HTTP/1.1" 401 292 0.001289 10.0.0.23 - - [2026-05-14 04:17:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000470 10.0.0.27 - - [2026-05-14 04:17:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000710 10.0.0.27 - - [2026-05-14 04:17:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000889 10.0.0.27 - - [2026-05-14 04:17:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000704 10.0.0.27 - - [2026-05-14 04:17:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2026-05-14 04:18:23] "POST /neutron/network HTTP/1.1" 200 948 0.008218 10.0.0.27 - - [2026-05-14 04:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.001532 10.0.0.27 - - [2026-05-14 04:18:25] "POST /neutron/port HTTP/1.1" 200 1107 0.026606 10.0.0.27 - - [2026-05-14 04:18:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.011762 10.0.0.27 - - [2026-05-14 04:19:25] "POST /neutron/port HTTP/1.1" 200 1142 0.026385 10.0.0.27 - - [2026-05-14 04:19:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004764 10.0.0.27 - - [2026-05-14 04:19:25] "POST /neutron/network HTTP/1.1" 200 850 0.010123 10.0.0.27 - - [2026-05-14 04:19:25] "POST /neutron/network HTTP/1.1" 200 949 0.008919 10.0.0.27 - - [2026-05-14 04:19:25] "POST /neutron/port HTTP/1.1" 200 117 0.002177 10.0.0.22 - - [2026-05-14 04:20:08] "GET /obj-perms HTTP/1.1" 200 5056 0.087456 10.0.0.27 - - [2026-05-14 04:20:25] "POST /neutron/port HTTP/1.1" 200 1218 0.026560 10.0.0.27 - - [2026-05-14 04:20:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006155 10.0.0.27 - - [2026-05-14 04:20:25] "POST /neutron/port HTTP/1.1" 200 117 0.001737 10.0.0.27 - - [2026-05-14 04:20:27] "POST /neutron/port HTTP/1.1" 200 1143 0.061389 10.0.0.27 - - [2026-05-14 04:20:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.011095 10.0.0.27 - - [2026-05-14 04:20:51] "GET /obj-perms HTTP/1.1" 200 5066 0.064748 10.0.0.27 - - [2026-05-14 04:20:52] "GET /virtual-network/3d476fa9-9a8c-435c-bb96-22109bc14c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.039083 10.0.0.27 - - [2026-05-14 04:20:52] "POST /neutron/network HTTP/1.1" 200 938 0.046983 10.0.0.27 - - [2026-05-14 04:20:52] "GET /virtual-network/3d476fa9-9a8c-435c-bb96-22109bc14c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.011557 10.0.0.27 - - [2026-05-14 04:20:52] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.007386 10.0.0.27 - - [2026-05-14 04:20:52] "POST /neutron/network HTTP/1.1" 200 939 0.014980 10.0.0.27 - - [2026-05-14 04:20:52] "GET /virtual-network/5519d1ea-a8d6-4111-a65f-a9feab05db82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2082 0.009677 10.0.0.27 - - [2026-05-14 04:20:52] "DELETE /network-policy/a826cf83-bb0a-44a6-b602-425617b78f6f HTTP/1.1" 200 115 0.046048 10.0.0.27 - - [2026-05-14 04:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006130 10.0.0.27 - - [2026-05-14 04:20:52] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.006855 10.0.0.27 - - [2026-05-14 04:20:52] "PUT /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f HTTP/1.1" 200 276 0.019138 10.0.0.22 - - [2026-05-14 04:20:52] "POST /ref-update HTTP/1.1" 200 156 0.044327 10.0.0.22 - - [2026-05-14 04:20:53] "POST /ref-update HTTP/1.1" 200 156 0.061506 10.0.0.27 - - [2026-05-14 04:20:54] "POST /neutron/network HTTP/1.1" 200 850 0.011304 10.0.0.27 - - [2026-05-14 04:20:55] "POST /neutron/port HTTP/1.1" 200 1142 0.031617 10.0.0.27 - - [2026-05-14 04:20:55] "POST /neutron/port HTTP/1.1" 200 1142 0.028336 10.0.0.27 - - [2026-05-14 04:20:55] "POST /neutron/port HTTP/1.1" 200 1132 0.024749 10.0.0.27 - - [2026-05-14 04:20:55] "POST /neutron/port HTTP/1.1" 200 151 0.492244 10.0.0.27 - - [2026-05-14 04:20:57] "POST /neutron/network HTTP/1.1" 200 844 0.011894 10.0.0.22 - - [2026-05-14 04:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008176 10.0.0.27 - - [2026-05-14 04:20:57] "POST /neutron/network HTTP/1.1" 400 204 0.019838 10.0.0.27 - - [2026-05-14 04:20:58] "POST /neutron/port HTTP/1.1" 200 1133 0.020739 10.0.0.27 - - [2026-05-14 04:20:58] "POST /neutron/port HTTP/1.1" 200 151 0.388690 10.0.0.22 - - [2026-05-14 04:21:00] "DELETE /route-target/fa139741-7433-4a95-ae63-addd6bef8d10 HTTP/1.1" 200 115 0.062886 10.0.0.23 - - [2026-05-14 04:21:00] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.045179 10.0.0.27 - - [2026-05-14 04:21:00] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.172093 10.0.0.23 - - [2026-05-14 04:21:00] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001930 10.0.0.27 - - [2026-05-14 04:21:00] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?fields=virtual_networks HTTP/1.1" 200 1079 0.070500 10.0.0.23 - - [2026-05-14 04:21:00] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001463 10.0.0.27 - - [2026-05-14 04:21:00] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1079 0.080287 10.0.0.23 - - [2026-05-14 04:21:00] "GET /projects?obj_uuids=af1de36f-f6d3-48b2-9108-5652e93068c9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002092 10.0.0.27 - - [2026-05-14 04:21:00] "GET /project/af1de36f-f6d3-48b2-9108-5652e93068c9?fields=security_groups HTTP/1.1" 200 1323 0.080004 10.0.0.27 - - [2026-05-14 04:21:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.035920 10.0.0.23 - - [2026-05-14 04:21:02] "GET /projects?obj_uuids=62b32ece-7d4a-4091-83f1-a0ce948fd925&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003788 10.0.0.23 - - [2026-05-14 04:21:02] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.23 - - [2026-05-14 04:21:02] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.055095 10.0.0.23 - - [2026-05-14 04:21:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.006785 10.0.0.23 - - [2026-05-14 04:21:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.009837 10.0.0.23 - - [2026-05-14 04:21:02] "POST /security-groups HTTP/1.1" 200 586 0.046344 10.0.0.23 - - [2026-05-14 04:21:02] "POST /projects HTTP/1.1" 200 575 0.302057 10.0.0.23 - - [2026-05-14 04:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.340817 10.0.0.22 - - [2026-05-14 04:21:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.013768 10.0.0.27 - - [2026-05-14 04:21:02] "GET /project/62b32ece-7d4a-4091-83f1-a0ce948fd925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.579908 10.0.0.27 - - [2026-05-14 04:21:04] "GET / HTTP/1.1" 200 35931 0.003402 10.0.0.23 - - [2026-05-14 04:21:04] "GET /projects?obj_uuids=51a67f0e-e606-4b89-9137-4be245fb34a8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001817 10.0.0.27 - - [2026-05-14 04:21:04] "GET /project/51a67f0e-e606-4b89-9137-4be245fb34a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.075066 10.0.0.27 - - [2026-05-14 04:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005584 10.0.0.27 - - [2026-05-14 04:21:05] "GET /security-group/55adecfe-da25-447f-b051-df845abe2b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3718 0.007373 10.0.0.27 - - [2026-05-14 04:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.23 - - [2026-05-14 04:21:05] "GET /projects?obj_uuids=51a67f0e-e606-4b89-9137-4be245fb34a8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001876 10.0.0.27 - - [2026-05-14 04:21:05] "GET /project/51a67f0e-e606-4b89-9137-4be245fb34a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.064898 10.0.0.27 - - [2026-05-14 04:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.014410 10.0.0.27 - - [2026-05-14 04:21:05] "GET /security-group/55adecfe-da25-447f-b051-df845abe2b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3718 0.006040 10.0.0.27 - - [2026-05-14 04:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.27 - - [2026-05-14 04:21:05] "PUT /security-group/55adecfe-da25-447f-b051-df845abe2b9b HTTP/1.1" 200 262 0.024779 10.0.0.22 - - [2026-05-14 04:21:06] "PUT /access-control-list/f6e70d5e-000b-4fd5-8a33-82d130540b53 HTTP/1.1" 200 272 0.022380 10.0.0.23 - - [2026-05-14 04:21:08] "GET /projects?obj_uuids=62b32ece-7d4a-4091-83f1-a0ce948fd925&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001229 10.0.0.27 - - [2026-05-14 04:21:08] "GET /project/62b32ece-7d4a-4091-83f1-a0ce948fd925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.068862 10.0.0.23 - - [2026-05-14 04:21:08] "GET /projects?obj_uuids=62b32ece-7d4a-4091-83f1-a0ce948fd925&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001721 10.0.0.27 - - [2026-05-14 04:21:08] "GET /project/62b32ece-7d4a-4091-83f1-a0ce948fd925?fields=virtual_networks HTTP/1.1" 200 1031 0.064758 10.0.0.23 - - [2026-05-14 04:21:08] "GET /projects?obj_uuids=62b32ece-7d4a-4091-83f1-a0ce948fd925&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001603 10.0.0.23 - - [2026-05-14 04:21:08] "GET /obj-perms HTTP/1.1" 200 5056 0.100935 10.0.0.27 - - [2026-05-14 04:21:08] "GET /project/62b32ece-7d4a-4091-83f1-a0ce948fd925?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.078079 10.0.0.23 - - [2026-05-14 04:21:09] "GET /projects?obj_uuids=62b32ece-7d4a-4091-83f1-a0ce948fd925&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001700 10.0.0.27 - - [2026-05-14 04:21:09] "GET /project/62b32ece-7d4a-4091-83f1-a0ce948fd925?fields=security_groups HTTP/1.1" 200 1252 0.049294 10.0.0.27 - - [2026-05-14 04:21:10] "POST /fqname-to-id HTTP/1.1" 404 192 0.046696 10.0.0.23 - - [2026-05-14 04:21:10] "GET /projects?obj_uuids=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003945 10.0.0.23 - - [2026-05-14 04:21:10] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001628 10.0.0.23 - - [2026-05-14 04:21:10] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009166 10.0.0.23 - - [2026-05-14 04:21:10] "POST /id-to-fqname HTTP/1.1" 200 194 0.001796 10.0.0.23 - - [2026-05-14 04:21:10] "POST /fqname-to-id HTTP/1.1" 404 203 0.009797 10.0.0.23 - - [2026-05-14 04:21:10] "POST /security-groups HTTP/1.1" 200 595 0.057353 10.0.0.23 - - [2026-05-14 04:21:10] "POST /projects HTTP/1.1" 200 593 0.341649 10.0.0.23 - - [2026-05-14 04:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.378295 10.0.0.22 - - [2026-05-14 04:21:10] "POST /fqname-to-id HTTP/1.1" 404 237 0.011381 10.0.0.27 - - [2026-05-14 04:21:10] "GET /project/0fad6d8f-8ece-4a61-bb6e-f599f251f5f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.566236 10.0.0.27 - - [2026-05-14 04:21:12] "GET / HTTP/1.1" 200 35931 0.001977 10.0.0.27 - - [2026-05-14 04:21:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000665 10.0.0.27 - - [2026-05-14 04:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.083825 10.0.0.23 - - [2026-05-14 04:21:14] "GET /projects?obj_uuids=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001413 10.0.0.27 - - [2026-05-14 04:21:14] "GET /project/0fad6d8f-8ece-4a61-bb6e-f599f251f5f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.060480 10.0.0.27 - - [2026-05-14 04:21:14] "POST /neutron/network HTTP/1.1" 200 117 0.056775 10.0.0.22 - - [2026-05-14 04:21:15] "POST /ref-update HTTP/1.1" 200 156 0.069112 10.0.0.27 - - [2026-05-14 04:21:15] "POST /neutron/network HTTP/1.1" 200 844 0.014444 10.0.0.27 - - [2026-05-14 04:21:15] "POST /id-to-fqname HTTP/1.1" 200 231 0.001622 10.0.0.27 - - [2026-05-14 04:21:15] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006870 10.0.0.27 - - [2026-05-14 04:21:15] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006998 10.0.0.27 - - [2026-05-14 04:21:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.013011 10.0.0.27 - - [2026-05-14 04:21:15] "POST /id-to-fqname HTTP/1.1" 200 231 0.001673 10.0.0.23 - - [2026-05-14 04:21:16] "GET /projects?obj_uuids=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001090 10.0.0.27 - - [2026-05-14 04:21:16] "GET /project/0fad6d8f-8ece-4a61-bb6e-f599f251f5f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.093640 10.0.0.27 - - [2026-05-14 04:21:16] "POST /neutron/network HTTP/1.1" 200 844 0.009882 10.0.0.27 - - [2026-05-14 04:21:17] "POST /id-to-fqname HTTP/1.1" 200 231 0.001603 10.0.0.27 - - [2026-05-14 04:21:17] "POST /neutron/port HTTP/1.1" 200 4190 0.044210 10.0.0.27 - - [2026-05-14 04:21:18] "POST /neutron/port HTTP/1.1" 200 1066 0.033677 10.0.0.27 - - [2026-05-14 04:21:18] "POST /neutron/port HTTP/1.1" 200 1130 0.041527 10.0.0.27 - - [2026-05-14 04:21:18] "POST /neutron/port HTTP/1.1" 200 117 0.001446 10.0.0.27 - - [2026-05-14 04:21:26] "POST /neutron/port HTTP/1.1" 200 1107 0.069288 10.0.0.27 - - [2026-05-14 04:21:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.013446 10.0.0.27 - - [2026-05-14 04:21:36] "POST /neutron/port HTTP/1.1" 200 1130 0.070539 10.0.0.23 - - [2026-05-14 04:21:43] "GET /projects?obj_uuids=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001329 10.0.0.27 - - [2026-05-14 04:21:43] "GET /project/0fad6d8f-8ece-4a61-bb6e-f599f251f5f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.113272 10.0.0.27 - - [2026-05-14 04:21:43] "POST /neutron/network HTTP/1.1" 200 844 0.059844 10.0.0.27 - - [2026-05-14 04:21:43] "POST /neutron/port HTTP/1.1" 200 117 0.011393 10.0.0.27 - - [2026-05-14 04:21:44] "POST /neutron/port HTTP/1.1" 200 1130 0.021959 10.0.0.27 - - [2026-05-14 04:21:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009777 10.0.0.27 - - [2026-05-14 04:21:44] "GET /virtual-machine/e2a0cd71-245f-4b10-90ab-a52fe4e8091d HTTP/1.1" 401 292 0.000508 10.0.0.27 - - [2026-05-14 04:21:44] "GET /virtual-machine/e2a0cd71-245f-4b10-90ab-a52fe4e8091d HTTP/1.1" 200 1297 0.059617 10.0.0.27 - - [2026-05-14 04:21:44] "GET /virtual-machine-interface/1404b9b0-3a4f-4033-a38b-e18635ab791d HTTP/1.1" 200 2982 0.011103 10.0.0.27 - - [2026-05-14 04:21:44] "POST /neutron/port HTTP/1.1" 200 1066 0.064115 10.0.0.27 - - [2026-05-14 04:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.012494 10.0.0.27 - - [2026-05-14 04:21:44] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006950 10.0.0.27 - - [2026-05-14 04:21:44] "GET /virtual-networks?parent_id=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004235 10.0.0.27 - - [2026-05-14 04:21:45] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.013141 10.0.0.27 - - [2026-05-14 04:21:45] "POST /neutron/port HTTP/1.1" 200 1130 0.057850 10.0.0.27 - - [2026-05-14 04:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.002298 10.0.0.27 - - [2026-05-14 04:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005406 10.0.0.27 - - [2026-05-14 04:21:46] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.015410 10.0.0.27 - - [2026-05-14 04:21:46] "GET /virtual-networks?parent_id=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004396 10.0.0.27 - - [2026-05-14 04:21:46] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006812 10.0.0.27 - - [2026-05-14 04:21:46] "POST /neutron/security_group HTTP/1.1" 200 2062 0.019376 10.0.0.23 - - [2026-05-14 04:21:52] "DELETE /project/62b32ece7d4a409183f1a0ce948fd925 HTTP/1.1" 404 173 0.006500 10.0.0.23 - - [2026-05-14 04:21:52] "DELETE /project/af1de36f-f6d3-48b2-9108-5652e93068c9 HTTP/1.1" 404 177 0.009545 10.0.0.23 - - [2026-05-14 04:21:52] "GET /projects?obj_uuids=62b32ece-7d4a-4091-83f1-a0ce948fd925&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001289 10.0.0.23 - - [2026-05-14 04:21:52] "DELETE /project/0fad6d8f8ece4a61bb6ef599f251f5f0 HTTP/1.1" 404 173 0.014926 10.0.0.23 - - [2026-05-14 04:21:52] "GET /project/62b32ece-7d4a-4091-83f1-a0ce948fd925?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.092658 10.0.0.23 - - [2026-05-14 04:21:52] "GET /projects?obj_uuids=62b32ece-7d4a-4091-83f1-a0ce948fd925&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001281 10.0.0.23 - - [2026-05-14 04:21:52] "GET /project/62b32ece-7d4a-4091-83f1-a0ce948fd925?fields=security_groups HTTP/1.1" 200 1357 0.107742 10.0.0.23 - - [2026-05-14 04:21:52] "DELETE /security-group/5423f551-ed4a-47a6-9780-9400138dc54f HTTP/1.1" 200 115 0.168262 10.0.0.23 - - [2026-05-14 04:21:52] "GET /projects?obj_uuids=62b32ece-7d4a-4091-83f1-a0ce948fd925&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001238 10.0.0.22 - - [2026-05-14 04:21:52] "DELETE /access-control-list/a64f806a-51d9-41be-857c-4f432eca6ac7 HTTP/1.1" 200 115 0.100885 10.0.0.23 - - [2026-05-14 04:21:52] "GET /project/62b32ece-7d4a-4091-83f1-a0ce948fd925?fields=application_policy_sets HTTP/1.1" 200 1396 0.128434 10.0.0.23 - - [2026-05-14 04:21:53] "DELETE /project/62b32ece-7d4a-4091-83f1-a0ce948fd925 HTTP/1.1" 200 115 0.910286 10.0.0.27 - - [2026-05-14 04:21:56] "POST /neutron/port HTTP/1.1" 200 1130 0.059356 10.0.0.27 - - [2026-05-14 04:22:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012759 10.0.0.27 - - [2026-05-14 04:22:12] "POST /neutron/port HTTP/1.1" 200 1130 0.023553 10.0.0.27 - - [2026-05-14 04:22:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013314 10.0.0.27 - - [2026-05-14 04:22:27] "POST /neutron/port HTTP/1.1" 200 1130 0.024220 10.0.0.27 - - [2026-05-14 04:22:30] "POST /neutron/port HTTP/1.1" 200 1218 0.036021 10.0.0.27 - - [2026-05-14 04:22:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004956 10.0.0.27 - - [2026-05-14 04:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.001646 10.0.0.22 - - [2026-05-14 04:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000634 10.0.0.22 - - [2026-05-14 04:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.22 - - [2026-05-14 04:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000988 10.0.0.22 - - [2026-05-14 04:22:31] "GET /global-system-configs HTTP/1.1" 401 292 0.001232 10.0.0.23 - - [2026-05-14 04:22:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.23 - - [2026-05-14 04:22:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000549 10.0.0.23 - - [2026-05-14 04:22:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.23 - - [2026-05-14 04:22:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000882 10.0.0.27 - - [2026-05-14 04:22:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013039 10.0.0.27 - - [2026-05-14 04:22:32] "POST /neutron/port HTTP/1.1" 200 1130 0.026048 10.0.0.27 - - [2026-05-14 04:22:32] "GET /virtual-machine/c6e758cc-0af0-4c06-8c75-282230cd76e2 HTTP/1.1" 200 1297 0.009171 10.0.0.27 - - [2026-05-14 04:22:33] "GET /virtual-machine-interface/22682b37-d3ff-449b-bcad-bae45d8ae2b4 HTTP/1.1" 200 2982 0.008417 10.0.0.27 - - [2026-05-14 04:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006307 10.0.0.27 - - [2026-05-14 04:22:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006384 10.0.0.27 - - [2026-05-14 04:22:33] "GET /virtual-networks?parent_id=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005021 10.0.0.27 - - [2026-05-14 04:22:33] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007089 10.0.0.27 - - [2026-05-14 04:22:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.27 - - [2026-05-14 04:22:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000872 10.0.0.27 - - [2026-05-14 04:22:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.27 - - [2026-05-14 04:22:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.27 - - [2026-05-14 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008787 10.0.0.27 - - [2026-05-14 04:22:36] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.009853 10.0.0.27 - - [2026-05-14 04:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.27 - - [2026-05-14 04:22:40] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007007 10.0.0.27 - - [2026-05-14 04:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.27 - - [2026-05-14 04:22:44] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006663 10.0.0.27 - - [2026-05-14 04:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.27 - - [2026-05-14 04:22:48] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007364 10.0.0.27 - - [2026-05-14 04:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947 10.0.0.27 - - [2026-05-14 04:22:52] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007757 10.0.0.27 - - [2026-05-14 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.27 - - [2026-05-14 04:22:56] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.010084 10.0.0.27 - - [2026-05-14 04:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.27 - - [2026-05-14 04:23:00] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006599 10.0.0.27 - - [2026-05-14 04:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.012346 10.0.0.27 - - [2026-05-14 04:23:04] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.013143 10.0.0.27 - - [2026-05-14 04:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005667 10.0.0.27 - - [2026-05-14 04:23:09] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.011301 10.0.0.27 - - [2026-05-14 04:23:11] "GET /obj-perms HTTP/1.1" 200 5056 0.081510 10.0.0.27 - - [2026-05-14 04:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006199 10.0.0.27 - - [2026-05-14 04:23:13] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008312 10.0.0.27 - - [2026-05-14 04:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.27 - - [2026-05-14 04:23:17] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007119 10.0.0.27 - - [2026-05-14 04:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.27 - - [2026-05-14 04:23:21] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008842 10.0.0.27 - - [2026-05-14 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.27 - - [2026-05-14 04:23:25] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.008902 10.0.0.27 - - [2026-05-14 04:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006866 10.0.0.27 - - [2026-05-14 04:23:29] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.009789 10.0.0.27 - - [2026-05-14 04:23:30] "POST /neutron/port HTTP/1.1" 200 1218 0.025488 10.0.0.27 - - [2026-05-14 04:23:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004996 10.0.0.27 - - [2026-05-14 04:23:30] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.27 - - [2026-05-14 04:23:31] "POST /neutron/port HTTP/1.1" 200 1107 0.027077 10.0.0.27 - - [2026-05-14 04:23:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.011439 10.0.0.27 - - [2026-05-14 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.27 - - [2026-05-14 04:23:33] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007585 10.0.0.27 - - [2026-05-14 04:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005553 10.0.0.27 - - [2026-05-14 04:23:37] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.007344 10.0.0.27 - - [2026-05-14 04:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.27 - - [2026-05-14 04:23:41] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006872 10.0.0.27 - - [2026-05-14 04:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005490 10.0.0.27 - - [2026-05-14 04:23:45] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.010203 10.0.0.27 - - [2026-05-14 04:23:46] "POST /neutron/port HTTP/1.1" 200 1130 0.021907 10.0.0.27 - - [2026-05-14 04:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005610 10.0.0.27 - - [2026-05-14 04:23:48] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004839 10.0.0.27 - - [2026-05-14 04:23:48] "GET /virtual-networks?parent_id=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004192 10.0.0.27 - - [2026-05-14 04:23:48] "GET /virtual-network/3da1d076-07f3-4c45-90ea-141957f9018b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.010440 10.0.0.27 - - [2026-05-14 04:23:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014235 10.0.0.27 - - [2026-05-14 04:23:58] "POST /neutron/port HTTP/1.1" 200 1130 0.025451 10.0.0.27 - - [2026-05-14 04:24:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011874 10.0.0.27 - - [2026-05-14 04:24:14] "POST /neutron/port HTTP/1.1" 200 1130 0.028523 10.0.0.27 - - [2026-05-14 04:24:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010338 10.0.0.27 - - [2026-05-14 04:24:29] "POST /neutron/port HTTP/1.1" 200 1130 0.023418 10.0.0.27 - - [2026-05-14 04:24:32] "POST /neutron/port HTTP/1.1" 200 1107 0.024666 10.0.0.27 - - [2026-05-14 04:24:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.012050 10.0.0.27 - - [2026-05-14 04:24:33] "POST /neutron/port HTTP/1.1" 200 1130 0.025813 10.0.0.27 - - [2026-05-14 04:24:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006644 10.0.0.27 - - [2026-05-14 04:24:33] "POST /neutron/network HTTP/1.1" 200 844 0.016495 10.0.0.27 - - [2026-05-14 04:24:40] "POST /neutron/port HTTP/1.1" 200 1130 0.022711 10.0.0.27 - - [2026-05-14 04:24:45] "POST /fqname-to-id HTTP/1.1" 404 240 0.004200 10.0.0.27 - - [2026-05-14 04:24:45] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.049961 10.0.0.27 - - [2026-05-14 04:24:46] "GET /bgp-as-a-service/89e1569a-c66b-41b4-b340-1b22648c5ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1624 0.007896 10.0.0.27 - - [2026-05-14 04:24:46] "GET /virtual-machine-interface/22682b37-d3ff-449b-bcad-bae45d8ae2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.008973 10.0.0.27 - - [2026-05-14 04:24:46] "POST /ref-update HTTP/1.1" 200 156 0.017428 10.0.0.27 - - [2026-05-14 04:24:46] "POST /neutron/subnet HTTP/1.1" 200 734 0.012664 10.0.0.22 - - [2026-05-14 04:24:46] "POST /bgp-routers HTTP/1.1" 200 659 0.083967 10.0.0.22 - - [2026-05-14 04:24:46] "PUT /bgp-router/c4fa93fe-7fca-4509-b6fa-ebba7b66b70f HTTP/1.1" 200 254 0.049360 10.0.0.22 - - [2026-05-14 04:25:13] "GET /obj-perms HTTP/1.1" 200 5056 0.070084 10.0.0.23 - - [2026-05-14 04:25:13] "GET /obj-perms HTTP/1.1" 200 5056 0.071636 10.0.0.27 - - [2026-05-14 04:25:15] "GET /bgp-as-a-service/89e1569a-c66b-41b4-b340-1b22648c5ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.009884 10.0.0.27 - - [2026-05-14 04:25:15] "GET /virtual-machine-interface/22682b37-d3ff-449b-bcad-bae45d8ae2b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.011356 10.0.0.27 - - [2026-05-14 04:25:15] "POST /ref-update HTTP/1.1" 200 156 0.021994 10.0.0.27 - - [2026-05-14 04:25:15] "DELETE /bgp-as-a-service/89e1569a-c66b-41b4-b340-1b22648c5ff2 HTTP/1.1" 200 115 0.066878 10.0.0.22 - - [2026-05-14 04:25:16] "DELETE /bgp-router/c4fa93fe-7fca-4509-b6fa-ebba7b66b70f HTTP/1.1" 200 115 0.090760 10.0.0.27 - - [2026-05-14 04:25:16] "POST /neutron/network HTTP/1.1" 200 844 0.011317 10.0.0.27 - - [2026-05-14 04:25:16] "POST /neutron/port HTTP/1.1" 200 1120 0.031881 10.0.0.27 - - [2026-05-14 04:25:16] "POST /neutron/port HTTP/1.1" 200 1120 0.038949 10.0.0.23 - - [2026-05-14 04:25:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004302 10.0.0.23 - - [2026-05-14 04:25:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003253 10.0.0.27 - - [2026-05-14 04:25:18] "POST /neutron/network HTTP/1.1" 200 151 0.242521 10.0.0.23 - - [2026-05-14 04:25:19] "GET /projects?obj_uuids=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001228 10.0.0.27 - - [2026-05-14 04:25:19] "GET /project/0fad6d8f-8ece-4a61-bb6e-f599f251f5f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.051572 10.0.0.23 - - [2026-05-14 04:25:19] "GET /projects?obj_uuids=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003413 10.0.0.27 - - [2026-05-14 04:25:20] "GET /project/0fad6d8f-8ece-4a61-bb6e-f599f251f5f0?fields=virtual_networks HTTP/1.1" 200 1050 0.061174 10.0.0.23 - - [2026-05-14 04:25:20] "GET /projects?obj_uuids=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001759 10.0.0.27 - - [2026-05-14 04:25:20] "GET /project/0fad6d8f-8ece-4a61-bb6e-f599f251f5f0?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.065073 10.0.0.23 - - [2026-05-14 04:25:20] "GET /projects?obj_uuids=0fad6d8f-8ece-4a61-bb6e-f599f251f5f0&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002753 10.0.0.27 - - [2026-05-14 04:25:20] "GET /project/0fad6d8f-8ece-4a61-bb6e-f599f251f5f0?fields=security_groups HTTP/1.1" 200 1280 0.082684 10.0.0.27 - - [2026-05-14 04:25:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.048151 10.0.0.23 - - [2026-05-14 04:25:21] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005700 10.0.0.23 - - [2026-05-14 04:25:21] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001284 10.0.0.23 - - [2026-05-14 04:25:21] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009288 10.0.0.23 - - [2026-05-14 04:25:21] "POST /id-to-fqname HTTP/1.1" 200 191 0.005402 10.0.0.23 - - [2026-05-14 04:25:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.014351 10.0.0.23 - - [2026-05-14 04:25:21] "POST /security-groups HTTP/1.1" 200 592 0.065698 10.0.0.22 - - [2026-05-14 04:25:21] "POST /fqname-to-id HTTP/1.1" 404 235 0.008618 10.0.0.23 - - [2026-05-14 04:25:21] "POST /projects HTTP/1.1" 200 587 0.329739 10.0.0.23 - - [2026-05-14 04:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.369404 10.0.0.27 - - [2026-05-14 04:25:22] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.570427 10.0.0.22 - - [2026-05-14 04:25:22] "POST /access-control-lists HTTP/1.1" 200 595 0.091801 10.0.0.27 - - [2026-05-14 04:25:23] "GET / HTTP/1.1" 200 35931 0.002363 10.0.0.27 - - [2026-05-14 04:25:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000733 10.0.0.27 - - [2026-05-14 04:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.082939 10.0.0.23 - - [2026-05-14 04:25:25] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001279 10.0.0.27 - - [2026-05-14 04:25:25] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.059512 10.0.0.23 - - [2026-05-14 04:25:26] "POST /useragent-kv HTTP/1.1" 200 115 0.010524 10.0.0.27 - - [2026-05-14 04:25:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.357213 10.0.0.27 - - [2026-05-14 04:25:26] "POST /id-to-fqname HTTP/1.1" 200 225 0.002118 10.0.0.27 - - [2026-05-14 04:25:26] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007670 10.0.0.27 - - [2026-05-14 04:25:26] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008306 10.0.0.27 - - [2026-05-14 04:25:26] "POST /neutron/network HTTP/1.1" 200 833 0.010851 10.0.0.27 - - [2026-05-14 04:25:26] "POST /id-to-fqname HTTP/1.1" 200 225 0.001628 10.0.0.27 - - [2026-05-14 04:25:26] "POST /neutron/network HTTP/1.1" 200 843 0.010171 10.0.0.23 - - [2026-05-14 04:25:27] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001773 10.0.0.27 - - [2026-05-14 04:25:27] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.106513 10.0.0.27 - - [2026-05-14 04:25:28] "POST /neutron/port HTTP/1.1" 200 117 0.008732 10.0.0.27 - - [2026-05-14 04:25:28] "POST /id-to-fqname HTTP/1.1" 200 225 0.001619 10.0.0.27 - - [2026-05-14 04:25:28] "POST /neutron/network HTTP/1.1" 200 843 0.014330 10.0.0.23 - - [2026-05-14 04:25:29] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001253 10.0.0.27 - - [2026-05-14 04:25:29] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.136374 10.0.0.27 - - [2026-05-14 04:25:29] "POST /neutron/port HTTP/1.1" 200 1061 0.102059 10.0.0.27 - - [2026-05-14 04:25:30] "POST /neutron/port HTTP/1.1" 200 5108 0.210645 10.0.0.27 - - [2026-05-14 04:25:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.002455 10.0.0.27 - - [2026-05-14 04:25:30] "POST /neutron/port HTTP/1.1" 200 1125 0.066463 10.0.0.27 - - [2026-05-14 04:25:30] "POST /neutron/port HTTP/1.1" 200 5162 0.141563 10.0.0.27 - - [2026-05-14 04:25:30] "POST /neutron/network HTTP/1.1" 200 843 0.021497 10.0.0.27 - - [2026-05-14 04:25:31] "POST /neutron/network HTTP/1.1" 200 843 0.017746 10.0.0.27 - - [2026-05-14 04:25:31] "POST /neutron/port HTTP/1.1" 200 1115 0.277126 10.0.0.23 - - [2026-05-14 04:25:32] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001915 10.0.0.27 - - [2026-05-14 04:25:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.017831 10.0.0.27 - - [2026-05-14 04:25:32] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.155202 10.0.0.27 - - [2026-05-14 04:25:32] "POST /neutron/network HTTP/1.1" 200 833 0.011702 10.0.0.27 - - [2026-05-14 04:25:32] "POST /neutron/port HTTP/1.1" 200 117 0.019467 10.0.0.27 - - [2026-05-14 04:25:32] "POST /neutron/network HTTP/1.1" 200 843 0.016333 10.0.0.27 - - [2026-05-14 04:25:33] "POST /neutron/port HTTP/1.1" 200 1061 0.050371 10.0.0.27 - - [2026-05-14 04:25:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005034 10.0.0.27 - - [2026-05-14 04:25:34] "POST /neutron/port HTTP/1.1" 200 117 0.001365 10.0.0.27 - - [2026-05-14 04:25:34] "POST /neutron/network HTTP/1.1" 200 1123 0.117081 10.0.0.27 - - [2026-05-14 04:25:34] "POST /neutron/subnet HTTP/1.1" 200 1385 0.041392 10.0.0.27 - - [2026-05-14 04:25:35] "POST /neutron/network HTTP/1.1" 200 1113 0.021305 10.0.0.22 - - [2026-05-14 04:25:41] "DELETE /access-control-list/7be1809b-edf7-40e2-8ef6-73a4d0ee11a1 HTTP/1.1" 200 115 0.105021 10.0.0.27 - - [2026-05-14 04:25:43] "POST /neutron/port HTTP/1.1" 200 1125 0.029426 10.0.0.27 - - [2026-05-14 04:25:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.020870 10.0.0.23 - - [2026-05-14 04:25:53] "DELETE /project/0fad6d8f-8ece-4a61-bb6e-f599f251f5f0 HTTP/1.1" 404 177 0.004152 10.0.0.23 - - [2026-05-14 04:25:53] "DELETE /project/f66bfa52bdcd41e4bfc0ed2220f54299 HTTP/1.1" 404 173 0.006867 10.0.0.27 - - [2026-05-14 04:25:58] "POST /neutron/port HTTP/1.1" 200 1125 0.033347 10.0.0.27 - - [2026-05-14 04:26:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010486 10.0.0.27 - - [2026-05-14 04:26:13] "POST /neutron/port HTTP/1.1" 200 1125 0.029800 10.0.0.27 - - [2026-05-14 04:26:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010032 10.0.0.27 - - [2026-05-14 04:26:14] "GET /virtual-machine/3463a761-bccc-48c5-a852-f88b0258a19d HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-05-14 04:26:14] "GET /virtual-machine/3463a761-bccc-48c5-a852-f88b0258a19d HTTP/1.1" 200 1293 0.051791 10.0.0.27 - - [2026-05-14 04:26:14] "GET /virtual-machine-interface/75a3cd3b-e4dd-4ef2-b6d7-a145218e0542 HTTP/1.1" 200 2958 0.007869 10.0.0.27 - - [2026-05-14 04:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.27 - - [2026-05-14 04:26:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004444 10.0.0.27 - - [2026-05-14 04:26:14] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004446 10.0.0.27 - - [2026-05-14 04:26:14] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006817 10.0.0.27 - - [2026-05-14 04:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.27 - - [2026-05-14 04:26:17] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008612 10.0.0.27 - - [2026-05-14 04:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.27 - - [2026-05-14 04:26:22] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007376 10.0.0.27 - - [2026-05-14 04:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004904 10.0.0.27 - - [2026-05-14 04:26:26] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007185 10.0.0.27 - - [2026-05-14 04:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006399 10.0.0.27 - - [2026-05-14 04:26:30] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007437 10.0.0.27 - - [2026-05-14 04:26:33] "POST /neutron/port HTTP/1.1" 200 1107 0.028040 10.0.0.27 - - [2026-05-14 04:26:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005077 10.0.0.27 - - [2026-05-14 04:26:33] "POST /neutron/network HTTP/1.1" 200 927 0.012431 10.0.0.27 - - [2026-05-14 04:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004898 10.0.0.27 - - [2026-05-14 04:26:34] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007632 10.0.0.27 - - [2026-05-14 04:26:34] "POST /neutron/network HTTP/1.1" 200 1123 0.042308 10.0.0.27 - - [2026-05-14 04:26:34] "POST /neutron/subnet HTTP/1.1" 200 1385 0.021445 10.0.0.27 - - [2026-05-14 04:26:34] "POST /neutron/network HTTP/1.1" 200 1113 0.016201 10.0.0.27 - - [2026-05-14 04:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.27 - - [2026-05-14 04:26:38] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007811 10.0.0.27 - - [2026-05-14 04:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005924 10.0.0.27 - - [2026-05-14 04:26:42] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007727 10.0.0.27 - - [2026-05-14 04:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.27 - - [2026-05-14 04:26:46] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007790 10.0.0.27 - - [2026-05-14 04:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.27 - - [2026-05-14 04:26:50] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008300 10.0.0.27 - - [2026-05-14 04:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.27 - - [2026-05-14 04:26:54] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007335 10.0.0.27 - - [2026-05-14 04:26:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.27 - - [2026-05-14 04:26:58] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008598 10.0.0.27 - - [2026-05-14 04:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.27 - - [2026-05-14 04:27:02] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007045 10.0.0.27 - - [2026-05-14 04:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005310 10.0.0.27 - - [2026-05-14 04:27:07] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008573 10.0.0.27 - - [2026-05-14 04:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.27 - - [2026-05-14 04:27:11] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007247 10.0.0.27 - - [2026-05-14 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.27 - - [2026-05-14 04:27:15] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007303 10.0.0.27 - - [2026-05-14 04:27:15] "GET /obj-perms HTTP/1.1" 200 5056 0.084043 10.0.0.27 - - [2026-05-14 04:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007401 10.0.0.27 - - [2026-05-14 04:27:19] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007885 10.0.0.27 - - [2026-05-14 04:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.27 - - [2026-05-14 04:27:23] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.014935 10.0.0.27 - - [2026-05-14 04:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.27 - - [2026-05-14 04:27:27] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.014090 10.0.0.22 - - [2026-05-14 04:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.22 - - [2026-05-14 04:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.22 - - [2026-05-14 04:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.22 - - [2026-05-14 04:27:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2026-05-14 04:27:31] "POST /neutron/port HTTP/1.1" 200 1125 0.097867 10.0.0.27 - - [2026-05-14 04:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.27 - - [2026-05-14 04:27:31] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006765 10.0.0.23 - - [2026-05-14 04:27:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.23 - - [2026-05-14 04:27:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000616 10.0.0.23 - - [2026-05-14 04:27:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2026-05-14 04:27:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2026-05-14 04:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.27 - - [2026-05-14 04:27:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.27 - - [2026-05-14 04:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006993 10.0.0.27 - - [2026-05-14 04:27:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005661 10.0.0.27 - - [2026-05-14 04:27:33] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005067 10.0.0.27 - - [2026-05-14 04:27:33] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.011992 10.0.0.27 - - [2026-05-14 04:27:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009434 10.0.0.27 - - [2026-05-14 04:27:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2026-05-14 04:27:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2026-05-14 04:27:36] "POST /neutron/port HTTP/1.1" 200 1107 0.027583 10.0.0.27 - - [2026-05-14 04:27:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006556 10.0.0.27 - - [2026-05-14 04:27:36] "POST /neutron/network HTTP/1.1" 200 927 0.008377 10.0.0.27 - - [2026-05-14 04:27:36] "POST /neutron/network HTTP/1.1" 200 1123 0.009174 10.0.0.27 - - [2026-05-14 04:27:37] "POST /neutron/subnet HTTP/1.1" 200 1385 0.021463 10.0.0.27 - - [2026-05-14 04:27:37] "POST /neutron/network HTTP/1.1" 200 1113 0.011793 10.0.0.27 - - [2026-05-14 04:27:44] "POST /neutron/port HTTP/1.1" 200 1125 0.027318 10.0.0.27 - - [2026-05-14 04:27:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012630 10.0.0.27 - - [2026-05-14 04:27:59] "POST /neutron/port HTTP/1.1" 200 1125 0.023716 10.0.0.27 - - [2026-05-14 04:28:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010533 10.0.0.27 - - [2026-05-14 04:28:15] "POST /neutron/port HTTP/1.1" 200 1125 0.040354 10.0.0.27 - - [2026-05-14 04:28:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011603 10.0.0.27 - - [2026-05-14 04:28:26] "POST /neutron/port HTTP/1.1" 200 1125 0.032725 10.0.0.27 - - [2026-05-14 04:28:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012095 10.0.0.27 - - [2026-05-14 04:28:26] "GET /virtual-machine/81049a68-abec-4799-9756-8dd304b4d27b HTTP/1.1" 200 1293 0.009156 10.0.0.27 - - [2026-05-14 04:28:26] "GET /virtual-machine-interface/8468e6a9-c31e-4c55-9cc6-3f4dc97d4cda HTTP/1.1" 200 2958 0.008568 10.0.0.27 - - [2026-05-14 04:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.011494 10.0.0.27 - - [2026-05-14 04:28:26] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007700 10.0.0.27 - - [2026-05-14 04:28:26] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005228 10.0.0.27 - - [2026-05-14 04:28:26] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007497 10.0.0.27 - - [2026-05-14 04:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.27 - - [2026-05-14 04:28:27] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005865 10.0.0.27 - - [2026-05-14 04:28:27] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003983 10.0.0.27 - - [2026-05-14 04:28:27] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008244 10.0.0.27 - - [2026-05-14 04:28:27] "POST /neutron/port HTTP/1.1" 200 1125 0.034677 10.0.0.27 - - [2026-05-14 04:28:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009258 10.0.0.27 - - [2026-05-14 04:28:28] "GET /virtual-machine/b0daa0c4-9f70-4064-adb7-688e454633be HTTP/1.1" 200 1294 0.008226 10.0.0.27 - - [2026-05-14 04:28:28] "GET /virtual-machine-interface/d55cbe03-558d-4f8c-9974-e7a87a268b06 HTTP/1.1" 200 2959 0.007172 10.0.0.27 - - [2026-05-14 04:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.27 - - [2026-05-14 04:28:28] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004748 10.0.0.27 - - [2026-05-14 04:28:28] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004514 10.0.0.27 - - [2026-05-14 04:28:28] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008038 10.0.0.27 - - [2026-05-14 04:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.27 - - [2026-05-14 04:28:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004643 10.0.0.27 - - [2026-05-14 04:28:29] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004993 10.0.0.27 - - [2026-05-14 04:28:29] "GET /virtual-network/02a48608-67ac-4563-8165-ed00b728ed44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007939 10.0.0.27 - - [2026-05-14 04:28:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.004469 10.0.0.27 - - [2026-05-14 04:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.27 - - [2026-05-14 04:28:29] "GET /global-system-config/e9d9ab24-4018-486d-a87e-f3e6ec5b5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008011 10.0.0.27 - - [2026-05-14 04:28:29] "POST /control-node-zones HTTP/1.1" 200 569 0.041521 10.0.0.27 - - [2026-05-14 04:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005619 10.0.0.27 - - [2026-05-14 04:28:29] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.009474 10.0.0.27 - - [2026-05-14 04:28:29] "GET /control-node-zone/762a200b-ee1c-4f2a-84f0-495590538b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.009585 10.0.0.27 - - [2026-05-14 04:28:29] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.028487 10.0.0.27 - - [2026-05-14 04:28:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.004015 10.0.0.27 - - [2026-05-14 04:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.27 - - [2026-05-14 04:28:30] "GET /global-system-config/e9d9ab24-4018-486d-a87e-f3e6ec5b5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009425 10.0.0.27 - - [2026-05-14 04:28:30] "POST /control-node-zones HTTP/1.1" 200 569 0.044018 10.0.0.27 - - [2026-05-14 04:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.27 - - [2026-05-14 04:28:30] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005508 10.0.0.27 - - [2026-05-14 04:28:30] "GET /control-node-zone/0969e169-f48c-4bd9-8782-b6de6bb23a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.007405 10.0.0.27 - - [2026-05-14 04:28:30] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.032591 10.0.0.27 - - [2026-05-14 04:28:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.004883 10.0.0.27 - - [2026-05-14 04:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.27 - - [2026-05-14 04:28:30] "GET /global-system-config/e9d9ab24-4018-486d-a87e-f3e6ec5b5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007076 10.0.0.27 - - [2026-05-14 04:28:30] "POST /control-node-zones HTTP/1.1" 200 569 0.039522 10.0.0.27 - - [2026-05-14 04:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.27 - - [2026-05-14 04:28:30] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007930 10.0.0.27 - - [2026-05-14 04:28:30] "GET /control-node-zone/075211ed-db95-46d4-8751-86469e411b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.008857 10.0.0.27 - - [2026-05-14 04:28:30] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.047781 10.0.0.27 - - [2026-05-14 04:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006288 10.0.0.27 - - [2026-05-14 04:28:30] "GET /global-system-config/e9d9ab24-4018-486d-a87e-f3e6ec5b5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.011253 10.0.0.27 - - [2026-05-14 04:28:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.006626 10.0.0.27 - - [2026-05-14 04:28:30] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.048505 10.0.0.27 - - [2026-05-14 04:28:31] "POST /neutron/network HTTP/1.1" 200 833 0.014192 10.0.0.27 - - [2026-05-14 04:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.27 - - [2026-05-14 04:28:31] "GET /bgp-as-a-service/ed624277-0046-434f-ab09-52e66e93cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.008272 10.0.0.27 - - [2026-05-14 04:28:31] "GET /control-node-zone/762a200b-ee1c-4f2a-84f0-495590538b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006111 10.0.0.27 - - [2026-05-14 04:28:31] "POST /ref-update HTTP/1.1" 200 156 0.019701 10.0.0.27 - - [2026-05-14 04:28:37] "POST /neutron/port HTTP/1.1" 200 1107 0.029104 10.0.0.27 - - [2026-05-14 04:28:37] "POST /neutron/subnet HTTP/1.1" 200 699 0.011982 10.0.0.27 - - [2026-05-14 04:28:38] "POST /neutron/port HTTP/1.1" 200 1125 0.026626 10.0.0.27 - - [2026-05-14 04:28:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005997 10.0.0.27 - - [2026-05-14 04:28:38] "POST /neutron/network HTTP/1.1" 200 833 0.013479 10.0.0.27 - - [2026-05-14 04:28:49] "GET /bgp-as-a-service/ed624277-0046-434f-ab09-52e66e93cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.007843 10.0.0.27 - - [2026-05-14 04:28:49] "GET /virtual-machine-interface/75a3cd3b-e4dd-4ef2-b6d7-a145218e0542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006550 10.0.0.27 - - [2026-05-14 04:28:49] "POST /ref-update HTTP/1.1" 200 156 0.019753 10.0.0.22 - - [2026-05-14 04:28:49] "POST /bgp-routers HTTP/1.1" 200 640 0.111000 10.0.0.22 - - [2026-05-14 04:28:50] "PUT /bgp-router/79ac6ce2-12ab-40bf-bb3c-c6319e2f14cc HTTP/1.1" 200 254 0.037448 10.0.0.27 - - [2026-05-14 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.27 - - [2026-05-14 04:28:50] "GET /global-system-config/e9d9ab24-4018-486d-a87e-f3e6ec5b5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008242 10.0.0.27 - - [2026-05-14 04:28:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.004143 10.0.0.27 - - [2026-05-14 04:28:50] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.042910 10.0.0.27 - - [2026-05-14 04:28:50] "POST /neutron/network HTTP/1.1" 200 833 0.009485 10.0.0.27 - - [2026-05-14 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.27 - - [2026-05-14 04:28:50] "GET /bgp-as-a-service/39d7691d-5881-4ea8-9e2b-54709e44749e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.008822 10.0.0.27 - - [2026-05-14 04:28:50] "GET /control-node-zone/0969e169-f48c-4bd9-8782-b6de6bb23a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.019428 10.0.0.27 - - [2026-05-14 04:28:50] "POST /ref-update HTTP/1.1" 200 156 0.020231 10.0.0.27 - - [2026-05-14 04:29:00] "GET /bgp-as-a-service/39d7691d-5881-4ea8-9e2b-54709e44749e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.009777 10.0.0.27 - - [2026-05-14 04:29:00] "GET /virtual-machine-interface/8468e6a9-c31e-4c55-9cc6-3f4dc97d4cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.008193 10.0.0.27 - - [2026-05-14 04:29:00] "POST /ref-update HTTP/1.1" 200 156 0.023164 10.0.0.22 - - [2026-05-14 04:29:00] "POST /ref-update HTTP/1.1" 200 156 0.028205 10.0.0.27 - - [2026-05-14 04:29:13] "GET /control-node-zone/762a200b-ee1c-4f2a-84f0-495590538b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006239 10.0.0.27 - - [2026-05-14 04:29:13] "POST /ref-update HTTP/1.1" 200 156 0.038960 10.0.0.27 - - [2026-05-14 04:29:13] "GET /control-node-zone/0969e169-f48c-4bd9-8782-b6de6bb23a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.005672 10.0.0.27 - - [2026-05-14 04:29:13] "POST /ref-update HTTP/1.1" 200 156 0.036723 10.0.0.27 - - [2026-05-14 04:29:13] "GET /control-node-zone/075211ed-db95-46d4-8751-86469e411b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.006760 10.0.0.27 - - [2026-05-14 04:29:13] "POST /ref-update HTTP/1.1" 200 156 0.023812 10.0.0.27 - - [2026-05-14 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.27 - - [2026-05-14 04:29:14] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006590 10.0.0.27 - - [2026-05-14 04:29:14] "GET /control-node-zone/762a200b-ee1c-4f2a-84f0-495590538b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004539 10.0.0.27 - - [2026-05-14 04:29:14] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.027378 10.0.0.27 - - [2026-05-14 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.27 - - [2026-05-14 04:29:14] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006639 10.0.0.27 - - [2026-05-14 04:29:14] "GET /control-node-zone/0969e169-f48c-4bd9-8782-b6de6bb23a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004360 10.0.0.27 - - [2026-05-14 04:29:14] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.030103 10.0.0.27 - - [2026-05-14 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.27 - - [2026-05-14 04:29:14] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006078 10.0.0.27 - - [2026-05-14 04:29:14] "GET /control-node-zone/075211ed-db95-46d4-8751-86469e411b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.008014 10.0.0.27 - - [2026-05-14 04:29:14] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.036774 10.0.0.22 - - [2026-05-14 04:29:17] "GET /obj-perms HTTP/1.1" 200 5056 0.072466 10.0.0.27 - - [2026-05-14 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006985 10.0.0.27 - - [2026-05-14 04:29:26] "GET /bgp-as-a-service/ed624277-0046-434f-ab09-52e66e93cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.008645 10.0.0.27 - - [2026-05-14 04:29:26] "GET /control-node-zone/762a200b-ee1c-4f2a-84f0-495590538b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004731 10.0.0.27 - - [2026-05-14 04:29:27] "POST /ref-update HTTP/1.1" 200 156 0.022641 10.0.0.27 - - [2026-05-14 04:29:27] "GET /control-node-zone/762a200b-ee1c-4f2a-84f0-495590538b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004928 10.0.0.27 - - [2026-05-14 04:29:27] "POST /ref-update HTTP/1.1" 200 156 0.024333 10.0.0.27 - - [2026-05-14 04:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.27 - - [2026-05-14 04:29:27] "GET /global-system-config/e9d9ab24-4018-486d-a87e-f3e6ec5b5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.007943 10.0.0.27 - - [2026-05-14 04:29:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.017148 10.0.0.27 - - [2026-05-14 04:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.27 - - [2026-05-14 04:29:27] "GET /bgp-as-a-service/ed624277-0046-434f-ab09-52e66e93cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.007910 10.0.0.27 - - [2026-05-14 04:29:27] "GET /control-node-zone/075211ed-db95-46d4-8751-86469e411b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.004957 10.0.0.27 - - [2026-05-14 04:29:27] "POST /ref-update HTTP/1.1" 200 156 0.018910 10.0.0.27 - - [2026-05-14 04:29:30] "GET /bgp-as-a-service/ed624277-0046-434f-ab09-52e66e93cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.007990 10.0.0.27 - - [2026-05-14 04:29:30] "GET /virtual-machine-interface/75a3cd3b-e4dd-4ef2-b6d7-a145218e0542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.010461 10.0.0.27 - - [2026-05-14 04:29:38] "POST /neutron/port HTTP/1.1" 200 1125 0.031029 10.0.0.27 - - [2026-05-14 04:29:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005854 10.0.0.27 - - [2026-05-14 04:29:38] "POST /neutron/network HTTP/1.1" 200 833 0.009580 10.0.0.27 - - [2026-05-14 04:29:40] "POST /neutron/network HTTP/1.1" 200 1123 0.009503 10.0.0.27 - - [2026-05-14 04:29:40] "POST /neutron/subnet HTTP/1.1" 200 1385 0.022005 10.0.0.27 - - [2026-05-14 04:29:40] "POST /neutron/network HTTP/1.1" 200 1113 0.013858 10.0.0.27 - - [2026-05-14 04:29:43] "GET /bgp-as-a-service/ed624277-0046-434f-ab09-52e66e93cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.005405 10.0.0.27 - - [2026-05-14 04:29:43] "GET /virtual-machine-interface/75a3cd3b-e4dd-4ef2-b6d7-a145218e0542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007432 10.0.0.27 - - [2026-05-14 04:29:43] "POST /ref-update HTTP/1.1" 200 156 0.022365 10.0.0.27 - - [2026-05-14 04:29:43] "GET /bgp-as-a-service/39d7691d-5881-4ea8-9e2b-54709e44749e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.009025 10.0.0.27 - - [2026-05-14 04:29:43] "GET /virtual-machine-interface/8468e6a9-c31e-4c55-9cc6-3f4dc97d4cda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.010005 10.0.0.27 - - [2026-05-14 04:29:43] "POST /ref-update HTTP/1.1" 200 156 0.020173 10.0.0.27 - - [2026-05-14 04:29:43] "DELETE /bgp-as-a-service/39d7691d-5881-4ea8-9e2b-54709e44749e HTTP/1.1" 200 115 0.061963 10.0.0.27 - - [2026-05-14 04:29:44] "GET /bgp-as-a-service/ed624277-0046-434f-ab09-52e66e93cdaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.007909 10.0.0.27 - - [2026-05-14 04:29:44] "GET /virtual-machine-interface/75a3cd3b-e4dd-4ef2-b6d7-a145218e0542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.007985 10.0.0.27 - - [2026-05-14 04:29:44] "DELETE /bgp-as-a-service/ed624277-0046-434f-ab09-52e66e93cdaf HTTP/1.1" 200 115 0.078280 10.0.0.27 - - [2026-05-14 04:29:44] "GET /control-node-zone/075211ed-db95-46d4-8751-86469e411b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.007180 10.0.0.27 - - [2026-05-14 04:29:44] "POST /ref-update HTTP/1.1" 200 156 0.036196 10.0.0.27 - - [2026-05-14 04:29:44] "DELETE /control-node-zone/075211ed-db95-46d4-8751-86469e411b06 HTTP/1.1" 200 115 0.053941 10.0.0.27 - - [2026-05-14 04:29:44] "GET /control-node-zone/0969e169-f48c-4bd9-8782-b6de6bb23a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1131 0.010175 10.0.0.22 - - [2026-05-14 04:29:44] "POST /ref-update HTTP/1.1" 200 156 0.032899 10.0.0.27 - - [2026-05-14 04:29:44] "POST /ref-update HTTP/1.1" 200 156 0.087090 10.0.0.27 - - [2026-05-14 04:29:44] "DELETE /control-node-zone/0969e169-f48c-4bd9-8782-b6de6bb23a1e HTTP/1.1" 200 115 0.097378 10.0.0.27 - - [2026-05-14 04:29:44] "GET /control-node-zone/762a200b-ee1c-4f2a-84f0-495590538b9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.030206 10.0.0.22 - - [2026-05-14 04:29:44] "DELETE /bgp-router/0dd9f5f8-001a-4328-b77c-fde17dfa0d0f HTTP/1.1" 200 115 0.176776 10.0.0.27 - - [2026-05-14 04:29:44] "DELETE /control-node-zone/762a200b-ee1c-4f2a-84f0-495590538b9b HTTP/1.1" 200 115 0.051981 10.0.0.27 - - [2026-05-14 04:29:45] "POST /neutron/port HTTP/1.1" 200 1125 0.028797 10.0.0.27 - - [2026-05-14 04:29:45] "POST /neutron/port HTTP/1.1" 200 1115 0.034856 10.0.0.27 - - [2026-05-14 04:29:45] "POST /neutron/port HTTP/1.1" 200 1125 0.042161 10.0.0.27 - - [2026-05-14 04:29:47] "POST /neutron/network HTTP/1.1" 200 833 0.010739 10.0.0.27 - - [2026-05-14 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.23 - - [2026-05-14 04:29:50] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.036216 10.0.0.27 - - [2026-05-14 04:29:50] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.093813 10.0.0.23 - - [2026-05-14 04:29:50] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001487 10.0.0.27 - - [2026-05-14 04:29:50] "POST /neutron/network HTTP/1.1" 200 614 0.178369 10.0.0.22 - - [2026-05-14 04:29:50] "POST /route-targets HTTP/1.1" 200 327 0.018324 10.0.0.27 - - [2026-05-14 04:29:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.004129 10.0.0.27 - - [2026-05-14 04:29:50] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006335 10.0.0.27 - - [2026-05-14 04:29:50] "POST /neutron/network HTTP/1.1" 200 835 0.011716 10.0.0.27 - - [2026-05-14 04:29:50] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007761 10.0.0.27 - - [2026-05-14 04:29:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.001427 10.0.0.27 - - [2026-05-14 04:29:51] "POST /neutron/port HTTP/1.1" 200 4190 0.051997 10.0.0.23 - - [2026-05-14 04:29:52] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001932 10.0.0.27 - - [2026-05-14 04:29:52] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.091907 10.0.0.27 - - [2026-05-14 04:29:52] "POST /neutron/port HTTP/1.1" 200 4190 0.064129 10.0.0.27 - - [2026-05-14 04:29:52] "POST /id-to-fqname HTTP/1.1" 200 225 0.001632 10.0.0.27 - - [2026-05-14 04:29:52] "POST /neutron/network HTTP/1.1" 200 845 0.008790 10.0.0.27 - - [2026-05-14 04:29:53] "POST /neutron/port HTTP/1.1" 200 1063 0.030937 10.0.0.27 - - [2026-05-14 04:29:53] "POST /neutron/port HTTP/1.1" 200 1127 0.033028 10.0.0.23 - - [2026-05-14 04:29:53] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001598 10.0.0.27 - - [2026-05-14 04:29:53] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.123760 10.0.0.27 - - [2026-05-14 04:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.002264 10.0.0.27 - - [2026-05-14 04:29:54] "POST /neutron/port HTTP/1.1" 200 5164 0.071086 10.0.0.27 - - [2026-05-14 04:29:54] "POST /id-to-fqname HTTP/1.1" 200 225 0.001587 10.0.0.27 - - [2026-05-14 04:29:54] "POST /neutron/port HTTP/1.1" 200 5164 0.061100 10.0.0.27 - - [2026-05-14 04:29:54] "POST /neutron/network HTTP/1.1" 200 845 0.010149 10.0.0.27 - - [2026-05-14 04:29:55] "POST /neutron/port HTTP/1.1" 200 1063 0.024191 10.0.0.27 - - [2026-05-14 04:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005093 10.0.0.27 - - [2026-05-14 04:29:55] "POST /neutron/network HTTP/1.1" 200 835 0.010688 10.0.0.23 - - [2026-05-14 04:29:55] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001183 10.0.0.27 - - [2026-05-14 04:29:55] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.097250 10.0.0.27 - - [2026-05-14 04:29:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015352 10.0.0.27 - - [2026-05-14 04:29:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010528 10.0.0.27 - - [2026-05-14 04:29:56] "POST /neutron/port HTTP/1.1" 200 1127 0.035579 10.0.0.27 - - [2026-05-14 04:29:56] "GET /virtual-machine/d889713f-fa0d-4b16-b9e8-a9c4740dfad3 HTTP/1.1" 200 1294 0.007966 10.0.0.27 - - [2026-05-14 04:29:56] "GET /virtual-machine-interface/3d570ae9-88a3-4798-8755-d18f6a22c3fd HTTP/1.1" 200 2957 0.006980 10.0.0.27 - - [2026-05-14 04:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.27 - - [2026-05-14 04:29:56] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005483 10.0.0.27 - - [2026-05-14 04:29:56] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.008384 10.0.0.27 - - [2026-05-14 04:29:56] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008071 10.0.0.23 - - [2026-05-14 04:29:56] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001253 10.0.0.27 - - [2026-05-14 04:29:57] "POST /neutron/port HTTP/1.1" 200 1063 0.458298 10.0.0.27 - - [2026-05-14 04:29:57] "POST /neutron/port HTTP/1.1" 200 1117 0.159330 10.0.0.27 - - [2026-05-14 04:29:57] "POST /neutron/subnet HTTP/1.1" 200 708 0.012615 10.0.0.27 - - [2026-05-14 04:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.010341 10.0.0.27 - - [2026-05-14 04:29:59] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006954 10.0.0.27 - - [2026-05-14 04:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005904 10.0.0.27 - - [2026-05-14 04:30:03] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.010522 10.0.0.27 - - [2026-05-14 04:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005780 10.0.0.27 - - [2026-05-14 04:30:08] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006954 10.0.0.27 - - [2026-05-14 04:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.27 - - [2026-05-14 04:30:12] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007226 10.0.0.27 - - [2026-05-14 04:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.27 - - [2026-05-14 04:30:16] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006774 10.0.0.23 - - [2026-05-14 04:30:17] "GET /obj-perms HTTP/1.1" 200 5056 0.070666 10.0.0.27 - - [2026-05-14 04:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.27 - - [2026-05-14 04:30:20] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009490 10.0.0.27 - - [2026-05-14 04:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.27 - - [2026-05-14 04:30:24] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007030 10.0.0.27 - - [2026-05-14 04:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.057923 10.0.0.27 - - [2026-05-14 04:30:28] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008152 10.0.0.27 - - [2026-05-14 04:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005948 10.0.0.27 - - [2026-05-14 04:30:32] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009159 10.0.0.27 - - [2026-05-14 04:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.27 - - [2026-05-14 04:30:36] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007076 10.0.0.27 - - [2026-05-14 04:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007275 10.0.0.27 - - [2026-05-14 04:30:40] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.010757 10.0.0.27 - - [2026-05-14 04:30:42] "POST /neutron/port HTTP/1.1" 200 1107 0.026944 10.0.0.27 - - [2026-05-14 04:30:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004848 10.0.0.27 - - [2026-05-14 04:30:42] "POST /neutron/network HTTP/1.1" 200 927 0.009112 10.0.0.27 - - [2026-05-14 04:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006037 10.0.0.27 - - [2026-05-14 04:30:45] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008183 10.0.0.27 - - [2026-05-14 04:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005530 10.0.0.27 - - [2026-05-14 04:30:49] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007441 10.0.0.27 - - [2026-05-14 04:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005122 10.0.0.27 - - [2026-05-14 04:30:53] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006797 10.0.0.27 - - [2026-05-14 04:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.27 - - [2026-05-14 04:30:57] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007952 10.0.0.27 - - [2026-05-14 04:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005341 10.0.0.27 - - [2026-05-14 04:31:01] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009227 10.0.0.27 - - [2026-05-14 04:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007535 10.0.0.27 - - [2026-05-14 04:31:05] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009983 10.0.0.27 - - [2026-05-14 04:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.27 - - [2026-05-14 04:31:09] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008139 10.0.0.27 - - [2026-05-14 04:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.27 - - [2026-05-14 04:31:13] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006702 10.0.0.27 - - [2026-05-14 04:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.27 - - [2026-05-14 04:31:17] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007062 10.0.0.27 - - [2026-05-14 04:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.27 - - [2026-05-14 04:31:21] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007377 10.0.0.27 - - [2026-05-14 04:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007282 10.0.0.27 - - [2026-05-14 04:31:26] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.013262 10.0.0.27 - - [2026-05-14 04:31:28] "POST /neutron/port HTTP/1.1" 200 1127 0.023122 10.0.0.27 - - [2026-05-14 04:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.27 - - [2026-05-14 04:31:30] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004643 10.0.0.27 - - [2026-05-14 04:31:30] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.006640 10.0.0.27 - - [2026-05-14 04:31:30] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007532 10.0.0.27 - - [2026-05-14 04:31:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.047084 10.0.0.27 - - [2026-05-14 04:31:38] "POST /neutron/port HTTP/1.1" 200 1218 0.058811 10.0.0.27 - - [2026-05-14 04:31:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005731 10.0.0.27 - - [2026-05-14 04:31:38] "POST /neutron/port HTTP/1.1" 200 117 0.001808 10.0.0.27 - - [2026-05-14 04:31:40] "POST /neutron/port HTTP/1.1" 200 1127 0.042446 10.0.0.27 - - [2026-05-14 04:31:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008434 10.0.0.27 - - [2026-05-14 04:31:51] "POST /neutron/port HTTP/1.1" 200 1127 0.035908 10.0.0.27 - - [2026-05-14 04:31:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011335 10.0.0.27 - - [2026-05-14 04:32:06] "POST /neutron/port HTTP/1.1" 200 1127 0.025505 10.0.0.27 - - [2026-05-14 04:32:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.021623 10.0.0.27 - - [2026-05-14 04:32:19] "GET /obj-perms HTTP/1.1" 200 5056 0.068734 10.0.0.27 - - [2026-05-14 04:32:22] "POST /neutron/port HTTP/1.1" 200 1127 0.026161 10.0.0.27 - - [2026-05-14 04:32:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010649 10.0.0.27 - - [2026-05-14 04:32:27] "POST /neutron/port HTTP/1.1" 200 1127 0.028212 10.0.0.27 - - [2026-05-14 04:32:27] "GET /virtual-machine/83d97a1f-3080-4d24-b079-cfcf60fd83d0 HTTP/1.1" 200 1293 0.043098 10.0.0.27 - - [2026-05-14 04:32:27] "GET /virtual-machine-interface/291386d6-0ccd-4c84-9cec-1af5907c6948 HTTP/1.1" 200 2958 0.007631 10.0.0.27 - - [2026-05-14 04:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.27 - - [2026-05-14 04:32:28] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005747 10.0.0.27 - - [2026-05-14 04:32:28] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005495 10.0.0.27 - - [2026-05-14 04:32:28] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007546 10.0.0.27 - - [2026-05-14 04:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.27 - - [2026-05-14 04:32:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005634 10.0.0.27 - - [2026-05-14 04:32:29] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004222 10.0.0.27 - - [2026-05-14 04:32:29] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007215 10.0.0.27 - - [2026-05-14 04:32:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010580 10.0.0.27 - - [2026-05-14 04:32:29] "POST /neutron/port HTTP/1.1" 200 1127 0.022897 10.0.0.27 - - [2026-05-14 04:32:29] "GET /virtual-machine/b965e8d8-749e-484e-bed1-3789ba08d7f6 HTTP/1.1" 200 1294 0.007845 10.0.0.27 - - [2026-05-14 04:32:29] "GET /virtual-machine-interface/dd0a471c-a243-47ee-92a6-1b4fac9114d9 HTTP/1.1" 200 2959 0.006969 10.0.0.27 - - [2026-05-14 04:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.27 - - [2026-05-14 04:32:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005196 10.0.0.27 - - [2026-05-14 04:32:29] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004015 10.0.0.27 - - [2026-05-14 04:32:29] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008986 10.0.0.27 - - [2026-05-14 04:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.27 - - [2026-05-14 04:32:30] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006986 10.0.0.27 - - [2026-05-14 04:32:30] "GET /virtual-networks?parent_id=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.006872 10.0.0.27 - - [2026-05-14 04:32:31] "GET /virtual-network/331cd702-544a-4fa1-8fc1-e89925cbf68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.011478 10.0.0.27 - - [2026-05-14 04:32:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010030 10.0.0.22 - - [2026-05-14 04:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.22 - - [2026-05-14 04:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000515 10.0.0.22 - - [2026-05-14 04:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.22 - - [2026-05-14 04:32:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2026-05-14 04:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-05-14 04:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.23 - - [2026-05-14 04:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000527 10.0.0.23 - - [2026-05-14 04:32:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2026-05-14 04:32:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000602 10.0.0.27 - - [2026-05-14 04:32:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.27 - - [2026-05-14 04:32:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000610 10.0.0.27 - - [2026-05-14 04:32:34] "GET /global-system-configs HTTP/1.1" 401 292 0.001392 10.0.0.27 - - [2026-05-14 04:32:38] "POST /neutron/port HTTP/1.1" 200 1107 0.026957 10.0.0.27 - - [2026-05-14 04:32:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005002 10.0.0.27 - - [2026-05-14 04:32:38] "POST /neutron/network HTTP/1.1" 200 927 0.009676 10.0.0.27 - - [2026-05-14 04:32:45] "POST /neutron/port HTTP/1.1" 200 1218 0.072154 10.0.0.27 - - [2026-05-14 04:32:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006166 10.0.0.27 - - [2026-05-14 04:32:45] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.27 - - [2026-05-14 04:32:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.006462 10.0.0.27 - - [2026-05-14 04:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.27 - - [2026-05-14 04:32:46] "GET /global-system-config/e9d9ab24-4018-486d-a87e-f3e6ec5b5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008795 10.0.0.27 - - [2026-05-14 04:32:46] "POST /control-node-zones HTTP/1.1" 200 569 0.035339 10.0.0.27 - - [2026-05-14 04:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.27 - - [2026-05-14 04:32:47] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006502 10.0.0.27 - - [2026-05-14 04:32:47] "GET /control-node-zone/604a46a6-a0f5-4208-85ac-d7095f19fe4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.011312 10.0.0.27 - - [2026-05-14 04:32:47] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.035789 10.0.0.27 - - [2026-05-14 04:32:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.007166 10.0.0.27 - - [2026-05-14 04:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009507 10.0.0.27 - - [2026-05-14 04:32:47] "GET /global-system-config/e9d9ab24-4018-486d-a87e-f3e6ec5b5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.010411 10.0.0.27 - - [2026-05-14 04:32:47] "POST /control-node-zones HTTP/1.1" 200 569 0.045203 10.0.0.27 - - [2026-05-14 04:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.27 - - [2026-05-14 04:32:47] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005800 10.0.0.27 - - [2026-05-14 04:32:47] "GET /control-node-zone/ba86c75b-83a9-4c59-b69d-a986689dee04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007346 10.0.0.27 - - [2026-05-14 04:32:47] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.027515 10.0.0.27 - - [2026-05-14 04:32:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.004566 10.0.0.27 - - [2026-05-14 04:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007247 10.0.0.27 - - [2026-05-14 04:32:47] "GET /global-system-config/e9d9ab24-4018-486d-a87e-f3e6ec5b5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009837 10.0.0.27 - - [2026-05-14 04:32:47] "POST /control-node-zones HTTP/1.1" 200 569 0.043053 10.0.0.27 - - [2026-05-14 04:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.27 - - [2026-05-14 04:32:47] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.010384 10.0.0.27 - - [2026-05-14 04:32:47] "GET /control-node-zone/ee8441a2-40e4-496f-a1bc-951f19ba6662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.013891 10.0.0.27 - - [2026-05-14 04:32:47] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.044131 10.0.0.27 - - [2026-05-14 04:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.009836 10.0.0.27 - - [2026-05-14 04:32:48] "GET /global-system-config/e9d9ab24-4018-486d-a87e-f3e6ec5b5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.009361 10.0.0.27 - - [2026-05-14 04:32:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.004376 10.0.0.27 - - [2026-05-14 04:32:48] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.043324 10.0.0.27 - - [2026-05-14 04:32:48] "POST /neutron/network HTTP/1.1" 200 835 0.011955 10.0.0.27 - - [2026-05-14 04:32:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.013501 10.0.0.27 - - [2026-05-14 04:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.27 - - [2026-05-14 04:32:48] "GET /bgp-as-a-service/50787a46-329e-4773-8812-864dc0a8d5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.008358 10.0.0.27 - - [2026-05-14 04:32:48] "GET /control-node-zone/604a46a6-a0f5-4208-85ac-d7095f19fe4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006133 10.0.0.27 - - [2026-05-14 04:32:48] "POST /ref-update HTTP/1.1" 200 156 0.021475 10.0.0.27 - - [2026-05-14 04:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.27 - - [2026-05-14 04:32:48] "GET /bgp-as-a-service/50787a46-329e-4773-8812-864dc0a8d5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.009932 10.0.0.27 - - [2026-05-14 04:32:48] "GET /control-node-zone/ba86c75b-83a9-4c59-b69d-a986689dee04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005344 10.0.0.27 - - [2026-05-14 04:32:48] "POST /ref-update HTTP/1.1" 200 156 0.024897 10.0.0.27 - - [2026-05-14 04:32:59] "GET /bgp-as-a-service/50787a46-329e-4773-8812-864dc0a8d5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.010719 10.0.0.27 - - [2026-05-14 04:32:59] "GET /virtual-machine-interface/3d570ae9-88a3-4798-8755-d18f6a22c3fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.007538 10.0.0.27 - - [2026-05-14 04:32:59] "POST /ref-update HTTP/1.1" 200 156 0.025608 10.0.0.22 - - [2026-05-14 04:32:59] "POST /bgp-routers HTTP/1.1" 200 640 0.128622 10.0.0.22 - - [2026-05-14 04:33:00] "PUT /bgp-router/990c1558-10f8-4db1-a9a5-a7622fee4606 HTTP/1.1" 200 254 0.056888 10.0.0.27 - - [2026-05-14 04:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.27 - - [2026-05-14 04:33:00] "GET /global-system-config/e9d9ab24-4018-486d-a87e-f3e6ec5b5a54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1964 0.008969 10.0.0.27 - - [2026-05-14 04:33:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.004218 10.0.0.27 - - [2026-05-14 04:33:00] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.053511 10.0.0.27 - - [2026-05-14 04:33:00] "POST /neutron/network HTTP/1.1" 200 835 0.010097 10.0.0.27 - - [2026-05-14 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.27 - - [2026-05-14 04:33:01] "GET /bgp-as-a-service/8db7ab0b-4be2-42cf-9742-e6530c1d919f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.008778 10.0.0.27 - - [2026-05-14 04:33:01] "GET /control-node-zone/604a46a6-a0f5-4208-85ac-d7095f19fe4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004889 10.0.0.27 - - [2026-05-14 04:33:01] "POST /ref-update HTTP/1.1" 200 156 0.030018 10.0.0.27 - - [2026-05-14 04:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008646 10.0.0.27 - - [2026-05-14 04:33:01] "GET /bgp-as-a-service/8db7ab0b-4be2-42cf-9742-e6530c1d919f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.009790 10.0.0.27 - - [2026-05-14 04:33:01] "GET /control-node-zone/ba86c75b-83a9-4c59-b69d-a986689dee04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006083 10.0.0.27 - - [2026-05-14 04:33:01] "POST /ref-update HTTP/1.1" 200 156 0.030169 10.0.0.27 - - [2026-05-14 04:33:11] "GET /bgp-as-a-service/8db7ab0b-4be2-42cf-9742-e6530c1d919f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008103 10.0.0.27 - - [2026-05-14 04:33:11] "GET /virtual-machine-interface/291386d6-0ccd-4c84-9cec-1af5907c6948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006890 10.0.0.27 - - [2026-05-14 04:33:11] "POST /ref-update HTTP/1.1" 200 156 0.016701 10.0.0.22 - - [2026-05-14 04:33:11] "POST /ref-update HTTP/1.1" 200 156 0.022072 10.0.0.27 - - [2026-05-14 04:33:34] "GET /bgp-as-a-service/8db7ab0b-4be2-42cf-9742-e6530c1d919f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.007883 10.0.0.27 - - [2026-05-14 04:33:34] "GET /virtual-machine-interface/291386d6-0ccd-4c84-9cec-1af5907c6948?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.010764 10.0.0.27 - - [2026-05-14 04:33:34] "POST /ref-update HTTP/1.1" 200 156 0.020930 10.0.0.22 - - [2026-05-14 04:33:34] "POST /ref-update HTTP/1.1" 200 156 0.034673 10.0.0.27 - - [2026-05-14 04:33:34] "DELETE /bgp-as-a-service/8db7ab0b-4be2-42cf-9742-e6530c1d919f HTTP/1.1" 200 115 0.100271 10.0.0.27 - - [2026-05-14 04:33:34] "GET /bgp-as-a-service/50787a46-329e-4773-8812-864dc0a8d5fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.008754 10.0.0.27 - - [2026-05-14 04:33:34] "GET /virtual-machine-interface/3d570ae9-88a3-4798-8755-d18f6a22c3fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.014064 10.0.0.27 - - [2026-05-14 04:33:34] "POST /ref-update HTTP/1.1" 200 156 0.019500 10.0.0.22 - - [2026-05-14 04:33:34] "POST /ref-update HTTP/1.1" 200 156 0.030800 10.0.0.27 - - [2026-05-14 04:33:34] "DELETE /bgp-as-a-service/50787a46-329e-4773-8812-864dc0a8d5fc HTTP/1.1" 200 115 0.091342 10.0.0.27 - - [2026-05-14 04:33:34] "GET /control-node-zone/ee8441a2-40e4-496f-a1bc-951f19ba6662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006106 10.0.0.27 - - [2026-05-14 04:33:34] "POST /ref-update HTTP/1.1" 200 156 0.051112 10.0.0.27 - - [2026-05-14 04:33:34] "DELETE /control-node-zone/ee8441a2-40e4-496f-a1bc-951f19ba6662 HTTP/1.1" 200 115 0.048214 10.0.0.27 - - [2026-05-14 04:33:34] "GET /control-node-zone/ba86c75b-83a9-4c59-b69d-a986689dee04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007628 10.0.0.27 - - [2026-05-14 04:33:34] "POST /ref-update HTTP/1.1" 200 156 0.030036 10.0.0.27 - - [2026-05-14 04:33:35] "DELETE /control-node-zone/ba86c75b-83a9-4c59-b69d-a986689dee04 HTTP/1.1" 200 115 0.044480 10.0.0.27 - - [2026-05-14 04:33:35] "GET /control-node-zone/604a46a6-a0f5-4208-85ac-d7095f19fe4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004728 10.0.0.27 - - [2026-05-14 04:33:35] "POST /ref-update HTTP/1.1" 200 156 0.026303 10.0.0.27 - - [2026-05-14 04:33:35] "DELETE /control-node-zone/604a46a6-a0f5-4208-85ac-d7095f19fe4c HTTP/1.1" 200 115 0.037578 10.0.0.27 - - [2026-05-14 04:33:35] "POST /neutron/network HTTP/1.1" 400 204 0.022542 10.0.0.27 - - [2026-05-14 04:33:36] "POST /neutron/port HTTP/1.1" 200 1117 0.018733 10.0.0.27 - - [2026-05-14 04:33:36] "POST /neutron/port HTTP/1.1" 200 151 0.284369 10.0.0.27 - - [2026-05-14 04:33:36] "POST /neutron/port HTTP/1.1" 200 151 0.373305 10.0.0.22 - - [2026-05-14 04:33:37] "DELETE /route-target/05c3ac17-e373-4d0a-9943-c7bf69ff4b99 HTTP/1.1" 200 115 0.041433 10.0.0.23 - - [2026-05-14 04:33:39] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001931 10.0.0.27 - - [2026-05-14 04:33:39] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.138269 10.0.0.23 - - [2026-05-14 04:33:39] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001554 10.0.0.27 - - [2026-05-14 04:33:39] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?fields=virtual_networks HTTP/1.1" 200 1045 0.061287 10.0.0.23 - - [2026-05-14 04:33:39] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001272 10.0.0.27 - - [2026-05-14 04:33:39] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.054568 10.0.0.23 - - [2026-05-14 04:33:39] "GET /projects?obj_uuids=f66bfa52-bdcd-41e4-bfc0-ed2220f54299&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001360 10.0.0.27 - - [2026-05-14 04:33:39] "GET /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299?fields=security_groups HTTP/1.1" 200 1272 0.064624 10.0.0.27 - - [2026-05-14 04:33:40] "POST /fqname-to-id HTTP/1.1" 404 181 0.041229 10.0.0.23 - - [2026-05-14 04:33:40] "GET /projects?obj_uuids=a4664eea-f876-4e63-bf24-dddc18d0df65&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003855 10.0.0.23 - - [2026-05-14 04:33:40] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001410 10.0.0.23 - - [2026-05-14 04:33:40] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049520 10.0.0.23 - - [2026-05-14 04:33:41] "POST /id-to-fqname HTTP/1.1" 200 183 0.007531 10.0.0.23 - - [2026-05-14 04:33:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.005074 10.0.0.23 - - [2026-05-14 04:33:41] "POST /security-groups HTTP/1.1" 200 584 0.074684 10.0.0.23 - - [2026-05-14 04:33:41] "POST /projects HTTP/1.1" 200 571 0.313471 10.0.0.23 - - [2026-05-14 04:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.356667 10.0.0.22 - - [2026-05-14 04:33:41] "POST /fqname-to-id HTTP/1.1" 404 226 0.011998 10.0.0.27 - - [2026-05-14 04:33:41] "GET /project/a4664eea-f876-4e63-bf24-dddc18d0df65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.614209 10.0.0.22 - - [2026-05-14 04:33:42] "DELETE /access-control-list/747d9d00-e8ec-4534-bb96-818f0ce8fa65 HTTP/1.1" 200 115 0.106324 10.0.0.27 - - [2026-05-14 04:33:43] "GET / HTTP/1.1" 200 35931 0.002424 10.0.0.27 - - [2026-05-14 04:33:45] "POST /neutron/port HTTP/1.1" 200 1107 0.027616 10.0.0.27 - - [2026-05-14 04:33:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005527 10.0.0.27 - - [2026-05-14 04:33:45] "POST /neutron/network HTTP/1.1" 200 927 0.009701 10.0.0.23 - - [2026-05-14 04:33:46] "GET /projects?obj_uuids=a4664eea-f876-4e63-bf24-dddc18d0df65&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001309 10.0.0.27 - - [2026-05-14 04:33:46] "GET /project/a4664eea-f876-4e63-bf24-dddc18d0df65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.045927 10.0.0.23 - - [2026-05-14 04:33:46] "GET /projects?obj_uuids=a4664eea-f876-4e63-bf24-dddc18d0df65&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001229 10.0.0.27 - - [2026-05-14 04:33:46] "GET /project/a4664eea-f876-4e63-bf24-dddc18d0df65?fields=virtual_networks HTTP/1.1" 200 1029 0.058613 10.0.0.23 - - [2026-05-14 04:33:46] "GET /projects?obj_uuids=a4664eea-f876-4e63-bf24-dddc18d0df65&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001283 10.0.0.27 - - [2026-05-14 04:33:46] "GET /project/a4664eea-f876-4e63-bf24-dddc18d0df65?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.052528 10.0.0.23 - - [2026-05-14 04:33:46] "GET /projects?obj_uuids=a4664eea-f876-4e63-bf24-dddc18d0df65&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001626 10.0.0.27 - - [2026-05-14 04:33:46] "GET /project/a4664eea-f876-4e63-bf24-dddc18d0df65?fields=security_groups HTTP/1.1" 200 1248 0.055227 10.0.0.27 - - [2026-05-14 04:33:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.050245 10.0.0.23 - - [2026-05-14 04:33:48] "GET /projects?obj_uuids=923dbd42-9d91-4e13-93b6-b1d5a6df6215&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003547 10.0.0.23 - - [2026-05-14 04:33:48] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001859 10.0.0.23 - - [2026-05-14 04:33:48] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009334 10.0.0.23 - - [2026-05-14 04:33:48] "POST /id-to-fqname HTTP/1.1" 200 191 0.002499 10.0.0.23 - - [2026-05-14 04:33:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.008616 10.0.0.23 - - [2026-05-14 04:33:48] "POST /security-groups HTTP/1.1" 200 592 0.047048 10.0.0.23 - - [2026-05-14 04:33:48] "POST /projects HTTP/1.1" 200 587 0.317320 10.0.0.23 - - [2026-05-14 04:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.356315 10.0.0.22 - - [2026-05-14 04:33:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.012721 10.0.0.27 - - [2026-05-14 04:33:48] "GET /project/923dbd42-9d91-4e13-93b6-b1d5a6df6215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.547553 10.0.0.27 - - [2026-05-14 04:33:50] "GET / HTTP/1.1" 200 35931 0.001598 10.0.0.23 - - [2026-05-14 04:33:53] "GET /projects?obj_uuids=923dbd42-9d91-4e13-93b6-b1d5a6df6215&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001290 10.0.0.27 - - [2026-05-14 04:33:53] "GET /project/923dbd42-9d91-4e13-93b6-b1d5a6df6215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.082935 10.0.0.23 - - [2026-05-14 04:33:53] "GET /projects?obj_uuids=923dbd42-9d91-4e13-93b6-b1d5a6df6215&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001263 10.0.0.27 - - [2026-05-14 04:33:53] "GET /project/923dbd42-9d91-4e13-93b6-b1d5a6df6215?fields=virtual_networks HTTP/1.1" 200 1045 0.074059 10.0.0.23 - - [2026-05-14 04:33:53] "GET /projects?obj_uuids=923dbd42-9d91-4e13-93b6-b1d5a6df6215&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.27 - - [2026-05-14 04:33:53] "GET /project/923dbd42-9d91-4e13-93b6-b1d5a6df6215?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.053430 10.0.0.23 - - [2026-05-14 04:33:53] "GET /projects?obj_uuids=923dbd42-9d91-4e13-93b6-b1d5a6df6215&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003212 10.0.0.27 - - [2026-05-14 04:33:53] "GET /project/923dbd42-9d91-4e13-93b6-b1d5a6df6215?fields=security_groups HTTP/1.1" 200 1272 0.069764 10.0.0.23 - - [2026-05-14 04:33:54] "DELETE /project/a4664eeaf8764e63bf24dddc18d0df65 HTTP/1.1" 404 173 0.008487 10.0.0.23 - - [2026-05-14 04:33:54] "DELETE /project/f66bfa52-bdcd-41e4-bfc0-ed2220f54299 HTTP/1.1" 404 177 0.012780 10.0.0.23 - - [2026-05-14 04:33:54] "DELETE /project/923dbd429d914e1393b6b1d5a6df6215 HTTP/1.1" 404 173 0.017244 10.0.0.23 - - [2026-05-14 04:33:54] "GET /projects?obj_uuids=923dbd42-9d91-4e13-93b6-b1d5a6df6215&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001346 10.0.0.23 - - [2026-05-14 04:33:54] "GET /projects?obj_uuids=a4664eea-f876-4e63-bf24-dddc18d0df65&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001137 10.0.0.23 - - [2026-05-14 04:33:54] "GET /project/a4664eea-f876-4e63-bf24-dddc18d0df65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.074827 10.0.0.23 - - [2026-05-14 04:33:54] "GET /project/923dbd42-9d91-4e13-93b6-b1d5a6df6215?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.082399 10.0.0.23 - - [2026-05-14 04:33:54] "GET /projects?obj_uuids=a4664eea-f876-4e63-bf24-dddc18d0df65&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002814 10.0.0.23 - - [2026-05-14 04:33:54] "GET /projects?obj_uuids=923dbd42-9d91-4e13-93b6-b1d5a6df6215&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001754 10.0.0.23 - - [2026-05-14 04:33:54] "GET /project/923dbd42-9d91-4e13-93b6-b1d5a6df6215?fields=security_groups HTTP/1.1" 200 1377 0.075210 10.0.0.23 - - [2026-05-14 04:33:54] "GET /project/a4664eea-f876-4e63-bf24-dddc18d0df65?fields=security_groups HTTP/1.1" 200 1353 0.089953 10.0.0.23 - - [2026-05-14 04:33:54] "DELETE /security-group/60246139-f89b-4733-928b-76b17d0938a6 HTTP/1.1" 200 115 0.116320 10.0.0.23 - - [2026-05-14 04:33:54] "GET /projects?obj_uuids=923dbd42-9d91-4e13-93b6-b1d5a6df6215&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001251 10.0.0.23 - - [2026-05-14 04:33:54] "DELETE /security-group/8c1b5920-3279-48e2-8cd1-78c7f4cb93f3 HTTP/1.1" 200 115 0.118514 10.0.0.23 - - [2026-05-14 04:33:54] "GET /projects?obj_uuids=a4664eea-f876-4e63-bf24-dddc18d0df65&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001286 10.0.0.23 - - [2026-05-14 04:33:54] "GET /project/923dbd42-9d91-4e13-93b6-b1d5a6df6215?fields=application_policy_sets HTTP/1.1" 200 1416 0.056122 10.0.0.23 - - [2026-05-14 04:33:54] "GET /project/a4664eea-f876-4e63-bf24-dddc18d0df65?fields=application_policy_sets HTTP/1.1" 200 1392 0.107915 10.0.0.23 - - [2026-05-14 04:33:54] "DELETE /project/923dbd42-9d91-4e13-93b6-b1d5a6df6215 HTTP/1.1" 200 115 0.644665 10.0.0.23 - - [2026-05-14 04:33:54] "DELETE /project/a4664eea-f876-4e63-bf24-dddc18d0df65 HTTP/1.1" 200 115 0.703074 10.0.0.22 - - [2026-05-14 04:33:54] "DELETE /access-control-list/1622a5fa-2623-4da1-b71e-5e663f5414c3 HTTP/1.1" 200 115 0.185398 10.0.0.27 - - [2026-05-14 04:33:55] "POST /fqname-to-id HTTP/1.1" 404 195 0.052620 10.0.0.23 - - [2026-05-14 04:33:55] "GET /projects?obj_uuids=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004241 10.0.0.23 - - [2026-05-14 04:33:55] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001741 10.0.0.23 - - [2026-05-14 04:33:55] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011037 10.0.0.23 - - [2026-05-14 04:33:55] "POST /id-to-fqname HTTP/1.1" 200 197 0.011248 10.0.0.23 - - [2026-05-14 04:33:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.007152 10.0.0.23 - - [2026-05-14 04:33:55] "POST /security-groups HTTP/1.1" 200 598 0.085827 10.0.0.22 - - [2026-05-14 04:33:55] "POST /fqname-to-id HTTP/1.1" 404 241 0.004980 10.0.0.23 - - [2026-05-14 04:33:55] "POST /projects HTTP/1.1" 200 599 0.383796 10.0.0.23 - - [2026-05-14 04:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.424362 10.0.0.27 - - [2026-05-14 04:33:56] "GET /project/39818c32-bf09-4abe-b623-4b8b4a7082fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.657972 10.0.0.22 - - [2026-05-14 04:33:56] "POST /access-control-lists HTTP/1.1" 200 601 0.087792 10.0.0.27 - - [2026-05-14 04:33:57] "GET / HTTP/1.1" 200 35931 0.002255 10.0.0.27 - - [2026-05-14 04:33:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000622 10.0.0.27 - - [2026-05-14 04:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.075444 10.0.0.27 - - [2026-05-14 04:33:59] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005012 10.0.0.27 - - [2026-05-14 04:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.27 - - [2026-05-14 04:33:59] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005778 10.0.0.27 - - [2026-05-14 04:33:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.27 - - [2026-05-14 04:34:00] "PUT /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f HTTP/1.1" 200 276 0.025839 10.0.0.27 - - [2026-05-14 04:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.23 - - [2026-05-14 04:34:00] "GET /projects?obj_uuids=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001583 10.0.0.27 - - [2026-05-14 04:34:00] "GET /project/39818c32-bf09-4abe-b623-4b8b4a7082fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.069798 10.0.0.23 - - [2026-05-14 04:34:00] "POST /useragent-kv HTTP/1.1" 200 115 0.008638 10.0.0.27 - - [2026-05-14 04:34:00] "POST /neutron/subnet HTTP/1.1" 200 701 0.353071 10.0.0.27 - - [2026-05-14 04:34:01] "POST /id-to-fqname HTTP/1.1" 200 218 0.001844 10.0.0.27 - - [2026-05-14 04:34:01] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008430 10.0.0.27 - - [2026-05-14 04:34:01] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007899 10.0.0.27 - - [2026-05-14 04:34:01] "POST /neutron/network HTTP/1.1" 200 808 0.011339 10.0.0.27 - - [2026-05-14 04:34:01] "POST /id-to-fqname HTTP/1.1" 200 218 0.001838 10.0.0.27 - - [2026-05-14 04:34:01] "POST /neutron/network HTTP/1.1" 200 818 0.011256 10.0.0.23 - - [2026-05-14 04:34:02] "GET /projects?obj_uuids=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001302 10.0.0.27 - - [2026-05-14 04:34:02] "GET /project/39818c32-bf09-4abe-b623-4b8b4a7082fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.103437 10.0.0.27 - - [2026-05-14 04:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.016330 10.0.0.27 - - [2026-05-14 04:34:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001713 10.0.0.27 - - [2026-05-14 04:34:03] "POST /neutron/network HTTP/1.1" 200 818 0.009023 10.0.0.27 - - [2026-05-14 04:34:03] "POST /neutron/port HTTP/1.1" 200 1062 0.027183 10.0.0.27 - - [2026-05-14 04:34:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005924 10.0.0.23 - - [2026-05-14 04:34:04] "GET /projects?obj_uuids=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001414 10.0.0.27 - - [2026-05-14 04:34:04] "GET /project/39818c32-bf09-4abe-b623-4b8b4a7082fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.098719 10.0.0.27 - - [2026-05-14 04:34:04] "POST /neutron/network HTTP/1.1" 200 808 0.009559 10.0.0.27 - - [2026-05-14 04:34:04] "POST /neutron/security_group HTTP/1.1" 200 2065 0.021712 10.0.0.23 - - [2026-05-14 04:34:04] "GET /projects?obj_uuids=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001290 10.0.0.27 - - [2026-05-14 04:34:05] "POST /neutron/port HTTP/1.1" 200 1062 0.379716 10.0.0.27 - - [2026-05-14 04:34:05] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008576 10.0.0.27 - - [2026-05-14 04:34:05] "POST /neutron/port HTTP/1.1" 200 1116 0.199377 10.0.0.27 - - [2026-05-14 04:34:05] "POST /neutron/subnet HTTP/1.1" 200 675 0.014606 10.0.0.22 - - [2026-05-14 04:34:06] "GET /obj-perms HTTP/1.1" 200 5044 0.072498 10.0.0.23 - - [2026-05-14 04:34:07] "GET /obj-perms HTTP/1.1" 200 5044 0.078567 10.0.0.27 - - [2026-05-14 04:34:07] "POST /neutron/port HTTP/1.1" 200 1126 0.027626 10.0.0.27 - - [2026-05-14 04:34:07] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010526 10.0.0.27 - - [2026-05-14 04:34:07] "POST /neutron/port HTTP/1.1" 200 1126 0.027410 10.0.0.27 - - [2026-05-14 04:34:07] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 401 292 0.000653 10.0.0.27 - - [2026-05-14 04:34:07] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 200 1300 0.043971 10.0.0.27 - - [2026-05-14 04:34:07] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 200 1300 0.010530 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-machine-interface/be7a9134-4077-4742-943e-753ec1c0121f HTTP/1.1" 200 2950 0.010372 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 200 1300 0.006885 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-machine-interface/be7a9134-4077-4742-943e-753ec1c0121f HTTP/1.1" 200 2950 0.008003 10.0.0.27 - - [2026-05-14 04:34:08] "GET /instance-ip/b70980c5-bb48-4f08-92d4-2b5db231b713 HTTP/1.1" 200 1621 0.009091 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 200 1300 0.004764 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-machine-interface/be7a9134-4077-4742-943e-753ec1c0121f HTTP/1.1" 200 2950 0.007046 10.0.0.27 - - [2026-05-14 04:34:08] "GET /instance-ip/b70980c5-bb48-4f08-92d4-2b5db231b713 HTTP/1.1" 200 1621 0.005681 10.0.0.27 - - [2026-05-14 04:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.27 - - [2026-05-14 04:34:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006212 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004334 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009676 10.0.0.27 - - [2026-05-14 04:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.27 - - [2026-05-14 04:34:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005327 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004184 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007839 10.0.0.27 - - [2026-05-14 04:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.27 - - [2026-05-14 04:34:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005215 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004439 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007534 10.0.0.27 - - [2026-05-14 04:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006466 10.0.0.27 - - [2026-05-14 04:34:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005476 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004197 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006927 10.0.0.27 - - [2026-05-14 04:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.27 - - [2026-05-14 04:34:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005593 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004127 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008307 10.0.0.27 - - [2026-05-14 04:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.27 - - [2026-05-14 04:34:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005488 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006205 10.0.0.27 - - [2026-05-14 04:34:08] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009597 10.0.0.27 - - [2026-05-14 04:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.27 - - [2026-05-14 04:34:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006618 10.0.0.27 - - [2026-05-14 04:34:09] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004071 10.0.0.27 - - [2026-05-14 04:34:09] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007027 10.0.0.27 - - [2026-05-14 04:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.27 - - [2026-05-14 04:34:12] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007642 10.0.0.27 - - [2026-05-14 04:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006077 10.0.0.27 - - [2026-05-14 04:34:16] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007646 10.0.0.27 - - [2026-05-14 04:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005873 10.0.0.27 - - [2026-05-14 04:34:20] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007798 10.0.0.27 - - [2026-05-14 04:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.27 - - [2026-05-14 04:34:24] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007225 10.0.0.27 - - [2026-05-14 04:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.27 - - [2026-05-14 04:34:28] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007687 10.0.0.27 - - [2026-05-14 04:34:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.27 - - [2026-05-14 04:34:32] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009977 10.0.0.27 - - [2026-05-14 04:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006127 10.0.0.27 - - [2026-05-14 04:34:36] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007399 10.0.0.27 - - [2026-05-14 04:34:38] "POST /neutron/port HTTP/1.1" 200 1218 0.044011 10.0.0.27 - - [2026-05-14 04:34:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005303 10.0.0.27 - - [2026-05-14 04:34:38] "POST /neutron/port HTTP/1.1" 200 117 0.001713 10.0.0.27 - - [2026-05-14 04:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.27 - - [2026-05-14 04:34:40] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006792 10.0.0.27 - - [2026-05-14 04:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.27 - - [2026-05-14 04:34:44] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006851 10.0.0.27 - - [2026-05-14 04:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007827 10.0.0.27 - - [2026-05-14 04:34:47] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005015 10.0.0.27 - - [2026-05-14 04:34:47] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005642 10.0.0.27 - - [2026-05-14 04:34:47] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007560 10.0.0.27 - - [2026-05-14 04:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005384 10.0.0.27 - - [2026-05-14 04:34:47] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004796 10.0.0.27 - - [2026-05-14 04:34:47] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005413 10.0.0.27 - - [2026-05-14 04:34:47] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007004 10.0.0.27 - - [2026-05-14 04:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.27 - - [2026-05-14 04:34:47] "GET /routing-instance/12f73959-d8b5-498a-b1ba-00e3abd2c68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005510 10.0.0.27 - - [2026-05-14 04:34:47] "GET /route-target/4b40f5d0-c384-418c-a0d5-f14bcd0d6933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006024 10.0.0.27 - - [2026-05-14 04:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005954 10.0.0.27 - - [2026-05-14 04:34:47] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005049 10.0.0.27 - - [2026-05-14 04:34:47] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005537 10.0.0.27 - - [2026-05-14 04:34:47] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006670 10.0.0.27 - - [2026-05-14 04:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.27 - - [2026-05-14 04:34:47] "GET /routing-instance/12f73959-d8b5-498a-b1ba-00e3abd2c68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005536 10.0.0.27 - - [2026-05-14 04:34:47] "GET /route-target/4b40f5d0-c384-418c-a0d5-f14bcd0d6933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005257 10.0.0.27 - - [2026-05-14 04:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.27 - - [2026-05-14 04:34:48] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004948 10.0.0.27 - - [2026-05-14 04:34:48] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004093 10.0.0.27 - - [2026-05-14 04:34:48] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011064 10.0.0.27 - - [2026-05-14 04:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006224 10.0.0.27 - - [2026-05-14 04:34:48] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006003 10.0.0.27 - - [2026-05-14 04:34:48] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005648 10.0.0.27 - - [2026-05-14 04:34:48] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010489 10.0.0.27 - - [2026-05-14 04:34:48] "GET /obj-perms HTTP/1.1" 200 5044 0.112316 10.0.0.23 - - [2026-05-14 04:34:48] "GET /obj-perms HTTP/1.1" 200 5044 0.007068 10.0.0.27 - - [2026-05-14 04:34:48] "GET /obj-perms HTTP/1.1" 200 5044 0.005168 10.0.0.27 - - [2026-05-14 04:34:48] "GET /obj-perms HTTP/1.1" 200 5044 0.005083 10.0.0.27 - - [2026-05-14 04:34:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010524 10.0.0.27 - - [2026-05-14 04:34:49] "POST /neutron/port HTTP/1.1" 200 1126 0.026784 10.0.0.27 - - [2026-05-14 04:34:49] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010003 10.0.0.27 - - [2026-05-14 04:34:49] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 200 1299 0.008112 10.0.0.27 - - [2026-05-14 04:34:49] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 200 1299 0.005311 10.0.0.27 - - [2026-05-14 04:34:49] "GET /virtual-machine-interface/70408f69-4b1d-457c-a7f4-544294760b40 HTTP/1.1" 200 2949 0.007030 10.0.0.27 - - [2026-05-14 04:34:49] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 200 1299 0.007145 10.0.0.27 - - [2026-05-14 04:34:49] "GET /virtual-machine-interface/70408f69-4b1d-457c-a7f4-544294760b40 HTTP/1.1" 200 2949 0.009497 10.0.0.27 - - [2026-05-14 04:34:49] "GET /instance-ip/2c6c16ee-a481-4daa-8f93-f56b3667d647 HTTP/1.1" 200 1620 0.012391 10.0.0.27 - - [2026-05-14 04:34:49] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 200 1299 0.007973 10.0.0.27 - - [2026-05-14 04:34:49] "GET /virtual-machine-interface/70408f69-4b1d-457c-a7f4-544294760b40 HTTP/1.1" 200 2949 0.011325 10.0.0.27 - - [2026-05-14 04:34:49] "GET /instance-ip/2c6c16ee-a481-4daa-8f93-f56b3667d647 HTTP/1.1" 200 1620 0.008426 10.0.0.27 - - [2026-05-14 04:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.27 - - [2026-05-14 04:34:49] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004755 10.0.0.27 - - [2026-05-14 04:34:49] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004435 10.0.0.27 - - [2026-05-14 04:34:49] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007496 10.0.0.27 - - [2026-05-14 04:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.27 - - [2026-05-14 04:34:49] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005748 10.0.0.27 - - [2026-05-14 04:34:49] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006483 10.0.0.27 - - [2026-05-14 04:34:50] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.011219 10.0.0.27 - - [2026-05-14 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005081 10.0.0.27 - - [2026-05-14 04:34:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005437 10.0.0.27 - - [2026-05-14 04:34:50] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004419 10.0.0.27 - - [2026-05-14 04:34:50] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008260 10.0.0.27 - - [2026-05-14 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.27 - - [2026-05-14 04:34:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007557 10.0.0.27 - - [2026-05-14 04:34:50] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004369 10.0.0.27 - - [2026-05-14 04:34:50] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007357 10.0.0.27 - - [2026-05-14 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.27 - - [2026-05-14 04:34:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006253 10.0.0.27 - - [2026-05-14 04:34:50] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003833 10.0.0.27 - - [2026-05-14 04:34:50] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007099 10.0.0.27 - - [2026-05-14 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005215 10.0.0.27 - - [2026-05-14 04:34:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006221 10.0.0.27 - - [2026-05-14 04:34:50] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005297 10.0.0.27 - - [2026-05-14 04:34:50] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008894 10.0.0.27 - - [2026-05-14 04:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004986 10.0.0.27 - - [2026-05-14 04:34:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005061 10.0.0.27 - - [2026-05-14 04:34:50] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005797 10.0.0.27 - - [2026-05-14 04:34:50] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008004 10.0.0.27 - - [2026-05-14 04:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.27 - - [2026-05-14 04:34:53] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004954 10.0.0.27 - - [2026-05-14 04:34:53] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003453 10.0.0.27 - - [2026-05-14 04:34:53] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009941 10.0.0.27 - - [2026-05-14 04:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.27 - - [2026-05-14 04:34:54] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005476 10.0.0.27 - - [2026-05-14 04:34:54] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004699 10.0.0.27 - - [2026-05-14 04:34:54] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007926 10.0.0.27 - - [2026-05-14 04:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.27 - - [2026-05-14 04:34:54] "GET /routing-instance/12f73959-d8b5-498a-b1ba-00e3abd2c68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005247 10.0.0.27 - - [2026-05-14 04:34:54] "GET /route-target/4b40f5d0-c384-418c-a0d5-f14bcd0d6933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007250 10.0.0.27 - - [2026-05-14 04:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.27 - - [2026-05-14 04:34:54] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004718 10.0.0.27 - - [2026-05-14 04:34:54] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004280 10.0.0.27 - - [2026-05-14 04:34:54] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008975 10.0.0.27 - - [2026-05-14 04:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005499 10.0.0.27 - - [2026-05-14 04:34:54] "GET /routing-instance/12f73959-d8b5-498a-b1ba-00e3abd2c68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005972 10.0.0.27 - - [2026-05-14 04:34:54] "GET /route-target/4b40f5d0-c384-418c-a0d5-f14bcd0d6933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005446 10.0.0.27 - - [2026-05-14 04:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.27 - - [2026-05-14 04:34:54] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005049 10.0.0.27 - - [2026-05-14 04:34:54] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003817 10.0.0.27 - - [2026-05-14 04:34:54] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007392 10.0.0.27 - - [2026-05-14 04:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.27 - - [2026-05-14 04:34:54] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008295 10.0.0.27 - - [2026-05-14 04:34:54] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003886 10.0.0.23 - - [2026-05-14 04:34:54] "DELETE /project/39818c32bf094abeb6234b8b4a7082fe HTTP/1.1" 404 173 0.004389 10.0.0.27 - - [2026-05-14 04:34:55] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007513 10.0.0.23 - - [2026-05-14 04:34:55] "GET /obj-perms HTTP/1.1" 200 5044 0.005171 10.0.0.27 - - [2026-05-14 04:34:55] "GET /obj-perms HTTP/1.1" 200 5044 0.005883 10.0.0.27 - - [2026-05-14 04:34:55] "GET /obj-perms HTTP/1.1" 200 5044 0.005781 10.0.0.27 - - [2026-05-14 04:34:55] "GET /obj-perms HTTP/1.1" 200 5044 0.005734 10.0.0.22 - - [2026-05-14 04:34:55] "GET /obj-perms HTTP/1.1" 200 5044 0.006036 10.0.0.23 - - [2026-05-14 04:34:55] "GET /obj-perms HTTP/1.1" 200 5044 0.005351 10.0.0.27 - - [2026-05-14 04:34:55] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 200 1300 0.005266 10.0.0.27 - - [2026-05-14 04:34:55] "GET /virtual-machine-interface/be7a9134-4077-4742-943e-753ec1c0121f HTTP/1.1" 200 2950 0.007088 10.0.0.27 - - [2026-05-14 04:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.27 - - [2026-05-14 04:34:55] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005290 10.0.0.27 - - [2026-05-14 04:34:55] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005367 10.0.0.27 - - [2026-05-14 04:34:55] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008013 10.0.0.27 - - [2026-05-14 04:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.27 - - [2026-05-14 04:34:56] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005995 10.0.0.27 - - [2026-05-14 04:34:56] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004294 10.0.0.27 - - [2026-05-14 04:34:56] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009389 10.0.0.27 - - [2026-05-14 04:34:58] "POST /neutron/port HTTP/1.1" 200 1126 0.072124 10.0.0.27 - - [2026-05-14 04:35:02] "POST /neutron/security_group HTTP/1.1" 200 2065 0.011547 10.0.0.27 - - [2026-05-14 04:35:07] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 200 1299 0.005363 10.0.0.27 - - [2026-05-14 04:35:07] "GET /virtual-machine-interface/70408f69-4b1d-457c-a7f4-544294760b40 HTTP/1.1" 200 2949 0.008738 10.0.0.27 - - [2026-05-14 04:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.27 - - [2026-05-14 04:35:07] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005025 10.0.0.27 - - [2026-05-14 04:35:07] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004004 10.0.0.27 - - [2026-05-14 04:35:07] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007958 10.0.0.27 - - [2026-05-14 04:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006350 10.0.0.27 - - [2026-05-14 04:35:08] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006229 10.0.0.27 - - [2026-05-14 04:35:08] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004505 10.0.0.27 - - [2026-05-14 04:35:08] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008277 10.0.0.27 - - [2026-05-14 04:35:08] "POST /neutron/port HTTP/1.1" 200 1126 0.027146 10.0.0.27 - - [2026-05-14 04:35:13] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009786 10.0.0.27 - - [2026-05-14 04:35:22] "GET /obj-perms HTTP/1.1" 200 5056 0.067563 10.0.0.27 - - [2026-05-14 04:35:39] "POST /neutron/network HTTP/1.1" 200 937 0.008692 10.0.0.27 - - [2026-05-14 04:35:39] "POST /neutron/port HTTP/1.1" 200 117 0.001664 10.0.0.27 - - [2026-05-14 04:35:46] "POST /neutron/port HTTP/1.1" 200 1218 0.038806 10.0.0.27 - - [2026-05-14 04:35:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005116 10.0.0.27 - - [2026-05-14 04:35:46] "POST /neutron/port HTTP/1.1" 200 117 0.001232 10.0.0.27 - - [2026-05-14 04:36:41] "POST /neutron/port HTTP/1.1" 200 1126 0.058104 10.0.0.27 - - [2026-05-14 04:36:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.016401 10.0.0.27 - - [2026-05-14 04:36:46] "POST /neutron/port HTTP/1.1" 200 1107 0.024655 10.0.0.27 - - [2026-05-14 04:36:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004809 10.0.0.27 - - [2026-05-14 04:36:46] "POST /neutron/network HTTP/1.1" 200 927 0.008531 10.0.0.27 - - [2026-05-14 04:37:10] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 200 1300 0.005205 10.0.0.27 - - [2026-05-14 04:37:10] "GET /virtual-machine-interface/be7a9134-4077-4742-943e-753ec1c0121f HTTP/1.1" 200 2950 0.006958 10.0.0.27 - - [2026-05-14 04:37:10] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 200 1300 0.006989 10.0.0.27 - - [2026-05-14 04:37:10] "GET /virtual-machine-interface/be7a9134-4077-4742-943e-753ec1c0121f HTTP/1.1" 200 2950 0.007990 10.0.0.27 - - [2026-05-14 04:37:10] "GET /instance-ip/b70980c5-bb48-4f08-92d4-2b5db231b713 HTTP/1.1" 200 1621 0.007679 10.0.0.27 - - [2026-05-14 04:37:10] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 200 1300 0.006126 10.0.0.27 - - [2026-05-14 04:37:10] "GET /virtual-machine-interface/be7a9134-4077-4742-943e-753ec1c0121f HTTP/1.1" 200 2950 0.006496 10.0.0.27 - - [2026-05-14 04:37:10] "GET /instance-ip/b70980c5-bb48-4f08-92d4-2b5db231b713 HTTP/1.1" 200 1621 0.005623 10.0.0.27 - - [2026-05-14 04:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007868 10.0.0.27 - - [2026-05-14 04:37:10] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006334 10.0.0.27 - - [2026-05-14 04:37:10] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004433 10.0.0.27 - - [2026-05-14 04:37:10] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.014744 10.0.0.27 - - [2026-05-14 04:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.27 - - [2026-05-14 04:37:10] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005161 10.0.0.27 - - [2026-05-14 04:37:10] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003697 10.0.0.27 - - [2026-05-14 04:37:10] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007614 10.0.0.27 - - [2026-05-14 04:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.27 - - [2026-05-14 04:37:10] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007523 10.0.0.27 - - [2026-05-14 04:37:10] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004815 10.0.0.27 - - [2026-05-14 04:37:11] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.013334 10.0.0.27 - - [2026-05-14 04:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.27 - - [2026-05-14 04:37:11] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005848 10.0.0.27 - - [2026-05-14 04:37:11] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004668 10.0.0.27 - - [2026-05-14 04:37:11] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007330 10.0.0.27 - - [2026-05-14 04:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.27 - - [2026-05-14 04:37:11] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006392 10.0.0.27 - - [2026-05-14 04:37:11] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004462 10.0.0.27 - - [2026-05-14 04:37:11] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008277 10.0.0.27 - - [2026-05-14 04:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.27 - - [2026-05-14 04:37:11] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005397 10.0.0.27 - - [2026-05-14 04:37:11] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004559 10.0.0.27 - - [2026-05-14 04:37:11] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007811 10.0.0.27 - - [2026-05-14 04:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006144 10.0.0.27 - - [2026-05-14 04:37:11] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005009 10.0.0.27 - - [2026-05-14 04:37:11] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004793 10.0.0.27 - - [2026-05-14 04:37:11] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007447 10.0.0.27 - - [2026-05-14 04:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005548 10.0.0.27 - - [2026-05-14 04:37:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007646 10.0.0.27 - - [2026-05-14 04:37:12] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008283 10.0.0.27 - - [2026-05-14 04:37:12] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009232 10.0.0.27 - - [2026-05-14 04:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.27 - - [2026-05-14 04:37:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006638 10.0.0.27 - - [2026-05-14 04:37:13] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.011275 10.0.0.27 - - [2026-05-14 04:37:13] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009600 10.0.0.27 - - [2026-05-14 04:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006797 10.0.0.27 - - [2026-05-14 04:37:13] "GET /routing-instance/12f73959-d8b5-498a-b1ba-00e3abd2c68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006034 10.0.0.27 - - [2026-05-14 04:37:13] "GET /route-target/4b40f5d0-c384-418c-a0d5-f14bcd0d6933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004997 10.0.0.27 - - [2026-05-14 04:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.27 - - [2026-05-14 04:37:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005707 10.0.0.27 - - [2026-05-14 04:37:13] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003927 10.0.0.27 - - [2026-05-14 04:37:13] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008700 10.0.0.27 - - [2026-05-14 04:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129 10.0.0.27 - - [2026-05-14 04:37:13] "GET /routing-instance/12f73959-d8b5-498a-b1ba-00e3abd2c68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006435 10.0.0.27 - - [2026-05-14 04:37:13] "GET /route-target/4b40f5d0-c384-418c-a0d5-f14bcd0d6933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005300 10.0.0.27 - - [2026-05-14 04:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.27 - - [2026-05-14 04:37:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005051 10.0.0.27 - - [2026-05-14 04:37:13] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004231 10.0.0.27 - - [2026-05-14 04:37:13] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008025 10.0.0.27 - - [2026-05-14 04:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.27 - - [2026-05-14 04:37:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004675 10.0.0.27 - - [2026-05-14 04:37:13] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004014 10.0.0.27 - - [2026-05-14 04:37:13] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007718 10.0.0.27 - - [2026-05-14 04:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.27 - - [2026-05-14 04:37:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006570 10.0.0.27 - - [2026-05-14 04:37:13] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005114 10.0.0.27 - - [2026-05-14 04:37:14] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009280 10.0.0.23 - - [2026-05-14 04:37:16] "GET /obj-perms HTTP/1.1" 200 5044 0.005167 10.0.0.27 - - [2026-05-14 04:37:18] "GET /obj-perms HTTP/1.1" 200 5044 0.006690 10.0.0.23 - - [2026-05-14 04:37:18] "GET /obj-perms HTTP/1.1" 200 5044 0.004895 10.0.0.27 - - [2026-05-14 04:37:18] "GET /obj-perms HTTP/1.1" 200 5044 0.004668 10.0.0.22 - - [2026-05-14 04:37:18] "GET /obj-perms HTTP/1.1" 200 5044 0.007847 10.0.0.27 - - [2026-05-14 04:37:18] "POST /neutron/port HTTP/1.1" 200 1126 0.027873 10.0.0.27 - - [2026-05-14 04:37:18] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 200 1299 0.005846 10.0.0.27 - - [2026-05-14 04:37:18] "GET /virtual-machine-interface/70408f69-4b1d-457c-a7f4-544294760b40 HTTP/1.1" 200 2949 0.007473 10.0.0.27 - - [2026-05-14 04:37:18] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 200 1299 0.005799 10.0.0.27 - - [2026-05-14 04:37:18] "GET /virtual-machine-interface/70408f69-4b1d-457c-a7f4-544294760b40 HTTP/1.1" 200 2949 0.008366 10.0.0.27 - - [2026-05-14 04:37:18] "GET /instance-ip/2c6c16ee-a481-4daa-8f93-f56b3667d647 HTTP/1.1" 200 1620 0.005811 10.0.0.27 - - [2026-05-14 04:37:18] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 200 1299 0.008265 10.0.0.27 - - [2026-05-14 04:37:18] "GET /virtual-machine-interface/70408f69-4b1d-457c-a7f4-544294760b40 HTTP/1.1" 200 2949 0.011530 10.0.0.27 - - [2026-05-14 04:37:18] "GET /instance-ip/2c6c16ee-a481-4daa-8f93-f56b3667d647 HTTP/1.1" 200 1620 0.006724 10.0.0.27 - - [2026-05-14 04:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.27 - - [2026-05-14 04:37:18] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005813 10.0.0.27 - - [2026-05-14 04:37:18] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005981 10.0.0.27 - - [2026-05-14 04:37:18] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007807 10.0.0.27 - - [2026-05-14 04:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.27 - - [2026-05-14 04:37:18] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005719 10.0.0.27 - - [2026-05-14 04:37:18] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004627 10.0.0.27 - - [2026-05-14 04:37:19] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007786 10.0.0.27 - - [2026-05-14 04:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.27 - - [2026-05-14 04:37:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006718 10.0.0.27 - - [2026-05-14 04:37:19] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005434 10.0.0.27 - - [2026-05-14 04:37:19] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007496 10.0.0.27 - - [2026-05-14 04:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.27 - - [2026-05-14 04:37:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005681 10.0.0.27 - - [2026-05-14 04:37:19] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007500 10.0.0.27 - - [2026-05-14 04:37:19] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007220 10.0.0.27 - - [2026-05-14 04:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005832 10.0.0.27 - - [2026-05-14 04:37:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006081 10.0.0.27 - - [2026-05-14 04:37:19] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004259 10.0.0.27 - - [2026-05-14 04:37:19] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008970 10.0.0.27 - - [2026-05-14 04:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005355 10.0.0.27 - - [2026-05-14 04:37:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005286 10.0.0.27 - - [2026-05-14 04:37:19] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004282 10.0.0.27 - - [2026-05-14 04:37:19] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.015567 10.0.0.27 - - [2026-05-14 04:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.27 - - [2026-05-14 04:37:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006069 10.0.0.27 - - [2026-05-14 04:37:19] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004464 10.0.0.27 - - [2026-05-14 04:37:19] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008427 10.0.0.27 - - [2026-05-14 04:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006642 10.0.0.27 - - [2026-05-14 04:37:20] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.020592 10.0.0.27 - - [2026-05-14 04:37:20] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.008063 10.0.0.27 - - [2026-05-14 04:37:20] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010040 10.0.0.27 - - [2026-05-14 04:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006433 10.0.0.27 - - [2026-05-14 04:37:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007572 10.0.0.27 - - [2026-05-14 04:37:21] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004117 10.0.0.27 - - [2026-05-14 04:37:21] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007376 10.0.0.27 - - [2026-05-14 04:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009497 10.0.0.27 - - [2026-05-14 04:37:21] "GET /routing-instance/12f73959-d8b5-498a-b1ba-00e3abd2c68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006016 10.0.0.27 - - [2026-05-14 04:37:21] "GET /route-target/4b40f5d0-c384-418c-a0d5-f14bcd0d6933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005137 10.0.0.27 - - [2026-05-14 04:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.27 - - [2026-05-14 04:37:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004859 10.0.0.27 - - [2026-05-14 04:37:21] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004563 10.0.0.27 - - [2026-05-14 04:37:21] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007507 10.0.0.27 - - [2026-05-14 04:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.27 - - [2026-05-14 04:37:21] "GET /routing-instance/12f73959-d8b5-498a-b1ba-00e3abd2c68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005068 10.0.0.27 - - [2026-05-14 04:37:21] "GET /route-target/4b40f5d0-c384-418c-a0d5-f14bcd0d6933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005390 10.0.0.27 - - [2026-05-14 04:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.27 - - [2026-05-14 04:37:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005530 10.0.0.27 - - [2026-05-14 04:37:21] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004009 10.0.0.27 - - [2026-05-14 04:37:21] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007811 10.0.0.27 - - [2026-05-14 04:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.27 - - [2026-05-14 04:37:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007295 10.0.0.27 - - [2026-05-14 04:37:21] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007566 10.0.0.27 - - [2026-05-14 04:37:22] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006794 10.0.0.27 - - [2026-05-14 04:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.27 - - [2026-05-14 04:37:22] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006030 10.0.0.27 - - [2026-05-14 04:37:22] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004300 10.0.0.27 - - [2026-05-14 04:37:22] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006430 10.0.0.23 - - [2026-05-14 04:37:24] "GET /obj-perms HTTP/1.1" 200 5044 0.007286 10.0.0.22 - - [2026-05-14 04:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.032491 10.0.0.23 - - [2026-05-14 04:37:28] "GET /obj-perms HTTP/1.1" 200 5044 0.005364 10.0.0.27 - - [2026-05-14 04:37:28] "GET /obj-perms HTTP/1.1" 200 5044 0.004883 10.0.0.27 - - [2026-05-14 04:37:28] "GET /obj-perms HTTP/1.1" 200 5044 0.004483 10.0.0.22 - - [2026-05-14 04:37:28] "GET /obj-perms HTTP/1.1" 200 5044 0.004479 10.0.0.27 - - [2026-05-14 04:37:28] "GET /obj-perms HTTP/1.1" 200 5044 0.008318 10.0.0.23 - - [2026-05-14 04:37:28] "GET /obj-perms HTTP/1.1" 200 5044 0.004782 10.0.0.22 - - [2026-05-14 04:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000597 10.0.0.22 - - [2026-05-14 04:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2026-05-14 04:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000600 10.0.0.22 - - [2026-05-14 04:37:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000600 10.0.0.23 - - [2026-05-14 04:37:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2026-05-14 04:37:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.23 - - [2026-05-14 04:37:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.23 - - [2026-05-14 04:37:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000621 10.0.0.27 - - [2026-05-14 04:37:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.27 - - [2026-05-14 04:37:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000546 10.0.0.27 - - [2026-05-14 04:37:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.27 - - [2026-05-14 04:37:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2026-05-14 04:37:42] "POST /neutron/port HTTP/1.1" 200 1218 0.022849 10.0.0.27 - - [2026-05-14 04:37:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005399 10.0.0.27 - - [2026-05-14 04:37:42] "POST /neutron/port HTTP/1.1" 200 117 0.001805 10.0.0.27 - - [2026-05-14 04:37:46] "POST /neutron/port HTTP/1.1" 200 1126 0.063848 10.0.0.27 - - [2026-05-14 04:37:46] "POST /neutron/subnet HTTP/1.1" 200 675 0.014225 10.0.0.27 - - [2026-05-14 04:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005902 10.0.0.27 - - [2026-05-14 04:37:48] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007834 10.0.0.27 - - [2026-05-14 04:37:48] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004851 10.0.0.27 - - [2026-05-14 04:37:48] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006562 10.0.0.27 - - [2026-05-14 04:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.27 - - [2026-05-14 04:37:56] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005396 10.0.0.27 - - [2026-05-14 04:37:56] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005930 10.0.0.27 - - [2026-05-14 04:37:56] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.012372 10.0.0.27 - - [2026-05-14 04:38:12] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 200 1299 0.004810 10.0.0.27 - - [2026-05-14 04:38:12] "GET /virtual-machine-interface/70408f69-4b1d-457c-a7f4-544294760b40 HTTP/1.1" 200 2949 0.007208 10.0.0.27 - - [2026-05-14 04:38:12] "GET /instance-ip/2c6c16ee-a481-4daa-8f93-f56b3667d647 HTTP/1.1" 200 1620 0.006640 10.0.0.27 - - [2026-05-14 04:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502 10.0.0.27 - - [2026-05-14 04:38:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005598 10.0.0.27 - - [2026-05-14 04:38:12] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004360 10.0.0.27 - - [2026-05-14 04:38:12] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006872 10.0.0.27 - - [2026-05-14 04:38:15] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 200 1299 0.006616 10.0.0.27 - - [2026-05-14 04:38:16] "POST /neutron/port HTTP/1.1" 200 1126 0.036306 10.0.0.27 - - [2026-05-14 04:38:18] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004334 10.0.0.27 - - [2026-05-14 04:38:18] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.003944 10.0.0.27 - - [2026-05-14 04:38:18] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004070 10.0.0.27 - - [2026-05-14 04:38:19] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.003772 10.0.0.27 - - [2026-05-14 04:38:20] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.005441 10.0.0.27 - - [2026-05-14 04:38:21] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.005459 10.0.0.27 - - [2026-05-14 04:38:22] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.005637 10.0.0.27 - - [2026-05-14 04:38:23] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004549 10.0.0.27 - - [2026-05-14 04:38:24] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004248 10.0.0.27 - - [2026-05-14 04:38:24] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004149 10.0.0.27 - - [2026-05-14 04:38:25] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004164 10.0.0.22 - - [2026-05-14 04:38:25] "GET /obj-perms HTTP/1.1" 200 5056 0.064651 10.0.0.27 - - [2026-05-14 04:38:26] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.005504 10.0.0.27 - - [2026-05-14 04:38:27] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.009734 10.0.0.27 - - [2026-05-14 04:38:28] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.005926 10.0.0.27 - - [2026-05-14 04:38:29] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.006131 10.0.0.27 - - [2026-05-14 04:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.27 - - [2026-05-14 04:38:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005409 10.0.0.27 - - [2026-05-14 04:38:29] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004287 10.0.0.27 - - [2026-05-14 04:38:29] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006774 10.0.0.27 - - [2026-05-14 04:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007712 10.0.0.27 - - [2026-05-14 04:38:29] "GET /routing-instance/12f73959-d8b5-498a-b1ba-00e3abd2c68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.007326 10.0.0.27 - - [2026-05-14 04:38:29] "GET /route-target/4b40f5d0-c384-418c-a0d5-f14bcd0d6933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006422 10.0.0.27 - - [2026-05-14 04:38:29] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.005121 10.0.0.27 - - [2026-05-14 04:38:30] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.005393 10.0.0.27 - - [2026-05-14 04:38:31] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004702 10.0.0.27 - - [2026-05-14 04:38:32] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.005036 10.0.0.27 - - [2026-05-14 04:38:33] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.006684 10.0.0.27 - - [2026-05-14 04:38:34] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.003963 10.0.0.27 - - [2026-05-14 04:38:34] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004424 10.0.0.27 - - [2026-05-14 04:38:35] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004541 10.0.0.27 - - [2026-05-14 04:38:36] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004357 10.0.0.27 - - [2026-05-14 04:38:37] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004371 10.0.0.27 - - [2026-05-14 04:38:38] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004107 10.0.0.27 - - [2026-05-14 04:38:39] "GET /virtual-machine/babbb655-46ce-40f0-89a5-3a7a15ba77f1 HTTP/1.1" 404 171 0.004146 10.0.0.27 - - [2026-05-14 04:38:39] "GET /obj-perms HTTP/1.1" 200 5044 0.007190 10.0.0.27 - - [2026-05-14 04:38:39] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 200 1300 0.005953 10.0.0.27 - - [2026-05-14 04:38:40] "POST /neutron/port HTTP/1.1" 200 1126 0.033764 10.0.0.27 - - [2026-05-14 04:38:41] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.005358 10.0.0.27 - - [2026-05-14 04:38:41] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.003980 10.0.0.27 - - [2026-05-14 04:38:41] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.004078 10.0.0.27 - - [2026-05-14 04:38:42] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.004196 10.0.0.27 - - [2026-05-14 04:38:43] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.007449 10.0.0.27 - - [2026-05-14 04:38:44] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.004198 10.0.0.27 - - [2026-05-14 04:38:44] "POST /neutron/port HTTP/1.1" 200 1107 0.029560 10.0.0.27 - - [2026-05-14 04:38:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004773 10.0.0.27 - - [2026-05-14 04:38:44] "POST /neutron/network HTTP/1.1" 200 927 0.009331 10.0.0.27 - - [2026-05-14 04:38:45] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.004249 10.0.0.27 - - [2026-05-14 04:38:46] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.005524 10.0.0.27 - - [2026-05-14 04:38:47] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.003533 10.0.0.27 - - [2026-05-14 04:38:47] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.003751 10.0.0.27 - - [2026-05-14 04:38:47] "POST /neutron/network HTTP/1.1" 200 1123 0.007663 10.0.0.27 - - [2026-05-14 04:38:47] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017354 10.0.0.27 - - [2026-05-14 04:38:47] "POST /neutron/network HTTP/1.1" 200 1113 0.011223 10.0.0.27 - - [2026-05-14 04:38:48] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.003468 10.0.0.27 - - [2026-05-14 04:38:49] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.005412 10.0.0.27 - - [2026-05-14 04:38:50] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.005370 10.0.0.27 - - [2026-05-14 04:38:51] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.006460 10.0.0.27 - - [2026-05-14 04:38:52] "GET /virtual-machine/f75c92cc-f44b-475b-a71a-d0af424e846b HTTP/1.1" 404 171 0.006330 10.0.0.27 - - [2026-05-14 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005552 10.0.0.27 - - [2026-05-14 04:38:52] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005034 10.0.0.27 - - [2026-05-14 04:38:52] "GET /virtual-networks?parent_id=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004180 10.0.0.27 - - [2026-05-14 04:38:52] "GET /virtual-network/9a7f8fa9-02a1-49b6-b755-f6867bb87e7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008147 10.0.0.27 - - [2026-05-14 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.27 - - [2026-05-14 04:38:52] "GET /routing-instance/12f73959-d8b5-498a-b1ba-00e3abd2c68d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006309 10.0.0.27 - - [2026-05-14 04:38:52] "GET /route-target/4b40f5d0-c384-418c-a0d5-f14bcd0d6933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004742 10.0.0.22 - - [2026-05-14 04:38:52] "GET /obj-perms HTTP/1.1" 200 5044 0.005205 10.0.0.27 - - [2026-05-14 04:38:52] "GET /obj-perms HTTP/1.1" 200 5044 0.005524 10.0.0.22 - - [2026-05-14 04:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.27 - - [2026-05-14 04:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.27 - - [2026-05-14 04:38:53] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004257 10.0.0.27 - - [2026-05-14 04:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.27 - - [2026-05-14 04:38:53] "PUT /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f HTTP/1.1" 200 276 0.016123 10.0.0.23 - - [2026-05-14 04:38:55] "GET /projects?obj_uuids=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.034045 10.0.0.27 - - [2026-05-14 04:38:55] "GET /project/39818c32-bf09-4abe-b623-4b8b4a7082fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.136395 10.0.0.23 - - [2026-05-14 04:38:55] "GET /projects?obj_uuids=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002411 10.0.0.27 - - [2026-05-14 04:38:55] "GET /project/39818c32-bf09-4abe-b623-4b8b4a7082fe?fields=virtual_networks HTTP/1.1" 200 1056 0.067245 10.0.0.23 - - [2026-05-14 04:38:56] "GET /projects?obj_uuids=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001732 10.0.0.27 - - [2026-05-14 04:38:56] "GET /project/39818c32-bf09-4abe-b623-4b8b4a7082fe?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.062287 10.0.0.23 - - [2026-05-14 04:38:56] "GET /projects?obj_uuids=39818c32-bf09-4abe-b623-4b8b4a7082fe&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001324 10.0.0.27 - - [2026-05-14 04:38:56] "GET /project/39818c32-bf09-4abe-b623-4b8b4a7082fe?fields=security_groups HTTP/1.1" 200 1289 0.051744 10.0.0.27 - - [2026-05-14 04:38:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.041983 10.0.0.23 - - [2026-05-14 04:38:57] "GET /projects?obj_uuids=c50e1601-30fb-4a79-b7e4-9be3735d4f41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005975 10.0.0.23 - - [2026-05-14 04:38:57] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002061 10.0.0.23 - - [2026-05-14 04:38:57] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.059559 10.0.0.23 - - [2026-05-14 04:38:57] "POST /id-to-fqname HTTP/1.1" 200 196 0.003028 10.0.0.23 - - [2026-05-14 04:38:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.008040 10.0.0.23 - - [2026-05-14 04:38:57] "POST /security-groups HTTP/1.1" 200 597 0.104290 10.0.0.23 - - [2026-05-14 04:38:57] "POST /projects HTTP/1.1" 200 597 0.372623 10.0.0.23 - - [2026-05-14 04:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.429193 10.0.0.27 - - [2026-05-14 04:38:57] "GET /project/c50e1601-30fb-4a79-b7e4-9be3735d4f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.664945 10.0.0.22 - - [2026-05-14 04:38:58] "POST /access-control-lists HTTP/1.1" 200 602 0.109177 10.0.0.27 - - [2026-05-14 04:38:59] "GET / HTTP/1.1" 200 35931 0.002429 10.0.0.23 - - [2026-05-14 04:39:02] "GET /projects?obj_uuids=c50e1601-30fb-4a79-b7e4-9be3735d4f41&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001458 10.0.0.27 - - [2026-05-14 04:39:02] "GET /project/c50e1601-30fb-4a79-b7e4-9be3735d4f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057572 10.0.0.23 - - [2026-05-14 04:39:02] "GET /projects?obj_uuids=c50e1601-30fb-4a79-b7e4-9be3735d4f41&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001696 10.0.0.27 - - [2026-05-14 04:39:02] "GET /project/c50e1601-30fb-4a79-b7e4-9be3735d4f41?fields=virtual_networks HTTP/1.1" 200 1055 0.063152 10.0.0.23 - - [2026-05-14 04:39:02] "GET /projects?obj_uuids=c50e1601-30fb-4a79-b7e4-9be3735d4f41&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001791 10.0.0.27 - - [2026-05-14 04:39:02] "GET /project/c50e1601-30fb-4a79-b7e4-9be3735d4f41?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.069025 10.0.0.23 - - [2026-05-14 04:39:03] "GET /projects?obj_uuids=c50e1601-30fb-4a79-b7e4-9be3735d4f41&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001456 10.0.0.27 - - [2026-05-14 04:39:03] "GET /project/c50e1601-30fb-4a79-b7e4-9be3735d4f41?fields=security_groups HTTP/1.1" 200 1287 0.050870 10.0.0.27 - - [2026-05-14 04:39:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.037014 10.0.0.23 - - [2026-05-14 04:39:04] "GET /projects?obj_uuids=4d27e01a-ace8-4cda-b094-07ba91bfcea9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005792 10.0.0.23 - - [2026-05-14 04:39:04] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.23 - - [2026-05-14 04:39:04] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009992 10.0.0.23 - - [2026-05-14 04:39:04] "POST /id-to-fqname HTTP/1.1" 200 190 0.002982 10.0.0.23 - - [2026-05-14 04:39:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.012393 10.0.0.23 - - [2026-05-14 04:39:04] "POST /security-groups HTTP/1.1" 200 591 0.061954 10.0.0.22 - - [2026-05-14 04:39:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.006598 10.0.0.23 - - [2026-05-14 04:39:04] "POST /projects HTTP/1.1" 200 585 0.339177 10.0.0.23 - - [2026-05-14 04:39:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.378461 10.0.0.27 - - [2026-05-14 04:39:04] "GET /project/4d27e01a-ace8-4cda-b094-07ba91bfcea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.561695 10.0.0.22 - - [2026-05-14 04:39:04] "POST /access-control-lists HTTP/1.1" 200 594 0.089836 10.0.0.27 - - [2026-05-14 04:39:06] "GET / HTTP/1.1" 200 35931 0.004090 10.0.0.23 - - [2026-05-14 04:39:09] "GET /projects?obj_uuids=4d27e01a-ace8-4cda-b094-07ba91bfcea9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001179 10.0.0.27 - - [2026-05-14 04:39:09] "GET /project/4d27e01a-ace8-4cda-b094-07ba91bfcea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.050011 10.0.0.23 - - [2026-05-14 04:39:09] "GET /projects?obj_uuids=4d27e01a-ace8-4cda-b094-07ba91bfcea9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001316 10.0.0.27 - - [2026-05-14 04:39:09] "GET /project/4d27e01a-ace8-4cda-b094-07ba91bfcea9?fields=virtual_networks HTTP/1.1" 200 1042 0.073563 10.0.0.23 - - [2026-05-14 04:39:09] "GET /projects?obj_uuids=4d27e01a-ace8-4cda-b094-07ba91bfcea9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001885 10.0.0.27 - - [2026-05-14 04:39:09] "GET /project/4d27e01a-ace8-4cda-b094-07ba91bfcea9?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.063807 10.0.0.23 - - [2026-05-14 04:39:09] "GET /projects?obj_uuids=4d27e01a-ace8-4cda-b094-07ba91bfcea9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001321 10.0.0.27 - - [2026-05-14 04:39:09] "GET /project/4d27e01a-ace8-4cda-b094-07ba91bfcea9?fields=security_groups HTTP/1.1" 200 1268 0.065484 10.0.0.27 - - [2026-05-14 04:39:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.037959 10.0.0.23 - - [2026-05-14 04:39:10] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004285 10.0.0.23 - - [2026-05-14 04:39:10] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003959 10.0.0.23 - - [2026-05-14 04:39:10] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.016323 10.0.0.23 - - [2026-05-14 04:39:10] "POST /id-to-fqname HTTP/1.1" 200 198 0.001484 10.0.0.23 - - [2026-05-14 04:39:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.005826 10.0.0.23 - - [2026-05-14 04:39:11] "POST /security-groups HTTP/1.1" 200 599 0.084009 10.0.0.23 - - [2026-05-14 04:39:11] "POST /projects HTTP/1.1" 200 601 0.325139 10.0.0.23 - - [2026-05-14 04:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.360362 10.0.0.22 - - [2026-05-14 04:39:11] "POST /fqname-to-id HTTP/1.1" 404 241 0.015082 10.0.0.27 - - [2026-05-14 04:39:11] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.542070 10.0.0.27 - - [2026-05-14 04:39:12] "GET / HTTP/1.1" 200 35931 0.003387 10.0.0.27 - - [2026-05-14 04:39:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.27 - - [2026-05-14 04:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.077352 10.0.0.23 - - [2026-05-14 04:39:13] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.27 - - [2026-05-14 04:39:13] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.060337 10.0.0.27 - - [2026-05-14 04:39:13] "POST /neutron/network HTTP/1.1" 200 117 0.059507 10.0.0.22 - - [2026-05-14 04:39:13] "POST /ref-update HTTP/1.1" 200 156 0.036910 10.0.0.23 - - [2026-05-14 04:39:14] "POST /useragent-kv HTTP/1.1" 200 115 0.007548 10.0.0.22 - - [2026-05-14 04:39:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.051876 10.0.0.27 - - [2026-05-14 04:39:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.253497 10.0.0.27 - - [2026-05-14 04:39:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001524 10.0.0.27 - - [2026-05-14 04:39:14] "GET /virtual-network/b3316376-6b4f-4c18-b8ac-f0d12f46e2ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.015834 10.0.0.27 - - [2026-05-14 04:39:14] "GET /virtual-network/b3316376-6b4f-4c18-b8ac-f0d12f46e2ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.008536 10.0.0.27 - - [2026-05-14 04:39:14] "POST /neutron/network HTTP/1.1" 200 975 0.018231 10.0.0.27 - - [2026-05-14 04:39:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004949 10.0.0.23 - - [2026-05-14 04:39:14] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001361 10.0.0.27 - - [2026-05-14 04:39:14] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.053901 10.0.0.27 - - [2026-05-14 04:39:14] "POST /neutron/network HTTP/1.1" 200 117 0.039195 10.0.0.23 - - [2026-05-14 04:39:15] "POST /useragent-kv HTTP/1.1" 200 115 0.014039 10.0.0.27 - - [2026-05-14 04:39:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.265945 10.0.0.27 - - [2026-05-14 04:39:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001393 10.0.0.27 - - [2026-05-14 04:39:15] "GET /virtual-network/a84ff83a-1b7e-4c1a-bd31-6dcf38c00d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.007671 10.0.0.27 - - [2026-05-14 04:39:15] "GET /virtual-network/a84ff83a-1b7e-4c1a-bd31-6dcf38c00d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.015966 10.0.0.27 - - [2026-05-14 04:39:15] "POST /neutron/network HTTP/1.1" 200 974 0.014141 10.0.0.27 - - [2026-05-14 04:39:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001524 10.0.0.27 - - [2026-05-14 04:39:16] "POST /neutron/port HTTP/1.1" 200 4190 0.042622 10.0.0.23 - - [2026-05-14 04:39:17] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001340 10.0.0.27 - - [2026-05-14 04:39:17] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.091291 10.0.0.27 - - [2026-05-14 04:39:17] "POST /neutron/port HTTP/1.1" 200 4190 0.050551 10.0.0.27 - - [2026-05-14 04:39:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001740 10.0.0.27 - - [2026-05-14 04:39:17] "POST /neutron/network HTTP/1.1" 200 984 0.009110 10.0.0.27 - - [2026-05-14 04:39:18] "POST /neutron/port HTTP/1.1" 200 1153 0.034349 10.0.0.27 - - [2026-05-14 04:39:18] "POST /neutron/port HTTP/1.1" 200 1217 0.029886 10.0.0.27 - - [2026-05-14 04:39:18] "POST /neutron/subnet HTTP/1.1" 200 1273 0.016910 10.0.0.27 - - [2026-05-14 04:39:18] "POST /neutron/network HTTP/1.1" 200 975 0.014893 10.0.0.23 - - [2026-05-14 04:39:18] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001470 10.0.0.27 - - [2026-05-14 04:39:18] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.098913 10.0.0.27 - - [2026-05-14 04:39:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016532 10.0.0.27 - - [2026-05-14 04:39:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014602 10.0.0.27 - - [2026-05-14 04:39:20] "POST /neutron/port HTTP/1.1" 200 1152 0.034725 10.0.0.27 - - [2026-05-14 04:39:20] "POST /neutron/port HTTP/1.1" 200 1216 0.028882 10.0.0.27 - - [2026-05-14 04:39:20] "POST /neutron/subnet HTTP/1.1" 200 1268 0.019701 10.0.0.27 - - [2026-05-14 04:39:20] "POST /neutron/network HTTP/1.1" 200 974 0.014868 10.0.0.27 - - [2026-05-14 04:39:24] "POST /neutron/port HTTP/1.1" 200 1217 0.029786 10.0.0.27 - - [2026-05-14 04:39:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012112 10.0.0.27 - - [2026-05-14 04:39:24] "GET /virtual-machine/6bf16b56-a1ac-4983-95cb-ad8583c988ae HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2026-05-14 04:39:25] "GET /virtual-machine/6bf16b56-a1ac-4983-95cb-ad8583c988ae HTTP/1.1" 200 1300 0.038301 10.0.0.27 - - [2026-05-14 04:39:25] "GET /virtual-machine-interface/694e6e05-2ed9-4f17-aebb-5639744f1e7d HTTP/1.1" 200 3157 0.007605 10.0.0.27 - - [2026-05-14 04:39:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.27 - - [2026-05-14 04:39:25] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005541 10.0.0.27 - - [2026-05-14 04:39:25] "GET /virtual-networks?parent_id=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004369 10.0.0.27 - - [2026-05-14 04:39:25] "GET /virtual-network/b3316376-6b4f-4c18-b8ac-f0d12f46e2ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007124 10.0.0.23 - - [2026-05-14 04:39:25] "GET /obj-perms HTTP/1.1" 200 5056 0.088679 10.0.0.27 - - [2026-05-14 04:39:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.27 - - [2026-05-14 04:39:28] "GET /virtual-network/b3316376-6b4f-4c18-b8ac-f0d12f46e2ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007700 10.0.0.27 - - [2026-05-14 04:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005262 10.0.0.27 - - [2026-05-14 04:39:30] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004394 10.0.0.27 - - [2026-05-14 04:39:30] "GET /virtual-networks?parent_id=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003954 10.0.0.27 - - [2026-05-14 04:39:30] "GET /virtual-network/b3316376-6b4f-4c18-b8ac-f0d12f46e2ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007875 10.0.0.27 - - [2026-05-14 04:39:30] "POST /neutron/port HTTP/1.1" 200 1216 0.026371 10.0.0.27 - - [2026-05-14 04:39:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011239 10.0.0.27 - - [2026-05-14 04:39:31] "GET /virtual-machine/86b46cd3-3d20-42a8-9edc-6debcb3f0b1a HTTP/1.1" 200 1300 0.007517 10.0.0.27 - - [2026-05-14 04:39:31] "GET /virtual-machine-interface/01e06051-423b-48b7-a9ae-c306f0af643b HTTP/1.1" 200 3156 0.007939 10.0.0.27 - - [2026-05-14 04:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2026-05-14 04:39:31] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005619 10.0.0.27 - - [2026-05-14 04:39:31] "GET /virtual-networks?parent_id=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004409 10.0.0.27 - - [2026-05-14 04:39:31] "GET /virtual-network/a84ff83a-1b7e-4c1a-bd31-6dcf38c00d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.013034 10.0.0.27 - - [2026-05-14 04:39:32] "POST /neutron/port HTTP/1.1" 200 1216 0.027675 10.0.0.27 - - [2026-05-14 04:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005287 10.0.0.27 - - [2026-05-14 04:39:34] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005265 10.0.0.27 - - [2026-05-14 04:39:34] "GET /virtual-networks?parent_id=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004400 10.0.0.27 - - [2026-05-14 04:39:34] "GET /virtual-network/a84ff83a-1b7e-4c1a-bd31-6dcf38c00d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.008550 10.0.0.27 - - [2026-05-14 04:39:34] "POST /fqname-to-id HTTP/1.1" 404 209 0.004899 10.0.0.27 - - [2026-05-14 04:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005082 10.0.0.23 - - [2026-05-14 04:39:34] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001587 10.0.0.27 - - [2026-05-14 04:39:34] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.056452 10.0.0.27 - - [2026-05-14 04:39:34] "POST /network-policys HTTP/1.1" 200 533 0.035786 10.0.0.27 - - [2026-05-14 04:39:34] "GET /network-policy/dd5b240d-42f9-4ac6-8536-47dc1e56758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.009945 10.0.0.27 - - [2026-05-14 04:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.27 - - [2026-05-14 04:39:34] "GET /virtual-network/b3316376-6b4f-4c18-b8ac-f0d12f46e2ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.007620 10.0.0.27 - - [2026-05-14 04:39:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005622 10.0.0.27 - - [2026-05-14 04:39:34] "GET /network-policy/dd5b240d-42f9-4ac6-8536-47dc1e56758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006624 10.0.0.22 - - [2026-05-14 04:39:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.004884 10.0.0.22 - - [2026-05-14 04:39:35] "POST /fqname-to-id HTTP/1.1" 404 230 0.011243 10.0.0.27 - - [2026-05-14 04:39:35] "POST /ref-update HTTP/1.1" 200 156 0.083365 10.0.0.27 - - [2026-05-14 04:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005607 10.0.0.27 - - [2026-05-14 04:39:35] "GET /network-policy/dd5b240d-42f9-4ac6-8536-47dc1e56758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004970 10.0.0.27 - - [2026-05-14 04:39:35] "GET /virtual-network/b3316376-6b4f-4c18-b8ac-f0d12f46e2ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.010228 10.0.0.27 - - [2026-05-14 04:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.27 - - [2026-05-14 04:39:35] "GET /network-policy/dd5b240d-42f9-4ac6-8536-47dc1e56758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005760 10.0.0.27 - - [2026-05-14 04:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.27 - - [2026-05-14 04:39:35] "GET /virtual-network/a84ff83a-1b7e-4c1a-bd31-6dcf38c00d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.007617 10.0.0.27 - - [2026-05-14 04:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.27 - - [2026-05-14 04:39:35] "GET /network-policy/dd5b240d-42f9-4ac6-8536-47dc1e56758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005360 10.0.0.27 - - [2026-05-14 04:39:35] "POST /ref-update HTTP/1.1" 200 156 0.070678 10.0.0.27 - - [2026-05-14 04:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.22 - - [2026-05-14 04:39:35] "POST /access-control-lists HTTP/1.1" 200 578 0.088728 10.0.0.27 - - [2026-05-14 04:39:35] "GET /network-policy/dd5b240d-42f9-4ac6-8536-47dc1e56758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005137 10.0.0.27 - - [2026-05-14 04:39:35] "POST /neutron/network HTTP/1.1" 200 1060 0.029113 10.0.0.27 - - [2026-05-14 04:39:35] "GET /virtual-network/a84ff83a-1b7e-4c1a-bd31-6dcf38c00d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2864 0.014207 10.0.0.27 - - [2026-05-14 04:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008234 10.0.0.27 - - [2026-05-14 04:39:35] "GET /network-policy/dd5b240d-42f9-4ac6-8536-47dc1e56758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005623 10.0.0.27 - - [2026-05-14 04:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.23 - - [2026-05-14 04:39:35] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001401 10.0.0.27 - - [2026-05-14 04:39:35] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.076602 10.0.0.22 - - [2026-05-14 04:39:36] "POST /ref-update HTTP/1.1" 200 156 0.039960 10.0.0.23 - - [2026-05-14 04:39:36] "POST /useragent-kv HTTP/1.1" 200 115 0.013397 10.0.0.27 - - [2026-05-14 04:39:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.270165 10.0.0.27 - - [2026-05-14 04:39:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.001461 10.0.0.27 - - [2026-05-14 04:39:36] "GET /virtual-network/a3294fef-5f7a-49e6-80ac-583b2dce6b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006852 10.0.0.27 - - [2026-05-14 04:39:36] "GET /virtual-network/a3294fef-5f7a-49e6-80ac-583b2dce6b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007685 10.0.0.27 - - [2026-05-14 04:39:36] "POST /neutron/network HTTP/1.1" 200 799 0.008442 10.0.0.27 - - [2026-05-14 04:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.23 - - [2026-05-14 04:39:36] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001604 10.0.0.27 - - [2026-05-14 04:39:36] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.050575 10.0.0.23 - - [2026-05-14 04:39:36] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001374 10.0.0.27 - - [2026-05-14 04:39:36] "POST /neutron/network HTTP/1.1" 200 585 0.175958 10.0.0.27 - - [2026-05-14 04:39:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.006641 10.0.0.27 - - [2026-05-14 04:39:37] "GET /virtual-network/590f5b56-8dde-4cee-9a11-e7c1e637ed60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008179 10.0.0.27 - - [2026-05-14 04:39:37] "POST /neutron/network HTTP/1.1" 200 799 0.009544 10.0.0.27 - - [2026-05-14 04:39:37] "GET /virtual-network/590f5b56-8dde-4cee-9a11-e7c1e637ed60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007274 10.0.0.27 - - [2026-05-14 04:39:37] "POST /fqname-to-id HTTP/1.1" 404 239 0.004196 10.0.0.27 - - [2026-05-14 04:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.23 - - [2026-05-14 04:39:37] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001694 10.0.0.27 - - [2026-05-14 04:39:37] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.064259 10.0.0.27 - - [2026-05-14 04:39:37] "POST /network-policys HTTP/1.1" 200 587 0.047263 10.0.0.27 - - [2026-05-14 04:39:37] "GET /network-policy/67f61ae0-2c69-487e-ac10-62534cdcaaa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.012003 10.0.0.27 - - [2026-05-14 04:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.27 - - [2026-05-14 04:39:37] "GET /virtual-network/a3294fef-5f7a-49e6-80ac-583b2dce6b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008505 10.0.0.27 - - [2026-05-14 04:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.27 - - [2026-05-14 04:39:37] "GET /network-policy/67f61ae0-2c69-487e-ac10-62534cdcaaa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.011514 10.0.0.22 - - [2026-05-14 04:39:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.018693 10.0.0.27 - - [2026-05-14 04:39:37] "POST /ref-update HTTP/1.1" 200 156 0.086819 10.0.0.27 - - [2026-05-14 04:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.012884 10.0.0.27 - - [2026-05-14 04:39:37] "GET /network-policy/67f61ae0-2c69-487e-ac10-62534cdcaaa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004993 10.0.0.27 - - [2026-05-14 04:39:38] "POST /neutron/network HTTP/1.1" 200 912 0.016190 10.0.0.27 - - [2026-05-14 04:39:38] "GET /virtual-network/a3294fef-5f7a-49e6-80ac-583b2dce6b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.006656 10.0.0.27 - - [2026-05-14 04:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.27 - - [2026-05-14 04:39:38] "GET /network-policy/67f61ae0-2c69-487e-ac10-62534cdcaaa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006266 10.0.0.27 - - [2026-05-14 04:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005101 10.0.0.27 - - [2026-05-14 04:39:38] "GET /virtual-network/590f5b56-8dde-4cee-9a11-e7c1e637ed60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009721 10.0.0.27 - - [2026-05-14 04:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.27 - - [2026-05-14 04:39:38] "GET /network-policy/67f61ae0-2c69-487e-ac10-62534cdcaaa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006069 10.0.0.27 - - [2026-05-14 04:39:38] "POST /ref-update HTTP/1.1" 200 156 0.114484 10.0.0.22 - - [2026-05-14 04:39:38] "POST /access-control-lists HTTP/1.1" 200 554 0.091203 10.0.0.27 - - [2026-05-14 04:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.27 - - [2026-05-14 04:39:38] "GET /network-policy/67f61ae0-2c69-487e-ac10-62534cdcaaa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007905 10.0.0.27 - - [2026-05-14 04:39:38] "GET /virtual-network/590f5b56-8dde-4cee-9a11-e7c1e637ed60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.010701 10.0.0.27 - - [2026-05-14 04:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.27 - - [2026-05-14 04:39:38] "GET /network-policy/67f61ae0-2c69-487e-ac10-62534cdcaaa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005066 10.0.0.27 - - [2026-05-14 04:39:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001345 10.0.0.27 - - [2026-05-14 04:39:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011668 10.0.0.23 - - [2026-05-14 04:39:39] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001515 10.0.0.27 - - [2026-05-14 04:39:39] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.091905 10.0.0.27 - - [2026-05-14 04:39:40] "POST /neutron/port HTTP/1.1" 200 6315 0.077730 10.0.0.27 - - [2026-05-14 04:39:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001590 10.0.0.27 - - [2026-05-14 04:39:40] "POST /neutron/port HTTP/1.1" 200 6315 0.064574 10.0.0.23 - - [2026-05-14 04:39:40] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001726 10.0.0.27 - - [2026-05-14 04:39:41] "POST /neutron/port HTTP/1.1" 200 1063 0.431111 10.0.0.27 - - [2026-05-14 04:39:41] "POST /neutron/port HTTP/1.1" 200 1063 0.019818 10.0.0.27 - - [2026-05-14 04:39:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005922 10.0.0.27 - - [2026-05-14 04:39:41] "POST /neutron/network HTTP/1.1" 200 912 0.008106 10.0.0.23 - - [2026-05-14 04:39:41] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.27 - - [2026-05-14 04:39:41] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.130144 10.0.0.27 - - [2026-05-14 04:39:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009312 10.0.0.27 - - [2026-05-14 04:39:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003904 10.0.0.27 - - [2026-05-14 04:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.27 - - [2026-05-14 04:39:42] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006757 10.0.0.23 - - [2026-05-14 04:39:42] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001670 10.0.0.27 - - [2026-05-14 04:39:43] "POST /neutron/port HTTP/1.1" 200 1063 0.424273 10.0.0.27 - - [2026-05-14 04:39:43] "POST /neutron/port HTTP/1.1" 200 1117 0.164387 10.0.0.27 - - [2026-05-14 04:39:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.016647 10.0.0.27 - - [2026-05-14 04:39:43] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005705 10.0.0.27 - - [2026-05-14 04:39:43] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.004893 10.0.0.27 - - [2026-05-14 04:39:43] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005759 10.0.0.27 - - [2026-05-14 04:39:43] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.107744 10.0.0.22 - - [2026-05-14 04:39:43] "DELETE /access-control-list/e083168d-6274-42f8-9157-47ffa02a1f9c HTTP/1.1" 200 115 0.115232 10.0.0.27 - - [2026-05-14 04:39:43] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.108630 10.0.0.27 - - [2026-05-14 04:39:43] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.008854 10.0.0.27 - - [2026-05-14 04:39:44] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.009081 10.0.0.27 - - [2026-05-14 04:39:44] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.094863 10.0.0.27 - - [2026-05-14 04:39:44] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.099823 10.0.0.27 - - [2026-05-14 04:39:44] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.005405 10.0.0.27 - - [2026-05-14 04:39:44] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.013427 10.0.0.27 - - [2026-05-14 04:39:44] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.047372 10.0.0.27 - - [2026-05-14 04:39:44] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.056535 10.0.0.27 - - [2026-05-14 04:39:44] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.008976 10.0.0.27 - - [2026-05-14 04:39:44] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.019347 10.0.0.27 - - [2026-05-14 04:39:44] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.043677 10.0.0.27 - - [2026-05-14 04:39:44] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004878 10.0.0.27 - - [2026-05-14 04:39:44] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006391 10.0.0.27 - - [2026-05-14 04:39:44] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.008847 10.0.0.27 - - [2026-05-14 04:39:44] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.073275 10.0.0.27 - - [2026-05-14 04:39:44] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.083127 10.0.0.27 - - [2026-05-14 04:39:45] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007491 10.0.0.27 - - [2026-05-14 04:39:45] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.016459 10.0.0.27 - - [2026-05-14 04:39:45] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.073692 10.0.0.27 - - [2026-05-14 04:39:45] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.054300 10.0.0.27 - - [2026-05-14 04:39:45] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.008736 10.0.0.27 - - [2026-05-14 04:39:45] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.012850 10.0.0.27 - - [2026-05-14 04:39:45] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.052158 10.0.0.27 - - [2026-05-14 04:39:45] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.066375 10.0.0.27 - - [2026-05-14 04:39:45] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.023181 10.0.0.27 - - [2026-05-14 04:39:45] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.010845 10.0.0.27 - - [2026-05-14 04:39:45] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.032170 10.0.0.27 - - [2026-05-14 04:39:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004807 10.0.0.27 - - [2026-05-14 04:39:45] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007250 10.0.0.27 - - [2026-05-14 04:39:45] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.008471 10.0.0.27 - - [2026-05-14 04:39:45] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.046057 10.0.0.27 - - [2026-05-14 04:39:45] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.102559 10.0.0.27 - - [2026-05-14 04:39:45] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.014482 10.0.0.27 - - [2026-05-14 04:39:45] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.005419 10.0.0.27 - - [2026-05-14 04:39:46] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.056595 10.0.0.27 - - [2026-05-14 04:39:46] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.057232 10.0.0.27 - - [2026-05-14 04:39:46] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006448 10.0.0.27 - - [2026-05-14 04:39:46] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006748 10.0.0.27 - - [2026-05-14 04:39:46] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.044545 10.0.0.27 - - [2026-05-14 04:39:46] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.060040 10.0.0.27 - - [2026-05-14 04:39:46] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.011716 10.0.0.27 - - [2026-05-14 04:39:46] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.009433 10.0.0.27 - - [2026-05-14 04:39:46] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.051544 10.0.0.27 - - [2026-05-14 04:39:46] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004707 10.0.0.27 - - [2026-05-14 04:39:46] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006617 10.0.0.27 - - [2026-05-14 04:39:46] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.009041 10.0.0.27 - - [2026-05-14 04:39:46] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.039988 10.0.0.27 - - [2026-05-14 04:39:46] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.061408 10.0.0.27 - - [2026-05-14 04:39:46] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.009686 10.0.0.27 - - [2026-05-14 04:39:46] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.007267 10.0.0.27 - - [2026-05-14 04:39:46] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.046978 10.0.0.27 - - [2026-05-14 04:39:47] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.114527 10.0.0.27 - - [2026-05-14 04:39:47] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.015667 10.0.0.27 - - [2026-05-14 04:39:47] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.015282 10.0.0.27 - - [2026-05-14 04:39:47] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.084968 10.0.0.27 - - [2026-05-14 04:39:47] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.075213 10.0.0.27 - - [2026-05-14 04:39:49] "POST /neutron/port HTTP/1.1" 200 1107 0.037950 10.0.0.27 - - [2026-05-14 04:39:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006672 10.0.0.27 - - [2026-05-14 04:39:49] "POST /neutron/network HTTP/1.1" 200 927 0.010782 10.0.0.27 - - [2026-05-14 04:39:54] "POST /neutron/port HTTP/1.1" 200 1127 0.025239 10.0.0.23 - - [2026-05-14 04:39:55] "DELETE /project/39818c32-bf09-4abe-b623-4b8b4a7082fe HTTP/1.1" 404 177 0.015275 10.0.0.23 - - [2026-05-14 04:39:55] "DELETE /project/77c4371987c64b2a8aca79acc35c833a HTTP/1.1" 404 173 0.022936 10.0.0.23 - - [2026-05-14 04:39:55] "DELETE /project/4d27e01aace84cdab09407ba91bfcea9 HTTP/1.1" 404 173 0.021076 10.0.0.23 - - [2026-05-14 04:39:55] "DELETE /project/c50e160130fb4a79b7e49be3735d4f41 HTTP/1.1" 404 173 0.014094 10.0.0.23 - - [2026-05-14 04:39:55] "GET /projects?obj_uuids=4d27e01a-ace8-4cda-b094-07ba91bfcea9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001139 10.0.0.23 - - [2026-05-14 04:39:55] "GET /projects?obj_uuids=c50e1601-30fb-4a79-b7e4-9be3735d4f41&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000993 10.0.0.23 - - [2026-05-14 04:39:55] "GET /project/4d27e01a-ace8-4cda-b094-07ba91bfcea9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.063563 10.0.0.23 - - [2026-05-14 04:39:55] "GET /project/c50e1601-30fb-4a79-b7e4-9be3735d4f41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.077459 10.0.0.23 - - [2026-05-14 04:39:55] "GET /projects?obj_uuids=4d27e01a-ace8-4cda-b094-07ba91bfcea9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.23 - - [2026-05-14 04:39:55] "GET /projects?obj_uuids=c50e1601-30fb-4a79-b7e4-9be3735d4f41&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002109 10.0.0.23 - - [2026-05-14 04:39:55] "GET /project/c50e1601-30fb-4a79-b7e4-9be3735d4f41?fields=security_groups HTTP/1.1" 200 1392 0.058986 10.0.0.23 - - [2026-05-14 04:39:55] "GET /project/4d27e01a-ace8-4cda-b094-07ba91bfcea9?fields=security_groups HTTP/1.1" 200 1373 0.081024 10.0.0.23 - - [2026-05-14 04:39:55] "DELETE /security-group/27b676d7-0c8c-4cf5-b064-aaf3f43dc496 HTTP/1.1" 200 115 0.087153 10.0.0.23 - - [2026-05-14 04:39:55] "GET /projects?obj_uuids=c50e1601-30fb-4a79-b7e4-9be3735d4f41&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001414 10.0.0.23 - - [2026-05-14 04:39:55] "DELETE /security-group/6992dd7b-581a-45db-8d30-89a9f6752026 HTTP/1.1" 200 115 0.101389 10.0.0.23 - - [2026-05-14 04:39:55] "GET /projects?obj_uuids=4d27e01a-ace8-4cda-b094-07ba91bfcea9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003118 10.0.0.23 - - [2026-05-14 04:39:55] "GET /project/c50e1601-30fb-4a79-b7e4-9be3735d4f41?fields=application_policy_sets HTTP/1.1" 200 1431 0.101379 10.0.0.23 - - [2026-05-14 04:39:55] "GET /project/4d27e01a-ace8-4cda-b094-07ba91bfcea9?fields=application_policy_sets HTTP/1.1" 200 1412 0.164911 10.0.0.22 - - [2026-05-14 04:39:55] "DELETE /access-control-list/d1d09dac-2d20-4899-92e1-d3429aefb3e6 HTTP/1.1" 200 115 0.089098 10.0.0.23 - - [2026-05-14 04:39:56] "DELETE /project/c50e1601-30fb-4a79-b7e4-9be3735d4f41 HTTP/1.1" 200 115 0.717072 10.0.0.23 - - [2026-05-14 04:39:56] "DELETE /project/4d27e01a-ace8-4cda-b094-07ba91bfcea9 HTTP/1.1" 200 115 0.771712 10.0.0.27 - - [2026-05-14 04:39:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004859 10.0.0.27 - - [2026-05-14 04:39:57] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.006756 10.0.0.27 - - [2026-05-14 04:39:57] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.006137 10.0.0.27 - - [2026-05-14 04:39:57] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.047366 10.0.0.27 - - [2026-05-14 04:39:57] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.079514 10.0.0.27 - - [2026-05-14 04:39:57] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.005775 10.0.0.27 - - [2026-05-14 04:39:57] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.016374 10.0.0.27 - - [2026-05-14 04:39:57] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.050214 10.0.0.27 - - [2026-05-14 04:39:57] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.060532 10.0.0.27 - - [2026-05-14 04:39:57] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.008094 10.0.0.27 - - [2026-05-14 04:39:57] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.015082 10.0.0.27 - - [2026-05-14 04:39:58] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.072368 10.0.0.27 - - [2026-05-14 04:39:58] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.063640 10.0.0.27 - - [2026-05-14 04:39:58] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007876 10.0.0.27 - - [2026-05-14 04:39:58] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.014677 10.0.0.27 - - [2026-05-14 04:39:58] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.043809 10.0.0.27 - - [2026-05-14 04:39:58] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004071 10.0.0.27 - - [2026-05-14 04:39:58] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.014586 10.0.0.27 - - [2026-05-14 04:39:58] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.026931 10.0.0.27 - - [2026-05-14 04:39:58] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.089921 10.0.0.27 - - [2026-05-14 04:39:58] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.073163 10.0.0.27 - - [2026-05-14 04:39:58] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006532 10.0.0.27 - - [2026-05-14 04:39:58] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.020823 10.0.0.27 - - [2026-05-14 04:39:58] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.109128 10.0.0.27 - - [2026-05-14 04:39:59] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.103774 10.0.0.27 - - [2026-05-14 04:39:59] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.025405 10.0.0.27 - - [2026-05-14 04:39:59] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007458 10.0.0.27 - - [2026-05-14 04:39:59] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.050339 10.0.0.27 - - [2026-05-14 04:39:59] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.088868 10.0.0.27 - - [2026-05-14 04:39:59] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.013769 10.0.0.27 - - [2026-05-14 04:39:59] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.013649 10.0.0.27 - - [2026-05-14 04:39:59] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.044811 10.0.0.27 - - [2026-05-14 04:39:59] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006377 10.0.0.27 - - [2026-05-14 04:39:59] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007051 10.0.0.27 - - [2026-05-14 04:39:59] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.008981 10.0.0.27 - - [2026-05-14 04:39:59] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.083470 10.0.0.27 - - [2026-05-14 04:39:59] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.061281 10.0.0.27 - - [2026-05-14 04:39:59] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007062 10.0.0.27 - - [2026-05-14 04:39:59] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006444 10.0.0.27 - - [2026-05-14 04:39:59] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.068028 10.0.0.27 - - [2026-05-14 04:40:00] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.062610 10.0.0.27 - - [2026-05-14 04:40:00] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.010624 10.0.0.27 - - [2026-05-14 04:40:00] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.010950 10.0.0.27 - - [2026-05-14 04:40:00] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.052223 10.0.0.27 - - [2026-05-14 04:40:00] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.074637 10.0.0.27 - - [2026-05-14 04:40:00] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.013357 10.0.0.27 - - [2026-05-14 04:40:00] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006017 10.0.0.27 - - [2026-05-14 04:40:00] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.036890 10.0.0.27 - - [2026-05-14 04:40:00] "POST /ref-update HTTP/1.1" 200 156 0.107908 10.0.0.27 - - [2026-05-14 04:40:00] "GET /virtual-network/590f5b56-8dde-4cee-9a11-e7c1e637ed60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.010622 10.0.0.22 - - [2026-05-14 04:40:00] "POST /ref-update HTTP/1.1" 200 156 0.046859 10.0.0.27 - - [2026-05-14 04:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.020286 10.0.0.27 - - [2026-05-14 04:40:01] "GET /network-policy/67f61ae0-2c69-487e-ac10-62534cdcaaa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.010807 10.0.0.27 - - [2026-05-14 04:40:01] "POST /ref-update HTTP/1.1" 200 156 0.083889 10.0.0.27 - - [2026-05-14 04:40:01] "POST /neutron/network HTTP/1.1" 200 799 0.022381 10.0.0.27 - - [2026-05-14 04:40:01] "GET /virtual-network/a3294fef-5f7a-49e6-80ac-583b2dce6b0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.010548 10.0.0.27 - - [2026-05-14 04:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.27 - - [2026-05-14 04:40:01] "GET /network-policy/67f61ae0-2c69-487e-ac10-62534cdcaaa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007074 10.0.0.27 - - [2026-05-14 04:40:01] "DELETE /network-policy/67f61ae0-2c69-487e-ac10-62534cdcaaa4 HTTP/1.1" 200 115 0.061051 10.0.0.27 - - [2026-05-14 04:40:01] "POST /neutron/port HTTP/1.1" 200 1127 0.038321 10.0.0.27 - - [2026-05-14 04:40:01] "POST /neutron/port HTTP/1.1" 200 1117 0.025296 10.0.0.27 - - [2026-05-14 04:40:03] "POST /neutron/network HTTP/1.1" 200 799 0.016568 10.0.0.22 - - [2026-05-14 04:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007554 10.0.0.23 - - [2026-05-14 04:40:04] "POST /useragent-kv HTTP/1.1" 200 115 0.009495 10.0.0.23 - - [2026-05-14 04:40:04] "POST /useragent-kv HTTP/1.1" 200 115 0.008020 10.0.0.27 - - [2026-05-14 04:40:04] "POST /neutron/network HTTP/1.1" 200 151 0.215048 10.0.0.22 - - [2026-05-14 04:40:04] "DELETE /route-target/b7811412-5696-47d4-bc92-0c7d932e3e87 HTTP/1.1" 200 115 0.056887 10.0.0.27 - - [2026-05-14 04:40:04] "POST /ref-update HTTP/1.1" 200 156 0.088369 10.0.0.27 - - [2026-05-14 04:40:04] "GET /virtual-network/a84ff83a-1b7e-4c1a-bd31-6dcf38c00d30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2557 0.013820 10.0.0.27 - - [2026-05-14 04:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.013672 10.0.0.27 - - [2026-05-14 04:40:04] "GET /network-policy/dd5b240d-42f9-4ac6-8536-47dc1e56758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.012161 10.0.0.22 - - [2026-05-14 04:40:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.008975 10.0.0.27 - - [2026-05-14 04:40:04] "POST /ref-update HTTP/1.1" 200 156 0.083587 10.0.0.22 - - [2026-05-14 04:40:04] "DELETE /access-control-list/8bc3105d-7963-4dc3-98b3-affd3995fc07 HTTP/1.1" 200 115 0.061567 10.0.0.27 - - [2026-05-14 04:40:04] "GET /virtual-network/b3316376-6b4f-4c18-b8ac-f0d12f46e2ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2560 0.030949 10.0.0.27 - - [2026-05-14 04:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.015475 10.0.0.27 - - [2026-05-14 04:40:04] "GET /network-policy/dd5b240d-42f9-4ac6-8536-47dc1e56758c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.010204 10.0.0.27 - - [2026-05-14 04:40:04] "DELETE /network-policy/dd5b240d-42f9-4ac6-8536-47dc1e56758c HTTP/1.1" 200 115 0.052150 10.0.0.27 - - [2026-05-14 04:40:04] "POST /neutron/network HTTP/1.1" 200 974 0.013320 10.0.0.27 - - [2026-05-14 04:40:05] "POST /neutron/port HTTP/1.1" 200 1206 0.021349 10.0.0.27 - - [2026-05-14 04:40:05] "POST /neutron/port HTTP/1.1" 200 1207 0.021033 10.0.0.23 - - [2026-05-14 04:40:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003797 10.0.0.23 - - [2026-05-14 04:40:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004356 10.0.0.23 - - [2026-05-14 04:40:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003462 10.0.0.23 - - [2026-05-14 04:40:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006935 10.0.0.27 - - [2026-05-14 04:40:07] "POST /neutron/network HTTP/1.1" 200 151 0.208378 10.0.0.22 - - [2026-05-14 04:40:07] "DELETE /route-target/edcda9ce-a584-4fdf-a7c6-db8b8022f994 HTTP/1.1" 200 115 0.032523 10.0.0.27 - - [2026-05-14 04:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.23 - - [2026-05-14 04:40:08] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001316 10.0.0.27 - - [2026-05-14 04:40:08] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.067230 10.0.0.27 - - [2026-05-14 04:40:08] "POST /neutron/network HTTP/1.1" 200 117 0.021014 10.0.0.22 - - [2026-05-14 04:40:09] "POST /route-targets HTTP/1.1" 200 327 0.019082 10.0.0.23 - - [2026-05-14 04:40:09] "POST /useragent-kv HTTP/1.1" 200 115 0.010188 10.0.0.27 - - [2026-05-14 04:40:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.224755 10.0.0.27 - - [2026-05-14 04:40:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001823 10.0.0.27 - - [2026-05-14 04:40:09] "GET /virtual-network/a908ae41-33c0-4ae6-a3f9-59b3d3411f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.006617 10.0.0.27 - - [2026-05-14 04:40:09] "GET /virtual-network/a908ae41-33c0-4ae6-a3f9-59b3d3411f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007874 10.0.0.27 - - [2026-05-14 04:40:09] "POST /neutron/network HTTP/1.1" 200 977 0.016835 10.0.0.27 - - [2026-05-14 04:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005609 10.0.0.23 - - [2026-05-14 04:40:09] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001258 10.0.0.27 - - [2026-05-14 04:40:09] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.079909 10.0.0.27 - - [2026-05-14 04:40:09] "POST /neutron/network HTTP/1.1" 200 117 0.018168 10.0.0.22 - - [2026-05-14 04:40:10] "POST /ref-update HTTP/1.1" 200 156 0.039068 10.0.0.22 - - [2026-05-14 04:40:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.009277 10.0.0.23 - - [2026-05-14 04:40:10] "POST /useragent-kv HTTP/1.1" 200 115 0.008601 10.0.0.27 - - [2026-05-14 04:40:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.244681 10.0.0.27 - - [2026-05-14 04:40:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001619 10.0.0.27 - - [2026-05-14 04:40:10] "GET /virtual-network/24a23a98-faab-4ffb-a6f9-cad432b2ab00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007850 10.0.0.27 - - [2026-05-14 04:40:10] "GET /virtual-network/24a23a98-faab-4ffb-a6f9-cad432b2ab00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006500 10.0.0.27 - - [2026-05-14 04:40:10] "POST /neutron/network HTTP/1.1" 200 977 0.011662 10.0.0.27 - - [2026-05-14 04:40:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001435 10.0.0.27 - - [2026-05-14 04:40:11] "POST /neutron/port HTTP/1.1" 200 4190 0.058953 10.0.0.23 - - [2026-05-14 04:40:12] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001339 10.0.0.27 - - [2026-05-14 04:40:12] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.093870 10.0.0.27 - - [2026-05-14 04:40:12] "POST /neutron/port HTTP/1.1" 200 4190 0.048378 10.0.0.27 - - [2026-05-14 04:40:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.002172 10.0.0.27 - - [2026-05-14 04:40:12] "POST /neutron/network HTTP/1.1" 200 987 0.010026 10.0.0.27 - - [2026-05-14 04:40:13] "POST /neutron/port HTTP/1.1" 200 1155 0.034871 10.0.0.27 - - [2026-05-14 04:40:13] "POST /neutron/port HTTP/1.1" 200 1219 0.028193 10.0.0.27 - - [2026-05-14 04:40:13] "POST /neutron/subnet HTTP/1.1" 200 1282 0.017647 10.0.0.27 - - [2026-05-14 04:40:13] "POST /neutron/network HTTP/1.1" 200 977 0.014183 10.0.0.23 - - [2026-05-14 04:40:13] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001525 10.0.0.27 - - [2026-05-14 04:40:13] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.101007 10.0.0.27 - - [2026-05-14 04:40:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011266 10.0.0.27 - - [2026-05-14 04:40:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014127 10.0.0.27 - - [2026-05-14 04:40:15] "POST /neutron/port HTTP/1.1" 200 1155 0.048826 10.0.0.27 - - [2026-05-14 04:40:15] "POST /neutron/port HTTP/1.1" 200 1219 0.031196 10.0.0.27 - - [2026-05-14 04:40:15] "POST /neutron/subnet HTTP/1.1" 200 1282 0.021622 10.0.0.27 - - [2026-05-14 04:40:15] "POST /neutron/network HTTP/1.1" 200 977 0.015084 10.0.0.27 - - [2026-05-14 04:40:19] "POST /neutron/port HTTP/1.1" 200 1219 0.025267 10.0.0.27 - - [2026-05-14 04:40:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015861 10.0.0.27 - - [2026-05-14 04:40:19] "GET /virtual-machine/43ba8b2c-f758-4711-afd1-ca46ca59fdda HTTP/1.1" 200 1300 0.013213 10.0.0.27 - - [2026-05-14 04:40:19] "GET /virtual-machine-interface/e6f61c15-39ee-459e-804a-086b63877924 HTTP/1.1" 200 3157 0.011737 10.0.0.27 - - [2026-05-14 04:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007273 10.0.0.27 - - [2026-05-14 04:40:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006887 10.0.0.27 - - [2026-05-14 04:40:19] "GET /virtual-networks?parent_id=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005861 10.0.0.27 - - [2026-05-14 04:40:19] "GET /virtual-network/a908ae41-33c0-4ae6-a3f9-59b3d3411f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.008466 10.0.0.27 - - [2026-05-14 04:40:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.27 - - [2026-05-14 04:40:23] "GET /virtual-network/a908ae41-33c0-4ae6-a3f9-59b3d3411f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007160 10.0.0.27 - - [2026-05-14 04:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.27 - - [2026-05-14 04:40:25] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004569 10.0.0.27 - - [2026-05-14 04:40:25] "GET /virtual-networks?parent_id=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003982 10.0.0.27 - - [2026-05-14 04:40:25] "GET /virtual-network/a908ae41-33c0-4ae6-a3f9-59b3d3411f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007057 10.0.0.27 - - [2026-05-14 04:40:25] "POST /neutron/port HTTP/1.1" 200 1219 0.025713 10.0.0.27 - - [2026-05-14 04:40:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011301 10.0.0.27 - - [2026-05-14 04:40:25] "GET /virtual-machine/74ff80f9-3732-480f-aeae-f8413fefcb6f HTTP/1.1" 200 1300 0.007192 10.0.0.27 - - [2026-05-14 04:40:25] "GET /virtual-machine-interface/0ef7c1c1-19e8-4009-b411-9a6bc3d925fa HTTP/1.1" 200 3157 0.010011 10.0.0.27 - - [2026-05-14 04:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.27 - - [2026-05-14 04:40:25] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005144 10.0.0.27 - - [2026-05-14 04:40:25] "GET /virtual-networks?parent_id=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004461 10.0.0.27 - - [2026-05-14 04:40:25] "GET /virtual-network/24a23a98-faab-4ffb-a6f9-cad432b2ab00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007212 10.0.0.27 - - [2026-05-14 04:40:26] "POST /neutron/port HTTP/1.1" 200 1219 0.057793 10.0.0.27 - - [2026-05-14 04:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.27 - - [2026-05-14 04:40:26] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005778 10.0.0.27 - - [2026-05-14 04:40:26] "GET /virtual-networks?parent_id=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004760 10.0.0.27 - - [2026-05-14 04:40:26] "GET /virtual-network/24a23a98-faab-4ffb-a6f9-cad432b2ab00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007242 10.0.0.27 - - [2026-05-14 04:40:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009749 10.0.0.27 - - [2026-05-14 04:40:32] "POST /fqname-to-id HTTP/1.1" 404 209 0.004308 10.0.0.27 - - [2026-05-14 04:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.23 - - [2026-05-14 04:40:32] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001314 10.0.0.27 - - [2026-05-14 04:40:32] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.057660 10.0.0.27 - - [2026-05-14 04:40:32] "POST /network-policys HTTP/1.1" 200 533 0.044769 10.0.0.27 - - [2026-05-14 04:40:32] "GET /network-policy/9cfe76e9-0279-4492-941c-6b18ac8d9857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.011791 10.0.0.27 - - [2026-05-14 04:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005041 10.0.0.27 - - [2026-05-14 04:40:32] "GET /virtual-network/a908ae41-33c0-4ae6-a3f9-59b3d3411f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.007536 10.0.0.27 - - [2026-05-14 04:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.27 - - [2026-05-14 04:40:32] "GET /network-policy/9cfe76e9-0279-4492-941c-6b18ac8d9857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.009249 10.0.0.27 - - [2026-05-14 04:40:32] "POST /ref-update HTTP/1.1" 200 156 0.069195 10.0.0.27 - - [2026-05-14 04:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.27 - - [2026-05-14 04:40:32] "GET /network-policy/9cfe76e9-0279-4492-941c-6b18ac8d9857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005056 10.0.0.27 - - [2026-05-14 04:40:32] "GET /virtual-network/a908ae41-33c0-4ae6-a3f9-59b3d3411f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.009691 10.0.0.27 - - [2026-05-14 04:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.27 - - [2026-05-14 04:40:32] "GET /network-policy/9cfe76e9-0279-4492-941c-6b18ac8d9857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006003 10.0.0.27 - - [2026-05-14 04:40:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.27 - - [2026-05-14 04:40:33] "GET /virtual-network/24a23a98-faab-4ffb-a6f9-cad432b2ab00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007447 10.0.0.27 - - [2026-05-14 04:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.27 - - [2026-05-14 04:40:33] "GET /network-policy/9cfe76e9-0279-4492-941c-6b18ac8d9857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.022715 10.0.0.22 - - [2026-05-14 04:40:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.004137 10.0.0.22 - - [2026-05-14 04:40:33] "POST /fqname-to-id HTTP/1.1" 404 230 0.009892 10.0.0.27 - - [2026-05-14 04:40:33] "POST /ref-update HTTP/1.1" 200 156 0.099196 10.0.0.27 - - [2026-05-14 04:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.27 - - [2026-05-14 04:40:33] "GET /network-policy/9cfe76e9-0279-4492-941c-6b18ac8d9857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.009565 10.0.0.27 - - [2026-05-14 04:40:33] "GET /virtual-network/24a23a98-faab-4ffb-a6f9-cad432b2ab00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.010676 10.0.0.27 - - [2026-05-14 04:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005249 10.0.0.27 - - [2026-05-14 04:40:33] "GET /network-policy/9cfe76e9-0279-4492-941c-6b18ac8d9857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007573 10.0.0.27 - - [2026-05-14 04:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.23 - - [2026-05-14 04:40:33] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001807 10.0.0.27 - - [2026-05-14 04:40:33] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.061869 10.0.0.27 - - [2026-05-14 04:40:33] "POST /neutron/network HTTP/1.1" 200 117 0.028599 10.0.0.22 - - [2026-05-14 04:40:33] "POST /route-targets HTTP/1.1" 200 327 0.021755 10.0.0.27 - - [2026-05-14 04:40:34] "POST /neutron/network HTTP/1.1" 200 799 0.014142 10.0.0.27 - - [2026-05-14 04:40:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001464 10.0.0.27 - - [2026-05-14 04:40:34] "GET /virtual-network/6e080fb1-aeb2-4ab9-9fc2-b24f4c096a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007206 10.0.0.27 - - [2026-05-14 04:40:34] "GET /virtual-network/6e080fb1-aeb2-4ab9-9fc2-b24f4c096a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006982 10.0.0.27 - - [2026-05-14 04:40:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.013080 10.0.0.27 - - [2026-05-14 04:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.23 - - [2026-05-14 04:40:34] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001232 10.0.0.27 - - [2026-05-14 04:40:34] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.064506 10.0.0.22 - - [2026-05-14 04:40:34] "POST /ref-update HTTP/1.1" 200 156 0.045462 10.0.0.23 - - [2026-05-14 04:40:34] "POST /useragent-kv HTTP/1.1" 200 115 0.015468 10.0.0.27 - - [2026-05-14 04:40:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.296967 10.0.0.27 - - [2026-05-14 04:40:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001477 10.0.0.27 - - [2026-05-14 04:40:35] "GET /virtual-network/5d62a1be-213c-4e85-8dc5-b90478831e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.036655 10.0.0.27 - - [2026-05-14 04:40:35] "GET /virtual-network/5d62a1be-213c-4e85-8dc5-b90478831e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007162 10.0.0.27 - - [2026-05-14 04:40:35] "POST /neutron/network HTTP/1.1" 200 799 0.008070 10.0.0.27 - - [2026-05-14 04:40:35] "POST /fqname-to-id HTTP/1.1" 404 239 0.003659 10.0.0.27 - - [2026-05-14 04:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005306 10.0.0.23 - - [2026-05-14 04:40:35] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001851 10.0.0.27 - - [2026-05-14 04:40:35] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.059511 10.0.0.27 - - [2026-05-14 04:40:35] "POST /network-policys HTTP/1.1" 200 587 0.037279 10.0.0.27 - - [2026-05-14 04:40:35] "GET /network-policy/40fc7f48-69cd-40d0-a869-ce582ddf81d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.009892 10.0.0.27 - - [2026-05-14 04:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.27 - - [2026-05-14 04:40:35] "GET /virtual-network/6e080fb1-aeb2-4ab9-9fc2-b24f4c096a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009288 10.0.0.27 - - [2026-05-14 04:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.27 - - [2026-05-14 04:40:35] "GET /network-policy/40fc7f48-69cd-40d0-a869-ce582ddf81d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006961 10.0.0.27 - - [2026-05-14 04:40:35] "POST /ref-update HTTP/1.1" 200 156 0.082259 10.0.0.27 - - [2026-05-14 04:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.27 - - [2026-05-14 04:40:35] "GET /network-policy/40fc7f48-69cd-40d0-a869-ce582ddf81d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.010217 10.0.0.27 - - [2026-05-14 04:40:35] "GET /virtual-network/6e080fb1-aeb2-4ab9-9fc2-b24f4c096a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.009877 10.0.0.27 - - [2026-05-14 04:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.27 - - [2026-05-14 04:40:35] "GET /network-policy/40fc7f48-69cd-40d0-a869-ce582ddf81d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007456 10.0.0.27 - - [2026-05-14 04:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.27 - - [2026-05-14 04:40:35] "GET /virtual-network/5d62a1be-213c-4e85-8dc5-b90478831e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006865 10.0.0.27 - - [2026-05-14 04:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.27 - - [2026-05-14 04:40:35] "GET /network-policy/40fc7f48-69cd-40d0-a869-ce582ddf81d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004753 10.0.0.22 - - [2026-05-14 04:40:36] "POST /fqname-to-id HTTP/1.1" 404 210 0.009113 10.0.0.27 - - [2026-05-14 04:40:36] "POST /ref-update HTTP/1.1" 200 156 0.077444 10.0.0.27 - - [2026-05-14 04:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.27 - - [2026-05-14 04:40:36] "GET /network-policy/40fc7f48-69cd-40d0-a869-ce582ddf81d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005579 10.0.0.27 - - [2026-05-14 04:40:36] "POST /neutron/network HTTP/1.1" 200 912 0.016333 10.0.0.27 - - [2026-05-14 04:40:36] "GET /virtual-network/5d62a1be-213c-4e85-8dc5-b90478831e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008800 10.0.0.27 - - [2026-05-14 04:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2026-05-14 04:40:36] "GET /network-policy/40fc7f48-69cd-40d0-a869-ce582ddf81d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004871 10.0.0.27 - - [2026-05-14 04:40:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.001524 10.0.0.27 - - [2026-05-14 04:40:36] "POST /neutron/network HTTP/1.1" 200 922 0.013638 10.0.0.23 - - [2026-05-14 04:40:37] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001377 10.0.0.27 - - [2026-05-14 04:40:37] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.092833 10.0.0.27 - - [2026-05-14 04:40:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008949 10.0.0.27 - - [2026-05-14 04:40:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001565 10.0.0.27 - - [2026-05-14 04:40:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013942 10.0.0.27 - - [2026-05-14 04:40:38] "POST /neutron/network HTTP/1.1" 200 922 0.020154 10.0.0.27 - - [2026-05-14 04:40:39] "POST /neutron/port HTTP/1.1" 200 1117 0.217367 10.0.0.27 - - [2026-05-14 04:40:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.021014 10.0.0.23 - - [2026-05-14 04:40:39] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001424 10.0.0.27 - - [2026-05-14 04:40:39] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.116492 10.0.0.27 - - [2026-05-14 04:40:39] "POST /neutron/network HTTP/1.1" 200 912 0.098813 10.0.0.27 - - [2026-05-14 04:40:40] "POST /neutron/port HTTP/1.1" 200 117 0.009372 10.0.0.27 - - [2026-05-14 04:40:40] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005182 10.0.0.27 - - [2026-05-14 04:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009066 10.0.0.27 - - [2026-05-14 04:40:40] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006417 10.0.0.27 - - [2026-05-14 04:40:41] "POST /neutron/port HTTP/1.1" 200 1063 0.025327 10.0.0.27 - - [2026-05-14 04:40:41] "POST /neutron/port HTTP/1.1" 200 1127 0.027757 10.0.0.27 - - [2026-05-14 04:40:41] "POST /neutron/port HTTP/1.1" 200 117 0.001526 10.0.0.27 - - [2026-05-14 04:40:41] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006331 10.0.0.27 - - [2026-05-14 04:40:41] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006276 10.0.0.27 - - [2026-05-14 04:40:41] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006895 10.0.0.27 - - [2026-05-14 04:40:41] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.046781 10.0.0.27 - - [2026-05-14 04:40:41] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.063250 10.0.0.27 - - [2026-05-14 04:40:41] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.007036 10.0.0.27 - - [2026-05-14 04:40:41] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006268 10.0.0.27 - - [2026-05-14 04:40:41] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.051486 10.0.0.27 - - [2026-05-14 04:40:42] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.041066 10.0.0.27 - - [2026-05-14 04:40:42] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.009555 10.0.0.27 - - [2026-05-14 04:40:42] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.014842 10.0.0.27 - - [2026-05-14 04:40:42] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.041848 10.0.0.27 - - [2026-05-14 04:40:42] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.065207 10.0.0.27 - - [2026-05-14 04:40:42] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.008904 10.0.0.27 - - [2026-05-14 04:40:42] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005589 10.0.0.27 - - [2026-05-14 04:40:42] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.032987 10.0.0.27 - - [2026-05-14 04:40:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005306 10.0.0.27 - - [2026-05-14 04:40:42] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005741 10.0.0.27 - - [2026-05-14 04:40:42] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006343 10.0.0.27 - - [2026-05-14 04:40:42] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.050832 10.0.0.27 - - [2026-05-14 04:40:42] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.053366 10.0.0.27 - - [2026-05-14 04:40:42] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.013051 10.0.0.27 - - [2026-05-14 04:40:42] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.010823 10.0.0.27 - - [2026-05-14 04:40:42] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.076372 10.0.0.27 - - [2026-05-14 04:40:42] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.085338 10.0.0.27 - - [2026-05-14 04:40:42] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.009347 10.0.0.27 - - [2026-05-14 04:40:42] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007612 10.0.0.27 - - [2026-05-14 04:40:43] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.073114 10.0.0.27 - - [2026-05-14 04:40:43] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.064268 10.0.0.27 - - [2026-05-14 04:40:43] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.016890 10.0.0.27 - - [2026-05-14 04:40:43] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.019048 10.0.0.27 - - [2026-05-14 04:40:43] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.033777 10.0.0.27 - - [2026-05-14 04:40:43] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.009306 10.0.0.27 - - [2026-05-14 04:40:43] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007278 10.0.0.27 - - [2026-05-14 04:40:43] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005579 10.0.0.27 - - [2026-05-14 04:40:43] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.055759 10.0.0.27 - - [2026-05-14 04:40:43] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.067419 10.0.0.27 - - [2026-05-14 04:40:43] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.009486 10.0.0.27 - - [2026-05-14 04:40:43] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.009535 10.0.0.27 - - [2026-05-14 04:40:43] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.065793 10.0.0.27 - - [2026-05-14 04:40:43] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.055203 10.0.0.27 - - [2026-05-14 04:40:43] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006525 10.0.0.27 - - [2026-05-14 04:40:43] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.009661 10.0.0.27 - - [2026-05-14 04:40:43] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.057366 10.0.0.27 - - [2026-05-14 04:40:44] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.056713 10.0.0.27 - - [2026-05-14 04:40:44] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.011303 10.0.0.27 - - [2026-05-14 04:40:44] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.006561 10.0.0.27 - - [2026-05-14 04:40:44] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.026885 10.0.0.27 - - [2026-05-14 04:40:44] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006932 10.0.0.27 - - [2026-05-14 04:40:44] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.006385 10.0.0.27 - - [2026-05-14 04:40:44] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.033426 10.0.0.27 - - [2026-05-14 04:40:44] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.008283 10.0.0.27 - - [2026-05-14 04:40:44] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.006392 10.0.0.27 - - [2026-05-14 04:40:44] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.048188 10.0.0.27 - - [2026-05-14 04:40:44] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.008165 10.0.0.27 - - [2026-05-14 04:40:44] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2848 0.007930 10.0.0.27 - - [2026-05-14 04:40:44] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.030239 10.0.0.27 - - [2026-05-14 04:40:45] "POST /neutron/port HTTP/1.1" 200 1218 0.027591 10.0.0.27 - - [2026-05-14 04:40:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005485 10.0.0.27 - - [2026-05-14 04:40:45] "POST /neutron/port HTTP/1.1" 200 117 0.001910 10.0.0.27 - - [2026-05-14 04:40:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009741 10.0.0.27 - - [2026-05-14 04:40:51] "POST /neutron/network HTTP/1.1" 200 1123 0.009655 10.0.0.27 - - [2026-05-14 04:40:51] "POST /neutron/subnet HTTP/1.1" 200 1385 0.019947 10.0.0.27 - - [2026-05-14 04:40:51] "POST /neutron/network HTTP/1.1" 200 1113 0.013751 10.0.0.27 - - [2026-05-14 04:40:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004487 10.0.0.27 - - [2026-05-14 04:40:54] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.005471 10.0.0.27 - - [2026-05-14 04:40:54] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.005474 10.0.0.27 - - [2026-05-14 04:40:54] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.043259 10.0.0.27 - - [2026-05-14 04:40:54] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.060491 10.0.0.27 - - [2026-05-14 04:40:54] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.009412 10.0.0.27 - - [2026-05-14 04:40:54] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.014583 10.0.0.27 - - [2026-05-14 04:40:54] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.058073 10.0.0.27 - - [2026-05-14 04:40:55] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.055557 10.0.0.27 - - [2026-05-14 04:40:55] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.007357 10.0.0.27 - - [2026-05-14 04:40:55] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.005577 10.0.0.27 - - [2026-05-14 04:40:55] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.045466 10.0.0.27 - - [2026-05-14 04:40:55] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.063921 10.0.0.27 - - [2026-05-14 04:40:55] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.016116 10.0.0.27 - - [2026-05-14 04:40:55] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2914 0.014796 10.0.0.27 - - [2026-05-14 04:40:55] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.038511 10.0.0.27 - - [2026-05-14 04:40:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006382 10.0.0.27 - - [2026-05-14 04:40:55] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007464 10.0.0.27 - - [2026-05-14 04:40:55] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.007559 10.0.0.27 - - [2026-05-14 04:40:55] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.043570 10.0.0.27 - - [2026-05-14 04:40:55] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.069397 10.0.0.27 - - [2026-05-14 04:40:55] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.019857 10.0.0.27 - - [2026-05-14 04:40:55] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.011216 10.0.0.27 - - [2026-05-14 04:40:55] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.051400 10.0.0.27 - - [2026-05-14 04:40:55] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.059806 10.0.0.27 - - [2026-05-14 04:40:55] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.011529 10.0.0.27 - - [2026-05-14 04:40:55] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.006937 10.0.0.27 - - [2026-05-14 04:40:56] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.043631 10.0.0.27 - - [2026-05-14 04:40:56] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.070332 10.0.0.27 - - [2026-05-14 04:40:56] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.007835 10.0.0.27 - - [2026-05-14 04:40:56] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2913 0.007997 10.0.0.27 - - [2026-05-14 04:40:56] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.037489 10.0.0.27 - - [2026-05-14 04:40:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.007916 10.0.0.27 - - [2026-05-14 04:40:56] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005890 10.0.0.27 - - [2026-05-14 04:40:56] "GET /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2851 0.005657 10.0.0.27 - - [2026-05-14 04:40:56] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.040374 10.0.0.27 - - [2026-05-14 04:40:56] "PUT /bgp-router/9af2e86f-6f9b-4862-93c1-c5a67ac7f988 HTTP/1.1" 200 254 0.062696 10.0.0.27 - - [2026-05-14 04:40:56] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.040889 10.0.0.27 - - [2026-05-14 04:40:56] "GET /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2850 0.008759 10.0.0.27 - - [2026-05-14 04:40:56] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.049300 10.0.0.27 - - [2026-05-14 04:40:56] "PUT /bgp-router/1c571306-ec21-4295-9c41-481ca8b35e44 HTTP/1.1" 200 254 0.061202 10.0.0.27 - - [2026-05-14 04:40:56] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.014450 10.0.0.27 - - [2026-05-14 04:40:56] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.007959 10.0.0.27 - - [2026-05-14 04:40:56] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.063389 10.0.0.27 - - [2026-05-14 04:40:57] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.074796 10.0.0.27 - - [2026-05-14 04:40:57] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.019814 10.0.0.27 - - [2026-05-14 04:40:57] "GET /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2911 0.009298 10.0.0.27 - - [2026-05-14 04:40:57] "PUT /bgp-router/1f7e33c0-3c12-462f-a03a-baac2c799cf2 HTTP/1.1" 200 254 0.039536 10.0.0.27 - - [2026-05-14 04:40:57] "POST /ref-update HTTP/1.1" 200 156 0.093086 10.0.0.22 - - [2026-05-14 04:40:57] "DELETE /access-control-list/5fc11b51-f9df-43a7-83b0-229776f7aadd HTTP/1.1" 200 115 0.067480 10.0.0.27 - - [2026-05-14 04:40:57] "POST /neutron/network HTTP/1.1" 200 799 0.029603 10.0.0.27 - - [2026-05-14 04:40:57] "GET /virtual-network/5d62a1be-213c-4e85-8dc5-b90478831e6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008593 10.0.0.27 - - [2026-05-14 04:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.014234 10.0.0.27 - - [2026-05-14 04:40:57] "GET /network-policy/40fc7f48-69cd-40d0-a869-ce582ddf81d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005875 10.0.0.27 - - [2026-05-14 04:40:57] "POST /ref-update HTTP/1.1" 200 156 0.067887 10.0.0.22 - - [2026-05-14 04:40:57] "POST /ref-update HTTP/1.1" 200 156 0.038263 10.0.0.27 - - [2026-05-14 04:40:57] "GET /virtual-network/6e080fb1-aeb2-4ab9-9fc2-b24f4c096a16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.028926 10.0.0.27 - - [2026-05-14 04:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006827 10.0.0.27 - - [2026-05-14 04:40:57] "GET /network-policy/40fc7f48-69cd-40d0-a869-ce582ddf81d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.012467 10.0.0.27 - - [2026-05-14 04:40:58] "DELETE /network-policy/40fc7f48-69cd-40d0-a869-ce582ddf81d5 HTTP/1.1" 200 115 0.068839 10.0.0.27 - - [2026-05-14 04:40:58] "POST /neutron/port HTTP/1.1" 200 1127 0.057332 10.0.0.27 - - [2026-05-14 04:40:58] "POST /neutron/network HTTP/1.1" 400 204 0.038665 10.0.0.27 - - [2026-05-14 04:40:58] "POST /neutron/port HTTP/1.1" 200 151 0.380195 10.0.0.27 - - [2026-05-14 04:41:00] "POST /neutron/network HTTP/1.1" 200 799 0.014695 10.0.0.22 - - [2026-05-14 04:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.27 - - [2026-05-14 04:41:00] "POST /ref-update HTTP/1.1" 200 156 0.112309 10.0.0.27 - - [2026-05-14 04:41:00] "GET /virtual-network/24a23a98-faab-4ffb-a6f9-cad432b2ab00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.019500 10.0.0.27 - - [2026-05-14 04:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006277 10.0.0.22 - - [2026-05-14 04:41:00] "POST /ref-update HTTP/1.1" 200 156 0.052317 10.0.0.27 - - [2026-05-14 04:41:00] "GET /network-policy/9cfe76e9-0279-4492-941c-6b18ac8d9857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.013660 10.0.0.27 - - [2026-05-14 04:41:01] "POST /ref-update HTTP/1.1" 200 156 0.095382 10.0.0.27 - - [2026-05-14 04:41:01] "POST /neutron/network HTTP/1.1" 200 977 0.020882 10.0.0.27 - - [2026-05-14 04:41:01] "GET /virtual-network/a908ae41-33c0-4ae6-a3f9-59b3d3411f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2566 0.021894 10.0.0.27 - - [2026-05-14 04:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006944 10.0.0.27 - - [2026-05-14 04:41:01] "GET /network-policy/9cfe76e9-0279-4492-941c-6b18ac8d9857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005207 10.0.0.27 - - [2026-05-14 04:41:01] "DELETE /network-policy/9cfe76e9-0279-4492-941c-6b18ac8d9857 HTTP/1.1" 200 115 0.063235 10.0.0.27 - - [2026-05-14 04:41:02] "POST /neutron/port HTTP/1.1" 200 1219 0.026152 10.0.0.27 - - [2026-05-14 04:41:02] "POST /neutron/port HTTP/1.1" 200 151 0.390678 10.0.0.27 - - [2026-05-14 04:41:03] "POST /neutron/network HTTP/1.1" 200 977 0.023196 10.0.0.22 - - [2026-05-14 04:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005067 10.0.0.23 - - [2026-05-14 04:41:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005038 10.0.0.23 - - [2026-05-14 04:41:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004420 10.0.0.23 - - [2026-05-14 04:41:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002801 10.0.0.23 - - [2026-05-14 04:41:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002743 10.0.0.27 - - [2026-05-14 04:41:04] "POST /neutron/network HTTP/1.1" 200 151 0.192896 10.0.0.22 - - [2026-05-14 04:41:04] "DELETE /route-target/30fafe82-a53a-4d6c-9c38-d237ab170bf2 HTTP/1.1" 200 115 0.036427 10.0.0.23 - - [2026-05-14 04:41:05] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001398 10.0.0.27 - - [2026-05-14 04:41:05] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.053063 10.0.0.23 - - [2026-05-14 04:41:05] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001378 10.0.0.27 - - [2026-05-14 04:41:05] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?fields=virtual_networks HTTP/1.1" 200 1058 0.050527 10.0.0.23 - - [2026-05-14 04:41:05] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001390 10.0.0.27 - - [2026-05-14 04:41:05] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.059522 10.0.0.23 - - [2026-05-14 04:41:05] "GET /projects?obj_uuids=77c43719-87c6-4b2a-8aca-79acc35c833a&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001735 10.0.0.27 - - [2026-05-14 04:41:05] "GET /project/77c43719-87c6-4b2a-8aca-79acc35c833a?fields=security_groups HTTP/1.1" 200 1292 0.064618 10.0.0.27 - - [2026-05-14 04:41:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.041041 10.0.0.23 - - [2026-05-14 04:41:07] "GET /projects?obj_uuids=dcae33a1-f830-4263-9097-efd8b3a1f3ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003444 10.0.0.23 - - [2026-05-14 04:41:07] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.23 - - [2026-05-14 04:41:07] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009121 10.0.0.23 - - [2026-05-14 04:41:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.004646 10.0.0.23 - - [2026-05-14 04:41:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.010370 10.0.0.23 - - [2026-05-14 04:41:07] "POST /security-groups HTTP/1.1" 200 586 0.040203 10.0.0.23 - - [2026-05-14 04:41:07] "POST /projects HTTP/1.1" 200 575 0.288954 10.0.0.23 - - [2026-05-14 04:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.326674 10.0.0.22 - - [2026-05-14 04:41:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.007837 10.0.0.27 - - [2026-05-14 04:41:07] "GET /project/dcae33a1-f830-4263-9097-efd8b3a1f3ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.499736 10.0.0.27 - - [2026-05-14 04:41:08] "GET / HTTP/1.1" 200 35931 0.002360 10.0.0.27 - - [2026-05-14 04:41:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000608 10.0.0.27 - - [2026-05-14 04:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.040631 10.0.0.27 - - [2026-05-14 04:41:11] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005562 10.0.0.27 - - [2026-05-14 04:41:11] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004550 10.0.0.27 - - [2026-05-14 04:41:11] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005570 10.0.0.27 - - [2026-05-14 04:41:11] "PUT /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555 HTTP/1.1" 200 264 0.015390 10.0.0.27 - - [2026-05-14 04:41:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.035750 10.0.0.23 - - [2026-05-14 04:41:14] "GET /projects?obj_uuids=e688e34d-b37d-4711-98a8-7a86fdb12828&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004125 10.0.0.23 - - [2026-05-14 04:41:14] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.23 - - [2026-05-14 04:41:14] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008855 10.0.0.23 - - [2026-05-14 04:41:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.002618 10.0.0.23 - - [2026-05-14 04:41:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.011178 10.0.0.23 - - [2026-05-14 04:41:14] "POST /security-groups HTTP/1.1" 200 586 0.041846 10.0.0.23 - - [2026-05-14 04:41:14] "POST /projects HTTP/1.1" 200 575 0.311820 10.0.0.23 - - [2026-05-14 04:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.365947 10.0.0.22 - - [2026-05-14 04:41:14] "POST /access-control-lists HTTP/1.1" 200 591 0.038383 10.0.0.27 - - [2026-05-14 04:41:14] "GET /project/e688e34d-b37d-4711-98a8-7a86fdb12828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.536587 10.0.0.27 - - [2026-05-14 04:41:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.034623 10.0.0.23 - - [2026-05-14 04:41:15] "GET /projects?obj_uuids=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003453 10.0.0.23 - - [2026-05-14 04:41:15] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001787 10.0.0.23 - - [2026-05-14 04:41:15] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010902 10.0.0.23 - - [2026-05-14 04:41:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.001575 10.0.0.23 - - [2026-05-14 04:41:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.005087 10.0.0.23 - - [2026-05-14 04:41:15] "POST /security-groups HTTP/1.1" 200 586 0.055353 10.0.0.22 - - [2026-05-14 04:41:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.007274 10.0.0.23 - - [2026-05-14 04:41:15] "POST /projects HTTP/1.1" 200 575 0.296159 10.0.0.23 - - [2026-05-14 04:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.342871 10.0.0.27 - - [2026-05-14 04:41:15] "GET /project/5cbc1c3c-b29c-44d8-9121-ecb3000a3866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.519479 10.0.0.22 - - [2026-05-14 04:41:15] "POST /access-control-lists HTTP/1.1" 200 589 0.062372 10.0.0.27 - - [2026-05-14 04:41:16] "GET / HTTP/1.1" 200 35931 0.002870 10.0.0.27 - - [2026-05-14 04:41:17] "GET / HTTP/1.1" 200 35931 0.001910 10.0.0.27 - - [2026-05-14 04:41:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.005489 10.0.0.27 - - [2026-05-14 04:41:18] "POST /api-access-lists HTTP/1.1" 200 521 0.034770 10.0.0.27 - - [2026-05-14 04:41:18] "GET /api-access-list/cce08d35-393c-4608-90c7-55d438d4a34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.009453 10.0.0.27 - - [2026-05-14 04:41:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000546 10.0.0.27 - - [2026-05-14 04:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.188878 10.0.0.23 - - [2026-05-14 04:41:19] "GET /projects?obj_uuids=e688e34d-b37d-4711-98a8-7a86fdb12828&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002032 10.0.0.27 - - [2026-05-14 04:41:19] "GET /project/e688e34d-b37d-4711-98a8-7a86fdb12828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.111720 10.0.0.27 - - [2026-05-14 04:41:19] "GET /virtual-networks?parent_id=e688e34d-b37d-4711-98a8-7a86fdb12828&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.033309 10.0.0.27 - - [2026-05-14 04:41:19] "POST /virtual-networks HTTP/1.1" 200 568 0.166346 10.0.0.27 - - [2026-05-14 04:41:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.052356 10.0.0.27 - - [2026-05-14 04:41:19] "GET /network-ipam/f443223f-c03e-4528-a083-fc57cc9485cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.033139 10.0.0.23 - - [2026-05-14 04:41:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007957 10.0.0.27 - - [2026-05-14 04:41:19] "POST /ref-update HTTP/1.1" 200 156 0.132528 10.0.0.27 - - [2026-05-14 04:41:20] "GET /virtual-network/bf470864-1e75-45a7-b369-6318a159b72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.028136 10.0.0.27 - - [2026-05-14 04:41:20] "POST /neutron/network HTTP/1.1" 200 834 0.079450 10.0.0.27 - - [2026-05-14 04:41:21] "GET /obj-perms HTTP/1.1" 200 4915 0.091248 10.0.0.27 - - [2026-05-14 04:41:22] "GET /virtual-network/bf470864-1e75-45a7-b369-6318a159b72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.027882 10.0.0.27 - - [2026-05-14 04:41:22] "GET /obj-perms HTTP/1.1" 200 4915 0.097066 10.0.0.27 - - [2026-05-14 04:41:23] "GET /obj-perms HTTP/1.1" 200 4915 0.029107 10.0.0.27 - - [2026-05-14 04:41:23] "POST /id-to-fqname HTTP/1.1" 401 292 0.000594 10.0.0.27 - - [2026-05-14 04:41:23] "POST /id-to-fqname HTTP/1.1" 200 230 0.055157 10.0.0.27 - - [2026-05-14 04:41:24] "POST /neutron/network HTTP/1.1" 200 844 0.078649 10.0.0.23 - - [2026-05-14 04:41:25] "GET /projects?obj_uuids=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001219 10.0.0.27 - - [2026-05-14 04:41:25] "GET /project/5cbc1c3c-b29c-44d8-9121-ecb3000a3866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.091798 10.0.0.27 - - [2026-05-14 04:41:25] "POST /neutron/port HTTP/1.1" 200 117 0.042906 10.0.0.27 - - [2026-05-14 04:41:26] "POST /neutron/network HTTP/1.1" 200 834 0.064270 10.0.0.27 - - [2026-05-14 04:41:27] "POST /neutron/port HTTP/1.1" 200 1057 0.028441 10.0.0.27 - - [2026-05-14 04:41:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011142 10.0.0.27 - - [2026-05-14 04:41:27] "POST /neutron/network HTTP/1.1" 200 834 0.008173 10.0.0.22 - - [2026-05-14 04:41:28] "GET /obj-perms HTTP/1.1" 200 5056 0.068931 10.0.0.27 - - [2026-05-14 04:41:30] "POST /neutron/port HTTP/1.1" 200 1121 0.027903 10.0.0.27 - - [2026-05-14 04:41:31] "POST /neutron/security_group HTTP/1.1" 200 2053 0.011517 10.0.0.27 - - [2026-05-14 04:41:31] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46 HTTP/1.1" 401 292 0.000638 10.0.0.27 - - [2026-05-14 04:41:31] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46 HTTP/1.1" 200 1287 0.064074 10.0.0.27 - - [2026-05-14 04:41:31] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46 HTTP/1.1" 200 1287 0.027251 10.0.0.27 - - [2026-05-14 04:41:31] "GET /virtual-machine-interface/5a7a4deb-fb25-4c5a-a6fc-1c972e104ad0 HTTP/1.1" 200 2530 0.044610 10.0.0.27 - - [2026-05-14 04:41:31] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46 HTTP/1.1" 200 1287 0.026047 10.0.0.27 - - [2026-05-14 04:41:31] "GET /virtual-machine-interface/5a7a4deb-fb25-4c5a-a6fc-1c972e104ad0 HTTP/1.1" 200 2530 0.028010 10.0.0.27 - - [2026-05-14 04:41:31] "GET /instance-ip/edc7b92e-7766-407d-b7d6-a8940503c149 HTTP/1.1" 200 1628 0.026528 10.0.0.27 - - [2026-05-14 04:41:31] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46 HTTP/1.1" 200 1287 0.024008 10.0.0.27 - - [2026-05-14 04:41:31] "GET /virtual-machine-interface/5a7a4deb-fb25-4c5a-a6fc-1c972e104ad0 HTTP/1.1" 200 2530 0.035307 10.0.0.27 - - [2026-05-14 04:41:31] "GET /instance-ip/edc7b92e-7766-407d-b7d6-a8940503c149 HTTP/1.1" 200 1628 0.029483 10.0.0.27 - - [2026-05-14 04:41:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.023434 10.0.0.27 - - [2026-05-14 04:41:32] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.27 - - [2026-05-14 04:41:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000468 10.0.0.27 - - [2026-05-14 04:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.033836 10.0.0.27 - - [2026-05-14 04:41:32] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004718 10.0.0.27 - - [2026-05-14 04:41:32] "GET /virtual-networks?parent_id=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020926 10.0.0.27 - - [2026-05-14 04:41:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.025480 10.0.0.27 - - [2026-05-14 04:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.27 - - [2026-05-14 04:41:32] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004932 10.0.0.27 - - [2026-05-14 04:41:32] "GET /virtual-networks?parent_id=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022453 10.0.0.27 - - [2026-05-14 04:41:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.021951 10.0.0.27 - - [2026-05-14 04:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007012 10.0.0.27 - - [2026-05-14 04:41:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004776 10.0.0.27 - - [2026-05-14 04:41:33] "GET /virtual-networks?parent_id=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025639 10.0.0.27 - - [2026-05-14 04:41:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.026309 10.0.0.27 - - [2026-05-14 04:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005971 10.0.0.27 - - [2026-05-14 04:41:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008893 10.0.0.27 - - [2026-05-14 04:41:33] "GET /virtual-networks?parent_id=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025875 10.0.0.27 - - [2026-05-14 04:41:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.024895 10.0.0.27 - - [2026-05-14 04:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005829 10.0.0.27 - - [2026-05-14 04:41:33] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012929 10.0.0.27 - - [2026-05-14 04:41:33] "GET /virtual-networks?parent_id=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023030 10.0.0.27 - - [2026-05-14 04:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.019711 10.0.0.27 - - [2026-05-14 04:41:36] "GET /virtual-network/bf470864-1e75-45a7-b369-6318a159b72a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.038847 10.0.0.27 - - [2026-05-14 04:41:37] "POST /neutron/port HTTP/1.1" 200 1121 0.038833 10.0.0.27 - - [2026-05-14 04:41:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.024520 10.0.0.27 - - [2026-05-14 04:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004981 10.0.0.27 - - [2026-05-14 04:41:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009613 10.0.0.27 - - [2026-05-14 04:41:38] "GET /virtual-networks?parent_id=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024501 10.0.0.27 - - [2026-05-14 04:41:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.029635 10.0.0.27 - - [2026-05-14 04:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008493 10.0.0.27 - - [2026-05-14 04:41:39] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011600 10.0.0.27 - - [2026-05-14 04:41:39] "GET /virtual-networks?parent_id=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028361 10.0.0.27 - - [2026-05-14 04:41:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.027948 10.0.0.27 - - [2026-05-14 04:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.27 - - [2026-05-14 04:41:39] "GET /routing-instance/5e9d24cb-c647-43eb-883e-df176c44a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.006132 10.0.0.27 - - [2026-05-14 04:41:39] "GET /route-target/0e4f372e-23e1-4a75-ad7a-c31e3b5d6958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019759 10.0.0.27 - - [2026-05-14 04:41:39] "GET /route-target/0e4f372e-23e1-4a75-ad7a-c31e3b5d6958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005087 10.0.0.27 - - [2026-05-14 04:41:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.028663 10.0.0.27 - - [2026-05-14 04:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.008093 10.0.0.27 - - [2026-05-14 04:41:39] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009573 10.0.0.27 - - [2026-05-14 04:41:39] "GET /virtual-networks?parent_id=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026857 10.0.0.27 - - [2026-05-14 04:41:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.036405 10.0.0.27 - - [2026-05-14 04:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.27 - - [2026-05-14 04:41:39] "GET /routing-instance/5e9d24cb-c647-43eb-883e-df176c44a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.004638 10.0.0.27 - - [2026-05-14 04:41:39] "GET /route-target/0e4f372e-23e1-4a75-ad7a-c31e3b5d6958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.038366 10.0.0.27 - - [2026-05-14 04:41:39] "GET /route-target/0e4f372e-23e1-4a75-ad7a-c31e3b5d6958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005980 10.0.0.27 - - [2026-05-14 04:41:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.028548 10.0.0.27 - - [2026-05-14 04:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005279 10.0.0.27 - - [2026-05-14 04:41:39] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005258 10.0.0.27 - - [2026-05-14 04:41:39] "GET /virtual-networks?parent_id=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.030139 10.0.0.27 - - [2026-05-14 04:41:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.025038 10.0.0.27 - - [2026-05-14 04:41:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.27 - - [2026-05-14 04:41:39] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004863 10.0.0.27 - - [2026-05-14 04:41:39] "GET /virtual-networks?parent_id=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.027152 10.0.0.23 - - [2026-05-14 04:41:40] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.060159 10.0.0.22 - - [2026-05-14 04:41:44] "DELETE /access-control-list/3a0a023e-6585-47fe-bd1b-1e5bce8701b6 HTTP/1.1" 200 115 0.090101 10.0.0.23 - - [2026-05-14 04:41:44] "GET /obj-perms HTTP/1.1" 200 4915 0.090126 10.0.0.23 - - [2026-05-14 04:41:46] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.020543 10.0.0.27 - - [2026-05-14 04:41:47] "POST /neutron/port HTTP/1.1" 200 1107 0.075603 10.0.0.27 - - [2026-05-14 04:41:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.017850 10.0.0.23 - - [2026-05-14 04:41:50] "GET /obj-perms HTTP/1.1" 200 4915 0.019006 10.0.0.23 - - [2026-05-14 04:41:53] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.026606 10.0.0.27 - - [2026-05-14 04:41:53] "POST /neutron/port HTTP/1.1" 200 1107 0.026217 10.0.0.27 - - [2026-05-14 04:41:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004685 10.0.0.27 - - [2026-05-14 04:41:53] "POST /neutron/network HTTP/1.1" 200 927 0.009613 10.0.0.23 - - [2026-05-14 04:41:56] "DELETE /project/5cbc1c3cb29c44d89121ecb3000a3866 HTTP/1.1" 404 173 0.007890 10.0.0.23 - - [2026-05-14 04:41:56] "DELETE /project/77c43719-87c6-4b2a-8aca-79acc35c833a HTTP/1.1" 404 177 0.005910 10.0.0.23 - - [2026-05-14 04:41:56] "DELETE /project/dcae33a1f83042639097efd8b3a1f3ef HTTP/1.1" 404 173 0.008057 10.0.0.23 - - [2026-05-14 04:41:56] "DELETE /project/e688e34db37d471198a87a86fdb12828 HTTP/1.1" 404 173 0.006868 10.0.0.23 - - [2026-05-14 04:41:57] "GET /obj-perms HTTP/1.1" 200 4915 0.020879 10.0.0.27 - - [2026-05-14 04:41:57] "GET /obj-perms HTTP/1.1" 200 4915 0.018764 10.0.0.27 - - [2026-05-14 04:41:57] "GET /obj-perms HTTP/1.1" 200 4915 0.017762 10.0.0.23 - - [2026-05-14 04:41:57] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.019100 10.0.0.27 - - [2026-05-14 04:41:57] "GET /obj-perms HTTP/1.1" 200 4915 0.020241 10.0.0.27 - - [2026-05-14 04:41:57] "GET /obj-perms HTTP/1.1" 200 4915 0.021500 10.0.0.27 - - [2026-05-14 04:41:57] "GET /obj-perms HTTP/1.1" 200 4915 0.033725 10.0.0.27 - - [2026-05-14 04:41:58] "GET /obj-perms HTTP/1.1" 200 4915 0.103615 10.0.0.27 - - [2026-05-14 04:41:59] "GET /obj-perms HTTP/1.1" 200 4915 0.019275 10.0.0.27 - - [2026-05-14 04:41:59] "GET /obj-perms HTTP/1.1" 200 5020 0.076593 10.0.0.22 - - [2026-05-14 04:42:00] "GET /obj-perms HTTP/1.1" 200 4915 0.087404 10.0.0.23 - - [2026-05-14 04:42:00] "GET /obj-perms HTTP/1.1" 200 4915 0.031066 10.0.0.27 - - [2026-05-14 04:42:01] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46 HTTP/1.1" 200 1287 0.027516 10.0.0.27 - - [2026-05-14 04:42:01] "POST /neutron/port HTTP/1.1" 200 151 0.259684 10.0.0.27 - - [2026-05-14 04:42:03] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46 HTTP/1.1" 404 171 0.025705 10.0.0.27 - - [2026-05-14 04:42:03] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46 HTTP/1.1" 404 171 0.020588 10.0.0.27 - - [2026-05-14 04:42:03] "GET /virtual-machine/1fcc4c84-d910-4312-a2ec-0bf2c0c8ca46 HTTP/1.1" 404 171 0.027848 10.0.0.27 - - [2026-05-14 04:42:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.024971 10.0.0.27 - - [2026-05-14 04:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004275 10.0.0.27 - - [2026-05-14 04:42:03] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007128 10.0.0.27 - - [2026-05-14 04:42:03] "GET /virtual-networks?parent_id=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021689 10.0.0.27 - - [2026-05-14 04:42:03] "POST /fqname-to-id HTTP/1.1" 403 361 0.027117 10.0.0.27 - - [2026-05-14 04:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006183 10.0.0.27 - - [2026-05-14 04:42:03] "GET /routing-instance/5e9d24cb-c647-43eb-883e-df176c44a2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.006833 10.0.0.27 - - [2026-05-14 04:42:03] "GET /route-target/0e4f372e-23e1-4a75-ad7a-c31e3b5d6958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.022340 10.0.0.27 - - [2026-05-14 04:42:03] "GET /route-target/0e4f372e-23e1-4a75-ad7a-c31e3b5d6958?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005258 10.0.0.27 - - [2026-05-14 04:42:03] "GET /obj-perms HTTP/1.1" 200 4915 0.092807 10.0.0.27 - - [2026-05-14 04:42:04] "GET /obj-perms HTTP/1.1" 200 4915 0.089043 10.0.0.22 - - [2026-05-14 04:42:07] "GET /obj-perms HTTP/1.1" 200 5020 0.071022 10.0.0.27 - - [2026-05-14 04:42:10] "GET /obj-perms HTTP/1.1" 200 5020 0.006534 10.0.0.22 - - [2026-05-14 04:42:17] "GET /obj-perms HTTP/1.1" 200 5020 0.004461 10.0.0.27 - - [2026-05-14 04:42:20] "GET /obj-perms HTTP/1.1" 200 5020 0.005139 10.0.0.22 - - [2026-05-14 04:42:26] "GET /obj-perms HTTP/1.1" 200 5020 0.005665 10.0.0.27 - - [2026-05-14 04:42:28] "GET /obj-perms HTTP/1.1" 200 5056 0.072313 10.0.0.27 - - [2026-05-14 04:42:29] "GET /obj-perms HTTP/1.1" 200 5020 0.005194 10.0.0.23 - - [2026-05-14 04:42:29] "GET /obj-perms HTTP/1.1" 200 5020 0.094217 10.0.0.23 - - [2026-05-14 04:42:30] "POST /useragent-kv HTTP/1.1" 200 115 0.005183 10.0.0.23 - - [2026-05-14 04:42:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004128 10.0.0.27 - - [2026-05-14 04:42:30] "DELETE /virtual-network/bf470864-1e75-45a7-b369-6318a159b72a HTTP/1.1" 200 115 0.186820 10.0.0.22 - - [2026-05-14 04:42:30] "DELETE /route-target/0e4f372e-23e1-4a75-ad7a-c31e3b5d6958 HTTP/1.1" 200 115 0.034219 10.0.0.27 - - [2026-05-14 04:42:30] "DELETE /api-access-list/cce08d35-393c-4608-90c7-55d438d4a34d HTTP/1.1" 200 115 0.049954 10.0.0.23 - - [2026-05-14 04:42:30] "GET /projects?obj_uuids=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001357 10.0.0.27 - - [2026-05-14 04:42:30] "GET /project/5cbc1c3c-b29c-44d8-9121-ecb3000a3866?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.055618 10.0.0.23 - - [2026-05-14 04:42:30] "GET /projects?obj_uuids=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001353 10.0.0.27 - - [2026-05-14 04:42:30] "GET /project/5cbc1c3c-b29c-44d8-9121-ecb3000a3866?fields=virtual_networks HTTP/1.1" 200 1032 0.051981 10.0.0.23 - - [2026-05-14 04:42:30] "GET /projects?obj_uuids=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002041 10.0.0.27 - - [2026-05-14 04:42:30] "GET /project/5cbc1c3c-b29c-44d8-9121-ecb3000a3866?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.055267 10.0.0.23 - - [2026-05-14 04:42:30] "GET /projects?obj_uuids=5cbc1c3c-b29c-44d8-9121-ecb3000a3866&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001473 10.0.0.27 - - [2026-05-14 04:42:30] "GET /project/5cbc1c3c-b29c-44d8-9121-ecb3000a3866?fields=security_groups HTTP/1.1" 200 1253 0.061313 10.0.0.22 - - [2026-05-14 04:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.22 - - [2026-05-14 04:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.22 - - [2026-05-14 04:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.22 - - [2026-05-14 04:42:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.23 - - [2026-05-14 04:42:31] "GET /projects?obj_uuids=e688e34d-b37d-4711-98a8-7a86fdb12828&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001761 10.0.0.27 - - [2026-05-14 04:42:31] "GET /project/e688e34d-b37d-4711-98a8-7a86fdb12828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.054914 10.0.0.23 - - [2026-05-14 04:42:31] "GET /projects?obj_uuids=e688e34d-b37d-4711-98a8-7a86fdb12828&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001519 10.0.0.27 - - [2026-05-14 04:42:31] "GET /project/e688e34d-b37d-4711-98a8-7a86fdb12828?fields=virtual_networks HTTP/1.1" 200 1033 0.060629 10.0.0.23 - - [2026-05-14 04:42:31] "GET /projects?obj_uuids=e688e34d-b37d-4711-98a8-7a86fdb12828&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001548 10.0.0.27 - - [2026-05-14 04:42:31] "GET /project/e688e34d-b37d-4711-98a8-7a86fdb12828?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.058987 10.0.0.23 - - [2026-05-14 04:42:31] "GET /projects?obj_uuids=e688e34d-b37d-4711-98a8-7a86fdb12828&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001465 10.0.0.27 - - [2026-05-14 04:42:31] "GET /project/e688e34d-b37d-4711-98a8-7a86fdb12828?fields=security_groups HTTP/1.1" 200 1254 0.053788 10.0.0.23 - - [2026-05-14 04:42:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2026-05-14 04:42:32] "GET /global-system-configs HTTP/1.1" 401 292 0.001103 10.0.0.23 - - [2026-05-14 04:42:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.23 - - [2026-05-14 04:42:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.27 - - [2026-05-14 04:42:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000583 10.0.0.27 - - [2026-05-14 04:42:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.27 - - [2026-05-14 04:42:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.27 - - [2026-05-14 04:42:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2026-05-14 04:42:35] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.008030 10.0.0.27 - - [2026-05-14 04:42:35] "PUT /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555 HTTP/1.1" 200 264 0.020957 10.0.0.23 - - [2026-05-14 04:42:35] "GET /projects?obj_uuids=dcae33a1-f830-4263-9097-efd8b3a1f3ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001669 10.0.0.27 - - [2026-05-14 04:42:35] "GET /project/dcae33a1-f830-4263-9097-efd8b3a1f3ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.067047 10.0.0.23 - - [2026-05-14 04:42:35] "GET /projects?obj_uuids=dcae33a1-f830-4263-9097-efd8b3a1f3ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002013 10.0.0.27 - - [2026-05-14 04:42:35] "GET /project/dcae33a1-f830-4263-9097-efd8b3a1f3ef?fields=virtual_networks HTTP/1.1" 200 1033 0.097336 10.0.0.23 - - [2026-05-14 04:42:35] "GET /projects?obj_uuids=dcae33a1-f830-4263-9097-efd8b3a1f3ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001519 10.0.0.27 - - [2026-05-14 04:42:35] "GET /project/dcae33a1-f830-4263-9097-efd8b3a1f3ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.096934 10.0.0.23 - - [2026-05-14 04:42:35] "GET /projects?obj_uuids=dcae33a1-f830-4263-9097-efd8b3a1f3ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001698 10.0.0.27 - - [2026-05-14 04:42:35] "GET /project/dcae33a1-f830-4263-9097-efd8b3a1f3ef?fields=security_groups HTTP/1.1" 200 1254 0.056715 10.0.0.27 - - [2026-05-14 04:42:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.038083 10.0.0.23 - - [2026-05-14 04:42:36] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003728 10.0.0.23 - - [2026-05-14 04:42:36] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.23 - - [2026-05-14 04:42:36] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008141 10.0.0.23 - - [2026-05-14 04:42:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.005678 10.0.0.23 - - [2026-05-14 04:42:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.013020 10.0.0.23 - - [2026-05-14 04:42:37] "POST /security-groups HTTP/1.1" 200 591 0.047861 10.0.0.23 - - [2026-05-14 04:42:37] "POST /projects HTTP/1.1" 200 585 0.318486 10.0.0.23 - - [2026-05-14 04:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.367193 10.0.0.22 - - [2026-05-14 04:42:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.011463 10.0.0.27 - - [2026-05-14 04:42:37] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.550734 10.0.0.27 - - [2026-05-14 04:42:38] "GET / HTTP/1.1" 200 35931 0.004277 10.0.0.27 - - [2026-05-14 04:42:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000710 10.0.0.27 - - [2026-05-14 04:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.042801 10.0.0.27 - - [2026-05-14 04:42:41] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005298 10.0.0.27 - - [2026-05-14 04:42:41] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006177 10.0.0.27 - - [2026-05-14 04:42:41] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005924 10.0.0.27 - - [2026-05-14 04:42:41] "PUT /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555 HTTP/1.1" 200 264 0.029561 10.0.0.27 - - [2026-05-14 04:42:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.032421 10.0.0.23 - - [2026-05-14 04:42:43] "GET /projects?obj_uuids=08c254aa-2e5c-4720-aa69-b262e0c274aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004386 10.0.0.23 - - [2026-05-14 04:42:43] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001272 10.0.0.23 - - [2026-05-14 04:42:43] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009016 10.0.0.23 - - [2026-05-14 04:42:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.010040 10.0.0.23 - - [2026-05-14 04:42:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.005402 10.0.0.23 - - [2026-05-14 04:42:43] "POST /security-groups HTTP/1.1" 200 591 0.095287 10.0.0.23 - - [2026-05-14 04:42:43] "POST /projects HTTP/1.1" 200 585 0.372044 10.0.0.23 - - [2026-05-14 04:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.423448 10.0.0.22 - - [2026-05-14 04:42:43] "POST /access-control-lists HTTP/1.1" 200 596 0.049364 10.0.0.27 - - [2026-05-14 04:42:44] "GET /project/08c254aa-2e5c-4720-aa69-b262e0c274aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.633583 10.0.0.27 - - [2026-05-14 04:42:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.030948 10.0.0.23 - - [2026-05-14 04:42:44] "GET /projects?obj_uuids=7c5c7b9d-4503-4717-8774-5dce7d09e5bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003602 10.0.0.23 - - [2026-05-14 04:42:44] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001855 10.0.0.23 - - [2026-05-14 04:42:44] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010545 10.0.0.23 - - [2026-05-14 04:42:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.004992 10.0.0.23 - - [2026-05-14 04:42:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.019550 10.0.0.23 - - [2026-05-14 04:42:45] "POST /security-groups HTTP/1.1" 200 591 0.076391 10.0.0.23 - - [2026-05-14 04:42:45] "POST /projects HTTP/1.1" 200 585 0.486000 10.0.0.23 - - [2026-05-14 04:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.536109 10.0.0.22 - - [2026-05-14 04:42:45] "DELETE /access-control-list/81725640-e9b4-4988-be8c-1b5c9e080cd0 HTTP/1.1" 200 115 0.098094 10.0.0.27 - - [2026-05-14 04:42:45] "GET /project/7c5c7b9d-4503-4717-8774-5dce7d09e5bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.801911 10.0.0.22 - - [2026-05-14 04:42:45] "POST /access-control-lists HTTP/1.1" 200 596 0.099063 10.0.0.22 - - [2026-05-14 04:42:45] "DELETE /access-control-list/368e565b-d60c-45d7-8de4-5a5ba3d9f65c HTTP/1.1" 200 115 0.073520 10.0.0.22 - - [2026-05-14 04:42:45] "DELETE /access-control-list/254c056b-2e26-48b3-aaed-79249b494664 HTTP/1.1" 200 115 0.055727 10.0.0.27 - - [2026-05-14 04:42:46] "GET / HTTP/1.1" 200 35931 0.004553 10.0.0.27 - - [2026-05-14 04:42:47] "GET / HTTP/1.1" 200 35931 0.003247 10.0.0.27 - - [2026-05-14 04:42:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.005678 10.0.0.27 - - [2026-05-14 04:42:48] "POST /api-access-lists HTTP/1.1" 200 521 0.032730 10.0.0.27 - - [2026-05-14 04:42:48] "GET /api-access-list/de001cc5-dc91-4b82-8cc2-1e9b6a80ec33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.011113 10.0.0.27 - - [2026-05-14 04:42:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562 10.0.0.27 - - [2026-05-14 04:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.064920 10.0.0.23 - - [2026-05-14 04:42:49] "GET /projects?obj_uuids=08c254aa-2e5c-4720-aa69-b262e0c274aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001847 10.0.0.27 - - [2026-05-14 04:42:49] "GET /project/08c254aa-2e5c-4720-aa69-b262e0c274aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.103392 10.0.0.27 - - [2026-05-14 04:42:49] "GET /virtual-networks?parent_id=08c254aa-2e5c-4720-aa69-b262e0c274aa&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.036498 10.0.0.27 - - [2026-05-14 04:42:49] "POST /virtual-networks HTTP/1.1" 200 583 0.164665 10.0.0.27 - - [2026-05-14 04:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.052866 10.0.0.27 - - [2026-05-14 04:42:49] "GET /network-ipam/f443223f-c03e-4528-a083-fc57cc9485cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.021148 10.0.0.23 - - [2026-05-14 04:42:50] "POST /useragent-kv HTTP/1.1" 200 115 0.012656 10.0.0.27 - - [2026-05-14 04:42:50] "POST /ref-update HTTP/1.1" 200 156 0.137917 10.0.0.27 - - [2026-05-14 04:42:50] "GET /virtual-network/fff3a00f-cff9-4c71-ae5b-07b4c27ba430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.030143 10.0.0.27 - - [2026-05-14 04:42:50] "POST /neutron/network HTTP/1.1" 200 849 0.075016 10.0.0.27 - - [2026-05-14 04:42:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000660 10.0.0.27 - - [2026-05-14 04:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.069209 10.0.0.23 - - [2026-05-14 04:42:51] "GET /projects?obj_uuids=7c5c7b9d-4503-4717-8774-5dce7d09e5bb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001301 10.0.0.27 - - [2026-05-14 04:42:51] "GET /project/7c5c7b9d-4503-4717-8774-5dce7d09e5bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.080949 10.0.0.27 - - [2026-05-14 04:42:51] "GET /virtual-networks?parent_id=7c5c7b9d-4503-4717-8774-5dce7d09e5bb&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026200 10.0.0.27 - - [2026-05-14 04:42:51] "POST /virtual-networks HTTP/1.1" 200 583 0.145671 10.0.0.22 - - [2026-05-14 04:42:51] "POST /route-targets HTTP/1.1" 200 327 0.020068 10.0.0.27 - - [2026-05-14 04:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.048621 10.0.0.27 - - [2026-05-14 04:42:51] "GET /network-ipam/f443223f-c03e-4528-a083-fc57cc9485cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.028320 10.0.0.23 - - [2026-05-14 04:42:51] "POST /useragent-kv HTTP/1.1" 200 115 0.012428 10.0.0.27 - - [2026-05-14 04:42:51] "POST /ref-update HTTP/1.1" 200 156 0.128999 10.0.0.27 - - [2026-05-14 04:42:52] "POST /neutron/network HTTP/1.1" 200 847 0.087975 10.0.0.27 - - [2026-05-14 04:42:52] "GET /virtual-network/6c799216-a6bb-42cc-8249-59cfdbc0f691?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2009 0.035490 10.0.0.27 - - [2026-05-14 04:42:53] "GET /virtual-network/fff3a00f-cff9-4c71-ae5b-07b4c27ba430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.058838 10.0.0.27 - - [2026-05-14 04:42:54] "GET /virtual-network/fff3a00f-cff9-4c71-ae5b-07b4c27ba430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.069220 10.0.0.22 - - [2026-05-14 04:42:54] "GET /obj-perms HTTP/1.1" 403 257 0.053423 10.0.0.22 - - [2026-05-14 04:42:55] "GET /virtual-network/fff3a00f-cff9-4c71-ae5b-07b4c27ba430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.020076 10.0.0.23 - - [2026-05-14 04:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.034679 10.0.0.23 - - [2026-05-14 04:42:56] "DELETE /project/9204be4323e148e6bb6ef452bfb015d7 HTTP/1.1" 404 173 0.006837 10.0.0.23 - - [2026-05-14 04:42:56] "DELETE /project/5cbc1c3c-b29c-44d8-9121-ecb3000a3866 HTTP/1.1" 404 177 0.010142 10.0.0.23 - - [2026-05-14 04:42:56] "DELETE /project/7c5c7b9d4503471787745dce7d09e5bb HTTP/1.1" 404 173 0.012189 10.0.0.23 - - [2026-05-14 04:42:56] "DELETE /project/08c254aa2e5c4720aa69b262e0c274aa HTTP/1.1" 404 173 0.005900 10.0.0.23 - - [2026-05-14 04:42:56] "DELETE /project/dcae33a1-f830-4263-9097-efd8b3a1f3ef HTTP/1.1" 404 177 0.008396 10.0.0.23 - - [2026-05-14 04:42:56] "DELETE /project/e688e34d-b37d-4711-98a8-7a86fdb12828 HTTP/1.1" 404 177 0.009887 10.0.0.27 - - [2026-05-14 04:42:56] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.074431 10.0.0.27 - - [2026-05-14 04:42:56] "GET /obj-perms HTTP/1.1" 200 5030 0.090848 10.0.0.27 - - [2026-05-14 04:42:57] "PUT /virtual-network/fff3a00f-cff9-4c71-ae5b-07b4c27ba430 HTTP/1.1" 200 264 0.091385 10.0.0.27 - - [2026-05-14 04:42:57] "GET /virtual-network/fff3a00f-cff9-4c71-ae5b-07b4c27ba430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.033325 10.0.0.27 - - [2026-05-14 04:42:57] "GET /virtual-network/fff3a00f-cff9-4c71-ae5b-07b4c27ba430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.064494 10.0.0.22 - - [2026-05-14 04:42:58] "GET /virtual-network/fff3a00f-cff9-4c71-ae5b-07b4c27ba430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.062052 10.0.0.23 - - [2026-05-14 04:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.27 - - [2026-05-14 04:42:59] "GET /virtual-network/fff3a00f-cff9-4c71-ae5b-07b4c27ba430?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.023623 10.0.0.27 - - [2026-05-14 04:42:59] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.051269 10.0.0.27 - - [2026-05-14 04:42:59] "GET /obj-perms HTTP/1.1" 200 5030 0.007001 10.0.0.27 - - [2026-05-14 04:42:59] "PUT /virtual-network/fff3a00f-cff9-4c71-ae5b-07b4c27ba430 HTTP/1.1" 200 264 0.099871 10.0.0.23 - - [2026-05-14 04:42:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003545 10.0.0.23 - - [2026-05-14 04:42:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005390 10.0.0.27 - - [2026-05-14 04:42:59] "DELETE /virtual-network/6c799216-a6bb-42cc-8249-59cfdbc0f691 HTTP/1.1" 200 115 0.204346 10.0.0.22 - - [2026-05-14 04:42:59] "DELETE /route-target/40e0debd-a943-40f1-9f0f-9506bc0d7660 HTTP/1.1" 200 115 0.042804 10.0.0.23 - - [2026-05-14 04:42:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003742 10.0.0.23 - - [2026-05-14 04:42:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002971 10.0.0.27 - - [2026-05-14 04:42:59] "DELETE /virtual-network/fff3a00f-cff9-4c71-ae5b-07b4c27ba430 HTTP/1.1" 200 115 0.182184 10.0.0.27 - - [2026-05-14 04:42:59] "DELETE /api-access-list/de001cc5-dc91-4b82-8cc2-1e9b6a80ec33 HTTP/1.1" 200 115 0.057843 10.0.0.23 - - [2026-05-14 04:43:00] "GET /projects?obj_uuids=7c5c7b9d-4503-4717-8774-5dce7d09e5bb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001797 10.0.0.27 - - [2026-05-14 04:43:00] "GET /project/7c5c7b9d-4503-4717-8774-5dce7d09e5bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.075025 10.0.0.23 - - [2026-05-14 04:43:00] "GET /projects?obj_uuids=7c5c7b9d-4503-4717-8774-5dce7d09e5bb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001696 10.0.0.27 - - [2026-05-14 04:43:00] "GET /project/7c5c7b9d-4503-4717-8774-5dce7d09e5bb?fields=virtual_networks HTTP/1.1" 200 1041 0.081443 10.0.0.23 - - [2026-05-14 04:43:00] "GET /projects?obj_uuids=7c5c7b9d-4503-4717-8774-5dce7d09e5bb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001822 10.0.0.27 - - [2026-05-14 04:43:00] "GET /project/7c5c7b9d-4503-4717-8774-5dce7d09e5bb?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.050467 10.0.0.23 - - [2026-05-14 04:43:00] "GET /projects?obj_uuids=7c5c7b9d-4503-4717-8774-5dce7d09e5bb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001564 10.0.0.27 - - [2026-05-14 04:43:00] "GET /project/7c5c7b9d-4503-4717-8774-5dce7d09e5bb?fields=security_groups HTTP/1.1" 200 1267 0.064887 10.0.0.23 - - [2026-05-14 04:43:01] "GET /projects?obj_uuids=08c254aa-2e5c-4720-aa69-b262e0c274aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001575 10.0.0.27 - - [2026-05-14 04:43:01] "GET /project/08c254aa-2e5c-4720-aa69-b262e0c274aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.095982 10.0.0.23 - - [2026-05-14 04:43:01] "GET /projects?obj_uuids=08c254aa-2e5c-4720-aa69-b262e0c274aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001638 10.0.0.27 - - [2026-05-14 04:43:01] "GET /project/08c254aa-2e5c-4720-aa69-b262e0c274aa?fields=virtual_networks HTTP/1.1" 200 1041 0.064362 10.0.0.23 - - [2026-05-14 04:43:01] "GET /projects?obj_uuids=08c254aa-2e5c-4720-aa69-b262e0c274aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001849 10.0.0.27 - - [2026-05-14 04:43:01] "GET /project/08c254aa-2e5c-4720-aa69-b262e0c274aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.059510 10.0.0.23 - - [2026-05-14 04:43:01] "GET /projects?obj_uuids=08c254aa-2e5c-4720-aa69-b262e0c274aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001866 10.0.0.27 - - [2026-05-14 04:43:01] "GET /project/08c254aa-2e5c-4720-aa69-b262e0c274aa?fields=security_groups HTTP/1.1" 200 1267 0.067566 10.0.0.27 - - [2026-05-14 04:43:05] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.27 - - [2026-05-14 04:43:06] "GET / HTTP/1.1" 200 35931 0.002995 10.0.0.27 - - [2026-05-14 04:43:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.27 - - [2026-05-14 04:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.107069 10.0.0.23 - - [2026-05-14 04:43:07] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002586 10.0.0.27 - - [2026-05-14 04:43:07] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.105881 10.0.0.27 - - [2026-05-14 04:43:07] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.022048 10.0.0.27 - - [2026-05-14 04:43:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.020423 10.0.0.27 - - [2026-05-14 04:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.023741 10.0.0.23 - - [2026-05-14 04:43:07] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002062 10.0.0.27 - - [2026-05-14 04:43:07] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.030080 10.0.0.27 - - [2026-05-14 04:43:07] "POST /service-templates HTTP/1.1" 403 264 0.018598 10.0.0.27 - - [2026-05-14 04:43:08] "POST /fqname-to-id HTTP/1.1" 404 215 0.005692 10.0.0.27 - - [2026-05-14 04:43:08] "POST /api-access-lists HTTP/1.1" 200 555 0.058865 10.0.0.27 - - [2026-05-14 04:43:08] "GET /api-access-list/39cedc87-37d2-4712-92c9-02e8ac1b1996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.015650 10.0.0.27 - - [2026-05-14 04:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.033051 10.0.0.23 - - [2026-05-14 04:43:08] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001835 10.0.0.27 - - [2026-05-14 04:43:08] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.096974 10.0.0.27 - - [2026-05-14 04:43:08] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026634 10.0.0.27 - - [2026-05-14 04:43:08] "POST /virtual-networks HTTP/1.1" 200 583 0.128060 10.0.0.27 - - [2026-05-14 04:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.023884 10.0.0.27 - - [2026-05-14 04:43:08] "GET /network-ipam/f443223f-c03e-4528-a083-fc57cc9485cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.025235 10.0.0.23 - - [2026-05-14 04:43:08] "POST /useragent-kv HTTP/1.1" 200 115 0.023873 10.0.0.27 - - [2026-05-14 04:43:08] "POST /ref-update HTTP/1.1" 200 156 0.156920 10.0.0.27 - - [2026-05-14 04:43:09] "POST /neutron/network HTTP/1.1" 200 849 0.075486 10.0.0.22 - - [2026-05-14 04:43:09] "POST /route-targets HTTP/1.1" 200 327 0.027047 10.0.0.27 - - [2026-05-14 04:43:09] "GET /virtual-network/c66cd5bf-c1a2-4654-9976-43739b17b5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.028476 10.0.0.27 - - [2026-05-14 04:43:09] "POST /neutron/subnet HTTP/1.1" 200 681 0.059897 10.0.0.27 - - [2026-05-14 04:43:09] "GET /virtual-network/c66cd5bf-c1a2-4654-9976-43739b17b5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009144 10.0.0.27 - - [2026-05-14 04:43:09] "GET /network-ipam/f443223f-c03e-4528-a083-fc57cc9485cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.006073 10.0.0.27 - - [2026-05-14 04:43:09] "GET /virtual-network/c66cd5bf-c1a2-4654-9976-43739b17b5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007109 10.0.0.27 - - [2026-05-14 04:43:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.025486 10.0.0.27 - - [2026-05-14 04:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.026149 10.0.0.23 - - [2026-05-14 04:43:11] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001687 10.0.0.27 - - [2026-05-14 04:43:11] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.031565 10.0.0.27 - - [2026-05-14 04:43:11] "POST /service-templates HTTP/1.1" 403 264 0.018130 10.0.0.27 - - [2026-05-14 04:43:11] "POST /fqname-to-id HTTP/1.1" 404 183 0.005334 10.0.0.27 - - [2026-05-14 04:43:11] "POST /api-access-lists HTTP/1.1" 200 521 0.039331 10.0.0.27 - - [2026-05-14 04:43:11] "GET /api-access-list/e2cf80c6-ab1b-4cbb-83fd-8e16b1fb7838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.010466 10.0.0.27 - - [2026-05-14 04:43:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.037058 10.0.0.27 - - [2026-05-14 04:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.035562 10.0.0.23 - - [2026-05-14 04:43:11] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001463 10.0.0.27 - - [2026-05-14 04:43:11] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.039608 10.0.0.27 - - [2026-05-14 04:43:11] "POST /service-templates HTTP/1.1" 200 551 0.063381 10.0.0.27 - - [2026-05-14 04:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.047606 10.0.0.27 - - [2026-05-14 04:43:11] "GET /service-template/8a6f3c7a-0b29-4644-a5a0-a846afe4a2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.033546 10.0.0.27 - - [2026-05-14 04:43:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.027590 10.0.0.27 - - [2026-05-14 04:43:12] "GET /service-template/8a6f3c7a-0b29-4644-a5a0-a846afe4a2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.029450 10.0.0.27 - - [2026-05-14 04:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.035878 10.0.0.22 - - [2026-05-14 04:43:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.038591 10.0.0.23 - - [2026-05-14 04:43:14] "GET /obj-perms HTTP/1.1" 403 257 0.058100 10.0.0.27 - - [2026-05-14 04:43:14] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.064958 10.0.0.27 - - [2026-05-14 04:43:14] "GET /api-access-list/39cedc87-37d2-4712-92c9-02e8ac1b1996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004993 10.0.0.27 - - [2026-05-14 04:43:14] "PUT /api-access-list/39cedc87-37d2-4712-92c9-02e8ac1b1996 HTTP/1.1" 200 264 0.019126 10.0.0.27 - - [2026-05-14 04:43:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542 10.0.0.27 - - [2026-05-14 04:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.057701 10.0.0.23 - - [2026-05-14 04:43:15] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001369 10.0.0.27 - - [2026-05-14 04:43:15] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.084716 10.0.0.27 - - [2026-05-14 04:43:15] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.038717 10.0.0.27 - - [2026-05-14 04:43:15] "POST /virtual-networks HTTP/1.1" 403 263 0.024833 10.0.0.27 - - [2026-05-14 04:43:15] "GET /virtual-network/c66cd5bf-c1a2-4654-9976-43739b17b5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.032331 10.0.0.27 - - [2026-05-14 04:43:15] "GET /api-access-list/e2cf80c6-ab1b-4cbb-83fd-8e16b1fb7838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005529 10.0.0.27 - - [2026-05-14 04:43:15] "PUT /api-access-list/e2cf80c6-ab1b-4cbb-83fd-8e16b1fb7838 HTTP/1.1" 200 264 0.016885 10.0.0.27 - - [2026-05-14 04:43:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.023392 10.0.0.27 - - [2026-05-14 04:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.025113 10.0.0.23 - - [2026-05-14 04:43:16] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001336 10.0.0.27 - - [2026-05-14 04:43:16] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.029370 10.0.0.27 - - [2026-05-14 04:43:16] "POST /service-templates HTTP/1.1" 403 264 0.024317 10.0.0.27 - - [2026-05-14 04:43:16] "GET /api-access-list/39cedc87-37d2-4712-92c9-02e8ac1b1996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004784 10.0.0.27 - - [2026-05-14 04:43:16] "PUT /api-access-list/39cedc87-37d2-4712-92c9-02e8ac1b1996 HTTP/1.1" 200 264 0.017831 10.0.0.27 - - [2026-05-14 04:43:16] "GET /api-access-list/e2cf80c6-ab1b-4cbb-83fd-8e16b1fb7838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.004540 10.0.0.27 - - [2026-05-14 04:43:16] "PUT /api-access-list/e2cf80c6-ab1b-4cbb-83fd-8e16b1fb7838 HTTP/1.1" 200 264 0.018505 10.0.0.27 - - [2026-05-14 04:43:17] "GET /obj-perms HTTP/1.1" 403 257 0.026211 10.0.0.27 - - [2026-05-14 04:43:17] "GET /obj-perms HTTP/1.1" 403 257 0.061238 10.0.0.22 - - [2026-05-14 04:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006673 10.0.0.22 - - [2026-05-14 04:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006550 10.0.0.23 - - [2026-05-14 04:43:18] "GET /obj-perms HTTP/1.1" 403 257 0.022278 10.0.0.23 - - [2026-05-14 04:43:18] "GET /obj-perms HTTP/1.1" 403 257 0.057819 10.0.0.27 - - [2026-05-14 04:43:19] "GET /obj-perms HTTP/1.1" 403 257 0.020552 10.0.0.27 - - [2026-05-14 04:43:19] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005485 10.0.0.27 - - [2026-05-14 04:43:19] "PUT /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555 HTTP/1.1" 200 264 0.019487 10.0.0.27 - - [2026-05-14 04:43:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.27 - - [2026-05-14 04:43:19] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.055761 10.0.0.27 - - [2026-05-14 04:43:19] "DELETE /api-access-list/39cedc87-37d2-4712-92c9-02e8ac1b1996 HTTP/1.1" 200 115 0.052027 10.0.0.27 - - [2026-05-14 04:43:19] "DELETE /api-access-list/e2cf80c6-ab1b-4cbb-83fd-8e16b1fb7838 HTTP/1.1" 200 115 0.047664 10.0.0.27 - - [2026-05-14 04:43:20] "GET /virtual-network/c66cd5bf-c1a2-4654-9976-43739b17b5df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.050353 10.0.0.22 - - [2026-05-14 04:43:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.23 - - [2026-05-14 04:43:21] "GET /obj-perms HTTP/1.1" 403 257 0.050974 10.0.0.27 - - [2026-05-14 04:43:21] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.007102 10.0.0.27 - - [2026-05-14 04:43:21] "PUT /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555 HTTP/1.1" 200 264 0.016696 10.0.0.27 - - [2026-05-14 04:43:22] "GET /obj-perms HTTP/1.1" 403 257 0.015770 10.0.0.27 - - [2026-05-14 04:43:22] "GET /obj-perms HTTP/1.1" 403 257 0.016923 10.0.0.27 - - [2026-05-14 04:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.024016 10.0.0.27 - - [2026-05-14 04:43:22] "DELETE /service-template/8a6f3c7a-0b29-4644-a5a0-a846afe4a2ab HTTP/1.1" 200 115 0.053601 10.0.0.27 - - [2026-05-14 04:43:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.029493 10.0.0.23 - - [2026-05-14 04:43:22] "POST /useragent-kv HTTP/1.1" 200 115 0.005349 10.0.0.23 - - [2026-05-14 04:43:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004409 10.0.0.27 - - [2026-05-14 04:43:22] "DELETE /virtual-network/c66cd5bf-c1a2-4654-9976-43739b17b5df HTTP/1.1" 200 115 0.180789 10.0.0.22 - - [2026-05-14 04:43:22] "DELETE /route-target/f8f46c2f-064f-49e9-b6d4-e8af2ee3bace HTTP/1.1" 200 115 0.041746 10.0.0.27 - - [2026-05-14 04:43:22] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005402 10.0.0.27 - - [2026-05-14 04:43:22] "PUT /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555 HTTP/1.1" 200 264 0.015572 10.0.0.27 - - [2026-05-14 04:43:22] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.005092 10.0.0.27 - - [2026-05-14 04:43:23] "PUT /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555 HTTP/1.1" 200 264 0.017744 10.0.0.27 - - [2026-05-14 04:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.23 - - [2026-05-14 04:43:25] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001266 10.0.0.27 - - [2026-05-14 04:43:25] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047061 10.0.0.23 - - [2026-05-14 04:43:25] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001215 10.0.0.27 - - [2026-05-14 04:43:26] "POST /neutron/network HTTP/1.1" 200 643 0.238200 10.0.0.27 - - [2026-05-14 04:43:26] "POST /id-to-fqname HTTP/1.1" 200 240 0.006387 10.0.0.27 - - [2026-05-14 04:43:26] "GET /virtual-network/7505ab13-ad0c-45a3-bc0f-518987afe293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007331 10.0.0.27 - - [2026-05-14 04:43:26] "POST /neutron/network HTTP/1.1" 200 861 0.015360 10.0.0.27 - - [2026-05-14 04:43:26] "GET /virtual-network/7505ab13-ad0c-45a3-bc0f-518987afe293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007091 10.0.0.27 - - [2026-05-14 04:43:26] "POST /neutron/network HTTP/1.1" 200 861 0.009480 10.0.0.27 - - [2026-05-14 04:43:26] "GET /virtual-network/7505ab13-ad0c-45a3-bc0f-518987afe293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007505 10.0.0.27 - - [2026-05-14 04:43:26] "GET /network-ipam/f443223f-c03e-4528-a083-fc57cc9485cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.007144 10.0.0.27 - - [2026-05-14 04:43:27] "GET /virtual-network/7505ab13-ad0c-45a3-bc0f-518987afe293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007778 10.0.0.23 - - [2026-05-14 04:43:27] "GET /obj-perms HTTP/1.1" 200 5030 0.076965 10.0.0.27 - - [2026-05-14 04:43:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.004386 10.0.0.27 - - [2026-05-14 04:43:27] "POST /api-access-lists HTTP/1.1" 200 555 0.037667 10.0.0.27 - - [2026-05-14 04:43:27] "GET /api-access-list/5c2423f5-97af-480e-91e6-bf1df49cb3c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.007550 10.0.0.27 - - [2026-05-14 04:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.023026 10.0.0.23 - - [2026-05-14 04:43:27] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002372 10.0.0.27 - - [2026-05-14 04:43:27] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.086812 10.0.0.27 - - [2026-05-14 04:43:28] "POST /neutron/network HTTP/1.1" 200 693 0.039045 10.0.0.22 - - [2026-05-14 04:43:28] "POST /route-targets HTTP/1.1" 200 327 0.018957 10.0.0.27 - - [2026-05-14 04:43:28] "POST /neutron/network HTTP/1.1" 200 862 0.045881 10.0.0.27 - - [2026-05-14 04:43:28] "POST /id-to-fqname HTTP/1.1" 200 240 0.023446 10.0.0.27 - - [2026-05-14 04:43:28] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.030812 10.0.0.27 - - [2026-05-14 04:43:29] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.026946 10.0.0.27 - - [2026-05-14 04:43:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.073583 10.0.0.27 - - [2026-05-14 04:43:29] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007331 10.0.0.27 - - [2026-05-14 04:43:29] "GET /network-ipam/f443223f-c03e-4528-a083-fc57cc9485cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004464 10.0.0.22 - - [2026-05-14 04:43:29] "GET /obj-perms HTTP/1.1" 200 5056 0.085938 10.0.0.27 - - [2026-05-14 04:43:29] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.010152 10.0.0.27 - - [2026-05-14 04:43:29] "GET /obj-perms HTTP/1.1" 200 5030 0.005849 10.0.0.27 - - [2026-05-14 04:43:29] "POST /fqname-to-id HTTP/1.1" 404 232 0.021332 10.0.0.22 - - [2026-05-14 04:43:30] "POST /access-control-lists HTTP/1.1" 200 626 0.038455 10.0.0.22 - - [2026-05-14 04:43:30] "PUT /access-control-list/c664e74a-3f94-4653-bd8b-e306bf4d831f HTTP/1.1" 200 272 0.124362 10.0.0.23 - - [2026-05-14 04:43:30] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002012 10.0.0.27 - - [2026-05-14 04:43:30] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.143444 10.0.0.23 - - [2026-05-14 04:43:30] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001381 10.0.0.27 - - [2026-05-14 04:43:30] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.127398 10.0.0.23 - - [2026-05-14 04:43:31] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001468 10.0.0.27 - - [2026-05-14 04:43:31] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.359437 10.0.0.22 - - [2026-05-14 04:43:31] "PUT /access-control-list/c664e74a-3f94-4653-bd8b-e306bf4d831f HTTP/1.1" 200 272 0.024607 10.0.0.27 - - [2026-05-14 04:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.038914 10.0.0.27 - - [2026-05-14 04:43:31] "GET /security-group/74469fbd-69fd-41b4-b15e-bccf70800eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.029725 10.0.0.27 - - [2026-05-14 04:43:32] "POST /id-to-fqname HTTP/1.1" 200 240 0.027574 10.0.0.27 - - [2026-05-14 04:43:33] "POST /neutron/network HTTP/1.1" 200 872 0.055388 10.0.0.23 - - [2026-05-14 04:43:34] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001361 10.0.0.27 - - [2026-05-14 04:43:34] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.081403 10.0.0.27 - - [2026-05-14 04:43:34] "POST /neutron/port HTTP/1.1" 200 117 0.045411 10.0.0.27 - - [2026-05-14 04:43:35] "POST /neutron/network HTTP/1.1" 200 862 0.053608 10.0.0.27 - - [2026-05-14 04:43:36] "POST /neutron/port HTTP/1.1" 200 1058 0.025768 10.0.0.27 - - [2026-05-14 04:43:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004990 10.0.0.27 - - [2026-05-14 04:43:36] "POST /neutron/network HTTP/1.1" 200 862 0.010348 10.0.0.27 - - [2026-05-14 04:43:40] "POST /neutron/port HTTP/1.1" 200 1122 0.031159 10.0.0.27 - - [2026-05-14 04:43:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.013605 10.0.0.27 - - [2026-05-14 04:43:40] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330 HTTP/1.1" 401 292 0.000645 10.0.0.27 - - [2026-05-14 04:43:40] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330 HTTP/1.1" 200 1292 0.072448 10.0.0.27 - - [2026-05-14 04:43:40] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330 HTTP/1.1" 200 1292 0.032973 10.0.0.27 - - [2026-05-14 04:43:40] "GET /virtual-machine-interface/46b137e2-9380-4c5e-bf50-a997ad40dd75 HTTP/1.1" 200 3023 0.037740 10.0.0.27 - - [2026-05-14 04:43:41] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330 HTTP/1.1" 200 1292 0.027625 10.0.0.27 - - [2026-05-14 04:43:41] "GET /virtual-machine-interface/46b137e2-9380-4c5e-bf50-a997ad40dd75 HTTP/1.1" 200 3023 0.035379 10.0.0.27 - - [2026-05-14 04:43:41] "GET /instance-ip/73d08aec-95c8-4ce7-8524-4f268096d30f HTTP/1.1" 200 1637 0.035463 10.0.0.27 - - [2026-05-14 04:43:41] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330 HTTP/1.1" 200 1292 0.030281 10.0.0.27 - - [2026-05-14 04:43:41] "GET /virtual-machine-interface/46b137e2-9380-4c5e-bf50-a997ad40dd75 HTTP/1.1" 200 3023 0.035402 10.0.0.27 - - [2026-05-14 04:43:41] "GET /instance-ip/73d08aec-95c8-4ce7-8524-4f268096d30f HTTP/1.1" 200 1637 0.030305 10.0.0.27 - - [2026-05-14 04:43:41] "POST /fqname-to-id HTTP/1.1" 403 354 0.022900 10.0.0.27 - - [2026-05-14 04:43:41] "GET / HTTP/1.1" 200 35931 0.002109 10.0.0.27 - - [2026-05-14 04:43:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-05-14 04:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.044983 10.0.0.27 - - [2026-05-14 04:43:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005939 10.0.0.27 - - [2026-05-14 04:43:42] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031730 10.0.0.27 - - [2026-05-14 04:43:42] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.040236 10.0.0.27 - - [2026-05-14 04:43:42] "POST /fqname-to-id HTTP/1.1" 403 354 0.025856 10.0.0.27 - - [2026-05-14 04:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.27 - - [2026-05-14 04:43:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009794 10.0.0.27 - - [2026-05-14 04:43:42] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.040210 10.0.0.27 - - [2026-05-14 04:43:42] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.031096 10.0.0.27 - - [2026-05-14 04:43:42] "POST /fqname-to-id HTTP/1.1" 403 354 0.023416 10.0.0.27 - - [2026-05-14 04:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.27 - - [2026-05-14 04:43:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005602 10.0.0.27 - - [2026-05-14 04:43:42] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.045495 10.0.0.27 - - [2026-05-14 04:43:42] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.032687 10.0.0.27 - - [2026-05-14 04:43:42] "POST /fqname-to-id HTTP/1.1" 403 354 0.029030 10.0.0.27 - - [2026-05-14 04:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.27 - - [2026-05-14 04:43:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004796 10.0.0.27 - - [2026-05-14 04:43:42] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.035618 10.0.0.27 - - [2026-05-14 04:43:42] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.036226 10.0.0.27 - - [2026-05-14 04:43:42] "POST /fqname-to-id HTTP/1.1" 403 354 0.023529 10.0.0.27 - - [2026-05-14 04:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005628 10.0.0.27 - - [2026-05-14 04:43:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006007 10.0.0.27 - - [2026-05-14 04:43:42] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.042628 10.0.0.27 - - [2026-05-14 04:43:43] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.032759 10.0.0.27 - - [2026-05-14 04:43:46] "POST /neutron/port HTTP/1.1" 200 1122 0.131061 10.0.0.27 - - [2026-05-14 04:43:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.093687 10.0.0.22 - - [2026-05-14 04:43:46] "DELETE /access-control-list/d1cf9ddb-fa81-47d5-b17e-bb7f3bd8821a HTTP/1.1" 200 115 0.217318 10.0.0.27 - - [2026-05-14 04:43:46] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.133831 10.0.0.27 - - [2026-05-14 04:43:48] "POST /fqname-to-id HTTP/1.1" 403 354 0.028373 10.0.0.27 - - [2026-05-14 04:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008554 10.0.0.27 - - [2026-05-14 04:43:48] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006775 10.0.0.27 - - [2026-05-14 04:43:48] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.036776 10.0.0.27 - - [2026-05-14 04:43:48] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.026494 10.0.0.27 - - [2026-05-14 04:43:48] "POST /fqname-to-id HTTP/1.1" 403 354 0.024037 10.0.0.27 - - [2026-05-14 04:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.27 - - [2026-05-14 04:43:48] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004646 10.0.0.27 - - [2026-05-14 04:43:48] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.028178 10.0.0.27 - - [2026-05-14 04:43:48] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.029275 10.0.0.27 - - [2026-05-14 04:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.025104 10.0.0.27 - - [2026-05-14 04:43:49] "GET /routing-instance/e881e6b3-6d79-4801-bc14-7500fa79845a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.027037 10.0.0.27 - - [2026-05-14 04:43:49] "POST /fqname-to-id HTTP/1.1" 403 354 0.022394 10.0.0.27 - - [2026-05-14 04:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004331 10.0.0.27 - - [2026-05-14 04:43:49] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004986 10.0.0.27 - - [2026-05-14 04:43:49] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033569 10.0.0.27 - - [2026-05-14 04:43:49] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.032268 10.0.0.27 - - [2026-05-14 04:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.026325 10.0.0.27 - - [2026-05-14 04:43:49] "GET /routing-instance/e881e6b3-6d79-4801-bc14-7500fa79845a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.031909 10.0.0.23 - - [2026-05-14 04:43:49] "GET /obj-perms HTTP/1.1" 403 257 0.018141 10.0.0.27 - - [2026-05-14 04:43:49] "GET /virtual-machine-interface/46b137e2-9380-4c5e-bf50-a997ad40dd75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.030167 10.0.0.27 - - [2026-05-14 04:43:49] "GET /virtual-machine-interface/46b137e2-9380-4c5e-bf50-a997ad40dd75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.031012 10.0.0.23 - - [2026-05-14 04:43:49] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.023575 10.0.0.27 - - [2026-05-14 04:43:49] "GET /virtual-machine-interface/46b137e2-9380-4c5e-bf50-a997ad40dd75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.036824 10.0.0.27 - - [2026-05-14 04:43:49] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.032440 10.0.0.27 - - [2026-05-14 04:43:50] "GET /obj-perms HTTP/1.1" 403 257 0.050444 10.0.0.27 - - [2026-05-14 04:43:50] "POST /neutron/port HTTP/1.1" 200 1218 0.030392 10.0.0.27 - - [2026-05-14 04:43:50] "GET /obj-perms HTTP/1.1" 403 257 0.017418 10.0.0.27 - - [2026-05-14 04:43:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006044 10.0.0.27 - - [2026-05-14 04:43:50] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.27 - - [2026-05-14 04:43:51] "GET /obj-perms HTTP/1.1" 403 257 0.069509 10.0.0.22 - - [2026-05-14 04:43:51] "GET /obj-perms HTTP/1.1" 200 5030 0.126732 10.0.0.27 - - [2026-05-14 04:43:51] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.050246 10.0.0.23 - - [2026-05-14 04:43:51] "GET /obj-perms HTTP/1.1" 403 257 0.018082 10.0.0.27 - - [2026-05-14 04:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.027633 10.0.0.23 - - [2026-05-14 04:43:51] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001802 10.0.0.27 - - [2026-05-14 04:43:51] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.114993 10.0.0.27 - - [2026-05-14 04:43:51] "GET /virtual-network/7505ab13-ad0c-45a3-bc0f-518987afe293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.046119 10.0.0.27 - - [2026-05-14 04:43:51] "GET /floating-ip-pools?parent_id=7505ab13-ad0c-45a3-bc0f-518987afe293&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.046363 10.0.0.27 - - [2026-05-14 04:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.027485 10.0.0.27 - - [2026-05-14 04:43:52] "GET /floating-ip-pool/923425eb-4921-4186-93ef-a22d742787f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.024723 10.0.0.23 - - [2026-05-14 04:43:52] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001949 10.0.0.27 - - [2026-05-14 04:43:52] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.098369 10.0.0.27 - - [2026-05-14 04:43:52] "POST /floating-ips HTTP/1.1" 200 616 0.120734 10.0.0.27 - - [2026-05-14 04:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.026696 10.0.0.27 - - [2026-05-14 04:43:52] "GET /floating-ip/1643c542-aba0-4254-ac90-5dff8e94d61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.030382 10.0.0.27 - - [2026-05-14 04:43:52] "GET /floating-ip/1643c542-aba0-4254-ac90-5dff8e94d61c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.025962 10.0.0.27 - - [2026-05-14 04:43:52] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.036807 10.0.0.27 - - [2026-05-14 04:43:52] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.042050 10.0.0.27 - - [2026-05-14 04:43:52] "GET /virtual-machine-interface/46b137e2-9380-4c5e-bf50-a997ad40dd75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.036706 10.0.0.27 - - [2026-05-14 04:43:52] "POST /ref-update HTTP/1.1" 200 156 0.045926 10.0.0.27 - - [2026-05-14 04:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.026378 10.0.0.27 - - [2026-05-14 04:43:53] "GET /routing-instance/95113af1-ceca-47c3-847d-575b80ebc8db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.031348 10.0.0.27 - - [2026-05-14 04:43:53] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.037885 10.0.0.27 - - [2026-05-14 04:43:53] "POST /neutron/security_group HTTP/1.1" 200 542 0.104439 10.0.0.27 - - [2026-05-14 04:43:54] "POST /neutron/port HTTP/1.1" 200 1112 0.122210 10.0.0.27 - - [2026-05-14 04:43:54] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330 HTTP/1.1" 200 1292 0.043541 10.0.0.27 - - [2026-05-14 04:43:54] "GET /virtual-machine-interface/46b137e2-9380-4c5e-bf50-a997ad40dd75 HTTP/1.1" 200 3585 0.034296 10.0.0.27 - - [2026-05-14 04:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.025261 10.0.0.27 - - [2026-05-14 04:43:54] "GET /security-group/74469fbd-69fd-41b4-b15e-bccf70800eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.022117 10.0.0.27 - - [2026-05-14 04:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.026001 10.0.0.27 - - [2026-05-14 04:43:54] "GET /security-group/74469fbd-69fd-41b4-b15e-bccf70800eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.040946 10.0.0.27 - - [2026-05-14 04:43:54] "DELETE /floating-ip/1643c542-aba0-4254-ac90-5dff8e94d61c HTTP/1.1" 200 115 0.098057 10.0.0.27 - - [2026-05-14 04:43:55] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330 HTTP/1.1" 200 1292 0.028754 10.0.0.27 - - [2026-05-14 04:43:55] "POST /neutron/port HTTP/1.1" 200 1163 0.045237 10.0.0.27 - - [2026-05-14 04:43:56] "POST /neutron/port HTTP/1.1" 200 1218 0.065292 10.0.0.27 - - [2026-05-14 04:43:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005535 10.0.0.23 - - [2026-05-14 04:43:56] "DELETE /project/7c5c7b9d-4503-4717-8774-5dce7d09e5bb HTTP/1.1" 404 177 0.005549 10.0.0.23 - - [2026-05-14 04:43:56] "DELETE /project/08c254aa-2e5c-4720-aa69-b262e0c274aa HTTP/1.1" 404 177 0.005492 10.0.0.27 - - [2026-05-14 04:43:56] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.27 - - [2026-05-14 04:43:57] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330 HTTP/1.1" 404 171 0.024332 10.0.0.27 - - [2026-05-14 04:43:57] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330 HTTP/1.1" 404 171 0.022645 10.0.0.27 - - [2026-05-14 04:43:57] "GET /virtual-machine/4bb7a726-a7b8-4ff2-99c3-035099a6e330 HTTP/1.1" 404 171 0.037361 10.0.0.27 - - [2026-05-14 04:43:57] "POST /fqname-to-id HTTP/1.1" 403 354 0.031971 10.0.0.27 - - [2026-05-14 04:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005485 10.0.0.27 - - [2026-05-14 04:43:57] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004907 10.0.0.27 - - [2026-05-14 04:43:57] "GET /virtual-networks?parent_id=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.031900 10.0.0.27 - - [2026-05-14 04:43:57] "GET /virtual-network/e65217b7-564e-45a0-a2d6-a309fd4528e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.030308 10.0.0.27 - - [2026-05-14 04:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.029876 10.0.0.27 - - [2026-05-14 04:43:57] "GET /routing-instance/e881e6b3-6d79-4801-bc14-7500fa79845a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.045957 10.0.0.27 - - [2026-05-14 04:43:57] "GET /obj-perms HTTP/1.1" 403 257 0.030818 10.0.0.27 - - [2026-05-14 04:43:58] "GET /obj-perms HTTP/1.1" 403 257 0.051848 10.0.0.22 - - [2026-05-14 04:43:58] "GET /obj-perms HTTP/1.1" 200 5030 0.008959 10.0.0.27 - - [2026-05-14 04:44:04] "GET /obj-perms HTTP/1.1" 200 5030 0.005385 10.0.0.22 - - [2026-05-14 04:44:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004996 10.0.0.27 - - [2026-05-14 04:44:13] "GET /obj-perms HTTP/1.1" 200 5030 0.005641 10.0.0.22 - - [2026-05-14 04:44:16] "GET /obj-perms HTTP/1.1" 200 5030 0.005104 10.0.0.27 - - [2026-05-14 04:44:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004847 10.0.0.27 - - [2026-05-14 04:44:17] "POST /neutron/security_group HTTP/1.1" 200 568 0.021806 10.0.0.27 - - [2026-05-14 04:44:17] "POST /fqname-to-id HTTP/1.1" 404 232 0.031849 10.0.0.22 - - [2026-05-14 04:44:17] "DELETE /access-control-list/c664e74a-3f94-4653-bd8b-e306bf4d831f HTTP/1.1" 200 115 0.085718 10.0.0.23 - - [2026-05-14 04:44:18] "POST /useragent-kv HTTP/1.1" 200 115 0.097036 10.0.0.23 - - [2026-05-14 04:44:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003546 10.0.0.27 - - [2026-05-14 04:44:18] "POST /neutron/network HTTP/1.1" 200 151 0.321543 10.0.0.27 - - [2026-05-14 04:44:18] "DELETE /api-access-list/5c2423f5-97af-480e-91e6-bf1df49cb3c9 HTTP/1.1" 200 115 0.053665 10.0.0.22 - - [2026-05-14 04:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.27 - - [2026-05-14 04:44:20] "GET /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005490 10.0.0.27 - - [2026-05-14 04:44:20] "PUT /api-access-list/471a6c60-cab0-460e-ae95-76253c7e9555 HTTP/1.1" 200 264 0.015791 10.0.0.23 - - [2026-05-14 04:44:21] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001539 10.0.0.27 - - [2026-05-14 04:44:21] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.142474 10.0.0.23 - - [2026-05-14 04:44:21] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.27 - - [2026-05-14 04:44:21] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?fields=virtual_networks HTTP/1.1" 200 1043 0.065576 10.0.0.23 - - [2026-05-14 04:44:21] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001687 10.0.0.27 - - [2026-05-14 04:44:21] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.051385 10.0.0.23 - - [2026-05-14 04:44:21] "GET /projects?obj_uuids=9204be43-23e1-48e6-bb6e-f452bfb015d7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001528 10.0.0.27 - - [2026-05-14 04:44:21] "GET /project/9204be43-23e1-48e6-bb6e-f452bfb015d7?fields=security_groups HTTP/1.1" 200 1269 0.054520 10.0.0.23 - - [2026-05-14 04:44:22] "GET /projects?obj_uuids=51a67f0e-e606-4b89-9137-4be245fb34a8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001816 10.0.0.27 - - [2026-05-14 04:44:22] "GET /project/51a67f0e-e606-4b89-9137-4be245fb34a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.060280 [Introspect:8084]10.0.0.27 - - [2026-05-14 04:44:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001475 10.0.0.27 - - [2026-05-14 04:44:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.041178 10.0.0.23 - - [2026-05-14 04:44:26] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003453 10.0.0.23 - - [2026-05-14 04:44:26] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003141 10.0.0.23 - - [2026-05-14 04:44:26] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.044778 10.0.0.23 - - [2026-05-14 04:44:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.006233 10.0.0.23 - - [2026-05-14 04:44:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.004580 10.0.0.23 - - [2026-05-14 04:44:26] "POST /security-groups HTTP/1.1" 200 592 0.050465 10.0.0.23 - - [2026-05-14 04:44:26] "POST /projects HTTP/1.1" 200 587 0.288728 10.0.0.23 - - [2026-05-14 04:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.325687 10.0.0.22 - - [2026-05-14 04:44:26] "POST /access-control-lists HTTP/1.1" 200 597 0.049938 10.0.0.27 - - [2026-05-14 04:44:26] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.545636 10.0.0.27 - - [2026-05-14 04:44:28] "GET / HTTP/1.1" 200 35931 0.001823 10.0.0.27 - - [2026-05-14 04:44:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000589 10.0.0.27 - - [2026-05-14 04:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.400961 10.0.0.23 - - [2026-05-14 04:44:30] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001765 10.0.0.27 - - [2026-05-14 04:44:30] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.057079 10.0.0.27 - - [2026-05-14 04:44:31] "POST /neutron/network HTTP/1.1" 200 117 0.379349 10.0.0.22 - - [2026-05-14 04:44:31] "POST /route-targets HTTP/1.1" 200 327 0.018275 10.0.0.27 - - [2026-05-14 04:44:31] "POST /neutron/network HTTP/1.1" 200 825 0.013821 10.0.0.27 - - [2026-05-14 04:44:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001469 10.0.0.27 - - [2026-05-14 04:44:31] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007395 10.0.0.27 - - [2026-05-14 04:44:31] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006841 10.0.0.27 - - [2026-05-14 04:44:31] "POST /neutron/subnet HTTP/1.1" 200 716 0.012381 10.0.0.27 - - [2026-05-14 04:44:32] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007454 10.0.0.22 - - [2026-05-14 04:44:33] "GET /obj-perms HTTP/1.1" 200 5032 0.069718 10.0.0.23 - - [2026-05-14 04:44:34] "GET /obj-perms HTTP/1.1" 200 5032 0.069869 10.0.0.27 - - [2026-05-14 04:44:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001615 10.0.0.23 - - [2026-05-14 04:44:35] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001804 10.0.0.27 - - [2026-05-14 04:44:35] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.093379 10.0.0.27 - - [2026-05-14 04:44:35] "POST /neutron/network HTTP/1.1" 200 825 0.009845 10.0.0.27 - - [2026-05-14 04:44:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001810 10.0.0.27 - - [2026-05-14 04:44:36] "POST /neutron/port HTTP/1.1" 200 4190 0.048114 10.0.0.23 - - [2026-05-14 04:44:36] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001285 10.0.0.27 - - [2026-05-14 04:44:36] "POST /neutron/port HTTP/1.1" 200 1059 0.440182 10.0.0.27 - - [2026-05-14 04:44:37] "POST /neutron/port HTTP/1.1" 200 1113 0.172276 10.0.0.23 - - [2026-05-14 04:44:37] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001592 10.0.0.27 - - [2026-05-14 04:44:37] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.097603 10.0.0.27 - - [2026-05-14 04:44:37] "POST /neutron/subnet HTTP/1.1" 200 690 0.030854 10.0.0.27 - - [2026-05-14 04:44:37] "POST /neutron/network HTTP/1.1" 200 825 0.012756 10.0.0.27 - - [2026-05-14 04:44:37] "POST /neutron/port HTTP/1.1" 200 117 0.010250 10.0.0.27 - - [2026-05-14 04:44:38] "POST /neutron/network HTTP/1.1" 200 835 0.011282 10.0.0.27 - - [2026-05-14 04:44:38] "POST /neutron/port HTTP/1.1" 200 1059 0.027421 10.0.0.27 - - [2026-05-14 04:44:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004873 10.0.0.27 - - [2026-05-14 04:44:38] "POST /neutron/network HTTP/1.1" 200 825 0.011634 10.0.0.27 - - [2026-05-14 04:44:43] "POST /neutron/port HTTP/1.1" 200 1123 0.024680 10.0.0.27 - - [2026-05-14 04:44:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013484 10.0.0.27 - - [2026-05-14 04:44:43] "GET /virtual-machine/e944c804-ba61-4c83-a8c7-a679cf40b22f HTTP/1.1" 401 292 0.000595 10.0.0.27 - - [2026-05-14 04:44:43] "GET /virtual-machine/e944c804-ba61-4c83-a8c7-a679cf40b22f HTTP/1.1" 200 1294 0.050156 10.0.0.27 - - [2026-05-14 04:44:43] "GET /virtual-machine-interface/bca0e9f1-bf54-4b30-8b82-7be8f57fea0a HTTP/1.1" 200 2950 0.006442 10.0.0.27 - - [2026-05-14 04:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.27 - - [2026-05-14 04:44:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005250 10.0.0.27 - - [2026-05-14 04:44:43] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005788 10.0.0.27 - - [2026-05-14 04:44:43] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006927 10.0.0.22 - - [2026-05-14 04:44:46] "DELETE /access-control-list/f1cc63ad-b43f-4cbb-b494-aa9296e9777c HTTP/1.1" 200 115 0.062857 10.0.0.27 - - [2026-05-14 04:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.27 - - [2026-05-14 04:44:47] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009122 10.0.0.27 - - [2026-05-14 04:44:50] "POST /neutron/network HTTP/1.1" 200 937 0.007974 10.0.0.27 - - [2026-05-14 04:44:50] "POST /neutron/port HTTP/1.1" 200 117 0.003315 10.0.0.27 - - [2026-05-14 04:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.27 - - [2026-05-14 04:44:51] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006953 10.0.0.27 - - [2026-05-14 04:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005319 10.0.0.27 - - [2026-05-14 04:44:55] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009749 10.0.0.23 - - [2026-05-14 04:44:56] "DELETE /project/2fa5ae0b32794f7e9e61198031fd9132 HTTP/1.1" 404 173 0.004995 10.0.0.23 - - [2026-05-14 04:44:56] "DELETE /project/9204be43-23e1-48e6-bb6e-f452bfb015d7 HTTP/1.1" 404 177 0.009767 10.0.0.27 - - [2026-05-14 04:44:58] "POST /neutron/port HTTP/1.1" 200 1107 0.026376 10.0.0.27 - - [2026-05-14 04:44:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.012273 10.0.0.27 - - [2026-05-14 04:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.27 - - [2026-05-14 04:44:59] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006396 10.0.0.27 - - [2026-05-14 04:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.27 - - [2026-05-14 04:45:03] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.011045 10.0.0.27 - - [2026-05-14 04:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007751 10.0.0.27 - - [2026-05-14 04:45:07] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008677 10.0.0.27 - - [2026-05-14 04:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008065 10.0.0.27 - - [2026-05-14 04:45:11] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009291 10.0.0.27 - - [2026-05-14 04:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007814 10.0.0.27 - - [2026-05-14 04:45:15] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.011449 10.0.0.27 - - [2026-05-14 04:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.27 - - [2026-05-14 04:45:19] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009166 10.0.0.27 - - [2026-05-14 04:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006408 10.0.0.27 - - [2026-05-14 04:45:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005941 10.0.0.27 - - [2026-05-14 04:45:21] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004982 10.0.0.27 - - [2026-05-14 04:45:22] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008293 10.0.0.27 - - [2026-05-14 04:45:22] "POST /neutron/port HTTP/1.1" 200 1123 0.027077 10.0.0.27 - - [2026-05-14 04:45:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012451 10.0.0.27 - - [2026-05-14 04:45:32] "GET /obj-perms HTTP/1.1" 200 5056 0.079398 10.0.0.27 - - [2026-05-14 04:45:32] "POST /neutron/port HTTP/1.1" 200 1123 0.027399 10.0.0.27 - - [2026-05-14 04:45:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010931 10.0.0.27 - - [2026-05-14 04:45:42] "POST /neutron/port HTTP/1.1" 200 1123 0.029478 10.0.0.27 - - [2026-05-14 04:45:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013203 10.0.0.27 - - [2026-05-14 04:45:43] "GET /virtual-machine/e09da6e5-192a-4bef-9da4-d2098e698ed8 HTTP/1.1" 200 1294 0.008191 10.0.0.27 - - [2026-05-14 04:45:43] "GET /virtual-machine-interface/4bbd7091-b643-4f68-ae45-50b3d6844370 HTTP/1.1" 200 2949 0.007721 10.0.0.27 - - [2026-05-14 04:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005490 10.0.0.27 - - [2026-05-14 04:45:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006568 10.0.0.27 - - [2026-05-14 04:45:43] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004693 10.0.0.27 - - [2026-05-14 04:45:43] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007852 10.0.0.27 - - [2026-05-14 04:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.27 - - [2026-05-14 04:45:44] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005026 10.0.0.27 - - [2026-05-14 04:45:44] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004230 10.0.0.27 - - [2026-05-14 04:45:44] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007635 10.0.0.27 - - [2026-05-14 04:45:44] "POST /neutron/port HTTP/1.1" 200 1123 0.026637 10.0.0.27 - - [2026-05-14 04:45:58] "POST /neutron/port HTTP/1.1" 200 1218 0.031343 10.0.0.27 - - [2026-05-14 04:45:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006307 10.0.0.27 - - [2026-05-14 04:45:58] "POST /neutron/port HTTP/1.1" 200 117 0.001382 10.0.0.27 - - [2026-05-14 04:46:50] "POST /neutron/port HTTP/1.1" 200 1218 0.060752 10.0.0.27 - - [2026-05-14 04:46:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005980 10.0.0.27 - - [2026-05-14 04:46:50] "POST /neutron/port HTTP/1.1" 200 117 0.001899 10.0.0.27 - - [2026-05-14 04:47:00] "POST /neutron/port HTTP/1.1" 200 1107 0.032829 10.0.0.27 - - [2026-05-14 04:47:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.022792 10.0.0.27 - - [2026-05-14 04:47:15] "POST /neutron/port HTTP/1.1" 200 1123 0.030408 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-machine/e944c804-ba61-4c83-a8c7-a679cf40b22f HTTP/1.1" 200 1294 0.005825 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-machine-interface/bca0e9f1-bf54-4b30-8b82-7be8f57fea0a HTTP/1.1" 200 2950 0.008440 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-machine/e944c804-ba61-4c83-a8c7-a679cf40b22f HTTP/1.1" 200 1294 0.005343 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-machine-interface/bca0e9f1-bf54-4b30-8b82-7be8f57fea0a HTTP/1.1" 200 2950 0.007471 10.0.0.27 - - [2026-05-14 04:47:15] "GET /instance-ip/72697284-cc39-43a1-8664-b99a00d8a222 HTTP/1.1" 200 1620 0.009220 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-machine/e944c804-ba61-4c83-a8c7-a679cf40b22f HTTP/1.1" 200 1294 0.005179 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-machine-interface/bca0e9f1-bf54-4b30-8b82-7be8f57fea0a HTTP/1.1" 200 2950 0.008062 10.0.0.27 - - [2026-05-14 04:47:15] "GET /instance-ip/72697284-cc39-43a1-8664-b99a00d8a222 HTTP/1.1" 200 1620 0.006362 10.0.0.27 - - [2026-05-14 04:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006797 10.0.0.27 - - [2026-05-14 04:47:15] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005813 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004143 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007866 10.0.0.27 - - [2026-05-14 04:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005970 10.0.0.27 - - [2026-05-14 04:47:15] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005749 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005410 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.019033 10.0.0.27 - - [2026-05-14 04:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006558 10.0.0.27 - - [2026-05-14 04:47:15] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006831 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005962 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006906 10.0.0.27 - - [2026-05-14 04:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005882 10.0.0.27 - - [2026-05-14 04:47:15] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006070 10.0.0.27 - - [2026-05-14 04:47:15] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003873 10.0.0.27 - - [2026-05-14 04:47:16] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007544 10.0.0.27 - - [2026-05-14 04:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.27 - - [2026-05-14 04:47:16] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010223 10.0.0.27 - - [2026-05-14 04:47:16] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004596 10.0.0.27 - - [2026-05-14 04:47:16] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010837 10.0.0.27 - - [2026-05-14 04:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007400 10.0.0.27 - - [2026-05-14 04:47:16] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010512 10.0.0.27 - - [2026-05-14 04:47:16] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.011400 10.0.0.27 - - [2026-05-14 04:47:16] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008789 10.0.0.27 - - [2026-05-14 04:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005971 10.0.0.27 - - [2026-05-14 04:47:16] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005222 10.0.0.27 - - [2026-05-14 04:47:16] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004851 10.0.0.27 - - [2026-05-14 04:47:16] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007894 10.0.0.27 - - [2026-05-14 04:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.27 - - [2026-05-14 04:47:16] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005264 10.0.0.27 - - [2026-05-14 04:47:16] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005060 10.0.0.27 - - [2026-05-14 04:47:16] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010499 10.0.0.27 - - [2026-05-14 04:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005328 10.0.0.27 - - [2026-05-14 04:47:16] "GET /routing-instance/c7364cde-b740-4283-a9db-f24c99342b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.007852 10.0.0.27 - - [2026-05-14 04:47:17] "GET /route-target/aab2d0b2-6444-4bc1-a829-1125a6dd9c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005287 10.0.0.27 - - [2026-05-14 04:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.27 - - [2026-05-14 04:47:17] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005237 10.0.0.27 - - [2026-05-14 04:47:17] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003932 10.0.0.27 - - [2026-05-14 04:47:17] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007803 10.0.0.27 - - [2026-05-14 04:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005324 10.0.0.27 - - [2026-05-14 04:47:17] "GET /routing-instance/c7364cde-b740-4283-a9db-f24c99342b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004978 10.0.0.27 - - [2026-05-14 04:47:17] "GET /route-target/aab2d0b2-6444-4bc1-a829-1125a6dd9c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004991 10.0.0.27 - - [2026-05-14 04:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.27 - - [2026-05-14 04:47:17] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004909 10.0.0.27 - - [2026-05-14 04:47:17] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004689 10.0.0.27 - - [2026-05-14 04:47:17] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006973 10.0.0.27 - - [2026-05-14 04:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.27 - - [2026-05-14 04:47:17] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005994 10.0.0.27 - - [2026-05-14 04:47:17] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003971 10.0.0.27 - - [2026-05-14 04:47:17] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006921 10.0.0.27 - - [2026-05-14 04:47:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.27 - - [2026-05-14 04:47:17] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005781 10.0.0.27 - - [2026-05-14 04:47:17] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004072 10.0.0.27 - - [2026-05-14 04:47:17] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008043 10.0.0.23 - - [2026-05-14 04:47:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004844 10.0.0.27 - - [2026-05-14 04:47:18] "GET /obj-perms HTTP/1.1" 200 5032 0.075461 10.0.0.27 - - [2026-05-14 04:47:18] "GET /obj-perms HTTP/1.1" 200 5032 0.005792 10.0.0.22 - - [2026-05-14 04:47:18] "GET /obj-perms HTTP/1.1" 200 5032 0.006369 10.0.0.23 - - [2026-05-14 04:47:18] "GET /obj-perms HTTP/1.1" 200 5032 0.009374 10.0.0.27 - - [2026-05-14 04:47:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011066 10.0.0.27 - - [2026-05-14 04:47:18] "GET /virtual-machine/e09da6e5-192a-4bef-9da4-d2098e698ed8 HTTP/1.1" 200 1294 0.005430 10.0.0.27 - - [2026-05-14 04:47:18] "GET /virtual-machine-interface/4bbd7091-b643-4f68-ae45-50b3d6844370 HTTP/1.1" 200 2949 0.007012 10.0.0.27 - - [2026-05-14 04:47:18] "GET /virtual-machine/e09da6e5-192a-4bef-9da4-d2098e698ed8 HTTP/1.1" 200 1294 0.004771 10.0.0.27 - - [2026-05-14 04:47:18] "GET /virtual-machine-interface/4bbd7091-b643-4f68-ae45-50b3d6844370 HTTP/1.1" 200 2949 0.006572 10.0.0.27 - - [2026-05-14 04:47:18] "GET /instance-ip/574ed2ab-3959-4886-95c2-14a42dfe88c3 HTTP/1.1" 200 1621 0.007131 10.0.0.27 - - [2026-05-14 04:47:18] "GET /virtual-machine/e09da6e5-192a-4bef-9da4-d2098e698ed8 HTTP/1.1" 200 1294 0.005348 10.0.0.27 - - [2026-05-14 04:47:18] "GET /virtual-machine-interface/4bbd7091-b643-4f68-ae45-50b3d6844370 HTTP/1.1" 200 2949 0.007500 10.0.0.27 - - [2026-05-14 04:47:18] "GET /instance-ip/574ed2ab-3959-4886-95c2-14a42dfe88c3 HTTP/1.1" 200 1621 0.006573 10.0.0.27 - - [2026-05-14 04:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.27 - - [2026-05-14 04:47:18] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008788 10.0.0.27 - - [2026-05-14 04:47:18] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004028 10.0.0.27 - - [2026-05-14 04:47:18] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006446 10.0.0.27 - - [2026-05-14 04:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005396 10.0.0.27 - - [2026-05-14 04:47:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005559 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.008634 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007502 10.0.0.27 - - [2026-05-14 04:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.27 - - [2026-05-14 04:47:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004457 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003728 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008002 10.0.0.27 - - [2026-05-14 04:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004723 10.0.0.27 - - [2026-05-14 04:47:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005186 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004372 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007073 10.0.0.27 - - [2026-05-14 04:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004842 10.0.0.27 - - [2026-05-14 04:47:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005080 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003852 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007045 10.0.0.27 - - [2026-05-14 04:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.27 - - [2026-05-14 04:47:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004494 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004659 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007136 10.0.0.27 - - [2026-05-14 04:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.27 - - [2026-05-14 04:47:19] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006165 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004824 10.0.0.27 - - [2026-05-14 04:47:19] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008618 10.0.0.27 - - [2026-05-14 04:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.27 - - [2026-05-14 04:47:20] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005948 10.0.0.27 - - [2026-05-14 04:47:20] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004827 10.0.0.27 - - [2026-05-14 04:47:20] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007898 10.0.0.27 - - [2026-05-14 04:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.27 - - [2026-05-14 04:47:20] "GET /routing-instance/c7364cde-b740-4283-a9db-f24c99342b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005852 10.0.0.27 - - [2026-05-14 04:47:20] "GET /route-target/aab2d0b2-6444-4bc1-a829-1125a6dd9c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005496 10.0.0.27 - - [2026-05-14 04:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909 10.0.0.27 - - [2026-05-14 04:47:20] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004935 10.0.0.27 - - [2026-05-14 04:47:20] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006507 10.0.0.27 - - [2026-05-14 04:47:20] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006930 10.0.0.27 - - [2026-05-14 04:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.27 - - [2026-05-14 04:47:20] "GET /routing-instance/c7364cde-b740-4283-a9db-f24c99342b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006097 10.0.0.27 - - [2026-05-14 04:47:20] "GET /route-target/aab2d0b2-6444-4bc1-a829-1125a6dd9c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006902 10.0.0.27 - - [2026-05-14 04:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.27 - - [2026-05-14 04:47:20] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006178 10.0.0.27 - - [2026-05-14 04:47:20] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004556 10.0.0.27 - - [2026-05-14 04:47:20] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007538 10.0.0.27 - - [2026-05-14 04:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005636 10.0.0.27 - - [2026-05-14 04:47:20] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005349 10.0.0.27 - - [2026-05-14 04:47:20] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003973 10.0.0.27 - - [2026-05-14 04:47:20] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008081 10.0.0.27 - - [2026-05-14 04:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.27 - - [2026-05-14 04:47:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006354 10.0.0.27 - - [2026-05-14 04:47:21] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004559 10.0.0.27 - - [2026-05-14 04:47:21] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.012384 10.0.0.27 - - [2026-05-14 04:47:21] "GET /obj-perms HTTP/1.1" 200 5032 0.004390 10.0.0.23 - - [2026-05-14 04:47:21] "GET /obj-perms HTTP/1.1" 200 5032 0.009767 10.0.0.27 - - [2026-05-14 04:47:21] "GET /obj-perms HTTP/1.1" 200 5032 0.006178 10.0.0.22 - - [2026-05-14 04:47:21] "GET /obj-perms HTTP/1.1" 200 5032 0.004574 10.0.0.27 - - [2026-05-14 04:47:26] "GET /virtual-machine/e09da6e5-192a-4bef-9da4-d2098e698ed8 HTTP/1.1" 200 1294 0.005855 10.0.0.27 - - [2026-05-14 04:47:27] "POST /neutron/port HTTP/1.1" 200 151 0.202907 10.0.0.27 - - [2026-05-14 04:47:28] "GET /virtual-machine/e09da6e5-192a-4bef-9da4-d2098e698ed8 HTTP/1.1" 404 171 0.010725 10.0.0.27 - - [2026-05-14 04:47:28] "GET /virtual-machine/e09da6e5-192a-4bef-9da4-d2098e698ed8 HTTP/1.1" 404 171 0.004421 10.0.0.27 - - [2026-05-14 04:47:28] "GET /virtual-machine/e09da6e5-192a-4bef-9da4-d2098e698ed8 HTTP/1.1" 404 171 0.005896 10.0.0.27 - - [2026-05-14 04:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.27 - - [2026-05-14 04:47:29] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007385 10.0.0.27 - - [2026-05-14 04:47:29] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004936 10.0.0.27 - - [2026-05-14 04:47:29] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008539 10.0.0.27 - - [2026-05-14 04:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.27 - - [2026-05-14 04:47:29] "GET /routing-instance/c7364cde-b740-4283-a9db-f24c99342b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005844 10.0.0.27 - - [2026-05-14 04:47:29] "GET /route-target/aab2d0b2-6444-4bc1-a829-1125a6dd9c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006077 10.0.0.27 - - [2026-05-14 04:47:29] "GET /obj-perms HTTP/1.1" 200 5032 0.008893 10.0.0.22 - - [2026-05-14 04:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000696 10.0.0.22 - - [2026-05-14 04:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.22 - - [2026-05-14 04:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2026-05-14 04:47:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.23 - - [2026-05-14 04:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2026-05-14 04:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.23 - - [2026-05-14 04:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.23 - - [2026-05-14 04:47:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.22 - - [2026-05-14 04:47:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004987 10.0.0.27 - - [2026-05-14 04:47:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000711 10.0.0.27 - - [2026-05-14 04:47:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2026-05-14 04:47:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2026-05-14 04:47:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.27 - - [2026-05-14 04:47:35] "GET /obj-perms HTTP/1.1" 200 5032 0.005364 10.0.0.22 - - [2026-05-14 04:47:38] "GET /obj-perms HTTP/1.1" 200 5032 0.005056 10.0.0.27 - - [2026-05-14 04:47:45] "GET /obj-perms HTTP/1.1" 200 5032 0.005036 10.0.0.22 - - [2026-05-14 04:47:48] "GET /obj-perms HTTP/1.1" 200 5032 0.004797 10.0.0.27 - - [2026-05-14 04:47:51] "POST /neutron/network HTTP/1.1" 200 937 0.009521 10.0.0.27 - - [2026-05-14 04:47:51] "POST /neutron/port HTTP/1.1" 200 117 0.001563 10.0.0.27 - - [2026-05-14 04:47:54] "GET /obj-perms HTTP/1.1" 200 5032 0.005982 10.0.0.22 - - [2026-05-14 04:47:57] "GET /obj-perms HTTP/1.1" 200 5032 0.005397 10.0.0.27 - - [2026-05-14 04:47:57] "GET /obj-perms HTTP/1.1" 200 5032 0.004805 10.0.0.27 - - [2026-05-14 04:47:57] "GET /virtual-machine/e944c804-ba61-4c83-a8c7-a679cf40b22f HTTP/1.1" 200 1294 0.006355 10.0.0.27 - - [2026-05-14 04:47:58] "POST /neutron/port HTTP/1.1" 200 1113 0.023195 10.0.0.27 - - [2026-05-14 04:47:59] "GET /virtual-machine/e944c804-ba61-4c83-a8c7-a679cf40b22f HTTP/1.1" 404 171 0.004023 10.0.0.27 - - [2026-05-14 04:47:59] "GET /virtual-machine/e944c804-ba61-4c83-a8c7-a679cf40b22f HTTP/1.1" 404 171 0.004305 10.0.0.27 - - [2026-05-14 04:47:59] "GET /virtual-machine/e944c804-ba61-4c83-a8c7-a679cf40b22f HTTP/1.1" 404 171 0.003688 10.0.0.27 - - [2026-05-14 04:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.27 - - [2026-05-14 04:48:00] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005239 10.0.0.27 - - [2026-05-14 04:48:00] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004812 10.0.0.27 - - [2026-05-14 04:48:00] "GET /virtual-network/a0403506-9435-4cca-bba0-d2784c6c05b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007194 10.0.0.27 - - [2026-05-14 04:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.27 - - [2026-05-14 04:48:00] "GET /routing-instance/c7364cde-b740-4283-a9db-f24c99342b06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005476 10.0.0.27 - - [2026-05-14 04:48:00] "GET /route-target/aab2d0b2-6444-4bc1-a829-1125a6dd9c07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005018 10.0.0.22 - - [2026-05-14 04:48:03] "GET /obj-perms HTTP/1.1" 200 5032 0.005094 10.0.0.27 - - [2026-05-14 04:48:06] "GET /obj-perms HTTP/1.1" 200 5032 0.009015 10.0.0.22 - - [2026-05-14 04:48:12] "GET /obj-perms HTTP/1.1" 200 5032 0.007096 10.0.0.27 - - [2026-05-14 04:48:15] "GET /obj-perms HTTP/1.1" 200 5032 0.005419 10.0.0.27 - - [2026-05-14 04:48:19] "GET /obj-perms HTTP/1.1" 200 5032 0.005059 10.0.0.22 - - [2026-05-14 04:48:19] "GET /obj-perms HTTP/1.1" 200 5032 0.005537 10.0.0.23 - - [2026-05-14 04:48:19] "GET /obj-perms HTTP/1.1" 200 5032 0.006412 10.0.0.23 - - [2026-05-14 04:48:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006647 10.0.0.23 - - [2026-05-14 04:48:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004457 10.0.0.27 - - [2026-05-14 04:48:19] "POST /neutron/network HTTP/1.1" 200 151 0.189327 10.0.0.27 - - [2026-05-14 04:48:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.004536 10.0.0.27 - - [2026-05-14 04:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.23 - - [2026-05-14 04:48:22] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002650 10.0.0.27 - - [2026-05-14 04:48:22] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.069187 10.0.0.27 - - [2026-05-14 04:48:22] "POST /network-policys HTTP/1.1" 200 522 0.045605 10.0.0.27 - - [2026-05-14 04:48:22] "GET /network-policy/577628d9-26c8-478a-a8da-738a80a18c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.009454 10.0.0.27 - - [2026-05-14 04:48:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.004240 10.0.0.27 - - [2026-05-14 04:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.23 - - [2026-05-14 04:48:22] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001212 10.0.0.27 - - [2026-05-14 04:48:22] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.074405 10.0.0.27 - - [2026-05-14 04:48:22] "POST /network-policys HTTP/1.1" 200 522 0.046765 10.0.0.27 - - [2026-05-14 04:48:22] "GET /network-policy/5c2c9969-99c5-49b1-a67e-83823e2d21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.009695 10.0.0.27 - - [2026-05-14 04:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.23 - - [2026-05-14 04:48:22] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001371 10.0.0.27 - - [2026-05-14 04:48:22] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.078102 10.0.0.27 - - [2026-05-14 04:48:23] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004479 10.0.0.27 - - [2026-05-14 04:48:23] "POST /virtual-networks HTTP/1.1" 200 546 0.108119 10.0.0.27 - - [2026-05-14 04:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004972 10.0.0.22 - - [2026-05-14 04:48:23] "POST /route-targets HTTP/1.1" 200 327 0.025711 10.0.0.27 - - [2026-05-14 04:48:23] "GET /network-ipam/f443223f-c03e-4528-a083-fc57cc9485cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004949 10.0.0.23 - - [2026-05-14 04:48:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003184 10.0.0.27 - - [2026-05-14 04:48:23] "POST /ref-update HTTP/1.1" 200 156 0.103184 10.0.0.27 - - [2026-05-14 04:48:23] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.013700 10.0.0.27 - - [2026-05-14 04:48:23] "POST /neutron/network HTTP/1.1" 200 809 0.014831 10.0.0.27 - - [2026-05-14 04:48:23] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.010296 10.0.0.27 - - [2026-05-14 04:48:24] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007368 10.0.0.27 - - [2026-05-14 04:48:24] "PUT /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72 HTTP/1.1" 200 264 0.065753 10.0.0.27 - - [2026-05-14 04:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005581 10.0.0.27 - - [2026-05-14 04:48:24] "GET /network-policy/577628d9-26c8-478a-a8da-738a80a18c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005419 10.0.0.27 - - [2026-05-14 04:48:24] "POST /ref-update HTTP/1.1" 200 156 0.059392 10.0.0.22 - - [2026-05-14 04:48:24] "POST /access-control-lists HTTP/1.1" 200 592 0.044981 10.0.0.27 - - [2026-05-14 04:48:24] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007229 10.0.0.27 - - [2026-05-14 04:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.27 - - [2026-05-14 04:48:24] "GET /network-policy/577628d9-26c8-478a-a8da-738a80a18c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006832 10.0.0.27 - - [2026-05-14 04:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2026-05-14 04:48:24] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001228 10.0.0.27 - - [2026-05-14 04:48:24] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.047365 10.0.0.27 - - [2026-05-14 04:48:24] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004396 10.0.0.27 - - [2026-05-14 04:48:24] "POST /virtual-networks HTTP/1.1" 200 546 0.106993 10.0.0.27 - - [2026-05-14 04:48:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006871 10.0.0.27 - - [2026-05-14 04:48:25] "GET /network-ipam/f443223f-c03e-4528-a083-fc57cc9485cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.007880 10.0.0.23 - - [2026-05-14 04:48:25] "POST /useragent-kv HTTP/1.1" 200 115 0.011082 10.0.0.27 - - [2026-05-14 04:48:25] "POST /ref-update HTTP/1.1" 200 156 0.127253 10.0.0.27 - - [2026-05-14 04:48:25] "POST /neutron/network HTTP/1.1" 200 809 0.010668 10.0.0.27 - - [2026-05-14 04:48:25] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.008990 10.0.0.27 - - [2026-05-14 04:48:25] "POST /neutron/subnet HTTP/1.1" 200 672 0.012300 10.0.0.27 - - [2026-05-14 04:48:25] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.008030 10.0.0.27 - - [2026-05-14 04:48:25] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007385 10.0.0.27 - - [2026-05-14 04:48:26] "PUT /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79 HTTP/1.1" 200 264 0.056003 10.0.0.27 - - [2026-05-14 04:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005488 10.0.0.27 - - [2026-05-14 04:48:26] "GET /network-policy/5c2c9969-99c5-49b1-a67e-83823e2d21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005067 10.0.0.22 - - [2026-05-14 04:48:26] "POST /fqname-to-id HTTP/1.1" 404 237 0.005267 10.0.0.27 - - [2026-05-14 04:48:26] "POST /ref-update HTTP/1.1" 200 156 0.072705 10.0.0.27 - - [2026-05-14 04:48:26] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.014340 10.0.0.27 - - [2026-05-14 04:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.27 - - [2026-05-14 04:48:26] "GET /network-policy/5c2c9969-99c5-49b1-a67e-83823e2d21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007801 10.0.0.27 - - [2026-05-14 04:48:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.002334 10.0.0.27 - - [2026-05-14 04:48:26] "POST /neutron/network HTTP/1.1" 200 896 0.010689 10.0.0.23 - - [2026-05-14 04:48:27] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001665 10.0.0.27 - - [2026-05-14 04:48:27] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.099767 10.0.0.27 - - [2026-05-14 04:48:27] "POST /neutron/port HTTP/1.1" 200 117 0.007777 10.0.0.27 - - [2026-05-14 04:48:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001513 10.0.0.27 - - [2026-05-14 04:48:28] "POST /neutron/network HTTP/1.1" 200 896 0.008449 10.0.0.27 - - [2026-05-14 04:48:28] "POST /neutron/port HTTP/1.1" 200 1061 0.021361 10.0.0.27 - - [2026-05-14 04:48:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010044 10.0.0.23 - - [2026-05-14 04:48:29] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001257 10.0.0.27 - - [2026-05-14 04:48:29] "POST /neutron/network HTTP/1.1" 200 886 0.009935 10.0.0.27 - - [2026-05-14 04:48:29] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.132662 10.0.0.27 - - [2026-05-14 04:48:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009808 10.0.0.27 - - [2026-05-14 04:48:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010765 10.0.0.27 - - [2026-05-14 04:48:30] "POST /neutron/port HTTP/1.1" 200 1061 0.025656 10.0.0.27 - - [2026-05-14 04:48:30] "POST /neutron/port HTTP/1.1" 200 1125 0.030820 10.0.0.27 - - [2026-05-14 04:48:30] "POST /neutron/port HTTP/1.1" 200 117 0.002238 10.0.0.23 - - [2026-05-14 04:48:34] "GET /obj-perms HTTP/1.1" 200 5056 0.065297 10.0.0.27 - - [2026-05-14 04:48:34] "GET /obj-perms HTTP/1.1" 200 5056 0.062752 10.0.0.27 - - [2026-05-14 04:48:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.018629 10.0.0.27 - - [2026-05-14 04:48:35] "POST /neutron/port HTTP/1.1" 200 1125 0.058701 10.0.0.27 - - [2026-05-14 04:48:35] "GET /virtual-machine/0bf65092-dae1-4324-94b2-1b0d659d1d85 HTTP/1.1" 200 1292 0.007178 10.0.0.27 - - [2026-05-14 04:48:35] "GET /virtual-machine-interface/fa9ae85a-b54f-4d88-9152-e49e82c8721e HTTP/1.1" 200 2950 0.009416 10.0.0.27 - - [2026-05-14 04:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006165 10.0.0.27 - - [2026-05-14 04:48:35] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005896 10.0.0.27 - - [2026-05-14 04:48:35] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005533 10.0.0.27 - - [2026-05-14 04:48:35] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007046 10.0.0.27 - - [2026-05-14 04:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007389 10.0.0.27 - - [2026-05-14 04:48:38] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.011488 10.0.0.27 - - [2026-05-14 04:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.27 - - [2026-05-14 04:48:42] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007313 10.0.0.27 - - [2026-05-14 04:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.27 - - [2026-05-14 04:48:46] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006211 10.0.0.27 - - [2026-05-14 04:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.27 - - [2026-05-14 04:48:50] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006751 10.0.0.27 - - [2026-05-14 04:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.27 - - [2026-05-14 04:48:54] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007232 10.0.0.27 - - [2026-05-14 04:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.27 - - [2026-05-14 04:48:59] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006452 10.0.0.27 - - [2026-05-14 04:49:02] "POST /neutron/port HTTP/1.1" 200 1218 0.059369 10.0.0.27 - - [2026-05-14 04:49:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005381 10.0.0.27 - - [2026-05-14 04:49:02] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.27 - - [2026-05-14 04:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.27 - - [2026-05-14 04:49:03] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006667 10.0.0.27 - - [2026-05-14 04:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.27 - - [2026-05-14 04:49:07] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006773 10.0.0.27 - - [2026-05-14 04:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.27 - - [2026-05-14 04:49:11] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006523 10.0.0.27 - - [2026-05-14 04:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.27 - - [2026-05-14 04:49:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008805 10.0.0.27 - - [2026-05-14 04:49:13] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004572 10.0.0.27 - - [2026-05-14 04:49:13] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007782 10.0.0.27 - - [2026-05-14 04:49:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008216 10.0.0.27 - - [2026-05-14 04:49:23] "POST /neutron/port HTTP/1.1" 200 1125 0.063290 10.0.0.27 - - [2026-05-14 04:49:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010996 10.0.0.27 - - [2026-05-14 04:49:32] "POST /neutron/port HTTP/1.1" 200 1125 0.028523 10.0.0.27 - - [2026-05-14 04:49:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.044636 10.0.0.27 - - [2026-05-14 04:49:34] "POST /neutron/port HTTP/1.1" 200 1125 0.029389 10.0.0.27 - - [2026-05-14 04:49:34] "GET /virtual-machine/77d73f75-3c76-4c5f-b8f2-32cf446c78d4 HTTP/1.1" 200 1293 0.008277 10.0.0.27 - - [2026-05-14 04:49:34] "GET /virtual-machine-interface/5ec50645-4f40-46e5-8ff7-f9b14771cac6 HTTP/1.1" 200 2949 0.009371 10.0.0.27 - - [2026-05-14 04:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.255124 10.0.0.27 - - [2026-05-14 04:49:35] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004713 10.0.0.27 - - [2026-05-14 04:49:35] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004843 10.0.0.27 - - [2026-05-14 04:49:35] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.013475 10.0.0.22 - - [2026-05-14 04:49:35] "GET /obj-perms HTTP/1.1" 200 5056 0.105821 10.0.0.27 - - [2026-05-14 04:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.27 - - [2026-05-14 04:49:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005897 10.0.0.27 - - [2026-05-14 04:49:36] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004352 10.0.0.27 - - [2026-05-14 04:49:36] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007619 10.0.0.27 - - [2026-05-14 04:49:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009607 10.0.0.27 - - [2026-05-14 04:49:51] "POST /neutron/port HTTP/1.1" 200 1218 0.024825 10.0.0.27 - - [2026-05-14 04:49:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005492 10.0.0.27 - - [2026-05-14 04:49:51] "POST /neutron/port HTTP/1.1" 200 117 0.001488 10.0.0.27 - - [2026-05-14 04:50:04] "POST /neutron/port HTTP/1.1" 200 1107 0.021755 10.0.0.27 - - [2026-05-14 04:50:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005151 10.0.0.27 - - [2026-05-14 04:50:04] "POST /neutron/network HTTP/1.1" 200 927 0.012161 10.0.0.27 - - [2026-05-14 04:50:52] "POST /neutron/network HTTP/1.1" 200 937 0.008629 10.0.0.27 - - [2026-05-14 04:50:52] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.27 - - [2026-05-14 04:51:06] "POST /neutron/port HTTP/1.1" 200 1125 0.039620 10.0.0.27 - - [2026-05-14 04:51:06] "POST /neutron/subnet HTTP/1.1" 200 646 0.016095 ++ 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: =================== Thu May 14 04:51:45 AM UTC 2026 ===================' INFO: =================== Thu May 14 04:51:45 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ 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.27,10.0.0.22,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.22:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.22:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.22:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.22:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.22:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.22:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.22:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.22:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.22:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.22:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.22:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.22:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.22:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.22:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.22:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.22:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.22:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.22:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.22:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.22:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.22:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.22:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.22:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.22:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.22:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.22:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ 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.27,10.0.0.22,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.27,10.0.0.22,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.27,10.0.0.22,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 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.27,10.0.0.22,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.22,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 3 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.27:9041 10.0.0.22:9041 10.0.0.23:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + 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/14/2026 04:51:54.359 7f5ec8528600 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/14/2026 04:51:54.552 7f5ec8528600 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/14/2026 04:51:54.568 7f5ec8528600 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/14/2026 04:51:54.568 7f5ec8528600 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2026-05-14 04:51:55] "GET / HTTP/1.1" 503 181 0.000311 10.0.0.23 - - [2026-05-14 04:51:55] "GET / HTTP/1.1" 503 181 0.000207 [Introspect:8084]10.0.0.27 - - [2026-05-14 04:51:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.001694 10.0.0.23 - - [2026-05-14 04:51:56] "GET / HTTP/1.1" 200 45871 0.002036 10.0.0.23 - - [2026-05-14 04:51:56] "GET / HTTP/1.1" 200 45871 0.001906 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2026-05-14 04:51:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.001494 10.0.0.23 - - [2026-05-14 04:51:56] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000933 10.0.0.23 - - [2026-05-14 04:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.744165 10.0.0.23 - - [2026-05-14 04:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.23 - - [2026-05-14 04:51:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.429174 10.0.0.23 - - [2026-05-14 04:51:57] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1718 0.004787 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.23 - - [2026-05-14 04:51:58] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001307 10.0.0.23 - - [2026-05-14 04:51:58] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.058604 10.0.0.23 - - [2026-05-14 04:51:58] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001308 10.0.0.23 - - [2026-05-14 04:51:58] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?fields=security_groups HTTP/1.1" 200 1098 0.070922 10.0.0.23 - - [2026-05-14 04:51:58] "GET /projects?obj_uuids=44cccf37-dbf8-4103-9c38-1f01c02e9507&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001543 10.0.0.23 - - [2026-05-14 04:51:58] "GET /project/44cccf37-dbf8-4103-9c38-1f01c02e9507?fields=application_policy_sets HTTP/1.1" 200 1391 0.062971 10.0.0.23 - - [2026-05-14 04:51:58] "DELETE /project/44cccf37-dbf8-4103-9c38-1f01c02e9507 HTTP/1.1" 409 278 0.294736 [Introspect:8084]10.0.0.27 - - [2026-05-14 04:52:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001431 [Introspect:8084]10.0.0.27 - - [2026-05-14 04:52:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001626 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2026-05-14 04:52:02] "GET /obj-perms HTTP/1.1" 200 5032 0.464065 10.0.0.27 - - [2026-05-14 04:52:02] "GET /obj-perms HTTP/1.1" 200 5032 0.005028 10.0.0.27 - - [2026-05-14 04:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.032946 10.0.0.23 - - [2026-05-14 04:52:02] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001335 10.0.0.27 - - [2026-05-14 04:52:02] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.062249 10.0.0.27 - - [2026-05-14 04:52:02] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004362 10.0.0.27 - - [2026-05-14 04:52:02] "POST /virtual-networks HTTP/1.1" 200 546 0.092372 10.0.0.27 - - [2026-05-14 04:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.27 - - [2026-05-14 04:52:03] "GET /network-ipam/f443223f-c03e-4528-a083-fc57cc9485cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005527 10.0.0.23 - - [2026-05-14 04:52:03] "POST /useragent-kv HTTP/1.1" 200 115 0.013205 10.0.0.27 - - [2026-05-14 04:52:03] "POST /ref-update HTTP/1.1" 200 156 0.117106 10.0.0.27 - - [2026-05-14 04:52:03] "POST /neutron/network HTTP/1.1" 200 809 0.054108 10.0.0.27 - - [2026-05-14 04:52:03] "GET /virtual-network/ee9f6322-8861-4a81-a6e1-c07265a7cf58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007652 10.0.0.22 - - [2026-05-14 04:52:03] "POST /route-targets HTTP/1.1" 200 327 0.060897 10.0.0.27 - - [2026-05-14 04:52:03] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008048 10.0.0.27 - - [2026-05-14 04:52:04] "GET /obj-perms HTTP/1.1" 200 5032 0.006660 10.0.0.27 - - [2026-05-14 04:52:04] "POST /id-to-fqname HTTP/1.1" 200 222 0.001881 10.0.0.27 - - [2026-05-14 04:52:04] "POST /neutron/port HTTP/1.1" 200 6134 0.065987 10.0.0.23 - - [2026-05-14 04:52:05] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001393 10.0.0.27 - - [2026-05-14 04:52:05] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.082193 10.0.0.27 - - [2026-05-14 04:52:05] "POST /neutron/network HTTP/1.1" 200 886 0.042985 10.0.0.27 - - [2026-05-14 04:52:05] "POST /neutron/port HTTP/1.1" 200 117 0.007404 10.0.0.23 - - [2026-05-14 04:52:06] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001463 10.0.0.27 - - [2026-05-14 04:52:06] "POST /neutron/port HTTP/1.1" 200 1061 0.397062 10.0.0.27 - - [2026-05-14 04:52:07] "POST /neutron/port HTTP/1.1" 200 1115 0.191102 10.0.0.27 - - [2026-05-14 04:52:07] "POST /neutron/subnet HTTP/1.1" 200 646 0.013559 10.0.0.27 - - [2026-05-14 04:52:08] "POST /neutron/port HTTP/1.1" 200 1218 0.063915 10.0.0.27 - - [2026-05-14 04:52:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004888 10.0.0.27 - - [2026-05-14 04:52:08] "POST /neutron/port HTTP/1.1" 200 117 0.001295 10.0.0.27 - - [2026-05-14 04:52:11] "POST /neutron/port HTTP/1.1" 200 1125 0.040092 10.0.0.27 - - [2026-05-14 04:52:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012702 10.0.0.27 - - [2026-05-14 04:52:11] "POST /neutron/port HTTP/1.1" 200 1125 0.024951 10.0.0.27 - - [2026-05-14 04:52:11] "GET /virtual-machine/d9117905-c9d9-41eb-8216-dbb53afa7bcf HTTP/1.1" 200 1293 0.047859 10.0.0.27 - - [2026-05-14 04:52:11] "GET /virtual-machine/d9117905-c9d9-41eb-8216-dbb53afa7bcf HTTP/1.1" 200 1293 0.005777 10.0.0.27 - - [2026-05-14 04:52:11] "GET /virtual-machine-interface/53d7cec7-9b72-49f3-bbb3-662d7bda73fe HTTP/1.1" 200 2949 0.009984 10.0.0.27 - - [2026-05-14 04:52:11] "GET /virtual-machine/d9117905-c9d9-41eb-8216-dbb53afa7bcf HTTP/1.1" 200 1293 0.008596 10.0.0.27 - - [2026-05-14 04:52:11] "GET /virtual-machine-interface/53d7cec7-9b72-49f3-bbb3-662d7bda73fe HTTP/1.1" 200 2949 0.010321 10.0.0.27 - - [2026-05-14 04:52:11] "GET /instance-ip/2e863a04-5be8-4be4-b3e5-7f0d15404740 HTTP/1.1" 200 1623 0.012706 10.0.0.27 - - [2026-05-14 04:52:11] "GET /virtual-machine/d9117905-c9d9-41eb-8216-dbb53afa7bcf HTTP/1.1" 200 1293 0.012602 10.0.0.27 - - [2026-05-14 04:52:11] "GET /virtual-machine-interface/53d7cec7-9b72-49f3-bbb3-662d7bda73fe HTTP/1.1" 200 2949 0.011260 10.0.0.27 - - [2026-05-14 04:52:11] "GET /instance-ip/2e863a04-5be8-4be4-b3e5-7f0d15404740 HTTP/1.1" 200 1623 0.006135 10.0.0.27 - - [2026-05-14 04:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008679 10.0.0.27 - - [2026-05-14 04:52:11] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005820 10.0.0.27 - - [2026-05-14 04:52:11] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004902 10.0.0.27 - - [2026-05-14 04:52:11] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007104 10.0.0.27 - - [2026-05-14 04:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005355 10.0.0.27 - - [2026-05-14 04:52:11] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005583 10.0.0.27 - - [2026-05-14 04:52:11] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004236 10.0.0.27 - - [2026-05-14 04:52:11] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006578 10.0.0.27 - - [2026-05-14 04:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.27 - - [2026-05-14 04:52:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005095 10.0.0.27 - - [2026-05-14 04:52:12] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004364 10.0.0.27 - - [2026-05-14 04:52:12] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008694 10.0.0.27 - - [2026-05-14 04:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.27 - - [2026-05-14 04:52:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005694 10.0.0.27 - - [2026-05-14 04:52:12] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004236 10.0.0.27 - - [2026-05-14 04:52:12] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006875 10.0.0.27 - - [2026-05-14 04:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.27 - - [2026-05-14 04:52:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005093 10.0.0.27 - - [2026-05-14 04:52:12] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004249 10.0.0.27 - - [2026-05-14 04:52:12] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007883 10.0.0.27 - - [2026-05-14 04:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.27 - - [2026-05-14 04:52:15] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008521 10.0.0.27 - - [2026-05-14 04:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.27 - - [2026-05-14 04:52:19] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006588 10.0.0.27 - - [2026-05-14 04:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.27 - - [2026-05-14 04:52:23] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006411 10.0.0.27 - - [2026-05-14 04:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007552 10.0.0.27 - - [2026-05-14 04:52:27] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007200 10.0.0.22 - - [2026-05-14 04:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.22 - - [2026-05-14 04:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000963 10.0.0.22 - - [2026-05-14 04:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2026-05-14 04:52:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.27 - - [2026-05-14 04:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006554 10.0.0.27 - - [2026-05-14 04:52:31] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008466 10.0.0.23 - - [2026-05-14 04:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.23 - - [2026-05-14 04:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2026-05-14 04:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.23 - - [2026-05-14 04:52:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.27 - - [2026-05-14 04:52:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000540 10.0.0.27 - - [2026-05-14 04:52:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.27 - - [2026-05-14 04:52:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2026-05-14 04:52:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.27 - - [2026-05-14 04:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006571 10.0.0.27 - - [2026-05-14 04:52:36] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006177 10.0.0.22 - - [2026-05-14 04:52:38] "GET /obj-perms HTTP/1.1" 200 5056 0.070062 10.0.0.23 - - [2026-05-14 04:52:38] "GET /obj-perms HTTP/1.1" 200 5056 0.086523 10.0.0.27 - - [2026-05-14 04:52:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005931 10.0.0.27 - - [2026-05-14 04:52:40] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009124 10.0.0.27 - - [2026-05-14 04:52:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.27 - - [2026-05-14 04:52:44] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006562 10.0.0.27 - - [2026-05-14 04:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.27 - - [2026-05-14 04:52:48] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006832 10.0.0.27 - - [2026-05-14 04:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.27 - - [2026-05-14 04:52:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004706 10.0.0.27 - - [2026-05-14 04:52:50] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004260 10.0.0.27 - - [2026-05-14 04:52:50] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007321 10.0.0.27 - - [2026-05-14 04:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2026-05-14 04:52:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005351 10.0.0.27 - - [2026-05-14 04:52:50] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005133 10.0.0.27 - - [2026-05-14 04:52:50] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007132 10.0.0.27 - - [2026-05-14 04:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.27 - - [2026-05-14 04:52:50] "GET /routing-instance/5bed3bd5-70aa-4675-bfca-3ef5ecce77e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005464 10.0.0.27 - - [2026-05-14 04:52:50] "GET /route-target/199bd66c-c38f-4391-976e-484a81c44f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008507 10.0.0.27 - - [2026-05-14 04:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.27 - - [2026-05-14 04:52:50] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005419 10.0.0.27 - - [2026-05-14 04:52:50] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004143 10.0.0.27 - - [2026-05-14 04:52:50] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.011978 10.0.0.27 - - [2026-05-14 04:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.27 - - [2026-05-14 04:52:50] "GET /routing-instance/5bed3bd5-70aa-4675-bfca-3ef5ecce77e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005035 10.0.0.27 - - [2026-05-14 04:52:50] "GET /route-target/199bd66c-c38f-4391-976e-484a81c44f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004615 10.0.0.27 - - [2026-05-14 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.27 - - [2026-05-14 04:52:51] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005052 10.0.0.27 - - [2026-05-14 04:52:51] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004274 10.0.0.27 - - [2026-05-14 04:52:51] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007436 10.0.0.27 - - [2026-05-14 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.27 - - [2026-05-14 04:52:51] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005558 10.0.0.27 - - [2026-05-14 04:52:51] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003876 10.0.0.27 - - [2026-05-14 04:52:51] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006450 10.0.0.27 - - [2026-05-14 04:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.27 - - [2026-05-14 04:52:51] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006124 10.0.0.27 - - [2026-05-14 04:52:51] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004105 10.0.0.27 - - [2026-05-14 04:52:51] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.011345 10.0.0.27 - - [2026-05-14 04:52:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004457 10.0.0.23 - - [2026-05-14 04:52:51] "GET /obj-perms HTTP/1.1" 200 5032 0.089638 10.0.0.27 - - [2026-05-14 04:52:51] "GET /obj-perms HTTP/1.1" 200 5032 0.005598 10.0.0.22 - - [2026-05-14 04:52:52] "GET /obj-perms HTTP/1.1" 200 5032 0.066352 10.0.0.27 - - [2026-05-14 04:52:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.002010 10.0.0.27 - - [2026-05-14 04:52:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017319 10.0.0.27 - - [2026-05-14 04:52:52] "POST /neutron/port HTTP/1.1" 200 1218 0.040935 10.0.0.27 - - [2026-05-14 04:52:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004869 10.0.0.27 - - [2026-05-14 04:52:52] "POST /neutron/port HTTP/1.1" 200 117 0.002126 10.0.0.23 - - [2026-05-14 04:52:53] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001358 10.0.0.27 - - [2026-05-14 04:52:53] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.089902 10.0.0.27 - - [2026-05-14 04:52:53] "POST /neutron/port HTTP/1.1" 200 7106 0.094224 10.0.0.27 - - [2026-05-14 04:52:53] "POST /neutron/port HTTP/1.1" 200 117 0.008054 10.0.0.27 - - [2026-05-14 04:52:54] "POST /neutron/port HTTP/1.1" 200 1061 0.031369 10.0.0.27 - - [2026-05-14 04:52:54] "POST /neutron/port HTTP/1.1" 200 1125 0.030991 10.0.0.27 - - [2026-05-14 04:52:54] "POST /neutron/port HTTP/1.1" 200 117 0.001634 10.0.0.27 - - [2026-05-14 04:52:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008706 10.0.0.27 - - [2026-05-14 04:52:59] "POST /neutron/port HTTP/1.1" 200 1125 0.021743 10.0.0.27 - - [2026-05-14 04:52:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008793 10.0.0.27 - - [2026-05-14 04:52:59] "GET /virtual-machine/e82039aa-76fe-4aac-98a1-634dda817579 HTTP/1.1" 200 1294 0.019369 10.0.0.27 - - [2026-05-14 04:52:59] "GET /virtual-machine/e82039aa-76fe-4aac-98a1-634dda817579 HTTP/1.1" 200 1294 0.005196 10.0.0.27 - - [2026-05-14 04:52:59] "GET /virtual-machine-interface/5a20716e-ddc6-4670-aa07-1ed83c1b2e25 HTTP/1.1" 200 2949 0.006666 10.0.0.27 - - [2026-05-14 04:52:59] "GET /virtual-machine/e82039aa-76fe-4aac-98a1-634dda817579 HTTP/1.1" 200 1294 0.006779 10.0.0.27 - - [2026-05-14 04:52:59] "GET /virtual-machine-interface/5a20716e-ddc6-4670-aa07-1ed83c1b2e25 HTTP/1.1" 200 2949 0.013985 10.0.0.27 - - [2026-05-14 04:52:59] "GET /instance-ip/3940997f-9053-4dc6-99f6-e49aa4de24a4 HTTP/1.1" 200 1623 0.009760 10.0.0.27 - - [2026-05-14 04:52:59] "GET /virtual-machine/e82039aa-76fe-4aac-98a1-634dda817579 HTTP/1.1" 200 1294 0.004668 10.0.0.27 - - [2026-05-14 04:52:59] "GET /virtual-machine-interface/5a20716e-ddc6-4670-aa07-1ed83c1b2e25 HTTP/1.1" 200 2949 0.008032 10.0.0.27 - - [2026-05-14 04:52:59] "GET /instance-ip/3940997f-9053-4dc6-99f6-e49aa4de24a4 HTTP/1.1" 200 1623 0.006470 10.0.0.27 - - [2026-05-14 04:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.27 - - [2026-05-14 04:52:59] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006220 10.0.0.27 - - [2026-05-14 04:52:59] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004781 10.0.0.27 - - [2026-05-14 04:52:59] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006592 10.0.0.27 - - [2026-05-14 04:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.27 - - [2026-05-14 04:52:59] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005735 10.0.0.27 - - [2026-05-14 04:52:59] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004254 10.0.0.27 - - [2026-05-14 04:52:59] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007242 10.0.0.27 - - [2026-05-14 04:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.27 - - [2026-05-14 04:52:59] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004568 10.0.0.27 - - [2026-05-14 04:53:00] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.072187 10.0.0.27 - - [2026-05-14 04:53:00] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006950 10.0.0.27 - - [2026-05-14 04:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005786 10.0.0.27 - - [2026-05-14 04:53:00] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005957 10.0.0.27 - - [2026-05-14 04:53:00] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004369 10.0.0.27 - - [2026-05-14 04:53:00] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007513 10.0.0.27 - - [2026-05-14 04:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.27 - - [2026-05-14 04:53:00] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005667 10.0.0.27 - - [2026-05-14 04:53:00] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004373 10.0.0.27 - - [2026-05-14 04:53:00] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008040 10.0.0.27 - - [2026-05-14 04:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.27 - - [2026-05-14 04:53:03] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006865 10.0.0.27 - - [2026-05-14 04:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.27 - - [2026-05-14 04:53:07] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007020 10.0.0.27 - - [2026-05-14 04:53:08] "POST /neutron/port HTTP/1.1" 200 1107 0.034608 10.0.0.27 - - [2026-05-14 04:53:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005678 10.0.0.27 - - [2026-05-14 04:53:08] "POST /neutron/network HTTP/1.1" 200 927 0.008346 10.0.0.27 - - [2026-05-14 04:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.27 - - [2026-05-14 04:53:11] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006637 10.0.0.27 - - [2026-05-14 04:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.27 - - [2026-05-14 04:53:15] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006803 10.0.0.27 - - [2026-05-14 04:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.27 - - [2026-05-14 04:53:19] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007993 10.0.0.27 - - [2026-05-14 04:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.27 - - [2026-05-14 04:53:23] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007235 10.0.0.27 - - [2026-05-14 04:53:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.27 - - [2026-05-14 04:53:28] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007430 10.0.0.27 - - [2026-05-14 04:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004850 10.0.0.27 - - [2026-05-14 04:53:32] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008016 10.0.0.27 - - [2026-05-14 04:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004914 10.0.0.27 - - [2026-05-14 04:53:36] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009496 10.0.0.27 - - [2026-05-14 04:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007081 10.0.0.27 - - [2026-05-14 04:53:40] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007475 10.0.0.27 - - [2026-05-14 04:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006202 10.0.0.27 - - [2026-05-14 04:53:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006453 10.0.0.27 - - [2026-05-14 04:53:42] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006366 10.0.0.27 - - [2026-05-14 04:53:42] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006766 10.0.0.27 - - [2026-05-14 04:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.27 - - [2026-05-14 04:53:42] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005863 10.0.0.27 - - [2026-05-14 04:53:42] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004716 10.0.0.27 - - [2026-05-14 04:53:42] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008950 10.0.0.27 - - [2026-05-14 04:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005510 10.0.0.27 - - [2026-05-14 04:53:42] "GET /routing-instance/1f811989-e9a3-42de-b9aa-ea02d79a1f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005549 10.0.0.27 - - [2026-05-14 04:53:42] "GET /route-target/b6bc7b84-ebdb-4b11-9c3f-7a17a1d4c00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005567 10.0.0.27 - - [2026-05-14 04:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.27 - - [2026-05-14 04:53:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005071 10.0.0.27 - - [2026-05-14 04:53:43] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003838 10.0.0.27 - - [2026-05-14 04:53:43] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006973 10.0.0.27 - - [2026-05-14 04:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.27 - - [2026-05-14 04:53:43] "GET /routing-instance/1f811989-e9a3-42de-b9aa-ea02d79a1f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.009313 10.0.0.27 - - [2026-05-14 04:53:43] "GET /route-target/b6bc7b84-ebdb-4b11-9c3f-7a17a1d4c00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005343 10.0.0.27 - - [2026-05-14 04:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009264 10.0.0.27 - - [2026-05-14 04:53:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005920 10.0.0.27 - - [2026-05-14 04:53:43] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004865 10.0.0.27 - - [2026-05-14 04:53:43] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008471 10.0.0.27 - - [2026-05-14 04:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.27 - - [2026-05-14 04:53:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005838 10.0.0.27 - - [2026-05-14 04:53:43] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004467 10.0.0.27 - - [2026-05-14 04:53:43] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007337 10.0.0.27 - - [2026-05-14 04:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005425 10.0.0.27 - - [2026-05-14 04:53:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004994 10.0.0.27 - - [2026-05-14 04:53:43] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004144 10.0.0.27 - - [2026-05-14 04:53:43] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007723 10.0.0.27 - - [2026-05-14 04:53:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004697 10.0.0.23 - - [2026-05-14 04:53:43] "GET /obj-perms HTTP/1.1" 200 5032 0.005390 10.0.0.27 - - [2026-05-14 04:53:43] "GET /obj-perms HTTP/1.1" 200 5032 0.005214 10.0.0.23 - - [2026-05-14 04:53:44] "GET /obj-perms HTTP/1.1" 200 5032 0.005285 10.0.0.27 - - [2026-05-14 04:53:44] "GET /obj-perms HTTP/1.1" 200 5032 0.005267 10.0.0.27 - - [2026-05-14 04:53:44] "GET /virtual-machine/d9117905-c9d9-41eb-8216-dbb53afa7bcf HTTP/1.1" 200 1293 0.006162 10.0.0.27 - - [2026-05-14 04:53:44] "GET /virtual-machine-interface/53d7cec7-9b72-49f3-bbb3-662d7bda73fe HTTP/1.1" 200 2949 0.008555 10.0.0.27 - - [2026-05-14 04:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006907 10.0.0.27 - - [2026-05-14 04:53:44] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005048 10.0.0.27 - - [2026-05-14 04:53:44] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004328 10.0.0.27 - - [2026-05-14 04:53:44] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006256 10.0.0.27 - - [2026-05-14 04:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.27 - - [2026-05-14 04:53:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008231 10.0.0.27 - - [2026-05-14 04:53:45] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006413 10.0.0.27 - - [2026-05-14 04:53:45] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.013342 10.0.0.27 - - [2026-05-14 04:53:45] "GET /virtual-machine/e82039aa-76fe-4aac-98a1-634dda817579 HTTP/1.1" 200 1294 0.007201 10.0.0.27 - - [2026-05-14 04:53:45] "GET /virtual-machine-interface/5a20716e-ddc6-4670-aa07-1ed83c1b2e25 HTTP/1.1" 200 2949 0.007348 10.0.0.27 - - [2026-05-14 04:53:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.27 - - [2026-05-14 04:53:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005582 10.0.0.27 - - [2026-05-14 04:53:45] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003880 10.0.0.27 - - [2026-05-14 04:53:45] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006822 10.0.0.27 - - [2026-05-14 04:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.27 - - [2026-05-14 04:53:46] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004696 10.0.0.27 - - [2026-05-14 04:53:46] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004108 10.0.0.27 - - [2026-05-14 04:53:46] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007150 10.0.0.27 - - [2026-05-14 04:53:52] "POST /neutron/port HTTP/1.1" 200 1125 0.025911 10.0.0.27 - - [2026-05-14 04:53:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.058426 10.0.0.27 - - [2026-05-14 04:53:54] "POST /neutron/network HTTP/1.1" 200 937 0.008988 10.0.0.27 - - [2026-05-14 04:53:54] "POST /neutron/port HTTP/1.1" 200 117 0.001392 10.0.0.27 - - [2026-05-14 04:53:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009898 10.0.0.27 - - [2026-05-14 04:54:10] "POST /neutron/network HTTP/1.1" 200 896 0.017261 10.0.0.27 - - [2026-05-14 04:54:10] "POST /neutron/port HTTP/1.1" 200 117 0.008186 10.0.0.27 - - [2026-05-14 04:54:46] "GET /virtual-machine/e82039aa-76fe-4aac-98a1-634dda817579 HTTP/1.1" 200 1294 0.007119 10.0.0.27 - - [2026-05-14 04:54:47] "POST /neutron/port HTTP/1.1" 200 1115 0.016577 10.0.0.27 - - [2026-05-14 04:54:48] "GET /virtual-machine/e82039aa-76fe-4aac-98a1-634dda817579 HTTP/1.1" 404 171 0.004038 10.0.0.27 - - [2026-05-14 04:54:48] "GET /virtual-machine/e82039aa-76fe-4aac-98a1-634dda817579 HTTP/1.1" 404 171 0.003414 10.0.0.27 - - [2026-05-14 04:54:48] "GET /virtual-machine/e82039aa-76fe-4aac-98a1-634dda817579 HTTP/1.1" 404 171 0.004629 10.0.0.27 - - [2026-05-14 04:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.27 - - [2026-05-14 04:54:49] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004709 10.0.0.27 - - [2026-05-14 04:54:49] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004273 10.0.0.27 - - [2026-05-14 04:54:49] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007427 10.0.0.27 - - [2026-05-14 04:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.27 - - [2026-05-14 04:54:49] "GET /routing-instance/1f811989-e9a3-42de-b9aa-ea02d79a1f4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005485 10.0.0.27 - - [2026-05-14 04:54:49] "GET /route-target/b6bc7b84-ebdb-4b11-9c3f-7a17a1d4c00a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005002 10.0.0.23 - - [2026-05-14 04:54:49] "GET /obj-perms HTTP/1.1" 200 5032 0.006368 10.0.0.27 - - [2026-05-14 04:54:52] "GET /obj-perms HTTP/1.1" 200 5032 0.010002 10.0.0.22 - - [2026-05-14 04:54:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004925 10.0.0.27 - - [2026-05-14 04:54:52] "GET /virtual-machine/d9117905-c9d9-41eb-8216-dbb53afa7bcf HTTP/1.1" 200 1293 0.005830 10.0.0.27 - - [2026-05-14 04:54:53] "POST /neutron/port HTTP/1.1" 200 1115 0.025095 10.0.0.27 - - [2026-05-14 04:54:54] "GET /virtual-machine/d9117905-c9d9-41eb-8216-dbb53afa7bcf HTTP/1.1" 404 171 0.005069 10.0.0.27 - - [2026-05-14 04:54:54] "GET /virtual-machine/d9117905-c9d9-41eb-8216-dbb53afa7bcf HTTP/1.1" 404 171 0.003778 10.0.0.27 - - [2026-05-14 04:54:54] "GET /virtual-machine/d9117905-c9d9-41eb-8216-dbb53afa7bcf HTTP/1.1" 404 171 0.005265 10.0.0.27 - - [2026-05-14 04:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.27 - - [2026-05-14 04:54:55] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004840 10.0.0.27 - - [2026-05-14 04:54:55] "GET /virtual-networks?parent_id=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005093 10.0.0.27 - - [2026-05-14 04:54:55] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008814 10.0.0.27 - - [2026-05-14 04:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005187 10.0.0.27 - - [2026-05-14 04:54:55] "GET /routing-instance/5bed3bd5-70aa-4675-bfca-3ef5ecce77e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006163 10.0.0.27 - - [2026-05-14 04:54:55] "GET /route-target/199bd66c-c38f-4391-976e-484a81c44f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006946 10.0.0.27 - - [2026-05-14 04:54:55] "GET /obj-perms HTTP/1.1" 200 5032 0.005233 10.0.0.27 - - [2026-05-14 04:54:55] "POST /neutron/port HTTP/1.1" 200 1125 0.036475 10.0.0.27 - - [2026-05-14 04:54:55] "POST /neutron/subnet HTTP/1.1" 200 646 0.011786 10.0.0.22 - - [2026-05-14 04:55:01] "GET /obj-perms HTTP/1.1" 200 5032 0.005548 10.0.0.27 - - [2026-05-14 04:55:04] "GET /obj-perms HTTP/1.1" 200 5032 0.004354 10.0.0.27 - - [2026-05-14 04:55:10] "POST /neutron/port HTTP/1.1" 200 1218 0.033663 10.0.0.27 - - [2026-05-14 04:55:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006066 10.0.0.27 - - [2026-05-14 04:55:10] "POST /neutron/port HTTP/1.1" 200 117 0.001359 10.0.0.22 - - [2026-05-14 04:55:11] "GET /obj-perms HTTP/1.1" 200 5032 0.005272 10.0.0.27 - - [2026-05-14 04:55:14] "GET /obj-perms HTTP/1.1" 200 5032 0.005134 10.0.0.23 - - [2026-05-14 04:55:14] "GET /obj-perms HTTP/1.1" 200 5032 0.005693 10.0.0.23 - - [2026-05-14 04:55:14] "POST /useragent-kv HTTP/1.1" 200 115 0.014698 10.0.0.23 - - [2026-05-14 04:55:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003736 10.0.0.27 - - [2026-05-14 04:55:14] "DELETE /virtual-network/ee9f6322-8861-4a81-a6e1-c07265a7cf58 HTTP/1.1" 200 115 0.146586 10.0.0.22 - - [2026-05-14 04:55:14] "DELETE /route-target/6fcc27bb-90f1-45ff-8499-98d096e23f24 HTTP/1.1" 200 115 0.028526 10.0.0.27 - - [2026-05-14 04:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.27 - - [2026-05-14 04:55:14] "GET /network-policy/5c2c9969-99c5-49b1-a67e-83823e2d21ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005705 10.0.0.27 - - [2026-05-14 04:55:14] "POST /ref-update HTTP/1.1" 200 156 0.069924 10.0.0.27 - - [2026-05-14 04:55:14] "POST /neutron/network HTTP/1.1" 200 809 0.032197 10.0.0.27 - - [2026-05-14 04:55:14] "GET /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.011537 10.0.0.27 - - [2026-05-14 04:55:14] "DELETE /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79 HTTP/1.1" 409 248 0.014790 10.0.0.27 - - [2026-05-14 04:55:15] "POST /neutron/port HTTP/1.1" 200 151 0.340250 10.0.0.27 - - [2026-05-14 04:55:15] "POST /neutron/port HTTP/1.1" 200 151 0.346115 10.0.0.23 - - [2026-05-14 04:55:17] "POST /useragent-kv HTTP/1.1" 200 115 0.009129 10.0.0.22 - - [2026-05-14 04:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006034 10.0.0.23 - - [2026-05-14 04:55:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003885 10.0.0.27 - - [2026-05-14 04:55:17] "DELETE /virtual-network/e065c32e-397f-4e46-a399-b0ac7f5e3f79 HTTP/1.1" 200 115 0.147115 10.0.0.27 - - [2026-05-14 04:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005352 10.0.0.27 - - [2026-05-14 04:55:17] "GET /network-policy/577628d9-26c8-478a-a8da-738a80a18c01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007583 10.0.0.27 - - [2026-05-14 04:55:17] "POST /ref-update HTTP/1.1" 200 156 0.073641 10.0.0.27 - - [2026-05-14 04:55:17] "GET /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.014172 10.0.0.23 - - [2026-05-14 04:55:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005422 10.0.0.23 - - [2026-05-14 04:55:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003481 10.0.0.27 - - [2026-05-14 04:55:17] "DELETE /virtual-network/82ac7068-32bf-4028-8ec7-8f1a43ac7d72 HTTP/1.1" 200 115 0.150212 10.0.0.22 - - [2026-05-14 04:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.009113 10.0.0.27 - - [2026-05-14 04:55:18] "DELETE /network-policy/5c2c9969-99c5-49b1-a67e-83823e2d21ec HTTP/1.1" 200 115 0.051181 10.0.0.27 - - [2026-05-14 04:55:18] "DELETE /network-policy/577628d9-26c8-478a-a8da-738a80a18c01 HTTP/1.1" 200 115 0.040859 10.0.0.22 - - [2026-05-14 04:55:41] "GET /obj-perms HTTP/1.1" 200 5056 0.072431 10.0.0.23 - - [2026-05-14 04:55:46] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001227 10.0.0.27 - - [2026-05-14 04:55:46] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.088310 10.0.0.23 - - [2026-05-14 04:55:46] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001145 10.0.0.27 - - [2026-05-14 04:55:46] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?fields=virtual_networks HTTP/1.1" 200 1044 0.044470 10.0.0.23 - - [2026-05-14 04:55:46] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001418 10.0.0.27 - - [2026-05-14 04:55:46] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.054344 10.0.0.23 - - [2026-05-14 04:55:46] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001222 10.0.0.27 - - [2026-05-14 04:55:46] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?fields=security_groups HTTP/1.1" 200 1271 0.055535 10.0.0.27 - - [2026-05-14 04:55:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.034911 10.0.0.23 - - [2026-05-14 04:55:48] "GET /projects?obj_uuids=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004217 10.0.0.23 - - [2026-05-14 04:55:48] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002177 10.0.0.23 - - [2026-05-14 04:55:48] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012424 10.0.0.23 - - [2026-05-14 04:55:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.007147 10.0.0.23 - - [2026-05-14 04:55:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.007221 10.0.0.23 - - [2026-05-14 04:55:48] "POST /security-groups HTTP/1.1" 200 591 0.090147 10.0.0.23 - - [2026-05-14 04:55:48] "POST /projects HTTP/1.1" 200 585 0.361521 10.0.0.23 - - [2026-05-14 04:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.409189 10.0.0.22 - - [2026-05-14 04:55:48] "POST /access-control-lists HTTP/1.1" 200 596 0.062197 10.0.0.27 - - [2026-05-14 04:55:48] "GET /project/d039ee7a-7951-48b5-95c1-b859b1cae8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.600970 10.0.0.27 - - [2026-05-14 04:55:50] "GET / HTTP/1.1" 200 35931 0.002040 10.0.0.27 - - [2026-05-14 04:55:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.27 - - [2026-05-14 04:55:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.139887 10.0.0.23 - - [2026-05-14 04:55:52] "GET /projects?obj_uuids=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001234 10.0.0.27 - - [2026-05-14 04:55:52] "GET /project/d039ee7a-7951-48b5-95c1-b859b1cae8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052696 10.0.0.23 - - [2026-05-14 04:55:52] "GET /projects?obj_uuids=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001764 10.0.0.27 - - [2026-05-14 04:55:52] "POST /neutron/network HTTP/1.1" 200 605 0.241611 10.0.0.22 - - [2026-05-14 04:55:52] "POST /route-targets HTTP/1.1" 200 327 0.016458 10.0.0.27 - - [2026-05-14 04:55:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.003744 10.0.0.27 - - [2026-05-14 04:55:53] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006433 10.0.0.27 - - [2026-05-14 04:55:53] "POST /neutron/network HTTP/1.1" 200 825 0.010186 10.0.0.27 - - [2026-05-14 04:55:53] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007596 10.0.0.27 - - [2026-05-14 04:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.23 - - [2026-05-14 04:55:53] "GET /projects?obj_uuids=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001333 10.0.0.27 - - [2026-05-14 04:55:53] "GET /project/d039ee7a-7951-48b5-95c1-b859b1cae8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.069209 10.0.0.27 - - [2026-05-14 04:55:53] "POST /neutron/network HTTP/1.1" 200 117 0.030719 10.0.0.22 - - [2026-05-14 04:55:53] "POST /ref-update HTTP/1.1" 200 156 0.044971 10.0.0.27 - - [2026-05-14 04:55:54] "POST /neutron/network HTTP/1.1" 200 822 0.011613 10.0.0.27 - - [2026-05-14 04:55:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001365 10.0.0.27 - - [2026-05-14 04:55:54] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006545 10.0.0.27 - - [2026-05-14 04:55:54] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007737 10.0.0.27 - - [2026-05-14 04:55:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.012081 10.0.0.27 - - [2026-05-14 04:55:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001573 10.0.0.23 - - [2026-05-14 04:55:55] "GET /projects?obj_uuids=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001281 10.0.0.27 - - [2026-05-14 04:55:55] "GET /project/d039ee7a-7951-48b5-95c1-b859b1cae8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.120274 10.0.0.27 - - [2026-05-14 04:55:55] "POST /neutron/network HTTP/1.1" 200 825 0.008796 10.0.0.27 - - [2026-05-14 04:55:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001692 10.0.0.27 - - [2026-05-14 04:55:56] "POST /neutron/port HTTP/1.1" 200 4190 0.040935 10.0.0.23 - - [2026-05-14 04:55:56] "GET /projects?obj_uuids=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001283 10.0.0.27 - - [2026-05-14 04:55:56] "POST /neutron/port HTTP/1.1" 200 1061 0.421227 10.0.0.27 - - [2026-05-14 04:55:57] "POST /neutron/port HTTP/1.1" 200 1115 0.206629 10.0.0.27 - - [2026-05-14 04:55:57] "POST /neutron/subnet HTTP/1.1" 200 704 0.016831 10.0.0.23 - - [2026-05-14 04:55:57] "GET /projects?obj_uuids=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002029 10.0.0.27 - - [2026-05-14 04:55:57] "GET /project/d039ee7a-7951-48b5-95c1-b859b1cae8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.135114 10.0.0.27 - - [2026-05-14 04:55:57] "POST /neutron/network HTTP/1.1" 200 822 0.018674 10.0.0.27 - - [2026-05-14 04:55:58] "POST /neutron/port HTTP/1.1" 200 117 0.008387 10.0.0.27 - - [2026-05-14 04:55:58] "POST /neutron/network HTTP/1.1" 200 832 0.010246 10.0.0.23 - - [2026-05-14 04:55:58] "DELETE /project/d039ee7a795148b595c1b859b1cae8bf HTTP/1.1" 404 173 0.006735 10.0.0.23 - - [2026-05-14 04:55:58] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001619 10.0.0.23 - - [2026-05-14 04:55:58] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.117808 10.0.0.23 - - [2026-05-14 04:55:58] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006302 10.0.0.23 - - [2026-05-14 04:55:59] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?fields=security_groups HTTP/1.1" 200 1376 0.108512 10.0.0.23 - - [2026-05-14 04:55:59] "DELETE /security-group/9113ae73-35cc-4559-a9f9-a2d84fa8cd19 HTTP/1.1" 200 115 0.091035 10.0.0.23 - - [2026-05-14 04:55:59] "GET /projects?obj_uuids=2fa5ae0b-3279-4f7e-9e61-198031fd9132&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002326 10.0.0.23 - - [2026-05-14 04:55:59] "GET /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132?fields=application_policy_sets HTTP/1.1" 200 1415 0.088865 10.0.0.27 - - [2026-05-14 04:55:59] "POST /neutron/port HTTP/1.1" 200 1058 0.079782 10.0.0.23 - - [2026-05-14 04:55:59] "DELETE /project/2fa5ae0b-3279-4f7e-9e61-198031fd9132 HTTP/1.1" 200 115 0.719136 10.0.0.27 - - [2026-05-14 04:55:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007092 10.0.0.27 - - [2026-05-14 04:56:00] "POST /neutron/network HTTP/1.1" 200 822 0.020808 10.0.0.27 - - [2026-05-14 04:56:03] "POST /neutron/port HTTP/1.1" 200 1125 0.026482 10.0.0.27 - - [2026-05-14 04:56:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011427 10.0.0.27 - - [2026-05-14 04:56:03] "GET /virtual-machine/f2244d41-da1c-4a18-a322-0f9f4ff58113 HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2026-05-14 04:56:03] "GET /virtual-machine/f2244d41-da1c-4a18-a322-0f9f4ff58113 HTTP/1.1" 200 1293 0.045410 10.0.0.27 - - [2026-05-14 04:56:03] "GET /virtual-machine-interface/3509a6f6-d0e7-49db-9071-998f721e92f1 HTTP/1.1" 200 2941 0.009143 10.0.0.27 - - [2026-05-14 04:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.27 - - [2026-05-14 04:56:03] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004777 10.0.0.27 - - [2026-05-14 04:56:04] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004223 10.0.0.27 - - [2026-05-14 04:56:04] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007703 10.0.0.27 - - [2026-05-14 04:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005178 10.0.0.27 - - [2026-05-14 04:56:07] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007140 10.0.0.27 - - [2026-05-14 04:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.27 - - [2026-05-14 04:56:09] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005718 10.0.0.27 - - [2026-05-14 04:56:09] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004263 10.0.0.27 - - [2026-05-14 04:56:09] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010153 10.0.0.27 - - [2026-05-14 04:56:09] "POST /neutron/port HTTP/1.1" 200 1122 0.027131 10.0.0.27 - - [2026-05-14 04:56:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008923 10.0.0.27 - - [2026-05-14 04:56:09] "GET /virtual-machine/cfb7e155-2c53-465d-8c6d-f4171df11f7e HTTP/1.1" 200 1293 0.007088 10.0.0.27 - - [2026-05-14 04:56:09] "GET /virtual-machine-interface/c10172f6-9c67-4f8b-8d72-a96b13ceaf5c HTTP/1.1" 200 2942 0.006433 10.0.0.27 - - [2026-05-14 04:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007456 10.0.0.27 - - [2026-05-14 04:56:09] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005261 10.0.0.27 - - [2026-05-14 04:56:09] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.009195 10.0.0.27 - - [2026-05-14 04:56:09] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006524 10.0.0.27 - - [2026-05-14 04:56:10] "POST /neutron/port HTTP/1.1" 200 1107 0.028289 10.0.0.27 - - [2026-05-14 04:56:10] "POST /neutron/port HTTP/1.1" 200 1122 0.028119 10.0.0.27 - - [2026-05-14 04:56:10] "POST /neutron/subnet HTTP/1.1" 200 699 0.011633 10.0.0.27 - - [2026-05-14 04:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005820 10.0.0.27 - - [2026-05-14 04:56:11] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005079 10.0.0.27 - - [2026-05-14 04:56:11] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003954 10.0.0.27 - - [2026-05-14 04:56:11] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007669 10.0.0.27 - - [2026-05-14 04:56:11] "POST /neutron/port HTTP/1.1" 200 1122 0.026436 10.0.0.27 - - [2026-05-14 04:56:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009048 10.0.0.27 - - [2026-05-14 04:56:16] "GET /virtual-machine/f2244d41-da1c-4a18-a322-0f9f4ff58113 HTTP/1.1" 200 1293 0.005852 10.0.0.27 - - [2026-05-14 04:56:16] "GET /virtual-machine-interface/3509a6f6-d0e7-49db-9071-998f721e92f1 HTTP/1.1" 200 2941 0.008956 10.0.0.27 - - [2026-05-14 04:56:16] "GET /virtual-machine/f2244d41-da1c-4a18-a322-0f9f4ff58113 HTTP/1.1" 200 1293 0.004531 10.0.0.27 - - [2026-05-14 04:56:16] "GET /virtual-machine-interface/3509a6f6-d0e7-49db-9071-998f721e92f1 HTTP/1.1" 200 2941 0.008457 10.0.0.27 - - [2026-05-14 04:56:16] "GET /instance-ip/21d9cae2-db51-419f-9bad-80769a9396ad HTTP/1.1" 200 1621 0.009333 10.0.0.27 - - [2026-05-14 04:56:16] "GET /virtual-machine/f2244d41-da1c-4a18-a322-0f9f4ff58113 HTTP/1.1" 200 1293 0.006995 10.0.0.27 - - [2026-05-14 04:56:16] "GET /virtual-machine-interface/3509a6f6-d0e7-49db-9071-998f721e92f1 HTTP/1.1" 200 2941 0.006777 10.0.0.27 - - [2026-05-14 04:56:16] "GET /instance-ip/21d9cae2-db51-419f-9bad-80769a9396ad HTTP/1.1" 200 1621 0.006168 10.0.0.27 - - [2026-05-14 04:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.27 - - [2026-05-14 04:56:16] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006577 10.0.0.27 - - [2026-05-14 04:56:16] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004101 10.0.0.27 - - [2026-05-14 04:56:16] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007411 10.0.0.27 - - [2026-05-14 04:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.27 - - [2026-05-14 04:56:16] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005158 10.0.0.27 - - [2026-05-14 04:56:16] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004607 10.0.0.27 - - [2026-05-14 04:56:17] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007180 10.0.0.27 - - [2026-05-14 04:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.27 - - [2026-05-14 04:56:17] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005726 10.0.0.27 - - [2026-05-14 04:56:17] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004741 10.0.0.27 - - [2026-05-14 04:56:17] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007236 10.0.0.27 - - [2026-05-14 04:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.27 - - [2026-05-14 04:56:17] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005412 10.0.0.27 - - [2026-05-14 04:56:17] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003875 10.0.0.27 - - [2026-05-14 04:56:17] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008180 10.0.0.27 - - [2026-05-14 04:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.27 - - [2026-05-14 04:56:17] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004818 10.0.0.27 - - [2026-05-14 04:56:17] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004813 10.0.0.27 - - [2026-05-14 04:56:17] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010040 10.0.0.27 - - [2026-05-14 04:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.27 - - [2026-05-14 04:56:17] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005274 10.0.0.27 - - [2026-05-14 04:56:17] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003714 10.0.0.27 - - [2026-05-14 04:56:17] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006874 10.0.0.27 - - [2026-05-14 04:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005101 10.0.0.27 - - [2026-05-14 04:56:17] "GET /routing-instance/9a5ae613-057c-4c50-8d66-d57d24aeb825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.009439 10.0.0.27 - - [2026-05-14 04:56:17] "GET /route-target/daa20798-07eb-4b47-b1c2-478dbdcdeaee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006631 10.0.0.27 - - [2026-05-14 04:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929 10.0.0.27 - - [2026-05-14 04:56:17] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005288 10.0.0.27 - - [2026-05-14 04:56:17] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005238 10.0.0.27 - - [2026-05-14 04:56:17] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007256 10.0.0.27 - - [2026-05-14 04:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.27 - - [2026-05-14 04:56:18] "GET /routing-instance/9a5ae613-057c-4c50-8d66-d57d24aeb825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.007489 10.0.0.27 - - [2026-05-14 04:56:18] "GET /route-target/daa20798-07eb-4b47-b1c2-478dbdcdeaee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005518 10.0.0.27 - - [2026-05-14 04:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.27 - - [2026-05-14 04:56:18] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005691 10.0.0.27 - - [2026-05-14 04:56:18] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003760 10.0.0.27 - - [2026-05-14 04:56:18] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006614 10.0.0.27 - - [2026-05-14 04:56:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.27 - - [2026-05-14 04:56:18] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004962 10.0.0.27 - - [2026-05-14 04:56:18] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003960 10.0.0.27 - - [2026-05-14 04:56:18] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007345 10.0.0.27 - - [2026-05-14 04:56:19] "GET /obj-perms HTTP/1.1" 200 5030 0.072582 10.0.0.23 - - [2026-05-14 04:56:19] "GET /obj-perms HTTP/1.1" 200 5030 0.078330 10.0.0.27 - - [2026-05-14 04:56:19] "GET /obj-perms HTTP/1.1" 200 5030 0.006084 10.0.0.27 - - [2026-05-14 04:56:20] "GET /obj-perms HTTP/1.1" 200 5030 0.006239 10.0.0.22 - - [2026-05-14 04:56:20] "GET /obj-perms HTTP/1.1" 200 5030 0.071163 10.0.0.27 - - [2026-05-14 04:56:20] "GET /virtual-machine/cfb7e155-2c53-465d-8c6d-f4171df11f7e HTTP/1.1" 200 1293 0.005233 10.0.0.27 - - [2026-05-14 04:56:20] "GET /virtual-machine-interface/c10172f6-9c67-4f8b-8d72-a96b13ceaf5c HTTP/1.1" 200 2942 0.007641 10.0.0.27 - - [2026-05-14 04:56:20] "GET /virtual-machine/cfb7e155-2c53-465d-8c6d-f4171df11f7e HTTP/1.1" 200 1293 0.005270 10.0.0.27 - - [2026-05-14 04:56:20] "GET /virtual-machine-interface/c10172f6-9c67-4f8b-8d72-a96b13ceaf5c HTTP/1.1" 200 2942 0.007151 10.0.0.27 - - [2026-05-14 04:56:20] "GET /instance-ip/6d3e2663-f28b-4607-b27b-8d57a6010105 HTTP/1.1" 200 1618 0.008722 10.0.0.27 - - [2026-05-14 04:56:20] "GET /virtual-machine/cfb7e155-2c53-465d-8c6d-f4171df11f7e HTTP/1.1" 200 1293 0.005637 10.0.0.27 - - [2026-05-14 04:56:20] "GET /virtual-machine-interface/c10172f6-9c67-4f8b-8d72-a96b13ceaf5c HTTP/1.1" 200 2942 0.007411 10.0.0.27 - - [2026-05-14 04:56:20] "GET /instance-ip/6d3e2663-f28b-4607-b27b-8d57a6010105 HTTP/1.1" 200 1618 0.013872 10.0.0.27 - - [2026-05-14 04:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.27 - - [2026-05-14 04:56:20] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004843 10.0.0.27 - - [2026-05-14 04:56:20] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003813 10.0.0.27 - - [2026-05-14 04:56:20] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007723 10.0.0.27 - - [2026-05-14 04:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.27 - - [2026-05-14 04:56:20] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005276 10.0.0.27 - - [2026-05-14 04:56:20] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004856 10.0.0.27 - - [2026-05-14 04:56:21] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.009957 10.0.0.27 - - [2026-05-14 04:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004784 10.0.0.27 - - [2026-05-14 04:56:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007415 10.0.0.27 - - [2026-05-14 04:56:21] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005767 10.0.0.27 - - [2026-05-14 04:56:21] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007422 10.0.0.27 - - [2026-05-14 04:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.27 - - [2026-05-14 04:56:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005559 10.0.0.27 - - [2026-05-14 04:56:21] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004916 10.0.0.27 - - [2026-05-14 04:56:21] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.013772 10.0.0.27 - - [2026-05-14 04:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006394 10.0.0.27 - - [2026-05-14 04:56:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005800 10.0.0.27 - - [2026-05-14 04:56:21] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.007744 10.0.0.27 - - [2026-05-14 04:56:21] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.009452 10.0.0.27 - - [2026-05-14 04:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.27 - - [2026-05-14 04:56:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005020 10.0.0.27 - - [2026-05-14 04:56:21] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004488 10.0.0.27 - - [2026-05-14 04:56:21] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007359 10.0.0.27 - - [2026-05-14 04:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.27 - - [2026-05-14 04:56:21] "GET /routing-instance/1bfa8831-854c-44d6-8c05-a55643026cd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005844 10.0.0.27 - - [2026-05-14 04:56:21] "GET /route-target/3f30f4c2-8931-49db-aa6b-cfe515966640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005533 10.0.0.27 - - [2026-05-14 04:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.27 - - [2026-05-14 04:56:21] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004820 10.0.0.27 - - [2026-05-14 04:56:21] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004195 10.0.0.27 - - [2026-05-14 04:56:21] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.008377 10.0.0.27 - - [2026-05-14 04:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.27 - - [2026-05-14 04:56:22] "GET /routing-instance/1bfa8831-854c-44d6-8c05-a55643026cd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.007093 10.0.0.27 - - [2026-05-14 04:56:22] "GET /route-target/3f30f4c2-8931-49db-aa6b-cfe515966640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007213 10.0.0.27 - - [2026-05-14 04:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.27 - - [2026-05-14 04:56:22] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005907 10.0.0.27 - - [2026-05-14 04:56:22] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004940 10.0.0.27 - - [2026-05-14 04:56:22] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.006989 10.0.0.27 - - [2026-05-14 04:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.27 - - [2026-05-14 04:56:22] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005406 10.0.0.27 - - [2026-05-14 04:56:22] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004792 10.0.0.27 - - [2026-05-14 04:56:22] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007360 10.0.0.23 - - [2026-05-14 04:56:22] "GET /obj-perms HTTP/1.1" 200 5030 0.005257 10.0.0.27 - - [2026-05-14 04:56:22] "GET /obj-perms HTTP/1.1" 200 5030 0.004263 10.0.0.23 - - [2026-05-14 04:56:22] "GET /obj-perms HTTP/1.1" 200 5030 0.005146 10.0.0.27 - - [2026-05-14 04:56:22] "GET /obj-perms HTTP/1.1" 200 5030 0.005080 10.0.0.27 - - [2026-05-14 04:56:43] "GET /virtual-machine/cfb7e155-2c53-465d-8c6d-f4171df11f7e HTTP/1.1" 200 1293 0.005752 10.0.0.27 - - [2026-05-14 04:56:44] "POST /neutron/port HTTP/1.1" 200 1122 0.028222 10.0.0.27 - - [2026-05-14 04:56:45] "GET /virtual-machine/cfb7e155-2c53-465d-8c6d-f4171df11f7e HTTP/1.1" 404 171 0.003894 10.0.0.27 - - [2026-05-14 04:56:45] "GET /virtual-machine/cfb7e155-2c53-465d-8c6d-f4171df11f7e HTTP/1.1" 404 171 0.004045 10.0.0.27 - - [2026-05-14 04:56:45] "GET /virtual-machine/cfb7e155-2c53-465d-8c6d-f4171df11f7e HTTP/1.1" 404 171 0.005326 10.0.0.27 - - [2026-05-14 04:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.27 - - [2026-05-14 04:56:45] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004919 10.0.0.27 - - [2026-05-14 04:56:45] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004312 10.0.0.27 - - [2026-05-14 04:56:45] "GET /virtual-network/d0835e52-032f-41dc-97f2-f81057f93375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007010 10.0.0.27 - - [2026-05-14 04:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.27 - - [2026-05-14 04:56:45] "GET /routing-instance/1bfa8831-854c-44d6-8c05-a55643026cd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005069 10.0.0.27 - - [2026-05-14 04:56:45] "GET /route-target/3f30f4c2-8931-49db-aa6b-cfe515966640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005035 10.0.0.27 - - [2026-05-14 04:56:46] "GET /obj-perms HTTP/1.1" 200 5030 0.006168 10.0.0.23 - - [2026-05-14 04:56:46] "GET /obj-perms HTTP/1.1" 200 5030 0.007473 10.0.0.27 - - [2026-05-14 04:56:52] "GET /obj-perms HTTP/1.1" 200 5030 0.004836 10.0.0.22 - - [2026-05-14 04:56:52] "GET /obj-perms HTTP/1.1" 200 5030 0.005186 10.0.0.23 - - [2026-05-14 04:56:52] "GET /obj-perms HTTP/1.1" 200 5030 0.004981 10.0.0.27 - - [2026-05-14 04:56:52] "GET /virtual-machine/f2244d41-da1c-4a18-a322-0f9f4ff58113 HTTP/1.1" 200 1293 0.006025 10.0.0.27 - - [2026-05-14 04:56:53] "POST /neutron/port HTTP/1.1" 200 1125 0.026422 10.0.0.27 - - [2026-05-14 04:56:54] "GET /virtual-machine/f2244d41-da1c-4a18-a322-0f9f4ff58113 HTTP/1.1" 404 171 0.006708 10.0.0.27 - - [2026-05-14 04:56:54] "GET /virtual-machine/f2244d41-da1c-4a18-a322-0f9f4ff58113 HTTP/1.1" 404 171 0.006669 10.0.0.27 - - [2026-05-14 04:56:54] "GET /virtual-machine/f2244d41-da1c-4a18-a322-0f9f4ff58113 HTTP/1.1" 404 171 0.005885 10.0.0.27 - - [2026-05-14 04:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.27 - - [2026-05-14 04:56:54] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005675 10.0.0.27 - - [2026-05-14 04:56:54] "GET /virtual-networks?parent_id=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005667 10.0.0.27 - - [2026-05-14 04:56:54] "GET /virtual-network/f46036d4-5a0f-4688-a2eb-35fd864d6e2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007938 10.0.0.27 - - [2026-05-14 04:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.27 - - [2026-05-14 04:56:54] "GET /routing-instance/9a5ae613-057c-4c50-8d66-d57d24aeb825?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005226 10.0.0.27 - - [2026-05-14 04:56:55] "GET /route-target/daa20798-07eb-4b47-b1c2-478dbdcdeaee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006821 10.0.0.27 - - [2026-05-14 04:56:57] "POST /neutron/port HTTP/1.1" 200 1218 0.029225 10.0.0.27 - - [2026-05-14 04:56:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004896 10.0.0.27 - - [2026-05-14 04:56:57] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.27 - - [2026-05-14 04:56:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004855 10.0.0.22 - - [2026-05-14 04:57:01] "GET /obj-perms HTTP/1.1" 200 5030 0.005430 10.0.0.27 - - [2026-05-14 04:57:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004627 10.0.0.22 - - [2026-05-14 04:57:10] "GET /obj-perms HTTP/1.1" 200 5030 0.007298 10.0.0.27 - - [2026-05-14 04:57:13] "GET /obj-perms HTTP/1.1" 200 5030 0.005335 10.0.0.27 - - [2026-05-14 04:57:13] "POST /neutron/network HTTP/1.1" 200 822 0.010597 10.0.0.22 - - [2026-05-14 04:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.060560 10.0.0.22 - - [2026-05-14 04:57:14] "DELETE /route-target/daa20798-07eb-4b47-b1c2-478dbdcdeaee HTTP/1.1" 200 115 0.027128 10.0.0.23 - - [2026-05-14 04:57:14] "POST /useragent-kv HTTP/1.1" 200 115 0.060321 10.0.0.23 - - [2026-05-14 04:57:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003314 10.0.0.27 - - [2026-05-14 04:57:14] "POST /neutron/network HTTP/1.1" 200 151 0.212410 10.0.0.23 - - [2026-05-14 04:57:15] "GET /projects?obj_uuids=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001265 10.0.0.27 - - [2026-05-14 04:57:15] "GET /project/d039ee7a-7951-48b5-95c1-b859b1cae8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.055567 10.0.0.23 - - [2026-05-14 04:57:15] "GET /projects?obj_uuids=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001654 10.0.0.27 - - [2026-05-14 04:57:15] "GET /project/d039ee7a-7951-48b5-95c1-b859b1cae8bf?fields=virtual_networks HTTP/1.1" 200 1043 0.068530 10.0.0.23 - - [2026-05-14 04:57:15] "GET /projects?obj_uuids=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001654 10.0.0.27 - - [2026-05-14 04:57:16] "GET /project/d039ee7a-7951-48b5-95c1-b859b1cae8bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.070001 10.0.0.23 - - [2026-05-14 04:57:16] "GET /projects?obj_uuids=d039ee7a-7951-48b5-95c1-b859b1cae8bf&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.27 - - [2026-05-14 04:57:16] "GET /project/d039ee7a-7951-48b5-95c1-b859b1cae8bf?fields=security_groups HTTP/1.1" 200 1269 0.078851 10.0.0.27 - - [2026-05-14 04:57:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.036648 10.0.0.23 - - [2026-05-14 04:57:17] "GET /projects?obj_uuids=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003655 10.0.0.23 - - [2026-05-14 04:57:17] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002199 10.0.0.23 - - [2026-05-14 04:57:17] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.058529 10.0.0.23 - - [2026-05-14 04:57:17] "POST /id-to-fqname HTTP/1.1" 200 198 0.003622 10.0.0.23 - - [2026-05-14 04:57:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.006773 10.0.0.23 - - [2026-05-14 04:57:17] "POST /security-groups HTTP/1.1" 200 599 0.089693 10.0.0.23 - - [2026-05-14 04:57:17] "POST /projects HTTP/1.1" 200 601 0.356627 10.0.0.23 - - [2026-05-14 04:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.396638 10.0.0.22 - - [2026-05-14 04:57:17] "POST /fqname-to-id HTTP/1.1" 404 241 0.006190 10.0.0.27 - - [2026-05-14 04:57:17] "GET /project/9185275d-fe21-4da8-acd4-e3b45a0f2720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.641170 10.0.0.27 - - [2026-05-14 04:57:19] "GET / HTTP/1.1" 200 35931 0.002924 10.0.0.27 - - [2026-05-14 04:57:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2026-05-14 04:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.082816 10.0.0.23 - - [2026-05-14 04:57:23] "GET /projects?obj_uuids=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001546 10.0.0.27 - - [2026-05-14 04:57:23] "GET /project/9185275d-fe21-4da8-acd4-e3b45a0f2720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.050256 10.0.0.22 - - [2026-05-14 04:57:23] "POST /ref-update HTTP/1.1" 200 156 0.045641 10.0.0.23 - - [2026-05-14 04:57:23] "POST /useragent-kv HTTP/1.1" 200 115 0.009732 10.0.0.27 - - [2026-05-14 04:57:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.353528 10.0.0.22 - - [2026-05-14 04:57:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.099215 10.0.0.27 - - [2026-05-14 04:57:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001310 10.0.0.27 - - [2026-05-14 04:57:24] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009322 10.0.0.27 - - [2026-05-14 04:57:24] "POST /neutron/network HTTP/1.1" 200 1005 0.013711 10.0.0.27 - - [2026-05-14 04:57:24] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.013075 10.0.0.27 - - [2026-05-14 04:57:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.015775 10.0.0.27 - - [2026-05-14 04:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.23 - - [2026-05-14 04:57:24] "GET /projects?obj_uuids=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002300 10.0.0.27 - - [2026-05-14 04:57:24] "GET /project/9185275d-fe21-4da8-acd4-e3b45a0f2720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.061714 10.0.0.23 - - [2026-05-14 04:57:25] "POST /useragent-kv HTTP/1.1" 200 115 0.012775 10.0.0.27 - - [2026-05-14 04:57:25] "POST /neutron/subnet HTTP/1.1" 200 714 0.259094 10.0.0.27 - - [2026-05-14 04:57:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.002112 10.0.0.27 - - [2026-05-14 04:57:25] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.010983 10.0.0.27 - - [2026-05-14 04:57:25] "POST /neutron/network HTTP/1.1" 200 1003 0.013896 10.0.0.27 - - [2026-05-14 04:57:25] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007135 10.0.0.27 - - [2026-05-14 04:57:25] "POST /neutron/subnet HTTP/1.1" 200 823 0.018607 10.0.0.27 - - [2026-05-14 04:57:26] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006928 10.0.0.22 - - [2026-05-14 04:57:26] "DELETE /access-control-list/70028ea7-53d9-4081-a459-edfea56b5b79 HTTP/1.1" 200 115 0.058237 10.0.0.22 - - [2026-05-14 04:57:27] "GET /obj-perms HTTP/1.1" 200 5046 0.073912 10.0.0.27 - - [2026-05-14 04:57:28] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007788 10.0.0.27 - - [2026-05-14 04:57:28] "GET /obj-perms HTTP/1.1" 200 5046 0.074994 10.0.0.23 - - [2026-05-14 04:57:28] "GET /obj-perms HTTP/1.1" 200 5046 0.072196 10.0.0.27 - - [2026-05-14 04:57:29] "POST /neutron/subnet HTTP/1.1" 200 828 0.012288 10.0.0.27 - - [2026-05-14 04:57:29] "POST /id-to-fqname HTTP/1.1" 200 228 0.001504 10.0.0.23 - - [2026-05-14 04:57:30] "GET /projects?obj_uuids=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001591 10.0.0.27 - - [2026-05-14 04:57:30] "GET /project/9185275d-fe21-4da8-acd4-e3b45a0f2720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.090234 10.0.0.27 - - [2026-05-14 04:57:30] "POST /neutron/network HTTP/1.1" 200 1005 0.053590 10.0.0.27 - - [2026-05-14 04:57:30] "POST /neutron/port HTTP/1.1" 200 117 0.008232 10.0.0.22 - - [2026-05-14 04:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.22 - - [2026-05-14 04:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000601 10.0.0.22 - - [2026-05-14 04:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.22 - - [2026-05-14 04:57:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2026-05-14 04:57:31] "POST /neutron/port HTTP/1.1" 200 1174 0.078533 10.0.0.23 - - [2026-05-14 04:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000599 10.0.0.23 - - [2026-05-14 04:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000644 10.0.0.27 - - [2026-05-14 04:57:32] "POST /neutron/port HTTP/1.1" 200 1238 0.042131 10.0.0.27 - - [2026-05-14 04:57:32] "POST /neutron/subnet HTTP/1.1" 200 1380 0.027885 10.0.0.23 - - [2026-05-14 04:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000535 10.0.0.27 - - [2026-05-14 04:57:32] "POST /neutron/network HTTP/1.1" 200 1005 0.014135 10.0.0.23 - - [2026-05-14 04:57:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-05-14 04:57:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000556 10.0.0.27 - - [2026-05-14 04:57:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.27 - - [2026-05-14 04:57:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2026-05-14 04:57:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000623 10.0.0.27 - - [2026-05-14 04:57:36] "POST /neutron/port HTTP/1.1" 200 1238 0.028540 10.0.0.27 - - [2026-05-14 04:57:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015270 10.0.0.27 - - [2026-05-14 04:57:36] "GET /virtual-machine/1e1ed42d-e2f9-47f4-901b-f0802e15936b HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2026-05-14 04:57:36] "GET /virtual-machine/1e1ed42d-e2f9-47f4-901b-f0802e15936b HTTP/1.1" 200 1300 0.039447 10.0.0.27 - - [2026-05-14 04:57:36] "GET /virtual-machine-interface/2771acb9-a4d3-46ac-8040-10f861f00cf8 HTTP/1.1" 200 3174 0.007752 10.0.0.27 - - [2026-05-14 04:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.27 - - [2026-05-14 04:57:36] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004523 10.0.0.27 - - [2026-05-14 04:57:36] "GET /virtual-networks?parent_id=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004264 10.0.0.27 - - [2026-05-14 04:57:36] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008669 10.0.0.27 - - [2026-05-14 04:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.27 - - [2026-05-14 04:57:39] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006593 10.0.0.27 - - [2026-05-14 04:57:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.27 - - [2026-05-14 04:57:43] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007396 10.0.0.27 - - [2026-05-14 04:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006259 10.0.0.27 - - [2026-05-14 04:57:48] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009475 10.0.0.27 - - [2026-05-14 04:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.27 - - [2026-05-14 04:57:52] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007914 10.0.0.27 - - [2026-05-14 04:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005853 10.0.0.27 - - [2026-05-14 04:57:56] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008958 10.0.0.27 - - [2026-05-14 04:57:57] "POST /neutron/network HTTP/1.1" 200 937 0.009220 10.0.0.27 - - [2026-05-14 04:57:57] "POST /neutron/port HTTP/1.1" 200 117 0.001549 10.0.0.23 - - [2026-05-14 04:57:59] "DELETE /project/d039ee7a-7951-48b5-95c1-b859b1cae8bf HTTP/1.1" 404 177 0.007168 10.0.0.23 - - [2026-05-14 04:57:59] "DELETE /project/9185275dfe214da8acd4e3b45a0f2720 HTTP/1.1" 404 173 0.005823 10.0.0.27 - - [2026-05-14 04:58:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.017599 10.0.0.27 - - [2026-05-14 04:58:00] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.013525 10.0.0.27 - - [2026-05-14 04:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.27 - - [2026-05-14 04:58:04] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006613 10.0.0.27 - - [2026-05-14 04:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.27 - - [2026-05-14 04:58:08] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008601 10.0.0.27 - - [2026-05-14 04:58:11] "POST /neutron/port HTTP/1.1" 200 1218 0.057934 10.0.0.27 - - [2026-05-14 04:58:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005505 10.0.0.27 - - [2026-05-14 04:58:11] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.27 - - [2026-05-14 04:58:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.27 - - [2026-05-14 04:58:12] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006381 10.0.0.27 - - [2026-05-14 04:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.27 - - [2026-05-14 04:58:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005150 10.0.0.27 - - [2026-05-14 04:58:14] "GET /virtual-networks?parent_id=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.008038 10.0.0.27 - - [2026-05-14 04:58:14] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006884 10.0.0.27 - - [2026-05-14 04:58:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011459 10.0.0.27 - - [2026-05-14 04:58:25] "POST /neutron/port HTTP/1.1" 200 1238 0.024758 10.0.0.27 - - [2026-05-14 04:58:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011709 10.0.0.27 - - [2026-05-14 04:58:35] "POST /neutron/port HTTP/1.1" 200 1238 0.025856 10.0.0.27 - - [2026-05-14 04:58:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009840 10.0.0.27 - - [2026-05-14 04:58:36] "POST /neutron/port HTTP/1.1" 200 1238 0.021508 10.0.0.27 - - [2026-05-14 04:58:36] "POST /neutron/network HTTP/1.1" 200 1005 0.011544 10.0.0.27 - - [2026-05-14 04:58:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001595 10.0.0.27 - - [2026-05-14 04:58:36] "GET /virtual-machine/1e1ed42d-e2f9-47f4-901b-f0802e15936b HTTP/1.1" 200 1300 0.007982 10.0.0.27 - - [2026-05-14 04:58:36] "GET /virtual-machine-interface/2771acb9-a4d3-46ac-8040-10f861f00cf8 HTTP/1.1" 200 3174 0.009556 10.0.0.27 - - [2026-05-14 04:58:36] "GET /instance-ip/0ebc4140-5420-4e5c-abcd-66b9c9cea953 HTTP/1.1" 200 1635 0.008837 10.0.0.27 - - [2026-05-14 04:58:36] "GET /instance-ip/25744cda-7304-40e6-b297-f299fc6c29e3 HTTP/1.1" 200 1656 0.007915 10.0.0.27 - - [2026-05-14 04:58:36] "POST /fqname-to-id HTTP/1.1" 404 218 0.004932 10.0.0.27 - - [2026-05-14 04:58:36] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008279 10.0.0.23 - - [2026-05-14 04:58:36] "GET /projects?obj_uuids=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001782 10.0.0.27 - - [2026-05-14 04:58:36] "GET /project/9185275d-fe21-4da8-acd4-e3b45a0f2720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.073869 10.0.0.27 - - [2026-05-14 04:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2026-05-14 04:58:36] "GET /security-group/7ca7cb6a-cbb7-4b5a-aec7-444d6d020d1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3788 0.005838 10.0.0.27 - - [2026-05-14 04:58:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.100757 10.0.0.27 - - [2026-05-14 04:58:36] "POST /instance-ips HTTP/1.1" 200 357 0.053377 10.0.0.27 - - [2026-05-14 04:58:36] "GET /instance-ip/a2fb5f68-1112-4e41-80e6-e6af671141cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.007653 10.0.0.27 - - [2026-05-14 04:58:37] "POST /instance-ips HTTP/1.1" 200 357 0.059482 10.0.0.27 - - [2026-05-14 04:58:37] "GET /instance-ip/cb77a7ca-f289-41e8-b84c-20735361a7d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.008335 10.0.0.27 - - [2026-05-14 04:58:37] "GET /virtual-machine-interface/bbb5de8d-add6-41c4-b552-823b167710db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2392 0.009098 10.0.0.27 - - [2026-05-14 04:58:37] "GET /virtual-machine-interface/bbb5de8d-add6-41c4-b552-823b167710db?fields=instance_ip_back_refs HTTP/1.1" 200 1538 0.009559 10.0.0.27 - - [2026-05-14 04:58:37] "GET /instance-ip/a2fb5f68-1112-4e41-80e6-e6af671141cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.006639 10.0.0.27 - - [2026-05-14 04:58:37] "GET /instance-ip/cb77a7ca-f289-41e8-b84c-20735361a7d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.006274 10.0.0.27 - - [2026-05-14 04:58:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001367 10.0.0.27 - - [2026-05-14 04:58:37] "POST /neutron/port HTTP/1.1" 200 1081 0.019484 10.0.0.27 - - [2026-05-14 04:58:37] "POST /neutron/port HTTP/1.1" 200 1081 0.019649 10.0.0.27 - - [2026-05-14 04:58:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010906 10.0.0.27 - - [2026-05-14 04:58:38] "POST /neutron/port HTTP/1.1" 200 1081 0.020272 10.0.0.27 - - [2026-05-14 04:58:38] "POST /neutron/port HTTP/1.1" 200 1081 0.018609 10.0.0.27 - - [2026-05-14 04:58:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009696 10.0.0.27 - - [2026-05-14 04:58:39] "POST /neutron/port HTTP/1.1" 200 117 0.001920 10.0.0.27 - - [2026-05-14 04:58:43] "POST /neutron/port HTTP/1.1" 200 1184 0.028229 10.0.0.27 - - [2026-05-14 04:58:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009666 10.0.0.27 - - [2026-05-14 04:58:43] "GET /virtual-machine/cfb1b275-6cd7-42ee-a687-98ae65fede1a HTTP/1.1" 200 1279 0.008752 10.0.0.27 - - [2026-05-14 04:58:43] "GET /virtual-machine-interface/bbb5de8d-add6-41c4-b552-823b167710db HTTP/1.1" 200 3226 0.008169 10.0.0.27 - - [2026-05-14 04:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.27 - - [2026-05-14 04:58:43] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007815 10.0.0.27 - - [2026-05-14 04:58:43] "GET /virtual-networks?parent_id=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004404 10.0.0.27 - - [2026-05-14 04:58:43] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009318 10.0.0.27 - - [2026-05-14 04:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.27 - - [2026-05-14 04:58:46] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006409 10.0.0.27 - - [2026-05-14 04:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.27 - - [2026-05-14 04:58:51] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008605 10.0.0.27 - - [2026-05-14 04:58:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.27 - - [2026-05-14 04:58:55] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007658 10.0.0.27 - - [2026-05-14 04:58:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.27 - - [2026-05-14 04:58:59] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008029 10.0.0.27 - - [2026-05-14 04:58:59] "POST /neutron/port HTTP/1.1" 200 1218 0.040225 10.0.0.27 - - [2026-05-14 04:58:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004996 10.0.0.27 - - [2026-05-14 04:58:59] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.27 - - [2026-05-14 04:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005272 10.0.0.27 - - [2026-05-14 04:59:03] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008355 10.0.0.27 - - [2026-05-14 04:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005617 10.0.0.27 - - [2026-05-14 04:59:07] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007070 10.0.0.27 - - [2026-05-14 04:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005094 10.0.0.27 - - [2026-05-14 04:59:11] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006991 10.0.0.27 - - [2026-05-14 04:59:12] "POST /neutron/port HTTP/1.1" 200 1107 0.028111 10.0.0.27 - - [2026-05-14 04:59:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004804 10.0.0.27 - - [2026-05-14 04:59:12] "POST /neutron/network HTTP/1.1" 200 927 0.015842 10.0.0.27 - - [2026-05-14 04:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.27 - - [2026-05-14 04:59:15] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006343 10.0.0.27 - - [2026-05-14 04:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005563 10.0.0.27 - - [2026-05-14 04:59:19] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007797 10.0.0.27 - - [2026-05-14 04:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.27 - - [2026-05-14 04:59:23] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006988 10.0.0.27 - - [2026-05-14 04:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005133 10.0.0.27 - - [2026-05-14 04:59:27] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005037 10.0.0.27 - - [2026-05-14 04:59:27] "GET /virtual-networks?parent_id=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004171 10.0.0.27 - - [2026-05-14 04:59:27] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008741 10.0.0.27 - - [2026-05-14 04:59:33] "POST /neutron/port HTTP/1.1" 200 1184 0.026244 10.0.0.27 - - [2026-05-14 04:59:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012570 10.0.0.27 - - [2026-05-14 04:59:43] "POST /neutron/port HTTP/1.1" 200 1184 0.027095 10.0.0.22 - - [2026-05-14 04:59:45] "GET /obj-perms HTTP/1.1" 200 5056 0.095191 10.0.0.27 - - [2026-05-14 04:59:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001500 10.0.0.27 - - [2026-05-14 04:59:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010271 10.0.0.23 - - [2026-05-14 04:59:50] "GET /projects?obj_uuids=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002117 10.0.0.27 - - [2026-05-14 04:59:50] "GET /project/9185275d-fe21-4da8-acd4-e3b45a0f2720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.097703 10.0.0.27 - - [2026-05-14 04:59:50] "POST /neutron/port HTTP/1.1" 200 6304 0.064171 10.0.0.27 - - [2026-05-14 04:59:50] "POST /neutron/port HTTP/1.1" 200 117 0.012931 10.0.0.27 - - [2026-05-14 04:59:51] "POST /neutron/port HTTP/1.1" 200 1172 0.035671 10.0.0.27 - - [2026-05-14 04:59:51] "POST /neutron/port HTTP/1.1" 200 1236 0.026688 10.0.0.27 - - [2026-05-14 04:59:51] "POST /neutron/subnet HTTP/1.1" 200 1369 0.019602 10.0.0.27 - - [2026-05-14 04:59:51] "POST /neutron/network HTTP/1.1" 200 1003 0.011527 10.0.0.27 - - [2026-05-14 04:59:55] "POST /neutron/port HTTP/1.1" 200 1236 0.035615 10.0.0.27 - - [2026-05-14 04:59:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009558 10.0.0.27 - - [2026-05-14 04:59:55] "GET /virtual-machine/c453cd05-d58a-4251-b337-8d0873dc7b8c HTTP/1.1" 200 1301 0.012185 10.0.0.27 - - [2026-05-14 04:59:56] "GET /virtual-machine-interface/7bd67e2d-0af8-45ac-8e74-c5155d13ec07 HTTP/1.1" 200 3175 0.007984 10.0.0.27 - - [2026-05-14 04:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005222 10.0.0.27 - - [2026-05-14 04:59:56] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005616 10.0.0.27 - - [2026-05-14 04:59:56] "GET /virtual-networks?parent_id=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004436 10.0.0.27 - - [2026-05-14 04:59:56] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.010601 10.0.0.27 - - [2026-05-14 04:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.27 - - [2026-05-14 04:59:59] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006542 10.0.0.27 - - [2026-05-14 05:00:00] "POST /neutron/network HTTP/1.1" 200 937 0.009964 10.0.0.27 - - [2026-05-14 05:00:00] "POST /neutron/port HTTP/1.1" 200 117 0.001398 10.0.0.27 - - [2026-05-14 05:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008483 10.0.0.27 - - [2026-05-14 05:00:03] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.009267 10.0.0.27 - - [2026-05-14 05:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007844 10.0.0.27 - - [2026-05-14 05:00:07] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.010707 10.0.0.27 - - [2026-05-14 05:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.27 - - [2026-05-14 05:00:11] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008188 10.0.0.27 - - [2026-05-14 05:00:12] "POST /neutron/port HTTP/1.1" 200 1218 0.031854 10.0.0.27 - - [2026-05-14 05:00:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004981 10.0.0.27 - - [2026-05-14 05:00:12] "POST /neutron/port HTTP/1.1" 200 117 0.001763 10.0.0.27 - - [2026-05-14 05:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006961 10.0.0.27 - - [2026-05-14 05:00:15] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.018203 10.0.0.27 - - [2026-05-14 05:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.27 - - [2026-05-14 05:00:19] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006826 10.0.0.27 - - [2026-05-14 05:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.27 - - [2026-05-14 05:00:23] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007215 10.0.0.27 - - [2026-05-14 05:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005380 10.0.0.27 - - [2026-05-14 05:00:27] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008782 10.0.0.27 - - [2026-05-14 05:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005395 10.0.0.27 - - [2026-05-14 05:00:32] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006604 10.0.0.27 - - [2026-05-14 05:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.27 - - [2026-05-14 05:00:36] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006417 10.0.0.27 - - [2026-05-14 05:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2026-05-14 05:00:38] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005721 10.0.0.27 - - [2026-05-14 05:00:38] "GET /virtual-networks?parent_id=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003994 10.0.0.27 - - [2026-05-14 05:00:38] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.009001 10.0.0.27 - - [2026-05-14 05:00:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010927 10.0.0.23 - - [2026-05-14 05:00:46] "GET /obj-perms HTTP/1.1" 200 5056 0.100015 10.0.0.27 - - [2026-05-14 05:00:46] "GET /obj-perms HTTP/1.1" 200 5056 0.088743 10.0.0.27 - - [2026-05-14 05:00:48] "POST /neutron/port HTTP/1.1" 200 1236 0.027336 10.0.0.27 - - [2026-05-14 05:00:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.061237 10.0.0.27 - - [2026-05-14 05:00:59] "POST /neutron/port HTTP/1.1" 200 1236 0.029816 10.0.0.27 - - [2026-05-14 05:01:02] "POST /neutron/port HTTP/1.1" 200 1238 0.029176 10.0.0.27 - - [2026-05-14 05:01:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006803 10.0.0.27 - - [2026-05-14 05:01:02] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.27 - - [2026-05-14 05:01:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011878 10.0.0.27 - - [2026-05-14 05:01:04] "POST /neutron/port HTTP/1.1" 200 1236 0.026668 10.0.0.27 - - [2026-05-14 05:01:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009232 10.0.0.27 - - [2026-05-14 05:01:05] "POST /id-to-fqname HTTP/1.1" 200 228 0.001675 10.0.0.27 - - [2026-05-14 05:01:05] "GET /virtual-machine/c453cd05-d58a-4251-b337-8d0873dc7b8c HTTP/1.1" 200 1301 0.004939 10.0.0.27 - - [2026-05-14 05:01:05] "GET /virtual-machine-interface/7bd67e2d-0af8-45ac-8e74-c5155d13ec07 HTTP/1.1" 200 3175 0.006916 10.0.0.27 - - [2026-05-14 05:01:05] "GET /instance-ip/b5fe73e8-1cbd-4551-a614-ee80d355bdae HTTP/1.1" 200 1635 0.008984 10.0.0.27 - - [2026-05-14 05:01:05] "GET /instance-ip/e2efd05f-ba57-4e3e-a1b8-7574a2bb56b8 HTTP/1.1" 200 1656 0.009727 10.0.0.27 - - [2026-05-14 05:01:05] "POST /fqname-to-id HTTP/1.1" 404 230 0.004574 10.0.0.27 - - [2026-05-14 05:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.23 - - [2026-05-14 05:01:05] "GET /projects?obj_uuids=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001370 10.0.0.27 - - [2026-05-14 05:01:05] "GET /project/9185275d-fe21-4da8-acd4-e3b45a0f2720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.069984 10.0.0.27 - - [2026-05-14 05:01:05] "POST /network-policys HTTP/1.1" 200 569 0.044698 10.0.0.27 - - [2026-05-14 05:01:05] "GET /network-policy/213f403e-5c72-4b56-ae03-dedd33fde42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.009024 10.0.0.27 - - [2026-05-14 05:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.27 - - [2026-05-14 05:01:05] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007936 10.0.0.27 - - [2026-05-14 05:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005866 10.0.0.27 - - [2026-05-14 05:01:05] "GET /network-policy/213f403e-5c72-4b56-ae03-dedd33fde42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005301 10.0.0.27 - - [2026-05-14 05:01:05] "POST /ref-update HTTP/1.1" 200 156 0.075872 10.0.0.27 - - [2026-05-14 05:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.27 - - [2026-05-14 05:01:05] "GET /network-policy/213f403e-5c72-4b56-ae03-dedd33fde42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004995 10.0.0.27 - - [2026-05-14 05:01:05] "POST /neutron/network HTTP/1.1" 200 1109 0.016838 10.0.0.27 - - [2026-05-14 05:01:05] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.008685 10.0.0.27 - - [2026-05-14 05:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.27 - - [2026-05-14 05:01:05] "GET /network-policy/213f403e-5c72-4b56-ae03-dedd33fde42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006001 10.0.0.27 - - [2026-05-14 05:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005082 10.0.0.27 - - [2026-05-14 05:01:05] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006665 10.0.0.27 - - [2026-05-14 05:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.27 - - [2026-05-14 05:01:05] "GET /network-policy/213f403e-5c72-4b56-ae03-dedd33fde42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005884 10.0.0.22 - - [2026-05-14 05:01:06] "POST /access-control-lists HTTP/1.1" 200 596 0.099725 10.0.0.22 - - [2026-05-14 05:01:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.039683 10.0.0.27 - - [2026-05-14 05:01:06] "POST /ref-update HTTP/1.1" 200 156 0.149132 10.0.0.27 - - [2026-05-14 05:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006673 10.0.0.22 - - [2026-05-14 05:01:06] "POST /ref-update HTTP/1.1" 200 156 0.051691 10.0.0.27 - - [2026-05-14 05:01:06] "GET /network-policy/213f403e-5c72-4b56-ae03-dedd33fde42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.018206 10.0.0.27 - - [2026-05-14 05:01:06] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.009938 10.0.0.27 - - [2026-05-14 05:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006271 10.0.0.27 - - [2026-05-14 05:01:06] "GET /network-policy/213f403e-5c72-4b56-ae03-dedd33fde42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005994 10.0.0.27 - - [2026-05-14 05:01:06] "GET /virtual-machine-interface/7bd67e2d-0af8-45ac-8e74-c5155d13ec07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.008785 10.0.0.27 - - [2026-05-14 05:01:06] "PUT /virtual-machine-interface/7bd67e2d-0af8-45ac-8e74-c5155d13ec07 HTTP/1.1" 200 284 0.019222 10.0.0.27 - - [2026-05-14 05:01:06] "GET /virtual-machine-interface/7bd67e2d-0af8-45ac-8e74-c5155d13ec07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3070 0.007817 10.0.0.27 - - [2026-05-14 05:01:06] "PUT /virtual-machine-interface/7bd67e2d-0af8-45ac-8e74-c5155d13ec07 HTTP/1.1" 200 284 0.028987 10.0.0.27 - - [2026-05-14 05:01:12] "POST /neutron/port HTTP/1.1" 200 1107 0.029741 10.0.0.27 - - [2026-05-14 05:01:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.012954 10.0.0.27 - - [2026-05-14 05:02:03] "POST /neutron/port HTTP/1.1" 200 1184 0.031027 10.0.0.27 - - [2026-05-14 05:02:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004953 10.0.0.27 - - [2026-05-14 05:02:03] "POST /neutron/port HTTP/1.1" 200 117 0.001623 10.0.0.27 - - [2026-05-14 05:02:12] "POST /neutron/port HTTP/1.1" 200 1236 0.029942 10.0.0.27 - - [2026-05-14 05:02:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005674 10.0.0.27 - - [2026-05-14 05:02:12] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.22 - - [2026-05-14 05:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000767 10.0.0.22 - - [2026-05-14 05:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.22 - - [2026-05-14 05:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000751 10.0.0.22 - - [2026-05-14 05:02:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.23 - - [2026-05-14 05:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2026-05-14 05:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-05-14 05:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.23 - - [2026-05-14 05:02:32] "GET /global-system-configs HTTP/1.1" 401 292 0.001028 10.0.0.27 - - [2026-05-14 05:02:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.27 - - [2026-05-14 05:02:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000616 10.0.0.27 - - [2026-05-14 05:02:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2026-05-14 05:02:34] "GET /global-system-configs HTTP/1.1" 401 292 0.001075 10.0.0.27 - - [2026-05-14 05:03:03] "POST /neutron/port HTTP/1.1" 200 1218 0.074674 10.0.0.27 - - [2026-05-14 05:03:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005230 10.0.0.27 - - [2026-05-14 05:03:03] "POST /neutron/port HTTP/1.1" 200 117 0.001629 10.0.0.27 - - [2026-05-14 05:03:12] "POST /neutron/port HTTP/1.1" 200 1218 0.058841 10.0.0.27 - - [2026-05-14 05:03:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005593 10.0.0.27 - - [2026-05-14 05:03:12] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.27 - - [2026-05-14 05:03:22] "POST /ref-update HTTP/1.1" 200 156 0.137950 10.0.0.27 - - [2026-05-14 05:03:22] "POST /neutron/network HTTP/1.1" 200 1003 0.054121 10.0.0.27 - - [2026-05-14 05:03:22] "GET /virtual-network/ccb609f3-00d9-4215-a49d-9a417902a780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006674 10.0.0.27 - - [2026-05-14 05:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.27 - - [2026-05-14 05:03:22] "GET /network-policy/213f403e-5c72-4b56-ae03-dedd33fde42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006572 10.0.0.27 - - [2026-05-14 05:03:23] "POST /ref-update HTTP/1.1" 200 156 0.066162 10.0.0.27 - - [2026-05-14 05:03:23] "GET /virtual-network/1105c967-1d09-4f4f-95ff-3003d0349af7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.011580 10.0.0.27 - - [2026-05-14 05:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005197 10.0.0.27 - - [2026-05-14 05:03:23] "GET /network-policy/213f403e-5c72-4b56-ae03-dedd33fde42e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004831 10.0.0.27 - - [2026-05-14 05:03:23] "DELETE /network-policy/213f403e-5c72-4b56-ae03-dedd33fde42e HTTP/1.1" 200 115 0.049889 10.0.0.22 - - [2026-05-14 05:03:23] "DELETE /access-control-list/1419cd39-c211-4033-8fc8-e98ac8f57132 HTTP/1.1" 200 115 0.100736 10.0.0.27 - - [2026-05-14 05:03:23] "DELETE /instance-ip/a2fb5f68-1112-4e41-80e6-e6af671141cc HTTP/1.1" 200 115 0.062470 10.0.0.27 - - [2026-05-14 05:03:23] "DELETE /instance-ip/cb77a7ca-f289-41e8-b84c-20735361a7d4 HTTP/1.1" 200 115 0.064438 10.0.0.27 - - [2026-05-14 05:03:24] "DELETE /virtual-machine-interface/bbb5de8d-add6-41c4-b552-823b167710db HTTP/1.1" 200 115 0.119487 10.0.0.27 - - [2026-05-14 05:03:24] "POST /neutron/port HTTP/1.1" 200 1226 0.030320 10.0.0.27 - - [2026-05-14 05:03:24] "POST /neutron/port HTTP/1.1" 200 151 0.393036 10.0.0.27 - - [2026-05-14 05:03:25] "POST /neutron/port HTTP/1.1" 200 151 0.333764 10.0.0.22 - - [2026-05-14 05:03:26] "DELETE /route-target/04136053-0046-4a64-bbb8-006a0737c732 HTTP/1.1" 200 115 0.038940 10.0.0.27 - - [2026-05-14 05:03:26] "POST /neutron/network HTTP/1.1" 200 1005 0.014679 10.0.0.27 - - [2026-05-14 05:03:29] "POST /neutron/port HTTP/1.1" 400 205 0.006830 10.0.0.23 - - [2026-05-14 05:03:30] "GET /projects?obj_uuids=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.035271 10.0.0.27 - - [2026-05-14 05:03:30] "GET /project/9185275d-fe21-4da8-acd4-e3b45a0f2720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.136474 10.0.0.23 - - [2026-05-14 05:03:30] "GET /projects?obj_uuids=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001519 10.0.0.27 - - [2026-05-14 05:03:30] "GET /project/9185275d-fe21-4da8-acd4-e3b45a0f2720?fields=virtual_networks HTTP/1.1" 200 1059 0.074361 10.0.0.23 - - [2026-05-14 05:03:30] "GET /projects?obj_uuids=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.27 - - [2026-05-14 05:03:30] "GET /project/9185275d-fe21-4da8-acd4-e3b45a0f2720?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.083668 10.0.0.23 - - [2026-05-14 05:03:30] "GET /projects?obj_uuids=9185275d-fe21-4da8-acd4-e3b45a0f2720&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.27 - - [2026-05-14 05:03:30] "GET /project/9185275d-fe21-4da8-acd4-e3b45a0f2720?fields=security_groups HTTP/1.1" 200 1293 0.064184 10.0.0.27 - - [2026-05-14 05:03:31] "POST /fqname-to-id HTTP/1.1" 404 192 0.044912 10.0.0.23 - - [2026-05-14 05:03:31] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004652 10.0.0.23 - - [2026-05-14 05:03:31] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.23 - - [2026-05-14 05:03:31] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.057916 10.0.0.23 - - [2026-05-14 05:03:31] "POST /id-to-fqname HTTP/1.1" 200 194 0.002565 10.0.0.23 - - [2026-05-14 05:03:31] "POST /fqname-to-id HTTP/1.1" 404 203 0.010349 10.0.0.23 - - [2026-05-14 05:03:32] "POST /security-groups HTTP/1.1" 200 595 0.087605 10.0.0.22 - - [2026-05-14 05:03:32] "POST /fqname-to-id HTTP/1.1" 404 238 0.004865 10.0.0.23 - - [2026-05-14 05:03:32] "POST /projects HTTP/1.1" 200 593 0.351707 10.0.0.23 - - [2026-05-14 05:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.391406 10.0.0.27 - - [2026-05-14 05:03:32] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.678302 10.0.0.22 - - [2026-05-14 05:03:32] "POST /access-control-lists HTTP/1.1" 200 598 0.108563 10.0.0.27 - - [2026-05-14 05:03:33] "GET / HTTP/1.1" 200 35931 0.003321 10.0.0.27 - - [2026-05-14 05:03:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.27 - - [2026-05-14 05:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.090493 10.0.0.23 - - [2026-05-14 05:03:36] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005452 10.0.0.27 - - [2026-05-14 05:03:36] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.064644 10.0.0.23 - - [2026-05-14 05:03:37] "POST /useragent-kv HTTP/1.1" 200 115 0.009802 10.0.0.27 - - [2026-05-14 05:03:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.346408 10.0.0.22 - - [2026-05-14 05:03:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.073806 10.0.0.27 - - [2026-05-14 05:03:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.002647 10.0.0.27 - - [2026-05-14 05:03:37] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.010605 10.0.0.27 - - [2026-05-14 05:03:37] "POST /neutron/network HTTP/1.1" 200 999 0.014193 10.0.0.27 - - [2026-05-14 05:03:37] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007352 10.0.0.27 - - [2026-05-14 05:03:37] "POST /neutron/subnet HTTP/1.1" 200 823 0.013833 10.0.0.27 - - [2026-05-14 05:03:38] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007140 10.0.0.22 - - [2026-05-14 05:03:39] "GET /obj-perms HTTP/1.1" 200 5038 0.085823 10.0.0.27 - - [2026-05-14 05:03:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.002111 10.0.0.23 - - [2026-05-14 05:03:41] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001323 10.0.0.27 - - [2026-05-14 05:03:41] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.101472 10.0.0.27 - - [2026-05-14 05:03:41] "POST /neutron/network HTTP/1.1" 200 999 0.056489 10.0.0.27 - - [2026-05-14 05:03:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001675 10.0.0.27 - - [2026-05-14 05:03:41] "POST /neutron/port HTTP/1.1" 200 4190 0.054165 10.0.0.23 - - [2026-05-14 05:03:42] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003035 10.0.0.27 - - [2026-05-14 05:03:42] "POST /neutron/port HTTP/1.1" 200 1168 0.493329 10.0.0.27 - - [2026-05-14 05:03:43] "POST /neutron/port HTTP/1.1" 200 1222 0.160064 10.0.0.27 - - [2026-05-14 05:03:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007789 10.0.0.22 - - [2026-05-14 05:03:43] "DELETE /access-control-list/6630ea78-69fe-4292-8dce-be47321adb60 HTTP/1.1" 200 115 0.056999 10.0.0.27 - - [2026-05-14 05:03:43] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.23 - - [2026-05-14 05:03:43] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001468 10.0.0.27 - - [2026-05-14 05:03:43] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.209110 10.0.0.27 - - [2026-05-14 05:03:44] "POST /neutron/port HTTP/1.1" 200 5268 0.063604 10.0.0.27 - - [2026-05-14 05:03:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001557 10.0.0.27 - - [2026-05-14 05:03:44] "POST /neutron/port HTTP/1.1" 200 5268 0.073021 10.0.0.27 - - [2026-05-14 05:03:45] "POST /neutron/network HTTP/1.1" 200 1009 0.013498 10.0.0.27 - - [2026-05-14 05:03:45] "POST /neutron/port HTTP/1.1" 200 1168 0.047936 10.0.0.27 - - [2026-05-14 05:03:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006218 10.0.0.23 - - [2026-05-14 05:03:46] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001529 10.0.0.27 - - [2026-05-14 05:03:46] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.200425 10.0.0.27 - - [2026-05-14 05:03:46] "POST /neutron/network HTTP/1.1" 200 999 0.015851 10.0.0.27 - - [2026-05-14 05:03:46] "POST /neutron/network HTTP/1.1" 200 999 0.014182 10.0.0.27 - - [2026-05-14 05:03:46] "POST /neutron/port HTTP/1.1" 200 117 0.008165 10.0.0.27 - - [2026-05-14 05:03:47] "POST /neutron/port HTTP/1.1" 200 1232 0.028530 10.0.0.27 - - [2026-05-14 05:03:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009263 10.0.0.27 - - [2026-05-14 05:03:47] "GET /virtual-machine/a98c0973-5989-435b-aa99-ebe72f5273ab HTTP/1.1" 401 292 0.000472 10.0.0.27 - - [2026-05-14 05:03:47] "POST /neutron/port HTTP/1.1" 200 1168 0.032250 10.0.0.27 - - [2026-05-14 05:03:48] "GET /virtual-machine/a98c0973-5989-435b-aa99-ebe72f5273ab HTTP/1.1" 200 1297 0.107515 10.0.0.27 - - [2026-05-14 05:03:48] "GET /virtual-machine-interface/503b199e-40c9-440d-9d2d-3c5ab8bb03c6 HTTP/1.1" 200 3155 0.011464 10.0.0.27 - - [2026-05-14 05:03:48] "POST /neutron/port HTTP/1.1" 200 1232 0.069710 10.0.0.27 - - [2026-05-14 05:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.012974 10.0.0.27 - - [2026-05-14 05:03:48] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.015652 10.0.0.27 - - [2026-05-14 05:03:48] "GET /virtual-networks?parent_id=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004739 10.0.0.27 - - [2026-05-14 05:03:48] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.006980 10.0.0.27 - - [2026-05-14 05:03:48] "POST /neutron/subnet HTTP/1.1" 200 1370 0.020515 10.0.0.27 - - [2026-05-14 05:03:48] "POST /neutron/network HTTP/1.1" 200 999 0.013172 10.0.0.23 - - [2026-05-14 05:03:49] "GET /obj-perms HTTP/1.1" 200 5056 0.084779 10.0.0.27 - - [2026-05-14 05:03:49] "GET /obj-perms HTTP/1.1" 200 5056 0.082718 10.0.0.27 - - [2026-05-14 05:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.27 - - [2026-05-14 05:03:51] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007257 10.0.0.27 - - [2026-05-14 05:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005113 10.0.0.27 - - [2026-05-14 05:03:55] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.008847 10.0.0.27 - - [2026-05-14 05:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.27 - - [2026-05-14 05:03:59] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007064 10.0.0.23 - - [2026-05-14 05:04:00] "DELETE /project/b162b45b20db481590ccb6a9db2c1799 HTTP/1.1" 404 173 0.003575 10.0.0.23 - - [2026-05-14 05:04:00] "DELETE /project/9185275d-fe21-4da8-acd4-e3b45a0f2720 HTTP/1.1" 404 177 0.006986 10.0.0.27 - - [2026-05-14 05:04:03] "POST /neutron/network HTTP/1.1" 200 937 0.010344 10.0.0.27 - - [2026-05-14 05:04:03] "POST /neutron/port HTTP/1.1" 200 117 0.001753 10.0.0.27 - - [2026-05-14 05:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.013843 10.0.0.27 - - [2026-05-14 05:04:03] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.011240 10.0.0.27 - - [2026-05-14 05:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.27 - - [2026-05-14 05:04:07] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007240 10.0.0.27 - - [2026-05-14 05:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.27 - - [2026-05-14 05:04:12] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.008967 10.0.0.27 - - [2026-05-14 05:04:12] "POST /neutron/port HTTP/1.1" 200 1107 0.029219 10.0.0.27 - - [2026-05-14 05:04:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.013662 10.0.0.27 - - [2026-05-14 05:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166 10.0.0.27 - - [2026-05-14 05:04:16] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007262 10.0.0.27 - - [2026-05-14 05:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.27 - - [2026-05-14 05:04:20] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.008023 10.0.0.27 - - [2026-05-14 05:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.27 - - [2026-05-14 05:04:24] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007410 10.0.0.27 - - [2026-05-14 05:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.27 - - [2026-05-14 05:04:28] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007078 10.0.0.27 - - [2026-05-14 05:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.27 - - [2026-05-14 05:04:32] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.008248 10.0.0.27 - - [2026-05-14 05:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006819 10.0.0.27 - - [2026-05-14 05:04:36] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.013872 10.0.0.27 - - [2026-05-14 05:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.27 - - [2026-05-14 05:04:40] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007017 10.0.0.27 - - [2026-05-14 05:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.27 - - [2026-05-14 05:04:44] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009650 10.0.0.27 - - [2026-05-14 05:04:44] "GET /virtual-networks?parent_id=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.008103 10.0.0.27 - - [2026-05-14 05:04:44] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.009293 10.0.0.27 - - [2026-05-14 05:04:45] "POST /neutron/port HTTP/1.1" 200 1232 0.034561 10.0.0.27 - - [2026-05-14 05:04:48] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009701 10.0.0.27 - - [2026-05-14 05:04:55] "POST /neutron/port HTTP/1.1" 200 1232 0.029163 10.0.0.27 - - [2026-05-14 05:04:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012788 10.0.0.27 - - [2026-05-14 05:05:01] "POST /neutron/port HTTP/1.1" 200 1232 0.040171 10.0.0.27 - - [2026-05-14 05:05:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009405 10.0.0.27 - - [2026-05-14 05:05:11] "POST /neutron/port HTTP/1.1" 200 1232 0.026052 10.0.0.27 - - [2026-05-14 05:05:11] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012730 10.0.0.27 - - [2026-05-14 05:05:11] "GET /virtual-machine/049e294b-1e40-4a77-a339-fdd85779d28b HTTP/1.1" 200 1295 0.008497 10.0.0.27 - - [2026-05-14 05:05:11] "GET /virtual-machine-interface/78e3cfc4-d411-4268-94ad-811aeed7b55c HTTP/1.1" 200 3155 0.007042 10.0.0.27 - - [2026-05-14 05:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.27 - - [2026-05-14 05:05:11] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005368 10.0.0.27 - - [2026-05-14 05:05:11] "GET /virtual-networks?parent_id=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004126 10.0.0.27 - - [2026-05-14 05:05:11] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.009213 10.0.0.27 - - [2026-05-14 05:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005266 10.0.0.27 - - [2026-05-14 05:05:12] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010624 10.0.0.27 - - [2026-05-14 05:05:12] "GET /virtual-networks?parent_id=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005838 10.0.0.27 - - [2026-05-14 05:05:12] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.008698 10.0.0.27 - - [2026-05-14 05:05:13] "POST /neutron/port HTTP/1.1" 200 1232 0.028048 10.0.0.27 - - [2026-05-14 05:05:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011035 10.0.0.27 - - [2026-05-14 05:05:13] "GET /virtual-machine/16b0a1fc-d048-4ed0-bc66-6933c1302282 HTTP/1.1" 200 1296 0.008943 10.0.0.27 - - [2026-05-14 05:05:13] "GET /virtual-machine-interface/044a348a-eb68-47d9-9d7d-992bbd9054f7 HTTP/1.1" 200 3154 0.007383 10.0.0.27 - - [2026-05-14 05:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005466 10.0.0.27 - - [2026-05-14 05:05:13] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009800 10.0.0.27 - - [2026-05-14 05:05:13] "GET /virtual-networks?parent_id=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.008822 10.0.0.27 - - [2026-05-14 05:05:13] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.008242 10.0.0.27 - - [2026-05-14 05:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.27 - - [2026-05-14 05:05:14] "GET /global-vrouter-config/894db544-a968-4421-9e15-df403f6e4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004623 10.0.0.27 - - [2026-05-14 05:05:14] "GET /virtual-networks?parent_id=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003381 10.0.0.27 - - [2026-05-14 05:05:14] "GET /virtual-network/ccc295ce-4368-4751-a2e7-91961aab7a77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2623 0.007258 10.0.0.27 - - [2026-05-14 05:05:14] "GET /virtual-machine-interface/044a348a-eb68-47d9-9d7d-992bbd9054f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.008090 10.0.0.27 - - [2026-05-14 05:05:14] "PUT /virtual-machine-interface/044a348a-eb68-47d9-9d7d-992bbd9054f7 HTTP/1.1" 200 284 0.019384 10.0.0.27 - - [2026-05-14 05:06:03] "POST /neutron/network HTTP/1.1" 200 1123 0.010982 10.0.0.27 - - [2026-05-14 05:06:03] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018670 10.0.0.27 - - [2026-05-14 05:06:03] "POST /neutron/network HTTP/1.1" 200 1113 0.013670 10.0.0.27 - - [2026-05-14 05:06:16] "POST /neutron/network HTTP/1.1" 200 1123 0.014258 10.0.0.27 - - [2026-05-14 05:06:16] "POST /neutron/subnet HTTP/1.1" 200 1385 0.026622 10.0.0.27 - - [2026-05-14 05:06:16] "POST /neutron/network HTTP/1.1" 200 1113 0.016556 10.0.0.27 - - [2026-05-14 05:06:52] "POST /neutron/port HTTP/1.1" 200 1232 0.031904 10.0.0.27 - - [2026-05-14 05:06:52] "POST /neutron/port HTTP/1.1" 200 1222 0.024620 10.0.0.27 - - [2026-05-14 05:06:52] "POST /neutron/port HTTP/1.1" 200 151 0.434938 10.0.0.27 - - [2026-05-14 05:06:53] "POST /neutron/network HTTP/1.1" 200 999 0.016452 10.0.0.22 - - [2026-05-14 05:06:54] "DELETE /route-target/e92bd467-32c6-4100-90ce-8bf70f03da7e HTTP/1.1" 200 115 0.027928 10.0.0.23 - - [2026-05-14 05:06:55] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002224 10.0.0.27 - - [2026-05-14 05:06:55] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.075587 10.0.0.23 - - [2026-05-14 05:06:55] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001464 10.0.0.27 - - [2026-05-14 05:06:55] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?fields=virtual_networks HTTP/1.1" 200 1051 0.056072 10.0.0.23 - - [2026-05-14 05:06:55] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001883 10.0.0.27 - - [2026-05-14 05:06:55] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.105351 10.0.0.23 - - [2026-05-14 05:06:55] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003119 10.0.0.27 - - [2026-05-14 05:06:55] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?fields=security_groups HTTP/1.1" 200 1281 0.074770 10.0.0.27 - - [2026-05-14 05:06:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.040778 10.0.0.23 - - [2026-05-14 05:06:57] "GET /projects?obj_uuids=4f665909-c313-43bf-9cbf-6ff84ce09394&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004611 10.0.0.23 - - [2026-05-14 05:06:57] "GET /domains?obj_uuids=50f581a9-730f-4c54-9cc2-74fc8369ab40&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001687 10.0.0.23 - - [2026-05-14 05:06:57] "GET /domain/50f581a9-730f-4c54-9cc2-74fc8369ab40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011939 10.0.0.23 - - [2026-05-14 05:06:57] "POST /id-to-fqname HTTP/1.1" 200 190 0.001735 10.0.0.23 - - [2026-05-14 05:06:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.006768 10.0.0.23 - - [2026-05-14 05:06:57] "POST /security-groups HTTP/1.1" 200 591 0.094525 10.0.0.23 - - [2026-05-14 05:06:57] "POST /projects HTTP/1.1" 200 585 0.358129 10.0.0.23 - - [2026-05-14 05:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.401335 10.0.0.22 - - [2026-05-14 05:06:57] "POST /fqname-to-id HTTP/1.1" 404 233 0.013725 10.0.0.27 - - [2026-05-14 05:06:57] "GET /project/4f665909-c313-43bf-9cbf-6ff84ce09394?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.645654 10.0.0.27 - - [2026-05-14 05:06:59] "GET / HTTP/1.1" 200 35931 0.002340 10.0.0.23 - - [2026-05-14 05:07:00] "DELETE /project/4f665909c31343bf9cbf6ff84ce09394 HTTP/1.1" 404 173 0.005687 10.0.0.23 - - [2026-05-14 05:07:00] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001243 10.0.0.23 - - [2026-05-14 05:07:00] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.078398 10.0.0.23 - - [2026-05-14 05:07:00] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001458 10.0.0.23 - - [2026-05-14 05:07:01] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?fields=security_groups HTTP/1.1" 200 1386 0.062684 10.0.0.23 - - [2026-05-14 05:07:01] "DELETE /security-group/2e411df3-fb7e-4849-a6e6-6e63b214b892 HTTP/1.1" 200 115 0.079065 10.0.0.23 - - [2026-05-14 05:07:01] "GET /projects?obj_uuids=b162b45b-20db-4815-90cc-b6a9db2c1799&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001678 10.0.0.23 - - [2026-05-14 05:07:01] "GET /project/b162b45b-20db-4815-90cc-b6a9db2c1799?fields=application_policy_sets HTTP/1.1" 200 1425 0.076419 10.0.0.22 - - [2026-05-14 05:07:01] "DELETE /access-control-list/84e08a18-6fd0-493c-be24-8cfa54aff56f HTTP/1.1" 200 115 0.099206 10.0.0.23 - - [2026-05-14 05:07:01] "DELETE /project/b162b45b-20db-4815-90cc-b6a9db2c1799 HTTP/1.1" 200 115 0.596846 10.0.0.23 - - [2026-05-14 05:07:05] "GET /projects?obj_uuids=4f665909-c313-43bf-9cbf-6ff84ce09394&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002449 10.0.0.27 - - [2026-05-14 05:07:05] "GET /project/4f665909-c313-43bf-9cbf-6ff84ce09394?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.096110 10.0.0.23 - - [2026-05-14 05:07:05] "GET /projects?obj_uuids=4f665909-c313-43bf-9cbf-6ff84ce09394&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002152 10.0.0.27 - - [2026-05-14 05:07:05] "GET /project/4f665909-c313-43bf-9cbf-6ff84ce09394?fields=virtual_networks HTTP/1.1" 200 1042 0.071895 10.0.0.23 - - [2026-05-14 05:07:05] "GET /projects?obj_uuids=4f665909-c313-43bf-9cbf-6ff84ce09394&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.27 - - [2026-05-14 05:07:05] "GET /project/4f665909-c313-43bf-9cbf-6ff84ce09394?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.056618 10.0.0.23 - - [2026-05-14 05:07:05] "GET /projects?obj_uuids=4f665909-c313-43bf-9cbf-6ff84ce09394&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.27 - - [2026-05-14 05:07:05] "GET /project/4f665909-c313-43bf-9cbf-6ff84ce09394?fields=security_groups HTTP/1.1" 200 1268 0.052550 10.0.0.27 - - [2026-05-14 05:07:06] "POST /neutron/port HTTP/1.1" 200 1107 0.032208 10.0.0.27 - - [2026-05-14 05:07:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.012158 10.0.0.27 - - [2026-05-14 05:07:17] "POST /neutron/port HTTP/1.1" 200 1107 0.030871 10.0.0.27 - - [2026-05-14 05:07:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007813 10.0.0.27 - - [2026-05-14 05:07:17] "POST /neutron/network HTTP/1.1" 200 927 0.008681 10.0.0.22 - - [2026-05-14 05:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.22 - - [2026-05-14 05:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.22 - - [2026-05-14 05:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.22 - - [2026-05-14 05:07:31] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2026-05-14 05:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000678 10.0.0.23 - - [2026-05-14 05:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.004203 10.0.0.23 - - [2026-05-14 05:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2026-05-14 05:07:32] "GET /global-system-configs HTTP/1.1" 401 292 0.000604 10.0.0.27 - - [2026-05-14 05:07:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2026-05-14 05:07:33] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.27 - - [2026-05-14 05:07:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2026-05-14 05:07:34] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.22 - - [2026-05-14 05:07:53] "GET /obj-perms HTTP/1.1" 200 5056 0.169941 10.0.0.23 - - [2026-05-14 05:07:54] "GET /obj-perms HTTP/1.1" 200 5056 0.067240 10.0.0.23 - - [2026-05-14 05:08:01] "GET /projects?obj_uuids=4f665909-c313-43bf-9cbf-6ff84ce09394&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001320 10.0.0.23 - - [2026-05-14 05:08:01] "GET /project/4f665909-c313-43bf-9cbf-6ff84ce09394?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.077051 10.0.0.23 - - [2026-05-14 05:08:01] "GET /projects?obj_uuids=4f665909-c313-43bf-9cbf-6ff84ce09394&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001365 10.0.0.23 - - [2026-05-14 05:08:01] "GET /project/4f665909-c313-43bf-9cbf-6ff84ce09394?fields=security_groups HTTP/1.1" 200 1373 0.065661 10.0.0.23 - - [2026-05-14 05:08:01] "DELETE /security-group/802c4932-7893-4c12-adca-9c9f43eefb83 HTTP/1.1" 200 115 0.075376 10.0.0.23 - - [2026-05-14 05:08:01] "GET /projects?obj_uuids=4f665909-c313-43bf-9cbf-6ff84ce09394&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001539 10.0.0.23 - - [2026-05-14 05:08:01] "GET /project/4f665909-c313-43bf-9cbf-6ff84ce09394?fields=application_policy_sets HTTP/1.1" 200 1412 0.085709 10.0.0.23 - - [2026-05-14 05:08:02] "DELETE /project/4f665909-c313-43bf-9cbf-6ff84ce09394 HTTP/1.1" 200 115 0.609215 [Introspect:8084]10.0.0.23 - - [2026-05-14 05:08:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001171 [Introspect:8084]10.0.0.23 - - [2026-05-14 05:08:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001469 10.0.0.27 - - [2026-05-14 05:08:54] "GET /obj-perms HTTP/1.1" 200 5056 0.110675