++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Apr 20 04:34:10 PM UTC 2026 ===================' INFO: =================== Mon Apr 20 04:34:10 PM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ 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.23,10.0.0.249,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.249:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.249:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.249:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.249:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.249:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.249:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.249:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.249:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.249:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.249:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.249:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.249:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.249:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.249:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.249:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.249:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.249:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.249:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.249:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.249:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.249:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.249:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.249:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.249:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ 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.23,10.0.0.249,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.23,10.0.0.249,10.0.0.65 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.23 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.249,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.249,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ cat /proc/net/fib_trie ++++ uniq ++++ tr '\n' , +++ local local_ips=,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ set -o posix ++ set ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 04/20/2026 16:34:20.410 7f6a08301140 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/20/2026 16:34:20.580 7f6a08301140 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/20/2026 16:34:20.596 7f6a08301140 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/20/2026 16:34:20.597 7f6a08301140 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.25: /usr/bin/python3 Mon Apr 20 16:34:36 2026 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3738 def _db_init_entries(self): 3739 # create singleton defaults if they don't exist already in db 3740 gsc = self.create_singleton_entry(GlobalSystemConfig( 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid gsc undefined self = self.create_singleton_entry = > global GlobalSystemConfig = autonomous_system undefined config_version undefined global CONFIG_VERSION = '1.0' /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_system_config:d...cc3eec13-1dbd-46e3-8530-e47f97897c1b at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: cc3eec13-1dbd-46e3-8530-e47f97897c1b at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_system_config default-global-system-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_system_config:d...cc3eec13-1dbd-46e3-8530-e47f97897c1b at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_system_config:d...cc3eec13-1dbd-46e3-8530-e47f97897c1b at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...cc3eec13-1dbd-46e3-8530-e47f97897c1b 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 2504, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_system_config default-global-system-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3740, in _db_init_entries gsc = self.create_singleton_entry(GlobalSystemConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: cc3eec13-1dbd-46e3-8530-e47f97897c1b at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Apr 20 04:34:38 PM UTC 2026 ===================' INFO: =================== Mon Apr 20 04:34:38 PM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ cut -d / -f 1 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ 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.23,10.0.0.249,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.249:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.249:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.249:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.249:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.249:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.249:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.249:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.249:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.249:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.249:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.249:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.249:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.249:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.249:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.249:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.249:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.249:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.249:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.249:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.249:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.249:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.249:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.249:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.249:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ 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.23,10.0.0.249,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.23,10.0.0.249,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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.23,10.0.0.249,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.249,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ cat /proc/net/fib_trie ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ sort ++ cut -d = -f 1 ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 04/20/2026 16:34:47.715 7f990bbfe840 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/20/2026 16:34:47.894 7f990bbfe840 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/20/2026 16:34:47.911 7f990bbfe840 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/20/2026 16:34:47.912 7f990bbfe840 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2026-04-20 16:34:49] "GET / HTTP/1.1" 503 181 0.000229 10.0.0.65 - - [2026-04-20 16:34:49] "GET / HTTP/1.1" 503 181 0.000281 10.0.0.65 - - [2026-04-20 16:34:50] "GET / HTTP/1.1" 200 45871 0.002194 10.0.0.65 - - [2026-04-20 16:34:50] "GET / HTTP/1.1" 200 45871 0.002237 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.65 - - [2026-04-20 16:34:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000904 10.0.0.65 - - [2026-04-20 16:34:50] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000433 10.0.0.65 - - [2026-04-20 16:34:53] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.000434 10.0.0.65 - - [2026-04-20 16:34:53] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.016023 10.0.0.65 - - [2026-04-20 16:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 1.617440 10.0.0.65 - - [2026-04-20 16:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.011230 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.65 - - [2026-04-20 16:35:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000655 10.0.0.65 - - [2026-04-20 16:35:01] "POST /fqname-to-id HTTP/1.1" 404 225 0.240352 10.0.0.65 - - [2026-04-20 16:35:01] "POST /access-control-lists HTTP/1.1" 200 585 0.089903 10.0.0.65 - - [2026-04-20 16:35:01] "POST /route-targets HTTP/1.1" 200 327 0.024164 10.0.0.65 - - [2026-04-20 16:35:02] "POST /ref-update HTTP/1.1" 200 156 0.041731 10.0.0.65 - - [2026-04-20 16:35:02] "POST /fqname-to-id HTTP/1.1" 404 201 0.006812 10.0.0.249 - - [2026-04-20 16:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.65 - - [2026-04-20 16:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.249 - - [2026-04-20 16:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.249 - - [2026-04-20 16:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.65 - - [2026-04-20 16:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.249 - - [2026-04-20 16:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.65 - - [2026-04-20 16:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000536 10.0.0.65 - - [2026-04-20 16:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.23 - - [2026-04-20 16:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.23 - - [2026-04-20 16:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.23 - - [2026-04-20 16:35:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000547 10.0.0.23 - - [2026-04-20 16:35:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.65 - - [2026-04-20 16:35:48] "POST /ref-update HTTP/1.1" 200 156 0.041803 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2026-04-20 16:38:52] "GET /obj-perms HTTP/1.1" 200 5056 0.407404 10.0.0.249 - - [2026-04-20 16:39:53] "GET /obj-perms HTTP/1.1" 200 5056 0.075847 10.0.0.65 - - [2026-04-20 16:39:53] "GET /obj-perms HTTP/1.1" 200 5056 0.062012 10.0.0.249 - - [2026-04-20 16:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.249 - - [2026-04-20 16:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.65 - - [2026-04-20 16:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.249 - - [2026-04-20 16:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000577 10.0.0.65 - - [2026-04-20 16:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.249 - - [2026-04-20 16:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000653 10.0.0.65 - - [2026-04-20 16:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.65 - - [2026-04-20 16:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000670 10.0.0.23 - - [2026-04-20 16:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.23 - - [2026-04-20 16:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2026-04-20 16:40:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.23 - - [2026-04-20 16:40:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000756 10.0.0.65 - - [2026-04-20 16:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.036738 10.0.0.65 - - [2026-04-20 16:40:54] "GET /virtual-router/d1c65072-5d04-4da5-b574-af6c1c2986ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.009941 [Introspect:8084]10.0.0.65 - - [2026-04-20 16:41:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001323 [Introspect:8084]10.0.0.65 - - [2026-04-20 16:41:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001101 [Introspect:8084]10.0.0.65 - - [2026-04-20 16:41:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001214 [Introspect:8084]10.0.0.65 - - [2026-04-20 16:41:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.000967 10.0.0.23 - - [2026-04-20 16:42:40] "GET / HTTP/1.1" 200 35931 0.001939 10.0.0.23 - - [2026-04-20 16:42:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.23 - - [2026-04-20 16:42:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.063805 10.0.0.65 - - [2026-04-20 16:42:41] "GET /projects?obj_uuids=71949948-efee-438f-add0-e79ef2467c78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.088923 10.0.0.65 - - [2026-04-20 16:42:41] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001788 10.0.0.65 - - [2026-04-20 16:42:41] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049491 10.0.0.65 - - [2026-04-20 16:42:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.001489 10.0.0.65 - - [2026-04-20 16:42:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.008950 10.0.0.65 - - [2026-04-20 16:42:42] "POST /security-groups HTTP/1.1" 200 589 0.064332 10.0.0.65 - - [2026-04-20 16:42:42] "POST /projects HTTP/1.1" 200 581 0.422989 10.0.0.65 - - [2026-04-20 16:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.467709 10.0.0.23 - - [2026-04-20 16:42:42] "GET /project/71949948-efee-438f-add0-e79ef2467c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.739704 10.0.0.65 - - [2026-04-20 16:42:42] "POST /access-control-lists HTTP/1.1" 200 594 0.127223 10.0.0.23 - - [2026-04-20 16:42:43] "GET / HTTP/1.1" 200 35931 0.003714 10.0.0.65 - - [2026-04-20 16:42:47] "GET /projects?obj_uuids=71949948-efee-438f-add0-e79ef2467c78&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001440 10.0.0.23 - - [2026-04-20 16:42:47] "GET /project/71949948-efee-438f-add0-e79ef2467c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.075671 10.0.0.65 - - [2026-04-20 16:42:47] "GET /projects?obj_uuids=71949948-efee-438f-add0-e79ef2467c78&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.23 - - [2026-04-20 16:42:47] "GET /project/71949948-efee-438f-add0-e79ef2467c78?fields=virtual_networks HTTP/1.1" 200 1028 0.094435 10.0.0.65 - - [2026-04-20 16:42:47] "GET /projects?obj_uuids=71949948-efee-438f-add0-e79ef2467c78&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.23 - - [2026-04-20 16:42:47] "GET /project/71949948-efee-438f-add0-e79ef2467c78?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.083701 10.0.0.65 - - [2026-04-20 16:42:47] "GET /projects?obj_uuids=71949948-efee-438f-add0-e79ef2467c78&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001551 10.0.0.23 - - [2026-04-20 16:42:47] "GET /project/71949948-efee-438f-add0-e79ef2467c78?fields=security_groups HTTP/1.1" 200 1252 0.060406 10.0.0.65 - - [2026-04-20 16:42:48] "GET /projects?obj_uuids=f007f454-f656-4cc4-8f8f-d27141840441&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004597 10.0.0.65 - - [2026-04-20 16:42:48] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.65 - - [2026-04-20 16:42:48] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008018 10.0.0.65 - - [2026-04-20 16:42:48] "POST /id-to-fqname HTTP/1.1" 200 167 0.001478 10.0.0.65 - - [2026-04-20 16:42:48] "POST /fqname-to-id HTTP/1.1" 404 176 0.008859 10.0.0.65 - - [2026-04-20 16:42:49] "POST /security-groups HTTP/1.1" 200 568 0.059736 10.0.0.65 - - [2026-04-20 16:42:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.019968 10.0.0.65 - - [2026-04-20 16:42:49] "POST /projects HTTP/1.1" 200 539 0.323578 10.0.0.65 - - [2026-04-20 16:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.367631 10.0.0.23 - - [2026-04-20 16:42:49] "GET /project/f007f454-f656-4cc4-8f8f-d27141840441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.600244 10.0.0.65 - - [2026-04-20 16:42:49] "POST /access-control-lists HTTP/1.1" 200 571 0.109684 [Introspect:8084]10.0.0.23 - - [2026-04-20 16:42:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001230 10.0.0.65 - - [2026-04-20 16:42:51] "GET /projects?obj_uuids=f007f454-f656-4cc4-8f8f-d27141840441&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.003516 10.0.0.23 - - [2026-04-20 16:42:51] "GET /project/f007f454-f656-4cc4-8f8f-d27141840441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.092581 10.0.0.65 - - [2026-04-20 16:42:52] "GET /obj-perms HTTP/1.1" 200 5056 0.088618 [Introspect:8084]10.0.0.23 - - [2026-04-20 16:42:54] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000708 10.0.0.23 - - [2026-04-20 16:42:54] "GET /obj-perms HTTP/1.1" 200 5056 0.077110 10.0.0.23 - - [2026-04-20 16:42:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005174 10.0.0.23 - - [2026-04-20 16:42:54] "GET /obj-perms HTTP/1.1" 200 5056 0.005341 10.0.0.23 - - [2026-04-20 16:42:55] "GET /obj-perms HTTP/1.1" 200 5056 0.004730 10.0.0.23 - - [2026-04-20 16:42:55] "GET /obj-perms HTTP/1.1" 200 5056 0.004846 10.0.0.23 - - [2026-04-20 16:42:55] "GET /obj-perms HTTP/1.1" 200 5056 0.006978 10.0.0.23 - - [2026-04-20 16:42:55] "GET /obj-perms HTTP/1.1" 200 5056 0.016963 10.0.0.65 - - [2026-04-20 16:42:55] "DELETE /project/f007f454f6564cc48f8fd27141840441 HTTP/1.1" 404 173 0.010034 10.0.0.65 - - [2026-04-20 16:42:55] "DELETE /project/71949948efee438fadd0e79ef2467c78 HTTP/1.1" 404 173 0.011672 10.0.0.65 - - [2026-04-20 16:42:55] "GET /projects?obj_uuids=71949948-efee-438f-add0-e79ef2467c78&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002102 10.0.0.23 - - [2026-04-20 16:42:55] "GET /obj-perms HTTP/1.1" 200 5056 0.007663 10.0.0.65 - - [2026-04-20 16:42:55] "GET /project/71949948-efee-438f-add0-e79ef2467c78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.111182 10.0.0.65 - - [2026-04-20 16:42:55] "GET /projects?obj_uuids=71949948-efee-438f-add0-e79ef2467c78&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.23 - - [2026-04-20 16:42:55] "GET /obj-perms HTTP/1.1" 200 5056 0.006675 10.0.0.65 - - [2026-04-20 16:42:55] "GET /project/71949948-efee-438f-add0-e79ef2467c78?fields=security_groups HTTP/1.1" 200 1357 0.113503 10.0.0.23 - - [2026-04-20 16:42:55] "GET /obj-perms HTTP/1.1" 200 5056 0.006955 10.0.0.65 - - [2026-04-20 16:42:55] "DELETE /security-group/034fe397-d516-4200-9eee-f07150867339 HTTP/1.1" 200 115 0.104946 10.0.0.65 - - [2026-04-20 16:42:55] "GET /projects?obj_uuids=71949948-efee-438f-add0-e79ef2467c78&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.006917 10.0.0.23 - - [2026-04-20 16:42:55] "GET /obj-perms HTTP/1.1" 200 5056 0.007635 10.0.0.65 - - [2026-04-20 16:42:55] "GET /project/71949948-efee-438f-add0-e79ef2467c78?fields=application_policy_sets HTTP/1.1" 200 1396 0.108662 10.0.0.23 - - [2026-04-20 16:42:56] "GET /obj-perms HTTP/1.1" 200 5056 0.006658 10.0.0.65 - - [2026-04-20 16:42:56] "DELETE /project/71949948-efee-438f-add0-e79ef2467c78 HTTP/1.1" 200 115 0.752146 10.0.0.23 - - [2026-04-20 16:42:56] "GET /obj-perms HTTP/1.1" 200 5056 0.004844 10.0.0.65 - - [2026-04-20 16:42:56] "GET /obj-perms HTTP/1.1" 200 5056 0.005392 10.0.0.65 - - [2026-04-20 16:42:56] "GET /obj-perms HTTP/1.1" 200 5056 0.005379 10.0.0.23 - - [2026-04-20 16:42:57] "GET /obj-perms HTTP/1.1" 200 5056 0.004797 10.0.0.23 - - [2026-04-20 16:42:58] "GET /obj-perms HTTP/1.1" 200 5056 0.005568 10.0.0.23 - - [2026-04-20 16:42:58] "GET /obj-perms HTTP/1.1" 200 5056 0.004751 10.0.0.23 - - [2026-04-20 16:42:58] "GET /obj-perms HTTP/1.1" 200 5056 0.004657 10.0.0.23 - - [2026-04-20 16:42:58] "GET /obj-perms HTTP/1.1" 200 5056 0.004918 10.0.0.23 - - [2026-04-20 16:42:58] "GET /obj-perms HTTP/1.1" 200 5056 0.005859 10.0.0.23 - - [2026-04-20 16:42:58] "GET /obj-perms HTTP/1.1" 200 5056 0.004783 10.0.0.23 - - [2026-04-20 16:42:58] "GET /obj-perms HTTP/1.1" 200 5056 0.004783 10.0.0.23 - - [2026-04-20 16:42:58] "GET /obj-perms HTTP/1.1" 200 5056 0.004638 10.0.0.23 - - [2026-04-20 16:42:58] "GET /obj-perms HTTP/1.1" 200 5056 0.006544 10.0.0.23 - - [2026-04-20 16:43:00] "GET /obj-perms HTTP/1.1" 200 5056 0.005215 10.0.0.23 - - [2026-04-20 16:43:01] "GET /obj-perms HTTP/1.1" 200 5056 0.006657 10.0.0.23 - - [2026-04-20 16:43:02] "GET /obj-perms HTTP/1.1" 200 5056 0.008158 10.0.0.23 - - [2026-04-20 16:43:02] "GET /obj-perms HTTP/1.1" 200 5056 0.006637 10.0.0.23 - - [2026-04-20 16:43:02] "GET /obj-perms HTTP/1.1" 200 5056 0.005297 10.0.0.23 - - [2026-04-20 16:43:03] "GET /obj-perms HTTP/1.1" 200 5056 0.006943 10.0.0.23 - - [2026-04-20 16:43:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.038330 10.0.0.65 - - [2026-04-20 16:43:04] "GET /projects?obj_uuids=ee4423c3-d6f2-49eb-9162-25be56bc44dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007702 10.0.0.65 - - [2026-04-20 16:43:05] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.65 - - [2026-04-20 16:43:05] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008446 10.0.0.65 - - [2026-04-20 16:43:05] "POST /id-to-fqname HTTP/1.1" 200 201 0.003508 10.0.0.65 - - [2026-04-20 16:43:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.006814 10.0.0.65 - - [2026-04-20 16:43:05] "POST /security-groups HTTP/1.1" 200 602 0.091260 10.0.0.65 - - [2026-04-20 16:43:05] "POST /projects HTTP/1.1" 200 607 0.398390 10.0.0.65 - - [2026-04-20 16:43:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.013402 10.0.0.65 - - [2026-04-20 16:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.443405 10.0.0.23 - - [2026-04-20 16:43:05] "GET /project/ee4423c3-d6f2-49eb-9162-25be56bc44dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.665531 10.0.0.65 - - [2026-04-20 16:43:05] "POST /access-control-lists HTTP/1.1" 200 605 0.118750 10.0.0.23 - - [2026-04-20 16:43:07] "GET / HTTP/1.1" 200 35931 0.004037 10.0.0.23 - - [2026-04-20 16:43:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.23 - - [2026-04-20 16:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.094314 10.0.0.65 - - [2026-04-20 16:43:08] "GET /projects?obj_uuids=ee4423c3-d6f2-49eb-9162-25be56bc44dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001231 10.0.0.23 - - [2026-04-20 16:43:08] "GET /project/ee4423c3-d6f2-49eb-9162-25be56bc44dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.087250 10.0.0.65 - - [2026-04-20 16:43:09] "POST /useragent-kv HTTP/1.1" 200 115 0.023533 10.0.0.23 - - [2026-04-20 16:43:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.463810 10.0.0.23 - - [2026-04-20 16:43:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001419 10.0.0.23 - - [2026-04-20 16:43:10] "GET /virtual-network/a14a4dc4-34cd-4e8f-8ef2-7380ff6f2a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.011596 10.0.0.23 - - [2026-04-20 16:43:10] "GET /virtual-network/a14a4dc4-34cd-4e8f-8ef2-7380ff6f2a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006753 10.0.0.23 - - [2026-04-20 16:43:10] "POST /neutron/network HTTP/1.1" 200 839 0.013987 10.0.0.23 - - [2026-04-20 16:43:10] "GET /virtual-network/a14a4dc4-34cd-4e8f-8ef2-7380ff6f2a0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006762 10.0.0.249 - - [2026-04-20 16:43:12] "GET /obj-perms HTTP/1.1" 200 5052 0.073753 10.0.0.65 - - [2026-04-20 16:43:12] "GET /obj-perms HTTP/1.1" 200 5052 0.072675 10.0.0.23 - - [2026-04-20 16:43:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001887 10.0.0.65 - - [2026-04-20 16:43:15] "GET /projects?obj_uuids=ee4423c3-d6f2-49eb-9162-25be56bc44dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001405 10.0.0.23 - - [2026-04-20 16:43:15] "GET /project/ee4423c3-d6f2-49eb-9162-25be56bc44dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.104647 10.0.0.23 - - [2026-04-20 16:43:16] "POST /neutron/network HTTP/1.1" 200 839 0.047152 10.0.0.23 - - [2026-04-20 16:43:16] "POST /neutron/port HTTP/1.1" 200 117 0.009642 10.0.0.23 - - [2026-04-20 16:43:18] "POST /neutron/port HTTP/1.1" 200 1071 0.085716 10.0.0.23 - - [2026-04-20 16:43:18] "POST /neutron/port HTTP/1.1" 200 1135 0.035069 10.0.0.23 - - [2026-04-20 16:43:18] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.23 - - [2026-04-20 16:43:21] "POST /neutron/security_group HTTP/1.1" 200 2069 0.018519 10.0.0.23 - - [2026-04-20 16:43:27] "GET /obj-perms HTTP/1.1" 200 5052 0.081033 10.0.0.23 - - [2026-04-20 16:43:31] "GET /obj-perms HTTP/1.1" 200 5052 0.005249 10.0.0.23 - - [2026-04-20 16:43:32] "POST /neutron/network HTTP/1.1" 200 839 0.013043 10.0.0.23 - - [2026-04-20 16:43:32] "POST /neutron/port HTTP/1.1" 200 1125 0.027724 10.0.0.23 - - [2026-04-20 16:43:34] "POST /neutron/network HTTP/1.1" 200 839 0.012002 10.0.0.65 - - [2026-04-20 16:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.65 - - [2026-04-20 16:43:35] "GET /projects?obj_uuids=ee4423c3-d6f2-49eb-9162-25be56bc44dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001536 10.0.0.23 - - [2026-04-20 16:43:35] "GET /project/ee4423c3-d6f2-49eb-9162-25be56bc44dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.067681 10.0.0.65 - - [2026-04-20 16:43:35] "GET /projects?obj_uuids=ee4423c3-d6f2-49eb-9162-25be56bc44dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001244 10.0.0.23 - - [2026-04-20 16:43:35] "GET /project/ee4423c3-d6f2-49eb-9162-25be56bc44dd?fields=virtual_networks HTTP/1.1" 200 1055 0.086702 10.0.0.65 - - [2026-04-20 16:43:35] "GET /projects?obj_uuids=ee4423c3-d6f2-49eb-9162-25be56bc44dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002377 10.0.0.23 - - [2026-04-20 16:43:35] "GET /project/ee4423c3-d6f2-49eb-9162-25be56bc44dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.091383 10.0.0.65 - - [2026-04-20 16:43:35] "GET /projects?obj_uuids=ee4423c3-d6f2-49eb-9162-25be56bc44dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001767 10.0.0.23 - - [2026-04-20 16:43:36] "GET /project/ee4423c3-d6f2-49eb-9162-25be56bc44dd?fields=security_groups HTTP/1.1" 200 1292 0.074551 10.0.0.65 - - [2026-04-20 16:43:36] "GET /projects?obj_uuids=f007f454-f656-4cc4-8f8f-d27141840441&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001264 10.0.0.23 - - [2026-04-20 16:43:36] "GET /project/f007f454-f656-4cc4-8f8f-d27141840441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.067914 10.0.0.65 - - [2026-04-20 16:43:44] "GET /projects?obj_uuids=f007f454-f656-4cc4-8f8f-d27141840441&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001321 10.0.0.23 - - [2026-04-20 16:43:44] "GET /project/f007f454-f656-4cc4-8f8f-d27141840441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.070799 10.0.0.23 - - [2026-04-20 16:43:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.045536 10.0.0.65 - - [2026-04-20 16:43:47] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004153 10.0.0.65 - - [2026-04-20 16:43:48] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001446 10.0.0.65 - - [2026-04-20 16:43:48] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.024532 10.0.0.65 - - [2026-04-20 16:43:48] "POST /id-to-fqname HTTP/1.1" 200 202 0.005838 10.0.0.65 - - [2026-04-20 16:43:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.017806 10.0.0.65 - - [2026-04-20 16:43:48] "POST /security-groups HTTP/1.1" 200 603 0.093175 10.0.0.65 - - [2026-04-20 16:43:48] "POST /projects HTTP/1.1" 200 609 0.409882 10.0.0.65 - - [2026-04-20 16:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.448565 10.0.0.65 - - [2026-04-20 16:43:48] "POST /access-control-lists HTTP/1.1" 200 608 0.052099 10.0.0.23 - - [2026-04-20 16:43:48] "GET /project/6d2e15a0-2e93-45e7-aca9-00425d482d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.652684 10.0.0.23 - - [2026-04-20 16:43:49] "GET / HTTP/1.1" 200 35931 0.002502 10.0.0.23 - - [2026-04-20 16:43:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.23 - - [2026-04-20 16:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.088293 10.0.0.65 - - [2026-04-20 16:43:50] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.23 - - [2026-04-20 16:43:50] "GET /project/6d2e15a0-2e93-45e7-aca9-00425d482d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.062131 10.0.0.65 - - [2026-04-20 16:43:51] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002666 10.0.0.23 - - [2026-04-20 16:43:51] "POST /neutron/network HTTP/1.1" 200 703 0.283446 10.0.0.65 - - [2026-04-20 16:43:51] "POST /route-targets HTTP/1.1" 200 327 0.019628 10.0.0.23 - - [2026-04-20 16:43:51] "POST /id-to-fqname HTTP/1.1" 200 275 0.005103 10.0.0.23 - - [2026-04-20 16:43:51] "GET /virtual-network/6e61c03a-c4b3-45db-a80f-d8441eead6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.006626 10.0.0.23 - - [2026-04-20 16:43:51] "POST /neutron/network HTTP/1.1" 200 918 0.012119 10.0.0.23 - - [2026-04-20 16:43:51] "GET /virtual-network/6e61c03a-c4b3-45db-a80f-d8441eead6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.007978 10.0.0.23 - - [2026-04-20 16:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.65 - - [2026-04-20 16:43:51] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001067 10.0.0.23 - - [2026-04-20 16:43:51] "GET /project/6d2e15a0-2e93-45e7-aca9-00425d482d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.074674 10.0.0.23 - - [2026-04-20 16:43:51] "POST /neutron/network HTTP/1.1" 200 117 0.024815 10.0.0.65 - - [2026-04-20 16:43:52] "POST /ref-update HTTP/1.1" 200 156 0.059551 10.0.0.23 - - [2026-04-20 16:43:52] "POST /neutron/network HTTP/1.1" 200 922 0.013191 10.0.0.23 - - [2026-04-20 16:43:52] "POST /id-to-fqname HTTP/1.1" 200 275 0.001615 10.0.0.23 - - [2026-04-20 16:43:52] "GET /virtual-network/012c8cad-b1f4-4979-8667-c027c0887724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.007192 10.0.0.23 - - [2026-04-20 16:43:52] "GET /virtual-network/012c8cad-b1f4-4979-8667-c027c0887724?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.006646 10.0.0.23 - - [2026-04-20 16:43:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.014516 10.0.0.23 - - [2026-04-20 16:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007795 10.0.0.65 - - [2026-04-20 16:43:52] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002049 10.0.0.23 - - [2026-04-20 16:43:52] "GET /project/6d2e15a0-2e93-45e7-aca9-00425d482d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066480 10.0.0.65 - - [2026-04-20 16:43:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008809 10.0.0.23 - - [2026-04-20 16:43:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.289230 10.0.0.23 - - [2026-04-20 16:43:53] "POST /id-to-fqname HTTP/1.1" 200 276 0.001415 10.0.0.23 - - [2026-04-20 16:43:53] "GET /virtual-network/8e764c6e-5f77-4c1c-8f82-b3b503a27fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006828 10.0.0.23 - - [2026-04-20 16:43:53] "GET /virtual-network/8e764c6e-5f77-4c1c-8f82-b3b503a27fba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2196 0.006827 10.0.0.23 - - [2026-04-20 16:43:53] "POST /neutron/network HTTP/1.1" 200 924 0.009588 10.0.0.23 - - [2026-04-20 16:43:53] "POST /id-to-fqname HTTP/1.1" 200 275 0.001470 10.0.0.65 - - [2026-04-20 16:43:54] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.23 - - [2026-04-20 16:43:55] "GET /project/6d2e15a0-2e93-45e7-aca9-00425d482d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.091213 10.0.0.23 - - [2026-04-20 16:43:55] "POST /neutron/network HTTP/1.1" 200 922 0.009097 10.0.0.23 - - [2026-04-20 16:43:55] "POST /id-to-fqname HTTP/1.1" 200 276 0.002232 10.0.0.23 - - [2026-04-20 16:43:55] "POST /neutron/port HTTP/1.1" 200 117 0.011734 10.0.0.65 - - [2026-04-20 16:43:55] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001380 10.0.0.65 - - [2026-04-20 16:43:56] "DELETE /project/6d2e15a02e9345e7aca900425d482d00 HTTP/1.1" 404 173 0.014274 10.0.0.65 - - [2026-04-20 16:43:56] "GET /projects?obj_uuids=ee4423c3-d6f2-49eb-9162-25be56bc44dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003067 10.0.0.65 - - [2026-04-20 16:43:56] "DELETE /project/ee4423c3d6f249eb916225be56bc44dd HTTP/1.1" 404 173 0.023800 10.0.0.65 - - [2026-04-20 16:43:56] "GET /project/ee4423c3-d6f2-49eb-9162-25be56bc44dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.107599 10.0.0.23 - - [2026-04-20 16:43:56] "POST /neutron/port HTTP/1.1" 200 1072 0.506044 10.0.0.65 - - [2026-04-20 16:43:56] "GET /projects?obj_uuids=ee4423c3-d6f2-49eb-9162-25be56bc44dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001384 10.0.0.65 - - [2026-04-20 16:43:56] "GET /project/ee4423c3-d6f2-49eb-9162-25be56bc44dd?fields=security_groups HTTP/1.1" 200 1397 0.071168 10.0.0.65 - - [2026-04-20 16:43:56] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001150 10.0.0.23 - - [2026-04-20 16:43:56] "GET /project/6d2e15a0-2e93-45e7-aca9-00425d482d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.158871 10.0.0.65 - - [2026-04-20 16:43:56] "DELETE /security-group/390c41fe-8a86-4377-b8e9-77dd6ca75a29 HTTP/1.1" 200 115 0.134489 10.0.0.65 - - [2026-04-20 16:43:56] "GET /projects?obj_uuids=ee4423c3-d6f2-49eb-9162-25be56bc44dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001118 10.0.0.65 - - [2026-04-20 16:43:56] "DELETE /access-control-list/8611092f-861c-41a9-8fe9-736584ccf211 HTTP/1.1" 200 115 0.111371 10.0.0.23 - - [2026-04-20 16:43:56] "POST /neutron/port HTTP/1.1" 200 1126 0.274882 10.0.0.65 - - [2026-04-20 16:43:56] "GET /project/ee4423c3-d6f2-49eb-9162-25be56bc44dd?fields=application_policy_sets HTTP/1.1" 200 1436 0.188631 10.0.0.23 - - [2026-04-20 16:43:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015331 10.0.0.65 - - [2026-04-20 16:43:57] "DELETE /project/ee4423c3-d6f2-49eb-9162-25be56bc44dd HTTP/1.1" 200 115 0.867208 10.0.0.23 - - [2026-04-20 16:43:57] "POST /neutron/network HTTP/1.1" 200 922 0.025468 10.0.0.23 - - [2026-04-20 16:43:57] "POST /neutron/port HTTP/1.1" 200 117 0.008923 10.0.0.23 - - [2026-04-20 16:43:59] "POST /neutron/network HTTP/1.1" 200 922 0.009823 10.0.0.23 - - [2026-04-20 16:43:59] "POST /neutron/port HTTP/1.1" 200 1072 0.064315 10.0.0.23 - - [2026-04-20 16:43:59] "POST /neutron/port HTTP/1.1" 200 1126 0.020679 10.0.0.23 - - [2026-04-20 16:43:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004623 10.0.0.23 - - [2026-04-20 16:43:59] "POST /neutron/network HTTP/1.1" 200 924 0.008002 10.0.0.23 - - [2026-04-20 16:44:01] "POST /neutron/network HTTP/1.1" 200 924 0.030928 10.0.0.65 - - [2026-04-20 16:44:01] "DELETE /route-target/273524ef-7158-4f60-83c4-3c8e08a698d6 HTTP/1.1" 200 115 0.094431 10.0.0.23 - - [2026-04-20 16:44:03] "POST /neutron/port HTTP/1.1" 200 1126 0.025887 10.0.0.65 - - [2026-04-20 16:44:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005605 10.0.0.65 - - [2026-04-20 16:44:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007771 10.0.0.23 - - [2026-04-20 16:44:04] "POST /neutron/network HTTP/1.1" 200 151 0.230039 10.0.0.23 - - [2026-04-20 16:44:04] "POST /neutron/port HTTP/1.1" 200 117 0.008627 10.0.0.65 - - [2026-04-20 16:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006361 10.0.0.65 - - [2026-04-20 16:44:04] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.23 - - [2026-04-20 16:44:04] "GET /project/6d2e15a0-2e93-45e7-aca9-00425d482d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079222 10.0.0.65 - - [2026-04-20 16:44:04] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004724 10.0.0.23 - - [2026-04-20 16:44:04] "GET /project/6d2e15a0-2e93-45e7-aca9-00425d482d00?fields=virtual_networks HTTP/1.1" 200 1056 0.076236 10.0.0.65 - - [2026-04-20 16:44:04] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.23 - - [2026-04-20 16:44:04] "GET /project/6d2e15a0-2e93-45e7-aca9-00425d482d00?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.077297 10.0.0.23 - - [2026-04-20 16:44:04] "POST /neutron/port HTTP/1.1" 200 117 0.018889 10.0.0.65 - - [2026-04-20 16:44:04] "GET /projects?obj_uuids=6d2e15a0-2e93-45e7-aca9-00425d482d00&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204 10.0.0.23 - - [2026-04-20 16:44:04] "GET /project/6d2e15a0-2e93-45e7-aca9-00425d482d00?fields=security_groups HTTP/1.1" 200 1294 0.086670 10.0.0.23 - - [2026-04-20 16:44:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.042558 10.0.0.65 - - [2026-04-20 16:44:05] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005358 10.0.0.65 - - [2026-04-20 16:44:06] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.65 - - [2026-04-20 16:44:06] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007971 10.0.0.65 - - [2026-04-20 16:44:06] "POST /id-to-fqname HTTP/1.1" 200 192 0.006436 10.0.0.65 - - [2026-04-20 16:44:06] "POST /fqname-to-id HTTP/1.1" 404 201 0.005967 10.0.0.65 - - [2026-04-20 16:44:06] "POST /security-groups HTTP/1.1" 200 593 0.094723 10.0.0.65 - - [2026-04-20 16:44:06] "POST /projects HTTP/1.1" 200 589 0.374182 10.0.0.65 - - [2026-04-20 16:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.457042 10.0.0.65 - - [2026-04-20 16:44:06] "POST /access-control-lists HTTP/1.1" 200 598 0.065745 10.0.0.23 - - [2026-04-20 16:44:06] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.640229 10.0.0.23 - - [2026-04-20 16:44:08] "GET / HTTP/1.1" 200 35931 0.001506 10.0.0.23 - - [2026-04-20 16:44:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000561 10.0.0.23 - - [2026-04-20 16:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.070810 10.0.0.65 - - [2026-04-20 16:44:08] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001051 10.0.0.23 - - [2026-04-20 16:44:08] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.053594 10.0.0.65 - - [2026-04-20 16:44:09] "POST /route-targets HTTP/1.1" 200 327 0.031147 10.0.0.65 - - [2026-04-20 16:44:09] "POST /useragent-kv HTTP/1.1" 200 115 0.011760 10.0.0.23 - - [2026-04-20 16:44:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.339446 10.0.0.23 - - [2026-04-20 16:44:09] "POST /id-to-fqname HTTP/1.1" 200 255 0.001337 10.0.0.23 - - [2026-04-20 16:44:09] "GET /virtual-network/a7cffab3-460c-4b4b-995c-0ea60836fa88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.008731 10.0.0.23 - - [2026-04-20 16:44:09] "GET /virtual-network/a7cffab3-460c-4b4b-995c-0ea60836fa88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006200 10.0.0.23 - - [2026-04-20 16:44:09] "POST /neutron/network HTTP/1.1" 200 890 0.008778 10.0.0.23 - - [2026-04-20 16:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.65 - - [2026-04-20 16:44:09] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.23 - - [2026-04-20 16:44:09] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.074572 10.0.0.65 - - [2026-04-20 16:44:10] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002582 10.0.0.23 - - [2026-04-20 16:44:10] "POST /neutron/network HTTP/1.1" 200 673 0.196166 10.0.0.65 - - [2026-04-20 16:44:10] "POST /ref-update HTTP/1.1" 200 156 0.038141 10.0.0.23 - - [2026-04-20 16:44:10] "POST /id-to-fqname HTTP/1.1" 200 255 0.005234 10.0.0.23 - - [2026-04-20 16:44:10] "GET /virtual-network/af963360-3ad4-4fdb-9581-eaffe78dfe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.008366 10.0.0.23 - - [2026-04-20 16:44:10] "POST /neutron/network HTTP/1.1" 200 891 0.011235 10.0.0.23 - - [2026-04-20 16:44:10] "GET /virtual-network/af963360-3ad4-4fdb-9581-eaffe78dfe92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005948 10.0.0.23 - - [2026-04-20 16:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005430 10.0.0.65 - - [2026-04-20 16:44:10] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001589 10.0.0.23 - - [2026-04-20 16:44:10] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.065890 10.0.0.23 - - [2026-04-20 16:44:10] "POST /neutron/network HTTP/1.1" 200 117 0.027092 10.0.0.23 - - [2026-04-20 16:44:11] "POST /neutron/network HTTP/1.1" 200 896 0.010505 10.0.0.23 - - [2026-04-20 16:44:11] "POST /id-to-fqname HTTP/1.1" 200 256 0.001840 10.0.0.23 - - [2026-04-20 16:44:11] "GET /virtual-network/a55ecb90-226c-4870-8499-a1f8e0dd07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006763 10.0.0.23 - - [2026-04-20 16:44:11] "GET /virtual-network/a55ecb90-226c-4870-8499-a1f8e0dd07b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.008842 10.0.0.23 - - [2026-04-20 16:44:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.020208 10.0.0.23 - - [2026-04-20 16:44:11] "POST /id-to-fqname HTTP/1.1" 200 255 0.004004 10.0.0.65 - - [2026-04-20 16:44:12] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001013 10.0.0.23 - - [2026-04-20 16:44:12] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.086359 10.0.0.23 - - [2026-04-20 16:44:13] "POST /neutron/port HTTP/1.1" 200 117 0.008993 10.0.0.23 - - [2026-04-20 16:44:13] "POST /id-to-fqname HTTP/1.1" 200 256 0.001415 10.0.0.23 - - [2026-04-20 16:44:13] "POST /neutron/network HTTP/1.1" 200 906 0.016281 10.0.0.23 - - [2026-04-20 16:44:14] "POST /neutron/port HTTP/1.1" 200 1061 0.031146 10.0.0.65 - - [2026-04-20 16:44:14] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001073 10.0.0.23 - - [2026-04-20 16:44:14] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.176668 10.0.0.23 - - [2026-04-20 16:44:14] "POST /neutron/network HTTP/1.1" 200 896 0.011906 10.0.0.23 - - [2026-04-20 16:44:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005711 10.0.0.23 - - [2026-04-20 16:44:14] "POST /neutron/port HTTP/1.1" 200 117 0.001518 10.0.0.23 - - [2026-04-20 16:44:15] "POST /neutron/network HTTP/1.1" 200 906 0.008659 10.0.0.23 - - [2026-04-20 16:44:15] "POST /neutron/port HTTP/1.1" 200 1064 0.032133 10.0.0.23 - - [2026-04-20 16:44:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005462 10.0.0.23 - - [2026-04-20 16:44:16] "POST /neutron/network HTTP/1.1" 200 896 0.011669 10.0.0.23 - - [2026-04-20 16:44:17] "POST /neutron/port HTTP/1.1" 200 1125 0.043431 10.0.0.23 - - [2026-04-20 16:44:17] "POST /neutron/port HTTP/1.1" 200 1128 0.041094 10.0.0.23 - - [2026-04-20 16:44:18] "POST /neutron/network HTTP/1.1" 200 891 0.009071 10.0.0.65 - - [2026-04-20 16:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006293 10.0.0.23 - - [2026-04-20 16:44:18] "POST /neutron/network HTTP/1.1" 200 896 0.019668 10.0.0.65 - - [2026-04-20 16:44:19] "DELETE /route-target/ebc5dcc3-5953-49b7-b7a6-4b25b42f383d HTTP/1.1" 200 115 0.053149 10.0.0.65 - - [2026-04-20 16:44:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007374 10.0.0.65 - - [2026-04-20 16:44:19] "POST /useragent-kv HTTP/1.1" 200 115 0.013003 10.0.0.23 - - [2026-04-20 16:44:19] "POST /neutron/network HTTP/1.1" 200 151 0.272505 10.0.0.65 - - [2026-04-20 16:44:19] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001611 10.0.0.23 - - [2026-04-20 16:44:19] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.132235 10.0.0.65 - - [2026-04-20 16:44:19] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001402 10.0.0.23 - - [2026-04-20 16:44:19] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?fields=virtual_networks HTTP/1.1" 200 1036 0.092057 10.0.0.65 - - [2026-04-20 16:44:19] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001207 10.0.0.23 - - [2026-04-20 16:44:19] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.073734 10.0.0.65 - - [2026-04-20 16:44:19] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001712 10.0.0.23 - - [2026-04-20 16:44:19] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?fields=security_groups HTTP/1.1" 200 1264 0.077510 10.0.0.23 - - [2026-04-20 16:44:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.040531 10.0.0.65 - - [2026-04-20 16:44:21] "GET /projects?obj_uuids=b4cf9839-eae8-477a-ac26-34a1252627f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.008412 10.0.0.65 - - [2026-04-20 16:44:21] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.65 - - [2026-04-20 16:44:21] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009015 10.0.0.65 - - [2026-04-20 16:44:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.007974 10.0.0.65 - - [2026-04-20 16:44:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.007681 10.0.0.65 - - [2026-04-20 16:44:21] "POST /security-groups HTTP/1.1" 200 599 0.126913 10.0.0.65 - - [2026-04-20 16:44:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.010750 10.0.0.65 - - [2026-04-20 16:44:21] "POST /projects HTTP/1.1" 200 601 0.441428 10.0.0.65 - - [2026-04-20 16:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.485042 10.0.0.23 - - [2026-04-20 16:44:21] "GET /project/b4cf9839-eae8-477a-ac26-34a1252627f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.742011 10.0.0.65 - - [2026-04-20 16:44:21] "POST /access-control-lists HTTP/1.1" 200 602 0.114851 10.0.0.23 - - [2026-04-20 16:44:23] "GET / HTTP/1.1" 200 35931 0.002338 10.0.0.23 - - [2026-04-20 16:44:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000908 10.0.0.23 - - [2026-04-20 16:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.115402 10.0.0.65 - - [2026-04-20 16:44:25] "GET /projects?obj_uuids=b4cf9839-eae8-477a-ac26-34a1252627f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001542 10.0.0.23 - - [2026-04-20 16:44:25] "GET /project/b4cf9839-eae8-477a-ac26-34a1252627f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064312 10.0.0.65 - - [2026-04-20 16:44:26] "POST /useragent-kv HTTP/1.1" 200 115 0.011791 10.0.0.23 - - [2026-04-20 16:44:26] "POST /neutron/subnet HTTP/1.1" 200 725 0.317666 10.0.0.23 - - [2026-04-20 16:44:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001437 10.0.0.23 - - [2026-04-20 16:44:26] "GET /virtual-network/0d119577-ca2a-4635-b838-cbd37a2ea82e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.017956 10.0.0.23 - - [2026-04-20 16:44:26] "GET /virtual-network/0d119577-ca2a-4635-b838-cbd37a2ea82e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.013069 10.0.0.23 - - [2026-04-20 16:44:26] "POST /neutron/network HTTP/1.1" 200 910 0.019132 10.0.0.23 - - [2026-04-20 16:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070 10.0.0.65 - - [2026-04-20 16:44:26] "GET /projects?obj_uuids=b4cf9839-eae8-477a-ac26-34a1252627f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001179 10.0.0.23 - - [2026-04-20 16:44:26] "GET /project/b4cf9839-eae8-477a-ac26-34a1252627f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.081217 10.0.0.65 - - [2026-04-20 16:44:26] "GET /projects?obj_uuids=b4cf9839-eae8-477a-ac26-34a1252627f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001727 10.0.0.23 - - [2026-04-20 16:44:26] "POST /neutron/network HTTP/1.1" 200 691 0.217376 10.0.0.65 - - [2026-04-20 16:44:26] "POST /route-targets HTTP/1.1" 200 327 0.047427 10.0.0.23 - - [2026-04-20 16:44:27] "POST /id-to-fqname HTTP/1.1" 200 267 0.004778 10.0.0.23 - - [2026-04-20 16:44:27] "GET /virtual-network/da765391-98bb-4b4c-a460-bd4b5d3ff587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.018966 10.0.0.23 - - [2026-04-20 16:44:27] "POST /neutron/network HTTP/1.1" 200 911 0.009686 10.0.0.23 - - [2026-04-20 16:44:27] "GET /virtual-network/da765391-98bb-4b4c-a460-bd4b5d3ff587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.013889 10.0.0.23 - - [2026-04-20 16:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005345 10.0.0.65 - - [2026-04-20 16:44:27] "GET /projects?obj_uuids=b4cf9839-eae8-477a-ac26-34a1252627f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001663 10.0.0.23 - - [2026-04-20 16:44:27] "GET /project/b4cf9839-eae8-477a-ac26-34a1252627f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.101655 10.0.0.23 - - [2026-04-20 16:44:27] "POST /neutron/network HTTP/1.1" 200 117 0.021438 10.0.0.65 - - [2026-04-20 16:44:27] "POST /ref-update HTTP/1.1" 200 156 0.040098 10.0.0.23 - - [2026-04-20 16:44:28] "POST /neutron/network HTTP/1.1" 200 913 0.020869 10.0.0.23 - - [2026-04-20 16:44:28] "POST /id-to-fqname HTTP/1.1" 200 268 0.002887 10.0.0.23 - - [2026-04-20 16:44:28] "GET /virtual-network/2bc1ffa8-b485-4029-b3e0-7559e23cd87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.008159 10.0.0.23 - - [2026-04-20 16:44:28] "GET /virtual-network/2bc1ffa8-b485-4029-b3e0-7559e23cd87f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.011004 10.0.0.23 - - [2026-04-20 16:44:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.025106 10.0.0.23 - - [2026-04-20 16:44:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.001475 10.0.0.65 - - [2026-04-20 16:44:57] "DELETE /project/6d2e15a0-2e93-45e7-aca9-00425d482d00 HTTP/1.1" 404 177 0.009254 10.0.0.65 - - [2026-04-20 16:44:57] "DELETE /project/3ae8538706c948ca9a28943132079249 HTTP/1.1" 404 173 0.011291 10.0.0.65 - - [2026-04-20 16:44:57] "DELETE /project/b4cf9839eae8477aac2634a1252627f6 HTTP/1.1" 404 173 0.006891 10.0.0.65 - - [2026-04-20 16:44:57] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001116 10.0.0.65 - - [2026-04-20 16:44:57] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.056536 10.0.0.65 - - [2026-04-20 16:44:57] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001626 10.0.0.65 - - [2026-04-20 16:44:57] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?fields=security_groups HTTP/1.1" 200 1369 0.074250 10.0.0.65 - - [2026-04-20 16:44:57] "DELETE /security-group/57383984-693b-4714-81f8-32eb56abf24c HTTP/1.1" 200 115 0.095154 10.0.0.65 - - [2026-04-20 16:44:57] "GET /projects?obj_uuids=3ae85387-06c9-48ca-9a28-943132079249&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001257 10.0.0.65 - - [2026-04-20 16:44:57] "DELETE /access-control-list/d8d538c2-23a7-426d-a26a-50b8eacd1778 HTTP/1.1" 200 115 0.061046 10.0.0.65 - - [2026-04-20 16:44:57] "GET /project/3ae85387-06c9-48ca-9a28-943132079249?fields=application_policy_sets HTTP/1.1" 200 1408 0.120702 10.0.0.65 - - [2026-04-20 16:44:57] "DELETE /project/3ae85387-06c9-48ca-9a28-943132079249 HTTP/1.1" 200 115 0.676654 10.0.0.249 - - [2026-04-20 16:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000481 10.0.0.249 - - [2026-04-20 16:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000606 10.0.0.249 - - [2026-04-20 16:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.65 - - [2026-04-20 16:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000558 10.0.0.249 - - [2026-04-20 16:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000451 10.0.0.65 - - [2026-04-20 16:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.001532 10.0.0.65 - - [2026-04-20 16:45:08] "GET /projects?obj_uuids=b4cf9839-eae8-477a-ac26-34a1252627f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.23 - - [2026-04-20 16:45:08] "GET /project/b4cf9839-eae8-477a-ac26-34a1252627f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.086818 10.0.0.23 - - [2026-04-20 16:45:08] "POST /neutron/port HTTP/1.1" 200 117 0.008798 10.0.0.23 - - [2026-04-20 16:45:08] "POST /id-to-fqname HTTP/1.1" 200 268 0.002339 10.0.0.23 - - [2026-04-20 16:45:09] "POST /neutron/network HTTP/1.1" 200 923 0.009187 10.0.0.65 - - [2026-04-20 16:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000822 10.0.0.65 - - [2026-04-20 16:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.23 - - [2026-04-20 16:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000878 10.0.0.23 - - [2026-04-20 16:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.23 - - [2026-04-20 16:45:10] "POST /neutron/port HTTP/1.1" 200 1069 0.036632 10.0.0.65 - - [2026-04-20 16:45:10] "GET /projects?obj_uuids=b4cf9839-eae8-477a-ac26-34a1252627f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004941 10.0.0.23 - - [2026-04-20 16:45:10] "GET /project/b4cf9839-eae8-477a-ac26-34a1252627f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.173656 10.0.0.23 - - [2026-04-20 16:45:10] "POST /neutron/network HTTP/1.1" 200 913 0.028248 10.0.0.23 - - [2026-04-20 16:45:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.014491 10.0.0.23 - - [2026-04-20 16:45:10] "POST /neutron/port HTTP/1.1" 200 1133 0.036712 10.0.0.23 - - [2026-04-20 16:45:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2026-04-20 16:45:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.65 - - [2026-04-20 16:45:11] "GET /projects?obj_uuids=f007f454-f656-4cc4-8f8f-d27141840441&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001359 10.0.0.23 - - [2026-04-20 16:45:11] "GET /project/f007f454-f656-4cc4-8f8f-d27141840441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.062447 10.0.0.23 - - [2026-04-20 16:45:12] "POST /neutron/network HTTP/1.1" 200 923 0.009847 10.0.0.23 - - [2026-04-20 16:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008350 10.0.0.23 - - [2026-04-20 16:45:13] "GET /security-group/20141ccf-e5fc-4704-be2a-51f8ae6d595b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.054549 10.0.0.23 - - [2026-04-20 16:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.015695 10.0.0.65 - - [2026-04-20 16:45:13] "GET /projects?obj_uuids=f007f454-f656-4cc4-8f8f-d27141840441&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001117 10.0.0.23 - - [2026-04-20 16:45:13] "GET /project/f007f454-f656-4cc4-8f8f-d27141840441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.101949 10.0.0.23 - - [2026-04-20 16:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008227 10.0.0.23 - - [2026-04-20 16:45:13] "GET /security-group/20141ccf-e5fc-4704-be2a-51f8ae6d595b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005739 10.0.0.23 - - [2026-04-20 16:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005485 10.0.0.23 - - [2026-04-20 16:45:13] "PUT /security-group/20141ccf-e5fc-4704-be2a-51f8ae6d595b HTTP/1.1" 200 262 0.036062 10.0.0.23 - - [2026-04-20 16:45:13] "POST /neutron/port HTTP/1.1" 200 1069 0.050575 10.0.0.65 - - [2026-04-20 16:45:13] "PUT /access-control-list/1f894e96-5a30-4e4d-b3ea-6f73a5f61fd0 HTTP/1.1" 200 272 0.032070 10.0.0.23 - - [2026-04-20 16:45:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009402 10.0.0.23 - - [2026-04-20 16:45:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.005207 10.0.0.23 - - [2026-04-20 16:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.23 - - [2026-04-20 16:45:14] "POST /neutron/network HTTP/1.1" 200 913 0.014133 10.0.0.65 - - [2026-04-20 16:45:14] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001528 10.0.0.23 - - [2026-04-20 16:45:14] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012108 10.0.0.23 - - [2026-04-20 16:45:14] "POST /service-templates HTTP/1.1" 200 543 0.061297 10.0.0.23 - - [2026-04-20 16:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005223 10.0.0.23 - - [2026-04-20 16:45:14] "GET /service-template/be20582a-fcc5-4133-921e-a60246f85d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.011209 10.0.0.23 - - [2026-04-20 16:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.23 - - [2026-04-20 16:45:14] "GET /service-template/be20582a-fcc5-4133-921e-a60246f85d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.008226 10.0.0.23 - - [2026-04-20 16:45:14] "POST /id-to-fqname HTTP/1.1" 200 267 0.001500 10.0.0.23 - - [2026-04-20 16:45:14] "POST /id-to-fqname HTTP/1.1" 200 267 0.002262 10.0.0.23 - - [2026-04-20 16:45:14] "POST /id-to-fqname HTTP/1.1" 200 268 0.001554 10.0.0.23 - - [2026-04-20 16:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009621 10.0.0.23 - - [2026-04-20 16:45:15] "DELETE /service-template/be20582a-fcc5-4133-921e-a60246f85d5f HTTP/1.1" 200 115 0.061554 10.0.0.23 - - [2026-04-20 16:45:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.005502 10.0.0.23 - - [2026-04-20 16:45:18] "POST /neutron/network HTTP/1.1" 200 911 0.012582 10.0.0.23 - - [2026-04-20 16:45:20] "POST /neutron/network HTTP/1.1" 400 204 0.034001 10.0.0.23 - - [2026-04-20 16:45:24] "POST /neutron/network HTTP/1.1" 200 911 0.009465 10.0.0.23 - - [2026-04-20 16:45:26] "POST /neutron/network HTTP/1.1" 400 204 0.022695 10.0.0.23 - - [2026-04-20 16:45:30] "POST /neutron/network HTTP/1.1" 200 911 0.010355 10.0.0.23 - - [2026-04-20 16:45:32] "POST /neutron/network HTTP/1.1" 400 204 0.017056 10.0.0.23 - - [2026-04-20 16:45:36] "POST /neutron/network HTTP/1.1" 200 911 0.008950 10.0.0.23 - - [2026-04-20 16:45:38] "POST /neutron/network HTTP/1.1" 400 204 0.020337 10.0.0.23 - - [2026-04-20 16:45:43] "POST /neutron/network HTTP/1.1" 200 911 0.009298 10.0.0.23 - - [2026-04-20 16:45:45] "POST /neutron/network HTTP/1.1" 400 204 0.020812 10.0.0.23 - - [2026-04-20 16:45:49] "POST /neutron/network HTTP/1.1" 200 911 0.009581 10.0.0.23 - - [2026-04-20 16:45:51] "POST /neutron/network HTTP/1.1" 400 204 0.023108 10.0.0.23 - - [2026-04-20 16:45:55] "POST /neutron/network HTTP/1.1" 200 911 0.011873 10.0.0.23 - - [2026-04-20 16:45:57] "POST /neutron/network HTTP/1.1" 400 204 0.017977 10.0.0.23 - - [2026-04-20 16:45:59] "POST /neutron/port HTTP/1.1" 200 1133 0.030524 10.0.0.23 - - [2026-04-20 16:46:01] "POST /neutron/port HTTP/1.1" 200 117 0.009572 10.0.0.23 - - [2026-04-20 16:46:01] "POST /neutron/port HTTP/1.1" 200 151 0.339952 10.0.0.23 - - [2026-04-20 16:46:01] "POST /neutron/network HTTP/1.1" 200 913 0.016181 10.0.0.65 - - [2026-04-20 16:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005908 10.0.0.65 - - [2026-04-20 16:46:02] "POST /useragent-kv HTTP/1.1" 200 115 0.010875 10.0.0.65 - - [2026-04-20 16:46:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006022 10.0.0.23 - - [2026-04-20 16:46:02] "POST /neutron/network HTTP/1.1" 200 151 0.209380 10.0.0.65 - - [2026-04-20 16:46:02] "GET /projects?obj_uuids=b4cf9839-eae8-477a-ac26-34a1252627f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001620 10.0.0.65 - - [2026-04-20 16:46:02] "DELETE /route-target/c47ba25e-c8d1-44af-9f48-c58a0086d330 HTTP/1.1" 200 115 0.058799 10.0.0.23 - - [2026-04-20 16:46:02] "GET /project/b4cf9839-eae8-477a-ac26-34a1252627f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.102669 10.0.0.65 - - [2026-04-20 16:46:02] "GET /projects?obj_uuids=b4cf9839-eae8-477a-ac26-34a1252627f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.23 - - [2026-04-20 16:46:02] "GET /project/b4cf9839-eae8-477a-ac26-34a1252627f6?fields=virtual_networks HTTP/1.1" 200 1049 0.074312 10.0.0.65 - - [2026-04-20 16:46:02] "GET /projects?obj_uuids=b4cf9839-eae8-477a-ac26-34a1252627f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001676 10.0.0.23 - - [2026-04-20 16:46:02] "GET /project/b4cf9839-eae8-477a-ac26-34a1252627f6?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.082330 10.0.0.65 - - [2026-04-20 16:46:02] "GET /projects?obj_uuids=b4cf9839-eae8-477a-ac26-34a1252627f6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001773 10.0.0.23 - - [2026-04-20 16:46:02] "GET /project/b4cf9839-eae8-477a-ac26-34a1252627f6?fields=security_groups HTTP/1.1" 200 1283 0.067813 10.0.0.23 - - [2026-04-20 16:46:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.039542 10.0.0.65 - - [2026-04-20 16:46:04] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003860 10.0.0.65 - - [2026-04-20 16:46:04] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001661 10.0.0.65 - - [2026-04-20 16:46:04] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010488 10.0.0.65 - - [2026-04-20 16:46:04] "POST /id-to-fqname HTTP/1.1" 200 191 0.006087 10.0.0.65 - - [2026-04-20 16:46:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.007673 10.0.0.65 - - [2026-04-20 16:46:04] "POST /security-groups HTTP/1.1" 200 592 0.068839 10.0.0.65 - - [2026-04-20 16:46:04] "POST /projects HTTP/1.1" 200 587 0.343901 10.0.0.65 - - [2026-04-20 16:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.388808 10.0.0.65 - - [2026-04-20 16:46:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.011660 10.0.0.23 - - [2026-04-20 16:46:04] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.602976 10.0.0.23 - - [2026-04-20 16:46:05] "GET / HTTP/1.1" 200 35931 0.001631 10.0.0.23 - - [2026-04-20 16:46:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000858 10.0.0.23 - - [2026-04-20 16:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.077403 10.0.0.65 - - [2026-04-20 16:46:06] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001258 10.0.0.23 - - [2026-04-20 16:46:06] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.052471 10.0.0.65 - - [2026-04-20 16:46:07] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001698 10.0.0.23 - - [2026-04-20 16:46:07] "POST /neutron/network HTTP/1.1" 200 670 0.247416 10.0.0.65 - - [2026-04-20 16:46:07] "POST /ref-update HTTP/1.1" 200 156 0.044747 10.0.0.23 - - [2026-04-20 16:46:07] "POST /id-to-fqname HTTP/1.1" 200 253 0.004452 10.0.0.23 - - [2026-04-20 16:46:07] "GET /virtual-network/9074b7d9-e309-4989-ac79-ec4f44b60836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.009078 10.0.0.23 - - [2026-04-20 16:46:07] "POST /neutron/network HTTP/1.1" 200 890 0.008018 10.0.0.23 - - [2026-04-20 16:46:07] "GET /virtual-network/9074b7d9-e309-4989-ac79-ec4f44b60836?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006676 10.0.0.23 - - [2026-04-20 16:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.65 - - [2026-04-20 16:46:07] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001175 10.0.0.23 - - [2026-04-20 16:46:08] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054457 10.0.0.23 - - [2026-04-20 16:46:08] "POST /neutron/network HTTP/1.1" 200 117 0.021799 10.0.0.23 - - [2026-04-20 16:46:08] "POST /neutron/network HTTP/1.1" 200 891 0.011913 10.0.0.23 - - [2026-04-20 16:46:08] "POST /id-to-fqname HTTP/1.1" 200 253 0.001439 10.0.0.23 - - [2026-04-20 16:46:08] "GET /virtual-network/3a4a60d8-e1d5-4fb5-a590-8cc6f4acf9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006130 10.0.0.23 - - [2026-04-20 16:46:08] "GET /virtual-network/3a4a60d8-e1d5-4fb5-a590-8cc6f4acf9f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.007143 10.0.0.23 - - [2026-04-20 16:46:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.012084 10.0.0.23 - - [2026-04-20 16:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.65 - - [2026-04-20 16:46:08] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.23 - - [2026-04-20 16:46:08] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068493 10.0.0.65 - - [2026-04-20 16:46:09] "POST /route-targets HTTP/1.1" 200 327 0.018781 10.0.0.65 - - [2026-04-20 16:46:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008020 10.0.0.23 - - [2026-04-20 16:46:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.261878 10.0.0.23 - - [2026-04-20 16:46:09] "POST /id-to-fqname HTTP/1.1" 200 254 0.001319 10.0.0.23 - - [2026-04-20 16:46:09] "GET /virtual-network/04523e71-e4da-46e3-98c8-a0993a9cfd91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.011230 10.0.0.23 - - [2026-04-20 16:46:09] "GET /virtual-network/04523e71-e4da-46e3-98c8-a0993a9cfd91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.007961 10.0.0.23 - - [2026-04-20 16:46:09] "POST /neutron/network HTTP/1.1" 200 890 0.014846 10.0.0.23 - - [2026-04-20 16:46:09] "POST /id-to-fqname HTTP/1.1" 200 253 0.002263 10.0.0.65 - - [2026-04-20 16:46:10] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001935 10.0.0.23 - - [2026-04-20 16:46:10] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.108688 10.0.0.23 - - [2026-04-20 16:46:10] "POST /neutron/network HTTP/1.1" 200 891 0.009155 10.0.0.23 - - [2026-04-20 16:46:10] "POST /id-to-fqname HTTP/1.1" 200 254 0.001615 10.0.0.23 - - [2026-04-20 16:46:11] "POST /neutron/port HTTP/1.1" 200 117 0.008864 10.0.0.65 - - [2026-04-20 16:46:11] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.23 - - [2026-04-20 16:46:12] "POST /neutron/port HTTP/1.1" 200 1063 0.437922 10.0.0.65 - - [2026-04-20 16:46:12] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.23 - - [2026-04-20 16:46:12] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.139786 10.0.0.23 - - [2026-04-20 16:46:12] "POST /neutron/port HTTP/1.1" 200 1117 0.221386 10.0.0.23 - - [2026-04-20 16:46:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004620 10.0.0.23 - - [2026-04-20 16:46:12] "POST /neutron/network HTTP/1.1" 200 891 0.008453 10.0.0.23 - - [2026-04-20 16:46:12] "POST /neutron/port HTTP/1.1" 200 117 0.007500 10.0.0.23 - - [2026-04-20 16:46:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.004059 10.0.0.23 - - [2026-04-20 16:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.017668 10.0.0.65 - - [2026-04-20 16:46:13] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001740 10.0.0.23 - - [2026-04-20 16:46:13] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010736 10.0.0.23 - - [2026-04-20 16:46:13] "POST /service-templates HTTP/1.1" 200 543 0.066867 10.0.0.23 - - [2026-04-20 16:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006487 10.0.0.23 - - [2026-04-20 16:46:13] "POST /neutron/port HTTP/1.1" 200 1060 0.031627 10.0.0.23 - - [2026-04-20 16:46:13] "GET /service-template/b8ffe046-cbf8-45d7-8f93-8e1add52433b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008973 10.0.0.23 - - [2026-04-20 16:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.23 - - [2026-04-20 16:46:13] "GET /service-template/b8ffe046-cbf8-45d7-8f93-8e1add52433b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004897 10.0.0.23 - - [2026-04-20 16:46:13] "POST /id-to-fqname HTTP/1.1" 200 253 0.001367 10.0.0.23 - - [2026-04-20 16:46:13] "POST /id-to-fqname HTTP/1.1" 200 253 0.001243 10.0.0.23 - - [2026-04-20 16:46:14] "POST /id-to-fqname HTTP/1.1" 200 254 0.001472 10.0.0.23 - - [2026-04-20 16:46:14] "POST /neutron/port HTTP/1.1" 200 1124 0.031840 10.0.0.23 - - [2026-04-20 16:46:14] "POST /neutron/port HTTP/1.1" 200 2099 0.030532 10.0.0.23 - - [2026-04-20 16:46:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011478 10.0.0.23 - - [2026-04-20 16:46:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006179 10.0.0.23 - - [2026-04-20 16:46:14] "DELETE /service-template/b8ffe046-cbf8-45d7-8f93-8e1add52433b HTTP/1.1" 200 115 0.055151 10.0.0.23 - - [2026-04-20 16:46:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.009529 10.0.0.23 - - [2026-04-20 16:46:17] "POST /neutron/port HTTP/1.1" 200 1124 0.039402 10.0.0.23 - - [2026-04-20 16:46:17] "POST /neutron/port HTTP/1.1" 200 151 0.360450 10.0.0.23 - - [2026-04-20 16:46:18] "POST /neutron/network HTTP/1.1" 200 891 0.016501 10.0.0.65 - - [2026-04-20 16:46:19] "DELETE /route-target/ad05190b-ebed-44c0-bed1-f892be3c96a5 HTTP/1.1" 200 115 0.064733 10.0.0.65 - - [2026-04-20 16:46:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006212 10.0.0.65 - - [2026-04-20 16:46:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003459 10.0.0.23 - - [2026-04-20 16:46:19] "POST /neutron/network HTTP/1.1" 200 151 0.203885 10.0.0.65 - - [2026-04-20 16:46:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.65 - - [2026-04-20 16:46:19] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.23 - - [2026-04-20 16:46:19] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.083403 10.0.0.65 - - [2026-04-20 16:46:19] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001609 10.0.0.23 - - [2026-04-20 16:46:19] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?fields=virtual_networks HTTP/1.1" 200 1035 0.062250 10.0.0.65 - - [2026-04-20 16:46:19] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001132 10.0.0.23 - - [2026-04-20 16:46:19] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.064637 10.0.0.65 - - [2026-04-20 16:46:19] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001443 10.0.0.23 - - [2026-04-20 16:46:19] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?fields=security_groups HTTP/1.1" 200 1262 0.061325 10.0.0.23 - - [2026-04-20 16:46:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.035974 10.0.0.65 - - [2026-04-20 16:46:21] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006078 10.0.0.65 - - [2026-04-20 16:46:21] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001448 10.0.0.65 - - [2026-04-20 16:46:21] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008503 10.0.0.65 - - [2026-04-20 16:46:21] "POST /id-to-fqname HTTP/1.1" 200 195 0.010312 10.0.0.65 - - [2026-04-20 16:46:21] "POST /fqname-to-id HTTP/1.1" 404 204 0.010866 10.0.0.65 - - [2026-04-20 16:46:21] "POST /security-groups HTTP/1.1" 200 596 0.057802 10.0.0.65 - - [2026-04-20 16:46:21] "POST /projects HTTP/1.1" 200 595 0.387694 10.0.0.65 - - [2026-04-20 16:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.432646 10.0.0.65 - - [2026-04-20 16:46:21] "POST /access-control-lists HTTP/1.1" 200 601 0.042574 10.0.0.23 - - [2026-04-20 16:46:21] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.667735 10.0.0.23 - - [2026-04-20 16:46:23] "GET / HTTP/1.1" 200 35931 0.002447 10.0.0.23 - - [2026-04-20 16:46:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.23 - - [2026-04-20 16:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.088185 10.0.0.65 - - [2026-04-20 16:46:24] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001112 10.0.0.23 - - [2026-04-20 16:46:24] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.057750 10.0.0.23 - - [2026-04-20 16:46:24] "POST /neutron/network HTTP/1.1" 200 117 0.061002 10.0.0.65 - - [2026-04-20 16:46:24] "POST /route-targets HTTP/1.1" 200 327 0.022506 10.0.0.249 - - [2026-04-20 16:46:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.65 - - [2026-04-20 16:46:25] "POST /useragent-kv HTTP/1.1" 200 115 0.008700 10.0.0.23 - - [2026-04-20 16:46:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.229265 10.0.0.23 - - [2026-04-20 16:46:25] "POST /id-to-fqname HTTP/1.1" 200 261 0.001467 10.0.0.23 - - [2026-04-20 16:46:25] "GET /virtual-network/4c042213-6ccf-405c-8033-43a6b8c43b69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005951 10.0.0.23 - - [2026-04-20 16:46:25] "GET /virtual-network/4c042213-6ccf-405c-8033-43a6b8c43b69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.008173 10.0.0.23 - - [2026-04-20 16:46:25] "POST /neutron/network HTTP/1.1" 200 1076 0.015627 10.0.0.23 - - [2026-04-20 16:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005807 10.0.0.65 - - [2026-04-20 16:46:25] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001460 10.0.0.23 - - [2026-04-20 16:46:25] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.074764 10.0.0.23 - - [2026-04-20 16:46:25] "POST /neutron/network HTTP/1.1" 200 117 0.026999 10.0.0.65 - - [2026-04-20 16:46:26] "POST /ref-update HTTP/1.1" 200 156 0.041899 10.0.0.249 - - [2026-04-20 16:46:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.105286 10.0.0.65 - - [2026-04-20 16:46:26] "POST /useragent-kv HTTP/1.1" 200 115 0.016184 10.0.0.23 - - [2026-04-20 16:46:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.355597 10.0.0.23 - - [2026-04-20 16:46:27] "POST /id-to-fqname HTTP/1.1" 200 261 0.002055 10.0.0.23 - - [2026-04-20 16:46:27] "GET /virtual-network/8de49853-bc6c-4b4f-a555-66b90f777eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.015810 10.0.0.23 - - [2026-04-20 16:46:27] "GET /virtual-network/8de49853-bc6c-4b4f-a555-66b90f777eca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.008757 10.0.0.23 - - [2026-04-20 16:46:27] "POST /neutron/network HTTP/1.1" 200 1075 0.018538 10.0.0.23 - - [2026-04-20 16:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005258 10.0.0.65 - - [2026-04-20 16:46:27] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001398 10.0.0.23 - - [2026-04-20 16:46:27] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.097876 10.0.0.23 - - [2026-04-20 16:46:27] "POST /neutron/network HTTP/1.1" 200 117 0.027905 10.0.0.249 - - [2026-04-20 16:46:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.011259 10.0.0.65 - - [2026-04-20 16:46:28] "POST /useragent-kv HTTP/1.1" 200 115 0.010237 10.0.0.23 - - [2026-04-20 16:46:28] "POST /neutron/subnet HTTP/1.1" 200 719 0.267201 10.0.0.23 - - [2026-04-20 16:46:28] "POST /id-to-fqname HTTP/1.1" 200 262 0.001457 10.0.0.23 - - [2026-04-20 16:46:28] "GET /virtual-network/1f6f1a8c-f9fc-460b-9f42-0793f94ea597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.008271 10.0.0.23 - - [2026-04-20 16:46:28] "GET /virtual-network/1f6f1a8c-f9fc-460b-9f42-0793f94ea597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.007257 10.0.0.23 - - [2026-04-20 16:46:28] "POST /neutron/network HTTP/1.1" 200 1076 0.010880 10.0.0.23 - - [2026-04-20 16:46:28] "POST /id-to-fqname HTTP/1.1" 200 261 0.001435 10.0.0.23 - - [2026-04-20 16:46:28] "POST /neutron/network HTTP/1.1" 200 1085 0.007839 10.0.0.65 - - [2026-04-20 16:46:29] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001192 10.0.0.23 - - [2026-04-20 16:46:29] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.102605 10.0.0.23 - - [2026-04-20 16:46:30] "POST /neutron/port HTTP/1.1" 200 117 0.010051 10.0.0.23 - - [2026-04-20 16:46:30] "POST /id-to-fqname HTTP/1.1" 200 262 0.001445 10.0.0.23 - - [2026-04-20 16:46:30] "POST /neutron/network HTTP/1.1" 200 1085 0.010986 10.0.0.23 - - [2026-04-20 16:46:31] "POST /neutron/port HTTP/1.1" 200 1172 0.031510 10.0.0.65 - - [2026-04-20 16:46:31] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001044 10.0.0.23 - - [2026-04-20 16:46:31] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.164420 10.0.0.23 - - [2026-04-20 16:46:31] "POST /neutron/port HTTP/1.1" 200 1236 0.027905 10.0.0.23 - - [2026-04-20 16:46:31] "POST /neutron/subnet HTTP/1.1" 200 1384 0.020794 10.0.0.23 - - [2026-04-20 16:46:31] "POST /neutron/network HTTP/1.1" 200 1075 0.016966 10.0.0.23 - - [2026-04-20 16:46:31] "POST /neutron/port HTTP/1.1" 200 117 0.011003 10.0.0.23 - - [2026-04-20 16:46:32] "POST /neutron/port HTTP/1.1" 200 1171 0.031811 10.0.0.23 - - [2026-04-20 16:46:33] "POST /neutron/port HTTP/1.1" 200 1235 0.044189 10.0.0.23 - - [2026-04-20 16:46:33] "POST /neutron/subnet HTTP/1.1" 200 1379 0.028484 10.0.0.23 - - [2026-04-20 16:46:33] "POST /neutron/network HTTP/1.1" 200 1076 0.013656 10.0.0.23 - - [2026-04-20 16:46:34] "POST /neutron/port HTTP/1.1" 200 1236 0.028729 10.0.0.23 - - [2026-04-20 16:46:34] "POST /neutron/port HTTP/1.1" 200 1235 0.031623 10.0.0.23 - - [2026-04-20 16:46:35] "POST /neutron/port HTTP/1.1" 200 117 0.013460 10.0.0.23 - - [2026-04-20 16:46:35] "POST /neutron/network HTTP/1.1" 200 1075 0.015043 10.0.0.65 - - [2026-04-20 16:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010656 10.0.0.23 - - [2026-04-20 16:46:36] "POST /neutron/network HTTP/1.1" 200 1076 0.015530 10.0.0.65 - - [2026-04-20 16:46:36] "DELETE /route-target/0ec85181-a78b-4ba3-bd51-02985b8f4f08 HTTP/1.1" 200 115 0.032906 10.0.0.65 - - [2026-04-20 16:46:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004941 10.0.0.65 - - [2026-04-20 16:46:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007379 10.0.0.65 - - [2026-04-20 16:46:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004292 10.0.0.65 - - [2026-04-20 16:46:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003785 10.0.0.23 - - [2026-04-20 16:46:36] "POST /neutron/network HTTP/1.1" 200 151 0.194477 10.0.0.65 - - [2026-04-20 16:46:36] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001624 10.0.0.23 - - [2026-04-20 16:46:36] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.139925 10.0.0.65 - - [2026-04-20 16:46:36] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001287 10.0.0.23 - - [2026-04-20 16:46:36] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?fields=virtual_networks HTTP/1.1" 200 1042 0.053239 10.0.0.65 - - [2026-04-20 16:46:36] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001705 10.0.0.23 - - [2026-04-20 16:46:36] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.055241 10.0.0.65 - - [2026-04-20 16:46:36] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001518 10.0.0.23 - - [2026-04-20 16:46:36] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?fields=security_groups HTTP/1.1" 200 1273 0.071967 10.0.0.23 - - [2026-04-20 16:46:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.036513 10.0.0.65 - - [2026-04-20 16:46:37] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005078 10.0.0.65 - - [2026-04-20 16:46:38] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001427 10.0.0.65 - - [2026-04-20 16:46:38] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009217 10.0.0.65 - - [2026-04-20 16:46:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.005467 10.0.0.65 - - [2026-04-20 16:46:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.006471 10.0.0.65 - - [2026-04-20 16:46:38] "POST /security-groups HTTP/1.1" 200 599 0.086669 10.0.0.65 - - [2026-04-20 16:46:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.004542 10.0.0.65 - - [2026-04-20 16:46:38] "POST /projects HTTP/1.1" 200 601 0.335759 10.0.0.65 - - [2026-04-20 16:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.377185 10.0.0.23 - - [2026-04-20 16:46:38] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.559562 10.0.0.65 - - [2026-04-20 16:46:38] "POST /access-control-lists HTTP/1.1" 200 602 0.078949 10.0.0.23 - - [2026-04-20 16:46:39] "GET / HTTP/1.1" 200 35931 0.002867 10.0.0.23 - - [2026-04-20 16:46:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.23 - - [2026-04-20 16:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.107909 10.0.0.65 - - [2026-04-20 16:46:40] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001905 10.0.0.23 - - [2026-04-20 16:46:40] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.066879 10.0.0.65 - - [2026-04-20 16:46:41] "POST /useragent-kv HTTP/1.1" 200 115 0.009752 10.0.0.23 - - [2026-04-20 16:46:41] "POST /neutron/subnet HTTP/1.1" 200 714 0.317754 10.0.0.23 - - [2026-04-20 16:46:41] "POST /id-to-fqname HTTP/1.1" 200 267 0.001492 10.0.0.23 - - [2026-04-20 16:46:41] "GET /virtual-network/9e62fdbb-79d5-4593-a5b4-a1f0d5126cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006871 10.0.0.23 - - [2026-04-20 16:46:41] "GET /virtual-network/9e62fdbb-79d5-4593-a5b4-a1f0d5126cd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006598 10.0.0.23 - - [2026-04-20 16:46:41] "POST /neutron/network HTTP/1.1" 200 908 0.010185 10.0.0.23 - - [2026-04-20 16:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.65 - - [2026-04-20 16:46:41] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.23 - - [2026-04-20 16:46:41] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056137 10.0.0.65 - - [2026-04-20 16:46:41] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.23 - - [2026-04-20 16:46:42] "POST /neutron/network HTTP/1.1" 200 691 0.181460 10.0.0.65 - - [2026-04-20 16:46:42] "POST /route-targets HTTP/1.1" 200 327 0.017529 10.0.0.23 - - [2026-04-20 16:46:42] "POST /id-to-fqname HTTP/1.1" 200 267 0.004216 10.0.0.23 - - [2026-04-20 16:46:42] "GET /virtual-network/64fd9922-495c-4934-8789-ff7d78c351b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.007776 10.0.0.23 - - [2026-04-20 16:46:42] "POST /neutron/network HTTP/1.1" 200 910 0.007288 10.0.0.23 - - [2026-04-20 16:46:42] "GET /virtual-network/64fd9922-495c-4934-8789-ff7d78c351b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.007032 10.0.0.23 - - [2026-04-20 16:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.65 - - [2026-04-20 16:46:42] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001392 10.0.0.23 - - [2026-04-20 16:46:42] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.054401 10.0.0.23 - - [2026-04-20 16:46:42] "POST /neutron/network HTTP/1.1" 200 117 0.024346 10.0.0.65 - - [2026-04-20 16:46:42] "POST /ref-update HTTP/1.1" 200 156 0.034101 10.0.0.23 - - [2026-04-20 16:46:43] "POST /neutron/network HTTP/1.1" 200 911 0.013689 10.0.0.23 - - [2026-04-20 16:46:43] "POST /id-to-fqname HTTP/1.1" 200 268 0.002325 10.0.0.23 - - [2026-04-20 16:46:43] "GET /virtual-network/433cadcf-aab0-4734-a246-3dc4f4095155?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.008643 10.0.0.23 - - [2026-04-20 16:46:43] "GET /virtual-network/433cadcf-aab0-4734-a246-3dc4f4095155?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.009284 10.0.0.23 - - [2026-04-20 16:46:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.023034 10.0.0.23 - - [2026-04-20 16:46:43] "POST /id-to-fqname HTTP/1.1" 200 267 0.002368 10.0.0.65 - - [2026-04-20 16:46:44] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002511 10.0.0.23 - - [2026-04-20 16:46:44] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.109943 10.0.0.23 - - [2026-04-20 16:46:44] "POST /neutron/port HTTP/1.1" 200 117 0.011332 10.0.0.23 - - [2026-04-20 16:46:44] "POST /id-to-fqname HTTP/1.1" 200 268 0.002179 10.0.0.23 - - [2026-04-20 16:46:45] "POST /neutron/network HTTP/1.1" 200 921 0.012601 10.0.0.23 - - [2026-04-20 16:46:46] "POST /neutron/port HTTP/1.1" 200 1068 0.026006 10.0.0.23 - - [2026-04-20 16:46:46] "POST /neutron/port HTTP/1.1" 200 1132 0.031001 10.0.0.65 - - [2026-04-20 16:46:46] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001679 10.0.0.23 - - [2026-04-20 16:46:46] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.140632 10.0.0.23 - - [2026-04-20 16:46:46] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.23 - - [2026-04-20 16:46:46] "POST /neutron/port HTTP/1.1" 200 1132 0.028988 10.0.0.23 - - [2026-04-20 16:46:47] "POST /neutron/network HTTP/1.1" 200 921 0.008403 10.0.0.23 - - [2026-04-20 16:46:48] "POST /neutron/port HTTP/1.1" 200 1067 0.025241 10.0.0.23 - - [2026-04-20 16:46:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004439 10.0.0.23 - - [2026-04-20 16:46:48] "POST /neutron/network HTTP/1.1" 200 911 0.008633 10.0.0.23 - - [2026-04-20 16:46:49] "POST /neutron/port HTTP/1.1" 200 1132 0.025260 10.0.0.23 - - [2026-04-20 16:46:49] "POST /neutron/port HTTP/1.1" 200 117 0.010619 10.0.0.23 - - [2026-04-20 16:46:49] "POST /neutron/port HTTP/1.1" 200 1121 0.025070 10.0.0.23 - - [2026-04-20 16:46:50] "POST /neutron/network HTTP/1.1" 200 117 0.016638 10.0.0.23 - - [2026-04-20 16:46:50] "POST /neutron/network HTTP/1.1" 200 2418 0.013610 10.0.0.65 - - [2026-04-20 16:46:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005762 10.0.0.65 - - [2026-04-20 16:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.65 - - [2026-04-20 16:46:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004356 10.0.0.23 - - [2026-04-20 16:46:51] "POST /neutron/network HTTP/1.1" 200 151 0.178782 10.0.0.65 - - [2026-04-20 16:46:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004538 10.0.0.65 - - [2026-04-20 16:46:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004780 10.0.0.23 - - [2026-04-20 16:46:51] "POST /neutron/network HTTP/1.1" 200 151 0.189800 10.0.0.65 - - [2026-04-20 16:46:51] "DELETE /route-target/f99ded34-b251-4c9e-a56d-b7b7737f89f7 HTTP/1.1" 200 115 0.050839 10.0.0.65 - - [2026-04-20 16:46:51] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001647 10.0.0.23 - - [2026-04-20 16:46:51] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.065368 10.0.0.65 - - [2026-04-20 16:46:51] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001835 10.0.0.23 - - [2026-04-20 16:46:51] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?fields=virtual_networks HTTP/1.1" 200 1047 0.054394 10.0.0.65 - - [2026-04-20 16:46:51] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002296 10.0.0.23 - - [2026-04-20 16:46:51] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.071393 10.0.0.65 - - [2026-04-20 16:46:51] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165 10.0.0.23 - - [2026-04-20 16:46:51] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?fields=security_groups HTTP/1.1" 200 1281 0.053091 10.0.0.23 - - [2026-04-20 16:46:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.033462 10.0.0.65 - - [2026-04-20 16:46:52] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005376 10.0.0.65 - - [2026-04-20 16:46:53] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003021 10.0.0.65 - - [2026-04-20 16:46:53] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.015197 10.0.0.65 - - [2026-04-20 16:46:53] "POST /id-to-fqname HTTP/1.1" 200 195 0.002134 10.0.0.65 - - [2026-04-20 16:46:53] "POST /fqname-to-id HTTP/1.1" 404 204 0.014157 10.0.0.65 - - [2026-04-20 16:46:53] "POST /security-groups HTTP/1.1" 200 596 0.057768 10.0.0.65 - - [2026-04-20 16:46:53] "POST /projects HTTP/1.1" 200 595 0.339561 10.0.0.65 - - [2026-04-20 16:46:53] "POST /fqname-to-id HTTP/1.1" 404 239 0.010510 10.0.0.65 - - [2026-04-20 16:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.377575 10.0.0.23 - - [2026-04-20 16:46:53] "GET /project/093d28f5-3775-4d66-859a-a5ca16f1e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.624552 10.0.0.65 - - [2026-04-20 16:46:53] "POST /access-control-lists HTTP/1.1" 200 599 0.095757 10.0.0.23 - - [2026-04-20 16:46:54] "GET / HTTP/1.1" 200 35931 0.001810 10.0.0.23 - - [2026-04-20 16:46:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2026-04-20 16:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.083900 10.0.0.65 - - [2026-04-20 16:46:55] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001066 10.0.0.23 - - [2026-04-20 16:46:55] "GET /project/093d28f5-3775-4d66-859a-a5ca16f1e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.048810 10.0.0.23 - - [2026-04-20 16:46:55] "POST /neutron/network HTTP/1.1" 200 117 0.062023 10.0.0.23 - - [2026-04-20 16:46:56] "POST /neutron/network HTTP/1.1" 200 898 0.013083 10.0.0.23 - - [2026-04-20 16:46:56] "POST /id-to-fqname HTTP/1.1" 200 261 0.002141 10.0.0.23 - - [2026-04-20 16:46:56] "GET /virtual-network/e5125922-01bb-4f08-afed-2b0346af39bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.006415 10.0.0.23 - - [2026-04-20 16:46:56] "GET /virtual-network/e5125922-01bb-4f08-afed-2b0346af39bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.006312 10.0.0.23 - - [2026-04-20 16:46:56] "POST /neutron/subnet HTTP/1.1" 200 710 0.010913 10.0.0.23 - - [2026-04-20 16:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.65 - - [2026-04-20 16:46:56] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001061 10.0.0.23 - - [2026-04-20 16:46:56] "GET /project/093d28f5-3775-4d66-859a-a5ca16f1e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.071781 10.0.0.65 - - [2026-04-20 16:46:57] "POST /route-targets HTTP/1.1" 200 327 0.025890 10.0.0.65 - - [2026-04-20 16:46:57] "POST /useragent-kv HTTP/1.1" 200 115 0.013966 10.0.0.23 - - [2026-04-20 16:46:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.304751 10.0.0.23 - - [2026-04-20 16:46:57] "POST /id-to-fqname HTTP/1.1" 200 261 0.001734 10.0.0.23 - - [2026-04-20 16:46:57] "GET /virtual-network/250a68b6-5521-4647-a27f-10989cd1f70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006095 10.0.0.23 - - [2026-04-20 16:46:57] "GET /virtual-network/250a68b6-5521-4647-a27f-10989cd1f70f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006995 10.0.0.23 - - [2026-04-20 16:46:57] "POST /neutron/network HTTP/1.1" 200 900 0.010013 10.0.0.23 - - [2026-04-20 16:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.65 - - [2026-04-20 16:46:57] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000981 10.0.0.23 - - [2026-04-20 16:46:57] "GET /project/093d28f5-3775-4d66-859a-a5ca16f1e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.050555 10.0.0.65 - - [2026-04-20 16:46:57] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004399 10.0.0.23 - - [2026-04-20 16:46:57] "POST /neutron/network HTTP/1.1" 200 684 0.225269 10.0.0.65 - - [2026-04-20 16:46:58] "POST /ref-update HTTP/1.1" 200 156 0.047879 10.0.0.65 - - [2026-04-20 16:46:58] "DELETE /project/b4cf9839-eae8-477a-ac26-34a1252627f6 HTTP/1.1" 404 177 0.054212 10.0.0.65 - - [2026-04-20 16:46:58] "DELETE /project/96f097b1b65a4469a46b5a676e4cbd10 HTTP/1.1" 404 173 0.058175 10.0.0.65 - - [2026-04-20 16:46:58] "DELETE /project/14de0a5190c74cd8987ee9f92834f153 HTTP/1.1" 404 173 0.019076 10.0.0.65 - - [2026-04-20 16:46:58] "DELETE /project/093d28f537754d66859aa5ca16f1e091 HTTP/1.1" 404 173 0.022398 10.0.0.65 - - [2026-04-20 16:46:58] "DELETE /project/5a71b64932534dc7833913600dd831c2 HTTP/1.1" 404 173 0.021736 10.0.0.65 - - [2026-04-20 16:46:58] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001140 10.0.0.65 - - [2026-04-20 16:46:58] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000865 10.0.0.65 - - [2026-04-20 16:46:58] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001159 10.0.0.65 - - [2026-04-20 16:46:58] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.087082 10.0.0.65 - - [2026-04-20 16:46:58] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002098 10.0.0.65 - - [2026-04-20 16:46:58] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.116665 10.0.0.65 - - [2026-04-20 16:46:58] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.109917 10.0.0.65 - - [2026-04-20 16:46:58] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000892 10.0.0.65 - - [2026-04-20 16:46:58] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.23 - - [2026-04-20 16:46:58] "POST /id-to-fqname HTTP/1.1" 200 262 0.016385 10.0.0.23 - - [2026-04-20 16:46:58] "GET /virtual-network/803d7bbd-f3d3-4f00-81ff-0adfd1ef2f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.019351 10.0.0.23 - - [2026-04-20 16:46:58] "POST /neutron/network HTTP/1.1" 200 903 0.013023 10.0.0.23 - - [2026-04-20 16:46:58] "GET /virtual-network/803d7bbd-f3d3-4f00-81ff-0adfd1ef2f9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.011412 10.0.0.65 - - [2026-04-20 16:46:58] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?fields=security_groups HTTP/1.1" 200 1378 0.185632 10.0.0.65 - - [2026-04-20 16:46:58] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?fields=security_groups HTTP/1.1" 200 1386 0.158531 10.0.0.65 - - [2026-04-20 16:46:58] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?fields=security_groups HTTP/1.1" 200 1367 0.181771 10.0.0.23 - - [2026-04-20 16:46:58] "POST /id-to-fqname HTTP/1.1" 200 261 0.001608 10.0.0.65 - - [2026-04-20 16:46:58] "DELETE /security-group/e84b3109-87c7-40f9-aa7c-2864c05b2535 HTTP/1.1" 200 115 0.115509 10.0.0.65 - - [2026-04-20 16:46:58] "GET /projects?obj_uuids=5a71b649-3253-4dc7-8339-13600dd831c2&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002656 10.0.0.65 - - [2026-04-20 16:46:58] "DELETE /security-group/fce4705c-c130-4371-9322-1fe3fa69dfcd HTTP/1.1" 200 115 0.150988 10.0.0.65 - - [2026-04-20 16:46:58] "GET /projects?obj_uuids=14de0a51-90c7-4cd8-987e-e9f92834f153&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001279 10.0.0.65 - - [2026-04-20 16:46:58] "DELETE /security-group/c48e40f7-87d2-4f42-9731-907a65a07fda HTTP/1.1" 200 115 0.135186 10.0.0.65 - - [2026-04-20 16:46:58] "GET /projects?obj_uuids=96f097b1-b65a-4469-a46b-5a676e4cbd10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001530 10.0.0.65 - - [2026-04-20 16:46:58] "GET /project/5a71b649-3253-4dc7-8339-13600dd831c2?fields=application_policy_sets HTTP/1.1" 200 1425 0.086591 10.0.0.65 - - [2026-04-20 16:46:58] "GET /project/96f097b1-b65a-4469-a46b-5a676e4cbd10?fields=application_policy_sets HTTP/1.1" 200 1406 0.089609 10.0.0.65 - - [2026-04-20 16:46:58] "GET /project/14de0a51-90c7-4cd8-987e-e9f92834f153?fields=application_policy_sets HTTP/1.1" 200 1417 0.179996 10.0.0.65 - - [2026-04-20 16:46:58] "DELETE /access-control-list/e28a2b90-c7bb-4c88-8a05-6c73876c84ca HTTP/1.1" 200 115 0.110327 10.0.0.23 - - [2026-04-20 16:46:58] "POST /neutron/network HTTP/1.1" 200 910 0.013102 10.0.0.65 - - [2026-04-20 16:46:59] "DELETE /project/5a71b649-3253-4dc7-8339-13600dd831c2 HTTP/1.1" 200 115 0.967703 10.0.0.65 - - [2026-04-20 16:46:59] "DELETE /project/96f097b1-b65a-4469-a46b-5a676e4cbd10 HTTP/1.1" 200 115 1.000956 10.0.0.65 - - [2026-04-20 16:46:59] "DELETE /project/14de0a51-90c7-4cd8-987e-e9f92834f153 HTTP/1.1" 200 115 1.016470 10.0.0.65 - - [2026-04-20 16:46:59] "DELETE /access-control-list/e5f63637-a421-4a8e-ac77-710845de54bb HTTP/1.1" 200 115 0.085850 10.0.0.65 - - [2026-04-20 16:46:59] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001448 10.0.0.23 - - [2026-04-20 16:46:59] "GET /project/093d28f5-3775-4d66-859a-a5ca16f1e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.095073 10.0.0.23 - - [2026-04-20 16:47:00] "POST /neutron/port HTTP/1.1" 200 117 0.007812 10.0.0.23 - - [2026-04-20 16:47:00] "POST /id-to-fqname HTTP/1.1" 200 262 0.002301 10.0.0.23 - - [2026-04-20 16:47:00] "POST /neutron/network HTTP/1.1" 200 910 0.011573 10.0.0.23 - - [2026-04-20 16:47:00] "GET /obj-perms HTTP/1.1" 200 5056 0.155303 10.0.0.23 - - [2026-04-20 16:47:01] "POST /neutron/port HTTP/1.1" 200 1064 0.036317 10.0.0.65 - - [2026-04-20 16:47:01] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001577 10.0.0.23 - - [2026-04-20 16:47:01] "GET /project/093d28f5-3775-4d66-859a-a5ca16f1e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.193102 10.0.0.249 - - [2026-04-20 16:47:01] "GET /obj-perms HTTP/1.1" 200 5056 0.216817 10.0.0.23 - - [2026-04-20 16:47:01] "POST /neutron/port HTTP/1.1" 200 1128 0.037878 10.0.0.23 - - [2026-04-20 16:47:01] "POST /neutron/port HTTP/1.1" 200 117 0.001825 10.0.0.23 - - [2026-04-20 16:47:02] "POST /neutron/security_group HTTP/1.1" 200 2063 0.012249 10.0.0.65 - - [2026-04-20 16:47:02] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001234 10.0.0.23 - - [2026-04-20 16:47:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.007482 10.0.0.23 - - [2026-04-20 16:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.65 - - [2026-04-20 16:47:03] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001491 10.0.0.23 - - [2026-04-20 16:47:03] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.020380 10.0.0.23 - - [2026-04-20 16:47:03] "POST /service-templates HTTP/1.1" 200 543 0.062639 10.0.0.23 - - [2026-04-20 16:47:03] "POST /neutron/port HTTP/1.1" 200 1065 0.431021 10.0.0.23 - - [2026-04-20 16:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005699 10.0.0.23 - - [2026-04-20 16:47:03] "GET /service-template/4ca8aa64-6137-4efc-9ab1-6288b2309ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.007240 10.0.0.23 - - [2026-04-20 16:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.23 - - [2026-04-20 16:47:03] "GET /service-template/4ca8aa64-6137-4efc-9ab1-6288b2309ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.006499 10.0.0.23 - - [2026-04-20 16:47:03] "POST /id-to-fqname HTTP/1.1" 200 261 0.001915 10.0.0.23 - - [2026-04-20 16:47:03] "POST /id-to-fqname HTTP/1.1" 200 261 0.002224 10.0.0.23 - - [2026-04-20 16:47:03] "POST /id-to-fqname HTTP/1.1" 200 262 0.002034 10.0.0.23 - - [2026-04-20 16:47:03] "POST /neutron/port HTTP/1.1" 200 1119 0.179020 10.0.0.23 - - [2026-04-20 16:47:03] "POST /neutron/subnet HTTP/1.1" 200 698 0.015300 10.0.0.23 - - [2026-04-20 16:47:03] "POST /neutron/network HTTP/1.1" 200 903 0.011432 10.0.0.23 - - [2026-04-20 16:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.23 - - [2026-04-20 16:47:03] "DELETE /service-template/4ca8aa64-6137-4efc-9ab1-6288b2309ba6 HTTP/1.1" 200 115 0.042002 10.0.0.23 - - [2026-04-20 16:47:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.005116 10.0.0.23 - - [2026-04-20 16:47:06] "POST /neutron/network HTTP/1.1" 400 204 0.019345 10.0.0.23 - - [2026-04-20 16:47:07] "POST /neutron/port HTTP/1.1" 200 151 0.279656 10.0.0.23 - - [2026-04-20 16:47:07] "POST /neutron/port HTTP/1.1" 200 151 0.305986 10.0.0.23 - - [2026-04-20 16:47:08] "POST /neutron/network HTTP/1.1" 200 903 0.018811 10.0.0.65 - - [2026-04-20 16:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006087 10.0.0.65 - - [2026-04-20 16:47:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003186 10.0.0.65 - - [2026-04-20 16:47:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005200 10.0.0.23 - - [2026-04-20 16:47:09] "POST /neutron/network HTTP/1.1" 200 151 0.206753 10.0.0.65 - - [2026-04-20 16:47:09] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002022 10.0.0.65 - - [2026-04-20 16:47:09] "DELETE /route-target/b702e02c-2e1f-45e8-a93f-b3727be71299 HTTP/1.1" 200 115 0.049469 10.0.0.23 - - [2026-04-20 16:47:09] "GET /project/093d28f5-3775-4d66-859a-a5ca16f1e091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.118591 10.0.0.65 - - [2026-04-20 16:47:09] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001298 10.0.0.23 - - [2026-04-20 16:47:09] "GET /project/093d28f5-3775-4d66-859a-a5ca16f1e091?fields=virtual_networks HTTP/1.1" 200 1040 0.085495 10.0.0.65 - - [2026-04-20 16:47:09] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001461 10.0.0.23 - - [2026-04-20 16:47:09] "GET /project/093d28f5-3775-4d66-859a-a5ca16f1e091?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.080569 10.0.0.65 - - [2026-04-20 16:47:09] "GET /projects?obj_uuids=093d28f5-3775-4d66-859a-a5ca16f1e091&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001275 10.0.0.23 - - [2026-04-20 16:47:09] "GET /project/093d28f5-3775-4d66-859a-a5ca16f1e091?fields=security_groups HTTP/1.1" 200 1271 0.050390 10.0.0.23 - - [2026-04-20 16:47:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.038867 10.0.0.65 - - [2026-04-20 16:47:10] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003990 10.0.0.65 - - [2026-04-20 16:47:10] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.65 - - [2026-04-20 16:47:10] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011307 10.0.0.65 - - [2026-04-20 16:47:10] "POST /id-to-fqname HTTP/1.1" 200 199 0.007491 10.0.0.65 - - [2026-04-20 16:47:10] "POST /fqname-to-id HTTP/1.1" 404 208 0.012136 10.0.0.65 - - [2026-04-20 16:47:11] "POST /security-groups HTTP/1.1" 200 600 0.082882 10.0.0.65 - - [2026-04-20 16:47:11] "POST /projects HTTP/1.1" 200 603 0.343925 10.0.0.65 - - [2026-04-20 16:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.405239 10.0.0.65 - - [2026-04-20 16:47:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.017262 10.0.0.23 - - [2026-04-20 16:47:11] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.613481 10.0.0.23 - - [2026-04-20 16:47:12] "GET / HTTP/1.1" 200 35931 0.001964 10.0.0.23 - - [2026-04-20 16:47:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000595 10.0.0.23 - - [2026-04-20 16:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.079688 10.0.0.65 - - [2026-04-20 16:47:13] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001307 10.0.0.23 - - [2026-04-20 16:47:13] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.069759 10.0.0.65 - - [2026-04-20 16:47:14] "POST /useragent-kv HTTP/1.1" 200 115 0.027155 10.0.0.23 - - [2026-04-20 16:47:14] "POST /neutron/subnet HTTP/1.1" 200 823 0.343067 10.0.0.65 - - [2026-04-20 16:47:14] "POST /ref-update HTTP/1.1" 200 156 0.034279 10.0.0.23 - - [2026-04-20 16:47:14] "POST /id-to-fqname HTTP/1.1" 200 269 0.001574 10.0.0.23 - - [2026-04-20 16:47:14] "GET /virtual-network/00f751d9-c90e-4c52-a625-3deb878d0a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2753 0.009120 10.0.0.23 - - [2026-04-20 16:47:14] "POST /neutron/network HTTP/1.1" 200 1085 0.012864 10.0.0.23 - - [2026-04-20 16:47:14] "GET /virtual-network/00f751d9-c90e-4c52-a625-3deb878d0a4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2753 0.006501 10.0.0.23 - - [2026-04-20 16:47:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.011689 10.0.0.23 - - [2026-04-20 16:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005212 10.0.0.65 - - [2026-04-20 16:47:14] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002218 10.0.0.23 - - [2026-04-20 16:47:14] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.067654 10.0.0.249 - - [2026-04-20 16:47:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.006172 10.0.0.65 - - [2026-04-20 16:47:15] "POST /useragent-kv HTTP/1.1" 200 115 0.009497 10.0.0.23 - - [2026-04-20 16:47:15] "POST /neutron/subnet HTTP/1.1" 200 823 0.261378 10.0.0.23 - - [2026-04-20 16:47:15] "POST /id-to-fqname HTTP/1.1" 200 269 0.002341 10.0.0.23 - - [2026-04-20 16:47:15] "GET /virtual-network/5d91cbe5-af4c-41b7-9eeb-1c88e9dc1127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.012889 10.0.0.23 - - [2026-04-20 16:47:15] "POST /neutron/network HTTP/1.1" 200 1086 0.012398 10.0.0.23 - - [2026-04-20 16:47:15] "GET /virtual-network/5d91cbe5-af4c-41b7-9eeb-1c88e9dc1127?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.006205 10.0.0.23 - - [2026-04-20 16:47:15] "POST /neutron/subnet HTTP/1.1" 200 724 0.012365 10.0.0.23 - - [2026-04-20 16:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.65 - - [2026-04-20 16:47:15] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001094 10.0.0.23 - - [2026-04-20 16:47:16] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.053787 10.0.0.65 - - [2026-04-20 16:47:16] "POST /route-targets HTTP/1.1" 200 327 0.021881 10.0.0.65 - - [2026-04-20 16:47:16] "POST /useragent-kv HTTP/1.1" 200 115 0.012724 10.0.0.23 - - [2026-04-20 16:47:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.281256 10.0.0.249 - - [2026-04-20 16:47:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.011058 10.0.0.23 - - [2026-04-20 16:47:16] "POST /id-to-fqname HTTP/1.1" 200 270 0.002075 10.0.0.23 - - [2026-04-20 16:47:16] "GET /virtual-network/0de5ecca-3166-40e0-9da5-3723a3519575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.013812 10.0.0.23 - - [2026-04-20 16:47:17] "POST /neutron/network HTTP/1.1" 200 1090 0.018901 10.0.0.23 - - [2026-04-20 16:47:17] "GET /virtual-network/0de5ecca-3166-40e0-9da5-3723a3519575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.006777 10.0.0.23 - - [2026-04-20 16:47:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.013240 10.0.0.23 - - [2026-04-20 16:47:17] "POST /id-to-fqname HTTP/1.1" 200 269 0.001960 10.0.0.65 - - [2026-04-20 16:47:18] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001128 10.0.0.23 - - [2026-04-20 16:47:18] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.092350 10.0.0.23 - - [2026-04-20 16:47:18] "POST /neutron/port HTTP/1.1" 200 117 0.011546 10.0.0.23 - - [2026-04-20 16:47:18] "POST /id-to-fqname HTTP/1.1" 200 270 0.001955 10.0.0.23 - - [2026-04-20 16:47:18] "POST /neutron/network HTTP/1.1" 200 1100 0.010137 10.0.0.23 - - [2026-04-20 16:47:19] "POST /neutron/port HTTP/1.1" 200 1175 0.037371 10.0.0.65 - - [2026-04-20 16:47:19] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001188 10.0.0.23 - - [2026-04-20 16:47:19] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.141630 10.0.0.23 - - [2026-04-20 16:47:19] "POST /neutron/network HTTP/1.1" 200 1090 0.027059 10.0.0.23 - - [2026-04-20 16:47:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005723 10.0.0.23 - - [2026-04-20 16:47:19] "POST /neutron/port HTTP/1.1" 200 117 0.001805 10.0.0.23 - - [2026-04-20 16:47:19] "POST /neutron/network HTTP/1.1" 200 1086 0.017688 10.0.0.65 - - [2026-04-20 16:47:20] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001128 10.0.0.23 - - [2026-04-20 16:47:21] "POST /neutron/port HTTP/1.1" 200 1177 0.637600 10.0.0.23 - - [2026-04-20 16:47:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.012678 10.0.0.23 - - [2026-04-20 16:47:21] "POST /neutron/port HTTP/1.1" 200 1231 0.221044 10.0.0.23 - - [2026-04-20 16:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.022606 10.0.0.65 - - [2026-04-20 16:47:21] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.23 - - [2026-04-20 16:47:21] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009318 10.0.0.23 - - [2026-04-20 16:47:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004520 10.0.0.23 - - [2026-04-20 16:47:21] "POST /service-templates HTTP/1.1" 200 543 0.072027 10.0.0.23 - - [2026-04-20 16:47:21] "POST /neutron/port HTTP/1.1" 200 117 0.001698 10.0.0.23 - - [2026-04-20 16:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.011775 10.0.0.23 - - [2026-04-20 16:47:21] "GET /service-template/33d836ca-e702-41c9-835b-61d2f9c97f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.010617 10.0.0.23 - - [2026-04-20 16:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008378 10.0.0.23 - - [2026-04-20 16:47:21] "GET /service-template/33d836ca-e702-41c9-835b-61d2f9c97f52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.005904 10.0.0.23 - - [2026-04-20 16:47:21] "POST /id-to-fqname HTTP/1.1" 200 269 0.001454 10.0.0.23 - - [2026-04-20 16:47:21] "POST /id-to-fqname HTTP/1.1" 200 269 0.001517 10.0.0.23 - - [2026-04-20 16:47:21] "POST /id-to-fqname HTTP/1.1" 200 270 0.001854 10.0.0.23 - - [2026-04-20 16:47:22] "POST /neutron/security_group HTTP/1.1" 200 2067 0.013818 10.0.0.23 - - [2026-04-20 16:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.011531 10.0.0.23 - - [2026-04-20 16:47:22] "DELETE /service-template/33d836ca-e702-41c9-835b-61d2f9c97f52 HTTP/1.1" 200 115 0.069078 10.0.0.23 - - [2026-04-20 16:47:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.006439 10.0.0.23 - - [2026-04-20 16:47:24] "POST /neutron/port HTTP/1.1" 200 1241 0.029855 10.0.0.23 - - [2026-04-20 16:47:24] "POST /neutron/port HTTP/1.1" 200 1239 0.054108 10.0.0.23 - - [2026-04-20 16:47:26] "POST /neutron/network HTTP/1.1" 200 1086 0.015278 10.0.0.65 - - [2026-04-20 16:47:26] "DELETE /route-target/1fefc977-e25f-4277-977a-174a3a6a4ece HTTP/1.1" 200 115 0.037848 10.0.0.65 - - [2026-04-20 16:47:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007644 10.0.0.65 - - [2026-04-20 16:47:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003199 10.0.0.65 - - [2026-04-20 16:47:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003199 10.0.0.65 - - [2026-04-20 16:47:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010976 10.0.0.23 - - [2026-04-20 16:47:27] "POST /neutron/network HTTP/1.1" 200 151 0.310558 10.0.0.65 - - [2026-04-20 16:47:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.65 - - [2026-04-20 16:47:27] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001052 10.0.0.23 - - [2026-04-20 16:47:27] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.077135 10.0.0.65 - - [2026-04-20 16:47:27] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001078 10.0.0.23 - - [2026-04-20 16:47:27] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?fields=virtual_networks HTTP/1.1" 200 1051 0.055718 10.0.0.65 - - [2026-04-20 16:47:27] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001124 10.0.0.23 - - [2026-04-20 16:47:27] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.077523 10.0.0.65 - - [2026-04-20 16:47:27] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002144 10.0.0.23 - - [2026-04-20 16:47:27] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?fields=security_groups HTTP/1.1" 200 1286 0.084469 10.0.0.23 - - [2026-04-20 16:47:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.052595 10.0.0.65 - - [2026-04-20 16:47:29] "GET /projects?obj_uuids=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005274 10.0.0.65 - - [2026-04-20 16:47:29] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001924 10.0.0.65 - - [2026-04-20 16:47:29] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011338 10.0.0.65 - - [2026-04-20 16:47:29] "POST /id-to-fqname HTTP/1.1" 200 202 0.008870 10.0.0.65 - - [2026-04-20 16:47:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.007985 10.0.0.65 - - [2026-04-20 16:47:29] "POST /security-groups HTTP/1.1" 200 603 0.101379 10.0.0.65 - - [2026-04-20 16:47:29] "POST /projects HTTP/1.1" 200 609 0.399096 10.0.0.65 - - [2026-04-20 16:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.457467 10.0.0.65 - - [2026-04-20 16:47:29] "POST /access-control-lists HTTP/1.1" 200 608 0.038348 10.0.0.23 - - [2026-04-20 16:47:29] "GET /project/0c2a676f-3b9c-45d8-9c0b-04a9323eea37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.702280 10.0.0.23 - - [2026-04-20 16:47:31] "GET / HTTP/1.1" 200 35931 0.002744 10.0.0.23 - - [2026-04-20 16:47:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000719 10.0.0.23 - - [2026-04-20 16:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.087896 10.0.0.65 - - [2026-04-20 16:47:33] "GET /projects?obj_uuids=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001164 10.0.0.23 - - [2026-04-20 16:47:33] "GET /project/0c2a676f-3b9c-45d8-9c0b-04a9323eea37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.065526 10.0.0.23 - - [2026-04-20 16:47:33] "POST /neutron/network HTTP/1.1" 200 117 0.051581 10.0.0.65 - - [2026-04-20 16:47:33] "POST /route-targets HTTP/1.1" 200 327 0.020579 10.0.0.23 - - [2026-04-20 16:47:33] "POST /neutron/network HTTP/1.1" 200 839 0.013054 10.0.0.23 - - [2026-04-20 16:47:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001462 10.0.0.23 - - [2026-04-20 16:47:33] "GET /virtual-network/ecd94958-d57b-41c2-aeaa-bd5206a0ef9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007051 10.0.0.23 - - [2026-04-20 16:47:33] "GET /virtual-network/ecd94958-d57b-41c2-aeaa-bd5206a0ef9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.013174 10.0.0.23 - - [2026-04-20 16:47:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.014192 10.0.0.23 - - [2026-04-20 16:47:34] "GET /virtual-network/ecd94958-d57b-41c2-aeaa-bd5206a0ef9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009509 10.0.0.65 - - [2026-04-20 16:47:36] "GET /obj-perms HTTP/1.1" 200 5054 0.089098 10.0.0.23 - - [2026-04-20 16:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005964 10.0.0.65 - - [2026-04-20 16:47:36] "GET /projects?obj_uuids=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001664 10.0.0.23 - - [2026-04-20 16:47:36] "GET /project/0c2a676f-3b9c-45d8-9c0b-04a9323eea37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.074663 10.0.0.65 - - [2026-04-20 16:47:36] "POST /ref-update HTTP/1.1" 200 156 0.033937 10.0.0.65 - - [2026-04-20 16:47:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009127 10.0.0.23 - - [2026-04-20 16:47:36] "POST /neutron/subnet HTTP/1.1" 200 729 0.298861 10.0.0.23 - - [2026-04-20 16:47:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001696 10.0.0.23 - - [2026-04-20 16:47:37] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008389 10.0.0.23 - - [2026-04-20 16:47:37] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008693 10.0.0.23 - - [2026-04-20 16:47:37] "POST /neutron/network HTTP/1.1" 200 839 0.010122 10.0.0.23 - - [2026-04-20 16:47:37] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006545 10.0.0.23 - - [2026-04-20 16:47:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.002318 10.0.0.65 - - [2026-04-20 16:47:59] "DELETE /project/0c2a676f3b9c45d89c0b04a9323eea37 HTTP/1.1" 404 173 0.050099 10.0.0.65 - - [2026-04-20 16:47:59] "DELETE /project/093d28f5-3775-4d66-859a-a5ca16f1e091 HTTP/1.1" 404 177 0.079665 10.0.0.65 - - [2026-04-20 16:47:59] "DELETE /project/b7904973543844d1b3587c6f88faf38f HTTP/1.1" 404 173 0.105955 10.0.0.65 - - [2026-04-20 16:47:59] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001234 10.0.0.65 - - [2026-04-20 16:47:59] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.111197 10.0.0.65 - - [2026-04-20 16:47:59] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002735 10.0.0.65 - - [2026-04-20 16:47:59] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?fields=security_groups HTTP/1.1" 200 1391 0.061721 10.0.0.65 - - [2026-04-20 16:47:59] "DELETE /security-group/9e385106-7fe7-429e-a92e-13451fb3b687 HTTP/1.1" 200 115 0.078867 10.0.0.65 - - [2026-04-20 16:47:59] "GET /projects?obj_uuids=b7904973-5438-44d1-b358-7c6f88faf38f&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001200 10.0.0.65 - - [2026-04-20 16:47:59] "GET /project/b7904973-5438-44d1-b358-7c6f88faf38f?fields=application_policy_sets HTTP/1.1" 200 1430 0.065164 10.0.0.65 - - [2026-04-20 16:47:59] "DELETE /access-control-list/238428db-a68f-4337-9f8c-236ee02efacc HTTP/1.1" 200 115 0.115908 10.0.0.65 - - [2026-04-20 16:47:59] "DELETE /project/b7904973-5438-44d1-b358-7c6f88faf38f HTTP/1.1" 200 115 0.765975 10.0.0.23 - - [2026-04-20 16:48:02] "GET /obj-perms HTTP/1.1" 200 5056 0.121220 10.0.0.65 - - [2026-04-20 16:48:14] "GET /projects?obj_uuids=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001658 10.0.0.23 - - [2026-04-20 16:48:14] "GET /project/0c2a676f-3b9c-45d8-9c0b-04a9323eea37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.096498 10.0.0.23 - - [2026-04-20 16:48:14] "POST /neutron/network HTTP/1.1" 200 839 0.010583 10.0.0.23 - - [2026-04-20 16:48:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.002341 10.0.0.23 - - [2026-04-20 16:48:14] "POST /neutron/port HTTP/1.1" 200 117 0.008250 10.0.0.65 - - [2026-04-20 16:48:15] "GET /projects?obj_uuids=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001344 10.0.0.65 - - [2026-04-20 16:48:15] "GET /projects?obj_uuids=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002607 10.0.0.23 - - [2026-04-20 16:48:15] "POST /neutron/port HTTP/1.1" 200 1073 0.432790 10.0.0.23 - - [2026-04-20 16:48:15] "GET /project/0c2a676f-3b9c-45d8-9c0b-04a9323eea37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.183999 10.0.0.23 - - [2026-04-20 16:48:15] "POST /neutron/port HTTP/1.1" 200 1073 0.019845 10.0.0.23 - - [2026-04-20 16:48:16] "POST /neutron/port HTTP/1.1" 200 1137 0.033070 10.0.0.23 - - [2026-04-20 16:48:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009407 10.0.0.23 - - [2026-04-20 16:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007015 10.0.0.23 - - [2026-04-20 16:48:16] "POST /neutron/network HTTP/1.1" 200 839 0.013130 10.0.0.65 - - [2026-04-20 16:48:16] "GET /projects?obj_uuids=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001505 10.0.0.23 - - [2026-04-20 16:48:16] "GET /project/0c2a676f-3b9c-45d8-9c0b-04a9323eea37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.061814 10.0.0.23 - - [2026-04-20 16:48:16] "GET /virtual-network/ecd94958-d57b-41c2-aeaa-bd5206a0ef9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006808 10.0.0.23 - - [2026-04-20 16:48:16] "GET /floating-ip-pools?parent_id=ecd94958-d57b-41c2-aeaa-bd5206a0ef9c&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004855 10.0.0.23 - - [2026-04-20 16:48:16] "GET /virtual-network/ecd94958-d57b-41c2-aeaa-bd5206a0ef9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006830 10.0.0.23 - - [2026-04-20 16:48:16] "POST /floating-ip-pools HTTP/1.1" 200 609 0.043746 10.0.0.23 - - [2026-04-20 16:48:16] "POST /ref-update HTTP/1.1" 200 156 0.027922 10.0.0.23 - - [2026-04-20 16:48:16] "GET /virtual-network/ecd94958-d57b-41c2-aeaa-bd5206a0ef9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006634 10.0.0.23 - - [2026-04-20 16:48:17] "GET /virtual-network/ecd94958-d57b-41c2-aeaa-bd5206a0ef9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.012389 10.0.0.23 - - [2026-04-20 16:48:17] "POST /neutron/port HTTP/1.1" 200 1137 0.044468 10.0.0.23 - - [2026-04-20 16:48:17] "POST /neutron/port HTTP/1.1" 200 1073 0.021601 10.0.0.23 - - [2026-04-20 16:48:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008383 10.0.0.23 - - [2026-04-20 16:48:18] "POST /neutron/network HTTP/1.1" 200 839 0.008532 10.0.0.23 - - [2026-04-20 16:48:27] "POST /neutron/port HTTP/1.1" 200 1137 0.028006 10.0.0.23 - - [2026-04-20 16:48:32] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012399 10.0.0.23 - - [2026-04-20 16:48:43] "POST /neutron/port HTTP/1.1" 200 1137 0.024632 10.0.0.23 - - [2026-04-20 16:48:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010222 10.0.0.23 - - [2026-04-20 16:48:58] "POST /neutron/port HTTP/1.1" 200 1137 0.025398 10.0.0.249 - - [2026-04-20 16:49:03] "GET /obj-perms HTTP/1.1" 200 5056 0.072365 10.0.0.65 - - [2026-04-20 16:49:03] "GET /obj-perms HTTP/1.1" 200 5056 0.079558 10.0.0.23 - - [2026-04-20 16:49:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009137 10.0.0.23 - - [2026-04-20 16:49:08] "POST /neutron/port HTTP/1.1" 200 1137 0.029247 10.0.0.23 - - [2026-04-20 16:49:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009452 10.0.0.23 - - [2026-04-20 16:49:08] "GET /virtual-machine/a2fc96a8-d377-4992-afe5-d4a858a6ae71 HTTP/1.1" 401 292 0.000497 10.0.0.23 - - [2026-04-20 16:49:09] "GET /virtual-machine/a2fc96a8-d377-4992-afe5-d4a858a6ae71 HTTP/1.1" 200 1305 0.046731 10.0.0.23 - - [2026-04-20 16:49:09] "GET /virtual-machine-interface/a001253b-e204-4e75-9476-3ebe6d80bea7 HTTP/1.1" 200 3005 0.007089 10.0.0.23 - - [2026-04-20 16:49:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.23 - - [2026-04-20 16:49:09] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005146 10.0.0.23 - - [2026-04-20 16:49:09] "GET /virtual-networks?parent_id=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004403 10.0.0.23 - - [2026-04-20 16:49:09] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008942 10.0.0.23 - - [2026-04-20 16:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.23 - - [2026-04-20 16:49:12] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007207 10.0.0.23 - - [2026-04-20 16:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.23 - - [2026-04-20 16:49:16] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007385 10.0.0.23 - - [2026-04-20 16:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.012062 10.0.0.23 - - [2026-04-20 16:49:20] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007416 10.0.0.23 - - [2026-04-20 16:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.23 - - [2026-04-20 16:49:24] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006699 10.0.0.23 - - [2026-04-20 16:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.23 - - [2026-04-20 16:49:28] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006207 10.0.0.23 - - [2026-04-20 16:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.23 - - [2026-04-20 16:49:32] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006844 10.0.0.23 - - [2026-04-20 16:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005725 10.0.0.23 - - [2026-04-20 16:49:36] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008179 10.0.0.23 - - [2026-04-20 16:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.23 - - [2026-04-20 16:49:40] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006816 10.0.0.23 - - [2026-04-20 16:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005523 10.0.0.23 - - [2026-04-20 16:49:45] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007029 10.0.0.23 - - [2026-04-20 16:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006267 10.0.0.23 - - [2026-04-20 16:49:47] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004539 10.0.0.23 - - [2026-04-20 16:49:47] "GET /virtual-networks?parent_id=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004410 10.0.0.23 - - [2026-04-20 16:49:47] "GET /virtual-network/dadffeba-24ba-42a4-85f9-72cf6dcc1e45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.010393 10.0.0.23 - - [2026-04-20 16:49:52] "POST /neutron/port HTTP/1.1" 200 1137 0.021889 10.0.0.23 - - [2026-04-20 16:49:52] "POST /neutron/port HTTP/1.1" 200 1137 0.062104 10.0.0.23 - - [2026-04-20 16:49:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.011271 10.0.0.23 - - [2026-04-20 16:49:53] "POST /neutron/port HTTP/1.1" 200 1137 0.064681 10.0.0.23 - - [2026-04-20 16:49:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006877 10.0.0.23 - - [2026-04-20 16:49:54] "POST /neutron/network HTTP/1.1" 200 839 0.012809 10.0.0.23 - - [2026-04-20 16:49:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010340 10.0.0.23 - - [2026-04-20 16:50:02] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009029 10.0.0.23 - - [2026-04-20 16:50:08] "POST /neutron/floatingip HTTP/1.1" 200 531 0.012635 10.0.0.249 - - [2026-04-20 16:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.249 - - [2026-04-20 16:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.249 - - [2026-04-20 16:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.65 - - [2026-04-20 16:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.249 - - [2026-04-20 16:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.23 - - [2026-04-20 16:50:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012406 10.0.0.65 - - [2026-04-20 16:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000462 10.0.0.23 - - [2026-04-20 16:50:08] "POST /neutron/port HTTP/1.1" 200 1137 0.022514 10.0.0.23 - - [2026-04-20 16:50:08] "GET /virtual-machine/c1ac527c-c891-40af-b1ea-5ddd046837c4 HTTP/1.1" 200 1305 0.013010 10.0.0.23 - - [2026-04-20 16:50:08] "GET /virtual-machine-interface/2d829892-f5aa-4e53-98fd-5bbaa9d0b099 HTTP/1.1" 200 3004 0.005832 10.0.0.23 - - [2026-04-20 16:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.23 - - [2026-04-20 16:50:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011735 10.0.0.23 - - [2026-04-20 16:50:08] "GET /virtual-networks?parent_id=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003403 10.0.0.23 - - [2026-04-20 16:50:08] "GET /virtual-network/ecd94958-d57b-41c2-aeaa-bd5206a0ef9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006968 10.0.0.23 - - [2026-04-20 16:50:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.042590 10.0.0.65 - - [2026-04-20 16:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.65 - - [2026-04-20 16:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2026-04-20 16:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.23 - - [2026-04-20 16:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2026-04-20 16:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.23 - - [2026-04-20 16:50:09] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005079 10.0.0.23 - - [2026-04-20 16:50:09] "GET /virtual-networks?parent_id=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004925 10.0.0.23 - - [2026-04-20 16:50:09] "GET /virtual-network/ecd94958-d57b-41c2-aeaa-bd5206a0ef9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006749 10.0.0.23 - - [2026-04-20 16:50:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.23 - - [2026-04-20 16:50:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2026-04-20 16:50:15] "POST /neutron/port HTTP/1.1" 200 1137 0.029756 10.0.0.23 - - [2026-04-20 16:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.23 - - [2026-04-20 16:50:20] "GET /routing-instance/1de38a3d-ec23-49ce-bbf0-e26d91e7c230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.008343 10.0.0.23 - - [2026-04-20 16:50:20] "GET /route-target/31eb08a0-d760-45db-b5cb-0b2ff5577ed2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004786 10.0.0.23 - - [2026-04-20 16:50:35] "POST /neutron/floatingip HTTP/1.1" 200 579 0.024962 10.0.0.23 - - [2026-04-20 16:50:35] "POST /neutron/floatingip HTTP/1.1" 200 115 0.084149 10.0.0.23 - - [2026-04-20 16:50:35] "GET /floating-ip-pool/09ee9446-77c8-476f-b42a-1ab48928aa77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.005467 10.0.0.23 - - [2026-04-20 16:50:35] "POST /ref-update HTTP/1.1" 200 156 0.022943 10.0.0.23 - - [2026-04-20 16:50:35] "DELETE /floating-ip-pool/09ee9446-77c8-476f-b42a-1ab48928aa77 HTTP/1.1" 200 115 0.049332 10.0.0.23 - - [2026-04-20 16:50:36] "POST /neutron/port HTTP/1.1" 200 1137 0.031175 10.0.0.23 - - [2026-04-20 16:50:36] "POST /neutron/port HTTP/1.1" 200 1137 0.048125 10.0.0.23 - - [2026-04-20 16:50:37] "POST /neutron/network HTTP/1.1" 200 839 0.010469 10.0.0.65 - - [2026-04-20 16:50:38] "DELETE /route-target/53c408d0-2010-42c2-8006-0cb5b3166c38 HTTP/1.1" 200 115 0.036759 10.0.0.65 - - [2026-04-20 16:50:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005290 10.0.0.65 - - [2026-04-20 16:50:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005476 10.0.0.23 - - [2026-04-20 16:50:38] "POST /neutron/network HTTP/1.1" 200 151 0.203508 10.0.0.65 - - [2026-04-20 16:50:40] "GET /projects?obj_uuids=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001570 10.0.0.23 - - [2026-04-20 16:50:40] "GET /project/0c2a676f-3b9c-45d8-9c0b-04a9323eea37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.114054 10.0.0.65 - - [2026-04-20 16:50:40] "GET /projects?obj_uuids=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003106 10.0.0.23 - - [2026-04-20 16:50:40] "GET /project/0c2a676f-3b9c-45d8-9c0b-04a9323eea37?fields=virtual_networks HTTP/1.1" 200 1055 0.067324 10.0.0.65 - - [2026-04-20 16:50:40] "GET /projects?obj_uuids=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002198 10.0.0.23 - - [2026-04-20 16:50:40] "GET /project/0c2a676f-3b9c-45d8-9c0b-04a9323eea37?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.087999 10.0.0.65 - - [2026-04-20 16:50:40] "GET /projects?obj_uuids=0c2a676f-3b9c-45d8-9c0b-04a9323eea37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001738 10.0.0.23 - - [2026-04-20 16:50:40] "GET /project/0c2a676f-3b9c-45d8-9c0b-04a9323eea37?fields=security_groups HTTP/1.1" 200 1293 0.100039 10.0.0.23 - - [2026-04-20 16:50:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.042343 10.0.0.65 - - [2026-04-20 16:50:41] "GET /projects?obj_uuids=5c64b61d-7952-4e80-b197-7af4dce90095&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004625 10.0.0.65 - - [2026-04-20 16:50:41] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001537 10.0.0.65 - - [2026-04-20 16:50:41] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009663 10.0.0.65 - - [2026-04-20 16:50:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.014209 10.0.0.65 - - [2026-04-20 16:50:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.005738 10.0.0.65 - - [2026-04-20 16:50:42] "POST /security-groups HTTP/1.1" 200 591 0.090641 10.0.0.65 - - [2026-04-20 16:50:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.005153 10.0.0.65 - - [2026-04-20 16:50:42] "POST /projects HTTP/1.1" 200 585 0.359694 10.0.0.65 - - [2026-04-20 16:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.403056 10.0.0.23 - - [2026-04-20 16:50:42] "GET /project/5c64b61d-7952-4e80-b197-7af4dce90095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.606016 10.0.0.65 - - [2026-04-20 16:50:42] "POST /access-control-lists HTTP/1.1" 200 594 0.083755 10.0.0.23 - - [2026-04-20 16:50:43] "GET / HTTP/1.1" 200 35931 0.003463 10.0.0.65 - - [2026-04-20 16:50:46] "GET /projects?obj_uuids=5c64b61d-7952-4e80-b197-7af4dce90095&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.23 - - [2026-04-20 16:50:46] "GET /project/5c64b61d-7952-4e80-b197-7af4dce90095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.078271 10.0.0.65 - - [2026-04-20 16:50:46] "GET /projects?obj_uuids=5c64b61d-7952-4e80-b197-7af4dce90095&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.23 - - [2026-04-20 16:50:46] "GET /project/5c64b61d-7952-4e80-b197-7af4dce90095?fields=virtual_networks HTTP/1.1" 200 1032 0.071839 10.0.0.65 - - [2026-04-20 16:50:46] "GET /projects?obj_uuids=5c64b61d-7952-4e80-b197-7af4dce90095&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211 10.0.0.23 - - [2026-04-20 16:50:46] "GET /project/5c64b61d-7952-4e80-b197-7af4dce90095?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.056563 10.0.0.65 - - [2026-04-20 16:50:47] "GET /projects?obj_uuids=5c64b61d-7952-4e80-b197-7af4dce90095&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001091 10.0.0.23 - - [2026-04-20 16:50:47] "GET /project/5c64b61d-7952-4e80-b197-7af4dce90095?fields=security_groups HTTP/1.1" 200 1258 0.052355 10.0.0.23 - - [2026-04-20 16:50:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.041940 10.0.0.65 - - [2026-04-20 16:50:48] "GET /projects?obj_uuids=7c724f19-de7f-4c52-9af4-2b1f1a7c48b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003809 10.0.0.65 - - [2026-04-20 16:50:48] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001105 10.0.0.65 - - [2026-04-20 16:50:48] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010063 10.0.0.65 - - [2026-04-20 16:50:48] "POST /id-to-fqname HTTP/1.1" 200 185 0.002016 10.0.0.65 - - [2026-04-20 16:50:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.004856 10.0.0.65 - - [2026-04-20 16:50:48] "POST /security-groups HTTP/1.1" 200 586 0.042368 10.0.0.65 - - [2026-04-20 16:50:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.005089 10.0.0.65 - - [2026-04-20 16:50:48] "POST /projects HTTP/1.1" 200 575 0.298844 10.0.0.65 - - [2026-04-20 16:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.335652 10.0.0.23 - - [2026-04-20 16:50:48] "GET /project/7c724f19-de7f-4c52-9af4-2b1f1a7c48b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.533671 10.0.0.65 - - [2026-04-20 16:50:48] "POST /access-control-lists HTTP/1.1" 200 589 0.076596 10.0.0.23 - - [2026-04-20 16:50:49] "GET / HTTP/1.1" 200 35931 0.002584 10.0.0.65 - - [2026-04-20 16:50:55] "GET /projects?obj_uuids=7c724f19-de7f-4c52-9af4-2b1f1a7c48b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002441 10.0.0.23 - - [2026-04-20 16:50:56] "GET /project/7c724f19-de7f-4c52-9af4-2b1f1a7c48b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.052261 10.0.0.65 - - [2026-04-20 16:50:56] "GET /projects?obj_uuids=7c724f19-de7f-4c52-9af4-2b1f1a7c48b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002108 10.0.0.23 - - [2026-04-20 16:50:56] "GET /project/7c724f19-de7f-4c52-9af4-2b1f1a7c48b1?fields=virtual_networks HTTP/1.1" 200 1022 0.071074 10.0.0.65 - - [2026-04-20 16:50:56] "GET /projects?obj_uuids=7c724f19-de7f-4c52-9af4-2b1f1a7c48b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001410 10.0.0.23 - - [2026-04-20 16:50:56] "GET /project/7c724f19-de7f-4c52-9af4-2b1f1a7c48b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.052635 10.0.0.65 - - [2026-04-20 16:50:56] "GET /projects?obj_uuids=7c724f19-de7f-4c52-9af4-2b1f1a7c48b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001046 10.0.0.23 - - [2026-04-20 16:50:56] "GET /project/7c724f19-de7f-4c52-9af4-2b1f1a7c48b1?fields=security_groups HTTP/1.1" 200 1243 0.063177 10.0.0.23 - - [2026-04-20 16:50:57] "POST /fqname-to-id HTTP/1.1" 404 187 0.035286 10.0.0.65 - - [2026-04-20 16:50:57] "GET /projects?obj_uuids=27a8a626-16e1-495c-b47b-fe19266ba86c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004960 10.0.0.65 - - [2026-04-20 16:50:57] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.65 - - [2026-04-20 16:50:57] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007630 10.0.0.65 - - [2026-04-20 16:50:57] "POST /id-to-fqname HTTP/1.1" 200 189 0.006402 10.0.0.65 - - [2026-04-20 16:50:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.006235 10.0.0.65 - - [2026-04-20 16:50:57] "POST /security-groups HTTP/1.1" 200 590 0.082039 10.0.0.65 - - [2026-04-20 16:50:57] "POST /projects HTTP/1.1" 200 583 0.336600 10.0.0.65 - - [2026-04-20 16:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.376522 10.0.0.65 - - [2026-04-20 16:50:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.006856 10.0.0.23 - - [2026-04-20 16:50:58] "GET /project/27a8a626-16e1-495c-b47b-fe19266ba86c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.560716 10.0.0.23 - - [2026-04-20 16:50:59] "GET / HTTP/1.1" 200 35931 0.002172 10.0.0.65 - - [2026-04-20 16:51:00] "DELETE /project/0c2a676f-3b9c-45d8-9c0b-04a9323eea37 HTTP/1.1" 404 177 0.010749 10.0.0.65 - - [2026-04-20 16:51:00] "DELETE /project/27a8a62616e1495cb47bfe19266ba86c HTTP/1.1" 404 173 0.020553 10.0.0.65 - - [2026-04-20 16:51:00] "DELETE /project/7c724f19de7f4c529af42b1f1a7c48b1 HTTP/1.1" 404 173 0.018611 10.0.0.65 - - [2026-04-20 16:51:00] "DELETE /project/5c64b61d79524e80b1977af4dce90095 HTTP/1.1" 404 173 0.010612 10.0.0.65 - - [2026-04-20 16:51:00] "GET /projects?obj_uuids=5c64b61d-7952-4e80-b197-7af4dce90095&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001407 10.0.0.65 - - [2026-04-20 16:51:00] "GET /projects?obj_uuids=7c724f19-de7f-4c52-9af4-2b1f1a7c48b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001227 10.0.0.65 - - [2026-04-20 16:51:00] "GET /project/5c64b61d-7952-4e80-b197-7af4dce90095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.080725 10.0.0.65 - - [2026-04-20 16:51:00] "GET /project/7c724f19-de7f-4c52-9af4-2b1f1a7c48b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.105455 10.0.0.65 - - [2026-04-20 16:51:00] "GET /projects?obj_uuids=5c64b61d-7952-4e80-b197-7af4dce90095&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001759 10.0.0.65 - - [2026-04-20 16:51:00] "GET /projects?obj_uuids=7c724f19-de7f-4c52-9af4-2b1f1a7c48b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002628 10.0.0.65 - - [2026-04-20 16:51:00] "GET /project/5c64b61d-7952-4e80-b197-7af4dce90095?fields=security_groups HTTP/1.1" 200 1363 0.115695 10.0.0.65 - - [2026-04-20 16:51:00] "GET /project/7c724f19-de7f-4c52-9af4-2b1f1a7c48b1?fields=security_groups HTTP/1.1" 200 1348 0.151509 10.0.0.65 - - [2026-04-20 16:51:00] "DELETE /security-group/2aa093b8-c0cd-4cce-8e91-ed40fd939eb8 HTTP/1.1" 200 115 0.111916 10.0.0.65 - - [2026-04-20 16:51:00] "GET /projects?obj_uuids=5c64b61d-7952-4e80-b197-7af4dce90095&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003205 10.0.0.65 - - [2026-04-20 16:51:00] "DELETE /security-group/1d0062ab-22c7-4331-969d-f9fd90717e91 HTTP/1.1" 200 115 0.154156 10.0.0.65 - - [2026-04-20 16:51:00] "GET /projects?obj_uuids=7c724f19-de7f-4c52-9af4-2b1f1a7c48b1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001433 10.0.0.65 - - [2026-04-20 16:51:00] "GET /project/5c64b61d-7952-4e80-b197-7af4dce90095?fields=application_policy_sets HTTP/1.1" 200 1402 0.134448 10.0.0.65 - - [2026-04-20 16:51:00] "DELETE /access-control-list/cbced278-137c-4b91-a249-8d84e5c13760 HTTP/1.1" 200 115 0.121619 10.0.0.65 - - [2026-04-20 16:51:00] "GET /project/7c724f19-de7f-4c52-9af4-2b1f1a7c48b1?fields=application_policy_sets HTTP/1.1" 200 1387 0.113796 10.0.0.65 - - [2026-04-20 16:51:01] "DELETE /project/5c64b61d-7952-4e80-b197-7af4dce90095 HTTP/1.1" 200 115 0.799853 10.0.0.65 - - [2026-04-20 16:51:01] "DELETE /project/7c724f19-de7f-4c52-9af4-2b1f1a7c48b1 HTTP/1.1" 200 115 0.854517 10.0.0.65 - - [2026-04-20 16:51:02] "GET /projects?obj_uuids=27a8a626-16e1-495c-b47b-fe19266ba86c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001486 10.0.0.23 - - [2026-04-20 16:51:02] "GET /project/27a8a626-16e1-495c-b47b-fe19266ba86c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.070528 10.0.0.65 - - [2026-04-20 16:51:02] "GET /projects?obj_uuids=27a8a626-16e1-495c-b47b-fe19266ba86c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001087 10.0.0.23 - - [2026-04-20 16:51:02] "GET /project/27a8a626-16e1-495c-b47b-fe19266ba86c?fields=virtual_networks HTTP/1.1" 200 1030 0.049434 10.0.0.65 - - [2026-04-20 16:51:02] "GET /projects?obj_uuids=27a8a626-16e1-495c-b47b-fe19266ba86c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001553 10.0.0.23 - - [2026-04-20 16:51:03] "GET /project/27a8a626-16e1-495c-b47b-fe19266ba86c?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.046051 10.0.0.65 - - [2026-04-20 16:51:03] "GET /projects?obj_uuids=27a8a626-16e1-495c-b47b-fe19266ba86c&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001251 10.0.0.23 - - [2026-04-20 16:51:03] "GET /project/27a8a626-16e1-495c-b47b-fe19266ba86c?fields=security_groups HTTP/1.1" 200 1255 0.047609 10.0.0.23 - - [2026-04-20 16:51:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.040599 10.0.0.65 - - [2026-04-20 16:51:04] "GET /projects?obj_uuids=f725476a-696b-499d-b2b5-9e6eef16fcca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004935 10.0.0.65 - - [2026-04-20 16:51:04] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001383 10.0.0.65 - - [2026-04-20 16:51:04] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009611 10.0.0.65 - - [2026-04-20 16:51:04] "POST /id-to-fqname HTTP/1.1" 200 190 0.008476 10.0.0.65 - - [2026-04-20 16:51:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.004703 10.0.0.65 - - [2026-04-20 16:51:04] "POST /security-groups HTTP/1.1" 200 591 0.049314 10.0.0.65 - - [2026-04-20 16:51:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.006763 10.0.0.65 - - [2026-04-20 16:51:04] "POST /projects HTTP/1.1" 200 585 0.333322 10.0.0.65 - - [2026-04-20 16:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.375340 10.0.0.23 - - [2026-04-20 16:51:04] "GET /project/f725476a-696b-499d-b2b5-9e6eef16fcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.579409 10.0.0.65 - - [2026-04-20 16:51:04] "POST /access-control-lists HTTP/1.1" 200 594 0.058214 10.0.0.23 - - [2026-04-20 16:51:06] "GET / HTTP/1.1" 200 35931 0.002083 10.0.0.65 - - [2026-04-20 16:51:09] "GET /projects?obj_uuids=f725476a-696b-499d-b2b5-9e6eef16fcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001097 10.0.0.23 - - [2026-04-20 16:51:09] "GET /project/f725476a-696b-499d-b2b5-9e6eef16fcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.048689 10.0.0.65 - - [2026-04-20 16:51:10] "GET /projects?obj_uuids=f725476a-696b-499d-b2b5-9e6eef16fcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001148 10.0.0.23 - - [2026-04-20 16:51:10] "GET /project/f725476a-696b-499d-b2b5-9e6eef16fcca?fields=virtual_networks HTTP/1.1" 200 1033 0.077420 10.0.0.65 - - [2026-04-20 16:51:10] "GET /projects?obj_uuids=f725476a-696b-499d-b2b5-9e6eef16fcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001323 10.0.0.23 - - [2026-04-20 16:51:10] "GET /project/f725476a-696b-499d-b2b5-9e6eef16fcca?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.079020 10.0.0.65 - - [2026-04-20 16:51:10] "GET /projects?obj_uuids=f725476a-696b-499d-b2b5-9e6eef16fcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001185 10.0.0.23 - - [2026-04-20 16:51:10] "GET /project/f725476a-696b-499d-b2b5-9e6eef16fcca?fields=security_groups HTTP/1.1" 200 1259 0.073120 10.0.0.23 - - [2026-04-20 16:51:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.035801 10.0.0.65 - - [2026-04-20 16:51:11] "GET /projects?obj_uuids=23de089f-829c-4a9d-b95a-53933ce19781&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005625 10.0.0.65 - - [2026-04-20 16:51:11] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001457 10.0.0.65 - - [2026-04-20 16:51:11] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009223 10.0.0.65 - - [2026-04-20 16:51:11] "POST /id-to-fqname HTTP/1.1" 200 194 0.001397 10.0.0.65 - - [2026-04-20 16:51:11] "POST /fqname-to-id HTTP/1.1" 404 203 0.004455 10.0.0.65 - - [2026-04-20 16:51:11] "POST /security-groups HTTP/1.1" 200 595 0.082599 10.0.0.65 - - [2026-04-20 16:51:11] "POST /projects HTTP/1.1" 200 593 0.331150 10.0.0.65 - - [2026-04-20 16:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.368416 10.0.0.65 - - [2026-04-20 16:51:11] "POST /fqname-to-id HTTP/1.1" 404 237 0.013748 10.0.0.23 - - [2026-04-20 16:51:12] "GET /project/23de089f-829c-4a9d-b95a-53933ce19781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.556137 10.0.0.23 - - [2026-04-20 16:51:13] "GET / HTTP/1.1" 200 35931 0.001830 10.0.0.65 - - [2026-04-20 16:51:16] "GET /projects?obj_uuids=23de089f-829c-4a9d-b95a-53933ce19781&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001934 10.0.0.23 - - [2026-04-20 16:51:16] "GET /project/23de089f-829c-4a9d-b95a-53933ce19781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.066176 10.0.0.65 - - [2026-04-20 16:51:16] "GET /projects?obj_uuids=23de089f-829c-4a9d-b95a-53933ce19781&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001106 10.0.0.23 - - [2026-04-20 16:51:16] "GET /project/23de089f-829c-4a9d-b95a-53933ce19781?fields=virtual_networks HTTP/1.1" 200 1040 0.062359 10.0.0.65 - - [2026-04-20 16:51:16] "GET /projects?obj_uuids=23de089f-829c-4a9d-b95a-53933ce19781&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001696 10.0.0.23 - - [2026-04-20 16:51:16] "GET /project/23de089f-829c-4a9d-b95a-53933ce19781?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.054728 10.0.0.65 - - [2026-04-20 16:51:17] "GET /projects?obj_uuids=23de089f-829c-4a9d-b95a-53933ce19781&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001555 10.0.0.23 - - [2026-04-20 16:51:17] "GET /project/23de089f-829c-4a9d-b95a-53933ce19781?fields=security_groups HTTP/1.1" 200 1270 0.053440 10.0.0.23 - - [2026-04-20 16:51:18] "POST /fqname-to-id HTTP/1.1" 404 183 0.034493 10.0.0.65 - - [2026-04-20 16:51:18] "GET /projects?obj_uuids=d373c13c-0991-4d38-8b25-c5df808f20cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.011402 10.0.0.65 - - [2026-04-20 16:51:18] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002241 10.0.0.65 - - [2026-04-20 16:51:18] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.014286 10.0.0.65 - - [2026-04-20 16:51:18] "POST /id-to-fqname HTTP/1.1" 200 185 0.008179 10.0.0.65 - - [2026-04-20 16:51:18] "POST /fqname-to-id HTTP/1.1" 404 194 0.003081 10.0.0.65 - - [2026-04-20 16:51:18] "POST /security-groups HTTP/1.1" 200 586 0.048580 10.0.0.65 - - [2026-04-20 16:51:18] "POST /projects HTTP/1.1" 200 575 0.329101 10.0.0.65 - - [2026-04-20 16:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.370564 10.0.0.65 - - [2026-04-20 16:51:18] "POST /access-control-lists HTTP/1.1" 200 591 0.041934 10.0.0.23 - - [2026-04-20 16:51:18] "GET /project/d373c13c-0991-4d38-8b25-c5df808f20cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.601984 10.0.0.23 - - [2026-04-20 16:51:20] "GET / HTTP/1.1" 200 35931 0.002001 10.0.0.23 - - [2026-04-20 16:51:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.004254 10.0.0.65 - - [2026-04-20 16:51:20] "POST /fqname-to-id HTTP/1.1" 404 228 0.004381 10.0.0.65 - - [2026-04-20 16:51:21] "POST /access-control-lists HTTP/1.1" 200 588 0.045122 10.0.0.23 - - [2026-04-20 16:51:21] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.062070 10.0.0.65 - - [2026-04-20 16:51:21] "PUT /access-control-list/5122cc11-603e-4694-b322-eb493f35b01b HTTP/1.1" 200 272 0.031012 10.0.0.23 - - [2026-04-20 16:51:22] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169967 10.0.0.23 - - [2026-04-20 16:51:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.010910 10.0.0.65 - - [2026-04-20 16:51:22] "POST /access-control-lists HTTP/1.1" 200 590 0.075665 10.0.0.65 - - [2026-04-20 16:51:22] "PUT /access-control-list/3db64b44-ddb1-47b1-8532-7782e1c8c776 HTTP/1.1" 200 272 0.033342 10.0.0.23 - - [2026-04-20 16:51:22] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.024539 10.0.0.23 - - [2026-04-20 16:51:23] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.226399 10.0.0.23 - - [2026-04-20 16:51:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.65 - - [2026-04-20 16:51:23] "PUT /access-control-list/3db64b44-ddb1-47b1-8532-7782e1c8c776 HTTP/1.1" 200 272 0.021503 10.0.0.23 - - [2026-04-20 16:51:23] "POST /fqname-to-id HTTP/1.1" 404 210 0.044811 10.0.0.65 - - [2026-04-20 16:51:24] "POST /fqname-to-id HTTP/1.1" 404 244 0.015022 10.0.0.65 - - [2026-04-20 16:51:24] "PUT /access-control-list/f7bfaadd-dd78-4428-8bd8-b152fc62cafa HTTP/1.1" 200 272 0.043140 10.0.0.23 - - [2026-04-20 16:51:24] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.062915 10.0.0.23 - - [2026-04-20 16:51:25] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.168236 10.0.0.23 - - [2026-04-20 16:51:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.006479 10.0.0.65 - - [2026-04-20 16:51:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.004938 10.0.0.65 - - [2026-04-20 16:51:25] "POST /access-control-lists HTTP/1.1" 200 605 0.037830 10.0.0.23 - - [2026-04-20 16:51:25] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.022372 10.0.0.65 - - [2026-04-20 16:51:26] "PUT /access-control-list/7ffffd0d-4c5c-47c9-ac1c-0422e5f1b333 HTTP/1.1" 200 272 0.032892 10.0.0.23 - - [2026-04-20 16:51:26] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.176815 10.0.0.23 - - [2026-04-20 16:51:27] "POST /neutron/router HTTP/1.1" 200 541 0.009434 10.0.0.65 - - [2026-04-20 16:51:27] "PUT /logical-router/e8e41658-54d3-4fe9-bf60-21316d9c82e7 HTTP/1.1" 200 262 0.049446 10.0.0.23 - - [2026-04-20 16:51:27] "POST /neutron/router HTTP/1.1" 200 541 0.008186 10.0.0.23 - - [2026-04-20 16:51:28] "POST /neutron/router HTTP/1.1" 200 541 0.004950 10.0.0.23 - - [2026-04-20 16:51:28] "POST /neutron/router HTTP/1.1" 200 541 0.005134 10.0.0.23 - - [2026-04-20 16:51:28] "POST /neutron/router HTTP/1.1" 200 541 0.005917 10.0.0.23 - - [2026-04-20 16:51:28] "POST /neutron/router HTTP/1.1" 200 541 0.005440 10.0.0.23 - - [2026-04-20 16:51:28] "POST /neutron/router HTTP/1.1" 200 541 0.004483 10.0.0.23 - - [2026-04-20 16:51:28] "POST /neutron/router HTTP/1.1" 200 541 0.007194 10.0.0.23 - - [2026-04-20 16:51:28] "POST /neutron/router HTTP/1.1" 200 541 0.006940 10.0.0.23 - - [2026-04-20 16:51:28] "POST /neutron/router HTTP/1.1" 200 541 0.005659 10.0.0.23 - - [2026-04-20 16:51:28] "POST /neutron/router HTTP/1.1" 200 541 0.007239 10.0.0.23 - - [2026-04-20 16:51:28] "POST /neutron/router HTTP/1.1" 200 541 0.040888 10.0.0.65 - - [2026-04-20 16:51:28] "GET /projects?obj_uuids=f007f454-f656-4cc4-8f8f-d27141840441&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001507 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.160001 10.0.0.65 - - [2026-04-20 16:51:29] "POST /route-targets HTTP/1.1" 200 327 0.026658 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.021454 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.007298 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.006921 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.007815 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.006339 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.005242 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.004891 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.004930 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.007087 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.006316 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.044991 10.0.0.23 - - [2026-04-20 16:51:29] "POST /neutron/router HTTP/1.1" 200 542 0.007496 10.0.0.65 - - [2026-04-20 16:51:30] "DELETE /route-target/e6a2ff0f-8c32-4154-b9ef-2e0035ccd2d9 HTTP/1.1" 200 115 0.033698 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.013561 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.015196 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.005066 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.005220 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.005249 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.006493 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.005138 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.005624 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.004843 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.005002 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.006142 10.0.0.23 - - [2026-04-20 16:51:30] "POST /neutron/router HTTP/1.1" 200 559 0.007937 10.0.0.23 - - [2026-04-20 16:51:31] "POST /neutron/router HTTP/1.1" 200 151 0.120570 10.0.0.65 - - [2026-04-20 16:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.010650 10.0.0.65 - - [2026-04-20 16:51:31] "GET /logical-router/cb74b40a-fe83-47b8-867a-3afabbe966d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.094290 10.0.0.23 - - [2026-04-20 16:51:31] "POST /neutron/security_group HTTP/1.1" 200 521 0.007558 10.0.0.65 - - [2026-04-20 16:51:31] "DELETE /access-control-list/7ffffd0d-4c5c-47c9-ac1c-0422e5f1b333 HTTP/1.1" 200 115 0.059483 10.0.0.23 - - [2026-04-20 16:51:31] "POST /neutron/security_group HTTP/1.1" 200 151 0.099467 10.0.0.65 - - [2026-04-20 16:51:31] "DELETE /access-control-list/1f3f29aa-0f74-448a-93c5-d8e48ceed058 HTTP/1.1" 200 115 0.063772 10.0.0.65 - - [2026-04-20 16:51:31] "DELETE /access-control-list/5122cc11-603e-4694-b322-eb493f35b01b HTTP/1.1" 200 115 0.042089 10.0.0.65 - - [2026-04-20 16:51:33] "GET /projects?obj_uuids=d373c13c-0991-4d38-8b25-c5df808f20cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001090 10.0.0.23 - - [2026-04-20 16:51:33] "GET /project/d373c13c-0991-4d38-8b25-c5df808f20cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.055547 10.0.0.65 - - [2026-04-20 16:51:33] "GET /projects?obj_uuids=d373c13c-0991-4d38-8b25-c5df808f20cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001258 10.0.0.23 - - [2026-04-20 16:51:33] "GET /project/d373c13c-0991-4d38-8b25-c5df808f20cf?fields=virtual_networks HTTP/1.1" 200 1023 0.054528 10.0.0.65 - - [2026-04-20 16:51:33] "GET /projects?obj_uuids=d373c13c-0991-4d38-8b25-c5df808f20cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.23 - - [2026-04-20 16:51:33] "GET /project/d373c13c-0991-4d38-8b25-c5df808f20cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.045123 10.0.0.65 - - [2026-04-20 16:51:33] "GET /projects?obj_uuids=d373c13c-0991-4d38-8b25-c5df808f20cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001261 10.0.0.23 - - [2026-04-20 16:51:33] "GET /project/d373c13c-0991-4d38-8b25-c5df808f20cf?fields=security_groups HTTP/1.1" 200 1244 0.043642 10.0.0.23 - - [2026-04-20 16:51:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.036596 10.0.0.65 - - [2026-04-20 16:51:34] "GET /projects?obj_uuids=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004014 10.0.0.65 - - [2026-04-20 16:51:34] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.65 - - [2026-04-20 16:51:34] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008129 10.0.0.65 - - [2026-04-20 16:51:34] "POST /id-to-fqname HTTP/1.1" 200 186 0.001283 10.0.0.65 - - [2026-04-20 16:51:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.008874 10.0.0.65 - - [2026-04-20 16:51:34] "POST /security-groups HTTP/1.1" 200 587 0.093031 10.0.0.65 - - [2026-04-20 16:51:34] "POST /projects HTTP/1.1" 200 577 0.335997 10.0.0.65 - - [2026-04-20 16:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.384553 10.0.0.65 - - [2026-04-20 16:51:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.012716 10.0.0.23 - - [2026-04-20 16:51:35] "GET /project/91b926cc-4143-4dd8-83ac-f5541b7f680f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.591691 10.0.0.23 - - [2026-04-20 16:51:36] "GET / HTTP/1.1" 200 35931 0.002041 10.0.0.23 - - [2026-04-20 16:51:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2026-04-20 16:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.082066 10.0.0.65 - - [2026-04-20 16:51:38] "GET /projects?obj_uuids=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001037 10.0.0.23 - - [2026-04-20 16:51:38] "GET /project/91b926cc-4143-4dd8-83ac-f5541b7f680f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.051846 10.0.0.23 - - [2026-04-20 16:51:38] "POST /neutron/network HTTP/1.1" 200 117 0.053132 10.0.0.65 - - [2026-04-20 16:51:39] "POST /ref-update HTTP/1.1" 200 156 0.047095 10.0.0.23 - - [2026-04-20 16:51:39] "POST /neutron/network HTTP/1.1" 200 818 0.011030 10.0.0.23 - - [2026-04-20 16:51:39] "POST /id-to-fqname HTTP/1.1" 200 216 0.001389 10.0.0.23 - - [2026-04-20 16:51:39] "GET /virtual-network/14c699ff-fb07-4c3e-b9a8-72342c8e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.006165 10.0.0.23 - - [2026-04-20 16:51:39] "GET /virtual-network/14c699ff-fb07-4c3e-b9a8-72342c8e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.006482 10.0.0.23 - - [2026-04-20 16:51:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.012287 10.0.0.23 - - [2026-04-20 16:51:39] "POST /fqname-to-id HTTP/1.1" 404 206 0.004423 10.0.0.23 - - [2026-04-20 16:51:39] "GET /virtual-network/14c699ff-fb07-4c3e-b9a8-72342c8e3cc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.007838 10.0.0.23 - - [2026-04-20 16:51:39] "GET /virtual-machine-interface/baaa83b4-2ca9-4cd4-b68c-6657d2bcf7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.009712 10.0.0.23 - - [2026-04-20 16:51:39] "GET /virtual-machine-interface/baaa83b4-2ca9-4cd4-b68c-6657d2bcf7ff?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.010786 10.0.0.23 - - [2026-04-20 16:51:40] "GET /instance-ip/46be7451-8786-4356-b86f-d1e85cc47769?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.006617 10.0.0.23 - - [2026-04-20 16:51:40] "POST /neutron/port HTTP/1.1" 200 151 0.144560 10.0.0.23 - - [2026-04-20 16:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.65 - - [2026-04-20 16:51:43] "GET /projects?obj_uuids=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001456 10.0.0.23 - - [2026-04-20 16:51:43] "GET /project/91b926cc-4143-4dd8-83ac-f5541b7f680f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.054861 10.0.0.23 - - [2026-04-20 16:51:43] "POST /neutron/network HTTP/1.1" 200 117 0.019328 10.0.0.65 - - [2026-04-20 16:51:43] "POST /route-targets HTTP/1.1" 200 327 0.020534 10.0.0.65 - - [2026-04-20 16:51:44] "POST /useragent-kv HTTP/1.1" 200 115 0.009546 10.0.0.23 - - [2026-04-20 16:51:44] "POST /neutron/subnet HTTP/1.1" 200 720 0.248738 10.0.0.23 - - [2026-04-20 16:51:44] "POST /id-to-fqname HTTP/1.1" 200 217 0.001551 10.0.0.23 - - [2026-04-20 16:51:44] "GET /virtual-network/601289c8-b665-440c-96cc-4d46c62bc52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.008512 10.0.0.23 - - [2026-04-20 16:51:44] "GET /virtual-network/601289c8-b665-440c-96cc-4d46c62bc52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006439 10.0.0.23 - - [2026-04-20 16:51:44] "POST /neutron/network HTTP/1.1" 200 977 0.011772 10.0.0.65 - - [2026-04-20 16:51:44] "GET /projects?obj_uuids=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001205 10.0.0.23 - - [2026-04-20 16:51:44] "POST /neutron/port HTTP/1.1" 200 1018 0.364149 10.0.0.23 - - [2026-04-20 16:51:45] "POST /id-to-fqname HTTP/1.1" 200 217 0.002001 10.0.0.23 - - [2026-04-20 16:51:45] "POST /neutron/port HTTP/1.1" 200 1018 0.052051 10.0.0.23 - - [2026-04-20 16:51:45] "POST /neutron/port HTTP/1.1" 200 117 0.008744 10.0.0.23 - - [2026-04-20 16:51:45] "POST /id-to-fqname HTTP/1.1" 200 217 0.002084 10.0.0.23 - - [2026-04-20 16:51:46] "POST /neutron/port HTTP/1.1" 200 1017 0.023037 10.0.0.23 - - [2026-04-20 16:51:46] "POST /neutron/network HTTP/1.1" 200 977 0.012669 10.0.0.23 - - [2026-04-20 16:51:46] "POST /neutron/port HTTP/1.1" 200 117 0.010260 10.0.0.23 - - [2026-04-20 16:51:47] "POST /neutron/port HTTP/1.1" 200 1018 0.014519 10.0.0.23 - - [2026-04-20 16:51:47] "POST /neutron/port HTTP/1.1" 200 1018 0.016705 10.0.0.23 - - [2026-04-20 16:51:47] "POST /neutron/port HTTP/1.1" 200 1017 0.018269 10.0.0.23 - - [2026-04-20 16:51:47] "POST /neutron/network HTTP/1.1" 200 987 0.009133 10.0.0.23 - - [2026-04-20 16:51:47] "POST /neutron/network HTTP/1.1" 200 977 0.010980 10.0.0.23 - - [2026-04-20 16:51:47] "POST /neutron/port HTTP/1.1" 200 1119 0.028095 10.0.0.23 - - [2026-04-20 16:51:47] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.23 - - [2026-04-20 16:51:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009467 10.0.0.23 - - [2026-04-20 16:51:52] "POST /neutron/port HTTP/1.1" 200 1120 0.027806 10.0.0.23 - - [2026-04-20 16:51:52] "GET /virtual-machine/d3e4e1f1-46ac-4f85-8764-786ddcd8f968 HTTP/1.1" 401 292 0.000475 10.0.0.23 - - [2026-04-20 16:51:52] "GET /virtual-machine/d3e4e1f1-46ac-4f85-8764-786ddcd8f968 HTTP/1.1" 200 1284 0.040804 10.0.0.23 - - [2026-04-20 16:51:52] "GET /virtual-machine-interface/0c3f1468-43f5-41ee-bea0-15401beaecf9 HTTP/1.1" 200 2923 0.008727 10.0.0.23 - - [2026-04-20 16:51:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006323 10.0.0.23 - - [2026-04-20 16:51:52] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005656 10.0.0.23 - - [2026-04-20 16:51:52] "GET /virtual-networks?parent_id=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004761 10.0.0.23 - - [2026-04-20 16:51:52] "GET /virtual-network/601289c8-b665-440c-96cc-4d46c62bc52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007738 10.0.0.23 - - [2026-04-20 16:51:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005904 10.0.0.23 - - [2026-04-20 16:51:54] "POST /neutron/port HTTP/1.1" 200 1119 0.158470 10.0.0.23 - - [2026-04-20 16:51:54] "POST /neutron/network HTTP/1.1" 200 977 0.012482 10.0.0.23 - - [2026-04-20 16:51:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004566 10.0.0.23 - - [2026-04-20 16:51:54] "POST /neutron/network HTTP/1.1" 200 977 0.014566 10.0.0.23 - - [2026-04-20 16:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.23 - - [2026-04-20 16:51:55] "GET /virtual-network/601289c8-b665-440c-96cc-4d46c62bc52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006147 10.0.0.23 - - [2026-04-20 16:51:57] "POST /neutron/port HTTP/1.1" 200 1119 0.020705 10.0.0.23 - - [2026-04-20 16:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.23 - - [2026-04-20 16:51:57] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004071 10.0.0.23 - - [2026-04-20 16:51:57] "GET /virtual-networks?parent_id=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003729 10.0.0.23 - - [2026-04-20 16:51:57] "GET /virtual-network/601289c8-b665-440c-96cc-4d46c62bc52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006057 10.0.0.23 - - [2026-04-20 16:51:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008933 10.0.0.65 - - [2026-04-20 16:51:58] "DELETE /access-control-list/e104cbf1-c05f-465f-87bc-88a89c93842e HTTP/1.1" 200 115 0.047221 10.0.0.23 - - [2026-04-20 16:51:58] "POST /neutron/port HTTP/1.1" 200 1119 0.043146 10.0.0.23 - - [2026-04-20 16:51:58] "GET /virtual-machine/e8ae2b88-a2ae-475e-80d7-b84d3cc10327 HTTP/1.1" 200 1284 0.011896 10.0.0.23 - - [2026-04-20 16:51:58] "GET /virtual-machine-interface/0d82bdcb-918b-4d87-bfd5-b3b4849c2797 HTTP/1.1" 200 2923 0.007705 10.0.0.23 - - [2026-04-20 16:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006067 10.0.0.23 - - [2026-04-20 16:51:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004059 10.0.0.23 - - [2026-04-20 16:51:58] "GET /virtual-networks?parent_id=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003960 10.0.0.23 - - [2026-04-20 16:51:58] "GET /virtual-network/601289c8-b665-440c-96cc-4d46c62bc52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006307 10.0.0.23 - - [2026-04-20 16:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006210 10.0.0.23 - - [2026-04-20 16:51:59] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006552 10.0.0.23 - - [2026-04-20 16:51:59] "GET /virtual-networks?parent_id=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.007071 10.0.0.23 - - [2026-04-20 16:51:59] "GET /virtual-network/601289c8-b665-440c-96cc-4d46c62bc52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.010127 10.0.0.65 - - [2026-04-20 16:52:01] "DELETE /project/d373c13c09914d388b25c5df808f20cf HTTP/1.1" 404 173 0.026311 10.0.0.65 - - [2026-04-20 16:52:01] "DELETE /project/23de089f829c4a9db95a53933ce19781 HTTP/1.1" 404 173 0.021587 10.0.0.65 - - [2026-04-20 16:52:01] "DELETE /project/f725476a696b499db2b59e6eef16fcca HTTP/1.1" 404 173 0.026526 10.0.0.65 - - [2026-04-20 16:52:01] "DELETE /project/91b926cc41434dd883acf5541b7f680f HTTP/1.1" 404 173 0.028537 10.0.0.65 - - [2026-04-20 16:52:01] "DELETE /project/27a8a626-16e1-495c-b47b-fe19266ba86c HTTP/1.1" 404 177 0.024553 10.0.0.65 - - [2026-04-20 16:52:01] "GET /projects?obj_uuids=f725476a-696b-499d-b2b5-9e6eef16fcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001912 10.0.0.65 - - [2026-04-20 16:52:01] "GET /projects?obj_uuids=d373c13c-0991-4d38-8b25-c5df808f20cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001485 10.0.0.65 - - [2026-04-20 16:52:01] "GET /projects?obj_uuids=23de089f-829c-4a9d-b95a-53933ce19781&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001319 10.0.0.65 - - [2026-04-20 16:52:01] "GET /project/23de089f-829c-4a9d-b95a-53933ce19781?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.088677 10.0.0.65 - - [2026-04-20 16:52:01] "GET /projects?obj_uuids=23de089f-829c-4a9d-b95a-53933ce19781&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002078 10.0.0.65 - - [2026-04-20 16:52:01] "GET /project/f725476a-696b-499d-b2b5-9e6eef16fcca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.106844 10.0.0.65 - - [2026-04-20 16:52:01] "GET /project/d373c13c-0991-4d38-8b25-c5df808f20cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.125101 10.0.0.65 - - [2026-04-20 16:52:01] "GET /projects?obj_uuids=f725476a-696b-499d-b2b5-9e6eef16fcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001384 10.0.0.65 - - [2026-04-20 16:52:01] "GET /projects?obj_uuids=d373c13c-0991-4d38-8b25-c5df808f20cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001232 10.0.0.65 - - [2026-04-20 16:52:01] "GET /project/23de089f-829c-4a9d-b95a-53933ce19781?fields=security_groups HTTP/1.1" 200 1375 0.102484 10.0.0.65 - - [2026-04-20 16:52:01] "GET /project/d373c13c-0991-4d38-8b25-c5df808f20cf?fields=security_groups HTTP/1.1" 200 1349 0.092598 10.0.0.65 - - [2026-04-20 16:52:01] "GET /project/f725476a-696b-499d-b2b5-9e6eef16fcca?fields=security_groups HTTP/1.1" 200 1364 0.157845 10.0.0.65 - - [2026-04-20 16:52:01] "DELETE /security-group/94025558-4a98-4005-bdd5-59ce62d377e0 HTTP/1.1" 200 115 0.114965 10.0.0.65 - - [2026-04-20 16:52:01] "GET /projects?obj_uuids=23de089f-829c-4a9d-b95a-53933ce19781&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001064 10.0.0.65 - - [2026-04-20 16:52:01] "DELETE /security-group/83c9c5de-75af-4d2e-a597-957298282436 HTTP/1.1" 200 115 0.109160 10.0.0.65 - - [2026-04-20 16:52:01] "GET /projects?obj_uuids=d373c13c-0991-4d38-8b25-c5df808f20cf&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001123 10.0.0.65 - - [2026-04-20 16:52:01] "GET /project/23de089f-829c-4a9d-b95a-53933ce19781?fields=application_policy_sets HTTP/1.1" 200 1414 0.077461 10.0.0.65 - - [2026-04-20 16:52:01] "DELETE /security-group/0e34d064-45e1-45dc-be96-6b99e50ed073 HTTP/1.1" 200 115 0.143346 10.0.0.65 - - [2026-04-20 16:52:01] "GET /projects?obj_uuids=f725476a-696b-499d-b2b5-9e6eef16fcca&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.65 - - [2026-04-20 16:52:01] "GET /project/d373c13c-0991-4d38-8b25-c5df808f20cf?fields=application_policy_sets HTTP/1.1" 200 1388 0.152988 10.0.0.65 - - [2026-04-20 16:52:01] "GET /project/f725476a-696b-499d-b2b5-9e6eef16fcca?fields=application_policy_sets HTTP/1.1" 200 1403 0.107554 10.0.0.65 - - [2026-04-20 16:52:01] "DELETE /access-control-list/ef1d3aa2-c304-4cf0-b798-585b990b023c HTTP/1.1" 200 115 0.102924 10.0.0.65 - - [2026-04-20 16:52:02] "DELETE /project/23de089f-829c-4a9d-b95a-53933ce19781 HTTP/1.1" 200 115 0.846977 10.0.0.65 - - [2026-04-20 16:52:02] "DELETE /project/d373c13c-0991-4d38-8b25-c5df808f20cf HTTP/1.1" 200 115 0.930451 10.0.0.65 - - [2026-04-20 16:52:02] "DELETE /access-control-list/ea8c71d0-e0da-40be-a44d-032a1b1ffb05 HTTP/1.1" 200 115 0.104481 10.0.0.65 - - [2026-04-20 16:52:02] "DELETE /project/f725476a-696b-499d-b2b5-9e6eef16fcca HTTP/1.1" 200 115 0.956598 10.0.0.23 - - [2026-04-20 16:52:03] "POST /neutron/port HTTP/1.1" 200 1109 0.020222 10.0.0.23 - - [2026-04-20 16:52:03] "POST /neutron/port HTTP/1.1" 200 1110 0.018142 10.0.0.65 - - [2026-04-20 16:52:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005280 10.0.0.65 - - [2026-04-20 16:52:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007021 10.0.0.65 - - [2026-04-20 16:52:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004080 10.0.0.65 - - [2026-04-20 16:52:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003629 10.0.0.23 - - [2026-04-20 16:52:04] "POST /neutron/network HTTP/1.1" 200 151 0.200621 10.0.0.65 - - [2026-04-20 16:52:05] "GET /projects?obj_uuids=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001118 10.0.0.23 - - [2026-04-20 16:52:05] "GET /project/91b926cc-4143-4dd8-83ac-f5541b7f680f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.058444 10.0.0.65 - - [2026-04-20 16:52:05] "GET /projects?obj_uuids=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001217 10.0.0.23 - - [2026-04-20 16:52:05] "GET /project/91b926cc-4143-4dd8-83ac-f5541b7f680f?fields=virtual_networks HTTP/1.1" 200 1024 0.052114 10.0.0.65 - - [2026-04-20 16:52:05] "GET /projects?obj_uuids=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001296 10.0.0.23 - - [2026-04-20 16:52:05] "GET /project/91b926cc-4143-4dd8-83ac-f5541b7f680f?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.048167 10.0.0.65 - - [2026-04-20 16:52:05] "GET /projects?obj_uuids=91b926cc-4143-4dd8-83ac-f5541b7f680f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001173 10.0.0.23 - - [2026-04-20 16:52:05] "GET /project/91b926cc-4143-4dd8-83ac-f5541b7f680f?fields=security_groups HTTP/1.1" 200 1246 0.059691 10.0.0.23 - - [2026-04-20 16:52:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.043026 10.0.0.65 - - [2026-04-20 16:52:07] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004486 10.0.0.65 - - [2026-04-20 16:52:07] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001520 10.0.0.65 - - [2026-04-20 16:52:07] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.024173 10.0.0.65 - - [2026-04-20 16:52:07] "POST /id-to-fqname HTTP/1.1" 200 188 0.004304 10.0.0.65 - - [2026-04-20 16:52:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.006084 10.0.0.65 - - [2026-04-20 16:52:08] "POST /security-groups HTTP/1.1" 200 589 0.086243 10.0.0.65 - - [2026-04-20 16:52:08] "POST /fqname-to-id HTTP/1.1" 404 232 0.004503 10.0.0.65 - - [2026-04-20 16:52:08] "POST /projects HTTP/1.1" 200 581 0.345783 10.0.0.65 - - [2026-04-20 16:52:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.395767 10.0.0.23 - - [2026-04-20 16:52:08] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.609175 10.0.0.65 - - [2026-04-20 16:52:08] "POST /access-control-lists HTTP/1.1" 200 592 0.074051 10.0.0.23 - - [2026-04-20 16:52:08] "POST /neutron/port HTTP/1.1" 200 117 0.008835 10.0.0.23 - - [2026-04-20 16:52:09] "GET / HTTP/1.1" 200 35931 0.001675 10.0.0.23 - - [2026-04-20 16:52:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2026-04-20 16:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.104280 10.0.0.65 - - [2026-04-20 16:52:12] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001219 10.0.0.23 - - [2026-04-20 16:52:12] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043878 10.0.0.65 - - [2026-04-20 16:52:12] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.23 - - [2026-04-20 16:52:12] "POST /neutron/network HTTP/1.1" 200 605 0.222857 10.0.0.23 - - [2026-04-20 16:52:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.004594 10.0.0.23 - - [2026-04-20 16:52:13] "GET /virtual-network/27e60e6f-7447-453a-aa5d-aa200c6be0fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008462 10.0.0.23 - - [2026-04-20 16:52:13] "POST /neutron/network HTTP/1.1" 200 824 0.012136 10.0.0.23 - - [2026-04-20 16:52:13] "GET /virtual-network/27e60e6f-7447-453a-aa5d-aa200c6be0fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009617 10.0.0.23 - - [2026-04-20 16:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005197 10.0.0.65 - - [2026-04-20 16:52:13] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001439 10.0.0.23 - - [2026-04-20 16:52:13] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.063664 10.0.0.23 - - [2026-04-20 16:52:13] "POST /neutron/network HTTP/1.1" 200 117 0.025989 10.0.0.65 - - [2026-04-20 16:52:13] "POST /route-targets HTTP/1.1" 200 327 0.019688 10.0.0.23 - - [2026-04-20 16:52:13] "POST /neutron/network HTTP/1.1" 200 824 0.015316 10.0.0.23 - - [2026-04-20 16:52:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.001750 10.0.0.23 - - [2026-04-20 16:52:13] "GET /virtual-network/a4a58b29-5944-4626-92f6-1d74a759c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006713 10.0.0.23 - - [2026-04-20 16:52:13] "GET /virtual-network/a4a58b29-5944-4626-92f6-1d74a759c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.011052 10.0.0.23 - - [2026-04-20 16:52:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.014285 10.0.0.23 - - [2026-04-20 16:52:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.001261 10.0.0.65 - - [2026-04-20 16:52:15] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001495 10.0.0.23 - - [2026-04-20 16:52:15] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.092715 10.0.0.23 - - [2026-04-20 16:52:15] "POST /neutron/port HTTP/1.1" 200 117 0.010258 10.0.0.23 - - [2026-04-20 16:52:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.002339 10.0.0.23 - - [2026-04-20 16:52:15] "POST /neutron/network HTTP/1.1" 200 834 0.008551 10.0.0.23 - - [2026-04-20 16:52:16] "POST /neutron/port HTTP/1.1" 200 1058 0.029796 10.0.0.65 - - [2026-04-20 16:52:16] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002386 10.0.0.23 - - [2026-04-20 16:52:16] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.136059 10.0.0.23 - - [2026-04-20 16:52:16] "POST /neutron/network HTTP/1.1" 200 824 0.011454 10.0.0.23 - - [2026-04-20 16:52:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.011672 10.0.0.23 - - [2026-04-20 16:52:17] "POST /neutron/port HTTP/1.1" 200 1122 0.028099 10.0.0.65 - - [2026-04-20 16:52:17] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001189 10.0.0.23 - - [2026-04-20 16:52:17] "POST /neutron/router HTTP/1.1" 200 580 0.123795 10.0.0.65 - - [2026-04-20 16:52:17] "PUT /logical-router/cc4f91d1-f3b6-4e7a-8669-532b5998f8f9 HTTP/1.1" 200 262 0.045370 10.0.0.23 - - [2026-04-20 16:52:17] "POST /neutron/network HTTP/1.1" 200 834 0.008551 10.0.0.23 - - [2026-04-20 16:52:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.023924 10.0.0.23 - - [2026-04-20 16:52:18] "POST /neutron/port HTTP/1.1" 200 1112 0.176411 10.0.0.23 - - [2026-04-20 16:52:18] "POST /neutron/subnet HTTP/1.1" 200 698 0.016069 10.0.0.23 - - [2026-04-20 16:52:23] "POST /neutron/port HTTP/1.1" 200 1122 0.024203 10.0.0.23 - - [2026-04-20 16:52:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007931 10.0.0.23 - - [2026-04-20 16:52:23] "GET /virtual-machine/b7da49db-262f-4769-a2bc-5af751a53ab4 HTTP/1.1" 401 292 0.000651 10.0.0.23 - - [2026-04-20 16:52:23] "GET /virtual-machine/b7da49db-262f-4769-a2bc-5af751a53ab4 HTTP/1.1" 200 1291 0.068510 10.0.0.23 - - [2026-04-20 16:52:23] "GET /virtual-machine-interface/18ebf1d7-f473-4acd-9f79-814ee059ccf8 HTTP/1.1" 200 2934 0.007820 10.0.0.23 - - [2026-04-20 16:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.23 - - [2026-04-20 16:52:23] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006310 10.0.0.23 - - [2026-04-20 16:52:23] "GET /virtual-networks?parent_id=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.007392 10.0.0.23 - - [2026-04-20 16:52:23] "GET /virtual-network/27e60e6f-7447-453a-aa5d-aa200c6be0fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008550 10.0.0.23 - - [2026-04-20 16:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.23 - - [2026-04-20 16:52:27] "GET /virtual-network/27e60e6f-7447-453a-aa5d-aa200c6be0fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006293 10.0.0.23 - - [2026-04-20 16:52:30] "POST /neutron/port HTTP/1.1" 200 1122 0.028481 10.0.0.23 - - [2026-04-20 16:52:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011288 10.0.0.23 - - [2026-04-20 16:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.23 - - [2026-04-20 16:52:31] "GET /virtual-network/27e60e6f-7447-453a-aa5d-aa200c6be0fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006963 10.0.0.23 - - [2026-04-20 16:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004897 10.0.0.23 - - [2026-04-20 16:52:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005294 10.0.0.23 - - [2026-04-20 16:52:33] "GET /virtual-networks?parent_id=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004067 10.0.0.23 - - [2026-04-20 16:52:33] "GET /virtual-network/27e60e6f-7447-453a-aa5d-aa200c6be0fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007302 10.0.0.23 - - [2026-04-20 16:52:33] "POST /neutron/port HTTP/1.1" 200 1122 0.029543 10.0.0.23 - - [2026-04-20 16:52:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008897 10.0.0.23 - - [2026-04-20 16:52:33] "GET /virtual-machine/68a8bfb0-f536-4da5-b28a-30b132f11b56 HTTP/1.1" 200 1290 0.007178 10.0.0.23 - - [2026-04-20 16:52:33] "GET /virtual-machine-interface/507f7a6a-e1b6-4e64-afd2-516ac30e4c36 HTTP/1.1" 200 2934 0.007288 10.0.0.23 - - [2026-04-20 16:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006399 10.0.0.23 - - [2026-04-20 16:52:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006350 10.0.0.23 - - [2026-04-20 16:52:33] "GET /virtual-networks?parent_id=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003858 10.0.0.23 - - [2026-04-20 16:52:33] "GET /virtual-network/a4a58b29-5944-4626-92f6-1d74a759c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007111 10.0.0.23 - - [2026-04-20 16:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084 10.0.0.23 - - [2026-04-20 16:52:35] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007639 10.0.0.23 - - [2026-04-20 16:52:35] "GET /virtual-networks?parent_id=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004290 10.0.0.23 - - [2026-04-20 16:52:35] "GET /virtual-network/a4a58b29-5944-4626-92f6-1d74a759c39b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006302 10.0.0.23 - - [2026-04-20 16:52:39] "POST /neutron/port HTTP/1.1" 200 1920 0.058480 10.0.0.65 - - [2026-04-20 16:52:42] "POST /ref-update HTTP/1.1" 200 156 0.023640 10.0.0.23 - - [2026-04-20 16:52:45] "POST /neutron/router HTTP/1.1" 200 580 0.010465 10.0.0.65 - - [2026-04-20 16:52:47] "DELETE /access-control-list/6e9e8baa-14fb-4ee8-bcc1-846276976906 HTTP/1.1" 200 115 0.074534 10.0.0.23 - - [2026-04-20 16:52:48] "POST /neutron/router HTTP/1.1" 200 344 0.265151 10.0.0.23 - - [2026-04-20 16:52:48] "POST /neutron/router HTTP/1.1" 200 580 0.006773 10.0.0.65 - - [2026-04-20 16:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009856 10.0.0.23 - - [2026-04-20 16:52:49] "POST /neutron/network HTTP/1.1" 400 204 0.026216 10.0.0.23 - - [2026-04-20 16:52:50] "POST /neutron/port HTTP/1.1" 200 151 0.247482 10.0.0.23 - - [2026-04-20 16:52:50] "POST /neutron/port HTTP/1.1" 200 151 0.265114 10.0.0.23 - - [2026-04-20 16:52:51] "POST /neutron/network HTTP/1.1" 200 824 0.007505 10.0.0.65 - - [2026-04-20 16:52:51] "DELETE /route-target/a04d295f-a692-49d7-8e24-bd1c3780df85 HTTP/1.1" 200 115 0.032706 10.0.0.65 - - [2026-04-20 16:52:53] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001839 10.0.0.23 - - [2026-04-20 16:52:53] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.055165 10.0.0.65 - - [2026-04-20 16:52:53] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.23 - - [2026-04-20 16:52:53] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?fields=virtual_networks HTTP/1.1" 200 1027 0.053943 10.0.0.65 - - [2026-04-20 16:52:53] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.23 - - [2026-04-20 16:52:53] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.062136 10.0.0.65 - - [2026-04-20 16:52:53] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.23 - - [2026-04-20 16:52:53] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?fields=security_groups HTTP/1.1" 200 1251 0.057136 10.0.0.23 - - [2026-04-20 16:52:54] "POST /fqname-to-id HTTP/1.1" 404 191 0.033646 10.0.0.65 - - [2026-04-20 16:52:54] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004608 10.0.0.65 - - [2026-04-20 16:52:54] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.65 - - [2026-04-20 16:52:54] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007306 10.0.0.65 - - [2026-04-20 16:52:54] "POST /id-to-fqname HTTP/1.1" 200 193 0.014862 10.0.0.65 - - [2026-04-20 16:52:54] "POST /fqname-to-id HTTP/1.1" 404 202 0.006802 10.0.0.65 - - [2026-04-20 16:52:55] "POST /security-groups HTTP/1.1" 200 594 0.042391 10.0.0.65 - - [2026-04-20 16:52:55] "POST /fqname-to-id HTTP/1.1" 404 237 0.003993 10.0.0.65 - - [2026-04-20 16:52:55] "POST /projects HTTP/1.1" 200 591 0.282177 10.0.0.65 - - [2026-04-20 16:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.366313 10.0.0.65 - - [2026-04-20 16:52:55] "POST /access-control-lists HTTP/1.1" 200 597 0.045724 10.0.0.23 - - [2026-04-20 16:52:55] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.547830 10.0.0.23 - - [2026-04-20 16:52:56] "GET / HTTP/1.1" 200 35931 0.002118 10.0.0.23 - - [2026-04-20 16:52:58] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000819 10.0.0.65 - - [2026-04-20 16:52:59] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.037614 10.0.0.23 - - [2026-04-20 16:52:59] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.117865 10.0.0.23 - - [2026-04-20 16:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.23 - - [2026-04-20 16:52:59] "GET /security-group/9bc769bb-9167-4b5f-83e9-5151efbe38b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.007699 10.0.0.23 - - [2026-04-20 16:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.65 - - [2026-04-20 16:52:59] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001147 10.0.0.23 - - [2026-04-20 16:52:59] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.055841 10.0.0.23 - - [2026-04-20 16:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.23 - - [2026-04-20 16:52:59] "GET /security-group/9bc769bb-9167-4b5f-83e9-5151efbe38b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005695 10.0.0.23 - - [2026-04-20 16:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.23 - - [2026-04-20 16:52:59] "PUT /security-group/9bc769bb-9167-4b5f-83e9-5151efbe38b1 HTTP/1.1" 200 262 0.024595 10.0.0.23 - - [2026-04-20 16:52:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.003611 10.0.0.23 - - [2026-04-20 16:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.65 - - [2026-04-20 16:52:59] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001108 10.0.0.23 - - [2026-04-20 16:52:59] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051992 10.0.0.65 - - [2026-04-20 16:52:59] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001141 10.0.0.23 - - [2026-04-20 16:53:00] "POST /neutron/network HTTP/1.1" 200 608 0.194214 10.0.0.65 - - [2026-04-20 16:53:00] "POST /route-targets HTTP/1.1" 200 327 0.072458 10.0.0.23 - - [2026-04-20 16:53:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.005643 10.0.0.23 - - [2026-04-20 16:53:00] "GET /virtual-network/bd5c06c5-f95c-4c2b-89e9-95d9aa6eb563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008494 10.0.0.23 - - [2026-04-20 16:53:00] "POST /neutron/network HTTP/1.1" 200 825 0.011044 10.0.0.23 - - [2026-04-20 16:53:00] "GET /virtual-network/bd5c06c5-f95c-4c2b-89e9-95d9aa6eb563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010128 10.0.0.23 - - [2026-04-20 16:53:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.65 - - [2026-04-20 16:53:00] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001172 10.0.0.23 - - [2026-04-20 16:53:00] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.065800 10.0.0.23 - - [2026-04-20 16:53:00] "POST /neutron/network HTTP/1.1" 200 117 0.021070 10.0.0.65 - - [2026-04-20 16:53:01] "POST /ref-update HTTP/1.1" 200 156 0.054430 10.0.0.23 - - [2026-04-20 16:53:01] "POST /neutron/network HTTP/1.1" 200 834 0.014395 10.0.0.23 - - [2026-04-20 16:53:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001427 10.0.0.23 - - [2026-04-20 16:53:01] "GET /virtual-network/31d9a60f-245f-4cac-9a03-bf329945e441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008487 10.0.0.23 - - [2026-04-20 16:53:01] "GET /virtual-network/31d9a60f-245f-4cac-9a03-bf329945e441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007518 10.0.0.23 - - [2026-04-20 16:53:01] "POST /neutron/subnet HTTP/1.1" 200 724 0.011955 10.0.0.23 - - [2026-04-20 16:53:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001808 10.0.0.65 - - [2026-04-20 16:53:02] "DELETE /project/7098ab8c2a984cd8b96814fc434cfa11 HTTP/1.1" 404 173 0.054096 10.0.0.65 - - [2026-04-20 16:53:02] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001399 10.0.0.65 - - [2026-04-20 16:53:02] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.061602 10.0.0.65 - - [2026-04-20 16:53:02] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003016 10.0.0.65 - - [2026-04-20 16:53:02] "DELETE /project/91b926cc-4143-4dd8-83ac-f5541b7f680f HTTP/1.1" 404 177 0.156515 10.0.0.65 - - [2026-04-20 16:53:02] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?fields=security_groups HTTP/1.1" 200 1356 0.073522 10.0.0.65 - - [2026-04-20 16:53:02] "DELETE /project/019d37e7312d4f23bdf9e102c7e475e8 HTTP/1.1" 404 173 0.221396 10.0.0.65 - - [2026-04-20 16:53:02] "DELETE /security-group/f616d132-11fa-49fc-899a-3047a9070fde HTTP/1.1" 200 115 0.069250 10.0.0.65 - - [2026-04-20 16:53:02] "GET /projects?obj_uuids=019d37e7-312d-4f23-bdf9-e102c7e475e8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001613 10.0.0.65 - - [2026-04-20 16:53:02] "GET /project/019d37e7-312d-4f23-bdf9-e102c7e475e8?fields=application_policy_sets HTTP/1.1" 200 1395 0.051043 10.0.0.65 - - [2026-04-20 16:53:02] "DELETE /project/019d37e7-312d-4f23-bdf9-e102c7e475e8 HTTP/1.1" 200 115 0.566995 10.0.0.65 - - [2026-04-20 16:53:02] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001292 10.0.0.23 - - [2026-04-20 16:53:02] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.097577 10.0.0.23 - - [2026-04-20 16:53:03] "POST /neutron/port HTTP/1.1" 200 117 0.008023 10.0.0.23 - - [2026-04-20 16:53:03] "POST /id-to-fqname HTTP/1.1" 200 227 0.001448 10.0.0.23 - - [2026-04-20 16:53:03] "POST /neutron/network HTTP/1.1" 200 844 0.010398 10.0.0.23 - - [2026-04-20 16:53:04] "POST /neutron/port HTTP/1.1" 200 1061 0.024170 10.0.0.65 - - [2026-04-20 16:53:04] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002639 10.0.0.23 - - [2026-04-20 16:53:04] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.148619 10.0.0.23 - - [2026-04-20 16:53:04] "POST /neutron/port HTTP/1.1" 200 1125 0.062546 10.0.0.23 - - [2026-04-20 16:53:04] "POST /neutron/subnet HTTP/1.1" 200 689 0.011307 10.0.0.23 - - [2026-04-20 16:53:04] "POST /neutron/port HTTP/1.1" 200 1125 0.028072 10.0.0.65 - - [2026-04-20 16:53:04] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001183 10.0.0.23 - - [2026-04-20 16:53:05] "POST /neutron/router HTTP/1.1" 200 585 0.109525 10.0.0.65 - - [2026-04-20 16:53:05] "POST /route-targets HTTP/1.1" 200 327 0.021713 10.0.0.23 - - [2026-04-20 16:53:05] "POST /neutron/router HTTP/1.1" 200 656 0.016600 10.0.0.65 - - [2026-04-20 16:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.087408 10.0.0.65 - - [2026-04-20 16:53:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006740 10.0.0.65 - - [2026-04-20 16:53:05] "POST /virtual-networks HTTP/1.1" 200 694 0.167619 10.0.0.65 - - [2026-04-20 16:53:05] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002043 10.0.0.65 - - [2026-04-20 16:53:05] "POST /ref-update HTTP/1.1" 200 156 0.062698 10.0.0.65 - - [2026-04-20 16:53:05] "PUT /logical-router/2f7dc96f-7746-4bac-8a5c-6eb96060ed34 HTTP/1.1" 200 262 0.053885 10.0.0.65 - - [2026-04-20 16:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010426 10.0.0.23 - - [2026-04-20 16:53:06] "POST /neutron/port HTTP/1.1" 200 1063 0.583053 10.0.0.23 - - [2026-04-20 16:53:06] "POST /neutron/port HTTP/1.1" 200 1063 0.021697 10.0.0.65 - - [2026-04-20 16:53:06] "POST /chown HTTP/1.1" 200 109 0.048813 10.0.0.23 - - [2026-04-20 16:53:06] "POST /neutron/port HTTP/1.1" 200 1117 0.183383 10.0.0.65 - - [2026-04-20 16:53:06] "POST /chown HTTP/1.1" 200 109 0.021055 10.0.0.23 - - [2026-04-20 16:53:06] "POST /neutron/port HTTP/1.1" 200 1125 0.048591 10.0.0.65 - - [2026-04-20 16:53:06] "POST /ref-update HTTP/1.1" 200 156 0.031661 10.0.0.23 - - [2026-04-20 16:53:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.016950 10.0.0.23 - - [2026-04-20 16:53:06] "GET /virtual-machine/823db67a-ea7e-4501-92f1-1eed41df44a1 HTTP/1.1" 401 292 0.000487 10.0.0.65 - - [2026-04-20 16:53:07] "POST /instance-ips HTTP/1.1" 200 549 0.089051 10.0.0.65 - - [2026-04-20 16:53:07] "PUT /virtual-machine-interface/b050a218-ec91-4ea2-a01b-31f7ad9d4601 HTTP/1.1" 200 284 0.035815 10.0.0.65 - - [2026-04-20 16:53:07] "POST /ref-update HTTP/1.1" 200 156 0.034244 10.0.0.65 - - [2026-04-20 16:53:07] "PUT /routing-instance/52fdf8fa-0117-43d5-84f2-1eb54aaa195c HTTP/1.1" 200 266 0.042623 10.0.0.65 - - [2026-04-20 16:53:07] "POST /chown HTTP/1.1" 200 109 0.037034 10.0.0.65 - - [2026-04-20 16:53:07] "PUT /virtual-machine-interface/a7c24a24-69d0-4362-89c4-93ecfbf136b5 HTTP/1.1" 200 284 0.027488 10.0.0.65 - - [2026-04-20 16:53:07] "POST /ref-update HTTP/1.1" 200 156 0.057815 10.0.0.65 - - [2026-04-20 16:53:08] "POST /instance-ips HTTP/1.1" 400 316 0.049987 10.0.0.23 - - [2026-04-20 16:53:08] "GET /virtual-machine/823db67a-ea7e-4501-92f1-1eed41df44a1 HTTP/1.1" 200 1295 0.789092 10.0.0.23 - - [2026-04-20 16:53:08] "GET /virtual-machine-interface/09c4622e-737c-41a5-bb37-84fa00e2bbbf HTTP/1.1" 200 2955 0.006695 10.0.0.23 - - [2026-04-20 16:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.23 - - [2026-04-20 16:53:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008101 10.0.0.23 - - [2026-04-20 16:53:08] "GET /virtual-networks?parent_id=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004889 10.0.0.23 - - [2026-04-20 16:53:08] "GET /virtual-network/bd5c06c5-f95c-4c2b-89e9-95d9aa6eb563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.011084 10.0.0.23 - - [2026-04-20 16:53:08] "GET /obj-perms HTTP/1.1" 200 5056 0.227833 10.0.0.65 - - [2026-04-20 16:53:08] "PUT /instance-ip/f34e8b06-6e47-445e-b30f-408aaf1abef7 HTTP/1.1" 200 256 0.049556 10.0.0.65 - - [2026-04-20 16:53:08] "POST /ref-update HTTP/1.1" 200 156 0.023937 10.0.0.249 - - [2026-04-20 16:53:08] "GET /obj-perms HTTP/1.1" 200 5056 0.080616 10.0.0.23 - - [2026-04-20 16:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006419 10.0.0.23 - - [2026-04-20 16:53:11] "GET /virtual-network/bd5c06c5-f95c-4c2b-89e9-95d9aa6eb563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006963 10.0.0.23 - - [2026-04-20 16:53:14] "POST /neutron/port HTTP/1.1" 200 1125 0.023947 10.0.0.23 - - [2026-04-20 16:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005782 10.0.0.23 - - [2026-04-20 16:53:15] "GET /virtual-network/bd5c06c5-f95c-4c2b-89e9-95d9aa6eb563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008156 10.0.0.23 - - [2026-04-20 16:53:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009022 10.0.0.23 - - [2026-04-20 16:53:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-04-20 16:53:17] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005179 10.0.0.23 - - [2026-04-20 16:53:17] "GET /virtual-networks?parent_id=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003801 10.0.0.23 - - [2026-04-20 16:53:17] "GET /virtual-network/bd5c06c5-f95c-4c2b-89e9-95d9aa6eb563?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006109 10.0.0.23 - - [2026-04-20 16:53:18] "POST /neutron/port HTTP/1.1" 200 1127 0.032388 10.0.0.23 - - [2026-04-20 16:53:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014015 10.0.0.23 - - [2026-04-20 16:53:18] "GET /virtual-machine/3add4f8a-a337-4d56-b283-c935f269a6ba HTTP/1.1" 200 1295 0.008428 10.0.0.23 - - [2026-04-20 16:53:18] "GET /virtual-machine-interface/6f81637f-292a-4374-903b-be7b283e27fb HTTP/1.1" 200 2968 0.010659 10.0.0.23 - - [2026-04-20 16:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005379 10.0.0.23 - - [2026-04-20 16:53:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004822 10.0.0.23 - - [2026-04-20 16:53:18] "GET /virtual-networks?parent_id=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004812 10.0.0.23 - - [2026-04-20 16:53:18] "GET /virtual-network/31d9a60f-245f-4cac-9a03-bf329945e441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007411 10.0.0.23 - - [2026-04-20 16:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005793 10.0.0.23 - - [2026-04-20 16:53:19] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006884 10.0.0.23 - - [2026-04-20 16:53:19] "GET /virtual-networks?parent_id=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004122 10.0.0.23 - - [2026-04-20 16:53:19] "GET /virtual-network/31d9a60f-245f-4cac-9a03-bf329945e441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007891 10.0.0.23 - - [2026-04-20 16:53:23] "POST /neutron/router HTTP/1.1" 200 656 0.010747 10.0.0.65 - - [2026-04-20 16:53:23] "PUT /logical-router/2f7dc96f-7746-4bac-8a5c-6eb96060ed34 HTTP/1.1" 404 171 0.004862 10.0.0.65 - - [2026-04-20 16:53:24] "GET /virtual-network/13595208-ca3d-4cf6-9b4c-8f8983dfccd8?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2299 0.009706 10.0.0.65 - - [2026-04-20 16:53:24] "DELETE /route-target/002c0759-723c-4402-8e63-a74386fb0c5d HTTP/1.1" 409 239 0.008873 10.0.0.65 - - [2026-04-20 16:53:24] "GET /virtual-machine-interface/b050a218-ec91-4ea2-a01b-31f7ad9d4601?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1651 0.013619 10.0.0.65 - - [2026-04-20 16:53:24] "DELETE /virtual-machine-interface/b050a218-ec91-4ea2-a01b-31f7ad9d4601 HTTP/1.1" 200 115 0.121603 10.0.0.65 - - [2026-04-20 16:53:24] "GET /instance-ip/f34e8b06-6e47-445e-b30f-408aaf1abef7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1760 0.008454 10.0.0.65 - - [2026-04-20 16:53:24] "DELETE /instance-ip/f34e8b06-6e47-445e-b30f-408aaf1abef7 HTTP/1.1" 404 177 0.006467 10.0.0.23 - - [2026-04-20 16:53:24] "POST /neutron/network HTTP/1.1" 400 204 0.140408 10.0.0.65 - - [2026-04-20 16:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006487 10.0.0.65 - - [2026-04-20 16:53:25] "GET /logical-router/2f7dc96f-7746-4bac-8a5c-6eb96060ed34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.010414 10.0.0.65 - - [2026-04-20 16:53:25] "POST /ref-update HTTP/1.1" 200 156 0.037071 10.0.0.23 - - [2026-04-20 16:53:25] "POST /neutron/port HTTP/1.1" 200 151 0.326575 10.0.0.65 - - [2026-04-20 16:53:25] "POST /ref-update HTTP/1.1" 200 156 0.048958 10.0.0.65 - - [2026-04-20 16:53:25] "POST /ref-update HTTP/1.1" 200 156 0.044264 10.0.0.65 - - [2026-04-20 16:53:25] "DELETE /virtual-machine-interface/e277d23c-f013-472b-8986-c9dd02cd3629 HTTP/1.1" 200 115 0.173199 10.0.0.23 - - [2026-04-20 16:53:25] "POST /neutron/port HTTP/1.1" 200 151 0.390876 10.0.0.65 - - [2026-04-20 16:53:27] "DELETE /route-target/82660d1f-3428-451f-8e67-e154238f86ba HTTP/1.1" 200 115 0.043552 10.0.0.23 - - [2026-04-20 16:53:27] "POST /neutron/network HTTP/1.1" 200 825 0.012505 10.0.0.65 - - [2026-04-20 16:53:28] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001030 10.0.0.23 - - [2026-04-20 16:53:28] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.054268 10.0.0.65 - - [2026-04-20 16:53:28] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001169 10.0.0.23 - - [2026-04-20 16:53:28] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?fields=virtual_networks HTTP/1.1" 200 1038 0.079139 10.0.0.65 - - [2026-04-20 16:53:28] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001056 10.0.0.23 - - [2026-04-20 16:53:28] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.076574 10.0.0.65 - - [2026-04-20 16:53:29] "GET /projects?obj_uuids=7098ab8c-2a98-4cd8-b968-14fc434cfa11&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001615 10.0.0.23 - - [2026-04-20 16:53:29] "GET /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11?fields=security_groups HTTP/1.1" 200 1267 0.058461 10.0.0.23 - - [2026-04-20 16:53:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.038256 10.0.0.65 - - [2026-04-20 16:53:30] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003511 10.0.0.65 - - [2026-04-20 16:53:30] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001453 10.0.0.65 - - [2026-04-20 16:53:30] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.018126 10.0.0.65 - - [2026-04-20 16:53:30] "POST /id-to-fqname HTTP/1.1" 200 198 0.005742 10.0.0.65 - - [2026-04-20 16:53:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.014121 10.0.0.65 - - [2026-04-20 16:53:30] "POST /security-groups HTTP/1.1" 200 599 0.047654 10.0.0.65 - - [2026-04-20 16:53:30] "POST /fqname-to-id HTTP/1.1" 404 242 0.004937 10.0.0.65 - - [2026-04-20 16:53:30] "POST /projects HTTP/1.1" 200 601 0.311199 10.0.0.65 - - [2026-04-20 16:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.357765 10.0.0.23 - - [2026-04-20 16:53:30] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.569516 10.0.0.65 - - [2026-04-20 16:53:30] "POST /access-control-lists HTTP/1.1" 200 602 0.066131 10.0.0.23 - - [2026-04-20 16:53:32] "GET / HTTP/1.1" 200 35931 0.002034 10.0.0.23 - - [2026-04-20 16:53:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000450 10.0.0.23 - - [2026-04-20 16:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.077261 10.0.0.65 - - [2026-04-20 16:53:34] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001049 10.0.0.23 - - [2026-04-20 16:53:34] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048771 10.0.0.65 - - [2026-04-20 16:53:34] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001491 10.0.0.23 - - [2026-04-20 16:53:34] "POST /neutron/network HTTP/1.1" 200 613 0.213392 10.0.0.23 - - [2026-04-20 16:53:35] "POST /neutron/network HTTP/1.1" 200 1006 0.020566 10.0.0.23 - - [2026-04-20 16:53:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001525 10.0.0.23 - - [2026-04-20 16:53:35] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007154 10.0.0.23 - - [2026-04-20 16:53:35] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006950 10.0.0.23 - - [2026-04-20 16:53:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.012245 10.0.0.23 - - [2026-04-20 16:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.65 - - [2026-04-20 16:53:35] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.23 - - [2026-04-20 16:53:35] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052181 10.0.0.65 - - [2026-04-20 16:53:35] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.23 - - [2026-04-20 16:53:35] "POST /neutron/network HTTP/1.1" 200 613 0.183178 10.0.0.65 - - [2026-04-20 16:53:36] "POST /route-targets HTTP/1.1" 200 327 0.022046 10.0.0.23 - - [2026-04-20 16:53:36] "POST /neutron/network HTTP/1.1" 200 1005 0.016175 10.0.0.23 - - [2026-04-20 16:53:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001445 10.0.0.23 - - [2026-04-20 16:53:36] "GET /virtual-network/c5953880-2215-4803-b1c5-d7aef148fb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008422 10.0.0.23 - - [2026-04-20 16:53:36] "GET /virtual-network/c5953880-2215-4803-b1c5-d7aef148fb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007566 10.0.0.23 - - [2026-04-20 16:53:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.012380 10.0.0.23 - - [2026-04-20 16:53:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.005171 10.0.0.23 - - [2026-04-20 16:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.65 - - [2026-04-20 16:53:36] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002070 10.0.0.23 - - [2026-04-20 16:53:36] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058893 10.0.0.23 - - [2026-04-20 16:53:36] "POST /network-policys HTTP/1.1" 200 577 0.041853 10.0.0.23 - - [2026-04-20 16:53:36] "GET /network-policy/bbc3c065-06e7-4bc2-87b6-db5a97f38272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.008371 10.0.0.23 - - [2026-04-20 16:53:37] "POST /neutron/network HTTP/1.1" 200 1114 0.125206 10.0.0.249 - - [2026-04-20 16:53:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.064340 10.0.0.65 - - [2026-04-20 16:53:37] "POST /access-control-lists HTTP/1.1" 200 596 0.074883 10.0.0.23 - - [2026-04-20 16:53:37] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006905 10.0.0.23 - - [2026-04-20 16:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.23 - - [2026-04-20 16:53:37] "GET /network-policy/bbc3c065-06e7-4bc2-87b6-db5a97f38272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005615 10.0.0.23 - - [2026-04-20 16:53:37] "POST /neutron/network HTTP/1.1" 200 1113 0.117874 10.0.0.23 - - [2026-04-20 16:53:37] "GET /virtual-network/c5953880-2215-4803-b1c5-d7aef148fb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.011070 10.0.0.65 - - [2026-04-20 16:53:37] "POST /ref-update HTTP/1.1" 200 156 0.054799 10.0.0.23 - - [2026-04-20 16:53:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.013806 10.0.0.23 - - [2026-04-20 16:53:37] "GET /network-policy/bbc3c065-06e7-4bc2-87b6-db5a97f38272?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004982 10.0.0.23 - - [2026-04-20 16:53:38] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009262 10.0.0.65 - - [2026-04-20 16:53:39] "GET /obj-perms HTTP/1.1" 200 5046 0.075362 10.0.0.23 - - [2026-04-20 16:53:39] "GET /virtual-network/c5953880-2215-4803-b1c5-d7aef148fb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007392 10.0.0.23 - - [2026-04-20 16:53:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001558 10.0.0.65 - - [2026-04-20 16:53:41] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001181 10.0.0.23 - - [2026-04-20 16:53:41] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.092176 10.0.0.23 - - [2026-04-20 16:53:41] "POST /neutron/network HTTP/1.1" 200 1114 0.019856 10.0.0.23 - - [2026-04-20 16:53:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.001392 10.0.0.23 - - [2026-04-20 16:53:42] "POST /neutron/port HTTP/1.1" 200 117 0.013414 10.0.0.65 - - [2026-04-20 16:53:42] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.65 - - [2026-04-20 16:53:43] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001734 10.0.0.23 - - [2026-04-20 16:53:43] "POST /neutron/port HTTP/1.1" 200 1175 0.579313 10.0.0.23 - - [2026-04-20 16:53:43] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.160165 10.0.0.23 - - [2026-04-20 16:53:43] "POST /neutron/port HTTP/1.1" 200 1175 0.030400 10.0.0.23 - - [2026-04-20 16:53:43] "POST /neutron/port HTTP/1.1" 200 1239 0.047463 10.0.0.23 - - [2026-04-20 16:53:43] "POST /neutron/port HTTP/1.1" 200 117 0.009724 10.0.0.23 - - [2026-04-20 16:53:43] "POST /neutron/port HTTP/1.1" 200 117 0.001412 10.0.0.23 - - [2026-04-20 16:53:43] "POST /neutron/network HTTP/1.1" 200 1114 0.016195 10.0.0.65 - - [2026-04-20 16:53:44] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.23 - - [2026-04-20 16:53:44] "POST /neutron/port HTTP/1.1" 200 1174 0.424099 10.0.0.23 - - [2026-04-20 16:53:44] "POST /neutron/port HTTP/1.1" 200 1228 0.167090 10.0.0.23 - - [2026-04-20 16:53:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007024 10.0.0.23 - - [2026-04-20 16:53:45] "POST /neutron/port HTTP/1.1" 200 117 0.002373 10.0.0.23 - - [2026-04-20 16:53:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009450 10.0.0.23 - - [2026-04-20 16:53:49] "POST /neutron/port HTTP/1.1" 200 1239 0.022069 10.0.0.23 - - [2026-04-20 16:53:49] "GET /virtual-machine/997aa54f-9f76-4d5d-a4b9-a7dc42cd7d27 HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2026-04-20 16:53:49] "GET /virtual-machine/997aa54f-9f76-4d5d-a4b9-a7dc42cd7d27 HTTP/1.1" 200 1301 0.042498 10.0.0.23 - - [2026-04-20 16:53:49] "GET /virtual-machine-interface/c907962d-8a68-463f-a64d-6351877cbf05 HTTP/1.1" 200 3176 0.009159 10.0.0.23 - - [2026-04-20 16:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006546 10.0.0.23 - - [2026-04-20 16:53:49] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005256 10.0.0.23 - - [2026-04-20 16:53:49] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004853 10.0.0.23 - - [2026-04-20 16:53:49] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.011256 10.0.0.23 - - [2026-04-20 16:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.23 - - [2026-04-20 16:53:52] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.009057 10.0.0.23 - - [2026-04-20 16:53:54] "POST /neutron/port HTTP/1.1" 200 1238 0.024023 10.0.0.23 - - [2026-04-20 16:53:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004509 10.0.0.23 - - [2026-04-20 16:53:54] "POST /neutron/port HTTP/1.1" 200 117 0.001421 10.0.0.23 - - [2026-04-20 16:53:55] "POST /neutron/port HTTP/1.1" 200 1239 0.028004 10.0.0.23 - - [2026-04-20 16:53:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004781 10.0.0.23 - - [2026-04-20 16:53:56] "POST /neutron/port HTTP/1.1" 200 117 0.001689 10.0.0.23 - - [2026-04-20 16:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005766 10.0.0.23 - - [2026-04-20 16:53:56] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008375 10.0.0.23 - - [2026-04-20 16:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006572 10.0.0.23 - - [2026-04-20 16:54:01] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008772 10.0.0.65 - - [2026-04-20 16:54:02] "DELETE /project/7098ab8c-2a98-4cd8-b968-14fc434cfa11 HTTP/1.1" 404 177 0.005384 10.0.0.65 - - [2026-04-20 16:54:02] "DELETE /project/1e4c0a233f0e4884a4e041daa2a96b16 HTTP/1.1" 404 173 0.004807 10.0.0.23 - - [2026-04-20 16:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.23 - - [2026-04-20 16:54:05] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007071 10.0.0.23 - - [2026-04-20 16:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2026-04-20 16:54:09] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005502 10.0.0.23 - - [2026-04-20 16:54:09] "GET /obj-perms HTTP/1.1" 200 5056 0.078727 10.0.0.23 - - [2026-04-20 16:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.23 - - [2026-04-20 16:54:13] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006086 10.0.0.23 - - [2026-04-20 16:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006635 10.0.0.23 - - [2026-04-20 16:54:17] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007368 10.0.0.23 - - [2026-04-20 16:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2026-04-20 16:54:21] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.012031 10.0.0.23 - - [2026-04-20 16:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.23 - - [2026-04-20 16:54:25] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006651 10.0.0.23 - - [2026-04-20 16:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.23 - - [2026-04-20 16:54:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004575 10.0.0.23 - - [2026-04-20 16:54:27] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003404 10.0.0.23 - - [2026-04-20 16:54:27] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006800 10.0.0.23 - - [2026-04-20 16:54:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009722 10.0.0.23 - - [2026-04-20 16:54:38] "POST /neutron/port HTTP/1.1" 200 1239 0.024254 10.0.0.23 - - [2026-04-20 16:54:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009440 10.0.0.23 - - [2026-04-20 16:54:43] "POST /neutron/port HTTP/1.1" 200 1239 0.021776 10.0.0.23 - - [2026-04-20 16:54:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010194 10.0.0.23 - - [2026-04-20 16:54:48] "POST /neutron/port HTTP/1.1" 200 1238 0.029490 10.0.0.23 - - [2026-04-20 16:54:48] "GET /virtual-machine/12c4c5c4-6ab2-4c60-8b4c-8b946e25aa8b HTTP/1.1" 200 1300 0.010051 10.0.0.23 - - [2026-04-20 16:54:49] "GET /virtual-machine-interface/7453c0f8-70ce-4f58-a80c-647063a32148 HTTP/1.1" 200 3175 0.011371 10.0.0.23 - - [2026-04-20 16:54:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.23 - - [2026-04-20 16:54:49] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004897 10.0.0.23 - - [2026-04-20 16:54:49] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.005429 10.0.0.23 - - [2026-04-20 16:54:49] "GET /virtual-network/c5953880-2215-4803-b1c5-d7aef148fb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007629 10.0.0.23 - - [2026-04-20 16:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.23 - - [2026-04-20 16:54:50] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004570 10.0.0.23 - - [2026-04-20 16:54:50] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004508 10.0.0.23 - - [2026-04-20 16:54:50] "GET /virtual-network/c5953880-2215-4803-b1c5-d7aef148fb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.009093 10.0.0.23 - - [2026-04-20 16:54:54] "POST /neutron/port HTTP/1.1" 200 1238 0.056390 10.0.0.23 - - [2026-04-20 16:54:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004077 10.0.0.23 - - [2026-04-20 16:54:54] "POST /neutron/port HTTP/1.1" 200 117 0.001455 10.0.0.23 - - [2026-04-20 16:54:56] "POST /neutron/port HTTP/1.1" 200 1239 0.069616 10.0.0.23 - - [2026-04-20 16:54:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004268 10.0.0.23 - - [2026-04-20 16:54:56] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.249 - - [2026-04-20 16:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.249 - - [2026-04-20 16:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.249 - - [2026-04-20 16:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.65 - - [2026-04-20 16:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000583 10.0.0.249 - - [2026-04-20 16:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.65 - - [2026-04-20 16:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.001459 10.0.0.65 - - [2026-04-20 16:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000496 10.0.0.65 - - [2026-04-20 16:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000530 10.0.0.23 - - [2026-04-20 16:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000584 10.0.0.23 - - [2026-04-20 16:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.249 - - [2026-04-20 16:55:10] "GET /obj-perms HTTP/1.1" 200 5056 0.069095 10.0.0.65 - - [2026-04-20 16:55:10] "GET /obj-perms HTTP/1.1" 200 5056 0.064279 10.0.0.23 - - [2026-04-20 16:55:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2026-04-20 16:55:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.23 - - [2026-04-20 16:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.65 - - [2026-04-20 16:55:15] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.23 - - [2026-04-20 16:55:15] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059376 10.0.0.23 - - [2026-04-20 16:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.23 - - [2026-04-20 16:55:15] "PUT /network-policy/bbc3c065-06e7-4bc2-87b6-db5a97f38272 HTTP/1.1" 200 262 0.033925 10.0.0.65 - - [2026-04-20 16:55:15] "PUT /access-control-list/306484b3-fc40-4146-86f3-2542c95724ff HTTP/1.1" 200 272 0.019970 10.0.0.23 - - [2026-04-20 16:55:19] "GET /virtual-network/c5953880-2215-4803-b1c5-d7aef148fb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007499 10.0.0.23 - - [2026-04-20 16:55:19] "POST /neutron/network HTTP/1.1" 200 1005 0.091910 10.0.0.23 - - [2026-04-20 16:55:19] "GET /virtual-network/c5953880-2215-4803-b1c5-d7aef148fb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006264 10.0.0.23 - - [2026-04-20 16:55:19] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007690 10.0.0.65 - - [2026-04-20 16:55:19] "POST /ref-update HTTP/1.1" 200 156 0.036394 10.0.0.249 - - [2026-04-20 16:55:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.015687 10.0.0.23 - - [2026-04-20 16:55:19] "POST /neutron/network HTTP/1.1" 200 1006 0.135602 10.0.0.23 - - [2026-04-20 16:55:19] "GET /virtual-network/a7c74eab-c7c8-4a47-9b1e-dafeef328f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.010873 10.0.0.23 - - [2026-04-20 16:55:19] "POST /neutron/port HTTP/1.1" 200 1239 0.022561 10.0.0.23 - - [2026-04-20 16:55:19] "DELETE /network-policy/bbc3c065-06e7-4bc2-87b6-db5a97f38272 HTTP/1.1" 200 115 0.060183 10.0.0.23 - - [2026-04-20 16:55:19] "POST /neutron/network HTTP/1.1" 400 204 0.030201 10.0.0.23 - - [2026-04-20 16:55:20] "POST /neutron/port HTTP/1.1" 200 151 0.559729 10.0.0.65 - - [2026-04-20 16:55:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005471 10.0.0.23 - - [2026-04-20 16:55:22] "POST /neutron/network HTTP/1.1" 200 1006 0.017648 10.0.0.65 - - [2026-04-20 16:55:22] "DELETE /route-target/c74bab97-d41a-4a4f-8134-4f24477f7af8 HTTP/1.1" 200 115 0.057970 10.0.0.65 - - [2026-04-20 16:55:27] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003080 10.0.0.23 - - [2026-04-20 16:55:27] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061540 10.0.0.23 - - [2026-04-20 16:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007364 10.0.0.65 - - [2026-04-20 16:55:27] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.23 - - [2026-04-20 16:55:27] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010428 10.0.0.23 - - [2026-04-20 16:55:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.65 - - [2026-04-20 16:55:27] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001617 10.0.0.23 - - [2026-04-20 16:55:27] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054967 10.0.0.23 - - [2026-04-20 16:55:28] "GET /domains HTTP/1.1" 200 280 0.005674 10.0.0.65 - - [2026-04-20 16:55:28] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.23 - - [2026-04-20 16:55:28] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19 HTTP/1.1" 200 2581 0.011108 10.0.0.65 - - [2026-04-20 16:55:28] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001231 10.0.0.23 - - [2026-04-20 16:55:28] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16 HTTP/1.1" 200 1900 0.112541 10.0.0.23 - - [2026-04-20 16:55:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004934 10.0.0.23 - - [2026-04-20 16:55:28] "POST /network-ipams HTTP/1.1" 200 609 0.041830 10.0.0.23 - - [2026-04-20 16:55:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003666 10.0.0.23 - - [2026-04-20 16:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.23 - - [2026-04-20 16:55:29] "GET /network-ipam/1389b090-cd7b-4206-929f-9dde23cedf7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.007670 10.0.0.23 - - [2026-04-20 16:55:29] "PUT /network-ipam/1389b090-cd7b-4206-929f-9dde23cedf7d HTTP/1.1" 200 258 0.020059 10.0.0.23 - - [2026-04-20 16:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008803 10.0.0.65 - - [2026-04-20 16:55:29] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.23 - - [2026-04-20 16:55:29] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045359 10.0.0.65 - - [2026-04-20 16:55:29] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001570 10.0.0.23 - - [2026-04-20 16:55:29] "POST /neutron/network HTTP/1.1" 200 619 0.159560 10.0.0.65 - - [2026-04-20 16:55:30] "POST /useragent-kv HTTP/1.1" 200 115 0.010545 10.0.0.23 - - [2026-04-20 16:55:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.207848 10.0.0.23 - - [2026-04-20 16:55:30] "POST /id-to-fqname HTTP/1.1" 200 231 0.001453 10.0.0.23 - - [2026-04-20 16:55:30] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006180 10.0.0.23 - - [2026-04-20 16:55:30] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.015942 10.0.0.23 - - [2026-04-20 16:55:30] "POST /neutron/network HTTP/1.1" 200 1309 0.014694 10.0.0.23 - - [2026-04-20 16:55:30] "POST /neutron/subnet HTTP/1.1" 200 828 0.011678 10.0.0.23 - - [2026-04-20 16:55:30] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008842 10.0.0.23 - - [2026-04-20 16:55:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.65 - - [2026-04-20 16:55:31] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.23 - - [2026-04-20 16:55:31] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043896 10.0.0.65 - - [2026-04-20 16:55:31] "POST /route-targets HTTP/1.1" 200 327 0.020320 10.0.0.65 - - [2026-04-20 16:55:31] "POST /useragent-kv HTTP/1.1" 200 115 0.012364 10.0.0.23 - - [2026-04-20 16:55:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.292183 10.0.0.23 - - [2026-04-20 16:55:32] "POST /neutron/network HTTP/1.1" 200 1309 0.019181 10.0.0.23 - - [2026-04-20 16:55:32] "POST /id-to-fqname HTTP/1.1" 200 231 0.001308 10.0.0.23 - - [2026-04-20 16:55:32] "GET /virtual-network/7ed4f2eb-1258-4435-a1b9-a9f9f0930ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007477 10.0.0.23 - - [2026-04-20 16:55:32] "GET /virtual-network/7ed4f2eb-1258-4435-a1b9-a9f9f0930ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006771 10.0.0.23 - - [2026-04-20 16:55:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.011206 10.0.0.23 - - [2026-04-20 16:55:32] "GET /virtual-network/7ed4f2eb-1258-4435-a1b9-a9f9f0930ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.008162 10.0.0.23 - - [2026-04-20 16:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.65 - - [2026-04-20 16:55:33] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001161 10.0.0.23 - - [2026-04-20 16:55:33] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050133 10.0.0.23 - - [2026-04-20 16:55:33] "POST /neutron/network HTTP/1.1" 200 117 0.020362 10.0.0.65 - - [2026-04-20 16:55:34] "POST /useragent-kv HTTP/1.1" 200 115 0.008978 10.0.0.23 - - [2026-04-20 16:55:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.189534 10.0.0.249 - - [2026-04-20 16:55:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.005043 10.0.0.23 - - [2026-04-20 16:55:34] "POST /id-to-fqname HTTP/1.1" 200 231 0.001541 10.0.0.23 - - [2026-04-20 16:55:34] "GET /virtual-network/8778fccf-134a-4646-9ed5-c020533aa16a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.012657 10.0.0.23 - - [2026-04-20 16:55:34] "POST /neutron/network HTTP/1.1" 200 1309 0.018901 10.0.0.23 - - [2026-04-20 16:55:34] "GET /virtual-network/8778fccf-134a-4646-9ed5-c020533aa16a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007662 10.0.0.23 - - [2026-04-20 16:55:34] "POST /neutron/subnet HTTP/1.1" 200 701 0.043437 10.0.0.23 - - [2026-04-20 16:55:34] "GET /virtual-network/8778fccf-134a-4646-9ed5-c020533aa16a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006997 10.0.0.23 - - [2026-04-20 16:55:35] "GET /obj-perms HTTP/1.1" 200 5046 0.067717 10.0.0.249 - - [2026-04-20 16:55:35] "GET /obj-perms HTTP/1.1" 200 5046 0.083483 10.0.0.65 - - [2026-04-20 16:55:35] "GET /obj-perms HTTP/1.1" 200 5046 0.009072 10.0.0.23 - - [2026-04-20 16:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006859 10.0.0.65 - - [2026-04-20 16:55:35] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001561 10.0.0.23 - - [2026-04-20 16:55:35] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.089702 10.0.0.65 - - [2026-04-20 16:55:35] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002175 10.0.0.23 - - [2026-04-20 16:55:35] "POST /neutron/network HTTP/1.1" 200 619 0.210443 10.0.0.65 - - [2026-04-20 16:55:35] "POST /route-targets HTTP/1.1" 200 327 0.019897 10.0.0.65 - - [2026-04-20 16:55:36] "POST /useragent-kv HTTP/1.1" 200 115 0.008878 10.0.0.23 - - [2026-04-20 16:55:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.196889 10.0.0.23 - - [2026-04-20 16:55:36] "POST /id-to-fqname HTTP/1.1" 200 231 0.001872 10.0.0.23 - - [2026-04-20 16:55:36] "GET /virtual-network/cca137e8-c707-462f-aa7e-acae1f224a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007456 10.0.0.23 - - [2026-04-20 16:55:36] "GET /virtual-network/cca137e8-c707-462f-aa7e-acae1f224a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007362 10.0.0.23 - - [2026-04-20 16:55:36] "POST /neutron/network HTTP/1.1" 200 1309 0.013354 10.0.0.23 - - [2026-04-20 16:55:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.014768 10.0.0.23 - - [2026-04-20 16:55:37] "GET /virtual-network/cca137e8-c707-462f-aa7e-acae1f224a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.007584 10.0.0.23 - - [2026-04-20 16:55:37] "POST /fqname-to-id HTTP/1.1" 404 225 0.004345 10.0.0.23 - - [2026-04-20 16:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004862 10.0.0.65 - - [2026-04-20 16:55:37] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001267 10.0.0.23 - - [2026-04-20 16:55:37] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059091 10.0.0.23 - - [2026-04-20 16:55:37] "POST /network-policys HTTP/1.1" 200 559 0.080765 10.0.0.23 - - [2026-04-20 16:55:37] "GET /network-policy/5527c77c-6949-4aa5-b030-5059d5f920eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.013933 10.0.0.23 - - [2026-04-20 16:55:37] "POST /fqname-to-id HTTP/1.1" 404 225 0.004088 10.0.0.23 - - [2026-04-20 16:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.65 - - [2026-04-20 16:55:37] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001164 10.0.0.23 - - [2026-04-20 16:55:38] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049945 10.0.0.23 - - [2026-04-20 16:55:38] "POST /network-policys HTTP/1.1" 200 559 0.080542 10.0.0.23 - - [2026-04-20 16:55:38] "GET /network-policy/3b81c3bb-a41b-4c23-8bce-07ee4d77f975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.007409 10.0.0.23 - - [2026-04-20 16:55:38] "POST /fqname-to-id HTTP/1.1" 404 225 0.003742 10.0.0.23 - - [2026-04-20 16:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.65 - - [2026-04-20 16:55:38] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.23 - - [2026-04-20 16:55:38] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054700 10.0.0.23 - - [2026-04-20 16:55:38] "POST /network-policys HTTP/1.1" 200 559 0.083905 10.0.0.23 - - [2026-04-20 16:55:38] "GET /network-policy/80a9b984-7ff7-48a5-ac53-91e3c9f136ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.010043 10.0.0.23 - - [2026-04-20 16:55:38] "POST /fqname-to-id HTTP/1.1" 404 225 0.003869 10.0.0.23 - - [2026-04-20 16:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005341 10.0.0.65 - - [2026-04-20 16:55:38] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002513 10.0.0.23 - - [2026-04-20 16:55:38] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.060125 10.0.0.23 - - [2026-04-20 16:55:39] "POST /network-policys HTTP/1.1" 200 559 0.088112 10.0.0.23 - - [2026-04-20 16:55:39] "GET /network-policy/8fe9393e-e9ab-43e2-832e-9e3cb506b6ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.014810 10.0.0.23 - - [2026-04-20 16:55:39] "POST /fqname-to-id HTTP/1.1" 404 225 0.003360 10.0.0.23 - - [2026-04-20 16:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.65 - - [2026-04-20 16:55:39] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.23 - - [2026-04-20 16:55:39] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057831 10.0.0.23 - - [2026-04-20 16:55:39] "POST /network-policys HTTP/1.1" 200 559 0.087884 10.0.0.23 - - [2026-04-20 16:55:39] "GET /network-policy/b7ae974d-05d7-47b0-89d9-abb5f01a74b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.018404 10.0.0.23 - - [2026-04-20 16:55:39] "POST /fqname-to-id HTTP/1.1" 404 225 0.003670 10.0.0.23 - - [2026-04-20 16:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.65 - - [2026-04-20 16:55:39] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001663 10.0.0.23 - - [2026-04-20 16:55:39] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063256 10.0.0.23 - - [2026-04-20 16:55:40] "POST /network-policys HTTP/1.1" 200 559 0.085407 10.0.0.23 - - [2026-04-20 16:55:40] "GET /network-policy/5bae56ae-c500-4ed4-86b8-e8099559655d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.010660 10.0.0.23 - - [2026-04-20 16:55:40] "POST /fqname-to-id HTTP/1.1" 404 225 0.004932 10.0.0.23 - - [2026-04-20 16:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502 10.0.0.65 - - [2026-04-20 16:55:40] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001755 10.0.0.23 - - [2026-04-20 16:55:40] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058149 10.0.0.23 - - [2026-04-20 16:55:40] "POST /network-policys HTTP/1.1" 200 559 0.089149 10.0.0.23 - - [2026-04-20 16:55:40] "GET /network-policy/cd498ca8-4518-4533-8fd4-1c0ec8f837ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.013810 10.0.0.23 - - [2026-04-20 16:55:40] "POST /fqname-to-id HTTP/1.1" 404 225 0.003822 10.0.0.23 - - [2026-04-20 16:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.65 - - [2026-04-20 16:55:40] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.23 - - [2026-04-20 16:55:40] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052031 10.0.0.23 - - [2026-04-20 16:55:41] "POST /network-policys HTTP/1.1" 200 559 0.084224 10.0.0.23 - - [2026-04-20 16:55:41] "GET /network-policy/abf64746-a0b2-4b07-98d2-79c02ddea525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007604 10.0.0.23 - - [2026-04-20 16:55:41] "POST /neutron/network HTTP/1.1" 200 1494 0.027518 10.0.0.65 - - [2026-04-20 16:55:41] "POST /access-control-lists HTTP/1.1" 200 605 0.086968 10.0.0.23 - - [2026-04-20 16:55:41] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007803 10.0.0.23 - - [2026-04-20 16:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008793 10.0.0.23 - - [2026-04-20 16:55:42] "GET /network-policy/3b81c3bb-a41b-4c23-8bce-07ee4d77f975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006505 10.0.0.23 - - [2026-04-20 16:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007596 10.0.0.23 - - [2026-04-20 16:55:42] "GET /network-policy/5527c77c-6949-4aa5-b030-5059d5f920eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006821 10.0.0.249 - - [2026-04-20 16:55:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.008821 10.0.0.23 - - [2026-04-20 16:55:42] "POST /neutron/network HTTP/1.1" 200 1494 0.024587 10.0.0.65 - - [2026-04-20 16:55:42] "POST /ref-update HTTP/1.1" 200 156 0.070673 10.0.0.23 - - [2026-04-20 16:55:42] "GET /virtual-network/7ed4f2eb-1258-4435-a1b9-a9f9f0930ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.023173 10.0.0.23 - - [2026-04-20 16:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006018 10.0.0.23 - - [2026-04-20 16:55:42] "GET /network-policy/80a9b984-7ff7-48a5-ac53-91e3c9f136ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006006 10.0.0.23 - - [2026-04-20 16:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2026-04-20 16:55:42] "GET /network-policy/8fe9393e-e9ab-43e2-832e-9e3cb506b6ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005947 10.0.0.23 - - [2026-04-20 16:55:43] "POST /neutron/network HTTP/1.1" 200 1494 0.031133 10.0.0.23 - - [2026-04-20 16:55:43] "GET /virtual-network/8778fccf-134a-4646-9ed5-c020533aa16a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006849 10.0.0.23 - - [2026-04-20 16:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.23 - - [2026-04-20 16:55:43] "GET /network-policy/5bae56ae-c500-4ed4-86b8-e8099559655d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.007762 10.0.0.23 - - [2026-04-20 16:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005081 10.0.0.23 - - [2026-04-20 16:55:43] "GET /network-policy/b7ae974d-05d7-47b0-89d9-abb5f01a74b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006982 10.0.0.65 - - [2026-04-20 16:55:43] "POST /fqname-to-id HTTP/1.1" 404 248 0.004182 10.0.0.23 - - [2026-04-20 16:55:43] "POST /neutron/network HTTP/1.1" 200 1494 0.032248 10.0.0.23 - - [2026-04-20 16:55:43] "GET /virtual-network/cca137e8-c707-462f-aa7e-acae1f224a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.041513 10.0.0.23 - - [2026-04-20 16:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.23 - - [2026-04-20 16:55:43] "GET /network-policy/abf64746-a0b2-4b07-98d2-79c02ddea525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005825 10.0.0.23 - - [2026-04-20 16:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.23 - - [2026-04-20 16:55:43] "GET /network-policy/cd498ca8-4518-4533-8fd4-1c0ec8f837ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.004878 10.0.0.23 - - [2026-04-20 16:55:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.001256 10.0.0.65 - - [2026-04-20 16:56:23] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001755 10.0.0.23 - - [2026-04-20 16:56:23] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.155500 10.0.0.23 - - [2026-04-20 16:56:23] "POST /neutron/port HTTP/1.1" 200 117 0.010638 10.0.0.23 - - [2026-04-20 16:56:23] "POST /id-to-fqname HTTP/1.1" 200 231 0.002138 10.0.0.23 - - [2026-04-20 16:56:24] "POST /neutron/network HTTP/1.1" 200 1504 0.011411 10.0.0.23 - - [2026-04-20 16:56:25] "POST /neutron/port HTTP/1.1" 200 1170 0.034611 10.0.0.65 - - [2026-04-20 16:56:25] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.23 - - [2026-04-20 16:56:25] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.203202 10.0.0.23 - - [2026-04-20 16:56:25] "POST /neutron/network HTTP/1.1" 200 1494 0.038351 10.0.0.23 - - [2026-04-20 16:56:25] "POST /neutron/port HTTP/1.1" 200 117 0.015693 10.0.0.23 - - [2026-04-20 16:56:26] "POST /neutron/network HTTP/1.1" 200 1504 0.012162 10.0.0.23 - - [2026-04-20 16:56:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004400 10.0.0.23 - - [2026-04-20 16:56:27] "POST /neutron/port HTTP/1.1" 200 117 0.002228 10.0.0.23 - - [2026-04-20 16:56:27] "POST /neutron/port HTTP/1.1" 200 117 0.001860 10.0.0.23 - - [2026-04-20 16:56:28] "POST /neutron/port HTTP/1.1" 200 1234 0.047388 10.0.0.23 - - [2026-04-20 16:56:28] "POST /neutron/subnet HTTP/1.1" 200 1361 0.039619 10.0.0.23 - - [2026-04-20 16:56:28] "POST /neutron/network HTTP/1.1" 200 1494 0.034034 10.0.0.23 - - [2026-04-20 16:56:36] "POST /neutron/port HTTP/1.1" 200 1234 0.031537 10.0.0.23 - - [2026-04-20 16:56:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013507 10.0.0.23 - - [2026-04-20 16:56:51] "POST /neutron/port HTTP/1.1" 200 1234 0.027107 10.0.0.23 - - [2026-04-20 16:56:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009168 10.0.0.23 - - [2026-04-20 16:57:07] "POST /neutron/port HTTP/1.1" 200 1234 0.022893 10.0.0.23 - - [2026-04-20 16:57:12] "GET /obj-perms HTTP/1.1" 200 5056 0.088127 10.0.0.23 - - [2026-04-20 16:57:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009548 10.0.0.23 - - [2026-04-20 16:57:17] "POST /neutron/port HTTP/1.1" 200 1234 0.039883 10.0.0.23 - - [2026-04-20 16:57:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011081 10.0.0.23 - - [2026-04-20 16:57:17] "GET /virtual-machine/321f4a21-f2bf-4c4e-bb3e-bd2aa0ebfb61 HTTP/1.1" 200 1300 0.008840 10.0.0.23 - - [2026-04-20 16:57:17] "GET /virtual-machine-interface/1cc4fabe-9f8a-4e73-92a6-107cc5142a86 HTTP/1.1" 200 3184 0.006598 10.0.0.23 - - [2026-04-20 16:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.23 - - [2026-04-20 16:57:17] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005631 10.0.0.23 - - [2026-04-20 16:57:17] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004087 10.0.0.23 - - [2026-04-20 16:57:17] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006413 10.0.0.23 - - [2026-04-20 16:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006784 10.0.0.23 - - [2026-04-20 16:57:20] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006681 10.0.0.23 - - [2026-04-20 16:57:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.23 - - [2026-04-20 16:57:25] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007393 10.0.0.23 - - [2026-04-20 16:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.23 - - [2026-04-20 16:57:29] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007546 10.0.0.23 - - [2026-04-20 16:57:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005830 10.0.0.23 - - [2026-04-20 16:57:33] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.009003 10.0.0.23 - - [2026-04-20 16:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2026-04-20 16:57:37] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007800 10.0.0.23 - - [2026-04-20 16:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.23 - - [2026-04-20 16:57:41] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008898 10.0.0.23 - - [2026-04-20 16:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.23 - - [2026-04-20 16:57:45] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.009507 10.0.0.23 - - [2026-04-20 16:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.23 - - [2026-04-20 16:57:49] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007220 10.0.0.23 - - [2026-04-20 16:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.23 - - [2026-04-20 16:57:53] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006725 10.0.0.23 - - [2026-04-20 16:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.23 - - [2026-04-20 16:57:55] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004768 10.0.0.23 - - [2026-04-20 16:57:55] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003377 10.0.0.23 - - [2026-04-20 16:57:55] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007092 10.0.0.23 - - [2026-04-20 16:57:56] "POST /neutron/port HTTP/1.1" 200 1234 0.031341 10.0.0.23 - - [2026-04-20 16:57:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007582 10.0.0.23 - - [2026-04-20 16:57:56] "POST /neutron/port HTTP/1.1" 200 117 0.002111 10.0.0.23 - - [2026-04-20 16:58:00] "POST /neutron/port HTTP/1.1" 200 1234 0.039890 10.0.0.23 - - [2026-04-20 16:58:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005330 10.0.0.23 - - [2026-04-20 16:58:01] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.23 - - [2026-04-20 16:58:01] "POST /neutron/port HTTP/1.1" 200 1234 0.025691 10.0.0.23 - - [2026-04-20 16:58:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009260 10.0.0.23 - - [2026-04-20 16:58:07] "POST /neutron/port HTTP/1.1" 200 1234 0.071983 10.0.0.23 - - [2026-04-20 16:58:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008523 10.0.0.249 - - [2026-04-20 16:58:12] "GET /obj-perms HTTP/1.1" 200 5056 0.072501 10.0.0.65 - - [2026-04-20 16:58:13] "GET /obj-perms HTTP/1.1" 200 5056 0.076939 10.0.0.23 - - [2026-04-20 16:58:22] "POST /neutron/port HTTP/1.1" 200 1234 0.027174 10.0.0.23 - - [2026-04-20 16:58:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.025022 10.0.0.23 - - [2026-04-20 16:58:22] "GET /virtual-machine/27539ee5-629d-4f13-b9d0-a79399a59cd4 HTTP/1.1" 200 1300 0.025820 10.0.0.23 - - [2026-04-20 16:58:22] "GET /virtual-machine-interface/e7ad4ded-7ce3-4701-b686-cf3ae8cfdf10 HTTP/1.1" 200 3185 0.016107 10.0.0.23 - - [2026-04-20 16:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005814 10.0.0.23 - - [2026-04-20 16:58:22] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004755 10.0.0.23 - - [2026-04-20 16:58:22] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003778 10.0.0.23 - - [2026-04-20 16:58:22] "GET /virtual-network/7ed4f2eb-1258-4435-a1b9-a9f9f0930ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007177 10.0.0.23 - - [2026-04-20 16:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006171 10.0.0.23 - - [2026-04-20 16:58:23] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004762 10.0.0.23 - - [2026-04-20 16:58:23] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.006974 10.0.0.23 - - [2026-04-20 16:58:23] "GET /virtual-network/7ed4f2eb-1258-4435-a1b9-a9f9f0930ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007252 10.0.0.23 - - [2026-04-20 16:58:24] "POST /neutron/port HTTP/1.1" 200 2314 0.029567 10.0.0.23 - - [2026-04-20 16:58:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009557 10.0.0.23 - - [2026-04-20 16:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008734 10.0.0.23 - - [2026-04-20 16:58:24] "GET /network-policy/80a9b984-7ff7-48a5-ac53-91e3c9f136ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.008322 10.0.0.23 - - [2026-04-20 16:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.23 - - [2026-04-20 16:58:24] "GET /network-policy/8fe9393e-e9ab-43e2-832e-9e3cb506b6ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006363 10.0.0.23 - - [2026-04-20 16:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008417 10.0.0.23 - - [2026-04-20 16:58:25] "GET /network-policy/5527c77c-6949-4aa5-b030-5059d5f920eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.008408 10.0.0.23 - - [2026-04-20 16:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.23 - - [2026-04-20 16:58:25] "GET /network-policy/3b81c3bb-a41b-4c23-8bce-07ee4d77f975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006032 10.0.0.23 - - [2026-04-20 16:58:46] "GET /virtual-machine/27539ee5-629d-4f13-b9d0-a79399a59cd4 HTTP/1.1" 200 1300 0.005091 10.0.0.23 - - [2026-04-20 16:58:47] "POST /neutron/port HTTP/1.1" 200 1234 0.064967 10.0.0.23 - - [2026-04-20 16:58:48] "GET /virtual-machine/27539ee5-629d-4f13-b9d0-a79399a59cd4 HTTP/1.1" 404 171 0.004075 10.0.0.23 - - [2026-04-20 16:58:48] "GET /virtual-machine/27539ee5-629d-4f13-b9d0-a79399a59cd4 HTTP/1.1" 404 171 0.003895 10.0.0.23 - - [2026-04-20 16:58:48] "GET /virtual-machine/27539ee5-629d-4f13-b9d0-a79399a59cd4 HTTP/1.1" 404 171 0.003608 10.0.0.23 - - [2026-04-20 16:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.035867 10.0.0.23 - - [2026-04-20 16:58:49] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004978 10.0.0.23 - - [2026-04-20 16:58:49] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004428 10.0.0.23 - - [2026-04-20 16:58:49] "GET /virtual-network/7ed4f2eb-1258-4435-a1b9-a9f9f0930ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.010870 10.0.0.23 - - [2026-04-20 16:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.018829 10.0.0.23 - - [2026-04-20 16:58:49] "GET /routing-instance/6624193e-9afa-4708-8611-8d4fc39955df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007398 10.0.0.23 - - [2026-04-20 16:58:49] "GET /route-target/11a435ff-d8b4-4680-9ea1-a4e4137f45a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006600 10.0.0.23 - - [2026-04-20 16:58:49] "GET /virtual-machine/27539ee5-629d-4f13-b9d0-a79399a59cd4 HTTP/1.1" 404 171 0.037969 10.0.0.23 - - [2026-04-20 16:58:50] "GET /virtual-machine/27539ee5-629d-4f13-b9d0-a79399a59cd4 HTTP/1.1" 404 171 0.004608 10.0.0.23 - - [2026-04-20 16:58:51] "GET /virtual-machine/27539ee5-629d-4f13-b9d0-a79399a59cd4 HTTP/1.1" 404 171 0.004793 10.0.0.23 - - [2026-04-20 16:58:52] "GET /virtual-machine/27539ee5-629d-4f13-b9d0-a79399a59cd4 HTTP/1.1" 404 171 0.005198 10.0.0.23 - - [2026-04-20 16:58:53] "GET /virtual-machine/27539ee5-629d-4f13-b9d0-a79399a59cd4 HTTP/1.1" 404 171 0.004315 10.0.0.23 - - [2026-04-20 16:58:54] "GET /virtual-machine/27539ee5-629d-4f13-b9d0-a79399a59cd4 HTTP/1.1" 404 171 0.003753 10.0.0.23 - - [2026-04-20 16:58:57] "GET /obj-perms HTTP/1.1" 200 5046 0.005626 10.0.0.23 - - [2026-04-20 16:59:00] "GET /obj-perms HTTP/1.1" 200 5046 0.004639 10.0.0.23 - - [2026-04-20 16:59:01] "GET /virtual-machine/321f4a21-f2bf-4c4e-bb3e-bd2aa0ebfb61 HTTP/1.1" 200 1300 0.005074 10.0.0.23 - - [2026-04-20 16:59:01] "POST /neutron/port HTTP/1.1" 200 1234 0.025320 10.0.0.23 - - [2026-04-20 16:59:03] "GET /virtual-machine/321f4a21-f2bf-4c4e-bb3e-bd2aa0ebfb61 HTTP/1.1" 404 171 0.005289 10.0.0.23 - - [2026-04-20 16:59:03] "GET /virtual-machine/321f4a21-f2bf-4c4e-bb3e-bd2aa0ebfb61 HTTP/1.1" 404 171 0.004391 10.0.0.23 - - [2026-04-20 16:59:03] "GET /virtual-machine/321f4a21-f2bf-4c4e-bb3e-bd2aa0ebfb61 HTTP/1.1" 404 171 0.005478 10.0.0.23 - - [2026-04-20 16:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.23 - - [2026-04-20 16:59:03] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004829 10.0.0.23 - - [2026-04-20 16:59:03] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004579 10.0.0.23 - - [2026-04-20 16:59:03] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.008209 10.0.0.23 - - [2026-04-20 16:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005502 10.0.0.23 - - [2026-04-20 16:59:03] "GET /routing-instance/ea45f611-96b6-4256-8f97-7300d79c6ec9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006533 10.0.0.23 - - [2026-04-20 16:59:03] "GET /route-target/9be9b754-1e2c-49a9-8629-ac23dfdf8c5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005652 10.0.0.23 - - [2026-04-20 16:59:03] "GET /obj-perms HTTP/1.1" 200 5046 0.007083 10.0.0.23 - - [2026-04-20 16:59:06] "GET /obj-perms HTTP/1.1" 200 5046 0.006346 10.0.0.23 - - [2026-04-20 16:59:13] "GET /obj-perms HTTP/1.1" 200 5046 0.004606 10.0.0.23 - - [2026-04-20 16:59:16] "GET /obj-perms HTTP/1.1" 200 5046 0.005633 10.0.0.23 - - [2026-04-20 16:59:19] "GET /obj-perms HTTP/1.1" 200 5046 0.004745 10.0.0.23 - - [2026-04-20 16:59:25] "GET /obj-perms HTTP/1.1" 200 5046 0.006166 10.0.0.23 - - [2026-04-20 16:59:28] "GET /obj-perms HTTP/1.1" 200 5046 0.004254 10.0.0.249 - - [2026-04-20 16:59:28] "GET /obj-perms HTTP/1.1" 200 5046 0.006522 10.0.0.23 - - [2026-04-20 16:59:28] "GET /virtual-network/cca137e8-c707-462f-aa7e-acae1f224a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006210 10.0.0.23 - - [2026-04-20 16:59:28] "POST /neutron/network HTTP/1.1" 200 1494 0.018082 10.0.0.249 - - [2026-04-20 16:59:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.055571 10.0.0.23 - - [2026-04-20 16:59:29] "GET /virtual-network/cca137e8-c707-462f-aa7e-acae1f224a14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.035832 10.0.0.23 - - [2026-04-20 16:59:29] "GET /virtual-network/8778fccf-134a-4646-9ed5-c020533aa16a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008256 10.0.0.23 - - [2026-04-20 16:59:29] "POST /neutron/network HTTP/1.1" 200 1494 0.018160 10.0.0.23 - - [2026-04-20 16:59:29] "GET /virtual-network/8778fccf-134a-4646-9ed5-c020533aa16a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.009214 10.0.0.65 - - [2026-04-20 16:59:29] "DELETE /access-control-list/fc2d1c7b-4647-4508-8eea-f5cb21bd4dfb HTTP/1.1" 200 115 0.170535 10.0.0.23 - - [2026-04-20 16:59:29] "GET /virtual-network/7ed4f2eb-1258-4435-a1b9-a9f9f0930ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005940 10.0.0.23 - - [2026-04-20 16:59:29] "POST /neutron/network HTTP/1.1" 200 1494 0.012366 10.0.0.23 - - [2026-04-20 16:59:30] "GET /virtual-network/7ed4f2eb-1258-4435-a1b9-a9f9f0930ec8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.013839 10.0.0.23 - - [2026-04-20 16:59:30] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006724 10.0.0.23 - - [2026-04-20 16:59:30] "POST /neutron/network HTTP/1.1" 200 1494 0.018592 10.0.0.249 - - [2026-04-20 16:59:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.008691 10.0.0.65 - - [2026-04-20 16:59:30] "DELETE /access-control-list/34961948-c827-4323-bec7-0c3b7a431e87 HTTP/1.1" 200 115 0.045921 10.0.0.23 - - [2026-04-20 16:59:30] "GET /virtual-network/8b979366-7da4-4e99-aadb-9d977343b742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.009339 10.0.0.23 - - [2026-04-20 16:59:30] "DELETE /network-policy/abf64746-a0b2-4b07-98d2-79c02ddea525 HTTP/1.1" 200 115 0.079576 10.0.0.23 - - [2026-04-20 16:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009626 10.0.0.65 - - [2026-04-20 16:59:30] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.053720 10.0.0.23 - - [2026-04-20 16:59:30] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.113066 10.0.0.23 - - [2026-04-20 16:59:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64873613&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.008554 10.0.0.23 - - [2026-04-20 16:59:30] "DELETE /network-policy/cd498ca8-4518-4533-8fd4-1c0ec8f837ba HTTP/1.1" 200 115 0.058485 10.0.0.23 - - [2026-04-20 16:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006175 10.0.0.65 - - [2026-04-20 16:59:30] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.23 - - [2026-04-20 16:59:30] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044475 10.0.0.23 - - [2026-04-20 16:59:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64873613&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.007526 10.0.0.23 - - [2026-04-20 16:59:31] "DELETE /network-policy/5bae56ae-c500-4ed4-86b8-e8099559655d HTTP/1.1" 200 115 0.084346 10.0.0.23 - - [2026-04-20 16:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.65 - - [2026-04-20 16:59:31] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.23 - - [2026-04-20 16:59:31] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058226 10.0.0.23 - - [2026-04-20 16:59:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64873613&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.009011 10.0.0.23 - - [2026-04-20 16:59:31] "DELETE /network-policy/b7ae974d-05d7-47b0-89d9-abb5f01a74b9 HTTP/1.1" 200 115 0.068367 10.0.0.23 - - [2026-04-20 16:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005810 10.0.0.65 - - [2026-04-20 16:59:31] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002605 10.0.0.23 - - [2026-04-20 16:59:31] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.086517 10.0.0.23 - - [2026-04-20 16:59:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64873613&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.007842 10.0.0.23 - - [2026-04-20 16:59:31] "DELETE /network-policy/8fe9393e-e9ab-43e2-832e-9e3cb506b6ac HTTP/1.1" 200 115 0.058039 10.0.0.23 - - [2026-04-20 16:59:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.65 - - [2026-04-20 16:59:31] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001216 10.0.0.23 - - [2026-04-20 16:59:31] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.070122 10.0.0.23 - - [2026-04-20 16:59:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64873613&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.010593 10.0.0.23 - - [2026-04-20 16:59:32] "DELETE /network-policy/80a9b984-7ff7-48a5-ac53-91e3c9f136ab HTTP/1.1" 200 115 0.062124 10.0.0.23 - - [2026-04-20 16:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006835 10.0.0.65 - - [2026-04-20 16:59:32] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.23 - - [2026-04-20 16:59:32] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049180 10.0.0.23 - - [2026-04-20 16:59:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64873613&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006914 10.0.0.23 - - [2026-04-20 16:59:32] "DELETE /network-policy/3b81c3bb-a41b-4c23-8bce-07ee4d77f975 HTTP/1.1" 200 115 0.063692 10.0.0.23 - - [2026-04-20 16:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.65 - - [2026-04-20 16:59:32] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001651 10.0.0.23 - - [2026-04-20 16:59:32] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063488 10.0.0.23 - - [2026-04-20 16:59:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64873613&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005341 10.0.0.23 - - [2026-04-20 16:59:32] "DELETE /network-policy/5527c77c-6949-4aa5-b030-5059d5f920eb HTTP/1.1" 200 115 0.053391 10.0.0.23 - - [2026-04-20 16:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.65 - - [2026-04-20 16:59:32] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001508 10.0.0.23 - - [2026-04-20 16:59:32] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050986 10.0.0.23 - - [2026-04-20 16:59:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-64873613&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006135 10.0.0.23 - - [2026-04-20 16:59:32] "POST /neutron/network HTTP/1.1" 200 1309 0.016841 10.0.0.65 - - [2026-04-20 16:59:32] "DELETE /route-target/420e8e85-561a-47da-960d-6c817aee58e7 HTTP/1.1" 200 115 0.027610 10.0.0.65 - - [2026-04-20 16:59:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006379 10.0.0.65 - - [2026-04-20 16:59:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005378 10.0.0.65 - - [2026-04-20 16:59:33] "POST /useragent-kv HTTP/1.1" 200 115 0.007608 10.0.0.65 - - [2026-04-20 16:59:33] "POST /useragent-kv HTTP/1.1" 200 115 0.013074 10.0.0.65 - - [2026-04-20 16:59:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006193 10.0.0.65 - - [2026-04-20 16:59:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006570 10.0.0.23 - - [2026-04-20 16:59:33] "POST /neutron/network HTTP/1.1" 200 151 0.248257 10.0.0.65 - - [2026-04-20 16:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2026-04-20 16:59:34] "POST /neutron/network HTTP/1.1" 200 1309 0.020142 10.0.0.65 - - [2026-04-20 16:59:34] "DELETE /route-target/9be9b754-1e2c-49a9-8629-ac23dfdf8c5a HTTP/1.1" 200 115 0.028173 10.0.0.23 - - [2026-04-20 16:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.23 - - [2026-04-20 16:59:34] "DELETE /network-ipam/1389b090-cd7b-4206-929f-9dde23cedf7d HTTP/1.1" 200 115 0.048563 10.0.0.23 - - [2026-04-20 16:59:34] "POST /fqname-to-id HTTP/1.1" 404 252 0.003877 10.0.0.65 - - [2026-04-20 16:59:35] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001196 10.0.0.65 - - [2026-04-20 16:59:35] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.054562 10.0.0.65 - - [2026-04-20 16:59:35] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.65 - - [2026-04-20 16:59:35] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?fields=security_groups HTTP/1.1" 200 1387 0.069144 10.0.0.65 - - [2026-04-20 16:59:35] "DELETE /security-group/40a53c63-f668-4b2e-bc35-18665d0e161d HTTP/1.1" 200 115 0.066029 10.0.0.65 - - [2026-04-20 16:59:35] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.65 - - [2026-04-20 16:59:35] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?fields=application_policy_sets HTTP/1.1" 200 1426 0.045589 10.0.0.23 - - [2026-04-20 16:59:35] "DELETE /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16 HTTP/1.1" 200 115 0.493140 10.0.0.65 - - [2026-04-20 16:59:35] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001607 10.0.0.23 - - [2026-04-20 16:59:35] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?fields=projects HTTP/1.1" 200 1244 0.015103 10.0.0.23 - - [2026-04-20 16:59:40] "POST /fqname-to-id HTTP/1.1" 404 225 0.004717 10.0.0.65 - - [2026-04-20 16:59:40] "POST /id-to-fqname HTTP/1.1" 200 198 0.005758 10.0.0.65 - - [2026-04-20 16:59:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.006607 10.0.0.65 - - [2026-04-20 16:59:41] "POST /security-groups HTTP/1.1" 200 599 0.082003 10.0.0.65 - - [2026-04-20 16:59:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.004915 10.0.0.65 - - [2026-04-20 16:59:41] "POST /projects HTTP/1.1" 200 601 0.328598 10.0.0.23 - - [2026-04-20 16:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.368084 10.0.0.65 - - [2026-04-20 16:59:41] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.65 - - [2026-04-20 16:59:41] "POST /access-control-lists HTTP/1.1" 200 602 0.054905 10.0.0.23 - - [2026-04-20 16:59:41] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057542 10.0.0.23 - - [2026-04-20 16:59:41] "POST /network-policys HTTP/1.1" 200 559 0.052383 10.0.0.23 - - [2026-04-20 16:59:41] "GET /network-policy/e1c98619-e13b-484c-b0eb-1ac54d26b58d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.008712 10.0.0.23 - - [2026-04-20 16:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.65 - - [2026-04-20 16:59:41] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002167 10.0.0.23 - - [2026-04-20 16:59:41] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062843 10.0.0.65 - - [2026-04-20 16:59:41] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002130 10.0.0.23 - - [2026-04-20 16:59:41] "POST /neutron/network HTTP/1.1" 200 615 0.197748 10.0.0.23 - - [2026-04-20 16:59:42] "POST /neutron/network HTTP/1.1" 200 1004 0.013120 10.0.0.23 - - [2026-04-20 16:59:42] "POST /id-to-fqname HTTP/1.1" 200 229 0.001363 10.0.0.23 - - [2026-04-20 16:59:42] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006203 10.0.0.23 - - [2026-04-20 16:59:42] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008356 10.0.0.23 - - [2026-04-20 16:59:42] "POST /neutron/subnet HTTP/1.1" 200 721 0.011194 10.0.0.65 - - [2026-04-20 16:59:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.013196 10.0.0.23 - - [2026-04-20 16:59:42] "POST /neutron/network HTTP/1.1" 200 1103 0.124442 10.0.0.23 - - [2026-04-20 16:59:42] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.007350 10.0.0.23 - - [2026-04-20 16:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005677 10.0.0.23 - - [2026-04-20 16:59:42] "GET /network-policy/e1c98619-e13b-484c-b0eb-1ac54d26b58d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.007309 10.0.0.23 - - [2026-04-20 16:59:43] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.006049 10.0.0.23 - - [2026-04-20 16:59:43] "GET /obj-perms HTTP/1.1" 200 5046 0.004214 10.0.0.65 - - [2026-04-20 16:59:43] "GET /obj-perms HTTP/1.1" 200 5046 0.077469 10.0.0.23 - - [2026-04-20 16:59:43] "POST /id-to-fqname HTTP/1.1" 200 229 0.001394 10.0.0.65 - - [2026-04-20 16:59:44] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001875 10.0.0.23 - - [2026-04-20 16:59:44] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.101710 10.0.0.23 - - [2026-04-20 16:59:44] "POST /neutron/network HTTP/1.1" 200 1103 0.061128 10.0.0.23 - - [2026-04-20 16:59:45] "POST /id-to-fqname HTTP/1.1" 200 229 0.002253 10.0.0.23 - - [2026-04-20 16:59:45] "POST /neutron/port HTTP/1.1" 200 117 0.011411 10.0.0.65 - - [2026-04-20 16:59:45] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002532 10.0.0.23 - - [2026-04-20 16:59:46] "POST /neutron/port HTTP/1.1" 200 1171 0.553995 10.0.0.65 - - [2026-04-20 16:59:46] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001634 10.0.0.23 - - [2026-04-20 16:59:46] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.130977 10.0.0.23 - - [2026-04-20 16:59:46] "POST /neutron/port HTTP/1.1" 200 1225 0.243956 10.0.0.23 - - [2026-04-20 16:59:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008837 10.0.0.23 - - [2026-04-20 16:59:46] "POST /neutron/port HTTP/1.1" 200 117 0.001686 10.0.0.23 - - [2026-04-20 16:59:46] "POST /neutron/network HTTP/1.1" 200 1103 0.018436 10.0.0.23 - - [2026-04-20 16:59:47] "POST /neutron/port HTTP/1.1" 200 1235 0.027658 10.0.0.65 - - [2026-04-20 16:59:47] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001087 10.0.0.23 - - [2026-04-20 16:59:47] "POST /neutron/port HTTP/1.1" 200 1171 0.399674 10.0.0.23 - - [2026-04-20 16:59:48] "POST /neutron/port HTTP/1.1" 200 1225 0.188535 10.0.0.23 - - [2026-04-20 16:59:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005379 10.0.0.23 - - [2026-04-20 16:59:48] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.23 - - [2026-04-20 16:59:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012228 10.0.0.23 - - [2026-04-20 16:59:52] "POST /neutron/port HTTP/1.1" 200 1235 0.029841 10.0.0.23 - - [2026-04-20 16:59:52] "GET /virtual-machine/b49332c5-3d6f-48a7-90f7-6822b36deac4 HTTP/1.1" 200 1301 0.006793 10.0.0.23 - - [2026-04-20 16:59:52] "GET /virtual-machine-interface/6d969bfc-9f17-4354-8e9c-3e3b5c6053e6 HTTP/1.1" 200 3178 0.007231 10.0.0.23 - - [2026-04-20 16:59:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.23 - - [2026-04-20 16:59:52] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004852 10.0.0.23 - - [2026-04-20 16:59:52] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003979 10.0.0.23 - - [2026-04-20 16:59:52] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.006874 10.0.0.23 - - [2026-04-20 16:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.23 - - [2026-04-20 16:59:55] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.005902 10.0.0.23 - - [2026-04-20 16:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.23 - - [2026-04-20 16:59:59] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.006312 10.0.0.23 - - [2026-04-20 17:00:00] "POST /neutron/port HTTP/1.1" 200 1235 0.064428 10.0.0.23 - - [2026-04-20 17:00:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007783 10.0.0.23 - - [2026-04-20 17:00:00] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.23 - - [2026-04-20 17:00:03] "POST /neutron/port HTTP/1.1" 200 1235 0.077808 10.0.0.23 - - [2026-04-20 17:00:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006509 10.0.0.65 - - [2026-04-20 17:00:03] "DELETE /project/1e4c0a233f0e4884a4e041daa2a96b16 HTTP/1.1" 404 173 0.052227 10.0.0.23 - - [2026-04-20 17:00:03] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.23 - - [2026-04-20 17:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.23 - - [2026-04-20 17:00:03] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.006540 10.0.0.23 - - [2026-04-20 17:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.23 - - [2026-04-20 17:00:08] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.006338 10.0.0.249 - - [2026-04-20 17:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.249 - - [2026-04-20 17:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.249 - - [2026-04-20 17:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000425 10.0.0.65 - - [2026-04-20 17:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000521 10.0.0.249 - - [2026-04-20 17:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000599 10.0.0.65 - - [2026-04-20 17:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.65 - - [2026-04-20 17:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.65 - - [2026-04-20 17:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.23 - - [2026-04-20 17:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000500 10.0.0.23 - - [2026-04-20 17:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.23 - - [2026-04-20 17:00:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2026-04-20 17:00:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.23 - - [2026-04-20 17:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.23 - - [2026-04-20 17:00:12] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.006423 10.0.0.23 - - [2026-04-20 17:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.23 - - [2026-04-20 17:00:16] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.006944 10.0.0.23 - - [2026-04-20 17:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004585 10.0.0.23 - - [2026-04-20 17:00:20] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.006581 10.0.0.23 - - [2026-04-20 17:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.23 - - [2026-04-20 17:00:24] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.006637 10.0.0.23 - - [2026-04-20 17:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.23 - - [2026-04-20 17:00:28] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.006785 10.0.0.23 - - [2026-04-20 17:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.23 - - [2026-04-20 17:00:32] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004068 10.0.0.23 - - [2026-04-20 17:00:32] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005471 10.0.0.23 - - [2026-04-20 17:00:32] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.007864 10.0.0.23 - - [2026-04-20 17:00:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009607 10.0.0.23 - - [2026-04-20 17:00:43] "POST /neutron/port HTTP/1.1" 200 1235 0.023283 10.0.0.23 - - [2026-04-20 17:00:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008605 10.0.0.23 - - [2026-04-20 17:00:48] "POST /neutron/port HTTP/1.1" 200 1235 0.024689 10.0.0.23 - - [2026-04-20 17:00:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008758 10.0.0.23 - - [2026-04-20 17:00:58] "POST /neutron/port HTTP/1.1" 200 1235 0.024559 10.0.0.23 - - [2026-04-20 17:00:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010295 10.0.0.23 - - [2026-04-20 17:00:59] "GET /virtual-machine/123b6f1f-6104-49e4-9dad-5e64f5855970 HTTP/1.1" 200 1300 0.007195 10.0.0.23 - - [2026-04-20 17:00:59] "GET /virtual-machine-interface/299dd2e8-7cc6-47cb-a584-f2abd1004be8 HTTP/1.1" 200 3178 0.007521 10.0.0.23 - - [2026-04-20 17:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.23 - - [2026-04-20 17:00:59] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006880 10.0.0.23 - - [2026-04-20 17:00:59] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005063 10.0.0.23 - - [2026-04-20 17:00:59] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.007331 10.0.0.23 - - [2026-04-20 17:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006128 10.0.0.23 - - [2026-04-20 17:01:00] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005246 10.0.0.23 - - [2026-04-20 17:01:00] "GET /virtual-networks?parent_id=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005170 10.0.0.23 - - [2026-04-20 17:01:00] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.007269 10.0.0.23 - - [2026-04-20 17:01:02] "POST /neutron/network HTTP/1.1" 200 1113 0.009712 10.0.0.23 - - [2026-04-20 17:01:02] "POST /neutron/subnet HTTP/1.1" 200 1366 0.027246 10.0.0.23 - - [2026-04-20 17:01:02] "POST /neutron/network HTTP/1.1" 200 1103 0.023246 10.0.0.23 - - [2026-04-20 17:01:05] "POST /neutron/network HTTP/1.1" 200 1113 0.012834 10.0.0.23 - - [2026-04-20 17:01:05] "POST /neutron/subnet HTTP/1.1" 200 1366 0.019524 10.0.0.23 - - [2026-04-20 17:01:05] "POST /neutron/network HTTP/1.1" 200 1103 0.016432 10.0.0.23 - - [2026-04-20 17:01:30] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2947 0.008472 10.0.0.249 - - [2026-04-20 17:01:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.004953 10.0.0.23 - - [2026-04-20 17:01:30] "POST /neutron/network HTTP/1.1" 200 1004 0.012986 10.0.0.23 - - [2026-04-20 17:01:30] "GET /virtual-network/e420e29b-c7b8-4ff9-b395-7fc10379dc6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006041 10.0.0.23 - - [2026-04-20 17:01:30] "POST /neutron/port HTTP/1.1" 200 1235 0.023000 10.0.0.23 - - [2026-04-20 17:01:31] "POST /neutron/port HTTP/1.1" 200 151 0.359540 10.0.0.23 - - [2026-04-20 17:01:32] "POST /neutron/network HTTP/1.1" 200 1004 0.012864 10.0.0.65 - - [2026-04-20 17:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.23 - - [2026-04-20 17:01:33] "DELETE /network-policy/e1c98619-e13b-484c-b0eb-1ac54d26b58d HTTP/1.1" 200 115 0.043999 10.0.0.65 - - [2026-04-20 17:01:36] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001891 10.0.0.23 - - [2026-04-20 17:01:36] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.096182 10.0.0.65 - - [2026-04-20 17:01:36] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001482 10.0.0.23 - - [2026-04-20 17:01:36] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?fields=virtual_networks HTTP/1.1" 200 1048 0.064690 10.0.0.65 - - [2026-04-20 17:01:36] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001398 10.0.0.23 - - [2026-04-20 17:01:36] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.071202 10.0.0.65 - - [2026-04-20 17:01:36] "GET /projects?obj_uuids=1e4c0a23-3f0e-4884-a4e0-41daa2a96b16&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001246 10.0.0.23 - - [2026-04-20 17:01:36] "GET /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16?fields=security_groups HTTP/1.1" 200 1282 0.055204 10.0.0.23 - - [2026-04-20 17:01:37] "POST /fqname-to-id HTTP/1.1" 404 202 0.038574 10.0.0.65 - - [2026-04-20 17:01:37] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003359 10.0.0.65 - - [2026-04-20 17:01:37] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001578 10.0.0.65 - - [2026-04-20 17:01:37] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009970 10.0.0.65 - - [2026-04-20 17:01:37] "POST /id-to-fqname HTTP/1.1" 200 204 0.001400 10.0.0.65 - - [2026-04-20 17:01:37] "POST /fqname-to-id HTTP/1.1" 404 213 0.003915 10.0.0.65 - - [2026-04-20 17:01:37] "POST /security-groups HTTP/1.1" 200 605 0.052277 10.0.0.65 - - [2026-04-20 17:01:38] "POST /projects HTTP/1.1" 200 613 0.288223 10.0.0.65 - - [2026-04-20 17:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.334515 10.0.0.65 - - [2026-04-20 17:01:38] "POST /access-control-lists HTTP/1.1" 200 610 0.058524 10.0.0.23 - - [2026-04-20 17:01:38] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.521116 10.0.0.23 - - [2026-04-20 17:01:39] "GET / HTTP/1.1" 200 35931 0.002830 10.0.0.23 - - [2026-04-20 17:01:43] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000550 10.0.0.65 - - [2026-04-20 17:01:43] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001435 10.0.0.23 - - [2026-04-20 17:01:43] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.093462 10.0.0.23 - - [2026-04-20 17:01:44] "GET / HTTP/1.1" 200 35931 0.001904 10.0.0.23 - - [2026-04-20 17:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.65 - - [2026-04-20 17:01:44] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.23 - - [2026-04-20 17:01:44] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007469 10.0.0.23 - - [2026-04-20 17:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.65 - - [2026-04-20 17:01:44] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001148 10.0.0.23 - - [2026-04-20 17:01:44] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.052591 10.0.0.23 - - [2026-04-20 17:01:45] "GET /domains HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-04-20 17:01:46] "GET /domains HTTP/1.1" 200 280 0.037821 10.0.0.65 - - [2026-04-20 17:01:46] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001890 10.0.0.23 - - [2026-04-20 17:01:46] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19 HTTP/1.1" 200 2781 0.014282 10.0.0.65 - - [2026-04-20 17:01:46] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001111 10.0.0.23 - - [2026-04-20 17:01:46] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4 HTTP/1.1" 200 1937 0.099283 10.0.0.23 - - [2026-04-20 17:01:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.006120 10.0.0.23 - - [2026-04-20 17:01:46] "POST /network-ipams HTTP/1.1" 200 627 0.042011 10.0.0.23 - - [2026-04-20 17:01:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003901 10.0.0.23 - - [2026-04-20 17:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.23 - - [2026-04-20 17:01:46] "GET /network-ipam/927a40de-b8d3-4a2e-b4be-1ac68089f4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.009154 10.0.0.23 - - [2026-04-20 17:01:46] "PUT /network-ipam/927a40de-b8d3-4a2e-b4be-1ac68089f4c2 HTTP/1.1" 200 258 0.021961 10.0.0.23 - - [2026-04-20 17:01:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2026-04-20 17:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.039175 10.0.0.65 - - [2026-04-20 17:01:47] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001095 10.0.0.23 - - [2026-04-20 17:01:47] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.060285 10.0.0.65 - - [2026-04-20 17:01:47] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001474 10.0.0.23 - - [2026-04-20 17:01:47] "POST /neutron/network HTTP/1.1" 200 625 0.187002 10.0.0.65 - - [2026-04-20 17:01:47] "POST /route-targets HTTP/1.1" 200 327 0.020667 10.0.0.23 - - [2026-04-20 17:01:48] "POST /neutron/network HTTP/1.1" 200 1142 0.015416 10.0.0.23 - - [2026-04-20 17:01:48] "POST /id-to-fqname HTTP/1.1" 200 237 0.001435 10.0.0.23 - - [2026-04-20 17:01:48] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.009118 10.0.0.23 - - [2026-04-20 17:01:48] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006969 10.0.0.23 - - [2026-04-20 17:01:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.010039 10.0.0.65 - - [2026-04-20 17:01:48] "DELETE /access-control-list/74b57355-74dc-4757-be7e-0fcc71e3a5d3 HTTP/1.1" 200 115 0.063796 10.0.0.23 - - [2026-04-20 17:01:49] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006725 10.0.0.249 - - [2026-04-20 17:01:50] "GET /obj-perms HTTP/1.1" 200 5021 0.072165 10.0.0.65 - - [2026-04-20 17:01:50] "GET /obj-perms HTTP/1.1" 200 5021 0.074589 10.0.0.23 - - [2026-04-20 17:01:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.003959 10.0.0.23 - - [2026-04-20 17:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.65 - - [2026-04-20 17:01:50] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001107 10.0.0.23 - - [2026-04-20 17:01:50] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.056851 10.0.0.23 - - [2026-04-20 17:01:50] "POST /network-policys HTTP/1.1" 200 565 0.092324 10.0.0.23 - - [2026-04-20 17:01:51] "GET /network-policy/0a1475c3-59da-463e-b879-36bee2f397ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.009673 10.0.0.23 - - [2026-04-20 17:01:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.003724 10.0.0.23 - - [2026-04-20 17:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.65 - - [2026-04-20 17:01:51] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001242 10.0.0.23 - - [2026-04-20 17:01:51] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.045821 10.0.0.23 - - [2026-04-20 17:01:51] "POST /network-policys HTTP/1.1" 200 565 0.084684 10.0.0.23 - - [2026-04-20 17:01:51] "GET /network-policy/c6151e9b-b16e-47d7-b9cb-eeafb3629ade?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.010687 10.0.0.23 - - [2026-04-20 17:01:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.009048 10.0.0.23 - - [2026-04-20 17:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.65 - - [2026-04-20 17:01:51] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001562 10.0.0.23 - - [2026-04-20 17:01:51] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.078291 10.0.0.23 - - [2026-04-20 17:01:51] "POST /network-policys HTTP/1.1" 200 565 0.046304 10.0.0.23 - - [2026-04-20 17:01:51] "GET /network-policy/f9981436-6912-483d-8e4f-822952d21670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.009588 10.0.0.23 - - [2026-04-20 17:01:52] "POST /neutron/network HTTP/1.1" 200 1340 0.131559 10.0.0.23 - - [2026-04-20 17:01:52] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006166 10.0.0.23 - - [2026-04-20 17:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.23 - - [2026-04-20 17:01:52] "GET /network-policy/0a1475c3-59da-463e-b879-36bee2f397ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.005447 10.0.0.23 - - [2026-04-20 17:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.23 - - [2026-04-20 17:01:52] "GET /network-policy/c6151e9b-b16e-47d7-b9cb-eeafb3629ade?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.007241 10.0.0.23 - - [2026-04-20 17:01:52] "POST /id-to-fqname HTTP/1.1" 200 237 0.002749 10.0.0.65 - - [2026-04-20 17:01:53] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001167 10.0.0.23 - - [2026-04-20 17:01:53] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.087369 10.0.0.23 - - [2026-04-20 17:01:53] "POST /neutron/network HTTP/1.1" 200 1340 0.010619 10.0.0.23 - - [2026-04-20 17:01:54] "POST /neutron/port HTTP/1.1" 200 117 0.008494 10.0.0.23 - - [2026-04-20 17:01:55] "POST /neutron/port HTTP/1.1" 200 1181 0.036469 10.0.0.23 - - [2026-04-20 17:01:55] "POST /neutron/port HTTP/1.1" 200 1245 0.037670 10.0.0.23 - - [2026-04-20 17:01:55] "POST /neutron/subnet HTTP/1.1" 200 1384 0.022432 10.0.0.23 - - [2026-04-20 17:01:55] "POST /neutron/network HTTP/1.1" 200 1340 0.012508 10.0.0.23 - - [2026-04-20 17:01:59] "POST /neutron/port HTTP/1.1" 200 1245 0.021029 10.0.0.23 - - [2026-04-20 17:01:59] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009040 10.0.0.23 - - [2026-04-20 17:01:59] "GET /virtual-machine/016b9564-a33f-4940-b6cb-594dd75ba286 HTTP/1.1" 401 292 0.000459 10.0.0.23 - - [2026-04-20 17:01:59] "GET /virtual-machine/016b9564-a33f-4940-b6cb-594dd75ba286 HTTP/1.1" 200 1305 0.046207 10.0.0.23 - - [2026-04-20 17:01:59] "GET /virtual-machine-interface/54dae7ba-1365-4eae-9149-49deac9326b9 HTTP/1.1" 200 3177 0.009666 10.0.0.23 - - [2026-04-20 17:01:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005719 10.0.0.23 - - [2026-04-20 17:01:59] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005333 10.0.0.23 - - [2026-04-20 17:01:59] "GET /virtual-networks?parent_id=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004087 10.0.0.23 - - [2026-04-20 17:01:59] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.007413 10.0.0.23 - - [2026-04-20 17:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006170 10.0.0.23 - - [2026-04-20 17:02:03] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.009037 10.0.0.65 - - [2026-04-20 17:02:03] "DELETE /project/8b4755ea973243199589ce2f77ef2da4 HTTP/1.1" 404 173 0.006029 10.0.0.65 - - [2026-04-20 17:02:03] "DELETE /project/1e4c0a23-3f0e-4884-a4e0-41daa2a96b16 HTTP/1.1" 404 177 0.006285 10.0.0.23 - - [2026-04-20 17:02:07] "POST /neutron/network HTTP/1.1" 200 1350 0.011882 10.0.0.23 - - [2026-04-20 17:02:07] "POST /neutron/subnet HTTP/1.1" 200 1384 0.022992 10.0.0.23 - - [2026-04-20 17:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006208 10.0.0.23 - - [2026-04-20 17:02:07] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.009147 10.0.0.23 - - [2026-04-20 17:02:07] "POST /neutron/network HTTP/1.1" 200 1340 0.015563 10.0.0.23 - - [2026-04-20 17:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.23 - - [2026-04-20 17:02:11] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.007569 10.0.0.23 - - [2026-04-20 17:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.23 - - [2026-04-20 17:02:15] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006152 10.0.0.23 - - [2026-04-20 17:02:16] "GET /obj-perms HTTP/1.1" 200 5056 0.088530 10.0.0.23 - - [2026-04-20 17:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2026-04-20 17:02:19] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006194 10.0.0.23 - - [2026-04-20 17:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005263 10.0.0.23 - - [2026-04-20 17:02:23] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.009164 10.0.0.23 - - [2026-04-20 17:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2026-04-20 17:02:27] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006649 10.0.0.23 - - [2026-04-20 17:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.23 - - [2026-04-20 17:02:31] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.005836 10.0.0.23 - - [2026-04-20 17:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.23 - - [2026-04-20 17:02:35] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006550 10.0.0.23 - - [2026-04-20 17:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004800 10.0.0.23 - - [2026-04-20 17:02:39] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006878 10.0.0.23 - - [2026-04-20 17:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.23 - - [2026-04-20 17:02:42] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004512 10.0.0.23 - - [2026-04-20 17:02:42] "GET /virtual-networks?parent_id=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003764 10.0.0.23 - - [2026-04-20 17:02:42] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3302 0.006479 10.0.0.23 - - [2026-04-20 17:02:47] "POST /neutron/port HTTP/1.1" 200 1245 0.023549 10.0.0.23 - - [2026-04-20 17:02:52] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007992 10.0.0.23 - - [2026-04-20 17:02:57] "POST /neutron/port HTTP/1.1" 200 1245 0.037676 10.0.0.23 - - [2026-04-20 17:03:03] "POST /neutron/security_group HTTP/1.1" 200 2072 0.013630 10.0.0.23 - - [2026-04-20 17:03:08] "POST /neutron/network HTTP/1.1" 200 1350 0.012681 10.0.0.23 - - [2026-04-20 17:03:08] "POST /neutron/subnet HTTP/1.1" 200 1384 0.029157 10.0.0.23 - - [2026-04-20 17:03:08] "POST /neutron/network HTTP/1.1" 200 1340 0.016674 10.0.0.23 - - [2026-04-20 17:03:08] "POST /neutron/port HTTP/1.1" 200 1245 0.027720 10.0.0.23 - - [2026-04-20 17:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.23 - - [2026-04-20 17:03:08] "GET /network-policy/0a1475c3-59da-463e-b879-36bee2f397ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.005889 10.0.0.23 - - [2026-04-20 17:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.23 - - [2026-04-20 17:03:08] "GET /network-policy/c6151e9b-b16e-47d7-b9cb-eeafb3629ade?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.019768 10.0.0.23 - - [2026-04-20 17:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005248 10.0.0.23 - - [2026-04-20 17:03:08] "GET /network-policy/f9981436-6912-483d-8e4f-822952d21670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004729 10.0.0.249 - - [2026-04-20 17:03:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.018512 10.0.0.65 - - [2026-04-20 17:03:09] "PUT /access-control-list/98ac1e68-14cb-4186-aa06-3188e45f9f4d HTTP/1.1" 200 272 0.022400 10.0.0.23 - - [2026-04-20 17:03:09] "POST /neutron/network HTTP/1.1" 200 1432 0.143838 10.0.0.23 - - [2026-04-20 17:03:09] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.008553 10.0.0.23 - - [2026-04-20 17:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005285 10.0.0.23 - - [2026-04-20 17:03:09] "GET /network-policy/0a1475c3-59da-463e-b879-36bee2f397ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004928 10.0.0.23 - - [2026-04-20 17:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.23 - - [2026-04-20 17:03:09] "GET /network-policy/c6151e9b-b16e-47d7-b9cb-eeafb3629ade?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.007173 10.0.0.23 - - [2026-04-20 17:03:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.23 - - [2026-04-20 17:03:09] "GET /network-policy/f9981436-6912-483d-8e4f-822952d21670?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005212 10.0.0.23 - - [2026-04-20 17:03:14] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3598 0.006287 10.0.0.23 - - [2026-04-20 17:03:14] "POST /neutron/network HTTP/1.1" 200 1142 0.126168 10.0.0.23 - - [2026-04-20 17:03:14] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.006645 10.0.0.23 - - [2026-04-20 17:03:19] "GET /virtual-machine/016b9564-a33f-4940-b6cb-594dd75ba286 HTTP/1.1" 200 1305 0.008291 10.0.0.23 - - [2026-04-20 17:03:20] "POST /neutron/port HTTP/1.1" 200 1235 0.024122 10.0.0.23 - - [2026-04-20 17:03:21] "GET /virtual-machine/016b9564-a33f-4940-b6cb-594dd75ba286 HTTP/1.1" 404 171 0.004270 10.0.0.23 - - [2026-04-20 17:03:21] "GET /virtual-machine/016b9564-a33f-4940-b6cb-594dd75ba286 HTTP/1.1" 404 171 0.005054 10.0.0.23 - - [2026-04-20 17:03:21] "GET /virtual-machine/016b9564-a33f-4940-b6cb-594dd75ba286 HTTP/1.1" 404 171 0.006335 10.0.0.23 - - [2026-04-20 17:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.016060 10.0.0.23 - - [2026-04-20 17:03:22] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008074 10.0.0.23 - - [2026-04-20 17:03:22] "GET /virtual-networks?parent_id=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.007036 10.0.0.23 - - [2026-04-20 17:03:22] "GET /virtual-network/0d2b8bf0-beba-48dc-9b69-16d68b2cdc65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.009023 10.0.0.23 - - [2026-04-20 17:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.23 - - [2026-04-20 17:03:22] "GET /routing-instance/50f8b334-772f-4bba-86b4-3e93398a4725?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.006080 10.0.0.23 - - [2026-04-20 17:03:22] "GET /route-target/ffe1a953-f6bb-47bb-9a62-c56efe54bd4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004769 10.0.0.23 - - [2026-04-20 17:03:22] "GET /obj-perms HTTP/1.1" 200 5021 0.084583 10.0.0.23 - - [2026-04-20 17:03:28] "GET /obj-perms HTTP/1.1" 200 5021 0.005071 10.0.0.23 - - [2026-04-20 17:03:28] "GET /obj-perms HTTP/1.1" 200 5021 0.004832 10.0.0.23 - - [2026-04-20 17:03:29] "DELETE /network-policy/f9981436-6912-483d-8e4f-822952d21670 HTTP/1.1" 200 115 0.045156 10.0.0.23 - - [2026-04-20 17:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.65 - - [2026-04-20 17:03:29] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001042 10.0.0.23 - - [2026-04-20 17:03:29] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.050637 10.0.0.23 - - [2026-04-20 17:03:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-84655670&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.007152 10.0.0.23 - - [2026-04-20 17:03:29] "DELETE /network-policy/c6151e9b-b16e-47d7-b9cb-eeafb3629ade HTTP/1.1" 200 115 0.064160 10.0.0.23 - - [2026-04-20 17:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005599 10.0.0.65 - - [2026-04-20 17:03:29] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001222 10.0.0.23 - - [2026-04-20 17:03:29] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.052567 10.0.0.23 - - [2026-04-20 17:03:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-84655670&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.012001 10.0.0.23 - - [2026-04-20 17:03:29] "DELETE /network-policy/0a1475c3-59da-463e-b879-36bee2f397ed HTTP/1.1" 200 115 0.045783 10.0.0.23 - - [2026-04-20 17:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006522 10.0.0.65 - - [2026-04-20 17:03:29] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001085 10.0.0.23 - - [2026-04-20 17:03:29] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.046053 10.0.0.23 - - [2026-04-20 17:03:29] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-84655670&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007871 10.0.0.65 - - [2026-04-20 17:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008268 10.0.0.65 - - [2026-04-20 17:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003623 10.0.0.65 - - [2026-04-20 17:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004973 10.0.0.65 - - [2026-04-20 17:03:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003211 10.0.0.23 - - [2026-04-20 17:03:30] "POST /neutron/network HTTP/1.1" 200 151 0.233920 10.0.0.65 - - [2026-04-20 17:03:30] "DELETE /route-target/ffe1a953-f6bb-47bb-9a62-c56efe54bd4e HTTP/1.1" 200 115 0.045441 10.0.0.23 - - [2026-04-20 17:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.23 - - [2026-04-20 17:03:30] "DELETE /network-ipam/927a40de-b8d3-4a2e-b4be-1ac68089f4c2 HTTP/1.1" 200 115 0.051097 10.0.0.23 - - [2026-04-20 17:03:30] "POST /fqname-to-id HTTP/1.1" 404 264 0.005786 10.0.0.65 - - [2026-04-20 17:03:30] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000973 10.0.0.65 - - [2026-04-20 17:03:30] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.042037 10.0.0.65 - - [2026-04-20 17:03:30] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001252 10.0.0.65 - - [2026-04-20 17:03:30] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?fields=security_groups HTTP/1.1" 200 1406 0.063594 10.0.0.65 - - [2026-04-20 17:03:30] "DELETE /security-group/1baa5e2c-c85e-4ce7-8206-f138057d8b1d HTTP/1.1" 200 115 0.067423 10.0.0.65 - - [2026-04-20 17:03:30] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002262 10.0.0.65 - - [2026-04-20 17:03:30] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?fields=application_policy_sets HTTP/1.1" 200 1445 0.070791 10.0.0.23 - - [2026-04-20 17:03:31] "DELETE /project/8b4755ea-9732-4319-9589-ce2f77ef2da4 HTTP/1.1" 200 115 0.485960 10.0.0.65 - - [2026-04-20 17:03:31] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001651 10.0.0.23 - - [2026-04-20 17:03:31] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?fields=projects HTTP/1.1" 200 1244 0.011800 10.0.0.65 - - [2026-04-20 17:03:33] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004206 10.0.0.65 - - [2026-04-20 17:03:33] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.65 - - [2026-04-20 17:03:33] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047882 10.0.0.65 - - [2026-04-20 17:03:34] "POST /id-to-fqname HTTP/1.1" 200 204 0.006258 10.0.0.65 - - [2026-04-20 17:03:34] "POST /fqname-to-id HTTP/1.1" 404 213 0.010426 10.0.0.65 - - [2026-04-20 17:03:34] "POST /security-groups HTTP/1.1" 200 605 0.039641 10.0.0.65 - - [2026-04-20 17:03:34] "POST /fqname-to-id HTTP/1.1" 404 248 0.006396 10.0.0.65 - - [2026-04-20 17:03:34] "POST /projects HTTP/1.1" 200 613 0.288699 10.0.0.65 - - [2026-04-20 17:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.372310 10.0.0.65 - - [2026-04-20 17:03:34] "POST /access-control-lists HTTP/1.1" 200 608 0.047194 10.0.0.23 - - [2026-04-20 17:03:34] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.559835 10.0.0.65 - - [2026-04-20 17:03:34] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001375 10.0.0.23 - - [2026-04-20 17:03:34] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?fields=virtual_networks HTTP/1.1" 200 1061 0.072195 10.0.0.65 - - [2026-04-20 17:03:34] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001193 10.0.0.23 - - [2026-04-20 17:03:34] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.042697 10.0.0.65 - - [2026-04-20 17:03:34] "GET /projects?obj_uuids=8b4755ea-9732-4319-9589-ce2f77ef2da4&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002001 10.0.0.23 - - [2026-04-20 17:03:34] "GET /project/8b4755ea-9732-4319-9589-ce2f77ef2da4?fields=security_groups HTTP/1.1" 200 1301 0.063927 10.0.0.23 - - [2026-04-20 17:03:35] "POST /fqname-to-id HTTP/1.1" 404 204 0.036014 10.0.0.65 - - [2026-04-20 17:03:35] "GET /projects?obj_uuids=6a6a9ec7-9bd3-46e3-9a75-8723822e70d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003602 10.0.0.65 - - [2026-04-20 17:03:35] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.65 - - [2026-04-20 17:03:35] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008499 10.0.0.65 - - [2026-04-20 17:03:36] "POST /id-to-fqname HTTP/1.1" 200 206 0.016440 10.0.0.65 - - [2026-04-20 17:03:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.004148 10.0.0.65 - - [2026-04-20 17:03:36] "POST /security-groups HTTP/1.1" 200 607 0.044348 10.0.0.65 - - [2026-04-20 17:03:36] "POST /projects HTTP/1.1" 200 617 0.306220 10.0.0.65 - - [2026-04-20 17:03:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.345588 10.0.0.65 - - [2026-04-20 17:03:36] "POST /fqname-to-id HTTP/1.1" 404 249 0.012354 10.0.0.23 - - [2026-04-20 17:03:36] "GET /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.541055 10.0.0.23 - - [2026-04-20 17:03:37] "GET / HTTP/1.1" 200 35931 0.001865 10.0.0.23 - - [2026-04-20 17:03:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000748 10.0.0.23 - - [2026-04-20 17:03:41] "POST /fqname-to-id HTTP/1.1" 404 233 0.067355 10.0.0.23 - - [2026-04-20 17:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.65 - - [2026-04-20 17:03:41] "GET /projects?obj_uuids=6a6a9ec7-9bd3-46e3-9a75-8723822e70d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001090 10.0.0.23 - - [2026-04-20 17:03:41] "GET /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.056983 10.0.0.23 - - [2026-04-20 17:03:41] "POST /network-policys HTTP/1.1" 200 567 0.047187 10.0.0.23 - - [2026-04-20 17:03:41] "GET /network-policy/08f04a00-0774-4b97-b314-5dab8854e741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.010111 10.0.0.23 - - [2026-04-20 17:03:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.65 - - [2026-04-20 17:03:41] "GET /projects?obj_uuids=6a6a9ec7-9bd3-46e3-9a75-8723822e70d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001784 10.0.0.23 - - [2026-04-20 17:03:41] "GET /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.055654 10.0.0.65 - - [2026-04-20 17:03:42] "POST /ref-update HTTP/1.1" 200 156 0.036793 10.0.0.65 - - [2026-04-20 17:03:42] "POST /useragent-kv HTTP/1.1" 200 115 0.013857 10.0.0.23 - - [2026-04-20 17:03:42] "POST /neutron/subnet HTTP/1.1" 200 720 0.301224 10.0.0.23 - - [2026-04-20 17:03:42] "POST /id-to-fqname HTTP/1.1" 200 237 0.001431 10.0.0.23 - - [2026-04-20 17:03:42] "GET /virtual-network/00592ebf-1012-488e-8b70-909ce0e56709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.008557 10.0.0.23 - - [2026-04-20 17:03:42] "POST /neutron/network HTTP/1.1" 200 1015 0.015816 10.0.0.23 - - [2026-04-20 17:03:42] "GET /virtual-network/00592ebf-1012-488e-8b70-909ce0e56709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.007906 10.0.0.23 - - [2026-04-20 17:03:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.012456 10.0.0.249 - - [2026-04-20 17:03:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.012976 10.0.0.23 - - [2026-04-20 17:03:42] "POST /neutron/network HTTP/1.1" 200 1122 0.024418 10.0.0.23 - - [2026-04-20 17:03:42] "GET /virtual-network/00592ebf-1012-488e-8b70-909ce0e56709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.007003 10.0.0.23 - - [2026-04-20 17:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005190 10.0.0.23 - - [2026-04-20 17:03:43] "GET /network-policy/08f04a00-0774-4b97-b314-5dab8854e741?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3152 0.005369 10.0.0.23 - - [2026-04-20 17:03:43] "GET /virtual-network/00592ebf-1012-488e-8b70-909ce0e56709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.006301 10.0.0.249 - - [2026-04-20 17:03:44] "GET /obj-perms HTTP/1.1" 200 5062 0.087097 10.0.0.65 - - [2026-04-20 17:03:45] "GET /obj-perms HTTP/1.1" 200 5062 0.075075 10.0.0.23 - - [2026-04-20 17:03:45] "DELETE /network-policy/08f04a00-0774-4b97-b314-5dab8854e741 HTTP/1.1" 409 238 0.010522 10.0.0.65 - - [2026-04-20 17:03:45] "DELETE /access-control-list/82c02291-52e3-4ac6-a02a-0d06d89cdac7 HTTP/1.1" 200 115 0.069879 10.0.0.23 - - [2026-04-20 17:03:45] "DELETE /network-policy/08f04a00-0774-4b97-b314-5dab8854e741 HTTP/1.1" 200 115 0.058345 10.0.0.23 - - [2026-04-20 17:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.011293 10.0.0.65 - - [2026-04-20 17:03:45] "GET /projects?obj_uuids=6a6a9ec7-9bd3-46e3-9a75-8723822e70d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001516 10.0.0.23 - - [2026-04-20 17:03:45] "GET /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.055088 10.0.0.23 - - [2026-04-20 17:03:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-15353325&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006568 10.0.0.65 - - [2026-04-20 17:03:48] "GET /projects?obj_uuids=6a6a9ec7-9bd3-46e3-9a75-8723822e70d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000974 10.0.0.23 - - [2026-04-20 17:03:48] "GET /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.053340 10.0.0.65 - - [2026-04-20 17:03:48] "GET /projects?obj_uuids=6a6a9ec7-9bd3-46e3-9a75-8723822e70d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001268 10.0.0.23 - - [2026-04-20 17:03:48] "GET /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7?fields=virtual_networks HTTP/1.1" 200 1064 0.120304 10.0.0.65 - - [2026-04-20 17:03:48] "GET /projects?obj_uuids=6a6a9ec7-9bd3-46e3-9a75-8723822e70d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001698 10.0.0.23 - - [2026-04-20 17:03:48] "GET /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.083654 10.0.0.65 - - [2026-04-20 17:03:49] "GET /projects?obj_uuids=6a6a9ec7-9bd3-46e3-9a75-8723822e70d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003211 10.0.0.23 - - [2026-04-20 17:03:49] "GET /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7?fields=security_groups HTTP/1.1" 200 1306 0.076695 10.0.0.65 - - [2026-04-20 17:03:49] "DELETE /access-control-list/67e4591a-36b5-450c-9bd0-bd7152ad5a3e HTTP/1.1" 200 115 0.071742 10.0.0.23 - - [2026-04-20 17:03:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.036364 10.0.0.65 - - [2026-04-20 17:03:50] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003743 10.0.0.65 - - [2026-04-20 17:03:50] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001583 10.0.0.65 - - [2026-04-20 17:03:50] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008983 10.0.0.65 - - [2026-04-20 17:03:50] "POST /id-to-fqname HTTP/1.1" 200 190 0.002054 10.0.0.65 - - [2026-04-20 17:03:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.010883 10.0.0.65 - - [2026-04-20 17:03:50] "POST /security-groups HTTP/1.1" 200 591 0.086882 10.0.0.65 - - [2026-04-20 17:03:50] "POST /projects HTTP/1.1" 200 585 0.351866 10.0.0.65 - - [2026-04-20 17:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.411693 10.0.0.65 - - [2026-04-20 17:03:50] "POST /access-control-lists HTTP/1.1" 200 596 0.039269 10.0.0.23 - - [2026-04-20 17:03:50] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.675598 10.0.0.23 - - [2026-04-20 17:03:52] "GET / HTTP/1.1" 200 35931 0.001599 10.0.0.23 - - [2026-04-20 17:03:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000782 10.0.0.23 - - [2026-04-20 17:03:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.092464 10.0.0.23 - - [2026-04-20 17:03:54] "POST /network-ipams HTTP/1.1" 200 513 0.040096 10.0.0.23 - - [2026-04-20 17:03:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.005327 10.0.0.23 - - [2026-04-20 17:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.23 - - [2026-04-20 17:03:54] "GET /network-ipam/2dd4b5f8-1cde-443d-9726-0b56357d7654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.010909 10.0.0.23 - - [2026-04-20 17:03:54] "PUT /network-ipam/2dd4b5f8-1cde-443d-9726-0b56357d7654 HTTP/1.1" 200 258 0.017720 10.0.0.23 - - [2026-04-20 17:03:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.004148 10.0.0.23 - - [2026-04-20 17:03:55] "POST /network-ipams HTTP/1.1" 200 513 0.036756 10.0.0.23 - - [2026-04-20 17:03:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004075 10.0.0.23 - - [2026-04-20 17:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.23 - - [2026-04-20 17:03:55] "GET /network-ipam/e1bd3824-c783-492a-84ad-f9198abf8ee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.010453 10.0.0.23 - - [2026-04-20 17:03:55] "PUT /network-ipam/e1bd3824-c783-492a-84ad-f9198abf8ee4 HTTP/1.1" 200 258 0.020055 10.0.0.23 - - [2026-04-20 17:03:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003924 10.0.0.23 - - [2026-04-20 17:03:55] "POST /network-ipams HTTP/1.1" 200 513 0.038021 10.0.0.23 - - [2026-04-20 17:03:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.004930 10.0.0.23 - - [2026-04-20 17:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.23 - - [2026-04-20 17:03:55] "GET /network-ipam/915995e6-b5c0-42ec-b331-dadb0eb97602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.007500 10.0.0.23 - - [2026-04-20 17:03:55] "PUT /network-ipam/915995e6-b5c0-42ec-b331-dadb0eb97602 HTTP/1.1" 200 258 0.026906 10.0.0.23 - - [2026-04-20 17:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006118 10.0.0.65 - - [2026-04-20 17:03:56] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002576 10.0.0.23 - - [2026-04-20 17:03:56] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068804 10.0.0.23 - - [2026-04-20 17:03:56] "POST /neutron/network HTTP/1.1" 200 117 0.060677 10.0.0.65 - - [2026-04-20 17:03:57] "POST /route-targets HTTP/1.1" 200 327 0.017886 10.0.0.23 - - [2026-04-20 17:03:57] "POST /neutron/network HTTP/1.1" 200 824 0.012145 10.0.0.23 - - [2026-04-20 17:03:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001452 10.0.0.23 - - [2026-04-20 17:03:57] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007658 10.0.0.23 - - [2026-04-20 17:03:57] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008264 10.0.0.23 - - [2026-04-20 17:03:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.016822 10.0.0.23 - - [2026-04-20 17:03:57] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.012942 10.0.0.23 - - [2026-04-20 17:03:57] "GET /network-ipam/2dd4b5f8-1cde-443d-9726-0b56357d7654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.007088 10.0.0.23 - - [2026-04-20 17:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.65 - - [2026-04-20 17:03:57] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001663 10.0.0.23 - - [2026-04-20 17:03:57] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069082 10.0.0.65 - - [2026-04-20 17:03:57] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001355 10.0.0.23 - - [2026-04-20 17:03:57] "POST /neutron/network HTTP/1.1" 200 607 0.204207 10.0.0.65 - - [2026-04-20 17:03:58] "POST /ref-update HTTP/1.1" 200 156 0.029584 10.0.0.23 - - [2026-04-20 17:03:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.004536 10.0.0.23 - - [2026-04-20 17:03:58] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008486 10.0.0.23 - - [2026-04-20 17:03:58] "POST /neutron/network HTTP/1.1" 200 825 0.008910 10.0.0.23 - - [2026-04-20 17:03:58] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005904 10.0.0.23 - - [2026-04-20 17:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007014 10.0.0.65 - - [2026-04-20 17:03:58] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.23 - - [2026-04-20 17:03:58] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.077166 10.0.0.23 - - [2026-04-20 17:03:58] "POST /neutron/network HTTP/1.1" 200 117 0.018433 10.0.0.23 - - [2026-04-20 17:03:59] "POST /neutron/network HTTP/1.1" 200 822 0.013125 10.0.0.23 - - [2026-04-20 17:03:59] "POST /id-to-fqname HTTP/1.1" 200 221 0.001834 10.0.0.23 - - [2026-04-20 17:03:59] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009877 10.0.0.23 - - [2026-04-20 17:03:59] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008337 10.0.0.23 - - [2026-04-20 17:03:59] "POST /neutron/subnet HTTP/1.1" 200 715 0.013517 10.0.0.23 - - [2026-04-20 17:03:59] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006966 10.0.0.23 - - [2026-04-20 17:04:01] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007256 10.0.0.23 - - [2026-04-20 17:04:01] "GET /obj-perms HTTP/1.1" 200 5030 0.092041 10.0.0.23 - - [2026-04-20 17:04:02] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007661 10.0.0.249 - - [2026-04-20 17:04:02] "GET /obj-perms HTTP/1.1" 200 5030 0.076665 10.0.0.65 - - [2026-04-20 17:04:02] "GET /obj-perms HTTP/1.1" 200 5030 0.090856 10.0.0.23 - - [2026-04-20 17:04:02] "POST /fqname-to-id HTTP/1.1" 404 215 0.005653 10.0.0.23 - - [2026-04-20 17:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005696 10.0.0.65 - - [2026-04-20 17:04:02] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001734 10.0.0.23 - - [2026-04-20 17:04:02] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056810 10.0.0.23 - - [2026-04-20 17:04:03] "POST /network-policys HTTP/1.1" 200 553 0.044971 10.0.0.23 - - [2026-04-20 17:04:03] "GET /network-policy/e16b5485-c12f-4117-97e4-c153bd9e4ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.010341 10.0.0.23 - - [2026-04-20 17:04:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.005672 10.0.0.23 - - [2026-04-20 17:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.65 - - [2026-04-20 17:04:03] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001490 10.0.0.23 - - [2026-04-20 17:04:03] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051594 10.0.0.23 - - [2026-04-20 17:04:03] "POST /network-policys HTTP/1.1" 200 553 0.059107 10.0.0.23 - - [2026-04-20 17:04:03] "GET /network-policy/2e207bd1-e916-499e-9930-72ab761a347c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.009023 10.0.0.23 - - [2026-04-20 17:04:03] "POST /fqname-to-id HTTP/1.1" 404 215 0.004755 10.0.0.23 - - [2026-04-20 17:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004764 10.0.0.65 - - [2026-04-20 17:04:03] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001901 10.0.0.23 - - [2026-04-20 17:04:03] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055208 10.0.0.65 - - [2026-04-20 17:04:03] "DELETE /project/8b4755ea-9732-4319-9589-ce2f77ef2da4 HTTP/1.1" 404 177 0.010480 10.0.0.65 - - [2026-04-20 17:04:03] "DELETE /project/12c53e20ecd945b5a3466ca397ccf68c HTTP/1.1" 404 173 0.013222 10.0.0.65 - - [2026-04-20 17:04:03] "DELETE /project/8b4755ea973243199589ce2f77ef2da4 HTTP/1.1" 404 173 0.010307 10.0.0.65 - - [2026-04-20 17:04:03] "DELETE /project/6a6a9ec79bd346e39a758723822e70d7 HTTP/1.1" 404 173 0.008193 10.0.0.65 - - [2026-04-20 17:04:03] "GET /projects?obj_uuids=6a6a9ec7-9bd3-46e3-9a75-8723822e70d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001260 10.0.0.23 - - [2026-04-20 17:04:03] "POST /network-policys HTTP/1.1" 200 553 0.067636 10.0.0.65 - - [2026-04-20 17:04:03] "GET /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.102507 10.0.0.23 - - [2026-04-20 17:04:03] "GET /network-policy/177f0d6c-953d-44cc-baec-4f63d3ad33b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.031609 10.0.0.65 - - [2026-04-20 17:04:03] "GET /projects?obj_uuids=6a6a9ec7-9bd3-46e3-9a75-8723822e70d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001944 10.0.0.65 - - [2026-04-20 17:04:03] "GET /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7?fields=security_groups HTTP/1.1" 200 1411 0.074314 10.0.0.65 - - [2026-04-20 17:04:04] "DELETE /security-group/81ea4730-75d3-4ef3-b6b5-d8e4bcde129b HTTP/1.1" 200 115 0.130480 10.0.0.65 - - [2026-04-20 17:04:04] "GET /projects?obj_uuids=6a6a9ec7-9bd3-46e3-9a75-8723822e70d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001440 10.0.0.65 - - [2026-04-20 17:04:04] "DELETE /access-control-list/f1d1b735-e9f6-418f-9079-d80689daddfe HTTP/1.1" 200 115 0.074251 10.0.0.23 - - [2026-04-20 17:04:04] "POST /ref-update HTTP/1.1" 200 156 0.145750 10.0.0.65 - - [2026-04-20 17:04:04] "GET /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7?fields=application_policy_sets HTTP/1.1" 200 1450 0.106258 10.0.0.23 - - [2026-04-20 17:04:04] "POST /ref-update HTTP/1.1" 200 156 0.116796 10.0.0.65 - - [2026-04-20 17:04:04] "POST /access-control-lists HTTP/1.1" 200 591 0.120342 10.0.0.65 - - [2026-04-20 17:04:04] "DELETE /project/6a6a9ec7-9bd3-46e3-9a75-8723822e70d7 HTTP/1.1" 200 115 0.791365 10.0.0.23 - - [2026-04-20 17:04:04] "POST /neutron/network HTTP/1.1" 200 917 0.013005 10.0.0.23 - - [2026-04-20 17:04:04] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.011086 10.0.0.23 - - [2026-04-20 17:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.65 - - [2026-04-20 17:04:04] "POST /ref-update HTTP/1.1" 200 156 0.039968 10.0.0.23 - - [2026-04-20 17:04:04] "GET /network-policy/2e207bd1-e916-499e-9930-72ab761a347c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.009969 10.0.0.23 - - [2026-04-20 17:04:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.002637 10.0.0.65 - - [2026-04-20 17:04:06] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001080 10.0.0.23 - - [2026-04-20 17:04:06] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.110847 10.0.0.23 - - [2026-04-20 17:04:06] "POST /neutron/port HTTP/1.1" 200 117 0.012145 10.0.0.23 - - [2026-04-20 17:04:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001431 10.0.0.23 - - [2026-04-20 17:04:06] "POST /neutron/network HTTP/1.1" 200 927 0.007988 10.0.0.23 - - [2026-04-20 17:04:07] "POST /neutron/port HTTP/1.1" 200 1060 0.029483 10.0.0.65 - - [2026-04-20 17:04:07] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.23 - - [2026-04-20 17:04:07] "POST /neutron/port HTTP/1.1" 200 1124 0.026505 10.0.0.23 - - [2026-04-20 17:04:07] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.102087 10.0.0.23 - - [2026-04-20 17:04:07] "POST /neutron/subnet HTTP/1.1" 200 698 0.010484 10.0.0.23 - - [2026-04-20 17:04:07] "POST /neutron/port HTTP/1.1" 200 1124 0.026107 10.0.0.23 - - [2026-04-20 17:04:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001419 10.0.0.23 - - [2026-04-20 17:04:08] "POST /neutron/port HTTP/1.1" 200 1124 0.023286 10.0.0.23 - - [2026-04-20 17:04:08] "POST /neutron/network HTTP/1.1" 200 927 0.007521 10.0.0.23 - - [2026-04-20 17:04:09] "POST /neutron/port HTTP/1.1" 200 1061 0.030513 10.0.0.23 - - [2026-04-20 17:04:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005362 10.0.0.65 - - [2026-04-20 17:04:09] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002044 10.0.0.23 - - [2026-04-20 17:04:09] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.098536 10.0.0.23 - - [2026-04-20 17:04:09] "POST /neutron/network HTTP/1.1" 200 822 0.019250 10.0.0.23 - - [2026-04-20 17:04:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009074 10.0.0.23 - - [2026-04-20 17:04:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008779 10.0.0.23 - - [2026-04-20 17:04:10] "POST /neutron/port HTTP/1.1" 200 1124 0.025414 10.0.0.23 - - [2026-04-20 17:04:10] "POST /neutron/network HTTP/1.1" 200 832 0.011736 10.0.0.23 - - [2026-04-20 17:04:10] "GET /virtual-machine/0547e120-0950-46a8-a02c-756f83dc10ba HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-04-20 17:04:10] "POST /neutron/port HTTP/1.1" 200 1058 0.042100 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-machine/0547e120-0950-46a8-a02c-756f83dc10ba HTTP/1.1" 200 1291 0.066596 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-machine/0547e120-0950-46a8-a02c-756f83dc10ba HTTP/1.1" 200 1291 0.006400 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-machine-interface/65fae0f0-c566-421d-b686-c399020536be HTTP/1.1" 200 2944 0.009360 10.0.0.23 - - [2026-04-20 17:04:11] "POST /neutron/port HTTP/1.1" 200 1122 0.043175 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-machine/0547e120-0950-46a8-a02c-756f83dc10ba HTTP/1.1" 200 1291 0.008297 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-machine-interface/65fae0f0-c566-421d-b686-c399020536be HTTP/1.1" 200 2944 0.009920 10.0.0.23 - - [2026-04-20 17:04:11] "GET /instance-ip/3428f9cf-5ea2-44c9-972b-9989f81dfa84 HTTP/1.1" 200 1621 0.009512 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-machine/0547e120-0950-46a8-a02c-756f83dc10ba HTTP/1.1" 200 1291 0.005432 10.0.0.23 - - [2026-04-20 17:04:11] "POST /neutron/port HTTP/1.1" 200 117 0.001762 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-machine-interface/65fae0f0-c566-421d-b686-c399020536be HTTP/1.1" 200 2944 0.008684 10.0.0.23 - - [2026-04-20 17:04:11] "GET /instance-ip/3428f9cf-5ea2-44c9-972b-9989f81dfa84 HTTP/1.1" 200 1621 0.005955 10.0.0.23 - - [2026-04-20 17:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006851 10.0.0.23 - - [2026-04-20 17:04:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007280 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004797 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006994 10.0.0.23 - - [2026-04-20 17:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.23 - - [2026-04-20 17:04:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005469 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004810 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007141 10.0.0.23 - - [2026-04-20 17:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009914 10.0.0.23 - - [2026-04-20 17:04:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005720 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004308 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006992 10.0.0.23 - - [2026-04-20 17:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005358 10.0.0.23 - - [2026-04-20 17:04:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005889 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004076 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007729 10.0.0.23 - - [2026-04-20 17:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.23 - - [2026-04-20 17:04:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006194 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005237 10.0.0.23 - - [2026-04-20 17:04:11] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007316 10.0.0.23 - - [2026-04-20 17:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005795 10.0.0.23 - - [2026-04-20 17:04:14] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008507 10.0.0.23 - - [2026-04-20 17:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.23 - - [2026-04-20 17:04:19] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006557 10.0.0.23 - - [2026-04-20 17:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.23 - - [2026-04-20 17:04:23] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006583 10.0.0.23 - - [2026-04-20 17:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2026-04-20 17:04:27] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008128 10.0.0.23 - - [2026-04-20 17:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.23 - - [2026-04-20 17:04:31] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006468 10.0.0.23 - - [2026-04-20 17:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.23 - - [2026-04-20 17:04:35] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005860 10.0.0.23 - - [2026-04-20 17:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.23 - - [2026-04-20 17:04:39] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006793 10.0.0.23 - - [2026-04-20 17:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.23 - - [2026-04-20 17:04:43] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007443 10.0.0.23 - - [2026-04-20 17:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006269 10.0.0.23 - - [2026-04-20 17:04:47] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008116 10.0.0.23 - - [2026-04-20 17:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005867 10.0.0.23 - - [2026-04-20 17:04:51] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007261 10.0.0.23 - - [2026-04-20 17:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.23 - - [2026-04-20 17:04:55] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005728 10.0.0.23 - - [2026-04-20 17:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006709 10.0.0.23 - - [2026-04-20 17:04:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006802 10.0.0.23 - - [2026-04-20 17:04:58] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005647 10.0.0.23 - - [2026-04-20 17:04:58] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009698 10.0.0.23 - - [2026-04-20 17:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.009804 10.0.0.23 - - [2026-04-20 17:04:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005737 10.0.0.23 - - [2026-04-20 17:04:58] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005484 10.0.0.23 - - [2026-04-20 17:04:58] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006496 10.0.0.23 - - [2026-04-20 17:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.23 - - [2026-04-20 17:04:58] "GET /routing-instance/725ded51-ea6f-4abb-8e4c-b87524b9ec7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.006645 10.0.0.23 - - [2026-04-20 17:04:58] "GET /route-target/2d7022eb-2e03-4245-bb23-5efb1e938794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007319 10.0.0.23 - - [2026-04-20 17:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.23 - - [2026-04-20 17:04:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007113 10.0.0.23 - - [2026-04-20 17:04:58] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004020 10.0.0.23 - - [2026-04-20 17:04:58] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006410 10.0.0.23 - - [2026-04-20 17:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.23 - - [2026-04-20 17:04:58] "GET /routing-instance/725ded51-ea6f-4abb-8e4c-b87524b9ec7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.006748 10.0.0.23 - - [2026-04-20 17:04:58] "GET /route-target/2d7022eb-2e03-4245-bb23-5efb1e938794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005148 10.0.0.23 - - [2026-04-20 17:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.23 - - [2026-04-20 17:04:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005267 10.0.0.23 - - [2026-04-20 17:04:58] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004940 10.0.0.23 - - [2026-04-20 17:04:58] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.010551 10.0.0.23 - - [2026-04-20 17:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007084 10.0.0.23 - - [2026-04-20 17:04:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005842 10.0.0.23 - - [2026-04-20 17:04:58] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004806 10.0.0.23 - - [2026-04-20 17:04:59] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.010831 10.0.0.23 - - [2026-04-20 17:04:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004284 10.0.0.65 - - [2026-04-20 17:04:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004228 10.0.0.23 - - [2026-04-20 17:04:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004989 10.0.0.23 - - [2026-04-20 17:04:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004427 10.0.0.23 - - [2026-04-20 17:04:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009258 10.0.0.23 - - [2026-04-20 17:04:59] "POST /neutron/port HTTP/1.1" 200 1125 0.026582 10.0.0.23 - - [2026-04-20 17:04:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008125 10.0.0.23 - - [2026-04-20 17:04:59] "GET /virtual-machine/5f97de8c-4a1d-4d35-a8d3-116a06f6952b HTTP/1.1" 200 1292 0.007848 10.0.0.23 - - [2026-04-20 17:04:59] "GET /virtual-machine/5f97de8c-4a1d-4d35-a8d3-116a06f6952b HTTP/1.1" 200 1292 0.005392 10.0.0.23 - - [2026-04-20 17:04:59] "GET /virtual-machine-interface/683ab2af-4142-4af5-bb3d-ab301f9d827e HTTP/1.1" 200 2944 0.006278 10.0.0.23 - - [2026-04-20 17:04:59] "GET /virtual-machine/5f97de8c-4a1d-4d35-a8d3-116a06f6952b HTTP/1.1" 200 1292 0.008271 10.0.0.23 - - [2026-04-20 17:04:59] "GET /virtual-machine-interface/683ab2af-4142-4af5-bb3d-ab301f9d827e HTTP/1.1" 200 2944 0.008734 10.0.0.23 - - [2026-04-20 17:04:59] "GET /instance-ip/c49c57f3-f676-42a5-b464-2229167dfdbe HTTP/1.1" 200 1623 0.012738 10.0.0.23 - - [2026-04-20 17:04:59] "GET /virtual-machine/5f97de8c-4a1d-4d35-a8d3-116a06f6952b HTTP/1.1" 200 1292 0.006747 10.0.0.23 - - [2026-04-20 17:04:59] "GET /virtual-machine-interface/683ab2af-4142-4af5-bb3d-ab301f9d827e HTTP/1.1" 200 2944 0.009545 10.0.0.23 - - [2026-04-20 17:05:00] "GET /instance-ip/c49c57f3-f676-42a5-b464-2229167dfdbe HTTP/1.1" 200 1623 0.007852 10.0.0.23 - - [2026-04-20 17:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.23 - - [2026-04-20 17:05:00] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006652 10.0.0.23 - - [2026-04-20 17:05:00] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004754 10.0.0.23 - - [2026-04-20 17:05:00] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007800 10.0.0.23 - - [2026-04-20 17:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005181 10.0.0.23 - - [2026-04-20 17:05:00] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005801 10.0.0.23 - - [2026-04-20 17:05:00] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004747 10.0.0.23 - - [2026-04-20 17:05:00] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.009352 10.0.0.23 - - [2026-04-20 17:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005659 10.0.0.23 - - [2026-04-20 17:05:00] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006807 10.0.0.23 - - [2026-04-20 17:05:00] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.008372 10.0.0.23 - - [2026-04-20 17:05:00] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.009563 10.0.0.23 - - [2026-04-20 17:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005842 10.0.0.23 - - [2026-04-20 17:05:00] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007110 10.0.0.23 - - [2026-04-20 17:05:00] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005837 10.0.0.23 - - [2026-04-20 17:05:00] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007924 10.0.0.23 - - [2026-04-20 17:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005988 10.0.0.23 - - [2026-04-20 17:05:00] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009044 10.0.0.23 - - [2026-04-20 17:05:00] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004220 10.0.0.23 - - [2026-04-20 17:05:00] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.011983 10.0.0.23 - - [2026-04-20 17:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005412 10.0.0.23 - - [2026-04-20 17:05:01] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004610 10.0.0.23 - - [2026-04-20 17:05:01] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005327 10.0.0.23 - - [2026-04-20 17:05:01] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.008218 10.0.0.23 - - [2026-04-20 17:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.23 - - [2026-04-20 17:05:02] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005489 10.0.0.23 - - [2026-04-20 17:05:02] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004549 10.0.0.23 - - [2026-04-20 17:05:02] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.008780 10.0.0.23 - - [2026-04-20 17:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007582 10.0.0.23 - - [2026-04-20 17:05:02] "GET /routing-instance/fac26bd3-dc1b-4b61-837d-ea77e88239ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.007026 10.0.0.23 - - [2026-04-20 17:05:02] "GET /route-target/0e088b99-a556-4966-8c00-31edf2d9b5e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006367 10.0.0.23 - - [2026-04-20 17:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005671 10.0.0.23 - - [2026-04-20 17:05:02] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010226 10.0.0.23 - - [2026-04-20 17:05:02] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005655 10.0.0.23 - - [2026-04-20 17:05:02] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.010109 10.0.0.23 - - [2026-04-20 17:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.23 - - [2026-04-20 17:05:02] "GET /routing-instance/fac26bd3-dc1b-4b61-837d-ea77e88239ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.007818 10.0.0.23 - - [2026-04-20 17:05:02] "GET /route-target/0e088b99-a556-4966-8c00-31edf2d9b5e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006474 10.0.0.23 - - [2026-04-20 17:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006287 10.0.0.23 - - [2026-04-20 17:05:02] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012477 10.0.0.23 - - [2026-04-20 17:05:02] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004561 10.0.0.23 - - [2026-04-20 17:05:02] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.013610 10.0.0.23 - - [2026-04-20 17:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.23 - - [2026-04-20 17:05:02] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006236 10.0.0.23 - - [2026-04-20 17:05:02] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005805 10.0.0.23 - - [2026-04-20 17:05:02] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.010762 10.0.0.65 - - [2026-04-20 17:05:02] "GET /obj-perms HTTP/1.1" 200 5030 0.007157 10.0.0.23 - - [2026-04-20 17:05:02] "GET /obj-perms HTTP/1.1" 200 5030 0.005827 10.0.0.23 - - [2026-04-20 17:05:03] "GET /obj-perms HTTP/1.1" 200 5030 0.005804 10.0.0.23 - - [2026-04-20 17:05:03] "GET /obj-perms HTTP/1.1" 200 5030 0.005426 10.0.0.249 - - [2026-04-20 17:05:03] "GET /obj-perms HTTP/1.1" 200 5030 0.007299 10.0.0.65 - - [2026-04-20 17:05:03] "GET /obj-perms HTTP/1.1" 200 5030 0.005531 10.0.0.23 - - [2026-04-20 17:05:03] "POST /neutron/port HTTP/1.1" 200 1122 0.025240 10.0.0.23 - - [2026-04-20 17:05:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008466 10.0.0.23 - - [2026-04-20 17:05:03] "POST /neutron/port HTTP/1.1" 200 1122 0.025907 10.0.0.23 - - [2026-04-20 17:05:03] "GET /virtual-machine/24b821f2-4bb3-4869-b7dc-53b24ee7d276 HTTP/1.1" 200 1292 0.007038 10.0.0.23 - - [2026-04-20 17:05:03] "GET /virtual-machine/24b821f2-4bb3-4869-b7dc-53b24ee7d276 HTTP/1.1" 200 1292 0.005692 10.0.0.23 - - [2026-04-20 17:05:03] "GET /virtual-machine-interface/c9b45d76-6afd-455e-8ee1-c4d518aba01b HTTP/1.1" 200 2945 0.006340 10.0.0.23 - - [2026-04-20 17:05:03] "GET /virtual-machine/24b821f2-4bb3-4869-b7dc-53b24ee7d276 HTTP/1.1" 200 1292 0.004294 10.0.0.23 - - [2026-04-20 17:05:03] "GET /virtual-machine-interface/c9b45d76-6afd-455e-8ee1-c4d518aba01b HTTP/1.1" 200 2945 0.007356 10.0.0.23 - - [2026-04-20 17:05:03] "GET /instance-ip/9fb59312-8d45-4c6d-b471-39f2b1abee2c HTTP/1.1" 200 1620 0.007012 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-machine/24b821f2-4bb3-4869-b7dc-53b24ee7d276 HTTP/1.1" 200 1292 0.005978 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-machine-interface/c9b45d76-6afd-455e-8ee1-c4d518aba01b HTTP/1.1" 200 2945 0.006092 10.0.0.23 - - [2026-04-20 17:05:04] "GET /instance-ip/9fb59312-8d45-4c6d-b471-39f2b1abee2c HTTP/1.1" 200 1620 0.004731 10.0.0.23 - - [2026-04-20 17:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007825 10.0.0.23 - - [2026-04-20 17:05:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007921 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004457 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006862 10.0.0.23 - - [2026-04-20 17:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.23 - - [2026-04-20 17:05:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006388 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.006029 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009632 10.0.0.23 - - [2026-04-20 17:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.23 - - [2026-04-20 17:05:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005754 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005290 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007195 10.0.0.23 - - [2026-04-20 17:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.23 - - [2026-04-20 17:05:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006987 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.007296 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.009610 10.0.0.23 - - [2026-04-20 17:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.23 - - [2026-04-20 17:05:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006770 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005169 10.0.0.23 - - [2026-04-20 17:05:04] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008819 10.0.0.23 - - [2026-04-20 17:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005324 10.0.0.23 - - [2026-04-20 17:05:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005058 10.0.0.23 - - [2026-04-20 17:05:05] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004168 10.0.0.23 - - [2026-04-20 17:05:05] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006014 10.0.0.23 - - [2026-04-20 17:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.23 - - [2026-04-20 17:05:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005287 10.0.0.23 - - [2026-04-20 17:05:06] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003476 10.0.0.23 - - [2026-04-20 17:05:06] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.010284 10.0.0.23 - - [2026-04-20 17:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2026-04-20 17:05:06] "GET /routing-instance/0e34803c-e513-4fb6-b6e6-2a7c1967adbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.012351 10.0.0.23 - - [2026-04-20 17:05:06] "GET /route-target/c502ef60-1e99-4895-a0d1-fa351ce0604e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006224 10.0.0.23 - - [2026-04-20 17:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.23 - - [2026-04-20 17:05:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004630 10.0.0.23 - - [2026-04-20 17:05:06] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003851 10.0.0.23 - - [2026-04-20 17:05:06] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005988 10.0.0.23 - - [2026-04-20 17:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2026-04-20 17:05:06] "GET /routing-instance/0e34803c-e513-4fb6-b6e6-2a7c1967adbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005050 10.0.0.23 - - [2026-04-20 17:05:06] "GET /route-target/c502ef60-1e99-4895-a0d1-fa351ce0604e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005811 10.0.0.23 - - [2026-04-20 17:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005949 10.0.0.23 - - [2026-04-20 17:05:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005957 10.0.0.23 - - [2026-04-20 17:05:06] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004433 10.0.0.23 - - [2026-04-20 17:05:06] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007999 10.0.0.23 - - [2026-04-20 17:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.23 - - [2026-04-20 17:05:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005480 10.0.0.23 - - [2026-04-20 17:05:06] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004817 10.0.0.23 - - [2026-04-20 17:05:06] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007497 10.0.0.23 - - [2026-04-20 17:05:06] "GET /obj-perms HTTP/1.1" 200 5030 0.005476 10.0.0.65 - - [2026-04-20 17:05:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004904 10.0.0.23 - - [2026-04-20 17:05:06] "GET /obj-perms HTTP/1.1" 200 5030 0.005616 10.0.0.23 - - [2026-04-20 17:05:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004668 10.0.0.23 - - [2026-04-20 17:05:07] "GET /virtual-machine/0547e120-0950-46a8-a02c-756f83dc10ba HTTP/1.1" 200 1291 0.006591 10.0.0.23 - - [2026-04-20 17:05:07] "GET /virtual-machine-interface/65fae0f0-c566-421d-b686-c399020536be HTTP/1.1" 200 2944 0.007612 10.0.0.23 - - [2026-04-20 17:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006206 10.0.0.23 - - [2026-04-20 17:05:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007030 10.0.0.23 - - [2026-04-20 17:05:07] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005204 10.0.0.23 - - [2026-04-20 17:05:07] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008567 10.0.0.23 - - [2026-04-20 17:05:07] "POST /neutron/port HTTP/1.1" 200 1125 0.058196 10.0.0.23 - - [2026-04-20 17:05:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.010503 10.0.0.249 - - [2026-04-20 17:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.249 - - [2026-04-20 17:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.249 - - [2026-04-20 17:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.65 - - [2026-04-20 17:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.249 - - [2026-04-20 17:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000609 10.0.0.65 - - [2026-04-20 17:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000905 10.0.0.23 - - [2026-04-20 17:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005652 10.0.0.23 - - [2026-04-20 17:05:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005723 10.0.0.23 - - [2026-04-20 17:05:08] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005657 10.0.0.23 - - [2026-04-20 17:05:08] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008892 10.0.0.23 - - [2026-04-20 17:05:08] "POST /neutron/port HTTP/1.1" 200 1124 0.021987 10.0.0.65 - - [2026-04-20 17:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000619 10.0.0.65 - - [2026-04-20 17:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000722 10.0.0.23 - - [2026-04-20 17:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-04-20 17:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-04-20 17:05:10] "POST /neutron/port HTTP/1.1" 200 1124 0.059795 10.0.0.23 - - [2026-04-20 17:05:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.010487 10.0.0.23 - - [2026-04-20 17:05:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-04-20 17:05:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2026-04-20 17:05:11] "POST /neutron/port HTTP/1.1" 200 1124 0.074732 10.0.0.23 - - [2026-04-20 17:05:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012948 10.0.0.23 - - [2026-04-20 17:05:19] "POST /neutron/port HTTP/1.1" 200 1124 0.025903 10.0.0.23 - - [2026-04-20 17:05:24] "GET /virtual-machine/5f97de8c-4a1d-4d35-a8d3-116a06f6952b HTTP/1.1" 200 1292 0.004778 10.0.0.23 - - [2026-04-20 17:05:24] "GET /virtual-machine-interface/683ab2af-4142-4af5-bb3d-ab301f9d827e HTTP/1.1" 200 2944 0.005926 10.0.0.23 - - [2026-04-20 17:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005533 10.0.0.23 - - [2026-04-20 17:05:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004123 10.0.0.23 - - [2026-04-20 17:05:24] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005986 10.0.0.23 - - [2026-04-20 17:05:24] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006546 10.0.0.23 - - [2026-04-20 17:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006094 10.0.0.23 - - [2026-04-20 17:05:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005456 10.0.0.23 - - [2026-04-20 17:05:25] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005964 10.0.0.23 - - [2026-04-20 17:05:25] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.008811 10.0.0.23 - - [2026-04-20 17:05:25] "GET /virtual-machine/24b821f2-4bb3-4869-b7dc-53b24ee7d276 HTTP/1.1" 200 1292 0.004831 10.0.0.23 - - [2026-04-20 17:05:25] "GET /virtual-machine-interface/c9b45d76-6afd-455e-8ee1-c4d518aba01b HTTP/1.1" 200 2945 0.009769 10.0.0.23 - - [2026-04-20 17:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005794 10.0.0.23 - - [2026-04-20 17:05:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006406 10.0.0.23 - - [2026-04-20 17:05:25] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.011796 10.0.0.23 - - [2026-04-20 17:05:25] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006639 10.0.0.23 - - [2026-04-20 17:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005359 10.0.0.23 - - [2026-04-20 17:05:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006351 10.0.0.23 - - [2026-04-20 17:05:26] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004794 10.0.0.23 - - [2026-04-20 17:05:27] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008630 10.0.0.23 - - [2026-04-20 17:05:52] "GET /virtual-machine/24b821f2-4bb3-4869-b7dc-53b24ee7d276 HTTP/1.1" 200 1292 0.006825 10.0.0.23 - - [2026-04-20 17:05:52] "POST /neutron/port HTTP/1.1" 200 1112 0.023520 10.0.0.23 - - [2026-04-20 17:05:54] "GET /virtual-machine/24b821f2-4bb3-4869-b7dc-53b24ee7d276 HTTP/1.1" 404 171 0.003988 10.0.0.23 - - [2026-04-20 17:05:54] "GET /virtual-machine/24b821f2-4bb3-4869-b7dc-53b24ee7d276 HTTP/1.1" 404 171 0.003839 10.0.0.23 - - [2026-04-20 17:05:54] "GET /virtual-machine/24b821f2-4bb3-4869-b7dc-53b24ee7d276 HTTP/1.1" 404 171 0.003425 10.0.0.23 - - [2026-04-20 17:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005643 10.0.0.23 - - [2026-04-20 17:05:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005321 10.0.0.23 - - [2026-04-20 17:05:54] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004157 10.0.0.23 - - [2026-04-20 17:05:54] "GET /virtual-network/8efb2c4f-e5ac-4ed6-a80e-55118d41a1d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008205 10.0.0.23 - - [2026-04-20 17:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.23 - - [2026-04-20 17:05:54] "GET /routing-instance/0e34803c-e513-4fb6-b6e6-2a7c1967adbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006517 10.0.0.23 - - [2026-04-20 17:05:54] "GET /route-target/c502ef60-1e99-4895-a0d1-fa351ce0604e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008734 10.0.0.23 - - [2026-04-20 17:05:54] "GET /obj-perms HTTP/1.1" 200 5030 0.005214 10.0.0.23 - - [2026-04-20 17:05:57] "GET /obj-perms HTTP/1.1" 200 5030 0.004471 10.0.0.23 - - [2026-04-20 17:06:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004985 10.0.0.249 - - [2026-04-20 17:06:01] "GET /obj-perms HTTP/1.1" 200 5030 0.006099 10.0.0.23 - - [2026-04-20 17:06:01] "GET /virtual-machine/5f97de8c-4a1d-4d35-a8d3-116a06f6952b HTTP/1.1" 200 1292 0.008386 10.0.0.23 - - [2026-04-20 17:06:01] "POST /neutron/port HTTP/1.1" 200 1115 0.026879 10.0.0.23 - - [2026-04-20 17:06:03] "GET /virtual-machine/5f97de8c-4a1d-4d35-a8d3-116a06f6952b HTTP/1.1" 404 171 0.005406 10.0.0.23 - - [2026-04-20 17:06:03] "GET /virtual-machine/5f97de8c-4a1d-4d35-a8d3-116a06f6952b HTTP/1.1" 404 171 0.004230 10.0.0.23 - - [2026-04-20 17:06:03] "GET /virtual-machine/5f97de8c-4a1d-4d35-a8d3-116a06f6952b HTTP/1.1" 404 171 0.003927 10.0.0.23 - - [2026-04-20 17:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.23 - - [2026-04-20 17:06:03] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005496 10.0.0.23 - - [2026-04-20 17:06:03] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004518 10.0.0.23 - - [2026-04-20 17:06:03] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.009850 10.0.0.23 - - [2026-04-20 17:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006654 10.0.0.23 - - [2026-04-20 17:06:03] "GET /routing-instance/fac26bd3-dc1b-4b61-837d-ea77e88239ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.007706 10.0.0.23 - - [2026-04-20 17:06:03] "GET /route-target/0e088b99-a556-4966-8c00-31edf2d9b5e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005463 10.0.0.23 - - [2026-04-20 17:06:03] "GET /obj-perms HTTP/1.1" 200 5030 0.004340 10.0.0.23 - - [2026-04-20 17:06:09] "GET /obj-perms HTTP/1.1" 200 5030 0.005838 10.0.0.23 - - [2026-04-20 17:06:13] "GET /obj-perms HTTP/1.1" 200 5030 0.005068 10.0.0.23 - - [2026-04-20 17:06:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004052 10.0.0.65 - - [2026-04-20 17:06:19] "GET /obj-perms HTTP/1.1" 200 5056 0.087678 10.0.0.23 - - [2026-04-20 17:06:22] "GET /obj-perms HTTP/1.1" 200 5030 0.005016 10.0.0.23 - - [2026-04-20 17:06:25] "GET /obj-perms HTTP/1.1" 200 5030 0.004426 10.0.0.23 - - [2026-04-20 17:06:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004308 10.0.0.23 - - [2026-04-20 17:06:28] "GET /virtual-machine/0547e120-0950-46a8-a02c-756f83dc10ba HTTP/1.1" 200 1291 0.004888 10.0.0.23 - - [2026-04-20 17:06:29] "POST /neutron/port HTTP/1.1" 200 1114 0.019287 10.0.0.23 - - [2026-04-20 17:06:30] "GET /virtual-machine/0547e120-0950-46a8-a02c-756f83dc10ba HTTP/1.1" 404 171 0.003610 10.0.0.23 - - [2026-04-20 17:06:30] "GET /virtual-machine/0547e120-0950-46a8-a02c-756f83dc10ba HTTP/1.1" 404 171 0.003784 10.0.0.23 - - [2026-04-20 17:06:30] "GET /virtual-machine/0547e120-0950-46a8-a02c-756f83dc10ba HTTP/1.1" 404 171 0.004426 10.0.0.23 - - [2026-04-20 17:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.23 - - [2026-04-20 17:06:31] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005058 10.0.0.23 - - [2026-04-20 17:06:31] "GET /virtual-networks?parent_id=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003554 10.0.0.23 - - [2026-04-20 17:06:31] "GET /virtual-network/5f576bce-dcf7-4ef0-97c6-5e44ebdad8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006763 10.0.0.23 - - [2026-04-20 17:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.23 - - [2026-04-20 17:06:31] "GET /routing-instance/725ded51-ea6f-4abb-8e4c-b87524b9ec7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005112 10.0.0.23 - - [2026-04-20 17:06:31] "GET /route-target/2d7022eb-2e03-4245-bb23-5efb1e938794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004567 10.0.0.23 - - [2026-04-20 17:06:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004846 10.0.0.23 - - [2026-04-20 17:06:37] "GET /obj-perms HTTP/1.1" 200 5030 0.005441 10.0.0.23 - - [2026-04-20 17:06:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004607 10.0.0.23 - - [2026-04-20 17:06:46] "GET /obj-perms HTTP/1.1" 200 5030 0.005609 10.0.0.23 - - [2026-04-20 17:06:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004860 10.0.0.23 - - [2026-04-20 17:06:56] "GET /obj-perms HTTP/1.1" 200 5030 0.005089 10.0.0.23 - - [2026-04-20 17:06:59] "GET /obj-perms HTTP/1.1" 200 5030 0.004177 10.0.0.23 - - [2026-04-20 17:06:59] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.012585 10.0.0.23 - - [2026-04-20 17:06:59] "POST /neutron/network HTTP/1.1" 200 825 0.096421 10.0.0.23 - - [2026-04-20 17:06:59] "GET /virtual-network/126c894e-574a-402e-aa39-6ff07d6868b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008073 10.0.0.23 - - [2026-04-20 17:07:00] "POST /ref-update HTTP/1.1" 200 156 0.098601 10.0.0.23 - - [2026-04-20 17:07:00] "POST /ref-update HTTP/1.1" 200 156 0.093952 10.0.0.23 - - [2026-04-20 17:07:00] "DELETE /network-policy/177f0d6c-953d-44cc-baec-4f63d3ad33b7 HTTP/1.1" 200 115 0.051974 10.0.0.23 - - [2026-04-20 17:07:00] "DELETE /network-policy/2e207bd1-e916-499e-9930-72ab761a347c HTTP/1.1" 200 115 0.062197 10.0.0.23 - - [2026-04-20 17:07:00] "DELETE /network-policy/e16b5485-c12f-4117-97e4-c153bd9e4ec4 HTTP/1.1" 200 115 0.060236 10.0.0.65 - - [2026-04-20 17:07:00] "DELETE /access-control-list/78a94058-0bc6-4c44-859b-22d9b0c025da HTTP/1.1" 200 115 0.170129 10.0.0.65 - - [2026-04-20 17:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.074764 10.0.0.65 - - [2026-04-20 17:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.006259 10.0.0.23 - - [2026-04-20 17:07:00] "POST /neutron/network HTTP/1.1" 200 151 0.305408 10.0.0.65 - - [2026-04-20 17:07:00] "DELETE /route-target/c502ef60-1e99-4895-a0d1-fa351ce0604e HTTP/1.1" 200 115 0.045483 10.0.0.23 - - [2026-04-20 17:07:01] "POST /neutron/network HTTP/1.1" 200 824 0.014600 10.0.0.65 - - [2026-04-20 17:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008323 10.0.0.23 - - [2026-04-20 17:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005558 10.0.0.23 - - [2026-04-20 17:07:02] "DELETE /network-ipam/915995e6-b5c0-42ec-b331-dadb0eb97602 HTTP/1.1" 200 115 0.061417 10.0.0.23 - - [2026-04-20 17:07:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.008366 10.0.0.23 - - [2026-04-20 17:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005493 10.0.0.23 - - [2026-04-20 17:07:02] "DELETE /network-ipam/e1bd3824-c783-492a-84ad-f9198abf8ee4 HTTP/1.1" 200 115 0.049314 10.0.0.23 - - [2026-04-20 17:07:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.004577 10.0.0.23 - - [2026-04-20 17:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.23 - - [2026-04-20 17:07:02] "DELETE /network-ipam/2dd4b5f8-1cde-443d-9726-0b56357d7654 HTTP/1.1" 200 115 0.054018 10.0.0.23 - - [2026-04-20 17:07:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.005132 10.0.0.65 - - [2026-04-20 17:07:03] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.23 - - [2026-04-20 17:07:03] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.084584 10.0.0.65 - - [2026-04-20 17:07:03] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.23 - - [2026-04-20 17:07:03] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?fields=virtual_networks HTTP/1.1" 200 1032 0.051672 10.0.0.65 - - [2026-04-20 17:07:03] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.23 - - [2026-04-20 17:07:04] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.056506 10.0.0.65 - - [2026-04-20 17:07:04] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.23 - - [2026-04-20 17:07:04] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?fields=security_groups HTTP/1.1" 200 1258 0.051515 10.0.0.65 - - [2026-04-20 17:07:04] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001570 10.0.0.65 - - [2026-04-20 17:07:05] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.053979 10.0.0.65 - - [2026-04-20 17:07:05] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001631 10.0.0.65 - - [2026-04-20 17:07:05] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?fields=security_groups HTTP/1.1" 200 1363 0.054374 10.0.0.65 - - [2026-04-20 17:07:05] "DELETE /security-group/ebca0272-7aa3-47de-b6cb-137cef3a2bbc HTTP/1.1" 200 115 0.072371 10.0.0.65 - - [2026-04-20 17:07:05] "GET /projects?obj_uuids=12c53e20-ecd9-45b5-a346-6ca397ccf68c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001590 10.0.0.65 - - [2026-04-20 17:07:05] "GET /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c?fields=application_policy_sets HTTP/1.1" 200 1402 0.066622 10.0.0.65 - - [2026-04-20 17:07:05] "DELETE /access-control-list/a2084bf2-0f36-4d99-81fd-26f45005b170 HTTP/1.1" 200 115 0.055733 10.0.0.65 - - [2026-04-20 17:07:05] "DELETE /project/12c53e20-ecd9-45b5-a346-6ca397ccf68c HTTP/1.1" 200 115 0.655711 10.0.0.23 - - [2026-04-20 17:07:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.065274 10.0.0.65 - - [2026-04-20 17:07:05] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003787 10.0.0.65 - - [2026-04-20 17:07:05] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.65 - - [2026-04-20 17:07:05] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009374 10.0.0.65 - - [2026-04-20 17:07:05] "POST /id-to-fqname HTTP/1.1" 200 196 0.002271 10.0.0.65 - - [2026-04-20 17:07:05] "POST /fqname-to-id HTTP/1.1" 404 205 0.003929 10.0.0.65 - - [2026-04-20 17:07:06] "POST /security-groups HTTP/1.1" 200 597 0.082097 10.0.0.65 - - [2026-04-20 17:07:06] "POST /projects HTTP/1.1" 200 597 0.306313 10.0.0.65 - - [2026-04-20 17:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.343511 10.0.0.65 - - [2026-04-20 17:07:06] "POST /fqname-to-id HTTP/1.1" 404 239 0.006105 10.0.0.23 - - [2026-04-20 17:07:06] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.518735 10.0.0.23 - - [2026-04-20 17:07:07] "GET / HTTP/1.1" 200 35931 0.001800 10.0.0.23 - - [2026-04-20 17:07:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000489 10.0.0.23 - - [2026-04-20 17:07:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.109152 10.0.0.23 - - [2026-04-20 17:07:11] "POST /network-ipams HTTP/1.1" 200 519 0.041895 10.0.0.23 - - [2026-04-20 17:07:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004483 10.0.0.23 - - [2026-04-20 17:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.23 - - [2026-04-20 17:07:11] "GET /network-ipam/bc17ba13-f914-41ac-b564-bf029887400e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.012215 10.0.0.23 - - [2026-04-20 17:07:11] "PUT /network-ipam/bc17ba13-f914-41ac-b564-bf029887400e HTTP/1.1" 200 258 0.022746 10.0.0.23 - - [2026-04-20 17:07:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003944 10.0.0.23 - - [2026-04-20 17:07:11] "POST /network-ipams HTTP/1.1" 200 519 0.041748 10.0.0.23 - - [2026-04-20 17:07:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004972 10.0.0.23 - - [2026-04-20 17:07:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.23 - - [2026-04-20 17:07:11] "GET /network-ipam/4f71d32f-4e67-45b1-b2b8-ab27835db81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.009284 10.0.0.23 - - [2026-04-20 17:07:11] "PUT /network-ipam/4f71d32f-4e67-45b1-b2b8-ab27835db81c HTTP/1.1" 200 258 0.108883 10.0.0.23 - - [2026-04-20 17:07:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003958 10.0.0.23 - - [2026-04-20 17:07:11] "POST /network-ipams HTTP/1.1" 200 519 0.040747 10.0.0.23 - - [2026-04-20 17:07:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.004146 10.0.0.23 - - [2026-04-20 17:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.23 - - [2026-04-20 17:07:12] "GET /network-ipam/36fac259-2d77-4e29-b758-ba4a76f9be90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.009658 10.0.0.23 - - [2026-04-20 17:07:12] "PUT /network-ipam/36fac259-2d77-4e29-b758-ba4a76f9be90 HTTP/1.1" 200 258 0.026318 10.0.0.23 - - [2026-04-20 17:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.65 - - [2026-04-20 17:07:13] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001209 10.0.0.23 - - [2026-04-20 17:07:13] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047482 10.0.0.65 - - [2026-04-20 17:07:13] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001113 10.0.0.23 - - [2026-04-20 17:07:13] "POST /neutron/network HTTP/1.1" 200 613 0.197453 10.0.0.65 - - [2026-04-20 17:07:13] "POST /ref-update HTTP/1.1" 200 156 0.020818 10.0.0.23 - - [2026-04-20 17:07:14] "POST /neutron/network HTTP/1.1" 200 1014 0.016498 10.0.0.23 - - [2026-04-20 17:07:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.002173 10.0.0.23 - - [2026-04-20 17:07:14] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007815 10.0.0.23 - - [2026-04-20 17:07:14] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007652 10.0.0.23 - - [2026-04-20 17:07:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.014392 10.0.0.23 - - [2026-04-20 17:07:14] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008098 10.0.0.23 - - [2026-04-20 17:07:14] "GET /network-ipam/bc17ba13-f914-41ac-b564-bf029887400e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006386 10.0.0.23 - - [2026-04-20 17:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005339 10.0.0.65 - - [2026-04-20 17:07:14] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002338 10.0.0.23 - - [2026-04-20 17:07:14] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.069034 10.0.0.23 - - [2026-04-20 17:07:14] "POST /neutron/network HTTP/1.1" 200 117 0.025563 10.0.0.65 - - [2026-04-20 17:07:15] "POST /useragent-kv HTTP/1.1" 200 115 0.014117 10.0.0.23 - - [2026-04-20 17:07:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.233064 10.0.0.23 - - [2026-04-20 17:07:15] "POST /id-to-fqname HTTP/1.1" 200 227 0.001728 10.0.0.23 - - [2026-04-20 17:07:15] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006351 10.0.0.23 - - [2026-04-20 17:07:15] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006779 10.0.0.23 - - [2026-04-20 17:07:15] "POST /neutron/network HTTP/1.1" 200 1014 0.016047 10.0.0.23 - - [2026-04-20 17:07:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005936 10.0.0.65 - - [2026-04-20 17:07:15] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001605 10.0.0.23 - - [2026-04-20 17:07:15] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.069993 10.0.0.23 - - [2026-04-20 17:07:15] "POST /neutron/network HTTP/1.1" 200 117 0.019727 10.0.0.65 - - [2026-04-20 17:07:16] "POST /route-targets HTTP/1.1" 200 327 0.023278 10.0.0.65 - - [2026-04-20 17:07:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003294 10.0.0.23 - - [2026-04-20 17:07:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.280509 10.0.0.249 - - [2026-04-20 17:07:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.098749 10.0.0.23 - - [2026-04-20 17:07:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001386 10.0.0.23 - - [2026-04-20 17:07:16] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008595 10.0.0.23 - - [2026-04-20 17:07:16] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007624 10.0.0.23 - - [2026-04-20 17:07:16] "POST /neutron/network HTTP/1.1" 200 1013 0.012541 10.0.0.23 - - [2026-04-20 17:07:17] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006569 10.0.0.23 - - [2026-04-20 17:07:17] "GET /obj-perms HTTP/1.1" 200 5042 0.090591 10.0.0.249 - - [2026-04-20 17:07:18] "GET /obj-perms HTTP/1.1" 200 5042 0.079973 10.0.0.65 - - [2026-04-20 17:07:18] "GET /obj-perms HTTP/1.1" 200 5042 0.074939 10.0.0.23 - - [2026-04-20 17:07:18] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006789 10.0.0.23 - - [2026-04-20 17:07:19] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008604 10.0.0.249 - - [2026-04-20 17:07:20] "GET /obj-perms HTTP/1.1" 200 5042 0.005211 10.0.0.23 - - [2026-04-20 17:07:20] "POST /fqname-to-id HTTP/1.1" 404 224 0.003883 10.0.0.23 - - [2026-04-20 17:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.65 - - [2026-04-20 17:07:20] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001330 10.0.0.23 - - [2026-04-20 17:07:20] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.084651 10.0.0.23 - - [2026-04-20 17:07:20] "POST /network-policys HTTP/1.1" 200 559 0.045832 10.0.0.23 - - [2026-04-20 17:07:20] "GET /network-policy/f1cdca79-f246-4128-b1f9-fc443f400ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.009087 10.0.0.23 - - [2026-04-20 17:07:20] "POST /fqname-to-id HTTP/1.1" 404 224 0.003541 10.0.0.23 - - [2026-04-20 17:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.65 - - [2026-04-20 17:07:21] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001456 10.0.0.65 - - [2026-04-20 17:07:21] "GET /obj-perms HTTP/1.1" 200 5056 0.090008 10.0.0.23 - - [2026-04-20 17:07:21] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.078321 10.0.0.23 - - [2026-04-20 17:07:21] "POST /network-policys HTTP/1.1" 200 559 0.059869 10.0.0.23 - - [2026-04-20 17:07:21] "GET /network-policy/55714224-5186-42a8-a7e7-cbe4ac81e514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.009495 10.0.0.23 - - [2026-04-20 17:07:21] "POST /fqname-to-id HTTP/1.1" 404 224 0.004512 10.0.0.23 - - [2026-04-20 17:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.65 - - [2026-04-20 17:07:21] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001530 10.0.0.23 - - [2026-04-20 17:07:21] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.076733 10.0.0.23 - - [2026-04-20 17:07:21] "POST /network-policys HTTP/1.1" 200 559 0.053381 10.0.0.23 - - [2026-04-20 17:07:21] "GET /network-policy/af151b39-1963-496e-9621-e5ddf743a1e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.008693 10.0.0.23 - - [2026-04-20 17:07:21] "POST /neutron/network HTTP/1.1" 200 1014 0.015485 10.0.0.65 - - [2026-04-20 17:07:22] "POST /access-control-lists HTTP/1.1" 200 597 0.079029 10.0.0.23 - - [2026-04-20 17:07:22] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.015838 10.0.0.23 - - [2026-04-20 17:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.014040 10.0.0.23 - - [2026-04-20 17:07:22] "GET /network-policy/55714224-5186-42a8-a7e7-cbe4ac81e514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.012924 10.0.0.23 - - [2026-04-20 17:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007038 10.0.0.23 - - [2026-04-20 17:07:22] "GET /network-policy/f1cdca79-f246-4128-b1f9-fc443f400ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.012293 10.0.0.23 - - [2026-04-20 17:07:22] "POST /neutron/network HTTP/1.1" 200 1014 0.017216 10.0.0.23 - - [2026-04-20 17:07:22] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.012703 10.0.0.23 - - [2026-04-20 17:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007545 10.0.0.65 - - [2026-04-20 17:07:22] "POST /ref-update HTTP/1.1" 200 156 0.061466 10.0.0.23 - - [2026-04-20 17:07:22] "GET /network-policy/af151b39-1963-496e-9621-e5ddf743a1e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.012544 10.0.0.23 - - [2026-04-20 17:07:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001380 10.0.0.23 - - [2026-04-20 17:07:23] "POST /neutron/network HTTP/1.1" 200 1208 0.010945 10.0.0.65 - - [2026-04-20 17:07:24] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001432 10.0.0.23 - - [2026-04-20 17:07:24] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.133786 10.0.0.23 - - [2026-04-20 17:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.011508 10.0.0.23 - - [2026-04-20 17:07:24] "POST /id-to-fqname HTTP/1.1" 200 227 0.001775 10.0.0.23 - - [2026-04-20 17:07:25] "POST /neutron/network HTTP/1.1" 200 1208 0.008709 10.0.0.65 - - [2026-04-20 17:07:26] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001735 10.0.0.23 - - [2026-04-20 17:07:26] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.234096 10.0.0.23 - - [2026-04-20 17:07:26] "POST /neutron/port HTTP/1.1" 200 1173 0.051097 10.0.0.23 - - [2026-04-20 17:07:26] "POST /neutron/port HTTP/1.1" 200 1183 0.045744 10.0.0.23 - - [2026-04-20 17:07:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001590 10.0.0.23 - - [2026-04-20 17:07:27] "POST /neutron/port HTTP/1.1" 200 1237 0.048268 10.0.0.23 - - [2026-04-20 17:07:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008638 10.0.0.23 - - [2026-04-20 17:07:27] "POST /neutron/port HTTP/1.1" 200 117 0.001573 10.0.0.23 - - [2026-04-20 17:07:27] "POST /neutron/network HTTP/1.1" 200 1023 0.036884 10.0.0.23 - - [2026-04-20 17:07:28] "POST /neutron/port HTTP/1.1" 200 1173 0.031011 10.0.0.65 - - [2026-04-20 17:07:28] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001239 10.0.0.23 - - [2026-04-20 17:07:28] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.133667 10.0.0.23 - - [2026-04-20 17:07:28] "POST /neutron/port HTTP/1.1" 200 1237 0.024904 10.0.0.23 - - [2026-04-20 17:07:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007591 10.0.0.23 - - [2026-04-20 17:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.001625 10.0.0.23 - - [2026-04-20 17:07:29] "POST /neutron/security_group HTTP/1.1" 200 2064 0.017188 10.0.0.23 - - [2026-04-20 17:07:29] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009124 10.0.0.23 - - [2026-04-20 17:07:29] "POST /neutron/port HTTP/1.1" 200 1237 0.022565 10.0.0.65 - - [2026-04-20 17:07:30] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001169 10.0.0.23 - - [2026-04-20 17:07:30] "GET /virtual-machine/120e3ea0-d3d8-4022-a01c-b257e194acec HTTP/1.1" 401 292 0.000495 10.0.0.23 - - [2026-04-20 17:07:30] "POST /neutron/port HTTP/1.1" 200 1172 0.514998 10.0.0.23 - - [2026-04-20 17:07:30] "POST /neutron/port HTTP/1.1" 200 1172 0.025623 10.0.0.23 - - [2026-04-20 17:07:30] "GET /virtual-machine/120e3ea0-d3d8-4022-a01c-b257e194acec HTTP/1.1" 200 1298 0.069058 10.0.0.23 - - [2026-04-20 17:07:30] "GET /virtual-machine/120e3ea0-d3d8-4022-a01c-b257e194acec HTTP/1.1" 200 1298 0.005276 10.0.0.23 - - [2026-04-20 17:07:30] "GET /virtual-machine-interface/741ae956-2d84-4c35-bc25-6bf7484554b9 HTTP/1.1" 200 3168 0.012306 10.0.0.23 - - [2026-04-20 17:07:30] "GET /virtual-machine/120e3ea0-d3d8-4022-a01c-b257e194acec HTTP/1.1" 200 1298 0.005429 10.0.0.23 - - [2026-04-20 17:07:30] "GET /virtual-machine-interface/741ae956-2d84-4c35-bc25-6bf7484554b9 HTTP/1.1" 200 3168 0.007399 10.0.0.23 - - [2026-04-20 17:07:30] "GET /instance-ip/07c9fb62-c0f5-4a7a-9aae-949a0b40e4db HTTP/1.1" 200 1632 0.016443 10.0.0.23 - - [2026-04-20 17:07:30] "GET /instance-ip/1705fa6f-14f0-4832-9458-78f228cdbf26 HTTP/1.1" 200 1653 0.013380 10.0.0.23 - - [2026-04-20 17:07:30] "GET /virtual-machine/120e3ea0-d3d8-4022-a01c-b257e194acec HTTP/1.1" 200 1298 0.004502 10.0.0.23 - - [2026-04-20 17:07:30] "POST /neutron/port HTTP/1.1" 200 1236 0.036726 10.0.0.23 - - [2026-04-20 17:07:31] "GET /virtual-machine-interface/741ae956-2d84-4c35-bc25-6bf7484554b9 HTTP/1.1" 200 3168 0.011355 10.0.0.23 - - [2026-04-20 17:07:31] "GET /instance-ip/07c9fb62-c0f5-4a7a-9aae-949a0b40e4db HTTP/1.1" 200 1632 0.006360 10.0.0.23 - - [2026-04-20 17:07:31] "GET /instance-ip/1705fa6f-14f0-4832-9458-78f228cdbf26 HTTP/1.1" 200 1653 0.004854 10.0.0.23 - - [2026-04-20 17:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006784 10.0.0.23 - - [2026-04-20 17:07:31] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005243 10.0.0.23 - - [2026-04-20 17:07:31] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006638 10.0.0.23 - - [2026-04-20 17:07:31] "POST /neutron/subnet HTTP/1.1" 200 1380 0.024633 10.0.0.23 - - [2026-04-20 17:07:31] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006656 10.0.0.23 - - [2026-04-20 17:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.23 - - [2026-04-20 17:07:31] "POST /neutron/network HTTP/1.1" 200 1013 0.010875 10.0.0.23 - - [2026-04-20 17:07:31] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005527 10.0.0.23 - - [2026-04-20 17:07:31] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.008097 10.0.0.23 - - [2026-04-20 17:07:31] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008270 10.0.0.23 - - [2026-04-20 17:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.23 - - [2026-04-20 17:07:31] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004327 10.0.0.23 - - [2026-04-20 17:07:31] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003909 10.0.0.23 - - [2026-04-20 17:07:31] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.009367 10.0.0.23 - - [2026-04-20 17:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.23 - - [2026-04-20 17:07:31] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005893 10.0.0.23 - - [2026-04-20 17:07:31] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003779 10.0.0.23 - - [2026-04-20 17:07:31] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007143 10.0.0.23 - - [2026-04-20 17:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.23 - - [2026-04-20 17:07:31] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005778 10.0.0.23 - - [2026-04-20 17:07:31] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005499 10.0.0.23 - - [2026-04-20 17:07:31] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.009652 10.0.0.23 - - [2026-04-20 17:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.23 - - [2026-04-20 17:07:34] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006618 10.0.0.23 - - [2026-04-20 17:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.23 - - [2026-04-20 17:07:38] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007802 10.0.0.23 - - [2026-04-20 17:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2026-04-20 17:07:42] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006236 10.0.0.23 - - [2026-04-20 17:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.23 - - [2026-04-20 17:07:47] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007459 10.0.0.23 - - [2026-04-20 17:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.23 - - [2026-04-20 17:07:51] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006861 10.0.0.23 - - [2026-04-20 17:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.23 - - [2026-04-20 17:07:55] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007781 10.0.0.23 - - [2026-04-20 17:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.009243 10.0.0.23 - - [2026-04-20 17:07:59] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006867 10.0.0.23 - - [2026-04-20 17:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.23 - - [2026-04-20 17:08:03] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006459 10.0.0.65 - - [2026-04-20 17:08:05] "DELETE /project/f9703f75a2aa45b3808a2dcd4c2c8cd3 HTTP/1.1" 404 173 0.005976 10.0.0.23 - - [2026-04-20 17:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.23 - - [2026-04-20 17:08:07] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006256 10.0.0.23 - - [2026-04-20 17:08:11] "POST /neutron/network HTTP/1.1" 200 1122 0.012034 10.0.0.23 - - [2026-04-20 17:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006264 10.0.0.23 - - [2026-04-20 17:08:11] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007287 10.0.0.23 - - [2026-04-20 17:08:11] "POST /neutron/subnet HTTP/1.1" 200 1384 0.019863 10.0.0.23 - - [2026-04-20 17:08:11] "POST /neutron/network HTTP/1.1" 200 1112 0.018418 10.0.0.23 - - [2026-04-20 17:08:12] "POST /neutron/network HTTP/1.1" 200 1208 0.008169 10.0.0.23 - - [2026-04-20 17:08:13] "POST /neutron/subnet HTTP/1.1" 200 1384 0.023171 10.0.0.23 - - [2026-04-20 17:08:13] "POST /neutron/network HTTP/1.1" 200 1198 0.018109 10.0.0.23 - - [2026-04-20 17:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.23 - - [2026-04-20 17:08:15] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006900 10.0.0.23 - - [2026-04-20 17:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.23 - - [2026-04-20 17:08:17] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005539 10.0.0.23 - - [2026-04-20 17:08:17] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005254 10.0.0.23 - - [2026-04-20 17:08:17] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007845 10.0.0.23 - - [2026-04-20 17:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006212 10.0.0.23 - - [2026-04-20 17:08:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008084 10.0.0.23 - - [2026-04-20 17:08:18] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.011497 10.0.0.23 - - [2026-04-20 17:08:18] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008900 10.0.0.23 - - [2026-04-20 17:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006402 10.0.0.23 - - [2026-04-20 17:08:18] "GET /routing-instance/c0eaab5a-8d8a-4c27-9fd3-fa9b8c4d21ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.011949 10.0.0.23 - - [2026-04-20 17:08:18] "GET /route-target/278fc97a-65c5-4f5a-8f15-5d9fa879ce4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008955 10.0.0.23 - - [2026-04-20 17:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.23 - - [2026-04-20 17:08:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004877 10.0.0.23 - - [2026-04-20 17:08:18] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003883 10.0.0.23 - - [2026-04-20 17:08:18] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007705 10.0.0.23 - - [2026-04-20 17:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.23 - - [2026-04-20 17:08:18] "GET /routing-instance/c0eaab5a-8d8a-4c27-9fd3-fa9b8c4d21ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005163 10.0.0.23 - - [2026-04-20 17:08:18] "GET /route-target/278fc97a-65c5-4f5a-8f15-5d9fa879ce4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004453 10.0.0.23 - - [2026-04-20 17:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.23 - - [2026-04-20 17:08:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004919 10.0.0.23 - - [2026-04-20 17:08:18] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005244 10.0.0.23 - - [2026-04-20 17:08:18] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008162 10.0.0.23 - - [2026-04-20 17:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005302 10.0.0.23 - - [2026-04-20 17:08:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006565 10.0.0.23 - - [2026-04-20 17:08:18] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005560 10.0.0.23 - - [2026-04-20 17:08:18] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008539 10.0.0.23 - - [2026-04-20 17:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005512 10.0.0.23 - - [2026-04-20 17:08:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005856 10.0.0.23 - - [2026-04-20 17:08:18] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004215 10.0.0.23 - - [2026-04-20 17:08:18] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007906 10.0.0.23 - - [2026-04-20 17:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005211 10.0.0.23 - - [2026-04-20 17:08:19] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004564 10.0.0.23 - - [2026-04-20 17:08:19] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004057 10.0.0.23 - - [2026-04-20 17:08:19] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007284 10.0.0.23 - - [2026-04-20 17:08:19] "GET /obj-perms HTTP/1.1" 200 5042 0.006144 10.0.0.23 - - [2026-04-20 17:08:19] "GET /obj-perms HTTP/1.1" 200 5042 0.004905 10.0.0.65 - - [2026-04-20 17:08:19] "GET /obj-perms HTTP/1.1" 200 5042 0.004621 10.0.0.23 - - [2026-04-20 17:08:19] "GET /obj-perms HTTP/1.1" 200 5042 0.004213 10.0.0.23 - - [2026-04-20 17:08:19] "GET /obj-perms HTTP/1.1" 200 5042 0.004435 10.0.0.23 - - [2026-04-20 17:08:19] "POST /neutron/port HTTP/1.1" 200 1237 0.019311 10.0.0.23 - - [2026-04-20 17:08:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009400 10.0.0.23 - - [2026-04-20 17:08:19] "GET /virtual-machine/2d46f442-e78c-4f34-87ef-b02e9fe1cf35 HTTP/1.1" 200 1297 0.008394 10.0.0.23 - - [2026-04-20 17:08:19] "GET /virtual-machine/2d46f442-e78c-4f34-87ef-b02e9fe1cf35 HTTP/1.1" 200 1297 0.006384 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-machine-interface/548aa8c0-022f-492a-b87d-8783ec9f6072 HTTP/1.1" 200 3168 0.010626 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-machine/2d46f442-e78c-4f34-87ef-b02e9fe1cf35 HTTP/1.1" 200 1297 0.006178 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-machine-interface/548aa8c0-022f-492a-b87d-8783ec9f6072 HTTP/1.1" 200 3168 0.007840 10.0.0.23 - - [2026-04-20 17:08:20] "GET /instance-ip/392d7b59-ea1f-4bbf-a816-8ad6dd32472b HTTP/1.1" 200 1633 0.011186 10.0.0.23 - - [2026-04-20 17:08:20] "GET /instance-ip/ecf3515a-9eff-4fc6-b3f1-89778ea67436 HTTP/1.1" 200 1654 0.010127 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-machine/2d46f442-e78c-4f34-87ef-b02e9fe1cf35 HTTP/1.1" 200 1297 0.009950 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-machine-interface/548aa8c0-022f-492a-b87d-8783ec9f6072 HTTP/1.1" 200 3168 0.008585 10.0.0.23 - - [2026-04-20 17:08:20] "GET /instance-ip/392d7b59-ea1f-4bbf-a816-8ad6dd32472b HTTP/1.1" 200 1633 0.008599 10.0.0.23 - - [2026-04-20 17:08:20] "GET /instance-ip/ecf3515a-9eff-4fc6-b3f1-89778ea67436 HTTP/1.1" 200 1654 0.006962 10.0.0.23 - - [2026-04-20 17:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.23 - - [2026-04-20 17:08:20] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005701 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.009313 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.016716 10.0.0.23 - - [2026-04-20 17:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.23 - - [2026-04-20 17:08:20] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005022 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003915 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006819 10.0.0.23 - - [2026-04-20 17:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.23 - - [2026-04-20 17:08:20] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004572 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004454 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.008413 10.0.0.23 - - [2026-04-20 17:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.23 - - [2026-04-20 17:08:20] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004865 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004061 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006932 10.0.0.23 - - [2026-04-20 17:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005775 10.0.0.23 - - [2026-04-20 17:08:20] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006101 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006896 10.0.0.23 - - [2026-04-20 17:08:20] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.011632 10.0.0.23 - - [2026-04-20 17:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.23 - - [2026-04-20 17:08:21] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.014191 10.0.0.23 - - [2026-04-20 17:08:21] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.013846 10.0.0.23 - - [2026-04-20 17:08:22] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.016088 10.0.0.23 - - [2026-04-20 17:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.23 - - [2026-04-20 17:08:22] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004847 10.0.0.23 - - [2026-04-20 17:08:22] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004149 10.0.0.23 - - [2026-04-20 17:08:22] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007615 10.0.0.23 - - [2026-04-20 17:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.009672 10.0.0.23 - - [2026-04-20 17:08:22] "GET /routing-instance/ab8df4c6-2059-4ef9-ad17-077fddacbfa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.009274 10.0.0.23 - - [2026-04-20 17:08:22] "GET /route-target/28757aad-aba4-49cc-8110-8746babf0a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005002 10.0.0.23 - - [2026-04-20 17:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006450 10.0.0.23 - - [2026-04-20 17:08:22] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006475 10.0.0.23 - - [2026-04-20 17:08:22] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004534 10.0.0.23 - - [2026-04-20 17:08:22] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007516 10.0.0.23 - - [2026-04-20 17:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2026-04-20 17:08:22] "GET /routing-instance/ab8df4c6-2059-4ef9-ad17-077fddacbfa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005599 10.0.0.23 - - [2026-04-20 17:08:22] "GET /route-target/28757aad-aba4-49cc-8110-8746babf0a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004427 10.0.0.23 - - [2026-04-20 17:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010210 10.0.0.23 - - [2026-04-20 17:08:22] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009089 10.0.0.23 - - [2026-04-20 17:08:22] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004365 10.0.0.23 - - [2026-04-20 17:08:22] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.012573 10.0.0.23 - - [2026-04-20 17:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.23 - - [2026-04-20 17:08:22] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004539 10.0.0.23 - - [2026-04-20 17:08:22] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004177 10.0.0.23 - - [2026-04-20 17:08:23] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.009773 10.0.0.23 - - [2026-04-20 17:08:23] "POST /neutron/port HTTP/1.1" 200 1237 0.034696 10.0.0.23 - - [2026-04-20 17:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.23 - - [2026-04-20 17:08:23] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005073 10.0.0.23 - - [2026-04-20 17:08:23] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005768 10.0.0.23 - - [2026-04-20 17:08:23] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.009152 10.0.0.23 - - [2026-04-20 17:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.23 - - [2026-04-20 17:08:23] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007516 10.0.0.23 - - [2026-04-20 17:08:23] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004283 10.0.0.23 - - [2026-04-20 17:08:23] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007616 10.0.0.23 - - [2026-04-20 17:08:23] "GET /obj-perms HTTP/1.1" 200 5042 0.004818 10.0.0.65 - - [2026-04-20 17:08:23] "GET /obj-perms HTTP/1.1" 200 5042 0.003921 10.0.0.23 - - [2026-04-20 17:08:23] "GET /obj-perms HTTP/1.1" 200 5042 0.004367 10.0.0.23 - - [2026-04-20 17:08:23] "GET /obj-perms HTTP/1.1" 200 5042 0.004568 10.0.0.249 - - [2026-04-20 17:08:23] "GET /obj-perms HTTP/1.1" 200 5042 0.004182 10.0.0.23 - - [2026-04-20 17:08:23] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008867 10.0.0.23 - - [2026-04-20 17:08:24] "POST /neutron/port HTTP/1.1" 200 1236 0.022224 10.0.0.23 - - [2026-04-20 17:08:24] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008118 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-machine/8eeba0e4-dac5-4fbf-b568-a71d98d3280b HTTP/1.1" 200 1299 0.007647 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-machine/8eeba0e4-dac5-4fbf-b568-a71d98d3280b HTTP/1.1" 200 1299 0.004471 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-machine-interface/c10fb6ae-a6ec-4f9b-ac4f-11716c31ca47 HTTP/1.1" 200 3169 0.008842 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-machine/8eeba0e4-dac5-4fbf-b568-a71d98d3280b HTTP/1.1" 200 1299 0.005664 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-machine-interface/c10fb6ae-a6ec-4f9b-ac4f-11716c31ca47 HTTP/1.1" 200 3169 0.006862 10.0.0.23 - - [2026-04-20 17:08:24] "GET /instance-ip/131d300a-7cee-44ff-8caa-aab91e292295 HTTP/1.1" 200 1653 0.008968 10.0.0.23 - - [2026-04-20 17:08:24] "GET /instance-ip/22f5ed83-b58b-447a-a187-d9433619c6c2 HTTP/1.1" 200 1632 0.011132 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-machine/8eeba0e4-dac5-4fbf-b568-a71d98d3280b HTTP/1.1" 200 1299 0.007925 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-machine-interface/c10fb6ae-a6ec-4f9b-ac4f-11716c31ca47 HTTP/1.1" 200 3169 0.009427 10.0.0.23 - - [2026-04-20 17:08:24] "GET /instance-ip/131d300a-7cee-44ff-8caa-aab91e292295 HTTP/1.1" 200 1653 0.005409 10.0.0.23 - - [2026-04-20 17:08:24] "GET /instance-ip/22f5ed83-b58b-447a-a187-d9433619c6c2 HTTP/1.1" 200 1632 0.007367 10.0.0.23 - - [2026-04-20 17:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.23 - - [2026-04-20 17:08:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004860 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004918 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.012062 10.0.0.23 - - [2026-04-20 17:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007242 10.0.0.23 - - [2026-04-20 17:08:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006531 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003701 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007113 10.0.0.23 - - [2026-04-20 17:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.23 - - [2026-04-20 17:08:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005227 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.010749 10.0.0.23 - - [2026-04-20 17:08:24] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007003 10.0.0.23 - - [2026-04-20 17:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.23 - - [2026-04-20 17:08:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007329 10.0.0.23 - - [2026-04-20 17:08:25] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005445 10.0.0.23 - - [2026-04-20 17:08:25] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008959 10.0.0.23 - - [2026-04-20 17:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005169 10.0.0.23 - - [2026-04-20 17:08:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005436 10.0.0.23 - - [2026-04-20 17:08:25] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004981 10.0.0.23 - - [2026-04-20 17:08:25] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007219 10.0.0.23 - - [2026-04-20 17:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.23 - - [2026-04-20 17:08:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004373 10.0.0.23 - - [2026-04-20 17:08:26] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005134 10.0.0.23 - - [2026-04-20 17:08:26] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.011667 10.0.0.23 - - [2026-04-20 17:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005919 10.0.0.23 - - [2026-04-20 17:08:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005560 10.0.0.23 - - [2026-04-20 17:08:26] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005441 10.0.0.23 - - [2026-04-20 17:08:26] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006450 10.0.0.23 - - [2026-04-20 17:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.23 - - [2026-04-20 17:08:26] "GET /routing-instance/44b19609-9c18-43ba-9451-5d420347f82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.008997 10.0.0.23 - - [2026-04-20 17:08:26] "GET /route-target/5d65b057-2b8f-40a9-a67d-e48efe441e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007948 10.0.0.23 - - [2026-04-20 17:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007543 10.0.0.23 - - [2026-04-20 17:08:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007817 10.0.0.23 - - [2026-04-20 17:08:26] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006993 10.0.0.23 - - [2026-04-20 17:08:26] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008258 10.0.0.23 - - [2026-04-20 17:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006212 10.0.0.23 - - [2026-04-20 17:08:27] "GET /routing-instance/44b19609-9c18-43ba-9451-5d420347f82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.008405 10.0.0.23 - - [2026-04-20 17:08:27] "GET /route-target/5d65b057-2b8f-40a9-a67d-e48efe441e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006022 10.0.0.23 - - [2026-04-20 17:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006095 10.0.0.23 - - [2026-04-20 17:08:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004496 10.0.0.23 - - [2026-04-20 17:08:27] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004885 10.0.0.23 - - [2026-04-20 17:08:27] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009901 10.0.0.23 - - [2026-04-20 17:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.23 - - [2026-04-20 17:08:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005983 10.0.0.23 - - [2026-04-20 17:08:27] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005357 10.0.0.23 - - [2026-04-20 17:08:27] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007135 10.0.0.23 - - [2026-04-20 17:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.23 - - [2026-04-20 17:08:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006692 10.0.0.23 - - [2026-04-20 17:08:27] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005033 10.0.0.23 - - [2026-04-20 17:08:27] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008917 10.0.0.23 - - [2026-04-20 17:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006043 10.0.0.23 - - [2026-04-20 17:08:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008003 10.0.0.23 - - [2026-04-20 17:08:27] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004493 10.0.0.23 - - [2026-04-20 17:08:27] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.010062 10.0.0.65 - - [2026-04-20 17:08:27] "GET /obj-perms HTTP/1.1" 200 5042 0.007197 10.0.0.23 - - [2026-04-20 17:08:27] "GET /obj-perms HTTP/1.1" 200 5042 0.006562 10.0.0.23 - - [2026-04-20 17:08:27] "GET /obj-perms HTTP/1.1" 200 5042 0.006911 10.0.0.23 - - [2026-04-20 17:08:27] "GET /obj-perms HTTP/1.1" 200 5042 0.005554 10.0.0.23 - - [2026-04-20 17:08:28] "GET /obj-perms HTTP/1.1" 200 5042 0.005304 10.0.0.65 - - [2026-04-20 17:08:28] "GET /obj-perms HTTP/1.1" 200 5042 0.004964 10.0.0.23 - - [2026-04-20 17:08:28] "GET /virtual-machine/120e3ea0-d3d8-4022-a01c-b257e194acec HTTP/1.1" 200 1298 0.008556 10.0.0.23 - - [2026-04-20 17:08:28] "GET /virtual-machine-interface/741ae956-2d84-4c35-bc25-6bf7484554b9 HTTP/1.1" 200 3168 0.008620 10.0.0.23 - - [2026-04-20 17:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.009120 10.0.0.23 - - [2026-04-20 17:08:28] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005302 10.0.0.23 - - [2026-04-20 17:08:28] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004513 10.0.0.23 - - [2026-04-20 17:08:28] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008146 10.0.0.23 - - [2026-04-20 17:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.23 - - [2026-04-20 17:08:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004733 10.0.0.23 - - [2026-04-20 17:08:29] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005573 10.0.0.23 - - [2026-04-20 17:08:29] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006584 10.0.0.23 - - [2026-04-20 17:08:31] "POST /neutron/port HTTP/1.1" 200 1237 0.027829 10.0.0.23 - - [2026-04-20 17:08:34] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009347 10.0.0.23 - - [2026-04-20 17:08:39] "POST /neutron/port HTTP/1.1" 200 1237 0.021989 10.0.0.23 - - [2026-04-20 17:08:45] "GET /virtual-machine/2d46f442-e78c-4f34-87ef-b02e9fe1cf35 HTTP/1.1" 200 1297 0.004822 10.0.0.23 - - [2026-04-20 17:08:45] "GET /virtual-machine-interface/548aa8c0-022f-492a-b87d-8783ec9f6072 HTTP/1.1" 200 3168 0.006501 10.0.0.23 - - [2026-04-20 17:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.23 - - [2026-04-20 17:08:45] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004862 10.0.0.23 - - [2026-04-20 17:08:45] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004481 10.0.0.23 - - [2026-04-20 17:08:45] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.008088 10.0.0.23 - - [2026-04-20 17:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.23 - - [2026-04-20 17:08:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004352 10.0.0.23 - - [2026-04-20 17:08:46] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004053 10.0.0.23 - - [2026-04-20 17:08:46] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006362 10.0.0.23 - - [2026-04-20 17:08:46] "GET /virtual-machine/8eeba0e4-dac5-4fbf-b568-a71d98d3280b HTTP/1.1" 200 1299 0.005828 10.0.0.23 - - [2026-04-20 17:08:46] "GET /virtual-machine-interface/c10fb6ae-a6ec-4f9b-ac4f-11716c31ca47 HTTP/1.1" 200 3169 0.005946 10.0.0.23 - - [2026-04-20 17:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.23 - - [2026-04-20 17:08:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004704 10.0.0.23 - - [2026-04-20 17:08:46] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004382 10.0.0.23 - - [2026-04-20 17:08:46] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.010744 10.0.0.23 - - [2026-04-20 17:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.23 - - [2026-04-20 17:08:47] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005765 10.0.0.23 - - [2026-04-20 17:08:47] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004469 10.0.0.23 - - [2026-04-20 17:08:47] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007561 10.0.0.23 - - [2026-04-20 17:09:11] "POST /neutron/port HTTP/1.1" 200 1237 0.023679 10.0.0.23 - - [2026-04-20 17:09:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006044 10.0.0.23 - - [2026-04-20 17:09:11] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.23 - - [2026-04-20 17:09:14] "GET /virtual-machine/8eeba0e4-dac5-4fbf-b568-a71d98d3280b HTTP/1.1" 200 1299 0.005701 10.0.0.23 - - [2026-04-20 17:09:15] "POST /neutron/port HTTP/1.1" 200 1226 0.020303 10.0.0.23 - - [2026-04-20 17:09:16] "GET /virtual-machine/8eeba0e4-dac5-4fbf-b568-a71d98d3280b HTTP/1.1" 404 171 0.004331 10.0.0.23 - - [2026-04-20 17:09:16] "GET /virtual-machine/8eeba0e4-dac5-4fbf-b568-a71d98d3280b HTTP/1.1" 404 171 0.003729 10.0.0.23 - - [2026-04-20 17:09:16] "GET /virtual-machine/8eeba0e4-dac5-4fbf-b568-a71d98d3280b HTTP/1.1" 404 171 0.003566 10.0.0.23 - - [2026-04-20 17:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148 10.0.0.23 - - [2026-04-20 17:09:17] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006228 10.0.0.23 - - [2026-04-20 17:09:17] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003883 10.0.0.23 - - [2026-04-20 17:09:17] "GET /virtual-network/b4c96ba0-7945-4594-b6d8-054e1f9be8a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007236 10.0.0.23 - - [2026-04-20 17:09:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.23 - - [2026-04-20 17:09:17] "GET /routing-instance/44b19609-9c18-43ba-9451-5d420347f82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.004687 10.0.0.23 - - [2026-04-20 17:09:17] "GET /route-target/5d65b057-2b8f-40a9-a67d-e48efe441e1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.012809 10.0.0.23 - - [2026-04-20 17:09:20] "GET /obj-perms HTTP/1.1" 200 5042 0.007066 10.0.0.23 - - [2026-04-20 17:09:23] "GET /obj-perms HTTP/1.1" 200 5042 0.004694 10.0.0.23 - - [2026-04-20 17:09:26] "GET /obj-perms HTTP/1.1" 200 5042 0.005386 10.0.0.23 - - [2026-04-20 17:09:29] "GET /obj-perms HTTP/1.1" 200 5042 0.005385 10.0.0.23 - - [2026-04-20 17:09:30] "GET /virtual-machine/2d46f442-e78c-4f34-87ef-b02e9fe1cf35 HTTP/1.1" 200 1297 0.004684 10.0.0.23 - - [2026-04-20 17:09:30] "POST /neutron/port HTTP/1.1" 200 1227 0.028176 10.0.0.23 - - [2026-04-20 17:09:32] "GET /virtual-machine/2d46f442-e78c-4f34-87ef-b02e9fe1cf35 HTTP/1.1" 404 171 0.004818 10.0.0.23 - - [2026-04-20 17:09:32] "GET /virtual-machine/2d46f442-e78c-4f34-87ef-b02e9fe1cf35 HTTP/1.1" 404 171 0.005241 10.0.0.23 - - [2026-04-20 17:09:32] "GET /virtual-machine/2d46f442-e78c-4f34-87ef-b02e9fe1cf35 HTTP/1.1" 404 171 0.006579 10.0.0.23 - - [2026-04-20 17:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.007932 10.0.0.23 - - [2026-04-20 17:09:32] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005891 10.0.0.23 - - [2026-04-20 17:09:32] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006056 10.0.0.23 - - [2026-04-20 17:09:32] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007947 10.0.0.23 - - [2026-04-20 17:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006326 10.0.0.23 - - [2026-04-20 17:09:32] "GET /routing-instance/ab8df4c6-2059-4ef9-ad17-077fddacbfa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.008314 10.0.0.23 - - [2026-04-20 17:09:32] "GET /route-target/28757aad-aba4-49cc-8110-8746babf0a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006359 10.0.0.23 - - [2026-04-20 17:09:32] "GET /obj-perms HTTP/1.1" 200 5042 0.007527 10.0.0.23 - - [2026-04-20 17:09:38] "GET /obj-perms HTTP/1.1" 200 5042 0.004096 10.0.0.23 - - [2026-04-20 17:09:41] "GET /obj-perms HTTP/1.1" 200 5042 0.004833 10.0.0.23 - - [2026-04-20 17:09:48] "GET /obj-perms HTTP/1.1" 200 5042 0.004929 10.0.0.23 - - [2026-04-20 17:09:51] "GET /obj-perms HTTP/1.1" 200 5042 0.005706 10.0.0.23 - - [2026-04-20 17:09:57] "GET /obj-perms HTTP/1.1" 200 5042 0.008163 10.0.0.23 - - [2026-04-20 17:10:00] "GET /obj-perms HTTP/1.1" 200 5042 0.005448 10.0.0.249 - - [2026-04-20 17:10:00] "GET /obj-perms HTTP/1.1" 200 5042 0.006576 10.0.0.65 - - [2026-04-20 17:10:00] "GET /obj-perms HTTP/1.1" 200 5042 0.006353 10.0.0.23 - - [2026-04-20 17:10:00] "GET /virtual-machine/120e3ea0-d3d8-4022-a01c-b257e194acec HTTP/1.1" 200 1298 0.007022 10.0.0.23 - - [2026-04-20 17:10:01] "POST /neutron/port HTTP/1.1" 200 1227 0.027619 10.0.0.23 - - [2026-04-20 17:10:02] "GET /virtual-machine/120e3ea0-d3d8-4022-a01c-b257e194acec HTTP/1.1" 404 171 0.004902 10.0.0.23 - - [2026-04-20 17:10:02] "GET /virtual-machine/120e3ea0-d3d8-4022-a01c-b257e194acec HTTP/1.1" 404 171 0.005489 10.0.0.23 - - [2026-04-20 17:10:02] "GET /virtual-machine/120e3ea0-d3d8-4022-a01c-b257e194acec HTTP/1.1" 404 171 0.004554 10.0.0.23 - - [2026-04-20 17:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.23 - - [2026-04-20 17:10:02] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004723 10.0.0.23 - - [2026-04-20 17:10:02] "GET /virtual-networks?parent_id=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005404 10.0.0.23 - - [2026-04-20 17:10:03] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.010180 10.0.0.23 - - [2026-04-20 17:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.23 - - [2026-04-20 17:10:03] "GET /routing-instance/c0eaab5a-8d8a-4c27-9fd3-fa9b8c4d21ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.008712 10.0.0.23 - - [2026-04-20 17:10:03] "GET /route-target/278fc97a-65c5-4f5a-8f15-5d9fa879ce4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007607 10.0.0.23 - - [2026-04-20 17:10:03] "GET /obj-perms HTTP/1.1" 200 5042 0.005752 10.0.0.23 - - [2026-04-20 17:10:06] "GET /obj-perms HTTP/1.1" 200 5042 0.005424 10.0.0.249 - - [2026-04-20 17:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.249 - - [2026-04-20 17:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000626 10.0.0.249 - - [2026-04-20 17:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.65 - - [2026-04-20 17:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.249 - - [2026-04-20 17:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.65 - - [2026-04-20 17:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.65 - - [2026-04-20 17:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000672 10.0.0.65 - - [2026-04-20 17:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000573 10.0.0.23 - - [2026-04-20 17:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000639 10.0.0.23 - - [2026-04-20 17:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.23 - - [2026-04-20 17:10:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.23 - - [2026-04-20 17:10:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2026-04-20 17:10:12] "GET /obj-perms HTTP/1.1" 200 5042 0.005748 10.0.0.23 - - [2026-04-20 17:10:15] "GET /obj-perms HTTP/1.1" 200 5042 0.005480 10.0.0.23 - - [2026-04-20 17:10:21] "GET /obj-perms HTTP/1.1" 200 5042 0.005596 10.0.0.23 - - [2026-04-20 17:10:24] "GET /obj-perms HTTP/1.1" 200 5042 0.005096 10.0.0.23 - - [2026-04-20 17:10:31] "GET /obj-perms HTTP/1.1" 200 5042 0.007779 10.0.0.23 - - [2026-04-20 17:10:31] "GET /obj-perms HTTP/1.1" 200 5042 0.004871 10.0.0.23 - - [2026-04-20 17:10:31] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006517 10.0.0.249 - - [2026-04-20 17:10:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.007924 10.0.0.23 - - [2026-04-20 17:10:31] "POST /neutron/network HTTP/1.1" 200 1014 0.106279 10.0.0.23 - - [2026-04-20 17:10:31] "GET /virtual-network/7cce963a-7c54-4d71-87d5-6981f15371c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007904 10.0.0.23 - - [2026-04-20 17:10:31] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006787 10.0.0.23 - - [2026-04-20 17:10:31] "POST /neutron/network HTTP/1.1" 200 1014 0.098388 10.0.0.23 - - [2026-04-20 17:10:31] "GET /virtual-network/cf8dd290-d8de-4fbb-8199-9d0050909ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.008036 10.0.0.23 - - [2026-04-20 17:10:32] "DELETE /network-policy/af151b39-1963-496e-9621-e5ddf743a1e5 HTTP/1.1" 200 115 0.057634 10.0.0.23 - - [2026-04-20 17:10:32] "DELETE /network-policy/55714224-5186-42a8-a7e7-cbe4ac81e514 HTTP/1.1" 200 115 0.075125 10.0.0.65 - - [2026-04-20 17:10:32] "DELETE /access-control-list/07189cac-7421-4c76-90e5-4c6fd25052ea HTTP/1.1" 200 115 0.068277 10.0.0.23 - - [2026-04-20 17:10:32] "DELETE /network-policy/f1cdca79-f246-4128-b1f9-fc443f400ced HTTP/1.1" 200 115 0.063012 10.0.0.65 - - [2026-04-20 17:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.013554 10.0.0.65 - - [2026-04-20 17:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.010756 10.0.0.65 - - [2026-04-20 17:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008491 10.0.0.65 - - [2026-04-20 17:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004992 10.0.0.65 - - [2026-04-20 17:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.007887 10.0.0.23 - - [2026-04-20 17:10:32] "POST /neutron/network HTTP/1.1" 200 151 0.304026 10.0.0.65 - - [2026-04-20 17:10:33] "DELETE /route-target/28757aad-aba4-49cc-8110-8746babf0a7e HTTP/1.1" 200 115 0.033335 10.0.0.23 - - [2026-04-20 17:10:33] "POST /neutron/network HTTP/1.1" 200 1014 0.014309 10.0.0.23 - - [2026-04-20 17:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005223 10.0.0.23 - - [2026-04-20 17:10:33] "DELETE /network-ipam/36fac259-2d77-4e29-b758-ba4a76f9be90 HTTP/1.1" 200 115 0.043305 10.0.0.23 - - [2026-04-20 17:10:33] "POST /fqname-to-id HTTP/1.1" 404 203 0.003647 10.0.0.23 - - [2026-04-20 17:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.23 - - [2026-04-20 17:10:34] "DELETE /network-ipam/4f71d32f-4e67-45b1-b2b8-ab27835db81c HTTP/1.1" 200 115 0.046690 10.0.0.23 - - [2026-04-20 17:10:34] "POST /fqname-to-id HTTP/1.1" 404 203 0.003856 10.0.0.23 - - [2026-04-20 17:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005961 10.0.0.23 - - [2026-04-20 17:10:34] "DELETE /network-ipam/bc17ba13-f914-41ac-b564-bf029887400e HTTP/1.1" 200 115 0.078509 10.0.0.23 - - [2026-04-20 17:10:34] "POST /fqname-to-id HTTP/1.1" 404 203 0.004152 10.0.0.65 - - [2026-04-20 17:10:36] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004077 10.0.0.23 - - [2026-04-20 17:10:36] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.067841 10.0.0.65 - - [2026-04-20 17:10:36] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001484 10.0.0.23 - - [2026-04-20 17:10:37] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?fields=virtual_networks HTTP/1.1" 200 1044 0.078347 10.0.0.65 - - [2026-04-20 17:10:37] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001558 10.0.0.23 - - [2026-04-20 17:10:37] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.075961 10.0.0.65 - - [2026-04-20 17:10:37] "GET /projects?obj_uuids=f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001768 10.0.0.23 - - [2026-04-20 17:10:37] "GET /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3?fields=security_groups HTTP/1.1" 200 1276 0.072899 10.0.0.23 - - [2026-04-20 17:10:38] "POST /fqname-to-id HTTP/1.1" 404 190 0.032793 10.0.0.65 - - [2026-04-20 17:10:38] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004155 10.0.0.65 - - [2026-04-20 17:10:38] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002648 10.0.0.65 - - [2026-04-20 17:10:38] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.015376 10.0.0.65 - - [2026-04-20 17:10:38] "POST /id-to-fqname HTTP/1.1" 200 192 0.001235 10.0.0.65 - - [2026-04-20 17:10:38] "POST /fqname-to-id HTTP/1.1" 404 201 0.008138 10.0.0.65 - - [2026-04-20 17:10:38] "POST /security-groups HTTP/1.1" 200 593 0.087649 10.0.0.65 - - [2026-04-20 17:10:38] "POST /fqname-to-id HTTP/1.1" 404 236 0.004746 10.0.0.65 - - [2026-04-20 17:10:38] "POST /projects HTTP/1.1" 200 589 0.303405 10.0.0.65 - - [2026-04-20 17:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.347544 10.0.0.23 - - [2026-04-20 17:10:39] "GET /project/10342cda-9f51-46bd-a807-65f3ab172717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.578827 10.0.0.65 - - [2026-04-20 17:10:39] "POST /access-control-lists HTTP/1.1" 200 596 0.074963 10.0.0.23 - - [2026-04-20 17:10:40] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.23 - - [2026-04-20 17:10:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.23 - - [2026-04-20 17:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.082455 10.0.0.65 - - [2026-04-20 17:10:42] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001539 10.0.0.23 - - [2026-04-20 17:10:42] "GET /project/10342cda-9f51-46bd-a807-65f3ab172717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056794 10.0.0.65 - - [2026-04-20 17:10:42] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003432 10.0.0.23 - - [2026-04-20 17:10:42] "POST /neutron/network HTTP/1.1" 200 607 0.245028 10.0.0.23 - - [2026-04-20 17:10:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.004447 10.0.0.23 - - [2026-04-20 17:10:43] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006583 10.0.0.23 - - [2026-04-20 17:10:43] "POST /neutron/network HTTP/1.1" 200 828 0.008274 10.0.0.23 - - [2026-04-20 17:10:43] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006625 10.0.0.23 - - [2026-04-20 17:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.65 - - [2026-04-20 17:10:43] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000966 10.0.0.23 - - [2026-04-20 17:10:43] "GET /project/10342cda-9f51-46bd-a807-65f3ab172717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056719 10.0.0.23 - - [2026-04-20 17:10:43] "POST /neutron/network HTTP/1.1" 200 117 0.019238 10.0.0.65 - - [2026-04-20 17:10:43] "POST /route-targets HTTP/1.1" 200 327 0.024927 10.0.0.23 - - [2026-04-20 17:10:44] "POST /neutron/network HTTP/1.1" 200 825 0.012963 10.0.0.23 - - [2026-04-20 17:10:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001693 10.0.0.23 - - [2026-04-20 17:10:44] "GET /virtual-network/9bfba7c5-43b9-439b-bb21-f7622cd18640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007666 10.0.0.23 - - [2026-04-20 17:10:44] "GET /virtual-network/9bfba7c5-43b9-439b-bb21-f7622cd18640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008234 10.0.0.23 - - [2026-04-20 17:10:44] "POST /neutron/subnet HTTP/1.1" 200 719 0.016434 10.0.0.23 - - [2026-04-20 17:10:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.005497 10.0.0.23 - - [2026-04-20 17:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005508 10.0.0.65 - - [2026-04-20 17:10:44] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001607 10.0.0.23 - - [2026-04-20 17:10:44] "GET /project/10342cda-9f51-46bd-a807-65f3ab172717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.062129 10.0.0.23 - - [2026-04-20 17:10:44] "POST /network-policys HTTP/1.1" 200 571 0.036386 10.0.0.23 - - [2026-04-20 17:10:44] "GET /network-policy/c3f2d867-45bf-4e5c-8b5d-7b1e8f4ab030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006867 10.0.0.65 - - [2026-04-20 17:10:44] "POST /access-control-lists HTTP/1.1" 200 590 0.065659 10.0.0.23 - - [2026-04-20 17:10:44] "POST /neutron/network HTTP/1.1" 200 930 0.036187 10.0.0.23 - - [2026-04-20 17:10:44] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.011156 10.0.0.23 - - [2026-04-20 17:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.23 - - [2026-04-20 17:10:44] "GET /network-policy/c3f2d867-45bf-4e5c-8b5d-7b1e8f4ab030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006982 10.0.0.23 - - [2026-04-20 17:10:45] "POST /neutron/network HTTP/1.1" 200 927 0.038529 10.0.0.23 - - [2026-04-20 17:10:45] "GET /virtual-network/9bfba7c5-43b9-439b-bb21-f7622cd18640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.011408 10.0.0.23 - - [2026-04-20 17:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006125 10.0.0.65 - - [2026-04-20 17:10:45] "POST /ref-update HTTP/1.1" 200 156 0.044422 10.0.0.23 - - [2026-04-20 17:10:45] "GET /network-policy/c3f2d867-45bf-4e5c-8b5d-7b1e8f4ab030?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006687 10.0.0.23 - - [2026-04-20 17:10:45] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006308 10.0.0.249 - - [2026-04-20 17:10:46] "GET /obj-perms HTTP/1.1" 200 5034 0.084394 10.0.0.65 - - [2026-04-20 17:10:47] "GET /obj-perms HTTP/1.1" 200 5034 0.070855 10.0.0.23 - - [2026-04-20 17:10:47] "GET /virtual-network/9bfba7c5-43b9-439b-bb21-f7622cd18640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008293 10.0.0.23 - - [2026-04-20 17:10:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001969 10.0.0.65 - - [2026-04-20 17:10:49] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001446 10.0.0.23 - - [2026-04-20 17:10:49] "GET /project/10342cda-9f51-46bd-a807-65f3ab172717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.090959 10.0.0.23 - - [2026-04-20 17:10:49] "POST /neutron/port HTTP/1.1" 200 117 0.009096 10.0.0.23 - - [2026-04-20 17:10:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001442 10.0.0.23 - - [2026-04-20 17:10:49] "POST /neutron/network HTTP/1.1" 200 937 0.010158 10.0.0.23 - - [2026-04-20 17:10:51] "POST /neutron/port HTTP/1.1" 200 1064 0.066031 10.0.0.65 - - [2026-04-20 17:10:51] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001120 10.0.0.23 - - [2026-04-20 17:10:51] "GET /project/10342cda-9f51-46bd-a807-65f3ab172717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.140309 10.0.0.23 - - [2026-04-20 17:10:51] "POST /neutron/network HTTP/1.1" 200 927 0.120617 10.0.0.23 - - [2026-04-20 17:10:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.011820 10.0.0.23 - - [2026-04-20 17:10:51] "POST /neutron/port HTTP/1.1" 200 1128 0.031523 10.0.0.23 - - [2026-04-20 17:10:51] "POST /neutron/port HTTP/1.1" 200 1128 0.028036 10.0.0.65 - - [2026-04-20 17:10:52] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001562 10.0.0.23 - - [2026-04-20 17:10:52] "POST /neutron/port HTTP/1.1" 200 1061 0.462523 10.0.0.23 - - [2026-04-20 17:10:53] "POST /neutron/port HTTP/1.1" 200 1115 0.232439 10.0.0.23 - - [2026-04-20 17:10:53] "POST /neutron/subnet HTTP/1.1" 200 693 0.015299 10.0.0.23 - - [2026-04-20 17:10:57] "POST /neutron/port HTTP/1.1" 200 1128 0.025624 10.0.0.23 - - [2026-04-20 17:10:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012185 10.0.0.23 - - [2026-04-20 17:10:57] "GET /virtual-machine/7233be2f-f8d7-4019-8340-f0980bf3ce0f HTTP/1.1" 401 292 0.000623 10.0.0.23 - - [2026-04-20 17:10:57] "GET /virtual-machine/7233be2f-f8d7-4019-8340-f0980bf3ce0f HTTP/1.1" 200 1293 0.041969 10.0.0.23 - - [2026-04-20 17:10:57] "GET /virtual-machine-interface/afc465e4-3398-40fd-8e35-fea3c7bc5d98 HTTP/1.1" 200 2952 0.008111 10.0.0.23 - - [2026-04-20 17:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005890 10.0.0.23 - - [2026-04-20 17:10:57] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006294 10.0.0.23 - - [2026-04-20 17:10:57] "GET /virtual-networks?parent_id=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003700 10.0.0.23 - - [2026-04-20 17:10:57] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006244 10.0.0.23 - - [2026-04-20 17:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005820 10.0.0.23 - - [2026-04-20 17:11:00] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007961 10.0.0.23 - - [2026-04-20 17:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.23 - - [2026-04-20 17:11:05] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.008296 10.0.0.65 - - [2026-04-20 17:11:05] "DELETE /project/f9703f75-a2aa-45b3-808a-2dcd4c2c8cd3 HTTP/1.1" 404 177 0.004338 10.0.0.65 - - [2026-04-20 17:11:05] "DELETE /project/10342cda9f5146bda80765f3ab172717 HTTP/1.1" 404 173 0.003937 10.0.0.23 - - [2026-04-20 17:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005549 10.0.0.23 - - [2026-04-20 17:11:09] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.013866 10.0.0.23 - - [2026-04-20 17:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005087 10.0.0.23 - - [2026-04-20 17:11:13] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006376 10.0.0.23 - - [2026-04-20 17:11:14] "POST /neutron/port HTTP/1.1" 200 1128 0.037170 10.0.0.23 - - [2026-04-20 17:11:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006590 10.0.0.23 - - [2026-04-20 17:11:15] "POST /neutron/network HTTP/1.1" 200 930 0.009689 10.0.0.23 - - [2026-04-20 17:11:15] "POST /neutron/network HTTP/1.1" 200 937 0.007949 10.0.0.23 - - [2026-04-20 17:11:15] "POST /neutron/port HTTP/1.1" 200 117 0.001232 10.0.0.23 - - [2026-04-20 17:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005392 10.0.0.23 - - [2026-04-20 17:11:17] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007385 10.0.0.23 - - [2026-04-20 17:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007228 10.0.0.23 - - [2026-04-20 17:11:21] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006322 10.0.0.23 - - [2026-04-20 17:11:24] "GET /obj-perms HTTP/1.1" 200 5056 0.112773 10.0.0.23 - - [2026-04-20 17:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005981 10.0.0.23 - - [2026-04-20 17:11:25] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007933 10.0.0.23 - - [2026-04-20 17:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.23 - - [2026-04-20 17:11:29] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007499 10.0.0.23 - - [2026-04-20 17:11:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005857 10.0.0.23 - - [2026-04-20 17:11:33] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.008240 10.0.0.23 - - [2026-04-20 17:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.23 - - [2026-04-20 17:11:35] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006102 10.0.0.23 - - [2026-04-20 17:11:35] "GET /virtual-networks?parent_id=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004000 10.0.0.23 - - [2026-04-20 17:11:35] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.009190 10.0.0.23 - - [2026-04-20 17:11:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011011 10.0.0.23 - - [2026-04-20 17:11:46] "POST /neutron/port HTTP/1.1" 200 1128 0.025976 10.0.0.23 - - [2026-04-20 17:11:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.044892 10.0.0.23 - - [2026-04-20 17:11:51] "POST /neutron/port HTTP/1.1" 200 1128 0.032500 10.0.0.23 - - [2026-04-20 17:11:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012513 10.0.0.23 - - [2026-04-20 17:11:57] "POST /neutron/port HTTP/1.1" 200 1125 0.023279 10.0.0.23 - - [2026-04-20 17:11:57] "GET /virtual-machine/81737f0c-b923-4439-a4fd-1cdbf6b3cea2 HTTP/1.1" 200 1294 0.007797 10.0.0.23 - - [2026-04-20 17:11:57] "GET /virtual-machine-interface/f8a1ce30-dd3a-4c90-9df9-f2c38d694bf8 HTTP/1.1" 200 2952 0.006892 10.0.0.23 - - [2026-04-20 17:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.23 - - [2026-04-20 17:11:57] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004791 10.0.0.23 - - [2026-04-20 17:11:57] "GET /virtual-networks?parent_id=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004369 10.0.0.23 - - [2026-04-20 17:11:57] "GET /virtual-network/9bfba7c5-43b9-439b-bb21-f7622cd18640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005784 10.0.0.23 - - [2026-04-20 17:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006107 10.0.0.23 - - [2026-04-20 17:11:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006164 10.0.0.23 - - [2026-04-20 17:11:58] "GET /virtual-networks?parent_id=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005069 10.0.0.23 - - [2026-04-20 17:11:58] "GET /virtual-network/9bfba7c5-43b9-439b-bb21-f7622cd18640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006361 10.0.0.23 - - [2026-04-20 17:12:15] "POST /neutron/port HTTP/1.1" 200 1125 0.027967 10.0.0.23 - - [2026-04-20 17:12:15] "POST /neutron/subnet HTTP/1.1" 200 693 0.011593 10.0.0.23 - - [2026-04-20 17:12:15] "POST /neutron/port HTTP/1.1" 200 1128 0.025066 10.0.0.23 - - [2026-04-20 17:12:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008202 10.0.0.23 - - [2026-04-20 17:12:16] "POST /neutron/network HTTP/1.1" 200 930 0.011051 10.0.0.23 - - [2026-04-20 17:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.65 - - [2026-04-20 17:12:24] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.057822 10.0.0.23 - - [2026-04-20 17:12:24] "GET /project/10342cda-9f51-46bd-a807-65f3ab172717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.123353 10.0.0.23 - - [2026-04-20 17:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.23 - - [2026-04-20 17:12:24] "PUT /network-policy/c3f2d867-45bf-4e5c-8b5d-7b1e8f4ab030 HTTP/1.1" 200 262 0.024286 10.0.0.65 - - [2026-04-20 17:12:25] "PUT /access-control-list/368b8836-285c-481e-aa18-e569d31fdd6a HTTP/1.1" 200 272 0.435415 10.0.0.65 - - [2026-04-20 17:12:25] "POST /ref-update HTTP/1.1" 200 156 0.045437 10.0.0.23 - - [2026-04-20 17:12:28] "GET /virtual-network/9bfba7c5-43b9-439b-bb21-f7622cd18640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007696 10.0.0.23 - - [2026-04-20 17:12:28] "POST /neutron/network HTTP/1.1" 200 825 0.041049 10.0.0.23 - - [2026-04-20 17:12:28] "GET /virtual-network/9bfba7c5-43b9-439b-bb21-f7622cd18640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005802 10.0.0.23 - - [2026-04-20 17:12:28] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.008146 10.0.0.23 - - [2026-04-20 17:12:28] "POST /neutron/network HTTP/1.1" 200 828 0.016506 10.0.0.23 - - [2026-04-20 17:12:28] "GET /virtual-network/75c01446-52b1-472c-8254-14996f81151e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007249 10.0.0.23 - - [2026-04-20 17:12:29] "DELETE /network-policy/c3f2d867-45bf-4e5c-8b5d-7b1e8f4ab030 HTTP/1.1" 200 115 0.062390 10.0.0.23 - - [2026-04-20 17:12:29] "POST /neutron/port HTTP/1.1" 200 1128 0.028949 10.0.0.23 - - [2026-04-20 17:12:29] "POST /neutron/port HTTP/1.1" 200 151 0.284894 10.0.0.23 - - [2026-04-20 17:12:31] "POST /neutron/network HTTP/1.1" 200 825 0.009146 10.0.0.65 - - [2026-04-20 17:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.65 - - [2026-04-20 17:12:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004951 10.0.0.65 - - [2026-04-20 17:12:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003718 10.0.0.23 - - [2026-04-20 17:12:31] "POST /neutron/network HTTP/1.1" 200 151 0.178264 10.0.0.65 - - [2026-04-20 17:12:31] "DELETE /route-target/89394338-bf09-45e4-b02e-19856b07d1f3 HTTP/1.1" 200 115 0.032669 10.0.0.65 - - [2026-04-20 17:12:33] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001911 10.0.0.23 - - [2026-04-20 17:12:33] "GET /project/10342cda-9f51-46bd-a807-65f3ab172717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.110838 10.0.0.65 - - [2026-04-20 17:12:33] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001115 10.0.0.23 - - [2026-04-20 17:12:33] "GET /project/10342cda-9f51-46bd-a807-65f3ab172717?fields=virtual_networks HTTP/1.1" 200 1036 0.058642 10.0.0.65 - - [2026-04-20 17:12:33] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001604 10.0.0.23 - - [2026-04-20 17:12:33] "GET /project/10342cda-9f51-46bd-a807-65f3ab172717?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.044639 10.0.0.65 - - [2026-04-20 17:12:33] "GET /projects?obj_uuids=10342cda-9f51-46bd-a807-65f3ab172717&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001344 10.0.0.23 - - [2026-04-20 17:12:33] "GET /project/10342cda-9f51-46bd-a807-65f3ab172717?fields=security_groups HTTP/1.1" 200 1264 0.049783 10.0.0.23 - - [2026-04-20 17:12:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.045007 10.0.0.65 - - [2026-04-20 17:12:34] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005108 10.0.0.65 - - [2026-04-20 17:12:34] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.65 - - [2026-04-20 17:12:34] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.060682 10.0.0.65 - - [2026-04-20 17:12:35] "POST /id-to-fqname HTTP/1.1" 200 202 0.006166 10.0.0.65 - - [2026-04-20 17:12:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.004456 10.0.0.65 - - [2026-04-20 17:12:35] "POST /security-groups HTTP/1.1" 200 603 0.044189 10.0.0.65 - - [2026-04-20 17:12:35] "POST /projects HTTP/1.1" 200 609 0.298148 10.0.0.65 - - [2026-04-20 17:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.338068 10.0.0.65 - - [2026-04-20 17:12:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.006514 10.0.0.23 - - [2026-04-20 17:12:35] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.563268 10.0.0.23 - - [2026-04-20 17:12:36] "GET / HTTP/1.1" 200 35931 0.002144 10.0.0.23 - - [2026-04-20 17:12:40] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000689 10.0.0.65 - - [2026-04-20 17:12:40] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001175 10.0.0.23 - - [2026-04-20 17:12:40] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.094609 10.0.0.23 - - [2026-04-20 17:12:41] "GET / HTTP/1.1" 200 35931 0.002420 10.0.0.23 - - [2026-04-20 17:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006044 10.0.0.65 - - [2026-04-20 17:12:41] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001726 10.0.0.23 - - [2026-04-20 17:12:41] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012495 10.0.0.23 - - [2026-04-20 17:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.65 - - [2026-04-20 17:12:41] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001603 10.0.0.23 - - [2026-04-20 17:12:41] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.076346 10.0.0.23 - - [2026-04-20 17:12:43] "GET /domains HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2026-04-20 17:12:43] "GET /domains HTTP/1.1" 200 280 0.049477 10.0.0.65 - - [2026-04-20 17:12:43] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.23 - - [2026-04-20 17:12:43] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19 HTTP/1.1" 200 2773 0.010667 10.0.0.65 - - [2026-04-20 17:12:43] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002061 10.0.0.23 - - [2026-04-20 17:12:43] "GET /project/08943ffe-c366-40b3-9476-2f228338177a HTTP/1.1" 200 1923 0.098001 10.0.0.23 - - [2026-04-20 17:12:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003778 10.0.0.23 - - [2026-04-20 17:12:43] "POST /network-ipams HTTP/1.1" 200 621 0.063923 10.0.0.23 - - [2026-04-20 17:12:43] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.010837 10.0.0.23 - - [2026-04-20 17:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.23 - - [2026-04-20 17:12:43] "GET /network-ipam/94472c12-96dc-4dca-9363-97251ab45ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.008817 10.0.0.23 - - [2026-04-20 17:12:43] "PUT /network-ipam/94472c12-96dc-4dca-9363-97251ab45ecb HTTP/1.1" 200 258 0.016320 10.0.0.23 - - [2026-04-20 17:12:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000700 10.0.0.23 - - [2026-04-20 17:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.042338 10.0.0.65 - - [2026-04-20 17:12:44] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.23 - - [2026-04-20 17:12:44] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.045588 10.0.0.65 - - [2026-04-20 17:12:44] "POST /ref-update HTTP/1.1" 200 156 0.032137 10.0.0.65 - - [2026-04-20 17:12:45] "POST /useragent-kv HTTP/1.1" 200 115 0.011772 10.0.0.23 - - [2026-04-20 17:12:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.319390 10.0.0.23 - - [2026-04-20 17:12:45] "POST /neutron/network HTTP/1.1" 200 1337 0.024939 10.0.0.23 - - [2026-04-20 17:12:45] "POST /id-to-fqname HTTP/1.1" 200 235 0.001855 10.0.0.23 - - [2026-04-20 17:12:45] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006648 10.0.0.23 - - [2026-04-20 17:12:45] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008270 10.0.0.23 - - [2026-04-20 17:12:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.014384 10.0.0.23 - - [2026-04-20 17:12:46] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008510 10.0.0.249 - - [2026-04-20 17:12:47] "GET /obj-perms HTTP/1.1" 200 5019 0.077198 10.0.0.65 - - [2026-04-20 17:12:47] "GET /obj-perms HTTP/1.1" 200 5019 0.069955 10.0.0.23 - - [2026-04-20 17:12:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.004934 10.0.0.23 - - [2026-04-20 17:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.65 - - [2026-04-20 17:12:48] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001593 10.0.0.23 - - [2026-04-20 17:12:48] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.066884 10.0.0.23 - - [2026-04-20 17:12:48] "POST /network-policys HTTP/1.1" 200 563 0.046327 10.0.0.23 - - [2026-04-20 17:12:48] "GET /network-policy/8ee06ec1-e4c4-41b3-93ce-c74240c62235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008470 10.0.0.23 - - [2026-04-20 17:12:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.005517 10.0.0.23 - - [2026-04-20 17:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006068 10.0.0.65 - - [2026-04-20 17:12:48] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.23 - - [2026-04-20 17:12:48] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.058165 10.0.0.23 - - [2026-04-20 17:12:48] "POST /network-policys HTTP/1.1" 200 563 0.044228 10.0.0.23 - - [2026-04-20 17:12:48] "GET /network-policy/048e9b0b-45b0-44a1-8b82-07a29380199c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.011091 10.0.0.23 - - [2026-04-20 17:12:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.006187 10.0.0.23 - - [2026-04-20 17:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006720 10.0.0.65 - - [2026-04-20 17:12:48] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004069 10.0.0.23 - - [2026-04-20 17:12:49] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.067170 10.0.0.23 - - [2026-04-20 17:12:49] "POST /network-policys HTTP/1.1" 200 563 0.042889 10.0.0.23 - - [2026-04-20 17:12:49] "GET /network-policy/d1a2757e-b4ff-4875-9bbc-b8ecf29f2de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.009282 10.0.0.23 - - [2026-04-20 17:12:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.004932 10.0.0.23 - - [2026-04-20 17:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006333 10.0.0.65 - - [2026-04-20 17:12:49] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004196 10.0.0.23 - - [2026-04-20 17:12:49] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.060546 10.0.0.23 - - [2026-04-20 17:12:49] "POST /network-policys HTTP/1.1" 200 563 0.043439 10.0.0.23 - - [2026-04-20 17:12:49] "GET /network-policy/8c9fefba-0f57-482d-9f87-8b7f7bda3f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.011158 10.0.0.23 - - [2026-04-20 17:12:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.007195 10.0.0.23 - - [2026-04-20 17:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.65 - - [2026-04-20 17:12:49] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.23 - - [2026-04-20 17:12:49] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.051261 10.0.0.23 - - [2026-04-20 17:12:50] "POST /network-policys HTTP/1.1" 200 563 0.059863 10.0.0.23 - - [2026-04-20 17:12:50] "GET /network-policy/8c502693-9223-44d1-b80e-4958ae69a4b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.012572 10.0.0.23 - - [2026-04-20 17:12:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.003793 10.0.0.23 - - [2026-04-20 17:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.65 - - [2026-04-20 17:12:50] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001606 10.0.0.23 - - [2026-04-20 17:12:50] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.069001 10.0.0.23 - - [2026-04-20 17:12:50] "POST /network-policys HTTP/1.1" 200 563 0.067746 10.0.0.23 - - [2026-04-20 17:12:50] "GET /network-policy/379678e4-12bb-4cc1-976d-a8f5410f2b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.009047 10.0.0.23 - - [2026-04-20 17:12:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.004291 10.0.0.23 - - [2026-04-20 17:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007231 10.0.0.65 - - [2026-04-20 17:12:50] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001555 10.0.0.23 - - [2026-04-20 17:12:50] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.069329 10.0.0.23 - - [2026-04-20 17:12:51] "POST /network-policys HTTP/1.1" 200 563 0.123904 10.0.0.23 - - [2026-04-20 17:12:51] "GET /network-policy/736f559f-5090-4321-9ffe-c67f44da403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.013397 10.0.0.23 - - [2026-04-20 17:12:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.005065 10.0.0.23 - - [2026-04-20 17:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.021497 10.0.0.65 - - [2026-04-20 17:12:51] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.23 - - [2026-04-20 17:12:51] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.116396 10.0.0.23 - - [2026-04-20 17:12:51] "POST /network-policys HTTP/1.1" 200 563 0.050784 10.0.0.23 - - [2026-04-20 17:12:51] "GET /network-policy/b44a124d-2385-43a3-a489-8d2f632a3f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.011558 10.0.0.23 - - [2026-04-20 17:12:51] "POST /fqname-to-id HTTP/1.1" 404 229 0.006121 10.0.0.23 - - [2026-04-20 17:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004961 10.0.0.65 - - [2026-04-20 17:12:51] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.23 - - [2026-04-20 17:12:51] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055866 10.0.0.23 - - [2026-04-20 17:12:52] "POST /network-policys HTTP/1.1" 200 563 0.040892 10.0.0.23 - - [2026-04-20 17:12:52] "GET /network-policy/b2de6c7a-501c-423f-9653-08798e6e9082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007865 10.0.0.23 - - [2026-04-20 17:12:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.004538 10.0.0.23 - - [2026-04-20 17:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.65 - - [2026-04-20 17:12:52] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001674 10.0.0.23 - - [2026-04-20 17:12:52] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.069829 10.0.0.23 - - [2026-04-20 17:12:52] "POST /network-policys HTTP/1.1" 200 563 0.040406 10.0.0.23 - - [2026-04-20 17:12:52] "GET /network-policy/90724f42-c31c-4db1-9408-3a9e9d5c81a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008435 10.0.0.23 - - [2026-04-20 17:12:52] "POST /neutron/network HTTP/1.1" 200 1337 0.018474 10.0.0.65 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 404 252 0.005967 10.0.0.249 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.054673 10.0.0.23 - - [2026-04-20 17:12:53] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.016291 10.0.0.23 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004644 10.0.0.23 - - [2026-04-20 17:12:53] "GET /network-policy/048e9b0b-45b0-44a1-8b82-07a29380199c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.007435 10.0.0.23 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005029 10.0.0.23 - - [2026-04-20 17:12:53] "GET /network-policy/379678e4-12bb-4cc1-976d-a8f5410f2b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.009868 10.0.0.23 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005168 10.0.0.23 - - [2026-04-20 17:12:53] "GET /network-policy/736f559f-5090-4321-9ffe-c67f44da403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008667 10.0.0.23 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006424 10.0.0.23 - - [2026-04-20 17:12:53] "GET /network-policy/8c502693-9223-44d1-b80e-4958ae69a4b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007128 10.0.0.23 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.23 - - [2026-04-20 17:12:53] "GET /network-policy/8c9fefba-0f57-482d-9f87-8b7f7bda3f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007054 10.0.0.23 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008335 10.0.0.23 - - [2026-04-20 17:12:53] "GET /network-policy/8ee06ec1-e4c4-41b3-93ce-c74240c62235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004953 10.0.0.23 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.23 - - [2026-04-20 17:12:53] "GET /network-policy/90724f42-c31c-4db1-9408-3a9e9d5c81a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004869 10.0.0.23 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.23 - - [2026-04-20 17:12:53] "GET /network-policy/b2de6c7a-501c-423f-9653-08798e6e9082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006856 10.0.0.23 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005419 10.0.0.23 - - [2026-04-20 17:12:53] "GET /network-policy/b44a124d-2385-43a3-a489-8d2f632a3f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007326 10.0.0.23 - - [2026-04-20 17:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.23 - - [2026-04-20 17:12:53] "GET /network-policy/d1a2757e-b4ff-4875-9bbc-b8ecf29f2de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006739 10.0.0.23 - - [2026-04-20 17:12:53] "POST /id-to-fqname HTTP/1.1" 200 235 0.001574 10.0.0.23 - - [2026-04-20 17:12:54] "POST /neutron/network HTTP/1.1" 200 2260 0.011290 10.0.0.65 - - [2026-04-20 17:12:54] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002370 10.0.0.23 - - [2026-04-20 17:12:54] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.087622 10.0.0.23 - - [2026-04-20 17:12:55] "POST /neutron/port HTTP/1.1" 200 117 0.013382 10.0.0.65 - - [2026-04-20 17:12:55] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001106 10.0.0.23 - - [2026-04-20 17:12:56] "POST /neutron/port HTTP/1.1" 200 1174 0.455382 10.0.0.23 - - [2026-04-20 17:12:56] "POST /neutron/port HTTP/1.1" 200 1228 0.150686 10.0.0.23 - - [2026-04-20 17:12:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006137 10.0.0.23 - - [2026-04-20 17:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.23 - - [2026-04-20 17:13:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.013628 10.0.0.23 - - [2026-04-20 17:13:00] "POST /neutron/port HTTP/1.1" 200 1238 0.032854 10.0.0.23 - - [2026-04-20 17:13:00] "GET /virtual-machine/31683954-df30-4bf6-9133-0e7664ab1290 HTTP/1.1" 401 292 0.000727 10.0.0.23 - - [2026-04-20 17:13:01] "GET /virtual-machine/31683954-df30-4bf6-9133-0e7664ab1290 HTTP/1.1" 200 1304 0.076566 10.0.0.23 - - [2026-04-20 17:13:01] "GET /virtual-machine-interface/6865df21-f12a-4d85-900b-710d0eadf5d0 HTTP/1.1" 200 3169 0.008049 10.0.0.23 - - [2026-04-20 17:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005229 10.0.0.23 - - [2026-04-20 17:13:01] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004651 10.0.0.23 - - [2026-04-20 17:13:01] "GET /virtual-networks?parent_id=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004578 10.0.0.23 - - [2026-04-20 17:13:01] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007375 10.0.0.23 - - [2026-04-20 17:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006460 10.0.0.23 - - [2026-04-20 17:13:04] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.010782 10.0.0.65 - - [2026-04-20 17:13:05] "DELETE /project/10342cda-9f51-46bd-a807-65f3ab172717 HTTP/1.1" 404 177 0.002939 10.0.0.65 - - [2026-04-20 17:13:05] "DELETE /project/08943ffec36640b394762f228338177a HTTP/1.1" 404 173 0.005502 10.0.0.23 - - [2026-04-20 17:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2026-04-20 17:13:08] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007153 10.0.0.23 - - [2026-04-20 17:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.23 - - [2026-04-20 17:13:12] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006455 10.0.0.23 - - [2026-04-20 17:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.23 - - [2026-04-20 17:13:16] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006942 10.0.0.23 - - [2026-04-20 17:13:16] "POST /neutron/port HTTP/1.1" 200 1238 0.022379 10.0.0.23 - - [2026-04-20 17:13:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004807 10.0.0.23 - - [2026-04-20 17:13:17] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.23 - - [2026-04-20 17:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009262 10.0.0.23 - - [2026-04-20 17:13:20] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.008126 10.0.0.23 - - [2026-04-20 17:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2026-04-20 17:13:24] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006717 10.0.0.23 - - [2026-04-20 17:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.23 - - [2026-04-20 17:13:28] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006269 10.0.0.23 - - [2026-04-20 17:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.23 - - [2026-04-20 17:13:33] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006764 10.0.0.23 - - [2026-04-20 17:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005496 10.0.0.23 - - [2026-04-20 17:13:37] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007509 10.0.0.23 - - [2026-04-20 17:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005840 10.0.0.23 - - [2026-04-20 17:13:39] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005553 10.0.0.23 - - [2026-04-20 17:13:39] "GET /virtual-networks?parent_id=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006214 10.0.0.23 - - [2026-04-20 17:13:39] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007100 10.0.0.23 - - [2026-04-20 17:13:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009204 10.0.0.23 - - [2026-04-20 17:13:49] "POST /neutron/port HTTP/1.1" 200 1238 0.028268 10.0.0.23 - - [2026-04-20 17:13:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007980 10.0.0.23 - - [2026-04-20 17:14:00] "POST /neutron/port HTTP/1.1" 200 1238 0.027017 10.0.0.23 - - [2026-04-20 17:14:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008666 10.0.0.23 - - [2026-04-20 17:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005159 10.0.0.23 - - [2026-04-20 17:14:05] "GET /network-policy/8ee06ec1-e4c4-41b3-93ce-c74240c62235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004530 10.0.0.23 - - [2026-04-20 17:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.23 - - [2026-04-20 17:14:05] "GET /network-policy/048e9b0b-45b0-44a1-8b82-07a29380199c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.006146 10.0.0.23 - - [2026-04-20 17:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.23 - - [2026-04-20 17:14:06] "GET /network-policy/d1a2757e-b4ff-4875-9bbc-b8ecf29f2de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007140 10.0.0.23 - - [2026-04-20 17:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008947 10.0.0.23 - - [2026-04-20 17:14:06] "GET /network-policy/8c9fefba-0f57-482d-9f87-8b7f7bda3f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006735 10.0.0.23 - - [2026-04-20 17:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010087 10.0.0.23 - - [2026-04-20 17:14:06] "GET /network-policy/8c502693-9223-44d1-b80e-4958ae69a4b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006615 10.0.0.23 - - [2026-04-20 17:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.23 - - [2026-04-20 17:14:06] "GET /network-policy/379678e4-12bb-4cc1-976d-a8f5410f2b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005829 10.0.0.23 - - [2026-04-20 17:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.23 - - [2026-04-20 17:14:06] "GET /network-policy/736f559f-5090-4321-9ffe-c67f44da403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006979 10.0.0.23 - - [2026-04-20 17:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.23 - - [2026-04-20 17:14:06] "GET /network-policy/b44a124d-2385-43a3-a489-8d2f632a3f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008026 10.0.0.23 - - [2026-04-20 17:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.23 - - [2026-04-20 17:14:06] "GET /network-policy/b2de6c7a-501c-423f-9653-08798e6e9082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005666 10.0.0.23 - - [2026-04-20 17:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.23 - - [2026-04-20 17:14:06] "GET /network-policy/90724f42-c31c-4db1-9408-3a9e9d5c81a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005529 10.0.0.23 - - [2026-04-20 17:14:06] "POST /neutron/network HTTP/1.1" 200 2250 0.021271 10.0.0.23 - - [2026-04-20 17:14:06] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009500 10.0.0.23 - - [2026-04-20 17:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005205 10.0.0.23 - - [2026-04-20 17:14:06] "GET /network-policy/8ee06ec1-e4c4-41b3-93ce-c74240c62235?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007813 10.0.0.23 - - [2026-04-20 17:14:11] "POST /neutron/network HTTP/1.1" 200 1440 0.013143 10.0.0.65 - - [2026-04-20 17:14:12] "PUT /access-control-list/1edf09ef-50c5-48bf-a239-c0eded109dfd HTTP/1.1" 200 272 0.038502 10.0.0.23 - - [2026-04-20 17:14:12] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.011795 10.0.0.23 - - [2026-04-20 17:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.23 - - [2026-04-20 17:14:12] "GET /network-policy/048e9b0b-45b0-44a1-8b82-07a29380199c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8879 0.005251 10.0.0.23 - - [2026-04-20 17:14:17] "POST /neutron/network HTTP/1.1" 200 1440 0.014437 10.0.0.249 - - [2026-04-20 17:14:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.004854 10.0.0.23 - - [2026-04-20 17:14:17] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.019774 10.0.0.23 - - [2026-04-20 17:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006026 10.0.0.23 - - [2026-04-20 17:14:17] "GET /network-policy/d1a2757e-b4ff-4875-9bbc-b8ecf29f2de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.012986 10.0.0.23 - - [2026-04-20 17:14:18] "POST /neutron/port HTTP/1.1" 200 1238 0.020533 10.0.0.23 - - [2026-04-20 17:14:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005232 10.0.0.23 - - [2026-04-20 17:14:19] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.23 - - [2026-04-20 17:14:22] "POST /neutron/network HTTP/1.1" 200 1440 0.015347 10.0.0.23 - - [2026-04-20 17:14:22] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009649 10.0.0.23 - - [2026-04-20 17:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.23 - - [2026-04-20 17:14:22] "GET /network-policy/8c9fefba-0f57-482d-9f87-8b7f7bda3f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004894 10.0.0.23 - - [2026-04-20 17:14:27] "GET /obj-perms HTTP/1.1" 200 5056 0.071937 10.0.0.23 - - [2026-04-20 17:14:28] "POST /neutron/network HTTP/1.1" 200 1440 0.020178 10.0.0.65 - - [2026-04-20 17:14:28] "PUT /access-control-list/1edf09ef-50c5-48bf-a239-c0eded109dfd HTTP/1.1" 200 272 0.036530 10.0.0.23 - - [2026-04-20 17:14:28] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.013848 10.0.0.23 - - [2026-04-20 17:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005625 10.0.0.23 - - [2026-04-20 17:14:28] "GET /network-policy/8c502693-9223-44d1-b80e-4958ae69a4b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005208 10.0.0.23 - - [2026-04-20 17:14:33] "POST /neutron/network HTTP/1.1" 200 1440 0.017273 10.0.0.249 - - [2026-04-20 17:14:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.008302 10.0.0.23 - - [2026-04-20 17:14:33] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.012306 10.0.0.23 - - [2026-04-20 17:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004873 10.0.0.23 - - [2026-04-20 17:14:33] "GET /network-policy/379678e4-12bb-4cc1-976d-a8f5410f2b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006185 10.0.0.23 - - [2026-04-20 17:14:38] "POST /neutron/network HTTP/1.1" 200 1440 0.013510 10.0.0.23 - - [2026-04-20 17:14:38] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009682 10.0.0.23 - - [2026-04-20 17:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.23 - - [2026-04-20 17:14:38] "GET /network-policy/736f559f-5090-4321-9ffe-c67f44da403e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005235 10.0.0.23 - - [2026-04-20 17:14:44] "POST /neutron/network HTTP/1.1" 200 1440 0.014094 10.0.0.65 - - [2026-04-20 17:14:44] "PUT /access-control-list/1edf09ef-50c5-48bf-a239-c0eded109dfd HTTP/1.1" 200 272 0.022006 10.0.0.23 - - [2026-04-20 17:14:44] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.010002 10.0.0.23 - - [2026-04-20 17:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.23 - - [2026-04-20 17:14:44] "GET /network-policy/b44a124d-2385-43a3-a489-8d2f632a3f07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004981 10.0.0.23 - - [2026-04-20 17:14:49] "POST /neutron/network HTTP/1.1" 200 1440 0.014267 10.0.0.249 - - [2026-04-20 17:14:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.010356 10.0.0.23 - - [2026-04-20 17:14:49] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009311 10.0.0.23 - - [2026-04-20 17:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005416 10.0.0.23 - - [2026-04-20 17:14:49] "GET /network-policy/b2de6c7a-501c-423f-9653-08798e6e9082?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005972 10.0.0.23 - - [2026-04-20 17:14:54] "POST /neutron/network HTTP/1.1" 200 1440 0.014042 10.0.0.23 - - [2026-04-20 17:14:55] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008611 10.0.0.23 - - [2026-04-20 17:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.23 - - [2026-04-20 17:14:55] "GET /network-policy/90724f42-c31c-4db1-9408-3a9e9d5c81a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006234 10.0.0.23 - - [2026-04-20 17:15:00] "GET /virtual-machine/31683954-df30-4bf6-9133-0e7664ab1290 HTTP/1.1" 200 1304 0.005056 10.0.0.23 - - [2026-04-20 17:15:00] "POST /neutron/port HTTP/1.1" 200 1238 0.027271 10.0.0.23 - - [2026-04-20 17:15:02] "GET /virtual-machine/31683954-df30-4bf6-9133-0e7664ab1290 HTTP/1.1" 404 171 0.005330 10.0.0.23 - - [2026-04-20 17:15:02] "GET /virtual-machine/31683954-df30-4bf6-9133-0e7664ab1290 HTTP/1.1" 404 171 0.004665 10.0.0.23 - - [2026-04-20 17:15:02] "GET /virtual-machine/31683954-df30-4bf6-9133-0e7664ab1290 HTTP/1.1" 404 171 0.005924 10.0.0.23 - - [2026-04-20 17:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.23 - - [2026-04-20 17:15:02] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004810 10.0.0.23 - - [2026-04-20 17:15:02] "GET /virtual-networks?parent_id=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.004286 10.0.0.23 - - [2026-04-20 17:15:02] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007105 10.0.0.23 - - [2026-04-20 17:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.23 - - [2026-04-20 17:15:02] "GET /routing-instance/c1d1c206-5863-494d-920c-cdb4172493b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005393 10.0.0.23 - - [2026-04-20 17:15:02] "GET /route-target/f1b82955-4e5c-4a05-afc2-67ca3be95185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005837 10.0.0.23 - - [2026-04-20 17:15:06] "GET /obj-perms HTTP/1.1" 200 5019 0.107904 10.0.0.249 - - [2026-04-20 17:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000747 10.0.0.249 - - [2026-04-20 17:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000845 10.0.0.249 - - [2026-04-20 17:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000877 10.0.0.65 - - [2026-04-20 17:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.249 - - [2026-04-20 17:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000689 10.0.0.65 - - [2026-04-20 17:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000510 10.0.0.23 - - [2026-04-20 17:15:09] "GET /obj-perms HTTP/1.1" 200 5019 0.006375 10.0.0.65 - - [2026-04-20 17:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000832 10.0.0.65 - - [2026-04-20 17:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000560 10.0.0.23 - - [2026-04-20 17:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000458 10.0.0.23 - - [2026-04-20 17:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.23 - - [2026-04-20 17:15:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000568 10.0.0.23 - - [2026-04-20 17:15:10] "GET /global-system-configs HTTP/1.1" 401 292 0.001701 10.0.0.23 - - [2026-04-20 17:15:15] "GET /obj-perms HTTP/1.1" 200 5019 0.003996 10.0.0.23 - - [2026-04-20 17:15:18] "GET /obj-perms HTTP/1.1" 200 5019 0.006244 10.0.0.23 - - [2026-04-20 17:15:24] "GET /obj-perms HTTP/1.1" 200 5019 0.006733 10.0.0.23 - - [2026-04-20 17:15:27] "GET /obj-perms HTTP/1.1" 200 5019 0.006025 10.0.0.23 - - [2026-04-20 17:15:30] "GET /obj-perms HTTP/1.1" 200 5019 0.006169 10.0.0.249 - - [2026-04-20 17:15:30] "GET /obj-perms HTTP/1.1" 200 5019 0.005729 10.0.0.65 - - [2026-04-20 17:15:30] "GET /obj-perms HTTP/1.1" 200 5019 0.006385 10.0.0.23 - - [2026-04-20 17:15:31] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.007094 10.0.0.23 - - [2026-04-20 17:15:31] "POST /neutron/network HTTP/1.1" 200 1440 0.013175 10.0.0.65 - - [2026-04-20 17:15:31] "DELETE /access-control-list/1edf09ef-50c5-48bf-a239-c0eded109dfd HTTP/1.1" 200 115 0.053546 10.0.0.23 - - [2026-04-20 17:15:31] "GET /virtual-network/34c8c85a-8c79-4d9f-b11e-173522be277f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.010918 10.0.0.23 - - [2026-04-20 17:15:31] "DELETE /network-policy/90724f42-c31c-4db1-9408-3a9e9d5c81a9 HTTP/1.1" 200 115 0.056886 10.0.0.23 - - [2026-04-20 17:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.65 - - [2026-04-20 17:15:31] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003508 10.0.0.23 - - [2026-04-20 17:15:31] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.070721 10.0.0.23 - - [2026-04-20 17:15:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15751005&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.007885 10.0.0.23 - - [2026-04-20 17:15:31] "DELETE /network-policy/b2de6c7a-501c-423f-9653-08798e6e9082 HTTP/1.1" 200 115 0.063578 10.0.0.23 - - [2026-04-20 17:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006626 10.0.0.65 - - [2026-04-20 17:15:31] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002354 10.0.0.23 - - [2026-04-20 17:15:31] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.075071 10.0.0.23 - - [2026-04-20 17:15:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15751005&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.007216 10.0.0.23 - - [2026-04-20 17:15:31] "DELETE /network-policy/b44a124d-2385-43a3-a489-8d2f632a3f07 HTTP/1.1" 200 115 0.054801 10.0.0.23 - - [2026-04-20 17:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.65 - - [2026-04-20 17:15:32] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001219 10.0.0.23 - - [2026-04-20 17:15:32] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.073087 10.0.0.23 - - [2026-04-20 17:15:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15751005&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.006965 10.0.0.23 - - [2026-04-20 17:15:32] "DELETE /network-policy/736f559f-5090-4321-9ffe-c67f44da403e HTTP/1.1" 200 115 0.055528 10.0.0.23 - - [2026-04-20 17:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.65 - - [2026-04-20 17:15:32] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001102 10.0.0.23 - - [2026-04-20 17:15:32] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.043417 10.0.0.23 - - [2026-04-20 17:15:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15751005&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.006169 10.0.0.23 - - [2026-04-20 17:15:32] "DELETE /network-policy/379678e4-12bb-4cc1-976d-a8f5410f2b1a HTTP/1.1" 200 115 0.049847 10.0.0.23 - - [2026-04-20 17:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005738 10.0.0.65 - - [2026-04-20 17:15:32] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001316 10.0.0.23 - - [2026-04-20 17:15:32] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.053568 10.0.0.23 - - [2026-04-20 17:15:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15751005&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.010476 10.0.0.23 - - [2026-04-20 17:15:32] "DELETE /network-policy/8c502693-9223-44d1-b80e-4958ae69a4b3 HTTP/1.1" 200 115 0.052336 10.0.0.23 - - [2026-04-20 17:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005395 10.0.0.65 - - [2026-04-20 17:15:32] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.23 - - [2026-04-20 17:15:32] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.048880 10.0.0.23 - - [2026-04-20 17:15:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15751005&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.006506 10.0.0.23 - - [2026-04-20 17:15:32] "DELETE /network-policy/8c9fefba-0f57-482d-9f87-8b7f7bda3f77 HTTP/1.1" 200 115 0.051939 10.0.0.23 - - [2026-04-20 17:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005758 10.0.0.65 - - [2026-04-20 17:15:33] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.23 - - [2026-04-20 17:15:33] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.050541 10.0.0.23 - - [2026-04-20 17:15:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15751005&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006287 10.0.0.23 - - [2026-04-20 17:15:33] "DELETE /network-policy/d1a2757e-b4ff-4875-9bbc-b8ecf29f2de6 HTTP/1.1" 200 115 0.049529 10.0.0.23 - - [2026-04-20 17:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.65 - - [2026-04-20 17:15:33] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095 10.0.0.23 - - [2026-04-20 17:15:33] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052165 10.0.0.23 - - [2026-04-20 17:15:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15751005&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.006215 10.0.0.23 - - [2026-04-20 17:15:33] "DELETE /network-policy/048e9b0b-45b0-44a1-8b82-07a29380199c HTTP/1.1" 200 115 0.053552 10.0.0.23 - - [2026-04-20 17:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005861 10.0.0.65 - - [2026-04-20 17:15:33] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001501 10.0.0.23 - - [2026-04-20 17:15:33] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.052025 10.0.0.23 - - [2026-04-20 17:15:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15751005&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.007736 10.0.0.23 - - [2026-04-20 17:15:33] "DELETE /network-policy/8ee06ec1-e4c4-41b3-93ce-c74240c62235 HTTP/1.1" 200 115 0.062176 10.0.0.23 - - [2026-04-20 17:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005833 10.0.0.65 - - [2026-04-20 17:15:33] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001512 10.0.0.23 - - [2026-04-20 17:15:33] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.076626 10.0.0.23 - - [2026-04-20 17:15:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-15751005&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.009027 10.0.0.23 - - [2026-04-20 17:15:34] "POST /neutron/network HTTP/1.1" 200 1337 0.032391 10.0.0.23 - - [2026-04-20 17:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.23 - - [2026-04-20 17:15:34] "DELETE /network-ipam/94472c12-96dc-4dca-9363-97251ab45ecb HTTP/1.1" 200 115 0.042680 10.0.0.23 - - [2026-04-20 17:15:34] "POST /fqname-to-id HTTP/1.1" 404 260 0.005013 10.0.0.65 - - [2026-04-20 17:15:34] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001734 10.0.0.65 - - [2026-04-20 17:15:34] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.065731 10.0.0.65 - - [2026-04-20 17:15:34] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002616 10.0.0.65 - - [2026-04-20 17:15:34] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?fields=security_groups HTTP/1.1" 200 1398 0.078419 10.0.0.65 - - [2026-04-20 17:15:34] "DELETE /security-group/5fe770db-be5d-4a02-8f56-9300a59dab53 HTTP/1.1" 200 115 0.071267 10.0.0.65 - - [2026-04-20 17:15:34] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001711 10.0.0.65 - - [2026-04-20 17:15:34] "DELETE /access-control-list/9a42f5ef-f034-4f35-9cb2-053aa53ebe0a HTTP/1.1" 200 115 0.052350 10.0.0.65 - - [2026-04-20 17:15:35] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?fields=application_policy_sets HTTP/1.1" 200 1437 0.069464 10.0.0.23 - - [2026-04-20 17:15:35] "DELETE /project/08943ffe-c366-40b3-9476-2f228338177a HTTP/1.1" 200 115 0.537205 10.0.0.65 - - [2026-04-20 17:15:35] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.23 - - [2026-04-20 17:15:35] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?fields=projects HTTP/1.1" 200 1244 0.016989 10.0.0.65 - - [2026-04-20 17:15:37] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004550 10.0.0.65 - - [2026-04-20 17:15:37] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.65 - - [2026-04-20 17:15:37] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050764 10.0.0.65 - - [2026-04-20 17:15:38] "POST /id-to-fqname HTTP/1.1" 200 202 0.005464 10.0.0.65 - - [2026-04-20 17:15:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.005163 10.0.0.65 - - [2026-04-20 17:15:38] "POST /security-groups HTTP/1.1" 200 603 0.086652 10.0.0.65 - - [2026-04-20 17:15:38] "POST /projects HTTP/1.1" 200 609 0.320937 10.0.0.65 - - [2026-04-20 17:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.369094 10.0.0.65 - - [2026-04-20 17:15:38] "POST /access-control-lists HTTP/1.1" 200 608 0.038218 10.0.0.23 - - [2026-04-20 17:15:38] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.553284 10.0.0.65 - - [2026-04-20 17:15:38] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002697 10.0.0.23 - - [2026-04-20 17:15:38] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?fields=virtual_networks HTTP/1.1" 200 1055 0.074250 10.0.0.65 - - [2026-04-20 17:15:38] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001083 10.0.0.23 - - [2026-04-20 17:15:38] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.053615 10.0.0.65 - - [2026-04-20 17:15:38] "GET /projects?obj_uuids=08943ffe-c366-40b3-9476-2f228338177a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.23 - - [2026-04-20 17:15:38] "GET /project/08943ffe-c366-40b3-9476-2f228338177a?fields=security_groups HTTP/1.1" 200 1293 0.052461 10.0.0.23 - - [2026-04-20 17:15:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.037218 10.0.0.65 - - [2026-04-20 17:15:39] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005007 10.0.0.65 - - [2026-04-20 17:15:39] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.65 - - [2026-04-20 17:15:39] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008304 10.0.0.65 - - [2026-04-20 17:15:40] "POST /id-to-fqname HTTP/1.1" 200 196 0.005488 10.0.0.65 - - [2026-04-20 17:15:40] "POST /fqname-to-id HTTP/1.1" 404 205 0.005871 10.0.0.65 - - [2026-04-20 17:15:40] "POST /security-groups HTTP/1.1" 200 597 0.041437 10.0.0.65 - - [2026-04-20 17:15:40] "POST /fqname-to-id HTTP/1.1" 404 240 0.006178 10.0.0.65 - - [2026-04-20 17:15:40] "POST /projects HTTP/1.1" 200 597 0.281211 10.0.0.65 - - [2026-04-20 17:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.320606 10.0.0.23 - - [2026-04-20 17:15:40] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.503723 10.0.0.65 - - [2026-04-20 17:15:40] "POST /access-control-lists HTTP/1.1" 200 600 0.079540 10.0.0.23 - - [2026-04-20 17:15:41] "GET / HTTP/1.1" 200 35931 0.003152 10.0.0.23 - - [2026-04-20 17:15:43] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000573 10.0.0.65 - - [2026-04-20 17:15:44] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001724 10.0.0.23 - - [2026-04-20 17:15:44] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.105936 10.0.0.23 - - [2026-04-20 17:15:44] "GET / HTTP/1.1" 200 35931 0.001995 10.0.0.23 - - [2026-04-20 17:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007213 10.0.0.65 - - [2026-04-20 17:15:45] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001954 10.0.0.23 - - [2026-04-20 17:15:45] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011677 10.0.0.23 - - [2026-04-20 17:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.65 - - [2026-04-20 17:15:45] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001475 10.0.0.23 - - [2026-04-20 17:15:45] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047312 10.0.0.23 - - [2026-04-20 17:15:46] "GET /domains HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-04-20 17:15:47] "GET /domains HTTP/1.1" 200 280 0.039931 10.0.0.65 - - [2026-04-20 17:15:47] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.23 - - [2026-04-20 17:15:47] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19 HTTP/1.1" 200 2777 0.012236 10.0.0.65 - - [2026-04-20 17:15:47] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001058 10.0.0.23 - - [2026-04-20 17:15:47] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c HTTP/1.1" 200 1888 0.103330 10.0.0.23 - - [2026-04-20 17:15:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003293 10.0.0.23 - - [2026-04-20 17:15:47] "POST /network-ipams HTTP/1.1" 200 603 0.035326 10.0.0.23 - - [2026-04-20 17:15:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004663 10.0.0.23 - - [2026-04-20 17:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.23 - - [2026-04-20 17:15:47] "GET /network-ipam/a67128b9-10bc-4c3a-b90e-d1c9b1d8bcaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.009385 10.0.0.23 - - [2026-04-20 17:15:47] "PUT /network-ipam/a67128b9-10bc-4c3a-b90e-d1c9b1d8bcaf HTTP/1.1" 200 258 0.025522 10.0.0.23 - - [2026-04-20 17:15:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000695 10.0.0.23 - - [2026-04-20 17:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.035319 10.0.0.65 - - [2026-04-20 17:15:48] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001228 10.0.0.23 - - [2026-04-20 17:15:48] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.066094 10.0.0.65 - - [2026-04-20 17:15:48] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001365 10.0.0.23 - - [2026-04-20 17:15:48] "POST /neutron/network HTTP/1.1" 200 617 0.233227 10.0.0.23 - - [2026-04-20 17:15:49] "POST /neutron/network HTTP/1.1" 200 1074 0.012820 10.0.0.23 - - [2026-04-20 17:15:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001301 10.0.0.23 - - [2026-04-20 17:15:49] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.006342 10.0.0.23 - - [2026-04-20 17:15:49] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.006666 10.0.0.23 - - [2026-04-20 17:15:49] "POST /neutron/subnet HTTP/1.1" 200 701 0.013664 10.0.0.23 - - [2026-04-20 17:15:49] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.006638 10.0.0.23 - - [2026-04-20 17:15:50] "GET /obj-perms HTTP/1.1" 200 5013 0.080059 10.0.0.23 - - [2026-04-20 17:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.65 - - [2026-04-20 17:15:51] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001107 10.0.0.23 - - [2026-04-20 17:15:51] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.058202 10.0.0.65 - - [2026-04-20 17:15:51] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002064 10.0.0.23 - - [2026-04-20 17:15:51] "POST /neutron/network HTTP/1.1" 200 617 0.176911 10.0.0.65 - - [2026-04-20 17:15:51] "POST /route-targets HTTP/1.1" 200 327 0.016637 10.0.0.65 - - [2026-04-20 17:15:52] "DELETE /access-control-list/d4aa18ac-5cc3-427f-98f9-bc28e1e618de HTTP/1.1" 200 115 0.069306 10.0.0.23 - - [2026-04-20 17:15:52] "POST /neutron/network HTTP/1.1" 200 1074 0.015316 10.0.0.23 - - [2026-04-20 17:15:52] "POST /id-to-fqname HTTP/1.1" 200 229 0.001455 10.0.0.23 - - [2026-04-20 17:15:52] "GET /virtual-network/dff01228-e2d5-44dc-99de-9fc46aebe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007180 10.0.0.23 - - [2026-04-20 17:15:52] "GET /virtual-network/dff01228-e2d5-44dc-99de-9fc46aebe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006818 10.0.0.23 - - [2026-04-20 17:15:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.012003 10.0.0.23 - - [2026-04-20 17:15:52] "GET /virtual-network/dff01228-e2d5-44dc-99de-9fc46aebe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006866 10.0.0.23 - - [2026-04-20 17:15:53] "POST /fqname-to-id HTTP/1.1" 404 205 0.007382 10.0.0.23 - - [2026-04-20 17:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005647 10.0.0.65 - - [2026-04-20 17:15:53] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001594 10.0.0.23 - - [2026-04-20 17:15:53] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.067722 10.0.0.23 - - [2026-04-20 17:15:53] "POST /network-policys HTTP/1.1" 200 527 0.036152 10.0.0.23 - - [2026-04-20 17:15:53] "GET /network-policy/cb223b7f-7b83-4888-bfde-0e23fc6daa92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.009243 10.0.0.23 - - [2026-04-20 17:15:53] "POST /fqname-to-id HTTP/1.1" 404 205 0.004412 10.0.0.23 - - [2026-04-20 17:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005323 10.0.0.65 - - [2026-04-20 17:15:53] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001209 10.0.0.23 - - [2026-04-20 17:15:53] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.058123 10.0.0.23 - - [2026-04-20 17:15:54] "POST /network-policys HTTP/1.1" 200 527 0.048204 10.0.0.23 - - [2026-04-20 17:15:54] "GET /network-policy/9f3c33a0-110b-4402-b345-54e8b156910f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008271 10.0.0.23 - - [2026-04-20 17:15:54] "POST /fqname-to-id HTTP/1.1" 404 205 0.003844 10.0.0.23 - - [2026-04-20 17:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.65 - - [2026-04-20 17:15:54] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001177 10.0.0.23 - - [2026-04-20 17:15:54] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.065918 10.0.0.23 - - [2026-04-20 17:15:54] "POST /network-policys HTTP/1.1" 200 527 0.043104 10.0.0.23 - - [2026-04-20 17:15:54] "GET /network-policy/ce15104c-eba8-4cf1-a40c-d838fe343344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007782 10.0.0.23 - - [2026-04-20 17:15:54] "POST /fqname-to-id HTTP/1.1" 404 205 0.005596 10.0.0.23 - - [2026-04-20 17:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005485 10.0.0.65 - - [2026-04-20 17:15:54] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001259 10.0.0.23 - - [2026-04-20 17:15:54] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.055937 10.0.0.23 - - [2026-04-20 17:15:54] "POST /network-policys HTTP/1.1" 200 527 0.041157 10.0.0.23 - - [2026-04-20 17:15:54] "GET /network-policy/f823496a-9188-4c35-88f9-2e25f85c3473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.008930 10.0.0.23 - - [2026-04-20 17:15:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.005484 10.0.0.23 - - [2026-04-20 17:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004909 10.0.0.65 - - [2026-04-20 17:15:55] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001947 10.0.0.23 - - [2026-04-20 17:15:55] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.073110 10.0.0.23 - - [2026-04-20 17:15:55] "POST /network-policys HTTP/1.1" 200 531 0.034778 10.0.0.23 - - [2026-04-20 17:15:55] "GET /network-policy/2fa55bf4-19c3-4676-bbde-a3a314109a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.009339 10.0.0.23 - - [2026-04-20 17:15:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.004601 10.0.0.23 - - [2026-04-20 17:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.65 - - [2026-04-20 17:15:55] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002283 10.0.0.23 - - [2026-04-20 17:15:55] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.070312 10.0.0.23 - - [2026-04-20 17:15:55] "POST /network-policys HTTP/1.1" 200 529 0.036860 10.0.0.23 - - [2026-04-20 17:15:55] "GET /network-policy/5666dc6a-6158-480c-b23d-60615c1a56cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007901 10.0.0.23 - - [2026-04-20 17:15:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.004090 10.0.0.23 - - [2026-04-20 17:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.65 - - [2026-04-20 17:15:56] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001005 10.0.0.23 - - [2026-04-20 17:15:56] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.053244 10.0.0.23 - - [2026-04-20 17:15:56] "POST /network-policys HTTP/1.1" 200 529 0.038351 10.0.0.23 - - [2026-04-20 17:15:56] "GET /network-policy/0975fefc-2ec7-4114-8b06-1db33b4ac3ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.007835 10.0.0.23 - - [2026-04-20 17:15:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.003883 10.0.0.23 - - [2026-04-20 17:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.65 - - [2026-04-20 17:15:56] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001333 10.0.0.23 - - [2026-04-20 17:15:56] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050407 10.0.0.23 - - [2026-04-20 17:15:56] "POST /network-policys HTTP/1.1" 200 529 0.036893 10.0.0.23 - - [2026-04-20 17:15:56] "GET /network-policy/593df976-af2f-43f3-8b63-787f7e046823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007125 10.0.0.23 - - [2026-04-20 17:15:56] "POST /fqname-to-id HTTP/1.1" 404 206 0.003927 10.0.0.23 - - [2026-04-20 17:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.65 - - [2026-04-20 17:15:56] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001116 10.0.0.23 - - [2026-04-20 17:15:56] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.057449 10.0.0.23 - - [2026-04-20 17:15:57] "POST /network-policys HTTP/1.1" 200 529 0.047637 10.0.0.23 - - [2026-04-20 17:15:57] "GET /network-policy/69acba8b-90fb-462d-81a7-3bd9d9aa1402?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.010155 10.0.0.23 - - [2026-04-20 17:15:57] "POST /fqname-to-id HTTP/1.1" 404 208 0.004116 10.0.0.23 - - [2026-04-20 17:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.65 - - [2026-04-20 17:15:57] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001086 10.0.0.23 - - [2026-04-20 17:15:57] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.069417 10.0.0.23 - - [2026-04-20 17:15:57] "POST /network-policys HTTP/1.1" 200 533 0.042279 10.0.0.23 - - [2026-04-20 17:15:57] "GET /network-policy/97704009-447d-445a-a79b-a6630d76e192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.020884 10.0.0.23 - - [2026-04-20 17:15:58] "POST /neutron/network HTTP/1.1" 200 1157 0.160525 10.0.0.23 - - [2026-04-20 17:15:58] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007000 10.0.0.23 - - [2026-04-20 17:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.23 - - [2026-04-20 17:15:58] "GET /network-policy/cb223b7f-7b83-4888-bfde-0e23fc6daa92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004481 10.0.0.65 - - [2026-04-20 17:15:58] "POST /fqname-to-id HTTP/1.1" 404 246 0.009483 10.0.0.23 - - [2026-04-20 17:15:58] "POST /neutron/network HTTP/1.1" 200 1159 0.111781 10.0.0.23 - - [2026-04-20 17:15:58] "GET /virtual-network/dff01228-e2d5-44dc-99de-9fc46aebe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009130 10.0.0.23 - - [2026-04-20 17:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.010651 10.0.0.23 - - [2026-04-20 17:15:58] "GET /network-policy/2fa55bf4-19c3-4676-bbde-a3a314109a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.007326 10.0.0.23 - - [2026-04-20 17:15:58] "POST /id-to-fqname HTTP/1.1" 200 229 0.002259 10.0.0.65 - - [2026-04-20 17:15:59] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001194 10.0.0.23 - - [2026-04-20 17:16:00] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.094784 10.0.0.23 - - [2026-04-20 17:16:00] "POST /neutron/network HTTP/1.1" 200 1157 0.057596 10.0.0.23 - - [2026-04-20 17:16:00] "POST /id-to-fqname HTTP/1.1" 200 229 0.001449 10.0.0.23 - - [2026-04-20 17:16:00] "POST /neutron/port HTTP/1.1" 200 117 0.007862 10.0.0.65 - - [2026-04-20 17:16:01] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001178 10.0.0.23 - - [2026-04-20 17:16:01] "POST /neutron/port HTTP/1.1" 200 1061 0.380308 10.0.0.65 - - [2026-04-20 17:16:01] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001611 10.0.0.23 - - [2026-04-20 17:16:01] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.113688 10.0.0.23 - - [2026-04-20 17:16:01] "POST /neutron/port HTTP/1.1" 200 1061 0.065219 10.0.0.23 - - [2026-04-20 17:16:02] "POST /neutron/port HTTP/1.1" 200 1125 0.041454 10.0.0.23 - - [2026-04-20 17:16:02] "POST /neutron/subnet HTTP/1.1" 200 675 0.018663 10.0.0.23 - - [2026-04-20 17:16:02] "POST /neutron/network HTTP/1.1" 200 1157 0.013782 10.0.0.23 - - [2026-04-20 17:16:02] "POST /neutron/network HTTP/1.1" 200 1169 0.010369 10.0.0.23 - - [2026-04-20 17:16:03] "POST /neutron/port HTTP/1.1" 200 1061 0.068286 10.0.0.23 - - [2026-04-20 17:16:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006874 10.0.0.23 - - [2026-04-20 17:16:04] "POST /neutron/network HTTP/1.1" 200 1159 0.016840 10.0.0.65 - - [2026-04-20 17:16:06] "DELETE /project/08943ffec36640b394762f228338177a HTTP/1.1" 404 173 0.007831 10.0.0.65 - - [2026-04-20 17:16:06] "DELETE /project/08943ffe-c366-40b3-9476-2f228338177a HTTP/1.1" 404 177 0.007246 10.0.0.65 - - [2026-04-20 17:16:06] "DELETE /project/0e8f207a55f749659b98d1474707ab2c HTTP/1.1" 404 173 0.006113 10.0.0.23 - - [2026-04-20 17:16:07] "POST /neutron/port HTTP/1.1" 200 1125 0.021842 10.0.0.23 - - [2026-04-20 17:16:07] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010442 10.0.0.23 - - [2026-04-20 17:16:07] "GET /virtual-machine/201a1030-82c5-4630-9642-3f312bf1068c HTTP/1.1" 401 292 0.000567 10.0.0.23 - - [2026-04-20 17:16:08] "GET /virtual-machine/201a1030-82c5-4630-9642-3f312bf1068c HTTP/1.1" 200 1298 0.046794 10.0.0.23 - - [2026-04-20 17:16:08] "GET /virtual-machine-interface/dd603efd-90dd-4839-a863-29240b060f3b HTTP/1.1" 200 2952 0.006585 10.0.0.23 - - [2026-04-20 17:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.23 - - [2026-04-20 17:16:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006781 10.0.0.23 - - [2026-04-20 17:16:08] "GET /virtual-networks?parent_id=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005281 10.0.0.23 - - [2026-04-20 17:16:08] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.010071 10.0.0.23 - - [2026-04-20 17:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.23 - - [2026-04-20 17:16:11] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007321 10.0.0.23 - - [2026-04-20 17:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.23 - - [2026-04-20 17:16:15] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006600 10.0.0.23 - - [2026-04-20 17:16:19] "POST /neutron/network HTTP/1.1" 200 1169 0.013448 10.0.0.23 - - [2026-04-20 17:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.23 - - [2026-04-20 17:16:19] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006762 10.0.0.23 - - [2026-04-20 17:16:19] "POST /neutron/port HTTP/1.1" 200 117 0.001201 10.0.0.23 - - [2026-04-20 17:16:22] "POST /neutron/port HTTP/1.1" 200 1125 0.020879 10.0.0.23 - - [2026-04-20 17:16:23] "POST /neutron/subnet HTTP/1.1" 200 675 0.014428 10.0.0.23 - - [2026-04-20 17:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006412 10.0.0.23 - - [2026-04-20 17:16:23] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007619 10.0.0.23 - - [2026-04-20 17:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.23 - - [2026-04-20 17:16:27] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008341 10.0.0.249 - - [2026-04-20 17:16:28] "GET /obj-perms HTTP/1.1" 200 5056 0.072911 10.0.0.65 - - [2026-04-20 17:16:29] "GET /obj-perms HTTP/1.1" 200 5056 0.067716 10.0.0.23 - - [2026-04-20 17:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.23 - - [2026-04-20 17:16:31] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.010536 10.0.0.23 - - [2026-04-20 17:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.23 - - [2026-04-20 17:16:36] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006660 10.0.0.23 - - [2026-04-20 17:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.23 - - [2026-04-20 17:16:40] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006670 10.0.0.23 - - [2026-04-20 17:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.23 - - [2026-04-20 17:16:44] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004611 10.0.0.23 - - [2026-04-20 17:16:44] "GET /virtual-networks?parent_id=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004567 10.0.0.23 - - [2026-04-20 17:16:44] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.006489 10.0.0.23 - - [2026-04-20 17:16:44] "POST /neutron/port HTTP/1.1" 200 1125 0.023187 10.0.0.23 - - [2026-04-20 17:16:49] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009623 10.0.0.23 - - [2026-04-20 17:16:55] "POST /neutron/port HTTP/1.1" 200 1125 0.056680 10.0.0.23 - - [2026-04-20 17:16:57] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008649 10.0.0.23 - - [2026-04-20 17:17:05] "POST /neutron/port HTTP/1.1" 200 1125 0.024466 10.0.0.23 - - [2026-04-20 17:17:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010176 10.0.0.23 - - [2026-04-20 17:17:10] "POST /neutron/port HTTP/1.1" 200 1125 0.025528 10.0.0.23 - - [2026-04-20 17:17:10] "GET /virtual-machine/94afe5b7-d9b4-4c0e-b6a3-03f6b31a3314 HTTP/1.1" 200 1299 0.008159 10.0.0.23 - - [2026-04-20 17:17:10] "GET /virtual-machine-interface/f156dbbb-540f-4759-9dfb-faf3d99cda81 HTTP/1.1" 200 2952 0.006243 10.0.0.23 - - [2026-04-20 17:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005330 10.0.0.23 - - [2026-04-20 17:17:10] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005704 10.0.0.23 - - [2026-04-20 17:17:10] "GET /virtual-networks?parent_id=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004254 10.0.0.23 - - [2026-04-20 17:17:10] "GET /virtual-network/dff01228-e2d5-44dc-99de-9fc46aebe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006491 10.0.0.23 - - [2026-04-20 17:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.23 - - [2026-04-20 17:17:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004895 10.0.0.23 - - [2026-04-20 17:17:11] "GET /virtual-networks?parent_id=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005076 10.0.0.23 - - [2026-04-20 17:17:11] "GET /virtual-network/dff01228-e2d5-44dc-99de-9fc46aebe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007092 10.0.0.23 - - [2026-04-20 17:17:12] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009394 10.0.0.23 - - [2026-04-20 17:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.23 - - [2026-04-20 17:17:12] "GET /network-policy/2fa55bf4-19c3-4676-bbde-a3a314109a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004601 10.0.0.23 - - [2026-04-20 17:17:12] "POST /neutron/port HTTP/1.1" 200 1125 0.028731 10.0.0.23 - - [2026-04-20 17:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006649 10.0.0.23 - - [2026-04-20 17:17:13] "GET /network-policy/cb223b7f-7b83-4888-bfde-0e23fc6daa92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008889 10.0.0.65 - - [2026-04-20 17:17:13] "PUT /access-control-list/3a33c2ba-09b3-4917-8b45-6dacaac3830c HTTP/1.1" 200 272 0.021900 10.0.0.23 - - [2026-04-20 17:17:13] "POST /neutron/network HTTP/1.1" 200 1157 0.137331 10.0.0.23 - - [2026-04-20 17:17:13] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008463 10.0.0.23 - - [2026-04-20 17:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.016025 10.0.0.23 - - [2026-04-20 17:17:13] "GET /network-policy/9f3c33a0-110b-4402-b345-54e8b156910f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004637 10.0.0.23 - - [2026-04-20 17:17:21] "POST /neutron/port HTTP/1.1" 200 1125 0.022653 10.0.0.23 - - [2026-04-20 17:17:21] "POST /neutron/subnet HTTP/1.1" 200 675 0.022030 10.0.0.23 - - [2026-04-20 17:17:24] "POST /neutron/port HTTP/1.1" 200 1125 0.025729 10.0.0.23 - - [2026-04-20 17:17:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007321 10.0.0.23 - - [2026-04-20 17:17:25] "POST /neutron/network HTTP/1.1" 200 1157 0.015597 10.0.0.23 - - [2026-04-20 17:17:40] "POST /neutron/network HTTP/1.1" 200 1160 0.022175 10.0.0.23 - - [2026-04-20 17:17:40] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.008683 10.0.0.23 - - [2026-04-20 17:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.23 - - [2026-04-20 17:17:40] "GET /network-policy/97704009-447d-445a-a79b-a6630d76e192?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.005604 10.0.0.23 - - [2026-04-20 17:17:49] "POST /neutron/network HTTP/1.1" 200 1157 0.015081 10.0.0.65 - - [2026-04-20 17:17:49] "PUT /access-control-list/3a33c2ba-09b3-4917-8b45-6dacaac3830c HTTP/1.1" 200 272 0.100170 10.0.0.23 - - [2026-04-20 17:17:49] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.008595 10.0.0.23 - - [2026-04-20 17:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.23 - - [2026-04-20 17:17:49] "GET /network-policy/ce15104c-eba8-4cf1-a40c-d838fe343344?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006201 10.0.0.23 - - [2026-04-20 17:17:58] "POST /neutron/network HTTP/1.1" 200 1157 0.024057 10.0.0.23 - - [2026-04-20 17:17:58] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.007820 10.0.0.23 - - [2026-04-20 17:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.23 - - [2026-04-20 17:17:59] "GET /network-policy/f823496a-9188-4c35-88f9-2e25f85c3473?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005728 10.0.0.65 - - [2026-04-20 17:18:07] "PUT /access-control-list/3a33c2ba-09b3-4917-8b45-6dacaac3830c HTTP/1.1" 200 272 0.029377 10.0.0.23 - - [2026-04-20 17:18:07] "POST /neutron/network HTTP/1.1" 200 1158 0.031156 10.0.0.23 - - [2026-04-20 17:18:07] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007173 10.0.0.23 - - [2026-04-20 17:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2026-04-20 17:18:07] "GET /network-policy/5666dc6a-6158-480c-b23d-60615c1a56cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006125 10.0.0.65 - - [2026-04-20 17:18:16] "POST /ref-update HTTP/1.1" 200 156 0.044088 10.0.0.23 - - [2026-04-20 17:18:16] "POST /neutron/network HTTP/1.1" 200 1158 0.029379 10.0.0.23 - - [2026-04-20 17:18:16] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.008425 10.0.0.23 - - [2026-04-20 17:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.23 - - [2026-04-20 17:18:16] "GET /network-policy/0975fefc-2ec7-4114-8b06-1db33b4ac3ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.009262 10.0.0.23 - - [2026-04-20 17:18:23] "POST /neutron/network HTTP/1.1" 200 1169 0.009454 10.0.0.23 - - [2026-04-20 17:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.001794 10.0.0.23 - - [2026-04-20 17:18:24] "POST /neutron/network HTTP/1.1" 200 1158 0.114761 10.0.0.23 - - [2026-04-20 17:18:24] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.009922 10.0.0.23 - - [2026-04-20 17:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006334 10.0.0.23 - - [2026-04-20 17:18:24] "GET /network-policy/593df976-af2f-43f3-8b63-787f7e046823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007052 10.0.0.23 - - [2026-04-20 17:18:25] "POST /neutron/port HTTP/1.1" 200 1125 0.035805 10.0.0.23 - - [2026-04-20 17:18:26] "POST /neutron/subnet HTTP/1.1" 200 675 0.015272 10.0.0.23 - - [2026-04-20 17:18:30] "GET /obj-perms HTTP/1.1" 200 5056 0.073033 10.0.0.23 - - [2026-04-20 17:18:32] "POST /neutron/network HTTP/1.1" 200 1158 0.019868 10.0.0.23 - - [2026-04-20 17:18:33] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.010648 10.0.0.23 - - [2026-04-20 17:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.23 - - [2026-04-20 17:18:33] "GET /network-policy/69acba8b-90fb-462d-81a7-3bd9d9aa1402?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006424 10.0.0.23 - - [2026-04-20 17:18:40] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.011132 10.0.0.23 - - [2026-04-20 17:18:40] "POST /neutron/network HTTP/1.1" 200 1158 0.010574 10.0.0.65 - - [2026-04-20 17:18:40] "DELETE /access-control-list/3a33c2ba-09b3-4917-8b45-6dacaac3830c HTTP/1.1" 200 115 0.061082 10.0.0.23 - - [2026-04-20 17:18:40] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.020400 10.0.0.23 - - [2026-04-20 17:18:41] "GET /virtual-machine/94afe5b7-d9b4-4c0e-b6a3-03f6b31a3314 HTTP/1.1" 200 1299 0.005448 10.0.0.23 - - [2026-04-20 17:18:41] "POST /neutron/port HTTP/1.1" 200 1125 0.033365 10.0.0.23 - - [2026-04-20 17:18:43] "GET /virtual-machine/94afe5b7-d9b4-4c0e-b6a3-03f6b31a3314 HTTP/1.1" 404 171 0.004592 10.0.0.23 - - [2026-04-20 17:18:43] "GET /virtual-machine/94afe5b7-d9b4-4c0e-b6a3-03f6b31a3314 HTTP/1.1" 404 171 0.004844 10.0.0.23 - - [2026-04-20 17:18:43] "GET /virtual-machine/94afe5b7-d9b4-4c0e-b6a3-03f6b31a3314 HTTP/1.1" 404 171 0.004284 10.0.0.23 - - [2026-04-20 17:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005462 10.0.0.23 - - [2026-04-20 17:18:43] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005606 10.0.0.23 - - [2026-04-20 17:18:43] "GET /virtual-networks?parent_id=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.006002 10.0.0.23 - - [2026-04-20 17:18:43] "GET /virtual-network/dff01228-e2d5-44dc-99de-9fc46aebe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009514 10.0.0.23 - - [2026-04-20 17:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007409 10.0.0.23 - - [2026-04-20 17:18:43] "GET /routing-instance/559fad0a-f602-4b9b-a73c-0fedc10d3c16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.006352 10.0.0.23 - - [2026-04-20 17:18:43] "GET /route-target/574128d8-d5a6-46ce-ad33-3312e4ccf962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006721 10.0.0.23 - - [2026-04-20 17:18:46] "GET /obj-perms HTTP/1.1" 200 5013 0.005721 10.0.0.23 - - [2026-04-20 17:18:49] "GET /obj-perms HTTP/1.1" 200 5013 0.004411 10.0.0.23 - - [2026-04-20 17:18:55] "GET /obj-perms HTTP/1.1" 200 5013 0.005244 10.0.0.23 - - [2026-04-20 17:18:59] "GET /obj-perms HTTP/1.1" 200 5013 0.004531 10.0.0.23 - - [2026-04-20 17:18:59] "GET /virtual-machine/201a1030-82c5-4630-9642-3f312bf1068c HTTP/1.1" 200 1298 0.005782 10.0.0.23 - - [2026-04-20 17:18:59] "POST /neutron/port HTTP/1.1" 200 1125 0.026686 10.0.0.23 - - [2026-04-20 17:19:01] "GET /virtual-machine/201a1030-82c5-4630-9642-3f312bf1068c HTTP/1.1" 404 171 0.004245 10.0.0.23 - - [2026-04-20 17:19:01] "GET /virtual-machine/201a1030-82c5-4630-9642-3f312bf1068c HTTP/1.1" 404 171 0.003433 10.0.0.23 - - [2026-04-20 17:19:01] "GET /virtual-machine/201a1030-82c5-4630-9642-3f312bf1068c HTTP/1.1" 404 171 0.005008 10.0.0.23 - - [2026-04-20 17:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005400 10.0.0.23 - - [2026-04-20 17:19:01] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005155 10.0.0.23 - - [2026-04-20 17:19:01] "GET /virtual-networks?parent_id=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005634 10.0.0.23 - - [2026-04-20 17:19:01] "GET /virtual-network/332cc79a-194f-4604-87fc-22f7bc924178?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2573 0.007766 10.0.0.23 - - [2026-04-20 17:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.23 - - [2026-04-20 17:19:01] "GET /routing-instance/3c99b254-d6d4-4429-b65e-eff4e4f6f9ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005733 10.0.0.23 - - [2026-04-20 17:19:01] "GET /route-target/bf3c3ba5-3fbd-4d5d-8ecd-ab299ab37047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.008004 10.0.0.23 - - [2026-04-20 17:19:01] "GET /obj-perms HTTP/1.1" 200 5013 0.006992 10.0.0.23 - - [2026-04-20 17:19:05] "GET /obj-perms HTTP/1.1" 200 5013 0.006205 10.0.0.23 - - [2026-04-20 17:19:11] "GET /obj-perms HTTP/1.1" 200 5013 0.006068 10.0.0.23 - - [2026-04-20 17:19:14] "GET /obj-perms HTTP/1.1" 200 5013 0.007242 10.0.0.23 - - [2026-04-20 17:19:20] "GET /obj-perms HTTP/1.1" 200 5013 0.004901 10.0.0.23 - - [2026-04-20 17:19:23] "GET /obj-perms HTTP/1.1" 200 5013 0.004753 10.0.0.23 - - [2026-04-20 17:19:29] "GET /obj-perms HTTP/1.1" 200 5013 0.004852 10.0.0.23 - - [2026-04-20 17:19:29] "GET /obj-perms HTTP/1.1" 200 5013 0.005375 10.0.0.249 - - [2026-04-20 17:19:29] "GET /obj-perms HTTP/1.1" 200 5013 0.068660 10.0.0.65 - - [2026-04-20 17:19:30] "GET /obj-perms HTTP/1.1" 200 5013 0.076670 10.0.0.23 - - [2026-04-20 17:19:30] "GET /virtual-network/dff01228-e2d5-44dc-99de-9fc46aebe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006837 10.0.0.23 - - [2026-04-20 17:19:30] "POST /neutron/network HTTP/1.1" 200 1159 0.018042 10.0.0.65 - - [2026-04-20 17:19:30] "POST /ref-update HTTP/1.1" 200 156 0.041209 10.0.0.23 - - [2026-04-20 17:19:30] "GET /virtual-network/dff01228-e2d5-44dc-99de-9fc46aebe28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.015774 10.0.0.23 - - [2026-04-20 17:19:30] "DELETE /network-policy/97704009-447d-445a-a79b-a6630d76e192 HTTP/1.1" 200 115 0.039537 10.0.0.23 - - [2026-04-20 17:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.65 - - [2026-04-20 17:19:30] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.076834 10.0.0.23 - - [2026-04-20 17:19:30] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.134418 10.0.0.23 - - [2026-04-20 17:19:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-28827979&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.007141 10.0.0.23 - - [2026-04-20 17:19:31] "DELETE /network-policy/69acba8b-90fb-462d-81a7-3bd9d9aa1402 HTTP/1.1" 200 115 0.045256 10.0.0.23 - - [2026-04-20 17:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.013086 10.0.0.65 - - [2026-04-20 17:19:31] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001589 10.0.0.23 - - [2026-04-20 17:19:31] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.054505 10.0.0.23 - - [2026-04-20 17:19:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-28827979&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006395 10.0.0.23 - - [2026-04-20 17:19:31] "DELETE /network-policy/593df976-af2f-43f3-8b63-787f7e046823 HTTP/1.1" 200 115 0.040358 10.0.0.23 - - [2026-04-20 17:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007860 10.0.0.65 - - [2026-04-20 17:19:31] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001158 10.0.0.23 - - [2026-04-20 17:19:31] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.063622 10.0.0.23 - - [2026-04-20 17:19:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-28827979&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.008446 10.0.0.23 - - [2026-04-20 17:19:31] "DELETE /network-policy/0975fefc-2ec7-4114-8b06-1db33b4ac3ae HTTP/1.1" 200 115 0.045872 10.0.0.23 - - [2026-04-20 17:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.007605 10.0.0.65 - - [2026-04-20 17:19:31] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001193 10.0.0.23 - - [2026-04-20 17:19:31] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.064922 10.0.0.23 - - [2026-04-20 17:19:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-28827979&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.007575 10.0.0.23 - - [2026-04-20 17:19:31] "DELETE /network-policy/5666dc6a-6158-480c-b23d-60615c1a56cf HTTP/1.1" 200 115 0.042430 10.0.0.23 - - [2026-04-20 17:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004991 10.0.0.65 - - [2026-04-20 17:19:31] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001055 10.0.0.23 - - [2026-04-20 17:19:31] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049334 10.0.0.23 - - [2026-04-20 17:19:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-28827979&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.006617 10.0.0.23 - - [2026-04-20 17:19:31] "DELETE /network-policy/2fa55bf4-19c3-4676-bbde-a3a314109a39 HTTP/1.1" 200 115 0.042907 10.0.0.23 - - [2026-04-20 17:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005839 10.0.0.65 - - [2026-04-20 17:19:32] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001039 10.0.0.23 - - [2026-04-20 17:19:32] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048749 10.0.0.23 - - [2026-04-20 17:19:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-28827979&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.007132 10.0.0.23 - - [2026-04-20 17:19:32] "DELETE /network-policy/f823496a-9188-4c35-88f9-2e25f85c3473 HTTP/1.1" 200 115 0.049402 10.0.0.23 - - [2026-04-20 17:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005359 10.0.0.65 - - [2026-04-20 17:19:32] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001092 10.0.0.23 - - [2026-04-20 17:19:32] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.073603 10.0.0.23 - - [2026-04-20 17:19:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-28827979&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.008957 10.0.0.23 - - [2026-04-20 17:19:32] "DELETE /network-policy/ce15104c-eba8-4cf1-a40c-d838fe343344 HTTP/1.1" 200 115 0.058189 10.0.0.23 - - [2026-04-20 17:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006119 10.0.0.65 - - [2026-04-20 17:19:32] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002526 10.0.0.23 - - [2026-04-20 17:19:32] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.073079 10.0.0.23 - - [2026-04-20 17:19:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-28827979&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.009752 10.0.0.23 - - [2026-04-20 17:19:32] "DELETE /network-policy/9f3c33a0-110b-4402-b345-54e8b156910f HTTP/1.1" 200 115 0.056679 10.0.0.23 - - [2026-04-20 17:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.65 - - [2026-04-20 17:19:32] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001193 10.0.0.23 - - [2026-04-20 17:19:32] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050679 10.0.0.23 - - [2026-04-20 17:19:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-28827979&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.006252 10.0.0.23 - - [2026-04-20 17:19:33] "DELETE /network-policy/cb223b7f-7b83-4888-bfde-0e23fc6daa92 HTTP/1.1" 200 115 0.053464 10.0.0.23 - - [2026-04-20 17:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.65 - - [2026-04-20 17:19:33] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001204 10.0.0.23 - - [2026-04-20 17:19:33] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046287 10.0.0.23 - - [2026-04-20 17:19:33] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-28827979&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006980 10.0.0.23 - - [2026-04-20 17:19:33] "POST /neutron/network HTTP/1.1" 200 1074 0.009983 10.0.0.65 - - [2026-04-20 17:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005491 10.0.0.65 - - [2026-04-20 17:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.011372 10.0.0.65 - - [2026-04-20 17:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005482 10.0.0.65 - - [2026-04-20 17:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003839 10.0.0.65 - - [2026-04-20 17:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004635 10.0.0.23 - - [2026-04-20 17:19:34] "POST /neutron/network HTTP/1.1" 200 151 0.217229 10.0.0.23 - - [2026-04-20 17:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.23 - - [2026-04-20 17:19:34] "DELETE /network-ipam/a67128b9-10bc-4c3a-b90e-d1c9b1d8bcaf HTTP/1.1" 200 115 0.042316 10.0.0.23 - - [2026-04-20 17:19:34] "POST /fqname-to-id HTTP/1.1" 404 248 0.004308 10.0.0.65 - - [2026-04-20 17:19:34] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001170 10.0.0.65 - - [2026-04-20 17:19:34] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.048171 10.0.0.65 - - [2026-04-20 17:19:34] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001569 10.0.0.65 - - [2026-04-20 17:19:34] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?fields=security_groups HTTP/1.1" 200 1381 0.070544 10.0.0.65 - - [2026-04-20 17:19:34] "DELETE /security-group/04c539cd-0ede-497d-acc7-c69a8e12c7a8 HTTP/1.1" 200 115 0.073425 10.0.0.65 - - [2026-04-20 17:19:34] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001407 10.0.0.65 - - [2026-04-20 17:19:34] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?fields=application_policy_sets HTTP/1.1" 200 1420 0.073520 10.0.0.65 - - [2026-04-20 17:19:34] "DELETE /access-control-list/412a030a-6127-43c9-a861-3122ec3cf891 HTTP/1.1" 200 115 0.074533 10.0.0.23 - - [2026-04-20 17:19:35] "DELETE /project/0e8f207a-55f7-4965-9b98-d1474707ab2c HTTP/1.1" 200 115 0.517565 10.0.0.65 - - [2026-04-20 17:19:35] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002354 10.0.0.23 - - [2026-04-20 17:19:35] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?fields=projects HTTP/1.1" 200 1244 0.019002 10.0.0.65 - - [2026-04-20 17:19:36] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005652 10.0.0.65 - - [2026-04-20 17:19:36] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.65 - - [2026-04-20 17:19:36] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050520 10.0.0.65 - - [2026-04-20 17:19:36] "POST /id-to-fqname HTTP/1.1" 200 196 0.005505 10.0.0.65 - - [2026-04-20 17:19:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.003932 10.0.0.65 - - [2026-04-20 17:19:36] "POST /security-groups HTTP/1.1" 200 597 0.089845 10.0.0.65 - - [2026-04-20 17:19:36] "POST /projects HTTP/1.1" 200 597 0.337009 10.0.0.65 - - [2026-04-20 17:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.380103 10.0.0.65 - - [2026-04-20 17:19:36] "POST /fqname-to-id HTTP/1.1" 404 239 0.006893 10.0.0.23 - - [2026-04-20 17:19:37] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.633016 10.0.0.65 - - [2026-04-20 17:19:37] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001170 10.0.0.23 - - [2026-04-20 17:19:37] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?fields=virtual_networks HTTP/1.1" 200 1044 0.068190 10.0.0.65 - - [2026-04-20 17:19:37] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001499 10.0.0.23 - - [2026-04-20 17:19:37] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.057080 10.0.0.65 - - [2026-04-20 17:19:37] "GET /projects?obj_uuids=0e8f207a-55f7-4965-9b98-d1474707ab2c&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002357 10.0.0.23 - - [2026-04-20 17:19:37] "GET /project/0e8f207a-55f7-4965-9b98-d1474707ab2c?fields=security_groups HTTP/1.1" 200 1276 0.055484 10.0.0.23 - - [2026-04-20 17:19:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.036768 10.0.0.65 - - [2026-04-20 17:19:38] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003554 10.0.0.65 - - [2026-04-20 17:19:38] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003350 10.0.0.65 - - [2026-04-20 17:19:38] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010715 10.0.0.65 - - [2026-04-20 17:19:38] "POST /id-to-fqname HTTP/1.1" 200 202 0.002189 10.0.0.65 - - [2026-04-20 17:19:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.008306 10.0.0.65 - - [2026-04-20 17:19:38] "POST /security-groups HTTP/1.1" 200 603 0.052872 10.0.0.65 - - [2026-04-20 17:19:38] "POST /projects HTTP/1.1" 200 609 0.326686 10.0.0.65 - - [2026-04-20 17:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.366534 10.0.0.65 - - [2026-04-20 17:19:38] "POST /access-control-lists HTTP/1.1" 200 608 0.042748 10.0.0.23 - - [2026-04-20 17:19:39] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.551264 10.0.0.23 - - [2026-04-20 17:19:40] "GET / HTTP/1.1" 200 35931 0.001799 10.0.0.23 - - [2026-04-20 17:19:42] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000475 10.0.0.65 - - [2026-04-20 17:19:42] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001500 10.0.0.23 - - [2026-04-20 17:19:43] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.106915 10.0.0.23 - - [2026-04-20 17:19:43] "GET / HTTP/1.1" 200 35931 0.002171 10.0.0.23 - - [2026-04-20 17:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.65 - - [2026-04-20 17:19:44] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.23 - - [2026-04-20 17:19:44] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009103 10.0.0.23 - - [2026-04-20 17:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.65 - - [2026-04-20 17:19:44] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001190 10.0.0.23 - - [2026-04-20 17:19:44] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062088 10.0.0.23 - - [2026-04-20 17:19:45] "GET /domains HTTP/1.1" 401 292 0.000690 10.0.0.23 - - [2026-04-20 17:19:45] "GET /domains HTTP/1.1" 200 280 0.037218 10.0.0.65 - - [2026-04-20 17:19:45] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.23 - - [2026-04-20 17:19:45] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19 HTTP/1.1" 200 2777 0.010025 10.0.0.65 - - [2026-04-20 17:19:45] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000868 10.0.0.23 - - [2026-04-20 17:19:45] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37 HTTP/1.1" 200 1925 0.099350 10.0.0.23 - - [2026-04-20 17:19:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.004501 10.0.0.23 - - [2026-04-20 17:19:45] "POST /network-ipams HTTP/1.1" 200 621 0.035401 10.0.0.23 - - [2026-04-20 17:19:45] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.005788 10.0.0.23 - - [2026-04-20 17:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.23 - - [2026-04-20 17:19:46] "GET /network-ipam/0798a8c4-45bf-4f99-bd8a-0921b2dc38d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.009255 10.0.0.23 - - [2026-04-20 17:19:46] "PUT /network-ipam/0798a8c4-45bf-4f99-bd8a-0921b2dc38d8 HTTP/1.1" 200 258 0.018507 10.0.0.23 - - [2026-04-20 17:19:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000680 10.0.0.23 - - [2026-04-20 17:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.033948 10.0.0.65 - - [2026-04-20 17:19:46] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.23 - - [2026-04-20 17:19:46] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047181 10.0.0.65 - - [2026-04-20 17:19:47] "POST /route-targets HTTP/1.1" 200 327 0.019684 10.0.0.65 - - [2026-04-20 17:19:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007111 10.0.0.23 - - [2026-04-20 17:19:47] "POST /neutron/subnet HTTP/1.1" 200 701 0.322530 10.0.0.249 - - [2026-04-20 17:19:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.066076 10.0.0.23 - - [2026-04-20 17:19:47] "POST /neutron/network HTTP/1.1" 200 1336 0.025479 10.0.0.23 - - [2026-04-20 17:19:47] "POST /id-to-fqname HTTP/1.1" 200 235 0.001817 10.0.0.23 - - [2026-04-20 17:19:47] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006929 10.0.0.23 - - [2026-04-20 17:19:48] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.007354 10.0.0.23 - - [2026-04-20 17:19:48] "POST /neutron/subnet HTTP/1.1" 200 701 0.010339 10.0.0.23 - - [2026-04-20 17:19:48] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006763 10.0.0.23 - - [2026-04-20 17:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007231 10.0.0.65 - - [2026-04-20 17:19:50] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001861 10.0.0.23 - - [2026-04-20 17:19:50] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054815 10.0.0.23 - - [2026-04-20 17:19:50] "POST /neutron/network HTTP/1.1" 200 117 0.023507 10.0.0.65 - - [2026-04-20 17:19:50] "POST /ref-update HTTP/1.1" 200 156 0.031005 10.0.0.65 - - [2026-04-20 17:19:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002998 10.0.0.23 - - [2026-04-20 17:19:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.243770 10.0.0.23 - - [2026-04-20 17:19:51] "POST /id-to-fqname HTTP/1.1" 200 235 0.001488 10.0.0.23 - - [2026-04-20 17:19:51] "GET /virtual-network/c09ca064-b821-40bf-9bf3-5ad4c44419ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.011442 10.0.0.23 - - [2026-04-20 17:19:51] "POST /neutron/network HTTP/1.1" 200 1337 0.012170 10.0.0.23 - - [2026-04-20 17:19:51] "GET /virtual-network/c09ca064-b821-40bf-9bf3-5ad4c44419ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005611 10.0.0.23 - - [2026-04-20 17:19:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.010381 10.0.0.23 - - [2026-04-20 17:19:51] "GET /virtual-network/c09ca064-b821-40bf-9bf3-5ad4c44419ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007953 10.0.0.249 - - [2026-04-20 17:19:52] "GET /obj-perms HTTP/1.1" 200 5019 0.082741 10.0.0.65 - - [2026-04-20 17:19:52] "GET /obj-perms HTTP/1.1" 200 5019 0.097490 10.0.0.23 - - [2026-04-20 17:19:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.003284 10.0.0.23 - - [2026-04-20 17:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.65 - - [2026-04-20 17:19:52] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.23 - - [2026-04-20 17:19:52] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.075983 10.0.0.23 - - [2026-04-20 17:19:52] "POST /network-policys HTTP/1.1" 200 533 0.071605 10.0.0.23 - - [2026-04-20 17:19:53] "GET /network-policy/6694ec6e-db07-4558-8d65-93ef8ddb11f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.010512 10.0.0.23 - - [2026-04-20 17:19:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.003419 10.0.0.23 - - [2026-04-20 17:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.65 - - [2026-04-20 17:19:53] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073 10.0.0.23 - - [2026-04-20 17:19:53] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045639 10.0.0.23 - - [2026-04-20 17:19:53] "POST /network-policys HTTP/1.1" 200 533 0.034517 10.0.0.23 - - [2026-04-20 17:19:53] "GET /network-policy/5496b518-b19a-4501-a027-d4da5f48583a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007833 10.0.0.23 - - [2026-04-20 17:19:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.003987 10.0.0.23 - - [2026-04-20 17:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.65 - - [2026-04-20 17:19:53] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.23 - - [2026-04-20 17:19:53] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058453 10.0.0.23 - - [2026-04-20 17:19:53] "POST /network-policys HTTP/1.1" 200 533 0.038520 10.0.0.23 - - [2026-04-20 17:19:53] "GET /network-policy/7ab854e0-d07d-4734-b8d3-f6c86f388268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.008086 10.0.0.23 - - [2026-04-20 17:19:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.003517 10.0.0.23 - - [2026-04-20 17:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.65 - - [2026-04-20 17:19:54] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.23 - - [2026-04-20 17:19:54] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039917 10.0.0.23 - - [2026-04-20 17:19:54] "POST /network-policys HTTP/1.1" 200 533 0.038357 10.0.0.23 - - [2026-04-20 17:19:54] "GET /network-policy/b1c8c6c6-7b48-49b9-842c-4ea3e6d8ad1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007163 10.0.0.23 - - [2026-04-20 17:19:54] "POST /fqname-to-id HTTP/1.1" 404 213 0.004192 10.0.0.23 - - [2026-04-20 17:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.65 - - [2026-04-20 17:19:54] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.23 - - [2026-04-20 17:19:54] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053989 10.0.0.23 - - [2026-04-20 17:19:54] "POST /network-policys HTTP/1.1" 200 537 0.033947 10.0.0.23 - - [2026-04-20 17:19:54] "GET /network-policy/6d75e56d-b1b4-4f8a-8096-6737be73c057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.006221 10.0.0.23 - - [2026-04-20 17:19:54] "POST /fqname-to-id HTTP/1.1" 404 212 0.005862 10.0.0.23 - - [2026-04-20 17:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.65 - - [2026-04-20 17:19:54] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001506 10.0.0.23 - - [2026-04-20 17:19:54] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045367 10.0.0.23 - - [2026-04-20 17:19:55] "POST /network-policys HTTP/1.1" 200 535 0.035919 10.0.0.23 - - [2026-04-20 17:19:55] "GET /network-policy/150dd02d-4bcc-4a5a-82ad-e3694d41e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006980 10.0.0.23 - - [2026-04-20 17:19:55] "POST /fqname-to-id HTTP/1.1" 404 212 0.004005 10.0.0.23 - - [2026-04-20 17:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.65 - - [2026-04-20 17:19:55] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001176 10.0.0.23 - - [2026-04-20 17:19:55] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.059315 10.0.0.23 - - [2026-04-20 17:19:55] "POST /network-policys HTTP/1.1" 200 535 0.041845 10.0.0.23 - - [2026-04-20 17:19:55] "GET /network-policy/ff665b7f-9147-4220-b033-4f9cdc99e079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007879 10.0.0.23 - - [2026-04-20 17:19:55] "POST /fqname-to-id HTTP/1.1" 404 212 0.004156 10.0.0.23 - - [2026-04-20 17:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.65 - - [2026-04-20 17:19:55] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001053 10.0.0.23 - - [2026-04-20 17:19:55] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040058 10.0.0.23 - - [2026-04-20 17:19:55] "POST /network-policys HTTP/1.1" 200 535 0.043424 10.0.0.23 - - [2026-04-20 17:19:55] "GET /network-policy/c1779eb5-02fa-49de-bcd5-50cbe318015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006860 10.0.0.23 - - [2026-04-20 17:19:56] "POST /fqname-to-id HTTP/1.1" 404 212 0.003972 10.0.0.23 - - [2026-04-20 17:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.65 - - [2026-04-20 17:19:56] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.23 - - [2026-04-20 17:19:56] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042179 10.0.0.23 - - [2026-04-20 17:19:56] "POST /network-policys HTTP/1.1" 200 535 0.041066 10.0.0.23 - - [2026-04-20 17:19:56] "GET /network-policy/9746cb0e-f9c2-4e3f-9510-f7ec6aada88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.008298 10.0.0.23 - - [2026-04-20 17:19:56] "POST /fqname-to-id HTTP/1.1" 404 214 0.006410 10.0.0.23 - - [2026-04-20 17:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.65 - - [2026-04-20 17:19:56] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001775 10.0.0.23 - - [2026-04-20 17:19:56] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.065071 10.0.0.23 - - [2026-04-20 17:19:56] "POST /network-policys HTTP/1.1" 200 539 0.032366 10.0.0.23 - - [2026-04-20 17:19:56] "GET /network-policy/786bede8-577b-4f58-841d-c0fcfa1f211e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.008335 10.0.0.65 - - [2026-04-20 17:19:57] "POST /fqname-to-id HTTP/1.1" 404 252 0.014386 10.0.0.23 - - [2026-04-20 17:19:57] "POST /neutron/network HTTP/1.1" 200 1424 0.097202 10.0.0.23 - - [2026-04-20 17:19:57] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.007542 10.0.0.23 - - [2026-04-20 17:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005544 10.0.0.23 - - [2026-04-20 17:19:57] "GET /network-policy/6694ec6e-db07-4558-8d65-93ef8ddb11f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005471 10.0.0.249 - - [2026-04-20 17:19:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.016494 10.0.0.23 - - [2026-04-20 17:19:57] "POST /neutron/network HTTP/1.1" 200 1427 0.114228 10.0.0.65 - - [2026-04-20 17:19:57] "POST /access-control-lists HTTP/1.1" 200 609 0.050085 10.0.0.23 - - [2026-04-20 17:19:57] "GET /virtual-network/c09ca064-b821-40bf-9bf3-5ad4c44419ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006826 10.0.0.23 - - [2026-04-20 17:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.012741 10.0.0.23 - - [2026-04-20 17:19:57] "GET /network-policy/6d75e56d-b1b4-4f8a-8096-6737be73c057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.007654 10.0.0.23 - - [2026-04-20 17:19:57] "POST /id-to-fqname HTTP/1.1" 200 235 0.001421 10.0.0.65 - - [2026-04-20 17:19:58] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.23 - - [2026-04-20 17:19:58] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.075080 10.0.0.23 - - [2026-04-20 17:19:58] "POST /neutron/network HTTP/1.1" 200 1424 0.014634 10.0.0.23 - - [2026-04-20 17:19:59] "POST /id-to-fqname HTTP/1.1" 200 235 0.001773 10.0.0.23 - - [2026-04-20 17:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.008342 10.0.0.65 - - [2026-04-20 17:19:59] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.65 - - [2026-04-20 17:20:00] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005175 10.0.0.23 - - [2026-04-20 17:20:00] "POST /neutron/port HTTP/1.1" 200 1173 0.464420 10.0.0.23 - - [2026-04-20 17:20:00] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.152055 10.0.0.23 - - [2026-04-20 17:20:00] "POST /neutron/port HTTP/1.1" 200 1173 0.041194 10.0.0.23 - - [2026-04-20 17:20:00] "POST /neutron/port HTTP/1.1" 200 1237 0.027823 10.0.0.23 - - [2026-04-20 17:20:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004652 10.0.0.23 - - [2026-04-20 17:20:01] "POST /neutron/port HTTP/1.1" 200 117 0.001725 10.0.0.23 - - [2026-04-20 17:20:01] "POST /neutron/port HTTP/1.1" 200 1237 0.030129 10.0.0.65 - - [2026-04-20 17:20:01] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001228 10.0.0.23 - - [2026-04-20 17:20:02] "POST /neutron/port HTTP/1.1" 200 1174 0.549115 10.0.0.23 - - [2026-04-20 17:20:02] "POST /neutron/port HTTP/1.1" 200 1228 0.190284 10.0.0.23 - - [2026-04-20 17:20:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004649 10.0.0.23 - - [2026-04-20 17:20:02] "POST /neutron/port HTTP/1.1" 200 117 0.001112 10.0.0.65 - - [2026-04-20 17:20:06] "DELETE /project/0e8f207a55f749659b98d1474707ab2c HTTP/1.1" 404 173 0.005482 10.0.0.65 - - [2026-04-20 17:20:06] "DELETE /project/0e8f207a-55f7-4965-9b98-d1474707ab2c HTTP/1.1" 404 177 0.009182 10.0.0.65 - - [2026-04-20 17:20:06] "DELETE /project/bced2bf515634e87ad1db6b686874f37 HTTP/1.1" 404 173 0.012790 10.0.0.23 - - [2026-04-20 17:20:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.021933 10.0.0.23 - - [2026-04-20 17:20:06] "POST /neutron/port HTTP/1.1" 200 1237 0.023528 10.0.0.23 - - [2026-04-20 17:20:06] "GET /virtual-machine/def04e0f-77c0-482a-9f08-a1c38085e706 HTTP/1.1" 401 292 0.000456 10.0.0.23 - - [2026-04-20 17:20:07] "GET /virtual-machine/def04e0f-77c0-482a-9f08-a1c38085e706 HTTP/1.1" 200 1305 0.041966 10.0.0.23 - - [2026-04-20 17:20:07] "GET /virtual-machine-interface/59f9b232-22a1-4b7b-94b2-919cb8d773b2 HTTP/1.1" 200 3169 0.006643 10.0.0.23 - - [2026-04-20 17:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.23 - - [2026-04-20 17:20:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006238 10.0.0.23 - - [2026-04-20 17:20:07] "GET /virtual-networks?parent_id=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004315 10.0.0.23 - - [2026-04-20 17:20:07] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.011303 10.0.0.249 - - [2026-04-20 17:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.249 - - [2026-04-20 17:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.249 - - [2026-04-20 17:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.65 - - [2026-04-20 17:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.249 - - [2026-04-20 17:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.65 - - [2026-04-20 17:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.65 - - [2026-04-20 17:20:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.65 - - [2026-04-20 17:20:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-04-20 17:20:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.23 - - [2026-04-20 17:20:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2026-04-20 17:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.23 - - [2026-04-20 17:20:10] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006895 10.0.0.23 - - [2026-04-20 17:20:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.23 - - [2026-04-20 17:20:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000993 10.0.0.23 - - [2026-04-20 17:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.23 - - [2026-04-20 17:20:14] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006738 10.0.0.23 - - [2026-04-20 17:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.23 - - [2026-04-20 17:20:18] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.005924 10.0.0.23 - - [2026-04-20 17:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007743 10.0.0.23 - - [2026-04-20 17:20:22] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006789 10.0.0.23 - - [2026-04-20 17:20:24] "POST /neutron/port HTTP/1.1" 200 1238 0.023176 10.0.0.23 - - [2026-04-20 17:20:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009033 10.0.0.23 - - [2026-04-20 17:20:24] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.23 - - [2026-04-20 17:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006375 10.0.0.23 - - [2026-04-20 17:20:26] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.011367 10.0.0.23 - - [2026-04-20 17:20:26] "POST /neutron/port HTTP/1.1" 200 1237 0.029253 10.0.0.23 - - [2026-04-20 17:20:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005311 10.0.0.23 - - [2026-04-20 17:20:27] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.23 - - [2026-04-20 17:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.23 - - [2026-04-20 17:20:30] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.007608 10.0.0.23 - - [2026-04-20 17:20:32] "GET /obj-perms HTTP/1.1" 200 5056 0.072940 10.0.0.23 - - [2026-04-20 17:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005248 10.0.0.23 - - [2026-04-20 17:20:34] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006244 10.0.0.23 - - [2026-04-20 17:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.23 - - [2026-04-20 17:20:38] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006849 10.0.0.23 - - [2026-04-20 17:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005336 10.0.0.23 - - [2026-04-20 17:20:43] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004251 10.0.0.23 - - [2026-04-20 17:20:43] "GET /virtual-networks?parent_id=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003813 10.0.0.23 - - [2026-04-20 17:20:43] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.006067 10.0.0.23 - - [2026-04-20 17:20:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010497 10.0.0.23 - - [2026-04-20 17:20:53] "POST /neutron/port HTTP/1.1" 200 1237 0.022301 10.0.0.23 - - [2026-04-20 17:20:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008231 10.0.0.23 - - [2026-04-20 17:20:58] "POST /neutron/port HTTP/1.1" 200 1237 0.030167 10.0.0.23 - - [2026-04-20 17:21:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012083 10.0.0.23 - - [2026-04-20 17:21:04] "POST /neutron/port HTTP/1.1" 200 1238 0.036085 10.0.0.23 - - [2026-04-20 17:21:04] "GET /virtual-machine/13bc2a34-e00f-4434-b31b-ab49cc38eea7 HTTP/1.1" 200 1304 0.019933 10.0.0.23 - - [2026-04-20 17:21:04] "GET /virtual-machine-interface/a9e48e4e-18f2-436a-a3e5-4a01ffd2dce3 HTTP/1.1" 200 3170 0.010123 10.0.0.23 - - [2026-04-20 17:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008201 10.0.0.23 - - [2026-04-20 17:21:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005778 10.0.0.23 - - [2026-04-20 17:21:04] "GET /virtual-networks?parent_id=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.005095 10.0.0.23 - - [2026-04-20 17:21:04] "GET /virtual-network/c09ca064-b821-40bf-9bf3-5ad4c44419ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.008347 10.0.0.23 - - [2026-04-20 17:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.23 - - [2026-04-20 17:21:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005935 10.0.0.23 - - [2026-04-20 17:21:05] "GET /virtual-networks?parent_id=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.005061 10.0.0.23 - - [2026-04-20 17:21:05] "GET /virtual-network/c09ca064-b821-40bf-9bf3-5ad4c44419ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007237 10.0.0.23 - - [2026-04-20 17:21:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009016 10.0.0.23 - - [2026-04-20 17:21:11] "POST /neutron/port HTTP/1.1" 200 1238 0.028692 10.0.0.23 - - [2026-04-20 17:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.23 - - [2026-04-20 17:21:11] "GET /network-policy/6d75e56d-b1b4-4f8a-8096-6737be73c057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.006172 10.0.0.23 - - [2026-04-20 17:21:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012577 10.0.0.23 - - [2026-04-20 17:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005365 10.0.0.23 - - [2026-04-20 17:21:11] "GET /network-policy/6694ec6e-db07-4558-8d65-93ef8ddb11f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007510 10.0.0.23 - - [2026-04-20 17:21:12] "POST /neutron/network HTTP/1.1" 200 1424 0.018906 10.0.0.23 - - [2026-04-20 17:21:12] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.018639 10.0.0.23 - - [2026-04-20 17:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005987 10.0.0.23 - - [2026-04-20 17:21:12] "GET /network-policy/5496b518-b19a-4501-a027-d4da5f48583a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007153 10.0.0.23 - - [2026-04-20 17:21:24] "POST /neutron/network HTTP/1.1" 200 1437 0.058974 10.0.0.23 - - [2026-04-20 17:21:25] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020379 10.0.0.23 - - [2026-04-20 17:21:25] "POST /neutron/network HTTP/1.1" 200 1427 0.018206 10.0.0.23 - - [2026-04-20 17:21:27] "POST /neutron/network HTTP/1.1" 200 1434 0.043731 10.0.0.23 - - [2026-04-20 17:21:27] "POST /neutron/subnet HTTP/1.1" 200 1356 0.024855 10.0.0.23 - - [2026-04-20 17:21:28] "POST /neutron/network HTTP/1.1" 200 1424 0.013695 10.0.0.65 - - [2026-04-20 17:21:33] "PUT /access-control-list/041ad461-d872-4e23-b81c-63373af89202 HTTP/1.1" 200 272 0.021875 10.0.0.23 - - [2026-04-20 17:21:34] "POST /neutron/network HTTP/1.1" 200 1427 0.026513 10.0.0.23 - - [2026-04-20 17:21:34] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007249 10.0.0.23 - - [2026-04-20 17:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.23 - - [2026-04-20 17:21:34] "GET /network-policy/786bede8-577b-4f58-841d-c0fcfa1f211e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004327 10.0.0.249 - - [2026-04-20 17:21:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.007777 10.0.0.23 - - [2026-04-20 17:21:46] "POST /neutron/network HTTP/1.1" 200 1424 0.031618 10.0.0.65 - - [2026-04-20 17:21:46] "POST /ref-update HTTP/1.1" 200 156 0.033533 10.0.0.23 - - [2026-04-20 17:21:46] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.012259 10.0.0.23 - - [2026-04-20 17:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012464 10.0.0.23 - - [2026-04-20 17:21:47] "GET /network-policy/7ab854e0-d07d-4734-b8d3-f6c86f388268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005826 10.0.0.23 - - [2026-04-20 17:21:59] "POST /neutron/network HTTP/1.1" 200 1424 0.022769 10.0.0.23 - - [2026-04-20 17:21:59] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3477 0.008204 10.0.0.23 - - [2026-04-20 17:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.23 - - [2026-04-20 17:21:59] "GET /network-policy/b1c8c6c6-7b48-49b9-842c-4ea3e6d8ad1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004536 10.0.0.65 - - [2026-04-20 17:22:09] "POST /ref-update HTTP/1.1" 200 156 0.056993 10.0.0.23 - - [2026-04-20 17:22:09] "POST /neutron/network HTTP/1.1" 200 1425 0.023242 10.0.0.23 - - [2026-04-20 17:22:09] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.005651 10.0.0.23 - - [2026-04-20 17:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009100 10.0.0.23 - - [2026-04-20 17:22:09] "GET /network-policy/150dd02d-4bcc-4a5a-82ad-e3694d41e530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005061 10.0.0.249 - - [2026-04-20 17:22:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.014393 10.0.0.23 - - [2026-04-20 17:22:22] "POST /neutron/network HTTP/1.1" 200 1425 0.030033 10.0.0.23 - - [2026-04-20 17:22:22] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.010008 10.0.0.23 - - [2026-04-20 17:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.23 - - [2026-04-20 17:22:22] "GET /network-policy/ff665b7f-9147-4220-b033-4f9cdc99e079?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006978 10.0.0.23 - - [2026-04-20 17:22:25] "POST /neutron/network HTTP/1.1" 200 1437 0.010700 10.0.0.23 - - [2026-04-20 17:22:25] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020219 10.0.0.23 - - [2026-04-20 17:22:25] "POST /neutron/network HTTP/1.1" 200 1427 0.014983 10.0.0.23 - - [2026-04-20 17:22:28] "POST /neutron/network HTTP/1.1" 200 1435 0.009020 10.0.0.23 - - [2026-04-20 17:22:28] "POST /neutron/subnet HTTP/1.1" 200 1356 0.018058 10.0.0.23 - - [2026-04-20 17:22:28] "POST /neutron/network HTTP/1.1" 200 1425 0.014568 10.0.0.65 - - [2026-04-20 17:22:33] "PUT /access-control-list/041ad461-d872-4e23-b81c-63373af89202 HTTP/1.1" 200 272 0.023324 10.0.0.23 - - [2026-04-20 17:22:33] "POST /neutron/network HTTP/1.1" 200 1425 0.015230 10.0.0.23 - - [2026-04-20 17:22:33] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.008392 10.0.0.23 - - [2026-04-20 17:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.23 - - [2026-04-20 17:22:33] "GET /network-policy/c1779eb5-02fa-49de-bcd5-50cbe318015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004543 10.0.0.23 - - [2026-04-20 17:22:45] "POST /neutron/network HTTP/1.1" 200 1425 0.017236 10.0.0.23 - - [2026-04-20 17:22:45] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006976 10.0.0.23 - - [2026-04-20 17:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.23 - - [2026-04-20 17:22:45] "GET /network-policy/9746cb0e-f9c2-4e3f-9510-f7ec6aada88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004743 10.0.0.23 - - [2026-04-20 17:22:55] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3478 0.006189 10.0.0.249 - - [2026-04-20 17:22:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.007308 10.0.0.23 - - [2026-04-20 17:22:55] "POST /neutron/network HTTP/1.1" 200 1336 0.016443 10.0.0.23 - - [2026-04-20 17:22:55] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.008327 10.0.0.65 - - [2026-04-20 17:22:56] "POST /ref-update HTTP/1.1" 200 156 0.070120 10.0.0.23 - - [2026-04-20 17:22:56] "GET /virtual-machine/13bc2a34-e00f-4434-b31b-ab49cc38eea7 HTTP/1.1" 200 1304 0.006280 10.0.0.23 - - [2026-04-20 17:22:57] "POST /neutron/port HTTP/1.1" 200 151 0.289960 10.0.0.23 - - [2026-04-20 17:22:58] "GET /virtual-machine/13bc2a34-e00f-4434-b31b-ab49cc38eea7 HTTP/1.1" 404 171 0.003709 10.0.0.23 - - [2026-04-20 17:22:58] "GET /virtual-machine/13bc2a34-e00f-4434-b31b-ab49cc38eea7 HTTP/1.1" 404 171 0.003501 10.0.0.23 - - [2026-04-20 17:22:58] "GET /virtual-machine/13bc2a34-e00f-4434-b31b-ab49cc38eea7 HTTP/1.1" 404 171 0.003308 10.0.0.23 - - [2026-04-20 17:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.23 - - [2026-04-20 17:22:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004886 10.0.0.23 - - [2026-04-20 17:22:58] "GET /virtual-networks?parent_id=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003713 10.0.0.23 - - [2026-04-20 17:22:58] "GET /virtual-network/c09ca064-b821-40bf-9bf3-5ad4c44419ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.009830 10.0.0.23 - - [2026-04-20 17:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.23 - - [2026-04-20 17:22:58] "GET /routing-instance/5f1eb0a2-811b-43d3-9a35-415d065de048?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005282 10.0.0.23 - - [2026-04-20 17:22:58] "GET /route-target/e021e6da-fbf6-4e43-a5cd-f4e89a81dbce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004611 10.0.0.23 - - [2026-04-20 17:22:58] "GET /obj-perms HTTP/1.1" 200 5019 0.093293 10.0.0.249 - - [2026-04-20 17:22:58] "GET /obj-perms HTTP/1.1" 200 5019 0.006483 10.0.0.65 - - [2026-04-20 17:22:58] "GET /obj-perms HTTP/1.1" 200 5019 0.007902 10.0.0.23 - - [2026-04-20 17:22:59] "GET /virtual-machine/def04e0f-77c0-482a-9f08-a1c38085e706 HTTP/1.1" 200 1305 0.006014 10.0.0.23 - - [2026-04-20 17:22:59] "POST /neutron/port HTTP/1.1" 200 151 0.261667 10.0.0.23 - - [2026-04-20 17:23:01] "GET /virtual-machine/def04e0f-77c0-482a-9f08-a1c38085e706 HTTP/1.1" 404 171 0.005156 10.0.0.23 - - [2026-04-20 17:23:01] "GET /virtual-machine/def04e0f-77c0-482a-9f08-a1c38085e706 HTTP/1.1" 404 171 0.003778 10.0.0.23 - - [2026-04-20 17:23:01] "GET /virtual-machine/def04e0f-77c0-482a-9f08-a1c38085e706 HTTP/1.1" 404 171 0.004845 10.0.0.23 - - [2026-04-20 17:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.23 - - [2026-04-20 17:23:01] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005802 10.0.0.23 - - [2026-04-20 17:23:01] "GET /virtual-networks?parent_id=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.006626 10.0.0.23 - - [2026-04-20 17:23:01] "GET /virtual-network/ace8f5eb-b486-454a-8949-223505e8bbf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.012336 10.0.0.23 - - [2026-04-20 17:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007136 10.0.0.23 - - [2026-04-20 17:23:01] "GET /routing-instance/34c6ca01-b4e6-4d3d-89ab-3f16efd44264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.005805 10.0.0.23 - - [2026-04-20 17:23:01] "GET /route-target/d333dea0-9bf5-4af7-bccd-205c8d92f52b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006221 10.0.0.23 - - [2026-04-20 17:23:01] "GET /obj-perms HTTP/1.1" 200 5019 0.004825 10.0.0.23 - - [2026-04-20 17:23:04] "GET /obj-perms HTTP/1.1" 200 5019 0.004568 10.0.0.23 - - [2026-04-20 17:23:11] "GET /obj-perms HTTP/1.1" 200 5019 0.005143 10.0.0.23 - - [2026-04-20 17:23:14] "GET /obj-perms HTTP/1.1" 200 5019 0.007001 10.0.0.23 - - [2026-04-20 17:23:20] "GET /obj-perms HTTP/1.1" 200 5019 0.004744 10.0.0.23 - - [2026-04-20 17:23:23] "GET /obj-perms HTTP/1.1" 200 5019 0.006116 10.0.0.23 - - [2026-04-20 17:23:29] "GET /obj-perms HTTP/1.1" 200 5019 0.005359 10.0.0.23 - - [2026-04-20 17:23:29] "GET /obj-perms HTTP/1.1" 200 5019 0.006598 10.0.0.23 - - [2026-04-20 17:23:30] "GET /virtual-network/c09ca064-b821-40bf-9bf3-5ad4c44419ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006625 10.0.0.23 - - [2026-04-20 17:23:30] "POST /neutron/network HTTP/1.1" 200 1337 0.029552 10.0.0.23 - - [2026-04-20 17:23:30] "GET /virtual-network/c09ca064-b821-40bf-9bf3-5ad4c44419ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.010271 10.0.0.23 - - [2026-04-20 17:23:30] "DELETE /network-policy/786bede8-577b-4f58-841d-c0fcfa1f211e HTTP/1.1" 200 115 0.062000 10.0.0.23 - - [2026-04-20 17:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.65 - - [2026-04-20 17:23:30] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002217 10.0.0.23 - - [2026-04-20 17:23:30] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.064546 10.0.0.23 - - [2026-04-20 17:23:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-16177042&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.007256 10.0.0.23 - - [2026-04-20 17:23:30] "DELETE /network-policy/9746cb0e-f9c2-4e3f-9510-f7ec6aada88a HTTP/1.1" 200 115 0.053049 10.0.0.23 - - [2026-04-20 17:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.65 - - [2026-04-20 17:23:30] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001192 10.0.0.23 - - [2026-04-20 17:23:30] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048330 10.0.0.23 - - [2026-04-20 17:23:30] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-16177042&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.007083 10.0.0.23 - - [2026-04-20 17:23:30] "DELETE /network-policy/c1779eb5-02fa-49de-bcd5-50cbe318015e HTTP/1.1" 200 115 0.048530 10.0.0.23 - - [2026-04-20 17:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.65 - - [2026-04-20 17:23:31] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001916 10.0.0.23 - - [2026-04-20 17:23:31] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051769 10.0.0.23 - - [2026-04-20 17:23:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-16177042&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006411 10.0.0.23 - - [2026-04-20 17:23:31] "DELETE /network-policy/ff665b7f-9147-4220-b033-4f9cdc99e079 HTTP/1.1" 200 115 0.047571 10.0.0.23 - - [2026-04-20 17:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.65 - - [2026-04-20 17:23:31] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001273 10.0.0.23 - - [2026-04-20 17:23:31] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.059604 10.0.0.23 - - [2026-04-20 17:23:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-16177042&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.008493 10.0.0.23 - - [2026-04-20 17:23:31] "DELETE /network-policy/150dd02d-4bcc-4a5a-82ad-e3694d41e530 HTTP/1.1" 200 115 0.064391 10.0.0.23 - - [2026-04-20 17:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005641 10.0.0.65 - - [2026-04-20 17:23:31] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002231 10.0.0.23 - - [2026-04-20 17:23:31] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072491 10.0.0.23 - - [2026-04-20 17:23:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-16177042&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.007382 10.0.0.23 - - [2026-04-20 17:23:31] "DELETE /network-policy/6d75e56d-b1b4-4f8a-8096-6737be73c057 HTTP/1.1" 200 115 0.041210 10.0.0.23 - - [2026-04-20 17:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006766 10.0.0.65 - - [2026-04-20 17:23:31] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001104 10.0.0.23 - - [2026-04-20 17:23:31] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.057042 10.0.0.23 - - [2026-04-20 17:23:31] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-16177042&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.006796 10.0.0.23 - - [2026-04-20 17:23:32] "DELETE /network-policy/b1c8c6c6-7b48-49b9-842c-4ea3e6d8ad1a HTTP/1.1" 200 115 0.066890 10.0.0.23 - - [2026-04-20 17:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006268 10.0.0.65 - - [2026-04-20 17:23:32] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.23 - - [2026-04-20 17:23:32] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053966 10.0.0.23 - - [2026-04-20 17:23:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-16177042&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.010648 10.0.0.23 - - [2026-04-20 17:23:32] "DELETE /network-policy/7ab854e0-d07d-4734-b8d3-f6c86f388268 HTTP/1.1" 200 115 0.046661 10.0.0.23 - - [2026-04-20 17:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.65 - - [2026-04-20 17:23:32] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001210 10.0.0.23 - - [2026-04-20 17:23:32] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.057761 10.0.0.23 - - [2026-04-20 17:23:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-16177042&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.006023 10.0.0.23 - - [2026-04-20 17:23:32] "DELETE /network-policy/5496b518-b19a-4501-a027-d4da5f48583a HTTP/1.1" 200 115 0.049653 10.0.0.23 - - [2026-04-20 17:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006663 10.0.0.65 - - [2026-04-20 17:23:32] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.23 - - [2026-04-20 17:23:32] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048483 10.0.0.23 - - [2026-04-20 17:23:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-16177042&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.007280 10.0.0.23 - - [2026-04-20 17:23:32] "DELETE /network-policy/6694ec6e-db07-4558-8d65-93ef8ddb11f1 HTTP/1.1" 200 115 0.051818 10.0.0.23 - - [2026-04-20 17:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005188 10.0.0.65 - - [2026-04-20 17:23:32] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001663 10.0.0.23 - - [2026-04-20 17:23:32] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058910 10.0.0.23 - - [2026-04-20 17:23:32] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-16177042&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008732 10.0.0.65 - - [2026-04-20 17:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.23 - - [2026-04-20 17:23:33] "POST /neutron/network HTTP/1.1" 200 1336 0.020477 10.0.0.65 - - [2026-04-20 17:23:33] "DELETE /route-target/d333dea0-9bf5-4af7-bccd-205c8d92f52b HTTP/1.1" 200 115 0.047451 10.0.0.23 - - [2026-04-20 17:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.23 - - [2026-04-20 17:23:34] "DELETE /network-ipam/0798a8c4-45bf-4f99-bd8a-0921b2dc38d8 HTTP/1.1" 200 115 0.045889 10.0.0.23 - - [2026-04-20 17:23:34] "POST /fqname-to-id HTTP/1.1" 404 260 0.010107 10.0.0.65 - - [2026-04-20 17:23:34] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001354 10.0.0.65 - - [2026-04-20 17:23:34] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.059945 10.0.0.65 - - [2026-04-20 17:23:34] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001712 10.0.0.65 - - [2026-04-20 17:23:34] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?fields=security_groups HTTP/1.1" 200 1400 0.090052 10.0.0.65 - - [2026-04-20 17:23:34] "DELETE /security-group/7df5ec32-8e2f-41a6-b878-6895e4fed17b HTTP/1.1" 200 115 0.082158 10.0.0.65 - - [2026-04-20 17:23:34] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002031 10.0.0.65 - - [2026-04-20 17:23:34] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?fields=application_policy_sets HTTP/1.1" 200 1439 0.103202 10.0.0.23 - - [2026-04-20 17:23:34] "DELETE /project/bced2bf5-1563-4e87-ad1d-b6b686874f37 HTTP/1.1" 200 115 0.546329 10.0.0.65 - - [2026-04-20 17:23:34] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.23 - - [2026-04-20 17:23:34] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?fields=projects HTTP/1.1" 200 1244 0.012988 10.0.0.65 - - [2026-04-20 17:23:36] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004122 10.0.0.65 - - [2026-04-20 17:23:36] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.65 - - [2026-04-20 17:23:36] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048422 10.0.0.65 - - [2026-04-20 17:23:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.007594 10.0.0.65 - - [2026-04-20 17:23:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.004647 10.0.0.65 - - [2026-04-20 17:23:36] "POST /security-groups HTTP/1.1" 200 603 0.089111 10.0.0.65 - - [2026-04-20 17:23:36] "POST /fqname-to-id HTTP/1.1" 404 246 0.012398 10.0.0.65 - - [2026-04-20 17:23:36] "POST /projects HTTP/1.1" 200 609 0.341488 10.0.0.65 - - [2026-04-20 17:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.380352 10.0.0.23 - - [2026-04-20 17:23:36] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.565798 10.0.0.65 - - [2026-04-20 17:23:36] "POST /access-control-lists HTTP/1.1" 200 606 0.054839 10.0.0.65 - - [2026-04-20 17:23:36] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001591 10.0.0.23 - - [2026-04-20 17:23:36] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?fields=virtual_networks HTTP/1.1" 200 1057 0.093107 10.0.0.65 - - [2026-04-20 17:23:36] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001213 10.0.0.23 - - [2026-04-20 17:23:36] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.053502 10.0.0.65 - - [2026-04-20 17:23:36] "GET /projects?obj_uuids=bced2bf5-1563-4e87-ad1d-b6b686874f37&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001165 10.0.0.23 - - [2026-04-20 17:23:37] "GET /project/bced2bf5-1563-4e87-ad1d-b6b686874f37?fields=security_groups HTTP/1.1" 200 1295 0.064945 10.0.0.23 - - [2026-04-20 17:23:38] "POST /fqname-to-id HTTP/1.1" 404 182 0.055198 10.0.0.65 - - [2026-04-20 17:23:38] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004780 10.0.0.65 - - [2026-04-20 17:23:38] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.65 - - [2026-04-20 17:23:38] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007407 10.0.0.65 - - [2026-04-20 17:23:38] "POST /id-to-fqname HTTP/1.1" 200 184 0.003277 10.0.0.65 - - [2026-04-20 17:23:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.003598 10.0.0.65 - - [2026-04-20 17:23:39] "POST /security-groups HTTP/1.1" 200 585 0.086323 10.0.0.65 - - [2026-04-20 17:23:39] "POST /projects HTTP/1.1" 200 573 0.320318 10.0.0.65 - - [2026-04-20 17:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.365779 10.0.0.65 - - [2026-04-20 17:23:39] "POST /fqname-to-id HTTP/1.1" 404 227 0.013307 10.0.0.23 - - [2026-04-20 17:23:39] "GET /project/38c30029-7ae2-40e6-bcf7-92d3298f7621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.546504 10.0.0.23 - - [2026-04-20 17:23:40] "GET / HTTP/1.1" 200 35931 0.002133 10.0.0.23 - - [2026-04-20 17:23:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000788 10.0.0.23 - - [2026-04-20 17:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.090087 10.0.0.65 - - [2026-04-20 17:23:41] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002234 10.0.0.23 - - [2026-04-20 17:23:41] "GET /project/38c30029-7ae2-40e6-bcf7-92d3298f7621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.053249 10.0.0.65 - - [2026-04-20 17:23:42] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001634 10.0.0.23 - - [2026-04-20 17:23:42] "POST /neutron/network HTTP/1.1" 200 599 0.192761 10.0.0.65 - - [2026-04-20 17:23:42] "POST /ref-update HTTP/1.1" 200 156 0.040070 10.0.0.23 - - [2026-04-20 17:23:42] "POST /neutron/network HTTP/1.1" 200 991 0.015075 10.0.0.23 - - [2026-04-20 17:23:42] "POST /id-to-fqname HTTP/1.1" 200 214 0.001634 10.0.0.23 - - [2026-04-20 17:23:42] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006478 10.0.0.23 - - [2026-04-20 17:23:42] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.005938 10.0.0.23 - - [2026-04-20 17:23:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.011260 10.0.0.23 - - [2026-04-20 17:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.65 - - [2026-04-20 17:23:43] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001079 10.0.0.23 - - [2026-04-20 17:23:43] "GET /project/38c30029-7ae2-40e6-bcf7-92d3298f7621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.053816 10.0.0.65 - - [2026-04-20 17:23:43] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001482 10.0.0.23 - - [2026-04-20 17:23:43] "POST /neutron/network HTTP/1.1" 200 599 0.188725 10.0.0.249 - - [2026-04-20 17:23:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.004497 10.0.0.23 - - [2026-04-20 17:23:43] "POST /neutron/network HTTP/1.1" 200 989 0.019168 10.0.0.23 - - [2026-04-20 17:23:43] "POST /id-to-fqname HTTP/1.1" 200 214 0.001545 10.0.0.23 - - [2026-04-20 17:23:43] "GET /virtual-network/af5cd5a4-2019-45af-ab1b-a4e435ed77e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.005613 10.0.0.23 - - [2026-04-20 17:23:43] "GET /virtual-network/af5cd5a4-2019-45af-ab1b-a4e435ed77e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007641 10.0.0.23 - - [2026-04-20 17:23:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.012890 10.0.0.23 - - [2026-04-20 17:23:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.002980 10.0.0.65 - - [2026-04-20 17:23:45] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001896 10.0.0.23 - - [2026-04-20 17:23:45] "GET /project/38c30029-7ae2-40e6-bcf7-92d3298f7621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.101121 10.0.0.23 - - [2026-04-20 17:23:45] "POST /neutron/network HTTP/1.1" 200 991 0.053411 10.0.0.23 - - [2026-04-20 17:23:45] "POST /id-to-fqname HTTP/1.1" 200 214 0.001547 10.0.0.23 - - [2026-04-20 17:23:45] "POST /neutron/port HTTP/1.1" 200 117 0.007952 10.0.0.65 - - [2026-04-20 17:23:46] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001173 10.0.0.23 - - [2026-04-20 17:23:46] "POST /neutron/port HTTP/1.1" 200 1160 0.547168 10.0.0.65 - - [2026-04-20 17:23:46] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001281 10.0.0.23 - - [2026-04-20 17:23:46] "GET /project/38c30029-7ae2-40e6-bcf7-92d3298f7621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.142868 10.0.0.23 - - [2026-04-20 17:23:46] "POST /neutron/port HTTP/1.1" 200 1160 0.043424 10.0.0.23 - - [2026-04-20 17:23:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005642 10.0.0.23 - - [2026-04-20 17:23:47] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008785 10.0.0.23 - - [2026-04-20 17:23:47] "POST /neutron/port HTTP/1.1" 200 117 0.001611 10.0.0.23 - - [2026-04-20 17:23:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.002191 10.0.0.23 - - [2026-04-20 17:23:47] "POST /neutron/port HTTP/1.1" 200 1224 0.050113 10.0.0.23 - - [2026-04-20 17:23:47] "POST /neutron/network HTTP/1.1" 200 1001 0.011154 10.0.0.23 - - [2026-04-20 17:23:48] "POST /neutron/port HTTP/1.1" 200 1160 0.038358 10.0.0.23 - - [2026-04-20 17:23:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005628 10.0.0.65 - - [2026-04-20 17:23:49] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001501 10.0.0.23 - - [2026-04-20 17:23:49] "GET /project/38c30029-7ae2-40e6-bcf7-92d3298f7621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.128765 10.0.0.23 - - [2026-04-20 17:23:49] "POST /neutron/network HTTP/1.1" 200 989 0.022511 10.0.0.23 - - [2026-04-20 17:23:49] "POST /neutron/network HTTP/1.1" 200 991 0.012323 10.0.0.23 - - [2026-04-20 17:23:49] "POST /neutron/port HTTP/1.1" 200 117 0.012627 10.0.0.23 - - [2026-04-20 17:23:49] "POST /neutron/port HTTP/1.1" 200 1224 0.023008 10.0.0.23 - - [2026-04-20 17:23:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009085 10.0.0.23 - - [2026-04-20 17:23:50] "GET /virtual-machine/c49f1a62-aca6-42b8-a794-aace07b4686d HTTP/1.1" 401 292 0.000644 10.0.0.23 - - [2026-04-20 17:23:50] "GET /virtual-machine/c49f1a62-aca6-42b8-a794-aace07b4686d HTTP/1.1" 200 1287 0.075512 10.0.0.23 - - [2026-04-20 17:23:50] "POST /neutron/port HTTP/1.1" 200 1158 0.035748 10.0.0.23 - - [2026-04-20 17:23:50] "GET /virtual-machine-interface/f95e42a2-55dc-4292-a1ba-d203185c4e1f HTTP/1.1" 200 3106 0.009876 10.0.0.23 - - [2026-04-20 17:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.23 - - [2026-04-20 17:23:50] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005788 10.0.0.23 - - [2026-04-20 17:23:50] "GET /virtual-networks?parent_id=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004396 10.0.0.23 - - [2026-04-20 17:23:50] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.012444 10.0.0.23 - - [2026-04-20 17:23:50] "POST /neutron/port HTTP/1.1" 200 1222 0.028767 10.0.0.23 - - [2026-04-20 17:23:51] "POST /neutron/subnet HTTP/1.1" 200 1370 0.022155 10.0.0.23 - - [2026-04-20 17:23:51] "POST /neutron/network HTTP/1.1" 200 989 0.020891 10.0.0.65 - - [2026-04-20 17:23:53] "DELETE /access-control-list/fd798ce8-4c45-4c9d-981b-79d655b42d19 HTTP/1.1" 200 115 0.055391 10.0.0.23 - - [2026-04-20 17:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007894 10.0.0.23 - - [2026-04-20 17:23:53] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.009493 10.0.0.23 - - [2026-04-20 17:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.23 - - [2026-04-20 17:23:57] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.007032 10.0.0.23 - - [2026-04-20 17:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005667 10.0.0.23 - - [2026-04-20 17:24:02] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.008813 10.0.0.23 - - [2026-04-20 17:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2026-04-20 17:24:06] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006895 10.0.0.65 - - [2026-04-20 17:24:06] "DELETE /project/bced2bf515634e87ad1db6b686874f37 HTTP/1.1" 404 173 0.004548 10.0.0.65 - - [2026-04-20 17:24:06] "DELETE /project/38c300297ae240e6bcf792d3298f7621 HTTP/1.1" 404 173 0.006362 10.0.0.65 - - [2026-04-20 17:24:06] "DELETE /project/bced2bf5-1563-4e87-ad1d-b6b686874f37 HTTP/1.1" 404 177 0.005018 10.0.0.23 - - [2026-04-20 17:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005440 10.0.0.23 - - [2026-04-20 17:24:10] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006887 10.0.0.23 - - [2026-04-20 17:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006129 10.0.0.23 - - [2026-04-20 17:24:14] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.008982 10.0.0.23 - - [2026-04-20 17:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.23 - - [2026-04-20 17:24:18] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006592 10.0.0.23 - - [2026-04-20 17:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.23 - - [2026-04-20 17:24:22] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.006891 10.0.0.23 - - [2026-04-20 17:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005759 10.0.0.23 - - [2026-04-20 17:24:26] "POST /neutron/network HTTP/1.1" 200 1001 0.016070 10.0.0.23 - - [2026-04-20 17:24:26] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.012588 10.0.0.23 - - [2026-04-20 17:24:26] "POST /neutron/subnet HTTP/1.1" 200 1380 0.027975 10.0.0.23 - - [2026-04-20 17:24:26] "POST /neutron/network HTTP/1.1" 200 991 0.011647 10.0.0.23 - - [2026-04-20 17:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.23 - - [2026-04-20 17:24:30] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004908 10.0.0.23 - - [2026-04-20 17:24:30] "GET /virtual-networks?parent_id=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004214 10.0.0.23 - - [2026-04-20 17:24:30] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.011275 10.0.0.23 - - [2026-04-20 17:24:30] "POST /neutron/port HTTP/1.1" 200 1224 0.025228 10.0.0.23 - - [2026-04-20 17:24:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005530 10.0.0.23 - - [2026-04-20 17:24:31] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.23 - - [2026-04-20 17:24:36] "POST /neutron/port HTTP/1.1" 200 1224 0.029520 10.0.0.23 - - [2026-04-20 17:24:41] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010878 10.0.0.23 - - [2026-04-20 17:24:46] "POST /neutron/port HTTP/1.1" 200 1224 0.025798 10.0.0.23 - - [2026-04-20 17:24:51] "POST /neutron/security_group HTTP/1.1" 200 2052 0.014280 10.0.0.23 - - [2026-04-20 17:24:57] "POST /neutron/port HTTP/1.1" 200 1224 0.031065 10.0.0.23 - - [2026-04-20 17:24:57] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011722 10.0.0.23 - - [2026-04-20 17:24:57] "GET /virtual-machine/0c23128a-2197-44ce-8fe0-82ef1da1bd29 HTTP/1.1" 200 1285 0.010443 10.0.0.23 - - [2026-04-20 17:24:57] "GET /virtual-machine-interface/2ae1ca1f-c399-43f5-a920-a3e22826b6ac HTTP/1.1" 200 3105 0.008204 10.0.0.23 - - [2026-04-20 17:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843 10.0.0.23 - - [2026-04-20 17:24:57] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005885 10.0.0.23 - - [2026-04-20 17:24:57] "GET /virtual-networks?parent_id=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.008065 10.0.0.23 - - [2026-04-20 17:24:57] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.008668 10.0.0.23 - - [2026-04-20 17:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.23 - - [2026-04-20 17:24:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004259 10.0.0.23 - - [2026-04-20 17:24:58] "GET /virtual-networks?parent_id=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003748 10.0.0.23 - - [2026-04-20 17:24:58] "GET /virtual-network/8cdfd846-dbf2-4973-b15d-0ae1032e121c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2610 0.009369 10.0.0.23 - - [2026-04-20 17:25:02] "POST /neutron/port HTTP/1.1" 200 1224 0.067763 10.0.0.23 - - [2026-04-20 17:25:04] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008785 10.0.0.249 - - [2026-04-20 17:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.249 - - [2026-04-20 17:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.249 - - [2026-04-20 17:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.65 - - [2026-04-20 17:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.249 - - [2026-04-20 17:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.65 - - [2026-04-20 17:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.23 - - [2026-04-20 17:25:09] "POST /neutron/port HTTP/1.1" 200 1224 0.044672 10.0.0.65 - - [2026-04-20 17:25:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000544 10.0.0.65 - - [2026-04-20 17:25:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000741 10.0.0.23 - - [2026-04-20 17:25:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000771 10.0.0.23 - - [2026-04-20 17:25:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000522 10.0.0.23 - - [2026-04-20 17:25:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.23 - - [2026-04-20 17:25:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.23 - - [2026-04-20 17:25:14] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008052 10.0.0.23 - - [2026-04-20 17:25:14] "POST /neutron/port HTTP/1.1" 200 1222 0.026086 10.0.0.23 - - [2026-04-20 17:25:14] "GET /virtual-machine/f24e4a05-81c9-4f01-94c3-d1dace304b1b HTTP/1.1" 200 1287 0.007968 10.0.0.23 - - [2026-04-20 17:25:14] "GET /virtual-machine-interface/242e96ad-50d9-4218-835a-2df3fbe36a4f HTTP/1.1" 200 3104 0.007025 10.0.0.23 - - [2026-04-20 17:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005422 10.0.0.23 - - [2026-04-20 17:25:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006093 10.0.0.23 - - [2026-04-20 17:25:14] "GET /virtual-networks?parent_id=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.005650 10.0.0.23 - - [2026-04-20 17:25:14] "GET /virtual-network/af5cd5a4-2019-45af-ab1b-a4e435ed77e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.008907 10.0.0.23 - - [2026-04-20 17:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.23 - - [2026-04-20 17:25:16] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006375 10.0.0.23 - - [2026-04-20 17:25:16] "GET /virtual-networks?parent_id=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.006914 10.0.0.23 - - [2026-04-20 17:25:16] "GET /virtual-network/af5cd5a4-2019-45af-ab1b-a4e435ed77e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006848 10.0.0.23 - - [2026-04-20 17:25:16] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008723 10.0.0.23 - - [2026-04-20 17:25:22] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004773 10.0.0.23 - - [2026-04-20 17:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007898 10.0.0.23 - - [2026-04-20 17:25:22] "GET /global-qos-config/4daf841e-4254-4e22-902a-e59c4be04187?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.006224 10.0.0.23 - - [2026-04-20 17:25:22] "POST /fqname-to-id HTTP/1.1" 404 222 0.012831 10.0.0.23 - - [2026-04-20 17:25:23] "POST /forwarding-classs HTTP/1.1" 200 576 0.053291 10.0.0.23 - - [2026-04-20 17:25:23] "POST /id-to-fqname HTTP/1.1" 200 232 0.003833 10.0.0.23 - - [2026-04-20 17:25:23] "GET /forwarding-class/ecbf25ab-3e75-4a99-8170-ff9cb040bd3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.004761 10.0.0.65 - - [2026-04-20 17:25:23] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.061655 10.0.0.23 - - [2026-04-20 17:25:23] "GET /project/38c30029-7ae2-40e6-bcf7-92d3298f7621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.126531 10.0.0.23 - - [2026-04-20 17:25:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.003756 10.0.0.23 - - [2026-04-20 17:25:23] "POST /qos-configs HTTP/1.1" 200 543 0.063077 10.0.0.23 - - [2026-04-20 17:25:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.003889 10.0.0.23 - - [2026-04-20 17:25:23] "GET /qos-config/986870a0-cc91-4062-bfe6-ab11e3b704af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.006671 10.0.0.23 - - [2026-04-20 17:25:23] "GET /virtual-machine-interface/f95e42a2-55dc-4292-a1ba-d203185c4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.008640 10.0.0.23 - - [2026-04-20 17:25:23] "POST /ref-update HTTP/1.1" 200 156 0.021143 10.0.0.23 - - [2026-04-20 17:25:23] "POST /neutron/port HTTP/1.1" 200 1224 0.026693 10.0.0.23 - - [2026-04-20 17:25:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010598 10.0.0.23 - - [2026-04-20 17:25:24] "POST /neutron/network HTTP/1.1" 200 965 0.022162 10.0.0.23 - - [2026-04-20 17:25:24] "POST /id-to-fqname HTTP/1.1" 200 214 0.001804 10.0.0.23 - - [2026-04-20 17:25:24] "GET /virtual-machine/c49f1a62-aca6-42b8-a794-aace07b4686d HTTP/1.1" 200 1287 0.006465 10.0.0.23 - - [2026-04-20 17:25:24] "GET /virtual-machine-interface/f95e42a2-55dc-4292-a1ba-d203185c4e1f HTTP/1.1" 200 3353 0.011492 10.0.0.23 - - [2026-04-20 17:25:24] "GET /instance-ip/193c01ab-4b2e-4e51-9860-d76fcd8ccc21 HTTP/1.1" 200 1628 0.010257 10.0.0.23 - - [2026-04-20 17:25:24] "GET /instance-ip/c3ff3db5-f7df-49d9-98c5-98cf98266e19 HTTP/1.1" 200 1608 0.009739 10.0.0.23 - - [2026-04-20 17:25:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009816 10.0.0.23 - - [2026-04-20 17:25:24] "POST /neutron/port HTTP/1.1" 200 1224 0.027257 10.0.0.23 - - [2026-04-20 17:25:25] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009996 10.0.0.23 - - [2026-04-20 17:25:25] "POST /id-to-fqname HTTP/1.1" 200 214 0.001840 10.0.0.23 - - [2026-04-20 17:25:25] "GET /virtual-machine/0c23128a-2197-44ce-8fe0-82ef1da1bd29 HTTP/1.1" 200 1285 0.008444 10.0.0.23 - - [2026-04-20 17:25:25] "GET /virtual-machine-interface/2ae1ca1f-c399-43f5-a920-a3e22826b6ac HTTP/1.1" 200 3105 0.008852 10.0.0.23 - - [2026-04-20 17:25:25] "GET /instance-ip/6757853d-e29a-4741-abf5-1d697fd08728 HTTP/1.1" 200 1607 0.009974 10.0.0.23 - - [2026-04-20 17:25:25] "GET /instance-ip/c4bbd979-26e7-4fc9-97b0-7e7a7fdb4620 HTTP/1.1" 200 1629 0.010267 10.0.0.23 - - [2026-04-20 17:25:28] "POST /neutron/port HTTP/1.1" 200 1224 0.021648 10.0.0.23 - - [2026-04-20 17:25:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005992 10.0.0.23 - - [2026-04-20 17:25:28] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.23 - - [2026-04-20 17:25:30] "POST /neutron/port HTTP/1.1" 200 1222 0.112302 10.0.0.23 - - [2026-04-20 17:25:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005374 10.0.0.23 - - [2026-04-20 17:25:31] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.249 - - [2026-04-20 17:25:36] "GET /obj-perms HTTP/1.1" 200 5056 0.075312 10.0.0.65 - - [2026-04-20 17:25:36] "GET /obj-perms HTTP/1.1" 200 5056 0.075186 10.0.0.23 - - [2026-04-20 17:26:27] "GET /virtual-machine-interface/f95e42a2-55dc-4292-a1ba-d203185c4e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.007717 10.0.0.23 - - [2026-04-20 17:26:27] "POST /ref-update HTTP/1.1" 200 156 0.024948 10.0.0.23 - - [2026-04-20 17:26:27] "DELETE /qos-config/986870a0-cc91-4062-bfe6-ab11e3b704af HTTP/1.1" 200 115 0.057092 10.0.0.23 - - [2026-04-20 17:26:27] "POST /id-to-fqname HTTP/1.1" 200 232 0.001422 10.0.0.23 - - [2026-04-20 17:26:27] "DELETE /forwarding-class/ecbf25ab-3e75-4a99-8170-ff9cb040bd3c HTTP/1.1" 200 115 0.048439 10.0.0.23 - - [2026-04-20 17:26:29] "POST /neutron/network HTTP/1.1" 200 989 0.010284 10.0.0.23 - - [2026-04-20 17:26:29] "POST /neutron/port HTTP/1.1" 200 1224 0.023675 10.0.0.23 - - [2026-04-20 17:26:29] "POST /neutron/port HTTP/1.1" 200 1214 0.021534 10.0.0.23 - - [2026-04-20 17:26:30] "POST /neutron/port HTTP/1.1" 200 151 0.304976 10.0.0.65 - - [2026-04-20 17:26:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003750 10.0.0.65 - - [2026-04-20 17:26:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004165 10.0.0.65 - - [2026-04-20 17:26:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006073 10.0.0.65 - - [2026-04-20 17:26:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002767 10.0.0.23 - - [2026-04-20 17:26:31] "POST /neutron/network HTTP/1.1" 200 151 0.200835 10.0.0.65 - - [2026-04-20 17:26:31] "DELETE /route-target/05d15698-d9f9-4baf-b59c-7f2781d5aed5 HTTP/1.1" 200 115 0.032556 10.0.0.65 - - [2026-04-20 17:26:31] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001169 10.0.0.23 - - [2026-04-20 17:26:31] "GET /project/38c30029-7ae2-40e6-bcf7-92d3298f7621?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.113805 10.0.0.65 - - [2026-04-20 17:26:31] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001094 10.0.0.23 - - [2026-04-20 17:26:31] "GET /project/38c30029-7ae2-40e6-bcf7-92d3298f7621?fields=virtual_networks HTTP/1.1" 200 1020 0.057570 10.0.0.65 - - [2026-04-20 17:26:32] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001185 10.0.0.23 - - [2026-04-20 17:26:32] "GET /project/38c30029-7ae2-40e6-bcf7-92d3298f7621?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.047762 10.0.0.65 - - [2026-04-20 17:26:32] "GET /projects?obj_uuids=38c30029-7ae2-40e6-bcf7-92d3298f7621&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001016 10.0.0.23 - - [2026-04-20 17:26:32] "GET /project/38c30029-7ae2-40e6-bcf7-92d3298f7621?fields=security_groups HTTP/1.1" 200 1240 0.047843 10.0.0.23 - - [2026-04-20 17:26:33] "POST /fqname-to-id HTTP/1.1" 404 181 0.038343 10.0.0.65 - - [2026-04-20 17:26:33] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003653 10.0.0.65 - - [2026-04-20 17:26:33] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001489 10.0.0.65 - - [2026-04-20 17:26:33] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.045358 10.0.0.65 - - [2026-04-20 17:26:33] "POST /id-to-fqname HTTP/1.1" 200 183 0.005234 10.0.0.65 - - [2026-04-20 17:26:33] "POST /fqname-to-id HTTP/1.1" 404 192 0.011241 10.0.0.65 - - [2026-04-20 17:26:33] "POST /security-groups HTTP/1.1" 200 584 0.093155 10.0.0.65 - - [2026-04-20 17:26:33] "POST /fqname-to-id HTTP/1.1" 404 227 0.005382 10.0.0.65 - - [2026-04-20 17:26:33] "POST /projects HTTP/1.1" 200 571 0.352149 10.0.0.65 - - [2026-04-20 17:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.405598 10.0.0.23 - - [2026-04-20 17:26:33] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.645451 10.0.0.65 - - [2026-04-20 17:26:34] "POST /access-control-lists HTTP/1.1" 200 587 0.114680 10.0.0.23 - - [2026-04-20 17:26:35] "GET / HTTP/1.1" 200 35931 0.001924 10.0.0.23 - - [2026-04-20 17:26:37] "GET /obj-perms HTTP/1.1" 200 5056 0.091999 10.0.0.23 - - [2026-04-20 17:26:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-04-20 17:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.060041 10.0.0.65 - - [2026-04-20 17:26:38] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000978 10.0.0.23 - - [2026-04-20 17:26:38] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.069335 10.0.0.23 - - [2026-04-20 17:26:38] "POST /neutron/network HTTP/1.1" 200 117 0.051182 10.0.0.23 - - [2026-04-20 17:26:38] "POST /neutron/network HTTP/1.1" 200 831 0.008980 10.0.0.23 - - [2026-04-20 17:26:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001208 10.0.0.23 - - [2026-04-20 17:26:39] "GET /virtual-network/37889970-aafc-4ee3-a7e9-e51b40beec23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005682 10.0.0.23 - - [2026-04-20 17:26:39] "GET /virtual-network/37889970-aafc-4ee3-a7e9-e51b40beec23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.015707 10.0.0.23 - - [2026-04-20 17:26:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.020000 10.0.0.23 - - [2026-04-20 17:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.23 - - [2026-04-20 17:26:39] "GET /virtual-network/37889970-aafc-4ee3-a7e9-e51b40beec23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006855 10.0.0.23 - - [2026-04-20 17:26:39] "PUT /virtual-network/37889970-aafc-4ee3-a7e9-e51b40beec23 HTTP/1.1" 200 264 0.080892 10.0.0.65 - - [2026-04-20 17:26:39] "POST /route-targets HTTP/1.1" 200 323 0.028959 10.0.0.23 - - [2026-04-20 17:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006326 10.0.0.65 - - [2026-04-20 17:26:39] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001728 10.0.0.23 - - [2026-04-20 17:26:39] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.049974 10.0.0.65 - - [2026-04-20 17:26:39] "POST /ref-update HTTP/1.1" 200 156 0.042748 10.0.0.65 - - [2026-04-20 17:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.010252 10.0.0.23 - - [2026-04-20 17:26:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.222790 10.0.0.23 - - [2026-04-20 17:26:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001362 10.0.0.23 - - [2026-04-20 17:26:39] "GET /virtual-network/d37bb56d-de19-4446-9450-f6ad27d02b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006514 10.0.0.23 - - [2026-04-20 17:26:40] "GET /virtual-network/d37bb56d-de19-4446-9450-f6ad27d02b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009106 10.0.0.23 - - [2026-04-20 17:26:40] "POST /neutron/network HTTP/1.1" 200 830 0.007714 10.0.0.23 - - [2026-04-20 17:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.23 - - [2026-04-20 17:26:40] "GET /virtual-network/d37bb56d-de19-4446-9450-f6ad27d02b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006554 10.0.0.23 - - [2026-04-20 17:26:40] "PUT /virtual-network/d37bb56d-de19-4446-9450-f6ad27d02b2a HTTP/1.1" 200 264 0.084178 10.0.0.23 - - [2026-04-20 17:26:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001395 10.0.0.65 - - [2026-04-20 17:26:41] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001016 10.0.0.23 - - [2026-04-20 17:26:41] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.093190 10.0.0.23 - - [2026-04-20 17:26:41] "POST /neutron/network HTTP/1.1" 200 831 0.010796 10.0.0.23 - - [2026-04-20 17:26:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001316 10.0.0.23 - - [2026-04-20 17:26:41] "POST /neutron/port HTTP/1.1" 200 117 0.009835 10.0.0.65 - - [2026-04-20 17:26:42] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001443 10.0.0.23 - - [2026-04-20 17:26:42] "POST /neutron/port HTTP/1.1" 200 1053 0.397590 10.0.0.65 - - [2026-04-20 17:26:42] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001140 10.0.0.23 - - [2026-04-20 17:26:42] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.098830 10.0.0.23 - - [2026-04-20 17:26:43] "POST /neutron/port HTTP/1.1" 200 1053 0.057917 10.0.0.23 - - [2026-04-20 17:26:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011377 10.0.0.23 - - [2026-04-20 17:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.007950 10.0.0.23 - - [2026-04-20 17:26:43] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.23 - - [2026-04-20 17:26:43] "POST /neutron/network HTTP/1.1" 200 840 0.007942 10.0.0.23 - - [2026-04-20 17:26:44] "POST /neutron/port HTTP/1.1" 200 1052 0.058009 10.0.0.23 - - [2026-04-20 17:26:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006330 10.0.0.23 - - [2026-04-20 17:26:44] "POST /neutron/network HTTP/1.1" 200 830 0.009335 10.0.0.23 - - [2026-04-20 17:26:48] "POST /neutron/port HTTP/1.1" 200 1117 0.024938 10.0.0.23 - - [2026-04-20 17:26:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008831 10.0.0.23 - - [2026-04-20 17:26:48] "GET /virtual-machine/c1d53096-b653-4e76-8739-c39212a7e4b9 HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-04-20 17:26:49] "GET /virtual-machine/c1d53096-b653-4e76-8739-c39212a7e4b9 HTTP/1.1" 200 1285 0.043291 10.0.0.23 - - [2026-04-20 17:26:49] "GET /virtual-machine-interface/e86ac6ca-c0de-46ba-bcc3-d53da5d79a66 HTTP/1.1" 200 2928 0.007451 10.0.0.23 - - [2026-04-20 17:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2026-04-20 17:26:49] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004740 10.0.0.23 - - [2026-04-20 17:26:49] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003750 10.0.0.23 - - [2026-04-20 17:26:49] "GET /virtual-network/37889970-aafc-4ee3-a7e9-e51b40beec23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006784 10.0.0.23 - - [2026-04-20 17:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.23 - - [2026-04-20 17:26:52] "GET /virtual-network/37889970-aafc-4ee3-a7e9-e51b40beec23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006304 10.0.0.65 - - [2026-04-20 17:26:54] "DELETE /access-control-list/fd2db99f-4ab8-4b23-94a2-d2a2dfa55940 HTTP/1.1" 200 115 0.070676 10.0.0.23 - - [2026-04-20 17:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.23 - - [2026-04-20 17:26:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004503 10.0.0.23 - - [2026-04-20 17:26:54] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003857 10.0.0.23 - - [2026-04-20 17:26:54] "POST /neutron/port HTTP/1.1" 200 1116 0.023683 10.0.0.23 - - [2026-04-20 17:26:54] "GET /virtual-network/37889970-aafc-4ee3-a7e9-e51b40beec23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.009333 10.0.0.23 - - [2026-04-20 17:26:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.017317 10.0.0.23 - - [2026-04-20 17:27:00] "POST /neutron/port HTTP/1.1" 200 1116 0.023257 10.0.0.23 - - [2026-04-20 17:27:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009103 10.0.0.23 - - [2026-04-20 17:27:00] "GET /virtual-machine/f5b312f6-168d-4051-b1fb-1b1249cea678 HTTP/1.1" 200 1286 0.007517 10.0.0.23 - - [2026-04-20 17:27:00] "GET /virtual-machine-interface/bec97939-22db-4518-93f3-05b0f04b5346 HTTP/1.1" 200 2928 0.010938 10.0.0.23 - - [2026-04-20 17:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005887 10.0.0.23 - - [2026-04-20 17:27:00] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006300 10.0.0.23 - - [2026-04-20 17:27:00] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005961 10.0.0.23 - - [2026-04-20 17:27:00] "GET /virtual-network/d37bb56d-de19-4446-9450-f6ad27d02b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.018160 10.0.0.23 - - [2026-04-20 17:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.23 - - [2026-04-20 17:27:01] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005415 10.0.0.23 - - [2026-04-20 17:27:01] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005471 10.0.0.23 - - [2026-04-20 17:27:01] "GET /virtual-network/d37bb56d-de19-4446-9450-f6ad27d02b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.008164 10.0.0.23 - - [2026-04-20 17:27:01] "POST /routing-policys HTTP/1.1" 200 534 0.042344 10.0.0.23 - - [2026-04-20 17:27:01] "GET /virtual-network/37889970-aafc-4ee3-a7e9-e51b40beec23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006367 10.0.0.23 - - [2026-04-20 17:27:02] "PUT /virtual-network/37889970-aafc-4ee3-a7e9-e51b40beec23 HTTP/1.1" 200 264 0.111570 10.0.0.23 - - [2026-04-20 17:27:06] "POST /ref-update HTTP/1.1" 200 156 0.061683 10.0.0.23 - - [2026-04-20 17:27:06] "DELETE /routing-policy/ef0d365d-3d1e-4ec7-af9f-085eb48ebf5f HTTP/1.1" 200 115 0.059217 10.0.0.65 - - [2026-04-20 17:27:06] "DELETE /project/47d7490d10d04e86a38e25b88f74e021 HTTP/1.1" 404 173 0.004154 10.0.0.65 - - [2026-04-20 17:27:06] "DELETE /project/38c30029-7ae2-40e6-bcf7-92d3298f7621 HTTP/1.1" 404 177 0.003714 10.0.0.23 - - [2026-04-20 17:27:07] "POST /neutron/port HTTP/1.1" 200 1116 0.029258 10.0.0.23 - - [2026-04-20 17:27:07] "POST /neutron/port HTTP/1.1" 200 1117 0.025455 10.0.0.23 - - [2026-04-20 17:27:08] "POST /neutron/network HTTP/1.1" 200 830 0.012134 10.0.0.65 - - [2026-04-20 17:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.65 - - [2026-04-20 17:27:08] "DELETE /route-target/71d929e6-a584-4a83-8418-6aeb4f2d22e4 HTTP/1.1" 409 239 0.010012 10.0.0.65 - - [2026-04-20 17:27:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003178 10.0.0.65 - - [2026-04-20 17:27:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.23 - - [2026-04-20 17:27:09] "POST /neutron/network HTTP/1.1" 200 151 0.158305 10.0.0.65 - - [2026-04-20 17:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.23 - - [2026-04-20 17:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005091 10.0.0.65 - - [2026-04-20 17:27:11] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002146 10.0.0.23 - - [2026-04-20 17:27:11] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.049542 10.0.0.65 - - [2026-04-20 17:27:12] "POST /ref-update HTTP/1.1" 200 156 0.026516 10.0.0.65 - - [2026-04-20 17:27:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007138 10.0.0.23 - - [2026-04-20 17:27:12] "POST /neutron/subnet HTTP/1.1" 200 734 0.234463 10.0.0.23 - - [2026-04-20 17:27:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.001393 10.0.0.23 - - [2026-04-20 17:27:12] "GET /virtual-network/0399839c-bd64-4a94-9881-152d5970fac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009878 10.0.0.23 - - [2026-04-20 17:27:12] "GET /virtual-network/0399839c-bd64-4a94-9881-152d5970fac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006390 10.0.0.23 - - [2026-04-20 17:27:12] "POST /neutron/network HTTP/1.1" 200 833 0.008791 10.0.0.23 - - [2026-04-20 17:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2026-04-20 17:27:12] "GET /virtual-network/0399839c-bd64-4a94-9881-152d5970fac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007300 10.0.0.23 - - [2026-04-20 17:27:12] "PUT /virtual-network/0399839c-bd64-4a94-9881-152d5970fac2 HTTP/1.1" 200 264 0.061530 10.0.0.23 - - [2026-04-20 17:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006823 10.0.0.65 - - [2026-04-20 17:27:12] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001917 10.0.0.23 - - [2026-04-20 17:27:12] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.078063 10.0.0.65 - - [2026-04-20 17:27:12] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003017 10.0.0.23 - - [2026-04-20 17:27:13] "POST /neutron/network HTTP/1.1" 200 612 0.195077 10.0.0.65 - - [2026-04-20 17:27:13] "POST /route-targets HTTP/1.1" 200 327 0.016542 10.0.0.23 - - [2026-04-20 17:27:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.004051 10.0.0.23 - - [2026-04-20 17:27:13] "GET /virtual-network/033addc4-8587-4dca-866f-48d69f713907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008229 10.0.0.23 - - [2026-04-20 17:27:13] "POST /neutron/network HTTP/1.1" 200 832 0.007169 10.0.0.23 - - [2026-04-20 17:27:13] "GET /virtual-network/033addc4-8587-4dca-866f-48d69f713907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005577 10.0.0.23 - - [2026-04-20 17:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.23 - - [2026-04-20 17:27:13] "GET /virtual-network/033addc4-8587-4dca-866f-48d69f713907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005455 10.0.0.23 - - [2026-04-20 17:27:13] "PUT /virtual-network/033addc4-8587-4dca-866f-48d69f713907 HTTP/1.1" 200 264 0.090808 10.0.0.23 - - [2026-04-20 17:27:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001415 10.0.0.23 - - [2026-04-20 17:27:13] "POST /neutron/network HTTP/1.1" 200 843 0.008237 10.0.0.65 - - [2026-04-20 17:27:14] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001186 10.0.0.23 - - [2026-04-20 17:27:14] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.073934 10.0.0.23 - - [2026-04-20 17:27:14] "POST /neutron/port HTTP/1.1" 200 117 0.008715 10.0.0.23 - - [2026-04-20 17:27:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001603 10.0.0.23 - - [2026-04-20 17:27:15] "POST /neutron/network HTTP/1.1" 200 843 0.007726 10.0.0.23 - - [2026-04-20 17:27:15] "POST /neutron/port HTTP/1.1" 200 1055 0.027250 10.0.0.65 - - [2026-04-20 17:27:16] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001368 10.0.0.23 - - [2026-04-20 17:27:16] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.141466 10.0.0.23 - - [2026-04-20 17:27:16] "POST /neutron/port HTTP/1.1" 200 1119 0.024543 10.0.0.23 - - [2026-04-20 17:27:16] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.23 - - [2026-04-20 17:27:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008528 10.0.0.23 - - [2026-04-20 17:27:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009867 10.0.0.23 - - [2026-04-20 17:27:17] "POST /neutron/port HTTP/1.1" 200 1054 0.031753 10.0.0.23 - - [2026-04-20 17:27:17] "POST /neutron/port HTTP/1.1" 200 1118 0.034369 10.0.0.23 - - [2026-04-20 17:27:17] "POST /neutron/port HTTP/1.1" 200 117 0.002276 10.0.0.23 - - [2026-04-20 17:27:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010062 10.0.0.23 - - [2026-04-20 17:27:21] "POST /neutron/port HTTP/1.1" 200 1119 0.025863 10.0.0.23 - - [2026-04-20 17:27:22] "GET /virtual-machine/f489a355-92b1-4ca4-aea1-ec1d4929907d HTTP/1.1" 200 1286 0.007056 10.0.0.23 - - [2026-04-20 17:27:22] "GET /virtual-machine-interface/14631f86-be01-40f2-b1bf-63d68dd164fa HTTP/1.1" 200 2927 0.010497 10.0.0.23 - - [2026-04-20 17:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005687 10.0.0.23 - - [2026-04-20 17:27:22] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005502 10.0.0.23 - - [2026-04-20 17:27:22] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006698 10.0.0.23 - - [2026-04-20 17:27:22] "GET /virtual-network/0399839c-bd64-4a94-9881-152d5970fac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.013473 10.0.0.23 - - [2026-04-20 17:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.23 - - [2026-04-20 17:27:25] "GET /virtual-network/0399839c-bd64-4a94-9881-152d5970fac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007520 10.0.0.23 - - [2026-04-20 17:27:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.014376 10.0.0.23 - - [2026-04-20 17:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.23 - - [2026-04-20 17:27:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004427 10.0.0.23 - - [2026-04-20 17:27:27] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004688 10.0.0.23 - - [2026-04-20 17:27:27] "GET /virtual-network/0399839c-bd64-4a94-9881-152d5970fac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.007460 10.0.0.23 - - [2026-04-20 17:27:27] "POST /neutron/port HTTP/1.1" 200 1119 0.024406 10.0.0.23 - - [2026-04-20 17:27:30] "POST /neutron/port HTTP/1.1" 200 1118 0.020070 10.0.0.23 - - [2026-04-20 17:27:30] "POST /neutron/subnet HTTP/1.1" 200 704 0.010519 10.0.0.23 - - [2026-04-20 17:27:32] "POST /neutron/port HTTP/1.1" 200 1118 0.025879 10.0.0.23 - - [2026-04-20 17:27:32] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008730 10.0.0.23 - - [2026-04-20 17:27:33] "GET /virtual-machine/fb30e29e-ddba-47a2-89e4-89c983754a93 HTTP/1.1" 200 1285 0.010600 10.0.0.23 - - [2026-04-20 17:27:33] "GET /virtual-machine-interface/9c0f0227-9e32-479e-8db3-fb3dacc3d28e HTTP/1.1" 200 2928 0.008494 10.0.0.23 - - [2026-04-20 17:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005352 10.0.0.23 - - [2026-04-20 17:27:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005318 10.0.0.23 - - [2026-04-20 17:27:33] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003365 10.0.0.23 - - [2026-04-20 17:27:33] "GET /virtual-network/033addc4-8587-4dca-866f-48d69f713907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007106 10.0.0.23 - - [2026-04-20 17:27:33] "POST /neutron/port HTTP/1.1" 200 1119 0.025999 10.0.0.23 - - [2026-04-20 17:27:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005199 10.0.0.23 - - [2026-04-20 17:27:34] "POST /neutron/network HTTP/1.1" 200 833 0.011208 10.0.0.23 - - [2026-04-20 17:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2026-04-20 17:27:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004390 10.0.0.23 - - [2026-04-20 17:27:34] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003730 10.0.0.23 - - [2026-04-20 17:27:34] "GET /virtual-network/033addc4-8587-4dca-866f-48d69f713907?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.008554 10.0.0.23 - - [2026-04-20 17:27:34] "POST /routing-policys HTTP/1.1" 200 534 0.035339 10.0.0.23 - - [2026-04-20 17:27:34] "GET /virtual-network/0399839c-bd64-4a94-9881-152d5970fac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.014829 10.0.0.23 - - [2026-04-20 17:27:34] "PUT /virtual-network/0399839c-bd64-4a94-9881-152d5970fac2 HTTP/1.1" 200 264 0.057749 10.0.0.65 - - [2026-04-20 17:27:35] "POST /ref-update HTTP/1.1" 200 156 0.017657 10.0.0.23 - - [2026-04-20 17:27:39] "POST /routing-policys HTTP/1.1" 200 534 0.033293 10.0.0.23 - - [2026-04-20 17:27:39] "GET /virtual-network/0399839c-bd64-4a94-9881-152d5970fac2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.008159 10.0.0.23 - - [2026-04-20 17:27:39] "PUT /virtual-network/0399839c-bd64-4a94-9881-152d5970fac2 HTTP/1.1" 200 264 0.083773 10.0.0.23 - - [2026-04-20 17:27:39] "POST /ref-update HTTP/1.1" 200 156 0.083019 10.0.0.65 - - [2026-04-20 17:27:39] "POST /ref-update HTTP/1.1" 200 156 0.036756 10.0.0.23 - - [2026-04-20 17:27:39] "DELETE /routing-policy/623053a6-3798-42c9-ba69-e642adbf5d66 HTTP/1.1" 200 115 0.063144 10.0.0.23 - - [2026-04-20 17:27:39] "POST /ref-update HTTP/1.1" 200 156 0.054898 10.0.0.23 - - [2026-04-20 17:27:40] "DELETE /routing-policy/5503b7eb-2834-4e73-b300-b822e431aab4 HTTP/1.1" 200 115 0.041639 10.0.0.23 - - [2026-04-20 17:27:40] "POST /neutron/port HTTP/1.1" 200 1118 0.021336 10.0.0.23 - - [2026-04-20 17:27:40] "POST /neutron/port HTTP/1.1" 200 1119 0.034772 10.0.0.23 - - [2026-04-20 17:27:42] "POST /neutron/network HTTP/1.1" 200 832 0.008176 10.0.0.65 - - [2026-04-20 17:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005865 10.0.0.65 - - [2026-04-20 17:27:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004282 10.0.0.65 - - [2026-04-20 17:27:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007236 10.0.0.23 - - [2026-04-20 17:27:42] "POST /neutron/network HTTP/1.1" 200 151 0.188222 10.0.0.65 - - [2026-04-20 17:27:42] "DELETE /route-target/45f5684d-e8ef-448d-afed-8147a85166ff HTTP/1.1" 200 115 0.033309 10.0.0.23 - - [2026-04-20 17:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006058 10.0.0.65 - - [2026-04-20 17:27:45] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001829 10.0.0.23 - - [2026-04-20 17:27:45] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.069301 10.0.0.65 - - [2026-04-20 17:27:45] "POST /route-targets HTTP/1.1" 200 327 0.017992 10.0.0.65 - - [2026-04-20 17:27:45] "POST /useragent-kv HTTP/1.1" 200 115 0.007350 10.0.0.23 - - [2026-04-20 17:27:45] "POST /neutron/subnet HTTP/1.1" 200 730 0.184811 10.0.0.23 - - [2026-04-20 17:27:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001537 10.0.0.23 - - [2026-04-20 17:27:45] "GET /virtual-network/d1e45d05-3d97-401a-bbf8-964366611200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005858 10.0.0.23 - - [2026-04-20 17:27:46] "GET /virtual-network/d1e45d05-3d97-401a-bbf8-964366611200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006274 10.0.0.23 - - [2026-04-20 17:27:46] "POST /neutron/network HTTP/1.1" 200 832 0.008881 10.0.0.23 - - [2026-04-20 17:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2026-04-20 17:27:46] "GET /virtual-network/d1e45d05-3d97-401a-bbf8-964366611200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005894 10.0.0.23 - - [2026-04-20 17:27:46] "PUT /virtual-network/d1e45d05-3d97-401a-bbf8-964366611200 HTTP/1.1" 200 264 0.071619 10.0.0.65 - - [2026-04-20 17:27:46] "POST /ref-update HTTP/1.1" 200 156 0.028711 10.0.0.23 - - [2026-04-20 17:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007027 10.0.0.65 - - [2026-04-20 17:27:46] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001059 10.0.0.23 - - [2026-04-20 17:27:46] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.045838 10.0.0.65 - - [2026-04-20 17:27:46] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001051 10.0.0.23 - - [2026-04-20 17:27:46] "POST /neutron/network HTTP/1.1" 200 612 0.147184 10.0.0.23 - - [2026-04-20 17:27:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.004478 10.0.0.23 - - [2026-04-20 17:27:46] "GET /virtual-network/04949a8d-a2ec-4454-a6c4-6019cf304c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006231 10.0.0.23 - - [2026-04-20 17:27:46] "POST /neutron/network HTTP/1.1" 200 830 0.008137 10.0.0.23 - - [2026-04-20 17:27:47] "GET /virtual-network/04949a8d-a2ec-4454-a6c4-6019cf304c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007640 10.0.0.23 - - [2026-04-20 17:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005385 10.0.0.23 - - [2026-04-20 17:27:47] "GET /virtual-network/04949a8d-a2ec-4454-a6c4-6019cf304c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007996 10.0.0.23 - - [2026-04-20 17:27:47] "PUT /virtual-network/04949a8d-a2ec-4454-a6c4-6019cf304c54 HTTP/1.1" 200 264 0.075859 10.0.0.65 - - [2026-04-20 17:27:47] "POST /ref-update HTTP/1.1" 200 156 0.038230 10.0.0.23 - - [2026-04-20 17:27:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001478 10.0.0.23 - - [2026-04-20 17:27:47] "POST /neutron/network HTTP/1.1" 200 842 0.012888 10.0.0.65 - - [2026-04-20 17:27:48] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002102 10.0.0.23 - - [2026-04-20 17:27:48] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.109655 10.0.0.23 - - [2026-04-20 17:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.008810 10.0.0.23 - - [2026-04-20 17:27:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001884 10.0.0.23 - - [2026-04-20 17:27:49] "POST /neutron/network HTTP/1.1" 200 842 0.008940 10.0.0.23 - - [2026-04-20 17:27:49] "POST /neutron/port HTTP/1.1" 200 1054 0.025028 10.0.0.65 - - [2026-04-20 17:27:49] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001171 10.0.0.23 - - [2026-04-20 17:27:49] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.121607 10.0.0.23 - - [2026-04-20 17:27:49] "POST /neutron/network HTTP/1.1" 200 830 0.011139 10.0.0.23 - - [2026-04-20 17:27:50] "POST /neutron/port HTTP/1.1" 200 117 0.001551 10.0.0.23 - - [2026-04-20 17:27:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009417 10.0.0.23 - - [2026-04-20 17:27:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.013027 10.0.0.23 - - [2026-04-20 17:27:51] "POST /neutron/port HTTP/1.1" 200 1052 0.029388 10.0.0.23 - - [2026-04-20 17:27:51] "POST /neutron/port HTTP/1.1" 200 1116 0.035882 10.0.0.23 - - [2026-04-20 17:27:51] "POST /neutron/port HTTP/1.1" 200 117 0.001320 10.0.0.23 - - [2026-04-20 17:27:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009016 10.0.0.23 - - [2026-04-20 17:27:55] "POST /neutron/port HTTP/1.1" 200 1118 0.025641 10.0.0.23 - - [2026-04-20 17:27:55] "GET /virtual-machine/32f9e63d-ad6e-4ff9-959b-b4951064b2bd HTTP/1.1" 200 1285 0.009068 10.0.0.23 - - [2026-04-20 17:27:55] "GET /virtual-machine-interface/3d82acad-97c1-4352-a037-5aaa99c160ef HTTP/1.1" 200 2927 0.006555 10.0.0.23 - - [2026-04-20 17:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.23 - - [2026-04-20 17:27:55] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004243 10.0.0.23 - - [2026-04-20 17:27:55] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003778 10.0.0.23 - - [2026-04-20 17:27:55] "GET /virtual-network/d1e45d05-3d97-401a-bbf8-964366611200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006330 10.0.0.23 - - [2026-04-20 17:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.23 - - [2026-04-20 17:27:58] "GET /virtual-network/d1e45d05-3d97-401a-bbf8-964366611200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005839 10.0.0.23 - - [2026-04-20 17:27:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010355 10.0.0.23 - - [2026-04-20 17:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.23 - - [2026-04-20 17:28:01] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005285 10.0.0.23 - - [2026-04-20 17:28:01] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004639 10.0.0.23 - - [2026-04-20 17:28:01] "GET /virtual-network/d1e45d05-3d97-401a-bbf8-964366611200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006616 10.0.0.23 - - [2026-04-20 17:28:01] "POST /neutron/port HTTP/1.1" 200 1116 0.027595 10.0.0.23 - - [2026-04-20 17:28:01] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009879 10.0.0.23 - - [2026-04-20 17:28:01] "GET /virtual-machine/0e8c19dc-ed58-46ed-84ac-f96a282eff62 HTTP/1.1" 200 1284 0.008971 10.0.0.23 - - [2026-04-20 17:28:01] "GET /virtual-machine-interface/85ef09ec-9682-4f69-9585-3641f131b278 HTTP/1.1" 200 2927 0.008346 10.0.0.23 - - [2026-04-20 17:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.23 - - [2026-04-20 17:28:01] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007012 10.0.0.23 - - [2026-04-20 17:28:01] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005523 10.0.0.23 - - [2026-04-20 17:28:01] "GET /virtual-network/04949a8d-a2ec-4454-a6c4-6019cf304c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.010548 10.0.0.23 - - [2026-04-20 17:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.23 - - [2026-04-20 17:28:02] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008152 10.0.0.23 - - [2026-04-20 17:28:02] "GET /virtual-networks?parent_id=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.007177 10.0.0.23 - - [2026-04-20 17:28:02] "GET /virtual-network/04949a8d-a2ec-4454-a6c4-6019cf304c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.009027 10.0.0.23 - - [2026-04-20 17:28:03] "POST /interface-route-tables HTTP/1.1" 200 574 0.045875 10.0.0.23 - - [2026-04-20 17:28:03] "GET /interface-route-table/21aedcc1-c1b5-4f86-8edd-eb73fc69ae61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1308 0.009970 10.0.0.23 - - [2026-04-20 17:28:03] "GET /virtual-machine-interface/3d82acad-97c1-4352-a037-5aaa99c160ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2706 0.009200 10.0.0.23 - - [2026-04-20 17:28:03] "POST /ref-update HTTP/1.1" 200 156 0.026020 10.0.0.23 - - [2026-04-20 17:28:03] "POST /routing-policys HTTP/1.1" 200 534 0.054632 10.0.0.23 - - [2026-04-20 17:28:03] "GET /virtual-network/d1e45d05-3d97-401a-bbf8-964366611200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006794 10.0.0.23 - - [2026-04-20 17:28:03] "PUT /virtual-network/d1e45d05-3d97-401a-bbf8-964366611200 HTTP/1.1" 200 264 0.116894 10.0.0.23 - - [2026-04-20 17:28:07] "POST /ref-update HTTP/1.1" 200 156 0.067435 10.0.0.23 - - [2026-04-20 17:28:07] "DELETE /routing-policy/8b2c4807-2a71-4438-a3ad-526575c370c7 HTTP/1.1" 200 115 0.055279 10.0.0.23 - - [2026-04-20 17:28:08] "POST /neutron/network HTTP/1.1" 200 830 0.014154 10.0.0.23 - - [2026-04-20 17:28:08] "POST /neutron/port HTTP/1.1" 200 1106 0.024791 10.0.0.23 - - [2026-04-20 17:28:08] "POST /neutron/port HTTP/1.1" 200 1108 0.032406 10.0.0.65 - - [2026-04-20 17:28:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004635 10.0.0.65 - - [2026-04-20 17:28:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004452 10.0.0.23 - - [2026-04-20 17:28:10] "POST /neutron/network HTTP/1.1" 200 151 0.167428 10.0.0.65 - - [2026-04-20 17:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.048560 10.0.0.65 - - [2026-04-20 17:28:10] "DELETE /route-target/ad56403a-9ef1-4734-94d6-1d8f4313ea31 HTTP/1.1" 409 239 0.010616 10.0.0.65 - - [2026-04-20 17:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.65 - - [2026-04-20 17:28:11] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002223 10.0.0.23 - - [2026-04-20 17:28:11] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.065571 10.0.0.65 - - [2026-04-20 17:28:11] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001448 10.0.0.23 - - [2026-04-20 17:28:12] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?fields=virtual_networks HTTP/1.1" 200 1018 0.060871 10.0.0.65 - - [2026-04-20 17:28:12] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001864 10.0.0.23 - - [2026-04-20 17:28:12] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.061088 10.0.0.65 - - [2026-04-20 17:28:12] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001747 10.0.0.23 - - [2026-04-20 17:28:12] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?fields=security_groups HTTP/1.1" 200 1237 0.062654 10.0.0.23 - - [2026-04-20 17:28:13] "POST /fqname-to-id HTTP/1.1" 404 192 0.054076 10.0.0.65 - - [2026-04-20 17:28:13] "GET /projects?obj_uuids=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005986 10.0.0.65 - - [2026-04-20 17:28:13] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001426 10.0.0.65 - - [2026-04-20 17:28:13] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008327 10.0.0.65 - - [2026-04-20 17:28:13] "POST /id-to-fqname HTTP/1.1" 200 194 0.004232 10.0.0.65 - - [2026-04-20 17:28:13] "POST /fqname-to-id HTTP/1.1" 404 203 0.007246 10.0.0.65 - - [2026-04-20 17:28:13] "POST /security-groups HTTP/1.1" 200 595 0.049955 10.0.0.65 - - [2026-04-20 17:28:13] "POST /projects HTTP/1.1" 200 593 0.287747 10.0.0.65 - - [2026-04-20 17:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.324601 10.0.0.65 - - [2026-04-20 17:28:13] "POST /access-control-lists HTTP/1.1" 200 600 0.051194 10.0.0.23 - - [2026-04-20 17:28:13] "GET /project/fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.536052 10.0.0.23 - - [2026-04-20 17:28:15] "GET / HTTP/1.1" 200 35931 0.002958 10.0.0.23 - - [2026-04-20 17:28:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.23 - - [2026-04-20 17:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.084990 10.0.0.65 - - [2026-04-20 17:28:17] "GET /projects?obj_uuids=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001190 10.0.0.23 - - [2026-04-20 17:28:17] "GET /project/fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.064639 10.0.0.23 - - [2026-04-20 17:28:17] "POST /neutron/network HTTP/1.1" 200 117 0.057879 10.0.0.65 - - [2026-04-20 17:28:17] "POST /route-targets HTTP/1.1" 200 327 0.018822 10.0.0.23 - - [2026-04-20 17:28:18] "POST /neutron/network HTTP/1.1" 200 833 0.010617 10.0.0.23 - - [2026-04-20 17:28:18] "POST /id-to-fqname HTTP/1.1" 200 226 0.001490 10.0.0.23 - - [2026-04-20 17:28:18] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006625 10.0.0.23 - - [2026-04-20 17:28:18] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006909 10.0.0.23 - - [2026-04-20 17:28:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.014051 10.0.0.23 - - [2026-04-20 17:28:18] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005913 10.0.0.23 - - [2026-04-20 17:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.23 - - [2026-04-20 17:28:20] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006389 10.0.0.23 - - [2026-04-20 17:28:20] "PUT /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0 HTTP/1.1" 200 264 0.093958 10.0.0.65 - - [2026-04-20 17:28:20] "POST /ref-update HTTP/1.1" 200 156 0.033512 10.0.0.23 - - [2026-04-20 17:28:25] "POST /id-to-fqname HTTP/1.1" 200 226 0.001359 10.0.0.65 - - [2026-04-20 17:28:26] "GET /projects?obj_uuids=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001782 10.0.0.23 - - [2026-04-20 17:28:26] "GET /project/fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.133923 10.0.0.23 - - [2026-04-20 17:28:27] "POST /neutron/port HTTP/1.1" 200 117 0.012508 10.0.0.23 - - [2026-04-20 17:28:27] "POST /neutron/network HTTP/1.1" 200 843 0.008021 10.0.0.23 - - [2026-04-20 17:28:28] "POST /neutron/port HTTP/1.1" 200 1065 0.024070 10.0.0.23 - - [2026-04-20 17:28:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005186 10.0.0.23 - - [2026-04-20 17:28:28] "POST /neutron/network HTTP/1.1" 200 833 0.008234 10.0.0.23 - - [2026-04-20 17:28:32] "POST /neutron/port HTTP/1.1" 200 1129 0.025270 10.0.0.23 - - [2026-04-20 17:28:32] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008473 10.0.0.23 - - [2026-04-20 17:28:32] "GET /virtual-machine/c040b273-12dd-454b-b8ee-a1ac23bf6149 HTTP/1.1" 401 292 0.000487 10.0.0.23 - - [2026-04-20 17:28:33] "GET /virtual-machine/c040b273-12dd-454b-b8ee-a1ac23bf6149 HTTP/1.1" 200 1297 0.044437 10.0.0.23 - - [2026-04-20 17:28:33] "GET /virtual-machine-interface/4501dbd2-7c48-4fba-8d94-9a808d0320ac HTTP/1.1" 200 2967 0.006300 10.0.0.23 - - [2026-04-20 17:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005499 10.0.0.23 - - [2026-04-20 17:28:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009428 10.0.0.23 - - [2026-04-20 17:28:33] "GET /virtual-networks?parent_id=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004050 10.0.0.23 - - [2026-04-20 17:28:33] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007978 10.0.0.23 - - [2026-04-20 17:28:33] "POST /neutron/network HTTP/1.1" 200 843 0.010602 10.0.0.23 - - [2026-04-20 17:28:34] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.23 - - [2026-04-20 17:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.23 - - [2026-04-20 17:28:36] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006101 10.0.0.249 - - [2026-04-20 17:28:39] "GET /obj-perms HTTP/1.1" 200 5056 0.071581 10.0.0.65 - - [2026-04-20 17:28:39] "GET /obj-perms HTTP/1.1" 200 5056 0.068868 10.0.0.23 - - [2026-04-20 17:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.23 - - [2026-04-20 17:28:40] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006181 10.0.0.23 - - [2026-04-20 17:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.23 - - [2026-04-20 17:28:44] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007978 10.0.0.23 - - [2026-04-20 17:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.23 - - [2026-04-20 17:28:48] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007014 10.0.0.23 - - [2026-04-20 17:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.23 - - [2026-04-20 17:28:52] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008510 10.0.0.23 - - [2026-04-20 17:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004888 10.0.0.23 - - [2026-04-20 17:28:56] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006562 10.0.0.23 - - [2026-04-20 17:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006067 10.0.0.23 - - [2026-04-20 17:29:00] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007757 10.0.0.23 - - [2026-04-20 17:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.23 - - [2026-04-20 17:29:04] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006665 10.0.0.65 - - [2026-04-20 17:29:07] "DELETE /project/fcba8761b2f64ce9bdf2d678e8b82c0c HTTP/1.1" 404 173 0.004233 10.0.0.65 - - [2026-04-20 17:29:07] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001018 10.0.0.65 - - [2026-04-20 17:29:07] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.050954 10.0.0.65 - - [2026-04-20 17:29:07] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001374 10.0.0.65 - - [2026-04-20 17:29:07] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?fields=security_groups HTTP/1.1" 200 1088 0.067549 10.0.0.65 - - [2026-04-20 17:29:07] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001058 10.0.0.65 - - [2026-04-20 17:29:07] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?fields=application_policy_sets HTTP/1.1" 200 1381 0.061574 10.0.0.65 - - [2026-04-20 17:29:07] "DELETE /project/47d7490d-10d0-4e86-a38e-25b88f74e021 HTTP/1.1" 409 278 0.286360 10.0.0.23 - - [2026-04-20 17:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.23 - - [2026-04-20 17:29:09] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006234 10.0.0.23 - - [2026-04-20 17:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.23 - - [2026-04-20 17:29:13] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007950 10.0.0.23 - - [2026-04-20 17:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2026-04-20 17:29:15] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005208 10.0.0.23 - - [2026-04-20 17:29:15] "GET /virtual-networks?parent_id=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004233 10.0.0.23 - - [2026-04-20 17:29:15] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007821 10.0.0.23 - - [2026-04-20 17:29:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010220 10.0.0.23 - - [2026-04-20 17:29:23] "POST /neutron/port HTTP/1.1" 200 1129 0.032079 10.0.0.23 - - [2026-04-20 17:29:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011027 10.0.0.23 - - [2026-04-20 17:29:35] "POST /neutron/port HTTP/1.1" 200 1129 0.037047 10.0.0.23 - - [2026-04-20 17:29:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004986 10.0.0.23 - - [2026-04-20 17:29:36] "POST /neutron/network HTTP/1.1" 200 833 0.010649 10.0.0.23 - - [2026-04-20 17:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.23 - - [2026-04-20 17:29:36] "GET /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006316 10.0.0.65 - - [2026-04-20 17:29:36] "POST /ref-update HTTP/1.1" 200 156 0.024137 10.0.0.23 - - [2026-04-20 17:29:36] "PUT /virtual-network/13bf29aa-aa4b-4373-a6d1-38ddf6f1c4d0 HTTP/1.1" 200 264 0.068034 10.0.0.23 - - [2026-04-20 17:29:40] "GET /obj-perms HTTP/1.1" 200 5056 0.075095 10.0.0.23 - - [2026-04-20 17:29:42] "POST /neutron/port HTTP/1.1" 200 1129 0.023557 10.0.0.23 - - [2026-04-20 17:29:43] "POST /neutron/network HTTP/1.1" 200 833 0.008144 10.0.0.65 - - [2026-04-20 17:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.23 - - [2026-04-20 17:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.65 - - [2026-04-20 17:29:46] "GET /projects?obj_uuids=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001478 10.0.0.23 - - [2026-04-20 17:29:46] "GET /project/fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.057675 10.0.0.65 - - [2026-04-20 17:29:46] "GET /projects?obj_uuids=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002372 10.0.0.23 - - [2026-04-20 17:29:47] "POST /neutron/network HTTP/1.1" 200 613 0.174466 10.0.0.65 - - [2026-04-20 17:29:47] "POST /ref-update HTTP/1.1" 200 156 0.023795 10.0.0.23 - - [2026-04-20 17:29:47] "POST /id-to-fqname HTTP/1.1" 200 226 0.004451 10.0.0.23 - - [2026-04-20 17:29:47] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006008 10.0.0.23 - - [2026-04-20 17:29:47] "POST /neutron/network HTTP/1.1" 200 833 0.008043 10.0.0.23 - - [2026-04-20 17:29:47] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005907 10.0.0.23 - - [2026-04-20 17:29:47] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.009372 10.0.0.23 - - [2026-04-20 17:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005400 10.0.0.23 - - [2026-04-20 17:29:48] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008826 10.0.0.23 - - [2026-04-20 17:29:48] "PUT /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74 HTTP/1.1" 200 264 0.081558 10.0.0.23 - - [2026-04-20 17:29:53] "POST /id-to-fqname HTTP/1.1" 200 226 0.001465 10.0.0.23 - - [2026-04-20 17:29:53] "POST /neutron/network HTTP/1.1" 200 843 0.011697 10.0.0.65 - - [2026-04-20 17:29:54] "GET /projects?obj_uuids=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001501 10.0.0.23 - - [2026-04-20 17:29:54] "GET /project/fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.091278 10.0.0.23 - - [2026-04-20 17:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.007957 10.0.0.65 - - [2026-04-20 17:29:55] "GET /projects?obj_uuids=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001232 10.0.0.23 - - [2026-04-20 17:29:55] "POST /neutron/port HTTP/1.1" 200 1065 0.373894 10.0.0.23 - - [2026-04-20 17:29:55] "POST /neutron/port HTTP/1.1" 200 1119 0.129233 10.0.0.23 - - [2026-04-20 17:29:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.010739 10.0.0.23 - - [2026-04-20 17:29:59] "POST /neutron/port HTTP/1.1" 200 1129 0.021805 10.0.0.23 - - [2026-04-20 17:30:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009289 10.0.0.23 - - [2026-04-20 17:30:00] "GET /virtual-machine/87e7f31e-a80b-4126-ad7b-9e3b12718d05 HTTP/1.1" 200 1296 0.008063 10.0.0.23 - - [2026-04-20 17:30:00] "GET /virtual-machine-interface/55d855cd-c169-46b4-add7-d198f2f5691a HTTP/1.1" 200 2967 0.006903 10.0.0.23 - - [2026-04-20 17:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005468 10.0.0.23 - - [2026-04-20 17:30:00] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006879 10.0.0.23 - - [2026-04-20 17:30:00] "GET /virtual-networks?parent_id=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005573 10.0.0.23 - - [2026-04-20 17:30:00] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.010144 10.0.0.23 - - [2026-04-20 17:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.23 - - [2026-04-20 17:30:03] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006659 10.0.0.23 - - [2026-04-20 17:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.23 - - [2026-04-20 17:30:07] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005675 10.0.0.249 - - [2026-04-20 17:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000541 10.0.0.249 - - [2026-04-20 17:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.249 - - [2026-04-20 17:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.65 - - [2026-04-20 17:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.249 - - [2026-04-20 17:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.65 - - [2026-04-20 17:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.001376 10.0.0.65 - - [2026-04-20 17:30:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.65 - - [2026-04-20 17:30:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.23 - - [2026-04-20 17:30:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000784 10.0.0.23 - - [2026-04-20 17:30:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.23 - - [2026-04-20 17:30:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-04-20 17:30:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000504 10.0.0.23 - - [2026-04-20 17:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.23 - - [2026-04-20 17:30:11] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006554 10.0.0.23 - - [2026-04-20 17:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.23 - - [2026-04-20 17:30:15] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006314 10.0.0.23 - - [2026-04-20 17:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006939 10.0.0.23 - - [2026-04-20 17:30:19] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007205 10.0.0.23 - - [2026-04-20 17:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.23 - - [2026-04-20 17:30:23] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007451 10.0.0.23 - - [2026-04-20 17:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.23 - - [2026-04-20 17:30:28] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006667 10.0.0.23 - - [2026-04-20 17:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005928 10.0.0.23 - - [2026-04-20 17:30:32] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007810 10.0.0.23 - - [2026-04-20 17:30:34] "POST /neutron/port HTTP/1.1" 200 1129 0.022231 10.0.0.23 - - [2026-04-20 17:30:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005912 10.0.0.23 - - [2026-04-20 17:30:34] "POST /neutron/network HTTP/1.1" 200 833 0.015850 10.0.0.23 - - [2026-04-20 17:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.23 - - [2026-04-20 17:30:36] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007538 10.0.0.23 - - [2026-04-20 17:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005744 10.0.0.23 - - [2026-04-20 17:30:40] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.008287 10.0.0.23 - - [2026-04-20 17:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2026-04-20 17:30:44] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.005987 10.0.0.23 - - [2026-04-20 17:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.23 - - [2026-04-20 17:30:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004483 10.0.0.23 - - [2026-04-20 17:30:46] "GET /virtual-networks?parent_id=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005435 10.0.0.23 - - [2026-04-20 17:30:46] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007234 10.0.0.23 - - [2026-04-20 17:30:51] "POST /neutron/port HTTP/1.1" 200 1129 0.026231 10.0.0.23 - - [2026-04-20 17:30:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009999 10.0.0.23 - - [2026-04-20 17:31:07] "POST /neutron/port HTTP/1.1" 200 1129 0.032366 10.0.0.23 - - [2026-04-20 17:31:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011078 10.0.0.23 - - [2026-04-20 17:31:23] "POST /neutron/port HTTP/1.1" 200 1129 0.029412 10.0.0.23 - - [2026-04-20 17:31:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011586 10.0.0.23 - - [2026-04-20 17:31:34] "POST /neutron/port HTTP/1.1" 200 1129 0.020775 10.0.0.23 - - [2026-04-20 17:31:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010002 10.0.0.23 - - [2026-04-20 17:31:34] "POST /neutron/network HTTP/1.1" 200 833 0.010214 10.0.0.23 - - [2026-04-20 17:31:39] "POST /neutron/port HTTP/1.1" 200 1129 0.074663 10.0.0.249 - - [2026-04-20 17:31:41] "GET /obj-perms HTTP/1.1" 200 5056 0.082386 10.0.0.65 - - [2026-04-20 17:31:42] "GET /obj-perms HTTP/1.1" 200 5056 0.071281 10.0.0.23 - - [2026-04-20 17:31:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008733 10.0.0.23 - - [2026-04-20 17:31:54] "POST /neutron/port HTTP/1.1" 200 1129 0.024093 10.0.0.23 - - [2026-04-20 17:31:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010713 10.0.0.23 - - [2026-04-20 17:32:09] "POST /neutron/port HTTP/1.1" 200 1129 0.025443 10.0.0.23 - - [2026-04-20 17:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.23 - - [2026-04-20 17:32:15] "GET /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006799 10.0.0.23 - - [2026-04-20 17:32:15] "PUT /virtual-network/f6d6ff6f-0447-4290-9f91-717fa3f64b74 HTTP/1.1" 200 264 0.087571 10.0.0.65 - - [2026-04-20 17:32:15] "POST /ref-update HTTP/1.1" 200 156 0.063365 10.0.0.23 - - [2026-04-20 17:32:20] "POST /neutron/network HTTP/1.1" 400 204 0.018766 10.0.0.23 - - [2026-04-20 17:32:21] "POST /neutron/port HTTP/1.1" 200 151 0.302969 10.0.0.65 - - [2026-04-20 17:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.013104 10.0.0.65 - - [2026-04-20 17:32:24] "GET /projects?obj_uuids=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.050981 10.0.0.23 - - [2026-04-20 17:32:24] "GET /project/fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.154531 10.0.0.65 - - [2026-04-20 17:32:24] "GET /projects?obj_uuids=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001610 10.0.0.23 - - [2026-04-20 17:32:24] "GET /project/fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c?fields=virtual_networks HTTP/1.1" 200 1041 0.064747 10.0.0.65 - - [2026-04-20 17:32:24] "GET /projects?obj_uuids=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001124 10.0.0.23 - - [2026-04-20 17:32:24] "GET /project/fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.076847 10.0.0.65 - - [2026-04-20 17:32:24] "GET /projects?obj_uuids=fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001173 10.0.0.23 - - [2026-04-20 17:32:24] "GET /project/fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c?fields=security_groups HTTP/1.1" 200 1271 0.050056 10.0.0.23 - - [2026-04-20 17:32:26] "POST /fqname-to-id HTTP/1.1" 404 213 0.073531 10.0.0.65 - - [2026-04-20 17:32:26] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004943 10.0.0.65 - - [2026-04-20 17:32:26] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563 10.0.0.65 - - [2026-04-20 17:32:26] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.105606 10.0.0.65 - - [2026-04-20 17:32:27] "POST /id-to-fqname HTTP/1.1" 200 216 0.006812 10.0.0.65 - - [2026-04-20 17:32:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.006149 10.0.0.65 - - [2026-04-20 17:32:27] "POST /security-groups HTTP/1.1" 200 616 0.052970 10.0.0.65 - - [2026-04-20 17:32:27] "POST /projects HTTP/1.1" 200 635 0.371077 10.0.0.65 - - [2026-04-20 17:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.444073 10.0.0.65 - - [2026-04-20 17:32:27] "POST /access-control-lists HTTP/1.1" 200 621 0.048433 10.0.0.23 - - [2026-04-20 17:32:27] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.851156 10.0.0.23 - - [2026-04-20 17:32:28] "GET / HTTP/1.1" 200 35931 0.002727 10.0.0.23 - - [2026-04-20 17:32:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.23 - - [2026-04-20 17:32:31] "POST /fqname-to-id HTTP/1.1" 404 249 0.081890 10.0.0.65 - - [2026-04-20 17:32:31] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001186 10.0.0.65 - - [2026-04-20 17:32:31] "POST /fqname-to-id HTTP/1.1" 404 281 0.006121 10.0.0.65 - - [2026-04-20 17:32:31] "POST /access-control-lists HTTP/1.1" 200 641 0.059756 10.0.0.23 - - [2026-04-20 17:32:31] "POST /neutron/security_group HTTP/1.1" 200 1427 0.416742 10.0.0.23 - - [2026-04-20 17:32:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.150368 10.0.0.65 - - [2026-04-20 17:32:32] "PUT /access-control-list/4d89ed24-e274-4840-9ddd-7af060a79f69 HTTP/1.1" 200 272 0.031490 10.0.0.23 - - [2026-04-20 17:32:32] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.174374 10.0.0.23 - - [2026-04-20 17:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005545 10.0.0.23 - - [2026-04-20 17:32:32] "GET /security-group/fd7222e5-b405-4424-926d-c211c1aa4cae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.010074 10.0.0.23 - - [2026-04-20 17:32:33] "POST /fqname-to-id HTTP/1.1" 404 249 0.002857 10.0.0.65 - - [2026-04-20 17:32:33] "DELETE /access-control-list/65689d12-fdc4-45f8-b430-d98f6f439927 HTTP/1.1" 200 115 0.045056 10.0.0.23 - - [2026-04-20 17:32:33] "POST /fqname-to-id HTTP/1.1" 404 249 0.004862 10.0.0.65 - - [2026-04-20 17:32:33] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000981 10.0.0.65 - - [2026-04-20 17:32:33] "POST /access-control-lists HTTP/1.1" 200 643 0.035931 10.0.0.65 - - [2026-04-20 17:32:34] "PUT /access-control-list/d281c90a-12b1-48db-9bd5-6e49b185d8fa HTTP/1.1" 200 272 0.027368 10.0.0.23 - - [2026-04-20 17:32:34] "POST /neutron/security_group HTTP/1.1" 200 1427 0.460995 10.0.0.23 - - [2026-04-20 17:32:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.144546 10.0.0.65 - - [2026-04-20 17:32:34] "PUT /access-control-list/d281c90a-12b1-48db-9bd5-6e49b185d8fa HTTP/1.1" 200 272 0.028790 10.0.0.23 - - [2026-04-20 17:32:34] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.156899 10.0.0.23 - - [2026-04-20 17:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009196 10.0.0.23 - - [2026-04-20 17:32:34] "GET /security-group/bba76c84-010a-4ef0-aece-84325c9e638e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.015654 10.0.0.23 - - [2026-04-20 17:32:35] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.123205 10.0.0.65 - - [2026-04-20 17:32:35] "PUT /access-control-list/d281c90a-12b1-48db-9bd5-6e49b185d8fa HTTP/1.1" 200 272 0.023104 10.0.0.23 - - [2026-04-20 17:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007419 10.0.0.65 - - [2026-04-20 17:32:36] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001356 10.0.0.23 - - [2026-04-20 17:32:36] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.055377 10.0.0.23 - - [2026-04-20 17:32:36] "POST /neutron/network HTTP/1.1" 200 117 0.015888 10.0.0.65 - - [2026-04-20 17:32:36] "POST /ref-update HTTP/1.1" 200 156 0.052330 10.0.0.65 - - [2026-04-20 17:32:36] "POST /useragent-kv HTTP/1.1" 200 115 0.008705 10.0.0.23 - - [2026-04-20 17:32:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.218871 10.0.0.23 - - [2026-04-20 17:32:36] "POST /id-to-fqname HTTP/1.1" 200 290 0.002088 10.0.0.23 - - [2026-04-20 17:32:36] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006746 10.0.0.23 - - [2026-04-20 17:32:36] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007658 10.0.0.23 - - [2026-04-20 17:32:36] "POST /neutron/network HTTP/1.1" 200 1113 0.013106 10.0.0.23 - - [2026-04-20 17:32:37] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007741 10.0.0.23 - - [2026-04-20 17:32:37] "GET /obj-perms HTTP/1.1" 200 5080 0.078496 10.0.0.23 - - [2026-04-20 17:32:38] "POST /id-to-fqname HTTP/1.1" 200 290 0.001843 10.0.0.23 - - [2026-04-20 17:32:39] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010675 10.0.0.65 - - [2026-04-20 17:32:39] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001061 10.0.0.23 - - [2026-04-20 17:32:39] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.078777 10.0.0.23 - - [2026-04-20 17:32:40] "POST /neutron/port HTTP/1.1" 200 117 0.006834 10.0.0.23 - - [2026-04-20 17:32:40] "POST /id-to-fqname HTTP/1.1" 200 290 0.001523 10.0.0.23 - - [2026-04-20 17:32:40] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009774 10.0.0.65 - - [2026-04-20 17:32:40] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001048 10.0.0.23 - - [2026-04-20 17:32:40] "POST /neutron/security_group HTTP/1.1" 200 3458 0.059507 10.0.0.65 - - [2026-04-20 17:32:41] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001425 10.0.0.23 - - [2026-04-20 17:32:41] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.105355 10.0.0.23 - - [2026-04-20 17:32:41] "POST /neutron/port HTTP/1.1" 200 1192 0.086313 10.0.0.23 - - [2026-04-20 17:32:41] "POST /neutron/security_group HTTP/1.1" 200 1457 0.014755 10.0.0.23 - - [2026-04-20 17:32:41] "POST /neutron/port HTTP/1.1" 200 1202 0.044082 10.0.0.23 - - [2026-04-20 17:32:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004672 10.0.0.23 - - [2026-04-20 17:32:42] "POST /neutron/network HTTP/1.1" 200 1123 0.008598 10.0.0.23 - - [2026-04-20 17:32:42] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.23 - - [2026-04-20 17:32:42] "POST /neutron/port HTTP/1.1" 200 1192 0.103556 10.0.0.23 - - [2026-04-20 17:32:43] "POST /neutron/port HTTP/1.1" 200 1256 0.025205 10.0.0.23 - - [2026-04-20 17:32:43] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014104 10.0.0.23 - - [2026-04-20 17:32:43] "POST /neutron/network HTTP/1.1" 200 1113 0.012458 10.0.0.23 - - [2026-04-20 17:32:47] "POST /neutron/port HTTP/1.1" 200 1256 0.027211 10.0.0.23 - - [2026-04-20 17:32:47] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008364 10.0.0.23 - - [2026-04-20 17:32:47] "GET /virtual-machine/00e26310-cff6-4006-90e6-6a5ec4c616cb HTTP/1.1" 401 292 0.000481 10.0.0.23 - - [2026-04-20 17:32:47] "GET /virtual-machine/00e26310-cff6-4006-90e6-6a5ec4c616cb HTTP/1.1" 200 1315 0.042686 10.0.0.23 - - [2026-04-20 17:32:47] "GET /virtual-machine/00e26310-cff6-4006-90e6-6a5ec4c616cb HTTP/1.1" 200 1315 0.004768 10.0.0.23 - - [2026-04-20 17:32:47] "GET /virtual-machine-interface/693d0d2e-3e84-453f-8bc3-b066304efee5 HTTP/1.1" 200 3417 0.007723 10.0.0.23 - - [2026-04-20 17:32:47] "GET /virtual-machine/00e26310-cff6-4006-90e6-6a5ec4c616cb HTTP/1.1" 200 1315 0.005070 10.0.0.23 - - [2026-04-20 17:32:47] "GET /virtual-machine-interface/693d0d2e-3e84-453f-8bc3-b066304efee5 HTTP/1.1" 200 3417 0.006552 10.0.0.23 - - [2026-04-20 17:32:47] "GET /instance-ip/15ef5018-c8a5-4d4a-a9cd-14540b77a91c HTTP/1.1" 200 1735 0.007751 10.0.0.23 - - [2026-04-20 17:32:47] "GET /instance-ip/51e9f60a-c36f-496e-8868-376a9527f9e3 HTTP/1.1" 200 1714 0.007342 10.0.0.23 - - [2026-04-20 17:32:47] "GET /virtual-machine/00e26310-cff6-4006-90e6-6a5ec4c616cb HTTP/1.1" 200 1315 0.005252 10.0.0.23 - - [2026-04-20 17:32:47] "GET /virtual-machine-interface/693d0d2e-3e84-453f-8bc3-b066304efee5 HTTP/1.1" 200 3417 0.006408 10.0.0.23 - - [2026-04-20 17:32:47] "GET /instance-ip/15ef5018-c8a5-4d4a-a9cd-14540b77a91c HTTP/1.1" 200 1735 0.005965 10.0.0.23 - - [2026-04-20 17:32:47] "GET /instance-ip/51e9f60a-c36f-496e-8868-376a9527f9e3 HTTP/1.1" 200 1714 0.005589 10.0.0.23 - - [2026-04-20 17:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.23 - - [2026-04-20 17:32:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004869 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003618 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006608 10.0.0.23 - - [2026-04-20 17:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004945 10.0.0.23 - - [2026-04-20 17:32:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006879 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004231 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006556 10.0.0.23 - - [2026-04-20 17:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.23 - - [2026-04-20 17:32:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005168 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005072 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007132 10.0.0.23 - - [2026-04-20 17:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.23 - - [2026-04-20 17:32:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005132 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003565 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006548 10.0.0.23 - - [2026-04-20 17:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005384 10.0.0.23 - - [2026-04-20 17:32:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004799 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003845 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008670 10.0.0.23 - - [2026-04-20 17:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.23 - - [2026-04-20 17:32:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006729 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004967 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007804 10.0.0.23 - - [2026-04-20 17:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.23 - - [2026-04-20 17:32:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004698 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004517 10.0.0.23 - - [2026-04-20 17:32:48] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008235 10.0.0.23 - - [2026-04-20 17:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006380 10.0.0.23 - - [2026-04-20 17:32:52] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008433 10.0.0.23 - - [2026-04-20 17:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.23 - - [2026-04-20 17:32:56] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006364 10.0.0.23 - - [2026-04-20 17:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005237 10.0.0.23 - - [2026-04-20 17:33:00] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007056 10.0.0.23 - - [2026-04-20 17:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.23 - - [2026-04-20 17:33:04] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006126 10.0.0.65 - - [2026-04-20 17:33:07] "DELETE /project/5cc02781754c431dbbd29b5ecb0dae7b HTTP/1.1" 404 173 0.006054 10.0.0.65 - - [2026-04-20 17:33:07] "DELETE /project/fcba8761-b2f6-4ce9-bdf2-d678e8b82c0c HTTP/1.1" 404 177 0.005127 10.0.0.23 - - [2026-04-20 17:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.23 - - [2026-04-20 17:33:08] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006302 10.0.0.23 - - [2026-04-20 17:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.23 - - [2026-04-20 17:33:12] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006615 10.0.0.23 - - [2026-04-20 17:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.23 - - [2026-04-20 17:33:16] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008967 10.0.0.23 - - [2026-04-20 17:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.23 - - [2026-04-20 17:33:20] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008852 10.0.0.23 - - [2026-04-20 17:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.23 - - [2026-04-20 17:33:24] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006116 10.0.0.23 - - [2026-04-20 17:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006493 10.0.0.23 - - [2026-04-20 17:33:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006282 10.0.0.23 - - [2026-04-20 17:33:26] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005271 10.0.0.23 - - [2026-04-20 17:33:26] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006663 10.0.0.23 - - [2026-04-20 17:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.23 - - [2026-04-20 17:33:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006342 10.0.0.23 - - [2026-04-20 17:33:27] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004448 10.0.0.23 - - [2026-04-20 17:33:27] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007105 10.0.0.23 - - [2026-04-20 17:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.23 - - [2026-04-20 17:33:27] "GET /routing-instance/6832ea6b-116c-4f85-b158-54b845a9b446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005164 10.0.0.23 - - [2026-04-20 17:33:27] "GET /route-target/534d7323-2568-4ec9-9506-d8a30f533aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005170 10.0.0.23 - - [2026-04-20 17:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006835 10.0.0.23 - - [2026-04-20 17:33:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008752 10.0.0.23 - - [2026-04-20 17:33:27] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005346 10.0.0.23 - - [2026-04-20 17:33:27] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007998 10.0.0.23 - - [2026-04-20 17:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.23 - - [2026-04-20 17:33:27] "GET /routing-instance/6832ea6b-116c-4f85-b158-54b845a9b446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005426 10.0.0.23 - - [2026-04-20 17:33:27] "GET /route-target/534d7323-2568-4ec9-9506-d8a30f533aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004621 10.0.0.23 - - [2026-04-20 17:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.23 - - [2026-04-20 17:33:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005816 10.0.0.23 - - [2026-04-20 17:33:27] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004367 10.0.0.23 - - [2026-04-20 17:33:27] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006252 10.0.0.23 - - [2026-04-20 17:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.23 - - [2026-04-20 17:33:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005507 10.0.0.23 - - [2026-04-20 17:33:27] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004203 10.0.0.23 - - [2026-04-20 17:33:27] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.012185 10.0.0.23 - - [2026-04-20 17:33:27] "GET /obj-perms HTTP/1.1" 200 5080 0.004525 10.0.0.65 - - [2026-04-20 17:33:27] "GET /obj-perms HTTP/1.1" 200 5080 0.068568 10.0.0.23 - - [2026-04-20 17:33:28] "GET /obj-perms HTTP/1.1" 200 5080 0.004356 10.0.0.23 - - [2026-04-20 17:33:28] "GET /obj-perms HTTP/1.1" 200 5080 0.004606 10.0.0.249 - - [2026-04-20 17:33:28] "GET /obj-perms HTTP/1.1" 200 5080 0.069808 10.0.0.23 - - [2026-04-20 17:33:28] "GET /virtual-machine/00e26310-cff6-4006-90e6-6a5ec4c616cb HTTP/1.1" 200 1315 0.005540 10.0.0.23 - - [2026-04-20 17:33:28] "GET /virtual-machine-interface/693d0d2e-3e84-453f-8bc3-b066304efee5 HTTP/1.1" 200 3417 0.006274 10.0.0.23 - - [2026-04-20 17:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005639 10.0.0.23 - - [2026-04-20 17:33:28] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006934 10.0.0.23 - - [2026-04-20 17:33:28] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004557 10.0.0.23 - - [2026-04-20 17:33:28] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005826 10.0.0.23 - - [2026-04-20 17:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.23 - - [2026-04-20 17:33:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005137 10.0.0.23 - - [2026-04-20 17:33:29] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004802 10.0.0.23 - - [2026-04-20 17:33:29] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005875 10.0.0.23 - - [2026-04-20 17:33:29] "POST /neutron/port HTTP/1.1" 200 1256 0.023214 10.0.0.23 - - [2026-04-20 17:33:35] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010775 10.0.0.23 - - [2026-04-20 17:33:37] "POST /neutron/port HTTP/1.1" 200 1256 0.027196 10.0.0.23 - - [2026-04-20 17:33:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004724 10.0.0.23 - - [2026-04-20 17:33:37] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.23 - - [2026-04-20 17:33:38] "POST /neutron/port HTTP/1.1" 200 1256 0.021147 10.0.0.23 - - [2026-04-20 17:33:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005501 10.0.0.23 - - [2026-04-20 17:33:39] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.23 - - [2026-04-20 17:33:40] "POST /neutron/port HTTP/1.1" 200 1256 0.031406 10.0.0.65 - - [2026-04-20 17:33:43] "GET /obj-perms HTTP/1.1" 200 5056 0.067512 10.0.0.23 - - [2026-04-20 17:33:45] "POST /neutron/security_group HTTP/1.1" 200 1457 0.010474 10.0.0.23 - - [2026-04-20 17:33:50] "POST /neutron/port HTTP/1.1" 200 1256 0.020833 10.0.0.23 - - [2026-04-20 17:33:50] "POST /neutron/security_group HTTP/1.1" 200 1457 0.013649 10.0.0.23 - - [2026-04-20 17:33:51] "POST /neutron/port HTTP/1.1" 200 1256 0.026658 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-machine/7df915d2-a8b5-4785-ab6c-93a4268a339e HTTP/1.1" 200 1317 0.007080 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-machine/7df915d2-a8b5-4785-ab6c-93a4268a339e HTTP/1.1" 200 1317 0.004365 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-machine-interface/e5d10ee7-0794-4201-90ea-f6723d85ba62 HTTP/1.1" 200 3418 0.006471 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-machine/7df915d2-a8b5-4785-ab6c-93a4268a339e HTTP/1.1" 200 1317 0.004960 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-machine-interface/e5d10ee7-0794-4201-90ea-f6723d85ba62 HTTP/1.1" 200 3418 0.006258 10.0.0.23 - - [2026-04-20 17:33:51] "GET /instance-ip/6fdf213e-d2ef-4725-a03d-fe71268ca01d HTTP/1.1" 200 1715 0.007515 10.0.0.23 - - [2026-04-20 17:33:51] "GET /instance-ip/aa592c50-cdcb-4e54-b1cf-cc275a072d2a HTTP/1.1" 200 1736 0.007571 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-machine/7df915d2-a8b5-4785-ab6c-93a4268a339e HTTP/1.1" 200 1317 0.005006 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-machine-interface/e5d10ee7-0794-4201-90ea-f6723d85ba62 HTTP/1.1" 200 3418 0.006663 10.0.0.23 - - [2026-04-20 17:33:51] "GET /instance-ip/6fdf213e-d2ef-4725-a03d-fe71268ca01d HTTP/1.1" 200 1715 0.005148 10.0.0.23 - - [2026-04-20 17:33:51] "GET /instance-ip/aa592c50-cdcb-4e54-b1cf-cc275a072d2a HTTP/1.1" 200 1736 0.007144 10.0.0.23 - - [2026-04-20 17:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.23 - - [2026-04-20 17:33:51] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004275 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003837 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006456 10.0.0.23 - - [2026-04-20 17:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.23 - - [2026-04-20 17:33:51] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004977 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004028 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006954 10.0.0.23 - - [2026-04-20 17:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.23 - - [2026-04-20 17:33:51] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006101 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004326 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.017024 10.0.0.23 - - [2026-04-20 17:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005806 10.0.0.23 - - [2026-04-20 17:33:51] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005995 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005540 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008116 10.0.0.23 - - [2026-04-20 17:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006736 10.0.0.23 - - [2026-04-20 17:33:51] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005638 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004004 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008614 10.0.0.23 - - [2026-04-20 17:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.23 - - [2026-04-20 17:33:51] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004553 10.0.0.23 - - [2026-04-20 17:33:51] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004056 10.0.0.23 - - [2026-04-20 17:33:52] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006685 10.0.0.23 - - [2026-04-20 17:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.23 - - [2026-04-20 17:33:52] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004858 10.0.0.23 - - [2026-04-20 17:33:52] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004209 10.0.0.23 - - [2026-04-20 17:33:52] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008843 10.0.0.23 - - [2026-04-20 17:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.23 - - [2026-04-20 17:33:53] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009046 10.0.0.23 - - [2026-04-20 17:33:53] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003896 10.0.0.23 - - [2026-04-20 17:33:53] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006706 10.0.0.23 - - [2026-04-20 17:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.23 - - [2026-04-20 17:33:53] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004701 10.0.0.23 - - [2026-04-20 17:33:53] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003782 10.0.0.23 - - [2026-04-20 17:33:53] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006420 10.0.0.23 - - [2026-04-20 17:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.23 - - [2026-04-20 17:33:53] "GET /routing-instance/6832ea6b-116c-4f85-b158-54b845a9b446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005104 10.0.0.23 - - [2026-04-20 17:33:53] "GET /route-target/534d7323-2568-4ec9-9506-d8a30f533aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004518 10.0.0.23 - - [2026-04-20 17:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004990 10.0.0.23 - - [2026-04-20 17:33:53] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004544 10.0.0.23 - - [2026-04-20 17:33:53] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003799 10.0.0.23 - - [2026-04-20 17:33:53] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.010068 10.0.0.23 - - [2026-04-20 17:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005882 10.0.0.23 - - [2026-04-20 17:33:53] "GET /routing-instance/6832ea6b-116c-4f85-b158-54b845a9b446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.006422 10.0.0.23 - - [2026-04-20 17:33:53] "GET /route-target/534d7323-2568-4ec9-9506-d8a30f533aa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004527 10.0.0.23 - - [2026-04-20 17:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.23 - - [2026-04-20 17:33:53] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005090 10.0.0.23 - - [2026-04-20 17:33:53] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004493 10.0.0.23 - - [2026-04-20 17:33:53] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007075 10.0.0.23 - - [2026-04-20 17:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.23 - - [2026-04-20 17:33:53] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004646 10.0.0.23 - - [2026-04-20 17:33:53] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003666 10.0.0.23 - - [2026-04-20 17:33:54] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006548 10.0.0.23 - - [2026-04-20 17:33:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004176 10.0.0.23 - - [2026-04-20 17:33:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004596 10.0.0.65 - - [2026-04-20 17:33:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004584 10.0.0.23 - - [2026-04-20 17:33:54] "GET /obj-perms HTTP/1.1" 200 5080 0.005261 10.0.0.23 - - [2026-04-20 17:33:54] "GET /virtual-machine/7df915d2-a8b5-4785-ab6c-93a4268a339e HTTP/1.1" 200 1317 0.007117 10.0.0.23 - - [2026-04-20 17:33:54] "GET /virtual-machine-interface/e5d10ee7-0794-4201-90ea-f6723d85ba62 HTTP/1.1" 200 3418 0.008212 10.0.0.23 - - [2026-04-20 17:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005427 10.0.0.23 - - [2026-04-20 17:33:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004592 10.0.0.23 - - [2026-04-20 17:33:54] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003809 10.0.0.23 - - [2026-04-20 17:33:54] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008087 10.0.0.23 - - [2026-04-20 17:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.23 - - [2026-04-20 17:33:55] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005260 10.0.0.23 - - [2026-04-20 17:33:55] "GET /virtual-networks?parent_id=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004894 10.0.0.23 - - [2026-04-20 17:33:55] "GET /virtual-network/de8637fb-3d10-4dcf-abf4-fa778d2bc2f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.008991 10.0.0.23 - - [2026-04-20 17:33:55] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008317 10.0.0.23 - - [2026-04-20 17:34:01] "GET /virtual-machine/00e26310-cff6-4006-90e6-6a5ec4c616cb HTTP/1.1" 200 1315 0.006027 10.0.0.23 - - [2026-04-20 17:34:01] "GET /virtual-machine-interface/693d0d2e-3e84-453f-8bc3-b066304efee5 HTTP/1.1" 200 3417 0.007245 10.0.0.23 - - [2026-04-20 17:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005640 10.0.0.23 - - [2026-04-20 17:34:01] "GET /security-group/bba76c84-010a-4ef0-aece-84325c9e638e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.005772 10.0.0.23 - - [2026-04-20 17:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.23 - - [2026-04-20 17:34:01] "GET /security-group/bba76c84-010a-4ef0-aece-84325c9e638e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.007566 10.0.0.23 - - [2026-04-20 17:34:01] "POST /neutron/port HTTP/1.1" 200 1256 0.033749 10.0.0.23 - - [2026-04-20 17:34:01] "POST /neutron/port HTTP/1.1" 200 1208 0.121369 10.0.0.23 - - [2026-04-20 17:34:01] "GET /virtual-machine/00e26310-cff6-4006-90e6-6a5ec4c616cb HTTP/1.1" 200 1315 0.006210 10.0.0.23 - - [2026-04-20 17:34:01] "GET /virtual-machine-interface/693d0d2e-3e84-453f-8bc3-b066304efee5 HTTP/1.1" 200 3361 0.008234 10.0.0.23 - - [2026-04-20 17:34:01] "POST /neutron/port HTTP/1.1" 200 1208 0.020565 10.0.0.23 - - [2026-04-20 17:34:01] "GET /virtual-machine/00e26310-cff6-4006-90e6-6a5ec4c616cb HTTP/1.1" 200 1315 0.005064 10.0.0.23 - - [2026-04-20 17:34:01] "GET /virtual-machine-interface/693d0d2e-3e84-453f-8bc3-b066304efee5 HTTP/1.1" 200 3417 0.011784 10.0.0.23 - - [2026-04-20 17:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2026-04-20 17:34:01] "GET /security-group/bba76c84-010a-4ef0-aece-84325c9e638e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004492 10.0.0.23 - - [2026-04-20 17:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005903 10.0.0.23 - - [2026-04-20 17:34:01] "GET /security-group/bba76c84-010a-4ef0-aece-84325c9e638e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.007055 10.0.0.23 - - [2026-04-20 17:34:02] "POST /neutron/security_group HTTP/1.1" 200 1483 0.007172 10.0.0.23 - - [2026-04-20 17:34:02] "POST /fqname-to-id HTTP/1.1" 404 249 0.006884 10.0.0.65 - - [2026-04-20 17:34:02] "DELETE /access-control-list/6df21c28-93f2-4d28-9e1b-5c65a494667e HTTP/1.1" 200 115 0.120220 10.0.0.23 - - [2026-04-20 17:34:02] "POST /fqname-to-id HTTP/1.1" 404 249 0.004424 10.0.0.23 - - [2026-04-20 17:34:02] "POST /neutron/security_group HTTP/1.1" 200 117 0.008811 10.0.0.65 - - [2026-04-20 17:34:02] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001277 10.0.0.23 - - [2026-04-20 17:34:03] "POST /neutron/security_group HTTP/1.1" 200 153 0.082316 10.0.0.23 - - [2026-04-20 17:34:05] "POST /neutron/network HTTP/1.1" 200 1113 0.010727 10.0.0.23 - - [2026-04-20 17:34:07] "POST /neutron/network HTTP/1.1" 400 204 0.019738 10.0.0.23 - - [2026-04-20 17:34:11] "POST /neutron/network HTTP/1.1" 200 1113 0.010783 10.0.0.23 - - [2026-04-20 17:34:13] "POST /neutron/network HTTP/1.1" 400 204 0.022604 10.0.0.23 - - [2026-04-20 17:34:17] "POST /neutron/network HTTP/1.1" 200 1113 0.013111 10.0.0.23 - - [2026-04-20 17:34:19] "POST /neutron/network HTTP/1.1" 400 204 0.016877 10.0.0.23 - - [2026-04-20 17:34:23] "POST /neutron/network HTTP/1.1" 200 1113 0.013699 10.0.0.23 - - [2026-04-20 17:34:25] "POST /neutron/network HTTP/1.1" 400 204 0.018653 10.0.0.23 - - [2026-04-20 17:34:29] "POST /neutron/network HTTP/1.1" 200 1113 0.015058 10.0.0.23 - - [2026-04-20 17:34:31] "POST /neutron/network HTTP/1.1" 400 204 0.017652 10.0.0.23 - - [2026-04-20 17:34:36] "POST /neutron/network HTTP/1.1" 200 1113 0.011024 10.0.0.23 - - [2026-04-20 17:34:38] "POST /neutron/network HTTP/1.1" 400 204 0.016556 10.0.0.23 - - [2026-04-20 17:34:38] "POST /neutron/network HTTP/1.1" 200 1123 0.008050 10.0.0.23 - - [2026-04-20 17:34:38] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018313 10.0.0.23 - - [2026-04-20 17:34:38] "POST /neutron/network HTTP/1.1" 200 1113 0.010554 10.0.0.23 - - [2026-04-20 17:34:39] "POST /neutron/network HTTP/1.1" 200 1123 0.008827 10.0.0.23 - - [2026-04-20 17:34:40] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017146 10.0.0.23 - - [2026-04-20 17:34:40] "POST /neutron/network HTTP/1.1" 200 1113 0.011721 10.0.0.23 - - [2026-04-20 17:34:42] "POST /neutron/network HTTP/1.1" 200 1113 0.016430 10.0.0.23 - - [2026-04-20 17:34:44] "POST /neutron/network HTTP/1.1" 400 204 0.020044 10.0.0.23 - - [2026-04-20 17:34:48] "POST /neutron/network HTTP/1.1" 200 1113 0.010998 10.0.0.23 - - [2026-04-20 17:34:50] "POST /neutron/network HTTP/1.1" 400 204 0.018097 10.0.0.23 - - [2026-04-20 17:34:54] "POST /neutron/network HTTP/1.1" 200 1113 0.018026 10.0.0.249 - - [2026-04-20 17:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.249 - - [2026-04-20 17:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.249 - - [2026-04-20 17:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.65 - - [2026-04-20 17:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000579 10.0.0.249 - - [2026-04-20 17:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.65 - - [2026-04-20 17:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.65 - - [2026-04-20 17:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000663 10.0.0.65 - - [2026-04-20 17:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2026-04-20 17:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.23 - - [2026-04-20 17:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2026-04-20 17:35:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.23 - - [2026-04-20 17:35:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2026-04-20 17:35:38] "POST /neutron/port HTTP/1.1" 200 1218 0.034921 10.0.0.23 - - [2026-04-20 17:35:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005980 10.0.0.23 - - [2026-04-20 17:35:38] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.23 - - [2026-04-20 17:35:41] "POST /neutron/port HTTP/1.1" 200 1218 0.026649 10.0.0.23 - - [2026-04-20 17:35:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004258 10.0.0.23 - - [2026-04-20 17:35:42] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.23 - - [2026-04-20 17:35:45] "GET /obj-perms HTTP/1.1" 200 5056 0.086273 10.0.0.249 - - [2026-04-20 17:35:45] "GET /obj-perms HTTP/1.1" 200 5056 0.078196 10.0.0.65 - - [2026-04-20 17:35:46] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001222 10.0.0.23 - - [2026-04-20 17:35:46] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.050225 10.0.0.65 - - [2026-04-20 17:35:46] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001091 10.0.0.23 - - [2026-04-20 17:35:46] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.055212 10.0.0.65 - - [2026-04-20 17:35:48] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001143 10.0.0.23 - - [2026-04-20 17:35:48] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.056097 10.0.0.65 - - [2026-04-20 17:35:48] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001002 10.0.0.23 - - [2026-04-20 17:35:48] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.040675 10.0.0.65 - - [2026-04-20 17:35:50] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001466 10.0.0.23 - - [2026-04-20 17:35:50] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.038745 10.0.0.65 - - [2026-04-20 17:35:50] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001334 10.0.0.23 - - [2026-04-20 17:35:50] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.047848 10.0.0.65 - - [2026-04-20 17:35:52] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001189 10.0.0.23 - - [2026-04-20 17:35:52] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.047159 10.0.0.65 - - [2026-04-20 17:35:52] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001017 10.0.0.23 - - [2026-04-20 17:35:52] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.052078 10.0.0.65 - - [2026-04-20 17:35:54] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002783 10.0.0.23 - - [2026-04-20 17:35:54] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.066689 10.0.0.65 - - [2026-04-20 17:35:54] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002865 10.0.0.23 - - [2026-04-20 17:35:54] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.072935 10.0.0.65 - - [2026-04-20 17:35:56] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001157 10.0.0.23 - - [2026-04-20 17:35:56] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.057764 10.0.0.65 - - [2026-04-20 17:35:56] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001109 10.0.0.23 - - [2026-04-20 17:35:57] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.058773 10.0.0.65 - - [2026-04-20 17:35:59] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001040 10.0.0.23 - - [2026-04-20 17:35:59] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.051953 10.0.0.65 - - [2026-04-20 17:35:59] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001148 10.0.0.23 - - [2026-04-20 17:35:59] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.048637 10.0.0.65 - - [2026-04-20 17:36:01] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001082 10.0.0.23 - - [2026-04-20 17:36:01] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.060536 10.0.0.65 - - [2026-04-20 17:36:01] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001158 10.0.0.23 - - [2026-04-20 17:36:01] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.056269 10.0.0.65 - - [2026-04-20 17:36:03] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001327 10.0.0.23 - - [2026-04-20 17:36:03] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.045367 10.0.0.65 - - [2026-04-20 17:36:03] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001435 10.0.0.23 - - [2026-04-20 17:36:03] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.059738 10.0.0.65 - - [2026-04-20 17:36:05] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001059 10.0.0.23 - - [2026-04-20 17:36:05] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.052327 10.0.0.65 - - [2026-04-20 17:36:05] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001576 10.0.0.23 - - [2026-04-20 17:36:05] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.049656 10.0.0.65 - - [2026-04-20 17:36:07] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001166 10.0.0.23 - - [2026-04-20 17:36:07] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.059837 10.0.0.65 - - [2026-04-20 17:36:07] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000970 10.0.0.23 - - [2026-04-20 17:36:07] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.057657 10.0.0.65 - - [2026-04-20 17:36:09] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001715 10.0.0.23 - - [2026-04-20 17:36:09] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.067771 10.0.0.65 - - [2026-04-20 17:36:09] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002301 10.0.0.23 - - [2026-04-20 17:36:09] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.058389 10.0.0.65 - - [2026-04-20 17:36:12] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002110 10.0.0.23 - - [2026-04-20 17:36:12] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.067948 10.0.0.65 - - [2026-04-20 17:36:12] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001423 10.0.0.23 - - [2026-04-20 17:36:12] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.047013 10.0.0.65 - - [2026-04-20 17:36:14] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001088 10.0.0.23 - - [2026-04-20 17:36:14] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.063308 10.0.0.65 - - [2026-04-20 17:36:14] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001021 10.0.0.23 - - [2026-04-20 17:36:14] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.048518 10.0.0.65 - - [2026-04-20 17:36:16] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001759 10.0.0.23 - - [2026-04-20 17:36:16] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.053848 10.0.0.65 - - [2026-04-20 17:36:16] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001390 10.0.0.23 - - [2026-04-20 17:36:16] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.053011 10.0.0.65 - - [2026-04-20 17:36:18] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002908 10.0.0.23 - - [2026-04-20 17:36:18] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.072125 10.0.0.65 - - [2026-04-20 17:36:18] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001369 10.0.0.23 - - [2026-04-20 17:36:18] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.075370 10.0.0.65 - - [2026-04-20 17:36:20] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001228 10.0.0.23 - - [2026-04-20 17:36:20] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.070594 10.0.0.65 - - [2026-04-20 17:36:20] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001020 10.0.0.23 - - [2026-04-20 17:36:20] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.058792 10.0.0.65 - - [2026-04-20 17:36:22] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002275 10.0.0.23 - - [2026-04-20 17:36:22] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.078136 10.0.0.65 - - [2026-04-20 17:36:22] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001230 10.0.0.23 - - [2026-04-20 17:36:23] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.074080 10.0.0.65 - - [2026-04-20 17:36:25] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001606 10.0.0.23 - - [2026-04-20 17:36:25] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.063962 10.0.0.65 - - [2026-04-20 17:36:25] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001986 10.0.0.23 - - [2026-04-20 17:36:25] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.083043 10.0.0.65 - - [2026-04-20 17:36:27] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001477 10.0.0.23 - - [2026-04-20 17:36:27] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.056444 10.0.0.65 - - [2026-04-20 17:36:27] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001345 10.0.0.23 - - [2026-04-20 17:36:27] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.054509 10.0.0.65 - - [2026-04-20 17:36:29] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001069 10.0.0.23 - - [2026-04-20 17:36:29] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.048024 10.0.0.65 - - [2026-04-20 17:36:29] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001015 10.0.0.23 - - [2026-04-20 17:36:29] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.055602 10.0.0.65 - - [2026-04-20 17:36:31] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002853 10.0.0.23 - - [2026-04-20 17:36:31] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.067255 10.0.0.65 - - [2026-04-20 17:36:31] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001327 10.0.0.23 - - [2026-04-20 17:36:31] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.052078 10.0.0.65 - - [2026-04-20 17:36:33] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001135 10.0.0.23 - - [2026-04-20 17:36:33] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.050281 10.0.0.65 - - [2026-04-20 17:36:33] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001053 10.0.0.23 - - [2026-04-20 17:36:33] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.053341 10.0.0.65 - - [2026-04-20 17:36:35] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001722 10.0.0.23 - - [2026-04-20 17:36:36] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.070917 10.0.0.65 - - [2026-04-20 17:36:36] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001836 10.0.0.23 - - [2026-04-20 17:36:36] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.063966 10.0.0.65 - - [2026-04-20 17:36:38] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001656 10.0.0.23 - - [2026-04-20 17:36:38] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.054724 10.0.0.65 - - [2026-04-20 17:36:38] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001030 10.0.0.23 - - [2026-04-20 17:36:38] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.052314 10.0.0.23 - - [2026-04-20 17:36:39] "POST /neutron/port HTTP/1.1" 200 1218 0.021856 10.0.0.23 - - [2026-04-20 17:36:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007027 10.0.0.23 - - [2026-04-20 17:36:39] "POST /neutron/port HTTP/1.1" 200 117 0.001996 10.0.0.65 - - [2026-04-20 17:36:40] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001426 10.0.0.23 - - [2026-04-20 17:36:40] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.064635 10.0.0.65 - - [2026-04-20 17:36:40] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001314 10.0.0.23 - - [2026-04-20 17:36:40] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.073130 10.0.0.65 - - [2026-04-20 17:36:42] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001021 10.0.0.23 - - [2026-04-20 17:36:42] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.076504 10.0.0.65 - - [2026-04-20 17:36:42] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001046 10.0.0.23 - - [2026-04-20 17:36:42] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.062639 10.0.0.23 - - [2026-04-20 17:36:42] "POST /neutron/port HTTP/1.1" 200 1218 0.024467 10.0.0.23 - - [2026-04-20 17:36:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004812 10.0.0.23 - - [2026-04-20 17:36:43] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.65 - - [2026-04-20 17:36:44] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001066 10.0.0.23 - - [2026-04-20 17:36:44] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.062037 10.0.0.65 - - [2026-04-20 17:36:44] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002276 10.0.0.23 - - [2026-04-20 17:36:44] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.064819 10.0.0.65 - - [2026-04-20 17:36:46] "GET /obj-perms HTTP/1.1" 200 5056 0.117914 10.0.0.65 - - [2026-04-20 17:36:46] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001331 10.0.0.23 - - [2026-04-20 17:36:46] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.048671 10.0.0.65 - - [2026-04-20 17:36:46] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001438 10.0.0.23 - - [2026-04-20 17:36:46] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.042074 10.0.0.65 - - [2026-04-20 17:36:48] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001190 10.0.0.23 - - [2026-04-20 17:36:49] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.041057 10.0.0.65 - - [2026-04-20 17:36:49] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001014 10.0.0.23 - - [2026-04-20 17:36:49] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.057885 10.0.0.65 - - [2026-04-20 17:36:51] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001174 10.0.0.23 - - [2026-04-20 17:36:51] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.046166 10.0.0.65 - - [2026-04-20 17:36:51] "GET /projects?obj_uuids=5cc02781-754c-431d-bbd2-9b5ecb0dae7b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001050 10.0.0.23 - - [2026-04-20 17:36:51] "GET /project/5cc02781-754c-431d-bbd2-9b5ecb0dae7b?fields=virtual_networks HTTP/1.1" 200 1390 0.045089 10.0.0.23 - - [2026-04-20 17:36:51] "POST /fqname-to-id HTTP/1.1" 404 218 0.059314 10.0.0.65 - - [2026-04-20 17:36:51] "GET /projects?obj_uuids=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003868 10.0.0.65 - - [2026-04-20 17:36:51] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.65 - - [2026-04-20 17:36:51] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008545 10.0.0.65 - - [2026-04-20 17:36:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.009742 10.0.0.65 - - [2026-04-20 17:36:52] "POST /fqname-to-id HTTP/1.1" 404 232 0.017726 10.0.0.65 - - [2026-04-20 17:36:52] "POST /security-groups HTTP/1.1" 200 621 0.038070 10.0.0.65 - - [2026-04-20 17:36:52] "POST /projects HTTP/1.1" 200 645 0.329031 10.0.0.65 - - [2026-04-20 17:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.377643 10.0.0.65 - - [2026-04-20 17:36:52] "POST /access-control-lists HTTP/1.1" 200 626 0.037222 10.0.0.23 - - [2026-04-20 17:36:52] "GET /project/e2d319e6-b774-42c3-b254-63415a10c269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.564013 10.0.0.23 - - [2026-04-20 17:36:53] "GET / HTTP/1.1" 200 35931 0.002413 10.0.0.23 - - [2026-04-20 17:36:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000570 10.0.0.23 - - [2026-04-20 17:36:55] "POST /fqname-to-id HTTP/1.1" 404 254 0.078609 10.0.0.23 - - [2026-04-20 17:36:55] "POST /security-groups HTTP/1.1" 200 595 0.045051 10.0.0.65 - - [2026-04-20 17:36:56] "POST /fqname-to-id HTTP/1.1" 404 286 0.004913 10.0.0.23 - - [2026-04-20 17:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006580 10.0.0.23 - - [2026-04-20 17:36:56] "GET /security-group/34a22b78-e038-496d-9763-eb9bbe01ed1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.008984 10.0.0.23 - - [2026-04-20 17:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.65 - - [2026-04-20 17:36:56] "POST /access-control-lists HTTP/1.1" 200 646 0.043646 10.0.0.23 - - [2026-04-20 17:36:56] "GET /security-group/34a22b78-e038-496d-9763-eb9bbe01ed1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.009594 10.0.0.23 - - [2026-04-20 17:36:56] "DELETE /security-group/34a22b78-e038-496d-9763-eb9bbe01ed1e HTTP/1.1" 200 115 0.077044 10.0.0.23 - - [2026-04-20 17:36:56] "POST /fqname-to-id HTTP/1.1" 404 254 0.005612 10.0.0.23 - - [2026-04-20 17:36:57] "POST /fqname-to-id HTTP/1.1" 404 254 0.005392 10.0.0.23 - - [2026-04-20 17:36:57] "POST /security-groups HTTP/1.1" 200 595 0.041551 10.0.0.65 - - [2026-04-20 17:36:57] "POST /fqname-to-id HTTP/1.1" 404 286 0.004003 10.0.0.23 - - [2026-04-20 17:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.23 - - [2026-04-20 17:36:57] "GET /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.006539 10.0.0.23 - - [2026-04-20 17:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.65 - - [2026-04-20 17:36:57] "POST /access-control-lists HTTP/1.1" 200 646 0.042375 10.0.0.23 - - [2026-04-20 17:36:57] "GET /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.004850 10.0.0.23 - - [2026-04-20 17:36:57] "GET /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1942 0.005699 10.0.0.23 - - [2026-04-20 17:36:57] "PUT /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d HTTP/1.1" 200 262 0.029218 10.0.0.23 - - [2026-04-20 17:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063 10.0.0.65 - - [2026-04-20 17:36:58] "GET /projects?obj_uuids=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002110 10.0.0.23 - - [2026-04-20 17:36:58] "GET /project/e2d319e6-b774-42c3-b254-63415a10c269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.056522 10.0.0.23 - - [2026-04-20 17:36:58] "POST /neutron/network HTTP/1.1" 200 117 0.065124 10.0.0.65 - - [2026-04-20 17:36:58] "POST /route-targets HTTP/1.1" 200 327 0.021274 10.0.0.23 - - [2026-04-20 17:36:58] "POST /neutron/network HTTP/1.1" 200 956 0.010804 10.0.0.23 - - [2026-04-20 17:36:58] "POST /id-to-fqname HTTP/1.1" 200 300 0.001308 10.0.0.23 - - [2026-04-20 17:36:58] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006106 10.0.0.23 - - [2026-04-20 17:36:58] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005830 10.0.0.23 - - [2026-04-20 17:36:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.011109 10.0.0.23 - - [2026-04-20 17:36:59] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.009675 10.0.0.23 - - [2026-04-20 17:37:00] "POST /id-to-fqname HTTP/1.1" 200 300 0.001445 10.0.0.23 - - [2026-04-20 17:37:01] "POST /neutron/network HTTP/1.1" 200 966 0.009475 10.0.0.65 - - [2026-04-20 17:37:02] "GET /projects?obj_uuids=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001116 10.0.0.23 - - [2026-04-20 17:37:02] "GET /project/e2d319e6-b774-42c3-b254-63415a10c269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.088915 10.0.0.23 - - [2026-04-20 17:37:02] "POST /neutron/port HTTP/1.1" 200 117 0.011387 10.0.0.23 - - [2026-04-20 17:37:02] "POST /id-to-fqname HTTP/1.1" 200 300 0.002946 10.0.0.23 - - [2026-04-20 17:37:03] "POST /neutron/network HTTP/1.1" 200 966 0.008702 10.0.0.65 - - [2026-04-20 17:37:03] "GET /projects?obj_uuids=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001503 10.0.0.23 - - [2026-04-20 17:37:03] "POST /neutron/port HTTP/1.1" 200 1092 0.380574 10.0.0.23 - - [2026-04-20 17:37:04] "POST /neutron/port HTTP/1.1" 200 1147 0.136892 10.0.0.23 - - [2026-04-20 17:37:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.015112 10.0.0.65 - - [2026-04-20 17:37:04] "GET /projects?obj_uuids=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001257 10.0.0.23 - - [2026-04-20 17:37:04] "GET /project/e2d319e6-b774-42c3-b254-63415a10c269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.126943 10.0.0.23 - - [2026-04-20 17:37:04] "POST /neutron/network HTTP/1.1" 200 956 0.054849 10.0.0.23 - - [2026-04-20 17:37:04] "POST /neutron/port HTTP/1.1" 200 117 0.007740 10.0.0.23 - - [2026-04-20 17:37:05] "POST /neutron/network HTTP/1.1" 200 966 0.008165 10.0.0.23 - - [2026-04-20 17:37:05] "POST /neutron/port HTTP/1.1" 200 1092 0.023086 10.0.0.23 - - [2026-04-20 17:37:06] "POST /neutron/port HTTP/1.1" 200 1157 0.023120 10.0.0.23 - - [2026-04-20 17:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.65 - - [2026-04-20 17:37:07] "DELETE /project/e2d319e6b77442c3b25463415a10c269 HTTP/1.1" 404 173 0.005144 10.0.0.23 - - [2026-04-20 17:37:10] "POST /neutron/security_group HTTP/1.1" 200 1296 0.012841 10.0.0.23 - - [2026-04-20 17:37:10] "POST /neutron/port HTTP/1.1" 200 1157 0.028317 10.0.0.23 - - [2026-04-20 17:37:10] "POST /neutron/security_group HTTP/1.1" 200 1296 0.008682 10.0.0.23 - - [2026-04-20 17:37:10] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 401 292 0.000631 10.0.0.23 - - [2026-04-20 17:37:10] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 200 1321 0.037642 10.0.0.23 - - [2026-04-20 17:37:10] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 200 1321 0.004913 10.0.0.23 - - [2026-04-20 17:37:10] "GET /virtual-machine-interface/8d314d53-c800-4dfd-93e0-65ca782239d1 HTTP/1.1" 200 3264 0.010331 10.0.0.23 - - [2026-04-20 17:37:10] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 200 1321 0.004340 10.0.0.23 - - [2026-04-20 17:37:10] "GET /virtual-machine-interface/8d314d53-c800-4dfd-93e0-65ca782239d1 HTTP/1.1" 200 3264 0.006509 10.0.0.23 - - [2026-04-20 17:37:10] "GET /instance-ip/c23d8671-92e9-438e-8b16-23e9895cfccd HTTP/1.1" 200 1733 0.006483 10.0.0.23 - - [2026-04-20 17:37:10] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 200 1321 0.004043 10.0.0.23 - - [2026-04-20 17:37:10] "GET /virtual-machine-interface/8d314d53-c800-4dfd-93e0-65ca782239d1 HTTP/1.1" 200 3264 0.005986 10.0.0.23 - - [2026-04-20 17:37:11] "GET /instance-ip/c23d8671-92e9-438e-8b16-23e9895cfccd HTTP/1.1" 200 1733 0.004826 10.0.0.23 - - [2026-04-20 17:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005830 10.0.0.23 - - [2026-04-20 17:37:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006693 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004355 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007778 10.0.0.23 - - [2026-04-20 17:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.23 - - [2026-04-20 17:37:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004823 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004106 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008549 10.0.0.23 - - [2026-04-20 17:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.009167 10.0.0.23 - - [2026-04-20 17:37:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005076 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004086 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.009651 10.0.0.23 - - [2026-04-20 17:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005196 10.0.0.23 - - [2026-04-20 17:37:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005250 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004587 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006270 10.0.0.23 - - [2026-04-20 17:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006193 10.0.0.23 - - [2026-04-20 17:37:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006883 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006812 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.009461 10.0.0.23 - - [2026-04-20 17:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.23 - - [2026-04-20 17:37:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004869 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003582 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.009366 10.0.0.23 - - [2026-04-20 17:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005631 10.0.0.23 - - [2026-04-20 17:37:11] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007365 10.0.0.23 - - [2026-04-20 17:37:11] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006655 10.0.0.23 - - [2026-04-20 17:37:12] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008025 10.0.0.23 - - [2026-04-20 17:37:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.23 - - [2026-04-20 17:37:15] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006764 10.0.0.23 - - [2026-04-20 17:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.23 - - [2026-04-20 17:37:19] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005844 10.0.0.23 - - [2026-04-20 17:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.23 - - [2026-04-20 17:37:23] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007828 10.0.0.23 - - [2026-04-20 17:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.23 - - [2026-04-20 17:37:27] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006418 10.0.0.23 - - [2026-04-20 17:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.23 - - [2026-04-20 17:37:31] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006441 10.0.0.23 - - [2026-04-20 17:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2026-04-20 17:37:35] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006518 10.0.0.23 - - [2026-04-20 17:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.23 - - [2026-04-20 17:37:39] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006009 10.0.0.23 - - [2026-04-20 17:37:41] "POST /neutron/network HTTP/1.1" 200 1123 0.009068 10.0.0.23 - - [2026-04-20 17:37:41] "POST /neutron/subnet HTTP/1.1" 200 1385 0.019585 10.0.0.23 - - [2026-04-20 17:37:41] "POST /neutron/network HTTP/1.1" 200 1113 0.013684 10.0.0.23 - - [2026-04-20 17:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.23 - - [2026-04-20 17:37:43] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006860 10.0.0.23 - - [2026-04-20 17:37:44] "POST /neutron/network HTTP/1.1" 200 1123 0.057760 10.0.0.23 - - [2026-04-20 17:37:44] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018553 10.0.0.23 - - [2026-04-20 17:37:44] "POST /neutron/network HTTP/1.1" 200 1113 0.012310 10.0.0.23 - - [2026-04-20 17:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.23 - - [2026-04-20 17:37:45] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003761 10.0.0.23 - - [2026-04-20 17:37:45] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004082 10.0.0.23 - - [2026-04-20 17:37:45] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007561 10.0.0.23 - - [2026-04-20 17:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.23 - - [2026-04-20 17:37:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004492 10.0.0.23 - - [2026-04-20 17:37:46] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003936 10.0.0.23 - - [2026-04-20 17:37:46] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.011281 10.0.0.23 - - [2026-04-20 17:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006 10.0.0.23 - - [2026-04-20 17:37:46] "GET /routing-instance/d597eb3e-ee96-4f4b-830f-6fbb5d00d09d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.007214 10.0.0.23 - - [2026-04-20 17:37:46] "GET /route-target/705342c5-587d-4185-988f-f76ab544f43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005010 10.0.0.23 - - [2026-04-20 17:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005710 10.0.0.23 - - [2026-04-20 17:37:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007683 10.0.0.23 - - [2026-04-20 17:37:46] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005546 10.0.0.23 - - [2026-04-20 17:37:46] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.011431 10.0.0.23 - - [2026-04-20 17:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005132 10.0.0.23 - - [2026-04-20 17:37:46] "GET /routing-instance/d597eb3e-ee96-4f4b-830f-6fbb5d00d09d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.009704 10.0.0.23 - - [2026-04-20 17:37:46] "GET /route-target/705342c5-587d-4185-988f-f76ab544f43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004759 10.0.0.23 - - [2026-04-20 17:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.23 - - [2026-04-20 17:37:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004725 10.0.0.23 - - [2026-04-20 17:37:46] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004052 10.0.0.23 - - [2026-04-20 17:37:46] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006127 10.0.0.23 - - [2026-04-20 17:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.23 - - [2026-04-20 17:37:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005323 10.0.0.23 - - [2026-04-20 17:37:46] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003600 10.0.0.23 - - [2026-04-20 17:37:46] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007755 10.0.0.23 - - [2026-04-20 17:37:47] "GET /obj-perms HTTP/1.1" 200 5090 0.433094 10.0.0.65 - - [2026-04-20 17:37:47] "GET /obj-perms HTTP/1.1" 200 5056 0.203495 10.0.0.23 - - [2026-04-20 17:37:48] "GET /obj-perms HTTP/1.1" 200 5090 0.005298 10.0.0.23 - - [2026-04-20 17:37:48] "GET /obj-perms HTTP/1.1" 200 5090 0.006303 10.0.0.249 - - [2026-04-20 17:37:48] "GET /obj-perms HTTP/1.1" 200 5090 0.072002 10.0.0.65 - - [2026-04-20 17:37:48] "GET /obj-perms HTTP/1.1" 200 5090 0.066630 10.0.0.23 - - [2026-04-20 17:37:48] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 200 1321 0.005182 10.0.0.23 - - [2026-04-20 17:37:48] "GET /virtual-machine-interface/8d314d53-c800-4dfd-93e0-65ca782239d1 HTTP/1.1" 200 3264 0.006670 10.0.0.23 - - [2026-04-20 17:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.23 - - [2026-04-20 17:37:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005264 10.0.0.23 - - [2026-04-20 17:37:48] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005659 10.0.0.23 - - [2026-04-20 17:37:48] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008435 10.0.0.23 - - [2026-04-20 17:37:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.23 - - [2026-04-20 17:37:49] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004095 10.0.0.23 - - [2026-04-20 17:37:49] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003833 10.0.0.23 - - [2026-04-20 17:37:49] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006687 10.0.0.23 - - [2026-04-20 17:37:55] "POST /neutron/port HTTP/1.1" 200 1157 0.023766 10.0.0.23 - - [2026-04-20 17:37:56] "POST /neutron/security_group HTTP/1.1" 200 1296 0.060542 10.0.0.23 - - [2026-04-20 17:38:00] "POST /neutron/port HTTP/1.1" 200 1157 0.033732 10.0.0.23 - - [2026-04-20 17:38:05] "POST /neutron/security_group HTTP/1.1" 200 1296 0.008867 10.0.0.23 - - [2026-04-20 17:38:05] "POST /neutron/port HTTP/1.1" 200 1157 0.024086 10.0.0.23 - - [2026-04-20 17:38:05] "POST /neutron/security_group HTTP/1.1" 200 1296 0.011184 10.0.0.23 - - [2026-04-20 17:38:05] "GET /virtual-machine/1ccd3771-ef68-4ff6-a224-3ec3ae6d3534 HTTP/1.1" 200 1322 0.011484 10.0.0.23 - - [2026-04-20 17:38:05] "GET /virtual-machine/1ccd3771-ef68-4ff6-a224-3ec3ae6d3534 HTTP/1.1" 200 1322 0.006693 10.0.0.23 - - [2026-04-20 17:38:05] "GET /virtual-machine-interface/ff736103-0991-4a14-a763-4254d0c71b13 HTTP/1.1" 200 3264 0.008036 10.0.0.23 - - [2026-04-20 17:38:05] "GET /virtual-machine/1ccd3771-ef68-4ff6-a224-3ec3ae6d3534 HTTP/1.1" 200 1322 0.007475 10.0.0.23 - - [2026-04-20 17:38:05] "GET /virtual-machine-interface/ff736103-0991-4a14-a763-4254d0c71b13 HTTP/1.1" 200 3264 0.007779 10.0.0.23 - - [2026-04-20 17:38:05] "GET /instance-ip/504a41a1-6afc-4fef-a4a5-5c8a67286941 HTTP/1.1" 200 1732 0.011960 10.0.0.23 - - [2026-04-20 17:38:05] "GET /virtual-machine/1ccd3771-ef68-4ff6-a224-3ec3ae6d3534 HTTP/1.1" 200 1322 0.006251 10.0.0.23 - - [2026-04-20 17:38:05] "GET /virtual-machine-interface/ff736103-0991-4a14-a763-4254d0c71b13 HTTP/1.1" 200 3264 0.008310 10.0.0.23 - - [2026-04-20 17:38:06] "GET /instance-ip/504a41a1-6afc-4fef-a4a5-5c8a67286941 HTTP/1.1" 200 1732 0.008280 10.0.0.23 - - [2026-04-20 17:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008235 10.0.0.23 - - [2026-04-20 17:38:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005901 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006023 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007186 10.0.0.23 - - [2026-04-20 17:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.23 - - [2026-04-20 17:38:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008638 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.007175 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007670 10.0.0.23 - - [2026-04-20 17:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008299 10.0.0.23 - - [2026-04-20 17:38:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005636 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006050 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008208 10.0.0.23 - - [2026-04-20 17:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005826 10.0.0.23 - - [2026-04-20 17:38:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007217 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.006337 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.011391 10.0.0.23 - - [2026-04-20 17:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005456 10.0.0.23 - - [2026-04-20 17:38:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006227 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005702 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006733 10.0.0.23 - - [2026-04-20 17:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006330 10.0.0.23 - - [2026-04-20 17:38:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005065 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.009076 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007363 10.0.0.23 - - [2026-04-20 17:38:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.23 - - [2026-04-20 17:38:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004644 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004611 10.0.0.23 - - [2026-04-20 17:38:06] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007205 10.0.0.23 - - [2026-04-20 17:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.23 - - [2026-04-20 17:38:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004832 10.0.0.23 - - [2026-04-20 17:38:08] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003638 10.0.0.23 - - [2026-04-20 17:38:08] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006328 10.0.0.23 - - [2026-04-20 17:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.23 - - [2026-04-20 17:38:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004856 10.0.0.23 - - [2026-04-20 17:38:08] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003886 10.0.0.23 - - [2026-04-20 17:38:08] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.010950 10.0.0.23 - - [2026-04-20 17:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006325 10.0.0.23 - - [2026-04-20 17:38:08] "GET /routing-instance/d597eb3e-ee96-4f4b-830f-6fbb5d00d09d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.009475 10.0.0.23 - - [2026-04-20 17:38:08] "GET /route-target/705342c5-587d-4185-988f-f76ab544f43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006746 10.0.0.23 - - [2026-04-20 17:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.23 - - [2026-04-20 17:38:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005949 10.0.0.23 - - [2026-04-20 17:38:08] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.012095 10.0.0.23 - - [2026-04-20 17:38:08] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.009828 10.0.0.23 - - [2026-04-20 17:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.23 - - [2026-04-20 17:38:08] "GET /routing-instance/d597eb3e-ee96-4f4b-830f-6fbb5d00d09d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.006562 10.0.0.23 - - [2026-04-20 17:38:08] "GET /route-target/705342c5-587d-4185-988f-f76ab544f43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007384 10.0.0.23 - - [2026-04-20 17:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007416 10.0.0.23 - - [2026-04-20 17:38:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006509 10.0.0.23 - - [2026-04-20 17:38:08] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004629 10.0.0.23 - - [2026-04-20 17:38:08] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006236 10.0.0.23 - - [2026-04-20 17:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.23 - - [2026-04-20 17:38:09] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004819 10.0.0.23 - - [2026-04-20 17:38:09] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003453 10.0.0.23 - - [2026-04-20 17:38:09] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.009343 10.0.0.23 - - [2026-04-20 17:38:09] "GET /obj-perms HTTP/1.1" 200 5090 0.005653 10.0.0.23 - - [2026-04-20 17:38:09] "GET /obj-perms HTTP/1.1" 200 5090 0.004265 10.0.0.65 - - [2026-04-20 17:38:09] "GET /obj-perms HTTP/1.1" 200 5090 0.005591 10.0.0.23 - - [2026-04-20 17:38:09] "GET /obj-perms HTTP/1.1" 200 5090 0.005864 10.0.0.23 - - [2026-04-20 17:38:09] "GET /virtual-machine/1ccd3771-ef68-4ff6-a224-3ec3ae6d3534 HTTP/1.1" 200 1322 0.004989 10.0.0.23 - - [2026-04-20 17:38:09] "GET /virtual-machine-interface/ff736103-0991-4a14-a763-4254d0c71b13 HTTP/1.1" 200 3264 0.007411 10.0.0.23 - - [2026-04-20 17:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.23 - - [2026-04-20 17:38:09] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005103 10.0.0.23 - - [2026-04-20 17:38:09] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004867 10.0.0.23 - - [2026-04-20 17:38:09] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007129 10.0.0.23 - - [2026-04-20 17:38:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005189 10.0.0.23 - - [2026-04-20 17:38:10] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004767 10.0.0.23 - - [2026-04-20 17:38:10] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003715 10.0.0.23 - - [2026-04-20 17:38:10] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006298 10.0.0.23 - - [2026-04-20 17:38:11] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 200 1321 0.004726 10.0.0.23 - - [2026-04-20 17:38:11] "GET /virtual-machine-interface/8d314d53-c800-4dfd-93e0-65ca782239d1 HTTP/1.1" 200 3264 0.006298 10.0.0.23 - - [2026-04-20 17:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.23 - - [2026-04-20 17:38:11] "GET /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004830 10.0.0.23 - - [2026-04-20 17:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.23 - - [2026-04-20 17:38:11] "GET /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005094 10.0.0.23 - - [2026-04-20 17:38:11] "POST /neutron/port HTTP/1.1" 200 1157 0.020796 10.0.0.23 - - [2026-04-20 17:38:11] "POST /neutron/port HTTP/1.1" 200 1108 0.089145 10.0.0.23 - - [2026-04-20 17:38:11] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 200 1321 0.004650 10.0.0.23 - - [2026-04-20 17:38:11] "GET /virtual-machine-interface/8d314d53-c800-4dfd-93e0-65ca782239d1 HTTP/1.1" 200 3203 0.006022 10.0.0.23 - - [2026-04-20 17:38:11] "POST /neutron/port HTTP/1.1" 200 1108 0.022941 10.0.0.23 - - [2026-04-20 17:38:11] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 200 1321 0.005311 10.0.0.23 - - [2026-04-20 17:38:11] "GET /virtual-machine-interface/8d314d53-c800-4dfd-93e0-65ca782239d1 HTTP/1.1" 200 3264 0.010813 10.0.0.23 - - [2026-04-20 17:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.23 - - [2026-04-20 17:38:11] "GET /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.006275 10.0.0.23 - - [2026-04-20 17:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.23 - - [2026-04-20 17:38:11] "GET /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.007074 10.0.0.23 - - [2026-04-20 17:38:11] "POST /neutron/security_group HTTP/1.1" 200 1322 0.006556 10.0.0.23 - - [2026-04-20 17:38:11] "DELETE /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d HTTP/1.1" 409 336 0.015150 10.0.0.23 - - [2026-04-20 17:38:42] "POST /neutron/network HTTP/1.1" 200 966 0.041670 10.0.0.23 - - [2026-04-20 17:38:42] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.23 - - [2026-04-20 17:38:45] "POST /neutron/port HTTP/1.1" 200 1157 0.025615 10.0.0.23 - - [2026-04-20 17:38:46] "POST /neutron/subnet HTTP/1.1" 200 708 0.011419 10.0.0.23 - - [2026-04-20 17:38:48] "GET /obj-perms HTTP/1.1" 200 5056 0.073038 10.0.0.23 - - [2026-04-20 17:39:42] "POST /neutron/port HTTP/1.1" 200 1218 0.032689 10.0.0.23 - - [2026-04-20 17:39:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004095 10.0.0.23 - - [2026-04-20 17:39:42] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.23 - - [2026-04-20 17:39:43] "GET /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.005246 10.0.0.23 - - [2026-04-20 17:39:43] "PUT /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d HTTP/1.1" 200 262 0.020215 10.0.0.65 - - [2026-04-20 17:39:43] "PUT /access-control-list/2802177a-a2fb-43c1-a73f-bf56e9613b98 HTTP/1.1" 200 272 0.063583 10.0.0.23 - - [2026-04-20 17:39:45] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009408 10.0.0.23 - - [2026-04-20 17:39:45] "POST /neutron/port HTTP/1.1" 200 1147 0.017640 10.0.0.23 - - [2026-04-20 17:39:46] "GET /virtual-machine/1ccd3771-ef68-4ff6-a224-3ec3ae6d3534 HTTP/1.1" 200 1322 0.005543 10.0.0.23 - - [2026-04-20 17:39:46] "POST /neutron/port HTTP/1.1" 200 1108 0.021682 10.0.0.23 - - [2026-04-20 17:39:47] "POST /neutron/port HTTP/1.1" 200 1218 0.022813 10.0.0.23 - - [2026-04-20 17:39:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006603 10.0.0.23 - - [2026-04-20 17:39:48] "POST /neutron/port HTTP/1.1" 200 117 0.001341 10.0.0.23 - - [2026-04-20 17:39:48] "GET /virtual-machine/1ccd3771-ef68-4ff6-a224-3ec3ae6d3534 HTTP/1.1" 404 171 0.003938 10.0.0.23 - - [2026-04-20 17:39:48] "GET /virtual-machine/1ccd3771-ef68-4ff6-a224-3ec3ae6d3534 HTTP/1.1" 404 171 0.003073 10.0.0.23 - - [2026-04-20 17:39:48] "GET /virtual-machine/1ccd3771-ef68-4ff6-a224-3ec3ae6d3534 HTTP/1.1" 404 171 0.004405 10.0.0.23 - - [2026-04-20 17:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.23 - - [2026-04-20 17:39:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004180 10.0.0.23 - - [2026-04-20 17:39:48] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004387 10.0.0.23 - - [2026-04-20 17:39:48] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007426 10.0.0.23 - - [2026-04-20 17:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.23 - - [2026-04-20 17:39:48] "GET /routing-instance/d597eb3e-ee96-4f4b-830f-6fbb5d00d09d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005147 10.0.0.23 - - [2026-04-20 17:39:48] "GET /route-target/705342c5-587d-4185-988f-f76ab544f43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004960 10.0.0.23 - - [2026-04-20 17:39:49] "GET /obj-perms HTTP/1.1" 200 5056 0.066554 10.0.0.23 - - [2026-04-20 17:39:54] "GET /obj-perms HTTP/1.1" 200 5090 0.004522 10.0.0.23 - - [2026-04-20 17:39:58] "GET /obj-perms HTTP/1.1" 200 5090 0.004494 10.0.0.23 - - [2026-04-20 17:40:01] "GET /obj-perms HTTP/1.1" 200 5090 0.005419 10.0.0.249 - - [2026-04-20 17:40:01] "GET /obj-perms HTTP/1.1" 200 5090 0.004916 10.0.0.65 - - [2026-04-20 17:40:01] "GET /obj-perms HTTP/1.1" 200 5090 0.006289 10.0.0.23 - - [2026-04-20 17:40:01] "POST /neutron/port HTTP/1.1" 200 1157 0.032357 10.0.0.23 - - [2026-04-20 17:40:01] "POST /neutron/port HTTP/1.1" 200 1108 0.117431 10.0.0.23 - - [2026-04-20 17:40:01] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 200 1321 0.007906 10.0.0.23 - - [2026-04-20 17:40:02] "POST /neutron/port HTTP/1.1" 200 151 0.252521 10.0.0.23 - - [2026-04-20 17:40:03] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 404 171 0.004082 10.0.0.23 - - [2026-04-20 17:40:03] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 404 171 0.004093 10.0.0.23 - - [2026-04-20 17:40:03] "GET /virtual-machine/3bbaff15-fd16-48b9-8474-441820ba9684 HTTP/1.1" 404 171 0.004284 10.0.0.23 - - [2026-04-20 17:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.23 - - [2026-04-20 17:40:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005144 10.0.0.23 - - [2026-04-20 17:40:04] "GET /virtual-networks?parent_id=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004062 10.0.0.23 - - [2026-04-20 17:40:04] "GET /virtual-network/54e104e5-b925-42f9-afd3-198e471dd7d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006973 10.0.0.23 - - [2026-04-20 17:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.23 - - [2026-04-20 17:40:04] "GET /routing-instance/d597eb3e-ee96-4f4b-830f-6fbb5d00d09d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004735 10.0.0.23 - - [2026-04-20 17:40:04] "GET /route-target/705342c5-587d-4185-988f-f76ab544f43b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004478 10.0.0.23 - - [2026-04-20 17:40:04] "GET /obj-perms HTTP/1.1" 200 5090 0.004840 10.0.0.249 - - [2026-04-20 17:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.249 - - [2026-04-20 17:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.249 - - [2026-04-20 17:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.65 - - [2026-04-20 17:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.249 - - [2026-04-20 17:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000581 10.0.0.65 - - [2026-04-20 17:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000723 10.0.0.65 - - [2026-04-20 17:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.65 - - [2026-04-20 17:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.23 - - [2026-04-20 17:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.23 - - [2026-04-20 17:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.23 - - [2026-04-20 17:40:10] "GET /obj-perms HTTP/1.1" 200 5090 0.004678 10.0.0.23 - - [2026-04-20 17:40:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2026-04-20 17:40:10] "GET /global-system-configs HTTP/1.1" 401 292 0.001893 10.0.0.23 - - [2026-04-20 17:40:13] "GET /obj-perms HTTP/1.1" 200 5090 0.004599 10.0.0.23 - - [2026-04-20 17:40:19] "GET /obj-perms HTTP/1.1" 200 5090 0.006344 10.0.0.23 - - [2026-04-20 17:40:22] "GET /obj-perms HTTP/1.1" 200 5090 0.008522 10.0.0.23 - - [2026-04-20 17:40:29] "GET /obj-perms HTTP/1.1" 200 5090 0.006341 10.0.0.23 - - [2026-04-20 17:40:29] "GET /obj-perms HTTP/1.1" 200 5090 0.008187 10.0.0.23 - - [2026-04-20 17:40:29] "DELETE /security-group/03861fab-8e1c-41ed-a651-c032eb11ac5d HTTP/1.1" 200 115 0.078078 10.0.0.23 - - [2026-04-20 17:40:29] "POST /fqname-to-id HTTP/1.1" 404 254 0.004373 10.0.0.65 - - [2026-04-20 17:40:29] "DELETE /access-control-list/0f6111dc-b568-4bbe-966c-645ad6df7bcf HTTP/1.1" 200 115 0.072925 10.0.0.65 - - [2026-04-20 17:40:31] "GET /projects?obj_uuids=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.038585 10.0.0.23 - - [2026-04-20 17:40:31] "GET /project/e2d319e6-b774-42c3-b254-63415a10c269?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.126000 10.0.0.65 - - [2026-04-20 17:40:31] "GET /projects?obj_uuids=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001232 10.0.0.23 - - [2026-04-20 17:40:31] "GET /project/e2d319e6-b774-42c3-b254-63415a10c269?fields=virtual_networks HTTP/1.1" 200 1093 0.054892 10.0.0.65 - - [2026-04-20 17:40:31] "GET /projects?obj_uuids=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001221 10.0.0.23 - - [2026-04-20 17:40:31] "GET /project/e2d319e6-b774-42c3-b254-63415a10c269?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.047102 10.0.0.65 - - [2026-04-20 17:40:31] "GET /projects?obj_uuids=e2d319e6-b774-42c3-b254-63415a10c269&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001875 10.0.0.23 - - [2026-04-20 17:40:31] "GET /project/e2d319e6-b774-42c3-b254-63415a10c269?fields=security_groups HTTP/1.1" 200 1349 0.064733 10.0.0.23 - - [2026-04-20 17:40:33] "POST /fqname-to-id HTTP/1.1" 404 209 0.039883 10.0.0.65 - - [2026-04-20 17:40:33] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003946 10.0.0.65 - - [2026-04-20 17:40:33] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001871 10.0.0.65 - - [2026-04-20 17:40:33] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.061557 10.0.0.65 - - [2026-04-20 17:40:33] "POST /id-to-fqname HTTP/1.1" 200 212 0.001345 10.0.0.65 - - [2026-04-20 17:40:33] "POST /fqname-to-id HTTP/1.1" 404 222 0.008995 10.0.0.65 - - [2026-04-20 17:40:33] "POST /security-groups HTTP/1.1" 200 612 0.090456 10.0.0.65 - - [2026-04-20 17:40:33] "POST /projects HTTP/1.1" 200 627 0.330337 10.0.0.65 - - [2026-04-20 17:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.375936 10.0.0.65 - - [2026-04-20 17:40:33] "POST /access-control-lists HTTP/1.1" 200 617 0.038731 10.0.0.23 - - [2026-04-20 17:40:33] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.631285 10.0.0.23 - - [2026-04-20 17:40:35] "GET / HTTP/1.1" 200 35931 0.001701 10.0.0.23 - - [2026-04-20 17:40:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000541 10.0.0.23 - - [2026-04-20 17:40:37] "POST /fqname-to-id HTTP/1.1" 404 245 0.085276 10.0.0.65 - - [2026-04-20 17:40:37] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001650 10.0.0.65 - - [2026-04-20 17:40:37] "POST /fqname-to-id HTTP/1.1" 404 277 0.004897 10.0.0.65 - - [2026-04-20 17:40:37] "POST /access-control-lists HTTP/1.1" 200 637 0.050067 10.0.0.23 - - [2026-04-20 17:40:38] "POST /neutron/security_group HTTP/1.1" 200 1423 0.508118 10.0.0.23 - - [2026-04-20 17:40:38] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.185875 10.0.0.65 - - [2026-04-20 17:40:38] "PUT /access-control-list/8223e753-6cd9-4244-9b57-30b5a1da0411 HTTP/1.1" 200 272 0.021282 10.0.0.23 - - [2026-04-20 17:40:38] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.140263 10.0.0.23 - - [2026-04-20 17:40:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006104 10.0.0.23 - - [2026-04-20 17:40:38] "GET /security-group/e8da3c41-858f-4219-a1be-a46aa5e381a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007085 10.0.0.23 - - [2026-04-20 17:40:39] "POST /fqname-to-id HTTP/1.1" 404 245 0.003878 10.0.0.65 - - [2026-04-20 17:40:39] "DELETE /access-control-list/578f2096-919a-41a4-8ac3-66b98e529f83 HTTP/1.1" 200 115 0.055747 10.0.0.23 - - [2026-04-20 17:40:40] "POST /fqname-to-id HTTP/1.1" 404 245 0.003418 10.0.0.65 - - [2026-04-20 17:40:40] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001102 10.0.0.65 - - [2026-04-20 17:40:40] "POST /access-control-lists HTTP/1.1" 200 639 0.033498 10.0.0.65 - - [2026-04-20 17:40:40] "PUT /access-control-list/89ce4fab-9ab3-4a38-883a-b4aa99871705 HTTP/1.1" 200 272 0.015309 10.0.0.23 - - [2026-04-20 17:40:40] "POST /neutron/security_group HTTP/1.1" 200 1423 0.374848 10.0.0.23 - - [2026-04-20 17:40:40] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.161253 10.0.0.65 - - [2026-04-20 17:40:40] "PUT /access-control-list/89ce4fab-9ab3-4a38-883a-b4aa99871705 HTTP/1.1" 200 272 0.020570 10.0.0.23 - - [2026-04-20 17:40:41] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.145825 10.0.0.23 - - [2026-04-20 17:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005332 10.0.0.23 - - [2026-04-20 17:40:41] "GET /security-group/1282659b-a9d4-4f07-be11-8b494a39c0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.017687 10.0.0.23 - - [2026-04-20 17:40:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163655 10.0.0.65 - - [2026-04-20 17:40:41] "PUT /access-control-list/89ce4fab-9ab3-4a38-883a-b4aa99871705 HTTP/1.1" 200 272 0.026026 10.0.0.23 - - [2026-04-20 17:40:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005238 10.0.0.65 - - [2026-04-20 17:40:42] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001635 10.0.0.23 - - [2026-04-20 17:40:42] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.063331 10.0.0.23 - - [2026-04-20 17:40:42] "POST /neutron/network HTTP/1.1" 200 117 0.016387 10.0.0.65 - - [2026-04-20 17:40:42] "POST /ref-update HTTP/1.1" 200 156 0.025728 10.0.0.23 - - [2026-04-20 17:40:42] "POST /neutron/network HTTP/1.1" 200 928 0.012735 10.0.0.23 - - [2026-04-20 17:40:42] "POST /id-to-fqname HTTP/1.1" 200 282 0.002325 10.0.0.23 - - [2026-04-20 17:40:42] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.010017 10.0.0.23 - - [2026-04-20 17:40:42] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006570 10.0.0.23 - - [2026-04-20 17:40:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.011880 10.0.0.23 - - [2026-04-20 17:40:43] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006061 10.0.0.23 - - [2026-04-20 17:40:44] "POST /id-to-fqname HTTP/1.1" 200 282 0.001900 10.0.0.23 - - [2026-04-20 17:40:44] "POST /neutron/network HTTP/1.1" 200 938 0.008069 10.0.0.65 - - [2026-04-20 17:40:45] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001446 10.0.0.23 - - [2026-04-20 17:40:45] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.090994 10.0.0.23 - - [2026-04-20 17:40:46] "POST /neutron/port HTTP/1.1" 200 117 0.012953 10.0.0.23 - - [2026-04-20 17:40:46] "POST /id-to-fqname HTTP/1.1" 200 282 0.001391 10.0.0.23 - - [2026-04-20 17:40:46] "POST /neutron/network HTTP/1.1" 200 938 0.013865 10.0.0.65 - - [2026-04-20 17:40:46] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001910 10.0.0.23 - - [2026-04-20 17:40:47] "POST /neutron/port HTTP/1.1" 200 1082 0.425192 10.0.0.65 - - [2026-04-20 17:40:47] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001001 10.0.0.23 - - [2026-04-20 17:40:47] "POST /neutron/port HTTP/1.1" 200 1136 0.175690 10.0.0.23 - - [2026-04-20 17:40:47] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.167919 10.0.0.23 - - [2026-04-20 17:40:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005666 10.0.0.23 - - [2026-04-20 17:40:47] "POST /neutron/network HTTP/1.1" 200 928 0.012820 10.0.0.23 - - [2026-04-20 17:40:47] "POST /neutron/port HTTP/1.1" 200 117 0.007979 10.0.0.23 - - [2026-04-20 17:40:48] "POST /neutron/network HTTP/1.1" 200 938 0.007524 10.0.0.23 - - [2026-04-20 17:40:48] "POST /neutron/port HTTP/1.1" 200 1082 0.021016 10.0.0.23 - - [2026-04-20 17:40:48] "POST /neutron/port HTTP/1.1" 200 1146 0.021573 10.0.0.23 - - [2026-04-20 17:40:49] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.249 - - [2026-04-20 17:40:50] "GET /obj-perms HTTP/1.1" 200 5056 0.080081 10.0.0.65 - - [2026-04-20 17:40:50] "GET /obj-perms HTTP/1.1" 200 5056 0.065391 10.0.0.23 - - [2026-04-20 17:40:53] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008975 10.0.0.23 - - [2026-04-20 17:40:53] "POST /neutron/port HTTP/1.1" 200 1146 0.030974 10.0.0.23 - - [2026-04-20 17:40:53] "POST /neutron/security_group HTTP/1.1" 200 1419 0.011263 10.0.0.23 - - [2026-04-20 17:40:53] "GET /virtual-machine/ef58361e-fde8-4223-8109-2a3e9c790fe1 HTTP/1.1" 401 292 0.000529 10.0.0.23 - - [2026-04-20 17:40:53] "GET /virtual-machine/ef58361e-fde8-4223-8109-2a3e9c790fe1 HTTP/1.1" 200 1313 0.039174 10.0.0.23 - - [2026-04-20 17:40:53] "GET /virtual-machine/ef58361e-fde8-4223-8109-2a3e9c790fe1 HTTP/1.1" 200 1313 0.004494 10.0.0.23 - - [2026-04-20 17:40:53] "GET /virtual-machine-interface/1f9b280d-1615-4b44-a51c-7fbc1783ab46 HTTP/1.1" 200 3191 0.006684 10.0.0.23 - - [2026-04-20 17:40:53] "GET /virtual-machine/ef58361e-fde8-4223-8109-2a3e9c790fe1 HTTP/1.1" 200 1313 0.004129 10.0.0.23 - - [2026-04-20 17:40:53] "GET /virtual-machine-interface/1f9b280d-1615-4b44-a51c-7fbc1783ab46 HTTP/1.1" 200 3191 0.007976 10.0.0.23 - - [2026-04-20 17:40:53] "GET /instance-ip/5d857d68-395a-43b1-9be8-f50e36c8b901 HTTP/1.1" 200 1704 0.008255 10.0.0.23 - - [2026-04-20 17:40:53] "GET /virtual-machine/ef58361e-fde8-4223-8109-2a3e9c790fe1 HTTP/1.1" 200 1313 0.004768 10.0.0.23 - - [2026-04-20 17:40:53] "GET /virtual-machine-interface/1f9b280d-1615-4b44-a51c-7fbc1783ab46 HTTP/1.1" 200 3191 0.005882 10.0.0.23 - - [2026-04-20 17:40:53] "GET /instance-ip/5d857d68-395a-43b1-9be8-f50e36c8b901 HTTP/1.1" 200 1704 0.007299 10.0.0.23 - - [2026-04-20 17:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.017510 10.0.0.23 - - [2026-04-20 17:40:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004728 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003828 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006478 10.0.0.23 - - [2026-04-20 17:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.23 - - [2026-04-20 17:40:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004502 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003710 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006065 10.0.0.23 - - [2026-04-20 17:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.23 - - [2026-04-20 17:40:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004768 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003710 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006114 10.0.0.23 - - [2026-04-20 17:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005016 10.0.0.23 - - [2026-04-20 17:40:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004982 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003496 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006566 10.0.0.23 - - [2026-04-20 17:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.23 - - [2026-04-20 17:40:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009101 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006688 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.010043 10.0.0.23 - - [2026-04-20 17:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.23 - - [2026-04-20 17:40:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005388 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004131 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006331 10.0.0.23 - - [2026-04-20 17:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.23 - - [2026-04-20 17:40:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005785 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004467 10.0.0.23 - - [2026-04-20 17:40:54] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006782 10.0.0.23 - - [2026-04-20 17:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.23 - - [2026-04-20 17:40:58] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006890 10.0.0.23 - - [2026-04-20 17:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.23 - - [2026-04-20 17:41:02] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006800 10.0.0.23 - - [2026-04-20 17:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005608 10.0.0.23 - - [2026-04-20 17:41:06] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007325 10.0.0.65 - - [2026-04-20 17:41:08] "DELETE /project/e2d319e6-b774-42c3-b254-63415a10c269 HTTP/1.1" 404 177 0.003428 10.0.0.65 - - [2026-04-20 17:41:08] "DELETE /project/3111f26cfa1a49cc94ec974dca7bffc1 HTTP/1.1" 404 173 0.006381 10.0.0.23 - - [2026-04-20 17:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004855 10.0.0.23 - - [2026-04-20 17:41:10] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007537 10.0.0.23 - - [2026-04-20 17:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.23 - - [2026-04-20 17:41:14] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006818 10.0.0.23 - - [2026-04-20 17:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.23 - - [2026-04-20 17:41:18] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007425 10.0.0.23 - - [2026-04-20 17:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.011635 10.0.0.23 - - [2026-04-20 17:41:22] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006510 10.0.0.23 - - [2026-04-20 17:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.23 - - [2026-04-20 17:41:26] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006551 10.0.0.23 - - [2026-04-20 17:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.23 - - [2026-04-20 17:41:28] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004996 10.0.0.23 - - [2026-04-20 17:41:28] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004345 10.0.0.23 - - [2026-04-20 17:41:28] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006572 10.0.0.23 - - [2026-04-20 17:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.23 - - [2026-04-20 17:41:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005031 10.0.0.23 - - [2026-04-20 17:41:29] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004068 10.0.0.23 - - [2026-04-20 17:41:29] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.009486 10.0.0.23 - - [2026-04-20 17:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007720 10.0.0.23 - - [2026-04-20 17:41:29] "GET /routing-instance/f99a1888-ebf1-4a72-947d-d947e17decfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005380 10.0.0.23 - - [2026-04-20 17:41:29] "GET /route-target/096999aa-afe9-4fbb-81b4-49e7400e6bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004861 10.0.0.23 - - [2026-04-20 17:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.23 - - [2026-04-20 17:41:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004285 10.0.0.23 - - [2026-04-20 17:41:29] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003582 10.0.0.23 - - [2026-04-20 17:41:29] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008322 10.0.0.23 - - [2026-04-20 17:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.23 - - [2026-04-20 17:41:29] "GET /routing-instance/f99a1888-ebf1-4a72-947d-d947e17decfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.012686 10.0.0.23 - - [2026-04-20 17:41:29] "GET /route-target/096999aa-afe9-4fbb-81b4-49e7400e6bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004023 10.0.0.23 - - [2026-04-20 17:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005194 10.0.0.23 - - [2026-04-20 17:41:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006351 10.0.0.23 - - [2026-04-20 17:41:29] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004571 10.0.0.23 - - [2026-04-20 17:41:29] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.009180 10.0.0.23 - - [2026-04-20 17:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004624 10.0.0.23 - - [2026-04-20 17:41:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007382 10.0.0.23 - - [2026-04-20 17:41:29] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.008232 10.0.0.23 - - [2026-04-20 17:41:29] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007032 10.0.0.23 - - [2026-04-20 17:41:30] "GET /obj-perms HTTP/1.1" 200 5072 0.067297 10.0.0.65 - - [2026-04-20 17:41:30] "GET /obj-perms HTTP/1.1" 200 5072 0.072706 10.0.0.23 - - [2026-04-20 17:41:30] "GET /obj-perms HTTP/1.1" 200 5072 0.005377 10.0.0.23 - - [2026-04-20 17:41:30] "GET /obj-perms HTTP/1.1" 200 5072 0.004213 10.0.0.23 - - [2026-04-20 17:41:30] "GET /virtual-machine/ef58361e-fde8-4223-8109-2a3e9c790fe1 HTTP/1.1" 200 1313 0.006043 10.0.0.23 - - [2026-04-20 17:41:30] "GET /virtual-machine-interface/1f9b280d-1615-4b44-a51c-7fbc1783ab46 HTTP/1.1" 200 3191 0.008611 10.0.0.23 - - [2026-04-20 17:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.23 - - [2026-04-20 17:41:30] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004982 10.0.0.23 - - [2026-04-20 17:41:30] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005264 10.0.0.23 - - [2026-04-20 17:41:30] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006689 10.0.0.23 - - [2026-04-20 17:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005398 10.0.0.23 - - [2026-04-20 17:41:31] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005374 10.0.0.23 - - [2026-04-20 17:41:31] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003708 10.0.0.23 - - [2026-04-20 17:41:31] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007494 10.0.0.23 - - [2026-04-20 17:41:37] "POST /neutron/port HTTP/1.1" 200 1146 0.023399 10.0.0.23 - - [2026-04-20 17:41:39] "POST /neutron/security_group HTTP/1.1" 200 1419 0.009228 10.0.0.23 - - [2026-04-20 17:41:42] "POST /neutron/port HTTP/1.1" 200 1146 0.022060 10.0.0.23 - - [2026-04-20 17:41:44] "POST /neutron/port HTTP/1.1" 200 1218 0.037334 10.0.0.23 - - [2026-04-20 17:41:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006833 10.0.0.23 - - [2026-04-20 17:41:44] "POST /neutron/port HTTP/1.1" 200 117 0.002162 10.0.0.23 - - [2026-04-20 17:41:47] "POST /neutron/security_group HTTP/1.1" 200 1419 0.010255 10.0.0.23 - - [2026-04-20 17:41:48] "POST /neutron/network HTTP/1.1" 200 1123 0.007737 10.0.0.23 - - [2026-04-20 17:41:49] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016870 10.0.0.23 - - [2026-04-20 17:41:49] "POST /neutron/network HTTP/1.1" 200 1113 0.011367 10.0.0.23 - - [2026-04-20 17:41:53] "POST /neutron/port HTTP/1.1" 200 1146 0.035606 10.0.0.23 - - [2026-04-20 17:41:53] "POST /neutron/security_group HTTP/1.1" 200 1419 0.014299 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-machine/82af1f39-b399-40dd-9f06-e1c3f21531b3 HTTP/1.1" 200 1313 0.010553 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-machine/82af1f39-b399-40dd-9f06-e1c3f21531b3 HTTP/1.1" 200 1313 0.006119 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-machine-interface/5f8749f3-ba2c-48b6-9b3b-8e6008d3cc9c HTTP/1.1" 200 3191 0.007249 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-machine/82af1f39-b399-40dd-9f06-e1c3f21531b3 HTTP/1.1" 200 1313 0.005790 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-machine-interface/5f8749f3-ba2c-48b6-9b3b-8e6008d3cc9c HTTP/1.1" 200 3191 0.007056 10.0.0.23 - - [2026-04-20 17:41:53] "GET /instance-ip/b02fb1a2-e9f2-4a7c-9c42-c6373c4c8005 HTTP/1.1" 200 1705 0.007806 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-machine/82af1f39-b399-40dd-9f06-e1c3f21531b3 HTTP/1.1" 200 1313 0.005376 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-machine-interface/5f8749f3-ba2c-48b6-9b3b-8e6008d3cc9c HTTP/1.1" 200 3191 0.005847 10.0.0.23 - - [2026-04-20 17:41:53] "GET /instance-ip/b02fb1a2-e9f2-4a7c-9c42-c6373c4c8005 HTTP/1.1" 200 1705 0.005195 10.0.0.23 - - [2026-04-20 17:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005000 10.0.0.23 - - [2026-04-20 17:41:53] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005680 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005409 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007672 10.0.0.23 - - [2026-04-20 17:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005003 10.0.0.23 - - [2026-04-20 17:41:53] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007190 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005098 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.005822 10.0.0.23 - - [2026-04-20 17:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.23 - - [2026-04-20 17:41:53] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006169 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004596 10.0.0.23 - - [2026-04-20 17:41:53] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007151 10.0.0.23 - - [2026-04-20 17:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005359 10.0.0.23 - - [2026-04-20 17:41:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004947 10.0.0.23 - - [2026-04-20 17:41:54] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004581 10.0.0.23 - - [2026-04-20 17:41:54] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007301 10.0.0.23 - - [2026-04-20 17:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.23 - - [2026-04-20 17:41:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005811 10.0.0.23 - - [2026-04-20 17:41:54] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003640 10.0.0.23 - - [2026-04-20 17:41:54] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006182 10.0.0.23 - - [2026-04-20 17:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.23 - - [2026-04-20 17:41:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006985 10.0.0.23 - - [2026-04-20 17:41:54] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005200 10.0.0.23 - - [2026-04-20 17:41:54] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007123 10.0.0.23 - - [2026-04-20 17:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.23 - - [2026-04-20 17:41:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004789 10.0.0.23 - - [2026-04-20 17:41:54] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003695 10.0.0.23 - - [2026-04-20 17:41:54] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006427 10.0.0.23 - - [2026-04-20 17:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.23 - - [2026-04-20 17:41:55] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004576 10.0.0.23 - - [2026-04-20 17:41:55] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003340 10.0.0.23 - - [2026-04-20 17:41:55] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008174 10.0.0.23 - - [2026-04-20 17:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.23 - - [2026-04-20 17:41:55] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004630 10.0.0.23 - - [2026-04-20 17:41:55] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003034 10.0.0.23 - - [2026-04-20 17:41:56] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.006829 10.0.0.23 - - [2026-04-20 17:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.23 - - [2026-04-20 17:41:56] "GET /routing-instance/f99a1888-ebf1-4a72-947d-d947e17decfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005332 10.0.0.23 - - [2026-04-20 17:41:56] "GET /route-target/096999aa-afe9-4fbb-81b4-49e7400e6bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004321 10.0.0.23 - - [2026-04-20 17:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.23 - - [2026-04-20 17:41:56] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004638 10.0.0.23 - - [2026-04-20 17:41:56] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004007 10.0.0.23 - - [2026-04-20 17:41:56] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.007317 10.0.0.23 - - [2026-04-20 17:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.23 - - [2026-04-20 17:41:56] "GET /routing-instance/f99a1888-ebf1-4a72-947d-d947e17decfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.006012 10.0.0.23 - - [2026-04-20 17:41:56] "GET /route-target/096999aa-afe9-4fbb-81b4-49e7400e6bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004225 10.0.0.23 - - [2026-04-20 17:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.23 - - [2026-04-20 17:41:56] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004963 10.0.0.23 - - [2026-04-20 17:41:56] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003891 10.0.0.23 - - [2026-04-20 17:41:56] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.009936 10.0.0.23 - - [2026-04-20 17:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005167 10.0.0.23 - - [2026-04-20 17:41:56] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005440 10.0.0.23 - - [2026-04-20 17:41:56] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003674 10.0.0.23 - - [2026-04-20 17:41:56] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.009442 10.0.0.23 - - [2026-04-20 17:41:56] "GET /obj-perms HTTP/1.1" 200 5072 0.004868 10.0.0.65 - - [2026-04-20 17:41:56] "GET /obj-perms HTTP/1.1" 200 5072 0.004255 10.0.0.23 - - [2026-04-20 17:41:56] "GET /obj-perms HTTP/1.1" 200 5072 0.006869 10.0.0.23 - - [2026-04-20 17:41:56] "GET /obj-perms HTTP/1.1" 200 5072 0.006271 10.0.0.249 - - [2026-04-20 17:41:57] "GET /obj-perms HTTP/1.1" 200 5072 0.067645 10.0.0.23 - - [2026-04-20 17:41:57] "GET /virtual-machine/82af1f39-b399-40dd-9f06-e1c3f21531b3 HTTP/1.1" 200 1313 0.004634 10.0.0.23 - - [2026-04-20 17:41:57] "GET /virtual-machine-interface/5f8749f3-ba2c-48b6-9b3b-8e6008d3cc9c HTTP/1.1" 200 3191 0.006541 10.0.0.23 - - [2026-04-20 17:41:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006261 10.0.0.23 - - [2026-04-20 17:41:57] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004790 10.0.0.23 - - [2026-04-20 17:41:57] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004329 10.0.0.23 - - [2026-04-20 17:41:57] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.011700 10.0.0.23 - - [2026-04-20 17:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.23 - - [2026-04-20 17:41:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004697 10.0.0.23 - - [2026-04-20 17:41:58] "GET /virtual-networks?parent_id=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003357 10.0.0.23 - - [2026-04-20 17:41:58] "GET /virtual-network/6d86b1a7-79de-4f04-9ee3-a9cfee64c61f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2208 0.008852 10.0.0.23 - - [2026-04-20 17:41:58] "GET /virtual-machine/ef58361e-fde8-4223-8109-2a3e9c790fe1 HTTP/1.1" 200 1313 0.007281 10.0.0.23 - - [2026-04-20 17:41:58] "GET /virtual-machine-interface/1f9b280d-1615-4b44-a51c-7fbc1783ab46 HTTP/1.1" 200 3191 0.007329 10.0.0.23 - - [2026-04-20 17:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006060 10.0.0.23 - - [2026-04-20 17:41:58] "GET /security-group/1282659b-a9d4-4f07-be11-8b494a39c0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004528 10.0.0.23 - - [2026-04-20 17:41:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.23 - - [2026-04-20 17:41:58] "GET /security-group/1282659b-a9d4-4f07-be11-8b494a39c0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.005976 10.0.0.23 - - [2026-04-20 17:41:58] "POST /neutron/security_group HTTP/1.1" 200 1445 0.005705 10.0.0.23 - - [2026-04-20 17:41:58] "POST /neutron/port HTTP/1.1" 200 1136 0.020491 10.0.0.23 - - [2026-04-20 17:41:59] "GET /virtual-machine/ef58361e-fde8-4223-8109-2a3e9c790fe1 HTTP/1.1" 200 1313 0.004526 10.0.0.23 - - [2026-04-20 17:41:59] "GET /virtual-machine-interface/1f9b280d-1615-4b44-a51c-7fbc1783ab46 HTTP/1.1" 200 3139 0.009412 10.0.0.23 - - [2026-04-20 17:41:59] "POST /neutron/security_group HTTP/1.1" 200 1419 0.010623 10.0.0.23 - - [2026-04-20 17:41:59] "POST /neutron/port HTTP/1.1" 200 1098 0.023881 10.0.0.23 - - [2026-04-20 17:41:59] "GET /virtual-machine/ef58361e-fde8-4223-8109-2a3e9c790fe1 HTTP/1.1" 200 1313 0.006807 10.0.0.23 - - [2026-04-20 17:41:59] "GET /virtual-machine-interface/1f9b280d-1615-4b44-a51c-7fbc1783ab46 HTTP/1.1" 200 3191 0.008871 10.0.0.23 - - [2026-04-20 17:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.23 - - [2026-04-20 17:41:59] "GET /security-group/1282659b-a9d4-4f07-be11-8b494a39c0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.004028 10.0.0.23 - - [2026-04-20 17:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.23 - - [2026-04-20 17:41:59] "GET /security-group/1282659b-a9d4-4f07-be11-8b494a39c0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2698 0.005861 10.0.0.23 - - [2026-04-20 17:41:59] "POST /neutron/security_group HTTP/1.1" 200 1445 0.008129 10.0.0.23 - - [2026-04-20 17:41:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.003186 10.0.0.65 - - [2026-04-20 17:41:59] "DELETE /access-control-list/c385e4c6-16a8-468b-959a-f801ea7758a3 HTTP/1.1" 200 115 0.053118 10.0.0.23 - - [2026-04-20 17:42:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.005356 10.0.0.65 - - [2026-04-20 17:42:00] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001975 10.0.0.23 - - [2026-04-20 17:42:00] "POST /neutron/security_group HTTP/1.1" 200 153 0.089211 10.0.0.23 - - [2026-04-20 17:42:00] "POST /neutron/network HTTP/1.1" 200 928 0.011068 10.0.0.23 - - [2026-04-20 17:42:02] "POST /neutron/network HTTP/1.1" 400 204 0.017807 10.0.0.23 - - [2026-04-20 17:42:06] "POST /neutron/network HTTP/1.1" 200 928 0.008190 10.0.0.23 - - [2026-04-20 17:42:08] "POST /neutron/network HTTP/1.1" 400 204 0.016934 10.0.0.23 - - [2026-04-20 17:42:12] "POST /neutron/network HTTP/1.1" 200 928 0.010058 10.0.0.23 - - [2026-04-20 17:42:14] "POST /neutron/network HTTP/1.1" 400 204 0.022424 10.0.0.23 - - [2026-04-20 17:42:18] "POST /neutron/network HTTP/1.1" 200 928 0.008377 10.0.0.23 - - [2026-04-20 17:42:21] "POST /neutron/network HTTP/1.1" 400 204 0.026291 10.0.0.23 - - [2026-04-20 17:42:25] "POST /neutron/network HTTP/1.1" 200 928 0.017534 10.0.0.23 - - [2026-04-20 17:42:27] "POST /neutron/network HTTP/1.1" 400 204 0.021696 10.0.0.23 - - [2026-04-20 17:42:31] "POST /neutron/network HTTP/1.1" 200 928 0.012034 10.0.0.23 - - [2026-04-20 17:42:33] "POST /neutron/network HTTP/1.1" 400 204 0.024609 10.0.0.23 - - [2026-04-20 17:42:37] "POST /neutron/network HTTP/1.1" 200 928 0.012417 10.0.0.23 - - [2026-04-20 17:42:39] "POST /neutron/network HTTP/1.1" 400 204 0.016574 10.0.0.23 - - [2026-04-20 17:42:43] "POST /neutron/network HTTP/1.1" 200 928 0.009009 10.0.0.23 - - [2026-04-20 17:42:45] "POST /neutron/network HTTP/1.1" 400 204 0.020556 10.0.0.23 - - [2026-04-20 17:42:46] "POST /neutron/network HTTP/1.1" 200 938 0.010860 10.0.0.23 - - [2026-04-20 17:42:46] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.23 - - [2026-04-20 17:42:47] "POST /neutron/network HTTP/1.1" 400 204 0.017618 10.0.0.23 - - [2026-04-20 17:42:49] "POST /neutron/network HTTP/1.1" 200 938 0.041203 10.0.0.23 - - [2026-04-20 17:42:49] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.23 - - [2026-04-20 17:42:49] "POST /neutron/network HTTP/1.1" 400 204 0.020718 10.0.0.65 - - [2026-04-20 17:42:51] "GET /obj-perms HTTP/1.1" 200 5056 0.085133 10.0.0.23 - - [2026-04-20 17:42:52] "GET /obj-perms HTTP/1.1" 200 5056 0.089991 10.0.0.23 - - [2026-04-20 17:43:42] "POST /neutron/security_group HTTP/1.1" 400 209 0.005249 10.0.0.65 - - [2026-04-20 17:43:43] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001590 10.0.0.23 - - [2026-04-20 17:43:43] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.062760 10.0.0.65 - - [2026-04-20 17:43:43] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001154 10.0.0.23 - - [2026-04-20 17:43:43] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.060696 10.0.0.65 - - [2026-04-20 17:43:45] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002040 10.0.0.23 - - [2026-04-20 17:43:45] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.071887 10.0.0.65 - - [2026-04-20 17:43:45] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001681 10.0.0.23 - - [2026-04-20 17:43:45] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.064106 10.0.0.65 - - [2026-04-20 17:43:47] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001180 10.0.0.23 - - [2026-04-20 17:43:47] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.056416 10.0.0.65 - - [2026-04-20 17:43:47] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002019 10.0.0.23 - - [2026-04-20 17:43:47] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.057161 10.0.0.23 - - [2026-04-20 17:43:48] "POST /neutron/network HTTP/1.1" 200 1123 0.039735 10.0.0.23 - - [2026-04-20 17:43:48] "POST /neutron/subnet HTTP/1.1" 200 1385 0.019513 10.0.0.23 - - [2026-04-20 17:43:48] "POST /neutron/network HTTP/1.1" 200 1113 0.012599 10.0.0.65 - - [2026-04-20 17:43:49] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001114 10.0.0.23 - - [2026-04-20 17:43:49] "POST /neutron/network HTTP/1.1" 200 1123 0.007723 10.0.0.23 - - [2026-04-20 17:43:50] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.079755 10.0.0.65 - - [2026-04-20 17:43:50] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001251 10.0.0.23 - - [2026-04-20 17:43:50] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.059210 10.0.0.23 - - [2026-04-20 17:43:50] "POST /neutron/subnet HTTP/1.1" 200 1385 0.037986 10.0.0.23 - - [2026-04-20 17:43:50] "POST /neutron/network HTTP/1.1" 200 1113 0.011032 10.0.0.65 - - [2026-04-20 17:43:52] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001249 10.0.0.23 - - [2026-04-20 17:43:52] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.053993 10.0.0.65 - - [2026-04-20 17:43:52] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004911 10.0.0.23 - - [2026-04-20 17:43:52] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.045297 10.0.0.65 - - [2026-04-20 17:43:54] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001166 10.0.0.23 - - [2026-04-20 17:43:54] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.040539 10.0.0.65 - - [2026-04-20 17:43:54] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000984 10.0.0.23 - - [2026-04-20 17:43:54] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.042406 10.0.0.65 - - [2026-04-20 17:43:56] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001135 10.0.0.23 - - [2026-04-20 17:43:56] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.043514 10.0.0.65 - - [2026-04-20 17:43:56] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001321 10.0.0.23 - - [2026-04-20 17:43:56] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.043749 10.0.0.65 - - [2026-04-20 17:43:58] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001180 10.0.0.23 - - [2026-04-20 17:43:58] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.044160 10.0.0.65 - - [2026-04-20 17:43:58] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001069 10.0.0.23 - - [2026-04-20 17:43:58] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.051197 10.0.0.65 - - [2026-04-20 17:44:00] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001918 10.0.0.23 - - [2026-04-20 17:44:00] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.057262 10.0.0.65 - - [2026-04-20 17:44:00] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001418 10.0.0.23 - - [2026-04-20 17:44:00] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.056432 10.0.0.65 - - [2026-04-20 17:44:02] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002059 10.0.0.23 - - [2026-04-20 17:44:02] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.080570 10.0.0.65 - - [2026-04-20 17:44:02] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001688 10.0.0.23 - - [2026-04-20 17:44:03] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.052863 10.0.0.65 - - [2026-04-20 17:44:05] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001094 10.0.0.23 - - [2026-04-20 17:44:05] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.054029 10.0.0.65 - - [2026-04-20 17:44:05] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001348 10.0.0.23 - - [2026-04-20 17:44:05] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.053582 10.0.0.65 - - [2026-04-20 17:44:07] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001194 10.0.0.23 - - [2026-04-20 17:44:07] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.050447 10.0.0.65 - - [2026-04-20 17:44:07] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002022 10.0.0.23 - - [2026-04-20 17:44:07] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.053643 10.0.0.65 - - [2026-04-20 17:44:09] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002309 10.0.0.23 - - [2026-04-20 17:44:09] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.048469 10.0.0.65 - - [2026-04-20 17:44:09] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001699 10.0.0.23 - - [2026-04-20 17:44:09] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.061191 10.0.0.65 - - [2026-04-20 17:44:11] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001377 10.0.0.23 - - [2026-04-20 17:44:11] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.054399 10.0.0.65 - - [2026-04-20 17:44:11] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001343 10.0.0.23 - - [2026-04-20 17:44:11] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.048538 10.0.0.65 - - [2026-04-20 17:44:13] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000969 10.0.0.23 - - [2026-04-20 17:44:13] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.043255 10.0.0.65 - - [2026-04-20 17:44:13] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001358 10.0.0.23 - - [2026-04-20 17:44:13] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.049214 10.0.0.65 - - [2026-04-20 17:44:15] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001029 10.0.0.23 - - [2026-04-20 17:44:15] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.052559 10.0.0.65 - - [2026-04-20 17:44:15] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001095 10.0.0.23 - - [2026-04-20 17:44:15] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.047122 10.0.0.65 - - [2026-04-20 17:44:17] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001186 10.0.0.23 - - [2026-04-20 17:44:18] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.061254 10.0.0.65 - - [2026-04-20 17:44:18] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001276 10.0.0.23 - - [2026-04-20 17:44:18] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.063652 10.0.0.65 - - [2026-04-20 17:44:20] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001577 10.0.0.23 - - [2026-04-20 17:44:20] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.048505 10.0.0.65 - - [2026-04-20 17:44:20] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001327 10.0.0.23 - - [2026-04-20 17:44:20] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.053370 10.0.0.65 - - [2026-04-20 17:44:22] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001349 10.0.0.23 - - [2026-04-20 17:44:22] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.091202 10.0.0.65 - - [2026-04-20 17:44:22] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002236 10.0.0.23 - - [2026-04-20 17:44:22] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.103835 10.0.0.65 - - [2026-04-20 17:44:24] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001059 10.0.0.23 - - [2026-04-20 17:44:24] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.067780 10.0.0.65 - - [2026-04-20 17:44:24] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001574 10.0.0.23 - - [2026-04-20 17:44:24] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.059830 10.0.0.65 - - [2026-04-20 17:44:26] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001235 10.0.0.23 - - [2026-04-20 17:44:26] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.046873 10.0.0.65 - - [2026-04-20 17:44:26] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001987 10.0.0.23 - - [2026-04-20 17:44:26] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.065397 10.0.0.65 - - [2026-04-20 17:44:28] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001554 10.0.0.23 - - [2026-04-20 17:44:28] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.059174 10.0.0.65 - - [2026-04-20 17:44:28] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001582 10.0.0.23 - - [2026-04-20 17:44:29] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.066337 10.0.0.65 - - [2026-04-20 17:44:31] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001148 10.0.0.23 - - [2026-04-20 17:44:31] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.046954 10.0.0.65 - - [2026-04-20 17:44:31] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001227 10.0.0.23 - - [2026-04-20 17:44:31] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.050153 10.0.0.65 - - [2026-04-20 17:44:33] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001114 10.0.0.23 - - [2026-04-20 17:44:33] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.057535 10.0.0.65 - - [2026-04-20 17:44:33] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001480 10.0.0.23 - - [2026-04-20 17:44:33] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.063035 10.0.0.65 - - [2026-04-20 17:44:35] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001084 10.0.0.23 - - [2026-04-20 17:44:35] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.049857 10.0.0.65 - - [2026-04-20 17:44:35] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002053 10.0.0.23 - - [2026-04-20 17:44:35] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.051484 10.0.0.65 - - [2026-04-20 17:44:37] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001479 10.0.0.23 - - [2026-04-20 17:44:37] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.057398 10.0.0.65 - - [2026-04-20 17:44:37] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001266 10.0.0.23 - - [2026-04-20 17:44:37] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.065353 10.0.0.65 - - [2026-04-20 17:44:39] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001423 10.0.0.23 - - [2026-04-20 17:44:39] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.042951 10.0.0.65 - - [2026-04-20 17:44:39] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001049 10.0.0.23 - - [2026-04-20 17:44:39] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.059800 10.0.0.65 - - [2026-04-20 17:44:41] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001884 10.0.0.23 - - [2026-04-20 17:44:41] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.066641 10.0.0.65 - - [2026-04-20 17:44:41] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001920 10.0.0.23 - - [2026-04-20 17:44:41] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.053513 10.0.0.65 - - [2026-04-20 17:44:44] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001286 10.0.0.23 - - [2026-04-20 17:44:44] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.076480 10.0.0.65 - - [2026-04-20 17:44:44] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002353 10.0.0.23 - - [2026-04-20 17:44:44] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.057377 10.0.0.65 - - [2026-04-20 17:44:46] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001210 10.0.0.23 - - [2026-04-20 17:44:46] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.058797 10.0.0.65 - - [2026-04-20 17:44:46] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001196 10.0.0.23 - - [2026-04-20 17:44:46] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.057330 10.0.0.65 - - [2026-04-20 17:44:48] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001013 10.0.0.23 - - [2026-04-20 17:44:48] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.053417 10.0.0.65 - - [2026-04-20 17:44:48] "GET /projects?obj_uuids=3111f26c-fa1a-49cc-94ec-974dca7bffc1&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001586 10.0.0.23 - - [2026-04-20 17:44:48] "GET /project/3111f26c-fa1a-49cc-94ec-974dca7bffc1?fields=virtual_networks HTTP/1.1" 200 1374 0.065487 10.0.0.23 - - [2026-04-20 17:44:48] "POST /neutron/network HTTP/1.1" 200 938 0.009485 10.0.0.23 - - [2026-04-20 17:44:48] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.23 - - [2026-04-20 17:44:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.039061 10.0.0.65 - - [2026-04-20 17:44:49] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004666 10.0.0.65 - - [2026-04-20 17:44:49] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001437 10.0.0.65 - - [2026-04-20 17:44:49] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007998 10.0.0.65 - - [2026-04-20 17:44:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.002707 10.0.0.65 - - [2026-04-20 17:44:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.004583 10.0.0.65 - - [2026-04-20 17:44:49] "POST /security-groups HTTP/1.1" 200 589 0.088662 10.0.0.65 - - [2026-04-20 17:44:49] "POST /projects HTTP/1.1" 200 581 0.317929 10.0.0.65 - - [2026-04-20 17:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.396730 10.0.0.65 - - [2026-04-20 17:44:49] "POST /access-control-lists HTTP/1.1" 200 594 0.062171 10.0.0.23 - - [2026-04-20 17:44:49] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.567568 10.0.0.23 - - [2026-04-20 17:44:50] "POST /neutron/port HTTP/1.1" 200 1108 0.030084 10.0.0.23 - - [2026-04-20 17:44:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.013061 10.0.0.23 - - [2026-04-20 17:44:51] "GET / HTTP/1.1" 200 35931 0.003722 10.0.0.23 - - [2026-04-20 17:44:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000607 10.0.0.23 - - [2026-04-20 17:44:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.054816 10.0.0.65 - - [2026-04-20 17:44:53] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001586 10.0.0.23 - - [2026-04-20 17:44:53] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.062295 10.0.0.23 - - [2026-04-20 17:44:54] "POST /neutron/network HTTP/1.1" 200 117 0.324822 10.0.0.65 - - [2026-04-20 17:44:54] "POST /route-targets HTTP/1.1" 200 327 0.017616 10.0.0.23 - - [2026-04-20 17:44:54] "POST /neutron/network HTTP/1.1" 200 834 0.013227 10.0.0.23 - - [2026-04-20 17:44:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001967 10.0.0.23 - - [2026-04-20 17:44:54] "GET /virtual-network/56a436fb-ebf6-4912-92c5-80d188732ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008210 10.0.0.23 - - [2026-04-20 17:44:54] "GET /virtual-network/56a436fb-ebf6-4912-92c5-80d188732ac1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008128 10.0.0.23 - - [2026-04-20 17:44:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.014271 10.0.0.23 - - [2026-04-20 17:44:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001753 10.0.0.65 - - [2026-04-20 17:44:56] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.23 - - [2026-04-20 17:44:56] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.162613 10.0.0.23 - - [2026-04-20 17:44:56] "POST /neutron/network HTTP/1.1" 200 834 0.086709 10.0.0.23 - - [2026-04-20 17:44:56] "POST /neutron/port HTTP/1.1" 200 117 0.007253 10.0.0.23 - - [2026-04-20 17:44:57] "POST /neutron/port HTTP/1.1" 200 1058 0.023656 10.0.0.23 - - [2026-04-20 17:44:57] "POST /neutron/port HTTP/1.1" 200 1122 0.025447 10.0.0.23 - - [2026-04-20 17:44:57] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.23 - - [2026-04-20 17:45:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012512 10.0.0.23 - - [2026-04-20 17:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.65 - - [2026-04-20 17:45:01] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001569 10.0.0.23 - - [2026-04-20 17:45:02] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.081871 10.0.0.23 - - [2026-04-20 17:45:02] "POST /neutron/network HTTP/1.1" 200 117 0.025839 10.0.0.65 - - [2026-04-20 17:45:02] "POST /ref-update HTTP/1.1" 200 156 0.034184 10.0.0.23 - - [2026-04-20 17:45:02] "POST /neutron/network HTTP/1.1" 200 829 0.014037 10.0.0.23 - - [2026-04-20 17:45:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001423 10.0.0.23 - - [2026-04-20 17:45:02] "GET /virtual-network/5a2c8751-bc54-4087-9a23-334fc9189de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008377 10.0.0.23 - - [2026-04-20 17:45:02] "GET /virtual-network/5a2c8751-bc54-4087-9a23-334fc9189de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006888 10.0.0.23 - - [2026-04-20 17:45:02] "POST /neutron/subnet HTTP/1.1" 200 710 0.012511 10.0.0.23 - - [2026-04-20 17:45:03] "GET /virtual-network/5a2c8751-bc54-4087-9a23-334fc9189de2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005769 10.0.0.249 - - [2026-04-20 17:45:04] "GET /obj-perms HTTP/1.1" 200 5026 0.100177 10.0.0.23 - - [2026-04-20 17:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.65 - - [2026-04-20 17:45:05] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.23 - - [2026-04-20 17:45:05] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.055241 10.0.0.65 - - [2026-04-20 17:45:05] "POST /useragent-kv HTTP/1.1" 200 115 0.009293 10.0.0.23 - - [2026-04-20 17:45:05] "POST /neutron/subnet HTTP/1.1" 200 730 0.277248 10.0.0.23 - - [2026-04-20 17:45:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.002049 10.0.0.23 - - [2026-04-20 17:45:05] "GET /virtual-network/77d61ea9-f7c2-4cd3-973e-9b2d49554e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008901 10.0.0.23 - - [2026-04-20 17:45:05] "GET /virtual-network/77d61ea9-f7c2-4cd3-973e-9b2d49554e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006418 10.0.0.23 - - [2026-04-20 17:45:05] "POST /neutron/network HTTP/1.1" 200 833 0.008469 10.0.0.23 - - [2026-04-20 17:45:06] "GET /virtual-network/77d61ea9-f7c2-4cd3-973e-9b2d49554e88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006479 10.0.0.23 - - [2026-04-20 17:45:06] "GET /obj-perms HTTP/1.1" 200 5026 0.077367 10.0.0.65 - - [2026-04-20 17:45:06] "GET /obj-perms HTTP/1.1" 200 5026 0.077981 10.0.0.23 - - [2026-04-20 17:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005777 10.0.0.65 - - [2026-04-20 17:45:06] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001164 10.0.0.23 - - [2026-04-20 17:45:06] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.065203 10.0.0.65 - - [2026-04-20 17:45:06] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001630 10.0.0.23 - - [2026-04-20 17:45:07] "POST /neutron/network HTTP/1.1" 200 615 0.162614 10.0.0.65 - - [2026-04-20 17:45:07] "POST /route-targets HTTP/1.1" 200 327 0.015816 10.0.0.23 - - [2026-04-20 17:45:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.006255 10.0.0.23 - - [2026-04-20 17:45:07] "GET /virtual-network/e0dcf10d-14c8-4c4e-87c6-d6240538b1ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008732 10.0.0.23 - - [2026-04-20 17:45:07] "POST /neutron/network HTTP/1.1" 200 834 0.010146 10.0.0.23 - - [2026-04-20 17:45:07] "GET /virtual-network/e0dcf10d-14c8-4c4e-87c6-d6240538b1ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006943 10.0.0.23 - - [2026-04-20 17:45:07] "GET /virtual-network/e0dcf10d-14c8-4c4e-87c6-d6240538b1ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008589 10.0.0.249 - - [2026-04-20 17:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.249 - - [2026-04-20 17:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.249 - - [2026-04-20 17:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.65 - - [2026-04-20 17:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.249 - - [2026-04-20 17:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.65 - - [2026-04-20 17:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.65 - - [2026-04-20 17:45:08] "DELETE /project/ef94170b76d340f28c397420b3dab437 HTTP/1.1" 404 173 0.003907 10.0.0.23 - - [2026-04-20 17:45:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001447 10.0.0.23 - - [2026-04-20 17:45:08] "POST /neutron/port HTTP/1.1" 200 5161 0.064467 10.0.0.65 - - [2026-04-20 17:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.65 - - [2026-04-20 17:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.23 - - [2026-04-20 17:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2026-04-20 17:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.65 - - [2026-04-20 17:45:09] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001960 10.0.0.23 - - [2026-04-20 17:45:10] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.105302 10.0.0.23 - - [2026-04-20 17:45:10] "POST /neutron/network HTTP/1.1" 200 833 0.007711 10.0.0.23 - - [2026-04-20 17:45:10] "POST /neutron/port HTTP/1.1" 200 117 0.009506 10.0.0.23 - - [2026-04-20 17:45:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001344 10.0.0.23 - - [2026-04-20 17:45:10] "POST /neutron/network HTTP/1.1" 200 844 0.010257 10.0.0.23 - - [2026-04-20 17:45:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.23 - - [2026-04-20 17:45:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2026-04-20 17:45:11] "POST /neutron/port HTTP/1.1" 200 1059 0.024361 10.0.0.23 - - [2026-04-20 17:45:11] "POST /neutron/port HTTP/1.1" 200 1123 0.033352 10.0.0.23 - - [2026-04-20 17:45:11] "POST /neutron/port HTTP/1.1" 200 117 0.001872 10.0.0.65 - - [2026-04-20 17:45:12] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.23 - - [2026-04-20 17:45:12] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.106789 10.0.0.23 - - [2026-04-20 17:45:12] "POST /neutron/port HTTP/1.1" 200 6131 0.063311 10.0.0.23 - - [2026-04-20 17:45:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.010011 10.0.0.23 - - [2026-04-20 17:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.65 - - [2026-04-20 17:45:12] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.23 - - [2026-04-20 17:45:12] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.011163 10.0.0.23 - - [2026-04-20 17:45:12] "POST /service-templates HTTP/1.1" 200 543 0.045346 10.0.0.23 - - [2026-04-20 17:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.23 - - [2026-04-20 17:45:12] "GET /service-template/4a964637-bdec-4580-be02-b2136e0e034d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.007352 10.0.0.23 - - [2026-04-20 17:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.23 - - [2026-04-20 17:45:12] "GET /service-template/4a964637-bdec-4580-be02-b2136e0e034d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004636 10.0.0.23 - - [2026-04-20 17:45:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001935 10.0.0.23 - - [2026-04-20 17:45:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001876 10.0.0.23 - - [2026-04-20 17:45:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001427 10.0.0.23 - - [2026-04-20 17:45:13] "POST /neutron/network HTTP/1.1" 200 844 0.010777 10.0.0.23 - - [2026-04-20 17:45:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012602 10.0.0.23 - - [2026-04-20 17:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.23 - - [2026-04-20 17:45:13] "DELETE /service-template/4a964637-bdec-4580-be02-b2136e0e034d HTTP/1.1" 200 115 0.038070 10.0.0.23 - - [2026-04-20 17:45:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003953 10.0.0.23 - - [2026-04-20 17:45:13] "POST /neutron/port HTTP/1.1" 200 1112 0.129424 10.0.0.23 - - [2026-04-20 17:45:14] "POST /neutron/subnet HTTP/1.1" 200 698 0.010311 10.0.0.23 - - [2026-04-20 17:45:14] "POST /neutron/network HTTP/1.1" 400 204 0.021048 10.0.0.23 - - [2026-04-20 17:45:14] "POST /neutron/port HTTP/1.1" 200 1113 0.018716 10.0.0.23 - - [2026-04-20 17:45:16] "POST /neutron/port HTTP/1.1" 200 1112 0.018086 10.0.0.65 - - [2026-04-20 17:45:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006849 10.0.0.65 - - [2026-04-20 17:45:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003840 10.0.0.23 - - [2026-04-20 17:45:16] "POST /neutron/network HTTP/1.1" 200 151 0.236585 10.0.0.65 - - [2026-04-20 17:45:16] "DELETE /route-target/3e4d1e5c-4b86-4229-8e2f-573510c59c4c HTTP/1.1" 200 115 0.035059 10.0.0.23 - - [2026-04-20 17:45:16] "POST /neutron/network HTTP/1.1" 200 117 0.018684 10.0.0.23 - - [2026-04-20 17:45:17] "POST /neutron/port HTTP/1.1" 200 117 0.007299 10.0.0.65 - - [2026-04-20 17:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.23 - - [2026-04-20 17:45:17] "POST /neutron/network HTTP/1.1" 200 834 0.012190 10.0.0.23 - - [2026-04-20 17:45:18] "POST /neutron/port HTTP/1.1" 200 1112 0.018758 10.0.0.65 - - [2026-04-20 17:45:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006890 10.0.0.65 - - [2026-04-20 17:45:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004620 10.0.0.23 - - [2026-04-20 17:45:20] "POST /neutron/network HTTP/1.1" 200 151 0.191492 10.0.0.65 - - [2026-04-20 17:45:20] "DELETE /route-target/3dacd9f2-64ee-42ce-8322-90d3805297d5 HTTP/1.1" 200 115 0.032105 10.0.0.23 - - [2026-04-20 17:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007278 10.0.0.65 - - [2026-04-20 17:45:22] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.23 - - [2026-04-20 17:45:22] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.097628 10.0.0.65 - - [2026-04-20 17:45:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007496 10.0.0.23 - - [2026-04-20 17:45:23] "POST /neutron/subnet HTTP/1.1" 200 719 0.237217 10.0.0.23 - - [2026-04-20 17:45:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001395 10.0.0.23 - - [2026-04-20 17:45:23] "GET /virtual-network/0bbd3aa6-a2cc-4c32-b0a3-217914052697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007020 10.0.0.23 - - [2026-04-20 17:45:23] "GET /virtual-network/0bbd3aa6-a2cc-4c32-b0a3-217914052697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006225 10.0.0.23 - - [2026-04-20 17:45:23] "POST /neutron/network HTTP/1.1" 200 831 0.009442 10.0.0.23 - - [2026-04-20 17:45:23] "GET /virtual-network/0bbd3aa6-a2cc-4c32-b0a3-217914052697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006842 10.0.0.249 - - [2026-04-20 17:45:24] "GET /obj-perms HTTP/1.1" 200 5026 0.005342 10.0.0.23 - - [2026-04-20 17:45:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.65 - - [2026-04-20 17:45:24] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001286 10.0.0.23 - - [2026-04-20 17:45:24] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044673 10.0.0.65 - - [2026-04-20 17:45:24] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001306 10.0.0.23 - - [2026-04-20 17:45:24] "POST /neutron/network HTTP/1.1" 200 613 0.177955 10.0.0.65 - - [2026-04-20 17:45:24] "POST /route-targets HTTP/1.1" 200 327 0.024351 10.0.0.23 - - [2026-04-20 17:45:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.004510 10.0.0.23 - - [2026-04-20 17:45:25] "GET /virtual-network/f38d4596-2869-4d75-af11-7bec766eacf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006453 10.0.0.23 - - [2026-04-20 17:45:25] "POST /neutron/network HTTP/1.1" 200 834 0.012712 10.0.0.23 - - [2026-04-20 17:45:25] "GET /virtual-network/f38d4596-2869-4d75-af11-7bec766eacf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006608 10.0.0.23 - - [2026-04-20 17:45:25] "GET /virtual-network/f38d4596-2869-4d75-af11-7bec766eacf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005920 10.0.0.23 - - [2026-04-20 17:45:25] "GET /obj-perms HTTP/1.1" 200 5026 0.004197 10.0.0.65 - - [2026-04-20 17:45:25] "GET /obj-perms HTTP/1.1" 200 5026 0.004532 10.0.0.23 - - [2026-04-20 17:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010506 10.0.0.65 - - [2026-04-20 17:45:25] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.23 - - [2026-04-20 17:45:25] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050864 10.0.0.23 - - [2026-04-20 17:45:25] "POST /neutron/network HTTP/1.1" 200 117 0.033165 10.0.0.65 - - [2026-04-20 17:45:26] "POST /ref-update HTTP/1.1" 200 156 0.052700 10.0.0.23 - - [2026-04-20 17:45:26] "POST /neutron/network HTTP/1.1" 200 834 0.012752 10.0.0.23 - - [2026-04-20 17:45:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001335 10.0.0.23 - - [2026-04-20 17:45:26] "GET /virtual-network/9e2fc6c0-6828-4344-8b7e-6f5ee425468d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005736 10.0.0.23 - - [2026-04-20 17:45:26] "GET /virtual-network/9e2fc6c0-6828-4344-8b7e-6f5ee425468d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006866 10.0.0.23 - - [2026-04-20 17:45:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.014832 10.0.0.23 - - [2026-04-20 17:45:26] "GET /virtual-network/9e2fc6c0-6828-4344-8b7e-6f5ee425468d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006227 10.0.0.23 - - [2026-04-20 17:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.65 - - [2026-04-20 17:45:27] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.23 - - [2026-04-20 17:45:27] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.156521 10.0.0.65 - - [2026-04-20 17:45:28] "POST /useragent-kv HTTP/1.1" 200 115 0.010360 10.0.0.23 - - [2026-04-20 17:45:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.311125 10.0.0.23 - - [2026-04-20 17:45:28] "POST /id-to-fqname HTTP/1.1" 200 229 0.001508 10.0.0.23 - - [2026-04-20 17:45:28] "GET /virtual-network/4cc38cfe-9ef4-4f62-b28a-a43ea9e3d6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007627 10.0.0.23 - - [2026-04-20 17:45:28] "GET /virtual-network/4cc38cfe-9ef4-4f62-b28a-a43ea9e3d6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.009203 10.0.0.23 - - [2026-04-20 17:45:28] "POST /neutron/network HTTP/1.1" 200 844 0.009676 10.0.0.23 - - [2026-04-20 17:45:28] "GET /virtual-network/4cc38cfe-9ef4-4f62-b28a-a43ea9e3d6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007861 10.0.0.249 - - [2026-04-20 17:45:28] "GET /obj-perms HTTP/1.1" 200 5026 0.008709 10.0.0.23 - - [2026-04-20 17:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005458 10.0.0.65 - - [2026-04-20 17:45:29] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001376 10.0.0.23 - - [2026-04-20 17:45:29] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.062376 10.0.0.65 - - [2026-04-20 17:45:29] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001723 10.0.0.23 - - [2026-04-20 17:45:29] "POST /neutron/network HTTP/1.1" 200 627 0.180187 10.0.0.65 - - [2026-04-20 17:45:29] "POST /route-targets HTTP/1.1" 200 327 0.020978 10.0.0.23 - - [2026-04-20 17:45:29] "POST /id-to-fqname HTTP/1.1" 200 230 0.003866 10.0.0.23 - - [2026-04-20 17:45:29] "GET /virtual-network/6436f3ef-b0e5-4177-b24c-b2d89e25bacd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005661 10.0.0.23 - - [2026-04-20 17:45:29] "POST /neutron/network HTTP/1.1" 200 846 0.010729 10.0.0.23 - - [2026-04-20 17:45:29] "GET /virtual-network/6436f3ef-b0e5-4177-b24c-b2d89e25bacd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.009669 10.0.0.23 - - [2026-04-20 17:45:30] "GET /virtual-network/6436f3ef-b0e5-4177-b24c-b2d89e25bacd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007150 10.0.0.23 - - [2026-04-20 17:45:30] "GET /obj-perms HTTP/1.1" 200 5026 0.003761 10.0.0.65 - - [2026-04-20 17:45:30] "GET /obj-perms HTTP/1.1" 200 5026 0.005948 10.0.0.23 - - [2026-04-20 17:45:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001513 10.0.0.23 - - [2026-04-20 17:45:30] "POST /neutron/port HTTP/1.1" 200 4192 0.053945 10.0.0.65 - - [2026-04-20 17:45:31] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.042424 10.0.0.23 - - [2026-04-20 17:45:31] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.133342 10.0.0.23 - - [2026-04-20 17:45:31] "POST /neutron/port HTTP/1.1" 200 4192 0.054493 10.0.0.23 - - [2026-04-20 17:45:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001358 10.0.0.23 - - [2026-04-20 17:45:32] "POST /neutron/network HTTP/1.1" 200 844 0.008887 10.0.0.23 - - [2026-04-20 17:45:32] "POST /neutron/port HTTP/1.1" 200 1060 0.033183 10.0.0.23 - - [2026-04-20 17:45:33] "POST /neutron/port HTTP/1.1" 200 1124 0.041451 10.0.0.65 - - [2026-04-20 17:45:33] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.23 - - [2026-04-20 17:45:33] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.101054 10.0.0.23 - - [2026-04-20 17:45:33] "POST /neutron/network HTTP/1.1" 200 834 0.008193 10.0.0.23 - - [2026-04-20 17:45:33] "POST /neutron/port HTTP/1.1" 200 5163 0.048686 10.0.0.23 - - [2026-04-20 17:45:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.004555 10.0.0.23 - - [2026-04-20 17:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751 10.0.0.65 - - [2026-04-20 17:45:33] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.23 - - [2026-04-20 17:45:33] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009755 10.0.0.23 - - [2026-04-20 17:45:33] "POST /service-templates HTTP/1.1" 200 543 0.045606 10.0.0.23 - - [2026-04-20 17:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.23 - - [2026-04-20 17:45:33] "GET /service-template/e6f4c2a9-1f74-4c58-92c3-3385e6c5f68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.008818 10.0.0.23 - - [2026-04-20 17:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.23 - - [2026-04-20 17:45:34] "GET /service-template/e6f4c2a9-1f74-4c58-92c3-3385e6c5f68b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004418 10.0.0.23 - - [2026-04-20 17:45:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001279 10.0.0.23 - - [2026-04-20 17:45:34] "POST /id-to-fqname HTTP/1.1" 200 229 0.001335 10.0.0.23 - - [2026-04-20 17:45:34] "POST /neutron/network HTTP/1.1" 200 844 0.007826 10.0.0.23 - - [2026-04-20 17:45:34] "POST /id-to-fqname HTTP/1.1" 200 230 0.001395 10.0.0.23 - - [2026-04-20 17:45:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.038621 10.0.0.23 - - [2026-04-20 17:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.23 - - [2026-04-20 17:45:34] "DELETE /service-template/e6f4c2a9-1f74-4c58-92c3-3385e6c5f68b HTTP/1.1" 200 115 0.049422 10.0.0.23 - - [2026-04-20 17:45:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.004330 10.0.0.23 - - [2026-04-20 17:45:34] "POST /neutron/port HTTP/1.1" 200 1112 0.192333 10.0.0.23 - - [2026-04-20 17:45:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.012368 10.0.0.23 - - [2026-04-20 17:45:35] "POST /neutron/network HTTP/1.1" 200 834 0.007999 10.0.0.65 - - [2026-04-20 17:45:35] "DELETE /route-target/88b09c7c-98f1-4ffe-86ca-bf2f9234080a HTTP/1.1" 200 115 0.038943 10.0.0.23 - - [2026-04-20 17:45:35] "POST /neutron/network HTTP/1.1" 200 844 0.009114 10.0.0.23 - - [2026-04-20 17:45:36] "POST /neutron/port HTTP/1.1" 200 151 0.314346 10.0.0.23 - - [2026-04-20 17:45:36] "POST /neutron/port HTTP/1.1" 200 1122 0.025718 10.0.0.23 - - [2026-04-20 17:45:37] "POST /neutron/port HTTP/1.1" 200 117 0.008092 10.0.0.23 - - [2026-04-20 17:45:37] "POST /neutron/port HTTP/1.1" 200 117 0.007739 10.0.0.65 - - [2026-04-20 17:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.23 - - [2026-04-20 17:45:38] "POST /neutron/network HTTP/1.1" 200 834 0.007775 10.0.0.65 - - [2026-04-20 17:45:38] "DELETE /route-target/0a9e5219-b496-4691-b20a-eac82441a1d4 HTTP/1.1" 200 115 0.037524 10.0.0.65 - - [2026-04-20 17:45:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005157 10.0.0.65 - - [2026-04-20 17:45:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006285 10.0.0.23 - - [2026-04-20 17:45:39] "POST /neutron/network HTTP/1.1" 200 151 0.161066 10.0.0.65 - - [2026-04-20 17:45:40] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001783 10.0.0.23 - - [2026-04-20 17:45:40] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.106303 10.0.0.65 - - [2026-04-20 17:45:40] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001578 10.0.0.23 - - [2026-04-20 17:45:40] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?fields=virtual_networks HTTP/1.1" 200 1029 0.053115 10.0.0.65 - - [2026-04-20 17:45:41] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001322 10.0.0.23 - - [2026-04-20 17:45:41] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.050063 10.0.0.65 - - [2026-04-20 17:45:41] "GET /projects?obj_uuids=ef94170b-76d3-40f2-8c39-7420b3dab437&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002264 10.0.0.23 - - [2026-04-20 17:45:41] "GET /project/ef94170b-76d3-40f2-8c39-7420b3dab437?fields=security_groups HTTP/1.1" 200 1253 0.058204 10.0.0.23 - - [2026-04-20 17:45:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.039642 10.0.0.65 - - [2026-04-20 17:45:42] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.011324 10.0.0.65 - - [2026-04-20 17:45:42] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002025 10.0.0.65 - - [2026-04-20 17:45:42] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.048052 10.0.0.65 - - [2026-04-20 17:45:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.004115 10.0.0.65 - - [2026-04-20 17:45:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.018034 10.0.0.65 - - [2026-04-20 17:45:42] "POST /security-groups HTTP/1.1" 200 589 0.094036 10.0.0.65 - - [2026-04-20 17:45:42] "POST /fqname-to-id HTTP/1.1" 404 232 0.009176 10.0.0.65 - - [2026-04-20 17:45:42] "POST /projects HTTP/1.1" 200 581 0.367363 10.0.0.65 - - [2026-04-20 17:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.404585 10.0.0.23 - - [2026-04-20 17:45:42] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.630924 10.0.0.65 - - [2026-04-20 17:45:42] "POST /access-control-lists HTTP/1.1" 200 592 0.059546 10.0.0.23 - - [2026-04-20 17:45:44] "GET / HTTP/1.1" 200 35931 0.002197 10.0.0.23 - - [2026-04-20 17:45:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.23 - - [2026-04-20 17:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.132467 10.0.0.65 - - [2026-04-20 17:45:46] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001170 10.0.0.23 - - [2026-04-20 17:45:46] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.055741 10.0.0.65 - - [2026-04-20 17:45:47] "POST /useragent-kv HTTP/1.1" 200 115 0.010279 10.0.0.23 - - [2026-04-20 17:45:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.260001 10.0.0.23 - - [2026-04-20 17:45:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001571 10.0.0.23 - - [2026-04-20 17:45:47] "GET /virtual-network/b743a5d9-79e8-40e5-a618-556f1a0790e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007431 10.0.0.23 - - [2026-04-20 17:45:47] "GET /virtual-network/b743a5d9-79e8-40e5-a618-556f1a0790e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007597 10.0.0.23 - - [2026-04-20 17:45:47] "POST /neutron/network HTTP/1.1" 200 833 0.009530 10.0.0.23 - - [2026-04-20 17:45:48] "GET /virtual-network/b743a5d9-79e8-40e5-a618-556f1a0790e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006132 10.0.0.23 - - [2026-04-20 17:45:49] "POST /neutron/port HTTP/1.1" 200 1218 0.022794 10.0.0.23 - - [2026-04-20 17:45:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006036 10.0.0.23 - - [2026-04-20 17:45:49] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.23 - - [2026-04-20 17:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005676 10.0.0.65 - - [2026-04-20 17:45:49] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001413 10.0.0.23 - - [2026-04-20 17:45:49] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.046815 10.0.0.65 - - [2026-04-20 17:45:49] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.23 - - [2026-04-20 17:45:50] "POST /neutron/network HTTP/1.1" 200 617 0.169149 10.0.0.65 - - [2026-04-20 17:45:50] "POST /route-targets HTTP/1.1" 200 327 0.018232 10.0.0.23 - - [2026-04-20 17:45:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.004702 10.0.0.23 - - [2026-04-20 17:45:50] "GET /virtual-network/964eec1b-987c-4676-beb1-c4c1b890c7eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006347 10.0.0.23 - - [2026-04-20 17:45:50] "POST /neutron/network HTTP/1.1" 200 835 0.008335 10.0.0.23 - - [2026-04-20 17:45:50] "GET /virtual-network/964eec1b-987c-4676-beb1-c4c1b890c7eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006054 10.0.0.23 - - [2026-04-20 17:45:50] "POST /neutron/port HTTP/1.1" 200 1218 0.038464 10.0.0.23 - - [2026-04-20 17:45:50] "GET /virtual-network/964eec1b-987c-4676-beb1-c4c1b890c7eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007475 10.0.0.23 - - [2026-04-20 17:45:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005660 10.0.0.23 - - [2026-04-20 17:45:51] "POST /neutron/port HTTP/1.1" 200 117 0.001278 10.0.0.249 - - [2026-04-20 17:45:51] "GET /obj-perms HTTP/1.1" 200 5026 0.120373 10.0.0.23 - - [2026-04-20 17:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.65 - - [2026-04-20 17:45:51] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000952 10.0.0.23 - - [2026-04-20 17:45:51] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.059717 10.0.0.23 - - [2026-04-20 17:45:51] "POST /neutron/network HTTP/1.1" 200 117 0.021504 10.0.0.65 - - [2026-04-20 17:45:52] "POST /ref-update HTTP/1.1" 200 156 0.035546 10.0.0.23 - - [2026-04-20 17:45:52] "POST /neutron/network HTTP/1.1" 200 837 0.012249 10.0.0.23 - - [2026-04-20 17:45:52] "POST /id-to-fqname HTTP/1.1" 200 226 0.001323 10.0.0.23 - - [2026-04-20 17:45:52] "GET /virtual-network/4b4b48e3-e3dd-48f4-a625-7f4ee7b5e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007091 10.0.0.23 - - [2026-04-20 17:45:52] "GET /virtual-network/4b4b48e3-e3dd-48f4-a625-7f4ee7b5e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008032 10.0.0.23 - - [2026-04-20 17:45:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.011423 10.0.0.23 - - [2026-04-20 17:45:52] "GET /virtual-network/4b4b48e3-e3dd-48f4-a625-7f4ee7b5e304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011436 10.0.0.23 - - [2026-04-20 17:45:53] "GET /obj-perms HTTP/1.1" 200 5026 0.087966 10.0.0.65 - - [2026-04-20 17:45:53] "GET /obj-perms HTTP/1.1" 200 5026 0.081021 10.0.0.23 - - [2026-04-20 17:45:53] "POST /id-to-fqname HTTP/1.1" 200 225 0.002492 10.0.0.65 - - [2026-04-20 17:45:54] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001720 10.0.0.23 - - [2026-04-20 17:45:54] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.281021 10.0.0.23 - - [2026-04-20 17:45:54] "POST /neutron/network HTTP/1.1" 200 835 0.007240 10.0.0.23 - - [2026-04-20 17:45:55] "POST /id-to-fqname HTTP/1.1" 200 226 0.001381 10.0.0.23 - - [2026-04-20 17:45:55] "POST /neutron/port HTTP/1.1" 200 4192 0.054450 10.0.0.65 - - [2026-04-20 17:45:55] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001458 10.0.0.23 - - [2026-04-20 17:45:56] "POST /neutron/port HTTP/1.1" 200 1057 0.391047 10.0.0.65 - - [2026-04-20 17:45:56] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003438 10.0.0.23 - - [2026-04-20 17:45:56] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.121886 10.0.0.23 - - [2026-04-20 17:45:56] "POST /neutron/port HTTP/1.1" 200 1111 0.166377 10.0.0.23 - - [2026-04-20 17:45:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005420 10.0.0.23 - - [2026-04-20 17:45:56] "POST /neutron/network HTTP/1.1" 200 835 0.010531 10.0.0.23 - - [2026-04-20 17:45:56] "POST /neutron/port HTTP/1.1" 200 117 0.008240 10.0.0.23 - - [2026-04-20 17:45:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.004138 10.0.0.23 - - [2026-04-20 17:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.65 - - [2026-04-20 17:45:56] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002515 10.0.0.23 - - [2026-04-20 17:45:56] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012432 10.0.0.23 - - [2026-04-20 17:45:57] "POST /service-templates HTTP/1.1" 200 543 0.063827 10.0.0.23 - - [2026-04-20 17:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005380 10.0.0.23 - - [2026-04-20 17:45:57] "GET /service-template/3ff37cd5-e64a-41f6-91f2-632e04484010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.009002 10.0.0.23 - - [2026-04-20 17:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.23 - - [2026-04-20 17:45:57] "GET /service-template/3ff37cd5-e64a-41f6-91f2-632e04484010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004566 10.0.0.23 - - [2026-04-20 17:45:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.002078 10.0.0.23 - - [2026-04-20 17:45:57] "POST /id-to-fqname HTTP/1.1" 200 225 0.002239 10.0.0.23 - - [2026-04-20 17:45:57] "POST /id-to-fqname HTTP/1.1" 200 226 0.004593 10.0.0.23 - - [2026-04-20 17:45:57] "POST /neutron/port HTTP/1.1" 200 5991 0.112808 10.0.0.23 - - [2026-04-20 17:45:57] "POST /neutron/port HTTP/1.1" 200 1057 0.018126 10.0.0.23 - - [2026-04-20 17:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.23 - - [2026-04-20 17:45:57] "DELETE /service-template/3ff37cd5-e64a-41f6-91f2-632e04484010 HTTP/1.1" 200 115 0.068807 10.0.0.23 - - [2026-04-20 17:45:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.015847 10.0.0.23 - - [2026-04-20 17:45:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009648 10.0.0.23 - - [2026-04-20 17:45:58] "POST /neutron/network HTTP/1.1" 200 837 0.011782 10.0.0.23 - - [2026-04-20 17:45:58] "POST /neutron/port HTTP/1.1" 200 1121 0.033545 10.0.0.23 - - [2026-04-20 17:45:59] "POST /neutron/port HTTP/1.1" 200 1121 0.024358 10.0.0.23 - - [2026-04-20 17:46:00] "POST /neutron/port HTTP/1.1" 200 117 0.007874 10.0.0.23 - - [2026-04-20 17:46:00] "POST /neutron/network HTTP/1.1" 200 837 0.009770 10.0.0.65 - - [2026-04-20 17:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005076 10.0.0.23 - - [2026-04-20 17:46:01] "POST /neutron/network HTTP/1.1" 200 835 0.010390 10.0.0.65 - - [2026-04-20 17:46:01] "DELETE /route-target/5a0ae1a8-3760-4a69-bea8-2d597e82201e HTTP/1.1" 200 115 0.035086 10.0.0.65 - - [2026-04-20 17:46:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004239 10.0.0.65 - - [2026-04-20 17:46:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003280 10.0.0.23 - - [2026-04-20 17:46:01] "POST /neutron/network HTTP/1.1" 200 151 0.289019 10.0.0.23 - - [2026-04-20 17:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.65 - - [2026-04-20 17:46:04] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.23 - - [2026-04-20 17:46:04] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.057003 10.0.0.65 - - [2026-04-20 17:46:05] "POST /route-targets HTTP/1.1" 200 327 0.018141 10.0.0.65 - - [2026-04-20 17:46:05] "POST /useragent-kv HTTP/1.1" 200 115 0.010455 10.0.0.23 - - [2026-04-20 17:46:05] "POST /neutron/subnet HTTP/1.1" 200 730 0.265920 10.0.0.23 - - [2026-04-20 17:46:05] "POST /id-to-fqname HTTP/1.1" 200 223 0.002038 10.0.0.23 - - [2026-04-20 17:46:05] "GET /virtual-network/ec1f8c32-2d82-4d08-8176-86d25f5a7c40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006663 10.0.0.23 - - [2026-04-20 17:46:05] "GET /virtual-network/ec1f8c32-2d82-4d08-8176-86d25f5a7c40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007312 10.0.0.23 - - [2026-04-20 17:46:05] "POST /neutron/network HTTP/1.1" 200 833 0.008867 10.0.0.23 - - [2026-04-20 17:46:05] "GET /virtual-network/ec1f8c32-2d82-4d08-8176-86d25f5a7c40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007654 10.0.0.23 - - [2026-04-20 17:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.65 - - [2026-04-20 17:46:06] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.23 - - [2026-04-20 17:46:06] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.051611 10.0.0.65 - - [2026-04-20 17:46:06] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.23 - - [2026-04-20 17:46:06] "POST /neutron/network HTTP/1.1" 200 613 0.198416 10.0.0.65 - - [2026-04-20 17:46:06] "POST /ref-update HTTP/1.1" 200 156 0.033419 10.0.0.23 - - [2026-04-20 17:46:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.003734 10.0.0.23 - - [2026-04-20 17:46:06] "GET /virtual-network/0072bb34-b4eb-446c-9735-45014f18e85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006844 10.0.0.23 - - [2026-04-20 17:46:06] "POST /neutron/network HTTP/1.1" 200 832 0.008311 10.0.0.23 - - [2026-04-20 17:46:06] "GET /virtual-network/0072bb34-b4eb-446c-9735-45014f18e85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006099 10.0.0.23 - - [2026-04-20 17:46:07] "GET /virtual-network/0072bb34-b4eb-446c-9735-45014f18e85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007850 10.0.0.23 - - [2026-04-20 17:46:07] "GET /obj-perms HTTP/1.1" 200 5026 0.005524 10.0.0.249 - - [2026-04-20 17:46:07] "GET /obj-perms HTTP/1.1" 200 5026 0.004379 10.0.0.65 - - [2026-04-20 17:46:07] "GET /obj-perms HTTP/1.1" 200 5026 0.004649 10.0.0.23 - - [2026-04-20 17:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.65 - - [2026-04-20 17:46:07] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.23 - - [2026-04-20 17:46:07] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.048274 10.0.0.23 - - [2026-04-20 17:46:07] "POST /neutron/network HTTP/1.1" 200 117 0.018402 10.0.0.23 - - [2026-04-20 17:46:08] "POST /neutron/network HTTP/1.1" 200 835 0.013504 10.0.0.23 - - [2026-04-20 17:46:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.002445 10.0.0.23 - - [2026-04-20 17:46:08] "GET /virtual-network/0fb8ef3e-bbbd-4e5f-b4d8-75b6cd99dd30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010388 10.0.0.23 - - [2026-04-20 17:46:08] "GET /virtual-network/0fb8ef3e-bbbd-4e5f-b4d8-75b6cd99dd30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009092 10.0.0.23 - - [2026-04-20 17:46:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.014459 10.0.0.23 - - [2026-04-20 17:46:08] "GET /virtual-network/0fb8ef3e-bbbd-4e5f-b4d8-75b6cd99dd30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007009 10.0.0.65 - - [2026-04-20 17:46:08] "DELETE /project/b7cfab3c9b94451d9891528ed503e0e5 HTTP/1.1" 404 173 0.003265 10.0.0.65 - - [2026-04-20 17:46:08] "DELETE /project/ef94170b-76d3-40f2-8c39-7420b3dab437 HTTP/1.1" 404 177 0.005760 10.0.0.23 - - [2026-04-20 17:46:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001491 10.0.0.65 - - [2026-04-20 17:46:10] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001222 10.0.0.23 - - [2026-04-20 17:46:10] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.083836 10.0.0.23 - - [2026-04-20 17:46:10] "POST /neutron/network HTTP/1.1" 200 832 0.007642 10.0.0.23 - - [2026-04-20 17:46:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001668 10.0.0.23 - - [2026-04-20 17:46:10] "POST /neutron/port HTTP/1.1" 200 4192 0.039066 10.0.0.65 - - [2026-04-20 17:46:10] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.23 - - [2026-04-20 17:46:11] "POST /neutron/port HTTP/1.1" 200 1058 0.397301 10.0.0.23 - - [2026-04-20 17:46:11] "POST /neutron/port HTTP/1.1" 200 1112 0.149529 10.0.0.65 - - [2026-04-20 17:46:11] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.23 - - [2026-04-20 17:46:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.012100 10.0.0.23 - - [2026-04-20 17:46:11] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.088349 10.0.0.23 - - [2026-04-20 17:46:11] "POST /neutron/network HTTP/1.1" 200 832 0.008961 10.0.0.23 - - [2026-04-20 17:46:12] "POST /neutron/port HTTP/1.1" 200 117 0.009915 10.0.0.23 - - [2026-04-20 17:46:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.005534 10.0.0.23 - - [2026-04-20 17:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005155 10.0.0.65 - - [2026-04-20 17:46:12] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002119 10.0.0.23 - - [2026-04-20 17:46:12] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012898 10.0.0.23 - - [2026-04-20 17:46:12] "POST /service-templates HTTP/1.1" 200 543 0.042650 10.0.0.23 - - [2026-04-20 17:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2026-04-20 17:46:12] "GET /service-template/a6bfd127-a2cb-453b-9823-df7f13ed8a68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007307 10.0.0.23 - - [2026-04-20 17:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.23 - - [2026-04-20 17:46:12] "GET /service-template/a6bfd127-a2cb-453b-9823-df7f13ed8a68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005635 10.0.0.23 - - [2026-04-20 17:46:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001417 10.0.0.23 - - [2026-04-20 17:46:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001678 10.0.0.23 - - [2026-04-20 17:46:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.002735 10.0.0.23 - - [2026-04-20 17:46:12] "POST /neutron/port HTTP/1.1" 200 5992 0.172824 10.0.0.23 - - [2026-04-20 17:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005432 10.0.0.23 - - [2026-04-20 17:46:13] "POST /neutron/port HTTP/1.1" 200 1059 0.024232 10.0.0.23 - - [2026-04-20 17:46:13] "DELETE /service-template/a6bfd127-a2cb-453b-9823-df7f13ed8a68 HTTP/1.1" 200 115 0.048797 10.0.0.23 - - [2026-04-20 17:46:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.011547 10.0.0.23 - - [2026-04-20 17:46:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004959 10.0.0.23 - - [2026-04-20 17:46:13] "POST /neutron/network HTTP/1.1" 200 835 0.014724 10.0.0.23 - - [2026-04-20 17:46:13] "POST /neutron/port HTTP/1.1" 200 1122 0.022679 10.0.0.23 - - [2026-04-20 17:46:14] "POST /neutron/port HTTP/1.1" 200 1123 0.027980 10.0.0.23 - - [2026-04-20 17:46:15] "POST /neutron/port HTTP/1.1" 200 117 0.009173 10.0.0.23 - - [2026-04-20 17:46:15] "POST /neutron/network HTTP/1.1" 200 835 0.008595 10.0.0.65 - - [2026-04-20 17:46:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007612 10.0.0.23 - - [2026-04-20 17:46:15] "POST /neutron/network HTTP/1.1" 200 832 0.010473 10.0.0.65 - - [2026-04-20 17:46:16] "DELETE /route-target/6a445cca-73a6-4bf3-ad16-601a56ca0c96 HTTP/1.1" 200 115 0.026013 10.0.0.65 - - [2026-04-20 17:46:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005634 10.0.0.65 - - [2026-04-20 17:46:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002974 10.0.0.23 - - [2026-04-20 17:46:16] "POST /neutron/network HTTP/1.1" 200 151 0.135399 10.0.0.65 - - [2026-04-20 17:46:18] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003439 10.0.0.23 - - [2026-04-20 17:46:18] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.064734 10.0.0.65 - - [2026-04-20 17:46:18] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001971 10.0.0.23 - - [2026-04-20 17:46:18] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?fields=virtual_networks HTTP/1.1" 200 1029 0.080896 10.0.0.65 - - [2026-04-20 17:46:18] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001714 10.0.0.23 - - [2026-04-20 17:46:18] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.081449 10.0.0.65 - - [2026-04-20 17:46:18] "GET /projects?obj_uuids=b7cfab3c-9b94-451d-9891-528ed503e0e5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002428 10.0.0.23 - - [2026-04-20 17:46:18] "GET /project/b7cfab3c-9b94-451d-9891-528ed503e0e5?fields=security_groups HTTP/1.1" 200 1253 0.067712 10.0.0.23 - - [2026-04-20 17:46:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.034388 10.0.0.65 - - [2026-04-20 17:46:19] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007210 10.0.0.65 - - [2026-04-20 17:46:19] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001882 10.0.0.65 - - [2026-04-20 17:46:19] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013126 10.0.0.65 - - [2026-04-20 17:46:19] "POST /id-to-fqname HTTP/1.1" 200 186 0.005171 10.0.0.65 - - [2026-04-20 17:46:19] "POST /fqname-to-id HTTP/1.1" 404 195 0.004841 10.0.0.65 - - [2026-04-20 17:46:20] "POST /security-groups HTTP/1.1" 200 587 0.042420 10.0.0.65 - - [2026-04-20 17:46:20] "POST /fqname-to-id HTTP/1.1" 404 230 0.007783 10.0.0.65 - - [2026-04-20 17:46:20] "POST /projects HTTP/1.1" 200 577 0.284636 10.0.0.65 - - [2026-04-20 17:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.327082 10.0.0.23 - - [2026-04-20 17:46:20] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.551215 10.0.0.65 - - [2026-04-20 17:46:20] "POST /access-control-lists HTTP/1.1" 200 590 0.072659 10.0.0.23 - - [2026-04-20 17:46:21] "GET / HTTP/1.1" 200 35931 0.002071 10.0.0.23 - - [2026-04-20 17:46:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2026-04-20 17:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.123310 10.0.0.65 - - [2026-04-20 17:46:23] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001498 10.0.0.23 - - [2026-04-20 17:46:23] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.063410 10.0.0.65 - - [2026-04-20 17:46:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009560 10.0.0.23 - - [2026-04-20 17:46:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.292941 10.0.0.23 - - [2026-04-20 17:46:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001860 10.0.0.23 - - [2026-04-20 17:46:24] "GET /virtual-network/00aedf87-7510-49d0-87f0-9b1bb14558f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007386 10.0.0.23 - - [2026-04-20 17:46:24] "GET /virtual-network/00aedf87-7510-49d0-87f0-9b1bb14558f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010602 10.0.0.23 - - [2026-04-20 17:46:24] "POST /neutron/network HTTP/1.1" 200 829 0.011323 10.0.0.23 - - [2026-04-20 17:46:25] "GET /virtual-network/00aedf87-7510-49d0-87f0-9b1bb14558f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007002 10.0.0.23 - - [2026-04-20 17:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.65 - - [2026-04-20 17:46:27] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000959 10.0.0.23 - - [2026-04-20 17:46:27] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.073106 10.0.0.65 - - [2026-04-20 17:46:27] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001076 10.0.0.23 - - [2026-04-20 17:46:28] "POST /neutron/network HTTP/1.1" 200 611 0.171018 10.0.0.65 - - [2026-04-20 17:46:28] "POST /route-targets HTTP/1.1" 200 327 0.016857 10.0.0.23 - - [2026-04-20 17:46:28] "POST /id-to-fqname HTTP/1.1" 200 221 0.006123 10.0.0.23 - - [2026-04-20 17:46:28] "GET /virtual-network/9ff17d79-851b-45a4-9b37-a91e354b6a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008414 10.0.0.23 - - [2026-04-20 17:46:28] "POST /neutron/network HTTP/1.1" 200 831 0.008112 10.0.0.23 - - [2026-04-20 17:46:28] "GET /virtual-network/9ff17d79-851b-45a4-9b37-a91e354b6a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006186 10.0.0.23 - - [2026-04-20 17:46:28] "GET /virtual-network/9ff17d79-851b-45a4-9b37-a91e354b6a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006035 10.0.0.23 - - [2026-04-20 17:46:29] "GET /obj-perms HTTP/1.1" 200 5022 0.100381 10.0.0.249 - - [2026-04-20 17:46:29] "GET /obj-perms HTTP/1.1" 200 5022 0.083169 10.0.0.65 - - [2026-04-20 17:46:29] "GET /obj-perms HTTP/1.1" 200 5022 0.121207 10.0.0.23 - - [2026-04-20 17:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005414 10.0.0.65 - - [2026-04-20 17:46:29] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001091 10.0.0.23 - - [2026-04-20 17:46:29] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.055625 10.0.0.23 - - [2026-04-20 17:46:29] "POST /neutron/network HTTP/1.1" 200 117 0.024848 10.0.0.65 - - [2026-04-20 17:46:30] "POST /ref-update HTTP/1.1" 200 156 0.030939 10.0.0.23 - - [2026-04-20 17:46:30] "POST /neutron/network HTTP/1.1" 200 834 0.010069 10.0.0.23 - - [2026-04-20 17:46:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001299 10.0.0.23 - - [2026-04-20 17:46:30] "GET /virtual-network/c177d586-a620-48c5-8efb-f62dba289a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006011 10.0.0.23 - - [2026-04-20 17:46:30] "GET /virtual-network/c177d586-a620-48c5-8efb-f62dba289a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006968 10.0.0.23 - - [2026-04-20 17:46:30] "POST /neutron/subnet HTTP/1.1" 200 734 0.010120 10.0.0.23 - - [2026-04-20 17:46:30] "GET /virtual-network/c177d586-a620-48c5-8efb-f62dba289a5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006586 10.0.0.23 - - [2026-04-20 17:46:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001809 10.0.0.65 - - [2026-04-20 17:46:32] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001169 10.0.0.23 - - [2026-04-20 17:46:32] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.082864 10.0.0.23 - - [2026-04-20 17:46:32] "POST /neutron/network HTTP/1.1" 200 831 0.010857 10.0.0.23 - - [2026-04-20 17:46:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.002048 10.0.0.23 - - [2026-04-20 17:46:32] "POST /neutron/port HTTP/1.1" 200 4192 0.046595 10.0.0.65 - - [2026-04-20 17:46:33] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001053 10.0.0.23 - - [2026-04-20 17:46:33] "POST /neutron/port HTTP/1.1" 200 1057 0.366644 10.0.0.23 - - [2026-04-20 17:46:33] "POST /neutron/port HTTP/1.1" 200 1111 0.146701 10.0.0.65 - - [2026-04-20 17:46:34] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001688 10.0.0.23 - - [2026-04-20 17:46:34] "POST /neutron/subnet HTTP/1.1" 200 703 0.012723 10.0.0.23 - - [2026-04-20 17:46:34] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.130558 10.0.0.23 - - [2026-04-20 17:46:34] "POST /neutron/network HTTP/1.1" 200 831 0.007246 10.0.0.23 - - [2026-04-20 17:46:34] "POST /neutron/port HTTP/1.1" 200 117 0.008050 10.0.0.23 - - [2026-04-20 17:46:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003515 10.0.0.23 - - [2026-04-20 17:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.65 - - [2026-04-20 17:46:34] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.23 - - [2026-04-20 17:46:34] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008844 10.0.0.23 - - [2026-04-20 17:46:34] "POST /service-templates HTTP/1.1" 200 543 0.047386 10.0.0.23 - - [2026-04-20 17:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005217 10.0.0.23 - - [2026-04-20 17:46:34] "GET /service-template/6b9788f4-a753-48e0-8917-81cfd486b483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007259 10.0.0.23 - - [2026-04-20 17:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.23 - - [2026-04-20 17:46:34] "GET /service-template/6b9788f4-a753-48e0-8917-81cfd486b483?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005955 10.0.0.23 - - [2026-04-20 17:46:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001614 10.0.0.23 - - [2026-04-20 17:46:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001336 10.0.0.23 - - [2026-04-20 17:46:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001454 10.0.0.23 - - [2026-04-20 17:46:35] "POST /neutron/port HTTP/1.1" 200 6075 0.126136 10.0.0.23 - - [2026-04-20 17:46:35] "POST /neutron/port HTTP/1.1" 200 1058 0.055749 10.0.0.23 - - [2026-04-20 17:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.23 - - [2026-04-20 17:46:35] "DELETE /service-template/6b9788f4-a753-48e0-8917-81cfd486b483 HTTP/1.1" 200 115 0.038672 10.0.0.23 - - [2026-04-20 17:46:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.003890 10.0.0.23 - - [2026-04-20 17:46:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005780 10.0.0.23 - - [2026-04-20 17:46:35] "POST /neutron/network HTTP/1.1" 200 834 0.010703 10.0.0.23 - - [2026-04-20 17:46:36] "POST /neutron/port HTTP/1.1" 200 1121 0.027185 10.0.0.23 - - [2026-04-20 17:46:37] "POST /neutron/port HTTP/1.1" 200 1122 0.029660 10.0.0.23 - - [2026-04-20 17:46:37] "POST /neutron/port HTTP/1.1" 200 117 0.007624 10.0.0.23 - - [2026-04-20 17:46:38] "POST /neutron/network HTTP/1.1" 200 834 0.010231 10.0.0.23 - - [2026-04-20 17:46:38] "POST /neutron/network HTTP/1.1" 200 831 0.008103 10.0.0.65 - - [2026-04-20 17:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005741 10.0.0.65 - - [2026-04-20 17:46:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005040 10.0.0.65 - - [2026-04-20 17:46:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005354 10.0.0.23 - - [2026-04-20 17:46:39] "POST /neutron/network HTTP/1.1" 200 151 0.145021 10.0.0.65 - - [2026-04-20 17:46:39] "DELETE /route-target/4aabfd9f-e006-41a5-a989-c7752cd18c89 HTTP/1.1" 200 115 0.030065 10.0.0.23 - - [2026-04-20 17:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006555 10.0.0.65 - - [2026-04-20 17:46:42] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001785 10.0.0.23 - - [2026-04-20 17:46:42] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.054863 10.0.0.65 - - [2026-04-20 17:46:42] "POST /useragent-kv HTTP/1.1" 200 115 0.008686 10.0.0.23 - - [2026-04-20 17:46:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.246434 10.0.0.23 - - [2026-04-20 17:46:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001400 10.0.0.23 - - [2026-04-20 17:46:42] "GET /virtual-network/c6d48c98-18fe-48a5-be03-de7dbf38a37b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007006 10.0.0.23 - - [2026-04-20 17:46:42] "GET /virtual-network/c6d48c98-18fe-48a5-be03-de7dbf38a37b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006220 10.0.0.23 - - [2026-04-20 17:46:42] "POST /neutron/network HTTP/1.1" 200 832 0.008250 10.0.0.23 - - [2026-04-20 17:46:43] "GET /virtual-network/c6d48c98-18fe-48a5-be03-de7dbf38a37b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006526 10.0.0.23 - - [2026-04-20 17:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.65 - - [2026-04-20 17:46:43] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.006257 10.0.0.23 - - [2026-04-20 17:46:43] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.088784 10.0.0.65 - - [2026-04-20 17:46:43] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001931 10.0.0.23 - - [2026-04-20 17:46:43] "POST /neutron/network HTTP/1.1" 200 611 0.172561 10.0.0.65 - - [2026-04-20 17:46:43] "POST /route-targets HTTP/1.1" 200 327 0.024208 10.0.0.23 - - [2026-04-20 17:46:44] "POST /id-to-fqname HTTP/1.1" 200 221 0.005379 10.0.0.23 - - [2026-04-20 17:46:44] "GET /virtual-network/3f95ce49-1b08-453e-8f1e-850b23f6f2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007700 10.0.0.23 - - [2026-04-20 17:46:44] "POST /neutron/network HTTP/1.1" 200 832 0.008385 10.0.0.23 - - [2026-04-20 17:46:44] "GET /virtual-network/3f95ce49-1b08-453e-8f1e-850b23f6f2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006840 10.0.0.23 - - [2026-04-20 17:46:44] "GET /virtual-network/3f95ce49-1b08-453e-8f1e-850b23f6f2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007061 10.0.0.23 - - [2026-04-20 17:46:44] "GET /obj-perms HTTP/1.1" 200 5022 0.004409 10.0.0.249 - - [2026-04-20 17:46:44] "GET /obj-perms HTTP/1.1" 200 5022 0.004695 10.0.0.65 - - [2026-04-20 17:46:44] "GET /obj-perms HTTP/1.1" 200 5022 0.003838 10.0.0.23 - - [2026-04-20 17:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.65 - - [2026-04-20 17:46:44] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002294 10.0.0.23 - - [2026-04-20 17:46:44] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.055979 10.0.0.23 - - [2026-04-20 17:46:44] "POST /neutron/network HTTP/1.1" 200 117 0.021494 10.0.0.65 - - [2026-04-20 17:46:45] "POST /ref-update HTTP/1.1" 200 156 0.027977 10.0.0.23 - - [2026-04-20 17:46:45] "POST /neutron/network HTTP/1.1" 200 830 0.013897 10.0.0.23 - - [2026-04-20 17:46:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001328 10.0.0.23 - - [2026-04-20 17:46:45] "GET /virtual-network/7f4d0829-79dc-4833-b5d5-0bab0f7ea93c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006429 10.0.0.23 - - [2026-04-20 17:46:45] "GET /virtual-network/7f4d0829-79dc-4833-b5d5-0bab0f7ea93c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006088 10.0.0.23 - - [2026-04-20 17:46:45] "POST /neutron/subnet HTTP/1.1" 200 715 0.010317 10.0.0.23 - - [2026-04-20 17:46:45] "GET /virtual-network/7f4d0829-79dc-4833-b5d5-0bab0f7ea93c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006437 10.0.0.23 - - [2026-04-20 17:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.65 - - [2026-04-20 17:46:46] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001506 10.0.0.23 - - [2026-04-20 17:46:46] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.048261 10.0.0.65 - - [2026-04-20 17:46:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008204 10.0.0.23 - - [2026-04-20 17:46:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.220959 10.0.0.23 - - [2026-04-20 17:46:46] "POST /id-to-fqname HTTP/1.1" 200 227 0.001423 10.0.0.23 - - [2026-04-20 17:46:46] "GET /virtual-network/848f9781-2a99-47a5-8790-00f1b51f4500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006154 10.0.0.23 - - [2026-04-20 17:46:46] "GET /virtual-network/848f9781-2a99-47a5-8790-00f1b51f4500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007959 10.0.0.23 - - [2026-04-20 17:46:46] "POST /neutron/network HTTP/1.1" 200 841 0.008423 10.0.0.23 - - [2026-04-20 17:46:47] "GET /virtual-network/848f9781-2a99-47a5-8790-00f1b51f4500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.010180 10.0.0.23 - - [2026-04-20 17:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.65 - - [2026-04-20 17:46:47] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002577 10.0.0.23 - - [2026-04-20 17:46:47] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.058049 10.0.0.65 - - [2026-04-20 17:46:47] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001236 10.0.0.23 - - [2026-04-20 17:46:47] "POST /neutron/network HTTP/1.1" 200 625 0.189581 10.0.0.65 - - [2026-04-20 17:46:47] "POST /route-targets HTTP/1.1" 200 327 0.016285 10.0.0.23 - - [2026-04-20 17:46:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.004969 10.0.0.23 - - [2026-04-20 17:46:48] "GET /virtual-network/6e1828f2-9cb8-4ccc-8639-8a7e1b757c3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009189 10.0.0.23 - - [2026-04-20 17:46:48] "POST /neutron/network HTTP/1.1" 200 843 0.012840 10.0.0.23 - - [2026-04-20 17:46:48] "GET /virtual-network/6e1828f2-9cb8-4ccc-8639-8a7e1b757c3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008008 10.0.0.23 - - [2026-04-20 17:46:48] "GET /virtual-network/6e1828f2-9cb8-4ccc-8639-8a7e1b757c3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006983 10.0.0.23 - - [2026-04-20 17:46:48] "GET /obj-perms HTTP/1.1" 200 5022 0.004594 10.0.0.249 - - [2026-04-20 17:46:48] "GET /obj-perms HTTP/1.1" 200 5022 0.004641 10.0.0.65 - - [2026-04-20 17:46:48] "GET /obj-perms HTTP/1.1" 200 5022 0.004394 10.0.0.23 - - [2026-04-20 17:46:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001487 10.0.0.23 - - [2026-04-20 17:46:49] "POST /neutron/port HTTP/1.1" 200 4192 0.042132 10.0.0.23 - - [2026-04-20 17:46:49] "POST /neutron/port HTTP/1.1" 200 1108 0.020867 10.0.0.23 - - [2026-04-20 17:46:49] "POST /neutron/subnet HTTP/1.1" 200 703 0.010390 10.0.0.65 - - [2026-04-20 17:46:49] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001129 10.0.0.23 - - [2026-04-20 17:46:49] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.086235 10.0.0.23 - - [2026-04-20 17:46:49] "POST /neutron/network HTTP/1.1" 200 832 0.007362 10.0.0.23 - - [2026-04-20 17:46:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001387 10.0.0.23 - - [2026-04-20 17:46:50] "POST /neutron/port HTTP/1.1" 200 4192 0.043694 10.0.0.65 - - [2026-04-20 17:46:50] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001616 10.0.0.23 - - [2026-04-20 17:46:51] "POST /neutron/network HTTP/1.1" 200 938 0.016286 10.0.0.23 - - [2026-04-20 17:46:51] "POST /neutron/port HTTP/1.1" 200 117 0.001741 10.0.0.23 - - [2026-04-20 17:46:51] "POST /neutron/port HTTP/1.1" 200 1058 0.454084 10.0.0.23 - - [2026-04-20 17:46:51] "POST /neutron/port HTTP/1.1" 200 1058 0.022906 10.0.0.23 - - [2026-04-20 17:46:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004914 10.0.0.65 - - [2026-04-20 17:46:51] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002051 10.0.0.23 - - [2026-04-20 17:46:51] "POST /neutron/network HTTP/1.1" 200 832 0.007982 10.0.0.23 - - [2026-04-20 17:46:51] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.091868 10.0.0.23 - - [2026-04-20 17:46:52] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011712 10.0.0.23 - - [2026-04-20 17:46:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.004676 10.0.0.23 - - [2026-04-20 17:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747 10.0.0.65 - - [2026-04-20 17:46:52] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003041 10.0.0.23 - - [2026-04-20 17:46:52] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.015374 10.0.0.23 - - [2026-04-20 17:46:52] "POST /service-templates HTTP/1.1" 200 543 0.044200 10.0.0.23 - - [2026-04-20 17:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.23 - - [2026-04-20 17:46:52] "GET /service-template/c1e8557f-8678-4eb1-86a1-6c3b12843326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.007254 10.0.0.23 - - [2026-04-20 17:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.23 - - [2026-04-20 17:46:52] "GET /service-template/c1e8557f-8678-4eb1-86a1-6c3b12843326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004823 10.0.0.23 - - [2026-04-20 17:46:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.001660 10.0.0.23 - - [2026-04-20 17:46:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001397 10.0.0.23 - - [2026-04-20 17:46:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001729 10.0.0.65 - - [2026-04-20 17:46:52] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001282 10.0.0.23 - - [2026-04-20 17:46:52] "POST /neutron/port HTTP/1.1" 200 1054 0.372348 10.0.0.23 - - [2026-04-20 17:46:53] "POST /neutron/port HTTP/1.1" 200 1054 0.016499 10.0.0.23 - - [2026-04-20 17:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.23 - - [2026-04-20 17:46:53] "DELETE /service-template/c1e8557f-8678-4eb1-86a1-6c3b12843326 HTTP/1.1" 200 115 0.035501 10.0.0.23 - - [2026-04-20 17:46:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.003738 10.0.0.23 - - [2026-04-20 17:46:53] "POST /neutron/port HTTP/1.1" 200 1118 0.041658 10.0.0.23 - - [2026-04-20 17:46:53] "POST /neutron/port HTTP/1.1" 200 117 0.003149 10.0.0.65 - - [2026-04-20 17:46:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005947 10.0.0.65 - - [2026-04-20 17:46:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004253 10.0.0.23 - - [2026-04-20 17:46:53] "POST /neutron/network HTTP/1.1" 200 151 0.239092 10.0.0.65 - - [2026-04-20 17:46:53] "DELETE /route-target/a06a1d9a-03c5-441a-ba8f-cf468c4a0280 HTTP/1.1" 200 115 0.057804 10.0.0.23 - - [2026-04-20 17:46:53] "POST /neutron/port HTTP/1.1" 200 1112 0.022390 10.0.0.23 - - [2026-04-20 17:46:54] "POST /neutron/network HTTP/1.1" 200 830 0.010566 10.0.0.23 - - [2026-04-20 17:46:54] "POST /neutron/port HTTP/1.1" 200 1108 0.024157 10.0.0.23 - - [2026-04-20 17:46:55] "POST /neutron/network HTTP/1.1" 200 2183 0.013100 10.0.0.23 - - [2026-04-20 17:46:56] "POST /neutron/network HTTP/1.1" 200 830 0.012834 10.0.0.65 - - [2026-04-20 17:46:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.65 - - [2026-04-20 17:46:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006747 10.0.0.65 - - [2026-04-20 17:46:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003423 10.0.0.23 - - [2026-04-20 17:46:57] "POST /neutron/network HTTP/1.1" 200 151 0.171431 10.0.0.65 - - [2026-04-20 17:46:57] "DELETE /route-target/a61f8aea-efe3-4c21-8eae-ca1bddfc60c2 HTTP/1.1" 200 115 0.035327 10.0.0.65 - - [2026-04-20 17:46:58] "DELETE /access-control-list/c0fc7b9c-11c8-4e57-8aa9-148175f3cbfb HTTP/1.1" 200 115 0.039698 10.0.0.65 - - [2026-04-20 17:46:59] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001679 10.0.0.23 - - [2026-04-20 17:46:59] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.066016 10.0.0.65 - - [2026-04-20 17:46:59] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001449 10.0.0.23 - - [2026-04-20 17:46:59] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?fields=virtual_networks HTTP/1.1" 200 1023 0.083832 10.0.0.65 - - [2026-04-20 17:46:59] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001186 10.0.0.23 - - [2026-04-20 17:46:59] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.052245 10.0.0.65 - - [2026-04-20 17:46:59] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001780 10.0.0.23 - - [2026-04-20 17:46:59] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?fields=security_groups HTTP/1.1" 200 1245 0.067681 10.0.0.23 - - [2026-04-20 17:47:00] "POST /fqname-to-id HTTP/1.1" 404 190 0.052721 10.0.0.65 - - [2026-04-20 17:47:01] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004687 10.0.0.65 - - [2026-04-20 17:47:01] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.65 - - [2026-04-20 17:47:01] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007518 10.0.0.65 - - [2026-04-20 17:47:01] "POST /id-to-fqname HTTP/1.1" 200 192 0.001552 10.0.0.65 - - [2026-04-20 17:47:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.005920 10.0.0.65 - - [2026-04-20 17:47:01] "POST /security-groups HTTP/1.1" 200 593 0.047326 10.0.0.65 - - [2026-04-20 17:47:01] "POST /projects HTTP/1.1" 200 589 0.305323 10.0.0.65 - - [2026-04-20 17:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.347780 10.0.0.65 - - [2026-04-20 17:47:01] "POST /access-control-lists HTTP/1.1" 200 598 0.038256 10.0.0.23 - - [2026-04-20 17:47:01] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.567250 10.0.0.23 - - [2026-04-20 17:47:03] "GET / HTTP/1.1" 200 35931 0.003591 10.0.0.23 - - [2026-04-20 17:47:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.23 - - [2026-04-20 17:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.056151 10.0.0.65 - - [2026-04-20 17:47:05] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001692 10.0.0.23 - - [2026-04-20 17:47:05] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.054169 10.0.0.23 - - [2026-04-20 17:47:05] "POST /neutron/network HTTP/1.1" 200 117 0.057442 10.0.0.65 - - [2026-04-20 17:47:06] "POST /route-targets HTTP/1.1" 200 327 0.023588 10.0.0.23 - - [2026-04-20 17:47:06] "POST /neutron/network HTTP/1.1" 200 831 0.013584 10.0.0.23 - - [2026-04-20 17:47:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.002660 10.0.0.23 - - [2026-04-20 17:47:06] "GET /virtual-network/cd92d71b-d81e-4107-ad29-27e6c2a83e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008135 10.0.0.23 - - [2026-04-20 17:47:06] "GET /virtual-network/cd92d71b-d81e-4107-ad29-27e6c2a83e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010358 10.0.0.23 - - [2026-04-20 17:47:06] "POST /neutron/subnet HTTP/1.1" 200 730 0.014025 10.0.0.23 - - [2026-04-20 17:47:07] "GET /virtual-network/cd92d71b-d81e-4107-ad29-27e6c2a83e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008675 10.0.0.65 - - [2026-04-20 17:47:08] "DELETE /project/b7cfab3c-9b94-451d-9891-528ed503e0e5 HTTP/1.1" 404 177 0.005486 10.0.0.65 - - [2026-04-20 17:47:08] "DELETE /project/652952ba377f4ff194f4224155bba145 HTTP/1.1" 404 173 0.007149 10.0.0.65 - - [2026-04-20 17:47:08] "DELETE /project/089ce37418b748efa6012e9a67aac74d HTTP/1.1" 404 173 0.008634 10.0.0.23 - - [2026-04-20 17:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006667 10.0.0.65 - - [2026-04-20 17:47:08] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000970 10.0.0.65 - - [2026-04-20 17:47:08] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000807 10.0.0.65 - - [2026-04-20 17:47:08] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.058877 10.0.0.65 - - [2026-04-20 17:47:08] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001137 10.0.0.23 - - [2026-04-20 17:47:08] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.100421 10.0.0.65 - - [2026-04-20 17:47:08] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?fields=security_groups HTTP/1.1" 200 1350 0.099251 10.0.0.65 - - [2026-04-20 17:47:09] "DELETE /security-group/052b05e8-17d2-4c62-a101-5d735a1d8dde HTTP/1.1" 200 115 0.071763 10.0.0.65 - - [2026-04-20 17:47:09] "GET /projects?obj_uuids=089ce374-18b7-48ef-a601-2e9a67aac74d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001091 10.0.0.65 - - [2026-04-20 17:47:09] "GET /project/089ce374-18b7-48ef-a601-2e9a67aac74d?fields=application_policy_sets HTTP/1.1" 200 1389 0.062738 10.0.0.65 - - [2026-04-20 17:47:09] "DELETE /access-control-list/1cda66d8-3ef8-40ea-9c4a-4c4be7d3ce31 HTTP/1.1" 200 115 0.092673 10.0.0.65 - - [2026-04-20 17:47:09] "DELETE /project/089ce374-18b7-48ef-a601-2e9a67aac74d HTTP/1.1" 200 115 0.685453 10.0.0.65 - - [2026-04-20 17:47:09] "POST /useragent-kv HTTP/1.1" 200 115 0.008315 10.0.0.23 - - [2026-04-20 17:47:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.329709 10.0.0.23 - - [2026-04-20 17:47:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.002185 10.0.0.23 - - [2026-04-20 17:47:09] "GET /virtual-network/99b87dc3-7094-4f16-b946-1a7da1b0da36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008169 10.0.0.23 - - [2026-04-20 17:47:09] "GET /virtual-network/99b87dc3-7094-4f16-b946-1a7da1b0da36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007146 10.0.0.23 - - [2026-04-20 17:47:09] "POST /neutron/network HTTP/1.1" 200 832 0.009704 10.0.0.23 - - [2026-04-20 17:47:09] "GET /virtual-network/99b87dc3-7094-4f16-b946-1a7da1b0da36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008658 10.0.0.249 - - [2026-04-20 17:47:10] "GET /obj-perms HTTP/1.1" 200 5034 0.081055 10.0.0.65 - - [2026-04-20 17:47:10] "GET /obj-perms HTTP/1.1" 200 5034 0.068384 10.0.0.23 - - [2026-04-20 17:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.65 - - [2026-04-20 17:47:10] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.23 - - [2026-04-20 17:47:10] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.049725 10.0.0.65 - - [2026-04-20 17:47:10] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001401 10.0.0.23 - - [2026-04-20 17:47:10] "POST /neutron/network HTTP/1.1" 200 617 0.191240 10.0.0.65 - - [2026-04-20 17:47:10] "POST /route-targets HTTP/1.1" 200 327 0.029502 10.0.0.23 - - [2026-04-20 17:47:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.004638 10.0.0.23 - - [2026-04-20 17:47:11] "GET /virtual-network/36747a1c-8cad-415e-9138-d4e0e4bdd1af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007013 10.0.0.23 - - [2026-04-20 17:47:11] "POST /neutron/network HTTP/1.1" 200 837 0.009484 10.0.0.23 - - [2026-04-20 17:47:11] "GET /virtual-network/36747a1c-8cad-415e-9138-d4e0e4bdd1af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.009094 10.0.0.23 - - [2026-04-20 17:47:11] "GET /virtual-network/36747a1c-8cad-415e-9138-d4e0e4bdd1af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006768 10.0.0.23 - - [2026-04-20 17:47:11] "GET /obj-perms HTTP/1.1" 200 5034 0.079684 10.0.0.23 - - [2026-04-20 17:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006418 10.0.0.65 - - [2026-04-20 17:47:12] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001537 10.0.0.23 - - [2026-04-20 17:47:12] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.065672 10.0.0.23 - - [2026-04-20 17:47:12] "POST /neutron/network HTTP/1.1" 200 117 0.023754 10.0.0.65 - - [2026-04-20 17:47:12] "POST /ref-update HTTP/1.1" 200 156 0.033466 10.0.0.23 - - [2026-04-20 17:47:12] "POST /neutron/network HTTP/1.1" 200 849 0.012645 10.0.0.23 - - [2026-04-20 17:47:12] "POST /id-to-fqname HTTP/1.1" 200 233 0.001752 10.0.0.23 - - [2026-04-20 17:47:12] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006699 10.0.0.23 - - [2026-04-20 17:47:12] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.010429 10.0.0.23 - - [2026-04-20 17:47:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.015912 10.0.0.23 - - [2026-04-20 17:47:13] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006211 10.0.0.23 - - [2026-04-20 17:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006262 10.0.0.65 - - [2026-04-20 17:47:13] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001849 10.0.0.23 - - [2026-04-20 17:47:13] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.064176 10.0.0.65 - - [2026-04-20 17:47:14] "POST /useragent-kv HTTP/1.1" 200 115 0.015182 10.0.0.23 - - [2026-04-20 17:47:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.260308 10.0.0.23 - - [2026-04-20 17:47:14] "POST /id-to-fqname HTTP/1.1" 200 234 0.001817 10.0.0.23 - - [2026-04-20 17:47:14] "GET /virtual-network/d129bc06-dde7-4934-a592-aa14f4ce5060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.008605 10.0.0.23 - - [2026-04-20 17:47:14] "GET /virtual-network/d129bc06-dde7-4934-a592-aa14f4ce5060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.010405 10.0.0.23 - - [2026-04-20 17:47:14] "POST /neutron/network HTTP/1.1" 200 849 0.010371 10.0.0.23 - - [2026-04-20 17:47:14] "GET /virtual-network/d129bc06-dde7-4934-a592-aa14f4ce5060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006061 10.0.0.249 - - [2026-04-20 17:47:14] "GET /obj-perms HTTP/1.1" 200 5034 0.003990 10.0.0.65 - - [2026-04-20 17:47:14] "GET /obj-perms HTTP/1.1" 200 5034 0.006076 10.0.0.23 - - [2026-04-20 17:47:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.002095 10.0.0.23 - - [2026-04-20 17:47:15] "POST /neutron/network HTTP/1.1" 200 841 0.010917 10.0.0.65 - - [2026-04-20 17:47:16] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001232 10.0.0.23 - - [2026-04-20 17:47:16] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.129273 10.0.0.23 - - [2026-04-20 17:47:16] "POST /neutron/port HTTP/1.1" 200 117 0.007403 10.0.0.23 - - [2026-04-20 17:47:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001331 10.0.0.23 - - [2026-04-20 17:47:17] "POST /neutron/network HTTP/1.1" 200 841 0.011372 10.0.0.23 - - [2026-04-20 17:47:17] "POST /neutron/port HTTP/1.1" 200 1063 0.025246 10.0.0.23 - - [2026-04-20 17:47:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006135 10.0.0.65 - - [2026-04-20 17:47:17] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001468 10.0.0.23 - - [2026-04-20 17:47:18] "POST /neutron/network HTTP/1.1" 200 831 0.007602 10.0.0.23 - - [2026-04-20 17:47:18] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.095335 10.0.0.23 - - [2026-04-20 17:47:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008084 10.0.0.23 - - [2026-04-20 17:47:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.004152 10.0.0.23 - - [2026-04-20 17:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.65 - - [2026-04-20 17:47:18] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004792 10.0.0.23 - - [2026-04-20 17:47:18] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.014756 10.0.0.23 - - [2026-04-20 17:47:18] "POST /service-templates HTTP/1.1" 200 543 0.043972 10.0.0.23 - - [2026-04-20 17:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.23 - - [2026-04-20 17:47:18] "GET /service-template/fa90f956-5e6f-49ce-954b-0c26fbf844f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.009965 10.0.0.23 - - [2026-04-20 17:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.23 - - [2026-04-20 17:47:18] "GET /service-template/fa90f956-5e6f-49ce-954b-0c26fbf844f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.004766 10.0.0.23 - - [2026-04-20 17:47:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001509 10.0.0.65 - - [2026-04-20 17:47:18] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.23 - - [2026-04-20 17:47:19] "POST /neutron/port HTTP/1.1" 200 1062 0.420516 10.0.0.23 - - [2026-04-20 17:47:19] "POST /neutron/port HTTP/1.1" 200 1062 0.024848 10.0.0.23 - - [2026-04-20 17:47:19] "POST /neutron/port HTTP/1.1" 200 1116 0.187811 10.0.0.23 - - [2026-04-20 17:47:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.017720 10.0.0.65 - - [2026-04-20 17:47:20] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002823 10.0.0.23 - - [2026-04-20 17:47:20] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.117743 10.0.0.23 - - [2026-04-20 17:47:20] "POST /neutron/network HTTP/1.1" 200 849 0.016414 10.0.0.23 - - [2026-04-20 17:47:20] "POST /neutron/port HTTP/1.1" 200 117 0.011320 10.0.0.23 - - [2026-04-20 17:47:20] "GET /virtual-machine/f39efd09-2df7-4d9c-be0f-590be302915c HTTP/1.1" 401 292 0.000543 10.0.0.23 - - [2026-04-20 17:47:21] "GET /virtual-machine/f39efd09-2df7-4d9c-be0f-590be302915c HTTP/1.1" 404 171 0.046174 10.0.0.23 - - [2026-04-20 17:47:21] "POST /neutron/port HTTP/1.1" 200 1063 0.044352 10.0.0.23 - - [2026-04-20 17:47:21] "POST /neutron/port HTTP/1.1" 200 1127 0.029675 10.0.0.23 - - [2026-04-20 17:47:21] "POST /neutron/port HTTP/1.1" 200 117 0.001546 10.0.0.23 - - [2026-04-20 17:47:23] "GET /virtual-machine/f39efd09-2df7-4d9c-be0f-590be302915c HTTP/1.1" 200 1295 0.010141 10.0.0.23 - - [2026-04-20 17:47:23] "GET /virtual-machine-interface/a63f9995-4aa8-49c1-908e-f8f9734df64e HTTP/1.1" 200 2985 0.011644 10.0.0.23 - - [2026-04-20 17:47:23] "GET /virtual-machine-interface/a63f9995-4aa8-49c1-908e-f8f9734df64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.006717 10.0.0.23 - - [2026-04-20 17:47:23] "PUT /virtual-machine-interface/a63f9995-4aa8-49c1-908e-f8f9734df64e HTTP/1.1" 200 284 0.038373 10.0.0.23 - - [2026-04-20 17:47:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009392 10.0.0.23 - - [2026-04-20 17:47:28] "POST /neutron/port HTTP/1.1" 200 1127 0.029205 10.0.0.23 - - [2026-04-20 17:47:28] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008816 10.0.0.23 - - [2026-04-20 17:47:28] "GET /virtual-machine/f39efd09-2df7-4d9c-be0f-590be302915c HTTP/1.1" 200 1295 0.006079 10.0.0.23 - - [2026-04-20 17:47:28] "GET /virtual-machine-interface/a63f9995-4aa8-49c1-908e-f8f9734df64e HTTP/1.1" 200 3035 0.007745 10.0.0.23 - - [2026-04-20 17:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.23 - - [2026-04-20 17:47:28] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004388 10.0.0.23 - - [2026-04-20 17:47:28] "GET /virtual-networks?parent_id=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004389 10.0.0.23 - - [2026-04-20 17:47:28] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006365 10.0.0.23 - - [2026-04-20 17:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.23 - - [2026-04-20 17:47:31] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007101 10.0.0.23 - - [2026-04-20 17:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006357 10.0.0.23 - - [2026-04-20 17:47:35] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009564 10.0.0.23 - - [2026-04-20 17:47:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.23 - - [2026-04-20 17:47:40] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006663 10.0.0.23 - - [2026-04-20 17:47:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.23 - - [2026-04-20 17:47:44] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009880 10.0.0.23 - - [2026-04-20 17:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.23 - - [2026-04-20 17:47:48] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008934 10.0.0.23 - - [2026-04-20 17:47:49] "POST /neutron/network HTTP/1.1" 200 1123 0.008154 10.0.0.23 - - [2026-04-20 17:47:49] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015756 10.0.0.23 - - [2026-04-20 17:47:49] "POST /neutron/network HTTP/1.1" 200 1113 0.017345 10.0.0.23 - - [2026-04-20 17:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009157 10.0.0.23 - - [2026-04-20 17:47:52] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007237 10.0.0.23 - - [2026-04-20 17:47:53] "POST /neutron/network HTTP/1.1" 200 1123 0.040854 10.0.0.23 - - [2026-04-20 17:47:53] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015537 10.0.0.23 - - [2026-04-20 17:47:53] "POST /neutron/network HTTP/1.1" 200 1113 0.013789 10.0.0.23 - - [2026-04-20 17:47:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.23 - - [2026-04-20 17:47:56] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009403 10.0.0.23 - - [2026-04-20 17:47:56] "GET /obj-perms HTTP/1.1" 200 5056 0.073770 10.0.0.23 - - [2026-04-20 17:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006054 10.0.0.23 - - [2026-04-20 17:48:00] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007063 10.0.0.23 - - [2026-04-20 17:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006647 10.0.0.23 - - [2026-04-20 17:48:04] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008348 10.0.0.23 - - [2026-04-20 17:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.23 - - [2026-04-20 17:48:08] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007219 10.0.0.23 - - [2026-04-20 17:48:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.23 - - [2026-04-20 17:48:12] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005730 10.0.0.23 - - [2026-04-20 17:48:12] "GET /virtual-networks?parent_id=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004842 10.0.0.23 - - [2026-04-20 17:48:12] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006560 10.0.0.23 - - [2026-04-20 17:48:17] "POST /neutron/port HTTP/1.1" 200 1126 0.060683 10.0.0.23 - - [2026-04-20 17:48:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013992 10.0.0.23 - - [2026-04-20 17:48:23] "POST /neutron/port HTTP/1.1" 200 1127 0.023112 10.0.0.23 - - [2026-04-20 17:48:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.021519 10.0.0.23 - - [2026-04-20 17:48:33] "POST /neutron/port HTTP/1.1" 200 1127 0.026725 10.0.0.23 - - [2026-04-20 17:48:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.004490 10.0.0.23 - - [2026-04-20 17:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.65 - - [2026-04-20 17:48:39] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001537 10.0.0.23 - - [2026-04-20 17:48:39] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058283 10.0.0.23 - - [2026-04-20 17:48:39] "POST /service-instances HTTP/1.1" 200 547 0.053734 10.0.0.23 - - [2026-04-20 17:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005497 10.0.0.23 - - [2026-04-20 17:48:39] "GET /service-instance/a0da2c46-4d13-43db-ac1f-2776dee898b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007882 10.0.0.23 - - [2026-04-20 17:48:39] "POST /port-tuples HTTP/1.1" 200 590 0.049807 10.0.0.23 - - [2026-04-20 17:48:39] "GET /virtual-machine-interface/a63f9995-4aa8-49c1-908e-f8f9734df64e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.006483 10.0.0.23 - - [2026-04-20 17:48:39] "PUT /virtual-machine-interface/a63f9995-4aa8-49c1-908e-f8f9734df64e HTTP/1.1" 200 284 0.021573 10.0.0.23 - - [2026-04-20 17:48:39] "POST /ref-update HTTP/1.1" 200 156 0.019040 10.0.0.65 - - [2026-04-20 17:48:39] "POST /instance-ips HTTP/1.1" 200 373 0.090769 10.0.0.23 - - [2026-04-20 17:48:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010684 10.0.0.65 - - [2026-04-20 17:48:39] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.012336 10.0.0.65 - - [2026-04-20 17:48:40] "POST /ref-update HTTP/1.1" 200 156 0.022405 10.0.0.23 - - [2026-04-20 17:48:40] "POST /neutron/port HTTP/1.1" 200 1127 0.031564 10.0.0.23 - - [2026-04-20 17:48:40] "GET /virtual-machine/ed834762-fb35-4536-b81a-6d08bea5936f HTTP/1.1" 200 1295 0.010798 10.0.0.23 - - [2026-04-20 17:48:40] "GET /virtual-machine-interface/3f2beaf4-8860-463d-8714-99923516a062 HTTP/1.1" 200 2956 0.008373 10.0.0.23 - - [2026-04-20 17:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005592 10.0.0.23 - - [2026-04-20 17:48:40] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006121 10.0.0.23 - - [2026-04-20 17:48:40] "GET /virtual-networks?parent_id=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005984 10.0.0.23 - - [2026-04-20 17:48:40] "GET /virtual-network/cd92d71b-d81e-4107-ad29-27e6c2a83e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008023 10.0.0.23 - - [2026-04-20 17:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005180 10.0.0.23 - - [2026-04-20 17:48:41] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005612 10.0.0.23 - - [2026-04-20 17:48:41] "GET /virtual-networks?parent_id=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005190 10.0.0.23 - - [2026-04-20 17:48:41] "GET /virtual-network/cd92d71b-d81e-4107-ad29-27e6c2a83e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007502 10.0.0.23 - - [2026-04-20 17:48:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012434 10.0.0.23 - - [2026-04-20 17:48:42] "POST /neutron/port HTTP/1.1" 200 1126 0.026094 10.0.0.23 - - [2026-04-20 17:48:42] "GET /virtual-machine/13f7d94d-6954-467c-8362-c47d51507b5c HTTP/1.1" 200 1293 0.009766 10.0.0.23 - - [2026-04-20 17:48:42] "GET /virtual-machine-interface/fd226422-5afb-4389-b71c-b1ef43571482 HTTP/1.1" 200 2961 0.008564 10.0.0.23 - - [2026-04-20 17:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.23 - - [2026-04-20 17:48:42] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005877 10.0.0.23 - - [2026-04-20 17:48:42] "GET /virtual-networks?parent_id=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005866 10.0.0.23 - - [2026-04-20 17:48:42] "GET /virtual-network/99b87dc3-7094-4f16-b946-1a7da1b0da36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009977 10.0.0.23 - - [2026-04-20 17:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005367 10.0.0.23 - - [2026-04-20 17:48:43] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005723 10.0.0.23 - - [2026-04-20 17:48:43] "GET /virtual-networks?parent_id=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005592 10.0.0.23 - - [2026-04-20 17:48:43] "GET /virtual-network/99b87dc3-7094-4f16-b946-1a7da1b0da36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009906 10.0.0.23 - - [2026-04-20 17:48:43] "POST /fqname-to-id HTTP/1.1" 404 215 0.006002 10.0.0.23 - - [2026-04-20 17:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005578 10.0.0.65 - - [2026-04-20 17:48:43] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002162 10.0.0.23 - - [2026-04-20 17:48:43] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.065686 10.0.0.23 - - [2026-04-20 17:48:43] "POST /network-policys HTTP/1.1" 200 551 0.036511 10.0.0.23 - - [2026-04-20 17:48:43] "GET /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.008095 10.0.0.23 - - [2026-04-20 17:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.23 - - [2026-04-20 17:48:43] "GET /virtual-network/cd92d71b-d81e-4107-ad29-27e6c2a83e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005991 10.0.0.23 - - [2026-04-20 17:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.23 - - [2026-04-20 17:48:43] "GET /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006993 10.0.0.65 - - [2026-04-20 17:48:43] "POST /fqname-to-id HTTP/1.1" 404 240 0.011306 10.0.0.23 - - [2026-04-20 17:48:43] "POST /ref-update HTTP/1.1" 200 156 0.059968 10.0.0.23 - - [2026-04-20 17:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.026434 10.0.0.23 - - [2026-04-20 17:48:44] "GET /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.018018 10.0.0.23 - - [2026-04-20 17:48:44] "GET /virtual-network/cd92d71b-d81e-4107-ad29-27e6c2a83e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.011460 10.0.0.23 - - [2026-04-20 17:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005570 10.0.0.23 - - [2026-04-20 17:48:44] "GET /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.007095 10.0.0.23 - - [2026-04-20 17:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.23 - - [2026-04-20 17:48:44] "GET /virtual-network/99b87dc3-7094-4f16-b946-1a7da1b0da36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006763 10.0.0.23 - - [2026-04-20 17:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.23 - - [2026-04-20 17:48:44] "GET /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005109 10.0.0.65 - - [2026-04-20 17:48:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.014988 10.0.0.23 - - [2026-04-20 17:48:44] "POST /ref-update HTTP/1.1" 200 156 0.067471 10.0.0.23 - - [2026-04-20 17:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.015050 10.0.0.23 - - [2026-04-20 17:48:44] "GET /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004840 10.0.0.65 - - [2026-04-20 17:48:44] "POST /ref-update HTTP/1.1" 200 156 0.029585 10.0.0.23 - - [2026-04-20 17:48:44] "POST /neutron/network HTTP/1.1" 200 924 0.017311 10.0.0.23 - - [2026-04-20 17:48:44] "GET /virtual-network/99b87dc3-7094-4f16-b946-1a7da1b0da36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.018673 10.0.0.23 - - [2026-04-20 17:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009802 10.0.0.23 - - [2026-04-20 17:48:44] "GET /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005870 10.0.0.23 - - [2026-04-20 17:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005957 10.0.0.23 - - [2026-04-20 17:48:44] "GET /service-template/fa90f956-5e6f-49ce-954b-0c26fbf844f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005242 10.0.0.23 - - [2026-04-20 17:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.65 - - [2026-04-20 17:48:44] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001674 10.0.0.23 - - [2026-04-20 17:48:44] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057026 10.0.0.23 - - [2026-04-20 17:48:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.23 - - [2026-04-20 17:48:44] "GET /service-instance/a0da2c46-4d13-43db-ac1f-2776dee898b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.009637 10.0.0.23 - - [2026-04-20 17:48:45] "POST /neutron/port HTTP/1.1" 200 1385 0.045452 10.0.0.23 - - [2026-04-20 17:48:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008949 10.0.0.23 - - [2026-04-20 17:48:45] "POST /neutron/network HTTP/1.1" 200 823 0.024911 10.0.0.23 - - [2026-04-20 17:48:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001546 10.0.0.23 - - [2026-04-20 17:48:45] "GET /virtual-machine/f39efd09-2df7-4d9c-be0f-590be302915c HTTP/1.1" 200 1295 0.005514 10.0.0.23 - - [2026-04-20 17:48:46] "GET /virtual-machine-interface/a63f9995-4aa8-49c1-908e-f8f9734df64e HTTP/1.1" 200 3891 0.006414 10.0.0.23 - - [2026-04-20 17:48:46] "GET /instance-ip/6349e13d-b1ea-46c2-810c-41c6f0b98464 HTTP/1.1" 200 1635 0.008411 10.0.0.23 - - [2026-04-20 17:48:46] "GET /instance-ip/74aacb35-fd2b-4b44-bf83-e3350fcf4b4c HTTP/1.1" 200 1962 0.004819 10.0.0.23 - - [2026-04-20 17:48:46] "GET /instance-ip/98e075e0-b857-49d8-ac7c-a196d07b389b HTTP/1.1" 200 1965 0.005816 10.0.0.23 - - [2026-04-20 17:48:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009786 10.0.0.23 - - [2026-04-20 17:48:46] "GET /virtual-machine/f39efd09-2df7-4d9c-be0f-590be302915c HTTP/1.1" 200 1295 0.005272 10.0.0.23 - - [2026-04-20 17:48:46] "GET /virtual-machine-interface/a63f9995-4aa8-49c1-908e-f8f9734df64e HTTP/1.1" 200 3891 0.007369 10.0.0.23 - - [2026-04-20 17:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.23 - - [2026-04-20 17:48:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004774 10.0.0.23 - - [2026-04-20 17:48:46] "GET /virtual-networks?parent_id=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004181 10.0.0.23 - - [2026-04-20 17:48:46] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009629 10.0.0.23 - - [2026-04-20 17:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.23 - - [2026-04-20 17:48:47] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005095 10.0.0.23 - - [2026-04-20 17:48:47] "GET /virtual-networks?parent_id=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004695 10.0.0.23 - - [2026-04-20 17:48:47] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.010540 10.0.0.23 - - [2026-04-20 17:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.23 - - [2026-04-20 17:48:47] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005789 10.0.0.23 - - [2026-04-20 17:48:47] "GET /virtual-networks?parent_id=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004602 10.0.0.23 - - [2026-04-20 17:48:47] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009769 10.0.0.23 - - [2026-04-20 17:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005253 10.0.0.23 - - [2026-04-20 17:48:47] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006129 10.0.0.23 - - [2026-04-20 17:48:47] "GET /virtual-networks?parent_id=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004957 10.0.0.23 - - [2026-04-20 17:48:47] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.011253 10.0.0.23 - - [2026-04-20 17:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006392 10.0.0.23 - - [2026-04-20 17:48:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007239 10.0.0.23 - - [2026-04-20 17:48:48] "GET /virtual-networks?parent_id=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.005129 10.0.0.23 - - [2026-04-20 17:48:48] "GET /virtual-network/37f4d3f9-9427-4330-9c5f-00ff84976a8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008780 10.0.0.23 - - [2026-04-20 17:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007667 10.0.0.23 - - [2026-04-20 17:48:48] "GET /routing-instance/ab2272ef-e9ba-4826-b4af-7b0c525284f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.010375 10.0.0.23 - - [2026-04-20 17:48:48] "GET /routing-instance/ab2272ef-e9ba-4826-b4af-7b0c525284f4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.012269 10.0.0.23 - - [2026-04-20 17:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005393 10.0.0.23 - - [2026-04-20 17:48:48] "GET /routing-instance/8e7863b8-f082-4676-ad19-6190b53e3c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006158 10.0.0.23 - - [2026-04-20 17:48:48] "GET /routing-instance/8e7863b8-f082-4676-ad19-6190b53e3c8c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1593 0.009652 10.0.0.23 - - [2026-04-20 17:48:50] "POST /neutron/port HTTP/1.1" 200 1108 0.076759 10.0.0.23 - - [2026-04-20 17:48:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005885 10.0.0.23 - - [2026-04-20 17:48:50] "POST /neutron/network HTTP/1.1" 200 928 0.011326 10.0.0.23 - - [2026-04-20 17:48:53] "POST /neutron/network HTTP/1.1" 200 938 0.011173 10.0.0.23 - - [2026-04-20 17:48:54] "POST /neutron/port HTTP/1.1" 200 117 0.001806 10.0.0.23 - - [2026-04-20 17:49:42] "GET /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005564 10.0.0.23 - - [2026-04-20 17:49:42] "PUT /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0 HTTP/1.1" 200 262 0.016680 10.0.0.23 - - [2026-04-20 17:49:42] "GET /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.005605 10.0.0.23 - - [2026-04-20 17:49:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008960 10.0.0.23 - - [2026-04-20 17:49:50] "POST /neutron/network HTTP/1.1" 200 934 0.013396 10.0.0.23 - - [2026-04-20 17:49:50] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.23 - - [2026-04-20 17:49:55] "POST /neutron/port HTTP/1.1" 200 1127 0.023006 10.0.0.23 - - [2026-04-20 17:49:56] "POST /neutron/subnet HTTP/1.1" 200 704 0.011384 10.0.0.23 - - [2026-04-20 17:50:06] "POST /neutron/port HTTP/1.1" 200 1385 0.026667 10.0.0.249 - - [2026-04-20 17:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000583 10.0.0.249 - - [2026-04-20 17:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000632 10.0.0.249 - - [2026-04-20 17:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000554 10.0.0.249 - - [2026-04-20 17:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000815 10.0.0.65 - - [2026-04-20 17:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000666 10.0.0.65 - - [2026-04-20 17:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.65 - - [2026-04-20 17:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.65 - - [2026-04-20 17:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-04-20 17:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.23 - - [2026-04-20 17:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.23 - - [2026-04-20 17:50:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2026-04-20 17:50:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2026-04-20 17:50:11] "POST /ref-update HTTP/1.1" 200 156 0.087677 10.0.0.23 - - [2026-04-20 17:50:11] "GET /virtual-network/99b87dc3-7094-4f16-b946-1a7da1b0da36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010504 10.0.0.23 - - [2026-04-20 17:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006420 10.0.0.65 - - [2026-04-20 17:50:11] "POST /ref-update HTTP/1.1" 200 156 0.098957 10.0.0.23 - - [2026-04-20 17:50:11] "GET /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004898 10.0.0.23 - - [2026-04-20 17:50:11] "POST /ref-update HTTP/1.1" 200 156 0.082525 10.0.0.23 - - [2026-04-20 17:50:11] "POST /neutron/network HTTP/1.1" 200 831 0.020684 10.0.0.23 - - [2026-04-20 17:50:11] "GET /virtual-network/cd92d71b-d81e-4107-ad29-27e6c2a83e64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007750 10.0.0.23 - - [2026-04-20 17:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.65 - - [2026-04-20 17:50:11] "POST /ref-update HTTP/1.1" 200 156 0.043070 10.0.0.23 - - [2026-04-20 17:50:11] "GET /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.008599 10.0.0.23 - - [2026-04-20 17:50:11] "DELETE /network-policy/fa1ca193-3abf-4db0-b43a-9d3c79df8ad0 HTTP/1.1" 200 115 0.056068 10.0.0.23 - - [2026-04-20 17:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.65 - - [2026-04-20 17:50:11] "POST /ref-update HTTP/1.1" 200 156 0.028381 10.0.0.23 - - [2026-04-20 17:50:11] "DELETE /service-instance/a0da2c46-4d13-43db-ac1f-2776dee898b7 HTTP/1.1" 200 115 0.122838 10.0.0.65 - - [2026-04-20 17:50:12] "DELETE /instance-ip/98e075e0-b857-49d8-ac7c-a196d07b389b HTTP/1.1" 200 115 0.158202 10.0.0.23 - - [2026-04-20 17:50:12] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005178 10.0.0.23 - - [2026-04-20 17:50:12] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003892 10.0.0.23 - - [2026-04-20 17:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007753 10.0.0.23 - - [2026-04-20 17:50:12] "DELETE /service-template/fa90f956-5e6f-49ce-954b-0c26fbf844f9 HTTP/1.1" 200 115 0.047340 10.0.0.23 - - [2026-04-20 17:50:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.004228 10.0.0.65 - - [2026-04-20 17:50:12] "DELETE /route-target/c45d4b9f-8ac2-4974-af6e-0839cd22febf HTTP/1.1" 200 115 0.056469 10.0.0.23 - - [2026-04-20 17:50:13] "POST /neutron/port HTTP/1.1" 200 1127 0.036007 10.0.0.23 - - [2026-04-20 17:50:13] "POST /neutron/port HTTP/1.1" 200 1127 0.024559 10.0.0.23 - - [2026-04-20 17:50:13] "POST /neutron/port HTTP/1.1" 200 1117 0.039496 10.0.0.23 - - [2026-04-20 17:50:13] "POST /neutron/port HTTP/1.1" 200 151 0.411270 10.0.0.65 - - [2026-04-20 17:50:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004004 10.0.0.65 - - [2026-04-20 17:50:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004175 10.0.0.23 - - [2026-04-20 17:50:15] "POST /neutron/network HTTP/1.1" 200 151 0.151372 10.0.0.65 - - [2026-04-20 17:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.23 - - [2026-04-20 17:50:16] "POST /neutron/network HTTP/1.1" 200 832 0.009013 10.0.0.65 - - [2026-04-20 17:50:16] "DELETE /route-target/dfe9df8e-0ba1-465c-bfa3-2b215e32ec07 HTTP/1.1" 200 115 0.028322 10.0.0.65 - - [2026-04-20 17:50:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003690 10.0.0.65 - - [2026-04-20 17:50:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002643 10.0.0.23 - - [2026-04-20 17:50:16] "POST /neutron/network HTTP/1.1" 200 151 0.161581 10.0.0.65 - - [2026-04-20 17:50:18] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001197 10.0.0.23 - - [2026-04-20 17:50:18] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.078029 10.0.0.65 - - [2026-04-20 17:50:18] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001563 10.0.0.23 - - [2026-04-20 17:50:18] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?fields=virtual_networks HTTP/1.1" 200 1036 0.062288 10.0.0.65 - - [2026-04-20 17:50:18] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001604 10.0.0.23 - - [2026-04-20 17:50:18] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.063190 10.0.0.65 - - [2026-04-20 17:50:18] "GET /projects?obj_uuids=652952ba-377f-4ff1-94f4-224155bba145&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001291 10.0.0.23 - - [2026-04-20 17:50:18] "GET /project/652952ba-377f-4ff1-94f4-224155bba145?fields=security_groups HTTP/1.1" 200 1264 0.075016 10.0.0.23 - - [2026-04-20 17:50:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.037602 10.0.0.65 - - [2026-04-20 17:50:19] "GET /projects?obj_uuids=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003486 10.0.0.65 - - [2026-04-20 17:50:19] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.65 - - [2026-04-20 17:50:19] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008673 10.0.0.65 - - [2026-04-20 17:50:20] "POST /id-to-fqname HTTP/1.1" 200 191 0.001434 10.0.0.65 - - [2026-04-20 17:50:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.016216 10.0.0.65 - - [2026-04-20 17:50:20] "POST /security-groups HTTP/1.1" 200 592 0.052906 10.0.0.65 - - [2026-04-20 17:50:20] "POST /projects HTTP/1.1" 200 587 0.324738 10.0.0.65 - - [2026-04-20 17:50:20] "POST /fqname-to-id HTTP/1.1" 404 235 0.010753 10.0.0.65 - - [2026-04-20 17:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.369507 10.0.0.23 - - [2026-04-20 17:50:20] "GET /project/edb57bcc-66cc-4b3e-a948-4f5d59951d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.586502 10.0.0.65 - - [2026-04-20 17:50:20] "POST /access-control-lists HTTP/1.1" 200 595 0.081319 10.0.0.23 - - [2026-04-20 17:50:21] "GET / HTTP/1.1" 200 35931 0.003336 10.0.0.23 - - [2026-04-20 17:50:24] "GET /project/edb57bcc-66cc-4b3e-a948-4f5d59951d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000550 10.0.0.65 - - [2026-04-20 17:50:24] "GET /projects?obj_uuids=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002027 10.0.0.23 - - [2026-04-20 17:50:24] "GET /project/edb57bcc-66cc-4b3e-a948-4f5d59951d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.106981 10.0.0.23 - - [2026-04-20 17:50:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.006282 10.0.0.23 - - [2026-04-20 17:50:24] "POST /virtual-DNSs HTTP/1.1" 200 507 0.076251 10.0.0.23 - - [2026-04-20 17:50:24] "GET /virtual-DNS/e4f070a1-1f9a-48e3-ba92-ef19e751c137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.014966 10.0.0.23 - - [2026-04-20 17:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006338 10.0.0.23 - - [2026-04-20 17:50:24] "GET /virtual-DNS/e4f070a1-1f9a-48e3-ba92-ef19e751c137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005284 10.0.0.23 - - [2026-04-20 17:50:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.005050 10.0.0.23 - - [2026-04-20 17:50:25] "POST /network-ipams HTTP/1.1" 200 514 0.038665 10.0.0.23 - - [2026-04-20 17:50:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.005121 10.0.0.23 - - [2026-04-20 17:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.23 - - [2026-04-20 17:50:25] "GET /network-ipam/0cd6b4c7-dd30-489c-b355-86737ab2a806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.007807 10.0.0.23 - - [2026-04-20 17:50:25] "PUT /network-ipam/0cd6b4c7-dd30-489c-b355-86737ab2a806 HTTP/1.1" 200 258 0.018597 10.0.0.23 - - [2026-04-20 17:50:25] "POST /ref-update HTTP/1.1" 200 156 0.026465 10.0.0.23 - - [2026-04-20 17:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.65 - - [2026-04-20 17:50:25] "GET /projects?obj_uuids=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001279 10.0.0.23 - - [2026-04-20 17:50:25] "GET /project/edb57bcc-66cc-4b3e-a948-4f5d59951d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.089804 10.0.0.65 - - [2026-04-20 17:50:26] "POST /useragent-kv HTTP/1.1" 200 115 0.019256 10.0.0.23 - - [2026-04-20 17:50:26] "POST /neutron/subnet HTTP/1.1" 200 711 0.391126 10.0.0.23 - - [2026-04-20 17:50:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001468 10.0.0.23 - - [2026-04-20 17:50:26] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006944 10.0.0.23 - - [2026-04-20 17:50:26] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007035 10.0.0.23 - - [2026-04-20 17:50:26] "POST /neutron/network HTTP/1.1" 200 833 0.008457 10.0.0.23 - - [2026-04-20 17:50:26] "POST /neutron/network HTTP/1.1" 200 833 0.007964 10.0.0.23 - - [2026-04-20 17:50:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001465 10.0.0.65 - - [2026-04-20 17:50:28] "GET /projects?obj_uuids=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001869 10.0.0.23 - - [2026-04-20 17:50:28] "GET /project/edb57bcc-66cc-4b3e-a948-4f5d59951d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.097532 10.0.0.23 - - [2026-04-20 17:50:28] "POST /neutron/network HTTP/1.1" 200 833 0.049638 10.0.0.23 - - [2026-04-20 17:50:28] "POST /neutron/port HTTP/1.1" 200 117 0.008176 10.0.0.23 - - [2026-04-20 17:50:29] "POST /neutron/port HTTP/1.1" 200 1058 0.026415 10.0.0.23 - - [2026-04-20 17:50:29] "POST /neutron/port HTTP/1.1" 200 1122 0.030670 10.0.0.23 - - [2026-04-20 17:50:29] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.23 - - [2026-04-20 17:50:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010259 10.0.0.23 - - [2026-04-20 17:50:34] "POST /neutron/port HTTP/1.1" 200 1122 0.035491 10.0.0.23 - - [2026-04-20 17:50:34] "GET /virtual-machine/86439e04-de45-4ae5-9431-6bb06e115637 HTTP/1.1" 401 292 0.000680 10.0.0.23 - - [2026-04-20 17:50:34] "GET /virtual-machine/86439e04-de45-4ae5-9431-6bb06e115637 HTTP/1.1" 200 1293 0.045051 10.0.0.23 - - [2026-04-20 17:50:34] "GET /virtual-machine-interface/0f8793ed-359c-4b70-8a89-8d1c944265d4 HTTP/1.1" 200 2963 0.007588 10.0.0.23 - - [2026-04-20 17:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.23 - - [2026-04-20 17:50:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004639 10.0.0.23 - - [2026-04-20 17:50:34] "GET /virtual-networks?parent_id=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005220 10.0.0.23 - - [2026-04-20 17:50:34] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009733 10.0.0.23 - - [2026-04-20 17:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.23 - - [2026-04-20 17:50:37] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007493 10.0.0.23 - - [2026-04-20 17:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.23 - - [2026-04-20 17:50:41] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006696 10.0.0.23 - - [2026-04-20 17:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.23 - - [2026-04-20 17:50:45] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006809 10.0.0.23 - - [2026-04-20 17:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.23 - - [2026-04-20 17:50:50] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006886 10.0.0.23 - - [2026-04-20 17:50:52] "POST /neutron/port HTTP/1.1" 200 1218 0.024900 10.0.0.23 - - [2026-04-20 17:50:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005442 10.0.0.23 - - [2026-04-20 17:50:52] "POST /neutron/port HTTP/1.1" 200 117 0.002167 10.0.0.23 - - [2026-04-20 17:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.23 - - [2026-04-20 17:50:54] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006485 10.0.0.23 - - [2026-04-20 17:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.23 - - [2026-04-20 17:50:58] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.013863 10.0.0.249 - - [2026-04-20 17:50:59] "GET /obj-perms HTTP/1.1" 200 5056 0.188082 10.0.0.65 - - [2026-04-20 17:50:59] "DELETE /access-control-list/31349c6c-ef99-4b52-842a-1e1c380763b4 HTTP/1.1" 200 115 0.048033 10.0.0.23 - - [2026-04-20 17:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.23 - - [2026-04-20 17:51:02] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006866 10.0.0.23 - - [2026-04-20 17:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.23 - - [2026-04-20 17:51:06] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006069 10.0.0.65 - - [2026-04-20 17:51:09] "DELETE /project/652952ba-377f-4ff1-94f4-224155bba145 HTTP/1.1" 404 177 0.052845 10.0.0.65 - - [2026-04-20 17:51:09] "DELETE /project/edb57bcc66cc4b3ea9484f5d59951d81 HTTP/1.1" 404 173 0.078018 10.0.0.23 - - [2026-04-20 17:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005647 10.0.0.23 - - [2026-04-20 17:51:10] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008848 10.0.0.23 - - [2026-04-20 17:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.23 - - [2026-04-20 17:51:12] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006957 10.0.0.23 - - [2026-04-20 17:51:12] "GET /virtual-networks?parent_id=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005350 10.0.0.23 - - [2026-04-20 17:51:12] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009275 10.0.0.23 - - [2026-04-20 17:51:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017082 10.0.0.23 - - [2026-04-20 17:51:22] "POST /neutron/port HTTP/1.1" 200 1122 0.032092 10.0.0.23 - - [2026-04-20 17:51:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009395 10.0.0.23 - - [2026-04-20 17:51:54] "POST /neutron/port HTTP/1.1" 200 1108 0.028467 10.0.0.23 - - [2026-04-20 17:51:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005893 10.0.0.23 - - [2026-04-20 17:51:54] "POST /neutron/network HTTP/1.1" 200 928 0.010375 10.0.0.23 - - [2026-04-20 17:51:58] "POST /neutron/network HTTP/1.1" 200 1123 0.007872 10.0.0.23 - - [2026-04-20 17:51:58] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016707 10.0.0.23 - - [2026-04-20 17:51:59] "POST /neutron/network HTTP/1.1" 200 1113 0.014684 10.0.0.65 - - [2026-04-20 17:52:00] "GET /obj-perms HTTP/1.1" 200 5056 0.098914 10.0.0.23 - - [2026-04-20 17:52:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001597 10.0.0.23 - - [2026-04-20 17:52:00] "GET /obj-perms HTTP/1.1" 200 5056 0.090261 10.0.0.23 - - [2026-04-20 17:52:00] "POST /neutron/port HTTP/1.1" 200 5161 0.067534 10.0.0.65 - - [2026-04-20 17:52:01] "GET /projects?obj_uuids=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.038543 10.0.0.23 - - [2026-04-20 17:52:01] "GET /project/edb57bcc-66cc-4b3e-a948-4f5d59951d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.167812 10.0.0.23 - - [2026-04-20 17:52:01] "POST /neutron/network HTTP/1.1" 200 833 0.012268 10.0.0.23 - - [2026-04-20 17:52:02] "POST /neutron/port HTTP/1.1" 200 117 0.009944 10.0.0.65 - - [2026-04-20 17:52:02] "GET /projects?obj_uuids=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001622 10.0.0.23 - - [2026-04-20 17:52:03] "POST /neutron/port HTTP/1.1" 200 1058 0.408040 10.0.0.23 - - [2026-04-20 17:52:03] "POST /neutron/port HTTP/1.1" 200 1112 0.172475 10.0.0.23 - - [2026-04-20 17:52:03] "POST /neutron/subnet HTTP/1.1" 200 685 0.018900 10.0.0.23 - - [2026-04-20 17:52:07] "POST /neutron/port HTTP/1.1" 200 1122 0.029382 10.0.0.23 - - [2026-04-20 17:52:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009039 10.0.0.23 - - [2026-04-20 17:52:07] "GET /virtual-machine/e75ff219-3b71-42da-a312-7ed513cd051a HTTP/1.1" 200 1294 0.007450 10.0.0.23 - - [2026-04-20 17:52:07] "GET /virtual-machine-interface/256df58c-4eb9-4929-a35c-c8945d9b1db0 HTTP/1.1" 200 2964 0.011329 10.0.0.23 - - [2026-04-20 17:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.23 - - [2026-04-20 17:52:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006280 10.0.0.23 - - [2026-04-20 17:52:07] "GET /virtual-networks?parent_id=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.006326 10.0.0.23 - - [2026-04-20 17:52:07] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010267 10.0.0.23 - - [2026-04-20 17:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005089 10.0.0.23 - - [2026-04-20 17:52:10] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006903 10.0.0.23 - - [2026-04-20 17:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.23 - - [2026-04-20 17:52:14] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006541 10.0.0.23 - - [2026-04-20 17:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006784 10.0.0.23 - - [2026-04-20 17:52:19] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009408 10.0.0.23 - - [2026-04-20 17:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.23 - - [2026-04-20 17:52:23] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007155 10.0.0.23 - - [2026-04-20 17:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.23 - - [2026-04-20 17:52:27] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006219 10.0.0.23 - - [2026-04-20 17:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004757 10.0.0.23 - - [2026-04-20 17:52:31] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006727 10.0.0.23 - - [2026-04-20 17:52:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083 10.0.0.23 - - [2026-04-20 17:52:35] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008118 10.0.0.23 - - [2026-04-20 17:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.23 - - [2026-04-20 17:52:39] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006408 10.0.0.23 - - [2026-04-20 17:52:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006271 10.0.0.23 - - [2026-04-20 17:52:43] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007725 10.0.0.23 - - [2026-04-20 17:52:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.23 - - [2026-04-20 17:52:47] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006835 10.0.0.23 - - [2026-04-20 17:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008238 10.0.0.23 - - [2026-04-20 17:52:51] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009608 10.0.0.23 - - [2026-04-20 17:52:55] "POST /neutron/port HTTP/1.1" 200 1218 0.024569 10.0.0.23 - - [2026-04-20 17:52:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006967 10.0.0.23 - - [2026-04-20 17:52:55] "POST /neutron/port HTTP/1.1" 200 117 0.002349 10.0.0.23 - - [2026-04-20 17:52:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.23 - - [2026-04-20 17:52:56] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004658 10.0.0.23 - - [2026-04-20 17:52:56] "GET /virtual-networks?parent_id=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004375 10.0.0.23 - - [2026-04-20 17:52:56] "GET /virtual-network/2d9a75a9-7410-40b1-b999-fd8cda1fac0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007291 10.0.0.23 - - [2026-04-20 17:52:56] "POST /neutron/port HTTP/1.1" 200 1122 0.032190 10.0.0.23 - - [2026-04-20 17:52:59] "POST /neutron/port HTTP/1.1" 200 1108 0.061720 10.0.0.23 - - [2026-04-20 17:52:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.012318 10.0.0.23 - - [2026-04-20 17:53:01] "POST /neutron/port HTTP/1.1" 200 1122 0.033718 10.0.0.23 - - [2026-04-20 17:53:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008763 10.0.0.23 - - [2026-04-20 17:53:14] "POST /neutron/port HTTP/1.1" 200 1122 0.021179 10.0.0.23 - - [2026-04-20 17:53:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010912 10.0.0.23 - - [2026-04-20 17:53:57] "POST /neutron/port HTTP/1.1" 200 1108 0.074386 10.0.0.23 - - [2026-04-20 17:53:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005540 10.0.0.23 - - [2026-04-20 17:53:57] "POST /neutron/network HTTP/1.1" 200 928 0.008988 10.0.0.23 - - [2026-04-20 17:53:59] "POST /neutron/network HTTP/1.1" 200 843 0.009926 10.0.0.23 - - [2026-04-20 17:54:00] "POST /neutron/port HTTP/1.1" 200 117 0.002218 10.0.0.23 - - [2026-04-20 17:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.23 - - [2026-04-20 17:54:00] "DELETE /virtual-DNS/e4f070a1-1f9a-48e3-ba92-ef19e751c137 HTTP/1.1" 409 235 0.011447 10.0.0.23 - - [2026-04-20 17:54:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.004005 10.0.0.23 - - [2026-04-20 17:54:00] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.044867 10.0.0.23 - - [2026-04-20 17:54:00] "GET /virtual-DNS-record/6ead6b04-9fc1-42f9-bac2-f084a7ad3104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.010033 10.0.0.23 - - [2026-04-20 17:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.23 - - [2026-04-20 17:54:00] "GET /virtual-DNS-record/6ead6b04-9fc1-42f9-bac2-f084a7ad3104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.009628 10.0.0.23 - - [2026-04-20 17:54:08] "DELETE /virtual-DNS-record/6ead6b04-9fc1-42f9-bac2-f084a7ad3104 HTTP/1.1" 200 115 0.044038 10.0.0.23 - - [2026-04-20 17:54:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.006284 10.0.0.23 - - [2026-04-20 17:54:08] "POST /neutron/network HTTP/1.1" 400 204 0.018231 10.0.0.23 - - [2026-04-20 17:54:09] "POST /neutron/port HTTP/1.1" 200 151 0.297611 10.0.0.23 - - [2026-04-20 17:54:09] "POST /neutron/port HTTP/1.1" 200 151 0.329370 10.0.0.23 - - [2026-04-20 17:54:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.65 - - [2026-04-20 17:54:10] "DELETE /route-target/f3c282df-40f2-439b-a016-37758f6e7c62 HTTP/1.1" 200 115 0.048953 10.0.0.23 - - [2026-04-20 17:54:10] "DELETE /network-ipam/0cd6b4c7-dd30-489c-b355-86737ab2a806 HTTP/1.1" 200 115 0.065209 10.0.0.23 - - [2026-04-20 17:54:10] "DELETE /virtual-DNS/e4f070a1-1f9a-48e3-ba92-ef19e751c137 HTTP/1.1" 200 115 0.048172 10.0.0.23 - - [2026-04-20 17:54:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.008634 10.0.0.65 - - [2026-04-20 17:54:12] "GET /projects?obj_uuids=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001509 10.0.0.23 - - [2026-04-20 17:54:12] "GET /project/edb57bcc-66cc-4b3e-a948-4f5d59951d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.084700 10.0.0.65 - - [2026-04-20 17:54:12] "GET /projects?obj_uuids=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.23 - - [2026-04-20 17:54:12] "GET /project/edb57bcc-66cc-4b3e-a948-4f5d59951d81?fields=virtual_networks HTTP/1.1" 200 1035 0.067139 10.0.0.65 - - [2026-04-20 17:54:12] "GET /projects?obj_uuids=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.23 - - [2026-04-20 17:54:12] "GET /project/edb57bcc-66cc-4b3e-a948-4f5d59951d81?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.051265 10.0.0.65 - - [2026-04-20 17:54:12] "GET /projects?obj_uuids=edb57bcc-66cc-4b3e-a948-4f5d59951d81&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001158 10.0.0.23 - - [2026-04-20 17:54:12] "GET /project/edb57bcc-66cc-4b3e-a948-4f5d59951d81?fields=security_groups HTTP/1.1" 200 1262 0.057154 10.0.0.23 - - [2026-04-20 17:54:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.035559 10.0.0.65 - - [2026-04-20 17:54:13] "GET /projects?obj_uuids=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005175 10.0.0.65 - - [2026-04-20 17:54:13] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.65 - - [2026-04-20 17:54:13] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007764 10.0.0.65 - - [2026-04-20 17:54:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.007581 10.0.0.65 - - [2026-04-20 17:54:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.013127 10.0.0.65 - - [2026-04-20 17:54:14] "POST /security-groups HTTP/1.1" 200 592 0.097591 10.0.0.65 - - [2026-04-20 17:54:14] "POST /projects HTTP/1.1" 200 587 0.371522 10.0.0.65 - - [2026-04-20 17:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.412362 10.0.0.65 - - [2026-04-20 17:54:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.010716 10.0.0.23 - - [2026-04-20 17:54:14] "GET /project/ba67848f-39b1-48a9-a3f4-81cf3018d8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.599673 10.0.0.23 - - [2026-04-20 17:54:15] "GET / HTTP/1.1" 200 35931 0.001431 10.0.0.23 - - [2026-04-20 17:54:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.23 - - [2026-04-20 17:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.089591 10.0.0.65 - - [2026-04-20 17:54:17] "GET /projects?obj_uuids=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001093 10.0.0.23 - - [2026-04-20 17:54:17] "GET /project/ba67848f-39b1-48a9-a3f4-81cf3018d8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054557 10.0.0.23 - - [2026-04-20 17:54:18] "POST /neutron/network HTTP/1.1" 200 117 0.059753 10.0.0.65 - - [2026-04-20 17:54:18] "POST /ref-update HTTP/1.1" 200 156 0.025037 10.0.0.23 - - [2026-04-20 17:54:18] "POST /neutron/network HTTP/1.1" 200 829 0.010668 10.0.0.23 - - [2026-04-20 17:54:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001438 10.0.0.23 - - [2026-04-20 17:54:18] "GET /virtual-network/349785bf-3a99-4967-8c12-c5f28a9f7766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007566 10.0.0.23 - - [2026-04-20 17:54:18] "GET /virtual-network/349785bf-3a99-4967-8c12-c5f28a9f7766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010715 10.0.0.23 - - [2026-04-20 17:54:18] "POST /neutron/subnet HTTP/1.1" 200 734 0.010978 10.0.0.23 - - [2026-04-20 17:54:19] "GET /virtual-network/349785bf-3a99-4967-8c12-c5f28a9f7766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006421 10.0.0.249 - - [2026-04-20 17:54:20] "GET /obj-perms HTTP/1.1" 200 5032 0.086986 10.0.0.23 - - [2026-04-20 17:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004951 10.0.0.65 - - [2026-04-20 17:54:21] "GET /projects?obj_uuids=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002023 10.0.0.23 - - [2026-04-20 17:54:21] "GET /project/ba67848f-39b1-48a9-a3f4-81cf3018d8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.095581 10.0.0.65 - - [2026-04-20 17:54:21] "POST /useragent-kv HTTP/1.1" 200 115 0.011023 10.0.0.23 - - [2026-04-20 17:54:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.313510 10.0.0.23 - - [2026-04-20 17:54:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001671 10.0.0.23 - - [2026-04-20 17:54:21] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007731 10.0.0.23 - - [2026-04-20 17:54:21] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007057 10.0.0.23 - - [2026-04-20 17:54:21] "POST /neutron/network HTTP/1.1" 200 828 0.008044 10.0.0.23 - - [2026-04-20 17:54:22] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005946 10.0.0.23 - - [2026-04-20 17:54:22] "GET /obj-perms HTTP/1.1" 200 5032 0.091486 10.0.0.65 - - [2026-04-20 17:54:22] "GET /obj-perms HTTP/1.1" 200 5032 0.116502 10.0.0.23 - - [2026-04-20 17:54:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001716 10.0.0.23 - - [2026-04-20 17:54:40] "POST /neutron/network HTTP/1.1" 200 838 0.020032 10.0.0.65 - - [2026-04-20 17:54:41] "GET /projects?obj_uuids=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001084 10.0.0.23 - - [2026-04-20 17:54:41] "GET /project/ba67848f-39b1-48a9-a3f4-81cf3018d8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.094389 10.0.0.23 - - [2026-04-20 17:54:41] "POST /neutron/port HTTP/1.1" 200 117 0.007223 10.0.0.23 - - [2026-04-20 17:54:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001441 10.0.0.23 - - [2026-04-20 17:54:42] "POST /neutron/network HTTP/1.1" 200 838 0.012782 10.0.0.65 - - [2026-04-20 17:54:43] "GET /projects?obj_uuids=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.23 - - [2026-04-20 17:54:43] "GET /project/ba67848f-39b1-48a9-a3f4-81cf3018d8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.095766 10.0.0.23 - - [2026-04-20 17:54:43] "POST /neutron/port HTTP/1.1" 200 1062 0.040801 10.0.0.23 - - [2026-04-20 17:54:43] "POST /neutron/port HTTP/1.1" 200 5165 0.078183 10.0.0.23 - - [2026-04-20 17:54:43] "POST /neutron/port HTTP/1.1" 200 1126 0.032578 10.0.0.65 - - [2026-04-20 17:54:44] "GET /projects?obj_uuids=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001413 10.0.0.23 - - [2026-04-20 17:54:44] "POST /neutron/port HTTP/1.1" 200 1063 0.519719 10.0.0.23 - - [2026-04-20 17:54:44] "POST /neutron/port HTTP/1.1" 200 1063 0.029706 10.0.0.23 - - [2026-04-20 17:54:45] "POST /neutron/port HTTP/1.1" 200 1117 0.182766 10.0.0.23 - - [2026-04-20 17:54:45] "POST /neutron/port HTTP/1.1" 200 1127 0.030667 10.0.0.23 - - [2026-04-20 17:54:45] "POST /neutron/port HTTP/1.1" 200 117 0.001894 10.0.0.23 - - [2026-04-20 17:54:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013479 10.0.0.23 - - [2026-04-20 17:54:59] "POST /neutron/port HTTP/1.1" 200 1126 0.024496 10.0.0.23 - - [2026-04-20 17:55:00] "POST /neutron/port HTTP/1.1" 200 1218 0.052461 10.0.0.65 - - [2026-04-20 17:55:00] "DELETE /access-control-list/954394c3-65aa-46cf-a70d-c093ac402ce9 HTTP/1.1" 200 115 0.085282 10.0.0.23 - - [2026-04-20 17:55:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.031907 10.0.0.23 - - [2026-04-20 17:55:00] "POST /neutron/port HTTP/1.1" 200 117 0.001329 10.0.0.23 - - [2026-04-20 17:55:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010168 10.0.0.249 - - [2026-04-20 17:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.249 - - [2026-04-20 17:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.249 - - [2026-04-20 17:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.65 - - [2026-04-20 17:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.249 - - [2026-04-20 17:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000439 10.0.0.65 - - [2026-04-20 17:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000551 10.0.0.65 - - [2026-04-20 17:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000455 10.0.0.65 - - [2026-04-20 17:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-04-20 17:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.23 - - [2026-04-20 17:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.23 - - [2026-04-20 17:55:09] "POST /neutron/port HTTP/1.1" 200 1126 0.028964 10.0.0.23 - - [2026-04-20 17:55:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009933 10.0.0.23 - - [2026-04-20 17:55:09] "GET /virtual-machine/c89ffc72-d291-4a05-b55a-a2b9d9b41d0e HTTP/1.1" 401 292 0.000432 10.0.0.23 - - [2026-04-20 17:55:10] "GET /virtual-machine/c89ffc72-d291-4a05-b55a-a2b9d9b41d0e HTTP/1.1" 200 1294 0.057023 10.0.0.23 - - [2026-04-20 17:55:10] "GET /virtual-machine-interface/33721871-fcc1-49ba-a07f-928886ee335f HTTP/1.1" 200 2949 0.007533 10.0.0.65 - - [2026-04-20 17:55:10] "DELETE /project/edb57bcc-66cc-4b3e-a948-4f5d59951d81 HTTP/1.1" 404 177 0.004632 10.0.0.65 - - [2026-04-20 17:55:10] "DELETE /project/ba67848f39b148a9a3f481cf3018d8ff HTTP/1.1" 404 173 0.004001 10.0.0.23 - - [2026-04-20 17:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.23 - - [2026-04-20 17:55:10] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005568 10.0.0.23 - - [2026-04-20 17:55:10] "GET /virtual-networks?parent_id=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004417 10.0.0.23 - - [2026-04-20 17:55:10] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007503 10.0.0.23 - - [2026-04-20 17:55:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2026-04-20 17:55:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.23 - - [2026-04-20 17:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.23 - - [2026-04-20 17:55:13] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007695 10.0.0.23 - - [2026-04-20 17:55:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.23 - - [2026-04-20 17:55:17] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006574 10.0.0.23 - - [2026-04-20 17:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009417 10.0.0.23 - - [2026-04-20 17:55:21] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006434 10.0.0.23 - - [2026-04-20 17:55:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005456 10.0.0.23 - - [2026-04-20 17:55:25] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008564 10.0.0.23 - - [2026-04-20 17:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.23 - - [2026-04-20 17:55:29] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006836 10.0.0.23 - - [2026-04-20 17:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.23 - - [2026-04-20 17:55:33] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008599 10.0.0.23 - - [2026-04-20 17:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005686 10.0.0.23 - - [2026-04-20 17:55:38] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006687 10.0.0.23 - - [2026-04-20 17:55:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.23 - - [2026-04-20 17:55:42] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006987 10.0.0.23 - - [2026-04-20 17:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.23 - - [2026-04-20 17:55:46] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006084 10.0.0.23 - - [2026-04-20 17:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.23 - - [2026-04-20 17:55:50] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006202 10.0.0.23 - - [2026-04-20 17:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005164 10.0.0.23 - - [2026-04-20 17:55:54] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.011960 10.0.0.23 - - [2026-04-20 17:55:57] "POST /neutron/network HTTP/1.1" 200 1123 0.011985 10.0.0.23 - - [2026-04-20 17:55:57] "POST /neutron/subnet HTTP/1.1" 200 1385 0.021168 10.0.0.23 - - [2026-04-20 17:55:57] "POST /neutron/network HTTP/1.1" 200 1113 0.010834 10.0.0.23 - - [2026-04-20 17:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.23 - - [2026-04-20 17:55:58] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.012017 10.0.0.23 - - [2026-04-20 17:56:01] "POST /neutron/network HTTP/1.1" 200 938 0.008808 10.0.0.23 - - [2026-04-20 17:56:01] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.23 - - [2026-04-20 17:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.23 - - [2026-04-20 17:56:02] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008286 10.0.0.23 - - [2026-04-20 17:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004834 10.0.0.23 - - [2026-04-20 17:56:06] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006964 10.0.0.23 - - [2026-04-20 17:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.23 - - [2026-04-20 17:56:10] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004822 10.0.0.23 - - [2026-04-20 17:56:10] "GET /virtual-networks?parent_id=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003948 10.0.0.23 - - [2026-04-20 17:56:10] "GET /virtual-network/0b4c8f5a-cf7f-4bf9-b279-b9ece85711ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007842 10.0.0.23 - - [2026-04-20 17:56:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008142 10.0.0.23 - - [2026-04-20 17:56:21] "POST /neutron/port HTTP/1.1" 200 1126 0.031776 10.0.0.23 - - [2026-04-20 17:56:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.056776 10.0.0.23 - - [2026-04-20 17:56:31] "POST /neutron/port HTTP/1.1" 200 1126 0.023218 10.0.0.23 - - [2026-04-20 17:56:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008086 10.0.0.23 - - [2026-04-20 17:56:42] "POST /neutron/port HTTP/1.1" 200 1126 0.033551 10.0.0.23 - - [2026-04-20 17:56:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009073 10.0.0.23 - - [2026-04-20 17:56:57] "POST /neutron/port HTTP/1.1" 200 1126 0.023855 10.0.0.23 - - [2026-04-20 17:56:59] "POST /neutron/port HTTP/1.1" 200 1108 0.029448 10.0.0.23 - - [2026-04-20 17:56:59] "POST /neutron/subnet HTTP/1.1" 200 703 0.014482 10.0.0.23 - - [2026-04-20 17:57:01] "POST /neutron/port HTTP/1.1" 200 1218 0.028446 10.0.0.23 - - [2026-04-20 17:57:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006331 10.0.0.23 - - [2026-04-20 17:57:02] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.23 - - [2026-04-20 17:57:03] "POST /neutron/port HTTP/1.1" 200 1126 0.022955 10.0.0.249 - - [2026-04-20 17:57:04] "GET /obj-perms HTTP/1.1" 200 5056 0.072657 10.0.0.23 - - [2026-04-20 17:57:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009920 10.0.0.23 - - [2026-04-20 17:57:13] "POST /neutron/port HTTP/1.1" 200 1127 0.022396 10.0.0.23 - - [2026-04-20 17:57:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008326 10.0.0.23 - - [2026-04-20 17:57:13] "GET /virtual-machine/2c2af4d1-2b73-44d3-8b7c-d247cbd850a0 HTTP/1.1" 200 1293 0.007180 10.0.0.23 - - [2026-04-20 17:57:14] "GET /virtual-machine-interface/7e0c0bcc-d2dd-468e-bfd0-b2341bdaa9b9 HTTP/1.1" 200 2949 0.007634 10.0.0.23 - - [2026-04-20 17:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.23 - - [2026-04-20 17:57:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005107 10.0.0.23 - - [2026-04-20 17:57:14] "GET /virtual-networks?parent_id=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005618 10.0.0.23 - - [2026-04-20 17:57:14] "GET /virtual-network/349785bf-3a99-4967-8c12-c5f28a9f7766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006888 10.0.0.23 - - [2026-04-20 17:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.23 - - [2026-04-20 17:57:15] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004915 10.0.0.23 - - [2026-04-20 17:57:15] "GET /virtual-networks?parent_id=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004883 10.0.0.23 - - [2026-04-20 17:57:15] "GET /virtual-network/349785bf-3a99-4967-8c12-c5f28a9f7766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010978 10.0.0.23 - - [2026-04-20 17:57:20] "POST /neutron/port HTTP/1.1" 200 1127 0.030100 10.0.0.23 - - [2026-04-20 17:57:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016613 10.0.0.23 - - [2026-04-20 17:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.65 - - [2026-04-20 17:57:31] "GET /projects?obj_uuids=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.061535 10.0.0.23 - - [2026-04-20 17:57:31] "GET /project/ba67848f-39b1-48a9-a3f4-81cf3018d8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.120246 10.0.0.23 - - [2026-04-20 17:57:31] "GET /virtual-network/349785bf-3a99-4967-8c12-c5f28a9f7766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006012 10.0.0.23 - - [2026-04-20 17:57:31] "GET /floating-ip-pools?parent_id=349785bf-3a99-4967-8c12-c5f28a9f7766&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.006413 10.0.0.23 - - [2026-04-20 17:57:31] "GET /virtual-network/349785bf-3a99-4967-8c12-c5f28a9f7766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009724 10.0.0.23 - - [2026-04-20 17:57:31] "POST /floating-ip-pools HTTP/1.1" 200 598 0.045016 10.0.0.23 - - [2026-04-20 17:57:31] "POST /ref-update HTTP/1.1" 200 156 0.025684 10.0.0.23 - - [2026-04-20 17:57:31] "GET /virtual-network/349785bf-3a99-4967-8c12-c5f28a9f7766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008582 10.0.0.23 - - [2026-04-20 17:57:31] "GET /virtual-network/349785bf-3a99-4967-8c12-c5f28a9f7766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008613 10.0.0.23 - - [2026-04-20 17:57:32] "POST /neutron/floatingip HTTP/1.1" 200 532 0.011532 10.0.0.23 - - [2026-04-20 17:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005090 10.0.0.23 - - [2026-04-20 17:57:32] "GET /routing-instance/2bd51bd8-dd21-453b-af6a-db8438ea8c31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005641 10.0.0.23 - - [2026-04-20 17:57:32] "GET /route-target/a4aa339b-4a0c-4f52-92ab-1db69d4a5d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005939 10.0.0.23 - - [2026-04-20 17:57:59] "POST /neutron/floatingip HTTP/1.1" 200 580 0.026205 10.0.0.23 - - [2026-04-20 17:57:59] "POST /neutron/floatingip HTTP/1.1" 200 115 0.072074 10.0.0.23 - - [2026-04-20 17:57:59] "GET /floating-ip-pool/d93ed67e-3be2-4b60-aab3-286a7684de85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.004943 10.0.0.23 - - [2026-04-20 17:57:59] "POST /ref-update HTTP/1.1" 200 156 0.018113 10.0.0.23 - - [2026-04-20 17:57:59] "DELETE /floating-ip-pool/d93ed67e-3be2-4b60-aab3-286a7684de85 HTTP/1.1" 200 115 0.058390 10.0.0.23 - - [2026-04-20 17:58:00] "POST /neutron/port HTTP/1.1" 200 1127 0.024867 10.0.0.23 - - [2026-04-20 17:58:00] "POST /neutron/port HTTP/1.1" 200 151 0.387501 10.0.0.23 - - [2026-04-20 17:58:01] "POST /neutron/network HTTP/1.1" 200 828 0.012351 10.0.0.65 - - [2026-04-20 17:58:02] "DELETE /route-target/2086831e-2f84-43a3-95df-993e40fd3c15 HTTP/1.1" 200 115 0.090304 10.0.0.65 - - [2026-04-20 17:58:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003700 10.0.0.65 - - [2026-04-20 17:58:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003290 10.0.0.23 - - [2026-04-20 17:58:02] "POST /neutron/network HTTP/1.1" 200 151 0.181622 10.0.0.65 - - [2026-04-20 17:58:04] "GET /projects?obj_uuids=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001411 10.0.0.23 - - [2026-04-20 17:58:04] "GET /project/ba67848f-39b1-48a9-a3f4-81cf3018d8ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.059824 10.0.0.65 - - [2026-04-20 17:58:04] "GET /projects?obj_uuids=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002276 10.0.0.23 - - [2026-04-20 17:58:04] "GET /project/ba67848f-39b1-48a9-a3f4-81cf3018d8ff?fields=virtual_networks HTTP/1.1" 200 1035 0.072949 10.0.0.65 - - [2026-04-20 17:58:04] "GET /projects?obj_uuids=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001442 10.0.0.23 - - [2026-04-20 17:58:04] "GET /project/ba67848f-39b1-48a9-a3f4-81cf3018d8ff?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.056614 10.0.0.65 - - [2026-04-20 17:58:04] "GET /projects?obj_uuids=ba67848f-39b1-48a9-a3f4-81cf3018d8ff&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001943 10.0.0.23 - - [2026-04-20 17:58:04] "GET /project/ba67848f-39b1-48a9-a3f4-81cf3018d8ff?fields=security_groups HTTP/1.1" 200 1262 0.092958 10.0.0.23 - - [2026-04-20 17:58:05] "POST /neutron/network HTTP/1.1" 200 938 0.352416 10.0.0.65 - - [2026-04-20 17:58:05] "GET /obj-perms HTTP/1.1" 200 5056 0.141556 10.0.0.23 - - [2026-04-20 17:58:05] "POST /neutron/port HTTP/1.1" 200 117 0.001591 10.0.0.23 - - [2026-04-20 17:58:06] "GET /obj-perms HTTP/1.1" 200 5056 0.283902 10.0.0.65 - - [2026-04-20 17:58:06] "DELETE /access-control-list/5fb8c9c1-82d9-43c3-baab-881939ff52d4 HTTP/1.1" 200 115 0.067758 10.0.0.23 - - [2026-04-20 17:58:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.669392 10.0.0.65 - - [2026-04-20 17:58:07] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003752 10.0.0.65 - - [2026-04-20 17:58:07] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.65 - - [2026-04-20 17:58:07] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.055242 10.0.0.65 - - [2026-04-20 17:58:07] "POST /id-to-fqname HTTP/1.1" 200 190 0.005825 10.0.0.65 - - [2026-04-20 17:58:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.008918 10.0.0.65 - - [2026-04-20 17:58:07] "POST /security-groups HTTP/1.1" 200 591 0.086715 10.0.0.65 - - [2026-04-20 17:58:07] "POST /projects HTTP/1.1" 200 585 0.353726 10.0.0.65 - - [2026-04-20 17:58:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.396785 10.0.0.65 - - [2026-04-20 17:58:07] "POST /access-control-lists HTTP/1.1" 200 596 0.040555 10.0.0.23 - - [2026-04-20 17:58:08] "GET /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.642513 10.0.0.23 - - [2026-04-20 17:58:09] "GET / HTTP/1.1" 200 35931 0.001954 10.0.0.65 - - [2026-04-20 17:58:10] "DELETE /project/9efb2a13acfe4fee87fb35f6ab5efd85 HTTP/1.1" 404 173 0.003288 10.0.0.65 - - [2026-04-20 17:58:10] "DELETE /project/ba67848f-39b1-48a9-a3f4-81cf3018d8ff HTTP/1.1" 404 177 0.005989 10.0.0.23 - - [2026-04-20 17:58:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.23 - - [2026-04-20 17:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.035364 10.0.0.65 - - [2026-04-20 17:58:11] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.23 - - [2026-04-20 17:58:11] "GET /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060012 10.0.0.65 - - [2026-04-20 17:58:11] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.23 - - [2026-04-20 17:58:12] "POST /neutron/network HTTP/1.1" 200 625 0.220449 10.0.0.65 - - [2026-04-20 17:58:12] "POST /route-targets HTTP/1.1" 200 327 0.020709 10.0.0.23 - - [2026-04-20 17:58:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.004288 10.0.0.23 - - [2026-04-20 17:58:12] "GET /virtual-network/77ccc694-5bdd-4714-977f-4b24912b84fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005991 10.0.0.23 - - [2026-04-20 17:58:12] "POST /neutron/network HTTP/1.1" 200 839 0.009585 10.0.0.23 - - [2026-04-20 17:58:12] "GET /virtual-network/77ccc694-5bdd-4714-977f-4b24912b84fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006180 10.0.0.23 - - [2026-04-20 17:58:12] "POST /neutron/network HTTP/1.1" 200 839 0.008553 10.0.0.23 - - [2026-04-20 17:58:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.001309 10.0.0.65 - - [2026-04-20 17:58:13] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001555 10.0.0.23 - - [2026-04-20 17:58:13] "GET /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.112079 10.0.0.23 - - [2026-04-20 17:58:13] "POST /neutron/network HTTP/1.1" 200 839 0.048840 10.0.0.23 - - [2026-04-20 17:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008029 10.0.0.23 - - [2026-04-20 17:58:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005390 10.0.0.23 - - [2026-04-20 17:58:14] "PUT /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a HTTP/1.1" 200 276 0.017386 10.0.0.23 - - [2026-04-20 17:58:14] "POST /neutron/port HTTP/1.1" 200 117 0.007886 10.0.0.23 - - [2026-04-20 17:58:15] "POST /neutron/port HTTP/1.1" 200 1055 0.026714 10.0.0.23 - - [2026-04-20 17:58:15] "POST /neutron/port HTTP/1.1" 200 1119 0.028237 10.0.0.23 - - [2026-04-20 17:58:15] "POST /neutron/port HTTP/1.1" 200 117 0.001908 10.0.0.23 - - [2026-04-20 17:58:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008927 10.0.0.23 - - [2026-04-20 17:58:20] "POST /neutron/port HTTP/1.1" 200 1119 0.027880 10.0.0.23 - - [2026-04-20 17:58:20] "GET /virtual-machine/df3e28c5-f7eb-41b2-b706-e3d9b4fd6d8a HTTP/1.1" 401 292 0.000474 10.0.0.23 - - [2026-04-20 17:58:20] "GET /virtual-machine/df3e28c5-f7eb-41b2-b706-e3d9b4fd6d8a HTTP/1.1" 200 1293 0.052200 10.0.0.23 - - [2026-04-20 17:58:20] "GET /virtual-machine-interface/afd0b723-a6ff-4659-a314-86de5dcda04b HTTP/1.1" 200 2972 0.006912 10.0.0.23 - - [2026-04-20 17:58:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.23 - - [2026-04-20 17:58:20] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005766 10.0.0.23 - - [2026-04-20 17:58:20] "GET /virtual-networks?parent_id=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004675 10.0.0.23 - - [2026-04-20 17:58:20] "GET /virtual-network/77ccc694-5bdd-4714-977f-4b24912b84fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007106 10.0.0.23 - - [2026-04-20 17:58:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.23 - - [2026-04-20 17:58:23] "GET /virtual-network/77ccc694-5bdd-4714-977f-4b24912b84fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006629 10.0.0.23 - - [2026-04-20 17:58:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008347 10.0.0.23 - - [2026-04-20 17:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.23 - - [2026-04-20 17:58:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.008976 10.0.0.23 - - [2026-04-20 17:58:25] "GET /virtual-networks?parent_id=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003249 10.0.0.23 - - [2026-04-20 17:58:25] "GET /virtual-network/77ccc694-5bdd-4714-977f-4b24912b84fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007624 10.0.0.23 - - [2026-04-20 17:58:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.23 - - [2026-04-20 17:58:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004499 10.0.0.23 - - [2026-04-20 17:58:27] "PUT /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a HTTP/1.1" 200 276 0.017645 10.0.0.23 - - [2026-04-20 17:58:27] "POST /neutron/port HTTP/1.1" 200 1119 0.026899 10.0.0.23 - - [2026-04-20 17:58:29] "POST /neutron/network HTTP/1.1" 200 839 0.008862 10.0.0.65 - - [2026-04-20 17:58:29] "DELETE /route-target/19686689-1f6e-4667-bfd9-66dcb1063764 HTTP/1.1" 200 115 0.024407 10.0.0.23 - - [2026-04-20 17:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.65 - - [2026-04-20 17:58:32] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.23 - - [2026-04-20 17:58:32] "GET /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051434 10.0.0.65 - - [2026-04-20 17:58:32] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001263 10.0.0.23 - - [2026-04-20 17:58:32] "POST /neutron/network HTTP/1.1" 200 605 0.165777 10.0.0.23 - - [2026-04-20 17:58:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.004606 10.0.0.23 - - [2026-04-20 17:58:33] "GET /virtual-network/cdf14cbb-0c95-48aa-8eff-869a46ff47a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006060 10.0.0.23 - - [2026-04-20 17:58:33] "POST /neutron/network HTTP/1.1" 200 824 0.010395 10.0.0.23 - - [2026-04-20 17:58:33] "GET /virtual-network/cdf14cbb-0c95-48aa-8eff-869a46ff47a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006282 10.0.0.23 - - [2026-04-20 17:58:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.001513 10.0.0.23 - - [2026-04-20 17:58:33] "POST /neutron/port HTTP/1.1" 200 4192 0.037006 10.0.0.65 - - [2026-04-20 17:58:34] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002051 10.0.0.23 - - [2026-04-20 17:58:34] "GET /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.093987 10.0.0.23 - - [2026-04-20 17:58:34] "POST /neutron/port HTTP/1.1" 200 4192 0.043401 10.0.0.23 - - [2026-04-20 17:58:35] "POST /neutron/network HTTP/1.1" 200 834 0.009025 10.0.0.23 - - [2026-04-20 17:58:35] "POST /neutron/port HTTP/1.1" 200 1060 0.026412 10.0.0.23 - - [2026-04-20 17:58:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004968 10.0.0.23 - - [2026-04-20 17:58:36] "POST /neutron/network HTTP/1.1" 200 824 0.012771 10.0.0.23 - - [2026-04-20 17:58:40] "POST /neutron/port HTTP/1.1" 200 1124 0.028714 10.0.0.23 - - [2026-04-20 17:58:40] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008758 10.0.0.23 - - [2026-04-20 17:58:40] "GET /virtual-machine/778b7a5c-7093-4d4a-8f2f-4edbbd099448 HTTP/1.1" 200 1292 0.009609 10.0.0.23 - - [2026-04-20 17:58:40] "GET /virtual-machine-interface/49bf0b30-2631-46af-be27-7f9c584266f0 HTTP/1.1" 200 2941 0.007213 10.0.0.23 - - [2026-04-20 17:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005711 10.0.0.23 - - [2026-04-20 17:58:40] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008328 10.0.0.23 - - [2026-04-20 17:58:40] "GET /virtual-networks?parent_id=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004935 10.0.0.23 - - [2026-04-20 17:58:40] "GET /virtual-network/cdf14cbb-0c95-48aa-8eff-869a46ff47a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.013947 10.0.0.23 - - [2026-04-20 17:58:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006862 10.0.0.23 - - [2026-04-20 17:58:43] "GET /virtual-network/cdf14cbb-0c95-48aa-8eff-869a46ff47a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006966 10.0.0.23 - - [2026-04-20 17:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006396 10.0.0.23 - - [2026-04-20 17:58:47] "GET /virtual-network/cdf14cbb-0c95-48aa-8eff-869a46ff47a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009320 10.0.0.23 - - [2026-04-20 17:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007117 10.0.0.23 - - [2026-04-20 17:58:49] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004781 10.0.0.23 - - [2026-04-20 17:58:49] "GET /virtual-networks?parent_id=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004434 10.0.0.23 - - [2026-04-20 17:58:49] "GET /virtual-network/cdf14cbb-0c95-48aa-8eff-869a46ff47a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008428 10.0.0.23 - - [2026-04-20 17:58:51] "POST /neutron/network HTTP/1.1" 200 824 0.008450 10.0.0.23 - - [2026-04-20 17:58:51] "POST /neutron/port HTTP/1.1" 200 1114 0.021108 10.0.0.65 - - [2026-04-20 17:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.65 - - [2026-04-20 17:58:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002989 10.0.0.65 - - [2026-04-20 17:58:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002485 10.0.0.23 - - [2026-04-20 17:58:53] "POST /neutron/network HTTP/1.1" 200 151 0.152284 10.0.0.23 - - [2026-04-20 17:58:55] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.005231 10.0.0.23 - - [2026-04-20 17:58:56] "POST /network-ipams HTTP/1.1" 200 541 0.044342 10.0.0.23 - - [2026-04-20 17:58:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.004028 10.0.0.23 - - [2026-04-20 17:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006106 10.0.0.23 - - [2026-04-20 17:58:56] "GET /network-ipam/7680f745-3fdb-49ff-87de-bb0caa6dcf20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1328 0.008214 10.0.0.23 - - [2026-04-20 17:58:56] "PUT /network-ipam/7680f745-3fdb-49ff-87de-bb0caa6dcf20 HTTP/1.1" 200 258 0.019321 10.0.0.23 - - [2026-04-20 17:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004854 10.0.0.65 - - [2026-04-20 17:58:56] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.23 - - [2026-04-20 17:58:56] "GET /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047713 10.0.0.65 - - [2026-04-20 17:58:56] "POST /ref-update HTTP/1.1" 200 156 0.037694 10.0.0.65 - - [2026-04-20 17:58:56] "POST /useragent-kv HTTP/1.1" 200 115 0.014783 10.0.0.23 - - [2026-04-20 17:58:56] "POST /neutron/subnet HTTP/1.1" 200 699 0.275506 10.0.0.23 - - [2026-04-20 17:58:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001425 10.0.0.23 - - [2026-04-20 17:58:57] "GET /virtual-network/b0d2fc6d-5d15-43a1-ab12-780a36db9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009060 10.0.0.23 - - [2026-04-20 17:58:57] "POST /neutron/network HTTP/1.1" 200 994 0.011984 10.0.0.23 - - [2026-04-20 17:58:57] "GET /virtual-network/b0d2fc6d-5d15-43a1-ab12-780a36db9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006390 10.0.0.23 - - [2026-04-20 17:58:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.014948 10.0.0.23 - - [2026-04-20 17:58:57] "POST /neutron/subnet HTTP/1.1" 200 699 0.012026 10.0.0.23 - - [2026-04-20 17:58:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001759 10.0.0.23 - - [2026-04-20 17:58:58] "POST /neutron/port HTTP/1.1" 200 4192 0.035459 10.0.0.23 - - [2026-04-20 17:58:58] "POST /neutron/network HTTP/1.1" 200 994 0.010306 10.0.0.23 - - [2026-04-20 17:58:58] "POST /neutron/port HTTP/1.1" 200 4192 0.036800 10.0.0.23 - - [2026-04-20 17:58:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001587 10.0.0.23 - - [2026-04-20 17:58:59] "POST /neutron/port HTTP/1.1" 200 1017 0.018269 10.0.0.23 - - [2026-04-20 17:58:59] "POST /neutron/port HTTP/1.1" 200 1017 0.014146 10.0.0.23 - - [2026-04-20 17:58:59] "POST /neutron/network HTTP/1.1" 200 1004 0.009295 10.0.0.23 - - [2026-04-20 17:58:59] "POST /neutron/port HTTP/1.1" 200 1017 0.019416 10.0.0.23 - - [2026-04-20 17:58:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001549 10.0.0.23 - - [2026-04-20 17:58:59] "POST /neutron/port HTTP/1.1" 200 1119 0.028288 10.0.0.23 - - [2026-04-20 17:59:00] "POST /neutron/subnet HTTP/1.1" 200 673 0.018394 10.0.0.23 - - [2026-04-20 17:59:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010083 10.0.0.23 - - [2026-04-20 17:59:00] "POST /neutron/port HTTP/1.1" 200 1218 0.104702 10.0.0.23 - - [2026-04-20 17:59:00] "POST /neutron/port HTTP/1.1" 200 1017 0.020228 10.0.0.23 - - [2026-04-20 17:59:00] "POST /neutron/network HTTP/1.1" 200 1123 0.013415 10.0.0.23 - - [2026-04-20 17:59:00] "POST /neutron/subnet HTTP/1.1" 200 1385 0.025338 10.0.0.23 - - [2026-04-20 17:59:01] "POST /neutron/port HTTP/1.1" 200 1119 0.031465 10.0.0.23 - - [2026-04-20 17:59:01] "POST /neutron/subnet HTTP/1.1" 200 673 0.014223 10.0.0.65 - - [2026-04-20 17:59:01] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.23 - - [2026-04-20 17:59:01] "GET /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.103307 10.0.0.23 - - [2026-04-20 17:59:01] "POST /neutron/network HTTP/1.1" 200 994 0.015987 10.0.0.23 - - [2026-04-20 17:59:01] "POST /neutron/port HTTP/1.1" 200 117 0.008079 10.0.0.23 - - [2026-04-20 17:59:02] "GET /virtual-network/b0d2fc6d-5d15-43a1-ab12-780a36db9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007292 10.0.0.23 - - [2026-04-20 17:59:02] "POST /neutron/port HTTP/1.1" 200 1055 0.029860 10.0.0.23 - - [2026-04-20 17:59:03] "POST /neutron/port HTTP/1.1" 200 1119 0.028133 10.0.0.23 - - [2026-04-20 17:59:03] "POST /neutron/port HTTP/1.1" 200 117 0.002403 10.0.0.23 - - [2026-04-20 17:59:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012576 10.0.0.23 - - [2026-04-20 17:59:04] "POST /neutron/port HTTP/1.1" 200 1119 0.023470 10.0.0.23 - - [2026-04-20 17:59:04] "GET /virtual-machine/ab92919f-460e-44fa-a8d7-aaac15299dbf HTTP/1.1" 200 1289 0.007693 10.0.0.23 - - [2026-04-20 17:59:04] "GET /virtual-machine-interface/541c4141-bb74-407e-9888-970457f96e30 HTTP/1.1" 200 2941 0.005852 10.0.0.23 - - [2026-04-20 17:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.23 - - [2026-04-20 17:59:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005148 10.0.0.23 - - [2026-04-20 17:59:04] "GET /virtual-networks?parent_id=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004579 10.0.0.23 - - [2026-04-20 17:59:04] "GET /virtual-network/b0d2fc6d-5d15-43a1-ab12-780a36db9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006264 10.0.0.23 - - [2026-04-20 17:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.23 - - [2026-04-20 17:59:07] "GET /virtual-network/b0d2fc6d-5d15-43a1-ab12-780a36db9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006343 10.0.0.23 - - [2026-04-20 17:59:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008450 10.0.0.23 - - [2026-04-20 17:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692 10.0.0.23 - - [2026-04-20 17:59:11] "GET /virtual-network/b0d2fc6d-5d15-43a1-ab12-780a36db9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006317 10.0.0.23 - - [2026-04-20 17:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009084 10.0.0.23 - - [2026-04-20 17:59:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004546 10.0.0.23 - - [2026-04-20 17:59:14] "GET /virtual-networks?parent_id=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003759 10.0.0.23 - - [2026-04-20 17:59:14] "GET /virtual-network/b0d2fc6d-5d15-43a1-ab12-780a36db9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006986 10.0.0.23 - - [2026-04-20 17:59:14] "POST /neutron/port HTTP/1.1" 200 1119 0.025873 10.0.0.23 - - [2026-04-20 17:59:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011720 10.0.0.23 - - [2026-04-20 17:59:14] "GET /virtual-machine/becf814c-a860-4657-99a8-bf024954e3cf HTTP/1.1" 200 1289 0.011224 10.0.0.23 - - [2026-04-20 17:59:14] "GET /virtual-machine-interface/4e200b82-1cbe-4743-975b-a166dbc3a27d HTTP/1.1" 200 2941 0.006397 10.0.0.23 - - [2026-04-20 17:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.23 - - [2026-04-20 17:59:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004576 10.0.0.23 - - [2026-04-20 17:59:14] "GET /virtual-networks?parent_id=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004188 10.0.0.23 - - [2026-04-20 17:59:14] "GET /virtual-network/b0d2fc6d-5d15-43a1-ab12-780a36db9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007079 10.0.0.23 - - [2026-04-20 17:59:14] "POST /neutron/port HTTP/1.1" 200 1119 0.027555 10.0.0.23 - - [2026-04-20 17:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007273 10.0.0.23 - - [2026-04-20 17:59:15] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005021 10.0.0.23 - - [2026-04-20 17:59:15] "GET /virtual-networks?parent_id=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003612 10.0.0.23 - - [2026-04-20 17:59:15] "GET /virtual-network/b0d2fc6d-5d15-43a1-ab12-780a36db9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.016940 10.0.0.23 - - [2026-04-20 17:59:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010330 10.0.0.23 - - [2026-04-20 17:59:16] "POST /neutron/port HTTP/1.1" 200 1119 0.023298 10.0.0.23 - - [2026-04-20 17:59:16] "GET /virtual-machine/c0e76cf1-18bb-4394-81e8-30730eb43e78 HTTP/1.1" 200 1292 0.009084 10.0.0.23 - - [2026-04-20 17:59:16] "GET /virtual-machine-interface/bdfe29d9-e40c-4b32-aa94-fef1c0780a8c HTTP/1.1" 200 2942 0.008128 10.0.0.23 - - [2026-04-20 17:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005611 10.0.0.23 - - [2026-04-20 17:59:16] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005451 10.0.0.23 - - [2026-04-20 17:59:16] "GET /virtual-networks?parent_id=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004147 10.0.0.23 - - [2026-04-20 17:59:16] "GET /virtual-network/b0d2fc6d-5d15-43a1-ab12-780a36db9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007308 10.0.0.23 - - [2026-04-20 17:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.23 - - [2026-04-20 17:59:17] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005065 10.0.0.23 - - [2026-04-20 17:59:17] "GET /virtual-networks?parent_id=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004628 10.0.0.23 - - [2026-04-20 17:59:17] "GET /virtual-network/b0d2fc6d-5d15-43a1-ab12-780a36db9507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.007453 10.0.0.23 - - [2026-04-20 17:59:34] "POST /neutron/port HTTP/1.1" 200 1109 0.025520 10.0.0.23 - - [2026-04-20 17:59:34] "POST /neutron/port HTTP/1.1" 200 1109 0.017612 10.0.0.23 - - [2026-04-20 17:59:34] "POST /neutron/port HTTP/1.1" 200 1109 0.015424 10.0.0.65 - - [2026-04-20 17:59:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006369 10.0.0.65 - - [2026-04-20 17:59:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002858 10.0.0.65 - - [2026-04-20 17:59:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003374 10.0.0.65 - - [2026-04-20 17:59:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004094 10.0.0.23 - - [2026-04-20 17:59:34] "POST /neutron/network HTTP/1.1" 200 151 0.214102 10.0.0.23 - - [2026-04-20 17:59:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.23 - - [2026-04-20 17:59:35] "DELETE /network-ipam/7680f745-3fdb-49ff-87de-bb0caa6dcf20 HTTP/1.1" 200 115 0.054189 10.0.0.23 - - [2026-04-20 17:59:35] "POST /fqname-to-id HTTP/1.1" 404 211 0.005444 10.0.0.65 - - [2026-04-20 17:59:36] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.23 - - [2026-04-20 17:59:36] "GET /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.095789 10.0.0.65 - - [2026-04-20 17:59:36] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.23 - - [2026-04-20 17:59:36] "GET /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85?fields=virtual_networks HTTP/1.1" 200 1032 0.050058 10.0.0.65 - - [2026-04-20 17:59:36] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001237 10.0.0.23 - - [2026-04-20 17:59:36] "GET /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.055389 10.0.0.65 - - [2026-04-20 17:59:37] "GET /projects?obj_uuids=9efb2a13-acfe-4fee-87fb-35f6ab5efd85&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002447 10.0.0.23 - - [2026-04-20 17:59:37] "GET /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85?fields=security_groups HTTP/1.1" 200 1258 0.057984 10.0.0.23 - - [2026-04-20 17:59:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.045861 10.0.0.65 - - [2026-04-20 17:59:38] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004777 10.0.0.65 - - [2026-04-20 17:59:38] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001837 10.0.0.65 - - [2026-04-20 17:59:38] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009355 10.0.0.65 - - [2026-04-20 17:59:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.004930 10.0.0.65 - - [2026-04-20 17:59:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.008898 10.0.0.65 - - [2026-04-20 17:59:38] "POST /security-groups HTTP/1.1" 200 599 0.045160 10.0.0.65 - - [2026-04-20 17:59:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.003710 10.0.0.65 - - [2026-04-20 17:59:38] "POST /projects HTTP/1.1" 200 601 0.284357 10.0.0.65 - - [2026-04-20 17:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.326724 10.0.0.65 - - [2026-04-20 17:59:38] "POST /access-control-lists HTTP/1.1" 200 602 0.054790 10.0.0.23 - - [2026-04-20 17:59:38] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.519758 10.0.0.23 - - [2026-04-20 17:59:39] "POST /neutron/port HTTP/1.1" 200 117 0.011290 10.0.0.23 - - [2026-04-20 17:59:40] "GET / HTTP/1.1" 200 35931 0.004262 10.0.0.23 - - [2026-04-20 17:59:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000622 10.0.0.23 - - [2026-04-20 17:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.082309 10.0.0.65 - - [2026-04-20 17:59:42] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.23 - - [2026-04-20 17:59:42] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.058768 10.0.0.65 - - [2026-04-20 17:59:42] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001854 10.0.0.23 - - [2026-04-20 17:59:43] "POST /neutron/network HTTP/1.1" 200 613 0.225143 10.0.0.249 - - [2026-04-20 17:59:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.058898 10.0.0.23 - - [2026-04-20 17:59:43] "POST /neutron/network HTTP/1.1" 200 1002 0.014484 10.0.0.23 - - [2026-04-20 17:59:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001611 10.0.0.23 - - [2026-04-20 17:59:43] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.009079 10.0.0.23 - - [2026-04-20 17:59:43] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006195 10.0.0.23 - - [2026-04-20 17:59:43] "POST /neutron/subnet HTTP/1.1" 200 823 0.013993 10.0.0.23 - - [2026-04-20 17:59:44] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.009826 10.0.0.249 - - [2026-04-20 17:59:45] "GET /obj-perms HTTP/1.1" 200 5046 0.075789 10.0.0.65 - - [2026-04-20 17:59:46] "GET /obj-perms HTTP/1.1" 200 5046 0.085316 10.0.0.23 - - [2026-04-20 17:59:46] "POST /id-to-fqname HTTP/1.1" 200 228 0.002204 10.0.0.23 - - [2026-04-20 17:59:46] "POST /neutron/network HTTP/1.1" 200 1012 0.012784 10.0.0.65 - - [2026-04-20 17:59:47] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001217 10.0.0.23 - - [2026-04-20 17:59:47] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.094128 10.0.0.23 - - [2026-04-20 17:59:47] "POST /neutron/port HTTP/1.1" 200 117 0.009629 10.0.0.23 - - [2026-04-20 17:59:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001524 10.0.0.23 - - [2026-04-20 17:59:48] "POST /neutron/network HTTP/1.1" 200 1012 0.011054 10.0.0.23 - - [2026-04-20 17:59:48] "POST /neutron/port HTTP/1.1" 200 1171 0.032402 10.0.0.23 - - [2026-04-20 17:59:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006954 10.0.0.65 - - [2026-04-20 17:59:49] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001624 10.0.0.23 - - [2026-04-20 17:59:49] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.134258 10.0.0.23 - - [2026-04-20 17:59:49] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.23 - - [2026-04-20 17:59:49] "POST /neutron/network HTTP/1.1" 200 1002 0.018749 10.0.0.23 - - [2026-04-20 17:59:49] "POST /neutron/port HTTP/1.1" 200 117 0.008238 10.0.0.23 - - [2026-04-20 17:59:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001708 10.0.0.23 - - [2026-04-20 17:59:50] "POST /neutron/network HTTP/1.1" 200 1012 0.011221 10.0.0.23 - - [2026-04-20 17:59:50] "POST /neutron/port HTTP/1.1" 200 1171 0.043511 10.0.0.23 - - [2026-04-20 17:59:51] "POST /neutron/port HTTP/1.1" 200 1235 0.033574 10.0.0.23 - - [2026-04-20 17:59:51] "POST /neutron/subnet HTTP/1.1" 200 1365 0.021840 10.0.0.23 - - [2026-04-20 17:59:51] "POST /neutron/network HTTP/1.1" 200 1002 0.015582 10.0.0.65 - - [2026-04-20 17:59:51] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001473 10.0.0.23 - - [2026-04-20 17:59:51] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.123066 10.0.0.23 - - [2026-04-20 17:59:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011509 10.0.0.23 - - [2026-04-20 17:59:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001463 10.0.0.23 - - [2026-04-20 17:59:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.018637 10.0.0.65 - - [2026-04-20 17:59:52] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002698 10.0.0.23 - - [2026-04-20 17:59:53] "POST /neutron/port HTTP/1.1" 200 1171 0.493061 10.0.0.23 - - [2026-04-20 17:59:53] "POST /neutron/port HTTP/1.1" 200 1225 0.168728 10.0.0.65 - - [2026-04-20 17:59:53] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.23 - - [2026-04-20 17:59:53] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.089971 10.0.0.23 - - [2026-04-20 17:59:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004635 10.0.0.23 - - [2026-04-20 17:59:53] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.23 - - [2026-04-20 17:59:53] "POST /neutron/port HTTP/1.1" 200 7435 0.091098 10.0.0.23 - - [2026-04-20 17:59:54] "POST /neutron/port HTTP/1.1" 200 1235 0.025551 10.0.0.23 - - [2026-04-20 17:59:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012237 10.0.0.23 - - [2026-04-20 17:59:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012147 10.0.0.23 - - [2026-04-20 17:59:54] "GET /virtual-machine/5dd8cd8a-ba4f-4f64-8ed3-8a592b501400 HTTP/1.1" 401 292 0.000577 10.0.0.23 - - [2026-04-20 17:59:54] "POST /neutron/port HTTP/1.1" 200 1171 0.030962 10.0.0.23 - - [2026-04-20 17:59:54] "GET /virtual-machine/5dd8cd8a-ba4f-4f64-8ed3-8a592b501400 HTTP/1.1" 200 1300 0.052027 10.0.0.23 - - [2026-04-20 17:59:54] "GET /virtual-machine-interface/bc88c9d0-d2f2-47c2-97dd-4903b039d0cd HTTP/1.1" 200 3176 0.006240 10.0.0.23 - - [2026-04-20 17:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.23 - - [2026-04-20 17:59:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005596 10.0.0.23 - - [2026-04-20 17:59:54] "GET /virtual-networks?parent_id=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003031 10.0.0.23 - - [2026-04-20 17:59:55] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006122 10.0.0.23 - - [2026-04-20 17:59:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006090 10.0.0.23 - - [2026-04-20 17:59:55] "POST /neutron/port HTTP/1.1" 200 117 0.001710 10.0.0.23 - - [2026-04-20 17:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.23 - - [2026-04-20 17:59:58] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006390 10.0.0.23 - - [2026-04-20 18:00:01] "POST /neutron/port HTTP/1.1" 200 1108 0.037209 10.0.0.23 - - [2026-04-20 18:00:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005371 10.0.0.23 - - [2026-04-20 18:00:01] "POST /neutron/network HTTP/1.1" 200 928 0.011950 10.0.0.23 - - [2026-04-20 18:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.23 - - [2026-04-20 18:00:02] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006530 10.0.0.23 - - [2026-04-20 18:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004958 10.0.0.23 - - [2026-04-20 18:00:06] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007007 10.0.0.23 - - [2026-04-20 18:00:07] "GET /obj-perms HTTP/1.1" 200 5056 0.078760 10.0.0.23 - - [2026-04-20 18:00:07] "POST /neutron/network HTTP/1.1" 200 1123 0.008945 10.0.0.23 - - [2026-04-20 18:00:07] "POST /neutron/subnet HTTP/1.1" 200 1385 0.017175 10.0.0.23 - - [2026-04-20 18:00:07] "POST /neutron/network HTTP/1.1" 200 1113 0.012450 10.0.0.65 - - [2026-04-20 18:00:08] "DELETE /access-control-list/8ea6992b-d15a-44fd-a92f-0a6d3ce217ab HTTP/1.1" 200 115 0.051188 10.0.0.249 - - [2026-04-20 18:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000650 10.0.0.249 - - [2026-04-20 18:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000617 10.0.0.65 - - [2026-04-20 18:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.249 - - [2026-04-20 18:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.249 - - [2026-04-20 18:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.65 - - [2026-04-20 18:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.65 - - [2026-04-20 18:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.002014 10.0.0.65 - - [2026-04-20 18:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.23 - - [2026-04-20 18:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.23 - - [2026-04-20 18:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000562 10.0.0.23 - - [2026-04-20 18:00:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.23 - - [2026-04-20 18:00:10] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006181 10.0.0.65 - - [2026-04-20 18:00:10] "DELETE /project/c2d5c580042e457e8633661bd6f36202 HTTP/1.1" 404 173 0.004707 10.0.0.65 - - [2026-04-20 18:00:10] "DELETE /project/9efb2a13-acfe-4fee-87fb-35f6ab5efd85 HTTP/1.1" 404 177 0.004455 10.0.0.23 - - [2026-04-20 18:00:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.23 - - [2026-04-20 18:00:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.23 - - [2026-04-20 18:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.23 - - [2026-04-20 18:00:14] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006974 10.0.0.23 - - [2026-04-20 18:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.23 - - [2026-04-20 18:00:18] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006133 10.0.0.23 - - [2026-04-20 18:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.23 - - [2026-04-20 18:00:22] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008652 10.0.0.23 - - [2026-04-20 18:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.23 - - [2026-04-20 18:00:26] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.009389 10.0.0.23 - - [2026-04-20 18:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.23 - - [2026-04-20 18:00:30] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006615 10.0.0.23 - - [2026-04-20 18:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.23 - - [2026-04-20 18:00:35] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006583 10.0.0.23 - - [2026-04-20 18:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.23 - - [2026-04-20 18:00:39] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005883 10.0.0.23 - - [2026-04-20 18:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006198 10.0.0.23 - - [2026-04-20 18:00:43] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005982 10.0.0.23 - - [2026-04-20 18:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.23 - - [2026-04-20 18:00:47] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.009204 10.0.0.23 - - [2026-04-20 18:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.23 - - [2026-04-20 18:00:51] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006174 10.0.0.23 - - [2026-04-20 18:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.23 - - [2026-04-20 18:00:55] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006033 10.0.0.23 - - [2026-04-20 18:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004829 10.0.0.23 - - [2026-04-20 18:00:59] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006408 10.0.0.23 - - [2026-04-20 18:01:03] "POST /neutron/network HTTP/1.1" 200 1123 0.012576 10.0.0.23 - - [2026-04-20 18:01:03] "POST /neutron/subnet HTTP/1.1" 200 1385 0.020904 10.0.0.23 - - [2026-04-20 18:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.017011 10.0.0.23 - - [2026-04-20 18:01:03] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006995 10.0.0.23 - - [2026-04-20 18:01:03] "POST /neutron/network HTTP/1.1" 200 1113 0.012523 10.0.0.23 - - [2026-04-20 18:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.23 - - [2026-04-20 18:01:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004539 10.0.0.23 - - [2026-04-20 18:01:07] "GET /virtual-networks?parent_id=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004514 10.0.0.23 - - [2026-04-20 18:01:07] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006624 10.0.0.23 - - [2026-04-20 18:01:09] "POST /neutron/port HTTP/1.1" 200 1108 0.025688 10.0.0.23 - - [2026-04-20 18:01:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005106 10.0.0.23 - - [2026-04-20 18:01:09] "POST /neutron/network HTTP/1.1" 200 928 0.008355 10.0.0.23 - - [2026-04-20 18:01:11] "POST /neutron/port HTTP/1.1" 200 1235 0.025855 10.0.0.23 - - [2026-04-20 18:01:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014982 10.0.0.23 - - [2026-04-20 18:01:23] "POST /neutron/port HTTP/1.1" 200 1235 0.032366 10.0.0.23 - - [2026-04-20 18:01:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.078393 10.0.0.23 - - [2026-04-20 18:01:30] "POST /neutron/port HTTP/1.1" 200 1235 0.021544 10.0.0.23 - - [2026-04-20 18:01:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008769 10.0.0.23 - - [2026-04-20 18:01:44] "POST /neutron/port HTTP/1.1" 200 1235 0.023799 10.0.0.23 - - [2026-04-20 18:01:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012312 10.0.0.23 - - [2026-04-20 18:01:45] "GET /virtual-machine/852cc636-2db8-453e-8a94-be36eec9e9a1 HTTP/1.1" 200 1299 0.008564 10.0.0.23 - - [2026-04-20 18:01:45] "GET /virtual-machine-interface/b976cf38-108c-4dfd-b1ee-5cdacc6f2e99 HTTP/1.1" 200 3176 0.007559 10.0.0.23 - - [2026-04-20 18:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.23 - - [2026-04-20 18:01:45] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005032 10.0.0.23 - - [2026-04-20 18:01:45] "GET /virtual-networks?parent_id=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003927 10.0.0.23 - - [2026-04-20 18:01:45] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.009092 10.0.0.23 - - [2026-04-20 18:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.23 - - [2026-04-20 18:01:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005643 10.0.0.23 - - [2026-04-20 18:01:46] "GET /virtual-networks?parent_id=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003922 10.0.0.23 - - [2026-04-20 18:01:46] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008671 10.0.0.23 - - [2026-04-20 18:01:46] "POST /neutron/port HTTP/1.1" 200 1235 0.024814 10.0.0.23 - - [2026-04-20 18:01:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010804 10.0.0.23 - - [2026-04-20 18:01:46] "GET /virtual-machine/9dce458e-8be6-4705-9b4f-54c57140dac5 HTTP/1.1" 200 1301 0.008225 10.0.0.23 - - [2026-04-20 18:01:46] "GET /virtual-machine-interface/f4bb1b7c-dcb1-4944-9734-28fb57e8774c HTTP/1.1" 200 3176 0.006512 10.0.0.23 - - [2026-04-20 18:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.23 - - [2026-04-20 18:01:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006732 10.0.0.23 - - [2026-04-20 18:01:46] "GET /virtual-networks?parent_id=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004024 10.0.0.23 - - [2026-04-20 18:01:46] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006978 10.0.0.23 - - [2026-04-20 18:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.23 - - [2026-04-20 18:01:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004932 10.0.0.23 - - [2026-04-20 18:01:48] "GET /virtual-networks?parent_id=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004683 10.0.0.23 - - [2026-04-20 18:01:48] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007303 10.0.0.23 - - [2026-04-20 18:02:04] "POST /neutron/port HTTP/1.1" 200 1108 0.025541 10.0.0.23 - - [2026-04-20 18:02:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004810 10.0.0.23 - - [2026-04-20 18:02:04] "POST /neutron/network HTTP/1.1" 200 928 0.008497 10.0.0.23 - - [2026-04-20 18:02:10] "POST /neutron/network HTTP/1.1" 200 1012 0.009439 10.0.0.23 - - [2026-04-20 18:02:11] "POST /neutron/subnet HTTP/1.1" 200 1365 0.019748 10.0.0.23 - - [2026-04-20 18:02:11] "POST /neutron/network HTTP/1.1" 200 1002 0.012047 10.0.0.65 - - [2026-04-20 18:02:17] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.23 - - [2026-04-20 18:02:17] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067396 10.0.0.23 - - [2026-04-20 18:02:17] "POST /fqname-to-id HTTP/1.1" 404 226 0.004409 10.0.0.23 - - [2026-04-20 18:02:17] "POST /interface-route-tables HTTP/1.1" 200 575 0.049546 10.0.0.23 - - [2026-04-20 18:02:17] "GET /interface-route-table/9630b3ab-1876-467f-98d9-e41c04e70f6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.009458 10.0.0.23 - - [2026-04-20 18:02:18] "GET /virtual-machine-interface/bc88c9d0-d2f2-47c2-97dd-4903b039d0cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007426 10.0.0.23 - - [2026-04-20 18:02:18] "POST /ref-update HTTP/1.1" 200 156 0.020648 10.0.0.23 - - [2026-04-20 18:03:06] "POST /neutron/network HTTP/1.1" 200 1012 0.009800 10.0.0.23 - - [2026-04-20 18:03:06] "POST /neutron/subnet HTTP/1.1" 200 1365 0.016907 10.0.0.23 - - [2026-04-20 18:03:06] "POST /neutron/network HTTP/1.1" 200 1002 0.011290 10.0.0.249 - - [2026-04-20 18:03:10] "GET /obj-perms HTTP/1.1" 200 5056 0.076130 10.0.0.65 - - [2026-04-20 18:03:11] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.032908 10.0.0.23 - - [2026-04-20 18:03:11] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.097209 10.0.0.23 - - [2026-04-20 18:03:11] "POST /fqname-to-id HTTP/1.1" 404 226 0.013071 10.0.0.23 - - [2026-04-20 18:03:11] "POST /interface-route-tables HTTP/1.1" 200 575 0.035309 10.0.0.23 - - [2026-04-20 18:03:11] "GET /interface-route-table/7d3846b1-d756-4da0-8521-297ff74bfe5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.009059 10.0.0.23 - - [2026-04-20 18:03:11] "GET /virtual-machine-interface/b976cf38-108c-4dfd-b1ee-5cdacc6f2e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007175 10.0.0.23 - - [2026-04-20 18:03:11] "POST /ref-update HTTP/1.1" 200 156 0.019835 10.0.0.23 - - [2026-04-20 18:03:13] "GET /virtual-machine-interface/f4bb1b7c-dcb1-4944-9734-28fb57e8774c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.009783 10.0.0.23 - - [2026-04-20 18:03:13] "PUT /virtual-machine-interface/f4bb1b7c-dcb1-4944-9734-28fb57e8774c HTTP/1.1" 200 284 0.029862 10.0.0.23 - - [2026-04-20 18:03:13] "GET /virtual-machine-interface/bc88c9d0-d2f2-47c2-97dd-4903b039d0cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.011941 10.0.0.23 - - [2026-04-20 18:03:13] "POST /neutron/network HTTP/1.1" 200 1012 0.093462 10.0.0.23 - - [2026-04-20 18:03:13] "PUT /virtual-machine-interface/bc88c9d0-d2f2-47c2-97dd-4903b039d0cd HTTP/1.1" 200 284 0.022088 10.0.0.23 - - [2026-04-20 18:03:13] "GET /virtual-machine-interface/b976cf38-108c-4dfd-b1ee-5cdacc6f2e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.018771 10.0.0.23 - - [2026-04-20 18:03:13] "PUT /virtual-machine-interface/b976cf38-108c-4dfd-b1ee-5cdacc6f2e99 HTTP/1.1" 200 284 0.022227 10.0.0.23 - - [2026-04-20 18:03:13] "POST /neutron/subnet HTTP/1.1" 200 1365 0.030629 10.0.0.23 - - [2026-04-20 18:03:13] "POST /neutron/network HTTP/1.1" 200 1002 0.011951 10.0.0.23 - - [2026-04-20 18:04:04] "POST /neutron/port HTTP/1.1" 200 1235 0.024968 10.0.0.23 - - [2026-04-20 18:04:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012924 10.0.0.23 - - [2026-04-20 18:04:05] "GET /virtual-machine/857b4be7-4547-42b7-b32e-c686556fd531 HTTP/1.1" 200 1300 0.008577 10.0.0.23 - - [2026-04-20 18:04:05] "GET /virtual-machine-interface/6d9feba4-2d62-45be-87b7-d61c80ba9380 HTTP/1.1" 200 3174 0.008345 10.0.0.23 - - [2026-04-20 18:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.23 - - [2026-04-20 18:04:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007290 10.0.0.23 - - [2026-04-20 18:04:05] "GET /virtual-networks?parent_id=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004892 10.0.0.23 - - [2026-04-20 18:04:05] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008234 10.0.0.23 - - [2026-04-20 18:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.23 - - [2026-04-20 18:04:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005326 10.0.0.23 - - [2026-04-20 18:04:06] "GET /virtual-networks?parent_id=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004738 10.0.0.23 - - [2026-04-20 18:04:06] "GET /virtual-network/2e3cb112-e9c4-42aa-9996-9880b4b4d053?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007122 10.0.0.23 - - [2026-04-20 18:04:06] "GET /virtual-machine-interface/6d9feba4-2d62-45be-87b7-d61c80ba9380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006721 10.0.0.23 - - [2026-04-20 18:04:06] "PUT /virtual-machine-interface/6d9feba4-2d62-45be-87b7-d61c80ba9380 HTTP/1.1" 200 284 0.018451 10.0.0.23 - - [2026-04-20 18:04:07] "POST /neutron/network HTTP/1.1" 200 1012 0.046656 10.0.0.23 - - [2026-04-20 18:04:07] "POST /neutron/subnet HTTP/1.1" 200 1365 0.021395 10.0.0.23 - - [2026-04-20 18:04:07] "POST /neutron/network HTTP/1.1" 200 1002 0.012190 10.0.0.65 - - [2026-04-20 18:04:10] "GET /obj-perms HTTP/1.1" 200 5056 0.074953 10.0.0.23 - - [2026-04-20 18:04:11] "GET /obj-perms HTTP/1.1" 200 5056 0.075911 10.0.0.23 - - [2026-04-20 18:04:14] "POST /neutron/network HTTP/1.1" 200 1123 0.008503 10.0.0.23 - - [2026-04-20 18:04:14] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016627 10.0.0.23 - - [2026-04-20 18:04:14] "POST /neutron/network HTTP/1.1" 200 1113 0.010149 10.0.0.65 - - [2026-04-20 18:04:50] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.23 - - [2026-04-20 18:04:50] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.096316 10.0.0.23 - - [2026-04-20 18:04:50] "POST /fqname-to-id HTTP/1.1" 404 226 0.010500 10.0.0.23 - - [2026-04-20 18:04:51] "POST /interface-route-tables HTTP/1.1" 200 575 0.048714 10.0.0.23 - - [2026-04-20 18:04:51] "GET /interface-route-table/5f85dc0e-67ed-4b72-8178-6d45b7c890eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.008245 10.0.0.23 - - [2026-04-20 18:04:51] "GET /virtual-machine-interface/6d9feba4-2d62-45be-87b7-d61c80ba9380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007064 10.0.0.23 - - [2026-04-20 18:04:51] "POST /ref-update HTTP/1.1" 200 156 0.030852 10.0.0.23 - - [2026-04-20 18:04:52] "GET /virtual-machine-interface/bc88c9d0-d2f2-47c2-97dd-4903b039d0cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.006588 10.0.0.23 - - [2026-04-20 18:04:53] "POST /ref-update HTTP/1.1" 200 156 0.025437 10.0.0.23 - - [2026-04-20 18:04:53] "DELETE /interface-route-table/9630b3ab-1876-467f-98d9-e41c04e70f6b HTTP/1.1" 200 115 0.045584 10.0.0.23 - - [2026-04-20 18:04:54] "POST /neutron/port HTTP/1.1" 200 151 0.357803 10.0.0.23 - - [2026-04-20 18:05:03] "GET /virtual-machine-interface/6d9feba4-2d62-45be-87b7-d61c80ba9380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.012146 10.0.0.23 - - [2026-04-20 18:05:04] "POST /ref-update HTTP/1.1" 200 156 0.023256 10.0.0.23 - - [2026-04-20 18:05:04] "DELETE /interface-route-table/5f85dc0e-67ed-4b72-8178-6d45b7c890eb HTTP/1.1" 200 115 0.041303 10.0.0.23 - - [2026-04-20 18:05:04] "GET /virtual-machine-interface/b976cf38-108c-4dfd-b1ee-5cdacc6f2e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.007268 10.0.0.23 - - [2026-04-20 18:05:04] "POST /ref-update HTTP/1.1" 200 156 0.018545 10.0.0.23 - - [2026-04-20 18:05:04] "DELETE /interface-route-table/7d3846b1-d756-4da0-8521-297ff74bfe5e HTTP/1.1" 200 115 0.059899 10.0.0.23 - - [2026-04-20 18:05:04] "POST /neutron/port HTTP/1.1" 200 1235 0.030178 10.0.0.23 - - [2026-04-20 18:05:04] "POST /neutron/port HTTP/1.1" 200 1235 0.043426 10.0.0.23 - - [2026-04-20 18:05:05] "POST /neutron/port HTTP/1.1" 200 1235 0.048533 10.0.0.23 - - [2026-04-20 18:05:06] "POST /neutron/network HTTP/1.1" 200 1002 0.013518 10.0.0.65 - - [2026-04-20 18:05:06] "DELETE /route-target/54c8c175-9121-4e5c-ad4f-ddc020ddff8a HTTP/1.1" 200 115 0.089251 10.0.0.23 - - [2026-04-20 18:05:07] "POST /neutron/port HTTP/1.1" 200 1218 0.027789 10.0.0.23 - - [2026-04-20 18:05:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010850 10.0.0.23 - - [2026-04-20 18:05:07] "POST /neutron/port HTTP/1.1" 200 117 0.001380 10.0.0.249 - - [2026-04-20 18:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000784 10.0.0.249 - - [2026-04-20 18:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000574 10.0.0.249 - - [2026-04-20 18:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.65 - - [2026-04-20 18:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.249 - - [2026-04-20 18:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000486 10.0.0.65 - - [2026-04-20 18:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000610 10.0.0.65 - - [2026-04-20 18:05:08] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001488 10.0.0.23 - - [2026-04-20 18:05:08] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.107798 10.0.0.65 - - [2026-04-20 18:05:08] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189 10.0.0.23 - - [2026-04-20 18:05:08] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?fields=virtual_networks HTTP/1.1" 200 1048 0.049973 10.0.0.65 - - [2026-04-20 18:05:08] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001534 10.0.0.23 - - [2026-04-20 18:05:08] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.050636 10.0.0.65 - - [2026-04-20 18:05:08] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.23 - - [2026-04-20 18:05:08] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?fields=security_groups HTTP/1.1" 200 1282 0.045275 10.0.0.65 - - [2026-04-20 18:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.65 - - [2026-04-20 18:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.23 - - [2026-04-20 18:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.23 - - [2026-04-20 18:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.23 - - [2026-04-20 18:05:10] "POST /fqname-to-id HTTP/1.1" 404 183 0.039612 10.0.0.65 - - [2026-04-20 18:05:10] "GET /projects?obj_uuids=9114b1ea-6a6e-43a7-8d9e-a57b91c3d249&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003630 10.0.0.65 - - [2026-04-20 18:05:10] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.65 - - [2026-04-20 18:05:10] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.053382 10.0.0.65 - - [2026-04-20 18:05:10] "POST /id-to-fqname HTTP/1.1" 200 185 0.004488 10.0.0.65 - - [2026-04-20 18:05:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.005529 10.0.0.65 - - [2026-04-20 18:05:10] "POST /security-groups HTTP/1.1" 200 586 0.086006 10.0.0.65 - - [2026-04-20 18:05:10] "POST /projects HTTP/1.1" 200 575 0.344198 10.0.0.65 - - [2026-04-20 18:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.383093 10.0.0.65 - - [2026-04-20 18:05:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.009513 10.0.0.23 - - [2026-04-20 18:05:10] "GET /project/9114b1ea-6a6e-43a7-8d9e-a57b91c3d249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.604963 10.0.0.23 - - [2026-04-20 18:05:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.23 - - [2026-04-20 18:05:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.65 - - [2026-04-20 18:05:11] "DELETE /project/9114b1ea6a6e43a78d9ea57b91c3d249 HTTP/1.1" 404 173 0.009297 10.0.0.65 - - [2026-04-20 18:05:11] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001585 10.0.0.65 - - [2026-04-20 18:05:11] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.066671 10.0.0.65 - - [2026-04-20 18:05:11] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.65 - - [2026-04-20 18:05:11] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?fields=security_groups HTTP/1.1" 200 1387 0.053392 10.0.0.65 - - [2026-04-20 18:05:11] "DELETE /security-group/944af477-16cc-40b9-997a-7a963b4e45b9 HTTP/1.1" 200 115 0.085836 10.0.0.65 - - [2026-04-20 18:05:11] "GET /projects?obj_uuids=c2d5c580-042e-457e-8633-661bd6f36202&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002158 10.0.0.65 - - [2026-04-20 18:05:12] "DELETE /access-control-list/ee26ea81-0a84-4d1b-8b5a-a7b6e7f3fbeb HTTP/1.1" 200 115 0.050013 10.0.0.65 - - [2026-04-20 18:05:12] "GET /project/c2d5c580-042e-457e-8633-661bd6f36202?fields=application_policy_sets HTTP/1.1" 200 1426 0.089093 10.0.0.65 - - [2026-04-20 18:05:12] "DELETE /project/c2d5c580-042e-457e-8633-661bd6f36202 HTTP/1.1" 200 115 0.531629 10.0.0.23 - - [2026-04-20 18:05:13] "GET / HTTP/1.1" 200 35931 0.002008 10.0.0.23 - - [2026-04-20 18:05:15] "POST /neutron/port HTTP/1.1" 200 1108 0.020890 10.0.0.23 - - [2026-04-20 18:05:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.011022 10.0.0.65 - - [2026-04-20 18:05:16] "GET /projects?obj_uuids=9114b1ea-6a6e-43a7-8d9e-a57b91c3d249&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001267 10.0.0.23 - - [2026-04-20 18:05:16] "GET /project/9114b1ea-6a6e-43a7-8d9e-a57b91c3d249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.050456 10.0.0.65 - - [2026-04-20 18:05:16] "GET /projects?obj_uuids=9114b1ea-6a6e-43a7-8d9e-a57b91c3d249&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001996 10.0.0.23 - - [2026-04-20 18:05:16] "GET /project/9114b1ea-6a6e-43a7-8d9e-a57b91c3d249?fields=virtual_networks HTTP/1.1" 200 1023 0.068448 10.0.0.65 - - [2026-04-20 18:05:16] "GET /projects?obj_uuids=9114b1ea-6a6e-43a7-8d9e-a57b91c3d249&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001154 10.0.0.23 - - [2026-04-20 18:05:16] "GET /project/9114b1ea-6a6e-43a7-8d9e-a57b91c3d249?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.048259 10.0.0.65 - - [2026-04-20 18:05:16] "GET /projects?obj_uuids=9114b1ea-6a6e-43a7-8d9e-a57b91c3d249&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001561 10.0.0.23 - - [2026-04-20 18:05:16] "GET /project/9114b1ea-6a6e-43a7-8d9e-a57b91c3d249?fields=security_groups HTTP/1.1" 200 1244 0.069443 10.0.0.23 - - [2026-04-20 18:05:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.040809 10.0.0.65 - - [2026-04-20 18:05:17] "GET /projects?obj_uuids=fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003558 10.0.0.65 - - [2026-04-20 18:05:17] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.65 - - [2026-04-20 18:05:17] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007456 10.0.0.65 - - [2026-04-20 18:05:18] "POST /id-to-fqname HTTP/1.1" 200 195 0.001268 10.0.0.65 - - [2026-04-20 18:05:18] "POST /fqname-to-id HTTP/1.1" 404 204 0.008505 10.0.0.65 - - [2026-04-20 18:05:18] "POST /security-groups HTTP/1.1" 200 596 0.052432 10.0.0.65 - - [2026-04-20 18:05:18] "POST /projects HTTP/1.1" 200 595 0.290761 10.0.0.65 - - [2026-04-20 18:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.329724 10.0.0.65 - - [2026-04-20 18:05:18] "POST /fqname-to-id HTTP/1.1" 404 238 0.015354 10.0.0.23 - - [2026-04-20 18:05:18] "GET /project/fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.491823 10.0.0.23 - - [2026-04-20 18:05:19] "GET / HTTP/1.1" 200 35931 0.001921 10.0.0.65 - - [2026-04-20 18:05:22] "GET /projects?obj_uuids=fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001185 10.0.0.23 - - [2026-04-20 18:05:22] "GET /project/fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.066714 10.0.0.65 - - [2026-04-20 18:05:22] "GET /projects?obj_uuids=fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001090 10.0.0.23 - - [2026-04-20 18:05:22] "GET /project/fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b?fields=virtual_networks HTTP/1.1" 200 1043 0.075341 10.0.0.65 - - [2026-04-20 18:05:23] "GET /projects?obj_uuids=fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001666 10.0.0.23 - - [2026-04-20 18:05:23] "GET /project/fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.071990 10.0.0.65 - - [2026-04-20 18:05:23] "GET /projects?obj_uuids=fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001068 10.0.0.23 - - [2026-04-20 18:05:23] "GET /project/fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b?fields=security_groups HTTP/1.1" 200 1274 0.061013 10.0.0.23 - - [2026-04-20 18:05:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.044019 10.0.0.65 - - [2026-04-20 18:05:24] "GET /projects?obj_uuids=25cc1143-6f88-4ffe-82f4-7bcb32b058f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006750 10.0.0.65 - - [2026-04-20 18:05:24] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.65 - - [2026-04-20 18:05:24] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009231 10.0.0.65 - - [2026-04-20 18:05:24] "POST /id-to-fqname HTTP/1.1" 200 201 0.002380 10.0.0.65 - - [2026-04-20 18:05:24] "POST /fqname-to-id HTTP/1.1" 404 210 0.022463 10.0.0.65 - - [2026-04-20 18:05:25] "POST /security-groups HTTP/1.1" 200 602 0.095351 10.0.0.65 - - [2026-04-20 18:05:25] "POST /projects HTTP/1.1" 200 607 0.351639 10.0.0.65 - - [2026-04-20 18:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.389784 10.0.0.65 - - [2026-04-20 18:05:25] "POST /access-control-lists HTTP/1.1" 200 607 0.051159 10.0.0.23 - - [2026-04-20 18:05:25] "GET /project/25cc1143-6f88-4ffe-82f4-7bcb32b058f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.627948 10.0.0.23 - - [2026-04-20 18:05:26] "GET / HTTP/1.1" 200 35931 0.002579 10.0.0.65 - - [2026-04-20 18:05:29] "GET /projects?obj_uuids=25cc1143-6f88-4ffe-82f4-7bcb32b058f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001309 10.0.0.23 - - [2026-04-20 18:05:30] "GET /project/25cc1143-6f88-4ffe-82f4-7bcb32b058f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.056018 10.0.0.65 - - [2026-04-20 18:05:30] "GET /projects?obj_uuids=25cc1143-6f88-4ffe-82f4-7bcb32b058f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001539 10.0.0.23 - - [2026-04-20 18:05:30] "GET /project/25cc1143-6f88-4ffe-82f4-7bcb32b058f9?fields=virtual_networks HTTP/1.1" 200 1053 0.074026 10.0.0.65 - - [2026-04-20 18:05:30] "GET /projects?obj_uuids=25cc1143-6f88-4ffe-82f4-7bcb32b058f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001126 10.0.0.23 - - [2026-04-20 18:05:30] "GET /project/25cc1143-6f88-4ffe-82f4-7bcb32b058f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.057263 10.0.0.65 - - [2026-04-20 18:05:30] "GET /projects?obj_uuids=25cc1143-6f88-4ffe-82f4-7bcb32b058f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001648 10.0.0.23 - - [2026-04-20 18:05:30] "GET /project/25cc1143-6f88-4ffe-82f4-7bcb32b058f9?fields=security_groups HTTP/1.1" 200 1290 0.064026 10.0.0.23 - - [2026-04-20 18:05:31] "POST /fqname-to-id HTTP/1.1" 404 185 0.040986 10.0.0.65 - - [2026-04-20 18:05:31] "GET /projects?obj_uuids=1e4db3e1-3515-4340-bb66-ff97a4dcf01d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003471 10.0.0.65 - - [2026-04-20 18:05:31] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001578 10.0.0.65 - - [2026-04-20 18:05:31] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009919 10.0.0.65 - - [2026-04-20 18:05:31] "POST /id-to-fqname HTTP/1.1" 200 187 0.002186 10.0.0.65 - - [2026-04-20 18:05:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.008045 10.0.0.65 - - [2026-04-20 18:05:31] "POST /security-groups HTTP/1.1" 200 588 0.113158 10.0.0.65 - - [2026-04-20 18:05:31] "POST /fqname-to-id HTTP/1.1" 404 231 0.006211 10.0.0.65 - - [2026-04-20 18:05:31] "POST /projects HTTP/1.1" 200 579 0.335105 10.0.0.65 - - [2026-04-20 18:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.383435 10.0.0.23 - - [2026-04-20 18:05:32] "GET /project/1e4db3e1-3515-4340-bb66-ff97a4dcf01d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.589588 10.0.0.65 - - [2026-04-20 18:05:32] "POST /access-control-lists HTTP/1.1" 200 591 0.081773 10.0.0.23 - - [2026-04-20 18:05:33] "GET / HTTP/1.1" 200 35931 0.001992 10.0.0.65 - - [2026-04-20 18:05:36] "GET /projects?obj_uuids=1e4db3e1-3515-4340-bb66-ff97a4dcf01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001139 10.0.0.23 - - [2026-04-20 18:05:36] "GET /project/1e4db3e1-3515-4340-bb66-ff97a4dcf01d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.054562 10.0.0.65 - - [2026-04-20 18:05:36] "GET /projects?obj_uuids=1e4db3e1-3515-4340-bb66-ff97a4dcf01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001183 10.0.0.23 - - [2026-04-20 18:05:36] "GET /project/1e4db3e1-3515-4340-bb66-ff97a4dcf01d?fields=virtual_networks HTTP/1.1" 200 1026 0.067837 10.0.0.65 - - [2026-04-20 18:05:36] "GET /projects?obj_uuids=1e4db3e1-3515-4340-bb66-ff97a4dcf01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002200 10.0.0.23 - - [2026-04-20 18:05:36] "GET /project/1e4db3e1-3515-4340-bb66-ff97a4dcf01d?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.059981 10.0.0.65 - - [2026-04-20 18:05:36] "GET /projects?obj_uuids=1e4db3e1-3515-4340-bb66-ff97a4dcf01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001354 10.0.0.23 - - [2026-04-20 18:05:36] "GET /project/1e4db3e1-3515-4340-bb66-ff97a4dcf01d?fields=security_groups HTTP/1.1" 200 1249 0.042570 10.0.0.23 - - [2026-04-20 18:05:38] "POST /fqname-to-id HTTP/1.1" 404 182 0.051012 10.0.0.65 - - [2026-04-20 18:05:38] "GET /projects?obj_uuids=30feba46-5e86-428f-9a69-284c8b27ebe7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004150 10.0.0.65 - - [2026-04-20 18:05:38] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.65 - - [2026-04-20 18:05:38] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008351 10.0.0.65 - - [2026-04-20 18:05:38] "POST /id-to-fqname HTTP/1.1" 200 184 0.001462 10.0.0.65 - - [2026-04-20 18:05:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.009268 10.0.0.65 - - [2026-04-20 18:05:38] "POST /security-groups HTTP/1.1" 200 585 0.078190 10.0.0.65 - - [2026-04-20 18:05:38] "POST /projects HTTP/1.1" 200 573 0.304930 10.0.0.65 - - [2026-04-20 18:05:38] "POST /fqname-to-id HTTP/1.1" 404 227 0.007269 10.0.0.65 - - [2026-04-20 18:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.386047 10.0.0.23 - - [2026-04-20 18:05:38] "GET /project/30feba46-5e86-428f-9a69-284c8b27ebe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.576895 10.0.0.23 - - [2026-04-20 18:05:40] "GET / HTTP/1.1" 200 35931 0.001543 10.0.0.65 - - [2026-04-20 18:05:43] "GET /projects?obj_uuids=30feba46-5e86-428f-9a69-284c8b27ebe7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001856 10.0.0.23 - - [2026-04-20 18:05:43] "GET /project/30feba46-5e86-428f-9a69-284c8b27ebe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.056061 10.0.0.65 - - [2026-04-20 18:05:43] "GET /projects?obj_uuids=30feba46-5e86-428f-9a69-284c8b27ebe7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001118 10.0.0.23 - - [2026-04-20 18:05:43] "GET /project/30feba46-5e86-428f-9a69-284c8b27ebe7?fields=virtual_networks HTTP/1.1" 200 1020 0.054286 10.0.0.65 - - [2026-04-20 18:05:43] "GET /projects?obj_uuids=30feba46-5e86-428f-9a69-284c8b27ebe7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001068 10.0.0.23 - - [2026-04-20 18:05:43] "GET /project/30feba46-5e86-428f-9a69-284c8b27ebe7?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.052876 10.0.0.65 - - [2026-04-20 18:05:43] "GET /projects?obj_uuids=30feba46-5e86-428f-9a69-284c8b27ebe7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001180 10.0.0.23 - - [2026-04-20 18:05:43] "GET /project/30feba46-5e86-428f-9a69-284c8b27ebe7?fields=security_groups HTTP/1.1" 200 1240 0.054468 10.0.0.23 - - [2026-04-20 18:05:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.035040 10.0.0.65 - - [2026-04-20 18:05:44] "GET /projects?obj_uuids=f9bc0b46-75b3-4062-89a4-885f0d77f67a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003314 10.0.0.65 - - [2026-04-20 18:05:44] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.65 - - [2026-04-20 18:05:44] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007873 10.0.0.65 - - [2026-04-20 18:05:45] "POST /id-to-fqname HTTP/1.1" 200 188 0.005634 10.0.0.65 - - [2026-04-20 18:05:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.015491 10.0.0.65 - - [2026-04-20 18:05:45] "POST /security-groups HTTP/1.1" 200 589 0.041944 10.0.0.65 - - [2026-04-20 18:05:45] "POST /projects HTTP/1.1" 200 581 0.295569 10.0.0.65 - - [2026-04-20 18:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.336590 10.0.0.65 - - [2026-04-20 18:05:45] "POST /access-control-lists HTTP/1.1" 200 594 0.035896 10.0.0.23 - - [2026-04-20 18:05:45] "GET /project/f9bc0b46-75b3-4062-89a4-885f0d77f67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.502385 10.0.0.23 - - [2026-04-20 18:05:46] "GET / HTTP/1.1" 200 35931 0.001874 10.0.0.65 - - [2026-04-20 18:05:49] "GET /projects?obj_uuids=f9bc0b46-75b3-4062-89a4-885f0d77f67a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001483 10.0.0.23 - - [2026-04-20 18:05:49] "GET /project/f9bc0b46-75b3-4062-89a4-885f0d77f67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.062256 10.0.0.65 - - [2026-04-20 18:05:49] "GET /projects?obj_uuids=f9bc0b46-75b3-4062-89a4-885f0d77f67a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001314 10.0.0.23 - - [2026-04-20 18:05:49] "GET /project/f9bc0b46-75b3-4062-89a4-885f0d77f67a?fields=virtual_networks HTTP/1.1" 200 1028 0.074876 10.0.0.65 - - [2026-04-20 18:05:49] "GET /projects?obj_uuids=f9bc0b46-75b3-4062-89a4-885f0d77f67a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001925 10.0.0.23 - - [2026-04-20 18:05:50] "GET /project/f9bc0b46-75b3-4062-89a4-885f0d77f67a?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.055648 10.0.0.65 - - [2026-04-20 18:05:50] "GET /projects?obj_uuids=f9bc0b46-75b3-4062-89a4-885f0d77f67a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001740 10.0.0.23 - - [2026-04-20 18:05:50] "GET /project/f9bc0b46-75b3-4062-89a4-885f0d77f67a?fields=security_groups HTTP/1.1" 200 1252 0.050270 10.0.0.23 - - [2026-04-20 18:05:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.040003 10.0.0.65 - - [2026-04-20 18:05:51] "GET /projects?obj_uuids=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003974 10.0.0.65 - - [2026-04-20 18:05:51] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.65 - - [2026-04-20 18:05:51] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008353 10.0.0.65 - - [2026-04-20 18:05:51] "POST /id-to-fqname HTTP/1.1" 200 188 0.004103 10.0.0.65 - - [2026-04-20 18:05:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.009151 10.0.0.65 - - [2026-04-20 18:05:51] "POST /security-groups HTTP/1.1" 200 589 0.082006 10.0.0.65 - - [2026-04-20 18:05:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.003960 10.0.0.65 - - [2026-04-20 18:05:51] "POST /projects HTTP/1.1" 200 581 0.330585 10.0.0.65 - - [2026-04-20 18:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.366167 10.0.0.23 - - [2026-04-20 18:05:51] "GET /project/6446b503-ab5d-43a5-bc34-9168fc913fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.530814 10.0.0.65 - - [2026-04-20 18:05:51] "POST /access-control-lists HTTP/1.1" 200 592 0.066570 10.0.0.23 - - [2026-04-20 18:05:53] "GET / HTTP/1.1" 200 35931 0.001926 10.0.0.23 - - [2026-04-20 18:05:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474 10.0.0.23 - - [2026-04-20 18:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.089787 10.0.0.65 - - [2026-04-20 18:05:55] "GET /projects?obj_uuids=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.23 - - [2026-04-20 18:05:55] "GET /project/6446b503-ab5d-43a5-bc34-9168fc913fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054570 10.0.0.23 - - [2026-04-20 18:05:55] "POST /neutron/network HTTP/1.1" 200 117 0.062381 10.0.0.23 - - [2026-04-20 18:05:56] "POST /neutron/network HTTP/1.1" 200 822 0.010202 10.0.0.23 - - [2026-04-20 18:05:56] "POST /id-to-fqname HTTP/1.1" 200 218 0.001745 10.0.0.23 - - [2026-04-20 18:05:56] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007435 10.0.0.23 - - [2026-04-20 18:05:56] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005991 10.0.0.23 - - [2026-04-20 18:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.23 - - [2026-04-20 18:05:56] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006006 10.0.0.65 - - [2026-04-20 18:05:56] "POST /route-targets HTTP/1.1" 200 323 0.039656 10.0.0.23 - - [2026-04-20 18:05:56] "PUT /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a HTTP/1.1" 200 264 0.129625 10.0.0.23 - - [2026-04-20 18:05:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.015233 10.0.0.23 - - [2026-04-20 18:05:57] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007277 10.0.0.23 - - [2026-04-20 18:05:58] "POST /id-to-fqname HTTP/1.1" 200 218 0.001412 10.0.0.23 - - [2026-04-20 18:05:58] "POST /neutron/port HTTP/1.1" 200 4192 0.054012 10.0.0.65 - - [2026-04-20 18:05:59] "GET /projects?obj_uuids=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001151 10.0.0.23 - - [2026-04-20 18:05:59] "GET /project/6446b503-ab5d-43a5-bc34-9168fc913fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.103164 10.0.0.23 - - [2026-04-20 18:06:00] "POST /neutron/port HTTP/1.1" 200 4192 0.042383 10.0.0.23 - - [2026-04-20 18:06:00] "POST /neutron/network HTTP/1.1" 200 832 0.012983 10.0.0.23 - - [2026-04-20 18:06:01] "POST /neutron/port HTTP/1.1" 200 1058 0.028643 10.0.0.23 - - [2026-04-20 18:06:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004933 10.0.0.23 - - [2026-04-20 18:06:01] "POST /neutron/network HTTP/1.1" 200 822 0.007848 10.0.0.23 - - [2026-04-20 18:06:05] "POST /neutron/port HTTP/1.1" 200 1122 0.027603 10.0.0.23 - - [2026-04-20 18:06:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008908 10.0.0.23 - - [2026-04-20 18:06:05] "GET /virtual-machine/136db48b-79e7-491d-9378-4b9868dd4979 HTTP/1.1" 401 292 0.000423 10.0.0.23 - - [2026-04-20 18:06:06] "GET /virtual-machine/136db48b-79e7-491d-9378-4b9868dd4979 HTTP/1.1" 200 1290 0.043555 10.0.0.23 - - [2026-04-20 18:06:06] "GET /virtual-machine-interface/61d24bd5-0deb-453b-bece-98e4d4ba6c6a HTTP/1.1" 200 2931 0.005952 10.0.0.23 - - [2026-04-20 18:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.23 - - [2026-04-20 18:06:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004512 10.0.0.23 - - [2026-04-20 18:06:06] "GET /virtual-networks?parent_id=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003867 10.0.0.23 - - [2026-04-20 18:06:06] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006479 10.0.0.23 - - [2026-04-20 18:06:07] "POST /neutron/network HTTP/1.1" 200 938 0.009190 10.0.0.23 - - [2026-04-20 18:06:07] "POST /neutron/port HTTP/1.1" 200 117 0.002123 10.0.0.23 - - [2026-04-20 18:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-04-20 18:06:09] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006389 10.0.0.65 - - [2026-04-20 18:06:12] "DELETE /project/30feba465e86428f9a69284c8b27ebe7 HTTP/1.1" 404 173 0.044064 10.0.0.65 - - [2026-04-20 18:06:12] "DELETE /project/25cc11436f884ffe82f47bcb32b058f9 HTTP/1.1" 404 173 0.041797 10.0.0.65 - - [2026-04-20 18:06:12] "DELETE /project/f9bc0b4675b3406289a4885f0d77f67a HTTP/1.1" 404 173 0.039247 10.0.0.65 - - [2026-04-20 18:06:12] "DELETE /project/1e4db3e135154340bb66ff97a4dcf01d HTTP/1.1" 404 173 0.033071 10.0.0.65 - - [2026-04-20 18:06:12] "DELETE /project/6446b503ab5d43a5bc349168fc913fd1 HTTP/1.1" 404 173 0.030636 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=9114b1ea-6a6e-43a7-8d9e-a57b91c3d249&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002267 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001532 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=25cc1143-6f88-4ffe-82f4-7bcb32b058f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001624 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=1e4db3e1-3515-4340-bb66-ff97a4dcf01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001395 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=f9bc0b46-75b3-4062-89a4-885f0d77f67a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001695 10.0.0.65 - - [2026-04-20 18:06:12] "DELETE /project/fd9d5f6cdd9b44e8a1c00ee472d4ea0b HTTP/1.1" 404 173 0.015611 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=30feba46-5e86-428f-9a69-284c8b27ebe7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001704 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/9114b1ea-6a6e-43a7-8d9e-a57b91c3d249?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.144191 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=9114b1ea-6a6e-43a7-8d9e-a57b91c3d249&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002765 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/25cc1143-6f88-4ffe-82f4-7bcb32b058f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.161148 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.174669 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/1e4db3e1-3515-4340-bb66-ff97a4dcf01d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.165536 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=25cc1143-6f88-4ffe-82f4-7bcb32b058f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001252 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=1e4db3e1-3515-4340-bb66-ff97a4dcf01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001624 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001173 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/f9bc0b46-75b3-4062-89a4-885f0d77f67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.320321 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=f9bc0b46-75b3-4062-89a4-885f0d77f67a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001137 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/30feba46-5e86-428f-9a69-284c8b27ebe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.362320 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/9114b1ea-6a6e-43a7-8d9e-a57b91c3d249?fields=security_groups HTTP/1.1" 200 1349 0.271229 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b?fields=security_groups HTTP/1.1" 200 1379 0.246444 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/1e4db3e1-3515-4340-bb66-ff97a4dcf01d?fields=security_groups HTTP/1.1" 200 1354 0.264947 10.0.0.65 - - [2026-04-20 18:06:12] "GET /projects?obj_uuids=30feba46-5e86-428f-9a69-284c8b27ebe7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001484 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/25cc1143-6f88-4ffe-82f4-7bcb32b058f9?fields=security_groups HTTP/1.1" 200 1395 0.280067 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/f9bc0b46-75b3-4062-89a4-885f0d77f67a?fields=security_groups HTTP/1.1" 200 1357 0.216406 10.0.0.65 - - [2026-04-20 18:06:12] "GET /project/30feba46-5e86-428f-9a69-284c8b27ebe7?fields=security_groups HTTP/1.1" 200 1345 0.165046 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /security-group/33ac55a1-fb63-4702-9d9b-c56399a9563b HTTP/1.1" 200 115 0.224649 10.0.0.65 - - [2026-04-20 18:06:13] "GET /projects?obj_uuids=9114b1ea-6a6e-43a7-8d9e-a57b91c3d249&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001807 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /security-group/2b1df5de-daeb-4251-aaa3-e5b03600ea77 HTTP/1.1" 200 115 0.289807 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /security-group/aa724757-e45c-4e5c-87fe-3cd0ce9f680f HTTP/1.1" 200 115 0.292799 10.0.0.65 - - [2026-04-20 18:06:13] "GET /projects?obj_uuids=fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001668 10.0.0.65 - - [2026-04-20 18:06:13] "GET /projects?obj_uuids=1e4db3e1-3515-4340-bb66-ff97a4dcf01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001327 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /security-group/a0e113e8-c03a-474c-9071-fd06ed155989 HTTP/1.1" 200 115 0.346751 10.0.0.65 - - [2026-04-20 18:06:13] "GET /project/9114b1ea-6a6e-43a7-8d9e-a57b91c3d249?fields=application_policy_sets HTTP/1.1" 200 1388 0.191291 10.0.0.65 - - [2026-04-20 18:06:13] "GET /projects?obj_uuids=25cc1143-6f88-4ffe-82f4-7bcb32b058f9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002026 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /access-control-list/63f7fd82-8265-4659-9f23-e008634e750e HTTP/1.1" 200 115 0.186484 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /security-group/ff99cde6-2ac8-4e6c-b0ce-067b8f1bb410 HTTP/1.1" 200 115 0.315579 10.0.0.65 - - [2026-04-20 18:06:13] "GET /project/fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b?fields=application_policy_sets HTTP/1.1" 200 1418 0.186493 10.0.0.65 - - [2026-04-20 18:06:13] "GET /projects?obj_uuids=f9bc0b46-75b3-4062-89a4-885f0d77f67a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001832 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /security-group/b2af624d-5a6b-46be-87f7-2748ebfd486b HTTP/1.1" 200 115 0.359413 10.0.0.65 - - [2026-04-20 18:06:13] "GET /projects?obj_uuids=30feba46-5e86-428f-9a69-284c8b27ebe7&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001969 10.0.0.65 - - [2026-04-20 18:06:13] "GET /project/1e4db3e1-3515-4340-bb66-ff97a4dcf01d?fields=application_policy_sets HTTP/1.1" 200 1393 0.257044 10.0.0.65 - - [2026-04-20 18:06:13] "GET /project/25cc1143-6f88-4ffe-82f4-7bcb32b058f9?fields=application_policy_sets HTTP/1.1" 200 1434 0.256927 10.0.0.23 - - [2026-04-20 18:06:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.026649 10.0.0.23 - - [2026-04-20 18:06:13] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008729 10.0.0.65 - - [2026-04-20 18:06:13] "GET /project/f9bc0b46-75b3-4062-89a4-885f0d77f67a?fields=application_policy_sets HTTP/1.1" 200 1396 0.256891 10.0.0.65 - - [2026-04-20 18:06:13] "GET /project/30feba46-5e86-428f-9a69-284c8b27ebe7?fields=application_policy_sets HTTP/1.1" 200 1384 0.196270 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /access-control-list/fb81c33f-2857-4105-a3a4-55e3c5d6cd8b HTTP/1.1" 200 115 0.165045 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /project/9114b1ea-6a6e-43a7-8d9e-a57b91c3d249 HTTP/1.1" 200 115 1.459457 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /project/fd9d5f6c-dd9b-44e8-a1c0-0ee472d4ea0b HTTP/1.1" 200 115 1.546282 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /access-control-list/629b4aba-f418-49fb-8bc9-d1f28d2026e2 HTTP/1.1" 200 115 0.128587 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /project/1e4db3e1-3515-4340-bb66-ff97a4dcf01d HTTP/1.1" 200 115 1.549680 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /project/25cc1143-6f88-4ffe-82f4-7bcb32b058f9 HTTP/1.1" 200 115 1.597372 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /project/30feba46-5e86-428f-9a69-284c8b27ebe7 HTTP/1.1" 200 115 1.554810 10.0.0.65 - - [2026-04-20 18:06:13] "DELETE /project/f9bc0b46-75b3-4062-89a4-885f0d77f67a HTTP/1.1" 200 115 1.599860 10.0.0.65 - - [2026-04-20 18:06:14] "DELETE /access-control-list/8b3c2599-88cf-4da1-b5a8-2f0b89432b40 HTTP/1.1" 200 115 0.063992 10.0.0.249 - - [2026-04-20 18:06:14] "GET /obj-perms HTTP/1.1" 200 5056 0.169638 10.0.0.23 - - [2026-04-20 18:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.23 - - [2026-04-20 18:06:17] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006363 10.0.0.23 - - [2026-04-20 18:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.23 - - [2026-04-20 18:06:21] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008960 10.0.0.23 - - [2026-04-20 18:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.23 - - [2026-04-20 18:06:25] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008297 10.0.0.23 - - [2026-04-20 18:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006998 10.0.0.23 - - [2026-04-20 18:06:29] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.009107 10.0.0.23 - - [2026-04-20 18:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.23 - - [2026-04-20 18:06:34] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006776 10.0.0.23 - - [2026-04-20 18:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005471 10.0.0.23 - - [2026-04-20 18:06:38] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008057 10.0.0.23 - - [2026-04-20 18:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005196 10.0.0.23 - - [2026-04-20 18:06:42] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006833 10.0.0.23 - - [2026-04-20 18:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006 10.0.0.23 - - [2026-04-20 18:06:44] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007944 10.0.0.23 - - [2026-04-20 18:06:44] "GET /virtual-networks?parent_id=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005692 10.0.0.23 - - [2026-04-20 18:06:44] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007158 10.0.0.23 - - [2026-04-20 18:06:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009731 10.0.0.23 - - [2026-04-20 18:06:53] "POST /neutron/port HTTP/1.1" 200 1122 0.054835 10.0.0.23 - - [2026-04-20 18:06:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009274 10.0.0.23 - - [2026-04-20 18:07:05] "POST /neutron/port HTTP/1.1" 200 1122 0.018407 10.0.0.23 - - [2026-04-20 18:07:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009107 10.0.0.23 - - [2026-04-20 18:07:05] "POST /neutron/port HTTP/1.1" 200 1122 0.020153 10.0.0.23 - - [2026-04-20 18:07:05] "POST /neutron/network HTTP/1.1" 200 822 0.007497 10.0.0.23 - - [2026-04-20 18:07:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.001289 10.0.0.23 - - [2026-04-20 18:07:05] "GET /virtual-machine/136db48b-79e7-491d-9378-4b9868dd4979 HTTP/1.1" 200 1290 0.004203 10.0.0.23 - - [2026-04-20 18:07:05] "GET /virtual-machine-interface/61d24bd5-0deb-453b-bece-98e4d4ba6c6a HTTP/1.1" 200 2931 0.006204 10.0.0.23 - - [2026-04-20 18:07:05] "GET /instance-ip/adc9db2a-b387-4be0-a078-5805d5efa95c HTTP/1.1" 200 1617 0.007359 10.0.0.23 - - [2026-04-20 18:07:05] "POST /fqname-to-id HTTP/1.1" 404 208 0.003844 10.0.0.23 - - [2026-04-20 18:07:05] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005834 10.0.0.65 - - [2026-04-20 18:07:05] "GET /projects?obj_uuids=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001213 10.0.0.23 - - [2026-04-20 18:07:05] "GET /project/6446b503-ab5d-43a5-bc34-9168fc913fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050799 10.0.0.23 - - [2026-04-20 18:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006153 10.0.0.23 - - [2026-04-20 18:07:06] "GET /security-group/d25d7240-97d8-41c2-8a53-478dbc373cff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.004978 10.0.0.23 - - [2026-04-20 18:07:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.090990 10.0.0.23 - - [2026-04-20 18:07:06] "POST /instance-ips HTTP/1.1" 200 357 0.046680 10.0.0.23 - - [2026-04-20 18:07:06] "GET /instance-ip/5193438f-aaa8-4f6d-a9af-6fc54d19e2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.006784 10.0.0.23 - - [2026-04-20 18:07:06] "GET /virtual-machine-interface/9f468252-69ca-4acc-bd5b-e8ce043092db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.008813 10.0.0.23 - - [2026-04-20 18:07:06] "GET /virtual-machine-interface/9f468252-69ca-4acc-bd5b-e8ce043092db?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.010849 10.0.0.23 - - [2026-04-20 18:07:06] "GET /instance-ip/5193438f-aaa8-4f6d-a9af-6fc54d19e2d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.005646 10.0.0.23 - - [2026-04-20 18:07:06] "POST /id-to-fqname HTTP/1.1" 200 218 0.003038 10.0.0.23 - - [2026-04-20 18:07:06] "POST /neutron/port HTTP/1.1" 200 965 0.015445 10.0.0.23 - - [2026-04-20 18:07:07] "POST /neutron/port HTTP/1.1" 200 965 0.019920 10.0.0.23 - - [2026-04-20 18:07:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010882 10.0.0.23 - - [2026-04-20 18:07:08] "POST /neutron/port HTTP/1.1" 200 965 0.015206 10.0.0.23 - - [2026-04-20 18:07:08] "POST /neutron/port HTTP/1.1" 200 965 0.017542 10.0.0.23 - - [2026-04-20 18:07:08] "POST /neutron/port HTTP/1.1" 200 1218 0.021315 10.0.0.23 - - [2026-04-20 18:07:08] "POST /neutron/port HTTP/1.1" 200 1218 0.025560 10.0.0.23 - - [2026-04-20 18:07:08] "POST /neutron/network HTTP/1.1" 200 1123 0.008009 10.0.0.23 - - [2026-04-20 18:07:08] "POST /neutron/subnet HTTP/1.1" 200 1385 0.014594 10.0.0.23 - - [2026-04-20 18:07:08] "POST /neutron/network HTTP/1.1" 200 1113 0.013097 10.0.0.23 - - [2026-04-20 18:07:12] "POST /neutron/port HTTP/1.1" 200 1067 0.026107 10.0.0.23 - - [2026-04-20 18:07:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010615 10.0.0.23 - - [2026-04-20 18:07:12] "GET /virtual-machine/77631451-eba1-49bc-9366-59394976886b HTTP/1.1" 200 1268 0.010140 10.0.0.23 - - [2026-04-20 18:07:12] "GET /virtual-machine-interface/9f468252-69ca-4acc-bd5b-e8ce043092db HTTP/1.1" 200 2982 0.009881 10.0.0.23 - - [2026-04-20 18:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004985 10.0.0.23 - - [2026-04-20 18:07:12] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004938 10.0.0.23 - - [2026-04-20 18:07:12] "GET /virtual-networks?parent_id=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004172 10.0.0.23 - - [2026-04-20 18:07:12] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.013969 10.0.0.65 - - [2026-04-20 18:07:14] "GET /obj-perms HTTP/1.1" 200 5056 0.068455 10.0.0.23 - - [2026-04-20 18:07:14] "GET /obj-perms HTTP/1.1" 200 5056 0.073906 10.0.0.23 - - [2026-04-20 18:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.23 - - [2026-04-20 18:07:16] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006015 10.0.0.23 - - [2026-04-20 18:07:17] "POST /neutron/network HTTP/1.1" 200 1123 0.011899 10.0.0.23 - - [2026-04-20 18:07:18] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016727 10.0.0.23 - - [2026-04-20 18:07:18] "POST /neutron/network HTTP/1.1" 200 1113 0.011481 10.0.0.23 - - [2026-04-20 18:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.23 - - [2026-04-20 18:07:20] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008197 10.0.0.23 - - [2026-04-20 18:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.23 - - [2026-04-20 18:07:24] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006124 10.0.0.23 - - [2026-04-20 18:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.23 - - [2026-04-20 18:07:28] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005802 10.0.0.23 - - [2026-04-20 18:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005703 10.0.0.23 - - [2026-04-20 18:07:32] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007151 10.0.0.23 - - [2026-04-20 18:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.23 - - [2026-04-20 18:07:36] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008555 10.0.0.23 - - [2026-04-20 18:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.23 - - [2026-04-20 18:07:40] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005896 10.0.0.23 - - [2026-04-20 18:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.23 - - [2026-04-20 18:07:44] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006785 10.0.0.23 - - [2026-04-20 18:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.23 - - [2026-04-20 18:07:48] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005741 10.0.0.23 - - [2026-04-20 18:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005162 10.0.0.23 - - [2026-04-20 18:07:52] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.010551 10.0.0.23 - - [2026-04-20 18:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.23 - - [2026-04-20 18:07:57] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007125 10.0.0.23 - - [2026-04-20 18:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005805 10.0.0.23 - - [2026-04-20 18:07:59] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007964 10.0.0.23 - - [2026-04-20 18:07:59] "GET /virtual-networks?parent_id=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004502 10.0.0.23 - - [2026-04-20 18:07:59] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.009462 10.0.0.23 - - [2026-04-20 18:08:04] "POST /neutron/port HTTP/1.1" 200 1067 0.026812 10.0.0.23 - - [2026-04-20 18:08:09] "POST /neutron/port HTTP/1.1" 200 1108 0.035229 10.0.0.23 - - [2026-04-20 18:08:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006635 10.0.0.23 - - [2026-04-20 18:08:09] "POST /neutron/port HTTP/1.1" 200 1067 0.027799 10.0.0.23 - - [2026-04-20 18:08:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011848 10.0.0.23 - - [2026-04-20 18:08:19] "POST /neutron/port HTTP/1.1" 200 1108 0.053579 10.0.0.23 - - [2026-04-20 18:08:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004426 10.0.0.23 - - [2026-04-20 18:08:19] "POST /neutron/network HTTP/1.1" 200 928 0.009772 10.0.0.23 - - [2026-04-20 18:08:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.001477 10.0.0.23 - - [2026-04-20 18:08:20] "POST /neutron/network HTTP/1.1" 200 832 0.007970 10.0.0.65 - - [2026-04-20 18:08:21] "GET /projects?obj_uuids=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.035939 10.0.0.23 - - [2026-04-20 18:08:21] "GET /project/6446b503-ab5d-43a5-bc34-9168fc913fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.142464 10.0.0.23 - - [2026-04-20 18:08:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.031894 10.0.0.23 - - [2026-04-20 18:08:22] "POST /neutron/network HTTP/1.1" 200 832 0.022767 10.0.0.23 - - [2026-04-20 18:08:22] "POST /neutron/port HTTP/1.1" 200 1058 0.033565 10.0.0.23 - - [2026-04-20 18:08:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009318 10.0.0.23 - - [2026-04-20 18:08:23] "POST /neutron/network HTTP/1.1" 200 822 0.015377 10.0.0.23 - - [2026-04-20 18:08:27] "POST /neutron/port HTTP/1.1" 200 1122 0.039292 10.0.0.23 - - [2026-04-20 18:08:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010426 10.0.0.23 - - [2026-04-20 18:08:27] "GET /virtual-machine/4d17a9ce-f55c-4021-9464-99369cfb1977 HTTP/1.1" 200 1290 0.009167 10.0.0.23 - - [2026-04-20 18:08:27] "GET /virtual-machine-interface/df5c618f-c15b-4dd1-a567-f45454b078b3 HTTP/1.1" 200 2932 0.008241 10.0.0.23 - - [2026-04-20 18:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.23 - - [2026-04-20 18:08:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006127 10.0.0.23 - - [2026-04-20 18:08:27] "GET /virtual-networks?parent_id=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004635 10.0.0.23 - - [2026-04-20 18:08:27] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008526 10.0.0.23 - - [2026-04-20 18:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006013 10.0.0.23 - - [2026-04-20 18:08:30] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008927 10.0.0.23 - - [2026-04-20 18:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005618 10.0.0.23 - - [2026-04-20 18:08:34] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.009546 10.0.0.23 - - [2026-04-20 18:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006109 10.0.0.23 - - [2026-04-20 18:08:38] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.008157 10.0.0.23 - - [2026-04-20 18:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.23 - - [2026-04-20 18:08:42] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006855 10.0.0.23 - - [2026-04-20 18:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.23 - - [2026-04-20 18:08:46] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005276 10.0.0.23 - - [2026-04-20 18:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.23 - - [2026-04-20 18:08:50] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006769 10.0.0.23 - - [2026-04-20 18:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.23 - - [2026-04-20 18:08:55] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006939 10.0.0.23 - - [2026-04-20 18:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005067 10.0.0.23 - - [2026-04-20 18:08:59] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006567 10.0.0.23 - - [2026-04-20 18:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.23 - - [2026-04-20 18:09:03] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006810 10.0.0.23 - - [2026-04-20 18:09:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.23 - - [2026-04-20 18:09:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004876 10.0.0.23 - - [2026-04-20 18:09:05] "GET /virtual-networks?parent_id=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004034 10.0.0.23 - - [2026-04-20 18:09:05] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006192 10.0.0.23 - - [2026-04-20 18:09:09] "POST /neutron/port HTTP/1.1" 200 1218 0.061877 10.0.0.23 - - [2026-04-20 18:09:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004493 10.0.0.23 - - [2026-04-20 18:09:09] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.23 - - [2026-04-20 18:09:10] "POST /neutron/port HTTP/1.1" 200 1122 0.027235 10.0.0.23 - - [2026-04-20 18:09:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008915 10.0.0.23 - - [2026-04-20 18:09:19] "POST /neutron/port HTTP/1.1" 200 1122 0.022193 10.0.0.23 - - [2026-04-20 18:09:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005253 10.0.0.23 - - [2026-04-20 18:09:20] "POST /neutron/network HTTP/1.1" 200 822 0.010715 10.0.0.23 - - [2026-04-20 18:09:26] "POST /neutron/port HTTP/1.1" 200 1122 0.022712 10.0.0.23 - - [2026-04-20 18:09:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011161 10.0.0.23 - - [2026-04-20 18:09:26] "POST /neutron/port HTTP/1.1" 200 1122 0.038885 10.0.0.23 - - [2026-04-20 18:09:26] "POST /neutron/network HTTP/1.1" 200 822 0.010138 10.0.0.23 - - [2026-04-20 18:09:26] "POST /id-to-fqname HTTP/1.1" 200 218 0.001566 10.0.0.23 - - [2026-04-20 18:09:26] "GET /virtual-machine/4d17a9ce-f55c-4021-9464-99369cfb1977 HTTP/1.1" 200 1290 0.005482 10.0.0.23 - - [2026-04-20 18:09:26] "GET /virtual-machine-interface/df5c618f-c15b-4dd1-a567-f45454b078b3 HTTP/1.1" 200 2932 0.006185 10.0.0.23 - - [2026-04-20 18:09:26] "GET /instance-ip/31aad3ff-e621-4674-8565-8aa37c3a84d8 HTTP/1.1" 200 1615 0.007888 10.0.0.23 - - [2026-04-20 18:09:26] "GET /virtual-machine-interface/df5c618f-c15b-4dd1-a567-f45454b078b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.006381 10.0.0.23 - - [2026-04-20 18:09:27] "PUT /virtual-machine-interface/df5c618f-c15b-4dd1-a567-f45454b078b3 HTTP/1.1" 200 284 0.018943 10.0.0.249 - - [2026-04-20 18:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.249 - - [2026-04-20 18:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.249 - - [2026-04-20 18:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.65 - - [2026-04-20 18:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.249 - - [2026-04-20 18:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.65 - - [2026-04-20 18:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.65 - - [2026-04-20 18:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000440 10.0.0.65 - - [2026-04-20 18:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.23 - - [2026-04-20 18:10:09] "POST /neutron/network HTTP/1.1" 200 938 0.008691 10.0.0.23 - - [2026-04-20 18:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.23 - - [2026-04-20 18:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.001228 10.0.0.23 - - [2026-04-20 18:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-04-20 18:10:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.23 - - [2026-04-20 18:10:10] "GET /global-system-configs HTTP/1.1" 401 292 0.001126 10.0.0.23 - - [2026-04-20 18:10:20] "POST /neutron/port HTTP/1.1" 200 1067 0.023099 10.0.0.23 - - [2026-04-20 18:10:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.012371 10.0.0.23 - - [2026-04-20 18:10:55] "DELETE /instance-ip/5193438f-aaa8-4f6d-a9af-6fc54d19e2d5 HTTP/1.1" 200 115 0.087895 10.0.0.23 - - [2026-04-20 18:10:56] "DELETE /virtual-machine-interface/9f468252-69ca-4acc-bd5b-e8ce043092db HTTP/1.1" 200 115 0.099200 10.0.0.23 - - [2026-04-20 18:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.23 - - [2026-04-20 18:10:56] "GET /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005667 10.0.0.23 - - [2026-04-20 18:10:56] "PUT /virtual-network/f5b559f3-ee16-4bf6-b968-872d4c9b676a HTTP/1.1" 200 264 0.081640 10.0.0.23 - - [2026-04-20 18:10:56] "POST /neutron/port HTTP/1.1" 200 1122 0.118380 10.0.0.23 - - [2026-04-20 18:10:56] "POST /neutron/network HTTP/1.1" 400 204 0.023426 10.0.0.65 - - [2026-04-20 18:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.061610 10.0.0.23 - - [2026-04-20 18:10:57] "POST /neutron/port HTTP/1.1" 200 1112 0.018780 10.0.0.65 - - [2026-04-20 18:10:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005429 10.0.0.65 - - [2026-04-20 18:10:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002916 10.0.0.23 - - [2026-04-20 18:10:58] "POST /neutron/network HTTP/1.1" 200 151 0.162336 10.0.0.65 - - [2026-04-20 18:10:58] "DELETE /route-target/e8307a62-8539-4acb-8a45-0f2e43c08d22 HTTP/1.1" 200 115 0.035423 10.0.0.65 - - [2026-04-20 18:11:00] "GET /projects?obj_uuids=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001911 10.0.0.23 - - [2026-04-20 18:11:00] "GET /project/6446b503-ab5d-43a5-bc34-9168fc913fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.101172 10.0.0.65 - - [2026-04-20 18:11:00] "GET /projects?obj_uuids=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001256 10.0.0.23 - - [2026-04-20 18:11:00] "GET /project/6446b503-ab5d-43a5-bc34-9168fc913fd1?fields=virtual_networks HTTP/1.1" 200 1028 0.073997 10.0.0.65 - - [2026-04-20 18:11:00] "GET /projects?obj_uuids=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001689 10.0.0.23 - - [2026-04-20 18:11:00] "GET /project/6446b503-ab5d-43a5-bc34-9168fc913fd1?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.086357 10.0.0.65 - - [2026-04-20 18:11:00] "GET /projects?obj_uuids=6446b503-ab5d-43a5-bc34-9168fc913fd1&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001781 10.0.0.23 - - [2026-04-20 18:11:00] "GET /project/6446b503-ab5d-43a5-bc34-9168fc913fd1?fields=security_groups HTTP/1.1" 200 1252 0.073541 10.0.0.23 - - [2026-04-20 18:11:01] "POST /fqname-to-id HTTP/1.1" 404 185 0.042596 10.0.0.65 - - [2026-04-20 18:11:02] "GET /projects?obj_uuids=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005231 10.0.0.65 - - [2026-04-20 18:11:02] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001965 10.0.0.65 - - [2026-04-20 18:11:02] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054871 10.0.0.65 - - [2026-04-20 18:11:02] "POST /id-to-fqname HTTP/1.1" 200 187 0.002256 10.0.0.65 - - [2026-04-20 18:11:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.005298 10.0.0.65 - - [2026-04-20 18:11:02] "POST /security-groups HTTP/1.1" 200 588 0.085963 10.0.0.65 - - [2026-04-20 18:11:02] "POST /projects HTTP/1.1" 200 579 0.338924 10.0.0.65 - - [2026-04-20 18:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.386308 10.0.0.65 - - [2026-04-20 18:11:02] "POST /fqname-to-id HTTP/1.1" 404 230 0.011267 10.0.0.23 - - [2026-04-20 18:11:02] "GET /project/7a991dca-3649-4c75-819c-fb8540f0a01d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.649617 10.0.0.65 - - [2026-04-20 18:11:03] "DELETE /access-control-list/f6e1bc73-cd6f-4c8e-82ea-a953c0283619 HTTP/1.1" 200 115 0.055985 10.0.0.23 - - [2026-04-20 18:11:04] "GET / HTTP/1.1" 200 35931 0.002223 10.0.0.23 - - [2026-04-20 18:11:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.23 - - [2026-04-20 18:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.086265 10.0.0.65 - - [2026-04-20 18:11:06] "GET /projects?obj_uuids=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001278 10.0.0.23 - - [2026-04-20 18:11:06] "GET /project/7a991dca-3649-4c75-819c-fb8540f0a01d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.049859 10.0.0.23 - - [2026-04-20 18:11:06] "POST /neutron/network HTTP/1.1" 200 117 0.054353 10.0.0.23 - - [2026-04-20 18:11:07] "POST /neutron/network HTTP/1.1" 200 826 0.009507 10.0.0.23 - - [2026-04-20 18:11:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001218 10.0.0.23 - - [2026-04-20 18:11:07] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005798 10.0.0.23 - - [2026-04-20 18:11:07] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005992 10.0.0.23 - - [2026-04-20 18:11:07] "POST /neutron/subnet HTTP/1.1" 200 710 0.011428 10.0.0.23 - - [2026-04-20 18:11:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.004514 10.0.0.23 - - [2026-04-20 18:11:07] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005939 10.0.0.23 - - [2026-04-20 18:11:07] "GET /virtual-machine-interface/127dfb71-5f6f-4c46-86d1-cc819e0ebfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.009305 10.0.0.23 - - [2026-04-20 18:11:07] "GET /virtual-machine-interface/127dfb71-5f6f-4c46-86d1-cc819e0ebfdc?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.011013 10.0.0.23 - - [2026-04-20 18:11:07] "GET /instance-ip/294ecdf6-532d-4a96-8802-bae83e5127b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.005641 10.0.0.23 - - [2026-04-20 18:11:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001371 10.0.0.23 - - [2026-04-20 18:11:08] "POST /neutron/network HTTP/1.1" 200 836 0.013064 10.0.0.65 - - [2026-04-20 18:11:09] "GET /projects?obj_uuids=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001168 10.0.0.23 - - [2026-04-20 18:11:09] "GET /project/7a991dca-3649-4c75-819c-fb8540f0a01d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.096455 10.0.0.23 - - [2026-04-20 18:11:09] "POST /neutron/port HTTP/1.1" 200 117 0.007046 10.0.0.23 - - [2026-04-20 18:11:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001434 10.0.0.23 - - [2026-04-20 18:11:10] "POST /neutron/port HTTP/1.1" 200 980 0.063488 10.0.0.23 - - [2026-04-20 18:11:10] "POST /neutron/network HTTP/1.1" 200 836 0.008079 10.0.0.23 - - [2026-04-20 18:11:10] "POST /neutron/port HTTP/1.1" 200 5022 0.106688 10.0.0.65 - - [2026-04-20 18:11:10] "GET /projects?obj_uuids=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001160 10.0.0.23 - - [2026-04-20 18:11:10] "GET /project/7a991dca-3649-4c75-819c-fb8540f0a01d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.053767 10.0.0.23 - - [2026-04-20 18:11:10] "POST /neutron/port HTTP/1.1" 200 973 0.034550 10.0.0.23 - - [2026-04-20 18:11:10] "POST /fqname-to-id HTTP/1.1" 404 208 0.008941 10.0.0.23 - - [2026-04-20 18:11:10] "POST /interface-route-tables HTTP/1.1" 200 556 0.032177 10.0.0.23 - - [2026-04-20 18:11:10] "GET /interface-route-table/cd7ccf94-6a2f-4b2e-bb8b-95c9726f60f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.010782 10.0.0.23 - - [2026-04-20 18:11:10] "POST /neutron/port HTTP/1.1" 200 1118 0.027001 10.0.0.23 - - [2026-04-20 18:11:11] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.23 - - [2026-04-20 18:11:11] "POST /neutron/network HTTP/1.1" 200 836 0.008120 10.0.0.23 - - [2026-04-20 18:11:11] "POST /neutron/port HTTP/1.1" 200 1072 0.205489 10.0.0.23 - - [2026-04-20 18:11:11] "POST /neutron/subnet HTTP/1.1" 200 684 0.017824 10.0.0.23 - - [2026-04-20 18:11:11] "GET /virtual-machine-interface/127dfb71-5f6f-4c46-86d1-cc819e0ebfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.009820 10.0.0.23 - - [2026-04-20 18:11:11] "POST /ref-update HTTP/1.1" 200 156 0.021804 10.0.0.23 - - [2026-04-20 18:11:12] "POST /neutron/port HTTP/1.1" 200 1118 0.033664 10.0.0.65 - - [2026-04-20 18:11:14] "DELETE /project/6446b503-ab5d-43a5-bc34-9168fc913fd1 HTTP/1.1" 404 177 0.003364 10.0.0.65 - - [2026-04-20 18:11:14] "DELETE /project/7a991dca36494c75819cfb8540f0a01d HTTP/1.1" 404 173 0.005872 10.0.0.23 - - [2026-04-20 18:11:17] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009915 10.0.0.23 - - [2026-04-20 18:11:17] "POST /neutron/port HTTP/1.1" 200 1118 0.027007 10.0.0.23 - - [2026-04-20 18:11:17] "POST /neutron/security_group HTTP/1.1" 200 2055 0.014483 10.0.0.23 - - [2026-04-20 18:11:17] "GET /virtual-machine/56b64633-dece-4cdb-9f28-770decda5c35 HTTP/1.1" 401 292 0.000604 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-machine/56b64633-dece-4cdb-9f28-770decda5c35 HTTP/1.1" 200 1289 0.061497 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-machine/56b64633-dece-4cdb-9f28-770decda5c35 HTTP/1.1" 200 1289 0.004959 10.0.0.249 - - [2026-04-20 18:11:18] "GET /obj-perms HTTP/1.1" 200 5056 0.401054 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-machine-interface/908bf734-dc1a-47b7-a17f-e2943712b0d2 HTTP/1.1" 200 2939 0.008221 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-machine/56b64633-dece-4cdb-9f28-770decda5c35 HTTP/1.1" 200 1289 0.005177 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-machine-interface/908bf734-dc1a-47b7-a17f-e2943712b0d2 HTTP/1.1" 200 2939 0.007543 10.0.0.23 - - [2026-04-20 18:11:18] "GET /instance-ip/42beb616-f7e1-4000-b52f-502101a6387f HTTP/1.1" 200 1615 0.008835 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-machine/56b64633-dece-4cdb-9f28-770decda5c35 HTTP/1.1" 200 1289 0.005288 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-machine-interface/908bf734-dc1a-47b7-a17f-e2943712b0d2 HTTP/1.1" 200 2939 0.011087 10.0.0.23 - - [2026-04-20 18:11:18] "GET /instance-ip/42beb616-f7e1-4000-b52f-502101a6387f HTTP/1.1" 200 1615 0.005248 10.0.0.23 - - [2026-04-20 18:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.23 - - [2026-04-20 18:11:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008026 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005653 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.013398 10.0.0.23 - - [2026-04-20 18:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.010276 10.0.0.23 - - [2026-04-20 18:11:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007240 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.006475 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007571 10.0.0.23 - - [2026-04-20 18:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006022 10.0.0.65 - - [2026-04-20 18:11:18] "GET /obj-perms HTTP/1.1" 200 5056 0.074151 10.0.0.23 - - [2026-04-20 18:11:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005644 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003849 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007105 10.0.0.23 - - [2026-04-20 18:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006019 10.0.0.23 - - [2026-04-20 18:11:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006548 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004756 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.015471 10.0.0.23 - - [2026-04-20 18:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.009110 10.0.0.23 - - [2026-04-20 18:11:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006945 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004763 10.0.0.23 - - [2026-04-20 18:11:18] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006043 10.0.0.23 - - [2026-04-20 18:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007543 10.0.0.23 - - [2026-04-20 18:11:19] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004872 10.0.0.23 - - [2026-04-20 18:11:19] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003849 10.0.0.23 - - [2026-04-20 18:11:19] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006470 10.0.0.23 - - [2026-04-20 18:11:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.23 - - [2026-04-20 18:11:19] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005123 10.0.0.23 - - [2026-04-20 18:11:19] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003465 10.0.0.23 - - [2026-04-20 18:11:19] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007234 10.0.0.23 - - [2026-04-20 18:11:21] "POST /neutron/port HTTP/1.1" 200 1218 0.023538 10.0.0.23 - - [2026-04-20 18:11:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004872 10.0.0.23 - - [2026-04-20 18:11:22] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.23 - - [2026-04-20 18:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.009936 10.0.0.23 - - [2026-04-20 18:11:22] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007704 10.0.0.23 - - [2026-04-20 18:11:22] "POST /neutron/port HTTP/1.1" 200 1118 0.068214 10.0.0.23 - - [2026-04-20 18:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007574 10.0.0.23 - - [2026-04-20 18:11:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006156 10.0.0.23 - - [2026-04-20 18:11:24] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005281 10.0.0.23 - - [2026-04-20 18:11:24] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010399 10.0.0.23 - - [2026-04-20 18:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.23 - - [2026-04-20 18:11:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004504 10.0.0.23 - - [2026-04-20 18:11:24] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004201 10.0.0.23 - - [2026-04-20 18:11:24] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.010235 10.0.0.23 - - [2026-04-20 18:11:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.014758 10.0.0.23 - - [2026-04-20 18:11:24] "GET /routing-instance/30d5c058-0e6b-4283-9d04-3eba99885d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.008142 10.0.0.23 - - [2026-04-20 18:11:25] "GET /route-target/8ca76291-1f85-413c-a867-db524808b96f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005210 10.0.0.23 - - [2026-04-20 18:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2026-04-20 18:11:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004096 10.0.0.23 - - [2026-04-20 18:11:25] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004543 10.0.0.23 - - [2026-04-20 18:11:25] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006327 10.0.0.23 - - [2026-04-20 18:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.23 - - [2026-04-20 18:11:25] "GET /routing-instance/30d5c058-0e6b-4283-9d04-3eba99885d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005078 10.0.0.23 - - [2026-04-20 18:11:25] "GET /route-target/8ca76291-1f85-413c-a867-db524808b96f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006252 10.0.0.23 - - [2026-04-20 18:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006605 10.0.0.23 - - [2026-04-20 18:11:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005775 10.0.0.23 - - [2026-04-20 18:11:25] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003683 10.0.0.23 - - [2026-04-20 18:11:25] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008964 10.0.0.23 - - [2026-04-20 18:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.23 - - [2026-04-20 18:11:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.014850 10.0.0.23 - - [2026-04-20 18:11:25] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004874 10.0.0.23 - - [2026-04-20 18:11:25] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007195 10.0.0.23 - - [2026-04-20 18:11:28] "GET /obj-perms HTTP/1.1" 200 5024 0.086025 10.0.0.65 - - [2026-04-20 18:11:28] "GET /obj-perms HTTP/1.1" 200 5024 0.075194 10.0.0.23 - - [2026-04-20 18:11:29] "GET /obj-perms HTTP/1.1" 200 5024 0.004274 10.0.0.23 - - [2026-04-20 18:11:29] "GET /obj-perms HTTP/1.1" 200 5024 0.004893 10.0.0.23 - - [2026-04-20 18:11:29] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009331 10.0.0.23 - - [2026-04-20 18:11:30] "POST /neutron/port HTTP/1.1" 200 1082 0.028769 10.0.0.23 - - [2026-04-20 18:11:30] "GET /virtual-machine/3e255525-e75b-422c-8961-d70ca63f95dd HTTP/1.1" 200 1266 0.007254 10.0.0.23 - - [2026-04-20 18:11:30] "GET /virtual-machine-interface/127dfb71-5f6f-4c46-86d1-cc819e0ebfdc HTTP/1.1" 200 3149 0.005701 10.0.0.23 - - [2026-04-20 18:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.23 - - [2026-04-20 18:11:30] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004461 10.0.0.23 - - [2026-04-20 18:11:30] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003177 10.0.0.23 - - [2026-04-20 18:11:30] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007039 10.0.0.23 - - [2026-04-20 18:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006394 10.0.0.23 - - [2026-04-20 18:11:31] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005172 10.0.0.23 - - [2026-04-20 18:11:31] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004159 10.0.0.23 - - [2026-04-20 18:11:31] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006659 10.0.0.23 - - [2026-04-20 18:11:32] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006662 10.0.0.23 - - [2026-04-20 18:11:32] "GET /obj-perms HTTP/1.1" 200 5024 0.004663 10.0.0.65 - - [2026-04-20 18:11:32] "GET /obj-perms HTTP/1.1" 200 5024 0.005066 10.0.0.23 - - [2026-04-20 18:11:32] "GET /virtual-machine/56b64633-dece-4cdb-9f28-770decda5c35 HTTP/1.1" 200 1289 0.005965 10.0.0.23 - - [2026-04-20 18:11:33] "POST /neutron/port HTTP/1.1" 200 1108 0.015851 10.0.0.23 - - [2026-04-20 18:11:34] "GET /virtual-machine/56b64633-dece-4cdb-9f28-770decda5c35 HTTP/1.1" 404 171 0.003427 10.0.0.23 - - [2026-04-20 18:11:34] "GET /virtual-machine/56b64633-dece-4cdb-9f28-770decda5c35 HTTP/1.1" 404 171 0.003866 10.0.0.23 - - [2026-04-20 18:11:34] "GET /virtual-machine/56b64633-dece-4cdb-9f28-770decda5c35 HTTP/1.1" 404 171 0.003439 10.0.0.23 - - [2026-04-20 18:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.23 - - [2026-04-20 18:11:35] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006014 10.0.0.23 - - [2026-04-20 18:11:35] "GET /virtual-networks?parent_id=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005566 10.0.0.23 - - [2026-04-20 18:11:35] "GET /virtual-network/902fd3cd-0001-4b7d-8794-aeb3e37702c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005994 10.0.0.23 - - [2026-04-20 18:11:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.23 - - [2026-04-20 18:11:35] "GET /routing-instance/30d5c058-0e6b-4283-9d04-3eba99885d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005884 10.0.0.23 - - [2026-04-20 18:11:35] "GET /route-target/8ca76291-1f85-413c-a867-db524808b96f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004476 10.0.0.23 - - [2026-04-20 18:11:38] "GET /obj-perms HTTP/1.1" 200 5024 0.004977 10.0.0.23 - - [2026-04-20 18:11:41] "GET /obj-perms HTTP/1.1" 200 5024 0.005321 10.0.0.23 - - [2026-04-20 18:11:47] "GET /obj-perms HTTP/1.1" 200 5024 0.004398 10.0.0.23 - - [2026-04-20 18:11:50] "GET /obj-perms HTTP/1.1" 200 5024 0.004417 10.0.0.23 - - [2026-04-20 18:11:57] "GET /obj-perms HTTP/1.1" 200 5024 0.004710 10.0.0.23 - - [2026-04-20 18:12:00] "GET /obj-perms HTTP/1.1" 200 5024 0.004275 10.0.0.249 - - [2026-04-20 18:12:00] "GET /obj-perms HTTP/1.1" 200 5024 0.110394 10.0.0.23 - - [2026-04-20 18:12:00] "GET /interface-route-table/cd7ccf94-6a2f-4b2e-bb8b-95c9726f60f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.009966 10.0.0.23 - - [2026-04-20 18:12:00] "GET /virtual-machine-interface/127dfb71-5f6f-4c46-86d1-cc819e0ebfdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2928 0.010376 10.0.0.23 - - [2026-04-20 18:12:00] "POST /ref-update HTTP/1.1" 200 156 0.026875 10.0.0.23 - - [2026-04-20 18:12:00] "DELETE /interface-route-table/cd7ccf94-6a2f-4b2e-bb8b-95c9726f60f8 HTTP/1.1" 200 115 0.060160 10.0.0.23 - - [2026-04-20 18:12:01] "POST /neutron/port HTTP/1.1" 200 151 0.273129 10.0.0.65 - - [2026-04-20 18:12:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005223 10.0.0.65 - - [2026-04-20 18:12:02] "GET /projects?obj_uuids=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001895 10.0.0.23 - - [2026-04-20 18:12:03] "GET /project/7a991dca-3649-4c75-819c-fb8540f0a01d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.057802 10.0.0.65 - - [2026-04-20 18:12:03] "GET /projects?obj_uuids=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001892 10.0.0.23 - - [2026-04-20 18:12:03] "GET /project/7a991dca-3649-4c75-819c-fb8540f0a01d?fields=virtual_networks HTTP/1.1" 200 1025 0.056222 10.0.0.65 - - [2026-04-20 18:12:03] "GET /projects?obj_uuids=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001130 10.0.0.23 - - [2026-04-20 18:12:03] "GET /project/7a991dca-3649-4c75-819c-fb8540f0a01d?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.054034 10.0.0.65 - - [2026-04-20 18:12:03] "GET /projects?obj_uuids=7a991dca-3649-4c75-819c-fb8540f0a01d&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001157 10.0.0.23 - - [2026-04-20 18:12:03] "GET /project/7a991dca-3649-4c75-819c-fb8540f0a01d?fields=security_groups HTTP/1.1" 200 1248 0.051039 10.0.0.23 - - [2026-04-20 18:12:04] "POST /fqname-to-id HTTP/1.1" 404 192 0.048628 10.0.0.65 - - [2026-04-20 18:12:04] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003781 10.0.0.65 - - [2026-04-20 18:12:04] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.65 - - [2026-04-20 18:12:04] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007995 10.0.0.65 - - [2026-04-20 18:12:04] "POST /id-to-fqname HTTP/1.1" 200 194 0.003847 10.0.0.65 - - [2026-04-20 18:12:04] "POST /fqname-to-id HTTP/1.1" 404 203 0.005408 10.0.0.65 - - [2026-04-20 18:12:04] "POST /security-groups HTTP/1.1" 200 595 0.048585 10.0.0.65 - - [2026-04-20 18:12:05] "POST /projects HTTP/1.1" 200 593 0.269497 10.0.0.65 - - [2026-04-20 18:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.317959 10.0.0.65 - - [2026-04-20 18:12:05] "POST /access-control-lists HTTP/1.1" 200 600 0.033876 10.0.0.23 - - [2026-04-20 18:12:05] "GET /project/32651730-80ad-4399-8540-21632496bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.513701 10.0.0.23 - - [2026-04-20 18:12:06] "POST /neutron/port HTTP/1.1" 200 117 0.008084 10.0.0.23 - - [2026-04-20 18:12:06] "GET / HTTP/1.1" 200 35931 0.002376 10.0.0.23 - - [2026-04-20 18:12:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2026-04-20 18:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.110074 10.0.0.65 - - [2026-04-20 18:12:07] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000958 10.0.0.23 - - [2026-04-20 18:12:07] "GET /project/32651730-80ad-4399-8540-21632496bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052824 10.0.0.65 - - [2026-04-20 18:12:07] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001371 10.0.0.23 - - [2026-04-20 18:12:07] "POST /neutron/network HTTP/1.1" 200 609 0.174117 10.0.0.65 - - [2026-04-20 18:12:07] "POST /route-targets HTTP/1.1" 200 327 0.018585 10.0.0.23 - - [2026-04-20 18:12:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.003904 10.0.0.23 - - [2026-04-20 18:12:08] "GET /virtual-network/2437ee0f-dc92-42f5-967e-9bb2f539b428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009234 10.0.0.23 - - [2026-04-20 18:12:08] "POST /neutron/network HTTP/1.1" 200 829 0.012635 10.0.0.23 - - [2026-04-20 18:12:08] "GET /virtual-network/2437ee0f-dc92-42f5-967e-9bb2f539b428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006033 10.0.0.23 - - [2026-04-20 18:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.65 - - [2026-04-20 18:12:08] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001357 10.0.0.23 - - [2026-04-20 18:12:08] "GET /project/32651730-80ad-4399-8540-21632496bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.072817 10.0.0.23 - - [2026-04-20 18:12:08] "POST /neutron/network HTTP/1.1" 200 117 0.016327 10.0.0.65 - - [2026-04-20 18:12:08] "POST /ref-update HTTP/1.1" 200 156 0.036959 10.0.0.23 - - [2026-04-20 18:12:09] "POST /neutron/network HTTP/1.1" 200 827 0.013302 10.0.0.23 - - [2026-04-20 18:12:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001981 10.0.0.23 - - [2026-04-20 18:12:09] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007447 10.0.0.23 - - [2026-04-20 18:12:09] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008420 10.0.0.23 - - [2026-04-20 18:12:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.016794 10.0.0.23 - - [2026-04-20 18:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.65 - - [2026-04-20 18:12:09] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000987 10.0.0.23 - - [2026-04-20 18:12:09] "GET /project/32651730-80ad-4399-8540-21632496bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.052393 10.0.0.65 - - [2026-04-20 18:12:09] "POST /useragent-kv HTTP/1.1" 200 115 0.007385 10.0.0.23 - - [2026-04-20 18:12:09] "POST /neutron/subnet HTTP/1.1" 200 715 0.250469 10.0.0.23 - - [2026-04-20 18:12:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001314 10.0.0.23 - - [2026-04-20 18:12:09] "GET /virtual-network/ef315222-b856-4074-a980-9c6f080babd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006272 10.0.0.23 - - [2026-04-20 18:12:09] "GET /virtual-network/ef315222-b856-4074-a980-9c6f080babd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006825 10.0.0.23 - - [2026-04-20 18:12:09] "POST /neutron/network HTTP/1.1" 200 826 0.008620 10.0.0.23 - - [2026-04-20 18:12:09] "POST /fqname-to-id HTTP/1.1" 404 214 0.003964 10.0.0.23 - - [2026-04-20 18:12:09] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006153 10.0.0.23 - - [2026-04-20 18:12:10] "GET /virtual-machine-interface/4a44d545-eb0f-46c4-9575-9e1152d4b8be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.009718 10.0.0.23 - - [2026-04-20 18:12:10] "GET /virtual-machine-interface/4a44d545-eb0f-46c4-9575-9e1152d4b8be?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.010297 10.0.0.23 - - [2026-04-20 18:12:10] "GET /instance-ip/8453173b-fca3-4b9a-964b-ef653a0fa182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.004943 10.0.0.23 - - [2026-04-20 18:12:10] "POST /fqname-to-id HTTP/1.1" 404 214 0.002648 10.0.0.65 - - [2026-04-20 18:12:10] "DELETE /access-control-list/e02cfce9-b7af-4bb6-9955-dda180b2d5d4 HTTP/1.1" 200 115 0.055851 10.0.0.23 - - [2026-04-20 18:12:10] "GET /virtual-network/2437ee0f-dc92-42f5-967e-9bb2f539b428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009370 10.0.0.65 - - [2026-04-20 18:12:10] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001881 10.0.0.23 - - [2026-04-20 18:12:10] "GET /project/32651730-80ad-4399-8540-21632496bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.073961 10.0.0.23 - - [2026-04-20 18:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.23 - - [2026-04-20 18:12:10] "GET /security-group/43e0c95d-4de6-4872-bace-eb2f3bb6f193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004580 10.0.0.23 - - [2026-04-20 18:12:10] "POST /neutron/port HTTP/1.1" 200 1218 0.035653 10.0.0.23 - - [2026-04-20 18:12:10] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.139934 10.0.0.23 - - [2026-04-20 18:12:10] "POST /instance-ips HTTP/1.1" 200 357 0.089386 10.0.0.23 - - [2026-04-20 18:12:10] "GET /virtual-machine-interface/ad7b63ba-c121-4348-9c31-5a46936d3e89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006289 10.0.0.23 - - [2026-04-20 18:12:10] "GET /virtual-machine-interface/ad7b63ba-c121-4348-9c31-5a46936d3e89?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.010818 10.0.0.23 - - [2026-04-20 18:12:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004685 10.0.0.23 - - [2026-04-20 18:12:11] "GET /instance-ip/fe54bbf5-4b90-4afd-a051-24743535ad59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.005119 10.0.0.23 - - [2026-04-20 18:12:11] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.23 - - [2026-04-20 18:12:11] "POST /fqname-to-id HTTP/1.1" 404 214 0.004207 10.0.0.23 - - [2026-04-20 18:12:11] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006900 10.0.0.65 - - [2026-04-20 18:12:11] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001617 10.0.0.23 - - [2026-04-20 18:12:11] "POST /neutron/port HTTP/1.1" 200 989 0.301904 10.0.0.23 - - [2026-04-20 18:12:11] "GET /virtual-machine-interface/f41b2c12-4fba-41ab-ba28-f4a60852aca8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.008743 10.0.0.23 - - [2026-04-20 18:12:11] "GET /virtual-machine-interface/f41b2c12-4fba-41ab-ba28-f4a60852aca8?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.006741 10.0.0.23 - - [2026-04-20 18:12:11] "GET /instance-ip/12f62183-f74b-4d3d-8994-3bdce592e3c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.007791 10.0.0.23 - - [2026-04-20 18:12:11] "POST /fqname-to-id HTTP/1.1" 404 214 0.005194 10.0.0.23 - - [2026-04-20 18:12:11] "GET /virtual-network/2437ee0f-dc92-42f5-967e-9bb2f539b428?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010816 10.0.0.65 - - [2026-04-20 18:12:11] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002443 10.0.0.23 - - [2026-04-20 18:12:11] "GET /project/32651730-80ad-4399-8540-21632496bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.066632 10.0.0.23 - - [2026-04-20 18:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.23 - - [2026-04-20 18:12:11] "GET /security-group/43e0c95d-4de6-4872-bace-eb2f3bb6f193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005928 10.0.0.23 - - [2026-04-20 18:12:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.135804 10.0.0.23 - - [2026-04-20 18:12:12] "POST /instance-ips HTTP/1.1" 200 357 0.040327 10.0.0.23 - - [2026-04-20 18:12:12] "GET /virtual-machine-interface/4b0bdfe8-7002-49c8-bcd2-d37bd9153ae3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006942 10.0.0.23 - - [2026-04-20 18:12:12] "GET /virtual-machine-interface/4b0bdfe8-7002-49c8-bcd2-d37bd9153ae3?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.013151 10.0.0.23 - - [2026-04-20 18:12:12] "GET /instance-ip/734c4194-6dc5-462f-b787-6e371e718474?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.005708 10.0.0.23 - - [2026-04-20 18:12:12] "POST /fqname-to-id HTTP/1.1" 404 214 0.004296 10.0.0.23 - - [2026-04-20 18:12:12] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006562 10.0.0.23 - - [2026-04-20 18:12:12] "GET /virtual-machine-interface/76924638-3da5-4e9d-8f23-1d684ddf550e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.012828 10.0.0.23 - - [2026-04-20 18:12:12] "GET /virtual-machine-interface/76924638-3da5-4e9d-8f23-1d684ddf550e?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.013160 10.0.0.23 - - [2026-04-20 18:12:12] "GET /instance-ip/8c1fd57e-a482-4719-8e12-92f4ca93bd21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.008216 10.0.0.23 - - [2026-04-20 18:12:12] "POST /fqname-to-id HTTP/1.1" 404 214 0.005222 10.0.0.23 - - [2026-04-20 18:12:12] "GET /virtual-network/ef315222-b856-4074-a980-9c6f080babd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008502 10.0.0.65 - - [2026-04-20 18:12:12] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001499 10.0.0.23 - - [2026-04-20 18:12:12] "GET /project/32651730-80ad-4399-8540-21632496bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.068734 10.0.0.23 - - [2026-04-20 18:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005837 10.0.0.23 - - [2026-04-20 18:12:12] "GET /security-group/43e0c95d-4de6-4872-bace-eb2f3bb6f193?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005080 10.0.0.23 - - [2026-04-20 18:12:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.123863 10.0.0.23 - - [2026-04-20 18:12:13] "POST /instance-ips HTTP/1.1" 200 357 0.061093 10.0.0.23 - - [2026-04-20 18:12:13] "GET /virtual-machine-interface/373e92ee-7471-4421-97e4-ab76ede7ad76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007135 10.0.0.23 - - [2026-04-20 18:12:13] "GET /virtual-machine-interface/373e92ee-7471-4421-97e4-ab76ede7ad76?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.015067 10.0.0.23 - - [2026-04-20 18:12:13] "GET /instance-ip/78de5306-c880-43a9-9021-3a512f6f6c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.007656 10.0.0.65 - - [2026-04-20 18:12:14] "DELETE /project/7a991dca-3649-4c75-819c-fb8540f0a01d HTTP/1.1" 404 177 0.004262 10.0.0.65 - - [2026-04-20 18:12:14] "DELETE /project/3265173080ad4399854021632496bffe HTTP/1.1" 404 173 0.007541 10.0.0.23 - - [2026-04-20 18:12:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001376 10.0.0.23 - - [2026-04-20 18:12:15] "POST /neutron/port HTTP/1.1" 200 989 0.017560 10.0.0.23 - - [2026-04-20 18:12:15] "POST /neutron/port HTTP/1.1" 200 989 0.018210 10.0.0.23 - - [2026-04-20 18:12:15] "POST /neutron/port HTTP/1.1" 200 117 0.009051 10.0.0.23 - - [2026-04-20 18:12:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.002310 10.0.0.23 - - [2026-04-20 18:12:16] "POST /neutron/port HTTP/1.1" 200 989 0.013953 10.0.0.23 - - [2026-04-20 18:12:16] "POST /neutron/port HTTP/1.1" 200 989 0.015910 10.0.0.23 - - [2026-04-20 18:12:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004609 10.0.0.23 - - [2026-04-20 18:12:16] "POST /neutron/network HTTP/1.1" 200 827 0.008210 10.0.0.65 - - [2026-04-20 18:12:16] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001089 10.0.0.23 - - [2026-04-20 18:12:16] "GET /project/32651730-80ad-4399-8540-21632496bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.085641 10.0.0.23 - - [2026-04-20 18:12:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012191 10.0.0.23 - - [2026-04-20 18:12:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001886 10.0.0.23 - - [2026-04-20 18:12:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013130 10.0.0.65 - - [2026-04-20 18:12:17] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002204 10.0.0.23 - - [2026-04-20 18:12:17] "POST /neutron/port HTTP/1.1" 200 989 0.015891 10.0.0.23 - - [2026-04-20 18:12:18] "POST /neutron/port HTTP/1.1" 200 1062 0.369312 10.0.0.23 - - [2026-04-20 18:12:18] "POST /neutron/port HTTP/1.1" 200 1062 0.023215 10.0.0.23 - - [2026-04-20 18:12:18] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014108 10.0.0.23 - - [2026-04-20 18:12:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007110 10.0.0.23 - - [2026-04-20 18:12:18] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.65 - - [2026-04-20 18:12:18] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001262 10.0.0.65 - - [2026-04-20 18:12:18] "PUT /logical-router/71edea51-a1ee-4d55-8013-f6fed8608b39 HTTP/1.1" 200 262 0.047511 10.0.0.23 - - [2026-04-20 18:12:19] "POST /neutron/router HTTP/1.1" 200 344 0.433475 10.0.0.23 - - [2026-04-20 18:12:19] "POST /neutron/network HTTP/1.1" 200 837 0.015000 10.0.0.23 - - [2026-04-20 18:12:19] "POST /neutron/port HTTP/1.1" 200 989 0.014039 10.0.0.23 - - [2026-04-20 18:12:19] "GET /obj-perms HTTP/1.1" 200 5056 0.122094 10.0.0.23 - - [2026-04-20 18:12:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005253 10.0.0.23 - - [2026-04-20 18:12:19] "POST /neutron/network HTTP/1.1" 200 827 0.009541 10.0.0.23 - - [2026-04-20 18:12:20] "POST /neutron/port HTTP/1.1" 200 1091 0.025843 10.0.0.23 - - [2026-04-20 18:12:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008490 10.0.0.23 - - [2026-04-20 18:12:20] "GET /virtual-machine/f16902a1-ba38-4039-8160-4d0f479c8f0d HTTP/1.1" 401 292 0.000475 10.0.0.23 - - [2026-04-20 18:12:20] "GET /virtual-machine/f16902a1-ba38-4039-8160-4d0f479c8f0d HTTP/1.1" 200 1274 0.051009 10.0.0.23 - - [2026-04-20 18:12:20] "GET /virtual-machine-interface/4a44d545-eb0f-46c4-9575-9e1152d4b8be HTTP/1.1" 200 3187 0.006802 10.0.0.23 - - [2026-04-20 18:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.23 - - [2026-04-20 18:12:20] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004653 10.0.0.23 - - [2026-04-20 18:12:20] "GET /virtual-networks?parent_id=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004160 10.0.0.23 - - [2026-04-20 18:12:20] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006035 10.0.0.23 - - [2026-04-20 18:12:21] "POST /neutron/network HTTP/1.1" 200 938 0.011467 10.0.0.23 - - [2026-04-20 18:12:22] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.23 - - [2026-04-20 18:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005946 10.0.0.23 - - [2026-04-20 18:12:24] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007796 10.0.0.23 - - [2026-04-20 18:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.23 - - [2026-04-20 18:12:28] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006066 10.0.0.23 - - [2026-04-20 18:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.23 - - [2026-04-20 18:12:32] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006478 10.0.0.23 - - [2026-04-20 18:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.23 - - [2026-04-20 18:12:36] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006364 10.0.0.23 - - [2026-04-20 18:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.23 - - [2026-04-20 18:12:40] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006599 10.0.0.23 - - [2026-04-20 18:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007986 10.0.0.23 - - [2026-04-20 18:12:44] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009403 10.0.0.23 - - [2026-04-20 18:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004967 10.0.0.23 - - [2026-04-20 18:12:48] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006086 10.0.0.23 - - [2026-04-20 18:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005243 10.0.0.23 - - [2026-04-20 18:12:52] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007943 10.0.0.23 - - [2026-04-20 18:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.23 - - [2026-04-20 18:12:56] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005889 10.0.0.23 - - [2026-04-20 18:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005114 10.0.0.23 - - [2026-04-20 18:13:00] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007338 10.0.0.23 - - [2026-04-20 18:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.23 - - [2026-04-20 18:13:04] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006588 10.0.0.23 - - [2026-04-20 18:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.23 - - [2026-04-20 18:13:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005378 10.0.0.23 - - [2026-04-20 18:13:07] "GET /virtual-networks?parent_id=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005091 10.0.0.23 - - [2026-04-20 18:13:07] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009401 10.0.0.23 - - [2026-04-20 18:13:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012538 10.0.0.23 - - [2026-04-20 18:13:10] "POST /neutron/network HTTP/1.1" 200 938 0.010816 10.0.0.23 - - [2026-04-20 18:13:10] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.23 - - [2026-04-20 18:13:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009779 10.0.0.23 - - [2026-04-20 18:13:19] "POST /neutron/port HTTP/1.1" 200 1126 0.066527 10.0.0.23 - - [2026-04-20 18:13:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008631 10.0.0.23 - - [2026-04-20 18:13:22] "POST /neutron/port HTTP/1.1" 200 1091 0.066274 10.0.0.23 - - [2026-04-20 18:13:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008503 10.0.0.23 - - [2026-04-20 18:13:33] "POST /neutron/port HTTP/1.1" 200 1126 0.024878 10.0.0.23 - - [2026-04-20 18:13:33] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011650 10.0.0.23 - - [2026-04-20 18:13:33] "GET /virtual-machine/e03c5be0-ba26-4f65-a176-b703176f806b HTTP/1.1" 200 1297 0.008354 10.0.0.23 - - [2026-04-20 18:13:33] "GET /virtual-machine-interface/0a3142be-e015-4e86-b936-bc78904bc774 HTTP/1.1" 200 2960 0.008218 10.0.0.23 - - [2026-04-20 18:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.23 - - [2026-04-20 18:13:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005000 10.0.0.23 - - [2026-04-20 18:13:33] "GET /virtual-networks?parent_id=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004595 10.0.0.23 - - [2026-04-20 18:13:33] "GET /virtual-network/ef315222-b856-4074-a980-9c6f080babd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007379 10.0.0.23 - - [2026-04-20 18:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005629 10.0.0.23 - - [2026-04-20 18:13:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006189 10.0.0.23 - - [2026-04-20 18:13:34] "GET /virtual-networks?parent_id=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005983 10.0.0.23 - - [2026-04-20 18:13:34] "GET /virtual-network/ef315222-b856-4074-a980-9c6f080babd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007821 10.0.0.23 - - [2026-04-20 18:13:35] "POST /neutron/port HTTP/1.1" 200 1091 0.020403 10.0.0.23 - - [2026-04-20 18:13:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010686 10.0.0.23 - - [2026-04-20 18:13:35] "GET /virtual-machine/17d65737-b5f2-4e60-9782-2adb507f2802 HTTP/1.1" 200 1274 0.008343 10.0.0.23 - - [2026-04-20 18:13:35] "GET /virtual-machine-interface/76924638-3da5-4e9d-8f23-1d684ddf550e HTTP/1.1" 200 3187 0.007242 10.0.0.23 - - [2026-04-20 18:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005955 10.0.0.23 - - [2026-04-20 18:13:35] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006071 10.0.0.23 - - [2026-04-20 18:13:35] "GET /virtual-networks?parent_id=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.005281 10.0.0.23 - - [2026-04-20 18:13:35] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007947 10.0.0.23 - - [2026-04-20 18:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.23 - - [2026-04-20 18:13:36] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004502 10.0.0.23 - - [2026-04-20 18:13:36] "GET /virtual-networks?parent_id=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003712 10.0.0.23 - - [2026-04-20 18:13:36] "GET /virtual-network/79f93c6b-d509-4eb5-a79b-9f63ece4cbb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006511 10.0.0.23 - - [2026-04-20 18:14:12] "POST /neutron/network HTTP/1.1" 200 1123 0.045233 10.0.0.23 - - [2026-04-20 18:14:12] "POST /neutron/subnet HTTP/1.1" 200 1385 0.025503 10.0.0.23 - - [2026-04-20 18:14:12] "POST /neutron/network HTTP/1.1" 200 1113 0.015395 10.0.0.65 - - [2026-04-20 18:14:21] "GET /obj-perms HTTP/1.1" 200 5056 0.080454 10.0.0.23 - - [2026-04-20 18:14:24] "POST /neutron/network HTTP/1.1" 200 1123 0.054867 10.0.0.23 - - [2026-04-20 18:14:24] "POST /neutron/subnet HTTP/1.1" 200 1385 0.039287 10.0.0.23 - - [2026-04-20 18:14:24] "POST /neutron/network HTTP/1.1" 200 1113 0.016721 10.0.0.65 - - [2026-04-20 18:15:02] "POST /ref-update HTTP/1.1" 200 156 0.029373 10.0.0.23 - - [2026-04-20 18:15:02] "POST /neutron/router HTTP/1.1" 200 598 0.007784 10.0.0.65 - - [2026-04-20 18:15:03] "GET /logical-router/71edea51-a1ee-4d55-8013-f6fed8608b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003917 10.0.0.23 - - [2026-04-20 18:15:03] "POST /neutron/router HTTP/1.1" 200 151 0.111945 10.0.0.65 - - [2026-04-20 18:15:03] "DELETE /route-target/d254ab7a-ba13-41ed-848b-f5a502efcfce HTTP/1.1" 200 115 0.036069 10.0.0.23 - - [2026-04-20 18:15:04] "POST /neutron/port HTTP/1.1" 200 151 0.202141 10.0.0.23 - - [2026-04-20 18:15:05] "DELETE /instance-ip/78de5306-c880-43a9-9021-3a512f6f6c02 HTTP/1.1" 200 115 0.073878 10.0.0.23 - - [2026-04-20 18:15:05] "DELETE /virtual-machine-interface/373e92ee-7471-4421-97e4-ab76ede7ad76 HTTP/1.1" 200 115 0.078820 10.0.0.23 - - [2026-04-20 18:15:05] "DELETE /instance-ip/734c4194-6dc5-462f-b787-6e371e718474 HTTP/1.1" 200 115 0.068729 10.0.0.23 - - [2026-04-20 18:15:05] "DELETE /virtual-machine-interface/4b0bdfe8-7002-49c8-bcd2-d37bd9153ae3 HTTP/1.1" 200 115 0.076700 10.0.0.23 - - [2026-04-20 18:15:05] "POST /neutron/port HTTP/1.1" 200 989 0.022479 10.0.0.23 - - [2026-04-20 18:15:05] "DELETE /instance-ip/fe54bbf5-4b90-4afd-a051-24743535ad59 HTTP/1.1" 200 115 0.052230 10.0.0.23 - - [2026-04-20 18:15:06] "DELETE /virtual-machine-interface/ad7b63ba-c121-4348-9c31-5a46936d3e89 HTTP/1.1" 200 115 0.075881 10.0.0.23 - - [2026-04-20 18:15:06] "POST /neutron/port HTTP/1.1" 200 151 0.241548 10.0.0.23 - - [2026-04-20 18:15:06] "POST /neutron/network HTTP/1.1" 200 827 0.010624 10.0.0.65 - - [2026-04-20 18:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006952 10.0.0.65 - - [2026-04-20 18:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.061060 10.0.0.65 - - [2026-04-20 18:15:07] "DELETE /route-target/42f957f6-d7e9-41a1-9878-983f4a4c0c82 HTTP/1.1" 200 115 0.065562 10.0.0.65 - - [2026-04-20 18:15:07] "POST /useragent-kv HTTP/1.1" 200 115 0.009196 10.0.0.23 - - [2026-04-20 18:15:07] "POST /neutron/network HTTP/1.1" 200 151 0.306943 10.0.0.65 - - [2026-04-20 18:15:07] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001156 10.0.0.23 - - [2026-04-20 18:15:07] "GET /project/32651730-80ad-4399-8540-21632496bffe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.101060 10.0.0.65 - - [2026-04-20 18:15:07] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001680 10.0.0.23 - - [2026-04-20 18:15:07] "GET /project/32651730-80ad-4399-8540-21632496bffe?fields=virtual_networks HTTP/1.1" 200 1039 0.084944 10.0.0.65 - - [2026-04-20 18:15:07] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003283 10.0.0.23 - - [2026-04-20 18:15:07] "GET /project/32651730-80ad-4399-8540-21632496bffe?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.070729 10.0.0.65 - - [2026-04-20 18:15:07] "GET /projects?obj_uuids=32651730-80ad-4399-8540-21632496bffe&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001937 10.0.0.23 - - [2026-04-20 18:15:07] "GET /project/32651730-80ad-4399-8540-21632496bffe?fields=security_groups HTTP/1.1" 200 1269 0.068931 10.0.0.249 - - [2026-04-20 18:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.249 - - [2026-04-20 18:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.249 - - [2026-04-20 18:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.65 - - [2026-04-20 18:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.249 - - [2026-04-20 18:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.65 - - [2026-04-20 18:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000480 10.0.0.23 - - [2026-04-20 18:15:08] "POST /fqname-to-id HTTP/1.1" 404 187 0.039629 10.0.0.65 - - [2026-04-20 18:15:09] "GET /projects?obj_uuids=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003977 10.0.0.65 - - [2026-04-20 18:15:09] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.65 - - [2026-04-20 18:15:09] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009155 10.0.0.65 - - [2026-04-20 18:15:09] "POST /id-to-fqname HTTP/1.1" 200 189 0.001501 10.0.0.65 - - [2026-04-20 18:15:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.013414 10.0.0.65 - - [2026-04-20 18:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000476 10.0.0.65 - - [2026-04-20 18:15:09] "POST /security-groups HTTP/1.1" 200 590 0.086377 10.0.0.23 - - [2026-04-20 18:15:09] "POST /neutron/port HTTP/1.1" 200 117 0.025756 10.0.0.65 - - [2026-04-20 18:15:09] "POST /projects HTTP/1.1" 200 583 0.358344 10.0.0.65 - - [2026-04-20 18:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.416130 10.0.0.65 - - [2026-04-20 18:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.65 - - [2026-04-20 18:15:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.011073 10.0.0.23 - - [2026-04-20 18:15:09] "GET /project/61ba6fa1-b40c-4094-86e1-51808da7a68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.619277 10.0.0.23 - - [2026-04-20 18:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.23 - - [2026-04-20 18:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000438 10.0.0.23 - - [2026-04-20 18:15:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.23 - - [2026-04-20 18:15:11] "GET / HTTP/1.1" 200 35931 0.002019 10.0.0.23 - - [2026-04-20 18:15:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000543 10.0.0.65 - - [2026-04-20 18:15:11] "DELETE /access-control-list/17034db6-ee5d-45f3-9a7c-9cbdcf252b89 HTTP/1.1" 200 115 0.045333 10.0.0.23 - - [2026-04-20 18:15:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000707 10.0.0.23 - - [2026-04-20 18:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.047503 10.0.0.65 - - [2026-04-20 18:15:13] "GET /projects?obj_uuids=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001705 10.0.0.23 - - [2026-04-20 18:15:13] "GET /project/61ba6fa1-b40c-4094-86e1-51808da7a68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.075292 10.0.0.65 - - [2026-04-20 18:15:13] "GET /projects?obj_uuids=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002281 10.0.0.23 - - [2026-04-20 18:15:14] "POST /neutron/network HTTP/1.1" 200 604 0.208235 10.0.0.23 - - [2026-04-20 18:15:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.003914 10.0.0.23 - - [2026-04-20 18:15:14] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007260 10.0.0.23 - - [2026-04-20 18:15:14] "POST /neutron/port HTTP/1.1" 200 1108 0.023272 10.0.0.23 - - [2026-04-20 18:15:14] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008087 10.0.0.23 - - [2026-04-20 18:15:14] "POST /neutron/network HTTP/1.1" 200 824 0.012887 10.0.0.65 - - [2026-04-20 18:15:14] "DELETE /project/61ba6fa1b40c409486e151808da7a68a HTTP/1.1" 404 173 0.004390 10.0.0.65 - - [2026-04-20 18:15:14] "DELETE /project/32651730-80ad-4399-8540-21632496bffe HTTP/1.1" 404 177 0.003918 10.0.0.23 - - [2026-04-20 18:15:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004853 10.0.0.23 - - [2026-04-20 18:15:14] "POST /neutron/network HTTP/1.1" 200 928 0.008477 10.0.0.23 - - [2026-04-20 18:15:15] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006467 10.0.0.249 - - [2026-04-20 18:15:16] "GET /obj-perms HTTP/1.1" 200 5028 0.101089 10.0.0.23 - - [2026-04-20 18:15:16] "POST /id-to-fqname HTTP/1.1" 200 219 0.002655 10.0.0.65 - - [2026-04-20 18:15:17] "GET /projects?obj_uuids=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001560 10.0.0.23 - - [2026-04-20 18:15:17] "GET /project/61ba6fa1-b40c-4094-86e1-51808da7a68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.096973 10.0.0.23 - - [2026-04-20 18:15:18] "POST /neutron/network HTTP/1.1" 200 824 0.009888 10.0.0.23 - - [2026-04-20 18:15:18] "POST /id-to-fqname HTTP/1.1" 200 219 0.001415 10.0.0.23 - - [2026-04-20 18:15:18] "POST /neutron/port HTTP/1.1" 200 4192 0.053622 10.0.0.65 - - [2026-04-20 18:15:18] "GET /projects?obj_uuids=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001530 10.0.0.23 - - [2026-04-20 18:15:19] "POST /neutron/port HTTP/1.1" 200 1060 0.469238 10.0.0.65 - - [2026-04-20 18:15:19] "GET /projects?obj_uuids=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003668 10.0.0.23 - - [2026-04-20 18:15:19] "POST /neutron/port HTTP/1.1" 200 1114 0.162716 10.0.0.23 - - [2026-04-20 18:15:19] "GET /project/61ba6fa1-b40c-4094-86e1-51808da7a68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.196444 10.0.0.23 - - [2026-04-20 18:15:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004557 10.0.0.23 - - [2026-04-20 18:15:19] "POST /neutron/network HTTP/1.1" 200 824 0.008876 10.0.0.23 - - [2026-04-20 18:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.008460 10.0.0.23 - - [2026-04-20 18:15:20] "POST /neutron/network HTTP/1.1" 200 834 0.007640 10.0.0.23 - - [2026-04-20 18:15:21] "POST /neutron/port HTTP/1.1" 200 1060 0.034970 10.0.0.23 - - [2026-04-20 18:15:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006188 10.0.0.23 - - [2026-04-20 18:15:21] "POST /neutron/network HTTP/1.1" 200 824 0.010851 10.0.0.23 - - [2026-04-20 18:15:22] "GET /obj-perms HTTP/1.1" 200 5056 0.071378 10.0.0.23 - - [2026-04-20 18:15:24] "POST /neutron/network HTTP/1.1" 200 938 0.008171 10.0.0.23 - - [2026-04-20 18:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.001140 10.0.0.23 - - [2026-04-20 18:15:25] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012368 10.0.0.23 - - [2026-04-20 18:15:25] "POST /neutron/port HTTP/1.1" 200 1124 0.026829 10.0.0.23 - - [2026-04-20 18:15:25] "GET /virtual-machine/bca69042-3777-454a-8560-866f671486a1 HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-04-20 18:15:26] "GET /virtual-machine/bca69042-3777-454a-8560-866f671486a1 HTTP/1.1" 200 1291 0.053435 10.0.0.23 - - [2026-04-20 18:15:26] "GET /virtual-machine-interface/2c0b9d15-e631-4a17-a467-d795555e7e9f HTTP/1.1" 200 2936 0.009545 10.0.0.23 - - [2026-04-20 18:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006206 10.0.0.23 - - [2026-04-20 18:15:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006708 10.0.0.23 - - [2026-04-20 18:15:26] "GET /virtual-networks?parent_id=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004135 10.0.0.23 - - [2026-04-20 18:15:26] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.012832 10.0.0.23 - - [2026-04-20 18:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005533 10.0.0.23 - - [2026-04-20 18:15:29] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007129 10.0.0.23 - - [2026-04-20 18:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005811 10.0.0.23 - - [2026-04-20 18:15:33] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010262 10.0.0.23 - - [2026-04-20 18:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.23 - - [2026-04-20 18:15:37] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007965 10.0.0.23 - - [2026-04-20 18:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.23 - - [2026-04-20 18:15:41] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006925 10.0.0.23 - - [2026-04-20 18:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084 10.0.0.23 - - [2026-04-20 18:15:45] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006135 10.0.0.23 - - [2026-04-20 18:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.23 - - [2026-04-20 18:15:49] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006338 10.0.0.23 - - [2026-04-20 18:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005577 10.0.0.23 - - [2026-04-20 18:15:54] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010471 10.0.0.23 - - [2026-04-20 18:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311 10.0.0.23 - - [2026-04-20 18:15:58] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009069 10.0.0.23 - - [2026-04-20 18:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.23 - - [2026-04-20 18:16:02] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007926 10.0.0.23 - - [2026-04-20 18:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005233 10.0.0.23 - - [2026-04-20 18:16:06] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008218 10.0.0.23 - - [2026-04-20 18:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.23 - - [2026-04-20 18:16:10] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006125 10.0.0.23 - - [2026-04-20 18:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.23 - - [2026-04-20 18:16:14] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007219 10.0.0.23 - - [2026-04-20 18:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.23 - - [2026-04-20 18:16:18] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006420 10.0.0.23 - - [2026-04-20 18:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006272 10.0.0.23 - - [2026-04-20 18:16:20] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012593 10.0.0.23 - - [2026-04-20 18:16:20] "GET /virtual-networks?parent_id=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.008946 10.0.0.23 - - [2026-04-20 18:16:20] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008954 10.0.0.23 - - [2026-04-20 18:16:20] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007827 10.0.0.23 - - [2026-04-20 18:16:31] "POST /neutron/port HTTP/1.1" 200 1124 0.024443 10.0.0.23 - - [2026-04-20 18:16:33] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007692 10.0.0.23 - - [2026-04-20 18:16:36] "POST /neutron/port HTTP/1.1" 200 1124 0.024978 10.0.0.23 - - [2026-04-20 18:16:41] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008732 10.0.0.23 - - [2026-04-20 18:16:47] "POST /neutron/port HTTP/1.1" 200 1124 0.027627 10.0.0.23 - - [2026-04-20 18:16:47] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010114 10.0.0.23 - - [2026-04-20 18:16:47] "GET /virtual-machine/f0f458eb-1d37-4245-8b2c-e3c287e64988 HTTP/1.1" 200 1292 0.007635 10.0.0.23 - - [2026-04-20 18:16:47] "GET /virtual-machine-interface/08400051-b72c-45c6-ba6e-a1c1f653042a HTTP/1.1" 200 2935 0.008517 10.0.0.23 - - [2026-04-20 18:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.23 - - [2026-04-20 18:16:47] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005217 10.0.0.23 - - [2026-04-20 18:16:47] "GET /virtual-networks?parent_id=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.006679 10.0.0.23 - - [2026-04-20 18:16:47] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008677 10.0.0.23 - - [2026-04-20 18:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.23 - - [2026-04-20 18:16:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005078 10.0.0.23 - - [2026-04-20 18:16:48] "GET /virtual-networks?parent_id=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003868 10.0.0.23 - - [2026-04-20 18:16:48] "GET /virtual-network/03297c10-fa14-4aaf-988f-1b3f78992c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007828 10.0.0.23 - - [2026-04-20 18:17:18] "POST /neutron/network HTTP/1.1" 200 1123 0.008371 10.0.0.23 - - [2026-04-20 18:17:18] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016345 10.0.0.23 - - [2026-04-20 18:17:18] "POST /neutron/network HTTP/1.1" 200 1113 0.011841 10.0.0.23 - - [2026-04-20 18:17:24] "POST /neutron/network HTTP/1.1" 200 1123 0.007736 10.0.0.23 - - [2026-04-20 18:17:24] "POST /neutron/subnet HTTP/1.1" 200 1385 0.024541 10.0.0.23 - - [2026-04-20 18:17:24] "POST /neutron/network HTTP/1.1" 200 1113 0.013152 10.0.0.65 - - [2026-04-20 18:17:24] "GET /obj-perms HTTP/1.1" 200 5056 0.113862 10.0.0.23 - - [2026-04-20 18:18:18] "POST /neutron/network HTTP/1.1" 200 938 0.007915 10.0.0.23 - - [2026-04-20 18:18:18] "POST /neutron/port HTTP/1.1" 200 117 0.001406 10.0.0.23 - - [2026-04-20 18:18:23] "POST /neutron/port HTTP/1.1" 200 1108 0.022166 10.0.0.23 - - [2026-04-20 18:18:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.010508 10.0.0.249 - - [2026-04-20 18:18:25] "GET /obj-perms HTTP/1.1" 200 5056 0.122428 10.0.0.23 - - [2026-04-20 18:18:55] "POST /neutron/network HTTP/1.1" 200 824 0.008277 10.0.0.23 - - [2026-04-20 18:18:56] "POST /neutron/port HTTP/1.1" 200 1114 0.018017 10.0.0.23 - - [2026-04-20 18:18:56] "POST /neutron/port HTTP/1.1" 200 1114 0.016417 10.0.0.65 - - [2026-04-20 18:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006281 10.0.0.65 - - [2026-04-20 18:18:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003146 10.0.0.23 - - [2026-04-20 18:18:57] "POST /neutron/network HTTP/1.1" 200 151 0.192085 10.0.0.65 - - [2026-04-20 18:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.079003 10.0.0.65 - - [2026-04-20 18:18:59] "GET /projects?obj_uuids=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001467 10.0.0.23 - - [2026-04-20 18:18:59] "GET /project/61ba6fa1-b40c-4094-86e1-51808da7a68a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.120756 10.0.0.65 - - [2026-04-20 18:18:59] "GET /projects?obj_uuids=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001607 10.0.0.23 - - [2026-04-20 18:18:59] "GET /project/61ba6fa1-b40c-4094-86e1-51808da7a68a?fields=virtual_networks HTTP/1.1" 200 1029 0.062935 10.0.0.65 - - [2026-04-20 18:18:59] "GET /projects?obj_uuids=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001291 10.0.0.23 - - [2026-04-20 18:18:59] "GET /project/61ba6fa1-b40c-4094-86e1-51808da7a68a?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.057559 10.0.0.65 - - [2026-04-20 18:18:59] "GET /projects?obj_uuids=61ba6fa1-b40c-4094-86e1-51808da7a68a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001165 10.0.0.23 - - [2026-04-20 18:18:59] "GET /project/61ba6fa1-b40c-4094-86e1-51808da7a68a?fields=security_groups HTTP/1.1" 200 1254 0.062396 10.0.0.23 - - [2026-04-20 18:19:01] "POST /fqname-to-id HTTP/1.1" 404 187 0.065981 10.0.0.65 - - [2026-04-20 18:19:01] "GET /projects?obj_uuids=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004391 10.0.0.65 - - [2026-04-20 18:19:01] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001669 10.0.0.65 - - [2026-04-20 18:19:01] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.069113 10.0.0.65 - - [2026-04-20 18:19:01] "POST /id-to-fqname HTTP/1.1" 200 189 0.001375 10.0.0.65 - - [2026-04-20 18:19:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003539 10.0.0.65 - - [2026-04-20 18:19:01] "POST /security-groups HTTP/1.1" 200 590 0.056990 10.0.0.65 - - [2026-04-20 18:19:01] "POST /projects HTTP/1.1" 200 583 0.316180 10.0.0.65 - - [2026-04-20 18:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.364735 10.0.0.23 - - [2026-04-20 18:19:01] "GET /project/6dbba33f-5cfc-4b24-8ede-03c17278bdfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.636436 10.0.0.65 - - [2026-04-20 18:19:01] "POST /access-control-lists HTTP/1.1" 200 595 0.051014 10.0.0.23 - - [2026-04-20 18:19:03] "GET / HTTP/1.1" 200 35931 0.002098 10.0.0.65 - - [2026-04-20 18:19:04] "DELETE /access-control-list/5b18fa33-fb11-4250-930a-8b8e84ce2488 HTTP/1.1" 200 115 0.049348 10.0.0.23 - - [2026-04-20 18:19:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000553 10.0.0.23 - - [2026-04-20 18:19:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.040514 10.0.0.65 - - [2026-04-20 18:19:05] "GET /projects?obj_uuids=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001109 10.0.0.23 - - [2026-04-20 18:19:05] "GET /project/6dbba33f-5cfc-4b24-8ede-03c17278bdfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.060368 10.0.0.65 - - [2026-04-20 18:19:06] "POST /ref-update HTTP/1.1" 200 156 0.036491 10.0.0.65 - - [2026-04-20 18:19:06] "POST /useragent-kv HTTP/1.1" 200 115 0.009135 10.0.0.23 - - [2026-04-20 18:19:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.298669 10.0.0.23 - - [2026-04-20 18:19:06] "POST /id-to-fqname HTTP/1.1" 200 219 0.001461 10.0.0.23 - - [2026-04-20 18:19:06] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006579 10.0.0.23 - - [2026-04-20 18:19:06] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006338 10.0.0.23 - - [2026-04-20 18:19:06] "POST /neutron/network HTTP/1.1" 200 824 0.009358 10.0.0.23 - - [2026-04-20 18:19:07] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006662 10.0.0.23 - - [2026-04-20 18:19:07] "GET /obj-perms HTTP/1.1" 200 5028 0.082615 10.0.0.23 - - [2026-04-20 18:19:08] "POST /id-to-fqname HTTP/1.1" 200 219 0.001762 10.0.0.23 - - [2026-04-20 18:19:09] "POST /neutron/network HTTP/1.1" 200 834 0.009512 10.0.0.65 - - [2026-04-20 18:19:10] "GET /projects?obj_uuids=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001879 10.0.0.23 - - [2026-04-20 18:19:10] "GET /project/6dbba33f-5cfc-4b24-8ede-03c17278bdfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.076243 10.0.0.23 - - [2026-04-20 18:19:10] "POST /neutron/port HTTP/1.1" 200 117 0.011842 10.0.0.23 - - [2026-04-20 18:19:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.002098 10.0.0.23 - - [2026-04-20 18:19:11] "POST /neutron/network HTTP/1.1" 200 834 0.012529 10.0.0.23 - - [2026-04-20 18:19:11] "POST /neutron/port HTTP/1.1" 200 1060 0.026914 10.0.0.65 - - [2026-04-20 18:19:11] "GET /projects?obj_uuids=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001195 10.0.0.23 - - [2026-04-20 18:19:11] "GET /project/6dbba33f-5cfc-4b24-8ede-03c17278bdfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.110013 10.0.0.23 - - [2026-04-20 18:19:12] "POST /neutron/port HTTP/1.1" 200 1124 0.042147 10.0.0.23 - - [2026-04-20 18:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.001730 10.0.0.23 - - [2026-04-20 18:19:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010873 10.0.0.23 - - [2026-04-20 18:19:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.015037 10.0.0.23 - - [2026-04-20 18:19:13] "POST /neutron/port HTTP/1.1" 200 1060 0.028015 10.0.0.23 - - [2026-04-20 18:19:13] "POST /neutron/port HTTP/1.1" 200 1124 0.024655 10.0.0.23 - - [2026-04-20 18:19:13] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.65 - - [2026-04-20 18:19:14] "DELETE /project/6dbba33f5cfc4b248ede03c17278bdfc HTTP/1.1" 404 173 0.004460 10.0.0.65 - - [2026-04-20 18:19:14] "DELETE /project/61ba6fa1-b40c-4094-86e1-51808da7a68a HTTP/1.1" 404 177 0.004229 10.0.0.23 - - [2026-04-20 18:19:17] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009864 10.0.0.23 - - [2026-04-20 18:19:17] "POST /neutron/port HTTP/1.1" 200 1124 0.035059 10.0.0.23 - - [2026-04-20 18:19:17] "GET /virtual-machine/9da09e2e-8244-42c1-ac0d-c3ee290fb101 HTTP/1.1" 401 292 0.000580 10.0.0.23 - - [2026-04-20 18:19:18] "GET /virtual-machine/9da09e2e-8244-42c1-ac0d-c3ee290fb101 HTTP/1.1" 200 1292 0.043812 10.0.0.23 - - [2026-04-20 18:19:18] "GET /virtual-machine-interface/6d28bdad-dc2c-4f9e-8093-77e3475e5081 HTTP/1.1" 200 2935 0.006063 10.0.0.23 - - [2026-04-20 18:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.23 - - [2026-04-20 18:19:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004986 10.0.0.23 - - [2026-04-20 18:19:18] "GET /virtual-networks?parent_id=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004641 10.0.0.23 - - [2026-04-20 18:19:18] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.010842 10.0.0.23 - - [2026-04-20 18:19:20] "POST /neutron/port HTTP/1.1" 200 1218 0.066510 10.0.0.23 - - [2026-04-20 18:19:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004797 10.0.0.23 - - [2026-04-20 18:19:20] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.23 - - [2026-04-20 18:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.23 - - [2026-04-20 18:19:21] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009085 10.0.0.23 - - [2026-04-20 18:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008366 10.0.0.23 - - [2026-04-20 18:19:25] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006043 10.0.0.23 - - [2026-04-20 18:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.23 - - [2026-04-20 18:19:29] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006436 10.0.0.23 - - [2026-04-20 18:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2026-04-20 18:19:33] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006300 10.0.0.23 - - [2026-04-20 18:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.23 - - [2026-04-20 18:19:37] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006405 10.0.0.23 - - [2026-04-20 18:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005718 10.0.0.23 - - [2026-04-20 18:19:41] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008782 10.0.0.23 - - [2026-04-20 18:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.23 - - [2026-04-20 18:19:46] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008175 10.0.0.23 - - [2026-04-20 18:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.23 - - [2026-04-20 18:19:50] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006053 10.0.0.23 - - [2026-04-20 18:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.23 - - [2026-04-20 18:19:54] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006236 10.0.0.23 - - [2026-04-20 18:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.23 - - [2026-04-20 18:19:58] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006430 10.0.0.23 - - [2026-04-20 18:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.23 - - [2026-04-20 18:20:02] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004910 10.0.0.23 - - [2026-04-20 18:20:02] "GET /virtual-networks?parent_id=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004605 10.0.0.23 - - [2026-04-20 18:20:02] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007499 10.0.0.23 - - [2026-04-20 18:20:02] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009043 10.0.0.249 - - [2026-04-20 18:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000454 10.0.0.249 - - [2026-04-20 18:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.249 - - [2026-04-20 18:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.65 - - [2026-04-20 18:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000944 10.0.0.249 - - [2026-04-20 18:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.65 - - [2026-04-20 18:20:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000652 10.0.0.65 - - [2026-04-20 18:20:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.65 - - [2026-04-20 18:20:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2026-04-20 18:20:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000505 10.0.0.23 - - [2026-04-20 18:20:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.23 - - [2026-04-20 18:20:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000406 10.0.0.23 - - [2026-04-20 18:20:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000580 10.0.0.23 - - [2026-04-20 18:20:13] "POST /neutron/port HTTP/1.1" 200 1124 0.023481 10.0.0.23 - - [2026-04-20 18:20:15] "POST /neutron/security_group HTTP/1.1" 200 2057 0.042760 10.0.0.23 - - [2026-04-20 18:20:18] "POST /neutron/port HTTP/1.1" 200 1124 0.019675 10.0.0.23 - - [2026-04-20 18:20:22] "POST /neutron/port HTTP/1.1" 200 1108 0.044906 10.0.0.23 - - [2026-04-20 18:20:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.026409 10.0.0.23 - - [2026-04-20 18:20:23] "POST /neutron/port HTTP/1.1" 200 1124 0.032206 10.0.0.65 - - [2026-04-20 18:20:27] "GET /obj-perms HTTP/1.1" 200 5056 0.102576 10.0.0.23 - - [2026-04-20 18:20:27] "POST /neutron/port HTTP/1.1" 200 1218 0.054587 10.0.0.23 - - [2026-04-20 18:20:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006543 10.0.0.23 - - [2026-04-20 18:20:27] "POST /neutron/port HTTP/1.1" 200 117 0.001597 10.0.0.23 - - [2026-04-20 18:20:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007563 10.0.0.23 - - [2026-04-20 18:20:28] "POST /neutron/port HTTP/1.1" 200 1124 0.020059 10.0.0.23 - - [2026-04-20 18:20:29] "GET /virtual-machine/67e0f860-8749-4d5a-ba3f-9691305ab250 HTTP/1.1" 200 1291 0.006681 10.0.0.23 - - [2026-04-20 18:20:29] "GET /virtual-machine-interface/e05b4778-e7a3-49a5-8788-34ecc57103a2 HTTP/1.1" 200 2936 0.007269 10.0.0.23 - - [2026-04-20 18:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.23 - - [2026-04-20 18:20:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008751 10.0.0.23 - - [2026-04-20 18:20:29] "GET /virtual-networks?parent_id=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004509 10.0.0.23 - - [2026-04-20 18:20:29] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005932 10.0.0.23 - - [2026-04-20 18:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.23 - - [2026-04-20 18:20:30] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004418 10.0.0.23 - - [2026-04-20 18:20:30] "GET /virtual-networks?parent_id=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003344 10.0.0.23 - - [2026-04-20 18:20:30] "GET /virtual-network/4ce3afdb-369d-4b1e-a6ab-2b4e7e9295cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007118 10.0.0.23 - - [2026-04-20 18:20:57] "POST /neutron/network HTTP/1.1" 400 204 0.022434 10.0.0.23 - - [2026-04-20 18:20:58] "POST /neutron/port HTTP/1.1" 200 151 0.259886 10.0.0.23 - - [2026-04-20 18:20:58] "POST /neutron/port HTTP/1.1" 200 151 0.229692 10.0.0.65 - - [2026-04-20 18:21:01] "GET /projects?obj_uuids=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.046780 10.0.0.23 - - [2026-04-20 18:21:01] "GET /project/6dbba33f-5cfc-4b24-8ede-03c17278bdfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.115942 10.0.0.65 - - [2026-04-20 18:21:01] "GET /projects?obj_uuids=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001593 10.0.0.23 - - [2026-04-20 18:21:01] "GET /project/6dbba33f-5cfc-4b24-8ede-03c17278bdfc?fields=virtual_networks HTTP/1.1" 200 1030 0.062021 10.0.0.65 - - [2026-04-20 18:21:01] "GET /projects?obj_uuids=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001184 10.0.0.23 - - [2026-04-20 18:21:01] "GET /project/6dbba33f-5cfc-4b24-8ede-03c17278bdfc?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.073105 10.0.0.65 - - [2026-04-20 18:21:01] "GET /projects?obj_uuids=6dbba33f-5cfc-4b24-8ede-03c17278bdfc&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002719 10.0.0.23 - - [2026-04-20 18:21:01] "GET /project/6dbba33f-5cfc-4b24-8ede-03c17278bdfc?fields=security_groups HTTP/1.1" 200 1255 0.077679 10.0.0.65 - - [2026-04-20 18:21:05] "DELETE /access-control-list/d0c5beb4-e0cd-4916-a90d-8c5e10661777 HTTP/1.1" 200 115 0.066759 10.0.0.65 - - [2026-04-20 18:21:15] "DELETE /project/6dbba33f-5cfc-4b24-8ede-03c17278bdfc HTTP/1.1" 404 177 0.003960 10.0.0.23 - - [2026-04-20 18:21:20] "GET / HTTP/1.1" 200 35931 0.003697 10.0.0.23 - - [2026-04-20 18:21:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2026-04-20 18:21:21] "POST /fqname-to-id HTTP/1.1" 404 201 0.072352 10.0.0.65 - - [2026-04-20 18:21:21] "GET /projects?obj_uuids=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003678 10.0.0.65 - - [2026-04-20 18:21:21] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001404 10.0.0.65 - - [2026-04-20 18:21:21] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008081 10.0.0.65 - - [2026-04-20 18:21:22] "POST /id-to-fqname HTTP/1.1" 200 203 0.006504 10.0.0.65 - - [2026-04-20 18:21:22] "POST /fqname-to-id HTTP/1.1" 404 212 0.011168 10.0.0.65 - - [2026-04-20 18:21:22] "POST /security-groups HTTP/1.1" 200 604 0.093902 10.0.0.65 - - [2026-04-20 18:21:22] "POST /projects HTTP/1.1" 200 611 0.385058 10.0.0.65 - - [2026-04-20 18:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.463732 10.0.0.65 - - [2026-04-20 18:21:22] "POST /access-control-lists HTTP/1.1" 200 609 0.058744 10.0.0.23 - - [2026-04-20 18:21:22] "GET /project/d5116106-da29-4eab-922d-bed17e9c652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.646465 10.0.0.23 - - [2026-04-20 18:21:23] "GET / HTTP/1.1" 200 35931 0.001791 10.0.0.23 - - [2026-04-20 18:21:24] "POST /neutron/port HTTP/1.1" 200 1218 0.025946 10.0.0.23 - - [2026-04-20 18:21:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-04-20 18:21:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004152 10.0.0.23 - - [2026-04-20 18:21:24] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.23 - - [2026-04-20 18:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.089432 10.0.0.65 - - [2026-04-20 18:21:25] "GET /projects?obj_uuids=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001187 10.0.0.23 - - [2026-04-20 18:21:25] "GET /project/d5116106-da29-4eab-922d-bed17e9c652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.055676 10.0.0.23 - - [2026-04-20 18:21:25] "POST /neutron/network HTTP/1.1" 200 117 0.055003 10.0.0.65 - - [2026-04-20 18:21:25] "POST /route-targets HTTP/1.1" 200 327 0.015593 10.0.0.23 - - [2026-04-20 18:21:25] "POST /neutron/network HTTP/1.1" 200 839 0.014224 10.0.0.23 - - [2026-04-20 18:21:25] "POST /id-to-fqname HTTP/1.1" 200 234 0.001259 10.0.0.23 - - [2026-04-20 18:21:25] "GET /virtual-network/ba2b9eb9-85ec-4767-86ea-b73ac6916d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006949 10.0.0.23 - - [2026-04-20 18:21:25] "GET /virtual-network/ba2b9eb9-85ec-4767-86ea-b73ac6916d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006257 10.0.0.23 - - [2026-04-20 18:21:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.011249 10.0.0.23 - - [2026-04-20 18:21:26] "POST /id-to-fqname HTTP/1.1" 200 234 0.001731 10.0.0.65 - - [2026-04-20 18:21:27] "GET /projects?obj_uuids=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001225 10.0.0.23 - - [2026-04-20 18:21:27] "GET /project/d5116106-da29-4eab-922d-bed17e9c652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.119447 10.0.0.23 - - [2026-04-20 18:21:27] "POST /neutron/network HTTP/1.1" 200 839 0.047301 10.0.0.23 - - [2026-04-20 18:21:27] "POST /id-to-fqname HTTP/1.1" 200 234 0.001343 10.0.0.23 - - [2026-04-20 18:21:28] "POST /neutron/port HTTP/1.1" 200 4192 0.090356 10.0.0.65 - - [2026-04-20 18:21:28] "GET /projects?obj_uuids=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001067 10.0.0.23 - - [2026-04-20 18:21:28] "POST /neutron/port HTTP/1.1" 200 1073 0.353781 10.0.0.23 - - [2026-04-20 18:21:28] "POST /neutron/port HTTP/1.1" 200 1108 0.034185 10.0.0.249 - - [2026-04-20 18:21:29] "GET /obj-perms HTTP/1.1" 200 5056 0.214082 10.0.0.23 - - [2026-04-20 18:21:29] "POST /neutron/network HTTP/1.1" 200 938 0.007592 10.0.0.23 - - [2026-04-20 18:21:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.009720 10.0.0.23 - - [2026-04-20 18:21:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.010683 10.0.0.23 - - [2026-04-20 18:21:29] "POST /neutron/network HTTP/1.1" 200 839 0.007606 10.0.0.65 - - [2026-04-20 18:21:29] "GET /projects?obj_uuids=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001523 10.0.0.23 - - [2026-04-20 18:21:29] "GET /project/d5116106-da29-4eab-922d-bed17e9c652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.105361 10.0.0.23 - - [2026-04-20 18:21:30] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008766 10.0.0.65 - - [2026-04-20 18:21:30] "GET /projects?obj_uuids=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001158 10.0.0.23 - - [2026-04-20 18:21:30] "GET /virtual-network/ba2b9eb9-85ec-4767-86ea-b73ac6916d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.012427 10.0.0.23 - - [2026-04-20 18:21:31] "POST /neutron/port HTTP/1.1" 200 1073 0.316163 10.0.0.23 - - [2026-04-20 18:21:31] "POST /neutron/port HTTP/1.1" 200 1127 0.122600 10.0.0.23 - - [2026-04-20 18:21:31] "POST /neutron/subnet HTTP/1.1" 200 699 0.015190 10.0.0.23 - - [2026-04-20 18:21:31] "GET /obj-perms HTTP/1.1" 200 5056 0.073269 10.0.0.23 - - [2026-04-20 18:21:32] "POST /neutron/port HTTP/1.1" 200 1137 0.027682 10.0.0.23 - - [2026-04-20 18:21:33] "POST /neutron/security_group HTTP/1.1" 200 2071 0.011891 10.0.0.23 - - [2026-04-20 18:21:33] "GET /virtual-machine/8fcaf173-8760-4830-8ac0-a53d0e00896c HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-04-20 18:21:33] "GET /virtual-machine/8fcaf173-8760-4830-8ac0-a53d0e00896c HTTP/1.1" 200 1305 0.044088 10.0.0.23 - - [2026-04-20 18:21:33] "GET /virtual-machine-interface/dccc13a6-ddcf-4084-8812-7e6d823f9452 HTTP/1.1" 200 3009 0.006257 10.0.0.23 - - [2026-04-20 18:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004904 10.0.0.23 - - [2026-04-20 18:21:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005396 10.0.0.23 - - [2026-04-20 18:21:33] "GET /virtual-networks?parent_id=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004106 10.0.0.23 - - [2026-04-20 18:21:33] "GET /virtual-network/ba2b9eb9-85ec-4767-86ea-b73ac6916d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007054 10.0.0.23 - - [2026-04-20 18:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.23 - - [2026-04-20 18:21:36] "GET /virtual-network/ba2b9eb9-85ec-4767-86ea-b73ac6916d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006719 10.0.0.23 - - [2026-04-20 18:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007017 10.0.0.23 - - [2026-04-20 18:21:40] "GET /virtual-network/ba2b9eb9-85ec-4767-86ea-b73ac6916d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006983 10.0.0.23 - - [2026-04-20 18:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005606 10.0.0.23 - - [2026-04-20 18:21:44] "GET /virtual-network/ba2b9eb9-85ec-4767-86ea-b73ac6916d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006082 10.0.0.23 - - [2026-04-20 18:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.23 - - [2026-04-20 18:21:48] "GET /virtual-network/ba2b9eb9-85ec-4767-86ea-b73ac6916d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006002 10.0.0.23 - - [2026-04-20 18:21:49] "POST /neutron/port HTTP/1.1" 200 1137 0.021435 10.0.0.23 - - [2026-04-20 18:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.23 - - [2026-04-20 18:21:51] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006081 10.0.0.23 - - [2026-04-20 18:21:51] "GET /virtual-networks?parent_id=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004997 10.0.0.23 - - [2026-04-20 18:21:51] "GET /virtual-network/ba2b9eb9-85ec-4767-86ea-b73ac6916d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008645 10.0.0.23 - - [2026-04-20 18:21:51] "POST /neutron/security_group HTTP/1.1" 200 2071 0.012061 10.0.0.23 - - [2026-04-20 18:21:56] "POST /neutron/port HTTP/1.1" 200 1137 0.021632 10.0.0.23 - - [2026-04-20 18:21:56] "POST /neutron/security_group HTTP/1.1" 200 2071 0.012504 10.0.0.23 - - [2026-04-20 18:21:56] "GET /virtual-machine/7471cba6-26dc-48b9-adb0-24d9ad244553 HTTP/1.1" 200 1305 0.009683 10.0.0.23 - - [2026-04-20 18:21:56] "GET /virtual-machine-interface/759f5871-33b9-440d-9592-2ba212dd5867 HTTP/1.1" 200 3009 0.008213 10.0.0.23 - - [2026-04-20 18:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005359 10.0.0.23 - - [2026-04-20 18:21:56] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005887 10.0.0.23 - - [2026-04-20 18:21:56] "GET /virtual-networks?parent_id=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.005833 10.0.0.23 - - [2026-04-20 18:21:56] "GET /virtual-network/ba2b9eb9-85ec-4767-86ea-b73ac6916d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008584 10.0.0.23 - - [2026-04-20 18:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.23 - - [2026-04-20 18:21:57] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006386 10.0.0.23 - - [2026-04-20 18:21:57] "GET /virtual-networks?parent_id=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.005278 10.0.0.23 - - [2026-04-20 18:21:57] "GET /virtual-network/ba2b9eb9-85ec-4767-86ea-b73ac6916d85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.012232 10.0.0.23 - - [2026-04-20 18:21:57] "POST /neutron/port HTTP/1.1" 200 1137 0.028889 10.0.0.23 - - [2026-04-20 18:22:03] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008494 10.0.0.23 - - [2026-04-20 18:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005652 10.0.0.23 - - [2026-04-20 18:22:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005884 10.0.0.23 - - [2026-04-20 18:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.23 - - [2026-04-20 18:22:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005058 10.0.0.23 - - [2026-04-20 18:22:08] "PUT /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a HTTP/1.1" 200 276 0.015088 10.0.0.65 - - [2026-04-20 18:22:15] "DELETE /project/d5116106da294eab922dbed17e9c652d HTTP/1.1" 404 173 0.004303 10.0.0.23 - - [2026-04-20 18:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007203 10.0.0.23 - - [2026-04-20 18:22:21] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.006166 10.0.0.23 - - [2026-04-20 18:22:21] "PUT /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a HTTP/1.1" 200 276 0.020656 10.0.0.23 - - [2026-04-20 18:22:26] "POST /neutron/network HTTP/1.1" 200 938 0.009123 10.0.0.23 - - [2026-04-20 18:22:26] "POST /neutron/port HTTP/1.1" 200 117 0.001299 10.0.0.23 - - [2026-04-20 18:23:17] "POST /neutron/network HTTP/1.1" 400 204 0.019203 10.0.0.23 - - [2026-04-20 18:23:17] "POST /neutron/port HTTP/1.1" 200 1137 0.028739 10.0.0.23 - - [2026-04-20 18:23:17] "POST /neutron/port HTTP/1.1" 200 151 0.271710 10.0.0.65 - - [2026-04-20 18:23:19] "DELETE /route-target/e17ca6de-afd3-4bd0-bf70-975f08d1e615 HTTP/1.1" 200 115 0.030283 10.0.0.65 - - [2026-04-20 18:23:19] "GET /projects?obj_uuids=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001361 10.0.0.23 - - [2026-04-20 18:23:19] "GET /project/d5116106-da29-4eab-922d-bed17e9c652d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.058186 10.0.0.65 - - [2026-04-20 18:23:19] "GET /projects?obj_uuids=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002090 10.0.0.23 - - [2026-04-20 18:23:19] "GET /project/d5116106-da29-4eab-922d-bed17e9c652d?fields=virtual_networks HTTP/1.1" 200 1059 0.049851 10.0.0.65 - - [2026-04-20 18:23:19] "GET /projects?obj_uuids=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001209 10.0.0.23 - - [2026-04-20 18:23:19] "GET /project/d5116106-da29-4eab-922d-bed17e9c652d?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.043450 10.0.0.65 - - [2026-04-20 18:23:19] "GET /projects?obj_uuids=d5116106-da29-4eab-922d-bed17e9c652d&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001472 10.0.0.23 - - [2026-04-20 18:23:19] "GET /project/d5116106-da29-4eab-922d-bed17e9c652d?fields=security_groups HTTP/1.1" 200 1298 0.048112 10.0.0.23 - - [2026-04-20 18:23:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.035426 10.0.0.65 - - [2026-04-20 18:23:20] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004111 10.0.0.65 - - [2026-04-20 18:23:20] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.010583 10.0.0.65 - - [2026-04-20 18:23:20] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.019405 10.0.0.65 - - [2026-04-20 18:23:21] "POST /id-to-fqname HTTP/1.1" 200 209 0.001891 10.0.0.65 - - [2026-04-20 18:23:21] "POST /fqname-to-id HTTP/1.1" 404 217 0.015098 10.0.0.65 - - [2026-04-20 18:23:21] "POST /security-groups HTTP/1.1" 200 609 0.089170 10.0.0.65 - - [2026-04-20 18:23:21] "POST /projects HTTP/1.1" 200 621 0.339520 10.0.0.65 - - [2026-04-20 18:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.376101 10.0.0.65 - - [2026-04-20 18:23:21] "POST /fqname-to-id HTTP/1.1" 404 251 0.008372 10.0.0.23 - - [2026-04-20 18:23:21] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.597687 10.0.0.23 - - [2026-04-20 18:23:22] "GET / HTTP/1.1" 200 35931 0.002822 10.0.0.23 - - [2026-04-20 18:23:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2026-04-20 18:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.103078 10.0.0.65 - - [2026-04-20 18:23:23] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001490 10.0.0.23 - - [2026-04-20 18:23:23] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.057719 10.0.0.23 - - [2026-04-20 18:23:23] "POST /neutron/network HTTP/1.1" 200 117 0.071567 10.0.0.65 - - [2026-04-20 18:23:24] "POST /ref-update HTTP/1.1" 200 156 0.032382 10.0.0.23 - - [2026-04-20 18:23:24] "POST /neutron/network HTTP/1.1" 200 844 0.018236 10.0.0.23 - - [2026-04-20 18:23:24] "POST /id-to-fqname HTTP/1.1" 200 239 0.001319 10.0.0.23 - - [2026-04-20 18:23:24] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006043 10.0.0.23 - - [2026-04-20 18:23:24] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007138 10.0.0.23 - - [2026-04-20 18:23:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.011112 10.0.0.23 - - [2026-04-20 18:23:24] "POST /id-to-fqname HTTP/1.1" 200 239 0.001557 10.0.0.65 - - [2026-04-20 18:23:26] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002939 10.0.0.23 - - [2026-04-20 18:23:26] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.135167 10.0.0.23 - - [2026-04-20 18:23:26] "POST /neutron/network HTTP/1.1" 200 844 0.019023 10.0.0.23 - - [2026-04-20 18:23:26] "POST /neutron/network HTTP/1.1" 200 1123 0.026702 10.0.0.23 - - [2026-04-20 18:23:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004922 10.0.0.23 - - [2026-04-20 18:23:27] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.23 - - [2026-04-20 18:23:27] "POST /id-to-fqname HTTP/1.1" 200 239 0.003328 10.0.0.23 - - [2026-04-20 18:23:27] "POST /neutron/port HTTP/1.1" 200 4192 0.049416 10.0.0.65 - - [2026-04-20 18:23:27] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001168 10.0.0.23 - - [2026-04-20 18:23:28] "POST /neutron/port HTTP/1.1" 200 1078 0.449082 10.0.0.23 - - [2026-04-20 18:23:28] "POST /neutron/port HTTP/1.1" 200 1132 0.131554 10.0.0.23 - - [2026-04-20 18:23:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.011117 10.0.0.65 - - [2026-04-20 18:23:28] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001326 10.0.0.23 - - [2026-04-20 18:23:28] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.102227 10.0.0.23 - - [2026-04-20 18:23:28] "POST /neutron/network HTTP/1.1" 200 844 0.008457 10.0.0.23 - - [2026-04-20 18:23:29] "POST /neutron/port HTTP/1.1" 200 117 0.007241 10.0.0.23 - - [2026-04-20 18:23:29] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007911 10.0.0.23 - - [2026-04-20 18:23:30] "POST /neutron/port HTTP/1.1" 200 1078 0.031614 10.0.0.23 - - [2026-04-20 18:23:30] "POST /neutron/port HTTP/1.1" 200 1142 0.044442 10.0.0.23 - - [2026-04-20 18:23:30] "POST /neutron/port HTTP/1.1" 200 117 0.002388 10.0.0.23 - - [2026-04-20 18:23:30] "POST /neutron/port HTTP/1.1" 200 1218 0.024037 10.0.0.23 - - [2026-04-20 18:23:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005169 10.0.0.23 - - [2026-04-20 18:23:31] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.65 - - [2026-04-20 18:23:31] "GET /obj-perms HTTP/1.1" 200 5056 0.390963 10.0.0.249 - - [2026-04-20 18:23:31] "GET /obj-perms HTTP/1.1" 200 5066 0.116440 10.0.0.23 - - [2026-04-20 18:23:32] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010196 10.0.0.23 - - [2026-04-20 18:23:32] "POST /neutron/port HTTP/1.1" 200 1142 0.021383 10.0.0.23 - - [2026-04-20 18:23:32] "GET /virtual-machine/428ffad6-d524-4150-b63d-8d6fd733d142 HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2026-04-20 18:23:33] "GET /virtual-machine/428ffad6-d524-4150-b63d-8d6fd733d142 HTTP/1.1" 200 1310 0.039917 10.0.0.23 - - [2026-04-20 18:23:33] "GET /virtual-machine-interface/5f868d8f-1dc9-4684-9a9f-d1f3ba16ba0c HTTP/1.1" 200 3034 0.007492 10.0.0.23 - - [2026-04-20 18:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.23 - - [2026-04-20 18:23:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007673 10.0.0.23 - - [2026-04-20 18:23:33] "GET /virtual-networks?parent_id=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004096 10.0.0.23 - - [2026-04-20 18:23:33] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006320 10.0.0.23 - - [2026-04-20 18:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.23 - - [2026-04-20 18:23:36] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007294 10.0.0.23 - - [2026-04-20 18:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.23 - - [2026-04-20 18:23:40] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006536 10.0.0.23 - - [2026-04-20 18:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.23 - - [2026-04-20 18:23:44] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006614 10.0.0.23 - - [2026-04-20 18:23:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010275 10.0.0.23 - - [2026-04-20 18:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006063 10.0.0.23 - - [2026-04-20 18:23:48] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007484 10.0.0.23 - - [2026-04-20 18:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.23 - - [2026-04-20 18:23:50] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005235 10.0.0.23 - - [2026-04-20 18:23:50] "GET /virtual-networks?parent_id=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003905 10.0.0.23 - - [2026-04-20 18:23:50] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007885 10.0.0.23 - - [2026-04-20 18:23:52] "POST /neutron/port HTTP/1.1" 200 1142 0.023344 10.0.0.23 - - [2026-04-20 18:23:56] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011887 10.0.0.23 - - [2026-04-20 18:24:01] "POST /neutron/port HTTP/1.1" 200 1142 0.023554 10.0.0.23 - - [2026-04-20 18:24:01] "POST /neutron/security_group HTTP/1.1" 200 2076 0.011692 10.0.0.23 - - [2026-04-20 18:24:01] "GET /virtual-machine/3c708db0-628f-49f2-a69e-a7f3da4625cb HTTP/1.1" 200 1310 0.007269 10.0.0.23 - - [2026-04-20 18:24:01] "GET /virtual-machine-interface/68de2a9f-5ea8-4c4c-b2eb-eb7642f4360c HTTP/1.1" 200 3034 0.010274 10.0.0.23 - - [2026-04-20 18:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005692 10.0.0.23 - - [2026-04-20 18:24:01] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008783 10.0.0.23 - - [2026-04-20 18:24:01] "GET /virtual-networks?parent_id=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.007038 10.0.0.23 - - [2026-04-20 18:24:01] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.012736 10.0.0.23 - - [2026-04-20 18:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.23 - - [2026-04-20 18:24:02] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005214 10.0.0.23 - - [2026-04-20 18:24:02] "GET /virtual-networks?parent_id=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.005483 10.0.0.23 - - [2026-04-20 18:24:02] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006501 10.0.0.23 - - [2026-04-20 18:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.65 - - [2026-04-20 18:24:03] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001574 10.0.0.23 - - [2026-04-20 18:24:03] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.052792 10.0.0.65 - - [2026-04-20 18:24:03] "POST /useragent-kv HTTP/1.1" 200 115 0.006335 10.0.0.23 - - [2026-04-20 18:24:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.273855 10.0.0.23 - - [2026-04-20 18:24:03] "POST /id-to-fqname HTTP/1.1" 200 239 0.001362 10.0.0.23 - - [2026-04-20 18:24:03] "GET /virtual-network/7173d223-edc9-496e-b679-0ad32b67071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006957 10.0.0.23 - - [2026-04-20 18:24:03] "GET /virtual-network/7173d223-edc9-496e-b679-0ad32b67071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.009559 10.0.0.23 - - [2026-04-20 18:24:03] "POST /neutron/network HTTP/1.1" 200 844 0.009133 10.0.0.23 - - [2026-04-20 18:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.65 - - [2026-04-20 18:24:03] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001379 10.0.0.23 - - [2026-04-20 18:24:04] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.071632 10.0.0.65 - - [2026-04-20 18:24:04] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001260 10.0.0.23 - - [2026-04-20 18:24:04] "POST /neutron/network HTTP/1.1" 200 631 0.176788 10.0.0.65 - - [2026-04-20 18:24:04] "POST /route-targets HTTP/1.1" 200 327 0.070751 10.0.0.23 - - [2026-04-20 18:24:04] "POST /id-to-fqname HTTP/1.1" 200 242 0.004851 10.0.0.23 - - [2026-04-20 18:24:04] "GET /virtual-network/274d27c0-b3af-46a6-91a2-e30ece27bb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007804 10.0.0.23 - - [2026-04-20 18:24:04] "POST /neutron/network HTTP/1.1" 200 852 0.007883 10.0.0.23 - - [2026-04-20 18:24:04] "GET /virtual-network/274d27c0-b3af-46a6-91a2-e30ece27bb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006529 10.0.0.23 - - [2026-04-20 18:24:04] "POST /id-to-fqname HTTP/1.1" 200 239 0.001393 10.0.0.23 - - [2026-04-20 18:24:05] "POST /neutron/port HTTP/1.1" 200 6170 0.049992 10.0.0.65 - - [2026-04-20 18:24:06] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002497 10.0.0.23 - - [2026-04-20 18:24:06] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.171675 10.0.0.65 - - [2026-04-20 18:24:06] "DELETE /access-control-list/746409c4-4cd1-4ac9-8d99-920065344192 HTTP/1.1" 200 115 0.093331 10.0.0.23 - - [2026-04-20 18:24:06] "POST /neutron/network HTTP/1.1" 200 844 0.013910 10.0.0.23 - - [2026-04-20 18:24:06] "POST /neutron/port HTTP/1.1" 200 117 0.007768 10.0.0.23 - - [2026-04-20 18:24:06] "POST /id-to-fqname HTTP/1.1" 200 242 0.001419 10.0.0.23 - - [2026-04-20 18:24:07] "POST /neutron/network HTTP/1.1" 200 862 0.010872 10.0.0.23 - - [2026-04-20 18:24:07] "POST /neutron/port HTTP/1.1" 200 1078 0.036057 10.0.0.23 - - [2026-04-20 18:24:07] "POST /neutron/port HTTP/1.1" 200 1142 0.026646 10.0.0.23 - - [2026-04-20 18:24:08] "POST /neutron/port HTTP/1.1" 200 117 0.001827 10.0.0.65 - - [2026-04-20 18:24:08] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001656 10.0.0.23 - - [2026-04-20 18:24:08] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.101081 10.0.0.23 - - [2026-04-20 18:24:08] "POST /neutron/port HTTP/1.1" 200 7159 0.092863 10.0.0.23 - - [2026-04-20 18:24:08] "POST /id-to-fqname HTTP/1.1" 200 239 0.001488 10.0.0.23 - - [2026-04-20 18:24:08] "POST /id-to-fqname HTTP/1.1" 200 239 0.001343 10.0.0.23 - - [2026-04-20 18:24:09] "POST /neutron/port HTTP/1.1" 200 7159 0.064234 10.0.0.23 - - [2026-04-20 18:24:09] "POST /neutron/network HTTP/1.1" 200 862 0.008607 10.0.0.23 - - [2026-04-20 18:24:09] "POST /neutron/port HTTP/1.1" 200 1080 0.026094 10.0.0.65 - - [2026-04-20 18:24:10] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000960 10.0.0.23 - - [2026-04-20 18:24:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006491 10.0.0.23 - - [2026-04-20 18:24:10] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.106834 10.0.0.23 - - [2026-04-20 18:24:10] "POST /neutron/network HTTP/1.1" 200 852 0.007949 10.0.0.23 - - [2026-04-20 18:24:10] "POST /neutron/port HTTP/1.1" 200 8150 0.080961 10.0.0.23 - - [2026-04-20 18:24:11] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.009207 10.0.0.23 - - [2026-04-20 18:24:11] "POST /neutron/network HTTP/1.1" 200 1556 0.014342 10.0.0.23 - - [2026-04-20 18:24:11] "GET /obj-perms HTTP/1.1" 200 5066 0.162721 10.0.0.23 - - [2026-04-20 18:24:12] "POST /neutron/port HTTP/1.1" 200 1078 0.038836 10.0.0.23 - - [2026-04-20 18:24:12] "GET /virtual-network/7173d223-edc9-496e-b679-0ad32b67071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.010733 10.0.0.23 - - [2026-04-20 18:24:12] "POST /neutron/port HTTP/1.1" 200 1078 0.030218 10.0.0.23 - - [2026-04-20 18:24:12] "POST /neutron/port HTTP/1.1" 200 2132 0.044599 10.0.0.23 - - [2026-04-20 18:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.001895 10.0.0.23 - - [2026-04-20 18:24:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.015278 10.0.0.65 - - [2026-04-20 18:24:13] "GET /obj-perms HTTP/1.1" 200 5066 0.084100 10.0.0.23 - - [2026-04-20 18:24:13] "GET /virtual-network/274d27c0-b3af-46a6-91a2-e30ece27bb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008844 10.0.0.249 - - [2026-04-20 18:24:13] "GET /obj-perms HTTP/1.1" 200 5066 0.004931 10.0.0.23 - - [2026-04-20 18:24:14] "POST /neutron/port HTTP/1.1" 200 1144 0.030022 10.0.0.23 - - [2026-04-20 18:24:14] "POST /neutron/security_group HTTP/1.1" 200 2076 0.015317 10.0.0.23 - - [2026-04-20 18:24:14] "GET /virtual-machine/27b6b306-f6f4-45cc-b10f-801538276bdd HTTP/1.1" 200 1310 0.008677 10.0.0.23 - - [2026-04-20 18:24:14] "GET /virtual-machine-interface/f66b4124-6d9b-431b-8a6f-131d1f97f183 HTTP/1.1" 200 3043 0.008044 10.0.0.23 - - [2026-04-20 18:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007633 10.0.0.23 - - [2026-04-20 18:24:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005061 10.0.0.23 - - [2026-04-20 18:24:14] "GET /virtual-networks?parent_id=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004488 10.0.0.23 - - [2026-04-20 18:24:14] "GET /virtual-network/274d27c0-b3af-46a6-91a2-e30ece27bb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.012249 10.0.0.65 - - [2026-04-20 18:24:15] "DELETE /project/a68b480bc16f4b4db85eeacc83795717 HTTP/1.1" 404 173 0.062589 10.0.0.65 - - [2026-04-20 18:24:15] "DELETE /project/d5116106-da29-4eab-922d-bed17e9c652d HTTP/1.1" 404 177 0.105332 10.0.0.23 - - [2026-04-20 18:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.23 - - [2026-04-20 18:24:17] "GET /virtual-network/274d27c0-b3af-46a6-91a2-e30ece27bb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.011198 10.0.0.23 - - [2026-04-20 18:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.23 - - [2026-04-20 18:24:21] "GET /virtual-network/274d27c0-b3af-46a6-91a2-e30ece27bb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007028 10.0.0.23 - - [2026-04-20 18:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006343 10.0.0.23 - - [2026-04-20 18:24:25] "GET /virtual-network/274d27c0-b3af-46a6-91a2-e30ece27bb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.014407 10.0.0.23 - - [2026-04-20 18:24:27] "POST /neutron/port HTTP/1.1" 200 1108 0.064503 10.0.0.23 - - [2026-04-20 18:24:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006476 10.0.0.23 - - [2026-04-20 18:24:27] "POST /neutron/network HTTP/1.1" 200 928 0.011516 10.0.0.23 - - [2026-04-20 18:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538 10.0.0.23 - - [2026-04-20 18:24:29] "GET /virtual-network/274d27c0-b3af-46a6-91a2-e30ece27bb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007818 10.0.0.23 - - [2026-04-20 18:24:31] "POST /neutron/port HTTP/1.1" 200 2132 0.045692 10.0.0.23 - - [2026-04-20 18:24:32] "GET /obj-perms HTTP/1.1" 200 5056 0.072938 10.0.0.23 - - [2026-04-20 18:24:32] "POST /neutron/port HTTP/1.1" 200 1108 0.022908 10.0.0.23 - - [2026-04-20 18:24:33] "POST /neutron/subnet HTTP/1.1" 200 703 0.011650 10.0.0.23 - - [2026-04-20 18:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005987 10.0.0.23 - - [2026-04-20 18:24:34] "GET /virtual-network/274d27c0-b3af-46a6-91a2-e30ece27bb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006966 10.0.0.23 - - [2026-04-20 18:24:35] "POST /neutron/port HTTP/1.1" 200 1144 0.030140 10.0.0.23 - - [2026-04-20 18:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005534 10.0.0.23 - - [2026-04-20 18:24:38] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006007 10.0.0.23 - - [2026-04-20 18:24:38] "GET /virtual-networks?parent_id=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.005040 10.0.0.23 - - [2026-04-20 18:24:38] "GET /virtual-network/274d27c0-b3af-46a6-91a2-e30ece27bb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006441 10.0.0.23 - - [2026-04-20 18:24:38] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009361 10.0.0.23 - - [2026-04-20 18:24:48] "POST /neutron/port HTTP/1.1" 200 1142 0.023571 10.0.0.23 - - [2026-04-20 18:24:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008500 10.0.0.23 - - [2026-04-20 18:24:49] "GET /virtual-machine/a147d272-ada6-47e0-809a-975091062298 HTTP/1.1" 200 1310 0.008102 10.0.0.23 - - [2026-04-20 18:24:49] "GET /virtual-machine-interface/dfc99b0e-0719-4085-88d9-efa4b5561d00 HTTP/1.1" 200 3034 0.007233 10.0.0.23 - - [2026-04-20 18:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005046 10.0.0.23 - - [2026-04-20 18:24:49] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006383 10.0.0.23 - - [2026-04-20 18:24:49] "GET /virtual-networks?parent_id=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004252 10.0.0.23 - - [2026-04-20 18:24:49] "GET /virtual-network/7173d223-edc9-496e-b679-0ad32b67071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.009008 10.0.0.23 - - [2026-04-20 18:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.23 - - [2026-04-20 18:24:50] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005001 10.0.0.23 - - [2026-04-20 18:24:50] "GET /virtual-networks?parent_id=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004058 10.0.0.23 - - [2026-04-20 18:24:50] "GET /virtual-network/7173d223-edc9-496e-b679-0ad32b67071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008156 10.0.0.23 - - [2026-04-20 18:24:50] "POST /neutron/port HTTP/1.1" 200 2132 0.035844 10.0.0.23 - - [2026-04-20 18:24:50] "POST /neutron/security_group HTTP/1.1" 200 2076 0.018404 10.0.0.23 - - [2026-04-20 18:24:51] "POST /neutron/port HTTP/1.1" 200 2132 0.041226 10.0.0.23 - - [2026-04-20 18:24:51] "GET /virtual-machine/4c2cc33d-3e2b-4ae0-b109-89f5cd154bbd HTTP/1.1" 200 1586 0.007146 10.0.0.23 - - [2026-04-20 18:24:51] "GET /virtual-machine-interface/13d7a029-c2a9-4aa0-93c8-c044c28ca1f5 HTTP/1.1" 200 3034 0.006405 10.0.0.23 - - [2026-04-20 18:24:51] "GET /virtual-machine-interface/87cff9d6-f6e2-4d8d-af41-52d8430fb7d5 HTTP/1.1" 200 3034 0.005770 10.0.0.23 - - [2026-04-20 18:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.23 - - [2026-04-20 18:24:51] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005077 10.0.0.23 - - [2026-04-20 18:24:51] "GET /virtual-networks?parent_id=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003754 10.0.0.23 - - [2026-04-20 18:24:51] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006556 10.0.0.23 - - [2026-04-20 18:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005346 10.0.0.23 - - [2026-04-20 18:24:52] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006596 10.0.0.23 - - [2026-04-20 18:24:52] "GET /virtual-networks?parent_id=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004221 10.0.0.23 - - [2026-04-20 18:24:52] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007068 10.0.0.23 - - [2026-04-20 18:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.23 - - [2026-04-20 18:24:52] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004829 10.0.0.23 - - [2026-04-20 18:24:52] "GET /virtual-networks?parent_id=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004095 10.0.0.23 - - [2026-04-20 18:24:52] "GET /virtual-network/7173d223-edc9-496e-b679-0ad32b67071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.008954 10.0.0.23 - - [2026-04-20 18:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.23 - - [2026-04-20 18:24:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004552 10.0.0.23 - - [2026-04-20 18:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004653 10.0.0.23 - - [2026-04-20 18:24:54] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005044 10.0.0.23 - - [2026-04-20 18:24:54] "PUT /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a HTTP/1.1" 200 276 0.018597 10.0.0.23 - - [2026-04-20 18:24:54] "POST /fqname-to-id HTTP/1.1" 404 217 0.003785 10.0.0.23 - - [2026-04-20 18:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.65 - - [2026-04-20 18:24:54] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001222 10.0.0.23 - - [2026-04-20 18:24:54] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.060535 10.0.0.23 - - [2026-04-20 18:24:54] "POST /network-policys HTTP/1.1" 200 539 0.042023 10.0.0.23 - - [2026-04-20 18:24:54] "GET /network-policy/57a385d0-e644-4fed-8128-196842d1aa62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.009189 10.0.0.23 - - [2026-04-20 18:24:54] "POST /neutron/network HTTP/1.1" 200 938 0.094357 10.0.0.23 - - [2026-04-20 18:24:54] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006004 10.0.0.23 - - [2026-04-20 18:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2026-04-20 18:24:54] "GET /network-policy/57a385d0-e644-4fed-8128-196842d1aa62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.004980 10.0.0.23 - - [2026-04-20 18:24:54] "POST /neutron/network HTTP/1.1" 200 938 0.116101 10.0.0.23 - - [2026-04-20 18:24:55] "GET /virtual-network/7173d223-edc9-496e-b679-0ad32b67071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.009178 10.0.0.23 - - [2026-04-20 18:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148 10.0.0.23 - - [2026-04-20 18:24:55] "GET /network-policy/57a385d0-e644-4fed-8128-196842d1aa62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1991 0.007255 10.0.0.65 - - [2026-04-20 18:24:55] "POST /fqname-to-id HTTP/1.1" 404 254 0.006681 10.0.0.23 - - [2026-04-20 18:24:55] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.010101 10.0.0.23 - - [2026-04-20 18:24:55] "GET /virtual-network/7173d223-edc9-496e-b679-0ad32b67071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008366 10.0.0.249 - - [2026-04-20 18:24:56] "GET /obj-perms HTTP/1.1" 200 5066 0.005268 10.0.0.65 - - [2026-04-20 18:24:56] "GET /obj-perms HTTP/1.1" 200 5066 0.005326 10.0.0.23 - - [2026-04-20 18:24:56] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.014689 10.0.0.23 - - [2026-04-20 18:24:56] "GET /obj-perms HTTP/1.1" 200 5066 0.010258 10.0.0.23 - - [2026-04-20 18:24:57] "GET /virtual-network/7173d223-edc9-496e-b679-0ad32b67071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006453 10.0.0.23 - - [2026-04-20 18:24:57] "GET /virtual-network/274d27c0-b3af-46a6-91a2-e30ece27bb17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007141 10.0.0.249 - - [2026-04-20 18:24:57] "GET /obj-perms HTTP/1.1" 200 5066 0.006865 10.0.0.65 - - [2026-04-20 18:24:57] "GET /obj-perms HTTP/1.1" 200 5066 0.008052 10.0.0.249 - - [2026-04-20 18:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.249 - - [2026-04-20 18:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000552 10.0.0.249 - - [2026-04-20 18:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.65 - - [2026-04-20 18:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.249 - - [2026-04-20 18:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000495 10.0.0.65 - - [2026-04-20 18:25:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.65 - - [2026-04-20 18:25:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000601 10.0.0.65 - - [2026-04-20 18:25:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.23 - - [2026-04-20 18:25:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2026-04-20 18:25:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000513 10.0.0.23 - - [2026-04-20 18:25:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000689 10.0.0.23 - - [2026-04-20 18:25:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.23 - - [2026-04-20 18:25:12] "GET /obj-perms HTTP/1.1" 200 5066 0.006701 10.0.0.23 - - [2026-04-20 18:25:28] "POST /neutron/port HTTP/1.1" 200 1218 0.024149 10.0.0.23 - - [2026-04-20 18:25:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005116 10.0.0.23 - - [2026-04-20 18:25:28] "POST /neutron/port HTTP/1.1" 200 117 0.001309 10.0.0.23 - - [2026-04-20 18:25:33] "GET /obj-perms HTTP/1.1" 200 5056 0.065888 10.0.0.23 - - [2026-04-20 18:25:34] "POST /neutron/port HTTP/1.1" 200 1142 0.060148 10.0.0.23 - - [2026-04-20 18:25:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.016310 10.0.0.23 - - [2026-04-20 18:26:28] "POST /neutron/port HTTP/1.1" 200 1108 0.020510 10.0.0.23 - - [2026-04-20 18:26:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004726 10.0.0.23 - - [2026-04-20 18:26:28] "POST /neutron/network HTTP/1.1" 200 928 0.012618 10.0.0.23 - - [2026-04-20 18:26:34] "POST /neutron/network HTTP/1.1" 200 1123 0.010364 10.0.0.23 - - [2026-04-20 18:26:35] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016712 10.0.0.23 - - [2026-04-20 18:26:35] "POST /neutron/network HTTP/1.1" 200 1113 0.014720 10.0.0.23 - - [2026-04-20 18:27:28] "POST /neutron/network HTTP/1.1" 200 948 0.008176 10.0.0.23 - - [2026-04-20 18:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.001173 10.0.0.23 - - [2026-04-20 18:27:34] "POST /neutron/port HTTP/1.1" 200 1108 0.022303 10.0.0.23 - - [2026-04-20 18:27:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.010843 10.0.0.23 - - [2026-04-20 18:28:28] "POST /neutron/port HTTP/1.1" 200 1144 0.026697 10.0.0.23 - - [2026-04-20 18:28:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004650 10.0.0.23 - - [2026-04-20 18:28:28] "POST /neutron/network HTTP/1.1" 200 852 0.010895 10.0.0.65 - - [2026-04-20 18:28:35] "GET /obj-perms HTTP/1.1" 200 5056 0.106396 10.0.0.23 - - [2026-04-20 18:28:35] "GET /obj-perms HTTP/1.1" 200 5066 0.005046 10.0.0.23 - - [2026-04-20 18:28:35] "GET /virtual-network/7173d223-edc9-496e-b679-0ad32b67071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.290060 10.0.0.23 - - [2026-04-20 18:28:36] "POST /neutron/network HTTP/1.1" 200 844 0.045334 10.0.0.23 - - [2026-04-20 18:28:36] "GET /virtual-network/7173d223-edc9-496e-b679-0ad32b67071b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007975 10.0.0.23 - - [2026-04-20 18:28:36] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.007433 10.0.0.23 - - [2026-04-20 18:28:36] "POST /neutron/network HTTP/1.1" 200 844 0.010413 10.0.0.23 - - [2026-04-20 18:28:36] "GET /virtual-network/4eb8eed3-a214-4eb5-a58d-a95ae94ceb83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005857 10.0.0.23 - - [2026-04-20 18:28:36] "DELETE /network-policy/57a385d0-e644-4fed-8128-196842d1aa62 HTTP/1.1" 200 115 0.039910 10.0.0.23 - - [2026-04-20 18:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.23 - - [2026-04-20 18:28:36] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.005721 10.0.0.23 - - [2026-04-20 18:28:36] "PUT /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a HTTP/1.1" 200 276 0.018409 10.0.0.65 - - [2026-04-20 18:28:36] "DELETE /access-control-list/a212ec14-fb72-4e2d-975e-86634cdb4732 HTTP/1.1" 200 115 0.042189 10.0.0.65 - - [2026-04-20 18:28:36] "DELETE /access-control-list/20df784e-1321-4ec2-bc57-b8c2df99f50c HTTP/1.1" 200 115 0.051369 10.0.0.23 - - [2026-04-20 18:28:37] "POST /neutron/network HTTP/1.1" 200 854 0.012553 10.0.0.23 - - [2026-04-20 18:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.001714 10.0.0.23 - - [2026-04-20 18:28:38] "POST /neutron/network HTTP/1.1" 400 204 0.021203 10.0.0.23 - - [2026-04-20 18:28:38] "POST /neutron/port HTTP/1.1" 200 1132 0.024029 10.0.0.23 - - [2026-04-20 18:28:38] "POST /neutron/port HTTP/1.1" 200 151 0.251907 10.0.0.23 - - [2026-04-20 18:28:39] "POST /neutron/port HTTP/1.1" 200 151 0.306856 10.0.0.23 - - [2026-04-20 18:28:40] "POST /neutron/network HTTP/1.1" 200 852 0.008172 10.0.0.65 - - [2026-04-20 18:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.65 - - [2026-04-20 18:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.041709 10.0.0.65 - - [2026-04-20 18:28:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006003 10.0.0.65 - - [2026-04-20 18:28:40] "DELETE /route-target/ad65b804-7aad-428d-9540-b8134e42e6cb HTTP/1.1" 200 115 0.043668 10.0.0.23 - - [2026-04-20 18:28:40] "POST /neutron/network HTTP/1.1" 200 151 0.208241 10.0.0.23 - - [2026-04-20 18:28:41] "POST /neutron/port HTTP/1.1" 200 1142 0.023010 10.0.0.23 - - [2026-04-20 18:28:42] "POST /neutron/port HTTP/1.1" 200 151 0.269750 10.0.0.23 - - [2026-04-20 18:28:43] "POST /neutron/network HTTP/1.1" 200 844 0.008844 10.0.0.65 - - [2026-04-20 18:28:43] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002625 10.0.0.23 - - [2026-04-20 18:28:43] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.090477 10.0.0.65 - - [2026-04-20 18:28:43] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001429 10.0.0.23 - - [2026-04-20 18:28:44] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?fields=virtual_networks HTTP/1.1" 200 1069 0.075322 10.0.0.65 - - [2026-04-20 18:28:44] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001984 10.0.0.23 - - [2026-04-20 18:28:44] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.089528 10.0.0.65 - - [2026-04-20 18:28:44] "GET /projects?obj_uuids=a68b480b-c16f-4b4d-b85e-eacc83795717&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001887 10.0.0.23 - - [2026-04-20 18:28:44] "GET /project/a68b480b-c16f-4b4d-b85e-eacc83795717?fields=security_groups HTTP/1.1" 200 1313 0.069840 10.0.0.23 - - [2026-04-20 18:28:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.041142 10.0.0.65 - - [2026-04-20 18:28:45] "GET /projects?obj_uuids=b2c90877-f941-4bb8-9608-4e703d43fee9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004244 10.0.0.65 - - [2026-04-20 18:28:45] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001339 10.0.0.65 - - [2026-04-20 18:28:45] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009644 10.0.0.65 - - [2026-04-20 18:28:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.001966 10.0.0.65 - - [2026-04-20 18:28:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.013329 10.0.0.65 - - [2026-04-20 18:28:45] "POST /security-groups HTTP/1.1" 200 586 0.040370 10.0.0.65 - - [2026-04-20 18:28:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.004175 10.0.0.65 - - [2026-04-20 18:28:45] "POST /projects HTTP/1.1" 200 575 0.294616 10.0.0.65 - - [2026-04-20 18:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.333310 10.0.0.23 - - [2026-04-20 18:28:45] "GET /project/b2c90877-f941-4bb8-9608-4e703d43fee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.490935 10.0.0.65 - - [2026-04-20 18:28:45] "POST /access-control-lists HTTP/1.1" 200 589 0.054456 10.0.0.23 - - [2026-04-20 18:28:47] "GET / HTTP/1.1" 200 35931 0.003422 10.0.0.65 - - [2026-04-20 18:28:47] "GET /projects?obj_uuids=f007f454-f656-4cc4-8f8f-d27141840441&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001157 10.0.0.23 - - [2026-04-20 18:28:47] "GET /project/f007f454-f656-4cc4-8f8f-d27141840441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.044770 10.0.0.23 - - [2026-04-20 18:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.23 - - [2026-04-20 18:28:48] "GET /security-group/20141ccf-e5fc-4704-be2a-51f8ae6d595b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.006222 10.0.0.23 - - [2026-04-20 18:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.65 - - [2026-04-20 18:28:48] "GET /projects?obj_uuids=f007f454-f656-4cc4-8f8f-d27141840441&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001245 10.0.0.23 - - [2026-04-20 18:28:48] "GET /project/f007f454-f656-4cc4-8f8f-d27141840441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.054300 10.0.0.23 - - [2026-04-20 18:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.23 - - [2026-04-20 18:28:48] "GET /security-group/20141ccf-e5fc-4704-be2a-51f8ae6d595b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.006549 10.0.0.23 - - [2026-04-20 18:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.23 - - [2026-04-20 18:28:48] "PUT /security-group/20141ccf-e5fc-4704-be2a-51f8ae6d595b HTTP/1.1" 200 262 0.023978 10.0.0.65 - - [2026-04-20 18:28:51] "GET /projects?obj_uuids=b2c90877-f941-4bb8-9608-4e703d43fee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001241 10.0.0.23 - - [2026-04-20 18:28:51] "GET /project/b2c90877-f941-4bb8-9608-4e703d43fee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.054422 10.0.0.65 - - [2026-04-20 18:28:51] "GET /projects?obj_uuids=b2c90877-f941-4bb8-9608-4e703d43fee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002505 10.0.0.23 - - [2026-04-20 18:28:51] "GET /project/b2c90877-f941-4bb8-9608-4e703d43fee9?fields=virtual_networks HTTP/1.1" 200 1023 0.054988 10.0.0.65 - - [2026-04-20 18:28:51] "GET /projects?obj_uuids=b2c90877-f941-4bb8-9608-4e703d43fee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001828 10.0.0.23 - - [2026-04-20 18:28:51] "GET /project/b2c90877-f941-4bb8-9608-4e703d43fee9?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.053353 10.0.0.65 - - [2026-04-20 18:28:51] "GET /projects?obj_uuids=b2c90877-f941-4bb8-9608-4e703d43fee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001410 10.0.0.23 - - [2026-04-20 18:28:51] "GET /project/b2c90877-f941-4bb8-9608-4e703d43fee9?fields=security_groups HTTP/1.1" 200 1244 0.055922 10.0.0.23 - - [2026-04-20 18:28:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.043545 10.0.0.65 - - [2026-04-20 18:28:53] "GET /projects?obj_uuids=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005052 10.0.0.65 - - [2026-04-20 18:28:53] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001466 10.0.0.65 - - [2026-04-20 18:28:53] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011383 10.0.0.65 - - [2026-04-20 18:28:53] "POST /id-to-fqname HTTP/1.1" 200 194 0.007167 10.0.0.65 - - [2026-04-20 18:28:53] "POST /fqname-to-id HTTP/1.1" 404 203 0.005341 10.0.0.65 - - [2026-04-20 18:28:53] "POST /security-groups HTTP/1.1" 200 595 0.044886 10.0.0.65 - - [2026-04-20 18:28:53] "POST /fqname-to-id HTTP/1.1" 404 238 0.005452 10.0.0.65 - - [2026-04-20 18:28:53] "POST /projects HTTP/1.1" 200 593 0.305846 10.0.0.65 - - [2026-04-20 18:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.350876 10.0.0.23 - - [2026-04-20 18:28:53] "GET /project/674b9310-41e2-44ab-8c92-3624f140da22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.562692 10.0.0.65 - - [2026-04-20 18:28:53] "POST /access-control-lists HTTP/1.1" 200 598 0.084542 10.0.0.23 - - [2026-04-20 18:28:55] "GET / HTTP/1.1" 200 35931 0.003179 10.0.0.23 - - [2026-04-20 18:28:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000551 10.0.0.23 - - [2026-04-20 18:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.077609 10.0.0.65 - - [2026-04-20 18:28:57] "GET /projects?obj_uuids=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002010 10.0.0.23 - - [2026-04-20 18:28:57] "GET /project/674b9310-41e2-44ab-8c92-3624f140da22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.057084 10.0.0.65 - - [2026-04-20 18:28:57] "GET /projects?obj_uuids=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001889 10.0.0.23 - - [2026-04-20 18:28:57] "POST /neutron/network HTTP/1.1" 200 623 0.206973 10.0.0.23 - - [2026-04-20 18:28:58] "POST /id-to-fqname HTTP/1.1" 200 231 0.003922 10.0.0.23 - - [2026-04-20 18:28:58] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006964 10.0.0.23 - - [2026-04-20 18:28:58] "POST /neutron/network HTTP/1.1" 200 844 0.008593 10.0.0.23 - - [2026-04-20 18:28:58] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007160 10.0.0.23 - - [2026-04-20 18:28:58] "POST /id-to-fqname HTTP/1.1" 200 231 0.001338 10.0.0.23 - - [2026-04-20 18:28:58] "POST /neutron/port HTTP/1.1" 200 4192 0.055588 10.0.0.65 - - [2026-04-20 18:28:59] "GET /projects?obj_uuids=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001260 10.0.0.23 - - [2026-04-20 18:28:59] "GET /project/674b9310-41e2-44ab-8c92-3624f140da22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.086922 10.0.0.23 - - [2026-04-20 18:28:59] "POST /neutron/port HTTP/1.1" 200 4192 0.060071 10.0.0.23 - - [2026-04-20 18:28:59] "POST /id-to-fqname HTTP/1.1" 200 231 0.001974 10.0.0.23 - - [2026-04-20 18:29:00] "POST /neutron/network HTTP/1.1" 200 854 0.007652 10.0.0.23 - - [2026-04-20 18:29:01] "POST /neutron/port HTTP/1.1" 200 1066 0.035742 10.0.0.23 - - [2026-04-20 18:29:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005354 10.0.0.23 - - [2026-04-20 18:29:01] "POST /neutron/network HTTP/1.1" 200 844 0.009354 10.0.0.65 - - [2026-04-20 18:29:07] "DELETE /access-control-list/c209c3ac-6fa6-401c-a683-dc2d9b955444 HTTP/1.1" 200 115 0.136135 10.0.0.65 - - [2026-04-20 18:29:15] "DELETE /project/a68b480b-c16f-4b4d-b85e-eacc83795717 HTTP/1.1" 404 177 0.051440 10.0.0.65 - - [2026-04-20 18:29:15] "DELETE /project/b2c90877f9414bb896084e703d43fee9 HTTP/1.1" 404 173 0.083087 10.0.0.65 - - [2026-04-20 18:29:15] "GET /projects?obj_uuids=b2c90877-f941-4bb8-9608-4e703d43fee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001046 10.0.0.65 - - [2026-04-20 18:29:15] "DELETE /project/674b931041e244ab8c923624f140da22 HTTP/1.1" 404 173 0.140964 10.0.0.65 - - [2026-04-20 18:29:15] "GET /project/b2c90877-f941-4bb8-9608-4e703d43fee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.045195 10.0.0.65 - - [2026-04-20 18:29:15] "GET /projects?obj_uuids=b2c90877-f941-4bb8-9608-4e703d43fee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001904 10.0.0.65 - - [2026-04-20 18:29:15] "GET /project/b2c90877-f941-4bb8-9608-4e703d43fee9?fields=security_groups HTTP/1.1" 200 1349 0.066730 10.0.0.65 - - [2026-04-20 18:29:16] "DELETE /security-group/bffee0d0-ee12-4ea2-b966-3f812d995588 HTTP/1.1" 200 115 0.072002 10.0.0.65 - - [2026-04-20 18:29:16] "GET /projects?obj_uuids=b2c90877-f941-4bb8-9608-4e703d43fee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001003 10.0.0.65 - - [2026-04-20 18:29:16] "GET /project/b2c90877-f941-4bb8-9608-4e703d43fee9?fields=application_policy_sets HTTP/1.1" 200 1388 0.045329 10.0.0.65 - - [2026-04-20 18:29:16] "DELETE /access-control-list/bf87a1ed-20b8-4a31-840c-c2952e315943 HTTP/1.1" 200 115 0.050529 10.0.0.65 - - [2026-04-20 18:29:16] "DELETE /project/b2c90877-f941-4bb8-9608-4e703d43fee9 HTTP/1.1" 200 115 0.586240 10.0.0.23 - - [2026-04-20 18:29:24] "POST /neutron/network HTTP/1.1" 200 854 0.009461 10.0.0.65 - - [2026-04-20 18:29:25] "GET /projects?obj_uuids=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002579 10.0.0.23 - - [2026-04-20 18:29:25] "GET /project/674b9310-41e2-44ab-8c92-3624f140da22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.118192 10.0.0.23 - - [2026-04-20 18:29:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013955 10.0.0.23 - - [2026-04-20 18:29:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008902 10.0.0.23 - - [2026-04-20 18:29:26] "POST /neutron/port HTTP/1.1" 200 1130 0.028919 10.0.0.23 - - [2026-04-20 18:29:26] "GET /virtual-machine/26cc9fd3-d87b-4ea6-8526-756777968a0b HTTP/1.1" 401 292 0.000493 10.0.0.65 - - [2026-04-20 18:29:26] "GET /projects?obj_uuids=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001132 10.0.0.23 - - [2026-04-20 18:29:27] "POST /neutron/port HTTP/1.1" 200 1066 0.397113 10.0.0.23 - - [2026-04-20 18:29:27] "GET /virtual-machine/26cc9fd3-d87b-4ea6-8526-756777968a0b HTTP/1.1" 200 1295 0.057273 10.0.0.23 - - [2026-04-20 18:29:27] "GET /virtual-machine-interface/c99120b4-b01a-42a0-966d-3bc9f46a036b HTTP/1.1" 200 2983 0.011168 10.0.0.23 - - [2026-04-20 18:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006928 10.0.0.23 - - [2026-04-20 18:29:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009869 10.0.0.23 - - [2026-04-20 18:29:27] "GET /virtual-networks?parent_id=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.007926 10.0.0.23 - - [2026-04-20 18:29:27] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.010258 10.0.0.23 - - [2026-04-20 18:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.013957 10.0.0.23 - - [2026-04-20 18:29:28] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006079 10.0.0.23 - - [2026-04-20 18:29:28] "GET /virtual-networks?parent_id=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003990 10.0.0.23 - - [2026-04-20 18:29:28] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.011427 10.0.0.23 - - [2026-04-20 18:29:28] "POST /neutron/port HTTP/1.1" 200 1120 0.228224 10.0.0.23 - - [2026-04-20 18:29:31] "POST /neutron/port HTTP/1.1" 200 1218 0.027153 10.0.0.23 - - [2026-04-20 18:29:31] "POST /neutron/subnet HTTP/1.1" 200 708 0.010777 10.0.0.23 - - [2026-04-20 18:29:32] "POST /neutron/network HTTP/1.1" 200 844 0.009476 10.0.0.23 - - [2026-04-20 18:29:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004069 10.0.0.23 - - [2026-04-20 18:29:32] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.23 - - [2026-04-20 18:29:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010008 10.0.0.249 - - [2026-04-20 18:29:36] "GET /obj-perms HTTP/1.1" 200 5056 0.077222 10.0.0.23 - - [2026-04-20 18:29:44] "POST /neutron/port HTTP/1.1" 200 1130 0.021212 10.0.0.23 - - [2026-04-20 18:29:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008277 10.0.0.23 - - [2026-04-20 18:29:59] "POST /neutron/port HTTP/1.1" 200 1130 0.030492 10.0.0.23 - - [2026-04-20 18:29:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011419 10.0.0.23 - - [2026-04-20 18:30:00] "GET /virtual-machine/076451f0-eb59-4d9c-b5c9-70b15c2a1337 HTTP/1.1" 200 1295 0.015311 10.0.0.23 - - [2026-04-20 18:30:00] "GET /virtual-machine-interface/3588b50b-7c49-43f4-b7f2-8eae2ac51e5f HTTP/1.1" 200 2982 0.009015 10.0.0.23 - - [2026-04-20 18:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005793 10.0.0.23 - - [2026-04-20 18:30:00] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006157 10.0.0.23 - - [2026-04-20 18:30:00] "GET /virtual-networks?parent_id=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004931 10.0.0.23 - - [2026-04-20 18:30:00] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006845 10.0.0.23 - - [2026-04-20 18:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.23 - - [2026-04-20 18:30:03] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.009319 10.0.0.23 - - [2026-04-20 18:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.23 - - [2026-04-20 18:30:07] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006189 10.0.0.249 - - [2026-04-20 18:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000642 10.0.0.249 - - [2026-04-20 18:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.249 - - [2026-04-20 18:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.65 - - [2026-04-20 18:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000524 10.0.0.249 - - [2026-04-20 18:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000633 10.0.0.65 - - [2026-04-20 18:30:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.65 - - [2026-04-20 18:30:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000642 10.0.0.65 - - [2026-04-20 18:30:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000667 10.0.0.23 - - [2026-04-20 18:30:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000689 10.0.0.23 - - [2026-04-20 18:30:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000561 10.0.0.23 - - [2026-04-20 18:30:10] "GET /global-system-configs HTTP/1.1" 401 292 0.001037 10.0.0.23 - - [2026-04-20 18:30:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000621 10.0.0.23 - - [2026-04-20 18:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129 10.0.0.23 - - [2026-04-20 18:30:11] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.010587 10.0.0.23 - - [2026-04-20 18:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.23 - - [2026-04-20 18:30:15] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006385 10.0.0.23 - - [2026-04-20 18:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.23 - - [2026-04-20 18:30:19] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006368 10.0.0.23 - - [2026-04-20 18:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.23 - - [2026-04-20 18:30:23] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006542 10.0.0.23 - - [2026-04-20 18:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.23 - - [2026-04-20 18:30:27] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008446 10.0.0.23 - - [2026-04-20 18:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005262 10.0.0.23 - - [2026-04-20 18:30:31] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007533 10.0.0.23 - - [2026-04-20 18:30:32] "POST /neutron/port HTTP/1.1" 200 1108 0.024014 10.0.0.23 - - [2026-04-20 18:30:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004464 10.0.0.23 - - [2026-04-20 18:30:32] "POST /neutron/network HTTP/1.1" 200 928 0.008051 10.0.0.23 - - [2026-04-20 18:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.23 - - [2026-04-20 18:30:36] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005991 10.0.0.23 - - [2026-04-20 18:30:39] "POST /neutron/network HTTP/1.1" 200 1123 0.050374 10.0.0.23 - - [2026-04-20 18:30:39] "POST /neutron/subnet HTTP/1.1" 200 1385 0.015419 10.0.0.23 - - [2026-04-20 18:30:39] "POST /neutron/network HTTP/1.1" 200 1113 0.012116 10.0.0.23 - - [2026-04-20 18:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.23 - - [2026-04-20 18:30:40] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006696 10.0.0.23 - - [2026-04-20 18:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.23 - - [2026-04-20 18:30:44] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006721 10.0.0.23 - - [2026-04-20 18:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.23 - - [2026-04-20 18:30:48] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.007686 10.0.0.23 - - [2026-04-20 18:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.23 - - [2026-04-20 18:30:52] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008145 10.0.0.23 - - [2026-04-20 18:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.23 - - [2026-04-20 18:30:56] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006700 10.0.0.23 - - [2026-04-20 18:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.23 - - [2026-04-20 18:31:00] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008061 10.0.0.23 - - [2026-04-20 18:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.23 - - [2026-04-20 18:31:04] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006591 10.0.0.23 - - [2026-04-20 18:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.23 - - [2026-04-20 18:31:08] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006399 10.0.0.23 - - [2026-04-20 18:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005425 10.0.0.23 - - [2026-04-20 18:31:12] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.009034 10.0.0.23 - - [2026-04-20 18:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.23 - - [2026-04-20 18:31:17] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005004 10.0.0.23 - - [2026-04-20 18:31:17] "GET /virtual-networks?parent_id=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003410 10.0.0.23 - - [2026-04-20 18:31:17] "GET /virtual-network/c00df41c-bec5-4477-98ce-14ac1928fbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008204 10.0.0.23 - - [2026-04-20 18:31:17] "POST /neutron/port HTTP/1.1" 200 1130 0.022137 10.0.0.23 - - [2026-04-20 18:31:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011833 10.0.0.23 - - [2026-04-20 18:31:32] "POST /neutron/port HTTP/1.1" 200 1130 0.021610 10.0.0.23 - - [2026-04-20 18:31:34] "POST /neutron/port HTTP/1.1" 200 1218 0.027915 10.0.0.23 - - [2026-04-20 18:31:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004594 10.0.0.23 - - [2026-04-20 18:31:34] "POST /neutron/port HTTP/1.1" 200 117 0.001219 10.0.0.23 - - [2026-04-20 18:31:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013966 10.0.0.23 - - [2026-04-20 18:31:38] "GET /obj-perms HTTP/1.1" 200 5056 0.070795 10.0.0.23 - - [2026-04-20 18:31:40] "POST /neutron/network HTTP/1.1" 200 938 0.010752 10.0.0.23 - - [2026-04-20 18:31:41] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.23 - - [2026-04-20 18:31:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009813 10.0.0.23 - - [2026-04-20 18:31:53] "POST /neutron/port HTTP/1.1" 200 1130 0.033254 10.0.0.23 - - [2026-04-20 18:31:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007696 10.0.0.23 - - [2026-04-20 18:32:09] "POST /fqname-to-id HTTP/1.1" 404 240 0.005036 10.0.0.23 - - [2026-04-20 18:32:09] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.049954 10.0.0.23 - - [2026-04-20 18:32:09] "GET /bgp-as-a-service/4544eae5-f346-4d44-ae8d-1a17b4f9763a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1624 0.007537 10.0.0.23 - - [2026-04-20 18:32:09] "GET /virtual-machine-interface/3588b50b-7c49-43f4-b7f2-8eae2ac51e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006848 10.0.0.23 - - [2026-04-20 18:32:09] "POST /ref-update HTTP/1.1" 200 156 0.014646 10.0.0.23 - - [2026-04-20 18:32:09] "POST /neutron/network HTTP/1.1" 200 844 0.014602 10.0.0.65 - - [2026-04-20 18:32:09] "POST /ref-update HTTP/1.1" 200 156 0.025072 10.0.0.23 - - [2026-04-20 18:32:10] "POST /neutron/subnet HTTP/1.1" 200 734 0.016625 10.0.0.23 - - [2026-04-20 18:32:36] "POST /neutron/network HTTP/1.1" 200 938 0.012956 10.0.0.23 - - [2026-04-20 18:32:36] "POST /neutron/port HTTP/1.1" 200 117 0.002367 10.0.0.23 - - [2026-04-20 18:32:38] "GET /bgp-as-a-service/4544eae5-f346-4d44-ae8d-1a17b4f9763a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.009147 10.0.0.23 - - [2026-04-20 18:32:38] "GET /virtual-machine-interface/3588b50b-7c49-43f4-b7f2-8eae2ac51e5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3090 0.010026 10.0.0.23 - - [2026-04-20 18:32:38] "POST /ref-update HTTP/1.1" 200 156 0.019857 10.0.0.65 - - [2026-04-20 18:32:38] "POST /ref-update HTTP/1.1" 200 156 0.025214 10.0.0.23 - - [2026-04-20 18:32:38] "DELETE /bgp-as-a-service/4544eae5-f346-4d44-ae8d-1a17b4f9763a HTTP/1.1" 200 115 0.081192 10.0.0.23 - - [2026-04-20 18:32:39] "POST /neutron/network HTTP/1.1" 400 204 0.021749 10.0.0.65 - - [2026-04-20 18:32:39] "GET /obj-perms HTTP/1.1" 200 5056 0.072703 10.0.0.23 - - [2026-04-20 18:32:39] "POST /neutron/port HTTP/1.1" 200 151 0.276999 10.0.0.23 - - [2026-04-20 18:32:40] "POST /neutron/port HTTP/1.1" 200 151 0.300323 10.0.0.65 - - [2026-04-20 18:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006305 10.0.0.65 - - [2026-04-20 18:32:42] "GET /projects?obj_uuids=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002928 10.0.0.23 - - [2026-04-20 18:32:42] "GET /project/674b9310-41e2-44ab-8c92-3624f140da22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.058194 10.0.0.65 - - [2026-04-20 18:32:42] "GET /projects?obj_uuids=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001278 10.0.0.23 - - [2026-04-20 18:32:42] "GET /project/674b9310-41e2-44ab-8c92-3624f140da22?fields=virtual_networks HTTP/1.1" 200 1040 0.060965 10.0.0.65 - - [2026-04-20 18:32:42] "GET /projects?obj_uuids=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000987 10.0.0.23 - - [2026-04-20 18:32:43] "GET /project/674b9310-41e2-44ab-8c92-3624f140da22?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.056195 10.0.0.65 - - [2026-04-20 18:32:43] "GET /projects?obj_uuids=674b9310-41e2-44ab-8c92-3624f140da22&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001118 10.0.0.23 - - [2026-04-20 18:32:43] "GET /project/674b9310-41e2-44ab-8c92-3624f140da22?fields=security_groups HTTP/1.1" 200 1270 0.049862 10.0.0.23 - - [2026-04-20 18:32:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.044019 10.0.0.65 - - [2026-04-20 18:32:44] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003914 10.0.0.65 - - [2026-04-20 18:32:44] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001709 10.0.0.65 - - [2026-04-20 18:32:44] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011385 10.0.0.65 - - [2026-04-20 18:32:44] "POST /id-to-fqname HTTP/1.1" 200 191 0.004335 10.0.0.65 - - [2026-04-20 18:32:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.009910 10.0.0.65 - - [2026-04-20 18:32:44] "POST /security-groups HTTP/1.1" 200 592 0.055879 10.0.0.65 - - [2026-04-20 18:32:44] "POST /projects HTTP/1.1" 200 587 0.305746 10.0.0.65 - - [2026-04-20 18:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.350184 10.0.0.65 - - [2026-04-20 18:32:44] "POST /access-control-lists HTTP/1.1" 200 597 0.035534 10.0.0.23 - - [2026-04-20 18:32:44] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.553183 10.0.0.23 - - [2026-04-20 18:32:46] "GET / HTTP/1.1" 200 35931 0.004025 10.0.0.23 - - [2026-04-20 18:32:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.23 - - [2026-04-20 18:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.082221 10.0.0.65 - - [2026-04-20 18:32:48] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.23 - - [2026-04-20 18:32:48] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.046529 10.0.0.23 - - [2026-04-20 18:32:48] "POST /neutron/network HTTP/1.1" 200 117 0.049746 10.0.0.65 - - [2026-04-20 18:32:48] "POST /route-targets HTTP/1.1" 200 327 0.017311 10.0.0.23 - - [2026-04-20 18:32:49] "POST /neutron/network HTTP/1.1" 200 832 0.011992 10.0.0.23 - - [2026-04-20 18:32:49] "POST /id-to-fqname HTTP/1.1" 200 225 0.002523 10.0.0.23 - - [2026-04-20 18:32:49] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.009722 10.0.0.23 - - [2026-04-20 18:32:49] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007248 10.0.0.23 - - [2026-04-20 18:32:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.014714 10.0.0.23 - - [2026-04-20 18:32:49] "POST /id-to-fqname HTTP/1.1" 200 225 0.002337 10.0.0.65 - - [2026-04-20 18:32:50] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001222 10.0.0.23 - - [2026-04-20 18:32:50] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.089439 10.0.0.23 - - [2026-04-20 18:32:50] "POST /neutron/network HTTP/1.1" 200 832 0.042542 10.0.0.23 - - [2026-04-20 18:32:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.001978 10.0.0.23 - - [2026-04-20 18:32:51] "POST /neutron/port HTTP/1.1" 200 4192 0.068585 10.0.0.65 - - [2026-04-20 18:32:51] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.23 - - [2026-04-20 18:32:51] "POST /neutron/port HTTP/1.1" 200 1060 0.335545 10.0.0.65 - - [2026-04-20 18:32:52] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001176 10.0.0.23 - - [2026-04-20 18:32:52] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.093058 10.0.0.23 - - [2026-04-20 18:32:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011934 10.0.0.23 - - [2026-04-20 18:32:52] "POST /id-to-fqname HTTP/1.1" 200 225 0.001416 10.0.0.23 - - [2026-04-20 18:32:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008742 10.0.0.23 - - [2026-04-20 18:32:53] "POST /neutron/network HTTP/1.1" 200 842 0.025605 10.0.0.23 - - [2026-04-20 18:32:53] "POST /neutron/port HTTP/1.1" 200 1114 0.143285 10.0.0.23 - - [2026-04-20 18:32:53] "POST /neutron/port HTTP/1.1" 200 1114 0.170108 10.0.0.23 - - [2026-04-20 18:32:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.012189 10.0.0.65 - - [2026-04-20 18:32:54] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001464 10.0.0.23 - - [2026-04-20 18:32:54] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.099266 10.0.0.23 - - [2026-04-20 18:32:54] "POST /neutron/network HTTP/1.1" 200 832 0.008966 10.0.0.23 - - [2026-04-20 18:32:55] "POST /neutron/port HTTP/1.1" 200 117 0.010745 10.0.0.23 - - [2026-04-20 18:32:56] "POST /neutron/port HTTP/1.1" 200 1124 0.029043 10.0.0.23 - - [2026-04-20 18:32:56] "POST /neutron/port HTTP/1.1" 200 117 0.001171 10.0.0.65 - - [2026-04-20 18:32:56] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002503 10.0.0.23 - - [2026-04-20 18:32:57] "POST /neutron/port HTTP/1.1" 200 1060 0.371573 10.0.0.23 - - [2026-04-20 18:32:57] "POST /neutron/port HTTP/1.1" 200 1114 0.150098 10.0.0.23 - - [2026-04-20 18:32:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.011227 10.0.0.23 - - [2026-04-20 18:33:00] "POST /neutron/port HTTP/1.1" 200 1124 0.029599 10.0.0.23 - - [2026-04-20 18:33:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010226 10.0.0.65 - - [2026-04-20 18:33:07] "DELETE /access-control-list/0ede1f51-e7cf-421a-93f1-66f6219559a6 HTTP/1.1" 200 115 0.064494 10.0.0.23 - - [2026-04-20 18:33:15] "POST /neutron/port HTTP/1.1" 200 1124 0.031353 10.0.0.65 - - [2026-04-20 18:33:16] "DELETE /project/674b9310-41e2-44ab-8c92-3624f140da22 HTTP/1.1" 404 177 0.004936 10.0.0.65 - - [2026-04-20 18:33:16] "DELETE /project/b89962662587432c9b1e39c469cf35d5 HTTP/1.1" 404 173 0.004261 10.0.0.23 - - [2026-04-20 18:33:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012352 10.0.0.23 - - [2026-04-20 18:33:26] "POST /neutron/port HTTP/1.1" 200 1124 0.023321 10.0.0.23 - - [2026-04-20 18:33:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008883 10.0.0.23 - - [2026-04-20 18:33:26] "GET /virtual-machine/f8ca8bc1-2da6-4d67-886c-11f0a603054a HTTP/1.1" 401 292 0.000463 10.0.0.23 - - [2026-04-20 18:33:26] "GET /virtual-machine/f8ca8bc1-2da6-4d67-886c-11f0a603054a HTTP/1.1" 200 1293 0.049733 10.0.0.23 - - [2026-04-20 18:33:26] "GET /virtual-machine-interface/3d781d83-00be-441c-8d37-56bf67453c74 HTTP/1.1" 200 2958 0.013092 10.0.0.23 - - [2026-04-20 18:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008873 10.0.0.23 - - [2026-04-20 18:33:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006431 10.0.0.23 - - [2026-04-20 18:33:26] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004175 10.0.0.23 - - [2026-04-20 18:33:26] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006982 10.0.0.23 - - [2026-04-20 18:33:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.23 - - [2026-04-20 18:33:29] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006345 10.0.0.23 - - [2026-04-20 18:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005497 10.0.0.23 - - [2026-04-20 18:33:33] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007849 10.0.0.23 - - [2026-04-20 18:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006188 10.0.0.23 - - [2026-04-20 18:33:38] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007123 10.0.0.249 - - [2026-04-20 18:33:40] "GET /obj-perms HTTP/1.1" 200 5056 0.082068 10.0.0.23 - - [2026-04-20 18:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.23 - - [2026-04-20 18:33:42] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007116 10.0.0.23 - - [2026-04-20 18:33:42] "POST /neutron/network HTTP/1.1" 200 1123 0.008103 10.0.0.23 - - [2026-04-20 18:33:43] "POST /neutron/subnet HTTP/1.1" 200 1385 0.020969 10.0.0.23 - - [2026-04-20 18:33:43] "POST /neutron/network HTTP/1.1" 200 1113 0.011557 10.0.0.23 - - [2026-04-20 18:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.23 - - [2026-04-20 18:33:46] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005937 10.0.0.23 - - [2026-04-20 18:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.23 - - [2026-04-20 18:33:50] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006806 10.0.0.23 - - [2026-04-20 18:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.23 - - [2026-04-20 18:33:54] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006447 10.0.0.23 - - [2026-04-20 18:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.23 - - [2026-04-20 18:33:58] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006272 10.0.0.23 - - [2026-04-20 18:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.23 - - [2026-04-20 18:34:02] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007380 10.0.0.23 - - [2026-04-20 18:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.23 - - [2026-04-20 18:34:06] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005919 10.0.0.23 - - [2026-04-20 18:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008691 10.0.0.23 - - [2026-04-20 18:34:10] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007544 10.0.0.23 - - [2026-04-20 18:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.23 - - [2026-04-20 18:34:14] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007746 10.0.0.23 - - [2026-04-20 18:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.23 - - [2026-04-20 18:34:19] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007590 10.0.0.23 - - [2026-04-20 18:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.23 - - [2026-04-20 18:34:23] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007678 10.0.0.23 - - [2026-04-20 18:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.23 - - [2026-04-20 18:34:27] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006294 10.0.0.23 - - [2026-04-20 18:34:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.23 - - [2026-04-20 18:34:31] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008598 10.0.0.23 - - [2026-04-20 18:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.23 - - [2026-04-20 18:34:35] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008864 10.0.0.23 - - [2026-04-20 18:34:36] "POST /neutron/port HTTP/1.1" 200 1218 0.063834 10.0.0.23 - - [2026-04-20 18:34:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005323 10.0.0.23 - - [2026-04-20 18:34:36] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.23 - - [2026-04-20 18:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.23 - - [2026-04-20 18:34:39] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007407 10.0.0.23 - - [2026-04-20 18:34:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.23 - - [2026-04-20 18:34:43] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005888 10.0.0.23 - - [2026-04-20 18:34:44] "POST /neutron/port HTTP/1.1" 200 1108 0.020414 10.0.0.23 - - [2026-04-20 18:34:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004629 10.0.0.23 - - [2026-04-20 18:34:45] "POST /neutron/network HTTP/1.1" 200 928 0.009560 10.0.0.23 - - [2026-04-20 18:34:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.23 - - [2026-04-20 18:34:47] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006616 10.0.0.23 - - [2026-04-20 18:34:50] "POST /neutron/port HTTP/1.1" 200 1124 0.062174 10.0.0.23 - - [2026-04-20 18:34:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.23 - - [2026-04-20 18:34:51] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003987 10.0.0.23 - - [2026-04-20 18:34:51] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003761 10.0.0.23 - - [2026-04-20 18:34:51] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007709 10.0.0.23 - - [2026-04-20 18:34:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008330 10.0.0.23 - - [2026-04-20 18:35:02] "POST /neutron/port HTTP/1.1" 200 1124 0.024399 10.0.0.23 - - [2026-04-20 18:35:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010759 10.0.0.249 - - [2026-04-20 18:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.249 - - [2026-04-20 18:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.249 - - [2026-04-20 18:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.65 - - [2026-04-20 18:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.249 - - [2026-04-20 18:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.65 - - [2026-04-20 18:35:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000532 10.0.0.65 - - [2026-04-20 18:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.65 - - [2026-04-20 18:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-04-20 18:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2026-04-20 18:35:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000386 10.0.0.23 - - [2026-04-20 18:35:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.23 - - [2026-04-20 18:35:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.23 - - [2026-04-20 18:35:17] "POST /neutron/port HTTP/1.1" 200 1124 0.025401 10.0.0.23 - - [2026-04-20 18:35:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017346 10.0.0.23 - - [2026-04-20 18:35:33] "POST /neutron/port HTTP/1.1" 200 1124 0.035097 10.0.0.23 - - [2026-04-20 18:35:37] "POST /neutron/port HTTP/1.1" 200 1108 0.021749 10.0.0.23 - - [2026-04-20 18:35:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.011255 10.0.0.23 - - [2026-04-20 18:35:38] "POST /neutron/port HTTP/1.1" 200 1124 0.022752 10.0.0.23 - - [2026-04-20 18:35:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008736 10.0.0.23 - - [2026-04-20 18:35:45] "POST /neutron/network HTTP/1.1" 200 842 0.041993 10.0.0.23 - - [2026-04-20 18:35:45] "POST /neutron/port HTTP/1.1" 200 117 0.001680 10.0.0.23 - - [2026-04-20 18:35:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010711 10.0.0.23 - - [2026-04-20 18:35:49] "POST /neutron/port HTTP/1.1" 200 1124 0.025352 10.0.0.23 - - [2026-04-20 18:35:49] "GET /virtual-machine/a79d8f07-412e-40d5-95e7-b80c4b765e1a HTTP/1.1" 200 1294 0.007306 10.0.0.23 - - [2026-04-20 18:35:49] "GET /virtual-machine-interface/6828970a-44bf-4c90-a727-0c1dd453feb1 HTTP/1.1" 200 2958 0.006069 10.0.0.23 - - [2026-04-20 18:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.23 - - [2026-04-20 18:35:49] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004406 10.0.0.23 - - [2026-04-20 18:35:49] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003892 10.0.0.23 - - [2026-04-20 18:35:49] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006156 10.0.0.23 - - [2026-04-20 18:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004706 10.0.0.23 - - [2026-04-20 18:35:50] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007622 10.0.0.23 - - [2026-04-20 18:35:50] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005944 10.0.0.23 - - [2026-04-20 18:35:50] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007445 10.0.0.23 - - [2026-04-20 18:35:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008813 10.0.0.23 - - [2026-04-20 18:35:51] "POST /neutron/port HTTP/1.1" 200 1124 0.021907 10.0.0.23 - - [2026-04-20 18:35:51] "GET /virtual-machine/28f3aa5a-37fc-4c05-b53f-075779f063db HTTP/1.1" 200 1293 0.007019 10.0.0.23 - - [2026-04-20 18:35:51] "GET /virtual-machine-interface/f6424ed6-3486-4e55-afca-b9ce4f7e47f5 HTTP/1.1" 200 2959 0.006015 10.0.0.23 - - [2026-04-20 18:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.23 - - [2026-04-20 18:35:51] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004236 10.0.0.23 - - [2026-04-20 18:35:51] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003997 10.0.0.23 - - [2026-04-20 18:35:51] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006404 10.0.0.23 - - [2026-04-20 18:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.23 - - [2026-04-20 18:35:52] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005002 10.0.0.23 - - [2026-04-20 18:35:52] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004478 10.0.0.23 - - [2026-04-20 18:35:52] "GET /virtual-network/d8c57562-bfd7-4339-8ad7-5a056be705a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005976 10.0.0.23 - - [2026-04-20 18:35:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.004464 10.0.0.23 - - [2026-04-20 18:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.23 - - [2026-04-20 18:35:52] "GET /global-system-config/cc3eec13-1dbd-46e3-8530-e47f97897c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007409 10.0.0.23 - - [2026-04-20 18:35:52] "POST /control-node-zones HTTP/1.1" 200 569 0.037997 10.0.0.23 - - [2026-04-20 18:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007268 10.0.0.23 - - [2026-04-20 18:35:53] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005895 10.0.0.23 - - [2026-04-20 18:35:53] "GET /control-node-zone/2a797eef-93f4-453f-b8cc-d46eb6275a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008703 10.0.0.23 - - [2026-04-20 18:35:53] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.023078 10.0.0.23 - - [2026-04-20 18:35:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.009827 10.0.0.23 - - [2026-04-20 18:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.23 - - [2026-04-20 18:35:53] "GET /global-system-config/cc3eec13-1dbd-46e3-8530-e47f97897c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006919 10.0.0.23 - - [2026-04-20 18:35:53] "POST /control-node-zones HTTP/1.1" 200 569 0.031499 10.0.0.23 - - [2026-04-20 18:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.23 - - [2026-04-20 18:35:53] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006816 10.0.0.23 - - [2026-04-20 18:35:53] "GET /control-node-zone/1e87cfbe-1fbf-488d-8c9d-444c9ae0cb65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008726 10.0.0.23 - - [2026-04-20 18:35:53] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.029898 10.0.0.23 - - [2026-04-20 18:35:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.004691 10.0.0.23 - - [2026-04-20 18:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.23 - - [2026-04-20 18:35:53] "GET /global-system-config/cc3eec13-1dbd-46e3-8530-e47f97897c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008848 10.0.0.23 - - [2026-04-20 18:35:53] "POST /control-node-zones HTTP/1.1" 200 569 0.031727 10.0.0.23 - - [2026-04-20 18:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.23 - - [2026-04-20 18:35:53] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007030 10.0.0.23 - - [2026-04-20 18:35:53] "GET /control-node-zone/e9744b6c-b89e-4c1a-ac84-dae1d5fdd796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007136 10.0.0.23 - - [2026-04-20 18:35:53] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.025861 10.0.0.23 - - [2026-04-20 18:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.23 - - [2026-04-20 18:35:54] "GET /global-system-config/cc3eec13-1dbd-46e3-8530-e47f97897c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006669 10.0.0.23 - - [2026-04-20 18:35:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.003309 10.0.0.23 - - [2026-04-20 18:35:54] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.037902 10.0.0.23 - - [2026-04-20 18:35:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.011668 10.0.0.23 - - [2026-04-20 18:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.23 - - [2026-04-20 18:35:54] "GET /bgp-as-a-service/88f97fac-5439-4b5c-827c-190dcdb1a285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.006707 10.0.0.23 - - [2026-04-20 18:35:54] "GET /control-node-zone/2a797eef-93f4-453f-b8cc-d46eb6275a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004727 10.0.0.23 - - [2026-04-20 18:35:54] "POST /ref-update HTTP/1.1" 200 156 0.019634 10.0.0.23 - - [2026-04-20 18:36:16] "GET /bgp-as-a-service/88f97fac-5439-4b5c-827c-190dcdb1a285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.008542 10.0.0.23 - - [2026-04-20 18:36:16] "GET /virtual-machine-interface/3d781d83-00be-441c-8d37-56bf67453c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006596 10.0.0.23 - - [2026-04-20 18:36:16] "POST /ref-update HTTP/1.1" 200 156 0.015355 10.0.0.65 - - [2026-04-20 18:36:16] "POST /ref-update HTTP/1.1" 200 156 0.088753 10.0.0.23 - - [2026-04-20 18:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006176 10.0.0.23 - - [2026-04-20 18:36:17] "GET /global-system-config/cc3eec13-1dbd-46e3-8530-e47f97897c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009499 10.0.0.23 - - [2026-04-20 18:36:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.004507 10.0.0.23 - - [2026-04-20 18:36:17] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.038396 10.0.0.23 - - [2026-04-20 18:36:17] "POST /neutron/network HTTP/1.1" 200 832 0.008776 10.0.0.23 - - [2026-04-20 18:36:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.010452 10.0.0.23 - - [2026-04-20 18:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2026-04-20 18:36:17] "GET /bgp-as-a-service/629cf721-1329-444c-8798-26104c6fdedd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1546 0.007978 10.0.0.23 - - [2026-04-20 18:36:17] "GET /control-node-zone/1e87cfbe-1fbf-488d-8c9d-444c9ae0cb65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005694 10.0.0.23 - - [2026-04-20 18:36:17] "POST /ref-update HTTP/1.1" 200 156 0.018444 10.0.0.23 - - [2026-04-20 18:36:29] "GET /bgp-as-a-service/629cf721-1329-444c-8798-26104c6fdedd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.008061 10.0.0.23 - - [2026-04-20 18:36:29] "GET /virtual-machine-interface/6828970a-44bf-4c90-a727-0c1dd453feb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006981 10.0.0.23 - - [2026-04-20 18:36:29] "POST /ref-update HTTP/1.1" 200 156 0.018986 10.0.0.65 - - [2026-04-20 18:36:29] "POST /bgp-routers HTTP/1.1" 200 640 0.047293 10.0.0.65 - - [2026-04-20 18:36:30] "PUT /bgp-router/23e05bd8-98f0-477e-8dfd-67669d83e39f HTTP/1.1" 200 254 0.052061 10.0.0.23 - - [2026-04-20 18:36:38] "POST /neutron/network HTTP/1.1" 200 842 0.008600 10.0.0.23 - - [2026-04-20 18:36:38] "POST /neutron/port HTTP/1.1" 200 117 0.001327 10.0.0.23 - - [2026-04-20 18:36:42] "GET /obj-perms HTTP/1.1" 200 5056 0.082209 10.0.0.23 - - [2026-04-20 18:36:46] "POST /neutron/port HTTP/1.1" 200 1124 0.031661 10.0.0.23 - - [2026-04-20 18:36:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.011059 10.0.0.23 - - [2026-04-20 18:36:53] "GET /control-node-zone/2a797eef-93f4-453f-b8cc-d46eb6275a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004777 10.0.0.23 - - [2026-04-20 18:36:53] "POST /ref-update HTTP/1.1" 200 156 0.022812 10.0.0.23 - - [2026-04-20 18:36:53] "GET /control-node-zone/1e87cfbe-1fbf-488d-8c9d-444c9ae0cb65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004269 10.0.0.23 - - [2026-04-20 18:36:53] "POST /ref-update HTTP/1.1" 200 156 0.030600 10.0.0.23 - - [2026-04-20 18:36:53] "GET /control-node-zone/e9744b6c-b89e-4c1a-ac84-dae1d5fdd796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005251 10.0.0.23 - - [2026-04-20 18:36:53] "POST /ref-update HTTP/1.1" 200 156 0.023953 10.0.0.23 - - [2026-04-20 18:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.23 - - [2026-04-20 18:36:53] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006530 10.0.0.23 - - [2026-04-20 18:36:53] "GET /control-node-zone/2a797eef-93f4-453f-b8cc-d46eb6275a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004441 10.0.0.23 - - [2026-04-20 18:36:53] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.031494 10.0.0.23 - - [2026-04-20 18:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005953 10.0.0.23 - - [2026-04-20 18:36:53] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007284 10.0.0.23 - - [2026-04-20 18:36:53] "GET /control-node-zone/1e87cfbe-1fbf-488d-8c9d-444c9ae0cb65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005380 10.0.0.23 - - [2026-04-20 18:36:53] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.029443 10.0.0.23 - - [2026-04-20 18:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.23 - - [2026-04-20 18:36:53] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006162 10.0.0.23 - - [2026-04-20 18:36:53] "GET /control-node-zone/e9744b6c-b89e-4c1a-ac84-dae1d5fdd796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004337 10.0.0.23 - - [2026-04-20 18:36:53] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.041682 10.0.0.23 - - [2026-04-20 18:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.23 - - [2026-04-20 18:37:06] "GET /bgp-as-a-service/88f97fac-5439-4b5c-827c-190dcdb1a285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.007184 10.0.0.23 - - [2026-04-20 18:37:06] "GET /control-node-zone/2a797eef-93f4-453f-b8cc-d46eb6275a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003928 10.0.0.23 - - [2026-04-20 18:37:06] "POST /ref-update HTTP/1.1" 200 156 0.020104 10.0.0.23 - - [2026-04-20 18:37:06] "GET /control-node-zone/2a797eef-93f4-453f-b8cc-d46eb6275a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004956 10.0.0.23 - - [2026-04-20 18:37:06] "POST /ref-update HTTP/1.1" 200 156 0.027097 10.0.0.23 - - [2026-04-20 18:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.23 - - [2026-04-20 18:37:06] "GET /global-system-config/cc3eec13-1dbd-46e3-8530-e47f97897c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009905 10.0.0.23 - - [2026-04-20 18:37:06] "POST /neutron/network HTTP/1.1" 200 832 0.010029 10.0.0.23 - - [2026-04-20 18:37:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.013261 10.0.0.23 - - [2026-04-20 18:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.23 - - [2026-04-20 18:37:06] "GET /bgp-as-a-service/88f97fac-5439-4b5c-827c-190dcdb1a285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.007718 10.0.0.23 - - [2026-04-20 18:37:06] "GET /control-node-zone/e9744b6c-b89e-4c1a-ac84-dae1d5fdd796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005054 10.0.0.23 - - [2026-04-20 18:37:07] "POST /ref-update HTTP/1.1" 200 156 0.018725 10.0.0.23 - - [2026-04-20 18:37:10] "GET /bgp-as-a-service/88f97fac-5439-4b5c-827c-190dcdb1a285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.006902 10.0.0.23 - - [2026-04-20 18:37:10] "GET /virtual-machine-interface/3d781d83-00be-441c-8d37-56bf67453c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.009501 10.0.0.23 - - [2026-04-20 18:37:23] "GET /bgp-as-a-service/88f97fac-5439-4b5c-827c-190dcdb1a285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.004797 10.0.0.23 - - [2026-04-20 18:37:23] "GET /virtual-machine-interface/3d781d83-00be-441c-8d37-56bf67453c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.008886 10.0.0.23 - - [2026-04-20 18:37:23] "POST /ref-update HTTP/1.1" 200 156 0.019277 10.0.0.23 - - [2026-04-20 18:37:23] "GET /bgp-as-a-service/629cf721-1329-444c-8798-26104c6fdedd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.014213 10.0.0.23 - - [2026-04-20 18:37:23] "GET /virtual-machine-interface/6828970a-44bf-4c90-a727-0c1dd453feb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.018169 10.0.0.23 - - [2026-04-20 18:37:23] "POST /ref-update HTTP/1.1" 200 156 0.033138 10.0.0.65 - - [2026-04-20 18:37:23] "DELETE /bgp-router/19858e0a-6dfd-4845-bcb7-6330198599cf HTTP/1.1" 200 115 0.076268 10.0.0.23 - - [2026-04-20 18:37:23] "DELETE /bgp-as-a-service/629cf721-1329-444c-8798-26104c6fdedd HTTP/1.1" 200 115 0.075731 10.0.0.23 - - [2026-04-20 18:37:23] "GET /bgp-as-a-service/88f97fac-5439-4b5c-827c-190dcdb1a285?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1834 0.014330 10.0.0.23 - - [2026-04-20 18:37:23] "GET /virtual-machine-interface/3d781d83-00be-441c-8d37-56bf67453c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.010024 10.0.0.65 - - [2026-04-20 18:37:23] "DELETE /bgp-router/23e05bd8-98f0-477e-8dfd-67669d83e39f HTTP/1.1" 200 115 0.072749 10.0.0.23 - - [2026-04-20 18:37:23] "DELETE /bgp-as-a-service/88f97fac-5439-4b5c-827c-190dcdb1a285 HTTP/1.1" 200 115 0.087344 10.0.0.23 - - [2026-04-20 18:37:23] "GET /control-node-zone/e9744b6c-b89e-4c1a-ac84-dae1d5fdd796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004654 10.0.0.23 - - [2026-04-20 18:37:23] "POST /ref-update HTTP/1.1" 200 156 0.037766 10.0.0.23 - - [2026-04-20 18:37:23] "DELETE /control-node-zone/e9744b6c-b89e-4c1a-ac84-dae1d5fdd796 HTTP/1.1" 200 115 0.063869 10.0.0.23 - - [2026-04-20 18:37:23] "GET /control-node-zone/1e87cfbe-1fbf-488d-8c9d-444c9ae0cb65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.017402 10.0.0.23 - - [2026-04-20 18:37:23] "POST /ref-update HTTP/1.1" 200 156 0.034218 10.0.0.23 - - [2026-04-20 18:37:23] "DELETE /control-node-zone/1e87cfbe-1fbf-488d-8c9d-444c9ae0cb65 HTTP/1.1" 200 115 0.044478 10.0.0.23 - - [2026-04-20 18:37:23] "GET /control-node-zone/2a797eef-93f4-453f-b8cc-d46eb6275a03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008122 10.0.0.23 - - [2026-04-20 18:37:24] "DELETE /control-node-zone/2a797eef-93f4-453f-b8cc-d46eb6275a03 HTTP/1.1" 200 115 0.038950 10.0.0.23 - - [2026-04-20 18:37:24] "POST /neutron/port HTTP/1.1" 200 1124 0.023778 10.0.0.23 - - [2026-04-20 18:37:25] "POST /neutron/port HTTP/1.1" 200 1124 0.076694 10.0.0.23 - - [2026-04-20 18:37:25] "POST /neutron/port HTTP/1.1" 200 151 0.377544 10.0.0.23 - - [2026-04-20 18:37:26] "POST /neutron/network HTTP/1.1" 200 832 0.009172 10.0.0.23 - - [2026-04-20 18:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.65 - - [2026-04-20 18:37:29] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.046759 10.0.0.23 - - [2026-04-20 18:37:29] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.099115 10.0.0.65 - - [2026-04-20 18:37:29] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001267 10.0.0.23 - - [2026-04-20 18:37:29] "POST /neutron/network HTTP/1.1" 200 614 0.166048 10.0.0.65 - - [2026-04-20 18:37:29] "POST /route-targets HTTP/1.1" 200 327 0.023302 10.0.0.23 - - [2026-04-20 18:37:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.004160 10.0.0.23 - - [2026-04-20 18:37:30] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007261 10.0.0.23 - - [2026-04-20 18:37:30] "POST /neutron/network HTTP/1.1" 200 833 0.007785 10.0.0.23 - - [2026-04-20 18:37:30] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006979 10.0.0.23 - - [2026-04-20 18:37:30] "POST /id-to-fqname HTTP/1.1" 200 225 0.001311 10.0.0.23 - - [2026-04-20 18:37:30] "POST /neutron/port HTTP/1.1" 200 4192 0.049422 10.0.0.65 - - [2026-04-20 18:37:31] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001175 10.0.0.23 - - [2026-04-20 18:37:31] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.085685 10.0.0.23 - - [2026-04-20 18:37:31] "POST /neutron/port HTTP/1.1" 200 4192 0.054749 10.0.0.23 - - [2026-04-20 18:37:31] "POST /id-to-fqname HTTP/1.1" 200 225 0.001427 10.0.0.23 - - [2026-04-20 18:37:32] "POST /neutron/network HTTP/1.1" 200 843 0.008165 10.0.0.23 - - [2026-04-20 18:37:32] "POST /neutron/port HTTP/1.1" 200 1061 0.028283 10.0.0.23 - - [2026-04-20 18:37:33] "POST /neutron/port HTTP/1.1" 200 1125 0.024323 10.0.0.23 - - [2026-04-20 18:37:33] "POST /neutron/port HTTP/1.1" 200 117 0.002184 10.0.0.65 - - [2026-04-20 18:37:33] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001094 10.0.0.23 - - [2026-04-20 18:37:33] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.123954 10.0.0.23 - - [2026-04-20 18:37:33] "POST /neutron/port HTTP/1.1" 200 5164 0.051222 10.0.0.23 - - [2026-04-20 18:37:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.001424 10.0.0.23 - - [2026-04-20 18:37:33] "POST /neutron/port HTTP/1.1" 200 5164 0.051638 10.0.0.23 - - [2026-04-20 18:37:34] "POST /neutron/network HTTP/1.1" 200 843 0.010284 10.0.0.23 - - [2026-04-20 18:37:34] "POST /neutron/port HTTP/1.1" 200 1061 0.018761 10.0.0.65 - - [2026-04-20 18:37:35] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001265 10.0.0.23 - - [2026-04-20 18:37:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004731 10.0.0.23 - - [2026-04-20 18:37:35] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.097976 10.0.0.23 - - [2026-04-20 18:37:35] "POST /neutron/port HTTP/1.1" 200 117 0.001311 10.0.0.23 - - [2026-04-20 18:37:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013406 10.0.0.23 - - [2026-04-20 18:37:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008958 10.0.0.23 - - [2026-04-20 18:37:35] "POST /neutron/port HTTP/1.1" 200 1125 0.023578 10.0.0.23 - - [2026-04-20 18:37:36] "GET /virtual-machine/6056ba48-265e-41ac-bc7f-838bd46c2a3e HTTP/1.1" 200 1293 0.014143 10.0.0.23 - - [2026-04-20 18:37:36] "GET /virtual-machine-interface/4bcdd3e0-565c-4dc5-a717-e683d3a5a681 HTTP/1.1" 200 2958 0.006128 10.0.0.23 - - [2026-04-20 18:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005913 10.0.0.23 - - [2026-04-20 18:37:36] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006939 10.0.0.23 - - [2026-04-20 18:37:36] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004204 10.0.0.23 - - [2026-04-20 18:37:36] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.011837 10.0.0.65 - - [2026-04-20 18:37:36] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001646 10.0.0.23 - - [2026-04-20 18:37:36] "POST /neutron/port HTTP/1.1" 200 1061 0.398637 10.0.0.23 - - [2026-04-20 18:37:36] "POST /neutron/port HTTP/1.1" 200 1115 0.129279 10.0.0.23 - - [2026-04-20 18:37:36] "POST /neutron/subnet HTTP/1.1" 200 699 0.011908 10.0.0.23 - - [2026-04-20 18:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.23 - - [2026-04-20 18:37:39] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007550 10.0.0.23 - - [2026-04-20 18:37:39] "POST /neutron/port HTTP/1.1" 200 1218 0.025118 10.0.0.23 - - [2026-04-20 18:37:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009161 10.0.0.23 - - [2026-04-20 18:37:39] "POST /neutron/port HTTP/1.1" 200 117 0.001645 10.0.0.65 - - [2026-04-20 18:37:43] "GET /obj-perms HTTP/1.1" 200 5056 0.075356 10.0.0.23 - - [2026-04-20 18:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.23 - - [2026-04-20 18:37:43] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005770 10.0.0.23 - - [2026-04-20 18:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004724 10.0.0.23 - - [2026-04-20 18:37:47] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006493 10.0.0.23 - - [2026-04-20 18:37:48] "POST /neutron/port HTTP/1.1" 200 1218 0.026806 10.0.0.23 - - [2026-04-20 18:37:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005399 10.0.0.23 - - [2026-04-20 18:37:49] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.23 - - [2026-04-20 18:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.039962 10.0.0.23 - - [2026-04-20 18:37:51] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008031 10.0.0.23 - - [2026-04-20 18:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.23 - - [2026-04-20 18:37:55] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007822 10.0.0.23 - - [2026-04-20 18:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.23 - - [2026-04-20 18:37:59] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005522 10.0.0.23 - - [2026-04-20 18:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.23 - - [2026-04-20 18:38:03] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008090 10.0.0.23 - - [2026-04-20 18:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.23 - - [2026-04-20 18:38:08] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006841 10.0.0.23 - - [2026-04-20 18:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.23 - - [2026-04-20 18:38:12] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006403 10.0.0.23 - - [2026-04-20 18:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005601 10.0.0.23 - - [2026-04-20 18:38:16] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007502 10.0.0.23 - - [2026-04-20 18:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005461 10.0.0.23 - - [2026-04-20 18:38:20] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006692 10.0.0.23 - - [2026-04-20 18:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228 10.0.0.23 - - [2026-04-20 18:38:24] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007484 10.0.0.23 - - [2026-04-20 18:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005130 10.0.0.23 - - [2026-04-20 18:38:28] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007488 10.0.0.23 - - [2026-04-20 18:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005492 10.0.0.23 - - [2026-04-20 18:38:32] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006474 10.0.0.23 - - [2026-04-20 18:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.23 - - [2026-04-20 18:38:36] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008208 10.0.0.23 - - [2026-04-20 18:38:40] "POST /neutron/port HTTP/1.1" 200 1108 0.027603 10.0.0.23 - - [2026-04-20 18:38:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004585 10.0.0.23 - - [2026-04-20 18:38:40] "POST /neutron/network HTTP/1.1" 200 928 0.009571 10.0.0.23 - - [2026-04-20 18:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.23 - - [2026-04-20 18:38:40] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006416 10.0.0.249 - - [2026-04-20 18:38:43] "GET /obj-perms HTTP/1.1" 200 5056 0.071573 10.0.0.23 - - [2026-04-20 18:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.23 - - [2026-04-20 18:38:44] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009525 10.0.0.23 - - [2026-04-20 18:38:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.23 - - [2026-04-20 18:38:49] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005906 10.0.0.23 - - [2026-04-20 18:38:50] "POST /neutron/port HTTP/1.1" 200 1108 0.023622 10.0.0.23 - - [2026-04-20 18:38:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004723 10.0.0.23 - - [2026-04-20 18:38:51] "POST /neutron/network HTTP/1.1" 200 928 0.008418 10.0.0.23 - - [2026-04-20 18:38:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.23 - - [2026-04-20 18:38:53] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006203 10.0.0.23 - - [2026-04-20 18:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.23 - - [2026-04-20 18:38:57] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007589 10.0.0.23 - - [2026-04-20 18:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.23 - - [2026-04-20 18:38:59] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003716 10.0.0.23 - - [2026-04-20 18:38:59] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004348 10.0.0.23 - - [2026-04-20 18:38:59] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007247 10.0.0.23 - - [2026-04-20 18:38:59] "POST /neutron/port HTTP/1.1" 200 1125 0.055766 10.0.0.23 - - [2026-04-20 18:39:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010614 10.0.0.23 - - [2026-04-20 18:39:10] "POST /neutron/port HTTP/1.1" 200 1125 0.020196 10.0.0.23 - - [2026-04-20 18:39:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011041 10.0.0.23 - - [2026-04-20 18:39:25] "POST /neutron/port HTTP/1.1" 200 1125 0.037850 10.0.0.23 - - [2026-04-20 18:39:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010580 10.0.0.23 - - [2026-04-20 18:39:40] "POST /neutron/port HTTP/1.1" 200 1125 0.059962 10.0.0.23 - - [2026-04-20 18:39:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004858 10.0.0.23 - - [2026-04-20 18:39:40] "POST /neutron/network HTTP/1.1" 200 833 0.008112 10.0.0.23 - - [2026-04-20 18:39:46] "POST /neutron/port HTTP/1.1" 200 1125 0.026362 10.0.0.23 - - [2026-04-20 18:39:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010297 10.0.0.23 - - [2026-04-20 18:39:51] "POST /neutron/port HTTP/1.1" 200 1125 0.030062 10.0.0.23 - - [2026-04-20 18:39:52] "GET /virtual-machine/0cc5f201-078e-47f8-a00c-3f3b3bc8863d HTTP/1.1" 200 1292 0.040550 10.0.0.23 - - [2026-04-20 18:39:52] "GET /virtual-machine-interface/f1129b84-40f7-488c-9697-a1a28b4c57a4 HTTP/1.1" 200 2959 0.006943 10.0.0.23 - - [2026-04-20 18:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006027 10.0.0.23 - - [2026-04-20 18:39:52] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005141 10.0.0.23 - - [2026-04-20 18:39:52] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004970 10.0.0.23 - - [2026-04-20 18:39:52] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006368 10.0.0.23 - - [2026-04-20 18:39:52] "POST /neutron/port HTTP/1.1" 200 1125 0.019771 10.0.0.23 - - [2026-04-20 18:39:53] "POST /neutron/subnet HTTP/1.1" 200 699 0.011193 10.0.0.23 - - [2026-04-20 18:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005501 10.0.0.23 - - [2026-04-20 18:39:53] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004614 10.0.0.23 - - [2026-04-20 18:39:53] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004395 10.0.0.23 - - [2026-04-20 18:39:53] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007109 10.0.0.23 - - [2026-04-20 18:39:53] "POST /neutron/port HTTP/1.1" 200 1125 0.024823 10.0.0.23 - - [2026-04-20 18:39:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010295 10.0.0.23 - - [2026-04-20 18:39:53] "GET /virtual-machine/1741f706-9d19-490c-b418-f64bf7b0ea0f HTTP/1.1" 200 1293 0.008588 10.0.0.23 - - [2026-04-20 18:39:53] "GET /virtual-machine-interface/ffdefa62-9105-427d-a2a8-33915d708a21 HTTP/1.1" 200 2959 0.008102 10.0.0.23 - - [2026-04-20 18:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.23 - - [2026-04-20 18:39:53] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006176 10.0.0.23 - - [2026-04-20 18:39:53] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004146 10.0.0.23 - - [2026-04-20 18:39:53] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006800 10.0.0.23 - - [2026-04-20 18:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.23 - - [2026-04-20 18:39:55] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004958 10.0.0.23 - - [2026-04-20 18:39:55] "GET /virtual-networks?parent_id=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003496 10.0.0.23 - - [2026-04-20 18:39:55] "GET /virtual-network/d2509172-2ae9-4663-8b60-d2ec0d15c061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006594 10.0.0.23 - - [2026-04-20 18:39:55] "POST /neutron/port HTTP/1.1" 200 1125 0.019589 10.0.0.23 - - [2026-04-20 18:40:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012805 10.0.0.23 - - [2026-04-20 18:40:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.006939 10.0.0.23 - - [2026-04-20 18:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.23 - - [2026-04-20 18:40:05] "GET /global-system-config/cc3eec13-1dbd-46e3-8530-e47f97897c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007294 10.0.0.23 - - [2026-04-20 18:40:05] "POST /control-node-zones HTTP/1.1" 200 569 0.032033 10.0.0.23 - - [2026-04-20 18:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.23 - - [2026-04-20 18:40:05] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006111 10.0.0.23 - - [2026-04-20 18:40:05] "GET /control-node-zone/aa58b6fd-a872-4c17-8c56-d441e5a14a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007347 10.0.0.23 - - [2026-04-20 18:40:05] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.023849 10.0.0.23 - - [2026-04-20 18:40:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.004565 10.0.0.23 - - [2026-04-20 18:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004679 10.0.0.23 - - [2026-04-20 18:40:06] "GET /global-system-config/cc3eec13-1dbd-46e3-8530-e47f97897c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008637 10.0.0.23 - - [2026-04-20 18:40:06] "POST /control-node-zones HTTP/1.1" 200 569 0.033519 10.0.0.23 - - [2026-04-20 18:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.23 - - [2026-04-20 18:40:06] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005350 10.0.0.23 - - [2026-04-20 18:40:06] "GET /control-node-zone/71f368c7-418b-47d7-b01e-1973b76d4293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007563 10.0.0.23 - - [2026-04-20 18:40:06] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.024791 10.0.0.23 - - [2026-04-20 18:40:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.003667 10.0.0.23 - - [2026-04-20 18:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.23 - - [2026-04-20 18:40:06] "GET /global-system-config/cc3eec13-1dbd-46e3-8530-e47f97897c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007820 10.0.0.23 - - [2026-04-20 18:40:06] "POST /control-node-zones HTTP/1.1" 200 569 0.033258 10.0.0.23 - - [2026-04-20 18:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.23 - - [2026-04-20 18:40:06] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005208 10.0.0.23 - - [2026-04-20 18:40:06] "GET /control-node-zone/3055c8ae-e360-429c-8645-a7eec522bddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.007638 10.0.0.23 - - [2026-04-20 18:40:06] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.032615 10.0.0.23 - - [2026-04-20 18:40:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007522 10.0.0.23 - - [2026-04-20 18:40:06] "GET /global-system-config/cc3eec13-1dbd-46e3-8530-e47f97897c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008966 10.0.0.23 - - [2026-04-20 18:40:06] "POST /fqname-to-id HTTP/1.1" 404 234 0.005916 10.0.0.23 - - [2026-04-20 18:40:06] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.046506 10.0.0.23 - - [2026-04-20 18:40:07] "POST /neutron/network HTTP/1.1" 200 833 0.011234 10.0.0.23 - - [2026-04-20 18:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.23 - - [2026-04-20 18:40:07] "GET /bgp-as-a-service/b603677e-d402-4741-84c6-25d2346d4890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007181 10.0.0.23 - - [2026-04-20 18:40:07] "GET /control-node-zone/aa58b6fd-a872-4c17-8c56-d441e5a14a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005690 10.0.0.23 - - [2026-04-20 18:40:07] "POST /ref-update HTTP/1.1" 200 156 0.026616 10.0.0.23 - - [2026-04-20 18:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005105 10.0.0.23 - - [2026-04-20 18:40:07] "GET /bgp-as-a-service/b603677e-d402-4741-84c6-25d2346d4890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.010790 10.0.0.23 - - [2026-04-20 18:40:07] "GET /control-node-zone/71f368c7-418b-47d7-b01e-1973b76d4293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006798 10.0.0.23 - - [2026-04-20 18:40:07] "POST /ref-update HTTP/1.1" 200 156 0.033429 10.0.0.249 - - [2026-04-20 18:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.249 - - [2026-04-20 18:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000658 10.0.0.249 - - [2026-04-20 18:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.65 - - [2026-04-20 18:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.249 - - [2026-04-20 18:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.65 - - [2026-04-20 18:40:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000519 10.0.0.65 - - [2026-04-20 18:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.65 - - [2026-04-20 18:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.23 - - [2026-04-20 18:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.23 - - [2026-04-20 18:40:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.23 - - [2026-04-20 18:40:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000605 10.0.0.23 - - [2026-04-20 18:40:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.23 - - [2026-04-20 18:40:19] "GET /bgp-as-a-service/b603677e-d402-4741-84c6-25d2346d4890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.010079 10.0.0.23 - - [2026-04-20 18:40:19] "GET /virtual-machine-interface/4bcdd3e0-565c-4dc5-a717-e683d3a5a681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.014766 10.0.0.23 - - [2026-04-20 18:40:19] "POST /ref-update HTTP/1.1" 200 156 0.033897 10.0.0.65 - - [2026-04-20 18:40:19] "POST /bgp-routers HTTP/1.1" 200 640 0.065331 10.0.0.65 - - [2026-04-20 18:40:19] "PUT /bgp-router/df5544f8-560c-4a35-b841-2aca9b4db1db HTTP/1.1" 200 254 0.032223 10.0.0.23 - - [2026-04-20 18:40:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2026-04-20 18:40:19] "GET /global-system-config/cc3eec13-1dbd-46e3-8530-e47f97897c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006901 10.0.0.23 - - [2026-04-20 18:40:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.004074 10.0.0.23 - - [2026-04-20 18:40:20] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.039770 10.0.0.23 - - [2026-04-20 18:40:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.011037 10.0.0.23 - - [2026-04-20 18:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.23 - - [2026-04-20 18:40:20] "GET /bgp-as-a-service/6990ba23-34a1-41cf-b2f6-af4485d7dd28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007820 10.0.0.23 - - [2026-04-20 18:40:20] "GET /control-node-zone/aa58b6fd-a872-4c17-8c56-d441e5a14a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004922 10.0.0.23 - - [2026-04-20 18:40:20] "POST /ref-update HTTP/1.1" 200 156 0.017076 10.0.0.23 - - [2026-04-20 18:40:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.23 - - [2026-04-20 18:40:20] "GET /bgp-as-a-service/6990ba23-34a1-41cf-b2f6-af4485d7dd28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007915 10.0.0.23 - - [2026-04-20 18:40:20] "GET /control-node-zone/71f368c7-418b-47d7-b01e-1973b76d4293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005636 10.0.0.23 - - [2026-04-20 18:40:20] "POST /ref-update HTTP/1.1" 200 156 0.029825 10.0.0.23 - - [2026-04-20 18:40:28] "GET /bgp-as-a-service/6990ba23-34a1-41cf-b2f6-af4485d7dd28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007274 10.0.0.23 - - [2026-04-20 18:40:28] "GET /virtual-machine-interface/f1129b84-40f7-488c-9697-a1a28b4c57a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005707 10.0.0.23 - - [2026-04-20 18:40:28] "POST /ref-update HTTP/1.1" 200 156 0.015091 10.0.0.65 - - [2026-04-20 18:40:28] "POST /ref-update HTTP/1.1" 200 156 0.028938 10.0.0.23 - - [2026-04-20 18:40:40] "POST /neutron/port HTTP/1.1" 200 1125 0.030185 10.0.0.23 - - [2026-04-20 18:40:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004392 10.0.0.23 - - [2026-04-20 18:40:40] "POST /neutron/network HTTP/1.1" 200 833 0.011771 10.0.0.23 - - [2026-04-20 18:40:45] "GET /obj-perms HTTP/1.1" 200 5056 0.073811 10.0.0.23 - - [2026-04-20 18:40:51] "GET /bgp-as-a-service/6990ba23-34a1-41cf-b2f6-af4485d7dd28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.009753 10.0.0.23 - - [2026-04-20 18:40:51] "GET /virtual-machine-interface/f1129b84-40f7-488c-9697-a1a28b4c57a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.011651 10.0.0.23 - - [2026-04-20 18:40:51] "POST /ref-update HTTP/1.1" 200 156 0.023966 10.0.0.65 - - [2026-04-20 18:40:51] "POST /ref-update HTTP/1.1" 200 156 0.040287 10.0.0.23 - - [2026-04-20 18:40:51] "DELETE /bgp-as-a-service/6990ba23-34a1-41cf-b2f6-af4485d7dd28 HTTP/1.1" 200 115 0.095252 10.0.0.23 - - [2026-04-20 18:40:51] "GET /bgp-as-a-service/b603677e-d402-4741-84c6-25d2346d4890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.010329 10.0.0.23 - - [2026-04-20 18:40:51] "GET /virtual-machine-interface/4bcdd3e0-565c-4dc5-a717-e683d3a5a681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.030294 10.0.0.23 - - [2026-04-20 18:40:51] "POST /ref-update HTTP/1.1" 200 156 0.030282 10.0.0.65 - - [2026-04-20 18:40:51] "POST /ref-update HTTP/1.1" 200 156 0.025256 10.0.0.23 - - [2026-04-20 18:40:51] "DELETE /bgp-as-a-service/b603677e-d402-4741-84c6-25d2346d4890 HTTP/1.1" 200 115 0.071526 10.0.0.23 - - [2026-04-20 18:40:51] "GET /control-node-zone/3055c8ae-e360-429c-8645-a7eec522bddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.009896 10.0.0.23 - - [2026-04-20 18:40:51] "POST /ref-update HTTP/1.1" 200 156 0.025663 10.0.0.23 - - [2026-04-20 18:40:51] "DELETE /control-node-zone/3055c8ae-e360-429c-8645-a7eec522bddf HTTP/1.1" 200 115 0.046087 10.0.0.23 - - [2026-04-20 18:40:51] "GET /control-node-zone/71f368c7-418b-47d7-b01e-1973b76d4293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007428 10.0.0.23 - - [2026-04-20 18:40:52] "POST /ref-update HTTP/1.1" 200 156 0.030107 10.0.0.23 - - [2026-04-20 18:40:52] "DELETE /control-node-zone/71f368c7-418b-47d7-b01e-1973b76d4293 HTTP/1.1" 200 115 0.038673 10.0.0.23 - - [2026-04-20 18:40:52] "GET /control-node-zone/aa58b6fd-a872-4c17-8c56-d441e5a14a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006054 10.0.0.23 - - [2026-04-20 18:40:52] "POST /ref-update HTTP/1.1" 200 156 0.027495 10.0.0.23 - - [2026-04-20 18:40:52] "DELETE /control-node-zone/aa58b6fd-a872-4c17-8c56-d441e5a14a3c HTTP/1.1" 200 115 0.034714 10.0.0.23 - - [2026-04-20 18:40:53] "POST /neutron/port HTTP/1.1" 200 1125 0.023960 10.0.0.23 - - [2026-04-20 18:40:53] "POST /neutron/port HTTP/1.1" 200 1115 0.018675 10.0.0.23 - - [2026-04-20 18:40:53] "POST /neutron/port HTTP/1.1" 200 1125 0.024990 10.0.0.23 - - [2026-04-20 18:40:54] "POST /neutron/network HTTP/1.1" 200 833 0.007260 10.0.0.65 - - [2026-04-20 18:40:54] "DELETE /route-target/ff92cc60-ae45-460c-b5b3-4f178604a2df HTTP/1.1" 200 115 0.033123 10.0.0.23 - - [2026-04-20 18:40:55] "POST /neutron/port HTTP/1.1" 200 1218 0.055183 10.0.0.23 - - [2026-04-20 18:40:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005422 10.0.0.23 - - [2026-04-20 18:40:55] "POST /neutron/port HTTP/1.1" 200 117 0.001435 10.0.0.65 - - [2026-04-20 18:40:56] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001497 10.0.0.23 - - [2026-04-20 18:40:56] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.087574 10.0.0.65 - - [2026-04-20 18:40:56] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000932 10.0.0.23 - - [2026-04-20 18:40:56] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?fields=virtual_networks HTTP/1.1" 200 1035 0.047332 10.0.0.65 - - [2026-04-20 18:40:56] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001349 10.0.0.23 - - [2026-04-20 18:40:56] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.066759 10.0.0.65 - - [2026-04-20 18:40:56] "GET /projects?obj_uuids=b8996266-2587-432c-9b1e-39c469cf35d5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001403 10.0.0.23 - - [2026-04-20 18:40:56] "GET /project/b8996266-2587-432c-9b1e-39c469cf35d5?fields=security_groups HTTP/1.1" 200 1262 0.051444 10.0.0.23 - - [2026-04-20 18:40:57] "POST /fqname-to-id HTTP/1.1" 404 181 0.041651 10.0.0.65 - - [2026-04-20 18:40:57] "GET /projects?obj_uuids=6839055a-3519-48d0-bafc-99f8d395554e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005234 10.0.0.65 - - [2026-04-20 18:40:57] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001529 10.0.0.65 - - [2026-04-20 18:40:57] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.054766 10.0.0.65 - - [2026-04-20 18:40:58] "POST /id-to-fqname HTTP/1.1" 200 183 0.002425 10.0.0.65 - - [2026-04-20 18:40:58] "POST /fqname-to-id HTTP/1.1" 404 192 0.008567 10.0.0.65 - - [2026-04-20 18:40:58] "POST /security-groups HTTP/1.1" 200 584 0.039434 10.0.0.65 - - [2026-04-20 18:40:58] "POST /projects HTTP/1.1" 200 571 0.278095 10.0.0.65 - - [2026-04-20 18:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.318329 10.0.0.65 - - [2026-04-20 18:40:58] "POST /fqname-to-id HTTP/1.1" 404 226 0.007315 10.0.0.23 - - [2026-04-20 18:40:58] "GET /project/6839055a-3519-48d0-bafc-99f8d395554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.566431 10.0.0.23 - - [2026-04-20 18:40:59] "GET / HTTP/1.1" 200 35931 0.001433 10.0.0.65 - - [2026-04-20 18:41:02] "GET /projects?obj_uuids=6839055a-3519-48d0-bafc-99f8d395554e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001842 10.0.0.23 - - [2026-04-20 18:41:02] "GET /project/6839055a-3519-48d0-bafc-99f8d395554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.062650 10.0.0.65 - - [2026-04-20 18:41:02] "GET /projects?obj_uuids=6839055a-3519-48d0-bafc-99f8d395554e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002218 10.0.0.23 - - [2026-04-20 18:41:02] "GET /project/6839055a-3519-48d0-bafc-99f8d395554e?fields=virtual_networks HTTP/1.1" 200 1018 0.063183 10.0.0.65 - - [2026-04-20 18:41:02] "GET /projects?obj_uuids=6839055a-3519-48d0-bafc-99f8d395554e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001106 10.0.0.23 - - [2026-04-20 18:41:03] "GET /project/6839055a-3519-48d0-bafc-99f8d395554e?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.051098 10.0.0.65 - - [2026-04-20 18:41:03] "GET /projects?obj_uuids=6839055a-3519-48d0-bafc-99f8d395554e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001110 10.0.0.23 - - [2026-04-20 18:41:03] "GET /project/6839055a-3519-48d0-bafc-99f8d395554e?fields=security_groups HTTP/1.1" 200 1237 0.055091 10.0.0.23 - - [2026-04-20 18:41:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.043029 10.0.0.65 - - [2026-04-20 18:41:04] "GET /projects?obj_uuids=2784da0e-efb1-452a-84c1-c48d9f4e1219&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005060 10.0.0.65 - - [2026-04-20 18:41:04] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001507 10.0.0.65 - - [2026-04-20 18:41:04] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010769 10.0.0.65 - - [2026-04-20 18:41:04] "POST /id-to-fqname HTTP/1.1" 200 191 0.004975 10.0.0.65 - - [2026-04-20 18:41:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.012616 10.0.0.65 - - [2026-04-20 18:41:04] "POST /security-groups HTTP/1.1" 200 592 0.085719 10.0.0.65 - - [2026-04-20 18:41:04] "POST /projects HTTP/1.1" 200 587 0.348301 10.0.0.65 - - [2026-04-20 18:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.406460 10.0.0.65 - - [2026-04-20 18:41:04] "POST /access-control-lists HTTP/1.1" 200 597 0.037867 10.0.0.23 - - [2026-04-20 18:41:05] "GET /project/2784da0e-efb1-452a-84c1-c48d9f4e1219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.592463 10.0.0.23 - - [2026-04-20 18:41:06] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.65 - - [2026-04-20 18:41:09] "DELETE /access-control-list/9f612cfb-ebde-44b4-9a72-419cae12deb1 HTTP/1.1" 200 115 0.056504 10.0.0.65 - - [2026-04-20 18:41:09] "GET /projects?obj_uuids=2784da0e-efb1-452a-84c1-c48d9f4e1219&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001287 10.0.0.23 - - [2026-04-20 18:41:09] "GET /project/2784da0e-efb1-452a-84c1-c48d9f4e1219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048130 10.0.0.65 - - [2026-04-20 18:41:09] "GET /projects?obj_uuids=2784da0e-efb1-452a-84c1-c48d9f4e1219&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001992 10.0.0.23 - - [2026-04-20 18:41:09] "GET /project/2784da0e-efb1-452a-84c1-c48d9f4e1219?fields=virtual_networks HTTP/1.1" 200 1033 0.045024 10.0.0.65 - - [2026-04-20 18:41:09] "GET /projects?obj_uuids=2784da0e-efb1-452a-84c1-c48d9f4e1219&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.23 - - [2026-04-20 18:41:09] "GET /project/2784da0e-efb1-452a-84c1-c48d9f4e1219?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.040288 10.0.0.65 - - [2026-04-20 18:41:09] "GET /projects?obj_uuids=2784da0e-efb1-452a-84c1-c48d9f4e1219&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001831 10.0.0.23 - - [2026-04-20 18:41:09] "GET /project/2784da0e-efb1-452a-84c1-c48d9f4e1219?fields=security_groups HTTP/1.1" 200 1260 0.072799 10.0.0.23 - - [2026-04-20 18:41:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.038074 10.0.0.65 - - [2026-04-20 18:41:10] "GET /projects?obj_uuids=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004610 10.0.0.65 - - [2026-04-20 18:41:11] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.65 - - [2026-04-20 18:41:11] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008728 10.0.0.65 - - [2026-04-20 18:41:11] "POST /id-to-fqname HTTP/1.1" 200 197 0.002459 10.0.0.65 - - [2026-04-20 18:41:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.004804 10.0.0.65 - - [2026-04-20 18:41:11] "POST /security-groups HTTP/1.1" 200 598 0.086945 10.0.0.65 - - [2026-04-20 18:41:11] "POST /projects HTTP/1.1" 200 599 0.322211 10.0.0.65 - - [2026-04-20 18:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.374117 10.0.0.65 - - [2026-04-20 18:41:11] "POST /access-control-lists HTTP/1.1" 200 603 0.039176 10.0.0.23 - - [2026-04-20 18:41:11] "GET /project/2eb2c57d-2a7b-41d5-b026-b683fd216f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.574682 10.0.0.23 - - [2026-04-20 18:41:13] "GET / HTTP/1.1" 200 35931 0.002073 10.0.0.23 - - [2026-04-20 18:41:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000619 10.0.0.23 - - [2026-04-20 18:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.040906 10.0.0.23 - - [2026-04-20 18:41:15] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004710 10.0.0.23 - - [2026-04-20 18:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.23 - - [2026-04-20 18:41:15] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005190 10.0.0.23 - - [2026-04-20 18:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.23 - - [2026-04-20 18:41:15] "PUT /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a HTTP/1.1" 200 276 0.014542 10.0.0.23 - - [2026-04-20 18:41:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.65 - - [2026-04-20 18:41:15] "GET /projects?obj_uuids=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001040 10.0.0.23 - - [2026-04-20 18:41:15] "GET /project/2eb2c57d-2a7b-41d5-b026-b683fd216f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.043697 10.0.0.65 - - [2026-04-20 18:41:15] "GET /projects?obj_uuids=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000977 10.0.0.23 - - [2026-04-20 18:41:15] "POST /neutron/network HTTP/1.1" 200 594 0.184770 10.0.0.65 - - [2026-04-20 18:41:15] "POST /route-targets HTTP/1.1" 200 327 0.015558 10.0.0.23 - - [2026-04-20 18:41:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.003493 10.0.0.23 - - [2026-04-20 18:41:16] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007612 10.0.0.23 - - [2026-04-20 18:41:16] "POST /neutron/network HTTP/1.1" 200 808 0.007885 10.0.0.23 - - [2026-04-20 18:41:16] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006224 10.0.0.23 - - [2026-04-20 18:41:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001319 10.0.0.23 - - [2026-04-20 18:41:16] "POST /neutron/port HTTP/1.1" 200 4192 0.043995 10.0.0.65 - - [2026-04-20 18:41:17] "DELETE /project/2784da0eefb1452a84c1c48d9f4e1219 HTTP/1.1" 404 173 0.010295 10.0.0.65 - - [2026-04-20 18:41:17] "DELETE /project/6839055a351948d0bafc99f8d395554e HTTP/1.1" 404 173 0.009724 10.0.0.65 - - [2026-04-20 18:41:17] "DELETE /project/2eb2c57d2a7b41d5b026b683fd216f8a HTTP/1.1" 404 173 0.012291 10.0.0.65 - - [2026-04-20 18:41:17] "DELETE /project/b8996266-2587-432c-9b1e-39c469cf35d5 HTTP/1.1" 404 177 0.009303 10.0.0.65 - - [2026-04-20 18:41:17] "GET /projects?obj_uuids=2784da0e-efb1-452a-84c1-c48d9f4e1219&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000823 10.0.0.65 - - [2026-04-20 18:41:17] "GET /projects?obj_uuids=6839055a-3519-48d0-bafc-99f8d395554e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001007 10.0.0.65 - - [2026-04-20 18:41:17] "GET /project/6839055a-3519-48d0-bafc-99f8d395554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.060956 10.0.0.65 - - [2026-04-20 18:41:17] "GET /project/2784da0e-efb1-452a-84c1-c48d9f4e1219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.072301 10.0.0.65 - - [2026-04-20 18:41:17] "GET /projects?obj_uuids=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001836 10.0.0.65 - - [2026-04-20 18:41:17] "GET /projects?obj_uuids=6839055a-3519-48d0-bafc-99f8d395554e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000838 10.0.0.65 - - [2026-04-20 18:41:17] "GET /projects?obj_uuids=2784da0e-efb1-452a-84c1-c48d9f4e1219&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.23 - - [2026-04-20 18:41:17] "GET /project/2eb2c57d-2a7b-41d5-b026-b683fd216f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.144323 10.0.0.65 - - [2026-04-20 18:41:17] "GET /project/2784da0e-efb1-452a-84c1-c48d9f4e1219?fields=security_groups HTTP/1.1" 200 1365 0.063944 10.0.0.65 - - [2026-04-20 18:41:17] "GET /project/6839055a-3519-48d0-bafc-99f8d395554e?fields=security_groups HTTP/1.1" 200 1342 0.075794 10.0.0.65 - - [2026-04-20 18:41:17] "DELETE /security-group/5aa11686-e561-4ce9-a39a-74d03485fcf8 HTTP/1.1" 200 115 0.102586 10.0.0.65 - - [2026-04-20 18:41:17] "GET /projects?obj_uuids=2784da0e-efb1-452a-84c1-c48d9f4e1219&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001722 10.0.0.65 - - [2026-04-20 18:41:17] "DELETE /security-group/64d714aa-30fd-4bfa-a733-9cbacda6d4ff HTTP/1.1" 200 115 0.114640 10.0.0.65 - - [2026-04-20 18:41:17] "GET /projects?obj_uuids=6839055a-3519-48d0-bafc-99f8d395554e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002131 10.0.0.65 - - [2026-04-20 18:41:17] "GET /project/2784da0e-efb1-452a-84c1-c48d9f4e1219?fields=application_policy_sets HTTP/1.1" 200 1404 0.088805 10.0.0.65 - - [2026-04-20 18:41:18] "GET /project/6839055a-3519-48d0-bafc-99f8d395554e?fields=application_policy_sets HTTP/1.1" 200 1381 0.153269 10.0.0.65 - - [2026-04-20 18:41:18] "DELETE /access-control-list/506a47c5-aa4e-4f5c-bf5e-5f7354289944 HTTP/1.1" 200 115 0.213181 10.0.0.23 - - [2026-04-20 18:41:18] "POST /neutron/port HTTP/1.1" 200 4192 0.182612 10.0.0.65 - - [2026-04-20 18:41:18] "DELETE /project/2784da0e-efb1-452a-84c1-c48d9f4e1219 HTTP/1.1" 200 115 0.906715 10.0.0.23 - - [2026-04-20 18:41:18] "POST /id-to-fqname HTTP/1.1" 200 218 0.001308 10.0.0.65 - - [2026-04-20 18:41:18] "DELETE /project/6839055a-3519-48d0-bafc-99f8d395554e HTTP/1.1" 200 115 0.966241 10.0.0.23 - - [2026-04-20 18:41:18] "POST /neutron/network HTTP/1.1" 200 818 0.009490 10.0.0.23 - - [2026-04-20 18:41:19] "POST /neutron/port HTTP/1.1" 200 1062 0.021625 10.0.0.23 - - [2026-04-20 18:41:19] "POST /neutron/port HTTP/1.1" 200 1126 0.021831 10.0.0.65 - - [2026-04-20 18:41:19] "GET /projects?obj_uuids=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001348 10.0.0.23 - - [2026-04-20 18:41:19] "GET /project/2eb2c57d-2a7b-41d5-b026-b683fd216f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.100016 10.0.0.23 - - [2026-04-20 18:41:19] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.23 - - [2026-04-20 18:41:20] "POST /neutron/port HTTP/1.1" 200 5165 0.073118 10.0.0.23 - - [2026-04-20 18:41:20] "POST /neutron/network HTTP/1.1" 200 818 0.010187 10.0.0.23 - - [2026-04-20 18:41:21] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008222 10.0.0.23 - - [2026-04-20 18:41:21] "POST /neutron/port HTTP/1.1" 200 1062 0.032399 10.0.0.23 - - [2026-04-20 18:41:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004511 10.0.0.23 - - [2026-04-20 18:41:21] "POST /neutron/network HTTP/1.1" 200 808 0.009326 10.0.0.65 - - [2026-04-20 18:41:22] "GET /obj-perms HTTP/1.1" 200 5044 0.069271 10.0.0.23 - - [2026-04-20 18:41:22] "POST /neutron/port HTTP/1.1" 200 1126 0.023423 10.0.0.23 - - [2026-04-20 18:41:23] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009168 10.0.0.23 - - [2026-04-20 18:41:23] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 401 292 0.000519 10.0.0.23 - - [2026-04-20 18:41:23] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 200 1300 0.043654 10.0.0.23 - - [2026-04-20 18:41:23] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 200 1300 0.006253 10.0.0.23 - - [2026-04-20 18:41:23] "GET /virtual-machine-interface/ac551bc8-e816-4661-8313-5cb8b0228af8 HTTP/1.1" 200 2949 0.008092 10.0.0.23 - - [2026-04-20 18:41:23] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 200 1300 0.007072 10.0.0.23 - - [2026-04-20 18:41:23] "GET /virtual-machine-interface/ac551bc8-e816-4661-8313-5cb8b0228af8 HTTP/1.1" 200 2949 0.012011 10.0.0.23 - - [2026-04-20 18:41:23] "GET /instance-ip/14b83874-a207-4269-b261-47cbfe38f018 HTTP/1.1" 200 1620 0.013448 10.0.0.23 - - [2026-04-20 18:41:23] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 200 1300 0.006134 10.0.0.23 - - [2026-04-20 18:41:23] "GET /virtual-machine-interface/ac551bc8-e816-4661-8313-5cb8b0228af8 HTTP/1.1" 200 2949 0.008164 10.0.0.23 - - [2026-04-20 18:41:23] "GET /instance-ip/14b83874-a207-4269-b261-47cbfe38f018 HTTP/1.1" 200 1620 0.007231 10.0.0.23 - - [2026-04-20 18:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.23 - - [2026-04-20 18:41:23] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007156 10.0.0.23 - - [2026-04-20 18:41:23] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005625 10.0.0.23 - - [2026-04-20 18:41:23] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006639 10.0.0.23 - - [2026-04-20 18:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007755 10.0.0.23 - - [2026-04-20 18:41:23] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004699 10.0.0.23 - - [2026-04-20 18:41:23] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.010944 10.0.0.23 - - [2026-04-20 18:41:24] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008607 10.0.0.23 - - [2026-04-20 18:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006071 10.0.0.23 - - [2026-04-20 18:41:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005537 10.0.0.23 - - [2026-04-20 18:41:24] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004129 10.0.0.23 - - [2026-04-20 18:41:24] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008791 10.0.0.23 - - [2026-04-20 18:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.23 - - [2026-04-20 18:41:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008969 10.0.0.23 - - [2026-04-20 18:41:24] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004581 10.0.0.23 - - [2026-04-20 18:41:24] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006536 10.0.0.23 - - [2026-04-20 18:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660 10.0.0.23 - - [2026-04-20 18:41:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005171 10.0.0.23 - - [2026-04-20 18:41:24] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003900 10.0.0.23 - - [2026-04-20 18:41:24] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007702 10.0.0.23 - - [2026-04-20 18:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.23 - - [2026-04-20 18:41:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005847 10.0.0.23 - - [2026-04-20 18:41:24] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004142 10.0.0.23 - - [2026-04-20 18:41:24] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007630 10.0.0.23 - - [2026-04-20 18:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005996 10.0.0.23 - - [2026-04-20 18:41:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004665 10.0.0.23 - - [2026-04-20 18:41:24] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003815 10.0.0.23 - - [2026-04-20 18:41:24] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005987 10.0.0.23 - - [2026-04-20 18:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.23 - - [2026-04-20 18:41:27] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006202 10.0.0.23 - - [2026-04-20 18:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.23 - - [2026-04-20 18:41:31] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006055 10.0.0.23 - - [2026-04-20 18:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006213 10.0.0.23 - - [2026-04-20 18:41:36] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007617 10.0.0.23 - - [2026-04-20 18:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005710 10.0.0.23 - - [2026-04-20 18:41:40] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008539 10.0.0.23 - - [2026-04-20 18:41:42] "POST /neutron/port HTTP/1.1" 200 1218 0.023386 10.0.0.23 - - [2026-04-20 18:41:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005213 10.0.0.23 - - [2026-04-20 18:41:42] "POST /neutron/port HTTP/1.1" 200 117 0.002702 10.0.0.23 - - [2026-04-20 18:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.23 - - [2026-04-20 18:41:44] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008304 10.0.0.249 - - [2026-04-20 18:41:46] "GET /obj-perms HTTP/1.1" 200 5056 0.072922 10.0.0.23 - - [2026-04-20 18:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.23 - - [2026-04-20 18:41:48] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008523 10.0.0.23 - - [2026-04-20 18:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.23 - - [2026-04-20 18:41:52] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007166 10.0.0.23 - - [2026-04-20 18:41:54] "POST /neutron/port HTTP/1.1" 200 1108 0.022606 10.0.0.23 - - [2026-04-20 18:41:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004494 10.0.0.23 - - [2026-04-20 18:41:55] "POST /neutron/network HTTP/1.1" 200 928 0.007189 10.0.0.23 - - [2026-04-20 18:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.23 - - [2026-04-20 18:41:56] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006395 10.0.0.23 - - [2026-04-20 18:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.23 - - [2026-04-20 18:42:00] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007000 10.0.0.23 - - [2026-04-20 18:42:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2026-04-20 18:42:02] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004814 10.0.0.23 - - [2026-04-20 18:42:02] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004038 10.0.0.23 - - [2026-04-20 18:42:02] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006341 10.0.0.23 - - [2026-04-20 18:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.23 - - [2026-04-20 18:42:03] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004535 10.0.0.23 - - [2026-04-20 18:42:03] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004094 10.0.0.23 - - [2026-04-20 18:42:03] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008552 10.0.0.23 - - [2026-04-20 18:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.23 - - [2026-04-20 18:42:03] "GET /routing-instance/912b6750-8121-4649-8344-fca19bab1e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.007244 10.0.0.23 - - [2026-04-20 18:42:03] "GET /route-target/77e2c63b-f33f-4622-bbff-a63e3f07cf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005126 10.0.0.23 - - [2026-04-20 18:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006301 10.0.0.23 - - [2026-04-20 18:42:03] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006983 10.0.0.23 - - [2026-04-20 18:42:03] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004391 10.0.0.23 - - [2026-04-20 18:42:03] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010349 10.0.0.23 - - [2026-04-20 18:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006264 10.0.0.23 - - [2026-04-20 18:42:03] "GET /routing-instance/912b6750-8121-4649-8344-fca19bab1e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005909 10.0.0.23 - - [2026-04-20 18:42:03] "GET /route-target/77e2c63b-f33f-4622-bbff-a63e3f07cf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005150 10.0.0.23 - - [2026-04-20 18:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.23 - - [2026-04-20 18:42:03] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005149 10.0.0.23 - - [2026-04-20 18:42:03] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003433 10.0.0.23 - - [2026-04-20 18:42:03] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006216 10.0.0.23 - - [2026-04-20 18:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.23 - - [2026-04-20 18:42:03] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005427 10.0.0.23 - - [2026-04-20 18:42:03] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003844 10.0.0.23 - - [2026-04-20 18:42:03] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007021 10.0.0.23 - - [2026-04-20 18:42:04] "GET /obj-perms HTTP/1.1" 200 5044 0.077601 10.0.0.65 - - [2026-04-20 18:42:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004456 10.0.0.23 - - [2026-04-20 18:42:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004129 10.0.0.23 - - [2026-04-20 18:42:04] "GET /obj-perms HTTP/1.1" 200 5044 0.006885 10.0.0.23 - - [2026-04-20 18:42:04] "POST /neutron/port HTTP/1.1" 200 1126 0.031321 10.0.0.23 - - [2026-04-20 18:42:05] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009260 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 200 1300 0.008876 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 200 1300 0.004550 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-machine-interface/e2956e65-041a-4596-b8bd-e54f27547a50 HTTP/1.1" 200 2950 0.007934 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 200 1300 0.006365 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-machine-interface/e2956e65-041a-4596-b8bd-e54f27547a50 HTTP/1.1" 200 2950 0.006546 10.0.0.23 - - [2026-04-20 18:42:05] "GET /instance-ip/b7316ce9-9d07-4c92-a08c-618d19e04d9a HTTP/1.1" 200 1621 0.007563 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 200 1300 0.005763 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-machine-interface/e2956e65-041a-4596-b8bd-e54f27547a50 HTTP/1.1" 200 2950 0.008355 10.0.0.23 - - [2026-04-20 18:42:05] "GET /instance-ip/b7316ce9-9d07-4c92-a08c-618d19e04d9a HTTP/1.1" 200 1621 0.005492 10.0.0.23 - - [2026-04-20 18:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.23 - - [2026-04-20 18:42:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005130 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004152 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006651 10.0.0.23 - - [2026-04-20 18:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.23 - - [2026-04-20 18:42:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004893 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004170 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006749 10.0.0.23 - - [2026-04-20 18:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.23 - - [2026-04-20 18:42:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005660 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004523 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007401 10.0.0.23 - - [2026-04-20 18:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.23 - - [2026-04-20 18:42:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004778 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003474 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.013135 10.0.0.23 - - [2026-04-20 18:42:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005683 10.0.0.23 - - [2026-04-20 18:42:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004534 10.0.0.23 - - [2026-04-20 18:42:05] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004148 10.0.0.23 - - [2026-04-20 18:42:06] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007151 10.0.0.23 - - [2026-04-20 18:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.23 - - [2026-04-20 18:42:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005008 10.0.0.23 - - [2026-04-20 18:42:06] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003211 10.0.0.23 - - [2026-04-20 18:42:06] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006742 10.0.0.23 - - [2026-04-20 18:42:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.23 - - [2026-04-20 18:42:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005000 10.0.0.23 - - [2026-04-20 18:42:06] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003632 10.0.0.23 - - [2026-04-20 18:42:06] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006938 10.0.0.23 - - [2026-04-20 18:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.23 - - [2026-04-20 18:42:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004714 10.0.0.23 - - [2026-04-20 18:42:07] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004312 10.0.0.23 - - [2026-04-20 18:42:07] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006979 10.0.0.23 - - [2026-04-20 18:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.23 - - [2026-04-20 18:42:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004629 10.0.0.23 - - [2026-04-20 18:42:07] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003585 10.0.0.23 - - [2026-04-20 18:42:07] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006475 10.0.0.23 - - [2026-04-20 18:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.23 - - [2026-04-20 18:42:07] "GET /routing-instance/912b6750-8121-4649-8344-fca19bab1e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004984 10.0.0.23 - - [2026-04-20 18:42:07] "GET /route-target/77e2c63b-f33f-4622-bbff-a63e3f07cf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004460 10.0.0.23 - - [2026-04-20 18:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.23 - - [2026-04-20 18:42:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006257 10.0.0.23 - - [2026-04-20 18:42:08] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003927 10.0.0.23 - - [2026-04-20 18:42:08] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008204 10.0.0.23 - - [2026-04-20 18:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.23 - - [2026-04-20 18:42:08] "GET /routing-instance/912b6750-8121-4649-8344-fca19bab1e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.004864 10.0.0.23 - - [2026-04-20 18:42:08] "GET /route-target/77e2c63b-f33f-4622-bbff-a63e3f07cf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005307 10.0.0.23 - - [2026-04-20 18:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.23 - - [2026-04-20 18:42:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005362 10.0.0.23 - - [2026-04-20 18:42:08] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005254 10.0.0.23 - - [2026-04-20 18:42:08] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006772 10.0.0.23 - - [2026-04-20 18:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.23 - - [2026-04-20 18:42:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005426 10.0.0.23 - - [2026-04-20 18:42:08] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004001 10.0.0.23 - - [2026-04-20 18:42:08] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008970 10.0.0.65 - - [2026-04-20 18:42:08] "GET /obj-perms HTTP/1.1" 200 5044 0.006881 10.0.0.23 - - [2026-04-20 18:42:08] "GET /obj-perms HTTP/1.1" 200 5044 0.005122 10.0.0.23 - - [2026-04-20 18:42:08] "GET /obj-perms HTTP/1.1" 200 5044 0.004235 10.0.0.23 - - [2026-04-20 18:42:08] "GET /obj-perms HTTP/1.1" 200 5044 0.005090 10.0.0.65 - - [2026-04-20 18:42:08] "GET /obj-perms HTTP/1.1" 200 5044 0.005167 10.0.0.23 - - [2026-04-20 18:42:08] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 200 1300 0.004083 10.0.0.23 - - [2026-04-20 18:42:08] "GET /virtual-machine-interface/ac551bc8-e816-4661-8313-5cb8b0228af8 HTTP/1.1" 200 2949 0.006192 10.0.0.23 - - [2026-04-20 18:42:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.23 - - [2026-04-20 18:42:09] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005325 10.0.0.23 - - [2026-04-20 18:42:09] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004121 10.0.0.23 - - [2026-04-20 18:42:09] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006350 10.0.0.23 - - [2026-04-20 18:42:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.23 - - [2026-04-20 18:42:10] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005516 10.0.0.23 - - [2026-04-20 18:42:10] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005218 10.0.0.23 - - [2026-04-20 18:42:10] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007932 10.0.0.23 - - [2026-04-20 18:42:10] "POST /neutron/port HTTP/1.1" 200 1126 0.032470 10.0.0.23 - - [2026-04-20 18:42:13] "POST /neutron/security_group HTTP/1.1" 200 2065 0.045645 10.0.0.23 - - [2026-04-20 18:42:15] "POST /neutron/port HTTP/1.1" 200 1126 0.021008 10.0.0.23 - - [2026-04-20 18:42:20] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009067 10.0.0.23 - - [2026-04-20 18:42:25] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 200 1300 0.007332 10.0.0.23 - - [2026-04-20 18:42:25] "GET /virtual-machine-interface/e2956e65-041a-4596-b8bd-e54f27547a50 HTTP/1.1" 200 2950 0.010792 10.0.0.23 - - [2026-04-20 18:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010677 10.0.0.23 - - [2026-04-20 18:42:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007206 10.0.0.23 - - [2026-04-20 18:42:26] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.015592 10.0.0.23 - - [2026-04-20 18:42:26] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006485 10.0.0.23 - - [2026-04-20 18:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.23 - - [2026-04-20 18:42:27] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004417 10.0.0.23 - - [2026-04-20 18:42:27] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003731 10.0.0.23 - - [2026-04-20 18:42:27] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007173 10.0.0.23 - - [2026-04-20 18:42:42] "POST /neutron/network HTTP/1.1" 200 938 0.009012 10.0.0.23 - - [2026-04-20 18:42:42] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.249 - - [2026-04-20 18:42:47] "GET /obj-perms HTTP/1.1" 200 5056 0.082011 10.0.0.23 - - [2026-04-20 18:42:56] "POST /neutron/port HTTP/1.1" 200 1218 0.025723 10.0.0.23 - - [2026-04-20 18:42:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005355 10.0.0.23 - - [2026-04-20 18:42:57] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.23 - - [2026-04-20 18:43:44] "POST /neutron/port HTTP/1.1" 200 1126 0.029603 10.0.0.23 - - [2026-04-20 18:43:44] "POST /neutron/subnet HTTP/1.1" 200 675 0.010628 10.0.0.23 - - [2026-04-20 18:43:48] "GET /obj-perms HTTP/1.1" 200 5056 0.074480 10.0.0.23 - - [2026-04-20 18:43:59] "POST /neutron/port HTTP/1.1" 200 1108 0.026503 10.0.0.23 - - [2026-04-20 18:43:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004529 10.0.0.23 - - [2026-04-20 18:43:59] "POST /neutron/network HTTP/1.1" 200 928 0.007695 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 200 1300 0.005369 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-machine-interface/ac551bc8-e816-4661-8313-5cb8b0228af8 HTTP/1.1" 200 2949 0.005529 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 200 1300 0.005069 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-machine-interface/ac551bc8-e816-4661-8313-5cb8b0228af8 HTTP/1.1" 200 2949 0.006082 10.0.0.23 - - [2026-04-20 18:44:16] "GET /instance-ip/14b83874-a207-4269-b261-47cbfe38f018 HTTP/1.1" 200 1620 0.004218 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 200 1300 0.003970 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-machine-interface/ac551bc8-e816-4661-8313-5cb8b0228af8 HTTP/1.1" 200 2949 0.005953 10.0.0.23 - - [2026-04-20 18:44:16] "GET /instance-ip/14b83874-a207-4269-b261-47cbfe38f018 HTTP/1.1" 200 1620 0.004662 10.0.0.23 - - [2026-04-20 18:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.23 - - [2026-04-20 18:44:16] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004304 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003168 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006630 10.0.0.23 - - [2026-04-20 18:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.23 - - [2026-04-20 18:44:16] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004409 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004254 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006665 10.0.0.23 - - [2026-04-20 18:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.23 - - [2026-04-20 18:44:16] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005432 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004778 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008233 10.0.0.23 - - [2026-04-20 18:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.23 - - [2026-04-20 18:44:16] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004835 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003594 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007020 10.0.0.23 - - [2026-04-20 18:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.23 - - [2026-04-20 18:44:16] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004907 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004102 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008956 10.0.0.23 - - [2026-04-20 18:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005247 10.0.0.23 - - [2026-04-20 18:44:16] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004950 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003742 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006169 10.0.0.23 - - [2026-04-20 18:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005461 10.0.0.23 - - [2026-04-20 18:44:16] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006959 10.0.0.23 - - [2026-04-20 18:44:16] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006692 10.0.0.23 - - [2026-04-20 18:44:17] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008746 10.0.0.23 - - [2026-04-20 18:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006921 10.0.0.23 - - [2026-04-20 18:44:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004402 10.0.0.23 - - [2026-04-20 18:44:18] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003590 10.0.0.23 - - [2026-04-20 18:44:18] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008090 10.0.0.23 - - [2026-04-20 18:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.23 - - [2026-04-20 18:44:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004704 10.0.0.23 - - [2026-04-20 18:44:18] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004167 10.0.0.23 - - [2026-04-20 18:44:18] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008929 10.0.0.23 - - [2026-04-20 18:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.23 - - [2026-04-20 18:44:18] "GET /routing-instance/912b6750-8121-4649-8344-fca19bab1e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005374 10.0.0.23 - - [2026-04-20 18:44:18] "GET /route-target/77e2c63b-f33f-4622-bbff-a63e3f07cf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004691 10.0.0.23 - - [2026-04-20 18:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.23 - - [2026-04-20 18:44:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004812 10.0.0.23 - - [2026-04-20 18:44:18] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004940 10.0.0.23 - - [2026-04-20 18:44:18] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007993 10.0.0.23 - - [2026-04-20 18:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.23 - - [2026-04-20 18:44:18] "GET /routing-instance/912b6750-8121-4649-8344-fca19bab1e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005708 10.0.0.23 - - [2026-04-20 18:44:18] "GET /route-target/77e2c63b-f33f-4622-bbff-a63e3f07cf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005586 10.0.0.23 - - [2026-04-20 18:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.23 - - [2026-04-20 18:44:19] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004132 10.0.0.23 - - [2026-04-20 18:44:19] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003597 10.0.0.23 - - [2026-04-20 18:44:19] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007984 10.0.0.23 - - [2026-04-20 18:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.23 - - [2026-04-20 18:44:19] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004709 10.0.0.23 - - [2026-04-20 18:44:19] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003066 10.0.0.23 - - [2026-04-20 18:44:19] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005743 10.0.0.23 - - [2026-04-20 18:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.23 - - [2026-04-20 18:44:19] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004523 10.0.0.23 - - [2026-04-20 18:44:19] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003635 10.0.0.23 - - [2026-04-20 18:44:19] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006625 10.0.0.65 - - [2026-04-20 18:44:21] "GET /obj-perms HTTP/1.1" 200 5044 0.004588 10.0.0.65 - - [2026-04-20 18:44:27] "GET /obj-perms HTTP/1.1" 200 5044 0.005866 10.0.0.65 - - [2026-04-20 18:44:33] "GET /obj-perms HTTP/1.1" 200 5044 0.006459 10.0.0.23 - - [2026-04-20 18:44:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004299 10.0.0.23 - - [2026-04-20 18:44:33] "GET /obj-perms HTTP/1.1" 200 5044 0.003901 10.0.0.23 - - [2026-04-20 18:44:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004290 10.0.0.65 - - [2026-04-20 18:44:33] "GET /obj-perms HTTP/1.1" 200 5044 0.004524 10.0.0.23 - - [2026-04-20 18:44:34] "POST /neutron/port HTTP/1.1" 200 1126 0.026057 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 200 1300 0.008775 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-machine-interface/e2956e65-041a-4596-b8bd-e54f27547a50 HTTP/1.1" 200 2950 0.009332 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 200 1300 0.007032 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-machine-interface/e2956e65-041a-4596-b8bd-e54f27547a50 HTTP/1.1" 200 2950 0.009404 10.0.0.23 - - [2026-04-20 18:44:34] "GET /instance-ip/b7316ce9-9d07-4c92-a08c-618d19e04d9a HTTP/1.1" 200 1621 0.007208 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 200 1300 0.006189 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-machine-interface/e2956e65-041a-4596-b8bd-e54f27547a50 HTTP/1.1" 200 2950 0.011427 10.0.0.23 - - [2026-04-20 18:44:34] "GET /instance-ip/b7316ce9-9d07-4c92-a08c-618d19e04d9a HTTP/1.1" 200 1621 0.006754 10.0.0.23 - - [2026-04-20 18:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004851 10.0.0.23 - - [2026-04-20 18:44:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007089 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007012 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007763 10.0.0.23 - - [2026-04-20 18:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.23 - - [2026-04-20 18:44:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004694 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004029 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006991 10.0.0.23 - - [2026-04-20 18:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005549 10.0.0.23 - - [2026-04-20 18:44:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005220 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004001 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006484 10.0.0.23 - - [2026-04-20 18:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.23 - - [2026-04-20 18:44:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005035 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003753 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006079 10.0.0.23 - - [2026-04-20 18:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.23 - - [2026-04-20 18:44:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005722 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004788 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010243 10.0.0.23 - - [2026-04-20 18:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006563 10.0.0.23 - - [2026-04-20 18:44:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004433 10.0.0.23 - - [2026-04-20 18:44:34] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004198 10.0.0.23 - - [2026-04-20 18:44:35] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007074 10.0.0.23 - - [2026-04-20 18:44:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.23 - - [2026-04-20 18:44:35] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005267 10.0.0.23 - - [2026-04-20 18:44:35] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005735 10.0.0.23 - - [2026-04-20 18:44:35] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007118 10.0.0.23 - - [2026-04-20 18:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.23 - - [2026-04-20 18:44:36] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004789 10.0.0.23 - - [2026-04-20 18:44:36] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004222 10.0.0.23 - - [2026-04-20 18:44:36] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006356 10.0.0.23 - - [2026-04-20 18:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.23 - - [2026-04-20 18:44:36] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004390 10.0.0.23 - - [2026-04-20 18:44:36] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004137 10.0.0.23 - - [2026-04-20 18:44:36] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007365 10.0.0.23 - - [2026-04-20 18:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.23 - - [2026-04-20 18:44:36] "GET /routing-instance/912b6750-8121-4649-8344-fca19bab1e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005042 10.0.0.23 - - [2026-04-20 18:44:36] "GET /route-target/77e2c63b-f33f-4622-bbff-a63e3f07cf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004856 10.0.0.23 - - [2026-04-20 18:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.23 - - [2026-04-20 18:44:36] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009017 10.0.0.23 - - [2026-04-20 18:44:36] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003972 10.0.0.23 - - [2026-04-20 18:44:36] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006749 10.0.0.23 - - [2026-04-20 18:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.23 - - [2026-04-20 18:44:37] "GET /routing-instance/912b6750-8121-4649-8344-fca19bab1e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.006706 10.0.0.23 - - [2026-04-20 18:44:37] "GET /route-target/77e2c63b-f33f-4622-bbff-a63e3f07cf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004941 10.0.0.23 - - [2026-04-20 18:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.23 - - [2026-04-20 18:44:37] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005639 10.0.0.23 - - [2026-04-20 18:44:37] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003924 10.0.0.23 - - [2026-04-20 18:44:37] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009227 10.0.0.23 - - [2026-04-20 18:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.23 - - [2026-04-20 18:44:37] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004472 10.0.0.23 - - [2026-04-20 18:44:37] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003920 10.0.0.23 - - [2026-04-20 18:44:37] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007404 10.0.0.23 - - [2026-04-20 18:44:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.23 - - [2026-04-20 18:44:37] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004946 10.0.0.23 - - [2026-04-20 18:44:37] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004422 10.0.0.23 - - [2026-04-20 18:44:37] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008878 10.0.0.23 - - [2026-04-20 18:44:37] "GET /obj-perms HTTP/1.1" 200 5044 0.005696 10.0.0.65 - - [2026-04-20 18:44:37] "GET /obj-perms HTTP/1.1" 200 5044 0.004933 10.0.0.23 - - [2026-04-20 18:44:37] "GET /obj-perms HTTP/1.1" 200 5044 0.006253 10.0.0.65 - - [2026-04-20 18:44:37] "GET /obj-perms HTTP/1.1" 200 5044 0.006274 10.0.0.23 - - [2026-04-20 18:44:45] "POST /neutron/port HTTP/1.1" 200 1218 0.053519 10.0.0.23 - - [2026-04-20 18:44:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004978 10.0.0.23 - - [2026-04-20 18:44:45] "POST /neutron/port HTTP/1.1" 200 117 0.001815 10.0.0.249 - - [2026-04-20 18:44:48] "GET /obj-perms HTTP/1.1" 200 5056 0.069319 10.0.0.23 - - [2026-04-20 18:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005157 10.0.0.23 - - [2026-04-20 18:44:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004601 10.0.0.23 - - [2026-04-20 18:44:58] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003908 10.0.0.23 - - [2026-04-20 18:44:58] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009095 10.0.0.23 - - [2026-04-20 18:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.23 - - [2026-04-20 18:44:59] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004851 10.0.0.23 - - [2026-04-20 18:44:59] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003626 10.0.0.23 - - [2026-04-20 18:44:59] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006289 10.0.0.23 - - [2026-04-20 18:44:59] "POST /neutron/port HTTP/1.1" 200 1126 0.026347 10.0.0.23 - - [2026-04-20 18:45:00] "POST /neutron/subnet HTTP/1.1" 200 675 0.014660 10.0.0.249 - - [2026-04-20 18:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.249 - - [2026-04-20 18:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000603 10.0.0.249 - - [2026-04-20 18:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000477 10.0.0.65 - - [2026-04-20 18:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.249 - - [2026-04-20 18:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.65 - - [2026-04-20 18:45:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.65 - - [2026-04-20 18:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.65 - - [2026-04-20 18:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.23 - - [2026-04-20 18:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.23 - - [2026-04-20 18:45:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.23 - - [2026-04-20 18:45:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.23 - - [2026-04-20 18:45:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000525 10.0.0.23 - - [2026-04-20 18:45:15] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 200 1300 0.006045 10.0.0.23 - - [2026-04-20 18:45:15] "GET /virtual-machine-interface/e2956e65-041a-4596-b8bd-e54f27547a50 HTTP/1.1" 200 2950 0.006020 10.0.0.23 - - [2026-04-20 18:45:15] "GET /instance-ip/b7316ce9-9d07-4c92-a08c-618d19e04d9a HTTP/1.1" 200 1621 0.005500 10.0.0.23 - - [2026-04-20 18:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.23 - - [2026-04-20 18:45:15] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004711 10.0.0.23 - - [2026-04-20 18:45:15] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003733 10.0.0.23 - - [2026-04-20 18:45:15] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006037 10.0.0.23 - - [2026-04-20 18:45:18] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 200 1300 0.005767 10.0.0.23 - - [2026-04-20 18:45:19] "POST /neutron/port HTTP/1.1" 200 1126 0.037335 10.0.0.23 - - [2026-04-20 18:45:21] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.003793 10.0.0.23 - - [2026-04-20 18:45:21] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.003593 10.0.0.23 - - [2026-04-20 18:45:21] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.003228 10.0.0.23 - - [2026-04-20 18:45:22] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.003479 10.0.0.23 - - [2026-04-20 18:45:23] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.003891 10.0.0.23 - - [2026-04-20 18:45:24] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.008857 10.0.0.23 - - [2026-04-20 18:45:25] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004211 10.0.0.23 - - [2026-04-20 18:45:26] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.007374 10.0.0.23 - - [2026-04-20 18:45:27] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004784 10.0.0.23 - - [2026-04-20 18:45:27] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004478 10.0.0.23 - - [2026-04-20 18:45:28] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.003776 10.0.0.23 - - [2026-04-20 18:45:29] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004704 10.0.0.23 - - [2026-04-20 18:45:30] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004617 10.0.0.23 - - [2026-04-20 18:45:31] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004572 10.0.0.23 - - [2026-04-20 18:45:32] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.003527 10.0.0.23 - - [2026-04-20 18:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.23 - - [2026-04-20 18:45:32] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003870 10.0.0.23 - - [2026-04-20 18:45:32] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004061 10.0.0.23 - - [2026-04-20 18:45:32] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006549 10.0.0.23 - - [2026-04-20 18:45:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2026-04-20 18:45:32] "GET /routing-instance/912b6750-8121-4649-8344-fca19bab1e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005188 10.0.0.23 - - [2026-04-20 18:45:32] "GET /route-target/77e2c63b-f33f-4622-bbff-a63e3f07cf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006485 10.0.0.23 - - [2026-04-20 18:45:32] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.003451 10.0.0.23 - - [2026-04-20 18:45:33] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.006386 10.0.0.23 - - [2026-04-20 18:45:34] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004108 10.0.0.23 - - [2026-04-20 18:45:35] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004147 10.0.0.23 - - [2026-04-20 18:45:36] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.005486 10.0.0.23 - - [2026-04-20 18:45:37] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004202 10.0.0.23 - - [2026-04-20 18:45:37] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004089 10.0.0.23 - - [2026-04-20 18:45:38] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004071 10.0.0.23 - - [2026-04-20 18:45:39] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.005918 10.0.0.23 - - [2026-04-20 18:45:40] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.005846 10.0.0.23 - - [2026-04-20 18:45:41] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.004598 10.0.0.23 - - [2026-04-20 18:45:42] "GET /virtual-machine/c2d48e46-c17e-4fe6-abe3-a2b4e2a842e4 HTTP/1.1" 404 171 0.003931 10.0.0.23 - - [2026-04-20 18:45:42] "GET /obj-perms HTTP/1.1" 200 5044 0.004649 10.0.0.65 - - [2026-04-20 18:45:42] "GET /obj-perms HTTP/1.1" 200 5044 0.007200 10.0.0.23 - - [2026-04-20 18:45:42] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 200 1300 0.006521 10.0.0.23 - - [2026-04-20 18:45:43] "POST /neutron/port HTTP/1.1" 200 1126 0.024661 10.0.0.23 - - [2026-04-20 18:45:44] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.003605 10.0.0.23 - - [2026-04-20 18:45:44] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.004033 10.0.0.23 - - [2026-04-20 18:45:44] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.003907 10.0.0.23 - - [2026-04-20 18:45:45] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.004262 10.0.0.23 - - [2026-04-20 18:45:46] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.003693 10.0.0.23 - - [2026-04-20 18:45:46] "POST /neutron/port HTTP/1.1" 200 1108 0.027632 10.0.0.23 - - [2026-04-20 18:45:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004485 10.0.0.23 - - [2026-04-20 18:45:46] "POST /neutron/network HTTP/1.1" 200 928 0.009945 10.0.0.23 - - [2026-04-20 18:45:47] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.003850 10.0.0.23 - - [2026-04-20 18:45:48] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.005099 10.0.0.23 - - [2026-04-20 18:45:49] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.004071 10.0.0.23 - - [2026-04-20 18:45:50] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.003526 10.0.0.23 - - [2026-04-20 18:45:50] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.003294 10.0.0.23 - - [2026-04-20 18:45:51] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.004923 10.0.0.23 - - [2026-04-20 18:45:52] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.003350 10.0.0.23 - - [2026-04-20 18:45:53] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.005081 10.0.0.23 - - [2026-04-20 18:45:54] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.003617 10.0.0.23 - - [2026-04-20 18:45:55] "GET /virtual-machine/94abd3ff-0ae1-4add-b780-5830fca35e9a HTTP/1.1" 404 171 0.003445 10.0.0.23 - - [2026-04-20 18:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.23 - - [2026-04-20 18:45:55] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004577 10.0.0.23 - - [2026-04-20 18:45:55] "GET /virtual-networks?parent_id=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003160 10.0.0.23 - - [2026-04-20 18:45:55] "GET /virtual-network/37d0e484-858d-4646-a69d-f546beb8dbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.014559 10.0.0.23 - - [2026-04-20 18:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006169 10.0.0.23 - - [2026-04-20 18:45:55] "GET /routing-instance/912b6750-8121-4649-8344-fca19bab1e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.005971 10.0.0.23 - - [2026-04-20 18:45:55] "GET /route-target/77e2c63b-f33f-4622-bbff-a63e3f07cf34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004903 10.0.0.23 - - [2026-04-20 18:45:55] "GET /obj-perms HTTP/1.1" 200 5044 0.004332 10.0.0.23 - - [2026-04-20 18:45:58] "GET /obj-perms HTTP/1.1" 200 5044 0.004088 10.0.0.23 - - [2026-04-20 18:46:00] "POST /neutron/network HTTP/1.1" 200 1123 0.045510 10.0.0.23 - - [2026-04-20 18:46:00] "POST /neutron/subnet HTTP/1.1" 200 1385 0.024730 10.0.0.23 - - [2026-04-20 18:46:00] "POST /neutron/network HTTP/1.1" 200 1113 0.012315 10.0.0.23 - - [2026-04-20 18:46:01] "GET /obj-perms HTTP/1.1" 200 5044 0.006408 10.0.0.249 - - [2026-04-20 18:46:02] "GET /obj-perms HTTP/1.1" 200 5044 0.080468 10.0.0.65 - - [2026-04-20 18:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008148 10.0.0.23 - - [2026-04-20 18:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004733 10.0.0.23 - - [2026-04-20 18:46:02] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005157 10.0.0.23 - - [2026-04-20 18:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.23 - - [2026-04-20 18:46:02] "PUT /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a HTTP/1.1" 200 276 0.015932 10.0.0.65 - - [2026-04-20 18:46:05] "GET /projects?obj_uuids=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.044055 10.0.0.23 - - [2026-04-20 18:46:05] "GET /project/2eb2c57d-2a7b-41d5-b026-b683fd216f8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.130493 10.0.0.65 - - [2026-04-20 18:46:05] "GET /projects?obj_uuids=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001030 10.0.0.23 - - [2026-04-20 18:46:05] "GET /project/2eb2c57d-2a7b-41d5-b026-b683fd216f8a?fields=virtual_networks HTTP/1.1" 200 1046 0.051211 10.0.0.65 - - [2026-04-20 18:46:05] "GET /projects?obj_uuids=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001624 10.0.0.23 - - [2026-04-20 18:46:05] "GET /project/2eb2c57d-2a7b-41d5-b026-b683fd216f8a?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.067132 10.0.0.65 - - [2026-04-20 18:46:05] "GET /projects?obj_uuids=2eb2c57d-2a7b-41d5-b026-b683fd216f8a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002374 10.0.0.23 - - [2026-04-20 18:46:05] "GET /project/2eb2c57d-2a7b-41d5-b026-b683fd216f8a?fields=security_groups HTTP/1.1" 200 1279 0.059483 10.0.0.23 - - [2026-04-20 18:46:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.036054 10.0.0.65 - - [2026-04-20 18:46:06] "GET /projects?obj_uuids=40e08164-ecf0-4359-9e03-d421a3d55625&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004832 10.0.0.65 - - [2026-04-20 18:46:06] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001754 10.0.0.65 - - [2026-04-20 18:46:06] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049875 10.0.0.65 - - [2026-04-20 18:46:06] "POST /id-to-fqname HTTP/1.1" 200 196 0.007219 10.0.0.65 - - [2026-04-20 18:46:06] "POST /fqname-to-id HTTP/1.1" 404 205 0.007044 10.0.0.65 - - [2026-04-20 18:46:06] "POST /security-groups HTTP/1.1" 200 597 0.036614 10.0.0.65 - - [2026-04-20 18:46:07] "POST /projects HTTP/1.1" 200 597 0.269720 10.0.0.65 - - [2026-04-20 18:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.306635 10.0.0.65 - - [2026-04-20 18:46:07] "POST /access-control-lists HTTP/1.1" 200 602 0.036663 10.0.0.23 - - [2026-04-20 18:46:07] "GET /project/40e08164-ecf0-4359-9e03-d421a3d55625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.520143 10.0.0.23 - - [2026-04-20 18:46:08] "GET / HTTP/1.1" 200 35931 0.001580 10.0.0.65 - - [2026-04-20 18:46:10] "DELETE /access-control-list/110f6da1-18b1-4f74-9bbc-7df73a85d222 HTTP/1.1" 200 115 0.037863 10.0.0.65 - - [2026-04-20 18:46:11] "GET /projects?obj_uuids=40e08164-ecf0-4359-9e03-d421a3d55625&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001137 10.0.0.23 - - [2026-04-20 18:46:11] "GET /project/40e08164-ecf0-4359-9e03-d421a3d55625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.053546 10.0.0.65 - - [2026-04-20 18:46:11] "GET /projects?obj_uuids=40e08164-ecf0-4359-9e03-d421a3d55625&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001219 10.0.0.23 - - [2026-04-20 18:46:11] "GET /project/40e08164-ecf0-4359-9e03-d421a3d55625?fields=virtual_networks HTTP/1.1" 200 1044 0.063277 10.0.0.65 - - [2026-04-20 18:46:11] "GET /projects?obj_uuids=40e08164-ecf0-4359-9e03-d421a3d55625&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001552 10.0.0.23 - - [2026-04-20 18:46:11] "GET /project/40e08164-ecf0-4359-9e03-d421a3d55625?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.061107 10.0.0.65 - - [2026-04-20 18:46:11] "GET /projects?obj_uuids=40e08164-ecf0-4359-9e03-d421a3d55625&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001506 10.0.0.23 - - [2026-04-20 18:46:11] "GET /project/40e08164-ecf0-4359-9e03-d421a3d55625?fields=security_groups HTTP/1.1" 200 1276 0.046488 10.0.0.23 - - [2026-04-20 18:46:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.033772 10.0.0.65 - - [2026-04-20 18:46:13] "GET /projects?obj_uuids=8cad2ce4-5482-4a2d-b100-fb182f5d1f44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003680 10.0.0.65 - - [2026-04-20 18:46:13] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001512 10.0.0.65 - - [2026-04-20 18:46:13] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009740 10.0.0.65 - - [2026-04-20 18:46:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.002182 10.0.0.65 - - [2026-04-20 18:46:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.004073 10.0.0.65 - - [2026-04-20 18:46:13] "POST /security-groups HTTP/1.1" 200 591 0.045388 10.0.0.65 - - [2026-04-20 18:46:13] "POST /projects HTTP/1.1" 200 585 0.322937 10.0.0.65 - - [2026-04-20 18:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.359595 10.0.0.65 - - [2026-04-20 18:46:13] "POST /access-control-lists HTTP/1.1" 200 596 0.045466 10.0.0.23 - - [2026-04-20 18:46:13] "GET /project/8cad2ce4-5482-4a2d-b100-fb182f5d1f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.530751 10.0.0.23 - - [2026-04-20 18:46:15] "GET / HTTP/1.1" 200 35931 0.001713 10.0.0.65 - - [2026-04-20 18:46:18] "GET /projects?obj_uuids=8cad2ce4-5482-4a2d-b100-fb182f5d1f44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.23 - - [2026-04-20 18:46:18] "GET /project/8cad2ce4-5482-4a2d-b100-fb182f5d1f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051685 10.0.0.65 - - [2026-04-20 18:46:18] "GET /projects?obj_uuids=8cad2ce4-5482-4a2d-b100-fb182f5d1f44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001354 10.0.0.23 - - [2026-04-20 18:46:18] "GET /project/8cad2ce4-5482-4a2d-b100-fb182f5d1f44?fields=virtual_networks HTTP/1.1" 200 1033 0.059776 10.0.0.65 - - [2026-04-20 18:46:18] "GET /projects?obj_uuids=8cad2ce4-5482-4a2d-b100-fb182f5d1f44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001314 10.0.0.23 - - [2026-04-20 18:46:18] "GET /project/8cad2ce4-5482-4a2d-b100-fb182f5d1f44?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.049524 10.0.0.65 - - [2026-04-20 18:46:18] "GET /projects?obj_uuids=8cad2ce4-5482-4a2d-b100-fb182f5d1f44&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000973 10.0.0.23 - - [2026-04-20 18:46:18] "GET /project/8cad2ce4-5482-4a2d-b100-fb182f5d1f44?fields=security_groups HTTP/1.1" 200 1259 0.063017 10.0.0.65 - - [2026-04-20 18:46:18] "DELETE /project/40e08164ecf043599e03d421a3d55625 HTTP/1.1" 404 173 0.006087 10.0.0.65 - - [2026-04-20 18:46:18] "DELETE /project/8cad2ce454824a2db100fb182f5d1f44 HTTP/1.1" 404 173 0.005229 10.0.0.65 - - [2026-04-20 18:46:18] "GET /projects?obj_uuids=40e08164-ecf0-4359-9e03-d421a3d55625&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001196 10.0.0.65 - - [2026-04-20 18:46:18] "DELETE /project/2eb2c57d-2a7b-41d5-b026-b683fd216f8a HTTP/1.1" 404 177 0.017203 10.0.0.65 - - [2026-04-20 18:46:18] "GET /project/40e08164-ecf0-4359-9e03-d421a3d55625?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.042979 10.0.0.65 - - [2026-04-20 18:46:18] "GET /projects?obj_uuids=40e08164-ecf0-4359-9e03-d421a3d55625&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001119 10.0.0.65 - - [2026-04-20 18:46:18] "GET /project/40e08164-ecf0-4359-9e03-d421a3d55625?fields=security_groups HTTP/1.1" 200 1381 0.046439 10.0.0.65 - - [2026-04-20 18:46:18] "DELETE /security-group/76ebfaac-83bf-4883-97dc-b3f8306996cd HTTP/1.1" 200 115 0.064793 10.0.0.65 - - [2026-04-20 18:46:18] "GET /projects?obj_uuids=40e08164-ecf0-4359-9e03-d421a3d55625&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001886 10.0.0.65 - - [2026-04-20 18:46:19] "GET /project/40e08164-ecf0-4359-9e03-d421a3d55625?fields=application_policy_sets HTTP/1.1" 200 1420 0.049622 10.0.0.65 - - [2026-04-20 18:46:19] "DELETE /project/40e08164-ecf0-4359-9e03-d421a3d55625 HTTP/1.1" 200 115 0.479742 10.0.0.65 - - [2026-04-20 18:46:19] "DELETE /access-control-list/b4c75b33-6802-417a-a12d-63abac71331e HTTP/1.1" 200 115 0.322340 10.0.0.23 - - [2026-04-20 18:46:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.037876 10.0.0.65 - - [2026-04-20 18:46:20] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005020 10.0.0.65 - - [2026-04-20 18:46:20] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001768 10.0.0.65 - - [2026-04-20 18:46:20] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011992 10.0.0.65 - - [2026-04-20 18:46:20] "POST /id-to-fqname HTTP/1.1" 200 198 0.001265 10.0.0.65 - - [2026-04-20 18:46:20] "POST /fqname-to-id HTTP/1.1" 404 207 0.022307 10.0.0.65 - - [2026-04-20 18:46:20] "POST /security-groups HTTP/1.1" 200 599 0.086578 10.0.0.65 - - [2026-04-20 18:46:20] "POST /projects HTTP/1.1" 200 601 0.355111 10.0.0.65 - - [2026-04-20 18:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.401565 10.0.0.65 - - [2026-04-20 18:46:20] "POST /access-control-lists HTTP/1.1" 200 604 0.034671 10.0.0.23 - - [2026-04-20 18:46:20] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.591866 10.0.0.23 - - [2026-04-20 18:46:21] "GET / HTTP/1.1" 200 35931 0.002148 10.0.0.23 - - [2026-04-20 18:46:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000708 10.0.0.23 - - [2026-04-20 18:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.109490 10.0.0.65 - - [2026-04-20 18:46:22] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.23 - - [2026-04-20 18:46:22] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.071028 10.0.0.23 - - [2026-04-20 18:46:23] "POST /neutron/network HTTP/1.1" 200 117 0.071866 10.0.0.65 - - [2026-04-20 18:46:23] "POST /route-targets HTTP/1.1" 200 327 0.020494 10.0.0.65 - - [2026-04-20 18:46:24] "POST /useragent-kv HTTP/1.1" 200 115 0.013808 10.0.0.23 - - [2026-04-20 18:46:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.278748 10.0.0.249 - - [2026-04-20 18:46:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.091959 10.0.0.23 - - [2026-04-20 18:46:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.002077 10.0.0.23 - - [2026-04-20 18:46:24] "GET /virtual-network/099a3f50-aeac-497d-8d13-57282f746d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008098 10.0.0.23 - - [2026-04-20 18:46:24] "GET /virtual-network/099a3f50-aeac-497d-8d13-57282f746d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008112 10.0.0.23 - - [2026-04-20 18:46:24] "POST /neutron/network HTTP/1.1" 200 977 0.011692 10.0.0.23 - - [2026-04-20 18:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004991 10.0.0.65 - - [2026-04-20 18:46:24] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.23 - - [2026-04-20 18:46:24] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063108 10.0.0.23 - - [2026-04-20 18:46:24] "POST /neutron/network HTTP/1.1" 200 117 0.018434 10.0.0.65 - - [2026-04-20 18:46:24] "POST /ref-update HTTP/1.1" 200 156 0.024626 10.0.0.65 - - [2026-04-20 18:46:25] "POST /useragent-kv HTTP/1.1" 200 115 0.011325 10.0.0.23 - - [2026-04-20 18:46:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.230263 10.0.0.23 - - [2026-04-20 18:46:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001488 10.0.0.23 - - [2026-04-20 18:46:25] "GET /virtual-network/4c38368b-1e0b-4c3e-9491-c6773208567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007411 10.0.0.23 - - [2026-04-20 18:46:25] "GET /virtual-network/4c38368b-1e0b-4c3e-9491-c6773208567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006154 10.0.0.23 - - [2026-04-20 18:46:25] "POST /neutron/network HTTP/1.1" 200 974 0.010556 10.0.0.23 - - [2026-04-20 18:46:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001355 10.0.0.23 - - [2026-04-20 18:46:25] "POST /neutron/port HTTP/1.1" 200 4192 0.044386 10.0.0.65 - - [2026-04-20 18:46:26] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.23 - - [2026-04-20 18:46:26] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.096466 10.0.0.23 - - [2026-04-20 18:46:27] "POST /neutron/port HTTP/1.1" 200 4192 0.044139 10.0.0.23 - - [2026-04-20 18:46:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.001662 10.0.0.23 - - [2026-04-20 18:46:27] "POST /neutron/network HTTP/1.1" 200 984 0.012338 10.0.0.23 - - [2026-04-20 18:46:28] "POST /neutron/port HTTP/1.1" 200 1155 0.031034 10.0.0.65 - - [2026-04-20 18:46:28] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002181 10.0.0.23 - - [2026-04-20 18:46:28] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.111392 10.0.0.23 - - [2026-04-20 18:46:28] "POST /neutron/network HTTP/1.1" 200 974 0.068145 10.0.0.23 - - [2026-04-20 18:46:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009186 10.0.0.23 - - [2026-04-20 18:46:29] "POST /neutron/port HTTP/1.1" 200 117 0.001741 10.0.0.23 - - [2026-04-20 18:46:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009958 10.0.0.23 - - [2026-04-20 18:46:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010681 10.0.0.23 - - [2026-04-20 18:46:30] "POST /neutron/port HTTP/1.1" 200 1152 0.027128 10.0.0.23 - - [2026-04-20 18:46:30] "POST /neutron/port HTTP/1.1" 200 1216 0.021921 10.0.0.23 - - [2026-04-20 18:46:30] "POST /neutron/subnet HTTP/1.1" 200 1268 0.017640 10.0.0.23 - - [2026-04-20 18:46:30] "POST /neutron/network HTTP/1.1" 200 974 0.012869 10.0.0.23 - - [2026-04-20 18:46:34] "POST /neutron/port HTTP/1.1" 200 1219 0.034491 10.0.0.23 - - [2026-04-20 18:46:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012488 10.0.0.23 - - [2026-04-20 18:46:34] "GET /virtual-machine/005642cd-e953-441d-b4ad-054e1656f301 HTTP/1.1" 401 292 0.000655 10.0.0.23 - - [2026-04-20 18:46:35] "GET /virtual-machine/005642cd-e953-441d-b4ad-054e1656f301 HTTP/1.1" 200 1298 0.044267 10.0.0.23 - - [2026-04-20 18:46:35] "GET /virtual-machine-interface/c8f0ffdd-9afb-4871-a511-4d2f1ffa2d1a HTTP/1.1" 200 3158 0.005994 10.0.0.23 - - [2026-04-20 18:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.23 - - [2026-04-20 18:46:35] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007105 10.0.0.23 - - [2026-04-20 18:46:35] "GET /virtual-networks?parent_id=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004953 10.0.0.23 - - [2026-04-20 18:46:35] "GET /virtual-network/099a3f50-aeac-497d-8d13-57282f746d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007816 10.0.0.23 - - [2026-04-20 18:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005100 10.0.0.23 - - [2026-04-20 18:46:38] "GET /virtual-network/099a3f50-aeac-497d-8d13-57282f746d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006035 10.0.0.23 - - [2026-04-20 18:46:39] "POST /neutron/port HTTP/1.1" 200 1216 0.030755 10.0.0.23 - - [2026-04-20 18:46:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.23 - - [2026-04-20 18:46:40] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005089 10.0.0.23 - - [2026-04-20 18:46:40] "GET /virtual-networks?parent_id=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005169 10.0.0.23 - - [2026-04-20 18:46:40] "GET /virtual-network/099a3f50-aeac-497d-8d13-57282f746d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.010565 10.0.0.23 - - [2026-04-20 18:46:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009490 10.0.0.23 - - [2026-04-20 18:46:40] "POST /neutron/port HTTP/1.1" 200 1216 0.029840 10.0.0.23 - - [2026-04-20 18:46:41] "GET /virtual-machine/f52e0a15-4e81-48f4-abe0-a9605d973dc2 HTTP/1.1" 200 1301 0.008625 10.0.0.23 - - [2026-04-20 18:46:41] "GET /virtual-machine-interface/896dd4b0-afda-49bc-b2f9-ee3d59e80360 HTTP/1.1" 200 3157 0.009072 10.0.0.23 - - [2026-04-20 18:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006722 10.0.0.23 - - [2026-04-20 18:46:41] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006135 10.0.0.23 - - [2026-04-20 18:46:41] "GET /virtual-networks?parent_id=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005501 10.0.0.23 - - [2026-04-20 18:46:41] "GET /virtual-network/4c38368b-1e0b-4c3e-9491-c6773208567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008770 10.0.0.23 - - [2026-04-20 18:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005563 10.0.0.23 - - [2026-04-20 18:46:42] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006045 10.0.0.23 - - [2026-04-20 18:46:42] "GET /virtual-networks?parent_id=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003829 10.0.0.23 - - [2026-04-20 18:46:42] "GET /virtual-network/4c38368b-1e0b-4c3e-9491-c6773208567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006513 10.0.0.23 - - [2026-04-20 18:46:42] "POST /fqname-to-id HTTP/1.1" 404 209 0.004424 10.0.0.23 - - [2026-04-20 18:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006771 10.0.0.65 - - [2026-04-20 18:46:42] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001542 10.0.0.23 - - [2026-04-20 18:46:42] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.073784 10.0.0.23 - - [2026-04-20 18:46:42] "POST /network-policys HTTP/1.1" 200 533 0.041687 10.0.0.23 - - [2026-04-20 18:46:42] "GET /network-policy/29141a77-dc4a-44c8-ac77-2e50f9ea2c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007305 10.0.0.23 - - [2026-04-20 18:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.23 - - [2026-04-20 18:46:42] "GET /virtual-network/099a3f50-aeac-497d-8d13-57282f746d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008165 10.0.0.23 - - [2026-04-20 18:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.23 - - [2026-04-20 18:46:42] "GET /network-policy/29141a77-dc4a-44c8-ac77-2e50f9ea2c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007771 10.0.0.249 - - [2026-04-20 18:46:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.009859 10.0.0.23 - - [2026-04-20 18:46:42] "POST /ref-update HTTP/1.1" 200 156 0.073066 10.0.0.23 - - [2026-04-20 18:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.23 - - [2026-04-20 18:46:43] "GET /network-policy/29141a77-dc4a-44c8-ac77-2e50f9ea2c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.009716 10.0.0.23 - - [2026-04-20 18:46:43] "GET /virtual-network/099a3f50-aeac-497d-8d13-57282f746d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.014909 10.0.0.23 - - [2026-04-20 18:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.23 - - [2026-04-20 18:46:43] "GET /network-policy/29141a77-dc4a-44c8-ac77-2e50f9ea2c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007198 10.0.0.23 - - [2026-04-20 18:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005257 10.0.0.23 - - [2026-04-20 18:46:43] "GET /virtual-network/4c38368b-1e0b-4c3e-9491-c6773208567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.009279 10.0.0.23 - - [2026-04-20 18:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.23 - - [2026-04-20 18:46:43] "GET /network-policy/29141a77-dc4a-44c8-ac77-2e50f9ea2c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004771 10.0.0.65 - - [2026-04-20 18:46:43] "POST /fqname-to-id HTTP/1.1" 404 230 0.007637 10.0.0.23 - - [2026-04-20 18:46:43] "POST /ref-update HTTP/1.1" 200 156 0.074882 10.0.0.23 - - [2026-04-20 18:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007476 10.0.0.23 - - [2026-04-20 18:46:43] "GET /network-policy/29141a77-dc4a-44c8-ac77-2e50f9ea2c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007294 10.0.0.23 - - [2026-04-20 18:46:43] "POST /neutron/network HTTP/1.1" 200 1060 0.018529 10.0.0.23 - - [2026-04-20 18:46:43] "GET /virtual-network/4c38368b-1e0b-4c3e-9491-c6773208567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.006598 10.0.0.23 - - [2026-04-20 18:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.23 - - [2026-04-20 18:46:43] "GET /network-policy/29141a77-dc4a-44c8-ac77-2e50f9ea2c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005716 10.0.0.23 - - [2026-04-20 18:46:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.65 - - [2026-04-20 18:46:43] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001413 10.0.0.23 - - [2026-04-20 18:46:43] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064705 10.0.0.65 - - [2026-04-20 18:46:43] "POST /route-targets HTTP/1.1" 200 327 0.016864 10.0.0.65 - - [2026-04-20 18:46:44] "POST /useragent-kv HTTP/1.1" 200 115 0.009873 10.0.0.23 - - [2026-04-20 18:46:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.242891 10.0.0.23 - - [2026-04-20 18:46:44] "POST /id-to-fqname HTTP/1.1" 200 214 0.001403 10.0.0.23 - - [2026-04-20 18:46:44] "GET /virtual-network/6d147671-80d5-48db-8148-1cc896d91587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.008722 10.0.0.23 - - [2026-04-20 18:46:44] "GET /virtual-network/6d147671-80d5-48db-8148-1cc896d91587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.012026 10.0.0.23 - - [2026-04-20 18:46:44] "POST /neutron/network HTTP/1.1" 200 799 0.014471 10.0.0.23 - - [2026-04-20 18:46:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.65 - - [2026-04-20 18:46:44] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.23 - - [2026-04-20 18:46:44] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062252 10.0.0.65 - - [2026-04-20 18:46:44] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001830 10.0.0.23 - - [2026-04-20 18:46:44] "POST /neutron/network HTTP/1.1" 200 585 0.188288 10.0.0.65 - - [2026-04-20 18:46:44] "POST /ref-update HTTP/1.1" 200 156 0.027924 10.0.0.23 - - [2026-04-20 18:46:45] "POST /id-to-fqname HTTP/1.1" 200 214 0.003717 10.0.0.23 - - [2026-04-20 18:46:45] "GET /virtual-network/fec4b3ab-8811-4e83-ad6a-b438f92508fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007832 10.0.0.23 - - [2026-04-20 18:46:45] "POST /neutron/network HTTP/1.1" 200 799 0.008008 10.0.0.23 - - [2026-04-20 18:46:45] "GET /virtual-network/fec4b3ab-8811-4e83-ad6a-b438f92508fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007807 10.0.0.23 - - [2026-04-20 18:46:45] "POST /fqname-to-id HTTP/1.1" 404 239 0.004129 10.0.0.23 - - [2026-04-20 18:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.65 - - [2026-04-20 18:46:45] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.23 - - [2026-04-20 18:46:45] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045601 10.0.0.23 - - [2026-04-20 18:46:45] "POST /network-policys HTTP/1.1" 200 587 0.039728 10.0.0.23 - - [2026-04-20 18:46:45] "GET /network-policy/a572cbb3-1fe3-47ac-bda9-7273a8214efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007681 10.0.0.23 - - [2026-04-20 18:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.23 - - [2026-04-20 18:46:45] "GET /virtual-network/6d147671-80d5-48db-8148-1cc896d91587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.006043 10.0.0.23 - - [2026-04-20 18:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.23 - - [2026-04-20 18:46:45] "GET /network-policy/a572cbb3-1fe3-47ac-bda9-7273a8214efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005761 10.0.0.23 - - [2026-04-20 18:46:45] "POST /ref-update HTTP/1.1" 200 156 0.079618 10.0.0.23 - - [2026-04-20 18:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004874 10.0.0.23 - - [2026-04-20 18:46:45] "GET /network-policy/a572cbb3-1fe3-47ac-bda9-7273a8214efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008936 10.0.0.23 - - [2026-04-20 18:46:45] "POST /neutron/network HTTP/1.1" 200 912 0.011020 10.0.0.23 - - [2026-04-20 18:46:45] "GET /virtual-network/6d147671-80d5-48db-8148-1cc896d91587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.006020 10.0.0.23 - - [2026-04-20 18:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.23 - - [2026-04-20 18:46:45] "GET /network-policy/a572cbb3-1fe3-47ac-bda9-7273a8214efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004315 10.0.0.23 - - [2026-04-20 18:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.23 - - [2026-04-20 18:46:45] "GET /virtual-network/fec4b3ab-8811-4e83-ad6a-b438f92508fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.013479 10.0.0.23 - - [2026-04-20 18:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005295 10.0.0.23 - - [2026-04-20 18:46:45] "GET /network-policy/a572cbb3-1fe3-47ac-bda9-7273a8214efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005079 10.0.0.65 - - [2026-04-20 18:46:46] "POST /fqname-to-id HTTP/1.1" 404 210 0.004355 10.0.0.23 - - [2026-04-20 18:46:46] "POST /ref-update HTTP/1.1" 200 156 0.059076 10.0.0.23 - - [2026-04-20 18:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006078 10.0.0.23 - - [2026-04-20 18:46:46] "GET /network-policy/a572cbb3-1fe3-47ac-bda9-7273a8214efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.007376 10.0.0.23 - - [2026-04-20 18:46:46] "GET /virtual-network/fec4b3ab-8811-4e83-ad6a-b438f92508fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.013361 10.0.0.23 - - [2026-04-20 18:46:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.23 - - [2026-04-20 18:46:46] "GET /network-policy/a572cbb3-1fe3-47ac-bda9-7273a8214efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.004841 10.0.0.23 - - [2026-04-20 18:46:46] "POST /id-to-fqname HTTP/1.1" 200 214 0.001236 10.0.0.23 - - [2026-04-20 18:46:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012338 10.0.0.65 - - [2026-04-20 18:46:47] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.23 - - [2026-04-20 18:46:47] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.100462 10.0.0.23 - - [2026-04-20 18:46:48] "POST /neutron/port HTTP/1.1" 200 6319 0.073698 10.0.0.23 - - [2026-04-20 18:46:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001379 10.0.0.23 - - [2026-04-20 18:46:48] "POST /neutron/port HTTP/1.1" 200 6319 0.055603 10.0.0.23 - - [2026-04-20 18:46:48] "POST /neutron/network HTTP/1.1" 200 922 0.007658 10.0.0.23 - - [2026-04-20 18:46:49] "POST /neutron/port HTTP/1.1" 200 1063 0.023476 10.0.0.23 - - [2026-04-20 18:46:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004791 10.0.0.65 - - [2026-04-20 18:46:49] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.23 - - [2026-04-20 18:46:49] "POST /neutron/network HTTP/1.1" 200 912 0.009409 10.0.0.23 - - [2026-04-20 18:46:49] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.105777 10.0.0.23 - - [2026-04-20 18:46:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010994 10.0.0.23 - - [2026-04-20 18:46:50] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004152 10.0.0.23 - - [2026-04-20 18:46:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.23 - - [2026-04-20 18:46:50] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005936 10.0.0.65 - - [2026-04-20 18:46:50] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001571 10.0.0.23 - - [2026-04-20 18:46:50] "POST /neutron/port HTTP/1.1" 200 1063 0.380287 10.0.0.23 - - [2026-04-20 18:46:51] "POST /neutron/port HTTP/1.1" 200 1117 0.170666 10.0.0.23 - - [2026-04-20 18:46:51] "POST /neutron/subnet HTTP/1.1" 200 675 0.013708 10.0.0.23 - - [2026-04-20 18:46:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003960 10.0.0.23 - - [2026-04-20 18:46:51] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004974 10.0.0.23 - - [2026-04-20 18:46:51] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005027 10.0.0.23 - - [2026-04-20 18:46:51] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.035196 10.0.0.23 - - [2026-04-20 18:46:51] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.048453 10.0.0.23 - - [2026-04-20 18:46:51] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005901 10.0.0.23 - - [2026-04-20 18:46:51] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007403 10.0.0.23 - - [2026-04-20 18:46:51] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.051464 10.0.0.23 - - [2026-04-20 18:46:51] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.052798 10.0.0.23 - - [2026-04-20 18:46:51] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011009 10.0.0.23 - - [2026-04-20 18:46:51] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006459 10.0.0.23 - - [2026-04-20 18:46:51] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.045305 10.0.0.23 - - [2026-04-20 18:46:52] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.053049 10.0.0.23 - - [2026-04-20 18:46:52] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010709 10.0.0.23 - - [2026-04-20 18:46:52] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006710 10.0.0.23 - - [2026-04-20 18:46:52] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.037908 10.0.0.23 - - [2026-04-20 18:46:52] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004508 10.0.0.23 - - [2026-04-20 18:46:52] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005167 10.0.0.23 - - [2026-04-20 18:46:52] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005172 10.0.0.23 - - [2026-04-20 18:46:52] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.043102 10.0.0.23 - - [2026-04-20 18:46:52] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.063362 10.0.0.23 - - [2026-04-20 18:46:52] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006300 10.0.0.23 - - [2026-04-20 18:46:52] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005147 10.0.0.23 - - [2026-04-20 18:46:52] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.042020 10.0.0.23 - - [2026-04-20 18:46:52] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.065820 10.0.0.23 - - [2026-04-20 18:46:52] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.014061 10.0.0.23 - - [2026-04-20 18:46:52] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006984 10.0.0.23 - - [2026-04-20 18:46:52] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.078290 10.0.0.23 - - [2026-04-20 18:46:52] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.050937 10.0.0.23 - - [2026-04-20 18:46:52] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007170 10.0.0.23 - - [2026-04-20 18:46:53] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006809 10.0.0.23 - - [2026-04-20 18:46:53] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.036872 10.0.0.23 - - [2026-04-20 18:46:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005456 10.0.0.23 - - [2026-04-20 18:46:53] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006885 10.0.0.23 - - [2026-04-20 18:46:53] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007115 10.0.0.23 - - [2026-04-20 18:46:53] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.040529 10.0.0.23 - - [2026-04-20 18:46:53] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.052090 10.0.0.23 - - [2026-04-20 18:46:53] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.013542 10.0.0.23 - - [2026-04-20 18:46:53] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005657 10.0.0.23 - - [2026-04-20 18:46:53] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.061130 10.0.0.23 - - [2026-04-20 18:46:53] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.060391 10.0.0.23 - - [2026-04-20 18:46:53] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009199 10.0.0.23 - - [2026-04-20 18:46:53] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005121 10.0.0.23 - - [2026-04-20 18:46:53] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.039576 10.0.0.23 - - [2026-04-20 18:46:53] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.074319 10.0.0.23 - - [2026-04-20 18:46:53] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007737 10.0.0.23 - - [2026-04-20 18:46:53] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006904 10.0.0.23 - - [2026-04-20 18:46:53] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.034273 10.0.0.23 - - [2026-04-20 18:46:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005672 10.0.0.23 - - [2026-04-20 18:46:54] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005185 10.0.0.23 - - [2026-04-20 18:46:54] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009882 10.0.0.23 - - [2026-04-20 18:46:54] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.042050 10.0.0.23 - - [2026-04-20 18:46:54] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.067028 10.0.0.23 - - [2026-04-20 18:46:54] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.011121 10.0.0.23 - - [2026-04-20 18:46:54] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006855 10.0.0.23 - - [2026-04-20 18:46:54] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.049692 10.0.0.23 - - [2026-04-20 18:46:54] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.043794 10.0.0.23 - - [2026-04-20 18:46:54] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.008159 10.0.0.23 - - [2026-04-20 18:46:54] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005340 10.0.0.23 - - [2026-04-20 18:46:54] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.046063 10.0.0.23 - - [2026-04-20 18:46:54] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.063978 10.0.0.23 - - [2026-04-20 18:46:58] "POST /neutron/port HTTP/1.1" 200 1127 0.023088 10.0.0.23 - - [2026-04-20 18:47:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008773 10.0.0.23 - - [2026-04-20 18:47:01] "POST /neutron/network HTTP/1.1" 200 938 0.008989 10.0.0.23 - - [2026-04-20 18:47:02] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.23 - - [2026-04-20 18:47:04] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003951 10.0.0.23 - - [2026-04-20 18:47:04] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005321 10.0.0.23 - - [2026-04-20 18:47:04] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004865 10.0.0.23 - - [2026-04-20 18:47:04] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.033732 10.0.0.23 - - [2026-04-20 18:47:04] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.066350 10.0.0.23 - - [2026-04-20 18:47:04] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.011425 10.0.0.23 - - [2026-04-20 18:47:04] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006540 10.0.0.23 - - [2026-04-20 18:47:04] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.046765 10.0.0.23 - - [2026-04-20 18:47:05] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.068813 10.0.0.23 - - [2026-04-20 18:47:05] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007538 10.0.0.23 - - [2026-04-20 18:47:05] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006960 10.0.0.23 - - [2026-04-20 18:47:05] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.041501 10.0.0.23 - - [2026-04-20 18:47:05] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.063141 10.0.0.23 - - [2026-04-20 18:47:05] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.017009 10.0.0.23 - - [2026-04-20 18:47:05] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.011322 10.0.0.23 - - [2026-04-20 18:47:05] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.033762 10.0.0.23 - - [2026-04-20 18:47:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004819 10.0.0.23 - - [2026-04-20 18:47:05] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006124 10.0.0.23 - - [2026-04-20 18:47:05] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005763 10.0.0.23 - - [2026-04-20 18:47:05] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.040564 10.0.0.23 - - [2026-04-20 18:47:05] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.053168 10.0.0.23 - - [2026-04-20 18:47:05] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.015378 10.0.0.23 - - [2026-04-20 18:47:05] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005505 10.0.0.23 - - [2026-04-20 18:47:05] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.045864 10.0.0.23 - - [2026-04-20 18:47:05] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.045853 10.0.0.23 - - [2026-04-20 18:47:05] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010460 10.0.0.23 - - [2026-04-20 18:47:06] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008200 10.0.0.23 - - [2026-04-20 18:47:06] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.041186 10.0.0.23 - - [2026-04-20 18:47:06] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.039006 10.0.0.23 - - [2026-04-20 18:47:06] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007780 10.0.0.23 - - [2026-04-20 18:47:06] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008253 10.0.0.23 - - [2026-04-20 18:47:06] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.041828 10.0.0.23 - - [2026-04-20 18:47:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006538 10.0.0.23 - - [2026-04-20 18:47:06] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006665 10.0.0.23 - - [2026-04-20 18:47:06] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006737 10.0.0.23 - - [2026-04-20 18:47:06] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.047742 10.0.0.23 - - [2026-04-20 18:47:06] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.055536 10.0.0.23 - - [2026-04-20 18:47:06] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.021511 10.0.0.23 - - [2026-04-20 18:47:06] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008289 10.0.0.23 - - [2026-04-20 18:47:06] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.049696 10.0.0.23 - - [2026-04-20 18:47:06] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.049986 10.0.0.23 - - [2026-04-20 18:47:06] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007480 10.0.0.23 - - [2026-04-20 18:47:06] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008705 10.0.0.23 - - [2026-04-20 18:47:06] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.054917 10.0.0.23 - - [2026-04-20 18:47:06] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.064317 10.0.0.23 - - [2026-04-20 18:47:07] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007256 10.0.0.23 - - [2026-04-20 18:47:07] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008088 10.0.0.23 - - [2026-04-20 18:47:07] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.035343 10.0.0.23 - - [2026-04-20 18:47:07] "POST /ref-update HTTP/1.1" 200 156 0.098175 10.0.0.65 - - [2026-04-20 18:47:07] "DELETE /access-control-list/add2553b-6a16-4ae6-aac9-cedf5c300e02 HTTP/1.1" 200 115 0.081527 10.0.0.23 - - [2026-04-20 18:47:07] "GET /virtual-network/fec4b3ab-8811-4e83-ad6a-b438f92508fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.017946 10.0.0.23 - - [2026-04-20 18:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005576 10.0.0.23 - - [2026-04-20 18:47:07] "GET /network-policy/a572cbb3-1fe3-47ac-bda9-7273a8214efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.008535 10.0.0.23 - - [2026-04-20 18:47:07] "POST /ref-update HTTP/1.1" 200 156 0.081871 10.0.0.23 - - [2026-04-20 18:47:07] "POST /neutron/port HTTP/1.1" 200 1127 0.046093 10.0.0.65 - - [2026-04-20 18:47:07] "POST /ref-update HTTP/1.1" 200 156 0.038790 10.0.0.23 - - [2026-04-20 18:47:07] "GET /virtual-network/6d147671-80d5-48db-8148-1cc896d91587?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1998 0.026221 10.0.0.23 - - [2026-04-20 18:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007477 10.0.0.23 - - [2026-04-20 18:47:07] "GET /network-policy/a572cbb3-1fe3-47ac-bda9-7273a8214efc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.006820 10.0.0.23 - - [2026-04-20 18:47:07] "DELETE /network-policy/a572cbb3-1fe3-47ac-bda9-7273a8214efc HTTP/1.1" 200 115 0.061690 10.0.0.23 - - [2026-04-20 18:47:08] "POST /neutron/port HTTP/1.1" 200 1117 0.017954 10.0.0.23 - - [2026-04-20 18:47:08] "POST /neutron/port HTTP/1.1" 200 151 0.264041 10.0.0.23 - - [2026-04-20 18:47:10] "POST /neutron/network HTTP/1.1" 200 799 0.010117 10.0.0.65 - - [2026-04-20 18:47:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005360 10.0.0.65 - - [2026-04-20 18:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006377 10.0.0.65 - - [2026-04-20 18:47:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005790 10.0.0.23 - - [2026-04-20 18:47:10] "POST /neutron/network HTTP/1.1" 200 151 0.182781 10.0.0.23 - - [2026-04-20 18:47:10] "POST /ref-update HTTP/1.1" 200 156 0.096839 10.0.0.23 - - [2026-04-20 18:47:10] "GET /virtual-network/4c38368b-1e0b-4c3e-9491-c6773208567b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.010940 10.0.0.23 - - [2026-04-20 18:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.65 - - [2026-04-20 18:47:10] "POST /ref-update HTTP/1.1" 200 156 0.047523 10.0.0.23 - - [2026-04-20 18:47:10] "GET /network-policy/29141a77-dc4a-44c8-ac77-2e50f9ea2c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004823 10.0.0.249 - - [2026-04-20 18:47:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.028393 10.0.0.23 - - [2026-04-20 18:47:10] "POST /ref-update HTTP/1.1" 200 156 0.113954 10.0.0.23 - - [2026-04-20 18:47:10] "GET /virtual-network/099a3f50-aeac-497d-8d13-57282f746d44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.013973 10.0.0.23 - - [2026-04-20 18:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.23 - - [2026-04-20 18:47:11] "GET /network-policy/29141a77-dc4a-44c8-ac77-2e50f9ea2c7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005152 10.0.0.23 - - [2026-04-20 18:47:11] "DELETE /network-policy/29141a77-dc4a-44c8-ac77-2e50f9ea2c7f HTTP/1.1" 200 115 0.038851 10.0.0.23 - - [2026-04-20 18:47:11] "POST /neutron/network HTTP/1.1" 200 974 0.022095 10.0.0.23 - - [2026-04-20 18:47:11] "POST /neutron/port HTTP/1.1" 200 1206 0.024626 10.0.0.23 - - [2026-04-20 18:47:11] "POST /neutron/port HTTP/1.1" 200 1209 0.030641 10.0.0.65 - - [2026-04-20 18:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.65 - - [2026-04-20 18:47:13] "POST /useragent-kv HTTP/1.1" 200 115 0.007458 10.0.0.65 - - [2026-04-20 18:47:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004130 10.0.0.65 - - [2026-04-20 18:47:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002367 10.0.0.65 - - [2026-04-20 18:47:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002747 10.0.0.23 - - [2026-04-20 18:47:13] "POST /neutron/network HTTP/1.1" 200 151 0.187682 10.0.0.65 - - [2026-04-20 18:47:13] "DELETE /route-target/97d94b85-b22b-4bd2-8a93-6b09db6950dc HTTP/1.1" 200 115 0.028830 10.0.0.23 - - [2026-04-20 18:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.65 - - [2026-04-20 18:47:15] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.23 - - [2026-04-20 18:47:15] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050462 10.0.0.23 - - [2026-04-20 18:47:15] "POST /neutron/network HTTP/1.1" 200 117 0.021182 10.0.0.65 - - [2026-04-20 18:47:16] "POST /useragent-kv HTTP/1.1" 200 115 0.010600 10.0.0.23 - - [2026-04-20 18:47:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.296858 10.0.0.65 - - [2026-04-20 18:47:16] "DELETE /access-control-list/01bd3107-bbd8-4999-9fe1-8d28670a7c3c HTTP/1.1" 200 115 0.039411 10.0.0.23 - - [2026-04-20 18:47:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.002504 10.0.0.23 - - [2026-04-20 18:47:16] "GET /virtual-network/225a37d3-a320-444a-950d-902be07c511b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.018747 10.0.0.23 - - [2026-04-20 18:47:16] "GET /virtual-network/225a37d3-a320-444a-950d-902be07c511b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.009872 10.0.0.23 - - [2026-04-20 18:47:16] "POST /neutron/network HTTP/1.1" 200 975 0.013831 10.0.0.23 - - [2026-04-20 18:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.65 - - [2026-04-20 18:47:16] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.005208 10.0.0.23 - - [2026-04-20 18:47:16] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068139 10.0.0.23 - - [2026-04-20 18:47:16] "POST /neutron/network HTTP/1.1" 200 117 0.018113 10.0.0.65 - - [2026-04-20 18:47:16] "POST /ref-update HTTP/1.1" 200 156 0.034246 10.0.0.249 - - [2026-04-20 18:47:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.012895 10.0.0.65 - - [2026-04-20 18:47:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006295 10.0.0.23 - - [2026-04-20 18:47:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.252172 10.0.0.23 - - [2026-04-20 18:47:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001421 10.0.0.23 - - [2026-04-20 18:47:17] "GET /virtual-network/663cdd6d-a9e6-4f8c-8eea-eeb734909b4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006843 10.0.0.23 - - [2026-04-20 18:47:17] "GET /virtual-network/663cdd6d-a9e6-4f8c-8eea-eeb734909b4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006093 10.0.0.23 - - [2026-04-20 18:47:17] "POST /neutron/network HTTP/1.1" 200 974 0.013507 10.0.0.23 - - [2026-04-20 18:47:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001894 10.0.0.23 - - [2026-04-20 18:47:17] "POST /neutron/port HTTP/1.1" 200 4192 0.056020 10.0.0.65 - - [2026-04-20 18:47:18] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003509 10.0.0.23 - - [2026-04-20 18:47:18] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.101440 10.0.0.23 - - [2026-04-20 18:47:18] "POST /neutron/port HTTP/1.1" 200 4192 0.053825 10.0.0.23 - - [2026-04-20 18:47:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.001833 10.0.0.65 - - [2026-04-20 18:47:19] "DELETE /project/8cad2ce4-5482-4a2d-b100-fb182f5d1f44 HTTP/1.1" 404 177 0.005652 10.0.0.65 - - [2026-04-20 18:47:19] "DELETE /project/c2b59ce18e954107a05678c40bfbc28c HTTP/1.1" 404 173 0.007852 10.0.0.23 - - [2026-04-20 18:47:19] "POST /neutron/network HTTP/1.1" 200 984 0.010126 10.0.0.23 - - [2026-04-20 18:47:20] "POST /neutron/port HTTP/1.1" 200 1153 0.031336 10.0.0.65 - - [2026-04-20 18:47:20] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002277 10.0.0.23 - - [2026-04-20 18:47:20] "POST /neutron/port HTTP/1.1" 200 1217 0.048207 10.0.0.23 - - [2026-04-20 18:47:20] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.138567 10.0.0.23 - - [2026-04-20 18:47:20] "POST /neutron/network HTTP/1.1" 200 974 0.011168 10.0.0.23 - - [2026-04-20 18:47:20] "POST /neutron/port HTTP/1.1" 200 117 0.001485 10.0.0.23 - - [2026-04-20 18:47:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011681 10.0.0.23 - - [2026-04-20 18:47:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015961 10.0.0.23 - - [2026-04-20 18:47:21] "POST /neutron/port HTTP/1.1" 200 1152 0.036773 10.0.0.23 - - [2026-04-20 18:47:22] "POST /neutron/port HTTP/1.1" 200 1216 0.028033 10.0.0.23 - - [2026-04-20 18:47:22] "POST /neutron/subnet HTTP/1.1" 200 1268 0.018006 10.0.0.23 - - [2026-04-20 18:47:22] "POST /neutron/network HTTP/1.1" 200 974 0.015363 10.0.0.23 - - [2026-04-20 18:47:26] "POST /neutron/port HTTP/1.1" 200 1217 0.030029 10.0.0.23 - - [2026-04-20 18:47:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.014059 10.0.0.23 - - [2026-04-20 18:47:26] "GET /virtual-machine/ffb99c8b-4bf6-4726-b6e2-0b8f11aee3b6 HTTP/1.1" 200 1301 0.012526 10.0.0.23 - - [2026-04-20 18:47:26] "GET /virtual-machine-interface/3fdd676b-6ea5-4a92-91bf-c1c9339e368c HTTP/1.1" 200 3157 0.009207 10.0.0.23 - - [2026-04-20 18:47:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005728 10.0.0.23 - - [2026-04-20 18:47:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.018878 10.0.0.23 - - [2026-04-20 18:47:26] "GET /virtual-networks?parent_id=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005105 10.0.0.23 - - [2026-04-20 18:47:26] "GET /virtual-network/225a37d3-a320-444a-950d-902be07c511b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007822 10.0.0.23 - - [2026-04-20 18:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.23 - - [2026-04-20 18:47:29] "GET /virtual-network/225a37d3-a320-444a-950d-902be07c511b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005195 10.0.0.23 - - [2026-04-20 18:47:31] "POST /neutron/port HTTP/1.1" 200 1216 0.070676 10.0.0.23 - - [2026-04-20 18:47:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.23 - - [2026-04-20 18:47:31] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004657 10.0.0.23 - - [2026-04-20 18:47:31] "GET /virtual-networks?parent_id=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003802 10.0.0.23 - - [2026-04-20 18:47:31] "GET /virtual-network/225a37d3-a320-444a-950d-902be07c511b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006828 10.0.0.23 - - [2026-04-20 18:47:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009918 10.0.0.23 - - [2026-04-20 18:47:32] "POST /neutron/port HTTP/1.1" 200 1216 0.025704 10.0.0.23 - - [2026-04-20 18:47:32] "GET /virtual-machine/e151a191-c14c-40da-af7d-013bd7e3053f HTTP/1.1" 200 1301 0.007702 10.0.0.23 - - [2026-04-20 18:47:32] "GET /virtual-machine-interface/f24f062c-7580-40b9-9f1b-8fee876ffb90 HTTP/1.1" 200 3158 0.006677 10.0.0.23 - - [2026-04-20 18:47:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.23 - - [2026-04-20 18:47:32] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004855 10.0.0.23 - - [2026-04-20 18:47:32] "GET /virtual-networks?parent_id=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004145 10.0.0.23 - - [2026-04-20 18:47:32] "GET /virtual-network/663cdd6d-a9e6-4f8c-8eea-eeb734909b4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007497 10.0.0.23 - - [2026-04-20 18:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.23 - - [2026-04-20 18:47:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004553 10.0.0.23 - - [2026-04-20 18:47:33] "GET /virtual-networks?parent_id=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004500 10.0.0.23 - - [2026-04-20 18:47:33] "GET /virtual-network/663cdd6d-a9e6-4f8c-8eea-eeb734909b4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008931 10.0.0.23 - - [2026-04-20 18:47:33] "POST /fqname-to-id HTTP/1.1" 404 209 0.005032 10.0.0.23 - - [2026-04-20 18:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.65 - - [2026-04-20 18:47:33] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.23 - - [2026-04-20 18:47:33] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048148 10.0.0.23 - - [2026-04-20 18:47:34] "POST /network-policys HTTP/1.1" 200 533 0.065647 10.0.0.23 - - [2026-04-20 18:47:34] "GET /network-policy/953721b4-5d5f-4554-9b65-ad028eb77efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008457 10.0.0.23 - - [2026-04-20 18:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.23 - - [2026-04-20 18:47:34] "GET /virtual-network/225a37d3-a320-444a-950d-902be07c511b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006853 10.0.0.23 - - [2026-04-20 18:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.23 - - [2026-04-20 18:47:34] "GET /network-policy/953721b4-5d5f-4554-9b65-ad028eb77efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005427 10.0.0.23 - - [2026-04-20 18:47:34] "POST /ref-update HTTP/1.1" 200 156 0.076627 10.0.0.23 - - [2026-04-20 18:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006309 10.0.0.23 - - [2026-04-20 18:47:34] "GET /network-policy/953721b4-5d5f-4554-9b65-ad028eb77efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007083 10.0.0.23 - - [2026-04-20 18:47:34] "GET /virtual-network/225a37d3-a320-444a-950d-902be07c511b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.010447 10.0.0.23 - - [2026-04-20 18:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.23 - - [2026-04-20 18:47:34] "GET /network-policy/953721b4-5d5f-4554-9b65-ad028eb77efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004223 10.0.0.23 - - [2026-04-20 18:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005607 10.0.0.23 - - [2026-04-20 18:47:34] "GET /virtual-network/663cdd6d-a9e6-4f8c-8eea-eeb734909b4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.012923 10.0.0.23 - - [2026-04-20 18:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005211 10.0.0.23 - - [2026-04-20 18:47:34] "GET /network-policy/953721b4-5d5f-4554-9b65-ad028eb77efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008876 10.0.0.65 - - [2026-04-20 18:47:34] "POST /fqname-to-id HTTP/1.1" 404 230 0.010362 10.0.0.249 - - [2026-04-20 18:47:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.004652 10.0.0.23 - - [2026-04-20 18:47:34] "POST /ref-update HTTP/1.1" 200 156 0.073481 10.0.0.23 - - [2026-04-20 18:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.23 - - [2026-04-20 18:47:34] "GET /network-policy/953721b4-5d5f-4554-9b65-ad028eb77efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.011030 10.0.0.23 - - [2026-04-20 18:47:34] "POST /neutron/network HTTP/1.1" 200 1060 0.036701 10.0.0.23 - - [2026-04-20 18:47:34] "GET /virtual-network/663cdd6d-a9e6-4f8c-8eea-eeb734909b4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.007425 10.0.0.23 - - [2026-04-20 18:47:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.23 - - [2026-04-20 18:47:35] "GET /network-policy/953721b4-5d5f-4554-9b65-ad028eb77efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008581 10.0.0.23 - - [2026-04-20 18:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005949 10.0.0.65 - - [2026-04-20 18:47:35] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002333 10.0.0.23 - - [2026-04-20 18:47:35] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068635 10.0.0.65 - - [2026-04-20 18:47:35] "POST /route-targets HTTP/1.1" 200 327 0.019610 10.0.0.65 - - [2026-04-20 18:47:35] "POST /useragent-kv HTTP/1.1" 200 115 0.010881 10.0.0.23 - - [2026-04-20 18:47:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.259072 10.0.0.23 - - [2026-04-20 18:47:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001664 10.0.0.23 - - [2026-04-20 18:47:35] "GET /virtual-network/a0a7a3dd-9a01-49de-bf8d-d674db7f2c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.008533 10.0.0.23 - - [2026-04-20 18:47:35] "GET /virtual-network/a0a7a3dd-9a01-49de-bf8d-d674db7f2c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.009036 10.0.0.23 - - [2026-04-20 18:47:35] "POST /neutron/network HTTP/1.1" 200 799 0.008411 10.0.0.23 - - [2026-04-20 18:47:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.65 - - [2026-04-20 18:47:35] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001435 10.0.0.23 - - [2026-04-20 18:47:35] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060352 10.0.0.65 - - [2026-04-20 18:47:36] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002331 10.0.0.23 - - [2026-04-20 18:47:36] "POST /neutron/network HTTP/1.1" 200 585 0.197587 10.0.0.65 - - [2026-04-20 18:47:36] "POST /ref-update HTTP/1.1" 200 156 0.036800 10.0.0.23 - - [2026-04-20 18:47:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.005286 10.0.0.23 - - [2026-04-20 18:47:36] "GET /virtual-network/28d57688-4f44-4caf-94e5-8021e9d894fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007649 10.0.0.23 - - [2026-04-20 18:47:36] "POST /neutron/network HTTP/1.1" 200 799 0.011506 10.0.0.23 - - [2026-04-20 18:47:36] "GET /virtual-network/28d57688-4f44-4caf-94e5-8021e9d894fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007620 10.0.0.23 - - [2026-04-20 18:47:36] "POST /fqname-to-id HTTP/1.1" 404 239 0.004311 10.0.0.23 - - [2026-04-20 18:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.65 - - [2026-04-20 18:47:36] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.23 - - [2026-04-20 18:47:36] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050985 10.0.0.23 - - [2026-04-20 18:47:36] "POST /network-policys HTTP/1.1" 200 587 0.040635 10.0.0.23 - - [2026-04-20 18:47:36] "GET /network-policy/738b17be-973d-44d9-bcfc-6b92ee6a6990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.009429 10.0.0.23 - - [2026-04-20 18:47:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.23 - - [2026-04-20 18:47:37] "GET /virtual-network/a0a7a3dd-9a01-49de-bf8d-d674db7f2c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007485 10.0.0.23 - - [2026-04-20 18:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.23 - - [2026-04-20 18:47:37] "GET /network-policy/738b17be-973d-44d9-bcfc-6b92ee6a6990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005823 10.0.0.23 - - [2026-04-20 18:47:37] "POST /ref-update HTTP/1.1" 200 156 0.073759 10.0.0.23 - - [2026-04-20 18:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.012887 10.0.0.23 - - [2026-04-20 18:47:37] "GET /network-policy/738b17be-973d-44d9-bcfc-6b92ee6a6990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006614 10.0.0.23 - - [2026-04-20 18:47:37] "POST /neutron/network HTTP/1.1" 200 912 0.013880 10.0.0.23 - - [2026-04-20 18:47:37] "GET /virtual-network/a0a7a3dd-9a01-49de-bf8d-d674db7f2c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.006693 10.0.0.23 - - [2026-04-20 18:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006359 10.0.0.23 - - [2026-04-20 18:47:37] "GET /network-policy/738b17be-973d-44d9-bcfc-6b92ee6a6990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006118 10.0.0.23 - - [2026-04-20 18:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005661 10.0.0.23 - - [2026-04-20 18:47:37] "GET /virtual-network/28d57688-4f44-4caf-94e5-8021e9d894fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008863 10.0.0.23 - - [2026-04-20 18:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.23 - - [2026-04-20 18:47:37] "GET /network-policy/738b17be-973d-44d9-bcfc-6b92ee6a6990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.008609 10.0.0.65 - - [2026-04-20 18:47:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.016046 10.0.0.23 - - [2026-04-20 18:47:37] "POST /ref-update HTTP/1.1" 200 156 0.094309 10.0.0.23 - - [2026-04-20 18:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007573 10.0.0.23 - - [2026-04-20 18:47:37] "GET /network-policy/738b17be-973d-44d9-bcfc-6b92ee6a6990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005348 10.0.0.23 - - [2026-04-20 18:47:37] "GET /virtual-network/28d57688-4f44-4caf-94e5-8021e9d894fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.009531 10.0.0.23 - - [2026-04-20 18:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.23 - - [2026-04-20 18:47:37] "GET /network-policy/738b17be-973d-44d9-bcfc-6b92ee6a6990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005412 10.0.0.23 - - [2026-04-20 18:47:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001267 10.0.0.23 - - [2026-04-20 18:47:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009313 10.0.0.65 - - [2026-04-20 18:47:38] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001258 10.0.0.23 - - [2026-04-20 18:47:38] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.086572 10.0.0.23 - - [2026-04-20 18:47:39] "POST /neutron/port HTTP/1.1" 200 6317 0.067722 10.0.0.23 - - [2026-04-20 18:47:39] "POST /id-to-fqname HTTP/1.1" 200 214 0.001538 10.0.0.23 - - [2026-04-20 18:47:39] "POST /neutron/port HTTP/1.1" 200 6317 0.055806 10.0.0.23 - - [2026-04-20 18:47:39] "POST /neutron/network HTTP/1.1" 200 922 0.008376 10.0.0.23 - - [2026-04-20 18:47:40] "POST /neutron/port HTTP/1.1" 200 1063 0.024288 10.0.0.23 - - [2026-04-20 18:47:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004951 10.0.0.23 - - [2026-04-20 18:47:40] "POST /neutron/network HTTP/1.1" 200 912 0.007741 10.0.0.65 - - [2026-04-20 18:47:40] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.23 - - [2026-04-20 18:47:40] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.109961 10.0.0.23 - - [2026-04-20 18:47:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011443 10.0.0.23 - - [2026-04-20 18:47:41] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004264 10.0.0.23 - - [2026-04-20 18:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.23 - - [2026-04-20 18:47:41] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005981 10.0.0.65 - - [2026-04-20 18:47:41] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001848 10.0.0.23 - - [2026-04-20 18:47:41] "POST /neutron/port HTTP/1.1" 200 1063 0.382931 10.0.0.23 - - [2026-04-20 18:47:42] "POST /neutron/port HTTP/1.1" 200 1117 0.106554 10.0.0.23 - - [2026-04-20 18:47:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.011514 10.0.0.23 - - [2026-04-20 18:47:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004496 10.0.0.23 - - [2026-04-20 18:47:42] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006097 10.0.0.23 - - [2026-04-20 18:47:42] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006268 10.0.0.23 - - [2026-04-20 18:47:42] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.041735 10.0.0.23 - - [2026-04-20 18:47:42] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.056971 10.0.0.23 - - [2026-04-20 18:47:42] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011851 10.0.0.23 - - [2026-04-20 18:47:42] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005254 10.0.0.23 - - [2026-04-20 18:47:42] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.059818 10.0.0.23 - - [2026-04-20 18:47:42] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.047024 10.0.0.23 - - [2026-04-20 18:47:42] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006987 10.0.0.23 - - [2026-04-20 18:47:42] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009979 10.0.0.23 - - [2026-04-20 18:47:43] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.057648 10.0.0.23 - - [2026-04-20 18:47:43] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.061424 10.0.0.23 - - [2026-04-20 18:47:43] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005634 10.0.0.23 - - [2026-04-20 18:47:43] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007952 10.0.0.23 - - [2026-04-20 18:47:43] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.024552 10.0.0.23 - - [2026-04-20 18:47:43] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005911 10.0.0.23 - - [2026-04-20 18:47:43] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.026077 10.0.0.23 - - [2026-04-20 18:47:43] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.013681 10.0.0.23 - - [2026-04-20 18:47:43] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.042220 10.0.0.23 - - [2026-04-20 18:47:43] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.040399 10.0.0.23 - - [2026-04-20 18:47:43] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006101 10.0.0.23 - - [2026-04-20 18:47:43] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006676 10.0.0.23 - - [2026-04-20 18:47:43] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.040957 10.0.0.23 - - [2026-04-20 18:47:43] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.059600 10.0.0.23 - - [2026-04-20 18:47:43] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.013576 10.0.0.23 - - [2026-04-20 18:47:43] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004384 10.0.0.23 - - [2026-04-20 18:47:43] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.039868 10.0.0.23 - - [2026-04-20 18:47:43] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.042423 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009162 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006161 10.0.0.23 - - [2026-04-20 18:47:44] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.028395 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.011616 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007185 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006342 10.0.0.23 - - [2026-04-20 18:47:44] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.052650 10.0.0.23 - - [2026-04-20 18:47:44] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.057300 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005093 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006251 10.0.0.23 - - [2026-04-20 18:47:44] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.050420 10.0.0.23 - - [2026-04-20 18:47:44] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.068125 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006515 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006618 10.0.0.23 - - [2026-04-20 18:47:44] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.052081 10.0.0.23 - - [2026-04-20 18:47:44] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.059680 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005482 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006380 10.0.0.23 - - [2026-04-20 18:47:44] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.035264 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006629 10.0.0.23 - - [2026-04-20 18:47:44] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005980 10.0.0.23 - - [2026-04-20 18:47:44] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.022948 10.0.0.23 - - [2026-04-20 18:47:45] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005285 10.0.0.23 - - [2026-04-20 18:47:45] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005635 10.0.0.23 - - [2026-04-20 18:47:45] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.028157 10.0.0.23 - - [2026-04-20 18:47:45] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006347 10.0.0.23 - - [2026-04-20 18:47:45] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010030 10.0.0.23 - - [2026-04-20 18:47:45] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.024596 10.0.0.23 - - [2026-04-20 18:47:47] "POST /neutron/port HTTP/1.1" 200 1218 0.025038 10.0.0.23 - - [2026-04-20 18:47:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004905 10.0.0.23 - - [2026-04-20 18:47:47] "POST /neutron/port HTTP/1.1" 200 117 0.001728 10.0.0.23 - - [2026-04-20 18:47:50] "POST /neutron/port HTTP/1.1" 200 1127 0.028404 10.0.0.23 - - [2026-04-20 18:47:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012876 10.0.0.65 - - [2026-04-20 18:47:52] "GET /obj-perms HTTP/1.1" 200 5056 0.080041 10.0.0.23 - - [2026-04-20 18:47:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004185 10.0.0.23 - - [2026-04-20 18:47:55] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005362 10.0.0.23 - - [2026-04-20 18:47:55] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004420 10.0.0.23 - - [2026-04-20 18:47:55] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.044073 10.0.0.23 - - [2026-04-20 18:47:55] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.042640 10.0.0.23 - - [2026-04-20 18:47:55] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005343 10.0.0.23 - - [2026-04-20 18:47:55] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004874 10.0.0.23 - - [2026-04-20 18:47:55] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.037277 10.0.0.23 - - [2026-04-20 18:47:55] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.057612 10.0.0.23 - - [2026-04-20 18:47:55] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005892 10.0.0.23 - - [2026-04-20 18:47:55] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004941 10.0.0.23 - - [2026-04-20 18:47:55] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.038221 10.0.0.23 - - [2026-04-20 18:47:55] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.050086 10.0.0.23 - - [2026-04-20 18:47:55] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.005835 10.0.0.23 - - [2026-04-20 18:47:55] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.007856 10.0.0.23 - - [2026-04-20 18:47:55] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.042477 10.0.0.23 - - [2026-04-20 18:47:55] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006304 10.0.0.23 - - [2026-04-20 18:47:56] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005824 10.0.0.23 - - [2026-04-20 18:47:56] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004795 10.0.0.23 - - [2026-04-20 18:47:56] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.039413 10.0.0.23 - - [2026-04-20 18:47:56] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.075421 10.0.0.23 - - [2026-04-20 18:47:56] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.009538 10.0.0.23 - - [2026-04-20 18:47:56] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005628 10.0.0.23 - - [2026-04-20 18:47:56] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.046579 10.0.0.23 - - [2026-04-20 18:47:56] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.053243 10.0.0.23 - - [2026-04-20 18:47:56] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.012416 10.0.0.23 - - [2026-04-20 18:47:56] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008071 10.0.0.23 - - [2026-04-20 18:47:56] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.055509 10.0.0.23 - - [2026-04-20 18:47:56] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.047059 10.0.0.23 - - [2026-04-20 18:47:56] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.007316 10.0.0.23 - - [2026-04-20 18:47:56] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006353 10.0.0.23 - - [2026-04-20 18:47:56] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.022005 10.0.0.23 - - [2026-04-20 18:47:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006228 10.0.0.23 - - [2026-04-20 18:47:56] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005809 10.0.0.23 - - [2026-04-20 18:47:56] "GET /bgp-router/1da8123b-a155-4374-ba56-543f170e422d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004401 10.0.0.23 - - [2026-04-20 18:47:56] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.040672 10.0.0.23 - - [2026-04-20 18:47:56] "PUT /bgp-router/1da8123b-a155-4374-ba56-543f170e422d HTTP/1.1" 200 254 0.046455 10.0.0.23 - - [2026-04-20 18:47:57] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006137 10.0.0.23 - - [2026-04-20 18:47:57] "GET /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004983 10.0.0.23 - - [2026-04-20 18:47:57] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.047765 10.0.0.23 - - [2026-04-20 18:47:57] "PUT /bgp-router/b0bf02fe-acdd-462e-9e73-97ccb6395eaf HTTP/1.1" 200 254 0.050504 10.0.0.23 - - [2026-04-20 18:47:57] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.011356 10.0.0.23 - - [2026-04-20 18:47:57] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006785 10.0.0.23 - - [2026-04-20 18:47:57] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.049576 10.0.0.23 - - [2026-04-20 18:47:57] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.051700 10.0.0.23 - - [2026-04-20 18:47:57] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008325 10.0.0.23 - - [2026-04-20 18:47:57] "GET /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.010258 10.0.0.23 - - [2026-04-20 18:47:57] "PUT /bgp-router/4256b762-56fd-4ff1-821d-7544e31a31f1 HTTP/1.1" 200 254 0.029822 10.0.0.23 - - [2026-04-20 18:47:57] "POST /ref-update HTTP/1.1" 200 156 0.086555 10.0.0.65 - - [2026-04-20 18:47:57] "DELETE /access-control-list/b0121361-977c-46fb-a511-c321d034b356 HTTP/1.1" 200 115 0.074846 10.0.0.23 - - [2026-04-20 18:47:57] "GET /virtual-network/28d57688-4f44-4caf-94e5-8021e9d894fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.009261 10.0.0.23 - - [2026-04-20 18:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.23 - - [2026-04-20 18:47:57] "GET /network-policy/738b17be-973d-44d9-bcfc-6b92ee6a6990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.009387 10.0.0.23 - - [2026-04-20 18:47:58] "POST /ref-update HTTP/1.1" 200 156 0.081137 10.0.0.65 - - [2026-04-20 18:47:58] "POST /ref-update HTTP/1.1" 200 156 0.060912 10.0.0.23 - - [2026-04-20 18:47:58] "GET /virtual-network/a0a7a3dd-9a01-49de-bf8d-d674db7f2c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.018218 10.0.0.23 - - [2026-04-20 18:47:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.23 - - [2026-04-20 18:47:58] "GET /network-policy/738b17be-973d-44d9-bcfc-6b92ee6a6990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.010614 10.0.0.23 - - [2026-04-20 18:47:58] "POST /neutron/port HTTP/1.1" 200 1127 0.060142 10.0.0.23 - - [2026-04-20 18:47:58] "DELETE /network-policy/738b17be-973d-44d9-bcfc-6b92ee6a6990 HTTP/1.1" 200 115 0.083767 10.0.0.23 - - [2026-04-20 18:47:58] "POST /neutron/port HTTP/1.1" 200 1127 0.030648 10.0.0.23 - - [2026-04-20 18:47:58] "POST /neutron/port HTTP/1.1" 200 1117 0.038566 10.0.0.65 - - [2026-04-20 18:48:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005648 10.0.0.65 - - [2026-04-20 18:48:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003763 10.0.0.23 - - [2026-04-20 18:48:00] "POST /neutron/network HTTP/1.1" 200 151 0.163767 10.0.0.65 - - [2026-04-20 18:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005697 10.0.0.23 - - [2026-04-20 18:48:00] "POST /ref-update HTTP/1.1" 200 156 0.095988 10.0.0.23 - - [2026-04-20 18:48:00] "POST /neutron/network HTTP/1.1" 200 974 0.025638 10.0.0.65 - - [2026-04-20 18:48:00] "POST /ref-update HTTP/1.1" 200 156 0.045399 10.0.0.23 - - [2026-04-20 18:48:00] "GET /virtual-network/663cdd6d-a9e6-4f8c-8eea-eeb734909b4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.018191 10.0.0.23 - - [2026-04-20 18:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.012394 10.0.0.23 - - [2026-04-20 18:48:01] "GET /network-policy/953721b4-5d5f-4554-9b65-ad028eb77efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.011699 10.0.0.23 - - [2026-04-20 18:48:01] "POST /ref-update HTTP/1.1" 200 156 0.122798 10.0.0.23 - - [2026-04-20 18:48:01] "GET /virtual-network/225a37d3-a320-444a-950d-902be07c511b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.022481 10.0.0.23 - - [2026-04-20 18:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.013389 10.0.0.23 - - [2026-04-20 18:48:01] "GET /network-policy/953721b4-5d5f-4554-9b65-ad028eb77efd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.008658 10.0.0.23 - - [2026-04-20 18:48:01] "DELETE /network-policy/953721b4-5d5f-4554-9b65-ad028eb77efd HTTP/1.1" 200 115 0.060895 10.0.0.23 - - [2026-04-20 18:48:01] "POST /neutron/network HTTP/1.1" 400 204 0.023126 10.0.0.23 - - [2026-04-20 18:48:02] "POST /neutron/port HTTP/1.1" 200 151 0.506519 10.0.0.23 - - [2026-04-20 18:48:02] "POST /neutron/port HTTP/1.1" 200 151 0.532848 10.0.0.65 - - [2026-04-20 18:48:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003491 10.0.0.65 - - [2026-04-20 18:48:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003695 10.0.0.65 - - [2026-04-20 18:48:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.65 - - [2026-04-20 18:48:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004723 10.0.0.65 - - [2026-04-20 18:48:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003125 10.0.0.23 - - [2026-04-20 18:48:04] "POST /neutron/network HTTP/1.1" 200 151 0.171606 10.0.0.23 - - [2026-04-20 18:48:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007671 10.0.0.23 - - [2026-04-20 18:48:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004198 10.0.0.23 - - [2026-04-20 18:48:04] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.65 - - [2026-04-20 18:48:04] "DELETE /route-target/9806b0fd-bd91-414c-9b7b-c4981e42c308 HTTP/1.1" 200 115 0.031572 10.0.0.65 - - [2026-04-20 18:48:05] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001519 10.0.0.23 - - [2026-04-20 18:48:05] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053208 10.0.0.65 - - [2026-04-20 18:48:05] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001221 10.0.0.23 - - [2026-04-20 18:48:05] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?fields=virtual_networks HTTP/1.1" 200 1049 0.070195 10.0.0.65 - - [2026-04-20 18:48:05] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001390 10.0.0.23 - - [2026-04-20 18:48:05] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.055827 10.0.0.65 - - [2026-04-20 18:48:05] "GET /projects?obj_uuids=c2b59ce1-8e95-4107-a056-78c40bfbc28c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.23 - - [2026-04-20 18:48:05] "GET /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c?fields=security_groups HTTP/1.1" 200 1283 0.044374 10.0.0.23 - - [2026-04-20 18:48:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.034552 10.0.0.65 - - [2026-04-20 18:48:07] "GET /projects?obj_uuids=7de0cc48-0ef6-4eed-ae79-426254c28f66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007056 10.0.0.65 - - [2026-04-20 18:48:07] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.65 - - [2026-04-20 18:48:07] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008137 10.0.0.65 - - [2026-04-20 18:48:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.001321 10.0.0.65 - - [2026-04-20 18:48:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.003403 10.0.0.65 - - [2026-04-20 18:48:07] "POST /security-groups HTTP/1.1" 200 586 0.043439 10.0.0.65 - - [2026-04-20 18:48:07] "POST /projects HTTP/1.1" 200 575 0.253287 10.0.0.65 - - [2026-04-20 18:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.290746 10.0.0.65 - - [2026-04-20 18:48:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.006483 10.0.0.23 - - [2026-04-20 18:48:07] "GET /project/7de0cc48-0ef6-4eed-ae79-426254c28f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.449897 10.0.0.23 - - [2026-04-20 18:48:08] "GET / HTTP/1.1" 200 35931 0.002476 10.0.0.65 - - [2026-04-20 18:48:11] "DELETE /access-control-list/dbea10b7-c007-43d0-aecf-042a9a464108 HTTP/1.1" 200 115 0.066325 10.0.0.23 - - [2026-04-20 18:48:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.23 - - [2026-04-20 18:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.040939 10.0.0.23 - - [2026-04-20 18:48:11] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006309 10.0.0.23 - - [2026-04-20 18:48:11] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004928 10.0.0.23 - - [2026-04-20 18:48:11] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004251 10.0.0.23 - - [2026-04-20 18:48:11] "PUT /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3 HTTP/1.1" 200 264 0.014393 10.0.0.23 - - [2026-04-20 18:48:13] "POST /fqname-to-id HTTP/1.1" 404 183 0.038637 10.0.0.65 - - [2026-04-20 18:48:14] "GET /projects?obj_uuids=a3560678-0039-4d07-a9e0-e161ffdebbe4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003566 10.0.0.65 - - [2026-04-20 18:48:14] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.65 - - [2026-04-20 18:48:14] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008290 10.0.0.65 - - [2026-04-20 18:48:14] "POST /id-to-fqname HTTP/1.1" 200 185 0.001447 10.0.0.65 - - [2026-04-20 18:48:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.005954 10.0.0.65 - - [2026-04-20 18:48:14] "POST /security-groups HTTP/1.1" 200 586 0.083250 10.0.0.65 - - [2026-04-20 18:48:14] "POST /projects HTTP/1.1" 200 575 0.326622 10.0.0.65 - - [2026-04-20 18:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.362196 10.0.0.65 - - [2026-04-20 18:48:14] "POST /fqname-to-id HTTP/1.1" 404 228 0.004991 10.0.0.23 - - [2026-04-20 18:48:14] "GET /project/a3560678-0039-4d07-a9e0-e161ffdebbe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.534591 10.0.0.23 - - [2026-04-20 18:48:14] "POST /fqname-to-id HTTP/1.1" 404 183 0.037435 10.0.0.65 - - [2026-04-20 18:48:15] "GET /projects?obj_uuids=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004940 10.0.0.65 - - [2026-04-20 18:48:15] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002020 10.0.0.65 - - [2026-04-20 18:48:15] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013627 10.0.0.65 - - [2026-04-20 18:48:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.004062 10.0.0.65 - - [2026-04-20 18:48:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.009628 10.0.0.65 - - [2026-04-20 18:48:15] "POST /security-groups HTTP/1.1" 200 586 0.039847 10.0.0.65 - - [2026-04-20 18:48:15] "POST /projects HTTP/1.1" 200 575 0.298968 10.0.0.65 - - [2026-04-20 18:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.338701 10.0.0.65 - - [2026-04-20 18:48:15] "POST /access-control-lists HTTP/1.1" 200 591 0.037800 10.0.0.23 - - [2026-04-20 18:48:15] "GET /project/6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.536091 10.0.0.23 - - [2026-04-20 18:48:16] "GET / HTTP/1.1" 200 35931 0.001516 10.0.0.23 - - [2026-04-20 18:48:17] "GET / HTTP/1.1" 200 35931 0.001542 10.0.0.23 - - [2026-04-20 18:48:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.004033 10.0.0.23 - - [2026-04-20 18:48:17] "POST /api-access-lists HTTP/1.1" 200 521 0.029271 10.0.0.23 - - [2026-04-20 18:48:17] "GET /api-access-list/3e9066c0-e3e1-4fd1-b1c0-d26c8e95eee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.006600 10.0.0.23 - - [2026-04-20 18:48:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.23 - - [2026-04-20 18:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.186983 10.0.0.65 - - [2026-04-20 18:48:18] "GET /projects?obj_uuids=a3560678-0039-4d07-a9e0-e161ffdebbe4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001221 10.0.0.23 - - [2026-04-20 18:48:18] "GET /project/a3560678-0039-4d07-a9e0-e161ffdebbe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.084919 10.0.0.23 - - [2026-04-20 18:48:18] "GET /virtual-networks?parent_id=a3560678-0039-4d07-a9e0-e161ffdebbe4&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.030642 10.0.0.23 - - [2026-04-20 18:48:19] "POST /virtual-networks HTTP/1.1" 200 568 0.166995 10.0.0.65 - - [2026-04-20 18:48:19] "POST /route-targets HTTP/1.1" 200 327 0.020267 10.0.0.23 - - [2026-04-20 18:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.036699 10.0.0.23 - - [2026-04-20 18:48:19] "GET /network-ipam/effc6a90-6c47-4b85-b4e8-6a068bbe786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.022660 10.0.0.65 - - [2026-04-20 18:48:19] "DELETE /project/6bdd2b7c4f9e42e4b18d7ac37060e73a HTTP/1.1" 404 173 0.005935 10.0.0.65 - - [2026-04-20 18:48:19] "DELETE /project/a356067800394d07a9e0e161ffdebbe4 HTTP/1.1" 404 173 0.004648 10.0.0.65 - - [2026-04-20 18:48:19] "DELETE /project/7de0cc480ef64eedae79426254c28f66 HTTP/1.1" 404 173 0.005909 10.0.0.65 - - [2026-04-20 18:48:19] "DELETE /project/c2b59ce1-8e95-4107-a056-78c40bfbc28c HTTP/1.1" 404 177 0.007346 10.0.0.65 - - [2026-04-20 18:48:19] "POST /useragent-kv HTTP/1.1" 200 115 0.010473 10.0.0.23 - - [2026-04-20 18:48:19] "POST /ref-update HTTP/1.1" 200 156 0.163704 10.0.0.23 - - [2026-04-20 18:48:19] "POST /neutron/network HTTP/1.1" 200 830 0.084156 10.0.0.23 - - [2026-04-20 18:48:19] "GET /virtual-network/d676072b-fb7f-470d-b4ea-ccea14da0ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.027184 10.0.0.23 - - [2026-04-20 18:48:21] "GET /obj-perms HTTP/1.1" 200 4915 0.084158 10.0.0.23 - - [2026-04-20 18:48:21] "GET /virtual-network/d676072b-fb7f-470d-b4ea-ccea14da0ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.033912 10.0.0.23 - - [2026-04-20 18:48:22] "GET /obj-perms HTTP/1.1" 200 4915 0.099425 10.0.0.23 - - [2026-04-20 18:48:22] "GET /obj-perms HTTP/1.1" 200 4915 0.054560 10.0.0.23 - - [2026-04-20 18:48:22] "POST /id-to-fqname HTTP/1.1" 401 292 0.000453 10.0.0.23 - - [2026-04-20 18:48:23] "POST /id-to-fqname HTTP/1.1" 200 230 0.078487 10.0.0.23 - - [2026-04-20 18:48:23] "POST /neutron/port HTTP/1.1" 200 4192 0.093832 10.0.0.65 - - [2026-04-20 18:48:25] "GET /projects?obj_uuids=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.23 - - [2026-04-20 18:48:25] "GET /project/6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.119379 10.0.0.23 - - [2026-04-20 18:48:25] "POST /neutron/port HTTP/1.1" 200 4192 0.065943 10.0.0.23 - - [2026-04-20 18:48:26] "POST /neutron/network HTTP/1.1" 200 840 0.152347 10.0.0.23 - - [2026-04-20 18:48:27] "POST /neutron/port HTTP/1.1" 200 1054 0.024037 10.0.0.23 - - [2026-04-20 18:48:27] "POST /neutron/port HTTP/1.1" 200 1118 0.049841 10.0.0.23 - - [2026-04-20 18:48:27] "POST /neutron/port HTTP/1.1" 200 117 0.001894 10.0.0.23 - - [2026-04-20 18:48:30] "POST /neutron/security_group HTTP/1.1" 200 2053 0.014548 10.0.0.23 - - [2026-04-20 18:48:31] "POST /neutron/port HTTP/1.1" 200 1118 0.020749 10.0.0.23 - - [2026-04-20 18:48:31] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010887 10.0.0.23 - - [2026-04-20 18:48:31] "GET /virtual-machine/01f71d5c-fcd6-4e8e-9930-6672df05a1bf HTTP/1.1" 401 292 0.000483 10.0.0.23 - - [2026-04-20 18:48:31] "GET /virtual-machine/01f71d5c-fcd6-4e8e-9930-6672df05a1bf HTTP/1.1" 200 1286 0.072080 10.0.0.23 - - [2026-04-20 18:48:31] "GET /virtual-machine/01f71d5c-fcd6-4e8e-9930-6672df05a1bf HTTP/1.1" 200 1286 0.023884 10.0.0.23 - - [2026-04-20 18:48:31] "GET /virtual-machine-interface/ad5d4883-1952-4858-b83b-4a1da4e61ba0 HTTP/1.1" 200 2531 0.032255 10.0.0.23 - - [2026-04-20 18:48:31] "GET /virtual-machine/01f71d5c-fcd6-4e8e-9930-6672df05a1bf HTTP/1.1" 200 1286 0.025664 10.0.0.23 - - [2026-04-20 18:48:31] "GET /virtual-machine-interface/ad5d4883-1952-4858-b83b-4a1da4e61ba0 HTTP/1.1" 200 2531 0.029546 10.0.0.23 - - [2026-04-20 18:48:31] "GET /instance-ip/5e6030f9-5d60-4818-8b28-7c26b92828ef HTTP/1.1" 200 1624 0.024733 10.0.0.23 - - [2026-04-20 18:48:31] "GET /virtual-machine/01f71d5c-fcd6-4e8e-9930-6672df05a1bf HTTP/1.1" 200 1286 0.024222 10.0.0.23 - - [2026-04-20 18:48:32] "GET /virtual-machine-interface/ad5d4883-1952-4858-b83b-4a1da4e61ba0 HTTP/1.1" 200 2531 0.033840 10.0.0.23 - - [2026-04-20 18:48:32] "GET /instance-ip/5e6030f9-5d60-4818-8b28-7c26b92828ef HTTP/1.1" 200 1624 0.024661 10.0.0.23 - - [2026-04-20 18:48:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.048865 10.0.0.23 - - [2026-04-20 18:48:32] "GET / HTTP/1.1" 200 35931 0.002650 10.0.0.23 - - [2026-04-20 18:48:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000614 10.0.0.23 - - [2026-04-20 18:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.042260 10.0.0.23 - - [2026-04-20 18:48:32] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006859 10.0.0.23 - - [2026-04-20 18:48:32] "GET /virtual-networks?parent_id=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026452 10.0.0.23 - - [2026-04-20 18:48:32] "POST /fqname-to-id HTTP/1.1" 403 339 0.020803 10.0.0.23 - - [2026-04-20 18:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006231 10.0.0.23 - - [2026-04-20 18:48:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006062 10.0.0.23 - - [2026-04-20 18:48:33] "GET /virtual-networks?parent_id=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.029768 10.0.0.23 - - [2026-04-20 18:48:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.020799 10.0.0.23 - - [2026-04-20 18:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006038 10.0.0.23 - - [2026-04-20 18:48:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004891 10.0.0.23 - - [2026-04-20 18:48:33] "GET /virtual-networks?parent_id=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023978 10.0.0.23 - - [2026-04-20 18:48:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.022427 10.0.0.23 - - [2026-04-20 18:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005116 10.0.0.23 - - [2026-04-20 18:48:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005821 10.0.0.23 - - [2026-04-20 18:48:33] "GET /virtual-networks?parent_id=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025040 10.0.0.23 - - [2026-04-20 18:48:33] "POST /fqname-to-id HTTP/1.1" 403 339 0.019786 10.0.0.23 - - [2026-04-20 18:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.23 - - [2026-04-20 18:48:33] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004672 10.0.0.23 - - [2026-04-20 18:48:33] "GET /virtual-networks?parent_id=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023633 10.0.0.23 - - [2026-04-20 18:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.025130 10.0.0.23 - - [2026-04-20 18:48:36] "GET /virtual-network/d676072b-fb7f-470d-b4ea-ccea14da0ad3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.027326 10.0.0.23 - - [2026-04-20 18:48:38] "POST /fqname-to-id HTTP/1.1" 403 339 0.020573 10.0.0.23 - - [2026-04-20 18:48:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.23 - - [2026-04-20 18:48:38] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004214 10.0.0.23 - - [2026-04-20 18:48:38] "GET /virtual-networks?parent_id=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019778 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.019631 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.23 - - [2026-04-20 18:48:39] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003837 10.0.0.23 - - [2026-04-20 18:48:39] "GET /virtual-networks?parent_id=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025309 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.024168 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.23 - - [2026-04-20 18:48:39] "GET /routing-instance/b9b7b7fe-b432-498f-9971-665ed17093d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004628 10.0.0.23 - - [2026-04-20 18:48:39] "GET /route-target/f98a37e4-12e3-4745-8bab-ffe91a796dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.022477 10.0.0.23 - - [2026-04-20 18:48:39] "GET /route-target/f98a37e4-12e3-4745-8bab-ffe91a796dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005752 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.019017 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.23 - - [2026-04-20 18:48:39] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005520 10.0.0.23 - - [2026-04-20 18:48:39] "GET /virtual-networks?parent_id=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.027553 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 403 361 0.025170 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.23 - - [2026-04-20 18:48:39] "GET /routing-instance/b9b7b7fe-b432-498f-9971-665ed17093d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.008843 10.0.0.23 - - [2026-04-20 18:48:39] "GET /route-target/f98a37e4-12e3-4745-8bab-ffe91a796dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.023465 10.0.0.23 - - [2026-04-20 18:48:39] "GET /route-target/f98a37e4-12e3-4745-8bab-ffe91a796dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004566 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.017998 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.23 - - [2026-04-20 18:48:39] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005266 10.0.0.23 - - [2026-04-20 18:48:39] "GET /virtual-networks?parent_id=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020506 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 403 339 0.020481 10.0.0.23 - - [2026-04-20 18:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.23 - - [2026-04-20 18:48:40] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004491 10.0.0.23 - - [2026-04-20 18:48:40] "GET /virtual-networks?parent_id=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024038 10.0.0.23 - - [2026-04-20 18:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.035161 10.0.0.23 - - [2026-04-20 18:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.65 - - [2026-04-20 18:48:40] "GET /obj-perms HTTP/1.1" 200 4915 0.081744 10.0.0.23 - - [2026-04-20 18:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.23 - - [2026-04-20 18:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.65 - - [2026-04-20 18:48:41] "GET /virtual-machine/01f71d5c-fcd6-4e8e-9930-6672df05a1bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.036777 10.0.0.23 - - [2026-04-20 18:48:41] "GET /obj-perms HTTP/1.1" 200 4915 0.018300 10.0.0.23 - - [2026-04-20 18:48:42] "GET /obj-perms HTTP/1.1" 200 5020 0.078927 10.0.0.23 - - [2026-04-20 18:48:42] "GET /obj-perms HTTP/1.1" 200 4915 0.089568 10.0.0.23 - - [2026-04-20 18:48:42] "GET /obj-perms HTTP/1.1" 200 5020 0.004556 10.0.0.23 - - [2026-04-20 18:48:43] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.084700 10.0.0.249 - - [2026-04-20 18:48:43] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.069969 10.0.0.23 - - [2026-04-20 18:48:43] "GET /virtual-machine/01f71d5c-fcd6-4e8e-9930-6672df05a1bf HTTP/1.1" 200 1286 0.024900 10.0.0.23 - - [2026-04-20 18:48:44] "POST /neutron/port HTTP/1.1" 200 1118 0.026434 10.0.0.23 - - [2026-04-20 18:48:45] "GET /virtual-machine/01f71d5c-fcd6-4e8e-9930-6672df05a1bf HTTP/1.1" 404 171 0.019120 10.0.0.23 - - [2026-04-20 18:48:45] "GET /virtual-machine/01f71d5c-fcd6-4e8e-9930-6672df05a1bf HTTP/1.1" 404 171 0.014354 10.0.0.23 - - [2026-04-20 18:48:45] "GET /virtual-machine/01f71d5c-fcd6-4e8e-9930-6672df05a1bf HTTP/1.1" 404 171 0.017043 10.0.0.23 - - [2026-04-20 18:48:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.029452 10.0.0.23 - - [2026-04-20 18:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.23 - - [2026-04-20 18:48:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005073 10.0.0.23 - - [2026-04-20 18:48:46] "GET /virtual-networks?parent_id=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021704 10.0.0.23 - - [2026-04-20 18:48:46] "POST /fqname-to-id HTTP/1.1" 403 361 0.025392 10.0.0.23 - - [2026-04-20 18:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.23 - - [2026-04-20 18:48:46] "GET /routing-instance/b9b7b7fe-b432-498f-9971-665ed17093d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004422 10.0.0.23 - - [2026-04-20 18:48:46] "GET /route-target/f98a37e4-12e3-4745-8bab-ffe91a796dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.024221 10.0.0.23 - - [2026-04-20 18:48:46] "GET /route-target/f98a37e4-12e3-4745-8bab-ffe91a796dc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005701 10.0.0.23 - - [2026-04-20 18:48:46] "GET /obj-perms HTTP/1.1" 200 4915 0.087540 10.0.0.23 - - [2026-04-20 18:48:47] "GET /obj-perms HTTP/1.1" 200 5020 0.004645 10.0.0.23 - - [2026-04-20 18:48:47] "POST /neutron/port HTTP/1.1" 200 1108 0.040006 10.0.0.23 - - [2026-04-20 18:48:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004665 10.0.0.23 - - [2026-04-20 18:48:47] "POST /neutron/network HTTP/1.1" 200 928 0.007750 10.0.0.23 - - [2026-04-20 18:48:52] "GET /obj-perms HTTP/1.1" 200 5056 0.067805 10.0.0.23 - - [2026-04-20 18:48:56] "GET /obj-perms HTTP/1.1" 200 5020 0.004657 10.0.0.23 - - [2026-04-20 18:48:59] "GET /obj-perms HTTP/1.1" 200 5020 0.004676 10.0.0.23 - - [2026-04-20 18:49:02] "GET /obj-perms HTTP/1.1" 200 5020 0.006498 10.0.0.65 - - [2026-04-20 18:49:03] "GET /obj-perms HTTP/1.1" 200 5020 0.076857 10.0.0.65 - - [2026-04-20 18:49:03] "POST /useragent-kv HTTP/1.1" 200 115 0.009466 10.0.0.65 - - [2026-04-20 18:49:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005334 10.0.0.23 - - [2026-04-20 18:49:03] "DELETE /virtual-network/d676072b-fb7f-470d-b4ea-ccea14da0ad3 HTTP/1.1" 200 115 0.161716 10.0.0.65 - - [2026-04-20 18:49:03] "DELETE /route-target/f98a37e4-12e3-4745-8bab-ffe91a796dc1 HTTP/1.1" 200 115 0.040973 10.0.0.23 - - [2026-04-20 18:49:03] "DELETE /api-access-list/3e9066c0-e3e1-4fd1-b1c0-d26c8e95eee6 HTTP/1.1" 200 115 0.054940 10.0.0.65 - - [2026-04-20 18:49:04] "GET /projects?obj_uuids=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001173 10.0.0.23 - - [2026-04-20 18:49:04] "GET /project/6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.052813 10.0.0.65 - - [2026-04-20 18:49:04] "GET /projects?obj_uuids=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001549 10.0.0.23 - - [2026-04-20 18:49:04] "GET /project/6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a?fields=virtual_networks HTTP/1.1" 200 1022 0.062292 10.0.0.65 - - [2026-04-20 18:49:04] "GET /projects?obj_uuids=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001514 10.0.0.23 - - [2026-04-20 18:49:04] "GET /project/6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.062073 10.0.0.65 - - [2026-04-20 18:49:04] "GET /projects?obj_uuids=6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001254 10.0.0.23 - - [2026-04-20 18:49:04] "GET /project/6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a?fields=security_groups HTTP/1.1" 200 1243 0.062720 10.0.0.23 - - [2026-04-20 18:49:05] "POST /neutron/network HTTP/1.1" 200 938 0.008213 10.0.0.23 - - [2026-04-20 18:49:05] "POST /neutron/port HTTP/1.1" 200 117 0.001299 10.0.0.65 - - [2026-04-20 18:49:05] "GET /projects?obj_uuids=a3560678-0039-4d07-a9e0-e161ffdebbe4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001607 10.0.0.23 - - [2026-04-20 18:49:05] "GET /project/a3560678-0039-4d07-a9e0-e161ffdebbe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.065825 10.0.0.65 - - [2026-04-20 18:49:05] "GET /projects?obj_uuids=a3560678-0039-4d07-a9e0-e161ffdebbe4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001132 10.0.0.23 - - [2026-04-20 18:49:05] "GET /project/a3560678-0039-4d07-a9e0-e161ffdebbe4?fields=virtual_networks HTTP/1.1" 200 1023 0.049595 10.0.0.65 - - [2026-04-20 18:49:05] "GET /projects?obj_uuids=a3560678-0039-4d07-a9e0-e161ffdebbe4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001251 10.0.0.23 - - [2026-04-20 18:49:05] "GET /project/a3560678-0039-4d07-a9e0-e161ffdebbe4?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.055669 10.0.0.65 - - [2026-04-20 18:49:05] "GET /projects?obj_uuids=a3560678-0039-4d07-a9e0-e161ffdebbe4&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001112 10.0.0.23 - - [2026-04-20 18:49:05] "GET /project/a3560678-0039-4d07-a9e0-e161ffdebbe4?fields=security_groups HTTP/1.1" 200 1244 0.049901 10.0.0.23 - - [2026-04-20 18:49:08] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004794 10.0.0.23 - - [2026-04-20 18:49:08] "PUT /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3 HTTP/1.1" 200 264 0.014813 10.0.0.65 - - [2026-04-20 18:49:08] "GET /projects?obj_uuids=7de0cc48-0ef6-4eed-ae79-426254c28f66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001109 10.0.0.23 - - [2026-04-20 18:49:08] "GET /project/7de0cc48-0ef6-4eed-ae79-426254c28f66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.056880 10.0.0.65 - - [2026-04-20 18:49:08] "GET /projects?obj_uuids=7de0cc48-0ef6-4eed-ae79-426254c28f66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002397 10.0.0.23 - - [2026-04-20 18:49:08] "GET /project/7de0cc48-0ef6-4eed-ae79-426254c28f66?fields=virtual_networks HTTP/1.1" 200 1022 0.058531 10.0.0.65 - - [2026-04-20 18:49:08] "GET /projects?obj_uuids=7de0cc48-0ef6-4eed-ae79-426254c28f66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001136 10.0.0.23 - - [2026-04-20 18:49:08] "GET /project/7de0cc48-0ef6-4eed-ae79-426254c28f66?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.057312 10.0.0.65 - - [2026-04-20 18:49:08] "GET /projects?obj_uuids=7de0cc48-0ef6-4eed-ae79-426254c28f66&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001561 10.0.0.23 - - [2026-04-20 18:49:08] "GET /project/7de0cc48-0ef6-4eed-ae79-426254c28f66?fields=security_groups HTTP/1.1" 200 1243 0.069645 10.0.0.23 - - [2026-04-20 18:49:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.035621 10.0.0.65 - - [2026-04-20 18:49:09] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004403 10.0.0.65 - - [2026-04-20 18:49:09] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001744 10.0.0.65 - - [2026-04-20 18:49:09] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010871 10.0.0.65 - - [2026-04-20 18:49:10] "POST /id-to-fqname HTTP/1.1" 200 190 0.003058 10.0.0.65 - - [2026-04-20 18:49:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.023648 10.0.0.65 - - [2026-04-20 18:49:10] "POST /security-groups HTTP/1.1" 200 591 0.087457 10.0.0.65 - - [2026-04-20 18:49:10] "POST /projects HTTP/1.1" 200 585 0.399396 10.0.0.65 - - [2026-04-20 18:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.445017 10.0.0.65 - - [2026-04-20 18:49:10] "POST /fqname-to-id HTTP/1.1" 404 233 0.008605 10.0.0.23 - - [2026-04-20 18:49:10] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.648579 10.0.0.65 - - [2026-04-20 18:49:11] "DELETE /access-control-list/e7918cf0-6a2a-44b2-a594-3982cb2ee032 HTTP/1.1" 200 115 0.051146 10.0.0.23 - - [2026-04-20 18:49:12] "GET / HTTP/1.1" 200 35931 0.001997 10.0.0.23 - - [2026-04-20 18:49:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.23 - - [2026-04-20 18:49:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.047775 10.0.0.23 - - [2026-04-20 18:49:15] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006946 10.0.0.23 - - [2026-04-20 18:49:15] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006672 10.0.0.23 - - [2026-04-20 18:49:15] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006088 10.0.0.23 - - [2026-04-20 18:49:15] "PUT /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3 HTTP/1.1" 200 264 0.017359 10.0.0.23 - - [2026-04-20 18:49:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.050480 10.0.0.65 - - [2026-04-20 18:49:16] "GET /projects?obj_uuids=34e0d604-313d-431c-9f49-1f967aa5acaa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003189 10.0.0.65 - - [2026-04-20 18:49:17] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001548 10.0.0.65 - - [2026-04-20 18:49:17] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009412 10.0.0.65 - - [2026-04-20 18:49:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.009102 10.0.0.65 - - [2026-04-20 18:49:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.037553 10.0.0.65 - - [2026-04-20 18:49:17] "DELETE /access-control-list/a7beb596-13a0-4486-82b3-6a44a245b03b HTTP/1.1" 200 115 0.102897 10.0.0.65 - - [2026-04-20 18:49:17] "POST /security-groups HTTP/1.1" 200 591 0.091095 10.0.0.65 - - [2026-04-20 18:49:17] "POST /projects HTTP/1.1" 200 585 0.465322 10.0.0.65 - - [2026-04-20 18:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.554281 10.0.0.23 - - [2026-04-20 18:49:17] "GET /project/34e0d604-313d-431c-9f49-1f967aa5acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.838422 10.0.0.65 - - [2026-04-20 18:49:17] "POST /access-control-lists HTTP/1.1" 200 596 0.055259 10.0.0.23 - - [2026-04-20 18:49:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.037751 10.0.0.65 - - [2026-04-20 18:49:18] "GET /projects?obj_uuids=9ab817a0-dc8a-4881-bbf3-12eff9639a33&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005839 10.0.0.65 - - [2026-04-20 18:49:18] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001851 10.0.0.65 - - [2026-04-20 18:49:18] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013443 10.0.0.65 - - [2026-04-20 18:49:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.007692 10.0.0.65 - - [2026-04-20 18:49:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.004328 10.0.0.65 - - [2026-04-20 18:49:18] "POST /security-groups HTTP/1.1" 200 591 0.043300 10.0.0.65 - - [2026-04-20 18:49:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.005794 10.0.0.65 - - [2026-04-20 18:49:18] "POST /projects HTTP/1.1" 200 585 0.296069 10.0.0.65 - - [2026-04-20 18:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.339278 10.0.0.23 - - [2026-04-20 18:49:19] "GET /project/9ab817a0-dc8a-4881-bbf3-12eff9639a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.536405 10.0.0.65 - - [2026-04-20 18:49:19] "POST /access-control-lists HTTP/1.1" 200 594 0.082606 10.0.0.23 - - [2026-04-20 18:49:19] "GET / HTTP/1.1" 200 35931 0.003875 10.0.0.65 - - [2026-04-20 18:49:19] "DELETE /project/774bb8ee3484434e81a2f95f2b31cc88 HTTP/1.1" 404 173 0.013317 10.0.0.65 - - [2026-04-20 18:49:19] "DELETE /project/a3560678-0039-4d07-a9e0-e161ffdebbe4 HTTP/1.1" 404 177 0.012780 10.0.0.65 - - [2026-04-20 18:49:19] "DELETE /project/34e0d604313d431c9f491f967aa5acaa HTTP/1.1" 404 173 0.011206 10.0.0.65 - - [2026-04-20 18:49:19] "DELETE /project/6bdd2b7c-4f9e-42e4-b18d-7ac37060e73a HTTP/1.1" 404 177 0.007217 10.0.0.65 - - [2026-04-20 18:49:19] "DELETE /project/9ab817a0dc8a4881bbf312eff9639a33 HTTP/1.1" 404 173 0.013608 10.0.0.65 - - [2026-04-20 18:49:19] "DELETE /project/7de0cc48-0ef6-4eed-ae79-426254c28f66 HTTP/1.1" 404 177 0.013729 10.0.0.23 - - [2026-04-20 18:49:20] "GET / HTTP/1.1" 200 35931 0.002675 10.0.0.23 - - [2026-04-20 18:49:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.005146 10.0.0.23 - - [2026-04-20 18:49:21] "POST /api-access-lists HTTP/1.1" 200 521 0.036685 10.0.0.23 - - [2026-04-20 18:49:21] "GET /api-access-list/5f526db5-9bde-4478-b031-b4823cfe3291?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.011486 10.0.0.23 - - [2026-04-20 18:49:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000479 10.0.0.23 - - [2026-04-20 18:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.069620 10.0.0.65 - - [2026-04-20 18:49:22] "GET /projects?obj_uuids=34e0d604-313d-431c-9f49-1f967aa5acaa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001654 10.0.0.23 - - [2026-04-20 18:49:22] "GET /project/34e0d604-313d-431c-9f49-1f967aa5acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.084524 10.0.0.23 - - [2026-04-20 18:49:22] "GET /virtual-networks?parent_id=34e0d604-313d-431c-9f49-1f967aa5acaa&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.025039 10.0.0.23 - - [2026-04-20 18:49:22] "POST /virtual-networks HTTP/1.1" 200 583 0.146608 10.0.0.23 - - [2026-04-20 18:49:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.051238 10.0.0.23 - - [2026-04-20 18:49:22] "GET /network-ipam/effc6a90-6c47-4b85-b4e8-6a068bbe786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.049948 10.0.0.65 - - [2026-04-20 18:49:22] "POST /useragent-kv HTTP/1.1" 200 115 0.018809 10.0.0.23 - - [2026-04-20 18:49:22] "POST /ref-update HTTP/1.1" 200 156 0.226614 10.0.0.23 - - [2026-04-20 18:49:23] "POST /neutron/network HTTP/1.1" 200 847 0.110486 10.0.0.23 - - [2026-04-20 18:49:23] "GET /virtual-network/255f8062-4ea9-4e86-b564-66a7c9d36723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.035306 10.0.0.23 - - [2026-04-20 18:49:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.23 - - [2026-04-20 18:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.096990 10.0.0.65 - - [2026-04-20 18:49:24] "GET /projects?obj_uuids=9ab817a0-dc8a-4881-bbf3-12eff9639a33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001677 10.0.0.23 - - [2026-04-20 18:49:24] "GET /project/9ab817a0-dc8a-4881-bbf3-12eff9639a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.105494 10.0.0.23 - - [2026-04-20 18:49:24] "GET /virtual-networks?parent_id=9ab817a0-dc8a-4881-bbf3-12eff9639a33&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021608 10.0.0.23 - - [2026-04-20 18:49:24] "POST /virtual-networks HTTP/1.1" 200 583 0.141582 10.0.0.65 - - [2026-04-20 18:49:24] "POST /route-targets HTTP/1.1" 200 327 0.024864 10.0.0.23 - - [2026-04-20 18:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.044367 10.0.0.23 - - [2026-04-20 18:49:24] "GET /network-ipam/effc6a90-6c47-4b85-b4e8-6a068bbe786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.034575 10.0.0.65 - - [2026-04-20 18:49:24] "POST /useragent-kv HTTP/1.1" 200 115 0.012937 10.0.0.23 - - [2026-04-20 18:49:24] "POST /ref-update HTTP/1.1" 200 156 0.132109 10.0.0.23 - - [2026-04-20 18:49:24] "POST /neutron/network HTTP/1.1" 200 849 0.085557 10.0.0.23 - - [2026-04-20 18:49:25] "GET /virtual-network/a8a667a4-86f0-4e9f-a6b6-705b489076fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.055284 10.0.0.23 - - [2026-04-20 18:49:25] "POST /neutron/subnet HTTP/1.1" 200 684 0.083499 10.0.0.23 - - [2026-04-20 18:49:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005542 10.0.0.23 - - [2026-04-20 18:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.249 - - [2026-04-20 18:49:27] "GET /obj-perms HTTP/1.1" 403 257 0.051813 10.0.0.249 - - [2026-04-20 18:49:28] "GET /virtual-network/255f8062-4ea9-4e86-b564-66a7c9d36723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.019022 10.0.0.65 - - [2026-04-20 18:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.042991 10.0.0.23 - - [2026-04-20 18:49:29] "GET /obj-perms HTTP/1.1" 403 257 0.046194 10.0.0.23 - - [2026-04-20 18:49:29] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.072375 10.0.0.23 - - [2026-04-20 18:49:29] "PUT /virtual-network/255f8062-4ea9-4e86-b564-66a7c9d36723 HTTP/1.1" 200 264 0.056059 10.0.0.23 - - [2026-04-20 18:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005200 10.0.0.23 - - [2026-04-20 18:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.249 - - [2026-04-20 18:49:30] "GET /virtual-network/255f8062-4ea9-4e86-b564-66a7c9d36723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.049998 10.0.0.65 - - [2026-04-20 18:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.23 - - [2026-04-20 18:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.23 - - [2026-04-20 18:49:31] "GET /obj-perms HTTP/1.1" 403 257 0.055069 10.0.0.23 - - [2026-04-20 18:49:31] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.053428 10.0.0.23 - - [2026-04-20 18:49:31] "PUT /virtual-network/255f8062-4ea9-4e86-b564-66a7c9d36723 HTTP/1.1" 200 264 0.078070 10.0.0.65 - - [2026-04-20 18:49:31] "POST /useragent-kv HTTP/1.1" 200 115 0.009566 10.0.0.65 - - [2026-04-20 18:49:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004141 10.0.0.23 - - [2026-04-20 18:49:31] "DELETE /virtual-network/a8a667a4-86f0-4e9f-a6b6-705b489076fe HTTP/1.1" 200 115 0.183038 10.0.0.65 - - [2026-04-20 18:49:31] "DELETE /route-target/5fa1c785-8833-4a6f-b7df-566626c068ff HTTP/1.1" 200 115 0.051238 10.0.0.65 - - [2026-04-20 18:49:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004977 10.0.0.65 - - [2026-04-20 18:49:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003955 10.0.0.23 - - [2026-04-20 18:49:32] "DELETE /virtual-network/255f8062-4ea9-4e86-b564-66a7c9d36723 HTTP/1.1" 200 115 0.178462 10.0.0.23 - - [2026-04-20 18:49:32] "DELETE /api-access-list/5f526db5-9bde-4478-b031-b4823cfe3291 HTTP/1.1" 200 115 0.045660 10.0.0.65 - - [2026-04-20 18:49:32] "GET /projects?obj_uuids=9ab817a0-dc8a-4881-bbf3-12eff9639a33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001572 10.0.0.23 - - [2026-04-20 18:49:32] "GET /project/9ab817a0-dc8a-4881-bbf3-12eff9639a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.055046 10.0.0.65 - - [2026-04-20 18:49:32] "GET /projects?obj_uuids=9ab817a0-dc8a-4881-bbf3-12eff9639a33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001141 10.0.0.23 - - [2026-04-20 18:49:32] "GET /project/9ab817a0-dc8a-4881-bbf3-12eff9639a33?fields=virtual_networks HTTP/1.1" 200 1033 0.059169 10.0.0.65 - - [2026-04-20 18:49:32] "GET /projects?obj_uuids=9ab817a0-dc8a-4881-bbf3-12eff9639a33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.23 - - [2026-04-20 18:49:32] "GET /project/9ab817a0-dc8a-4881-bbf3-12eff9639a33?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.061765 10.0.0.65 - - [2026-04-20 18:49:32] "GET /projects?obj_uuids=9ab817a0-dc8a-4881-bbf3-12eff9639a33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001242 10.0.0.23 - - [2026-04-20 18:49:32] "GET /project/9ab817a0-dc8a-4881-bbf3-12eff9639a33?fields=security_groups HTTP/1.1" 200 1259 0.056876 10.0.0.65 - - [2026-04-20 18:49:33] "GET /projects?obj_uuids=34e0d604-313d-431c-9f49-1f967aa5acaa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292 10.0.0.23 - - [2026-04-20 18:49:33] "GET /project/34e0d604-313d-431c-9f49-1f967aa5acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038046 10.0.0.65 - - [2026-04-20 18:49:33] "GET /projects?obj_uuids=34e0d604-313d-431c-9f49-1f967aa5acaa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002463 10.0.0.23 - - [2026-04-20 18:49:33] "GET /project/34e0d604-313d-431c-9f49-1f967aa5acaa?fields=virtual_networks HTTP/1.1" 200 1032 0.070172 10.0.0.65 - - [2026-04-20 18:49:33] "GET /projects?obj_uuids=34e0d604-313d-431c-9f49-1f967aa5acaa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.23 - - [2026-04-20 18:49:33] "GET /project/34e0d604-313d-431c-9f49-1f967aa5acaa?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.052927 10.0.0.65 - - [2026-04-20 18:49:33] "GET /projects?obj_uuids=34e0d604-313d-431c-9f49-1f967aa5acaa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001536 10.0.0.23 - - [2026-04-20 18:49:33] "GET /project/34e0d604-313d-431c-9f49-1f967aa5acaa?fields=security_groups HTTP/1.1" 200 1258 0.048090 10.0.0.23 - - [2026-04-20 18:49:37] "GET / HTTP/1.1" 200 35931 0.002040 10.0.0.23 - - [2026-04-20 18:49:38] "GET / HTTP/1.1" 200 35931 0.001536 10.0.0.23 - - [2026-04-20 18:49:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000490 10.0.0.23 - - [2026-04-20 18:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.099177 10.0.0.65 - - [2026-04-20 18:49:39] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001466 10.0.0.23 - - [2026-04-20 18:49:39] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.082019 10.0.0.23 - - [2026-04-20 18:49:39] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.018252 10.0.0.23 - - [2026-04-20 18:49:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.018837 10.0.0.23 - - [2026-04-20 18:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.021590 10.0.0.65 - - [2026-04-20 18:49:39] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.23 - - [2026-04-20 18:49:39] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.026470 10.0.0.23 - - [2026-04-20 18:49:39] "POST /service-templates HTTP/1.1" 403 264 0.014015 10.0.0.23 - - [2026-04-20 18:49:39] "POST /fqname-to-id HTTP/1.1" 404 215 0.003589 10.0.0.23 - - [2026-04-20 18:49:39] "POST /api-access-lists HTTP/1.1" 200 555 0.033124 10.0.0.23 - - [2026-04-20 18:49:39] "GET /api-access-list/ed85fc5f-0621-4733-ae46-b8d3fcdfe445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.006896 10.0.0.23 - - [2026-04-20 18:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.029016 10.0.0.65 - - [2026-04-20 18:49:40] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001679 10.0.0.23 - - [2026-04-20 18:49:40] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.099193 10.0.0.23 - - [2026-04-20 18:49:40] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.037187 10.0.0.23 - - [2026-04-20 18:49:40] "POST /virtual-networks HTTP/1.1" 200 583 0.158520 10.0.0.23 - - [2026-04-20 18:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.030519 10.0.0.23 - - [2026-04-20 18:49:40] "GET /network-ipam/effc6a90-6c47-4b85-b4e8-6a068bbe786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.024631 10.0.0.65 - - [2026-04-20 18:49:40] "POST /useragent-kv HTTP/1.1" 200 115 0.016436 10.0.0.23 - - [2026-04-20 18:49:40] "POST /ref-update HTTP/1.1" 200 156 0.151147 10.0.0.65 - - [2026-04-20 18:49:40] "POST /route-targets HTTP/1.1" 200 327 0.015381 10.0.0.23 - - [2026-04-20 18:49:41] "GET /virtual-network/a340b80e-ba96-408b-a874-bfdc2f1ab8e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.021769 10.0.0.23 - - [2026-04-20 18:49:41] "POST /neutron/network HTTP/1.1" 200 846 0.073665 10.0.0.23 - - [2026-04-20 18:49:41] "GET /virtual-network/a340b80e-ba96-408b-a874-bfdc2f1ab8e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.006053 10.0.0.23 - - [2026-04-20 18:49:41] "GET /network-ipam/effc6a90-6c47-4b85-b4e8-6a068bbe786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005194 10.0.0.23 - - [2026-04-20 18:49:41] "GET /virtual-network/a340b80e-ba96-408b-a874-bfdc2f1ab8e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2008 0.006236 10.0.0.23 - - [2026-04-20 18:49:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.020361 10.0.0.23 - - [2026-04-20 18:49:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.022159 10.0.0.65 - - [2026-04-20 18:49:42] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001394 10.0.0.23 - - [2026-04-20 18:49:42] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.032731 10.0.0.23 - - [2026-04-20 18:49:42] "POST /service-templates HTTP/1.1" 403 264 0.018190 10.0.0.23 - - [2026-04-20 18:49:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.005749 10.0.0.23 - - [2026-04-20 18:49:43] "POST /api-access-lists HTTP/1.1" 200 521 0.038795 10.0.0.23 - - [2026-04-20 18:49:43] "GET /api-access-list/edb8f254-a40e-42d2-95fe-bc48807b0e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.007921 10.0.0.23 - - [2026-04-20 18:49:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.025625 10.0.0.23 - - [2026-04-20 18:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.020867 10.0.0.65 - - [2026-04-20 18:49:43] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.23 - - [2026-04-20 18:49:43] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.028361 10.0.0.23 - - [2026-04-20 18:49:43] "POST /service-templates HTTP/1.1" 200 551 0.068272 10.0.0.23 - - [2026-04-20 18:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.026998 10.0.0.23 - - [2026-04-20 18:49:43] "GET /service-template/835afb33-6e36-494d-a1cf-b35fac582662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.019324 10.0.0.23 - - [2026-04-20 18:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.021374 10.0.0.23 - - [2026-04-20 18:49:43] "GET /service-template/835afb33-6e36-494d-a1cf-b35fac582662?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.023207 10.0.0.23 - - [2026-04-20 18:49:44] "GET /obj-perms HTTP/1.1" 403 257 0.052330 10.0.0.249 - - [2026-04-20 18:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.046152 10.0.0.65 - - [2026-04-20 18:49:45] "GET /obj-perms HTTP/1.1" 403 257 0.070803 10.0.0.23 - - [2026-04-20 18:49:45] "GET /obj-perms HTTP/1.1" 403 257 0.019761 10.0.0.23 - - [2026-04-20 18:49:45] "GET /api-access-list/ed85fc5f-0621-4733-ae46-b8d3fcdfe445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004447 10.0.0.23 - - [2026-04-20 18:49:45] "PUT /api-access-list/ed85fc5f-0621-4733-ae46-b8d3fcdfe445 HTTP/1.1" 200 264 0.013425 10.0.0.23 - - [2026-04-20 18:49:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2026-04-20 18:49:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.067161 10.0.0.65 - - [2026-04-20 18:49:46] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.23 - - [2026-04-20 18:49:46] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.070391 10.0.0.23 - - [2026-04-20 18:49:46] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.030750 10.0.0.23 - - [2026-04-20 18:49:46] "POST /virtual-networks HTTP/1.1" 403 263 0.023660 10.0.0.23 - - [2026-04-20 18:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.008805 10.0.0.23 - - [2026-04-20 18:49:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.041072 10.0.0.23 - - [2026-04-20 18:49:47] "GET /api-access-list/edb8f254-a40e-42d2-95fe-bc48807b0e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.004880 10.0.0.23 - - [2026-04-20 18:49:47] "PUT /api-access-list/edb8f254-a40e-42d2-95fe-bc48807b0e79 HTTP/1.1" 200 264 0.018961 10.0.0.23 - - [2026-04-20 18:49:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.021793 10.0.0.23 - - [2026-04-20 18:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.021277 10.0.0.65 - - [2026-04-20 18:49:47] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.23 - - [2026-04-20 18:49:47] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.032321 10.0.0.23 - - [2026-04-20 18:49:47] "POST /service-templates HTTP/1.1" 403 264 0.017390 10.0.0.23 - - [2026-04-20 18:49:47] "GET /api-access-list/ed85fc5f-0621-4733-ae46-b8d3fcdfe445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004999 10.0.0.23 - - [2026-04-20 18:49:47] "PUT /api-access-list/ed85fc5f-0621-4733-ae46-b8d3fcdfe445 HTTP/1.1" 200 264 0.013860 10.0.0.23 - - [2026-04-20 18:49:47] "GET /api-access-list/edb8f254-a40e-42d2-95fe-bc48807b0e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004792 10.0.0.23 - - [2026-04-20 18:49:47] "PUT /api-access-list/edb8f254-a40e-42d2-95fe-bc48807b0e79 HTTP/1.1" 200 264 0.022079 10.0.0.23 - - [2026-04-20 18:49:48] "GET /virtual-network/a340b80e-ba96-408b-a874-bfdc2f1ab8e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.016670 10.0.0.23 - - [2026-04-20 18:49:49] "GET /virtual-network/a340b80e-ba96-408b-a874-bfdc2f1ab8e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.066082 10.0.0.249 - - [2026-04-20 18:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.249 - - [2026-04-20 18:49:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.65 - - [2026-04-20 18:49:49] "GET /obj-perms HTTP/1.1" 403 257 0.017517 10.0.0.65 - - [2026-04-20 18:49:50] "GET /obj-perms HTTP/1.1" 403 257 0.057550 10.0.0.23 - - [2026-04-20 18:49:50] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005938 10.0.0.23 - - [2026-04-20 18:49:50] "PUT /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3 HTTP/1.1" 200 264 0.016271 10.0.0.23 - - [2026-04-20 18:49:50] "GET /obj-perms HTTP/1.1" 403 257 0.019012 10.0.0.23 - - [2026-04-20 18:49:50] "GET /obj-perms HTTP/1.1" 403 257 0.019385 10.0.0.23 - - [2026-04-20 18:49:50] "DELETE /api-access-list/ed85fc5f-0621-4733-ae46-b8d3fcdfe445 HTTP/1.1" 200 115 0.041520 10.0.0.23 - - [2026-04-20 18:49:50] "DELETE /api-access-list/edb8f254-a40e-42d2-95fe-bc48807b0e79 HTTP/1.1" 200 115 0.039519 10.0.0.23 - - [2026-04-20 18:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007950 10.0.0.249 - - [2026-04-20 18:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.65 - - [2026-04-20 18:49:53] "GET /obj-perms HTTP/1.1" 403 257 0.336666 10.0.0.65 - - [2026-04-20 18:49:53] "GET /virtual-network/a340b80e-ba96-408b-a874-bfdc2f1ab8e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.012868 10.0.0.23 - - [2026-04-20 18:49:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.356013 10.0.0.23 - - [2026-04-20 18:49:53] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.004460 10.0.0.23 - - [2026-04-20 18:49:53] "PUT /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3 HTTP/1.1" 200 264 0.017517 10.0.0.23 - - [2026-04-20 18:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005746 10.0.0.23 - - [2026-04-20 18:49:53] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.043144 10.0.0.23 - - [2026-04-20 18:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.016993 10.0.0.23 - - [2026-04-20 18:49:54] "DELETE /service-template/835afb33-6e36-494d-a1cf-b35fac582662 HTTP/1.1" 200 115 0.046430 10.0.0.23 - - [2026-04-20 18:49:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.020657 10.0.0.65 - - [2026-04-20 18:49:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005950 10.0.0.65 - - [2026-04-20 18:49:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003362 10.0.0.23 - - [2026-04-20 18:49:54] "DELETE /virtual-network/a340b80e-ba96-408b-a874-bfdc2f1ab8e2 HTTP/1.1" 200 115 0.160461 10.0.0.65 - - [2026-04-20 18:49:54] "DELETE /route-target/1cdf1440-4800-425c-b3e1-c0f9999a4c3b HTTP/1.1" 200 115 0.027669 10.0.0.23 - - [2026-04-20 18:49:54] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.005928 10.0.0.23 - - [2026-04-20 18:49:54] "PUT /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3 HTTP/1.1" 200 264 0.015515 10.0.0.23 - - [2026-04-20 18:49:54] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004886 10.0.0.23 - - [2026-04-20 18:49:54] "PUT /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3 HTTP/1.1" 200 264 0.013369 10.0.0.23 - - [2026-04-20 18:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006601 10.0.0.65 - - [2026-04-20 18:49:57] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002087 10.0.0.23 - - [2026-04-20 18:49:57] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.065145 10.0.0.23 - - [2026-04-20 18:49:57] "POST /neutron/network HTTP/1.1" 200 117 0.136712 10.0.0.23 - - [2026-04-20 18:49:58] "POST /neutron/network HTTP/1.1" 200 864 0.020211 10.0.0.23 - - [2026-04-20 18:49:58] "POST /id-to-fqname HTTP/1.1" 200 240 0.001783 10.0.0.23 - - [2026-04-20 18:49:58] "GET /virtual-network/81c8eb6d-9be9-49f2-99ab-2a32b815f8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.012081 10.0.0.23 - - [2026-04-20 18:49:58] "GET /virtual-network/81c8eb6d-9be9-49f2-99ab-2a32b815f8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007811 10.0.0.23 - - [2026-04-20 18:49:58] "POST /neutron/subnet HTTP/1.1" 200 733 0.019393 10.0.0.23 - - [2026-04-20 18:49:58] "GET /virtual-network/81c8eb6d-9be9-49f2-99ab-2a32b815f8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006985 10.0.0.23 - - [2026-04-20 18:49:58] "GET /network-ipam/effc6a90-6c47-4b85-b4e8-6a068bbe786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.004751 10.0.0.23 - - [2026-04-20 18:49:58] "GET /virtual-network/81c8eb6d-9be9-49f2-99ab-2a32b815f8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006640 10.0.0.23 - - [2026-04-20 18:49:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.005256 10.0.0.23 - - [2026-04-20 18:49:59] "POST /api-access-lists HTTP/1.1" 200 555 0.044610 10.0.0.23 - - [2026-04-20 18:49:59] "GET /api-access-list/1bed7901-a61e-4914-b3ae-d9fa338257c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.009109 10.0.0.23 - - [2026-04-20 18:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.027087 10.0.0.65 - - [2026-04-20 18:49:59] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001674 10.0.0.23 - - [2026-04-20 18:49:59] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.087533 10.0.0.65 - - [2026-04-20 18:49:59] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001450 10.0.0.23 - - [2026-04-20 18:49:59] "POST /neutron/network HTTP/1.1" 200 645 0.208483 10.0.0.65 - - [2026-04-20 18:49:59] "POST /route-targets HTTP/1.1" 200 327 0.017607 10.0.0.65 - - [2026-04-20 18:50:00] "POST /useragent-kv HTTP/1.1" 200 115 0.013175 10.0.0.23 - - [2026-04-20 18:50:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.361509 10.0.0.23 - - [2026-04-20 18:50:00] "POST /id-to-fqname HTTP/1.1" 200 240 0.021574 10.0.0.23 - - [2026-04-20 18:50:00] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.028903 10.0.0.23 - - [2026-04-20 18:50:00] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.034906 10.0.0.23 - - [2026-04-20 18:50:00] "POST /neutron/network HTTP/1.1" 200 864 0.044095 10.0.0.23 - - [2026-04-20 18:50:00] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006777 10.0.0.23 - - [2026-04-20 18:50:00] "GET /network-ipam/effc6a90-6c47-4b85-b4e8-6a068bbe786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005147 10.0.0.23 - - [2026-04-20 18:50:01] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008893 10.0.0.249 - - [2026-04-20 18:50:01] "GET /obj-perms HTTP/1.1" 200 5030 0.200262 10.0.0.23 - - [2026-04-20 18:50:01] "POST /fqname-to-id HTTP/1.1" 404 232 0.028859 10.0.0.65 - - [2026-04-20 18:50:01] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.65 - - [2026-04-20 18:50:02] "POST /access-control-lists HTTP/1.1" 200 626 0.038425 10.0.0.65 - - [2026-04-20 18:50:02] "PUT /access-control-list/6394f4d9-0317-475a-94d6-df09a72fc589 HTTP/1.1" 200 272 0.017752 10.0.0.23 - - [2026-04-20 18:50:02] "POST /neutron/security_group HTTP/1.1" 200 1426 0.726583 10.0.0.23 - - [2026-04-20 18:50:02] "POST /neutron/security_group HTTP/1.1" 200 1426 0.029965 10.0.0.65 - - [2026-04-20 18:50:03] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001827 10.0.0.23 - - [2026-04-20 18:50:03] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.146887 10.0.0.65 - - [2026-04-20 18:50:03] "PUT /access-control-list/6394f4d9-0317-475a-94d6-df09a72fc589 HTTP/1.1" 200 272 0.023334 10.0.0.23 - - [2026-04-20 18:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.039289 10.0.0.23 - - [2026-04-20 18:50:03] "GET /security-group/7acacb6e-665b-472d-8494-70d492f74073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.028147 10.0.0.23 - - [2026-04-20 18:50:04] "POST /id-to-fqname HTTP/1.1" 200 240 0.020576 10.0.0.23 - - [2026-04-20 18:50:05] "POST /neutron/port HTTP/1.1" 200 4192 0.072580 10.0.0.23 - - [2026-04-20 18:50:05] "POST /neutron/port HTTP/1.1" 200 1218 0.033611 10.0.0.23 - - [2026-04-20 18:50:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005883 10.0.0.23 - - [2026-04-20 18:50:06] "POST /neutron/port HTTP/1.1" 200 117 0.001917 10.0.0.65 - - [2026-04-20 18:50:06] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002697 10.0.0.23 - - [2026-04-20 18:50:06] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.119027 10.0.0.23 - - [2026-04-20 18:50:06] "POST /neutron/port HTTP/1.1" 200 4192 0.079355 10.0.0.23 - - [2026-04-20 18:50:07] "POST /neutron/network HTTP/1.1" 200 874 0.057626 10.0.0.23 - - [2026-04-20 18:50:07] "POST /neutron/port HTTP/1.1" 200 1060 0.022871 10.0.0.23 - - [2026-04-20 18:50:08] "POST /neutron/port HTTP/1.1" 200 1124 0.032032 10.0.0.249 - - [2026-04-20 18:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000873 10.0.0.23 - - [2026-04-20 18:50:08] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.249 - - [2026-04-20 18:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000669 10.0.0.249 - - [2026-04-20 18:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000416 10.0.0.65 - - [2026-04-20 18:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000501 10.0.0.249 - - [2026-04-20 18:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.65 - - [2026-04-20 18:50:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.65 - - [2026-04-20 18:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.65 - - [2026-04-20 18:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000506 10.0.0.23 - - [2026-04-20 18:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.23 - - [2026-04-20 18:50:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000514 10.0.0.23 - - [2026-04-20 18:50:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000758 10.0.0.23 - - [2026-04-20 18:50:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.23 - - [2026-04-20 18:50:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009293 10.0.0.23 - - [2026-04-20 18:50:12] "POST /neutron/port HTTP/1.1" 200 1124 0.022310 10.0.0.23 - - [2026-04-20 18:50:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016416 10.0.0.23 - - [2026-04-20 18:50:12] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90 HTTP/1.1" 401 292 0.000442 10.0.0.23 - - [2026-04-20 18:50:12] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90 HTTP/1.1" 200 1292 0.073684 10.0.0.23 - - [2026-04-20 18:50:12] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90 HTTP/1.1" 200 1292 0.028668 10.0.0.23 - - [2026-04-20 18:50:12] "GET /virtual-machine-interface/86128768-5da2-4e65-b2b5-6bab555ddd55 HTTP/1.1" 200 3023 0.044067 10.0.0.23 - - [2026-04-20 18:50:12] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90 HTTP/1.1" 200 1292 0.028009 10.0.0.23 - - [2026-04-20 18:50:12] "GET /virtual-machine-interface/86128768-5da2-4e65-b2b5-6bab555ddd55 HTTP/1.1" 200 3023 0.038049 10.0.0.23 - - [2026-04-20 18:50:12] "GET /instance-ip/18330518-bfbd-4f4a-b01a-bdff47ca9862 HTTP/1.1" 200 1640 0.033394 10.0.0.23 - - [2026-04-20 18:50:12] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90 HTTP/1.1" 200 1292 0.025567 10.0.0.23 - - [2026-04-20 18:50:13] "GET /virtual-machine-interface/86128768-5da2-4e65-b2b5-6bab555ddd55 HTTP/1.1" 200 3023 0.029915 10.0.0.23 - - [2026-04-20 18:50:13] "GET /instance-ip/18330518-bfbd-4f4a-b01a-bdff47ca9862 HTTP/1.1" 200 1640 0.026408 10.0.0.23 - - [2026-04-20 18:50:13] "POST /fqname-to-id HTTP/1.1" 403 354 0.030174 10.0.0.23 - - [2026-04-20 18:50:13] "GET / HTTP/1.1" 200 35931 0.002014 10.0.0.23 - - [2026-04-20 18:50:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.23 - - [2026-04-20 18:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.037415 10.0.0.23 - - [2026-04-20 18:50:13] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005240 10.0.0.23 - - [2026-04-20 18:50:13] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025221 10.0.0.23 - - [2026-04-20 18:50:13] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022804 10.0.0.23 - - [2026-04-20 18:50:13] "POST /fqname-to-id HTTP/1.1" 403 354 0.020967 10.0.0.23 - - [2026-04-20 18:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.23 - - [2026-04-20 18:50:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004496 10.0.0.23 - - [2026-04-20 18:50:14] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.028139 10.0.0.23 - - [2026-04-20 18:50:14] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.023924 10.0.0.23 - - [2026-04-20 18:50:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.033119 10.0.0.23 - - [2026-04-20 18:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-04-20 18:50:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004313 10.0.0.23 - - [2026-04-20 18:50:14] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033503 10.0.0.23 - - [2026-04-20 18:50:14] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.031386 10.0.0.23 - - [2026-04-20 18:50:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.026570 10.0.0.23 - - [2026-04-20 18:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007863 10.0.0.23 - - [2026-04-20 18:50:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010657 10.0.0.23 - - [2026-04-20 18:50:14] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.033603 10.0.0.23 - - [2026-04-20 18:50:14] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.025990 10.0.0.23 - - [2026-04-20 18:50:14] "POST /fqname-to-id HTTP/1.1" 403 354 0.024046 10.0.0.23 - - [2026-04-20 18:50:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.23 - - [2026-04-20 18:50:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009293 10.0.0.23 - - [2026-04-20 18:50:14] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025751 10.0.0.23 - - [2026-04-20 18:50:14] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.024177 10.0.0.23 - - [2026-04-20 18:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.022609 10.0.0.23 - - [2026-04-20 18:50:17] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.027115 10.0.0.65 - - [2026-04-20 18:50:19] "GET /projects?obj_uuids=9ab817a0-dc8a-4881-bbf3-12eff9639a33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000957 10.0.0.65 - - [2026-04-20 18:50:19] "GET /projects?obj_uuids=34e0d604-313d-431c-9f49-1f967aa5acaa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000825 10.0.0.23 - - [2026-04-20 18:50:19] "POST /fqname-to-id HTTP/1.1" 403 354 0.021542 10.0.0.65 - - [2026-04-20 18:50:20] "GET /project/9ab817a0-dc8a-4881-bbf3-12eff9639a33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.060036 10.0.0.65 - - [2026-04-20 18:50:20] "GET /projects?obj_uuids=9ab817a0-dc8a-4881-bbf3-12eff9639a33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005279 10.0.0.23 - - [2026-04-20 18:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.021381 10.0.0.65 - - [2026-04-20 18:50:20] "GET /project/34e0d604-313d-431c-9f49-1f967aa5acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.100332 10.0.0.23 - - [2026-04-20 18:50:20] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.017815 10.0.0.65 - - [2026-04-20 18:50:20] "GET /projects?obj_uuids=34e0d604-313d-431c-9f49-1f967aa5acaa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001444 10.0.0.65 - - [2026-04-20 18:50:20] "GET /project/9ab817a0-dc8a-4881-bbf3-12eff9639a33?fields=security_groups HTTP/1.1" 200 1364 0.101013 10.0.0.23 - - [2026-04-20 18:50:20] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.064928 10.0.0.65 - - [2026-04-20 18:50:20] "GET /project/34e0d604-313d-431c-9f49-1f967aa5acaa?fields=security_groups HTTP/1.1" 200 1363 0.121611 10.0.0.23 - - [2026-04-20 18:50:20] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.053442 10.0.0.65 - - [2026-04-20 18:50:20] "DELETE /security-group/bff1906f-fba4-49fb-b1df-5f65e286666b HTTP/1.1" 200 115 0.077593 10.0.0.65 - - [2026-04-20 18:50:20] "GET /projects?obj_uuids=9ab817a0-dc8a-4881-bbf3-12eff9639a33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007088 10.0.0.65 - - [2026-04-20 18:50:20] "GET /project/9ab817a0-dc8a-4881-bbf3-12eff9639a33?fields=application_policy_sets HTTP/1.1" 200 1403 0.111838 10.0.0.65 - - [2026-04-20 18:50:20] "DELETE /security-group/4651f45e-c9e1-4371-99df-bba0d393c15a HTTP/1.1" 200 115 0.142515 10.0.0.65 - - [2026-04-20 18:50:20] "GET /projects?obj_uuids=34e0d604-313d-431c-9f49-1f967aa5acaa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.65 - - [2026-04-20 18:50:20] "GET /project/34e0d604-313d-431c-9f49-1f967aa5acaa?fields=application_policy_sets HTTP/1.1" 200 1402 0.074716 10.0.0.65 - - [2026-04-20 18:50:20] "DELETE /access-control-list/83a74d21-eed2-40e9-bd6c-17c818fc4ed0 HTTP/1.1" 200 115 0.079222 10.0.0.23 - - [2026-04-20 18:50:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.051331 10.0.0.23 - - [2026-04-20 18:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.021446 10.0.0.23 - - [2026-04-20 18:50:20] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007986 10.0.0.23 - - [2026-04-20 18:50:20] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.043466 10.0.0.65 - - [2026-04-20 18:50:20] "DELETE /project/9ab817a0-dc8a-4881-bbf3-12eff9639a33 HTTP/1.1" 200 115 0.737537 10.0.0.23 - - [2026-04-20 18:50:20] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.066369 10.0.0.65 - - [2026-04-20 18:50:20] "DELETE /project/34e0d604-313d-431c-9f49-1f967aa5acaa HTTP/1.1" 200 115 0.808231 10.0.0.23 - - [2026-04-20 18:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.048876 10.0.0.23 - - [2026-04-20 18:50:20] "GET /routing-instance/391346b7-e26a-49bc-87ac-0db1b90c1d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.044553 10.0.0.23 - - [2026-04-20 18:50:20] "POST /fqname-to-id HTTP/1.1" 403 354 0.025564 10.0.0.23 - - [2026-04-20 18:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.23 - - [2026-04-20 18:50:21] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005408 10.0.0.23 - - [2026-04-20 18:50:21] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.034534 10.0.0.23 - - [2026-04-20 18:50:21] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.033057 10.0.0.23 - - [2026-04-20 18:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.029239 10.0.0.23 - - [2026-04-20 18:50:21] "GET /routing-instance/391346b7-e26a-49bc-87ac-0db1b90c1d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.029234 10.0.0.65 - - [2026-04-20 18:50:21] "GET /obj-perms HTTP/1.1" 403 257 0.014791 10.0.0.65 - - [2026-04-20 18:50:23] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.025931 10.0.0.65 - - [2026-04-20 18:50:27] "GET /obj-perms HTTP/1.1" 403 257 0.018062 10.0.0.65 - - [2026-04-20 18:50:29] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.028148 10.0.0.23 - - [2026-04-20 18:50:31] "GET /obj-perms HTTP/1.1" 403 257 0.018154 10.0.0.23 - - [2026-04-20 18:50:31] "GET /obj-perms HTTP/1.1" 403 257 0.019705 10.0.0.65 - - [2026-04-20 18:50:31] "GET /obj-perms HTTP/1.1" 403 257 0.024215 10.0.0.23 - - [2026-04-20 18:50:32] "GET /obj-perms HTTP/1.1" 403 257 0.021386 10.0.0.23 - - [2026-04-20 18:50:32] "GET /obj-perms HTTP/1.1" 403 257 0.017042 10.0.0.65 - - [2026-04-20 18:50:32] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.023615 10.0.0.23 - - [2026-04-20 18:50:32] "GET /obj-perms HTTP/1.1" 403 257 0.015593 10.0.0.23 - - [2026-04-20 18:50:32] "GET /obj-perms HTTP/1.1" 403 257 0.050309 10.0.0.23 - - [2026-04-20 18:50:32] "GET /obj-perms HTTP/1.1" 403 257 0.023186 10.0.0.23 - - [2026-04-20 18:50:33] "GET /obj-perms HTTP/1.1" 403 257 0.045324 10.0.0.23 - - [2026-04-20 18:50:33] "GET /obj-perms HTTP/1.1" 403 257 0.017354 10.0.0.23 - - [2026-04-20 18:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.024074 10.0.0.65 - - [2026-04-20 18:50:33] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001769 10.0.0.23 - - [2026-04-20 18:50:33] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.083223 10.0.0.23 - - [2026-04-20 18:50:33] "GET /virtual-network/81c8eb6d-9be9-49f2-99ab-2a32b815f8e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.032443 10.0.0.23 - - [2026-04-20 18:50:33] "GET /floating-ip-pools?parent_id=81c8eb6d-9be9-49f2-99ab-2a32b815f8e6&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.025083 10.0.0.23 - - [2026-04-20 18:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.019740 10.0.0.23 - - [2026-04-20 18:50:33] "GET /floating-ip-pool/ee7251b9-b067-4b24-bccc-d41724c081d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.019691 10.0.0.65 - - [2026-04-20 18:50:33] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001356 10.0.0.23 - - [2026-04-20 18:50:34] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.093709 10.0.0.23 - - [2026-04-20 18:50:34] "POST /floating-ips HTTP/1.1" 200 616 0.102978 10.0.0.23 - - [2026-04-20 18:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.025800 10.0.0.23 - - [2026-04-20 18:50:34] "GET /floating-ip/023fe5a4-b2cc-4616-b1e2-4bd769cb165c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.027355 10.0.0.23 - - [2026-04-20 18:50:34] "GET /floating-ip/023fe5a4-b2cc-4616-b1e2-4bd769cb165c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.026235 10.0.0.23 - - [2026-04-20 18:50:34] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.027015 10.0.0.23 - - [2026-04-20 18:50:34] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1203 0.025315 10.0.0.23 - - [2026-04-20 18:50:34] "GET /virtual-machine-interface/86128768-5da2-4e65-b2b5-6bab555ddd55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2802 0.032021 10.0.0.23 - - [2026-04-20 18:50:34] "POST /ref-update HTTP/1.1" 200 156 0.037197 10.0.0.23 - - [2026-04-20 18:50:34] "POST /neutron/floatingip HTTP/1.1" 200 549 0.185815 10.0.0.23 - - [2026-04-20 18:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.031956 10.0.0.23 - - [2026-04-20 18:50:34] "GET /routing-instance/5b928375-4d73-44e6-963e-d63aeba7e047?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.027350 10.0.0.23 - - [2026-04-20 18:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.23 - - [2026-04-20 18:50:35] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.040727 10.0.0.23 - - [2026-04-20 18:50:35] "POST /neutron/port HTTP/1.1" 200 1114 0.106013 10.0.0.23 - - [2026-04-20 18:50:36] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90 HTTP/1.1" 200 1292 0.025234 10.0.0.23 - - [2026-04-20 18:50:36] "GET /virtual-machine-interface/86128768-5da2-4e65-b2b5-6bab555ddd55 HTTP/1.1" 200 3585 0.033189 10.0.0.23 - - [2026-04-20 18:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.022763 10.0.0.23 - - [2026-04-20 18:50:36] "GET /security-group/7acacb6e-665b-472d-8494-70d492f74073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.020224 10.0.0.23 - - [2026-04-20 18:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.021416 10.0.0.23 - - [2026-04-20 18:50:36] "GET /security-group/7acacb6e-665b-472d-8494-70d492f74073?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1315 0.048841 10.0.0.23 - - [2026-04-20 18:50:36] "POST /neutron/security_group HTTP/1.1" 200 568 0.044859 10.0.0.23 - - [2026-04-20 18:50:36] "DELETE /floating-ip/023fe5a4-b2cc-4616-b1e2-4bd769cb165c HTTP/1.1" 200 115 0.133234 10.0.0.23 - - [2026-04-20 18:50:36] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90 HTTP/1.1" 200 1292 0.026457 10.0.0.23 - - [2026-04-20 18:50:37] "POST /neutron/port HTTP/1.1" 200 151 0.260571 10.0.0.23 - - [2026-04-20 18:50:38] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90 HTTP/1.1" 404 171 0.022534 10.0.0.23 - - [2026-04-20 18:50:38] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90 HTTP/1.1" 404 171 0.017416 10.0.0.23 - - [2026-04-20 18:50:38] "GET /virtual-machine/6302b7fc-e305-430f-ac21-57a96b453e90 HTTP/1.1" 404 171 0.017368 10.0.0.23 - - [2026-04-20 18:50:39] "POST /fqname-to-id HTTP/1.1" 403 354 0.020544 10.0.0.23 - - [2026-04-20 18:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.23 - - [2026-04-20 18:50:39] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005688 10.0.0.23 - - [2026-04-20 18:50:39] "GET /virtual-networks?parent_id=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.041395 10.0.0.23 - - [2026-04-20 18:50:39] "GET /virtual-network/2a41a550-2ced-4031-a57c-75d4442fb989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.033638 10.0.0.23 - - [2026-04-20 18:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.024763 10.0.0.23 - - [2026-04-20 18:50:39] "GET /routing-instance/391346b7-e26a-49bc-87ac-0db1b90c1d67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.028322 10.0.0.23 - - [2026-04-20 18:50:39] "GET /obj-perms HTTP/1.1" 403 257 0.066226 10.0.0.23 - - [2026-04-20 18:50:39] "GET /obj-perms HTTP/1.1" 200 5030 0.073105 10.0.0.23 - - [2026-04-20 18:50:46] "GET /obj-perms HTTP/1.1" 200 5030 0.007469 10.0.0.23 - - [2026-04-20 18:50:48] "POST /neutron/network HTTP/1.1" 200 1123 0.045963 10.0.0.23 - - [2026-04-20 18:50:48] "POST /neutron/subnet HTTP/1.1" 200 1385 0.021652 10.0.0.23 - - [2026-04-20 18:50:48] "POST /neutron/network HTTP/1.1" 200 1113 0.014765 10.0.0.23 - - [2026-04-20 18:50:49] "GET /obj-perms HTTP/1.1" 200 5030 0.005496 10.0.0.249 - - [2026-04-20 18:50:54] "GET /obj-perms HTTP/1.1" 200 5056 0.070211 10.0.0.65 - - [2026-04-20 18:50:54] "GET /obj-perms HTTP/1.1" 200 5056 0.072381 10.0.0.23 - - [2026-04-20 18:50:55] "GET /obj-perms HTTP/1.1" 200 5030 0.005596 10.0.0.23 - - [2026-04-20 18:50:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004104 10.0.0.23 - - [2026-04-20 18:51:04] "GET /obj-perms HTTP/1.1" 200 5030 0.004614 10.0.0.23 - - [2026-04-20 18:51:04] "GET /obj-perms HTTP/1.1" 200 5030 0.005203 10.0.0.23 - - [2026-04-20 18:51:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.036515 10.0.0.65 - - [2026-04-20 18:51:05] "DELETE /access-control-list/6394f4d9-0317-475a-94d6-df09a72fc589 HTTP/1.1" 200 115 0.046590 10.0.0.23 - - [2026-04-20 18:51:05] "POST /neutron/network HTTP/1.1" 200 864 0.038693 10.0.0.23 - - [2026-04-20 18:51:05] "DELETE /api-access-list/1bed7901-a61e-4914-b3ae-d9fa338257c6 HTTP/1.1" 200 115 0.061319 10.0.0.65 - - [2026-04-20 18:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006607 10.0.0.65 - - [2026-04-20 18:51:06] "POST /useragent-kv HTTP/1.1" 200 115 0.110879 10.0.0.65 - - [2026-04-20 18:51:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004117 10.0.0.23 - - [2026-04-20 18:51:06] "POST /neutron/network HTTP/1.1" 200 151 0.349974 10.0.0.23 - - [2026-04-20 18:51:08] "POST /neutron/network HTTP/1.1" 200 938 0.145042 10.0.0.23 - - [2026-04-20 18:51:09] "POST /neutron/port HTTP/1.1" 200 117 0.002132 10.0.0.23 - - [2026-04-20 18:51:09] "GET /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005788 10.0.0.23 - - [2026-04-20 18:51:09] "PUT /api-access-list/579c1e9f-0ec7-4ad4-bfe0-8ed5ae49c3c3 HTTP/1.1" 200 264 0.023560 10.0.0.65 - - [2026-04-20 18:51:09] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003088 10.0.0.23 - - [2026-04-20 18:51:09] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.147810 10.0.0.65 - - [2026-04-20 18:51:09] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.23 - - [2026-04-20 18:51:09] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?fields=virtual_networks HTTP/1.1" 200 1031 0.046043 10.0.0.65 - - [2026-04-20 18:51:09] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001651 10.0.0.23 - - [2026-04-20 18:51:09] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.065716 10.0.0.65 - - [2026-04-20 18:51:09] "GET /projects?obj_uuids=774bb8ee-3484-434e-81a2-f95f2b31cc88&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002091 10.0.0.23 - - [2026-04-20 18:51:09] "GET /project/774bb8ee-3484-434e-81a2-f95f2b31cc88?fields=security_groups HTTP/1.1" 200 1257 0.058066 10.0.0.65 - - [2026-04-20 18:51:10] "GET /projects?obj_uuids=f007f454-f656-4cc4-8f8f-d27141840441&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001342 10.0.0.23 - - [2026-04-20 18:51:10] "GET /project/f007f454-f656-4cc4-8f8f-d27141840441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.050505 [Introspect:8084]10.0.0.23 - - [2026-04-20 18:51:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001349 10.0.0.65 - - [2026-04-20 18:51:12] "DELETE /access-control-list/d7c664af-7ac0-4035-9d9a-317f90f07bd1 HTTP/1.1" 200 115 0.099709 10.0.0.65 - - [2026-04-20 18:51:20] "DELETE /project/774bb8ee-3484-434e-81a2-f95f2b31cc88 HTTP/1.1" 404 177 0.064435 [Introspect:8084]10.0.0.23 - - [2026-04-20 18:51:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001116 10.0.0.23 - - [2026-04-20 18:51:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.058406 10.0.0.65 - - [2026-04-20 18:51:25] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006862 10.0.0.65 - - [2026-04-20 18:51:25] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.65 - - [2026-04-20 18:51:25] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008437 10.0.0.65 - - [2026-04-20 18:51:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.003544 10.0.0.65 - - [2026-04-20 18:51:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.017325 10.0.0.65 - - [2026-04-20 18:51:26] "POST /security-groups HTTP/1.1" 200 592 0.103421 10.0.0.65 - - [2026-04-20 18:51:26] "POST /projects HTTP/1.1" 200 587 0.405962 10.0.0.65 - - [2026-04-20 18:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.448297 10.0.0.23 - - [2026-04-20 18:51:26] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.659916 10.0.0.65 - - [2026-04-20 18:51:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.084093 10.0.0.23 - - [2026-04-20 18:51:28] "GET / HTTP/1.1" 200 35931 0.004375 10.0.0.23 - - [2026-04-20 18:51:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.23 - - [2026-04-20 18:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.082418 10.0.0.65 - - [2026-04-20 18:51:30] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001549 10.0.0.23 - - [2026-04-20 18:51:30] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067556 10.0.0.65 - - [2026-04-20 18:51:30] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003347 10.0.0.23 - - [2026-04-20 18:51:30] "POST /neutron/network HTTP/1.1" 200 608 0.220756 10.0.0.65 - - [2026-04-20 18:51:30] "POST /ref-update HTTP/1.1" 200 156 0.032196 10.0.0.23 - - [2026-04-20 18:51:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.005764 10.0.0.23 - - [2026-04-20 18:51:31] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009902 10.0.0.23 - - [2026-04-20 18:51:31] "POST /neutron/network HTTP/1.1" 200 825 0.010905 10.0.0.23 - - [2026-04-20 18:51:31] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009643 10.0.0.23 - - [2026-04-20 18:51:31] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006888 10.0.0.23 - - [2026-04-20 18:51:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001472 10.0.0.23 - - [2026-04-20 18:51:33] "POST /neutron/port HTTP/1.1" 200 4192 0.064920 10.0.0.65 - - [2026-04-20 18:51:34] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.23 - - [2026-04-20 18:51:34] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.096253 10.0.0.23 - - [2026-04-20 18:51:35] "POST /neutron/port HTTP/1.1" 200 4192 0.047174 10.0.0.23 - - [2026-04-20 18:51:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001787 10.0.0.23 - - [2026-04-20 18:51:35] "POST /neutron/network HTTP/1.1" 200 835 0.008831 10.0.0.23 - - [2026-04-20 18:51:36] "POST /neutron/port HTTP/1.1" 200 1059 0.020718 10.0.0.23 - - [2026-04-20 18:51:36] "POST /neutron/port HTTP/1.1" 200 1123 0.027035 10.0.0.23 - - [2026-04-20 18:51:36] "POST /neutron/port HTTP/1.1" 200 117 0.001565 10.0.0.65 - - [2026-04-20 18:51:36] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001752 10.0.0.23 - - [2026-04-20 18:51:36] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.152067 10.0.0.23 - - [2026-04-20 18:51:36] "POST /neutron/port HTTP/1.1" 200 5162 0.074573 10.0.0.23 - - [2026-04-20 18:51:37] "POST /neutron/port HTTP/1.1" 200 1123 0.028416 10.0.0.65 - - [2026-04-20 18:51:37] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002115 10.0.0.23 - - [2026-04-20 18:51:37] "POST /neutron/port HTTP/1.1" 200 1059 0.421946 10.0.0.23 - - [2026-04-20 18:51:38] "POST /neutron/port HTTP/1.1" 200 1113 0.132481 10.0.0.23 - - [2026-04-20 18:51:38] "POST /neutron/subnet HTTP/1.1" 200 690 0.010641 10.0.0.23 - - [2026-04-20 18:51:42] "POST /neutron/port HTTP/1.1" 200 1123 0.024579 10.0.0.23 - - [2026-04-20 18:51:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009862 10.0.0.23 - - [2026-04-20 18:51:42] "GET /virtual-machine/21f8e7de-1930-456d-97e0-73d2be9acb27 HTTP/1.1" 401 292 0.000493 10.0.0.23 - - [2026-04-20 18:51:42] "GET /virtual-machine/21f8e7de-1930-456d-97e0-73d2be9acb27 HTTP/1.1" 200 1293 0.043402 10.0.0.23 - - [2026-04-20 18:51:42] "GET /virtual-machine-interface/4f3d0fd1-29bd-454c-9f11-7d885cd7dee3 HTTP/1.1" 200 2949 0.007040 10.0.0.23 - - [2026-04-20 18:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006181 10.0.0.23 - - [2026-04-20 18:51:43] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007427 10.0.0.23 - - [2026-04-20 18:51:43] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.009032 10.0.0.23 - - [2026-04-20 18:51:43] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006832 10.0.0.23 - - [2026-04-20 18:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.23 - - [2026-04-20 18:51:46] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005711 10.0.0.23 - - [2026-04-20 18:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.23 - - [2026-04-20 18:51:50] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006621 10.0.0.23 - - [2026-04-20 18:51:50] "POST /neutron/port HTTP/1.1" 200 1108 0.021899 10.0.0.23 - - [2026-04-20 18:51:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005027 10.0.0.23 - - [2026-04-20 18:51:50] "POST /neutron/network HTTP/1.1" 200 928 0.009020 10.0.0.23 - - [2026-04-20 18:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.23 - - [2026-04-20 18:51:54] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005915 10.0.0.249 - - [2026-04-20 18:51:55] "GET /obj-perms HTTP/1.1" 200 5056 0.075681 10.0.0.23 - - [2026-04-20 18:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.23 - - [2026-04-20 18:51:58] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006160 10.0.0.23 - - [2026-04-20 18:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005672 10.0.0.23 - - [2026-04-20 18:52:02] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007230 10.0.0.23 - - [2026-04-20 18:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.23 - - [2026-04-20 18:52:06] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005851 10.0.0.23 - - [2026-04-20 18:52:10] "POST /neutron/network HTTP/1.1" 200 1123 0.008630 10.0.0.23 - - [2026-04-20 18:52:10] "POST /neutron/subnet HTTP/1.1" 200 1385 0.019031 10.0.0.23 - - [2026-04-20 18:52:10] "POST /neutron/network HTTP/1.1" 200 1113 0.011945 10.0.0.23 - - [2026-04-20 18:52:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.23 - - [2026-04-20 18:52:10] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005567 10.0.0.23 - - [2026-04-20 18:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.23 - - [2026-04-20 18:52:14] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008500 10.0.0.23 - - [2026-04-20 18:52:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006105 10.0.0.23 - - [2026-04-20 18:52:16] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005553 10.0.0.23 - - [2026-04-20 18:52:16] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004663 10.0.0.23 - - [2026-04-20 18:52:17] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007965 10.0.0.65 - - [2026-04-20 18:52:20] "DELETE /project/94b1a4c9d05e43ca86d8a6c9a2d26a76 HTTP/1.1" 404 173 0.004404 10.0.0.23 - - [2026-04-20 18:52:22] "POST /neutron/port HTTP/1.1" 200 1123 0.049316 10.0.0.23 - - [2026-04-20 18:52:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009180 10.0.0.23 - - [2026-04-20 18:52:32] "POST /neutron/port HTTP/1.1" 200 1123 0.071092 10.0.0.23 - - [2026-04-20 18:52:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009779 10.0.0.23 - - [2026-04-20 18:52:38] "POST /neutron/port HTTP/1.1" 200 1123 0.023720 10.0.0.23 - - [2026-04-20 18:52:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008968 10.0.0.23 - - [2026-04-20 18:52:38] "GET /virtual-machine/f34ba88c-3f47-469d-b814-f2c9ee530b2f HTTP/1.1" 200 1294 0.007334 10.0.0.23 - - [2026-04-20 18:52:38] "GET /virtual-machine-interface/30ecda0d-71aa-4647-b745-78887ad90e4d HTTP/1.1" 200 2949 0.007222 10.0.0.23 - - [2026-04-20 18:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.23 - - [2026-04-20 18:52:38] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004750 10.0.0.23 - - [2026-04-20 18:52:38] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003819 10.0.0.23 - - [2026-04-20 18:52:38] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007317 10.0.0.23 - - [2026-04-20 18:52:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.23 - - [2026-04-20 18:52:39] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005105 10.0.0.23 - - [2026-04-20 18:52:39] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003668 10.0.0.23 - - [2026-04-20 18:52:39] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007259 10.0.0.23 - - [2026-04-20 18:52:51] "POST /neutron/port HTTP/1.1" 200 1218 0.027664 10.0.0.23 - - [2026-04-20 18:52:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004345 10.0.0.23 - - [2026-04-20 18:52:51] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.65 - - [2026-04-20 18:52:55] "GET /obj-perms HTTP/1.1" 200 5056 0.071226 10.0.0.23 - - [2026-04-20 18:52:56] "GET /obj-perms HTTP/1.1" 200 5056 0.071093 10.0.0.23 - - [2026-04-20 18:53:11] "POST /neutron/port HTTP/1.1" 200 1108 0.024770 10.0.0.23 - - [2026-04-20 18:53:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004585 10.0.0.23 - - [2026-04-20 18:53:12] "POST /neutron/network HTTP/1.1" 200 928 0.008833 10.0.0.23 - - [2026-04-20 18:53:51] "POST /neutron/network HTTP/1.1" 200 938 0.008335 10.0.0.23 - - [2026-04-20 18:53:51] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.23 - - [2026-04-20 18:54:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010749 10.0.0.23 - - [2026-04-20 18:54:03] "GET /virtual-machine/21f8e7de-1930-456d-97e0-73d2be9acb27 HTTP/1.1" 200 1293 0.005819 10.0.0.23 - - [2026-04-20 18:54:03] "GET /virtual-machine-interface/4f3d0fd1-29bd-454c-9f11-7d885cd7dee3 HTTP/1.1" 200 2949 0.008163 10.0.0.23 - - [2026-04-20 18:54:03] "GET /virtual-machine/21f8e7de-1930-456d-97e0-73d2be9acb27 HTTP/1.1" 200 1293 0.007170 10.0.0.23 - - [2026-04-20 18:54:03] "GET /virtual-machine-interface/4f3d0fd1-29bd-454c-9f11-7d885cd7dee3 HTTP/1.1" 200 2949 0.008002 10.0.0.23 - - [2026-04-20 18:54:03] "GET /instance-ip/47d471a2-3fd6-410d-a90c-874f320caf7c HTTP/1.1" 200 1621 0.009421 10.0.0.23 - - [2026-04-20 18:54:03] "GET /virtual-machine/21f8e7de-1930-456d-97e0-73d2be9acb27 HTTP/1.1" 200 1293 0.008181 10.0.0.23 - - [2026-04-20 18:54:03] "GET /virtual-machine-interface/4f3d0fd1-29bd-454c-9f11-7d885cd7dee3 HTTP/1.1" 200 2949 0.007779 10.0.0.23 - - [2026-04-20 18:54:03] "GET /instance-ip/47d471a2-3fd6-410d-a90c-874f320caf7c HTTP/1.1" 200 1621 0.009665 10.0.0.23 - - [2026-04-20 18:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006736 10.0.0.23 - - [2026-04-20 18:54:03] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005861 10.0.0.23 - - [2026-04-20 18:54:03] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005352 10.0.0.23 - - [2026-04-20 18:54:03] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009671 10.0.0.23 - - [2026-04-20 18:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006021 10.0.0.23 - - [2026-04-20 18:54:03] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006255 10.0.0.23 - - [2026-04-20 18:54:03] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006029 10.0.0.23 - - [2026-04-20 18:54:03] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008781 10.0.0.23 - - [2026-04-20 18:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006564 10.0.0.23 - - [2026-04-20 18:54:03] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006995 10.0.0.23 - - [2026-04-20 18:54:03] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005636 10.0.0.23 - - [2026-04-20 18:54:04] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007030 10.0.0.23 - - [2026-04-20 18:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.23 - - [2026-04-20 18:54:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006043 10.0.0.23 - - [2026-04-20 18:54:04] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004526 10.0.0.23 - - [2026-04-20 18:54:04] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006723 10.0.0.23 - - [2026-04-20 18:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.23 - - [2026-04-20 18:54:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005516 10.0.0.23 - - [2026-04-20 18:54:04] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004113 10.0.0.23 - - [2026-04-20 18:54:04] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006113 10.0.0.23 - - [2026-04-20 18:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.23 - - [2026-04-20 18:54:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006352 10.0.0.23 - - [2026-04-20 18:54:04] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003466 10.0.0.23 - - [2026-04-20 18:54:04] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007033 10.0.0.23 - - [2026-04-20 18:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.23 - - [2026-04-20 18:54:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006034 10.0.0.23 - - [2026-04-20 18:54:04] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006886 10.0.0.23 - - [2026-04-20 18:54:04] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007547 10.0.0.23 - - [2026-04-20 18:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005416 10.0.0.23 - - [2026-04-20 18:54:04] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004802 10.0.0.23 - - [2026-04-20 18:54:04] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004943 10.0.0.23 - - [2026-04-20 18:54:04] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008564 10.0.0.23 - - [2026-04-20 18:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.009010 10.0.0.23 - - [2026-04-20 18:54:05] "GET /routing-instance/c3f1f3d1-896c-4ed8-9a58-1a0f4c8e8683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006140 10.0.0.23 - - [2026-04-20 18:54:05] "GET /route-target/5b5a6ad2-e08f-4f7b-ba44-e1f0bf8facc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004445 10.0.0.23 - - [2026-04-20 18:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006118 10.0.0.23 - - [2026-04-20 18:54:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004666 10.0.0.23 - - [2026-04-20 18:54:05] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003884 10.0.0.23 - - [2026-04-20 18:54:05] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007959 10.0.0.23 - - [2026-04-20 18:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.23 - - [2026-04-20 18:54:05] "GET /routing-instance/c3f1f3d1-896c-4ed8-9a58-1a0f4c8e8683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004832 10.0.0.23 - - [2026-04-20 18:54:05] "GET /route-target/5b5a6ad2-e08f-4f7b-ba44-e1f0bf8facc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006657 10.0.0.23 - - [2026-04-20 18:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.23 - - [2026-04-20 18:54:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006018 10.0.0.23 - - [2026-04-20 18:54:05] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005266 10.0.0.23 - - [2026-04-20 18:54:05] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006906 10.0.0.23 - - [2026-04-20 18:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.23 - - [2026-04-20 18:54:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005285 10.0.0.23 - - [2026-04-20 18:54:05] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004220 10.0.0.23 - - [2026-04-20 18:54:05] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006701 10.0.0.23 - - [2026-04-20 18:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005056 10.0.0.23 - - [2026-04-20 18:54:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004709 10.0.0.23 - - [2026-04-20 18:54:05] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003479 10.0.0.23 - - [2026-04-20 18:54:05] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008937 10.0.0.65 - - [2026-04-20 18:54:06] "GET /obj-perms HTTP/1.1" 200 5032 0.078709 10.0.0.23 - - [2026-04-20 18:54:06] "GET /obj-perms HTTP/1.1" 200 5032 0.084350 10.0.0.23 - - [2026-04-20 18:54:06] "GET /obj-perms HTTP/1.1" 200 5032 0.006185 10.0.0.23 - - [2026-04-20 18:54:06] "GET /obj-perms HTTP/1.1" 200 5032 0.005566 10.0.0.23 - - [2026-04-20 18:54:06] "GET /virtual-machine/f34ba88c-3f47-469d-b814-f2c9ee530b2f HTTP/1.1" 200 1294 0.005781 10.0.0.23 - - [2026-04-20 18:54:06] "GET /virtual-machine-interface/30ecda0d-71aa-4647-b745-78887ad90e4d HTTP/1.1" 200 2949 0.007762 10.0.0.23 - - [2026-04-20 18:54:06] "GET /virtual-machine/f34ba88c-3f47-469d-b814-f2c9ee530b2f HTTP/1.1" 200 1294 0.004670 10.0.0.23 - - [2026-04-20 18:54:06] "GET /virtual-machine-interface/30ecda0d-71aa-4647-b745-78887ad90e4d HTTP/1.1" 200 2949 0.006276 10.0.0.23 - - [2026-04-20 18:54:06] "GET /instance-ip/3f3cd718-ca4f-48c3-875a-cbb88054b950 HTTP/1.1" 200 1620 0.008081 10.0.0.23 - - [2026-04-20 18:54:06] "GET /virtual-machine/f34ba88c-3f47-469d-b814-f2c9ee530b2f HTTP/1.1" 200 1294 0.004352 10.0.0.23 - - [2026-04-20 18:54:06] "GET /virtual-machine-interface/30ecda0d-71aa-4647-b745-78887ad90e4d HTTP/1.1" 200 2949 0.006081 10.0.0.23 - - [2026-04-20 18:54:06] "GET /instance-ip/3f3cd718-ca4f-48c3-875a-cbb88054b950 HTTP/1.1" 200 1620 0.005013 10.0.0.23 - - [2026-04-20 18:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.23 - - [2026-04-20 18:54:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005280 10.0.0.23 - - [2026-04-20 18:54:06] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003725 10.0.0.23 - - [2026-04-20 18:54:06] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006247 10.0.0.23 - - [2026-04-20 18:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.23 - - [2026-04-20 18:54:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005335 10.0.0.23 - - [2026-04-20 18:54:06] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003791 10.0.0.23 - - [2026-04-20 18:54:07] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006937 10.0.0.23 - - [2026-04-20 18:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.23 - - [2026-04-20 18:54:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004544 10.0.0.23 - - [2026-04-20 18:54:07] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005272 10.0.0.23 - - [2026-04-20 18:54:07] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007142 10.0.0.23 - - [2026-04-20 18:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.23 - - [2026-04-20 18:54:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005847 10.0.0.23 - - [2026-04-20 18:54:07] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004587 10.0.0.23 - - [2026-04-20 18:54:07] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007224 10.0.0.23 - - [2026-04-20 18:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.23 - - [2026-04-20 18:54:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005894 10.0.0.23 - - [2026-04-20 18:54:07] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004585 10.0.0.23 - - [2026-04-20 18:54:07] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010485 10.0.0.23 - - [2026-04-20 18:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006587 10.0.0.23 - - [2026-04-20 18:54:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005527 10.0.0.23 - - [2026-04-20 18:54:07] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004912 10.0.0.23 - - [2026-04-20 18:54:07] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008817 10.0.0.23 - - [2026-04-20 18:54:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.23 - - [2026-04-20 18:54:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006480 10.0.0.23 - - [2026-04-20 18:54:07] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005614 10.0.0.23 - - [2026-04-20 18:54:07] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010460 10.0.0.23 - - [2026-04-20 18:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.016274 10.0.0.23 - - [2026-04-20 18:54:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005014 10.0.0.23 - - [2026-04-20 18:54:08] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004241 10.0.0.23 - - [2026-04-20 18:54:08] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009701 10.0.0.23 - - [2026-04-20 18:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004915 10.0.0.23 - - [2026-04-20 18:54:08] "GET /routing-instance/c3f1f3d1-896c-4ed8-9a58-1a0f4c8e8683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.008132 10.0.0.23 - - [2026-04-20 18:54:08] "GET /route-target/5b5a6ad2-e08f-4f7b-ba44-e1f0bf8facc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005923 10.0.0.23 - - [2026-04-20 18:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.23 - - [2026-04-20 18:54:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004238 10.0.0.23 - - [2026-04-20 18:54:08] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004766 10.0.0.23 - - [2026-04-20 18:54:08] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010226 10.0.0.23 - - [2026-04-20 18:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793 10.0.0.23 - - [2026-04-20 18:54:08] "GET /routing-instance/c3f1f3d1-896c-4ed8-9a58-1a0f4c8e8683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006721 10.0.0.23 - - [2026-04-20 18:54:08] "GET /route-target/5b5a6ad2-e08f-4f7b-ba44-e1f0bf8facc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006542 10.0.0.23 - - [2026-04-20 18:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005304 10.0.0.23 - - [2026-04-20 18:54:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007040 10.0.0.23 - - [2026-04-20 18:54:08] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006686 10.0.0.23 - - [2026-04-20 18:54:08] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005881 10.0.0.23 - - [2026-04-20 18:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.23 - - [2026-04-20 18:54:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006832 10.0.0.23 - - [2026-04-20 18:54:08] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005094 10.0.0.23 - - [2026-04-20 18:54:08] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007948 10.0.0.23 - - [2026-04-20 18:54:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005081 10.0.0.23 - - [2026-04-20 18:54:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005891 10.0.0.23 - - [2026-04-20 18:54:08] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006510 10.0.0.23 - - [2026-04-20 18:54:08] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010443 10.0.0.65 - - [2026-04-20 18:54:09] "GET /obj-perms HTTP/1.1" 200 5032 0.005814 10.0.0.23 - - [2026-04-20 18:54:09] "GET /obj-perms HTTP/1.1" 200 5032 0.004024 10.0.0.65 - - [2026-04-20 18:54:09] "GET /obj-perms HTTP/1.1" 200 5032 0.005718 10.0.0.23 - - [2026-04-20 18:54:09] "GET /obj-perms HTTP/1.1" 200 5032 0.006835 10.0.0.249 - - [2026-04-20 18:54:09] "GET /obj-perms HTTP/1.1" 200 5032 0.072027 10.0.0.23 - - [2026-04-20 18:54:13] "POST /neutron/port HTTP/1.1" 200 1123 0.024002 10.0.0.23 - - [2026-04-20 18:54:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004028 10.0.0.23 - - [2026-04-20 18:54:14] "POST /neutron/network HTTP/1.1" 200 825 0.007686 10.0.0.23 - - [2026-04-20 18:54:14] "GET /virtual-machine/f34ba88c-3f47-469d-b814-f2c9ee530b2f HTTP/1.1" 200 1294 0.005450 10.0.0.23 - - [2026-04-20 18:54:15] "POST /neutron/port HTTP/1.1" 200 151 0.222181 10.0.0.23 - - [2026-04-20 18:54:16] "GET /virtual-machine/f34ba88c-3f47-469d-b814-f2c9ee530b2f HTTP/1.1" 404 171 0.003761 10.0.0.23 - - [2026-04-20 18:54:16] "GET /virtual-machine/f34ba88c-3f47-469d-b814-f2c9ee530b2f HTTP/1.1" 404 171 0.004428 10.0.0.23 - - [2026-04-20 18:54:16] "GET /virtual-machine/f34ba88c-3f47-469d-b814-f2c9ee530b2f HTTP/1.1" 404 171 0.003694 10.0.0.23 - - [2026-04-20 18:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.23 - - [2026-04-20 18:54:17] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005271 10.0.0.23 - - [2026-04-20 18:54:17] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004786 10.0.0.23 - - [2026-04-20 18:54:17] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006215 10.0.0.23 - - [2026-04-20 18:54:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.23 - - [2026-04-20 18:54:17] "GET /routing-instance/c3f1f3d1-896c-4ed8-9a58-1a0f4c8e8683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005566 10.0.0.23 - - [2026-04-20 18:54:17] "GET /route-target/5b5a6ad2-e08f-4f7b-ba44-e1f0bf8facc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006687 10.0.0.65 - - [2026-04-20 18:54:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004828 10.0.0.23 - - [2026-04-20 18:54:20] "GET /obj-perms HTTP/1.1" 200 5032 0.005698 10.0.0.23 - - [2026-04-20 18:54:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004008 10.0.0.65 - - [2026-04-20 18:54:23] "GET /obj-perms HTTP/1.1" 200 5032 0.004566 10.0.0.23 - - [2026-04-20 18:54:23] "GET /virtual-machine/21f8e7de-1930-456d-97e0-73d2be9acb27 HTTP/1.1" 200 1293 0.005103 10.0.0.23 - - [2026-04-20 18:54:24] "POST /neutron/port HTTP/1.1" 200 151 0.248633 10.0.0.23 - - [2026-04-20 18:54:25] "GET /virtual-machine/21f8e7de-1930-456d-97e0-73d2be9acb27 HTTP/1.1" 404 171 0.004647 10.0.0.23 - - [2026-04-20 18:54:25] "GET /virtual-machine/21f8e7de-1930-456d-97e0-73d2be9acb27 HTTP/1.1" 404 171 0.003456 10.0.0.23 - - [2026-04-20 18:54:25] "GET /virtual-machine/21f8e7de-1930-456d-97e0-73d2be9acb27 HTTP/1.1" 404 171 0.004228 10.0.0.23 - - [2026-04-20 18:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.011738 10.0.0.23 - - [2026-04-20 18:54:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005273 10.0.0.23 - - [2026-04-20 18:54:26] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003781 10.0.0.23 - - [2026-04-20 18:54:26] "GET /virtual-network/723e10fd-deca-47b4-ba7a-f83674c50faa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009176 10.0.0.23 - - [2026-04-20 18:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.23 - - [2026-04-20 18:54:26] "GET /routing-instance/c3f1f3d1-896c-4ed8-9a58-1a0f4c8e8683?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.007168 10.0.0.23 - - [2026-04-20 18:54:26] "GET /route-target/5b5a6ad2-e08f-4f7b-ba44-e1f0bf8facc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006832 10.0.0.23 - - [2026-04-20 18:54:29] "GET /obj-perms HTTP/1.1" 200 5032 0.004152 10.0.0.23 - - [2026-04-20 18:54:32] "GET /obj-perms HTTP/1.1" 200 5032 0.005373 10.0.0.23 - - [2026-04-20 18:54:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.004722 10.0.0.23 - - [2026-04-20 18:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.65 - - [2026-04-20 18:54:35] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001133 10.0.0.23 - - [2026-04-20 18:54:35] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.048825 10.0.0.23 - - [2026-04-20 18:54:36] "POST /network-policys HTTP/1.1" 200 522 0.034648 10.0.0.23 - - [2026-04-20 18:54:36] "GET /network-policy/8f44ba00-15a5-4859-8d89-58a514d3fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.007553 10.0.0.23 - - [2026-04-20 18:54:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.003657 10.0.0.23 - - [2026-04-20 18:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005915 10.0.0.65 - - [2026-04-20 18:54:36] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001256 10.0.0.23 - - [2026-04-20 18:54:36] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061316 10.0.0.23 - - [2026-04-20 18:54:36] "POST /network-policys HTTP/1.1" 200 522 0.042035 10.0.0.23 - - [2026-04-20 18:54:36] "GET /network-policy/3193aa53-63aa-43d8-ab2d-01d72f49318c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007714 10.0.0.23 - - [2026-04-20 18:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.65 - - [2026-04-20 18:54:36] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.23 - - [2026-04-20 18:54:36] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064494 10.0.0.23 - - [2026-04-20 18:54:36] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004936 10.0.0.23 - - [2026-04-20 18:54:36] "POST /virtual-networks HTTP/1.1" 200 546 0.099066 10.0.0.65 - - [2026-04-20 18:54:36] "POST /route-targets HTTP/1.1" 200 327 0.021173 10.0.0.23 - - [2026-04-20 18:54:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007132 10.0.0.23 - - [2026-04-20 18:54:36] "GET /network-ipam/effc6a90-6c47-4b85-b4e8-6a068bbe786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.010523 10.0.0.65 - - [2026-04-20 18:54:36] "POST /useragent-kv HTTP/1.1" 200 115 0.014190 10.0.0.23 - - [2026-04-20 18:54:36] "POST /ref-update HTTP/1.1" 200 156 0.113615 10.0.0.23 - - [2026-04-20 18:54:37] "POST /neutron/network HTTP/1.1" 200 809 0.012326 10.0.0.23 - - [2026-04-20 18:54:37] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006622 10.0.0.23 - - [2026-04-20 18:54:37] "POST /neutron/subnet HTTP/1.1" 200 672 0.011567 10.0.0.23 - - [2026-04-20 18:54:37] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006607 10.0.0.23 - - [2026-04-20 18:54:37] "GET /obj-perms HTTP/1.1" 200 5032 0.004416 10.0.0.249 - - [2026-04-20 18:54:37] "GET /obj-perms HTTP/1.1" 200 5032 0.005531 10.0.0.23 - - [2026-04-20 18:54:37] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.009449 10.0.0.23 - - [2026-04-20 18:54:37] "PUT /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d HTTP/1.1" 200 264 0.057534 10.0.0.23 - - [2026-04-20 18:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.23 - - [2026-04-20 18:54:37] "GET /network-policy/8f44ba00-15a5-4859-8d89-58a514d3fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.005617 10.0.0.23 - - [2026-04-20 18:54:37] "POST /ref-update HTTP/1.1" 200 156 0.075977 10.0.0.65 - - [2026-04-20 18:54:38] "POST /access-control-lists HTTP/1.1" 200 592 0.096989 10.0.0.23 - - [2026-04-20 18:54:38] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.028992 10.0.0.23 - - [2026-04-20 18:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005001 10.0.0.23 - - [2026-04-20 18:54:38] "GET /network-policy/8f44ba00-15a5-4859-8d89-58a514d3fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.016631 10.0.0.23 - - [2026-04-20 18:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.65 - - [2026-04-20 18:54:38] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001775 10.0.0.23 - - [2026-04-20 18:54:38] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.058609 10.0.0.23 - - [2026-04-20 18:54:38] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006691 10.0.0.23 - - [2026-04-20 18:54:38] "POST /virtual-networks HTTP/1.1" 200 546 0.119067 10.0.0.23 - - [2026-04-20 18:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006703 10.0.0.23 - - [2026-04-20 18:54:38] "GET /network-ipam/effc6a90-6c47-4b85-b4e8-6a068bbe786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.021385 10.0.0.65 - - [2026-04-20 18:54:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007004 10.0.0.23 - - [2026-04-20 18:54:38] "POST /ref-update HTTP/1.1" 200 156 0.085782 10.0.0.23 - - [2026-04-20 18:54:38] "POST /neutron/network HTTP/1.1" 200 809 0.009056 10.0.0.23 - - [2026-04-20 18:54:38] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.005970 10.0.0.23 - - [2026-04-20 18:54:39] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.008541 10.0.0.65 - - [2026-04-20 18:54:39] "GET /obj-perms HTTP/1.1" 200 5032 0.007174 10.0.0.23 - - [2026-04-20 18:54:39] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.007071 10.0.0.23 - - [2026-04-20 18:54:39] "PUT /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434 HTTP/1.1" 200 264 0.075684 10.0.0.23 - - [2026-04-20 18:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.23 - - [2026-04-20 18:54:39] "GET /network-policy/3193aa53-63aa-43d8-ab2d-01d72f49318c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004822 10.0.0.65 - - [2026-04-20 18:54:39] "POST /fqname-to-id HTTP/1.1" 404 237 0.005448 10.0.0.23 - - [2026-04-20 18:54:39] "POST /ref-update HTTP/1.1" 200 156 0.056448 10.0.0.23 - - [2026-04-20 18:54:39] "POST /neutron/network HTTP/1.1" 200 886 0.008541 10.0.0.23 - - [2026-04-20 18:54:39] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.015910 10.0.0.23 - - [2026-04-20 18:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.23 - - [2026-04-20 18:54:39] "GET /network-policy/3193aa53-63aa-43d8-ab2d-01d72f49318c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004803 10.0.0.23 - - [2026-04-20 18:54:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001255 10.0.0.65 - - [2026-04-20 18:54:40] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001475 10.0.0.23 - - [2026-04-20 18:54:40] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076089 10.0.0.23 - - [2026-04-20 18:54:41] "POST /neutron/network HTTP/1.1" 200 886 0.045949 10.0.0.23 - - [2026-04-20 18:54:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001420 10.0.0.23 - - [2026-04-20 18:54:41] "POST /neutron/port HTTP/1.1" 200 4192 0.044609 10.0.0.65 - - [2026-04-20 18:54:41] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002754 10.0.0.23 - - [2026-04-20 18:54:42] "POST /neutron/port HTTP/1.1" 200 1061 0.448455 10.0.0.23 - - [2026-04-20 18:54:42] "POST /neutron/port HTTP/1.1" 200 1115 0.159666 10.0.0.23 - - [2026-04-20 18:54:42] "POST /neutron/subnet HTTP/1.1" 200 646 0.010747 10.0.0.65 - - [2026-04-20 18:54:42] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.23 - - [2026-04-20 18:54:42] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.100985 10.0.0.23 - - [2026-04-20 18:54:42] "POST /neutron/network HTTP/1.1" 200 886 0.007838 10.0.0.23 - - [2026-04-20 18:54:43] "POST /neutron/port HTTP/1.1" 200 117 0.014364 10.0.0.23 - - [2026-04-20 18:54:43] "POST /neutron/network HTTP/1.1" 200 896 0.007551 10.0.0.23 - - [2026-04-20 18:54:44] "POST /neutron/port HTTP/1.1" 200 1061 0.028293 10.0.0.23 - - [2026-04-20 18:54:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007245 10.0.0.23 - - [2026-04-20 18:54:44] "POST /neutron/network HTTP/1.1" 200 886 0.009583 10.0.0.23 - - [2026-04-20 18:54:48] "POST /neutron/port HTTP/1.1" 200 1125 0.022968 10.0.0.23 - - [2026-04-20 18:54:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009621 10.0.0.23 - - [2026-04-20 18:54:48] "GET /virtual-machine/de4f0c45-9118-467c-8ade-ecf876861f73 HTTP/1.1" 200 1294 0.009266 10.0.0.23 - - [2026-04-20 18:54:48] "GET /virtual-machine-interface/71cb271a-d8d1-4b00-9b9a-2db5b3462194 HTTP/1.1" 200 2949 0.006473 10.0.0.23 - - [2026-04-20 18:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-04-20 18:54:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004400 10.0.0.23 - - [2026-04-20 18:54:48] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004047 10.0.0.23 - - [2026-04-20 18:54:48] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008254 10.0.0.23 - - [2026-04-20 18:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005603 10.0.0.23 - - [2026-04-20 18:54:51] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007071 10.0.0.23 - - [2026-04-20 18:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2026-04-20 18:54:55] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005868 10.0.0.23 - - [2026-04-20 18:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004559 10.0.0.23 - - [2026-04-20 18:55:00] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007270 10.0.0.23 - - [2026-04-20 18:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.23 - - [2026-04-20 18:55:04] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006053 10.0.0.23 - - [2026-04-20 18:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.23 - - [2026-04-20 18:55:08] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009195 10.0.0.249 - - [2026-04-20 18:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000428 10.0.0.249 - - [2026-04-20 18:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000503 10.0.0.249 - - [2026-04-20 18:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.001031 10.0.0.65 - - [2026-04-20 18:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.249 - - [2026-04-20 18:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.65 - - [2026-04-20 18:55:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.65 - - [2026-04-20 18:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.65 - - [2026-04-20 18:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.23 - - [2026-04-20 18:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.23 - - [2026-04-20 18:55:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.23 - - [2026-04-20 18:55:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000516 10.0.0.23 - - [2026-04-20 18:55:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.23 - - [2026-04-20 18:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005789 10.0.0.23 - - [2026-04-20 18:55:12] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008698 10.0.0.23 - - [2026-04-20 18:55:15] "POST /neutron/network HTTP/1.1" 200 1123 0.009324 10.0.0.23 - - [2026-04-20 18:55:15] "POST /neutron/subnet HTTP/1.1" 200 1385 0.025451 10.0.0.23 - - [2026-04-20 18:55:15] "POST /neutron/network HTTP/1.1" 200 1113 0.013834 10.0.0.23 - - [2026-04-20 18:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005651 10.0.0.23 - - [2026-04-20 18:55:16] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008975 10.0.0.23 - - [2026-04-20 18:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.23 - - [2026-04-20 18:55:20] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006486 10.0.0.23 - - [2026-04-20 18:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.23 - - [2026-04-20 18:55:24] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.012604 10.0.0.23 - - [2026-04-20 18:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.23 - - [2026-04-20 18:55:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004750 10.0.0.23 - - [2026-04-20 18:55:26] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003886 10.0.0.23 - - [2026-04-20 18:55:26] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.011578 10.0.0.23 - - [2026-04-20 18:55:32] "POST /neutron/port HTTP/1.1" 200 1125 0.025868 10.0.0.23 - - [2026-04-20 18:55:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008698 10.0.0.23 - - [2026-04-20 18:55:38] "POST /neutron/port HTTP/1.1" 200 1125 0.032262 10.0.0.23 - - [2026-04-20 18:55:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008287 10.0.0.23 - - [2026-04-20 18:55:47] "POST /neutron/port HTTP/1.1" 200 1125 0.029331 10.0.0.23 - - [2026-04-20 18:55:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013263 10.0.0.23 - - [2026-04-20 18:55:48] "GET /virtual-machine/fa6bb3fc-c152-4f5c-a270-9ea6dece0494 HTTP/1.1" 200 1294 0.009917 10.0.0.23 - - [2026-04-20 18:55:48] "GET /virtual-machine-interface/f1c9c4ea-0804-4912-a4af-49873f3d234f HTTP/1.1" 200 2950 0.007020 10.0.0.23 - - [2026-04-20 18:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.23 - - [2026-04-20 18:55:48] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004499 10.0.0.23 - - [2026-04-20 18:55:48] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005301 10.0.0.23 - - [2026-04-20 18:55:48] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006462 10.0.0.23 - - [2026-04-20 18:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.23 - - [2026-04-20 18:55:49] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004388 10.0.0.23 - - [2026-04-20 18:55:49] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005058 10.0.0.23 - - [2026-04-20 18:55:49] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007184 10.0.0.23 - - [2026-04-20 18:55:55] "POST /neutron/network HTTP/1.1" 200 1123 0.044591 10.0.0.23 - - [2026-04-20 18:55:55] "POST /neutron/subnet HTTP/1.1" 200 1385 0.016312 10.0.0.23 - - [2026-04-20 18:55:55] "POST /neutron/network HTTP/1.1" 200 1113 0.011144 10.0.0.23 - - [2026-04-20 18:55:58] "GET /obj-perms HTTP/1.1" 200 5056 0.098515 10.0.0.23 - - [2026-04-20 18:56:17] "POST /neutron/network HTTP/1.1" 200 938 0.043241 10.0.0.23 - - [2026-04-20 18:56:17] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.23 - - [2026-04-20 18:56:57] "POST /neutron/port HTTP/1.1" 200 1108 0.023850 10.0.0.23 - - [2026-04-20 18:56:58] "POST /neutron/subnet HTTP/1.1" 200 703 0.010591 10.0.0.249 - - [2026-04-20 18:56:59] "GET /obj-perms HTTP/1.1" 200 5056 0.102688 10.0.0.23 - - [2026-04-20 18:57:18] "POST /neutron/port HTTP/1.1" 200 1125 0.021728 10.0.0.23 - - [2026-04-20 18:57:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004469 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Apr 20 06:57:19 PM UTC 2026 ===================' INFO: =================== Mon Apr 20 06:57:19 PM 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 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ 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.23,10.0.0.249,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.249:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.249:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.249:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.249:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.249:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.249:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.249:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.249:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.249:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.249:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.249:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.249:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.249:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.249:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.249:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.249:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.249:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.249:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.249:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.249:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.249:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.249:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.249:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.249:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.249:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.249:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ 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.23,10.0.0.249,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.249,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.23,10.0.0.249,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.249,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.249,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.23:9041 10.0.0.249:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ 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: 04/20/2026 18:57:28.588 7f51bcb25400 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/20/2026 18:57:28.723 7f51bcb25400 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/20/2026 18:57:28.735 7f51bcb25400 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/20/2026 18:57:28.735 7f51bcb25400 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2026-04-20 18:57:29] "GET / HTTP/1.1" 503 181 0.000241 10.0.0.65 - - [2026-04-20 18:57:29] "GET / HTTP/1.1" 503 181 0.000139 [Introspect:8084]10.0.0.23 - - [2026-04-20 18:57:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3222 0.001873 10.0.0.65 - - [2026-04-20 18:57:30] "GET / HTTP/1.1" 200 45871 0.001468 10.0.0.65 - - [2026-04-20 18:57:30] "GET / HTTP/1.1" 200 45871 0.001169 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.65 - - [2026-04-20 18:57:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000563 10.0.0.65 - - [2026-04-20 18:57:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000290 10.0.0.65 - - [2026-04-20 18:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.707101 10.0.0.65 - - [2026-04-20 18:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.65 - - [2026-04-20 18:57:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.445271 10.0.0.65 - - [2026-04-20 18:57:31] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1484 0.005105 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.65 - - [2026-04-20 18:57:31] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001524 10.0.0.65 - - [2026-04-20 18:57:32] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.062942 10.0.0.65 - - [2026-04-20 18:57:32] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000978 10.0.0.65 - - [2026-04-20 18:57:32] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?fields=security_groups HTTP/1.1" 200 1088 0.058669 10.0.0.65 - - [2026-04-20 18:57:32] "GET /projects?obj_uuids=47d7490d-10d0-4e86-a38e-25b88f74e021&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001078 10.0.0.65 - - [2026-04-20 18:57:32] "GET /project/47d7490d-10d0-4e86-a38e-25b88f74e021?fields=application_policy_sets HTTP/1.1" 200 1381 0.046205 10.0.0.65 - - [2026-04-20 18:57:32] "DELETE /project/47d7490d-10d0-4e86-a38e-25b88f74e021 HTTP/1.1" 409 278 0.270603 [Introspect:8084]10.0.0.23 - - [2026-04-20 18:57:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001199 [Introspect:8084]10.0.0.23 - - [2026-04-20 18:57:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001651 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.23 - - [2026-04-20 18:57:37] "GET /obj-perms HTTP/1.1" 200 5032 0.398308 10.0.0.23 - - [2026-04-20 18:57:37] "GET /obj-perms HTTP/1.1" 200 5032 0.004213 10.0.0.23 - - [2026-04-20 18:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.039499 10.0.0.65 - - [2026-04-20 18:57:37] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001279 10.0.0.23 - - [2026-04-20 18:57:37] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075587 10.0.0.23 - - [2026-04-20 18:57:37] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004212 10.0.0.23 - - [2026-04-20 18:57:37] "POST /virtual-networks HTTP/1.1" 200 546 0.096656 10.0.0.23 - - [2026-04-20 18:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.23 - - [2026-04-20 18:57:37] "GET /network-ipam/effc6a90-6c47-4b85-b4e8-6a068bbe786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1089 0.005772 10.0.0.65 - - [2026-04-20 18:57:37] "POST /useragent-kv HTTP/1.1" 200 115 0.007535 10.0.0.23 - - [2026-04-20 18:57:37] "POST /ref-update HTTP/1.1" 200 156 0.084726 10.0.0.23 - - [2026-04-20 18:57:38] "POST /neutron/network HTTP/1.1" 200 809 0.044947 10.0.0.23 - - [2026-04-20 18:57:38] "GET /virtual-network/10e21a41-071d-40f1-b019-b5a8c0548589?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006838 10.0.0.65 - - [2026-04-20 18:57:38] "POST /route-targets HTTP/1.1" 200 327 0.057829 10.0.0.23 - - [2026-04-20 18:57:38] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006074 10.0.0.65 - - [2026-04-20 18:57:39] "GET /obj-perms HTTP/1.1" 200 5032 0.073306 10.0.0.23 - - [2026-04-20 18:57:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.002098 10.0.0.23 - - [2026-04-20 18:57:39] "POST /neutron/port HTTP/1.1" 200 6136 0.067873 10.0.0.65 - - [2026-04-20 18:57:40] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.23 - - [2026-04-20 18:57:40] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085192 10.0.0.23 - - [2026-04-20 18:57:40] "POST /neutron/network HTTP/1.1" 200 886 0.038925 10.0.0.23 - - [2026-04-20 18:57:40] "POST /neutron/port HTTP/1.1" 200 117 0.010486 10.0.0.65 - - [2026-04-20 18:57:41] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.23 - - [2026-04-20 18:57:41] "POST /neutron/port HTTP/1.1" 200 1061 0.346481 10.0.0.23 - - [2026-04-20 18:57:41] "POST /neutron/port HTTP/1.1" 200 1115 0.184359 10.0.0.23 - - [2026-04-20 18:57:41] "POST /neutron/subnet HTTP/1.1" 200 646 0.012268 10.0.0.23 - - [2026-04-20 18:57:45] "POST /neutron/port HTTP/1.1" 200 1125 0.030121 10.0.0.23 - - [2026-04-20 18:57:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009704 10.0.0.23 - - [2026-04-20 18:57:46] "POST /neutron/port HTTP/1.1" 200 1125 0.023102 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-machine/67647c88-79e0-4bfc-ada3-f86dad604f5b HTTP/1.1" 200 1293 0.038796 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-machine/67647c88-79e0-4bfc-ada3-f86dad604f5b HTTP/1.1" 200 1293 0.004956 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-machine-interface/7f18471c-8673-47d9-9978-82127191c963 HTTP/1.1" 200 2949 0.007590 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-machine/67647c88-79e0-4bfc-ada3-f86dad604f5b HTTP/1.1" 200 1293 0.004567 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-machine-interface/7f18471c-8673-47d9-9978-82127191c963 HTTP/1.1" 200 2949 0.006669 10.0.0.23 - - [2026-04-20 18:57:46] "GET /instance-ip/bbce40d6-77e9-4312-a9f7-077de654ba80 HTTP/1.1" 200 1624 0.008068 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-machine/67647c88-79e0-4bfc-ada3-f86dad604f5b HTTP/1.1" 200 1293 0.004552 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-machine-interface/7f18471c-8673-47d9-9978-82127191c963 HTTP/1.1" 200 2949 0.006487 10.0.0.23 - - [2026-04-20 18:57:46] "GET /instance-ip/bbce40d6-77e9-4312-a9f7-077de654ba80 HTTP/1.1" 200 1624 0.007452 10.0.0.23 - - [2026-04-20 18:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.23 - - [2026-04-20 18:57:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006953 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004811 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007814 10.0.0.23 - - [2026-04-20 18:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.23 - - [2026-04-20 18:57:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005905 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004625 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007083 10.0.0.23 - - [2026-04-20 18:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.23 - - [2026-04-20 18:57:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004274 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004272 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007041 10.0.0.23 - - [2026-04-20 18:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.23 - - [2026-04-20 18:57:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009970 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003953 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008396 10.0.0.23 - - [2026-04-20 18:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006165 10.0.0.23 - - [2026-04-20 18:57:46] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006135 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005198 10.0.0.23 - - [2026-04-20 18:57:46] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009439 10.0.0.23 - - [2026-04-20 18:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.23 - - [2026-04-20 18:57:50] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006273 10.0.0.23 - - [2026-04-20 18:57:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.23 - - [2026-04-20 18:57:54] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007082 10.0.0.23 - - [2026-04-20 18:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005262 10.0.0.23 - - [2026-04-20 18:57:58] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007163 10.0.0.23 - - [2026-04-20 18:57:58] "POST /neutron/port HTTP/1.1" 200 1125 0.052847 10.0.0.23 - - [2026-04-20 18:57:58] "POST /neutron/subnet HTTP/1.1" 200 646 0.010535 10.0.0.23 - - [2026-04-20 18:58:00] "GET /obj-perms HTTP/1.1" 200 5056 0.078205 10.0.0.23 - - [2026-04-20 18:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.23 - - [2026-04-20 18:58:02] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006489 10.0.0.23 - - [2026-04-20 18:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004982 10.0.0.23 - - [2026-04-20 18:58:06] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006660 10.0.0.23 - - [2026-04-20 18:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007924 10.0.0.23 - - [2026-04-20 18:58:10] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007010 10.0.0.23 - - [2026-04-20 18:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.23 - - [2026-04-20 18:58:14] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005611 10.0.0.23 - - [2026-04-20 18:58:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.23 - - [2026-04-20 18:58:18] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008082 10.0.0.23 - - [2026-04-20 18:58:18] "POST /neutron/port HTTP/1.1" 200 1218 0.020598 10.0.0.23 - - [2026-04-20 18:58:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004523 10.0.0.23 - - [2026-04-20 18:58:19] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.23 - - [2026-04-20 18:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2026-04-20 18:58:22] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.012781 10.0.0.23 - - [2026-04-20 18:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.23 - - [2026-04-20 18:58:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004173 10.0.0.23 - - [2026-04-20 18:58:24] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003838 10.0.0.23 - - [2026-04-20 18:58:24] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006689 10.0.0.23 - - [2026-04-20 18:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.23 - - [2026-04-20 18:58:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004344 10.0.0.23 - - [2026-04-20 18:58:25] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004083 10.0.0.23 - - [2026-04-20 18:58:25] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.010348 10.0.0.23 - - [2026-04-20 18:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.23 - - [2026-04-20 18:58:25] "GET /routing-instance/f2608648-38cc-41f8-b185-040913875207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.006955 10.0.0.23 - - [2026-04-20 18:58:25] "GET /route-target/94275189-a34b-4863-9f2c-19f82adcafeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004699 10.0.0.23 - - [2026-04-20 18:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.014327 10.0.0.23 - - [2026-04-20 18:58:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005948 10.0.0.23 - - [2026-04-20 18:58:25] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003924 10.0.0.23 - - [2026-04-20 18:58:25] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006799 10.0.0.23 - - [2026-04-20 18:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.23 - - [2026-04-20 18:58:25] "GET /routing-instance/f2608648-38cc-41f8-b185-040913875207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005467 10.0.0.23 - - [2026-04-20 18:58:25] "GET /route-target/94275189-a34b-4863-9f2c-19f82adcafeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004545 10.0.0.23 - - [2026-04-20 18:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.23 - - [2026-04-20 18:58:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004135 10.0.0.23 - - [2026-04-20 18:58:25] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004290 10.0.0.23 - - [2026-04-20 18:58:25] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006445 10.0.0.23 - - [2026-04-20 18:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006147 10.0.0.23 - - [2026-04-20 18:58:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.015277 10.0.0.23 - - [2026-04-20 18:58:25] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005379 10.0.0.23 - - [2026-04-20 18:58:25] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006790 10.0.0.23 - - [2026-04-20 18:58:26] "GET /obj-perms HTTP/1.1" 200 5032 0.007955 10.0.0.65 - - [2026-04-20 18:58:26] "GET /obj-perms HTTP/1.1" 200 5032 0.005888 10.0.0.249 - - [2026-04-20 18:58:26] "GET /obj-perms HTTP/1.1" 200 5032 0.103992 10.0.0.23 - - [2026-04-20 18:58:26] "GET /obj-perms HTTP/1.1" 200 5032 0.017259 10.0.0.23 - - [2026-04-20 18:58:27] "POST /id-to-fqname HTTP/1.1" 200 222 0.002149 10.0.0.23 - - [2026-04-20 18:58:27] "POST /neutron/port HTTP/1.1" 200 7108 0.107412 10.0.0.65 - - [2026-04-20 18:58:28] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001689 10.0.0.23 - - [2026-04-20 18:58:28] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.092437 10.0.0.23 - - [2026-04-20 18:58:28] "POST /neutron/network HTTP/1.1" 200 886 0.008121 10.0.0.23 - - [2026-04-20 18:58:28] "POST /neutron/port HTTP/1.1" 200 117 0.008323 10.0.0.65 - - [2026-04-20 18:58:29] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001241 10.0.0.23 - - [2026-04-20 18:58:29] "POST /neutron/port HTTP/1.1" 200 1061 0.396726 10.0.0.23 - - [2026-04-20 18:58:29] "POST /neutron/port HTTP/1.1" 200 1115 0.132429 10.0.0.23 - - [2026-04-20 18:58:30] "POST /neutron/subnet HTTP/1.1" 200 646 0.017832 10.0.0.23 - - [2026-04-20 18:58:33] "POST /neutron/port HTTP/1.1" 200 1125 0.064860 10.0.0.23 - - [2026-04-20 18:58:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010248 10.0.0.23 - - [2026-04-20 18:58:34] "POST /neutron/port HTTP/1.1" 200 1125 0.029051 10.0.0.23 - - [2026-04-20 18:58:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012990 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-machine/caa18420-06a3-42b7-94bc-ded319a3a611 HTTP/1.1" 200 1294 0.007521 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-machine/caa18420-06a3-42b7-94bc-ded319a3a611 HTTP/1.1" 200 1294 0.005928 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-machine-interface/6bb51b2d-661b-4a92-9ffb-4f0f3cbefc89 HTTP/1.1" 200 2949 0.009234 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-machine/caa18420-06a3-42b7-94bc-ded319a3a611 HTTP/1.1" 200 1294 0.006868 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-machine-interface/6bb51b2d-661b-4a92-9ffb-4f0f3cbefc89 HTTP/1.1" 200 2949 0.007805 10.0.0.23 - - [2026-04-20 18:58:34] "GET /instance-ip/82cd1915-2431-4460-9f05-f24714f6b834 HTTP/1.1" 200 1623 0.089697 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-machine/caa18420-06a3-42b7-94bc-ded319a3a611 HTTP/1.1" 200 1294 0.005148 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-machine-interface/6bb51b2d-661b-4a92-9ffb-4f0f3cbefc89 HTTP/1.1" 200 2949 0.006402 10.0.0.23 - - [2026-04-20 18:58:34] "GET /instance-ip/82cd1915-2431-4460-9f05-f24714f6b834 HTTP/1.1" 200 1623 0.004549 10.0.0.23 - - [2026-04-20 18:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.23 - - [2026-04-20 18:58:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005871 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004108 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006101 10.0.0.23 - - [2026-04-20 18:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.23 - - [2026-04-20 18:58:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004704 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003829 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006095 10.0.0.23 - - [2026-04-20 18:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.23 - - [2026-04-20 18:58:34] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006025 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005173 10.0.0.23 - - [2026-04-20 18:58:34] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006149 10.0.0.23 - - [2026-04-20 18:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.23 - - [2026-04-20 18:58:35] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008652 10.0.0.23 - - [2026-04-20 18:58:35] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005763 10.0.0.23 - - [2026-04-20 18:58:35] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007795 10.0.0.23 - - [2026-04-20 18:58:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005210 10.0.0.23 - - [2026-04-20 18:58:35] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006481 10.0.0.23 - - [2026-04-20 18:58:35] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005395 10.0.0.23 - - [2026-04-20 18:58:35] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.012203 10.0.0.23 - - [2026-04-20 18:58:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.23 - - [2026-04-20 18:58:38] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006284 10.0.0.23 - - [2026-04-20 18:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.23 - - [2026-04-20 18:58:42] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007771 10.0.0.23 - - [2026-04-20 18:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.23 - - [2026-04-20 18:58:46] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006849 10.0.0.23 - - [2026-04-20 18:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006364 10.0.0.23 - - [2026-04-20 18:58:50] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007173 10.0.0.23 - - [2026-04-20 18:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.23 - - [2026-04-20 18:58:54] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005814 10.0.0.23 - - [2026-04-20 18:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.23 - - [2026-04-20 18:58:58] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006156 10.0.0.23 - - [2026-04-20 18:59:00] "POST /neutron/network HTTP/1.1" 200 1123 0.008423 10.0.0.23 - - [2026-04-20 18:59:00] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018447 10.0.0.23 - - [2026-04-20 18:59:00] "POST /neutron/network HTTP/1.1" 200 1113 0.019625 10.0.0.23 - - [2026-04-20 18:59:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.23 - - [2026-04-20 18:59:02] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006406 10.0.0.23 - - [2026-04-20 18:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.23 - - [2026-04-20 18:59:07] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.009502 10.0.0.23 - - [2026-04-20 18:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.23 - - [2026-04-20 18:59:11] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006491 10.0.0.23 - - [2026-04-20 18:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.23 - - [2026-04-20 18:59:13] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004526 10.0.0.23 - - [2026-04-20 18:59:13] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003770 10.0.0.23 - - [2026-04-20 18:59:13] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006669 10.0.0.23 - - [2026-04-20 18:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005952 10.0.0.23 - - [2026-04-20 18:59:13] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007479 10.0.0.23 - - [2026-04-20 18:59:13] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005206 10.0.0.23 - - [2026-04-20 18:59:13] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.008853 10.0.0.23 - - [2026-04-20 18:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.23 - - [2026-04-20 18:59:13] "GET /routing-instance/dcc06577-7613-486a-a272-f07e5011489c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005480 10.0.0.23 - - [2026-04-20 18:59:13] "GET /route-target/5efee931-9aa1-4c50-8a86-2f6d3be3c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004701 10.0.0.23 - - [2026-04-20 18:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.23 - - [2026-04-20 18:59:13] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004641 10.0.0.23 - - [2026-04-20 18:59:13] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004371 10.0.0.23 - - [2026-04-20 18:59:13] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.007797 10.0.0.23 - - [2026-04-20 18:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.23 - - [2026-04-20 18:59:13] "GET /routing-instance/dcc06577-7613-486a-a272-f07e5011489c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004838 10.0.0.23 - - [2026-04-20 18:59:13] "GET /route-target/5efee931-9aa1-4c50-8a86-2f6d3be3c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004240 10.0.0.23 - - [2026-04-20 18:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.23 - - [2026-04-20 18:59:13] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005227 10.0.0.23 - - [2026-04-20 18:59:13] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003791 10.0.0.23 - - [2026-04-20 18:59:14] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006763 10.0.0.23 - - [2026-04-20 18:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.23 - - [2026-04-20 18:59:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004493 10.0.0.23 - - [2026-04-20 18:59:14] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004496 10.0.0.23 - - [2026-04-20 18:59:14] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006515 10.0.0.65 - - [2026-04-20 18:59:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004230 10.0.0.23 - - [2026-04-20 18:59:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004393 10.0.0.23 - - [2026-04-20 18:59:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004818 10.0.0.23 - - [2026-04-20 18:59:14] "GET /obj-perms HTTP/1.1" 200 5032 0.005149 10.0.0.249 - - [2026-04-20 18:59:14] "GET /obj-perms HTTP/1.1" 200 5032 0.005156 10.0.0.65 - - [2026-04-20 18:59:14] "GET /obj-perms HTTP/1.1" 200 5032 0.004792 10.0.0.23 - - [2026-04-20 18:59:14] "GET /virtual-machine/67647c88-79e0-4bfc-ada3-f86dad604f5b HTTP/1.1" 200 1293 0.007308 10.0.0.23 - - [2026-04-20 18:59:14] "GET /virtual-machine-interface/7f18471c-8673-47d9-9978-82127191c963 HTTP/1.1" 200 2949 0.006725 10.0.0.23 - - [2026-04-20 18:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.23 - - [2026-04-20 18:59:14] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004107 10.0.0.23 - - [2026-04-20 18:59:14] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003708 10.0.0.23 - - [2026-04-20 18:59:14] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.005903 10.0.0.23 - - [2026-04-20 18:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.23 - - [2026-04-20 18:59:15] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006046 10.0.0.23 - - [2026-04-20 18:59:15] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004802 10.0.0.23 - - [2026-04-20 18:59:15] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006434 10.0.0.23 - - [2026-04-20 18:59:16] "GET /virtual-machine/caa18420-06a3-42b7-94bc-ded319a3a611 HTTP/1.1" 200 1294 0.007774 10.0.0.23 - - [2026-04-20 18:59:16] "GET /virtual-machine-interface/6bb51b2d-661b-4a92-9ffb-4f0f3cbefc89 HTTP/1.1" 200 2949 0.007394 10.0.0.23 - - [2026-04-20 18:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.23 - - [2026-04-20 18:59:16] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004880 10.0.0.23 - - [2026-04-20 18:59:16] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004143 10.0.0.23 - - [2026-04-20 18:59:16] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006372 10.0.0.23 - - [2026-04-20 18:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.23 - - [2026-04-20 18:59:17] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005746 10.0.0.23 - - [2026-04-20 18:59:17] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003896 10.0.0.23 - - [2026-04-20 18:59:17] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006763 10.0.0.23 - - [2026-04-20 18:59:18] "POST /neutron/port HTTP/1.1" 200 1108 0.028645 10.0.0.23 - - [2026-04-20 18:59:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004129 10.0.0.23 - - [2026-04-20 18:59:19] "POST /neutron/network HTTP/1.1" 200 928 0.007720 10.0.0.23 - - [2026-04-20 18:59:22] "POST /neutron/port HTTP/1.1" 200 1125 0.059683 10.0.0.23 - - [2026-04-20 18:59:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008781 10.0.0.23 - - [2026-04-20 19:00:02] "POST /neutron/network HTTP/1.1" 200 938 0.009270 10.0.0.23 - - [2026-04-20 19:00:02] "POST /neutron/port HTTP/1.1" 200 117 0.001668 10.0.0.249 - - [2026-04-20 19:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.249 - - [2026-04-20 19:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.249 - - [2026-04-20 19:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.65 - - [2026-04-20 19:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.249 - - [2026-04-20 19:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.65 - - [2026-04-20 19:00:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.65 - - [2026-04-20 19:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.65 - - [2026-04-20 19:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.23 - - [2026-04-20 19:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000959 10.0.0.23 - - [2026-04-20 19:00:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000575 10.0.0.23 - - [2026-04-20 19:00:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000655 10.0.0.23 - - [2026-04-20 19:00:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000846 10.0.0.23 - - [2026-04-20 19:00:15] "GET /virtual-machine/caa18420-06a3-42b7-94bc-ded319a3a611 HTTP/1.1" 200 1294 0.006263 10.0.0.23 - - [2026-04-20 19:00:15] "POST /neutron/port HTTP/1.1" 200 1115 0.018975 10.0.0.23 - - [2026-04-20 19:00:17] "GET /virtual-machine/caa18420-06a3-42b7-94bc-ded319a3a611 HTTP/1.1" 404 171 0.004467 10.0.0.23 - - [2026-04-20 19:00:17] "GET /virtual-machine/caa18420-06a3-42b7-94bc-ded319a3a611 HTTP/1.1" 404 171 0.005411 10.0.0.23 - - [2026-04-20 19:00:17] "GET /virtual-machine/caa18420-06a3-42b7-94bc-ded319a3a611 HTTP/1.1" 404 171 0.004835 10.0.0.23 - - [2026-04-20 19:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.23 - - [2026-04-20 19:00:17] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005406 10.0.0.23 - - [2026-04-20 19:00:17] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003964 10.0.0.23 - - [2026-04-20 19:00:17] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006699 10.0.0.23 - - [2026-04-20 19:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.23 - - [2026-04-20 19:00:17] "GET /routing-instance/dcc06577-7613-486a-a272-f07e5011489c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005009 10.0.0.23 - - [2026-04-20 19:00:17] "GET /route-target/5efee931-9aa1-4c50-8a86-2f6d3be3c7ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005282 10.0.0.23 - - [2026-04-20 19:00:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004765 10.0.0.23 - - [2026-04-20 19:00:17] "GET /obj-perms HTTP/1.1" 200 5032 0.004096 10.0.0.23 - - [2026-04-20 19:00:18] "GET /virtual-machine/67647c88-79e0-4bfc-ada3-f86dad604f5b HTTP/1.1" 200 1293 0.005197 10.0.0.23 - - [2026-04-20 19:00:18] "POST /neutron/port HTTP/1.1" 200 1115 0.017381 10.0.0.23 - - [2026-04-20 19:00:19] "POST /neutron/port HTTP/1.1" 200 1125 0.024383 10.0.0.23 - - [2026-04-20 19:00:19] "POST /neutron/subnet HTTP/1.1" 200 646 0.011065 10.0.0.23 - - [2026-04-20 19:00:20] "GET /virtual-machine/67647c88-79e0-4bfc-ada3-f86dad604f5b HTTP/1.1" 404 171 0.004086 10.0.0.23 - - [2026-04-20 19:00:20] "GET /virtual-machine/67647c88-79e0-4bfc-ada3-f86dad604f5b HTTP/1.1" 404 171 0.004380 10.0.0.23 - - [2026-04-20 19:00:20] "GET /virtual-machine/67647c88-79e0-4bfc-ada3-f86dad604f5b HTTP/1.1" 404 171 0.004572 10.0.0.23 - - [2026-04-20 19:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.23 - - [2026-04-20 19:00:20] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005151 10.0.0.23 - - [2026-04-20 19:00:20] "GET /virtual-networks?parent_id=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003899 10.0.0.23 - - [2026-04-20 19:00:20] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2226 0.006804 10.0.0.23 - - [2026-04-20 19:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.23 - - [2026-04-20 19:00:20] "GET /routing-instance/f2608648-38cc-41f8-b185-040913875207?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004770 10.0.0.23 - - [2026-04-20 19:00:20] "GET /route-target/94275189-a34b-4863-9f2c-19f82adcafeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005233 10.0.0.249 - - [2026-04-20 19:00:20] "GET /obj-perms HTTP/1.1" 200 5032 0.004733 10.0.0.23 - - [2026-04-20 19:00:27] "GET /obj-perms HTTP/1.1" 200 5032 0.004432 10.0.0.249 - - [2026-04-20 19:00:27] "GET /obj-perms HTTP/1.1" 200 5032 0.005982 10.0.0.65 - - [2026-04-20 19:00:27] "GET /obj-perms HTTP/1.1" 200 5032 0.004854 10.0.0.65 - - [2026-04-20 19:00:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005795 10.0.0.65 - - [2026-04-20 19:00:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007179 10.0.0.23 - - [2026-04-20 19:00:27] "DELETE /virtual-network/10e21a41-071d-40f1-b019-b5a8c0548589 HTTP/1.1" 200 115 0.154055 10.0.0.65 - - [2026-04-20 19:00:27] "DELETE /route-target/b263a69e-6c3f-4dce-b298-f0117791b57c HTTP/1.1" 200 115 0.049381 10.0.0.23 - - [2026-04-20 19:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.23 - - [2026-04-20 19:00:27] "GET /network-policy/3193aa53-63aa-43d8-ab2d-01d72f49318c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005390 10.0.0.23 - - [2026-04-20 19:00:27] "POST /ref-update HTTP/1.1" 200 156 0.082021 10.0.0.23 - - [2026-04-20 19:00:27] "POST /neutron/network HTTP/1.1" 200 809 0.012982 10.0.0.23 - - [2026-04-20 19:00:27] "GET /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.006165 10.0.0.23 - - [2026-04-20 19:00:27] "DELETE /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434 HTTP/1.1" 409 234 0.033761 10.0.0.23 - - [2026-04-20 19:00:28] "POST /neutron/port HTTP/1.1" 200 151 0.355036 10.0.0.23 - - [2026-04-20 19:00:28] "POST /neutron/port HTTP/1.1" 200 151 0.352065 10.0.0.65 - - [2026-04-20 19:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006651 10.0.0.65 - - [2026-04-20 19:00:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003902 10.0.0.65 - - [2026-04-20 19:00:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003410 10.0.0.23 - - [2026-04-20 19:00:30] "DELETE /virtual-network/e3f08255-76d0-48d7-b6a8-272ec4898434 HTTP/1.1" 200 115 0.154753 10.0.0.23 - - [2026-04-20 19:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.23 - - [2026-04-20 19:00:30] "GET /network-policy/8f44ba00-15a5-4859-8d89-58a514d3fbac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004561 10.0.0.23 - - [2026-04-20 19:00:30] "POST /ref-update HTTP/1.1" 200 156 0.056575 10.0.0.23 - - [2026-04-20 19:00:30] "GET /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1933 0.009210 10.0.0.65 - - [2026-04-20 19:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.009515 10.0.0.65 - - [2026-04-20 19:00:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004216 10.0.0.65 - - [2026-04-20 19:00:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003431 10.0.0.23 - - [2026-04-20 19:00:30] "DELETE /virtual-network/b2dea5aa-2b5c-43ae-95df-7c8cd59d192d HTTP/1.1" 200 115 0.179496 10.0.0.23 - - [2026-04-20 19:00:30] "DELETE /network-policy/3193aa53-63aa-43d8-ab2d-01d72f49318c HTTP/1.1" 200 115 0.056137 10.0.0.23 - - [2026-04-20 19:00:31] "DELETE /network-policy/8f44ba00-15a5-4859-8d89-58a514d3fbac HTTP/1.1" 200 115 0.048039 10.0.0.65 - - [2026-04-20 19:00:59] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.23 - - [2026-04-20 19:00:59] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.108165 10.0.0.65 - - [2026-04-20 19:00:59] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.23 - - [2026-04-20 19:00:59] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?fields=virtual_networks HTTP/1.1" 200 1034 0.048901 10.0.0.65 - - [2026-04-20 19:00:59] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001504 10.0.0.23 - - [2026-04-20 19:00:59] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.057163 10.0.0.65 - - [2026-04-20 19:00:59] "GET /projects?obj_uuids=94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001316 10.0.0.23 - - [2026-04-20 19:00:59] "GET /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76?fields=security_groups HTTP/1.1" 200 1261 0.046204 10.0.0.23 - - [2026-04-20 19:01:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.039407 10.0.0.65 - - [2026-04-20 19:01:01] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003902 10.0.0.65 - - [2026-04-20 19:01:01] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002251 10.0.0.65 - - [2026-04-20 19:01:01] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013174 10.0.0.65 - - [2026-04-20 19:01:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.001482 10.0.0.65 - - [2026-04-20 19:01:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.007274 10.0.0.65 - - [2026-04-20 19:01:01] "POST /security-groups HTTP/1.1" 200 591 0.056769 10.0.0.65 - - [2026-04-20 19:01:01] "POST /projects HTTP/1.1" 200 585 0.346783 10.0.0.65 - - [2026-04-20 19:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.406410 10.0.0.65 - - [2026-04-20 19:01:01] "POST /access-control-lists HTTP/1.1" 200 596 0.046221 10.0.0.23 - - [2026-04-20 19:01:01] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.623109 10.0.0.23 - - [2026-04-20 19:01:03] "GET /obj-perms HTTP/1.1" 200 5056 0.117666 10.0.0.23 - - [2026-04-20 19:01:03] "GET / HTTP/1.1" 200 35931 0.001859 10.0.0.23 - - [2026-04-20 19:01:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.23 - - [2026-04-20 19:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.036899 10.0.0.65 - - [2026-04-20 19:01:06] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.23 - - [2026-04-20 19:01:06] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059272 10.0.0.65 - - [2026-04-20 19:01:06] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001273 10.0.0.23 - - [2026-04-20 19:01:06] "POST /neutron/network HTTP/1.1" 200 605 0.221903 10.0.0.65 - - [2026-04-20 19:01:06] "POST /route-targets HTTP/1.1" 200 327 0.025250 10.0.0.23 - - [2026-04-20 19:01:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.004918 10.0.0.23 - - [2026-04-20 19:01:06] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.008068 10.0.0.23 - - [2026-04-20 19:01:07] "POST /neutron/network HTTP/1.1" 200 822 0.011352 10.0.0.23 - - [2026-04-20 19:01:07] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007150 10.0.0.23 - - [2026-04-20 19:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.65 - - [2026-04-20 19:01:07] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001295 10.0.0.23 - - [2026-04-20 19:01:07] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056756 10.0.0.23 - - [2026-04-20 19:01:07] "POST /neutron/network HTTP/1.1" 200 117 0.021282 10.0.0.65 - - [2026-04-20 19:01:07] "POST /ref-update HTTP/1.1" 200 156 0.036434 10.0.0.23 - - [2026-04-20 19:01:07] "POST /neutron/network HTTP/1.1" 200 825 0.009620 10.0.0.23 - - [2026-04-20 19:01:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001187 10.0.0.23 - - [2026-04-20 19:01:07] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005563 10.0.0.23 - - [2026-04-20 19:01:07] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006983 10.0.0.23 - - [2026-04-20 19:01:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.011568 10.0.0.23 - - [2026-04-20 19:01:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001294 10.0.0.65 - - [2026-04-20 19:01:09] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001607 10.0.0.23 - - [2026-04-20 19:01:09] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.089397 10.0.0.23 - - [2026-04-20 19:01:09] "POST /neutron/network HTTP/1.1" 200 822 0.007664 10.0.0.23 - - [2026-04-20 19:01:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001343 10.0.0.23 - - [2026-04-20 19:01:09] "POST /neutron/port HTTP/1.1" 200 4192 0.044542 10.0.0.65 - - [2026-04-20 19:01:09] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001637 10.0.0.23 - - [2026-04-20 19:01:10] "POST /neutron/port HTTP/1.1" 200 1058 0.397103 10.0.0.23 - - [2026-04-20 19:01:10] "POST /neutron/port HTTP/1.1" 200 1112 0.143752 10.0.0.65 - - [2026-04-20 19:01:10] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001177 10.0.0.23 - - [2026-04-20 19:01:10] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.158640 10.0.0.23 - - [2026-04-20 19:01:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.010001 10.0.0.23 - - [2026-04-20 19:01:10] "POST /neutron/network HTTP/1.1" 200 822 0.008025 10.0.0.23 - - [2026-04-20 19:01:11] "POST /neutron/port HTTP/1.1" 200 117 0.007862 10.0.0.23 - - [2026-04-20 19:01:11] "POST /neutron/network HTTP/1.1" 200 835 0.007834 10.0.0.23 - - [2026-04-20 19:01:12] "POST /neutron/port HTTP/1.1" 200 1061 0.023425 10.0.0.23 - - [2026-04-20 19:01:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004915 10.0.0.23 - - [2026-04-20 19:01:12] "POST /neutron/network HTTP/1.1" 200 825 0.013236 10.0.0.23 - - [2026-04-20 19:01:16] "POST /neutron/port HTTP/1.1" 200 1122 0.029572 10.0.0.23 - - [2026-04-20 19:01:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010727 10.0.0.23 - - [2026-04-20 19:01:16] "GET /virtual-machine/45755082-e44a-4b26-8e8c-7eb8799838d9 HTTP/1.1" 401 292 0.000604 10.0.0.23 - - [2026-04-20 19:01:17] "GET /virtual-machine/45755082-e44a-4b26-8e8c-7eb8799838d9 HTTP/1.1" 200 1292 0.070467 10.0.0.23 - - [2026-04-20 19:01:17] "GET /virtual-machine-interface/38466678-a53c-4cf5-baca-8c1b34f99365 HTTP/1.1" 200 2941 0.007445 10.0.0.23 - - [2026-04-20 19:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.23 - - [2026-04-20 19:01:17] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004724 10.0.0.23 - - [2026-04-20 19:01:17] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.007246 10.0.0.23 - - [2026-04-20 19:01:17] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.008839 10.0.0.23 - - [2026-04-20 19:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007691 10.0.0.23 - - [2026-04-20 19:01:20] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007121 10.0.0.23 - - [2026-04-20 19:01:21] "POST /neutron/port HTTP/1.1" 200 1125 0.025005 10.0.0.23 - - [2026-04-20 19:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.23 - - [2026-04-20 19:01:22] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004530 10.0.0.23 - - [2026-04-20 19:01:22] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006626 10.0.0.23 - - [2026-04-20 19:01:22] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006741 10.0.0.23 - - [2026-04-20 19:01:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012632 10.0.0.23 - - [2026-04-20 19:01:23] "POST /neutron/port HTTP/1.1" 200 1125 0.030707 10.0.0.23 - - [2026-04-20 19:01:23] "GET /virtual-machine/d426ac01-0af3-4759-a65b-127db222ba86 HTTP/1.1" 200 1293 0.010280 10.0.0.23 - - [2026-04-20 19:01:23] "GET /virtual-machine-interface/811a0f9c-998b-4d3b-944d-583e8c2f4676 HTTP/1.1" 200 2941 0.006330 10.0.0.23 - - [2026-04-20 19:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.23 - - [2026-04-20 19:01:23] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.015321 10.0.0.23 - - [2026-04-20 19:01:23] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005718 10.0.0.23 - - [2026-04-20 19:01:23] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009403 10.0.0.23 - - [2026-04-20 19:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005759 10.0.0.23 - - [2026-04-20 19:01:24] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005867 10.0.0.23 - - [2026-04-20 19:01:24] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004778 10.0.0.23 - - [2026-04-20 19:01:24] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006972 10.0.0.23 - - [2026-04-20 19:01:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010586 10.0.0.23 - - [2026-04-20 19:01:24] "GET /virtual-machine/45755082-e44a-4b26-8e8c-7eb8799838d9 HTTP/1.1" 200 1292 0.005078 10.0.0.23 - - [2026-04-20 19:01:24] "GET /virtual-machine-interface/38466678-a53c-4cf5-baca-8c1b34f99365 HTTP/1.1" 200 2941 0.006880 10.0.0.23 - - [2026-04-20 19:01:24] "GET /virtual-machine/45755082-e44a-4b26-8e8c-7eb8799838d9 HTTP/1.1" 200 1292 0.005667 10.0.0.23 - - [2026-04-20 19:01:24] "GET /virtual-machine-interface/38466678-a53c-4cf5-baca-8c1b34f99365 HTTP/1.1" 200 2941 0.008297 10.0.0.23 - - [2026-04-20 19:01:24] "GET /instance-ip/511c5094-bc19-44e1-9b66-903bb5a73644 HTTP/1.1" 200 1618 0.007761 10.0.0.23 - - [2026-04-20 19:01:24] "GET /virtual-machine/45755082-e44a-4b26-8e8c-7eb8799838d9 HTTP/1.1" 200 1292 0.004732 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-machine-interface/38466678-a53c-4cf5-baca-8c1b34f99365 HTTP/1.1" 200 2941 0.008880 10.0.0.23 - - [2026-04-20 19:01:25] "GET /instance-ip/511c5094-bc19-44e1-9b66-903bb5a73644 HTTP/1.1" 200 1618 0.005756 10.0.0.23 - - [2026-04-20 19:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.23 - - [2026-04-20 19:01:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007936 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.007203 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.010393 10.0.0.23 - - [2026-04-20 19:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005225 10.0.0.23 - - [2026-04-20 19:01:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005105 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005036 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007571 10.0.0.23 - - [2026-04-20 19:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.009940 10.0.0.23 - - [2026-04-20 19:01:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011865 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004066 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.011388 10.0.0.23 - - [2026-04-20 19:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006020 10.0.0.23 - - [2026-04-20 19:01:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005450 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005278 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006940 10.0.0.23 - - [2026-04-20 19:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2026-04-20 19:01:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005224 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004214 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.008544 10.0.0.23 - - [2026-04-20 19:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008860 10.0.0.23 - - [2026-04-20 19:01:25] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005354 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004768 10.0.0.23 - - [2026-04-20 19:01:25] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.007262 10.0.0.23 - - [2026-04-20 19:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.23 - - [2026-04-20 19:01:26] "GET /routing-instance/61b90bcb-25a3-4783-a591-0b97e1c0dbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.012999 10.0.0.23 - - [2026-04-20 19:01:26] "GET /route-target/1d6b2c30-4131-45be-9b38-dc004f584d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005853 10.0.0.23 - - [2026-04-20 19:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006471 10.0.0.23 - - [2026-04-20 19:01:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005197 10.0.0.23 - - [2026-04-20 19:01:26] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005858 10.0.0.23 - - [2026-04-20 19:01:26] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.008165 10.0.0.23 - - [2026-04-20 19:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.015306 10.0.0.23 - - [2026-04-20 19:01:26] "GET /routing-instance/61b90bcb-25a3-4783-a591-0b97e1c0dbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.008955 10.0.0.23 - - [2026-04-20 19:01:26] "GET /route-target/1d6b2c30-4131-45be-9b38-dc004f584d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007227 10.0.0.23 - - [2026-04-20 19:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.009096 10.0.0.23 - - [2026-04-20 19:01:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006270 10.0.0.23 - - [2026-04-20 19:01:26] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005038 10.0.0.23 - - [2026-04-20 19:01:26] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.010351 10.0.0.23 - - [2026-04-20 19:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.23 - - [2026-04-20 19:01:26] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004726 10.0.0.23 - - [2026-04-20 19:01:26] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006320 10.0.0.23 - - [2026-04-20 19:01:26] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006728 10.0.0.23 - - [2026-04-20 19:01:27] "GET /obj-perms HTTP/1.1" 200 5030 0.071236 10.0.0.65 - - [2026-04-20 19:01:28] "GET /obj-perms HTTP/1.1" 200 5030 0.094737 10.0.0.23 - - [2026-04-20 19:01:28] "GET /obj-perms HTTP/1.1" 200 5030 0.005891 10.0.0.23 - - [2026-04-20 19:01:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004119 10.0.0.23 - - [2026-04-20 19:01:28] "GET /virtual-machine/d426ac01-0af3-4759-a65b-127db222ba86 HTTP/1.1" 200 1293 0.004899 10.0.0.23 - - [2026-04-20 19:01:28] "GET /virtual-machine-interface/811a0f9c-998b-4d3b-944d-583e8c2f4676 HTTP/1.1" 200 2941 0.005934 10.0.0.23 - - [2026-04-20 19:01:28] "GET /virtual-machine/d426ac01-0af3-4759-a65b-127db222ba86 HTTP/1.1" 200 1293 0.004443 10.0.0.23 - - [2026-04-20 19:01:28] "GET /virtual-machine-interface/811a0f9c-998b-4d3b-944d-583e8c2f4676 HTTP/1.1" 200 2941 0.006017 10.0.0.23 - - [2026-04-20 19:01:28] "GET /instance-ip/50a841dc-42cb-4c75-9ef6-cf03e468aa9b HTTP/1.1" 200 1621 0.007292 10.0.0.23 - - [2026-04-20 19:01:28] "GET /virtual-machine/d426ac01-0af3-4759-a65b-127db222ba86 HTTP/1.1" 200 1293 0.005195 10.0.0.23 - - [2026-04-20 19:01:28] "GET /virtual-machine-interface/811a0f9c-998b-4d3b-944d-583e8c2f4676 HTTP/1.1" 200 2941 0.006483 10.0.0.23 - - [2026-04-20 19:01:28] "GET /instance-ip/50a841dc-42cb-4c75-9ef6-cf03e468aa9b HTTP/1.1" 200 1621 0.004670 10.0.0.23 - - [2026-04-20 19:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.23 - - [2026-04-20 19:01:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005883 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004604 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010757 10.0.0.23 - - [2026-04-20 19:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006138 10.0.0.23 - - [2026-04-20 19:01:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005873 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006912 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.010047 10.0.0.23 - - [2026-04-20 19:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.23 - - [2026-04-20 19:01:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008827 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005403 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006544 10.0.0.23 - - [2026-04-20 19:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.23 - - [2026-04-20 19:01:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004553 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005294 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007787 10.0.0.23 - - [2026-04-20 19:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.23 - - [2026-04-20 19:01:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003939 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005040 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008039 10.0.0.23 - - [2026-04-20 19:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.23 - - [2026-04-20 19:01:29] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004575 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003952 10.0.0.23 - - [2026-04-20 19:01:29] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006993 10.0.0.23 - - [2026-04-20 19:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.23 - - [2026-04-20 19:01:29] "GET /routing-instance/78ae23ef-4105-44dd-94dd-7e8157970fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.007825 10.0.0.23 - - [2026-04-20 19:01:29] "GET /route-target/d301d871-0128-49c5-aa76-592d49457542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006335 10.0.0.23 - - [2026-04-20 19:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006748 10.0.0.23 - - [2026-04-20 19:01:30] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006256 10.0.0.23 - - [2026-04-20 19:01:30] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005992 10.0.0.23 - - [2026-04-20 19:01:30] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007474 10.0.0.23 - - [2026-04-20 19:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.23 - - [2026-04-20 19:01:30] "GET /routing-instance/78ae23ef-4105-44dd-94dd-7e8157970fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004515 10.0.0.23 - - [2026-04-20 19:01:30] "GET /route-target/d301d871-0128-49c5-aa76-592d49457542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005457 10.0.0.23 - - [2026-04-20 19:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.23 - - [2026-04-20 19:01:30] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006722 10.0.0.23 - - [2026-04-20 19:01:30] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.008400 10.0.0.23 - - [2026-04-20 19:01:30] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008524 10.0.0.23 - - [2026-04-20 19:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.23 - - [2026-04-20 19:01:30] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004717 10.0.0.23 - - [2026-04-20 19:01:30] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004267 10.0.0.23 - - [2026-04-20 19:01:30] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006201 10.0.0.65 - - [2026-04-20 19:01:30] "GET /obj-perms HTTP/1.1" 200 5030 0.006214 10.0.0.23 - - [2026-04-20 19:01:30] "GET /obj-perms HTTP/1.1" 200 5030 0.006207 10.0.0.249 - - [2026-04-20 19:01:30] "GET /obj-perms HTTP/1.1" 200 5030 0.073065 10.0.0.23 - - [2026-04-20 19:01:30] "GET /obj-perms HTTP/1.1" 200 5030 0.004693 10.0.0.65 - - [2026-04-20 19:01:32] "DELETE /project/94b1a4c9-d05e-43ca-86d8-a6c9a2d26a76 HTTP/1.1" 404 177 0.004513 10.0.0.65 - - [2026-04-20 19:01:32] "DELETE /project/347aa101a620431da8c0e514d90b7fde HTTP/1.1" 404 173 0.003273 10.0.0.23 - - [2026-04-20 19:01:47] "GET /virtual-machine/d426ac01-0af3-4759-a65b-127db222ba86 HTTP/1.1" 200 1293 0.008886 10.0.0.23 - - [2026-04-20 19:01:48] "POST /neutron/port HTTP/1.1" 200 1125 0.026378 10.0.0.23 - - [2026-04-20 19:01:49] "GET /virtual-machine/d426ac01-0af3-4759-a65b-127db222ba86 HTTP/1.1" 404 171 0.003539 10.0.0.23 - - [2026-04-20 19:01:49] "GET /virtual-machine/d426ac01-0af3-4759-a65b-127db222ba86 HTTP/1.1" 404 171 0.002966 10.0.0.23 - - [2026-04-20 19:01:49] "GET /virtual-machine/d426ac01-0af3-4759-a65b-127db222ba86 HTTP/1.1" 404 171 0.003659 10.0.0.23 - - [2026-04-20 19:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007077 10.0.0.23 - - [2026-04-20 19:01:49] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006359 10.0.0.23 - - [2026-04-20 19:01:49] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004479 10.0.0.23 - - [2026-04-20 19:01:49] "GET /virtual-network/72e4e855-a563-4202-bc70-09d7859da94b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007727 10.0.0.23 - - [2026-04-20 19:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.23 - - [2026-04-20 19:01:49] "GET /routing-instance/78ae23ef-4105-44dd-94dd-7e8157970fd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005352 10.0.0.23 - - [2026-04-20 19:01:49] "GET /route-target/d301d871-0128-49c5-aa76-592d49457542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006511 10.0.0.249 - - [2026-04-20 19:01:50] "GET /obj-perms HTTP/1.1" 200 5030 0.005636 10.0.0.23 - - [2026-04-20 19:01:53] "GET /obj-perms HTTP/1.1" 200 5030 0.005330 10.0.0.23 - - [2026-04-20 19:01:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004848 10.0.0.249 - - [2026-04-20 19:01:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003889 10.0.0.65 - - [2026-04-20 19:01:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004195 10.0.0.23 - - [2026-04-20 19:01:56] "GET /virtual-machine/45755082-e44a-4b26-8e8c-7eb8799838d9 HTTP/1.1" 200 1292 0.005034 10.0.0.23 - - [2026-04-20 19:01:56] "POST /neutron/port HTTP/1.1" 200 1122 0.028069 10.0.0.23 - - [2026-04-20 19:01:58] "GET /virtual-machine/45755082-e44a-4b26-8e8c-7eb8799838d9 HTTP/1.1" 404 171 0.004390 10.0.0.23 - - [2026-04-20 19:01:58] "GET /virtual-machine/45755082-e44a-4b26-8e8c-7eb8799838d9 HTTP/1.1" 404 171 0.004716 10.0.0.23 - - [2026-04-20 19:01:58] "GET /virtual-machine/45755082-e44a-4b26-8e8c-7eb8799838d9 HTTP/1.1" 404 171 0.004740 10.0.0.23 - - [2026-04-20 19:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.23 - - [2026-04-20 19:01:58] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005225 10.0.0.23 - - [2026-04-20 19:01:58] "GET /virtual-networks?parent_id=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004309 10.0.0.23 - - [2026-04-20 19:01:58] "GET /virtual-network/4ab31670-9e37-4f4b-b369-b9d362a40a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.008422 10.0.0.23 - - [2026-04-20 19:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.23 - - [2026-04-20 19:01:58] "GET /routing-instance/61b90bcb-25a3-4783-a591-0b97e1c0dbec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005676 10.0.0.23 - - [2026-04-20 19:01:58] "GET /route-target/1d6b2c30-4131-45be-9b38-dc004f584d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004679 10.0.0.23 - - [2026-04-20 19:02:02] "GET /obj-perms HTTP/1.1" 200 5030 0.005081 10.0.0.23 - - [2026-04-20 19:02:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004889 10.0.0.23 - - [2026-04-20 19:02:05] "POST /neutron/port HTTP/1.1" 200 1218 0.025782 10.0.0.23 - - [2026-04-20 19:02:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013080 10.0.0.23 - - [2026-04-20 19:02:05] "POST /neutron/port HTTP/1.1" 200 117 0.001766 10.0.0.23 - - [2026-04-20 19:02:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004374 10.0.0.23 - - [2026-04-20 19:02:14] "GET /obj-perms HTTP/1.1" 200 5030 0.007083 10.0.0.23 - - [2026-04-20 19:02:17] "GET /obj-perms HTTP/1.1" 200 5030 0.005141 10.0.0.23 - - [2026-04-20 19:02:17] "POST /neutron/network HTTP/1.1" 200 825 0.007997 10.0.0.65 - - [2026-04-20 19:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008982 10.0.0.65 - - [2026-04-20 19:02:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003441 10.0.0.65 - - [2026-04-20 19:02:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002602 10.0.0.23 - - [2026-04-20 19:02:18] "POST /neutron/network HTTP/1.1" 200 151 0.167385 10.0.0.65 - - [2026-04-20 19:02:18] "DELETE /route-target/1d6b2c30-4131-45be-9b38-dc004f584d0c HTTP/1.1" 200 115 0.037780 10.0.0.65 - - [2026-04-20 19:02:19] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001829 10.0.0.23 - - [2026-04-20 19:02:19] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057461 10.0.0.65 - - [2026-04-20 19:02:19] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001753 10.0.0.23 - - [2026-04-20 19:02:19] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?fields=virtual_networks HTTP/1.1" 200 1032 0.087947 10.0.0.65 - - [2026-04-20 19:02:19] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001303 10.0.0.23 - - [2026-04-20 19:02:19] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.069590 10.0.0.65 - - [2026-04-20 19:02:19] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001369 10.0.0.23 - - [2026-04-20 19:02:19] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?fields=security_groups HTTP/1.1" 200 1258 0.063602 10.0.0.23 - - [2026-04-20 19:02:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.036419 10.0.0.65 - - [2026-04-20 19:02:21] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004355 10.0.0.65 - - [2026-04-20 19:02:21] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001486 10.0.0.65 - - [2026-04-20 19:02:21] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009970 10.0.0.65 - - [2026-04-20 19:02:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.009071 10.0.0.65 - - [2026-04-20 19:02:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.006447 10.0.0.65 - - [2026-04-20 19:02:21] "POST /security-groups HTTP/1.1" 200 599 0.045720 10.0.0.65 - - [2026-04-20 19:02:21] "POST /projects HTTP/1.1" 200 601 0.312519 10.0.0.65 - - [2026-04-20 19:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.354962 10.0.0.65 - - [2026-04-20 19:02:21] "POST /fqname-to-id HTTP/1.1" 404 241 0.010148 10.0.0.23 - - [2026-04-20 19:02:21] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.549884 10.0.0.23 - - [2026-04-20 19:02:22] "GET / HTTP/1.1" 200 35931 0.001510 10.0.0.23 - - [2026-04-20 19:02:23] "POST /neutron/network HTTP/1.1" 200 1123 0.033321 10.0.0.23 - - [2026-04-20 19:02:23] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018064 10.0.0.23 - - [2026-04-20 19:02:23] "POST /neutron/network HTTP/1.1" 200 1113 0.013919 10.0.0.23 - - [2026-04-20 19:02:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.23 - - [2026-04-20 19:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.052526 10.0.0.65 - - [2026-04-20 19:02:26] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003112 10.0.0.23 - - [2026-04-20 19:02:26] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.076527 10.0.0.65 - - [2026-04-20 19:02:27] "POST /ref-update HTTP/1.1" 200 156 0.035384 10.0.0.65 - - [2026-04-20 19:02:27] "POST /useragent-kv HTTP/1.1" 200 115 0.013171 10.0.0.23 - - [2026-04-20 19:02:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.331747 10.0.0.249 - - [2026-04-20 19:02:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.076594 10.0.0.23 - - [2026-04-20 19:02:27] "POST /id-to-fqname HTTP/1.1" 200 228 0.002448 10.0.0.23 - - [2026-04-20 19:02:27] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.012503 10.0.0.23 - - [2026-04-20 19:02:27] "POST /neutron/network HTTP/1.1" 200 1006 0.010877 10.0.0.23 - - [2026-04-20 19:02:27] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007588 10.0.0.23 - - [2026-04-20 19:02:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.016444 10.0.0.23 - - [2026-04-20 19:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.65 - - [2026-04-20 19:02:28] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001148 10.0.0.23 - - [2026-04-20 19:02:28] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040301 10.0.0.65 - - [2026-04-20 19:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007560 10.0.0.23 - - [2026-04-20 19:02:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.188368 10.0.0.23 - - [2026-04-20 19:02:28] "POST /id-to-fqname HTTP/1.1" 200 228 0.001397 10.0.0.23 - - [2026-04-20 19:02:28] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008748 10.0.0.23 - - [2026-04-20 19:02:28] "POST /neutron/network HTTP/1.1" 200 1007 0.010597 10.0.0.23 - - [2026-04-20 19:02:28] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005895 10.0.0.23 - - [2026-04-20 19:02:28] "POST /neutron/subnet HTTP/1.1" 200 828 0.013565 10.0.0.23 - - [2026-04-20 19:02:29] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008808 10.0.0.23 - - [2026-04-20 19:02:30] "GET /obj-perms HTTP/1.1" 200 5046 0.087873 10.0.0.65 - - [2026-04-20 19:02:31] "GET /obj-perms HTTP/1.1" 200 5046 0.083317 10.0.0.23 - - [2026-04-20 19:02:31] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006672 10.0.0.249 - - [2026-04-20 19:02:31] "GET /obj-perms HTTP/1.1" 200 5046 0.079134 10.0.0.23 - - [2026-04-20 19:02:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.015644 10.0.0.23 - - [2026-04-20 19:02:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001740 10.0.0.65 - - [2026-04-20 19:02:32] "DELETE /project/14994f2dc8da424e823a0d82b9a37eb6 HTTP/1.1" 404 173 0.087259 10.0.0.65 - - [2026-04-20 19:02:32] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.65 - - [2026-04-20 19:02:32] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.112871 10.0.0.65 - - [2026-04-20 19:02:32] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001480 10.0.0.65 - - [2026-04-20 19:02:32] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?fields=security_groups HTTP/1.1" 200 1363 0.063741 10.0.0.65 - - [2026-04-20 19:02:33] "DELETE /security-group/93bb1643-a34b-4b2c-861e-1abe62838213 HTTP/1.1" 200 115 0.079468 10.0.0.65 - - [2026-04-20 19:02:33] "GET /projects?obj_uuids=347aa101-a620-431d-a8c0-e514d90b7fde&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.65 - - [2026-04-20 19:02:33] "DELETE /access-control-list/a95b76a3-e5de-44d5-98ad-870a2005ad9c HTTP/1.1" 200 115 0.045174 10.0.0.65 - - [2026-04-20 19:02:33] "GET /project/347aa101-a620-431d-a8c0-e514d90b7fde?fields=application_policy_sets HTTP/1.1" 200 1402 0.059731 10.0.0.65 - - [2026-04-20 19:02:33] "DELETE /project/347aa101-a620-431d-a8c0-e514d90b7fde HTTP/1.1" 200 115 0.604650 10.0.0.65 - - [2026-04-20 19:02:33] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.23 - - [2026-04-20 19:02:33] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.084291 10.0.0.23 - - [2026-04-20 19:02:33] "POST /neutron/network HTTP/1.1" 200 1006 0.014352 10.0.0.23 - - [2026-04-20 19:02:34] "POST /neutron/port HTTP/1.1" 200 117 0.007625 10.0.0.23 - - [2026-04-20 19:02:35] "POST /neutron/port HTTP/1.1" 200 1175 0.029357 10.0.0.23 - - [2026-04-20 19:02:35] "POST /neutron/port HTTP/1.1" 200 1239 0.030115 10.0.0.23 - - [2026-04-20 19:02:35] "POST /neutron/subnet HTTP/1.1" 200 1385 0.025702 10.0.0.23 - - [2026-04-20 19:02:35] "POST /neutron/network HTTP/1.1" 200 1006 0.013891 10.0.0.23 - - [2026-04-20 19:02:39] "POST /neutron/port HTTP/1.1" 200 1239 0.026646 10.0.0.23 - - [2026-04-20 19:02:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011675 10.0.0.23 - - [2026-04-20 19:02:39] "GET /virtual-machine/8dd9c9ba-59ee-465a-8816-1ad7a780e9dc HTTP/1.1" 401 292 0.000890 10.0.0.23 - - [2026-04-20 19:02:40] "GET /virtual-machine/8dd9c9ba-59ee-465a-8816-1ad7a780e9dc HTTP/1.1" 200 1300 0.047601 10.0.0.23 - - [2026-04-20 19:02:40] "GET /virtual-machine-interface/1ffac486-f80f-4e37-a94c-e463ee3a0238 HTTP/1.1" 200 3175 0.006719 10.0.0.23 - - [2026-04-20 19:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.23 - - [2026-04-20 19:02:40] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005010 10.0.0.23 - - [2026-04-20 19:02:40] "GET /virtual-networks?parent_id=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003379 10.0.0.23 - - [2026-04-20 19:02:40] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006730 10.0.0.23 - - [2026-04-20 19:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.23 - - [2026-04-20 19:02:43] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007106 10.0.0.23 - - [2026-04-20 19:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005580 10.0.0.23 - - [2026-04-20 19:02:47] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009105 10.0.0.23 - - [2026-04-20 19:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.23 - - [2026-04-20 19:02:51] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009096 10.0.0.23 - - [2026-04-20 19:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.23 - - [2026-04-20 19:02:55] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007192 10.0.0.23 - - [2026-04-20 19:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.23 - - [2026-04-20 19:02:59] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006284 10.0.0.23 - - [2026-04-20 19:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.23 - - [2026-04-20 19:03:03] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006278 10.0.0.23 - - [2026-04-20 19:03:05] "POST /neutron/network HTTP/1.1" 200 938 0.055535 10.0.0.23 - - [2026-04-20 19:03:06] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.23 - - [2026-04-20 19:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006439 10.0.0.23 - - [2026-04-20 19:03:07] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.012402 10.0.0.23 - - [2026-04-20 19:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2026-04-20 19:03:11] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006463 10.0.0.23 - - [2026-04-20 19:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.23 - - [2026-04-20 19:03:16] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007806 10.0.0.23 - - [2026-04-20 19:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.23 - - [2026-04-20 19:03:18] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005873 10.0.0.23 - - [2026-04-20 19:03:18] "GET /virtual-networks?parent_id=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004207 10.0.0.23 - - [2026-04-20 19:03:18] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006560 10.0.0.23 - - [2026-04-20 19:03:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011795 10.0.0.23 - - [2026-04-20 19:03:23] "POST /neutron/network HTTP/1.1" 200 938 0.055951 10.0.0.23 - - [2026-04-20 19:03:23] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.23 - - [2026-04-20 19:03:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010612 10.0.0.23 - - [2026-04-20 19:03:30] "POST /neutron/port HTTP/1.1" 200 1239 0.022529 10.0.0.23 - - [2026-04-20 19:03:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008811 10.0.0.23 - - [2026-04-20 19:03:44] "POST /neutron/port HTTP/1.1" 200 1239 0.022635 10.0.0.23 - - [2026-04-20 19:03:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012953 10.0.0.23 - - [2026-04-20 19:03:44] "POST /neutron/port HTTP/1.1" 200 1239 0.024765 10.0.0.23 - - [2026-04-20 19:03:44] "POST /neutron/network HTTP/1.1" 200 1006 0.011466 10.0.0.23 - - [2026-04-20 19:03:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001669 10.0.0.23 - - [2026-04-20 19:03:44] "GET /virtual-machine/8dd9c9ba-59ee-465a-8816-1ad7a780e9dc HTTP/1.1" 200 1300 0.004454 10.0.0.23 - - [2026-04-20 19:03:44] "GET /virtual-machine-interface/1ffac486-f80f-4e37-a94c-e463ee3a0238 HTTP/1.1" 200 3175 0.007357 10.0.0.23 - - [2026-04-20 19:03:44] "GET /instance-ip/69c90f4b-3be9-4f6e-91da-2e9e687a7313 HTTP/1.1" 200 1656 0.008663 10.0.0.23 - - [2026-04-20 19:03:44] "GET /instance-ip/b6f7f1a3-58b5-4d51-8f6b-54db0841e760 HTTP/1.1" 200 1637 0.007550 10.0.0.23 - - [2026-04-20 19:03:44] "POST /fqname-to-id HTTP/1.1" 404 218 0.003950 10.0.0.23 - - [2026-04-20 19:03:44] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007679 10.0.0.65 - - [2026-04-20 19:03:44] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001184 10.0.0.23 - - [2026-04-20 19:03:45] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050941 10.0.0.23 - - [2026-04-20 19:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.23 - - [2026-04-20 19:03:45] "GET /security-group/6938ef4f-27de-4686-abfc-62e6209aaed7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.006272 10.0.0.23 - - [2026-04-20 19:03:45] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.100971 10.0.0.23 - - [2026-04-20 19:03:45] "POST /instance-ips HTTP/1.1" 200 357 0.044227 10.0.0.23 - - [2026-04-20 19:03:45] "GET /instance-ip/fdef1a4b-39fe-4e96-b020-7483c94f7f92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.006821 10.0.0.23 - - [2026-04-20 19:03:45] "POST /instance-ips HTTP/1.1" 200 357 0.045332 10.0.0.23 - - [2026-04-20 19:03:45] "GET /instance-ip/32ccb440-0836-4355-aed9-1ed14a49de93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006905 10.0.0.23 - - [2026-04-20 19:03:45] "GET /virtual-machine-interface/bc2c3656-74b6-483a-8683-dd9abce182e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006677 10.0.0.23 - - [2026-04-20 19:03:45] "GET /virtual-machine-interface/bc2c3656-74b6-483a-8683-dd9abce182e5?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.008297 10.0.0.23 - - [2026-04-20 19:03:45] "GET /instance-ip/32ccb440-0836-4355-aed9-1ed14a49de93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006399 10.0.0.23 - - [2026-04-20 19:03:45] "GET /instance-ip/fdef1a4b-39fe-4e96-b020-7483c94f7f92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.005005 10.0.0.23 - - [2026-04-20 19:03:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001840 10.0.0.23 - - [2026-04-20 19:03:46] "POST /neutron/port HTTP/1.1" 200 1082 0.018852 10.0.0.23 - - [2026-04-20 19:03:46] "POST /neutron/port HTTP/1.1" 200 1082 0.017142 10.0.0.23 - - [2026-04-20 19:03:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008183 10.0.0.23 - - [2026-04-20 19:03:47] "POST /neutron/port HTTP/1.1" 200 1082 0.026229 10.0.0.23 - - [2026-04-20 19:03:47] "POST /neutron/port HTTP/1.1" 200 1082 0.025981 10.0.0.23 - - [2026-04-20 19:03:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004674 10.0.0.23 - - [2026-04-20 19:03:47] "POST /neutron/port HTTP/1.1" 200 117 0.001202 10.0.0.23 - - [2026-04-20 19:03:51] "POST /neutron/port HTTP/1.1" 200 1185 0.026177 10.0.0.23 - - [2026-04-20 19:03:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008840 10.0.0.23 - - [2026-04-20 19:03:52] "GET /virtual-machine/97066062-d3ff-4852-8302-64ad1a866ad2 HTTP/1.1" 200 1278 0.007168 10.0.0.23 - - [2026-04-20 19:03:52] "GET /virtual-machine-interface/bc2c3656-74b6-483a-8683-dd9abce182e5 HTTP/1.1" 200 3225 0.007336 10.0.0.23 - - [2026-04-20 19:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.23 - - [2026-04-20 19:03:52] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004377 10.0.0.23 - - [2026-04-20 19:03:52] "GET /virtual-networks?parent_id=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.005357 10.0.0.23 - - [2026-04-20 19:03:52] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009044 10.0.0.23 - - [2026-04-20 19:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.23 - - [2026-04-20 19:03:55] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006690 10.0.0.23 - - [2026-04-20 19:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.23 - - [2026-04-20 19:03:59] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005672 10.0.0.23 - - [2026-04-20 19:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005799 10.0.0.23 - - [2026-04-20 19:04:03] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006362 10.0.0.23 - - [2026-04-20 19:04:07] "POST /neutron/port HTTP/1.1" 200 1218 0.023004 10.0.0.23 - - [2026-04-20 19:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.23 - - [2026-04-20 19:04:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005140 10.0.0.23 - - [2026-04-20 19:04:07] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005940 10.0.0.23 - - [2026-04-20 19:04:07] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.23 - - [2026-04-20 19:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007648 10.0.0.23 - - [2026-04-20 19:04:11] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.013958 10.0.0.23 - - [2026-04-20 19:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.23 - - [2026-04-20 19:04:15] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006319 10.0.0.23 - - [2026-04-20 19:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005349 10.0.0.23 - - [2026-04-20 19:04:19] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007878 10.0.0.23 - - [2026-04-20 19:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.23 - - [2026-04-20 19:04:24] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007938 10.0.0.23 - - [2026-04-20 19:04:24] "POST /neutron/port HTTP/1.1" 200 1218 0.026731 10.0.0.23 - - [2026-04-20 19:04:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004996 10.0.0.23 - - [2026-04-20 19:04:25] "POST /neutron/port HTTP/1.1" 200 117 0.002059 10.0.0.23 - - [2026-04-20 19:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.23 - - [2026-04-20 19:04:28] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006332 10.0.0.23 - - [2026-04-20 19:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005475 10.0.0.23 - - [2026-04-20 19:04:32] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006584 10.0.0.23 - - [2026-04-20 19:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005138 10.0.0.23 - - [2026-04-20 19:04:36] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006913 10.0.0.23 - - [2026-04-20 19:04:36] "GET /virtual-networks?parent_id=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.005585 10.0.0.23 - - [2026-04-20 19:04:36] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007803 10.0.0.23 - - [2026-04-20 19:04:36] "POST /neutron/port HTTP/1.1" 200 1185 0.035186 10.0.0.23 - - [2026-04-20 19:04:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010785 10.0.0.23 - - [2026-04-20 19:04:49] "POST /neutron/port HTTP/1.1" 200 1185 0.075546 10.0.0.23 - - [2026-04-20 19:04:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010171 10.0.0.23 - - [2026-04-20 19:05:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001440 10.0.0.23 - - [2026-04-20 19:05:02] "POST /neutron/port HTTP/1.1" 200 6308 0.057759 10.0.0.65 - - [2026-04-20 19:05:03] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001194 10.0.0.23 - - [2026-04-20 19:05:03] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.096305 10.0.0.23 - - [2026-04-20 19:05:03] "POST /neutron/network HTTP/1.1" 200 1007 0.047975 10.0.0.23 - - [2026-04-20 19:05:04] "POST /neutron/port HTTP/1.1" 200 117 0.007061 10.0.0.65 - - [2026-04-20 19:05:04] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002062 10.0.0.23 - - [2026-04-20 19:05:05] "POST /neutron/port HTTP/1.1" 200 1176 0.441524 10.0.0.23 - - [2026-04-20 19:05:05] "POST /neutron/port HTTP/1.1" 200 1230 0.157484 10.0.0.23 - - [2026-04-20 19:05:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004515 10.0.0.23 - - [2026-04-20 19:05:05] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.65 - - [2026-04-20 19:05:07] "GET /obj-perms HTTP/1.1" 200 5056 0.110453 10.0.0.23 - - [2026-04-20 19:05:07] "GET /obj-perms HTTP/1.1" 200 5056 0.083400 10.0.0.249 - - [2026-04-20 19:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000555 10.0.0.249 - - [2026-04-20 19:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000640 10.0.0.249 - - [2026-04-20 19:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000469 10.0.0.65 - - [2026-04-20 19:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.249 - - [2026-04-20 19:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.65 - - [2026-04-20 19:05:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000972 10.0.0.23 - - [2026-04-20 19:05:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012264 10.0.0.65 - - [2026-04-20 19:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.65 - - [2026-04-20 19:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000424 10.0.0.23 - - [2026-04-20 19:05:09] "POST /neutron/port HTTP/1.1" 200 1240 0.022636 10.0.0.23 - - [2026-04-20 19:05:09] "GET /virtual-machine/5013a130-ec35-469f-9400-fcf8af3309c2 HTTP/1.1" 200 1300 0.008122 10.0.0.23 - - [2026-04-20 19:05:09] "GET /virtual-machine-interface/80acea7f-58e3-41e0-9cf4-5675b75f6f75 HTTP/1.1" 200 3175 0.006572 10.0.0.23 - - [2026-04-20 19:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.23 - - [2026-04-20 19:05:09] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005566 10.0.0.23 - - [2026-04-20 19:05:09] "GET /virtual-networks?parent_id=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003605 10.0.0.23 - - [2026-04-20 19:05:09] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006412 10.0.0.23 - - [2026-04-20 19:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000708 10.0.0.23 - - [2026-04-20 19:05:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000825 10.0.0.23 - - [2026-04-20 19:05:10] "POST /neutron/port HTTP/1.1" 200 1108 0.021217 10.0.0.23 - - [2026-04-20 19:05:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.014202 10.0.0.23 - - [2026-04-20 19:05:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.23 - - [2026-04-20 19:05:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.23 - - [2026-04-20 19:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.23 - - [2026-04-20 19:05:12] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007253 10.0.0.23 - - [2026-04-20 19:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.23 - - [2026-04-20 19:05:16] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006332 10.0.0.23 - - [2026-04-20 19:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005338 10.0.0.23 - - [2026-04-20 19:05:20] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006294 10.0.0.23 - - [2026-04-20 19:05:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2026-04-20 19:05:25] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006465 10.0.0.23 - - [2026-04-20 19:05:25] "POST /neutron/port HTTP/1.1" 200 1108 0.039610 10.0.0.23 - - [2026-04-20 19:05:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007505 10.0.0.23 - - [2026-04-20 19:05:26] "POST /neutron/network HTTP/1.1" 200 928 0.014996 10.0.0.23 - - [2026-04-20 19:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.23 - - [2026-04-20 19:05:29] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007224 10.0.0.23 - - [2026-04-20 19:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.23 - - [2026-04-20 19:05:33] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005939 10.0.0.23 - - [2026-04-20 19:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.23 - - [2026-04-20 19:05:37] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007450 10.0.0.23 - - [2026-04-20 19:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005745 10.0.0.23 - - [2026-04-20 19:05:41] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.010123 10.0.0.23 - - [2026-04-20 19:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.23 - - [2026-04-20 19:05:45] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008010 10.0.0.23 - - [2026-04-20 19:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005749 10.0.0.23 - - [2026-04-20 19:05:47] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007813 10.0.0.23 - - [2026-04-20 19:05:47] "GET /virtual-networks?parent_id=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.005421 10.0.0.23 - - [2026-04-20 19:05:47] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009320 10.0.0.23 - - [2026-04-20 19:05:53] "POST /neutron/port HTTP/1.1" 200 1240 0.024012 10.0.0.23 - - [2026-04-20 19:05:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008876 10.0.0.23 - - [2026-04-20 19:06:03] "POST /neutron/port HTTP/1.1" 200 1240 0.021309 10.0.0.249 - - [2026-04-20 19:06:08] "GET /obj-perms HTTP/1.1" 200 5056 0.101740 10.0.0.23 - - [2026-04-20 19:06:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011429 10.0.0.23 - - [2026-04-20 19:06:11] "POST /neutron/network HTTP/1.1" 200 1123 0.009483 10.0.0.23 - - [2026-04-20 19:06:11] "POST /neutron/subnet HTTP/1.1" 200 1385 0.018948 10.0.0.23 - - [2026-04-20 19:06:11] "POST /neutron/network HTTP/1.1" 200 1113 0.011235 10.0.0.23 - - [2026-04-20 19:06:13] "POST /neutron/port HTTP/1.1" 200 1240 0.019272 10.0.0.23 - - [2026-04-20 19:06:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010775 10.0.0.23 - - [2026-04-20 19:06:14] "POST /neutron/network HTTP/1.1" 200 981 0.021073 10.0.0.23 - - [2026-04-20 19:06:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001864 10.0.0.23 - - [2026-04-20 19:06:14] "GET /virtual-machine/5013a130-ec35-469f-9400-fcf8af3309c2 HTTP/1.1" 200 1300 0.005353 10.0.0.23 - - [2026-04-20 19:06:14] "GET /virtual-machine-interface/80acea7f-58e3-41e0-9cf4-5675b75f6f75 HTTP/1.1" 200 3175 0.006368 10.0.0.23 - - [2026-04-20 19:06:14] "GET /instance-ip/0e880292-bed3-4f48-b7a1-ff26db8f7674 HTTP/1.1" 200 1656 0.007433 10.0.0.23 - - [2026-04-20 19:06:14] "GET /instance-ip/8f0abeec-20ca-4707-92af-b94c01535d2a HTTP/1.1" 200 1638 0.007768 10.0.0.23 - - [2026-04-20 19:06:14] "POST /fqname-to-id HTTP/1.1" 404 230 0.004959 10.0.0.23 - - [2026-04-20 19:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.65 - - [2026-04-20 19:06:14] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001846 10.0.0.23 - - [2026-04-20 19:06:14] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.068883 10.0.0.23 - - [2026-04-20 19:06:14] "POST /network-policys HTTP/1.1" 200 569 0.054589 10.0.0.23 - - [2026-04-20 19:06:14] "GET /network-policy/e9430c72-e228-43ee-ac9a-ffddabe2633d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.007211 10.0.0.23 - - [2026-04-20 19:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.23 - - [2026-04-20 19:06:14] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006688 10.0.0.23 - - [2026-04-20 19:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.23 - - [2026-04-20 19:06:14] "GET /network-policy/e9430c72-e228-43ee-ac9a-ffddabe2633d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.007405 10.0.0.23 - - [2026-04-20 19:06:14] "POST /ref-update HTTP/1.1" 200 156 0.075981 10.0.0.23 - - [2026-04-20 19:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.23 - - [2026-04-20 19:06:15] "GET /network-policy/e9430c72-e228-43ee-ac9a-ffddabe2633d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006695 10.0.0.23 - - [2026-04-20 19:06:15] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.012197 10.0.0.23 - - [2026-04-20 19:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.23 - - [2026-04-20 19:06:15] "GET /network-policy/e9430c72-e228-43ee-ac9a-ffddabe2633d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005466 10.0.0.23 - - [2026-04-20 19:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.23 - - [2026-04-20 19:06:15] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007924 10.0.0.23 - - [2026-04-20 19:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.23 - - [2026-04-20 19:06:15] "GET /network-policy/e9430c72-e228-43ee-ac9a-ffddabe2633d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006186 10.0.0.249 - - [2026-04-20 19:06:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.004481 10.0.0.65 - - [2026-04-20 19:06:15] "POST /access-control-lists HTTP/1.1" 200 596 0.090791 10.0.0.23 - - [2026-04-20 19:06:15] "POST /ref-update HTTP/1.1" 200 156 0.070356 10.0.0.23 - - [2026-04-20 19:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008326 10.0.0.23 - - [2026-04-20 19:06:15] "GET /network-policy/e9430c72-e228-43ee-ac9a-ffddabe2633d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004260 10.0.0.23 - - [2026-04-20 19:06:15] "POST /neutron/network HTTP/1.1" 200 1111 0.013662 10.0.0.23 - - [2026-04-20 19:06:15] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006342 10.0.0.23 - - [2026-04-20 19:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.23 - - [2026-04-20 19:06:15] "GET /network-policy/e9430c72-e228-43ee-ac9a-ffddabe2633d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.008260 10.0.0.23 - - [2026-04-20 19:06:15] "GET /virtual-machine-interface/80acea7f-58e3-41e0-9cf4-5675b75f6f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.017577 10.0.0.65 - - [2026-04-20 19:06:15] "POST /ref-update HTTP/1.1" 200 156 0.056806 10.0.0.23 - - [2026-04-20 19:06:15] "PUT /virtual-machine-interface/80acea7f-58e3-41e0-9cf4-5675b75f6f75 HTTP/1.1" 200 284 0.039019 10.0.0.23 - - [2026-04-20 19:06:15] "GET /virtual-machine-interface/80acea7f-58e3-41e0-9cf4-5675b75f6f75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3071 0.007603 10.0.0.23 - - [2026-04-20 19:06:15] "PUT /virtual-machine-interface/80acea7f-58e3-41e0-9cf4-5675b75f6f75 HTTP/1.1" 200 284 0.022794 10.0.0.23 - - [2026-04-20 19:06:25] "POST /neutron/network HTTP/1.1" 200 1120 0.011835 10.0.0.23 - - [2026-04-20 19:06:26] "POST /neutron/subnet HTTP/1.1" 200 1385 0.022816 10.0.0.23 - - [2026-04-20 19:06:26] "POST /neutron/network HTTP/1.1" 200 1110 0.019893 10.0.0.23 - - [2026-04-20 19:07:13] "POST /neutron/network HTTP/1.1" 200 938 0.007006 10.0.0.23 - - [2026-04-20 19:07:13] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.23 - - [2026-04-20 19:07:28] "POST /neutron/port HTTP/1.1" 200 1185 0.025087 10.0.0.23 - - [2026-04-20 19:07:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004419 10.0.0.23 - - [2026-04-20 19:07:28] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.23 - - [2026-04-20 19:08:12] "POST /neutron/port HTTP/1.1" 200 1240 0.058501 10.0.0.23 - - [2026-04-20 19:08:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006910 10.0.0.23 - - [2026-04-20 19:08:12] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.23 - - [2026-04-20 19:08:21] "POST /ref-update HTTP/1.1" 200 156 0.095919 10.0.0.23 - - [2026-04-20 19:08:21] "GET /virtual-network/58a65502-0508-49aa-87fd-cbf52b9cb1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.014738 10.0.0.23 - - [2026-04-20 19:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.016021 10.0.0.23 - - [2026-04-20 19:08:21] "GET /network-policy/e9430c72-e228-43ee-ac9a-ffddabe2633d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005813 10.0.0.23 - - [2026-04-20 19:08:21] "POST /ref-update HTTP/1.1" 200 156 0.090195 10.0.0.23 - - [2026-04-20 19:08:21] "POST /neutron/network HTTP/1.1" 200 1006 0.054560 10.0.0.23 - - [2026-04-20 19:08:21] "GET /virtual-network/e9ea9e35-e4b8-4817-a833-94ffd6704550?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.018668 10.0.0.23 - - [2026-04-20 19:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010588 10.0.0.23 - - [2026-04-20 19:08:21] "GET /network-policy/e9430c72-e228-43ee-ac9a-ffddabe2633d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.011595 10.0.0.23 - - [2026-04-20 19:08:22] "DELETE /network-policy/e9430c72-e228-43ee-ac9a-ffddabe2633d HTTP/1.1" 200 115 0.112968 10.0.0.65 - - [2026-04-20 19:08:22] "DELETE /access-control-list/9dea3fbe-8364-48fb-a97c-46aeb2386897 HTTP/1.1" 200 115 0.085454 10.0.0.23 - - [2026-04-20 19:08:22] "DELETE /instance-ip/32ccb440-0836-4355-aed9-1ed14a49de93 HTTP/1.1" 200 115 0.097632 10.0.0.23 - - [2026-04-20 19:08:22] "DELETE /instance-ip/fdef1a4b-39fe-4e96-b020-7483c94f7f92 HTTP/1.1" 200 115 0.097419 10.0.0.23 - - [2026-04-20 19:08:22] "DELETE /virtual-machine-interface/bc2c3656-74b6-483a-8683-dd9abce182e5 HTTP/1.1" 200 115 0.199416 10.0.0.23 - - [2026-04-20 19:08:22] "POST /neutron/network HTTP/1.1" 200 1007 0.026881 10.0.0.23 - - [2026-04-20 19:08:23] "POST /neutron/port HTTP/1.1" 200 1239 0.025593 10.0.0.23 - - [2026-04-20 19:08:25] "POST /neutron/network HTTP/1.1" 200 1007 0.013556 10.0.0.65 - - [2026-04-20 19:08:25] "DELETE /route-target/753df239-a549-47fb-97e3-d2c877791cd5 HTTP/1.1" 200 115 0.044729 10.0.0.65 - - [2026-04-20 19:08:25] "POST /useragent-kv HTTP/1.1" 200 115 0.093185 10.0.0.65 - - [2026-04-20 19:08:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004063 10.0.0.65 - - [2026-04-20 19:08:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003163 10.0.0.65 - - [2026-04-20 19:08:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003205 10.0.0.23 - - [2026-04-20 19:08:26] "POST /neutron/network HTTP/1.1" 200 151 0.306144 10.0.0.23 - - [2026-04-20 19:08:28] "POST /neutron/port HTTP/1.1" 200 1218 0.087358 10.0.0.65 - - [2026-04-20 19:08:28] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001956 10.0.0.23 - - [2026-04-20 19:08:29] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.124000 10.0.0.65 - - [2026-04-20 19:08:29] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.23 - - [2026-04-20 19:08:29] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?fields=virtual_networks HTTP/1.1" 200 1047 0.062347 10.0.0.23 - - [2026-04-20 19:08:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007255 10.0.0.65 - - [2026-04-20 19:08:29] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001684 10.0.0.23 - - [2026-04-20 19:08:29] "POST /neutron/port HTTP/1.1" 200 117 0.001588 10.0.0.23 - - [2026-04-20 19:08:29] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.058226 10.0.0.65 - - [2026-04-20 19:08:29] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001444 10.0.0.23 - - [2026-04-20 19:08:29] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?fields=security_groups HTTP/1.1" 200 1281 0.061745 10.0.0.23 - - [2026-04-20 19:08:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.048594 10.0.0.65 - - [2026-04-20 19:08:30] "GET /projects?obj_uuids=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003383 10.0.0.65 - - [2026-04-20 19:08:30] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.65 - - [2026-04-20 19:08:30] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043201 10.0.0.65 - - [2026-04-20 19:08:30] "POST /id-to-fqname HTTP/1.1" 200 194 0.003063 10.0.0.65 - - [2026-04-20 19:08:30] "POST /fqname-to-id HTTP/1.1" 404 203 0.003515 10.0.0.65 - - [2026-04-20 19:08:30] "POST /security-groups HTTP/1.1" 200 595 0.042157 10.0.0.65 - - [2026-04-20 19:08:30] "POST /fqname-to-id HTTP/1.1" 404 238 0.004421 10.0.0.65 - - [2026-04-20 19:08:30] "POST /projects HTTP/1.1" 200 593 0.296239 10.0.0.65 - - [2026-04-20 19:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.340160 10.0.0.23 - - [2026-04-20 19:08:31] "GET /project/7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.571110 10.0.0.65 - - [2026-04-20 19:08:31] "POST /access-control-lists HTTP/1.1" 200 598 0.080017 10.0.0.23 - - [2026-04-20 19:08:32] "GET / HTTP/1.1" 200 35931 0.002394 10.0.0.65 - - [2026-04-20 19:08:33] "DELETE /project/7bdfd7b2335c42f3a91a8ef0bc8dc6ef HTTP/1.1" 404 173 0.008676 10.0.0.65 - - [2026-04-20 19:08:33] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001357 10.0.0.65 - - [2026-04-20 19:08:33] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.051159 10.0.0.65 - - [2026-04-20 19:08:33] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001445 10.0.0.65 - - [2026-04-20 19:08:33] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?fields=security_groups HTTP/1.1" 200 1386 0.052598 10.0.0.65 - - [2026-04-20 19:08:33] "DELETE /security-group/6938ef4f-27de-4686-abfc-62e6209aaed7 HTTP/1.1" 200 115 0.072089 10.0.0.65 - - [2026-04-20 19:08:33] "GET /projects?obj_uuids=14994f2d-c8da-424e-823a-0d82b9a37eb6&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001704 10.0.0.65 - - [2026-04-20 19:08:34] "GET /project/14994f2d-c8da-424e-823a-0d82b9a37eb6?fields=application_policy_sets HTTP/1.1" 200 1425 0.104726 10.0.0.23 - - [2026-04-20 19:08:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000576 10.0.0.65 - - [2026-04-20 19:08:34] "DELETE /project/14994f2d-c8da-424e-823a-0d82b9a37eb6 HTTP/1.1" 200 115 0.521915 10.0.0.23 - - [2026-04-20 19:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.042392 10.0.0.65 - - [2026-04-20 19:08:34] "GET /projects?obj_uuids=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001395 10.0.0.23 - - [2026-04-20 19:08:34] "GET /project/7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.069081 10.0.0.23 - - [2026-04-20 19:08:34] "POST /neutron/network HTTP/1.1" 200 117 0.046345 10.0.0.65 - - [2026-04-20 19:08:35] "POST /route-targets HTTP/1.1" 200 327 0.017315 10.0.0.249 - - [2026-04-20 19:08:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.042861 10.0.0.65 - - [2026-04-20 19:08:35] "POST /useragent-kv HTTP/1.1" 200 115 0.007039 10.0.0.23 - - [2026-04-20 19:08:35] "POST /neutron/subnet HTTP/1.1" 200 823 0.229628 10.0.0.23 - - [2026-04-20 19:08:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001365 10.0.0.23 - - [2026-04-20 19:08:35] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006195 10.0.0.23 - - [2026-04-20 19:08:35] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.008631 10.0.0.23 - - [2026-04-20 19:08:35] "POST /neutron/network HTTP/1.1" 200 1000 0.012860 10.0.0.23 - - [2026-04-20 19:08:36] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006449 10.0.0.23 - - [2026-04-20 19:08:36] "GET /obj-perms HTTP/1.1" 200 5038 0.078050 10.0.0.65 - - [2026-04-20 19:08:37] "GET /obj-perms HTTP/1.1" 200 5038 0.070444 10.0.0.23 - - [2026-04-20 19:08:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.002195 10.0.0.23 - - [2026-04-20 19:08:38] "POST /neutron/port HTTP/1.1" 200 4192 0.048236 10.0.0.65 - - [2026-04-20 19:08:38] "GET /projects?obj_uuids=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001289 10.0.0.23 - - [2026-04-20 19:08:38] "GET /project/7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.084586 10.0.0.23 - - [2026-04-20 19:08:39] "POST /neutron/port HTTP/1.1" 200 4192 0.049905 10.0.0.23 - - [2026-04-20 19:08:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001414 10.0.0.23 - - [2026-04-20 19:08:39] "POST /neutron/network HTTP/1.1" 200 1010 0.007839 10.0.0.23 - - [2026-04-20 19:08:40] "POST /neutron/port HTTP/1.1" 200 1169 0.038319 10.0.0.23 - - [2026-04-20 19:08:40] "POST /neutron/port HTTP/1.1" 200 1233 0.031209 10.0.0.65 - - [2026-04-20 19:08:40] "GET /projects?obj_uuids=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001113 10.0.0.23 - - [2026-04-20 19:08:40] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018391 10.0.0.23 - - [2026-04-20 19:08:40] "GET /project/7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.097064 10.0.0.23 - - [2026-04-20 19:08:40] "POST /neutron/network HTTP/1.1" 200 1000 0.013824 10.0.0.23 - - [2026-04-20 19:08:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009816 10.0.0.23 - - [2026-04-20 19:08:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001334 10.0.0.23 - - [2026-04-20 19:08:41] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011341 10.0.0.65 - - [2026-04-20 19:08:41] "GET /projects?obj_uuids=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002000 10.0.0.23 - - [2026-04-20 19:08:42] "POST /neutron/port HTTP/1.1" 200 1169 0.484311 10.0.0.23 - - [2026-04-20 19:08:42] "POST /neutron/port HTTP/1.1" 200 1223 0.165402 10.0.0.65 - - [2026-04-20 19:08:42] "GET /projects?obj_uuids=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001420 10.0.0.23 - - [2026-04-20 19:08:42] "GET /project/7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.098082 10.0.0.23 - - [2026-04-20 19:08:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008685 10.0.0.23 - - [2026-04-20 19:08:42] "POST /neutron/port HTTP/1.1" 200 117 0.001776 10.0.0.23 - - [2026-04-20 19:08:43] "POST /neutron/port HTTP/1.1" 200 6350 0.056762 10.0.0.23 - - [2026-04-20 19:08:43] "POST /neutron/port HTTP/1.1" 200 1233 0.024971 10.0.0.23 - - [2026-04-20 19:08:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012367 10.0.0.23 - - [2026-04-20 19:08:43] "GET /virtual-machine/18958a7f-61b7-4c7e-a517-605b74edc145 HTTP/1.1" 401 292 0.000353 10.0.0.23 - - [2026-04-20 19:08:43] "POST /neutron/network HTTP/1.1" 200 1010 0.008255 10.0.0.23 - - [2026-04-20 19:08:44] "GET /virtual-machine/18958a7f-61b7-4c7e-a517-605b74edc145 HTTP/1.1" 200 1296 0.048546 10.0.0.23 - - [2026-04-20 19:08:44] "GET /virtual-machine-interface/36343f27-e7b9-405d-8e59-bb2f063bfa87 HTTP/1.1" 200 3155 0.005949 10.0.0.23 - - [2026-04-20 19:08:44] "POST /neutron/port HTTP/1.1" 200 1169 0.041999 10.0.0.23 - - [2026-04-20 19:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.23 - - [2026-04-20 19:08:44] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004963 10.0.0.23 - - [2026-04-20 19:08:44] "GET /virtual-networks?parent_id=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003660 10.0.0.23 - - [2026-04-20 19:08:44] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.008558 10.0.0.23 - - [2026-04-20 19:08:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004936 10.0.0.23 - - [2026-04-20 19:08:44] "POST /neutron/port HTTP/1.1" 200 117 0.001278 10.0.0.23 - - [2026-04-20 19:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 10.0.0.23 - - [2026-04-20 19:08:47] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006663 10.0.0.23 - - [2026-04-20 19:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.23 - - [2026-04-20 19:08:51] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006765 10.0.0.23 - - [2026-04-20 19:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.23 - - [2026-04-20 19:08:55] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005842 10.0.0.23 - - [2026-04-20 19:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.23 - - [2026-04-20 19:08:59] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006319 10.0.0.23 - - [2026-04-20 19:09:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.23 - - [2026-04-20 19:09:03] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006550 10.0.0.23 - - [2026-04-20 19:09:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.23 - - [2026-04-20 19:09:07] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006120 10.0.0.249 - - [2026-04-20 19:09:10] "GET /obj-perms HTTP/1.1" 200 5056 0.068359 10.0.0.23 - - [2026-04-20 19:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.23 - - [2026-04-20 19:09:11] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005693 10.0.0.23 - - [2026-04-20 19:09:13] "POST /neutron/port HTTP/1.1" 200 1218 0.021414 10.0.0.23 - - [2026-04-20 19:09:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004362 10.0.0.23 - - [2026-04-20 19:09:13] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.23 - - [2026-04-20 19:09:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.23 - - [2026-04-20 19:09:16] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006370 10.0.0.23 - - [2026-04-20 19:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.23 - - [2026-04-20 19:09:20] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007657 10.0.0.23 - - [2026-04-20 19:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.23 - - [2026-04-20 19:09:24] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.005772 10.0.0.23 - - [2026-04-20 19:09:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.23 - - [2026-04-20 19:09:28] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006387 10.0.0.23 - - [2026-04-20 19:09:29] "POST /neutron/port HTTP/1.1" 200 1108 0.020894 10.0.0.23 - - [2026-04-20 19:09:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006064 10.0.0.23 - - [2026-04-20 19:09:30] "POST /neutron/network HTTP/1.1" 200 928 0.012029 10.0.0.23 - - [2026-04-20 19:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004640 10.0.0.23 - - [2026-04-20 19:09:32] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.007191 10.0.0.23 - - [2026-04-20 19:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.23 - - [2026-04-20 19:09:36] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.008383 10.0.0.23 - - [2026-04-20 19:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.23 - - [2026-04-20 19:09:38] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004166 10.0.0.23 - - [2026-04-20 19:09:38] "GET /virtual-networks?parent_id=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004440 10.0.0.23 - - [2026-04-20 19:09:38] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006829 10.0.0.23 - - [2026-04-20 19:09:38] "POST /neutron/port HTTP/1.1" 200 1233 0.021066 10.0.0.23 - - [2026-04-20 19:09:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.012193 10.0.0.23 - - [2026-04-20 19:09:50] "POST /neutron/port HTTP/1.1" 200 1233 0.059746 10.0.0.23 - - [2026-04-20 19:09:54] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010451 10.0.0.23 - - [2026-04-20 19:09:59] "POST /neutron/port HTTP/1.1" 200 1233 0.023482 10.0.0.23 - - [2026-04-20 19:10:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.014344 10.0.0.23 - - [2026-04-20 19:10:05] "POST /neutron/port HTTP/1.1" 200 1233 0.028436 10.0.0.23 - - [2026-04-20 19:10:05] "GET /virtual-machine/1910fc10-9752-401a-9665-91c31eec3fb7 HTTP/1.1" 200 1296 0.010856 10.0.0.23 - - [2026-04-20 19:10:05] "GET /virtual-machine-interface/5935012c-2bae-4360-be52-0805fd524785 HTTP/1.1" 200 3155 0.008003 10.0.0.23 - - [2026-04-20 19:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.23 - - [2026-04-20 19:10:05] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004453 10.0.0.23 - - [2026-04-20 19:10:05] "GET /virtual-networks?parent_id=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.006774 10.0.0.23 - - [2026-04-20 19:10:05] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.009169 10.0.0.23 - - [2026-04-20 19:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004772 10.0.0.23 - - [2026-04-20 19:10:06] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005058 10.0.0.23 - - [2026-04-20 19:10:06] "GET /virtual-networks?parent_id=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004009 10.0.0.23 - - [2026-04-20 19:10:06] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006160 10.0.0.23 - - [2026-04-20 19:10:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009717 10.0.0.23 - - [2026-04-20 19:10:06] "POST /neutron/port HTTP/1.1" 200 1233 0.029609 10.0.0.23 - - [2026-04-20 19:10:06] "GET /virtual-machine/4af3a616-9d54-4d09-af45-ebcdf7c444a1 HTTP/1.1" 200 1296 0.008698 10.0.0.23 - - [2026-04-20 19:10:06] "GET /virtual-machine-interface/acf7df68-d2cd-47e1-92a5-5fc28c79766c HTTP/1.1" 200 3156 0.006557 10.0.0.23 - - [2026-04-20 19:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2026-04-20 19:10:07] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004905 10.0.0.23 - - [2026-04-20 19:10:07] "GET /virtual-networks?parent_id=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004232 10.0.0.23 - - [2026-04-20 19:10:07] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.006943 10.0.0.23 - - [2026-04-20 19:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.23 - - [2026-04-20 19:10:08] "GET /global-vrouter-config/5f3233a3-3c5c-46b2-9f5e-897a8550da9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006040 10.0.0.23 - - [2026-04-20 19:10:08] "GET /virtual-networks?parent_id=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004678 10.0.0.23 - - [2026-04-20 19:10:08] "GET /virtual-network/84b04497-b30a-4110-8b93-e4b36db3f408?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2625 0.008011 10.0.0.249 - - [2026-04-20 19:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.249 - - [2026-04-20 19:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.23 - - [2026-04-20 19:10:08] "GET /virtual-machine-interface/acf7df68-d2cd-47e1-92a5-5fc28c79766c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.006292 10.0.0.249 - - [2026-04-20 19:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000359 10.0.0.23 - - [2026-04-20 19:10:08] "PUT /virtual-machine-interface/acf7df68-d2cd-47e1-92a5-5fc28c79766c HTTP/1.1" 200 284 0.021016 10.0.0.65 - - [2026-04-20 19:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000629 10.0.0.249 - - [2026-04-20 19:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.65 - - [2026-04-20 19:10:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000512 10.0.0.65 - - [2026-04-20 19:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.65 - - [2026-04-20 19:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000689 10.0.0.23 - - [2026-04-20 19:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000578 10.0.0.23 - - [2026-04-20 19:10:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000984 10.0.0.23 - - [2026-04-20 19:10:10] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.23 - - [2026-04-20 19:10:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.23 - - [2026-04-20 19:10:13] "POST /neutron/port HTTP/1.1" 200 1108 0.022560 10.0.0.23 - - [2026-04-20 19:10:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.011265 10.0.0.23 - - [2026-04-20 19:10:31] "POST /neutron/port HTTP/1.1" 200 1218 0.034027 10.0.0.23 - - [2026-04-20 19:10:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005171 10.0.0.23 - - [2026-04-20 19:10:32] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.23 - - [2026-04-20 19:11:14] "POST /neutron/port HTTP/1.1" 200 1233 0.022671 10.0.0.23 - - [2026-04-20 19:11:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004609 10.0.0.23 - - [2026-04-20 19:11:14] "POST /neutron/port HTTP/1.1" 200 117 0.001279 10.0.0.23 - - [2026-04-20 19:11:33] "POST /neutron/port HTTP/1.1" 200 1108 0.019599 10.0.0.23 - - [2026-04-20 19:11:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003928 10.0.0.23 - - [2026-04-20 19:11:34] "POST /neutron/network HTTP/1.1" 200 928 0.008095 10.0.0.23 - - [2026-04-20 19:11:40] "POST /neutron/port HTTP/1.1" 200 1233 0.025649 10.0.0.23 - - [2026-04-20 19:11:40] "POST /neutron/port HTTP/1.1" 200 1233 0.040713 10.0.0.23 - - [2026-04-20 19:11:40] "POST /neutron/port HTTP/1.1" 200 1233 0.046210 10.0.0.23 - - [2026-04-20 19:11:42] "POST /neutron/network HTTP/1.1" 200 1000 0.012113 10.0.0.65 - - [2026-04-20 19:11:42] "DELETE /route-target/de6292a2-52f3-4310-96e1-41e12d443cfd HTTP/1.1" 200 115 0.072851 10.0.0.65 - - [2026-04-20 19:11:43] "GET /projects?obj_uuids=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000992 10.0.0.23 - - [2026-04-20 19:11:43] "GET /project/7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045871 10.0.0.65 - - [2026-04-20 19:11:43] "GET /projects?obj_uuids=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001188 10.0.0.23 - - [2026-04-20 19:11:43] "GET /project/7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef?fields=virtual_networks HTTP/1.1" 200 1040 0.052993 10.0.0.65 - - [2026-04-20 19:11:44] "GET /projects?obj_uuids=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000979 10.0.0.23 - - [2026-04-20 19:11:44] "GET /project/7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.044583 10.0.0.65 - - [2026-04-20 19:11:44] "GET /projects?obj_uuids=7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001179 10.0.0.23 - - [2026-04-20 19:11:44] "GET /project/7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef?fields=security_groups HTTP/1.1" 200 1270 0.046616 10.0.0.23 - - [2026-04-20 19:11:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.047392 10.0.0.65 - - [2026-04-20 19:11:45] "GET /projects?obj_uuids=ae6e996a-8d98-4d27-b96a-b55f6431d7d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003493 10.0.0.65 - - [2026-04-20 19:11:45] "GET /domains?obj_uuids=40643203-20f6-446b-8c17-54dd9444dd19&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.65 - - [2026-04-20 19:11:45] "GET /domain/40643203-20f6-446b-8c17-54dd9444dd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008152 10.0.0.65 - - [2026-04-20 19:11:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.002211 10.0.0.65 - - [2026-04-20 19:11:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.006548 10.0.0.65 - - [2026-04-20 19:11:45] "POST /security-groups HTTP/1.1" 200 591 0.091245 10.0.0.65 - - [2026-04-20 19:11:45] "POST /projects HTTP/1.1" 200 585 0.347492 10.0.0.65 - - [2026-04-20 19:11:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.392763 10.0.0.23 - - [2026-04-20 19:11:45] "GET /project/ae6e996a-8d98-4d27-b96a-b55f6431d7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.578601 10.0.0.65 - - [2026-04-20 19:11:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.009849 10.0.0.23 - - [2026-04-20 19:11:47] "GET / HTTP/1.1" 200 35931 0.002631 10.0.0.65 - - [2026-04-20 19:11:53] "GET /projects?obj_uuids=ae6e996a-8d98-4d27-b96a-b55f6431d7d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.23 - - [2026-04-20 19:11:53] "GET /project/ae6e996a-8d98-4d27-b96a-b55f6431d7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.056265 10.0.0.65 - - [2026-04-20 19:11:53] "GET /projects?obj_uuids=ae6e996a-8d98-4d27-b96a-b55f6431d7d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001280 10.0.0.23 - - [2026-04-20 19:11:53] "GET /project/ae6e996a-8d98-4d27-b96a-b55f6431d7d9?fields=virtual_networks HTTP/1.1" 200 1033 0.062414 10.0.0.65 - - [2026-04-20 19:11:53] "GET /projects?obj_uuids=ae6e996a-8d98-4d27-b96a-b55f6431d7d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002537 10.0.0.23 - - [2026-04-20 19:11:53] "GET /project/ae6e996a-8d98-4d27-b96a-b55f6431d7d9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.062975 10.0.0.65 - - [2026-04-20 19:11:53] "GET /projects?obj_uuids=ae6e996a-8d98-4d27-b96a-b55f6431d7d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001334 10.0.0.23 - - [2026-04-20 19:11:53] "GET /project/ae6e996a-8d98-4d27-b96a-b55f6431d7d9?fields=security_groups HTTP/1.1" 200 1259 0.052693 10.0.0.65 - - [2026-04-20 19:12:01] "DELETE /access-control-list/5b3e3fd6-a70e-44f2-936d-b5c4f0a62dd1 HTTP/1.1" 200 115 0.040028 10.0.0.65 - - [2026-04-20 19:12:13] "GET /obj-perms HTTP/1.1" 200 5056 0.091946 10.0.0.23 - - [2026-04-20 19:12:15] "POST /neutron/port HTTP/1.1" 200 1218 0.027118 10.0.0.23 - - [2026-04-20 19:12:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004466 10.0.0.23 - - [2026-04-20 19:12:15] "POST /neutron/port HTTP/1.1" 200 117 0.001136 10.0.0.65 - - [2026-04-20 19:12:34] "DELETE /project/ae6e996a8d984d27b96ab55f6431d7d9 HTTP/1.1" 404 173 0.015562 10.0.0.65 - - [2026-04-20 19:12:34] "DELETE /project/7bdfd7b2-335c-42f3-a91a-8ef0bc8dc6ef HTTP/1.1" 404 177 0.008325 10.0.0.65 - - [2026-04-20 19:12:34] "GET /projects?obj_uuids=ae6e996a-8d98-4d27-b96a-b55f6431d7d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001553 10.0.0.65 - - [2026-04-20 19:12:34] "GET /project/ae6e996a-8d98-4d27-b96a-b55f6431d7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.051549 10.0.0.65 - - [2026-04-20 19:12:34] "GET /projects?obj_uuids=ae6e996a-8d98-4d27-b96a-b55f6431d7d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.65 - - [2026-04-20 19:12:34] "GET /project/ae6e996a-8d98-4d27-b96a-b55f6431d7d9?fields=security_groups HTTP/1.1" 200 1364 0.059647 10.0.0.65 - - [2026-04-20 19:12:34] "DELETE /security-group/a6e5679c-994b-4c52-867c-670cc9570a76 HTTP/1.1" 200 115 0.062292 10.0.0.65 - - [2026-04-20 19:12:34] "GET /projects?obj_uuids=ae6e996a-8d98-4d27-b96a-b55f6431d7d9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002011 10.0.0.65 - - [2026-04-20 19:12:34] "GET /project/ae6e996a-8d98-4d27-b96a-b55f6431d7d9?fields=application_policy_sets HTTP/1.1" 200 1403 0.067961 10.0.0.65 - - [2026-04-20 19:12:34] "DELETE /project/ae6e996a-8d98-4d27-b96a-b55f6431d7d9 HTTP/1.1" 200 115 0.477600 10.0.0.23 - - [2026-04-20 19:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.070897 10.0.0.249 - - [2026-04-20 19:13:14] "GET /obj-perms HTTP/1.1" 200 5056 0.075467 10.0.0.23 - - [2026-04-20 19:13:17] "POST /neutron/port HTTP/1.1" 200 1108 0.081954 10.0.0.23 - - [2026-04-20 19:13:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.016070 10.0.0.23 - - [2026-04-20 19:13:36] "POST /neutron/port HTTP/1.1" 200 1218 0.054989 10.0.0.23 - - [2026-04-20 19:13:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007228 10.0.0.23 - - [2026-04-20 19:13:37] "POST /neutron/port HTTP/1.1" 200 117 0.001187 10.0.0.23 - - [2026-04-20 19:14:19] "POST /neutron/port HTTP/1.1" 200 1218 0.020236 10.0.0.23 - - [2026-04-20 19:14:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005463 10.0.0.23 - - [2026-04-20 19:14:19] "POST /neutron/port HTTP/1.1" 200 117 0.001880 10.0.0.23 - - [2026-04-20 19:14:36] "POST /neutron/port HTTP/1.1" 200 1108 0.028473 10.0.0.23 - - [2026-04-20 19:14:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003968 10.0.0.23 - - [2026-04-20 19:14:37] "POST /neutron/network HTTP/1.1" 200 928 0.009211 10.0.0.249 - - [2026-04-20 19:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.249 - - [2026-04-20 19:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.249 - - [2026-04-20 19:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000426 10.0.0.65 - - [2026-04-20 19:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.249 - - [2026-04-20 19:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.65 - - [2026-04-20 19:15:08] "GET /global-system-configs HTTP/1.1" 401 292 0.000937 10.0.0.65 - - [2026-04-20 19:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.65 - - [2026-04-20 19:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.23 - - [2026-04-20 19:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.23 - - [2026-04-20 19:15:09] "GET /global-system-configs HTTP/1.1" 401 292 0.000673 10.0.0.23 - - [2026-04-20 19:15:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.23 - - [2026-04-20 19:15:11] "GET /global-system-configs HTTP/1.1" 401 292 0.000605 [Introspect:8084]10.0.0.65 - - [2026-04-20 19:15:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001045 [Introspect:8084]10.0.0.65 - - [2026-04-20 19:15:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000987