++ 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 Jan 12 02:01:01 AM UTC 2026 ===================' INFO: =================== Mon Jan 12 02:01:01 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ 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 +++ awk '{print $2}' +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ mount -t hugetlbfs +++ 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.22,10.0.0.50,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.50:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.50:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.50:8081 10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.50:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.50:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.50:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.50:8086 10.0.0.27: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.22,10.0.0.50,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.50:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.50:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.50:8082 10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.50:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.50:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.50:9161 10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.50:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.50:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.50:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.50:2181,10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.50:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.50:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.50:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.50:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.50:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.50:5673,10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.50:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.50:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.50:6379 10.0.0.27: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.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.50:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.50:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.50:9092 10.0.0.27: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.22 ++ 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.22,10.0.0.50,10.0.0.27 ++ 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.22,10.0.0.50,10.0.0.27 ++ 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.22,10.0.0.50,10.0.0.27 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.22 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.22,10.0.0.50,10.0.0.27 +++ local servers=10.0.0.22,10.0.0.50,10.0.0.27 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq +++ local local_ips=,10.0.0.27,10.20.0.14,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.27,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.27,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 10.0.0.50:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.22:9041 10.0.0.50:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27: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=__ ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' + 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: 01/12/2026 02:01:11.372 7ff23169d200 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/12/2026 02:01:11.518 7ff23169d200 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/12/2026 02:01:11.531 7ff23169d200 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/12/2026 02:01:11.531 7ff23169d200 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.21: /usr/bin/python3 Mon Jan 12 02:01: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=) 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid 3743 gvc = self.create_singleton_entry(GlobalVrouterConfig( 3744 parent_obj=gsc)) 3745 domain = self.create_singleton_entry(Domain()) gvc undefined self = self.create_singleton_entry = > global GlobalVrouterConfig = parent_obj undefined gsc = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...8d093d9b-f844-4fde-a0ca-c738d0c38267 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: 8d093d9b-f844-4fde-a0ca-c738d0c38267 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_vrouter_config default-global-system-config:default-global-vrouter-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...8d093d9b-f844-4fde-a0ca-c738d0c38267 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...8d093d9b-f844-4fde-a0ca-c738d0c38267 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_vrouter_config:...8d093d9b-f844-4fde-a0ca-c738d0c38267 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 2525, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_vrouter_config default-global-system-config:default-global-vrouter-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3743, in _db_init_entries gvc = self.create_singleton_entry(GlobalVrouterConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_vrouter_config:default-global-system-config:default-global-vrouter-config exists already with ID: 8d093d9b-f844-4fde-a0ca-c738d0c38267 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 Jan 12 02:01:38 AM UTC 2026 ===================' INFO: =================== Mon Jan 12 02:01:38 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ 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.22,10.0.0.50,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.50:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.50:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.50:8081 10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.50:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.50:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.50:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.50:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.50:8086 10.0.0.27: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.22,10.0.0.50,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.50:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.50:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.50:8082 10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.50:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.50:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.50:9161 10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.50:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.50:9041 10.0.0.27:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.50:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.50:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.50:2181,10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.50:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.50:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.50:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.50:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.50:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.50:5673,10.0.0.27: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.50:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.50:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.50:6379 10.0.0.27: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.22,10.0.0.50,10.0.0.27 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.50:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.50:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.50:9092 10.0.0.27: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.22 ++ 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.22,10.0.0.50,10.0.0.27 ++ 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.22,10.0.0.50,10.0.0.27 ++ 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.22,10.0.0.50,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.22 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 +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.22,10.0.0.50,10.0.0.27 +++ local servers=10.0.0.22,10.0.0.50,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.27,10.20.0.14,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.27,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.27,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 3 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 10.0.0.50:9041 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.22:9041 10.0.0.50:9041 10.0.0.27:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 01/12/2026 02:01:47.344 7f7684cb10c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/12/2026 02:01:47.495 7f7684cb10c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/12/2026 02:01:47.508 7f7684cb10c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/12/2026 02:01:47.509 7f7684cb10c0 [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.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2026-01-12 02:01:48] "GET / HTTP/1.1" 200 45871 0.001588 10.0.0.27 - - [2026-01-12 02:01:48] "GET / HTTP/1.1" 200 45871 0.001074 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2026-01-12 02:01:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.27 - - [2026-01-12 02:01:48] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000241 10.0.0.22 - - [2026-01-12 02:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000827 10.0.0.22 - - [2026-01-12 02:01:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.22 - - [2026-01-12 02:01:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.22 - - [2026-01-12 02:01:50] "GET /global-system-configs HTTP/1.1" 401 292 0.000798 10.0.0.27 - - [2026-01-12 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 2.506704 10.0.0.27 - - [2026-01-12 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.27 - - [2026-01-12 02:01:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.133913 10.0.0.27 - - [2026-01-12 02:01:51] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003824 /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.50 - - [2026-01-12 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.035203 10.0.0.50 - - [2026-01-12 02:02:01] "POST /access-control-lists HTTP/1.1" 200 587 0.040809 10.0.0.50 - - [2026-01-12 02:02:01] "POST /route-targets HTTP/1.1" 200 327 0.015121 10.0.0.50 - - [2026-01-12 02:02:01] "POST /ref-update HTTP/1.1" 200 156 0.022297 10.0.0.50 - - [2026-01-12 02:02:01] "POST /route-targets HTTP/1.1" 200 327 0.019902 10.0.0.50 - - [2026-01-12 02:02:01] "POST /access-control-lists HTTP/1.1" 200 551 0.038883 10.0.0.50 - - [2026-01-12 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.067142 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.27 - - [2026-01-12 02:04:50] "GET /obj-perms HTTP/1.1" 200 5056 0.405890 10.0.0.22 - - [2026-01-12 02:05:50] "GET /obj-perms HTTP/1.1" 200 5056 0.057852 10.0.0.50 - - [2026-01-12 02:05:51] "GET /obj-perms HTTP/1.1" 200 5056 0.058593 10.0.0.50 - - [2026-01-12 02:06:08] "PUT /access-control-list/8eab0486-04cd-43c9-a939-0a733e0ed137 HTTP/1.1" 200 272 0.023850 10.0.0.27 - - [2026-01-12 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000502 10.0.0.27 - - [2026-01-12 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.50 - - [2026-01-12 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2026-01-12 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2026-01-12 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000765 10.0.0.27 - - [2026-01-12 02:06:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.50 - - [2026-01-12 02:06:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.50 - - [2026-01-12 02:06:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2026-01-12 02:06:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.22 - - [2026-01-12 02:06:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.22 - - [2026-01-12 02:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.22 - - [2026-01-12 02:06:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 [Introspect:8084]10.0.0.27 - - [2026-01-12 02:07:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001058 [Introspect:8084]10.0.0.27 - - [2026-01-12 02:07:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001133 [Introspect:8084]10.0.0.27 - - [2026-01-12 02:07:32] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000858 [Introspect:8084]10.0.0.27 - - [2026-01-12 02:07:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001045 10.0.0.22 - - [2026-01-12 02:08:47] "GET / HTTP/1.1" 200 35931 0.001984 10.0.0.22 - - [2026-01-12 02:08:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.22 - - [2026-01-12 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.050524 10.0.0.27 - - [2026-01-12 02:08:49] "GET /projects?obj_uuids=1e507fd0-4cee-4a08-b9ff-427569bac8aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.070975 10.0.0.27 - - [2026-01-12 02:08:49] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.27 - - [2026-01-12 02:08:49] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.032250 10.0.0.27 - - [2026-01-12 02:08:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.012028 10.0.0.27 - - [2026-01-12 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.011898 10.0.0.27 - - [2026-01-12 02:08:49] "POST /security-groups HTTP/1.1" 200 589 0.099077 10.0.0.27 - - [2026-01-12 02:08:49] "POST /projects HTTP/1.1" 200 581 0.388734 10.0.0.27 - - [2026-01-12 02:08:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.467988 10.0.0.22 - - [2026-01-12 02:08:49] "GET /project/1e507fd0-4cee-4a08-b9ff-427569bac8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.714934 10.0.0.50 - - [2026-01-12 02:08:49] "POST /fqname-to-id HTTP/1.1" 404 231 0.073386 10.0.0.22 - - [2026-01-12 02:08:51] "GET / HTTP/1.1" 200 35931 0.001905 10.0.0.27 - - [2026-01-12 02:08:53] "DELETE /project/1e507fd04cee4a08b9ff427569bac8aa HTTP/1.1" 404 173 0.004502 10.0.0.27 - - [2026-01-12 02:08:54] "GET /projects?obj_uuids=1e507fd0-4cee-4a08-b9ff-427569bac8aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.22 - - [2026-01-12 02:08:54] "GET /project/1e507fd0-4cee-4a08-b9ff-427569bac8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.056022 10.0.0.27 - - [2026-01-12 02:08:54] "GET /projects?obj_uuids=1e507fd0-4cee-4a08-b9ff-427569bac8aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001768 10.0.0.22 - - [2026-01-12 02:08:54] "GET /project/1e507fd0-4cee-4a08-b9ff-427569bac8aa?fields=virtual_networks HTTP/1.1" 200 1028 0.097777 10.0.0.27 - - [2026-01-12 02:08:54] "GET /projects?obj_uuids=1e507fd0-4cee-4a08-b9ff-427569bac8aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.22 - - [2026-01-12 02:08:54] "GET /project/1e507fd0-4cee-4a08-b9ff-427569bac8aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.050245 10.0.0.27 - - [2026-01-12 02:08:54] "GET /projects?obj_uuids=1e507fd0-4cee-4a08-b9ff-427569bac8aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.22 - - [2026-01-12 02:08:54] "GET /project/1e507fd0-4cee-4a08-b9ff-427569bac8aa?fields=security_groups HTTP/1.1" 200 1252 0.057826 10.0.0.27 - - [2026-01-12 02:08:55] "GET /projects?obj_uuids=b1db724f-426f-4ca8-a0bc-da696f767025&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003385 10.0.0.27 - - [2026-01-12 02:08:55] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.27 - - [2026-01-12 02:08:55] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008159 10.0.0.27 - - [2026-01-12 02:08:55] "POST /id-to-fqname HTTP/1.1" 200 167 0.008985 10.0.0.27 - - [2026-01-12 02:08:55] "POST /fqname-to-id HTTP/1.1" 404 176 0.005540 10.0.0.27 - - [2026-01-12 02:08:55] "POST /security-groups HTTP/1.1" 200 568 0.048110 10.0.0.27 - - [2026-01-12 02:08:55] "POST /projects HTTP/1.1" 200 539 0.325028 10.0.0.27 - - [2026-01-12 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.367629 10.0.0.50 - - [2026-01-12 02:08:55] "POST /access-control-lists HTTP/1.1" 200 573 0.066446 10.0.0.22 - - [2026-01-12 02:08:56] "GET /project/b1db724f-426f-4ca8-a0bc-da696f767025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.565108 [Introspect:8084]10.0.0.22 - - [2026-01-12 02:08:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001927 10.0.0.27 - - [2026-01-12 02:08:57] "GET /projects?obj_uuids=b1db724f-426f-4ca8-a0bc-da696f767025&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001706 10.0.0.22 - - [2026-01-12 02:08:57] "GET /project/b1db724f-426f-4ca8-a0bc-da696f767025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.071244 10.0.0.27 - - [2026-01-12 02:08:59] "GET /obj-perms HTTP/1.1" 200 5056 0.063032 [Introspect:8084]10.0.0.22 - - [2026-01-12 02:09:00] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000646 10.0.0.22 - - [2026-01-12 02:09:00] "GET /obj-perms HTTP/1.1" 200 5056 0.067963 10.0.0.22 - - [2026-01-12 02:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.004856 10.0.0.22 - - [2026-01-12 02:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.004319 10.0.0.22 - - [2026-01-12 02:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.004726 10.0.0.22 - - [2026-01-12 02:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.004313 10.0.0.22 - - [2026-01-12 02:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.003795 10.0.0.22 - - [2026-01-12 02:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.003959 10.0.0.22 - - [2026-01-12 02:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.004584 10.0.0.22 - - [2026-01-12 02:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.004113 10.0.0.22 - - [2026-01-12 02:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.006861 10.0.0.22 - - [2026-01-12 02:09:01] "GET /obj-perms HTTP/1.1" 200 5056 0.004754 10.0.0.50 - - [2026-01-12 02:09:02] "GET /obj-perms HTTP/1.1" 200 5056 0.057779 10.0.0.22 - - [2026-01-12 02:09:02] "GET /obj-perms HTTP/1.1" 200 5056 0.005353 10.0.0.27 - - [2026-01-12 02:09:02] "GET /obj-perms HTTP/1.1" 200 5056 0.004597 10.0.0.27 - - [2026-01-12 02:09:02] "GET /obj-perms HTTP/1.1" 200 5056 0.004063 10.0.0.22 - - [2026-01-12 02:09:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004211 10.0.0.22 - - [2026-01-12 02:09:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004667 10.0.0.22 - - [2026-01-12 02:09:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004973 10.0.0.22 - - [2026-01-12 02:09:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004222 10.0.0.22 - - [2026-01-12 02:09:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004203 10.0.0.22 - - [2026-01-12 02:09:04] "GET /obj-perms HTTP/1.1" 200 5056 0.003987 10.0.0.22 - - [2026-01-12 02:09:04] "GET /obj-perms HTTP/1.1" 200 5056 0.006634 10.0.0.22 - - [2026-01-12 02:09:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004511 10.0.0.22 - - [2026-01-12 02:09:04] "GET /obj-perms HTTP/1.1" 200 5056 0.004545 10.0.0.22 - - [2026-01-12 02:09:04] "GET /obj-perms HTTP/1.1" 200 5056 0.003923 10.0.0.22 - - [2026-01-12 02:09:05] "GET /obj-perms HTTP/1.1" 200 5056 0.004786 10.0.0.22 - - [2026-01-12 02:09:07] "GET /obj-perms HTTP/1.1" 200 5056 0.005762 10.0.0.22 - - [2026-01-12 02:09:07] "GET /obj-perms HTTP/1.1" 200 5056 0.005285 10.0.0.22 - - [2026-01-12 02:09:07] "GET /obj-perms HTTP/1.1" 200 5056 0.004934 10.0.0.22 - - [2026-01-12 02:09:08] "GET /obj-perms HTTP/1.1" 200 5056 0.004234 10.0.0.22 - - [2026-01-12 02:09:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004119 10.0.0.22 - - [2026-01-12 02:09:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.038859 10.0.0.27 - - [2026-01-12 02:09:10] "GET /projects?obj_uuids=d396029d-9ffd-4464-bf42-7d670fc40d07&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003551 10.0.0.27 - - [2026-01-12 02:09:10] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.27 - - [2026-01-12 02:09:10] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007520 10.0.0.27 - - [2026-01-12 02:09:10] "POST /id-to-fqname HTTP/1.1" 200 201 0.001360 10.0.0.27 - - [2026-01-12 02:09:10] "POST /fqname-to-id HTTP/1.1" 404 210 0.020716 10.0.0.27 - - [2026-01-12 02:09:10] "POST /security-groups HTTP/1.1" 200 602 0.048817 10.0.0.50 - - [2026-01-12 02:09:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.003491 10.0.0.27 - - [2026-01-12 02:09:10] "POST /projects HTTP/1.1" 200 607 0.355788 10.0.0.27 - - [2026-01-12 02:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.430942 10.0.0.50 - - [2026-01-12 02:09:11] "POST /access-control-lists HTTP/1.1" 200 605 0.040187 10.0.0.22 - - [2026-01-12 02:09:11] "GET /project/d396029d-9ffd-4464-bf42-7d670fc40d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.615303 10.0.0.22 - - [2026-01-12 02:09:12] "GET / HTTP/1.1" 200 35931 0.001882 10.0.0.22 - - [2026-01-12 02:09:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2026-01-12 02:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.058791 10.0.0.27 - - [2026-01-12 02:09:13] "GET /projects?obj_uuids=d396029d-9ffd-4464-bf42-7d670fc40d07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001156 10.0.0.22 - - [2026-01-12 02:09:13] "GET /project/d396029d-9ffd-4464-bf42-7d670fc40d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.077326 10.0.0.27 - - [2026-01-12 02:09:14] "POST /useragent-kv HTTP/1.1" 200 115 0.013367 10.0.0.22 - - [2026-01-12 02:09:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.360759 10.0.0.22 - - [2026-01-12 02:09:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001441 10.0.0.22 - - [2026-01-12 02:09:15] "GET /virtual-network/f802ba79-0904-4a6f-b562-81aefcd328e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006412 10.0.0.22 - - [2026-01-12 02:09:15] "GET /virtual-network/f802ba79-0904-4a6f-b562-81aefcd328e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006180 10.0.0.22 - - [2026-01-12 02:09:15] "POST /neutron/network HTTP/1.1" 200 839 0.007306 10.0.0.22 - - [2026-01-12 02:09:15] "GET /virtual-network/f802ba79-0904-4a6f-b562-81aefcd328e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006400 10.0.0.27 - - [2026-01-12 02:09:17] "GET /obj-perms HTTP/1.1" 200 5052 0.068547 10.0.0.22 - - [2026-01-12 02:09:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001332 10.0.0.27 - - [2026-01-12 02:09:19] "GET /projects?obj_uuids=d396029d-9ffd-4464-bf42-7d670fc40d07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001633 10.0.0.22 - - [2026-01-12 02:09:19] "GET /project/d396029d-9ffd-4464-bf42-7d670fc40d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.136396 10.0.0.22 - - [2026-01-12 02:09:20] "POST /neutron/network HTTP/1.1" 200 839 0.054945 10.0.0.22 - - [2026-01-12 02:09:20] "POST /neutron/port HTTP/1.1" 200 117 0.010195 10.0.0.22 - - [2026-01-12 02:09:22] "POST /neutron/port HTTP/1.1" 200 1071 0.047961 10.0.0.22 - - [2026-01-12 02:09:23] "POST /neutron/port HTTP/1.1" 200 1135 0.030765 10.0.0.22 - - [2026-01-12 02:09:23] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.22 - - [2026-01-12 02:09:26] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007607 10.0.0.22 - - [2026-01-12 02:09:31] "GET /obj-perms HTTP/1.1" 200 5052 0.062202 10.0.0.22 - - [2026-01-12 02:09:34] "GET /obj-perms HTTP/1.1" 200 5052 0.004145 10.0.0.22 - - [2026-01-12 02:09:36] "POST /neutron/network HTTP/1.1" 200 839 0.009166 10.0.0.22 - - [2026-01-12 02:09:37] "POST /neutron/security_group HTTP/1.1" 200 2069 0.036922 10.0.0.22 - - [2026-01-12 02:09:37] "POST /neutron/port HTTP/1.1" 200 151 0.269098 10.0.0.50 - - [2026-01-12 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.27 - - [2026-01-12 02:09:39] "GET /projects?obj_uuids=d396029d-9ffd-4464-bf42-7d670fc40d07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001435 10.0.0.22 - - [2026-01-12 02:09:39] "GET /project/d396029d-9ffd-4464-bf42-7d670fc40d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.050939 10.0.0.27 - - [2026-01-12 02:09:39] "GET /projects?obj_uuids=d396029d-9ffd-4464-bf42-7d670fc40d07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001054 10.0.0.22 - - [2026-01-12 02:09:39] "GET /project/d396029d-9ffd-4464-bf42-7d670fc40d07?fields=virtual_networks HTTP/1.1" 200 1055 0.073808 10.0.0.27 - - [2026-01-12 02:09:39] "GET /projects?obj_uuids=d396029d-9ffd-4464-bf42-7d670fc40d07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001006 10.0.0.22 - - [2026-01-12 02:09:39] "GET /project/d396029d-9ffd-4464-bf42-7d670fc40d07?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.082424 10.0.0.27 - - [2026-01-12 02:09:40] "GET /projects?obj_uuids=d396029d-9ffd-4464-bf42-7d670fc40d07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001361 10.0.0.22 - - [2026-01-12 02:09:40] "GET /project/d396029d-9ffd-4464-bf42-7d670fc40d07?fields=security_groups HTTP/1.1" 200 1292 0.055156 10.0.0.27 - - [2026-01-12 02:09:40] "GET /projects?obj_uuids=b1db724f-426f-4ca8-a0bc-da696f767025&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001376 10.0.0.22 - - [2026-01-12 02:09:40] "GET /project/b1db724f-426f-4ca8-a0bc-da696f767025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.054131 10.0.0.27 - - [2026-01-12 02:09:45] "GET /projects?obj_uuids=b1db724f-426f-4ca8-a0bc-da696f767025&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000979 10.0.0.22 - - [2026-01-12 02:09:45] "GET /project/b1db724f-426f-4ca8-a0bc-da696f767025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.079788 10.0.0.22 - - [2026-01-12 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.028255 10.0.0.27 - - [2026-01-12 02:09:48] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003636 10.0.0.27 - - [2026-01-12 02:09:48] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.27 - - [2026-01-12 02:09:48] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007449 10.0.0.27 - - [2026-01-12 02:09:48] "POST /id-to-fqname HTTP/1.1" 200 202 0.001574 10.0.0.27 - - [2026-01-12 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.012379 10.0.0.27 - - [2026-01-12 02:09:48] "POST /security-groups HTTP/1.1" 200 603 0.044831 10.0.0.27 - - [2026-01-12 02:09:48] "POST /projects HTTP/1.1" 200 609 0.286467 10.0.0.27 - - [2026-01-12 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.329513 10.0.0.50 - - [2026-01-12 02:09:48] "POST /access-control-lists HTTP/1.1" 200 608 0.035745 10.0.0.22 - - [2026-01-12 02:09:48] "GET /project/794ae450-b963-45f8-8e8d-80e59303a2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.502888 10.0.0.22 - - [2026-01-12 02:09:49] "GET / HTTP/1.1" 200 35931 0.001298 10.0.0.22 - - [2026-01-12 02:09:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.22 - - [2026-01-12 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.058082 10.0.0.27 - - [2026-01-12 02:09:50] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001067 10.0.0.22 - - [2026-01-12 02:09:50] "GET /project/794ae450-b963-45f8-8e8d-80e59303a2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049273 10.0.0.22 - - [2026-01-12 02:09:50] "POST /neutron/network HTTP/1.1" 200 117 0.038178 10.0.0.22 - - [2026-01-12 02:09:51] "POST /neutron/network HTTP/1.1" 200 924 0.023356 10.0.0.22 - - [2026-01-12 02:09:51] "POST /id-to-fqname HTTP/1.1" 200 275 0.001370 10.0.0.22 - - [2026-01-12 02:09:51] "GET /virtual-network/18ccba03-0a72-4c60-b468-2387c2a621c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007123 10.0.0.22 - - [2026-01-12 02:09:51] "GET /virtual-network/18ccba03-0a72-4c60-b468-2387c2a621c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007071 10.0.0.22 - - [2026-01-12 02:09:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.060337 10.0.0.22 - - [2026-01-12 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.27 - - [2026-01-12 02:09:51] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002314 10.0.0.50 - - [2026-01-12 02:09:51] "POST /route-targets HTTP/1.1" 200 327 0.018336 10.0.0.22 - - [2026-01-12 02:09:51] "GET /project/794ae450-b963-45f8-8e8d-80e59303a2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.067375 10.0.0.50 - - [2026-01-12 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.031325 10.0.0.27 - - [2026-01-12 02:09:52] "POST /useragent-kv HTTP/1.1" 200 115 0.013911 10.0.0.22 - - [2026-01-12 02:09:52] "POST /neutron/subnet HTTP/1.1" 200 720 0.237896 10.0.0.22 - - [2026-01-12 02:09:52] "POST /id-to-fqname HTTP/1.1" 200 275 0.001348 10.0.0.22 - - [2026-01-12 02:09:52] "GET /virtual-network/42561727-5801-486b-810e-cdb83a651547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.005662 10.0.0.22 - - [2026-01-12 02:09:52] "GET /virtual-network/42561727-5801-486b-810e-cdb83a651547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2188 0.006180 10.0.0.22 - - [2026-01-12 02:09:52] "POST /neutron/network HTTP/1.1" 200 921 0.007910 10.0.0.22 - - [2026-01-12 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.27 - - [2026-01-12 02:09:52] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001385 10.0.0.22 - - [2026-01-12 02:09:52] "GET /project/794ae450-b963-45f8-8e8d-80e59303a2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.063586 10.0.0.27 - - [2026-01-12 02:09:52] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.22 - - [2026-01-12 02:09:52] "POST /neutron/network HTTP/1.1" 200 705 0.171623 10.0.0.22 - - [2026-01-12 02:09:53] "POST /id-to-fqname HTTP/1.1" 200 276 0.005966 10.0.0.22 - - [2026-01-12 02:09:53] "GET /virtual-network/6d25fc45-9ad2-4e79-ba96-afa7355d665f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007025 10.0.0.22 - - [2026-01-12 02:09:53] "POST /neutron/network HTTP/1.1" 200 925 0.024278 10.0.0.22 - - [2026-01-12 02:09:53] "GET /virtual-network/6d25fc45-9ad2-4e79-ba96-afa7355d665f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.005526 10.0.0.22 - - [2026-01-12 02:09:53] "POST /id-to-fqname HTTP/1.1" 200 275 0.001442 10.0.0.27 - - [2026-01-12 02:09:53] "DELETE /project/794ae450b96345f88e8d80e59303a2cf HTTP/1.1" 404 173 0.015941 10.0.0.27 - - [2026-01-12 02:09:53] "DELETE /project/b1db724f426f4ca8a0bcda696f767025 HTTP/1.1" 404 173 0.028668 10.0.0.27 - - [2026-01-12 02:09:53] "DELETE /project/d396029d9ffd4464bf427d670fc40d07 HTTP/1.1" 404 173 0.026958 10.0.0.27 - - [2026-01-12 02:09:53] "GET /projects?obj_uuids=1e507fd0-4cee-4a08-b9ff-427569bac8aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.27 - - [2026-01-12 02:09:53] "GET /projects?obj_uuids=d396029d-9ffd-4464-bf42-7d670fc40d07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.005640 10.0.0.50 - - [2026-01-12 02:09:53] "DELETE /access-control-list/81931eab-e928-4437-9575-99d44a54fb90 HTTP/1.1" 200 115 0.131372 10.0.0.27 - - [2026-01-12 02:09:53] "GET /project/1e507fd0-4cee-4a08-b9ff-427569bac8aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.103826 10.0.0.27 - - [2026-01-12 02:09:53] "GET /projects?obj_uuids=1e507fd0-4cee-4a08-b9ff-427569bac8aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001937 10.0.0.27 - - [2026-01-12 02:09:53] "GET /project/d396029d-9ffd-4464-bf42-7d670fc40d07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.136350 10.0.0.27 - - [2026-01-12 02:09:53] "GET /projects?obj_uuids=d396029d-9ffd-4464-bf42-7d670fc40d07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001081 10.0.0.27 - - [2026-01-12 02:09:53] "GET /project/1e507fd0-4cee-4a08-b9ff-427569bac8aa?fields=security_groups HTTP/1.1" 200 1098 0.126774 10.0.0.27 - - [2026-01-12 02:09:53] "GET /projects?obj_uuids=1e507fd0-4cee-4a08-b9ff-427569bac8aa&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002563 10.0.0.27 - - [2026-01-12 02:09:53] "GET /project/d396029d-9ffd-4464-bf42-7d670fc40d07?fields=security_groups HTTP/1.1" 200 1397 0.169516 10.0.0.27 - - [2026-01-12 02:09:53] "GET /project/1e507fd0-4cee-4a08-b9ff-427569bac8aa?fields=application_policy_sets HTTP/1.1" 404 171 0.050811 10.0.0.27 - - [2026-01-12 02:09:53] "DELETE /project/1e507fd0-4cee-4a08-b9ff-427569bac8aa HTTP/1.1" 404 171 0.396127 10.0.0.27 - - [2026-01-12 02:09:53] "DELETE /security-group/31752217-f2e2-4ac6-9eb7-c42ac923240d HTTP/1.1" 200 115 0.116584 10.0.0.27 - - [2026-01-12 02:09:53] "GET /projects?obj_uuids=d396029d-9ffd-4464-bf42-7d670fc40d07&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000981 10.0.0.27 - - [2026-01-12 02:09:53] "GET /project/d396029d-9ffd-4464-bf42-7d670fc40d07?fields=application_policy_sets HTTP/1.1" 200 1436 0.098136 10.0.0.50 - - [2026-01-12 02:09:53] "DELETE /access-control-list/a375ee89-a403-4278-84fe-7c643d9ee4ad HTTP/1.1" 200 115 0.100606 10.0.0.27 - - [2026-01-12 02:09:54] "DELETE /project/d396029d-9ffd-4464-bf42-7d670fc40d07 HTTP/1.1" 200 115 0.855797 10.0.0.22 - - [2026-01-12 02:09:54] "POST /neutron/network HTTP/1.1" 200 931 0.010915 10.0.0.27 - - [2026-01-12 02:09:55] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001668 10.0.0.22 - - [2026-01-12 02:09:55] "GET /project/794ae450-b963-45f8-8e8d-80e59303a2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079994 10.0.0.22 - - [2026-01-12 02:09:55] "POST /neutron/port HTTP/1.1" 200 117 0.013638 10.0.0.22 - - [2026-01-12 02:09:55] "POST /id-to-fqname HTTP/1.1" 200 276 0.001233 10.0.0.22 - - [2026-01-12 02:09:55] "POST /neutron/network HTTP/1.1" 200 931 0.009107 10.0.0.22 - - [2026-01-12 02:09:56] "POST /neutron/port HTTP/1.1" 200 1071 0.022965 10.0.0.27 - - [2026-01-12 02:09:56] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.22 - - [2026-01-12 02:09:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007519 10.0.0.22 - - [2026-01-12 02:09:56] "GET /project/794ae450-b963-45f8-8e8d-80e59303a2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.117048 10.0.0.22 - - [2026-01-12 02:09:56] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.22 - - [2026-01-12 02:09:57] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009901 10.0.0.27 - - [2026-01-12 02:09:57] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001016 10.0.0.22 - - [2026-01-12 02:09:58] "POST /neutron/port HTTP/1.1" 200 1073 0.395994 10.0.0.22 - - [2026-01-12 02:09:58] "POST /neutron/port HTTP/1.1" 200 1073 0.052063 10.0.0.22 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 1137 0.032660 10.0.0.22 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 1135 0.025377 10.0.0.22 - - [2026-01-12 02:09:59] "POST /neutron/port HTTP/1.1" 200 1125 0.014426 10.0.0.27 - - [2026-01-12 02:10:00] "POST /useragent-kv HTTP/1.1" 200 115 0.007010 10.0.0.27 - - [2026-01-12 02:10:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005934 10.0.0.22 - - [2026-01-12 02:10:00] "POST /neutron/network HTTP/1.1" 200 151 0.197069 10.0.0.22 - - [2026-01-12 02:10:03] "POST /neutron/network HTTP/1.1" 200 925 0.008780 10.0.0.22 - - [2026-01-12 02:10:03] "POST /neutron/port HTTP/1.1" 200 1127 0.018449 10.0.0.22 - - [2026-01-12 02:10:03] "POST /neutron/network HTTP/1.1" 200 1681 0.014083 10.0.0.22 - - [2026-01-12 02:10:05] "POST /neutron/network HTTP/1.1" 200 925 0.008353 10.0.0.50 - - [2026-01-12 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.27 - - [2026-01-12 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004831 10.0.0.27 - - [2026-01-12 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008451 10.0.0.22 - - [2026-01-12 02:10:05] "POST /neutron/network HTTP/1.1" 200 151 0.152590 10.0.0.27 - - [2026-01-12 02:10:05] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.50 - - [2026-01-12 02:10:05] "DELETE /route-target/2fcc7218-1bfa-4e19-906c-af48013fdb54 HTTP/1.1" 200 115 0.038432 10.0.0.22 - - [2026-01-12 02:10:05] "GET /project/794ae450-b963-45f8-8e8d-80e59303a2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.124228 10.0.0.27 - - [2026-01-12 02:10:05] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001725 10.0.0.22 - - [2026-01-12 02:10:05] "GET /project/794ae450-b963-45f8-8e8d-80e59303a2cf?fields=virtual_networks HTTP/1.1" 200 1056 0.062104 10.0.0.27 - - [2026-01-12 02:10:05] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.22 - - [2026-01-12 02:10:05] "GET /project/794ae450-b963-45f8-8e8d-80e59303a2cf?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.046468 10.0.0.27 - - [2026-01-12 02:10:05] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.22 - - [2026-01-12 02:10:06] "GET /project/794ae450-b963-45f8-8e8d-80e59303a2cf?fields=security_groups HTTP/1.1" 200 1294 0.057145 10.0.0.22 - - [2026-01-12 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.030421 10.0.0.27 - - [2026-01-12 02:10:06] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003548 10.0.0.27 - - [2026-01-12 02:10:07] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001253 10.0.0.27 - - [2026-01-12 02:10:07] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007637 10.0.0.27 - - [2026-01-12 02:10:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.007054 10.0.0.27 - - [2026-01-12 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.005997 10.0.0.27 - - [2026-01-12 02:10:07] "POST /security-groups HTTP/1.1" 200 593 0.042687 10.0.0.27 - - [2026-01-12 02:10:07] "POST /projects HTTP/1.1" 200 589 0.301687 10.0.0.50 - - [2026-01-12 02:10:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.013315 10.0.0.27 - - [2026-01-12 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.385636 10.0.0.22 - - [2026-01-12 02:10:07] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.570381 10.0.0.22 - - [2026-01-12 02:10:08] "GET / HTTP/1.1" 200 35931 0.001345 10.0.0.22 - - [2026-01-12 02:10:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000596 10.0.0.22 - - [2026-01-12 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.059064 10.0.0.27 - - [2026-01-12 02:10:09] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001175 10.0.0.22 - - [2026-01-12 02:10:09] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045835 10.0.0.50 - - [2026-01-12 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.026846 10.0.0.27 - - [2026-01-12 02:10:10] "POST /useragent-kv HTTP/1.1" 200 115 0.011778 10.0.0.22 - - [2026-01-12 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 705 0.287971 10.0.0.22 - - [2026-01-12 02:10:10] "POST /id-to-fqname HTTP/1.1" 200 255 0.001368 10.0.0.22 - - [2026-01-12 02:10:10] "GET /virtual-network/9cd5e758-2e79-4356-8a6a-21d6a6dff5d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.005925 10.0.0.22 - - [2026-01-12 02:10:10] "GET /virtual-network/9cd5e758-2e79-4356-8a6a-21d6a6dff5d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.005876 10.0.0.22 - - [2026-01-12 02:10:10] "POST /neutron/network HTTP/1.1" 200 888 0.007399 10.0.0.22 - - [2026-01-12 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.27 - - [2026-01-12 02:10:10] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001230 10.0.0.22 - - [2026-01-12 02:10:10] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.067287 10.0.0.27 - - [2026-01-12 02:10:10] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.22 - - [2026-01-12 02:10:10] "POST /neutron/network HTTP/1.1" 200 673 0.175568 10.0.0.22 - - [2026-01-12 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 255 0.004458 10.0.0.22 - - [2026-01-12 02:10:11] "GET /virtual-network/f63ebc9c-b15a-4e25-a46d-bf84eb475149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006942 10.0.0.22 - - [2026-01-12 02:10:11] "POST /neutron/network HTTP/1.1" 200 893 0.008057 10.0.0.22 - - [2026-01-12 02:10:11] "GET /virtual-network/f63ebc9c-b15a-4e25-a46d-bf84eb475149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.007465 10.0.0.22 - - [2026-01-12 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.27 - - [2026-01-12 02:10:11] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001171 10.0.0.22 - - [2026-01-12 02:10:11] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.070644 10.0.0.22 - - [2026-01-12 02:10:11] "POST /neutron/network HTTP/1.1" 200 117 0.018648 10.0.0.50 - - [2026-01-12 02:10:11] "POST /route-targets HTTP/1.1" 200 327 0.026152 10.0.0.22 - - [2026-01-12 02:10:11] "POST /neutron/network HTTP/1.1" 200 895 0.012976 10.0.0.22 - - [2026-01-12 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 256 0.002334 10.0.0.22 - - [2026-01-12 02:10:11] "GET /virtual-network/16b21ca6-a97d-4156-9149-622c85acf067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.007686 10.0.0.22 - - [2026-01-12 02:10:11] "GET /virtual-network/16b21ca6-a97d-4156-9149-622c85acf067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.006548 10.0.0.22 - - [2026-01-12 02:10:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.012285 10.0.0.22 - - [2026-01-12 02:10:11] "POST /id-to-fqname HTTP/1.1" 200 255 0.001498 10.0.0.27 - - [2026-01-12 02:10:13] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001589 10.0.0.22 - - [2026-01-12 02:10:13] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.080970 10.0.0.22 - - [2026-01-12 02:10:13] "POST /neutron/port HTTP/1.1" 200 117 0.008330 10.0.0.22 - - [2026-01-12 02:10:13] "POST /id-to-fqname HTTP/1.1" 200 256 0.001351 10.0.0.22 - - [2026-01-12 02:10:13] "POST /neutron/network HTTP/1.1" 200 905 0.007362 10.0.0.22 - - [2026-01-12 02:10:14] "POST /neutron/port HTTP/1.1" 200 1063 0.031570 10.0.0.27 - - [2026-01-12 02:10:14] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001217 10.0.0.22 - - [2026-01-12 02:10:14] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.130761 10.0.0.22 - - [2026-01-12 02:10:14] "POST /neutron/network HTTP/1.1" 200 895 0.007579 10.0.0.22 - - [2026-01-12 02:10:14] "POST /neutron/subnet HTTP/1.1" 200 703 0.018826 10.0.0.22 - - [2026-01-12 02:10:14] "POST /neutron/network HTTP/1.1" 200 893 0.007998 10.0.0.22 - - [2026-01-12 02:10:15] "POST /neutron/network HTTP/1.1" 200 905 0.008655 10.0.0.22 - - [2026-01-12 02:10:15] "POST /neutron/port HTTP/1.1" 200 1063 0.023091 10.0.0.22 - - [2026-01-12 02:10:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004393 10.0.0.22 - - [2026-01-12 02:10:15] "POST /neutron/network HTTP/1.1" 200 895 0.008425 10.0.0.22 - - [2026-01-12 02:10:16] "POST /neutron/port HTTP/1.1" 200 1127 0.027217 10.0.0.22 - - [2026-01-12 02:10:17] "POST /neutron/port HTTP/1.1" 200 1127 0.028670 10.0.0.22 - - [2026-01-12 02:10:18] "POST /neutron/port HTTP/1.1" 200 117 0.009291 10.0.0.22 - - [2026-01-12 02:10:18] "POST /neutron/network HTTP/1.1" 200 895 0.008335 10.0.0.50 - - [2026-01-12 02:10:18] "DELETE /route-target/a2a63fc8-7634-4614-aac2-6eda1f7e8d31 HTTP/1.1" 200 115 0.043550 10.0.0.50 - - [2026-01-12 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.007569 10.0.0.27 - - [2026-01-12 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002701 10.0.0.27 - - [2026-01-12 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.22 - - [2026-01-12 02:10:19] "POST /neutron/network HTTP/1.1" 200 151 0.191034 10.0.0.27 - - [2026-01-12 02:10:19] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001076 10.0.0.22 - - [2026-01-12 02:10:19] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.112299 10.0.0.27 - - [2026-01-12 02:10:19] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.22 - - [2026-01-12 02:10:19] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?fields=virtual_networks HTTP/1.1" 200 1037 0.076115 10.0.0.27 - - [2026-01-12 02:10:19] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001419 10.0.0.22 - - [2026-01-12 02:10:19] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.087325 10.0.0.27 - - [2026-01-12 02:10:19] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001055 10.0.0.22 - - [2026-01-12 02:10:19] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?fields=security_groups HTTP/1.1" 200 1265 0.062884 10.0.0.22 - - [2026-01-12 02:10:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.046535 10.0.0.27 - - [2026-01-12 02:10:20] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006543 10.0.0.27 - - [2026-01-12 02:10:20] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.27 - - [2026-01-12 02:10:20] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008058 10.0.0.27 - - [2026-01-12 02:10:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.005431 10.0.0.27 - - [2026-01-12 02:10:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.006616 10.0.0.27 - - [2026-01-12 02:10:21] "POST /security-groups HTTP/1.1" 200 599 0.085769 10.0.0.27 - - [2026-01-12 02:10:21] "POST /projects HTTP/1.1" 200 601 0.348275 10.0.0.27 - - [2026-01-12 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.391639 10.0.0.50 - - [2026-01-12 02:10:21] "POST /access-control-lists HTTP/1.1" 200 604 0.058486 10.0.0.22 - - [2026-01-12 02:10:21] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.596045 10.0.0.22 - - [2026-01-12 02:10:22] "GET / HTTP/1.1" 200 35931 0.001692 10.0.0.22 - - [2026-01-12 02:10:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.22 - - [2026-01-12 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.067252 10.0.0.27 - - [2026-01-12 02:10:23] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.22 - - [2026-01-12 02:10:23] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040942 10.0.0.50 - - [2026-01-12 02:10:24] "POST /route-targets HTTP/1.1" 200 327 0.013893 10.0.0.27 - - [2026-01-12 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.014791 10.0.0.22 - - [2026-01-12 02:10:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.282048 10.0.0.22 - - [2026-01-12 02:10:24] "POST /id-to-fqname HTTP/1.1" 200 267 0.001187 10.0.0.22 - - [2026-01-12 02:10:24] "GET /virtual-network/fca9f83e-0022-405d-85e8-40bf16ddb465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005437 10.0.0.22 - - [2026-01-12 02:10:24] "GET /virtual-network/fca9f83e-0022-405d-85e8-40bf16ddb465?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005737 10.0.0.22 - - [2026-01-12 02:10:24] "POST /neutron/network HTTP/1.1" 200 910 0.008582 10.0.0.22 - - [2026-01-12 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.27 - - [2026-01-12 02:10:24] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.22 - - [2026-01-12 02:10:24] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054264 10.0.0.27 - - [2026-01-12 02:10:24] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001324 10.0.0.22 - - [2026-01-12 02:10:24] "POST /neutron/network HTTP/1.1" 200 691 0.177497 10.0.0.50 - - [2026-01-12 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.028467 10.0.0.22 - - [2026-01-12 02:10:25] "POST /id-to-fqname HTTP/1.1" 200 267 0.006560 10.0.0.22 - - [2026-01-12 02:10:25] "GET /virtual-network/8fd54b08-390e-40db-a6f5-6fbc016d16ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006561 10.0.0.22 - - [2026-01-12 02:10:25] "POST /neutron/network HTTP/1.1" 200 909 0.007294 10.0.0.22 - - [2026-01-12 02:10:25] "GET /virtual-network/8fd54b08-390e-40db-a6f5-6fbc016d16ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.006306 10.0.0.22 - - [2026-01-12 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.019086 10.0.0.27 - - [2026-01-12 02:10:25] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001360 10.0.0.22 - - [2026-01-12 02:10:25] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051126 10.0.0.22 - - [2026-01-12 02:10:25] "POST /neutron/network HTTP/1.1" 200 117 0.019024 10.0.0.22 - - [2026-01-12 02:10:25] "POST /neutron/network HTTP/1.1" 200 913 0.009667 10.0.0.22 - - [2026-01-12 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 268 0.001231 10.0.0.22 - - [2026-01-12 02:10:26] "GET /virtual-network/63d66434-f372-45ee-81e5-21b0399ef3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005505 10.0.0.22 - - [2026-01-12 02:10:26] "GET /virtual-network/63d66434-f372-45ee-81e5-21b0399ef3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.006757 10.0.0.22 - - [2026-01-12 02:10:26] "POST /neutron/subnet HTTP/1.1" 200 729 0.010549 10.0.0.22 - - [2026-01-12 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001050 10.0.0.50 - - [2026-01-12 02:10:53] "DELETE /access-control-list/44ffc1c2-ef82-4471-a7ff-f5cb25a0b14b HTTP/1.1" 200 115 0.042096 10.0.0.27 - - [2026-01-12 02:10:54] "DELETE /project/f4a24126f7244b1e8ba6db7035df7dc9 HTTP/1.1" 404 173 0.007974 10.0.0.27 - - [2026-01-12 02:10:54] "DELETE /project/c6d6f3e96f074969ac752030c02591c9 HTTP/1.1" 404 173 0.009909 10.0.0.27 - - [2026-01-12 02:10:54] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000855 10.0.0.27 - - [2026-01-12 02:10:54] "GET /projects?obj_uuids=794ae450-b963-45f8-8e8d-80e59303a2cf&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000761 10.0.0.27 - - [2026-01-12 02:10:54] "GET /project/794ae450-b963-45f8-8e8d-80e59303a2cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.046016 10.0.0.27 - - [2026-01-12 02:10:54] "DELETE /project/794ae450-b963-45f8-8e8d-80e59303a2cf HTTP/1.1" 404 171 0.052665 10.0.0.27 - - [2026-01-12 02:10:54] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.068352 10.0.0.27 - - [2026-01-12 02:10:54] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001417 10.0.0.27 - - [2026-01-12 02:10:54] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?fields=security_groups HTTP/1.1" 200 1370 0.107660 10.0.0.27 - - [2026-01-12 02:10:54] "DELETE /security-group/723c172e-1756-4516-a763-a35ff87b443e HTTP/1.1" 200 115 0.063632 10.0.0.27 - - [2026-01-12 02:10:54] "GET /projects?obj_uuids=c6d6f3e9-6f07-4969-ac75-2030c02591c9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001370 10.0.0.27 - - [2026-01-12 02:10:54] "GET /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9?fields=application_policy_sets HTTP/1.1" 200 1409 0.089924 10.0.0.50 - - [2026-01-12 02:10:54] "DELETE /access-control-list/b679bd9c-7516-4b1b-947a-b59d2a12d551 HTTP/1.1" 200 115 0.082077 10.0.0.27 - - [2026-01-12 02:10:54] "DELETE /project/c6d6f3e9-6f07-4969-ac75-2030c02591c9 HTTP/1.1" 200 115 0.582710 10.0.0.50 - - [2026-01-12 02:10:55] "GET /obj-perms HTTP/1.1" 200 5056 0.071752 10.0.0.27 - - [2026-01-12 02:11:04] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001423 10.0.0.22 - - [2026-01-12 02:11:04] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.103369 10.0.0.22 - - [2026-01-12 02:11:04] "POST /neutron/port HTTP/1.1" 200 117 0.006827 10.0.0.22 - - [2026-01-12 02:11:04] "POST /id-to-fqname HTTP/1.1" 200 268 0.001363 10.0.0.22 - - [2026-01-12 02:11:04] "POST /neutron/network HTTP/1.1" 200 923 0.008661 10.0.0.22 - - [2026-01-12 02:11:05] "POST /neutron/port HTTP/1.1" 200 1067 0.043108 10.0.0.27 - - [2026-01-12 02:11:05] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.22 - - [2026-01-12 02:11:06] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.205659 10.0.0.22 - - [2026-01-12 02:11:06] "POST /neutron/network HTTP/1.1" 200 913 0.016043 10.0.0.22 - - [2026-01-12 02:11:06] "POST /neutron/subnet HTTP/1.1" 200 693 0.015950 10.0.0.22 - - [2026-01-12 02:11:06] "POST /neutron/port HTTP/1.1" 200 1131 0.048069 10.0.0.27 - - [2026-01-12 02:11:06] "GET /projects?obj_uuids=b1db724f-426f-4ca8-a0bc-da696f767025&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001086 10.0.0.22 - - [2026-01-12 02:11:06] "GET /project/b1db724f-426f-4ca8-a0bc-da696f767025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.076350 10.0.0.22 - - [2026-01-12 02:11:07] "POST /neutron/network HTTP/1.1" 200 923 0.007544 10.0.0.22 - - [2026-01-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007100 10.0.0.22 - - [2026-01-12 02:11:08] "POST /neutron/port HTTP/1.1" 200 1069 0.039603 10.0.0.22 - - [2026-01-12 02:11:08] "GET /security-group/365a4d06-14d5-4302-a881-456a53583a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.016238 10.0.0.22 - - [2026-01-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005662 10.0.0.27 - - [2026-01-12 02:11:08] "GET /projects?obj_uuids=b1db724f-426f-4ca8-a0bc-da696f767025&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001138 10.0.0.22 - - [2026-01-12 02:11:08] "GET /project/b1db724f-426f-4ca8-a0bc-da696f767025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.121405 10.0.0.22 - - [2026-01-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006881 10.0.0.22 - - [2026-01-12 02:11:08] "GET /security-group/365a4d06-14d5-4302-a881-456a53583a38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004636 10.0.0.22 - - [2026-01-12 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.011368 10.0.0.22 - - [2026-01-12 02:11:08] "PUT /security-group/365a4d06-14d5-4302-a881-456a53583a38 HTTP/1.1" 200 262 0.042087 10.0.0.22 - - [2026-01-12 02:11:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008100 10.0.0.22 - - [2026-01-12 02:11:08] "POST /neutron/network HTTP/1.1" 200 913 0.015021 10.0.0.22 - - [2026-01-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.006308 10.0.0.22 - - [2026-01-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.014667 10.0.0.27 - - [2026-01-12 02:11:09] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.22 - - [2026-01-12 02:11:09] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008324 10.0.0.22 - - [2026-01-12 02:11:09] "POST /service-templates HTTP/1.1" 200 543 0.075988 10.0.0.22 - - [2026-01-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006747 10.0.0.22 - - [2026-01-12 02:11:09] "GET /service-template/3c075eeb-7f16-484e-ad75-981998d428ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.014894 10.0.0.22 - - [2026-01-12 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006101 10.0.0.22 - - [2026-01-12 02:11:09] "GET /service-template/3c075eeb-7f16-484e-ad75-981998d428ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.003930 10.0.0.22 - - [2026-01-12 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 267 0.003155 10.0.0.22 - - [2026-01-12 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 267 0.003369 10.0.0.22 - - [2026-01-12 02:11:09] "POST /id-to-fqname HTTP/1.1" 200 268 0.003484 10.0.0.22 - - [2026-01-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.012777 10.0.0.22 - - [2026-01-12 02:11:10] "DELETE /service-template/3c075eeb-7f16-484e-ad75-981998d428ec HTTP/1.1" 200 115 0.067744 10.0.0.22 - - [2026-01-12 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.006284 10.0.0.22 - - [2026-01-12 02:11:13] "POST /neutron/network HTTP/1.1" 200 909 0.018982 10.0.0.22 - - [2026-01-12 02:11:15] "POST /neutron/network HTTP/1.1" 400 204 0.027243 10.0.0.22 - - [2026-01-12 02:11:19] "POST /neutron/network HTTP/1.1" 200 909 0.021844 10.0.0.22 - - [2026-01-12 02:11:21] "POST /neutron/network HTTP/1.1" 400 204 0.039136 10.0.0.22 - - [2026-01-12 02:11:25] "POST /neutron/network HTTP/1.1" 200 909 0.011951 10.0.0.22 - - [2026-01-12 02:11:27] "POST /neutron/network HTTP/1.1" 400 204 0.034266 10.0.0.22 - - [2026-01-12 02:11:32] "POST /neutron/network HTTP/1.1" 200 909 0.015857 10.0.0.22 - - [2026-01-12 02:11:34] "POST /neutron/network HTTP/1.1" 400 204 0.026313 10.0.0.22 - - [2026-01-12 02:11:38] "POST /neutron/network HTTP/1.1" 200 909 0.008256 10.0.0.22 - - [2026-01-12 02:11:40] "POST /neutron/network HTTP/1.1" 400 204 0.015410 10.0.0.22 - - [2026-01-12 02:11:44] "POST /neutron/network HTTP/1.1" 200 909 0.008646 10.0.0.27 - - [2026-01-12 02:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.27 - - [2026-01-12 02:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000632 10.0.0.50 - - [2026-01-12 02:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.50 - - [2026-01-12 02:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2026-01-12 02:11:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2026-01-12 02:11:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.50 - - [2026-01-12 02:11:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.50 - - [2026-01-12 02:11:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.22 - - [2026-01-12 02:11:46] "POST /neutron/network HTTP/1.1" 400 204 0.016552 10.0.0.22 - - [2026-01-12 02:11:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000762 10.0.0.22 - - [2026-01-12 02:11:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.22 - - [2026-01-12 02:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.22 - - [2026-01-12 02:11:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2026-01-12 02:11:50] "POST /neutron/network HTTP/1.1" 200 909 0.007723 10.0.0.22 - - [2026-01-12 02:11:52] "POST /neutron/network HTTP/1.1" 400 204 0.018655 10.0.0.22 - - [2026-01-12 02:11:56] "GET /obj-perms HTTP/1.1" 200 5056 0.051517 10.0.0.22 - - [2026-01-12 02:11:56] "POST /neutron/network HTTP/1.1" 200 909 0.007390 10.0.0.22 - - [2026-01-12 02:11:58] "POST /neutron/network HTTP/1.1" 400 204 0.015590 10.0.0.22 - - [2026-01-12 02:12:02] "POST /neutron/network HTTP/1.1" 200 909 0.008175 10.0.0.22 - - [2026-01-12 02:12:04] "POST /neutron/network HTTP/1.1" 400 204 0.014835 10.0.0.22 - - [2026-01-12 02:12:07] "POST /neutron/network HTTP/1.1" 200 913 0.008857 10.0.0.22 - - [2026-01-12 02:12:07] "POST /neutron/port HTTP/1.1" 200 1121 0.016083 10.0.0.22 - - [2026-01-12 02:12:09] "POST /neutron/network HTTP/1.1" 200 913 0.007660 10.0.0.22 - - [2026-01-12 02:12:11] "POST /neutron/network HTTP/1.1" 400 204 0.019755 10.0.0.22 - - [2026-01-12 02:12:14] "POST /neutron/port HTTP/1.1" 200 1133 0.024657 10.0.0.22 - - [2026-01-12 02:12:15] "POST /neutron/network HTTP/1.1" 200 913 0.008658 10.0.0.50 - - [2026-01-12 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.22 - - [2026-01-12 02:12:15] "POST /neutron/network HTTP/1.1" 200 910 0.009533 10.0.0.27 - - [2026-01-12 02:12:15] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002435 10.0.0.50 - - [2026-01-12 02:12:15] "DELETE /route-target/15d4824f-d3a4-48f4-b731-36f1bd9f5f56 HTTP/1.1" 200 115 0.029612 10.0.0.22 - - [2026-01-12 02:12:15] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.067418 10.0.0.27 - - [2026-01-12 02:12:15] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.22 - - [2026-01-12 02:12:15] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.054212 10.0.0.27 - - [2026-01-12 02:12:17] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.22 - - [2026-01-12 02:12:17] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051746 10.0.0.27 - - [2026-01-12 02:12:17] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001028 10.0.0.22 - - [2026-01-12 02:12:17] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.069113 10.0.0.27 - - [2026-01-12 02:12:20] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.22 - - [2026-01-12 02:12:20] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.084754 10.0.0.27 - - [2026-01-12 02:12:20] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.22 - - [2026-01-12 02:12:20] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.052386 10.0.0.27 - - [2026-01-12 02:12:22] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.22 - - [2026-01-12 02:12:22] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045136 10.0.0.27 - - [2026-01-12 02:12:22] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.22 - - [2026-01-12 02:12:22] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.043758 10.0.0.27 - - [2026-01-12 02:12:24] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001330 10.0.0.22 - - [2026-01-12 02:12:24] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.089057 10.0.0.27 - - [2026-01-12 02:12:24] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001292 10.0.0.22 - - [2026-01-12 02:12:24] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.057541 10.0.0.27 - - [2026-01-12 02:12:26] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.22 - - [2026-01-12 02:12:26] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048703 10.0.0.27 - - [2026-01-12 02:12:26] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001511 10.0.0.22 - - [2026-01-12 02:12:26] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.053127 10.0.0.27 - - [2026-01-12 02:12:28] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.22 - - [2026-01-12 02:12:28] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060944 10.0.0.27 - - [2026-01-12 02:12:28] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001626 10.0.0.22 - - [2026-01-12 02:12:28] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.081754 10.0.0.27 - - [2026-01-12 02:12:30] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001026 10.0.0.22 - - [2026-01-12 02:12:30] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.066099 10.0.0.27 - - [2026-01-12 02:12:30] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.22 - - [2026-01-12 02:12:30] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.051176 10.0.0.27 - - [2026-01-12 02:12:33] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.22 - - [2026-01-12 02:12:33] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063273 10.0.0.27 - - [2026-01-12 02:12:33] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001492 10.0.0.22 - - [2026-01-12 02:12:33] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.054022 10.0.0.27 - - [2026-01-12 02:12:35] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001293 10.0.0.22 - - [2026-01-12 02:12:35] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046071 10.0.0.27 - - [2026-01-12 02:12:35] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001505 10.0.0.22 - - [2026-01-12 02:12:35] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.052722 10.0.0.27 - - [2026-01-12 02:12:37] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001591 10.0.0.22 - - [2026-01-12 02:12:37] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056822 10.0.0.27 - - [2026-01-12 02:12:37] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.22 - - [2026-01-12 02:12:37] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.047135 10.0.0.27 - - [2026-01-12 02:12:39] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.22 - - [2026-01-12 02:12:39] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054157 10.0.0.27 - - [2026-01-12 02:12:39] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001421 10.0.0.22 - - [2026-01-12 02:12:39] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.052304 10.0.0.27 - - [2026-01-12 02:12:41] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001063 10.0.0.22 - - [2026-01-12 02:12:41] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046737 10.0.0.27 - - [2026-01-12 02:12:41] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001250 10.0.0.22 - - [2026-01-12 02:12:41] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.050600 10.0.0.27 - - [2026-01-12 02:12:43] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.22 - - [2026-01-12 02:12:43] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051936 10.0.0.27 - - [2026-01-12 02:12:43] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.22 - - [2026-01-12 02:12:43] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.048776 10.0.0.27 - - [2026-01-12 02:12:45] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001714 10.0.0.22 - - [2026-01-12 02:12:46] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.060724 10.0.0.27 - - [2026-01-12 02:12:46] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001624 10.0.0.22 - - [2026-01-12 02:12:46] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.044079 10.0.0.27 - - [2026-01-12 02:12:48] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.22 - - [2026-01-12 02:12:48] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052652 10.0.0.27 - - [2026-01-12 02:12:48] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.22 - - [2026-01-12 02:12:48] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.060810 10.0.0.27 - - [2026-01-12 02:12:50] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001005 10.0.0.22 - - [2026-01-12 02:12:50] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.048985 10.0.0.27 - - [2026-01-12 02:12:50] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001693 10.0.0.22 - - [2026-01-12 02:12:50] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.053313 10.0.0.27 - - [2026-01-12 02:12:52] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001431 10.0.0.22 - - [2026-01-12 02:12:52] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052325 10.0.0.27 - - [2026-01-12 02:12:52] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.22 - - [2026-01-12 02:12:52] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.042227 10.0.0.27 - - [2026-01-12 02:12:54] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.22 - - [2026-01-12 02:12:54] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049596 10.0.0.27 - - [2026-01-12 02:12:54] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.22 - - [2026-01-12 02:12:54] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.052360 10.0.0.27 - - [2026-01-12 02:12:56] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.22 - - [2026-01-12 02:12:56] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053386 10.0.0.27 - - [2026-01-12 02:12:56] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001580 10.0.0.22 - - [2026-01-12 02:12:56] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.051347 10.0.0.27 - - [2026-01-12 02:12:57] "GET /obj-perms HTTP/1.1" 200 5056 0.056614 10.0.0.27 - - [2026-01-12 02:12:58] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001482 10.0.0.22 - - [2026-01-12 02:12:58] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046292 10.0.0.27 - - [2026-01-12 02:12:58] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.22 - - [2026-01-12 02:12:58] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.057216 10.0.0.27 - - [2026-01-12 02:13:01] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000949 10.0.0.22 - - [2026-01-12 02:13:01] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043385 10.0.0.27 - - [2026-01-12 02:13:01] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.22 - - [2026-01-12 02:13:01] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.046066 10.0.0.27 - - [2026-01-12 02:13:03] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.22 - - [2026-01-12 02:13:03] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053549 10.0.0.27 - - [2026-01-12 02:13:03] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004278 10.0.0.22 - - [2026-01-12 02:13:03] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.069237 10.0.0.27 - - [2026-01-12 02:13:05] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000982 10.0.0.22 - - [2026-01-12 02:13:05] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055676 10.0.0.27 - - [2026-01-12 02:13:05] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.22 - - [2026-01-12 02:13:05] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.056996 10.0.0.27 - - [2026-01-12 02:13:07] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.22 - - [2026-01-12 02:13:07] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055950 10.0.0.27 - - [2026-01-12 02:13:07] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066 10.0.0.22 - - [2026-01-12 02:13:07] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.054486 10.0.0.27 - - [2026-01-12 02:13:09] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001301 10.0.0.22 - - [2026-01-12 02:13:09] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058848 10.0.0.27 - - [2026-01-12 02:13:09] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001110 10.0.0.22 - - [2026-01-12 02:13:09] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.048724 10.0.0.27 - - [2026-01-12 02:13:11] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002062 10.0.0.22 - - [2026-01-12 02:13:11] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062320 10.0.0.27 - - [2026-01-12 02:13:11] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000946 10.0.0.22 - - [2026-01-12 02:13:11] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.051208 10.0.0.27 - - [2026-01-12 02:13:13] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001130 10.0.0.22 - - [2026-01-12 02:13:14] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054099 10.0.0.27 - - [2026-01-12 02:13:14] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001338 10.0.0.22 - - [2026-01-12 02:13:14] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.050614 10.0.0.27 - - [2026-01-12 02:13:16] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.22 - - [2026-01-12 02:13:16] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.055482 10.0.0.27 - - [2026-01-12 02:13:16] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001209 10.0.0.22 - - [2026-01-12 02:13:16] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.046885 10.0.0.27 - - [2026-01-12 02:13:18] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.22 - - [2026-01-12 02:13:18] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057235 10.0.0.27 - - [2026-01-12 02:13:18] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001156 10.0.0.22 - - [2026-01-12 02:13:18] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.050480 10.0.0.27 - - [2026-01-12 02:13:20] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002113 10.0.0.22 - - [2026-01-12 02:13:20] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063424 10.0.0.27 - - [2026-01-12 02:13:20] "GET /projects?obj_uuids=f4a24126-f724-4b1e-8ba6-db7035df7dc9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000907 10.0.0.22 - - [2026-01-12 02:13:20] "GET /project/f4a24126-f724-4b1e-8ba6-db7035df7dc9?fields=virtual_networks HTTP/1.1" 200 1334 0.073735 10.0.0.22 - - [2026-01-12 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.032904 10.0.0.27 - - [2026-01-12 02:13:21] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005271 10.0.0.27 - - [2026-01-12 02:13:21] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.27 - - [2026-01-12 02:13:21] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009604 10.0.0.27 - - [2026-01-12 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 191 0.009108 10.0.0.27 - - [2026-01-12 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.004752 10.0.0.27 - - [2026-01-12 02:13:21] "POST /security-groups HTTP/1.1" 200 592 0.078330 10.0.0.27 - - [2026-01-12 02:13:21] "POST /projects HTTP/1.1" 200 587 0.367552 10.0.0.50 - - [2026-01-12 02:13:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.018908 10.0.0.27 - - [2026-01-12 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.443841 10.0.0.22 - - [2026-01-12 02:13:21] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.613364 10.0.0.22 - - [2026-01-12 02:13:22] "GET / HTTP/1.1" 200 35931 0.001492 10.0.0.22 - - [2026-01-12 02:13:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000562 10.0.0.22 - - [2026-01-12 02:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.064960 10.0.0.27 - - [2026-01-12 02:13:23] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001018 10.0.0.22 - - [2026-01-12 02:13:23] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049562 10.0.0.27 - - [2026-01-12 02:13:23] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.22 - - [2026-01-12 02:13:24] "POST /neutron/network HTTP/1.1" 200 670 0.188193 10.0.0.50 - - [2026-01-12 02:13:24] "POST /ref-update HTTP/1.1" 200 156 0.031085 10.0.0.22 - - [2026-01-12 02:13:24] "POST /id-to-fqname HTTP/1.1" 200 253 0.004236 10.0.0.22 - - [2026-01-12 02:13:24] "GET /virtual-network/531f90d6-cb50-4800-984e-96874a8b6a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006208 10.0.0.22 - - [2026-01-12 02:13:24] "POST /neutron/network HTTP/1.1" 200 891 0.007869 10.0.0.22 - - [2026-01-12 02:13:24] "GET /virtual-network/531f90d6-cb50-4800-984e-96874a8b6a90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005592 10.0.0.22 - - [2026-01-12 02:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.27 - - [2026-01-12 02:13:24] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.22 - - [2026-01-12 02:13:24] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047027 10.0.0.22 - - [2026-01-12 02:13:24] "POST /neutron/network HTTP/1.1" 200 117 0.015064 10.0.0.22 - - [2026-01-12 02:13:25] "POST /neutron/network HTTP/1.1" 200 890 0.009870 10.0.0.22 - - [2026-01-12 02:13:25] "POST /id-to-fqname HTTP/1.1" 200 253 0.001477 10.0.0.22 - - [2026-01-12 02:13:25] "GET /virtual-network/f857eab3-d73f-42fc-9c70-9fcd6712bb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.007255 10.0.0.22 - - [2026-01-12 02:13:25] "GET /virtual-network/f857eab3-d73f-42fc-9c70-9fcd6712bb71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.009873 10.0.0.22 - - [2026-01-12 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.010547 10.0.0.22 - - [2026-01-12 02:13:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.27 - - [2026-01-12 02:13:25] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.22 - - [2026-01-12 02:13:25] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057325 10.0.0.50 - - [2026-01-12 02:13:25] "POST /route-targets HTTP/1.1" 200 327 0.017784 10.0.0.27 - - [2026-01-12 02:13:25] "POST /useragent-kv HTTP/1.1" 200 115 0.016106 10.0.0.22 - - [2026-01-12 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.235661 10.0.0.22 - - [2026-01-12 02:13:25] "POST /id-to-fqname HTTP/1.1" 200 254 0.001295 10.0.0.22 - - [2026-01-12 02:13:25] "GET /virtual-network/69fda463-390c-4246-9c55-87111ce94962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006186 10.0.0.22 - - [2026-01-12 02:13:25] "GET /virtual-network/69fda463-390c-4246-9c55-87111ce94962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005910 10.0.0.22 - - [2026-01-12 02:13:25] "POST /neutron/network HTTP/1.1" 200 890 0.007696 10.0.0.22 - - [2026-01-12 02:13:26] "POST /id-to-fqname HTTP/1.1" 200 253 0.001465 10.0.0.27 - - [2026-01-12 02:13:26] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001341 10.0.0.22 - - [2026-01-12 02:13:27] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.085732 10.0.0.22 - - [2026-01-12 02:13:27] "POST /neutron/network HTTP/1.1" 200 890 0.008071 10.0.0.22 - - [2026-01-12 02:13:27] "POST /id-to-fqname HTTP/1.1" 200 254 0.001391 10.0.0.22 - - [2026-01-12 02:13:27] "POST /neutron/port HTTP/1.1" 200 117 0.007140 10.0.0.27 - - [2026-01-12 02:13:27] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001478 10.0.0.22 - - [2026-01-12 02:13:28] "POST /neutron/port HTTP/1.1" 200 1062 0.357162 10.0.0.22 - - [2026-01-12 02:13:28] "POST /neutron/port HTTP/1.1" 200 1116 0.154584 10.0.0.27 - - [2026-01-12 02:13:28] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001088 10.0.0.22 - - [2026-01-12 02:13:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.008931 10.0.0.22 - - [2026-01-12 02:13:28] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.094208 10.0.0.22 - - [2026-01-12 02:13:28] "POST /neutron/network HTTP/1.1" 200 890 0.006557 10.0.0.22 - - [2026-01-12 02:13:28] "POST /neutron/port HTTP/1.1" 200 117 0.008259 10.0.0.22 - - [2026-01-12 02:13:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.005027 10.0.0.22 - - [2026-01-12 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010838 10.0.0.27 - - [2026-01-12 02:13:29] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001499 10.0.0.22 - - [2026-01-12 02:13:29] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009408 10.0.0.22 - - [2026-01-12 02:13:29] "POST /neutron/port HTTP/1.1" 200 1060 0.024660 10.0.0.22 - - [2026-01-12 02:13:29] "POST /service-templates HTTP/1.1" 200 543 0.054874 10.0.0.22 - - [2026-01-12 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.011250 10.0.0.22 - - [2026-01-12 02:13:29] "GET /service-template/1b3bf568-4cd3-4dd1-997a-6946af0d0bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.007282 10.0.0.22 - - [2026-01-12 02:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.22 - - [2026-01-12 02:13:29] "GET /service-template/1b3bf568-4cd3-4dd1-997a-6946af0d0bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004745 10.0.0.22 - - [2026-01-12 02:13:29] "POST /id-to-fqname HTTP/1.1" 200 253 0.001252 10.0.0.22 - - [2026-01-12 02:13:29] "POST /neutron/port HTTP/1.1" 200 1124 0.031219 10.0.0.22 - - [2026-01-12 02:13:29] "POST /id-to-fqname HTTP/1.1" 200 253 0.001334 10.0.0.22 - - [2026-01-12 02:13:29] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.22 - - [2026-01-12 02:13:29] "POST /id-to-fqname HTTP/1.1" 200 254 0.001256 10.0.0.22 - - [2026-01-12 02:13:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016801 10.0.0.22 - - [2026-01-12 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.22 - - [2026-01-12 02:13:30] "DELETE /service-template/1b3bf568-4cd3-4dd1-997a-6946af0d0bdd HTTP/1.1" 200 115 0.044691 10.0.0.22 - - [2026-01-12 02:13:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.006519 10.0.0.22 - - [2026-01-12 02:13:32] "POST /neutron/port HTTP/1.1" 200 1124 0.021572 10.0.0.22 - - [2026-01-12 02:13:33] "POST /neutron/port HTTP/1.1" 200 151 0.327310 10.0.0.22 - - [2026-01-12 02:13:34] "POST /neutron/network HTTP/1.1" 200 890 0.011397 10.0.0.50 - - [2026-01-12 02:13:34] "DELETE /route-target/22a1071b-0445-4b1b-9250-4db50cb6ec5d HTTP/1.1" 200 115 0.068828 10.0.0.27 - - [2026-01-12 02:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003923 10.0.0.27 - - [2026-01-12 02:13:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004087 10.0.0.22 - - [2026-01-12 02:13:34] "POST /neutron/network HTTP/1.1" 200 151 0.253961 10.0.0.50 - - [2026-01-12 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005963 10.0.0.27 - - [2026-01-12 02:13:35] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001696 10.0.0.22 - - [2026-01-12 02:13:35] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.075789 10.0.0.27 - - [2026-01-12 02:13:35] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002512 10.0.0.22 - - [2026-01-12 02:13:35] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?fields=virtual_networks HTTP/1.1" 200 1034 0.079038 10.0.0.27 - - [2026-01-12 02:13:35] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001035 10.0.0.22 - - [2026-01-12 02:13:35] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.048745 10.0.0.27 - - [2026-01-12 02:13:35] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002194 10.0.0.22 - - [2026-01-12 02:13:35] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?fields=security_groups HTTP/1.1" 200 1261 0.067383 10.0.0.22 - - [2026-01-12 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.031085 10.0.0.27 - - [2026-01-12 02:13:36] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003409 10.0.0.27 - - [2026-01-12 02:13:36] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.27 - - [2026-01-12 02:13:36] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007951 10.0.0.27 - - [2026-01-12 02:13:36] "POST /id-to-fqname HTTP/1.1" 200 195 0.004877 10.0.0.27 - - [2026-01-12 02:13:36] "POST /fqname-to-id HTTP/1.1" 404 204 0.011431 10.0.0.27 - - [2026-01-12 02:13:36] "POST /security-groups HTTP/1.1" 200 596 0.035297 10.0.0.27 - - [2026-01-12 02:13:36] "POST /projects HTTP/1.1" 200 595 0.262831 10.0.0.50 - - [2026-01-12 02:13:36] "POST /access-control-lists HTTP/1.1" 200 601 0.034920 10.0.0.27 - - [2026-01-12 02:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.349760 10.0.0.22 - - [2026-01-12 02:13:36] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.482782 10.0.0.22 - - [2026-01-12 02:13:38] "GET / HTTP/1.1" 200 35931 0.001392 10.0.0.22 - - [2026-01-12 02:13:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.22 - - [2026-01-12 02:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.074793 10.0.0.27 - - [2026-01-12 02:13:39] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001042 10.0.0.22 - - [2026-01-12 02:13:39] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.050381 10.0.0.22 - - [2026-01-12 02:13:39] "POST /neutron/network HTTP/1.1" 200 117 0.041315 10.0.0.50 - - [2026-01-12 02:13:39] "POST /route-targets HTTP/1.1" 200 327 0.017092 10.0.0.27 - - [2026-01-12 02:13:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006491 10.0.0.22 - - [2026-01-12 02:13:39] "POST /neutron/subnet HTTP/1.1" 200 710 0.222399 10.0.0.22 - - [2026-01-12 02:13:39] "POST /id-to-fqname HTTP/1.1" 200 261 0.001321 10.0.0.22 - - [2026-01-12 02:13:39] "GET /virtual-network/e8cf9748-dfd9-4239-a071-13b16377cd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.005579 10.0.0.22 - - [2026-01-12 02:13:39] "GET /virtual-network/e8cf9748-dfd9-4239-a071-13b16377cd03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.009298 10.0.0.22 - - [2026-01-12 02:13:40] "POST /neutron/network HTTP/1.1" 200 1072 0.011172 10.0.0.50 - - [2026-01-12 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.038542 10.0.0.22 - - [2026-01-12 02:13:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.27 - - [2026-01-12 02:13:40] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001354 10.0.0.22 - - [2026-01-12 02:13:40] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.051235 10.0.0.22 - - [2026-01-12 02:13:40] "POST /neutron/network HTTP/1.1" 200 117 0.013956 10.0.0.50 - - [2026-01-12 02:13:40] "POST /ref-update HTTP/1.1" 200 156 0.035327 10.0.0.50 - - [2026-01-12 02:13:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.005011 10.0.0.27 - - [2026-01-12 02:13:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009781 10.0.0.22 - - [2026-01-12 02:13:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.222192 10.0.0.22 - - [2026-01-12 02:13:40] "POST /id-to-fqname HTTP/1.1" 200 261 0.001457 10.0.0.22 - - [2026-01-12 02:13:40] "GET /virtual-network/e672a075-d0aa-4f95-8f60-a9b7905f1328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006208 10.0.0.22 - - [2026-01-12 02:13:41] "GET /virtual-network/e672a075-d0aa-4f95-8f60-a9b7905f1328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.006275 10.0.0.22 - - [2026-01-12 02:13:41] "POST /neutron/network HTTP/1.1" 200 1075 0.013494 10.0.0.22 - - [2026-01-12 02:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.27 - - [2026-01-12 02:13:41] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000916 10.0.0.22 - - [2026-01-12 02:13:41] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.051331 10.0.0.22 - - [2026-01-12 02:13:41] "POST /neutron/network HTTP/1.1" 200 117 0.015478 10.0.0.27 - - [2026-01-12 02:13:41] "POST /useragent-kv HTTP/1.1" 200 115 0.017572 10.0.0.22 - - [2026-01-12 02:13:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.227862 10.0.0.22 - - [2026-01-12 02:13:41] "POST /id-to-fqname HTTP/1.1" 200 262 0.001286 10.0.0.22 - - [2026-01-12 02:13:41] "GET /virtual-network/10d00779-6511-4d3d-819a-9430e151086a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005862 10.0.0.22 - - [2026-01-12 02:13:41] "GET /virtual-network/10d00779-6511-4d3d-819a-9430e151086a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.006496 10.0.0.22 - - [2026-01-12 02:13:41] "POST /neutron/network HTTP/1.1" 200 1078 0.012192 10.0.0.22 - - [2026-01-12 02:13:42] "POST /id-to-fqname HTTP/1.1" 200 261 0.001600 10.0.0.22 - - [2026-01-12 02:13:42] "POST /neutron/network HTTP/1.1" 200 1085 0.009235 10.0.0.27 - - [2026-01-12 02:13:42] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001338 10.0.0.22 - - [2026-01-12 02:13:43] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.073669 10.0.0.22 - - [2026-01-12 02:13:43] "POST /neutron/port HTTP/1.1" 200 117 0.007963 10.0.0.22 - - [2026-01-12 02:13:43] "POST /id-to-fqname HTTP/1.1" 200 262 0.002116 10.0.0.22 - - [2026-01-12 02:13:43] "POST /neutron/network HTTP/1.1" 200 1085 0.008919 10.0.0.22 - - [2026-01-12 02:13:44] "POST /neutron/port HTTP/1.1" 200 1172 0.027657 10.0.0.27 - - [2026-01-12 02:13:44] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001378 10.0.0.22 - - [2026-01-12 02:13:44] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.091417 10.0.0.22 - - [2026-01-12 02:13:44] "POST /neutron/network HTTP/1.1" 200 1078 0.013144 10.0.0.22 - - [2026-01-12 02:13:44] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013914 10.0.0.22 - - [2026-01-12 02:13:44] "POST /neutron/network HTTP/1.1" 200 1075 0.012459 10.0.0.22 - - [2026-01-12 02:13:44] "POST /neutron/port HTTP/1.1" 200 117 0.006860 10.0.0.22 - - [2026-01-12 02:13:45] "POST /neutron/port HTTP/1.1" 200 1173 0.026524 10.0.0.22 - - [2026-01-12 02:13:45] "POST /neutron/port HTTP/1.1" 200 1237 0.023054 10.0.0.22 - - [2026-01-12 02:13:45] "POST /neutron/subnet HTTP/1.1" 200 1390 0.013799 10.0.0.22 - - [2026-01-12 02:13:46] "POST /neutron/network HTTP/1.1" 200 1078 0.010793 10.0.0.22 - - [2026-01-12 02:13:46] "POST /neutron/port HTTP/1.1" 200 1236 0.021617 10.0.0.22 - - [2026-01-12 02:13:47] "POST /neutron/port HTTP/1.1" 200 1237 0.019864 10.0.0.22 - - [2026-01-12 02:13:48] "POST /neutron/network HTTP/1.1" 200 1075 0.009957 10.0.0.50 - - [2026-01-12 02:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009076 10.0.0.22 - - [2026-01-12 02:13:48] "POST /neutron/network HTTP/1.1" 200 1078 0.010669 10.0.0.50 - - [2026-01-12 02:13:48] "DELETE /route-target/4847d2a5-92e5-4f4e-b02d-c8a7cf3d5977 HTTP/1.1" 200 115 0.030393 10.0.0.27 - - [2026-01-12 02:13:49] "POST /useragent-kv HTTP/1.1" 200 115 0.055548 10.0.0.27 - - [2026-01-12 02:13:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003929 10.0.0.27 - - [2026-01-12 02:13:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003202 10.0.0.27 - - [2026-01-12 02:13:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.22 - - [2026-01-12 02:13:49] "POST /neutron/network HTTP/1.1" 200 151 0.241379 10.0.0.27 - - [2026-01-12 02:13:49] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001169 10.0.0.22 - - [2026-01-12 02:13:49] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.104608 10.0.0.27 - - [2026-01-12 02:13:49] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002905 10.0.0.22 - - [2026-01-12 02:13:49] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?fields=virtual_networks HTTP/1.1" 200 1042 0.043726 10.0.0.27 - - [2026-01-12 02:13:49] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001117 10.0.0.22 - - [2026-01-12 02:13:49] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.046162 10.0.0.27 - - [2026-01-12 02:13:49] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001338 10.0.0.22 - - [2026-01-12 02:13:49] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?fields=security_groups HTTP/1.1" 200 1273 0.040867 10.0.0.22 - - [2026-01-12 02:13:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.027428 10.0.0.27 - - [2026-01-12 02:13:50] "GET /projects?obj_uuids=3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003422 10.0.0.27 - - [2026-01-12 02:13:50] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001563 10.0.0.27 - - [2026-01-12 02:13:50] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039893 10.0.0.27 - - [2026-01-12 02:13:50] "POST /id-to-fqname HTTP/1.1" 200 198 0.002574 10.0.0.27 - - [2026-01-12 02:13:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.011680 10.0.0.27 - - [2026-01-12 02:13:50] "POST /security-groups HTTP/1.1" 200 599 0.082148 10.0.0.27 - - [2026-01-12 02:13:50] "POST /projects HTTP/1.1" 200 601 0.319685 10.0.0.50 - - [2026-01-12 02:13:50] "POST /fqname-to-id HTTP/1.1" 404 242 0.034571 10.0.0.27 - - [2026-01-12 02:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.399037 10.0.0.50 - - [2026-01-12 02:13:50] "POST /access-control-lists HTTP/1.1" 200 602 0.037778 10.0.0.22 - - [2026-01-12 02:13:51] "GET /project/3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.616061 10.0.0.22 - - [2026-01-12 02:13:52] "GET / HTTP/1.1" 200 35931 0.003360 10.0.0.22 - - [2026-01-12 02:13:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.22 - - [2026-01-12 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.056623 10.0.0.27 - - [2026-01-12 02:13:53] "GET /projects?obj_uuids=3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001208 10.0.0.22 - - [2026-01-12 02:13:53] "GET /project/3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039611 10.0.0.27 - - [2026-01-12 02:13:53] "POST /useragent-kv HTTP/1.1" 200 115 0.013166 10.0.0.22 - - [2026-01-12 02:13:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.254210 10.0.0.22 - - [2026-01-12 02:13:53] "POST /id-to-fqname HTTP/1.1" 200 267 0.001214 10.0.0.22 - - [2026-01-12 02:13:53] "GET /virtual-network/12bf32ba-7eb5-49e0-a607-011ae1182b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006292 10.0.0.22 - - [2026-01-12 02:13:53] "GET /virtual-network/12bf32ba-7eb5-49e0-a607-011ae1182b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005675 10.0.0.22 - - [2026-01-12 02:13:53] "POST /neutron/network HTTP/1.1" 200 910 0.007662 10.0.0.22 - - [2026-01-12 02:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.27 - - [2026-01-12 02:13:53] "GET /projects?obj_uuids=3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.22 - - [2026-01-12 02:13:53] "GET /project/3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049856 10.0.0.27 - - [2026-01-12 02:13:53] "GET /projects?obj_uuids=3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001218 10.0.0.22 - - [2026-01-12 02:13:54] "POST /neutron/network HTTP/1.1" 200 691 0.148353 10.0.0.50 - - [2026-01-12 02:13:54] "POST /route-targets HTTP/1.1" 200 327 0.014400 10.0.0.22 - - [2026-01-12 02:13:54] "POST /id-to-fqname HTTP/1.1" 200 267 0.003863 10.0.0.22 - - [2026-01-12 02:13:54] "GET /virtual-network/dc747910-757d-471b-89e8-3b5cf5173838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007063 10.0.0.22 - - [2026-01-12 02:13:54] "POST /neutron/network HTTP/1.1" 200 908 0.006826 10.0.0.22 - - [2026-01-12 02:13:54] "GET /virtual-network/dc747910-757d-471b-89e8-3b5cf5173838?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.006005 10.0.0.22 - - [2026-01-12 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2026-01-12 02:13:54] "GET /projects?obj_uuids=3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.22 - - [2026-01-12 02:13:54] "GET /project/3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046692 10.0.0.22 - - [2026-01-12 02:13:54] "POST /neutron/network HTTP/1.1" 200 117 0.015994 10.0.0.27 - - [2026-01-12 02:13:55] "DELETE /project/2925cba737bc4a44940c5b952ee25c82 HTTP/1.1" 404 173 0.005072 10.0.0.27 - - [2026-01-12 02:13:55] "DELETE /project/51eb3fd7a86340d1a87e2f0935600e10 HTTP/1.1" 404 173 0.014369 10.0.0.27 - - [2026-01-12 02:13:55] "DELETE /project/3b2d0f4ebd9048dba3f18921a7bd58cd HTTP/1.1" 404 173 0.016576 10.0.0.27 - - [2026-01-12 02:13:55] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001526 10.0.0.27 - - [2026-01-12 02:13:55] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001302 10.0.0.50 - - [2026-01-12 02:13:55] "POST /ref-update HTTP/1.1" 200 156 0.075914 10.0.0.27 - - [2026-01-12 02:13:55] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.089251 10.0.0.27 - - [2026-01-12 02:13:55] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002016 10.0.0.27 - - [2026-01-12 02:13:55] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.119910 10.0.0.27 - - [2026-01-12 02:13:55] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001289 10.0.0.27 - - [2026-01-12 02:13:55] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?fields=security_groups HTTP/1.1" 200 1366 0.101413 10.0.0.27 - - [2026-01-12 02:13:55] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?fields=security_groups HTTP/1.1" 200 1378 0.143333 10.0.0.22 - - [2026-01-12 02:13:55] "POST /neutron/network HTTP/1.1" 200 912 0.031100 10.0.0.22 - - [2026-01-12 02:13:55] "POST /id-to-fqname HTTP/1.1" 200 268 0.001786 10.0.0.22 - - [2026-01-12 02:13:55] "GET /virtual-network/1ff763e6-2be9-4c9a-8a5d-bafe3d5bede6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.018972 10.0.0.27 - - [2026-01-12 02:13:55] "DELETE /security-group/192c5eef-0ebe-431e-b1f2-e9439cdba8d7 HTTP/1.1" 200 115 0.152600 10.0.0.27 - - [2026-01-12 02:13:55] "GET /projects?obj_uuids=51eb3fd7-a863-40d1-a87e-2f0935600e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001321 10.0.0.22 - - [2026-01-12 02:13:55] "GET /virtual-network/1ff763e6-2be9-4c9a-8a5d-bafe3d5bede6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.027730 10.0.0.27 - - [2026-01-12 02:13:55] "DELETE /security-group/7b4f558b-77f4-4ea6-8225-0c7e003cc1b3 HTTP/1.1" 200 115 0.115234 10.0.0.27 - - [2026-01-12 02:13:55] "GET /projects?obj_uuids=2925cba7-37bc-4a44-940c-5b952ee25c82&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002016 10.0.0.22 - - [2026-01-12 02:13:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.029355 10.0.0.27 - - [2026-01-12 02:13:55] "GET /project/51eb3fd7-a863-40d1-a87e-2f0935600e10?fields=application_policy_sets HTTP/1.1" 200 1405 0.123251 10.0.0.22 - - [2026-01-12 02:13:55] "POST /id-to-fqname HTTP/1.1" 200 267 0.002462 10.0.0.27 - - [2026-01-12 02:13:55] "GET /project/2925cba7-37bc-4a44-940c-5b952ee25c82?fields=application_policy_sets HTTP/1.1" 200 1417 0.158659 10.0.0.50 - - [2026-01-12 02:13:55] "DELETE /access-control-list/88fc39c5-4a37-4872-bd0b-43671fd98846 HTTP/1.1" 200 115 0.095679 10.0.0.27 - - [2026-01-12 02:13:55] "DELETE /project/51eb3fd7-a863-40d1-a87e-2f0935600e10 HTTP/1.1" 200 115 0.835544 10.0.0.27 - - [2026-01-12 02:13:55] "DELETE /project/2925cba7-37bc-4a44-940c-5b952ee25c82 HTTP/1.1" 200 115 0.885697 10.0.0.27 - - [2026-01-12 02:13:56] "GET /projects?obj_uuids=3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.22 - - [2026-01-12 02:13:56] "GET /project/3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.085871 10.0.0.22 - - [2026-01-12 02:13:56] "POST /neutron/port HTTP/1.1" 200 117 0.008708 10.0.0.22 - - [2026-01-12 02:13:56] "POST /id-to-fqname HTTP/1.1" 200 268 0.001533 10.0.0.22 - - [2026-01-12 02:13:57] "POST /neutron/network HTTP/1.1" 200 922 0.009057 10.0.0.22 - - [2026-01-12 02:13:57] "POST /neutron/port HTTP/1.1" 200 1066 0.030117 10.0.0.22 - - [2026-01-12 02:13:58] "POST /neutron/port HTTP/1.1" 200 1130 0.020555 10.0.0.22 - - [2026-01-12 02:13:58] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.27 - - [2026-01-12 02:13:58] "GET /projects?obj_uuids=3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.22 - - [2026-01-12 02:13:58] "GET /project/3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.197377 10.0.0.22 - - [2026-01-12 02:13:58] "POST /neutron/port HTTP/1.1" 200 1130 0.022248 10.0.0.22 - - [2026-01-12 02:13:59] "POST /neutron/network HTTP/1.1" 200 922 0.008016 10.0.0.22 - - [2026-01-12 02:13:59] "POST /neutron/port HTTP/1.1" 200 1068 0.019903 10.0.0.22 - - [2026-01-12 02:13:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004189 10.0.0.22 - - [2026-01-12 02:13:59] "POST /neutron/network HTTP/1.1" 200 912 0.008053 10.0.0.22 - - [2026-01-12 02:14:00] "POST /neutron/port HTTP/1.1" 200 1130 0.021804 10.0.0.22 - - [2026-01-12 02:14:01] "POST /neutron/port HTTP/1.1" 200 1132 0.027333 10.0.0.22 - - [2026-01-12 02:14:02] "POST /neutron/port HTTP/1.1" 200 117 0.007167 10.0.0.50 - - [2026-01-12 02:14:02] "DELETE /route-target/7bbfdbf3-d240-4110-b33c-26a87b0b8e0a HTTP/1.1" 200 115 0.030724 10.0.0.22 - - [2026-01-12 02:14:02] "POST /neutron/network HTTP/1.1" 200 912 0.015244 10.0.0.50 - - [2026-01-12 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.009618 10.0.0.27 - - [2026-01-12 02:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004818 10.0.0.27 - - [2026-01-12 02:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006235 10.0.0.22 - - [2026-01-12 02:14:02] "POST /neutron/network HTTP/1.1" 200 151 0.169852 10.0.0.27 - - [2026-01-12 02:14:02] "GET /projects?obj_uuids=3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.22 - - [2026-01-12 02:14:03] "GET /project/3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.101671 10.0.0.27 - - [2026-01-12 02:14:03] "GET /projects?obj_uuids=3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.22 - - [2026-01-12 02:14:03] "GET /project/3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd?fields=virtual_networks HTTP/1.1" 200 1048 0.071989 10.0.0.27 - - [2026-01-12 02:14:03] "GET /projects?obj_uuids=3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001429 10.0.0.22 - - [2026-01-12 02:14:03] "GET /project/3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.060710 10.0.0.27 - - [2026-01-12 02:14:03] "GET /projects?obj_uuids=3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001015 10.0.0.22 - - [2026-01-12 02:14:03] "GET /project/3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd?fields=security_groups HTTP/1.1" 200 1282 0.051716 10.0.0.22 - - [2026-01-12 02:14:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.030672 10.0.0.27 - - [2026-01-12 02:14:04] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003867 10.0.0.27 - - [2026-01-12 02:14:04] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.27 - - [2026-01-12 02:14:04] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008647 10.0.0.27 - - [2026-01-12 02:14:04] "POST /id-to-fqname HTTP/1.1" 200 195 0.001070 10.0.0.27 - - [2026-01-12 02:14:04] "POST /fqname-to-id HTTP/1.1" 404 204 0.008411 10.0.0.27 - - [2026-01-12 02:14:04] "POST /security-groups HTTP/1.1" 200 596 0.036091 10.0.0.27 - - [2026-01-12 02:14:04] "POST /projects HTTP/1.1" 200 595 0.263747 10.0.0.27 - - [2026-01-12 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.300710 10.0.0.50 - - [2026-01-12 02:14:04] "POST /access-control-lists HTTP/1.1" 200 601 0.029670 10.0.0.22 - - [2026-01-12 02:14:04] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.451876 10.0.0.22 - - [2026-01-12 02:14:06] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.22 - - [2026-01-12 02:14:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000520 10.0.0.22 - - [2026-01-12 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.061078 10.0.0.27 - - [2026-01-12 02:14:07] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001115 10.0.0.22 - - [2026-01-12 02:14:07] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.041425 10.0.0.50 - - [2026-01-12 02:14:07] "POST /route-targets HTTP/1.1" 200 327 0.019103 10.0.0.27 - - [2026-01-12 02:14:07] "POST /useragent-kv HTTP/1.1" 200 115 0.006522 10.0.0.22 - - [2026-01-12 02:14:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.320955 10.0.0.22 - - [2026-01-12 02:14:07] "POST /id-to-fqname HTTP/1.1" 200 261 0.001308 10.0.0.22 - - [2026-01-12 02:14:07] "GET /virtual-network/d0e68695-d8e2-4bf8-bbeb-4cc81d9472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005403 10.0.0.22 - - [2026-01-12 02:14:07] "GET /virtual-network/d0e68695-d8e2-4bf8-bbeb-4cc81d9472d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.006806 10.0.0.22 - - [2026-01-12 02:14:07] "POST /neutron/network HTTP/1.1" 200 901 0.007526 10.0.0.22 - - [2026-01-12 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.27 - - [2026-01-12 02:14:07] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001084 10.0.0.22 - - [2026-01-12 02:14:07] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.043236 10.0.0.27 - - [2026-01-12 02:14:08] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001029 10.0.0.22 - - [2026-01-12 02:14:08] "POST /neutron/network HTTP/1.1" 200 682 0.133901 10.0.0.50 - - [2026-01-12 02:14:08] "POST /ref-update HTTP/1.1" 200 156 0.024561 10.0.0.22 - - [2026-01-12 02:14:08] "POST /id-to-fqname HTTP/1.1" 200 261 0.003069 10.0.0.22 - - [2026-01-12 02:14:08] "GET /virtual-network/459b399a-e4bd-4c4b-9b77-cdd086c0d29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005977 10.0.0.22 - - [2026-01-12 02:14:08] "POST /neutron/network HTTP/1.1" 200 903 0.009104 10.0.0.22 - - [2026-01-12 02:14:08] "GET /virtual-network/459b399a-e4bd-4c4b-9b77-cdd086c0d29d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.005626 10.0.0.22 - - [2026-01-12 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.27 - - [2026-01-12 02:14:08] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000937 10.0.0.22 - - [2026-01-12 02:14:08] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.042773 10.0.0.22 - - [2026-01-12 02:14:08] "POST /neutron/network HTTP/1.1" 200 117 0.031433 10.0.0.22 - - [2026-01-12 02:14:09] "POST /neutron/network HTTP/1.1" 200 903 0.008331 10.0.0.22 - - [2026-01-12 02:14:09] "POST /id-to-fqname HTTP/1.1" 200 262 0.001086 10.0.0.22 - - [2026-01-12 02:14:09] "GET /virtual-network/d3d6bb9f-37fc-4e1b-afe3-27af54c43cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005121 10.0.0.22 - - [2026-01-12 02:14:09] "GET /virtual-network/d3d6bb9f-37fc-4e1b-afe3-27af54c43cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005240 10.0.0.22 - - [2026-01-12 02:14:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.009384 10.0.0.22 - - [2026-01-12 02:14:09] "POST /id-to-fqname HTTP/1.1" 200 261 0.001076 10.0.0.27 - - [2026-01-12 02:14:10] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001098 10.0.0.22 - - [2026-01-12 02:14:10] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.073899 10.0.0.22 - - [2026-01-12 02:14:10] "POST /neutron/port HTTP/1.1" 200 117 0.006503 10.0.0.22 - - [2026-01-12 02:14:10] "POST /id-to-fqname HTTP/1.1" 200 262 0.001274 10.0.0.22 - - [2026-01-12 02:14:10] "POST /neutron/network HTTP/1.1" 200 913 0.007554 10.0.0.22 - - [2026-01-12 02:14:11] "POST /neutron/port HTTP/1.1" 200 1067 0.019672 10.0.0.22 - - [2026-01-12 02:14:11] "POST /neutron/port HTTP/1.1" 200 1131 0.022557 10.0.0.22 - - [2026-01-12 02:14:11] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.27 - - [2026-01-12 02:14:11] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001190 10.0.0.22 - - [2026-01-12 02:14:11] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.075326 10.0.0.22 - - [2026-01-12 02:14:11] "POST /neutron/port HTTP/1.1" 200 1131 0.022628 10.0.0.22 - - [2026-01-12 02:14:12] "POST /neutron/network HTTP/1.1" 200 913 0.007236 10.0.0.22 - - [2026-01-12 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.002901 10.0.0.22 - - [2026-01-12 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.22 - - [2026-01-12 02:14:12] "POST /neutron/port HTTP/1.1" 200 1065 0.020668 10.0.0.27 - - [2026-01-12 02:14:12] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.22 - - [2026-01-12 02:14:12] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007704 10.0.0.22 - - [2026-01-12 02:14:12] "POST /service-templates HTTP/1.1" 200 543 0.054926 10.0.0.22 - - [2026-01-12 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.22 - - [2026-01-12 02:14:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004584 10.0.0.22 - - [2026-01-12 02:14:12] "GET /service-template/e86f1356-886c-4c76-a5b8-f0cbe98cca22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.011731 10.0.0.22 - - [2026-01-12 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.22 - - [2026-01-12 02:14:12] "POST /neutron/network HTTP/1.1" 200 903 0.006878 10.0.0.22 - - [2026-01-12 02:14:12] "GET /service-template/e86f1356-886c-4c76-a5b8-f0cbe98cca22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.004478 10.0.0.22 - - [2026-01-12 02:14:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001687 10.0.0.22 - - [2026-01-12 02:14:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001366 10.0.0.22 - - [2026-01-12 02:14:13] "POST /id-to-fqname HTTP/1.1" 200 262 0.001540 10.0.0.22 - - [2026-01-12 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.22 - - [2026-01-12 02:14:13] "DELETE /service-template/e86f1356-886c-4c76-a5b8-f0cbe98cca22 HTTP/1.1" 200 115 0.033432 10.0.0.22 - - [2026-01-12 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.004073 10.0.0.22 - - [2026-01-12 02:14:15] "POST /neutron/network HTTP/1.1" 200 903 0.009642 10.0.0.22 - - [2026-01-12 02:14:15] "POST /neutron/port HTTP/1.1" 200 1119 0.017604 10.0.0.22 - - [2026-01-12 02:14:16] "POST /neutron/port HTTP/1.1" 200 1121 0.022051 10.0.0.27 - - [2026-01-12 02:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006398 10.0.0.50 - - [2026-01-12 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012348 10.0.0.27 - - [2026-01-12 02:14:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005332 10.0.0.22 - - [2026-01-12 02:14:17] "POST /neutron/network HTTP/1.1" 200 151 0.172365 10.0.0.50 - - [2026-01-12 02:14:18] "DELETE /route-target/ae183c7f-07b5-47e1-a7e7-8e28e8dfd463 HTTP/1.1" 200 115 0.044728 10.0.0.22 - - [2026-01-12 02:14:18] "POST /neutron/network HTTP/1.1" 200 901 0.008674 10.0.0.27 - - [2026-01-12 02:14:18] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003462 10.0.0.22 - - [2026-01-12 02:14:18] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.087888 10.0.0.27 - - [2026-01-12 02:14:18] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000993 10.0.0.22 - - [2026-01-12 02:14:18] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?fields=virtual_networks HTTP/1.1" 200 1041 0.086673 10.0.0.27 - - [2026-01-12 02:14:18] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001096 10.0.0.22 - - [2026-01-12 02:14:18] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.053280 10.0.0.27 - - [2026-01-12 02:14:18] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001040 10.0.0.22 - - [2026-01-12 02:14:18] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?fields=security_groups HTTP/1.1" 200 1272 0.064480 10.0.0.22 - - [2026-01-12 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.032583 10.0.0.27 - - [2026-01-12 02:14:19] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003454 10.0.0.27 - - [2026-01-12 02:14:19] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.27 - - [2026-01-12 02:14:19] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007724 10.0.0.27 - - [2026-01-12 02:14:20] "POST /id-to-fqname HTTP/1.1" 200 199 0.003634 10.0.0.27 - - [2026-01-12 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 208 0.022718 10.0.0.27 - - [2026-01-12 02:14:20] "POST /security-groups HTTP/1.1" 200 600 0.084982 10.0.0.50 - - [2026-01-12 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 243 0.008811 10.0.0.27 - - [2026-01-12 02:14:20] "POST /projects HTTP/1.1" 200 603 0.360370 10.0.0.27 - - [2026-01-12 02:14:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.399349 10.0.0.22 - - [2026-01-12 02:14:20] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.591848 10.0.0.50 - - [2026-01-12 02:14:20] "POST /access-control-lists HTTP/1.1" 200 603 0.063621 10.0.0.22 - - [2026-01-12 02:14:21] "GET / HTTP/1.1" 200 35931 0.003258 10.0.0.22 - - [2026-01-12 02:14:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000561 10.0.0.22 - - [2026-01-12 02:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.069527 10.0.0.27 - - [2026-01-12 02:14:22] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001013 10.0.0.22 - - [2026-01-12 02:14:22] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.043380 10.0.0.27 - - [2026-01-12 02:14:23] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001299 10.0.0.22 - - [2026-01-12 02:14:23] "POST /neutron/network HTTP/1.1" 200 694 0.160909 10.0.0.50 - - [2026-01-12 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.002857 10.0.0.22 - - [2026-01-12 02:14:23] "POST /neutron/network HTTP/1.1" 200 1087 0.021112 10.0.0.22 - - [2026-01-12 02:14:23] "POST /id-to-fqname HTTP/1.1" 200 269 0.001319 10.0.0.22 - - [2026-01-12 02:14:23] "GET /virtual-network/ab599732-b681-48d0-b7ae-28d1abc04c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006434 10.0.0.22 - - [2026-01-12 02:14:23] "GET /virtual-network/ab599732-b681-48d0-b7ae-28d1abc04c85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006642 10.0.0.22 - - [2026-01-12 02:14:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.010880 10.0.0.22 - - [2026-01-12 02:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.27 - - [2026-01-12 02:14:23] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001001 10.0.0.22 - - [2026-01-12 02:14:24] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.053110 10.0.0.27 - - [2026-01-12 02:14:24] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001118 10.0.0.22 - - [2026-01-12 02:14:24] "POST /neutron/network HTTP/1.1" 200 694 0.144771 10.0.0.50 - - [2026-01-12 02:14:24] "POST /route-targets HTTP/1.1" 200 327 0.015422 10.0.0.50 - - [2026-01-12 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.005075 10.0.0.22 - - [2026-01-12 02:14:24] "POST /neutron/network HTTP/1.1" 200 1086 0.012631 10.0.0.22 - - [2026-01-12 02:14:24] "POST /id-to-fqname HTTP/1.1" 200 269 0.001177 10.0.0.22 - - [2026-01-12 02:14:24] "GET /virtual-network/6274eeb4-1e4d-40d3-b70e-136296502782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006022 10.0.0.22 - - [2026-01-12 02:14:24] "GET /virtual-network/6274eeb4-1e4d-40d3-b70e-136296502782?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006496 10.0.0.22 - - [2026-01-12 02:14:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.010651 10.0.0.22 - - [2026-01-12 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.27 - - [2026-01-12 02:14:24] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001058 10.0.0.22 - - [2026-01-12 02:14:25] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.053486 10.0.0.27 - - [2026-01-12 02:14:25] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002301 10.0.0.22 - - [2026-01-12 02:14:25] "POST /neutron/network HTTP/1.1" 200 696 0.144440 10.0.0.50 - - [2026-01-12 02:14:25] "POST /ref-update HTTP/1.1" 200 156 0.042149 10.0.0.22 - - [2026-01-12 02:14:25] "POST /neutron/network HTTP/1.1" 200 1090 0.012028 10.0.0.22 - - [2026-01-12 02:14:25] "POST /id-to-fqname HTTP/1.1" 200 270 0.001188 10.0.0.22 - - [2026-01-12 02:14:25] "GET /virtual-network/329f31d8-8220-4370-872f-e37de87e876b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005782 10.0.0.22 - - [2026-01-12 02:14:25] "GET /virtual-network/329f31d8-8220-4370-872f-e37de87e876b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005514 10.0.0.22 - - [2026-01-12 02:14:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.010600 10.0.0.22 - - [2026-01-12 02:14:26] "POST /id-to-fqname HTTP/1.1" 200 269 0.001334 10.0.0.27 - - [2026-01-12 02:14:27] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001225 10.0.0.22 - - [2026-01-12 02:14:27] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.078907 10.0.0.22 - - [2026-01-12 02:14:27] "POST /neutron/network HTTP/1.1" 200 1086 0.050074 10.0.0.22 - - [2026-01-12 02:14:27] "POST /id-to-fqname HTTP/1.1" 200 270 0.001251 10.0.0.22 - - [2026-01-12 02:14:27] "POST /neutron/port HTTP/1.1" 200 117 0.005991 10.0.0.27 - - [2026-01-12 02:14:28] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000986 10.0.0.22 - - [2026-01-12 02:14:28] "POST /neutron/port HTTP/1.1" 200 1175 0.411806 10.0.0.27 - - [2026-01-12 02:14:28] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000912 10.0.0.22 - - [2026-01-12 02:14:28] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.073516 10.0.0.22 - - [2026-01-12 02:14:28] "POST /neutron/port HTTP/1.1" 200 1175 0.065423 10.0.0.22 - - [2026-01-12 02:14:28] "POST /neutron/security_group HTTP/1.1" 200 2067 0.010735 10.0.0.22 - - [2026-01-12 02:14:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005732 10.0.0.22 - - [2026-01-12 02:14:29] "POST /neutron/port HTTP/1.1" 200 117 0.001311 10.0.0.22 - - [2026-01-12 02:14:29] "POST /neutron/network HTTP/1.1" 200 1100 0.009334 10.0.0.22 - - [2026-01-12 02:14:29] "POST /neutron/port HTTP/1.1" 200 1177 0.024961 10.0.0.22 - - [2026-01-12 02:14:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004162 10.0.0.22 - - [2026-01-12 02:14:30] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.22 - - [2026-01-12 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003332 10.0.0.22 - - [2026-01-12 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.27 - - [2026-01-12 02:14:30] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.22 - - [2026-01-12 02:14:30] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008515 10.0.0.22 - - [2026-01-12 02:14:30] "POST /service-templates HTTP/1.1" 200 543 0.029803 10.0.0.22 - - [2026-01-12 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.22 - - [2026-01-12 02:14:30] "GET /service-template/05ab3f45-1aeb-4996-be34-6c26457dfb5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.007113 10.0.0.22 - - [2026-01-12 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.22 - - [2026-01-12 02:14:30] "GET /service-template/05ab3f45-1aeb-4996-be34-6c26457dfb5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.005687 10.0.0.22 - - [2026-01-12 02:14:30] "POST /id-to-fqname HTTP/1.1" 200 269 0.001292 10.0.0.22 - - [2026-01-12 02:14:30] "POST /id-to-fqname HTTP/1.1" 200 269 0.001328 10.0.0.22 - - [2026-01-12 02:14:30] "POST /id-to-fqname HTTP/1.1" 200 270 0.001823 10.0.0.22 - - [2026-01-12 02:14:30] "POST /neutron/port HTTP/1.1" 200 2326 0.030620 10.0.0.22 - - [2026-01-12 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.22 - - [2026-01-12 02:14:30] "DELETE /service-template/05ab3f45-1aeb-4996-be34-6c26457dfb5c HTTP/1.1" 200 115 0.032297 10.0.0.22 - - [2026-01-12 02:14:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.005398 10.0.0.22 - - [2026-01-12 02:14:32] "POST /neutron/network HTTP/1.1" 400 204 0.014169 10.0.0.22 - - [2026-01-12 02:14:33] "POST /neutron/port HTTP/1.1" 200 151 0.278796 10.0.0.22 - - [2026-01-12 02:14:33] "POST /neutron/port HTTP/1.1" 200 151 0.335764 10.0.0.22 - - [2026-01-12 02:14:34] "POST /neutron/network HTTP/1.1" 200 1090 0.014344 10.0.0.50 - - [2026-01-12 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.27 - - [2026-01-12 02:14:35] "POST /useragent-kv HTTP/1.1" 200 115 0.007679 10.0.0.27 - - [2026-01-12 02:14:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005112 10.0.0.27 - - [2026-01-12 02:14:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003493 10.0.0.27 - - [2026-01-12 02:14:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003272 10.0.0.22 - - [2026-01-12 02:14:35] "POST /neutron/network HTTP/1.1" 200 151 0.178078 10.0.0.50 - - [2026-01-12 02:14:35] "DELETE /route-target/92623b24-3c57-49bd-8eee-39e7fa379222 HTTP/1.1" 200 115 0.039271 10.0.0.27 - - [2026-01-12 02:14:35] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001251 10.0.0.22 - - [2026-01-12 02:14:35] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.111053 10.0.0.27 - - [2026-01-12 02:14:35] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001290 10.0.0.22 - - [2026-01-12 02:14:35] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?fields=virtual_networks HTTP/1.1" 200 1051 0.052914 10.0.0.27 - - [2026-01-12 02:14:35] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001465 10.0.0.22 - - [2026-01-12 02:14:35] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.064084 10.0.0.27 - - [2026-01-12 02:14:35] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001101 10.0.0.22 - - [2026-01-12 02:14:35] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?fields=security_groups HTTP/1.1" 200 1286 0.057610 10.0.0.22 - - [2026-01-12 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.032136 10.0.0.27 - - [2026-01-12 02:14:36] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003322 10.0.0.27 - - [2026-01-12 02:14:36] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.27 - - [2026-01-12 02:14:36] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008223 10.0.0.27 - - [2026-01-12 02:14:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.003829 10.0.0.27 - - [2026-01-12 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.006143 10.0.0.27 - - [2026-01-12 02:14:36] "POST /security-groups HTTP/1.1" 200 603 0.039735 10.0.0.27 - - [2026-01-12 02:14:36] "POST /projects HTTP/1.1" 200 609 0.272329 10.0.0.50 - - [2026-01-12 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.013306 10.0.0.27 - - [2026-01-12 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.363248 10.0.0.22 - - [2026-01-12 02:14:36] "GET /project/5093a054-f388-4449-b612-caad72dbd250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.519849 10.0.0.22 - - [2026-01-12 02:14:38] "GET / HTTP/1.1" 200 35931 0.001415 10.0.0.22 - - [2026-01-12 02:14:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2026-01-12 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.061491 10.0.0.27 - - [2026-01-12 02:14:39] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.22 - - [2026-01-12 02:14:39] "GET /project/5093a054-f388-4449-b612-caad72dbd250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050677 10.0.0.50 - - [2026-01-12 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.038354 10.0.0.27 - - [2026-01-12 02:14:40] "POST /useragent-kv HTTP/1.1" 200 115 0.010911 10.0.0.22 - - [2026-01-12 02:14:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.254517 10.0.0.22 - - [2026-01-12 02:14:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.001820 10.0.0.22 - - [2026-01-12 02:14:40] "GET /virtual-network/db3eb72d-f406-4cd6-94b5-d54e70848c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005430 10.0.0.22 - - [2026-01-12 02:14:40] "GET /virtual-network/db3eb72d-f406-4cd6-94b5-d54e70848c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006446 10.0.0.22 - - [2026-01-12 02:14:40] "POST /neutron/network HTTP/1.1" 200 837 0.008096 10.0.0.22 - - [2026-01-12 02:14:41] "GET /virtual-network/db3eb72d-f406-4cd6-94b5-d54e70848c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005741 10.0.0.50 - - [2026-01-12 02:14:42] "GET /obj-perms HTTP/1.1" 200 5054 0.061148 10.0.0.22 - - [2026-01-12 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.27 - - [2026-01-12 02:14:42] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.22 - - [2026-01-12 02:14:42] "GET /project/5093a054-f388-4449-b612-caad72dbd250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045431 10.0.0.27 - - [2026-01-12 02:14:42] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.22 - - [2026-01-12 02:14:42] "POST /neutron/network HTTP/1.1" 200 619 0.135218 10.0.0.22 - - [2026-01-12 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.004017 10.0.0.22 - - [2026-01-12 02:14:43] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006437 10.0.0.22 - - [2026-01-12 02:14:43] "POST /neutron/network HTTP/1.1" 200 839 0.008024 10.0.0.22 - - [2026-01-12 02:14:43] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006059 10.0.0.22 - - [2026-01-12 02:14:43] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006732 10.0.0.22 - - [2026-01-12 02:14:43] "GET /obj-perms HTTP/1.1" 200 5054 0.057658 10.0.0.27 - - [2026-01-12 02:14:43] "GET /obj-perms HTTP/1.1" 200 5054 0.056615 10.0.0.22 - - [2026-01-12 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001238 10.0.0.50 - - [2026-01-12 02:14:54] "DELETE /access-control-list/705adcb4-0bdb-46c2-a53b-5b8b1a2ca8de HTTP/1.1" 200 115 0.056805 10.0.0.27 - - [2026-01-12 02:14:55] "DELETE /project/5093a054f3884449b612caad72dbd250 HTTP/1.1" 404 173 0.011241 10.0.0.27 - - [2026-01-12 02:14:55] "DELETE /project/3f0e7abe784a4ac5875cfa50572797c3 HTTP/1.1" 404 173 0.015007 10.0.0.27 - - [2026-01-12 02:14:55] "DELETE /project/3b2d0f4e-bd90-48db-a3f1-8921a7bd58cd HTTP/1.1" 404 177 0.006382 10.0.0.27 - - [2026-01-12 02:14:55] "DELETE /project/b73c1b68907e4fdda9b4a2184c43a0d7 HTTP/1.1" 404 173 0.011124 10.0.0.27 - - [2026-01-12 02:14:55] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000875 10.0.0.27 - - [2026-01-12 02:14:55] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000757 10.0.0.27 - - [2026-01-12 02:14:56] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.054426 10.0.0.27 - - [2026-01-12 02:14:56] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.059740 10.0.0.27 - - [2026-01-12 02:14:56] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002197 10.0.0.27 - - [2026-01-12 02:14:56] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001051 10.0.0.27 - - [2026-01-12 02:14:56] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?fields=security_groups HTTP/1.1" 200 1391 0.049853 10.0.0.27 - - [2026-01-12 02:14:56] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?fields=security_groups HTTP/1.1" 200 1377 0.074010 10.0.0.27 - - [2026-01-12 02:14:56] "DELETE /security-group/9034edb0-903b-48d6-83e8-4d9186ece0c8 HTTP/1.1" 200 115 0.094622 10.0.0.27 - - [2026-01-12 02:14:56] "GET /projects?obj_uuids=b73c1b68-907e-4fdd-a9b4-a2184c43a0d7&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001552 10.0.0.27 - - [2026-01-12 02:14:56] "DELETE /security-group/289409ce-974e-421b-8ce9-8eb70d63c951 HTTP/1.1" 200 115 0.085925 10.0.0.27 - - [2026-01-12 02:14:56] "GET /projects?obj_uuids=3f0e7abe-784a-4ac5-875c-fa50572797c3&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001040 10.0.0.27 - - [2026-01-12 02:14:56] "GET /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7?fields=application_policy_sets HTTP/1.1" 200 1430 0.068465 10.0.0.50 - - [2026-01-12 02:14:56] "DELETE /access-control-list/51fac0c1-ec3b-4887-82c6-365ef2b67ba6 HTTP/1.1" 200 115 0.052334 10.0.0.27 - - [2026-01-12 02:14:56] "GET /project/3f0e7abe-784a-4ac5-875c-fa50572797c3?fields=application_policy_sets HTTP/1.1" 200 1416 0.103222 10.0.0.27 - - [2026-01-12 02:14:56] "DELETE /project/b73c1b68-907e-4fdd-a9b4-a2184c43a0d7 HTTP/1.1" 200 115 0.566596 10.0.0.27 - - [2026-01-12 02:14:56] "DELETE /project/3f0e7abe-784a-4ac5-875c-fa50572797c3 HTTP/1.1" 200 115 0.613311 10.0.0.22 - - [2026-01-12 02:15:19] "POST /neutron/network HTTP/1.1" 200 849 0.007418 10.0.0.27 - - [2026-01-12 02:15:19] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953 10.0.0.22 - - [2026-01-12 02:15:20] "GET /project/5093a054-f388-4449-b612-caad72dbd250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.082111 10.0.0.22 - - [2026-01-12 02:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.005865 10.0.0.22 - - [2026-01-12 02:15:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001256 10.0.0.22 - - [2026-01-12 02:15:20] "POST /neutron/network HTTP/1.1" 200 849 0.008262 10.0.0.27 - - [2026-01-12 02:15:21] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.22 - - [2026-01-12 02:15:21] "POST /neutron/port HTTP/1.1" 200 1073 0.034910 10.0.0.22 - - [2026-01-12 02:15:21] "GET /project/5093a054-f388-4449-b612-caad72dbd250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.158355 10.0.0.22 - - [2026-01-12 02:15:22] "POST /neutron/port HTTP/1.1" 200 1137 0.045051 10.0.0.22 - - [2026-01-12 02:15:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015209 10.0.0.22 - - [2026-01-12 02:15:22] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.22 - - [2026-01-12 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004941 10.0.0.27 - - [2026-01-12 02:15:22] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.22 - - [2026-01-12 02:15:22] "GET /project/5093a054-f388-4449-b612-caad72dbd250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.112384 10.0.0.22 - - [2026-01-12 02:15:22] "GET /virtual-network/db3eb72d-f406-4cd6-94b5-d54e70848c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005834 10.0.0.22 - - [2026-01-12 02:15:22] "GET /floating-ip-pools?parent_id=db3eb72d-f406-4cd6-94b5-d54e70848c08&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003689 10.0.0.22 - - [2026-01-12 02:15:22] "GET /virtual-network/db3eb72d-f406-4cd6-94b5-d54e70848c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.017521 10.0.0.22 - - [2026-01-12 02:15:22] "POST /floating-ip-pools HTTP/1.1" 200 609 0.071254 10.0.0.22 - - [2026-01-12 02:15:22] "POST /ref-update HTTP/1.1" 200 156 0.050947 10.0.0.27 - - [2026-01-12 02:15:22] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000971 10.0.0.22 - - [2026-01-12 02:15:22] "GET /virtual-network/db3eb72d-f406-4cd6-94b5-d54e70848c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006207 10.0.0.22 - - [2026-01-12 02:15:23] "GET /virtual-network/db3eb72d-f406-4cd6-94b5-d54e70848c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009546 10.0.0.22 - - [2026-01-12 02:15:23] "POST /neutron/port HTTP/1.1" 200 1071 0.637881 10.0.0.22 - - [2026-01-12 02:15:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009073 10.0.0.22 - - [2026-01-12 02:15:24] "POST /neutron/port HTTP/1.1" 200 1135 0.081827 10.0.0.22 - - [2026-01-12 02:15:24] "POST /neutron/port HTTP/1.1" 200 117 0.003471 10.0.0.22 - - [2026-01-12 02:15:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012205 10.0.0.22 - - [2026-01-12 02:15:38] "POST /neutron/port HTTP/1.1" 200 1137 0.062071 10.0.0.22 - - [2026-01-12 02:15:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.020926 10.0.0.22 - - [2026-01-12 02:15:54] "POST /neutron/port HTTP/1.1" 200 1137 0.029004 10.0.0.22 - - [2026-01-12 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009812 10.0.0.22 - - [2026-01-12 02:16:09] "POST /neutron/port HTTP/1.1" 200 1137 0.020536 10.0.0.22 - - [2026-01-12 02:16:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007661 10.0.0.22 - - [2026-01-12 02:16:24] "POST /neutron/port HTTP/1.1" 200 1137 0.019374 10.0.0.22 - - [2026-01-12 02:16:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007108 10.0.0.22 - - [2026-01-12 02:16:35] "POST /neutron/port HTTP/1.1" 200 1137 0.021848 10.0.0.22 - - [2026-01-12 02:16:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008282 10.0.0.22 - - [2026-01-12 02:16:35] "GET /virtual-machine/6979b700-cf39-4067-a727-ea6a57702ad1 HTTP/1.1" 401 292 0.000421 10.0.0.22 - - [2026-01-12 02:16:35] "GET /virtual-machine/6979b700-cf39-4067-a727-ea6a57702ad1 HTTP/1.1" 200 1304 0.038132 10.0.0.22 - - [2026-01-12 02:16:35] "GET /virtual-machine-interface/032f12a2-f4aa-4713-ad60-f2531bc5f790 HTTP/1.1" 200 3003 0.005627 10.0.0.22 - - [2026-01-12 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.22 - - [2026-01-12 02:16:35] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004759 10.0.0.22 - - [2026-01-12 02:16:35] "GET /virtual-networks?parent_id=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003485 10.0.0.22 - - [2026-01-12 02:16:35] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006491 10.0.0.22 - - [2026-01-12 02:16:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.22 - - [2026-01-12 02:16:38] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006081 10.0.0.22 - - [2026-01-12 02:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.22 - - [2026-01-12 02:16:42] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006811 10.0.0.27 - - [2026-01-12 02:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000569 10.0.0.27 - - [2026-01-12 02:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.50 - - [2026-01-12 02:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000851 10.0.0.50 - - [2026-01-12 02:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2026-01-12 02:16:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.27 - - [2026-01-12 02:16:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.50 - - [2026-01-12 02:16:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.50 - - [2026-01-12 02:16:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.22 - - [2026-01-12 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.22 - - [2026-01-12 02:16:46] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005595 10.0.0.22 - - [2026-01-12 02:16:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.22 - - [2026-01-12 02:16:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2026-01-12 02:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.22 - - [2026-01-12 02:16:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2026-01-12 02:16:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.22 - - [2026-01-12 02:16:51] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006366 10.0.0.22 - - [2026-01-12 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.22 - - [2026-01-12 02:16:55] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006133 10.0.0.22 - - [2026-01-12 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.22 - - [2026-01-12 02:16:59] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006172 10.0.0.50 - - [2026-01-12 02:17:01] "GET /obj-perms HTTP/1.1" 200 5056 0.055656 10.0.0.22 - - [2026-01-12 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.22 - - [2026-01-12 02:17:03] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006083 10.0.0.22 - - [2026-01-12 02:17:04] "POST /neutron/network HTTP/1.1" 200 849 0.006950 10.0.0.22 - - [2026-01-12 02:17:04] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.22 - - [2026-01-12 02:17:04] "POST /neutron/port HTTP/1.1" 200 1135 0.025279 10.0.0.22 - - [2026-01-12 02:17:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.011020 10.0.0.22 - - [2026-01-12 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005145 10.0.0.22 - - [2026-01-12 02:17:07] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004256 10.0.0.22 - - [2026-01-12 02:17:07] "GET /virtual-networks?parent_id=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003702 10.0.0.22 - - [2026-01-12 02:17:07] "GET /virtual-network/b1659d33-779d-4f64-aa1f-27b53e878f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.005557 10.0.0.22 - - [2026-01-12 02:17:07] "POST /neutron/port HTTP/1.1" 200 1137 0.021459 10.0.0.22 - - [2026-01-12 02:17:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007576 10.0.0.22 - - [2026-01-12 02:17:17] "POST /neutron/port HTTP/1.1" 200 1137 0.021806 10.0.0.22 - - [2026-01-12 02:17:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.033469 10.0.0.27 - - [2026-01-12 02:17:27] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001170 10.0.0.22 - - [2026-01-12 02:17:28] "POST /neutron/floatingip HTTP/1.1" 200 529 0.150223 10.0.0.22 - - [2026-01-12 02:17:28] "POST /neutron/floatingip HTTP/1.1" 200 577 0.057585 10.0.0.22 - - [2026-01-12 02:17:28] "POST /neutron/port HTTP/1.1" 200 1135 0.021602 10.0.0.22 - - [2026-01-12 02:17:28] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015398 10.0.0.22 - - [2026-01-12 02:17:28] "GET /virtual-machine/bddbef36-aabb-4bf1-99ba-a98bebd5a3fe HTTP/1.1" 200 1305 0.006562 10.0.0.22 - - [2026-01-12 02:17:28] "GET /virtual-machine-interface/950e7cf6-78d9-4298-bb1a-ae71de9cee96 HTTP/1.1" 200 3005 0.006297 10.0.0.22 - - [2026-01-12 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.22 - - [2026-01-12 02:17:28] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005505 10.0.0.22 - - [2026-01-12 02:17:28] "GET /virtual-networks?parent_id=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.007380 10.0.0.22 - - [2026-01-12 02:17:28] "GET /virtual-network/db3eb72d-f406-4cd6-94b5-d54e70848c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007974 10.0.0.22 - - [2026-01-12 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.22 - - [2026-01-12 02:17:29] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004604 10.0.0.22 - - [2026-01-12 02:17:29] "GET /virtual-networks?parent_id=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003141 10.0.0.22 - - [2026-01-12 02:17:29] "GET /virtual-network/db3eb72d-f406-4cd6-94b5-d54e70848c08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007214 10.0.0.22 - - [2026-01-12 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 577 0.014856 10.0.0.22 - - [2026-01-12 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.22 - - [2026-01-12 02:17:34] "GET /routing-instance/abecda9a-24ab-4fdd-ad44-4b5b9ddadf24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005558 10.0.0.22 - - [2026-01-12 02:17:34] "GET /route-target/767b89bd-275e-4e76-85ed-ff1ea73e2018?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003965 10.0.0.22 - - [2026-01-12 02:17:49] "POST /neutron/floatingip HTTP/1.1" 200 529 0.009917 10.0.0.22 - - [2026-01-12 02:17:49] "GET /floating-ip-pool/f433ed5a-80ba-4843-9307-01e298cdd9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003887 10.0.0.22 - - [2026-01-12 02:17:49] "POST /ref-update HTTP/1.1" 200 156 0.014720 10.0.0.22 - - [2026-01-12 02:17:49] "DELETE /floating-ip-pool/f433ed5a-80ba-4843-9307-01e298cdd9ef HTTP/1.1" 200 115 0.048118 10.0.0.22 - - [2026-01-12 02:17:49] "POST /neutron/network HTTP/1.1" 400 204 0.018619 10.0.0.22 - - [2026-01-12 02:17:50] "POST /neutron/port HTTP/1.1" 200 151 0.218247 10.0.0.22 - - [2026-01-12 02:17:50] "POST /neutron/port HTTP/1.1" 200 151 0.235568 10.0.0.50 - - [2026-01-12 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004576 10.0.0.22 - - [2026-01-12 02:17:52] "POST /neutron/network HTTP/1.1" 200 837 0.006879 10.0.0.50 - - [2026-01-12 02:17:52] "DELETE /route-target/767b89bd-275e-4e76-85ed-ff1ea73e2018 HTTP/1.1" 200 115 0.025287 10.0.0.27 - - [2026-01-12 02:17:54] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001482 10.0.0.22 - - [2026-01-12 02:17:54] "GET /project/5093a054-f388-4449-b612-caad72dbd250?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046484 10.0.0.27 - - [2026-01-12 02:17:54] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.22 - - [2026-01-12 02:17:54] "GET /project/5093a054-f388-4449-b612-caad72dbd250?fields=virtual_networks HTTP/1.1" 200 1056 0.055307 10.0.0.27 - - [2026-01-12 02:17:54] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001236 10.0.0.22 - - [2026-01-12 02:17:54] "GET /project/5093a054-f388-4449-b612-caad72dbd250?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.053841 10.0.0.27 - - [2026-01-12 02:17:54] "GET /projects?obj_uuids=5093a054-f388-4449-b612-caad72dbd250&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.22 - - [2026-01-12 02:17:54] "GET /project/5093a054-f388-4449-b612-caad72dbd250?fields=security_groups HTTP/1.1" 200 1294 0.039963 10.0.0.22 - - [2026-01-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.044139 10.0.0.27 - - [2026-01-12 02:17:55] "GET /projects?obj_uuids=8279c86c-13a1-480d-941f-767f3218bd4c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003449 10.0.0.27 - - [2026-01-12 02:17:55] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.27 - - [2026-01-12 02:17:55] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007078 10.0.0.27 - - [2026-01-12 02:17:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.005735 10.0.0.27 - - [2026-01-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.018454 10.0.0.27 - - [2026-01-12 02:17:55] "POST /security-groups HTTP/1.1" 200 591 0.048281 10.0.0.50 - - [2026-01-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 234 0.004145 10.0.0.27 - - [2026-01-12 02:17:55] "POST /projects HTTP/1.1" 200 585 0.382984 10.0.0.27 - - [2026-01-12 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.437841 10.0.0.22 - - [2026-01-12 02:17:55] "GET /project/8279c86c-13a1-480d-941f-767f3218bd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.607258 10.0.0.50 - - [2026-01-12 02:17:55] "POST /access-control-lists HTTP/1.1" 200 594 0.043588 10.0.0.27 - - [2026-01-12 02:17:56] "DELETE /project/8279c86c13a1480d941f767f3218bd4c HTTP/1.1" 404 173 0.003035 10.0.0.27 - - [2026-01-12 02:17:56] "DELETE /project/5093a054-f388-4449-b612-caad72dbd250 HTTP/1.1" 404 177 0.005692 10.0.0.22 - - [2026-01-12 02:17:57] "GET / HTTP/1.1" 200 35931 0.001740 10.0.0.27 - - [2026-01-12 02:18:00] "GET /projects?obj_uuids=8279c86c-13a1-480d-941f-767f3218bd4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000965 10.0.0.22 - - [2026-01-12 02:18:00] "GET /project/8279c86c-13a1-480d-941f-767f3218bd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050564 10.0.0.27 - - [2026-01-12 02:18:00] "GET /projects?obj_uuids=8279c86c-13a1-480d-941f-767f3218bd4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000898 10.0.0.22 - - [2026-01-12 02:18:00] "GET /project/8279c86c-13a1-480d-941f-767f3218bd4c?fields=virtual_networks HTTP/1.1" 200 1032 0.052049 10.0.0.27 - - [2026-01-12 02:18:00] "GET /projects?obj_uuids=8279c86c-13a1-480d-941f-767f3218bd4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002163 10.0.0.22 - - [2026-01-12 02:18:00] "GET /project/8279c86c-13a1-480d-941f-767f3218bd4c?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.081065 10.0.0.27 - - [2026-01-12 02:18:00] "GET /projects?obj_uuids=8279c86c-13a1-480d-941f-767f3218bd4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001369 10.0.0.22 - - [2026-01-12 02:18:00] "GET /project/8279c86c-13a1-480d-941f-767f3218bd4c?fields=security_groups HTTP/1.1" 200 1258 0.046345 10.0.0.22 - - [2026-01-12 02:18:01] "GET /obj-perms HTTP/1.1" 200 5056 0.135755 10.0.0.22 - - [2026-01-12 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.051301 10.0.0.27 - - [2026-01-12 02:18:02] "GET /projects?obj_uuids=ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003247 10.0.0.27 - - [2026-01-12 02:18:02] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.27 - - [2026-01-12 02:18:02] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007393 10.0.0.27 - - [2026-01-12 02:18:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.005127 10.0.0.27 - - [2026-01-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.013258 10.0.0.27 - - [2026-01-12 02:18:02] "POST /security-groups HTTP/1.1" 200 586 0.029641 10.0.0.27 - - [2026-01-12 02:18:02] "POST /projects HTTP/1.1" 200 575 0.255716 10.0.0.27 - - [2026-01-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.293212 10.0.0.50 - - [2026-01-12 02:18:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.003776 10.0.0.22 - - [2026-01-12 02:18:02] "GET /project/ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.497248 10.0.0.22 - - [2026-01-12 02:18:04] "GET / HTTP/1.1" 200 35931 0.002444 10.0.0.27 - - [2026-01-12 02:18:10] "GET /projects?obj_uuids=ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002083 10.0.0.22 - - [2026-01-12 02:18:10] "GET /project/ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.055163 10.0.0.27 - - [2026-01-12 02:18:10] "GET /projects?obj_uuids=ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000965 10.0.0.22 - - [2026-01-12 02:18:10] "GET /project/ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2?fields=virtual_networks HTTP/1.1" 200 1023 0.046806 10.0.0.27 - - [2026-01-12 02:18:10] "GET /projects?obj_uuids=ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001204 10.0.0.22 - - [2026-01-12 02:18:10] "GET /project/ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.047994 10.0.0.27 - - [2026-01-12 02:18:10] "GET /projects?obj_uuids=ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000970 10.0.0.22 - - [2026-01-12 02:18:10] "GET /project/ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2?fields=security_groups HTTP/1.1" 200 1244 0.044247 10.0.0.22 - - [2026-01-12 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 187 0.029528 10.0.0.27 - - [2026-01-12 02:18:11] "GET /projects?obj_uuids=4e11a566-9e78-4835-9017-5d7ad2180a97&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003970 10.0.0.27 - - [2026-01-12 02:18:11] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.27 - - [2026-01-12 02:18:11] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007742 10.0.0.27 - - [2026-01-12 02:18:11] "POST /id-to-fqname HTTP/1.1" 200 189 0.005921 10.0.0.27 - - [2026-01-12 02:18:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.004769 10.0.0.27 - - [2026-01-12 02:18:11] "POST /security-groups HTTP/1.1" 200 590 0.074026 10.0.0.27 - - [2026-01-12 02:18:11] "POST /projects HTTP/1.1" 200 583 0.300093 10.0.0.27 - - [2026-01-12 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.333249 10.0.0.50 - - [2026-01-12 02:18:11] "POST /access-control-lists HTTP/1.1" 200 595 0.029613 10.0.0.22 - - [2026-01-12 02:18:11] "GET /project/4e11a566-9e78-4835-9017-5d7ad2180a97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.502785 10.0.0.22 - - [2026-01-12 02:18:12] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.27 - - [2026-01-12 02:18:16] "GET /projects?obj_uuids=4e11a566-9e78-4835-9017-5d7ad2180a97&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000982 10.0.0.22 - - [2026-01-12 02:18:16] "GET /project/4e11a566-9e78-4835-9017-5d7ad2180a97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044062 10.0.0.27 - - [2026-01-12 02:18:16] "GET /projects?obj_uuids=4e11a566-9e78-4835-9017-5d7ad2180a97&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000976 10.0.0.22 - - [2026-01-12 02:18:16] "GET /project/4e11a566-9e78-4835-9017-5d7ad2180a97?fields=virtual_networks HTTP/1.1" 200 1030 0.051251 10.0.0.27 - - [2026-01-12 02:18:16] "GET /projects?obj_uuids=4e11a566-9e78-4835-9017-5d7ad2180a97&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001041 10.0.0.22 - - [2026-01-12 02:18:16] "GET /project/4e11a566-9e78-4835-9017-5d7ad2180a97?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.047309 10.0.0.27 - - [2026-01-12 02:18:16] "GET /projects?obj_uuids=4e11a566-9e78-4835-9017-5d7ad2180a97&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000963 10.0.0.22 - - [2026-01-12 02:18:16] "GET /project/4e11a566-9e78-4835-9017-5d7ad2180a97?fields=security_groups HTTP/1.1" 200 1255 0.046594 10.0.0.22 - - [2026-01-12 02:18:17] "POST /fqname-to-id HTTP/1.1" 404 188 0.028051 10.0.0.27 - - [2026-01-12 02:18:17] "GET /projects?obj_uuids=d03ca274-2037-4d3d-83ed-5d06a157d2fe&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004421 10.0.0.27 - - [2026-01-12 02:18:17] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.27 - - [2026-01-12 02:18:17] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009086 10.0.0.27 - - [2026-01-12 02:18:17] "POST /id-to-fqname HTTP/1.1" 200 190 0.009101 10.0.0.27 - - [2026-01-12 02:18:17] "POST /fqname-to-id HTTP/1.1" 404 199 0.007955 10.0.0.27 - - [2026-01-12 02:18:17] "POST /security-groups HTTP/1.1" 200 591 0.046408 10.0.0.50 - - [2026-01-12 02:18:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.006402 10.0.0.27 - - [2026-01-12 02:18:17] "POST /projects HTTP/1.1" 200 585 0.326123 10.0.0.27 - - [2026-01-12 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.364910 10.0.0.50 - - [2026-01-12 02:18:17] "POST /access-control-lists HTTP/1.1" 200 594 0.053403 10.0.0.22 - - [2026-01-12 02:18:17] "GET /project/d03ca274-2037-4d3d-83ed-5d06a157d2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.583091 10.0.0.22 - - [2026-01-12 02:18:19] "GET / HTTP/1.1" 200 35931 0.004109 10.0.0.27 - - [2026-01-12 02:18:22] "GET /projects?obj_uuids=d03ca274-2037-4d3d-83ed-5d06a157d2fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001215 10.0.0.22 - - [2026-01-12 02:18:22] "GET /project/d03ca274-2037-4d3d-83ed-5d06a157d2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050176 10.0.0.27 - - [2026-01-12 02:18:22] "GET /projects?obj_uuids=d03ca274-2037-4d3d-83ed-5d06a157d2fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.22 - - [2026-01-12 02:18:22] "GET /project/d03ca274-2037-4d3d-83ed-5d06a157d2fe?fields=virtual_networks HTTP/1.1" 200 1032 0.063491 10.0.0.27 - - [2026-01-12 02:18:22] "GET /projects?obj_uuids=d03ca274-2037-4d3d-83ed-5d06a157d2fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001507 10.0.0.22 - - [2026-01-12 02:18:22] "GET /project/d03ca274-2037-4d3d-83ed-5d06a157d2fe?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.044201 10.0.0.27 - - [2026-01-12 02:18:22] "GET /projects?obj_uuids=d03ca274-2037-4d3d-83ed-5d06a157d2fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.22 - - [2026-01-12 02:18:22] "GET /project/d03ca274-2037-4d3d-83ed-5d06a157d2fe?fields=security_groups HTTP/1.1" 200 1258 0.046344 10.0.0.22 - - [2026-01-12 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 192 0.029045 10.0.0.27 - - [2026-01-12 02:18:23] "GET /projects?obj_uuids=3a1c7e6a-b857-45fc-b6e6-aafd5cff471f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004733 10.0.0.27 - - [2026-01-12 02:18:23] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001285 10.0.0.27 - - [2026-01-12 02:18:23] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010301 10.0.0.27 - - [2026-01-12 02:18:24] "POST /id-to-fqname HTTP/1.1" 200 194 0.003705 10.0.0.27 - - [2026-01-12 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 203 0.006950 10.0.0.27 - - [2026-01-12 02:18:24] "POST /security-groups HTTP/1.1" 200 595 0.073724 10.0.0.27 - - [2026-01-12 02:18:24] "POST /projects HTTP/1.1" 200 593 0.294746 10.0.0.27 - - [2026-01-12 02:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.330119 10.0.0.50 - - [2026-01-12 02:18:24] "POST /fqname-to-id HTTP/1.1" 404 237 0.013531 10.0.0.22 - - [2026-01-12 02:18:24] "GET /project/3a1c7e6a-b857-45fc-b6e6-aafd5cff471f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.500192 10.0.0.22 - - [2026-01-12 02:18:25] "GET / HTTP/1.1" 200 35931 0.003055 10.0.0.27 - - [2026-01-12 02:18:28] "GET /projects?obj_uuids=3a1c7e6a-b857-45fc-b6e6-aafd5cff471f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001097 10.0.0.22 - - [2026-01-12 02:18:28] "GET /project/3a1c7e6a-b857-45fc-b6e6-aafd5cff471f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.051453 10.0.0.27 - - [2026-01-12 02:18:28] "GET /projects?obj_uuids=3a1c7e6a-b857-45fc-b6e6-aafd5cff471f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001113 10.0.0.22 - - [2026-01-12 02:18:28] "GET /project/3a1c7e6a-b857-45fc-b6e6-aafd5cff471f?fields=virtual_networks HTTP/1.1" 200 1040 0.049032 10.0.0.27 - - [2026-01-12 02:18:29] "GET /projects?obj_uuids=3a1c7e6a-b857-45fc-b6e6-aafd5cff471f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001713 10.0.0.22 - - [2026-01-12 02:18:29] "GET /project/3a1c7e6a-b857-45fc-b6e6-aafd5cff471f?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.058658 10.0.0.27 - - [2026-01-12 02:18:29] "GET /projects?obj_uuids=3a1c7e6a-b857-45fc-b6e6-aafd5cff471f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001776 10.0.0.22 - - [2026-01-12 02:18:29] "GET /project/3a1c7e6a-b857-45fc-b6e6-aafd5cff471f?fields=security_groups HTTP/1.1" 200 1270 0.112221 10.0.0.22 - - [2026-01-12 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.032055 10.0.0.27 - - [2026-01-12 02:18:30] "GET /projects?obj_uuids=d32be750-39e0-43c2-a83c-87a3ce4ffdbb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004104 10.0.0.27 - - [2026-01-12 02:18:30] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000935 10.0.0.27 - - [2026-01-12 02:18:30] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007723 10.0.0.27 - - [2026-01-12 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.005044 10.0.0.27 - - [2026-01-12 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.008138 10.0.0.27 - - [2026-01-12 02:18:30] "POST /security-groups HTTP/1.1" 200 586 0.082605 10.0.0.27 - - [2026-01-12 02:18:30] "POST /projects HTTP/1.1" 200 575 0.339757 10.0.0.27 - - [2026-01-12 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.376357 10.0.0.50 - - [2026-01-12 02:18:30] "POST /access-control-lists HTTP/1.1" 200 591 0.047820 10.0.0.22 - - [2026-01-12 02:18:30] "GET /project/d32be750-39e0-43c2-a83c-87a3ce4ffdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.544756 10.0.0.22 - - [2026-01-12 02:18:32] "GET / HTTP/1.1" 200 35931 0.001839 10.0.0.22 - - [2026-01-12 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003475 10.0.0.50 - - [2026-01-12 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.003900 10.0.0.50 - - [2026-01-12 02:18:32] "POST /access-control-lists HTTP/1.1" 200 588 0.031096 10.0.0.50 - - [2026-01-12 02:18:33] "PUT /access-control-list/573a132a-41c6-4db7-aaf0-b2652c36a512 HTTP/1.1" 200 272 0.022354 10.0.0.27 - - [2026-01-12 02:18:33] "GET /projects?obj_uuids=b1db724f-426f-4ca8-a0bc-da696f767025&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001540 10.0.0.22 - - [2026-01-12 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.087822 10.0.0.22 - - [2026-01-12 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016819 10.0.0.22 - - [2026-01-12 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.009165 10.0.0.50 - - [2026-01-12 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.004564 10.0.0.50 - - [2026-01-12 02:18:33] "POST /access-control-lists HTTP/1.1" 200 588 0.030387 10.0.0.27 - - [2026-01-12 02:18:34] "GET /projects?obj_uuids=b1db724f-426f-4ca8-a0bc-da696f767025&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001625 10.0.0.50 - - [2026-01-12 02:18:34] "PUT /access-control-list/db0dd8d3-b21f-4d0e-8d51-7f5ded8b7c38 HTTP/1.1" 200 272 0.024884 10.0.0.22 - - [2026-01-12 02:18:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.089270 10.0.0.22 - - [2026-01-12 02:18:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.024121 10.0.0.22 - - [2026-01-12 02:18:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000568 10.0.0.22 - - [2026-01-12 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.036278 10.0.0.50 - - [2026-01-12 02:18:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.005542 10.0.0.50 - - [2026-01-12 02:18:35] "POST /access-control-lists HTTP/1.1" 200 605 0.030425 10.0.0.50 - - [2026-01-12 02:18:35] "PUT /access-control-list/c92f6019-a2bf-4ea1-abea-56f82b0715a5 HTTP/1.1" 200 272 0.023466 10.0.0.27 - - [2026-01-12 02:18:35] "GET /projects?obj_uuids=d32be750-39e0-43c2-a83c-87a3ce4ffdbb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.010134 10.0.0.22 - - [2026-01-12 02:18:35] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.113606 10.0.0.22 - - [2026-01-12 02:18:35] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014533 10.0.0.22 - - [2026-01-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 210 0.003609 10.0.0.50 - - [2026-01-12 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 245 0.003839 10.0.0.50 - - [2026-01-12 02:18:36] "POST /access-control-lists HTTP/1.1" 200 605 0.036321 10.0.0.27 - - [2026-01-12 02:18:36] "GET /projects?obj_uuids=d32be750-39e0-43c2-a83c-87a3ce4ffdbb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.50 - - [2026-01-12 02:18:36] "PUT /access-control-list/76174e2d-f1a5-4736-98d1-37641ea9765b HTTP/1.1" 200 272 0.023329 10.0.0.22 - - [2026-01-12 02:18:36] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.100488 10.0.0.22 - - [2026-01-12 02:18:36] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.036938 10.0.0.22 - - [2026-01-12 02:18:38] "POST /neutron/router HTTP/1.1" 200 541 0.009129 10.0.0.50 - - [2026-01-12 02:18:38] "POST /route-targets HTTP/1.1" 200 327 0.016432 10.0.0.22 - - [2026-01-12 02:18:38] "POST /neutron/router HTTP/1.1" 200 541 0.014264 10.0.0.22 - - [2026-01-12 02:18:38] "POST /neutron/router HTTP/1.1" 200 541 0.006205 10.0.0.22 - - [2026-01-12 02:18:38] "POST /neutron/router HTTP/1.1" 200 541 0.004630 10.0.0.22 - - [2026-01-12 02:18:38] "POST /neutron/router HTTP/1.1" 200 541 0.070008 10.0.0.22 - - [2026-01-12 02:18:38] "POST /neutron/router HTTP/1.1" 200 541 0.004798 10.0.0.22 - - [2026-01-12 02:18:38] "POST /neutron/router HTTP/1.1" 200 541 0.004493 10.0.0.22 - - [2026-01-12 02:18:38] "POST /neutron/router HTTP/1.1" 200 541 0.004109 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 541 0.004268 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 541 0.006120 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 541 0.004346 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 541 0.006972 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 151 0.099619 10.0.0.50 - - [2026-01-12 02:18:39] "DELETE /route-target/e3564ea0-5275-4e91-8159-b0204b8a22ab HTTP/1.1" 200 115 0.031667 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 559 0.009407 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 559 0.007870 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 559 0.004043 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 559 0.004444 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 559 0.004272 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 559 0.003971 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 559 0.004552 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 559 0.004683 10.0.0.22 - - [2026-01-12 02:18:39] "POST /neutron/router HTTP/1.1" 200 559 0.003571 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 559 0.005745 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 559 0.005158 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 559 0.033652 10.0.0.50 - - [2026-01-12 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.27 - - [2026-01-12 02:18:40] "GET /projects?obj_uuids=b1db724f-426f-4ca8-a0bc-da696f767025&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001132 10.0.0.50 - - [2026-01-12 02:18:40] "GET /logical-router/68aa8bc6-ab40-46db-8139-fb0f071f087d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.080404 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.118846 10.0.0.50 - - [2026-01-12 02:18:40] "PUT /logical-router/0be103fc-7ab7-47a4-be47-75334b8342fb HTTP/1.1" 200 262 0.044390 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.009888 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.004128 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.004700 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.004800 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.003914 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.004191 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.003937 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.005670 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.004905 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.004413 10.0.0.22 - - [2026-01-12 02:18:40] "POST /neutron/router HTTP/1.1" 200 541 0.028476 10.0.0.22 - - [2026-01-12 02:18:41] "POST /neutron/router HTTP/1.1" 200 542 0.004108 10.0.0.22 - - [2026-01-12 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.089503 10.0.0.50 - - [2026-01-12 02:18:41] "DELETE /access-control-list/a167006d-0ac9-45f8-9db8-035db3e1de05 HTTP/1.1" 200 115 0.049932 10.0.0.22 - - [2026-01-12 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 506 0.007002 10.0.0.50 - - [2026-01-12 02:18:41] "DELETE /access-control-list/c92f6019-a2bf-4ea1-abea-56f82b0715a5 HTTP/1.1" 200 115 0.029020 10.0.0.22 - - [2026-01-12 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.076696 10.0.0.50 - - [2026-01-12 02:18:41] "DELETE /access-control-list/0ace6290-2d62-463f-a96c-0ae6a535be38 HTTP/1.1" 200 115 0.042649 10.0.0.27 - - [2026-01-12 02:18:42] "GET /projects?obj_uuids=d32be750-39e0-43c2-a83c-87a3ce4ffdbb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.22 - - [2026-01-12 02:18:42] "GET /project/d32be750-39e0-43c2-a83c-87a3ce4ffdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.051557 10.0.0.27 - - [2026-01-12 02:18:42] "GET /projects?obj_uuids=d32be750-39e0-43c2-a83c-87a3ce4ffdbb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001200 10.0.0.22 - - [2026-01-12 02:18:43] "GET /project/d32be750-39e0-43c2-a83c-87a3ce4ffdbb?fields=virtual_networks HTTP/1.1" 200 1023 0.050449 10.0.0.27 - - [2026-01-12 02:18:43] "GET /projects?obj_uuids=d32be750-39e0-43c2-a83c-87a3ce4ffdbb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001055 10.0.0.22 - - [2026-01-12 02:18:43] "GET /project/d32be750-39e0-43c2-a83c-87a3ce4ffdbb?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.048555 10.0.0.27 - - [2026-01-12 02:18:43] "GET /projects?obj_uuids=d32be750-39e0-43c2-a83c-87a3ce4ffdbb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001174 10.0.0.22 - - [2026-01-12 02:18:43] "GET /project/d32be750-39e0-43c2-a83c-87a3ce4ffdbb?fields=security_groups HTTP/1.1" 200 1244 0.037766 10.0.0.22 - - [2026-01-12 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.027543 10.0.0.27 - - [2026-01-12 02:18:44] "GET /projects?obj_uuids=d313d3ce-d037-4aca-b4a0-87073a987bd2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004374 10.0.0.27 - - [2026-01-12 02:18:44] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001363 10.0.0.27 - - [2026-01-12 02:18:44] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010800 10.0.0.27 - - [2026-01-12 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 186 0.009279 10.0.0.27 - - [2026-01-12 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 195 0.004261 10.0.0.27 - - [2026-01-12 02:18:44] "POST /security-groups HTTP/1.1" 200 587 0.074067 10.0.0.27 - - [2026-01-12 02:18:44] "POST /projects HTTP/1.1" 200 577 0.329911 10.0.0.50 - - [2026-01-12 02:18:44] "POST /access-control-lists HTTP/1.1" 200 592 0.043789 10.0.0.27 - - [2026-01-12 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.412065 10.0.0.22 - - [2026-01-12 02:18:44] "GET /project/d313d3ce-d037-4aca-b4a0-87073a987bd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.575474 10.0.0.22 - - [2026-01-12 02:18:45] "GET / HTTP/1.1" 200 35931 0.002266 10.0.0.22 - - [2026-01-12 02:18:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000635 10.0.0.22 - - [2026-01-12 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.036071 10.0.0.27 - - [2026-01-12 02:18:48] "GET /projects?obj_uuids=d313d3ce-d037-4aca-b4a0-87073a987bd2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001276 10.0.0.22 - - [2026-01-12 02:18:48] "GET /project/d313d3ce-d037-4aca-b4a0-87073a987bd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.053617 10.0.0.50 - - [2026-01-12 02:18:48] "POST /route-targets HTTP/1.1" 200 327 0.016461 10.0.0.27 - - [2026-01-12 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.008347 10.0.0.22 - - [2026-01-12 02:18:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.235506 10.0.0.22 - - [2026-01-12 02:18:48] "POST /id-to-fqname HTTP/1.1" 200 216 0.001680 10.0.0.22 - - [2026-01-12 02:18:48] "GET /virtual-network/762e3c0b-95f2-4262-af16-6fbcd6e4ad2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005771 10.0.0.22 - - [2026-01-12 02:18:48] "GET /virtual-network/762e3c0b-95f2-4262-af16-6fbcd6e4ad2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006334 10.0.0.22 - - [2026-01-12 02:18:48] "POST /neutron/network HTTP/1.1" 200 821 0.007035 10.0.0.22 - - [2026-01-12 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.002961 10.0.0.22 - - [2026-01-12 02:18:48] "GET /virtual-network/762e3c0b-95f2-4262-af16-6fbcd6e4ad2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006098 10.0.0.22 - - [2026-01-12 02:18:49] "GET /virtual-machine-interface/76e4fbc9-e3ea-42c4-9c56-d7c9182e7751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.008229 10.0.0.22 - - [2026-01-12 02:18:49] "GET /virtual-machine-interface/76e4fbc9-e3ea-42c4-9c56-d7c9182e7751?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.010026 10.0.0.22 - - [2026-01-12 02:18:49] "GET /instance-ip/5d07447b-b8b1-464b-80e2-2c2ee5de6ce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1594 0.006087 10.0.0.22 - - [2026-01-12 02:18:49] "POST /neutron/port HTTP/1.1" 200 1018 0.014512 10.0.0.27 - - [2026-01-12 02:18:49] "POST /useragent-kv HTTP/1.1" 200 115 0.038378 10.0.0.27 - - [2026-01-12 02:18:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003742 10.0.0.22 - - [2026-01-12 02:18:49] "POST /neutron/network HTTP/1.1" 200 151 0.174765 10.0.0.50 - - [2026-01-12 02:18:50] "DELETE /route-target/60026988-0b76-436d-9cd9-49998d15d252 HTTP/1.1" 200 115 0.026913 10.0.0.22 - - [2026-01-12 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.27 - - [2026-01-12 02:18:52] "GET /projects?obj_uuids=d313d3ce-d037-4aca-b4a0-87073a987bd2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001013 10.0.0.22 - - [2026-01-12 02:18:52] "GET /project/d313d3ce-d037-4aca-b4a0-87073a987bd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.044574 10.0.0.27 - - [2026-01-12 02:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.012985 10.0.0.22 - - [2026-01-12 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.207932 10.0.0.22 - - [2026-01-12 02:18:53] "POST /id-to-fqname HTTP/1.1" 200 217 0.001374 10.0.0.22 - - [2026-01-12 02:18:53] "GET /virtual-network/4f44374c-5dd3-4c22-97f1-722524f937f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.009838 10.0.0.22 - - [2026-01-12 02:18:53] "POST /neutron/network HTTP/1.1" 200 978 0.012466 10.0.0.22 - - [2026-01-12 02:18:53] "GET /virtual-network/4f44374c-5dd3-4c22-97f1-722524f937f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006423 10.0.0.22 - - [2026-01-12 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.010538 10.0.0.22 - - [2026-01-12 02:18:54] "POST /id-to-fqname HTTP/1.1" 200 217 0.001435 10.0.0.22 - - [2026-01-12 02:18:54] "POST /neutron/port HTTP/1.1" 200 1018 0.016953 10.0.0.22 - - [2026-01-12 02:18:54] "POST /neutron/port HTTP/1.1" 200 1018 0.012797 10.0.0.22 - - [2026-01-12 02:18:54] "POST /id-to-fqname HTTP/1.1" 200 217 0.001652 10.0.0.22 - - [2026-01-12 02:18:54] "POST /neutron/port HTTP/1.1" 200 117 0.006825 10.0.0.22 - - [2026-01-12 02:18:55] "POST /neutron/network HTTP/1.1" 200 978 0.009518 10.0.0.22 - - [2026-01-12 02:18:55] "POST /neutron/port HTTP/1.1" 200 1018 0.021817 10.0.0.22 - - [2026-01-12 02:18:55] "POST /neutron/port HTTP/1.1" 200 117 0.007349 10.0.0.22 - - [2026-01-12 02:18:56] "POST /neutron/network HTTP/1.1" 200 988 0.007794 10.0.0.22 - - [2026-01-12 02:18:56] "POST /neutron/port HTTP/1.1" 200 1018 0.014468 10.0.0.22 - - [2026-01-12 02:18:56] "POST /neutron/port HTTP/1.1" 200 1110 0.245987 10.0.0.22 - - [2026-01-12 02:18:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004274 10.0.0.22 - - [2026-01-12 02:18:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004345 10.0.0.22 - - [2026-01-12 02:18:56] "POST /neutron/network HTTP/1.1" 200 978 0.009718 10.0.0.27 - - [2026-01-12 02:18:56] "DELETE /project/d03ca27420374d3d83ed5d06a157d2fe HTTP/1.1" 404 173 0.065794 10.0.0.27 - - [2026-01-12 02:18:56] "DELETE /project/d313d3ced0374acab4a087073a987bd2 HTTP/1.1" 404 173 0.004234 10.0.0.27 - - [2026-01-12 02:18:56] "GET /projects?obj_uuids=ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000996 10.0.0.27 - - [2026-01-12 02:18:56] "DELETE /project/d32be75039e043c2a83c87a3ce4ffdbb HTTP/1.1" 404 173 0.002994 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.054502 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000936 10.0.0.27 - - [2026-01-12 02:18:57] "DELETE /project/ed3ece983cd34308abe81bcf79bbf2f2 HTTP/1.1" 404 173 0.172028 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2?fields=security_groups HTTP/1.1" 200 1349 0.076155 10.0.0.27 - - [2026-01-12 02:18:57] "DELETE /project/3a1c7e6ab85745fcb6e6aafd5cff471f HTTP/1.1" 404 173 0.239424 10.0.0.27 - - [2026-01-12 02:18:57] "DELETE /project/4e11a5669e78483590175d7ad2180a97 HTTP/1.1" 404 173 0.284520 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=d03ca274-2037-4d3d-83ed-5d06a157d2fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002020 10.0.0.27 - - [2026-01-12 02:18:57] "DELETE /security-group/54511ba3-2c0f-431e-a720-8a60095a9c5a HTTP/1.1" 200 115 0.079601 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=3a1c7e6a-b857-45fc-b6e6-aafd5cff471f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003912 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/d03ca274-2037-4d3d-83ed-5d06a157d2fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.088712 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=d03ca274-2037-4d3d-83ed-5d06a157d2fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=8279c86c-13a1-480d-941f-767f3218bd4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/3a1c7e6a-b857-45fc-b6e6-aafd5cff471f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.091725 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=3a1c7e6a-b857-45fc-b6e6-aafd5cff471f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001280 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=d32be750-39e0-43c2-a83c-87a3ce4ffdbb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002847 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2?fields=application_policy_sets HTTP/1.1" 200 1388 0.160264 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=4e11a566-9e78-4835-9017-5d7ad2180a97&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001308 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/8279c86c-13a1-480d-941f-767f3218bd4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.160234 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=8279c86c-13a1-480d-941f-767f3218bd4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.011665 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/d03ca274-2037-4d3d-83ed-5d06a157d2fe?fields=security_groups HTTP/1.1" 200 1363 0.253755 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/3a1c7e6a-b857-45fc-b6e6-aafd5cff471f?fields=security_groups HTTP/1.1" 200 1375 0.211346 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/d32be750-39e0-43c2-a83c-87a3ce4ffdbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.229198 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=d32be750-39e0-43c2-a83c-87a3ce4ffdbb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.016309 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/4e11a566-9e78-4835-9017-5d7ad2180a97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.291373 10.0.0.50 - - [2026-01-12 02:18:57] "DELETE /access-control-list/06437401-4536-487b-be8a-890e94c0988b HTTP/1.1" 200 115 0.514692 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/8279c86c-13a1-480d-941f-767f3218bd4c?fields=security_groups HTTP/1.1" 200 1363 0.270574 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=4e11a566-9e78-4835-9017-5d7ad2180a97&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001762 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/d32be750-39e0-43c2-a83c-87a3ce4ffdbb?fields=security_groups HTTP/1.1" 200 1349 0.228982 10.0.0.27 - - [2026-01-12 02:18:57] "DELETE /security-group/10f3eb4d-9630-4e32-86bc-e990ee6bf2fe HTTP/1.1" 200 115 0.289379 10.0.0.27 - - [2026-01-12 02:18:57] "GET /project/4e11a566-9e78-4835-9017-5d7ad2180a97?fields=security_groups HTTP/1.1" 200 1360 0.155335 10.0.0.27 - - [2026-01-12 02:18:57] "DELETE /security-group/acb78cf0-822b-4ab6-8e76-79ba221bb920 HTTP/1.1" 200 115 0.310598 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=d03ca274-2037-4d3d-83ed-5d06a157d2fe&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001469 10.0.0.27 - - [2026-01-12 02:18:57] "GET /projects?obj_uuids=3a1c7e6a-b857-45fc-b6e6-aafd5cff471f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000906 10.0.0.27 - - [2026-01-12 02:18:58] "DELETE /security-group/d8f7d6db-2620-461e-959b-55797e37c7ef HTTP/1.1" 200 115 0.218039 10.0.0.27 - - [2026-01-12 02:18:58] "GET /projects?obj_uuids=8279c86c-13a1-480d-941f-767f3218bd4c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.27 - - [2026-01-12 02:18:58] "DELETE /project/ed3ece98-3cd3-4308-abe8-1bcf79bbf2f2 HTTP/1.1" 200 115 1.182762 10.0.0.27 - - [2026-01-12 02:18:58] "GET /project/d03ca274-2037-4d3d-83ed-5d06a157d2fe?fields=application_policy_sets HTTP/1.1" 200 1402 0.161588 10.0.0.27 - - [2026-01-12 02:18:58] "GET /project/3a1c7e6a-b857-45fc-b6e6-aafd5cff471f?fields=application_policy_sets HTTP/1.1" 200 1414 0.138734 10.0.0.50 - - [2026-01-12 02:18:58] "DELETE /access-control-list/34335cb8-afba-433c-8ef2-a7df4526cd5c HTTP/1.1" 200 115 0.167718 10.0.0.27 - - [2026-01-12 02:18:58] "DELETE /security-group/506ee61c-5bd1-410f-9e95-45c999882909 HTTP/1.1" 200 115 0.263548 10.0.0.27 - - [2026-01-12 02:18:58] "GET /projects?obj_uuids=d32be750-39e0-43c2-a83c-87a3ce4ffdbb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001129 10.0.0.27 - - [2026-01-12 02:18:58] "GET /project/8279c86c-13a1-480d-941f-767f3218bd4c?fields=application_policy_sets HTTP/1.1" 200 1402 0.175074 10.0.0.27 - - [2026-01-12 02:18:58] "DELETE /security-group/1a839eff-4b5f-4edd-a371-14a260dc7bfd HTTP/1.1" 200 115 0.309786 10.0.0.27 - - [2026-01-12 02:18:58] "GET /projects?obj_uuids=4e11a566-9e78-4835-9017-5d7ad2180a97&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.006079 10.0.0.27 - - [2026-01-12 02:18:58] "GET /project/d32be750-39e0-43c2-a83c-87a3ce4ffdbb?fields=application_policy_sets HTTP/1.1" 200 1388 0.222018 10.0.0.27 - - [2026-01-12 02:18:58] "GET /project/4e11a566-9e78-4835-9017-5d7ad2180a97?fields=application_policy_sets HTTP/1.1" 200 1399 0.150496 10.0.0.50 - - [2026-01-12 02:18:58] "DELETE /access-control-list/540f13ad-9524-41be-89a2-f61fd4872ea9 HTTP/1.1" 200 115 0.157452 10.0.0.27 - - [2026-01-12 02:18:58] "DELETE /project/3a1c7e6a-b857-45fc-b6e6-aafd5cff471f HTTP/1.1" 200 115 1.665829 10.0.0.27 - - [2026-01-12 02:18:58] "DELETE /project/d03ca274-2037-4d3d-83ed-5d06a157d2fe HTTP/1.1" 200 115 1.752640 10.0.0.27 - - [2026-01-12 02:18:58] "DELETE /project/8279c86c-13a1-480d-941f-767f3218bd4c HTTP/1.1" 200 115 1.790929 10.0.0.50 - - [2026-01-12 02:18:58] "DELETE /access-control-list/df8c8789-f752-4a60-9bcc-2919c55e02cf HTTP/1.1" 200 115 0.093617 10.0.0.27 - - [2026-01-12 02:18:58] "DELETE /project/d32be750-39e0-43c2-a83c-87a3ce4ffdbb HTTP/1.1" 200 115 1.964780 10.0.0.27 - - [2026-01-12 02:18:58] "DELETE /project/4e11a566-9e78-4835-9017-5d7ad2180a97 HTTP/1.1" 200 115 2.013563 10.0.0.22 - - [2026-01-12 02:19:00] "POST /neutron/port HTTP/1.1" 200 1120 0.021579 10.0.0.22 - - [2026-01-12 02:19:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008588 10.0.0.22 - - [2026-01-12 02:19:00] "GET /virtual-machine/933ac66a-05ef-46b7-83de-f7af92b2d8da HTTP/1.1" 401 292 0.000427 10.0.0.22 - - [2026-01-12 02:19:01] "GET /virtual-machine/933ac66a-05ef-46b7-83de-f7af92b2d8da HTTP/1.1" 200 1284 0.038057 10.0.0.22 - - [2026-01-12 02:19:01] "GET /virtual-machine-interface/20e2e756-f8c5-452f-8f7e-f9a54b1a9ca1 HTTP/1.1" 200 2924 0.006920 10.0.0.22 - - [2026-01-12 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.22 - - [2026-01-12 02:19:01] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004394 10.0.0.22 - - [2026-01-12 02:19:01] "GET /virtual-networks?parent_id=d313d3ce-d037-4aca-b4a0-87073a987bd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003464 10.0.0.22 - - [2026-01-12 02:19:01] "GET /virtual-network/4f44374c-5dd3-4c22-97f1-722524f937f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.006240 10.0.0.27 - - [2026-01-12 02:19:02] "GET /obj-perms HTTP/1.1" 200 5056 0.059906 10.0.0.22 - - [2026-01-12 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004876 10.0.0.22 - - [2026-01-12 02:19:04] "GET /virtual-network/4f44374c-5dd3-4c22-97f1-722524f937f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005726 10.0.0.22 - - [2026-01-12 02:19:04] "POST /neutron/port HTTP/1.1" 200 1120 0.023163 10.0.0.22 - - [2026-01-12 02:19:05] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007046 10.0.0.22 - - [2026-01-12 02:19:06] "POST /neutron/network HTTP/1.1" 200 988 0.007764 10.0.0.22 - - [2026-01-12 02:19:06] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.22 - - [2026-01-12 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.22 - - [2026-01-12 02:19:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004170 10.0.0.22 - - [2026-01-12 02:19:06] "GET /virtual-networks?parent_id=d313d3ce-d037-4aca-b4a0-87073a987bd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003987 10.0.0.22 - - [2026-01-12 02:19:06] "GET /virtual-network/4f44374c-5dd3-4c22-97f1-722524f937f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.005982 10.0.0.22 - - [2026-01-12 02:19:06] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008917 10.0.0.22 - - [2026-01-12 02:19:06] "POST /neutron/port HTTP/1.1" 200 1120 0.019750 10.0.0.22 - - [2026-01-12 02:19:07] "POST /neutron/port HTTP/1.1" 200 1120 0.020131 10.0.0.22 - - [2026-01-12 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007713 10.0.0.22 - - [2026-01-12 02:19:07] "GET /virtual-machine/ea5c63f3-70ef-49da-a332-69f4bf49172c HTTP/1.1" 200 1285 0.008006 10.0.0.22 - - [2026-01-12 02:19:07] "GET /virtual-machine-interface/3c3b7cbd-387a-4638-b8ec-394ae10b5dd6 HTTP/1.1" 200 2924 0.006269 10.0.0.22 - - [2026-01-12 02:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.22 - - [2026-01-12 02:19:07] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004995 10.0.0.22 - - [2026-01-12 02:19:07] "GET /virtual-networks?parent_id=d313d3ce-d037-4aca-b4a0-87073a987bd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005600 10.0.0.22 - - [2026-01-12 02:19:07] "GET /virtual-network/4f44374c-5dd3-4c22-97f1-722524f937f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.007723 10.0.0.22 - - [2026-01-12 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.22 - - [2026-01-12 02:19:08] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004277 10.0.0.22 - - [2026-01-12 02:19:08] "GET /virtual-networks?parent_id=d313d3ce-d037-4aca-b4a0-87073a987bd2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004206 10.0.0.22 - - [2026-01-12 02:19:08] "GET /virtual-network/4f44374c-5dd3-4c22-97f1-722524f937f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2561 0.007047 10.0.0.22 - - [2026-01-12 02:19:11] "POST /neutron/port HTTP/1.1" 200 1110 0.015100 10.0.0.22 - - [2026-01-12 02:19:12] "POST /neutron/port HTTP/1.1" 200 1110 0.016573 10.0.0.22 - - [2026-01-12 02:19:12] "POST /neutron/network HTTP/1.1" 200 978 0.012276 10.0.0.50 - - [2026-01-12 02:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.27 - - [2026-01-12 02:19:13] "GET /projects?obj_uuids=d313d3ce-d037-4aca-b4a0-87073a987bd2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001119 10.0.0.22 - - [2026-01-12 02:19:13] "GET /project/d313d3ce-d037-4aca-b4a0-87073a987bd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.077876 10.0.0.27 - - [2026-01-12 02:19:13] "GET /projects?obj_uuids=d313d3ce-d037-4aca-b4a0-87073a987bd2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001081 10.0.0.22 - - [2026-01-12 02:19:14] "GET /project/d313d3ce-d037-4aca-b4a0-87073a987bd2?fields=virtual_networks HTTP/1.1" 200 1025 0.050090 10.0.0.27 - - [2026-01-12 02:19:14] "GET /projects?obj_uuids=d313d3ce-d037-4aca-b4a0-87073a987bd2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001019 10.0.0.22 - - [2026-01-12 02:19:14] "GET /project/d313d3ce-d037-4aca-b4a0-87073a987bd2?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.048398 10.0.0.27 - - [2026-01-12 02:19:14] "GET /projects?obj_uuids=d313d3ce-d037-4aca-b4a0-87073a987bd2&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001323 10.0.0.22 - - [2026-01-12 02:19:14] "GET /project/d313d3ce-d037-4aca-b4a0-87073a987bd2?fields=security_groups HTTP/1.1" 200 1247 0.049509 10.0.0.22 - - [2026-01-12 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.043471 10.0.0.27 - - [2026-01-12 02:19:15] "GET /projects?obj_uuids=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003262 10.0.0.27 - - [2026-01-12 02:19:15] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.27 - - [2026-01-12 02:19:15] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007659 10.0.0.27 - - [2026-01-12 02:19:15] "POST /id-to-fqname HTTP/1.1" 200 188 0.001403 10.0.0.27 - - [2026-01-12 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.009892 10.0.0.27 - - [2026-01-12 02:19:15] "POST /security-groups HTTP/1.1" 200 589 0.038640 10.0.0.27 - - [2026-01-12 02:19:15] "POST /projects HTTP/1.1" 200 581 0.279987 10.0.0.50 - - [2026-01-12 02:19:15] "POST /access-control-lists HTTP/1.1" 200 594 0.031662 10.0.0.27 - - [2026-01-12 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.356704 10.0.0.22 - - [2026-01-12 02:19:15] "GET /project/5003cee4-5fd2-4167-9ef8-32e987f570bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.538890 10.0.0.22 - - [2026-01-12 02:19:17] "POST /neutron/port HTTP/1.1" 400 205 0.003813 10.0.0.22 - - [2026-01-12 02:19:17] "GET / HTTP/1.1" 200 35931 0.001826 10.0.0.22 - - [2026-01-12 02:19:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000446 10.0.0.22 - - [2026-01-12 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.065227 10.0.0.27 - - [2026-01-12 02:19:19] "GET /projects?obj_uuids=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.22 - - [2026-01-12 02:19:19] "GET /project/5003cee4-5fd2-4167-9ef8-32e987f570bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044554 10.0.0.22 - - [2026-01-12 02:19:19] "POST /neutron/network HTTP/1.1" 200 117 0.038336 10.0.0.50 - - [2026-01-12 02:19:19] "POST /route-targets HTTP/1.1" 200 327 0.024226 10.0.0.22 - - [2026-01-12 02:19:20] "POST /neutron/network HTTP/1.1" 200 822 0.008674 10.0.0.22 - - [2026-01-12 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001232 10.0.0.22 - - [2026-01-12 02:19:20] "GET /virtual-network/6fad7fb3-592a-455c-b045-ee106a91e1fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006028 10.0.0.22 - - [2026-01-12 02:19:20] "GET /virtual-network/6fad7fb3-592a-455c-b045-ee106a91e1fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005998 10.0.0.22 - - [2026-01-12 02:19:20] "POST /neutron/subnet HTTP/1.1" 200 715 0.010761 10.0.0.22 - - [2026-01-12 02:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2026-01-12 02:19:20] "GET /projects?obj_uuids=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.22 - - [2026-01-12 02:19:20] "GET /project/5003cee4-5fd2-4167-9ef8-32e987f570bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.076346 10.0.0.50 - - [2026-01-12 02:19:20] "POST /ref-update HTTP/1.1" 200 156 0.026052 10.0.0.27 - - [2026-01-12 02:19:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008186 10.0.0.22 - - [2026-01-12 02:19:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.247789 10.0.0.22 - - [2026-01-12 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001246 10.0.0.22 - - [2026-01-12 02:19:20] "GET /virtual-network/f16cdb61-9668-4b46-9794-3523bd03c77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007473 10.0.0.22 - - [2026-01-12 02:19:20] "GET /virtual-network/f16cdb61-9668-4b46-9794-3523bd03c77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006319 10.0.0.22 - - [2026-01-12 02:19:20] "POST /neutron/network HTTP/1.1" 200 826 0.007146 10.0.0.22 - - [2026-01-12 02:19:20] "POST /id-to-fqname HTTP/1.1" 200 219 0.001218 10.0.0.27 - - [2026-01-12 02:19:22] "GET /projects?obj_uuids=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001232 10.0.0.22 - - [2026-01-12 02:19:22] "GET /project/5003cee4-5fd2-4167-9ef8-32e987f570bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.079890 10.0.0.22 - - [2026-01-12 02:19:22] "POST /neutron/network HTTP/1.1" 200 822 0.009587 10.0.0.22 - - [2026-01-12 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.001350 10.0.0.22 - - [2026-01-12 02:19:22] "POST /neutron/port HTTP/1.1" 200 117 0.006438 10.0.0.27 - - [2026-01-12 02:19:22] "GET /projects?obj_uuids=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001355 10.0.0.22 - - [2026-01-12 02:19:23] "POST /neutron/port HTTP/1.1" 200 1056 0.402183 10.0.0.27 - - [2026-01-12 02:19:23] "GET /projects?obj_uuids=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001895 10.0.0.22 - - [2026-01-12 02:19:23] "POST /neutron/port HTTP/1.1" 200 1110 0.147839 10.0.0.22 - - [2026-01-12 02:19:23] "GET /project/5003cee4-5fd2-4167-9ef8-32e987f570bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.144541 10.0.0.22 - - [2026-01-12 02:19:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004626 10.0.0.22 - - [2026-01-12 02:19:23] "POST /neutron/network HTTP/1.1" 200 822 0.007191 10.0.0.22 - - [2026-01-12 02:19:23] "POST /neutron/port HTTP/1.1" 200 117 0.006633 10.0.0.27 - - [2026-01-12 02:19:23] "GET /projects?obj_uuids=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.22 - - [2026-01-12 02:19:24] "POST /neutron/router HTTP/1.1" 200 344 0.368736 10.0.0.50 - - [2026-01-12 02:19:24] "POST /ref-update HTTP/1.1" 200 156 0.030782 10.0.0.22 - - [2026-01-12 02:19:24] "POST /neutron/port HTTP/1.1" 200 1120 0.072895 10.0.0.22 - - [2026-01-12 02:19:24] "POST /neutron/port HTTP/1.1" 200 1060 0.028210 10.0.0.22 - - [2026-01-12 02:19:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003914 10.0.0.22 - - [2026-01-12 02:19:24] "POST /neutron/network HTTP/1.1" 200 826 0.006777 10.0.0.22 - - [2026-01-12 02:19:29] "POST /neutron/port HTTP/1.1" 200 1120 0.019612 10.0.0.22 - - [2026-01-12 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008187 10.0.0.22 - - [2026-01-12 02:19:29] "GET /virtual-machine/a82207e1-c656-4347-9015-746ee3338c33 HTTP/1.1" 401 292 0.000517 10.0.0.22 - - [2026-01-12 02:19:30] "GET /virtual-machine/a82207e1-c656-4347-9015-746ee3338c33 HTTP/1.1" 200 1291 0.039930 10.0.0.22 - - [2026-01-12 02:19:30] "GET /virtual-machine-interface/f7c3ebc5-a35a-4e01-a2b9-f8ae53ece13b HTTP/1.1" 200 2935 0.006205 10.0.0.22 - - [2026-01-12 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.22 - - [2026-01-12 02:19:30] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004363 10.0.0.22 - - [2026-01-12 02:19:30] "GET /virtual-networks?parent_id=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003865 10.0.0.22 - - [2026-01-12 02:19:30] "GET /virtual-network/6fad7fb3-592a-455c-b045-ee106a91e1fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006191 10.0.0.22 - - [2026-01-12 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.22 - - [2026-01-12 02:19:33] "GET /virtual-network/6fad7fb3-592a-455c-b045-ee106a91e1fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.005776 10.0.0.22 - - [2026-01-12 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005977 10.0.0.22 - - [2026-01-12 02:19:35] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005132 10.0.0.22 - - [2026-01-12 02:19:35] "GET /virtual-networks?parent_id=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004194 10.0.0.22 - - [2026-01-12 02:19:35] "GET /virtual-network/6fad7fb3-592a-455c-b045-ee106a91e1fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.006026 10.0.0.22 - - [2026-01-12 02:19:35] "POST /neutron/port HTTP/1.1" 200 1124 0.020796 10.0.0.22 - - [2026-01-12 02:19:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007564 10.0.0.22 - - [2026-01-12 02:19:41] "POST /neutron/port HTTP/1.1" 200 1124 0.019906 10.0.0.22 - - [2026-01-12 02:19:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008039 10.0.0.22 - - [2026-01-12 02:19:41] "GET /virtual-machine/61ac75b7-4ed5-47e9-996f-010989ab3059 HTTP/1.1" 200 1290 0.005611 10.0.0.22 - - [2026-01-12 02:19:41] "GET /virtual-machine-interface/59424de3-d316-4dac-856c-77bec6a27cef HTTP/1.1" 200 2933 0.005526 10.0.0.22 - - [2026-01-12 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.22 - - [2026-01-12 02:19:41] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003675 10.0.0.22 - - [2026-01-12 02:19:41] "GET /virtual-networks?parent_id=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003167 10.0.0.22 - - [2026-01-12 02:19:41] "GET /virtual-network/f16cdb61-9668-4b46-9794-3523bd03c77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006445 10.0.0.22 - - [2026-01-12 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.22 - - [2026-01-12 02:19:42] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005131 10.0.0.22 - - [2026-01-12 02:19:42] "GET /virtual-networks?parent_id=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003422 10.0.0.22 - - [2026-01-12 02:19:42] "GET /virtual-network/f16cdb61-9668-4b46-9794-3523bd03c77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005784 10.0.0.22 - - [2026-01-12 02:19:47] "POST /neutron/port HTTP/1.1" 200 1920 0.030741 10.0.0.50 - - [2026-01-12 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.015645 10.0.0.22 - - [2026-01-12 02:19:57] "POST /neutron/router HTTP/1.1" 200 580 0.008512 10.0.0.27 - - [2026-01-12 02:19:58] "DELETE /project/5003cee45fd241679ef832e987f570bd HTTP/1.1" 404 173 0.005157 10.0.0.27 - - [2026-01-12 02:19:58] "DELETE /project/d313d3ce-d037-4aca-b4a0-87073a987bd2 HTTP/1.1" 404 177 0.004704 10.0.0.50 - - [2026-01-12 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.019087 10.0.0.22 - - [2026-01-12 02:19:59] "POST /neutron/router HTTP/1.1" 200 344 0.221798 10.0.0.22 - - [2026-01-12 02:20:00] "POST /neutron/router HTTP/1.1" 200 580 0.006825 10.0.0.50 - - [2026-01-12 02:20:00] "DELETE /route-target/46c1bf8b-4fa4-4886-9ddc-fda38fdf59a3 HTTP/1.1" 200 115 0.028429 10.0.0.22 - - [2026-01-12 02:20:00] "POST /neutron/network HTTP/1.1" 400 204 0.017694 10.0.0.22 - - [2026-01-12 02:20:01] "POST /neutron/port HTTP/1.1" 200 151 0.248455 10.0.0.22 - - [2026-01-12 02:20:01] "POST /neutron/port HTTP/1.1" 200 151 0.343236 10.0.0.22 - - [2026-01-12 02:20:02] "POST /neutron/network HTTP/1.1" 200 822 0.009042 10.0.0.50 - - [2026-01-12 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.27 - - [2026-01-12 02:20:04] "GET /projects?obj_uuids=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001109 10.0.0.22 - - [2026-01-12 02:20:04] "GET /project/5003cee4-5fd2-4167-9ef8-32e987f570bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051625 10.0.0.27 - - [2026-01-12 02:20:04] "GET /projects?obj_uuids=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001387 10.0.0.22 - - [2026-01-12 02:20:04] "GET /project/5003cee4-5fd2-4167-9ef8-32e987f570bd?fields=virtual_networks HTTP/1.1" 200 1028 0.057083 10.0.0.27 - - [2026-01-12 02:20:04] "GET /projects?obj_uuids=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.22 - - [2026-01-12 02:20:04] "GET /project/5003cee4-5fd2-4167-9ef8-32e987f570bd?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.051277 10.0.0.27 - - [2026-01-12 02:20:04] "GET /projects?obj_uuids=5003cee4-5fd2-4167-9ef8-32e987f570bd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000979 10.0.0.22 - - [2026-01-12 02:20:04] "GET /project/5003cee4-5fd2-4167-9ef8-32e987f570bd?fields=security_groups HTTP/1.1" 200 1252 0.043412 10.0.0.22 - - [2026-01-12 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.037243 10.0.0.27 - - [2026-01-12 02:20:05] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003116 10.0.0.27 - - [2026-01-12 02:20:05] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.27 - - [2026-01-12 02:20:05] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007429 10.0.0.27 - - [2026-01-12 02:20:06] "POST /id-to-fqname HTTP/1.1" 200 193 0.001243 10.0.0.27 - - [2026-01-12 02:20:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.005412 10.0.0.27 - - [2026-01-12 02:20:06] "POST /security-groups HTTP/1.1" 200 594 0.039425 10.0.0.27 - - [2026-01-12 02:20:06] "POST /projects HTTP/1.1" 200 591 0.259520 10.0.0.50 - - [2026-01-12 02:20:06] "POST /access-control-lists HTTP/1.1" 200 599 0.032793 10.0.0.27 - - [2026-01-12 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.343806 10.0.0.22 - - [2026-01-12 02:20:06] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.504369 10.0.0.22 - - [2026-01-12 02:20:07] "GET / HTTP/1.1" 200 35931 0.001411 10.0.0.22 - - [2026-01-12 02:20:09] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2026-01-12 02:20:10] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001321 10.0.0.22 - - [2026-01-12 02:20:10] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.081300 10.0.0.22 - - [2026-01-12 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.22 - - [2026-01-12 02:20:10] "GET /security-group/27179bcb-a9fe-44b5-8911-aa54c612647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.008571 10.0.0.22 - - [2026-01-12 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005927 10.0.0.27 - - [2026-01-12 02:20:10] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001163 10.0.0.22 - - [2026-01-12 02:20:10] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.036462 10.0.0.22 - - [2026-01-12 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005543 10.0.0.22 - - [2026-01-12 02:20:10] "GET /security-group/27179bcb-a9fe-44b5-8911-aa54c612647b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.005242 10.0.0.22 - - [2026-01-12 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.22 - - [2026-01-12 02:20:10] "PUT /security-group/27179bcb-a9fe-44b5-8911-aa54c612647b HTTP/1.1" 200 262 0.022631 10.0.0.50 - - [2026-01-12 02:20:10] "PUT /access-control-list/673300ec-dd03-4c7b-9362-845340a43d95 HTTP/1.1" 200 272 0.014534 10.0.0.22 - - [2026-01-12 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.012013 10.0.0.22 - - [2026-01-12 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.27 - - [2026-01-12 02:20:10] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001617 10.0.0.22 - - [2026-01-12 02:20:10] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.050772 10.0.0.27 - - [2026-01-12 02:20:11] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001050 10.0.0.22 - - [2026-01-12 02:20:11] "POST /neutron/network HTTP/1.1" 200 608 0.155441 10.0.0.50 - - [2026-01-12 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.025996 10.0.0.22 - - [2026-01-12 02:20:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.004020 10.0.0.22 - - [2026-01-12 02:20:11] "GET /virtual-network/7d4c2917-33c5-4f32-8bec-5710f32f97c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006823 10.0.0.22 - - [2026-01-12 02:20:11] "POST /neutron/network HTTP/1.1" 200 829 0.006700 10.0.0.22 - - [2026-01-12 02:20:11] "GET /virtual-network/7d4c2917-33c5-4f32-8bec-5710f32f97c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005437 10.0.0.22 - - [2026-01-12 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.27 - - [2026-01-12 02:20:11] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000917 10.0.0.22 - - [2026-01-12 02:20:11] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.047496 10.0.0.22 - - [2026-01-12 02:20:11] "POST /neutron/network HTTP/1.1" 200 117 0.015696 10.0.0.22 - - [2026-01-12 02:20:12] "POST /neutron/network HTTP/1.1" 200 832 0.008487 10.0.0.22 - - [2026-01-12 02:20:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001213 10.0.0.22 - - [2026-01-12 02:20:12] "GET /virtual-network/0eb6d418-5d79-400a-b3b3-cdf452737c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005650 10.0.0.22 - - [2026-01-12 02:20:12] "GET /virtual-network/0eb6d418-5d79-400a-b3b3-cdf452737c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005327 10.0.0.22 - - [2026-01-12 02:20:12] "POST /neutron/subnet HTTP/1.1" 200 714 0.011889 10.0.0.22 - - [2026-01-12 02:20:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001512 10.0.0.27 - - [2026-01-12 02:20:13] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001408 10.0.0.22 - - [2026-01-12 02:20:13] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.077698 10.0.0.22 - - [2026-01-12 02:20:13] "POST /neutron/port HTTP/1.1" 200 117 0.006660 10.0.0.22 - - [2026-01-12 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001309 10.0.0.22 - - [2026-01-12 02:20:13] "POST /neutron/network HTTP/1.1" 200 842 0.007949 10.0.0.22 - - [2026-01-12 02:20:14] "POST /neutron/port HTTP/1.1" 200 1065 0.057014 10.0.0.27 - - [2026-01-12 02:20:14] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001146 10.0.0.22 - - [2026-01-12 02:20:14] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.102978 10.0.0.22 - - [2026-01-12 02:20:14] "POST /neutron/port HTTP/1.1" 200 1119 0.156978 10.0.0.22 - - [2026-01-12 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008008 10.0.0.27 - - [2026-01-12 02:20:15] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001257 10.0.0.22 - - [2026-01-12 02:20:15] "POST /neutron/network HTTP/1.1" 200 829 0.007569 10.0.0.22 - - [2026-01-12 02:20:15] "POST /neutron/router HTTP/1.1" 200 585 0.111749 10.0.0.50 - - [2026-01-12 02:20:15] "POST /route-targets HTTP/1.1" 200 327 0.021214 10.0.0.22 - - [2026-01-12 02:20:15] "POST /neutron/router HTTP/1.1" 200 656 0.012196 10.0.0.50 - - [2026-01-12 02:20:15] "GET /logical-router/01f7c51c-7dbb-47e4-b2f2-24ade7942dad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.059989 10.0.0.50 - - [2026-01-12 02:20:15] "POST /fqname-to-id HTTP/1.1" 404 215 0.005933 10.0.0.27 - - [2026-01-12 02:20:15] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001141 10.0.0.50 - - [2026-01-12 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.055521 10.0.0.50 - - [2026-01-12 02:20:15] "POST /route-tables HTTP/1.1" 200 582 0.095336 10.0.0.22 - - [2026-01-12 02:20:16] "POST /neutron/port HTTP/1.1" 200 1061 0.556976 10.0.0.50 - - [2026-01-12 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.22 - - [2026-01-12 02:20:16] "POST /neutron/port HTTP/1.1" 200 1061 0.013616 10.0.0.50 - - [2026-01-12 02:20:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.194235 10.0.0.22 - - [2026-01-12 02:20:16] "POST /neutron/port HTTP/1.1" 200 1125 0.057384 10.0.0.50 - - [2026-01-12 02:20:16] "POST /instance-ips HTTP/1.1" 400 246 0.052733 10.0.0.22 - - [2026-01-12 02:20:16] "POST /neutron/port HTTP/1.1" 200 117 0.002157 10.0.0.50 - - [2026-01-12 02:20:16] "PUT /instance-ip/5311a69a-dfc9-401b-ae0a-d465dc5616c4 HTTP/1.1" 200 256 0.038353 10.0.0.50 - - [2026-01-12 02:20:16] "POST /chown HTTP/1.1" 200 109 0.037665 10.0.0.50 - - [2026-01-12 02:20:17] "POST /chown HTTP/1.1" 200 109 0.016607 10.0.0.50 - - [2026-01-12 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.038858 10.0.0.50 - - [2026-01-12 02:20:17] "PUT /routing-instance/a0ae4edc-106f-4b07-b7da-2d6785e5f166 HTTP/1.1" 200 266 0.030496 10.0.0.50 - - [2026-01-12 02:20:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.131692 10.0.0.50 - - [2026-01-12 02:20:17] "POST /chown HTTP/1.1" 200 109 0.018688 10.0.0.50 - - [2026-01-12 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.052643 10.0.0.50 - - [2026-01-12 02:20:18] "POST /chown HTTP/1.1" 200 109 0.032196 10.0.0.50 - - [2026-01-12 02:20:18] "PUT /virtual-machine-interface/99abbb4d-07e8-47a1-96e3-98ff793e1afd HTTP/1.1" 200 284 0.037292 10.0.0.50 - - [2026-01-12 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.029311 10.0.0.22 - - [2026-01-12 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008465 10.0.0.22 - - [2026-01-12 02:20:21] "POST /neutron/port HTTP/1.1" 200 1129 0.019745 10.0.0.22 - - [2026-01-12 02:20:21] "GET /virtual-machine/c478f5f1-8226-4357-9688-f63aacc8e86d HTTP/1.1" 401 292 0.000474 10.0.0.22 - - [2026-01-12 02:20:21] "GET /virtual-machine/c478f5f1-8226-4357-9688-f63aacc8e86d HTTP/1.1" 200 1296 0.033503 10.0.0.22 - - [2026-01-12 02:20:21] "GET /virtual-machine-interface/fea400cc-5d6d-49e8-8107-a2b8a7d7fc3d HTTP/1.1" 200 2956 0.005780 10.0.0.22 - - [2026-01-12 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.22 - - [2026-01-12 02:20:21] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004100 10.0.0.22 - - [2026-01-12 02:20:21] "GET /virtual-networks?parent_id=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004233 10.0.0.22 - - [2026-01-12 02:20:21] "GET /virtual-network/7d4c2917-33c5-4f32-8bec-5710f32f97c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006685 10.0.0.22 - - [2026-01-12 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007672 10.0.0.22 - - [2026-01-12 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.22 - - [2026-01-12 02:20:24] "GET /virtual-network/7d4c2917-33c5-4f32-8bec-5710f32f97c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006076 10.0.0.22 - - [2026-01-12 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.22 - - [2026-01-12 02:20:27] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004949 10.0.0.22 - - [2026-01-12 02:20:27] "GET /virtual-networks?parent_id=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003476 10.0.0.22 - - [2026-01-12 02:20:27] "GET /virtual-network/7d4c2917-33c5-4f32-8bec-5710f32f97c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005214 10.0.0.22 - - [2026-01-12 02:20:27] "POST /neutron/port HTTP/1.1" 200 1125 0.019047 10.0.0.22 - - [2026-01-12 02:20:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007455 10.0.0.22 - - [2026-01-12 02:20:27] "GET /virtual-machine/0a6b8fea-f568-4bb6-975d-0f0facc6d0ca HTTP/1.1" 200 1294 0.006814 10.0.0.22 - - [2026-01-12 02:20:27] "GET /virtual-machine-interface/ff18591b-a97a-46a7-8f20-1d7e949420e3 HTTP/1.1" 200 2969 0.006542 10.0.0.22 - - [2026-01-12 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.22 - - [2026-01-12 02:20:27] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004611 10.0.0.22 - - [2026-01-12 02:20:27] "GET /virtual-networks?parent_id=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003710 10.0.0.22 - - [2026-01-12 02:20:27] "GET /virtual-network/0eb6d418-5d79-400a-b3b3-cdf452737c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008614 10.0.0.22 - - [2026-01-12 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004655 10.0.0.22 - - [2026-01-12 02:20:28] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005446 10.0.0.22 - - [2026-01-12 02:20:28] "GET /virtual-networks?parent_id=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003531 10.0.0.22 - - [2026-01-12 02:20:28] "GET /virtual-network/0eb6d418-5d79-400a-b3b3-cdf452737c0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006251 10.0.0.22 - - [2026-01-12 02:20:32] "POST /neutron/router HTTP/1.1" 200 656 0.013125 10.0.0.50 - - [2026-01-12 02:20:33] "GET /service-instance/ffa9194a-aa55-41e3-815b-c6a23c3af4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.013562 10.0.0.22 - - [2026-01-12 02:20:33] "POST /neutron/router HTTP/1.1" 200 151 0.133169 10.0.0.50 - - [2026-01-12 02:20:33] "DELETE /route-target/6bdaa0d0-cb16-4b15-9be0-23443a29af7b HTTP/1.1" 409 239 0.011358 10.0.0.50 - - [2026-01-12 02:20:33] "GET /service-instance/ffa9194a-aa55-41e3-815b-c6a23c3af4a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.006823 10.0.0.50 - - [2026-01-12 02:20:33] "GET /virtual-network/f5a614f3-0f4c-40df-b29e-b4b4678282c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.006295 10.0.0.50 - - [2026-01-12 02:20:33] "DELETE /instance-ip/b0d92f3e-480b-4dc9-8c97-c80b2e3ae2c2 HTTP/1.1" 200 115 0.068978 10.0.0.50 - - [2026-01-12 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006217 10.0.0.22 - - [2026-01-12 02:20:33] "POST /neutron/port HTTP/1.1" 200 1125 0.019617 10.0.0.50 - - [2026-01-12 02:20:34] "GET /virtual-machine-interface/99abbb4d-07e8-47a1-96e3-98ff793e1afd?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1334 0.019957 10.0.0.50 - - [2026-01-12 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.054133 10.0.0.22 - - [2026-01-12 02:20:34] "POST /neutron/port HTTP/1.1" 200 151 0.301447 10.0.0.50 - - [2026-01-12 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.041648 10.0.0.50 - - [2026-01-12 02:20:34] "DELETE /virtual-machine-interface/876e4150-41e5-4733-b83a-2eb770c57833 HTTP/1.1" 200 115 0.064742 10.0.0.50 - - [2026-01-12 02:20:34] "GET /instance-ip/5311a69a-dfc9-401b-ae0a-d465dc5616c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.005626 10.0.0.50 - - [2026-01-12 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.021149 10.0.0.22 - - [2026-01-12 02:20:35] "POST /neutron/network HTTP/1.1" 200 832 0.008163 10.0.0.50 - - [2026-01-12 02:20:35] "DELETE /route-target/d4c93681-bd9e-4903-ba30-ccacfb5ae583 HTTP/1.1" 200 115 0.032610 10.0.0.27 - - [2026-01-12 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005469 10.0.0.27 - - [2026-01-12 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003010 10.0.0.22 - - [2026-01-12 02:20:35] "POST /neutron/network HTTP/1.1" 200 151 0.135634 10.0.0.27 - - [2026-01-12 02:20:37] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001105 10.0.0.22 - - [2026-01-12 02:20:37] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.045309 10.0.0.27 - - [2026-01-12 02:20:37] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001338 10.0.0.22 - - [2026-01-12 02:20:37] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?fields=virtual_networks HTTP/1.1" 200 1039 0.041241 10.0.0.27 - - [2026-01-12 02:20:37] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001843 10.0.0.22 - - [2026-01-12 02:20:37] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.047366 10.0.0.27 - - [2026-01-12 02:20:37] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001287 10.0.0.22 - - [2026-01-12 02:20:37] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?fields=security_groups HTTP/1.1" 200 1268 0.069361 10.0.0.22 - - [2026-01-12 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.028668 10.0.0.27 - - [2026-01-12 02:20:38] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003717 10.0.0.27 - - [2026-01-12 02:20:38] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.27 - - [2026-01-12 02:20:38] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008202 10.0.0.27 - - [2026-01-12 02:20:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.007074 10.0.0.27 - - [2026-01-12 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.008028 10.0.0.27 - - [2026-01-12 02:20:38] "POST /security-groups HTTP/1.1" 200 599 0.036178 10.0.0.50 - - [2026-01-12 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.003734 10.0.0.27 - - [2026-01-12 02:20:38] "POST /projects HTTP/1.1" 200 601 0.279111 10.0.0.27 - - [2026-01-12 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.354335 10.0.0.50 - - [2026-01-12 02:20:38] "POST /access-control-lists HTTP/1.1" 200 602 0.041249 10.0.0.22 - - [2026-01-12 02:20:38] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.535834 10.0.0.22 - - [2026-01-12 02:20:40] "GET / HTTP/1.1" 200 35931 0.002063 10.0.0.22 - - [2026-01-12 02:20:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.22 - - [2026-01-12 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.061113 10.0.0.27 - - [2026-01-12 02:20:42] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.22 - - [2026-01-12 02:20:42] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.066468 10.0.0.27 - - [2026-01-12 02:20:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007783 10.0.0.22 - - [2026-01-12 02:20:42] "POST /neutron/subnet HTTP/1.1" 200 734 0.235518 10.0.0.50 - - [2026-01-12 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.076022 10.0.0.22 - - [2026-01-12 02:20:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001396 10.0.0.22 - - [2026-01-12 02:20:43] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007561 10.0.0.22 - - [2026-01-12 02:20:43] "POST /neutron/network HTTP/1.1" 200 1007 0.008874 10.0.0.22 - - [2026-01-12 02:20:43] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005897 10.0.0.22 - - [2026-01-12 02:20:43] "POST /neutron/subnet HTTP/1.1" 200 823 0.009691 10.0.0.22 - - [2026-01-12 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.27 - - [2026-01-12 02:20:43] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000958 10.0.0.22 - - [2026-01-12 02:20:43] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054183 10.0.0.50 - - [2026-01-12 02:20:43] "POST /route-targets HTTP/1.1" 200 327 0.014514 10.0.0.27 - - [2026-01-12 02:20:43] "POST /useragent-kv HTTP/1.1" 200 115 0.012461 10.0.0.22 - - [2026-01-12 02:20:43] "POST /neutron/subnet HTTP/1.1" 200 719 0.222965 10.0.0.22 - - [2026-01-12 02:20:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001509 10.0.0.22 - - [2026-01-12 02:20:44] "GET /virtual-network/f893d889-8671-4281-b1a8-d806e6ac29d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007747 10.0.0.22 - - [2026-01-12 02:20:44] "POST /neutron/network HTTP/1.1" 200 1005 0.009993 10.0.0.22 - - [2026-01-12 02:20:44] "GET /virtual-network/f893d889-8671-4281-b1a8-d806e6ac29d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006588 10.0.0.22 - - [2026-01-12 02:20:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.009579 10.0.0.22 - - [2026-01-12 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.003249 10.0.0.22 - - [2026-01-12 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.27 - - [2026-01-12 02:20:44] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001535 10.0.0.22 - - [2026-01-12 02:20:44] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048091 10.0.0.22 - - [2026-01-12 02:20:44] "POST /network-policys HTTP/1.1" 200 577 0.073213 10.0.0.22 - - [2026-01-12 02:20:44] "GET /network-policy/e8c8502b-25b2-42c5-a86e-d9345178aa49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.006011 10.0.0.50 - - [2026-01-12 02:20:44] "POST /access-control-lists HTTP/1.1" 200 596 0.049256 10.0.0.22 - - [2026-01-12 02:20:44] "POST /neutron/network HTTP/1.1" 200 1115 0.023409 10.0.0.22 - - [2026-01-12 02:20:44] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005816 10.0.0.22 - - [2026-01-12 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.22 - - [2026-01-12 02:20:45] "GET /network-policy/e8c8502b-25b2-42c5-a86e-d9345178aa49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.006930 10.0.0.50 - - [2026-01-12 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.004985 10.0.0.22 - - [2026-01-12 02:20:45] "POST /neutron/network HTTP/1.1" 200 1113 0.011196 10.0.0.22 - - [2026-01-12 02:20:45] "GET /virtual-network/f893d889-8671-4281-b1a8-d806e6ac29d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.026609 10.0.0.22 - - [2026-01-12 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.50 - - [2026-01-12 02:20:45] "POST /ref-update HTTP/1.1" 200 156 0.033839 10.0.0.22 - - [2026-01-12 02:20:45] "GET /network-policy/e8c8502b-25b2-42c5-a86e-d9345178aa49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004108 10.0.0.22 - - [2026-01-12 02:20:45] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005687 10.0.0.50 - - [2026-01-12 02:20:46] "GET /obj-perms HTTP/1.1" 200 5046 0.084375 10.0.0.50 - - [2026-01-12 02:20:47] "DELETE /access-control-list/99a4e573-7762-4eec-8ec2-a995fe7d0623 HTTP/1.1" 200 115 0.058360 10.0.0.22 - - [2026-01-12 02:20:47] "GET /virtual-network/f893d889-8671-4281-b1a8-d806e6ac29d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005416 10.0.0.22 - - [2026-01-12 02:20:48] "GET /obj-perms HTTP/1.1" 200 5046 0.057176 10.0.0.27 - - [2026-01-12 02:20:48] "GET /obj-perms HTTP/1.1" 200 5046 0.061136 10.0.0.22 - - [2026-01-12 02:20:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.001545 10.0.0.27 - - [2026-01-12 02:20:49] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001016 10.0.0.22 - - [2026-01-12 02:20:49] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.081541 10.0.0.22 - - [2026-01-12 02:20:49] "POST /neutron/port HTTP/1.1" 200 117 0.006152 10.0.0.22 - - [2026-01-12 02:20:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001401 10.0.0.22 - - [2026-01-12 02:20:49] "POST /neutron/network HTTP/1.1" 200 1123 0.007713 10.0.0.22 - - [2026-01-12 02:20:50] "POST /neutron/port HTTP/1.1" 200 1176 0.021475 10.0.0.27 - - [2026-01-12 02:20:50] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.22 - - [2026-01-12 02:20:50] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.124566 10.0.0.22 - - [2026-01-12 02:20:50] "POST /neutron/port HTTP/1.1" 200 1240 0.048350 10.0.0.22 - - [2026-01-12 02:20:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003791 10.0.0.22 - - [2026-01-12 02:20:50] "POST /neutron/port HTTP/1.1" 200 117 0.001626 10.0.0.22 - - [2026-01-12 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007931 10.0.0.22 - - [2026-01-12 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008456 10.0.0.22 - - [2026-01-12 02:20:51] "POST /neutron/port HTTP/1.1" 200 1174 0.063359 10.0.0.22 - - [2026-01-12 02:20:52] "POST /neutron/port HTTP/1.1" 200 1238 0.033747 10.0.0.22 - - [2026-01-12 02:20:52] "POST /neutron/subnet HTTP/1.1" 200 1379 0.015472 10.0.0.22 - - [2026-01-12 02:20:52] "POST /neutron/network HTTP/1.1" 200 1113 0.010339 10.0.0.22 - - [2026-01-12 02:20:56] "POST /neutron/port HTTP/1.1" 200 1240 0.019318 10.0.0.22 - - [2026-01-12 02:20:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008049 10.0.0.22 - - [2026-01-12 02:20:56] "GET /virtual-machine/4bb8b765-4de7-44f5-a655-2fa370819e7c HTTP/1.1" 401 292 0.000516 10.0.0.22 - - [2026-01-12 02:20:56] "GET /virtual-machine/4bb8b765-4de7-44f5-a655-2fa370819e7c HTTP/1.1" 200 1300 0.034178 10.0.0.22 - - [2026-01-12 02:20:56] "GET /virtual-machine-interface/6ad845b1-b855-4f23-9c26-03f15064dedc HTTP/1.1" 200 3175 0.010718 10.0.0.22 - - [2026-01-12 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.22 - - [2026-01-12 02:20:56] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005268 10.0.0.22 - - [2026-01-12 02:20:56] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.005105 10.0.0.22 - - [2026-01-12 02:20:56] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006938 10.0.0.27 - - [2026-01-12 02:20:58] "DELETE /project/5003cee4-5fd2-4167-9ef8-32e987f570bd HTTP/1.1" 404 177 0.004879 10.0.0.27 - - [2026-01-12 02:20:59] "DELETE /project/34c3f9aa5e0c4a98b77a67909b31ef9b HTTP/1.1" 404 173 0.004155 10.0.0.27 - - [2026-01-12 02:20:59] "DELETE /project/b74366799c524134940cd5806d42c77d HTTP/1.1" 404 173 0.008913 10.0.0.27 - - [2026-01-12 02:20:59] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000826 10.0.0.27 - - [2026-01-12 02:20:59] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.045943 10.0.0.27 - - [2026-01-12 02:20:59] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001424 10.0.0.27 - - [2026-01-12 02:20:59] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?fields=security_groups HTTP/1.1" 200 1373 0.047507 10.0.0.27 - - [2026-01-12 02:20:59] "DELETE /security-group/27179bcb-a9fe-44b5-8911-aa54c612647b HTTP/1.1" 200 115 0.055815 10.0.0.27 - - [2026-01-12 02:20:59] "GET /projects?obj_uuids=b7436679-9c52-4134-940c-d5806d42c77d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000957 10.0.0.27 - - [2026-01-12 02:20:59] "GET /project/b7436679-9c52-4134-940c-d5806d42c77d?fields=application_policy_sets HTTP/1.1" 200 1412 0.057040 10.0.0.50 - - [2026-01-12 02:20:59] "DELETE /access-control-list/0840b2de-0f57-4815-8629-df6fc3582090 HTTP/1.1" 200 115 0.062506 10.0.0.27 - - [2026-01-12 02:20:59] "DELETE /project/b7436679-9c52-4134-940c-d5806d42c77d HTTP/1.1" 200 115 0.417989 10.0.0.22 - - [2026-01-12 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.22 - - [2026-01-12 02:21:00] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005982 10.0.0.22 - - [2026-01-12 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.22 - - [2026-01-12 02:21:04] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005901 10.0.0.22 - - [2026-01-12 02:21:08] "POST /neutron/network HTTP/1.1" 200 1125 0.019156 10.0.0.22 - - [2026-01-12 02:21:08] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016459 10.0.0.22 - - [2026-01-12 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.22 - - [2026-01-12 02:21:08] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006250 10.0.0.22 - - [2026-01-12 02:21:08] "POST /neutron/network HTTP/1.1" 200 1115 0.011161 10.0.0.22 - - [2026-01-12 02:21:08] "POST /neutron/network HTTP/1.1" 200 1123 0.007072 10.0.0.22 - - [2026-01-12 02:21:09] "POST /neutron/subnet HTTP/1.1" 200 1379 0.014155 10.0.0.22 - - [2026-01-12 02:21:09] "POST /neutron/network HTTP/1.1" 200 1113 0.011995 10.0.0.22 - - [2026-01-12 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.22 - - [2026-01-12 02:21:12] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006250 10.0.0.22 - - [2026-01-12 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.22 - - [2026-01-12 02:21:16] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005604 10.0.0.22 - - [2026-01-12 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.22 - - [2026-01-12 02:21:20] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005882 10.0.0.22 - - [2026-01-12 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.22 - - [2026-01-12 02:21:24] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006659 10.0.0.22 - - [2026-01-12 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.22 - - [2026-01-12 02:21:28] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004178 10.0.0.22 - - [2026-01-12 02:21:28] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003794 10.0.0.22 - - [2026-01-12 02:21:28] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.010342 10.0.0.22 - - [2026-01-12 02:21:34] "POST /neutron/port HTTP/1.1" 200 1240 0.018948 10.0.0.22 - - [2026-01-12 02:21:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007059 10.0.0.22 - - [2026-01-12 02:21:42] "POST /neutron/port HTTP/1.1" 200 1238 0.018719 10.0.0.22 - - [2026-01-12 02:21:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007909 10.0.0.27 - - [2026-01-12 02:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2026-01-12 02:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000434 10.0.0.50 - - [2026-01-12 02:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2026-01-12 02:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.27 - - [2026-01-12 02:21:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.27 - - [2026-01-12 02:21:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.50 - - [2026-01-12 02:21:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.50 - - [2026-01-12 02:21:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.22 - - [2026-01-12 02:21:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.22 - - [2026-01-12 02:21:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.22 - - [2026-01-12 02:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.22 - - [2026-01-12 02:21:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000549 10.0.0.22 - - [2026-01-12 02:21:49] "POST /neutron/port HTTP/1.1" 200 1238 0.020917 10.0.0.22 - - [2026-01-12 02:21:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008523 10.0.0.22 - - [2026-01-12 02:21:49] "GET /virtual-machine/fd0b9ea7-96a2-46b2-8784-0f5e843e3ea5 HTTP/1.1" 200 1300 0.006802 10.0.0.22 - - [2026-01-12 02:21:49] "GET /virtual-machine-interface/59a28abf-a16f-4be8-8a2d-4f104498f248 HTTP/1.1" 200 3174 0.005359 10.0.0.22 - - [2026-01-12 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.22 - - [2026-01-12 02:21:49] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004587 10.0.0.22 - - [2026-01-12 02:21:49] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003485 10.0.0.22 - - [2026-01-12 02:21:49] "GET /virtual-network/f893d889-8671-4281-b1a8-d806e6ac29d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006104 10.0.0.22 - - [2026-01-12 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008261 10.0.0.22 - - [2026-01-12 02:21:51] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011204 10.0.0.22 - - [2026-01-12 02:21:51] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.008295 10.0.0.22 - - [2026-01-12 02:21:51] "GET /virtual-network/f893d889-8671-4281-b1a8-d806e6ac29d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.006386 10.0.0.22 - - [2026-01-12 02:22:10] "POST /neutron/port HTTP/1.1" 200 1240 0.020664 10.0.0.22 - - [2026-01-12 02:22:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004235 10.0.0.22 - - [2026-01-12 02:22:10] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.22 - - [2026-01-12 02:22:10] "POST /neutron/port HTTP/1.1" 200 1238 0.019944 10.0.0.22 - - [2026-01-12 02:22:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004525 10.0.0.22 - - [2026-01-12 02:22:11] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.22 - - [2026-01-12 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.27 - - [2026-01-12 02:22:11] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.22 - - [2026-01-12 02:22:11] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051517 10.0.0.22 - - [2026-01-12 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.22 - - [2026-01-12 02:22:11] "PUT /network-policy/e8c8502b-25b2-42c5-a86e-d9345178aa49 HTTP/1.1" 200 262 0.017280 10.0.0.22 - - [2026-01-12 02:22:15] "GET /virtual-network/f893d889-8671-4281-b1a8-d806e6ac29d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007591 10.0.0.22 - - [2026-01-12 02:22:15] "POST /neutron/network HTTP/1.1" 200 1113 0.010647 10.0.0.50 - - [2026-01-12 02:22:15] "DELETE /access-control-list/df3af7d1-a3b4-4a1d-9e8d-c835eb8159e2 HTTP/1.1" 200 115 0.056057 10.0.0.22 - - [2026-01-12 02:22:15] "GET /virtual-network/f893d889-8671-4281-b1a8-d806e6ac29d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.012255 10.0.0.22 - - [2026-01-12 02:22:15] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.016486 10.0.0.22 - - [2026-01-12 02:22:15] "POST /neutron/network HTTP/1.1" 200 1115 0.011561 10.0.0.22 - - [2026-01-12 02:22:15] "GET /virtual-network/59370c44-b51b-4e6f-baea-f33d0d2b6230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.017334 10.0.0.50 - - [2026-01-12 02:22:15] "POST /ref-update HTTP/1.1" 200 156 0.033499 10.0.0.22 - - [2026-01-12 02:22:15] "DELETE /network-policy/e8c8502b-25b2-42c5-a86e-d9345178aa49 HTTP/1.1" 200 115 0.062320 10.0.0.22 - - [2026-01-12 02:22:15] "POST /neutron/port HTTP/1.1" 200 1238 0.049118 10.0.0.22 - - [2026-01-12 02:22:15] "POST /neutron/port HTTP/1.1" 200 1228 0.022069 10.0.0.22 - - [2026-01-12 02:22:16] "POST /neutron/port HTTP/1.1" 200 1230 0.013189 10.0.0.27 - - [2026-01-12 02:22:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004119 10.0.0.27 - - [2026-01-12 02:22:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003710 10.0.0.27 - - [2026-01-12 02:22:18] "POST /useragent-kv HTTP/1.1" 200 115 0.008309 10.0.0.27 - - [2026-01-12 02:22:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007239 10.0.0.22 - - [2026-01-12 02:22:18] "POST /neutron/network HTTP/1.1" 200 151 0.209517 10.0.0.50 - - [2026-01-12 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007932 10.0.0.27 - - [2026-01-12 02:22:23] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.22 - - [2026-01-12 02:22:23] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045485 10.0.0.22 - - [2026-01-12 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.27 - - [2026-01-12 02:22:23] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001344 10.0.0.22 - - [2026-01-12 02:22:23] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009784 10.0.0.22 - - [2026-01-12 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2026-01-12 02:22:23] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.22 - - [2026-01-12 02:22:23] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040765 10.0.0.22 - - [2026-01-12 02:22:24] "GET /domains HTTP/1.1" 200 280 0.004164 10.0.0.27 - - [2026-01-12 02:22:24] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001450 10.0.0.22 - - [2026-01-12 02:22:24] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945 HTTP/1.1" 200 2776 0.012141 10.0.0.27 - - [2026-01-12 02:22:24] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001048 10.0.0.22 - - [2026-01-12 02:22:24] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b HTTP/1.1" 200 1900 0.085624 10.0.0.22 - - [2026-01-12 02:22:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003813 10.0.0.22 - - [2026-01-12 02:22:24] "POST /network-ipams HTTP/1.1" 200 609 0.043245 10.0.0.22 - - [2026-01-12 02:22:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003500 10.0.0.22 - - [2026-01-12 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.22 - - [2026-01-12 02:22:24] "GET /network-ipam/3f25dae9-87db-48d0-9afe-34e446e448cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.006823 10.0.0.22 - - [2026-01-12 02:22:24] "PUT /network-ipam/3f25dae9-87db-48d0-9afe-34e446e448cf HTTP/1.1" 200 258 0.014143 10.0.0.22 - - [2026-01-12 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.27 - - [2026-01-12 02:22:24] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.22 - - [2026-01-12 02:22:24] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040190 10.0.0.22 - - [2026-01-12 02:22:24] "POST /neutron/network HTTP/1.1" 200 117 0.017436 10.0.0.50 - - [2026-01-12 02:22:25] "POST /ref-update HTTP/1.1" 200 156 0.023993 10.0.0.27 - - [2026-01-12 02:22:25] "POST /useragent-kv HTTP/1.1" 200 115 0.009263 10.0.0.22 - - [2026-01-12 02:22:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.196888 10.0.0.50 - - [2026-01-12 02:22:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.002668 10.0.0.22 - - [2026-01-12 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 231 0.001353 10.0.0.22 - - [2026-01-12 02:22:25] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007713 10.0.0.22 - - [2026-01-12 02:22:25] "POST /neutron/network HTTP/1.1" 200 1309 0.012320 10.0.0.22 - - [2026-01-12 02:22:25] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005387 10.0.0.22 - - [2026-01-12 02:22:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.010221 10.0.0.22 - - [2026-01-12 02:22:26] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006726 10.0.0.22 - - [2026-01-12 02:22:26] "GET /obj-perms HTTP/1.1" 200 5046 0.003709 10.0.0.50 - - [2026-01-12 02:22:26] "GET /obj-perms HTTP/1.1" 200 5046 0.004521 10.0.0.22 - - [2026-01-12 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.27 - - [2026-01-12 02:22:26] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.22 - - [2026-01-12 02:22:26] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045052 10.0.0.27 - - [2026-01-12 02:22:26] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001227 10.0.0.22 - - [2026-01-12 02:22:26] "POST /neutron/network HTTP/1.1" 200 619 0.155133 10.0.0.27 - - [2026-01-12 02:22:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007955 10.0.0.22 - - [2026-01-12 02:22:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.182108 10.0.0.22 - - [2026-01-12 02:22:27] "POST /id-to-fqname HTTP/1.1" 200 231 0.001214 10.0.0.22 - - [2026-01-12 02:22:27] "GET /virtual-network/398d158f-74c5-4307-879c-77813622b6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005407 10.0.0.22 - - [2026-01-12 02:22:27] "GET /virtual-network/398d158f-74c5-4307-879c-77813622b6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005807 10.0.0.22 - - [2026-01-12 02:22:27] "POST /neutron/network HTTP/1.1" 200 1309 0.012064 10.0.0.22 - - [2026-01-12 02:22:27] "POST /neutron/subnet HTTP/1.1" 200 828 0.011415 10.0.0.22 - - [2026-01-12 02:22:28] "GET /virtual-network/398d158f-74c5-4307-879c-77813622b6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.005804 10.0.0.27 - - [2026-01-12 02:22:28] "GET /obj-perms HTTP/1.1" 200 5046 0.004095 10.0.0.22 - - [2026-01-12 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.27 - - [2026-01-12 02:22:28] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.22 - - [2026-01-12 02:22:28] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051064 10.0.0.50 - - [2026-01-12 02:22:28] "POST /ref-update HTTP/1.1" 200 156 0.026656 10.0.0.27 - - [2026-01-12 02:22:28] "POST /useragent-kv HTTP/1.1" 200 115 0.010474 10.0.0.22 - - [2026-01-12 02:22:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.214165 10.0.0.22 - - [2026-01-12 02:22:29] "POST /neutron/network HTTP/1.1" 200 1309 0.014323 10.0.0.22 - - [2026-01-12 02:22:29] "POST /id-to-fqname HTTP/1.1" 200 231 0.001230 10.0.0.22 - - [2026-01-12 02:22:29] "GET /virtual-network/ef907df8-4157-4f2e-a05d-cd9ea291e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005836 10.0.0.22 - - [2026-01-12 02:22:29] "GET /virtual-network/ef907df8-4157-4f2e-a05d-cd9ea291e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006345 10.0.0.22 - - [2026-01-12 02:22:29] "POST /neutron/subnet HTTP/1.1" 200 701 0.010800 10.0.0.22 - - [2026-01-12 02:22:29] "GET /virtual-network/ef907df8-4157-4f2e-a05d-cd9ea291e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005816 10.0.0.22 - - [2026-01-12 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.27 - - [2026-01-12 02:22:30] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.22 - - [2026-01-12 02:22:30] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041003 10.0.0.22 - - [2026-01-12 02:22:30] "POST /neutron/network HTTP/1.1" 200 117 0.020720 10.0.0.27 - - [2026-01-12 02:22:30] "POST /useragent-kv HTTP/1.1" 200 115 0.009837 10.0.0.22 - - [2026-01-12 02:22:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.232447 10.0.0.50 - - [2026-01-12 02:22:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003455 10.0.0.22 - - [2026-01-12 02:22:31] "POST /id-to-fqname HTTP/1.1" 200 231 0.001617 10.0.0.22 - - [2026-01-12 02:22:31] "GET /virtual-network/f8cbcb7c-2968-495b-88eb-c8f87b8bbe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.009215 10.0.0.22 - - [2026-01-12 02:22:31] "POST /neutron/network HTTP/1.1" 200 1308 0.014228 10.0.0.22 - - [2026-01-12 02:22:31] "GET /virtual-network/f8cbcb7c-2968-495b-88eb-c8f87b8bbe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005902 10.0.0.22 - - [2026-01-12 02:22:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.009754 10.0.0.22 - - [2026-01-12 02:22:31] "GET /virtual-network/f8cbcb7c-2968-495b-88eb-c8f87b8bbe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005999 10.0.0.22 - - [2026-01-12 02:22:31] "GET /obj-perms HTTP/1.1" 200 5046 0.004321 10.0.0.50 - - [2026-01-12 02:22:31] "GET /obj-perms HTTP/1.1" 200 5046 0.003818 10.0.0.22 - - [2026-01-12 02:22:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.004093 10.0.0.22 - - [2026-01-12 02:22:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.27 - - [2026-01-12 02:22:31] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.22 - - [2026-01-12 02:22:31] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045035 10.0.0.22 - - [2026-01-12 02:22:32] "POST /network-policys HTTP/1.1" 200 559 0.032673 10.0.0.22 - - [2026-01-12 02:22:32] "GET /network-policy/26aab077-e9d6-412b-a665-35d792fcc081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.008726 10.0.0.22 - - [2026-01-12 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003665 10.0.0.22 - - [2026-01-12 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2026-01-12 02:22:32] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.22 - - [2026-01-12 02:22:32] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043135 10.0.0.22 - - [2026-01-12 02:22:32] "POST /network-policys HTTP/1.1" 200 559 0.032924 10.0.0.22 - - [2026-01-12 02:22:32] "GET /network-policy/af2a6a04-6c5b-402a-9cf9-2e3c87eef3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.009314 10.0.0.22 - - [2026-01-12 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003877 10.0.0.22 - - [2026-01-12 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2026-01-12 02:22:32] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.22 - - [2026-01-12 02:22:32] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048040 10.0.0.22 - - [2026-01-12 02:22:32] "POST /network-policys HTTP/1.1" 200 559 0.030986 10.0.0.22 - - [2026-01-12 02:22:32] "GET /network-policy/59a839cc-e7a6-4a9a-9332-9f0b87036901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.006558 10.0.0.22 - - [2026-01-12 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.003590 10.0.0.22 - - [2026-01-12 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.27 - - [2026-01-12 02:22:33] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.22 - - [2026-01-12 02:22:33] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054475 10.0.0.22 - - [2026-01-12 02:22:33] "POST /network-policys HTTP/1.1" 200 559 0.032231 10.0.0.22 - - [2026-01-12 02:22:33] "GET /network-policy/17a37175-a172-4857-b3db-02f99b56b97f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.008162 10.0.0.22 - - [2026-01-12 02:22:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.005304 10.0.0.22 - - [2026-01-12 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2026-01-12 02:22:33] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001762 10.0.0.22 - - [2026-01-12 02:22:33] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050304 10.0.0.22 - - [2026-01-12 02:22:33] "POST /network-policys HTTP/1.1" 200 559 0.029006 10.0.0.22 - - [2026-01-12 02:22:33] "GET /network-policy/9f66e458-9b1f-45e0-9049-985af903662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006929 10.0.0.22 - - [2026-01-12 02:22:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.003618 10.0.0.22 - - [2026-01-12 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.27 - - [2026-01-12 02:22:33] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.22 - - [2026-01-12 02:22:33] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042176 10.0.0.22 - - [2026-01-12 02:22:33] "POST /network-policys HTTP/1.1" 200 559 0.031268 10.0.0.22 - - [2026-01-12 02:22:34] "GET /network-policy/71056703-59b3-4130-a778-2f2f9c47a2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006633 10.0.0.22 - - [2026-01-12 02:22:34] "POST /fqname-to-id HTTP/1.1" 404 225 0.003484 10.0.0.22 - - [2026-01-12 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.27 - - [2026-01-12 02:22:34] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001189 10.0.0.22 - - [2026-01-12 02:22:34] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041905 10.0.0.22 - - [2026-01-12 02:22:34] "POST /network-policys HTTP/1.1" 200 559 0.032846 10.0.0.22 - - [2026-01-12 02:22:34] "GET /network-policy/c5bb92b7-6c70-48e3-8e76-765abf2882d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.007699 10.0.0.22 - - [2026-01-12 02:22:34] "POST /fqname-to-id HTTP/1.1" 404 225 0.003429 10.0.0.22 - - [2026-01-12 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2026-01-12 02:22:34] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001273 10.0.0.22 - - [2026-01-12 02:22:34] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041990 10.0.0.22 - - [2026-01-12 02:22:34] "POST /network-policys HTTP/1.1" 200 559 0.041775 10.0.0.22 - - [2026-01-12 02:22:34] "GET /network-policy/cc1385d7-9ccc-40ee-b3b1-217429b8a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006681 10.0.0.50 - - [2026-01-12 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 248 0.005075 10.0.0.22 - - [2026-01-12 02:22:35] "POST /neutron/network HTTP/1.1" 200 1494 0.118263 10.0.0.22 - - [2026-01-12 02:22:35] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.033951 10.0.0.22 - - [2026-01-12 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.22 - - [2026-01-12 02:22:35] "GET /network-policy/26aab077-e9d6-412b-a665-35d792fcc081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004597 10.0.0.22 - - [2026-01-12 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.22 - - [2026-01-12 02:22:35] "GET /network-policy/af2a6a04-6c5b-402a-9cf9-2e3c87eef3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004522 10.0.0.22 - - [2026-01-12 02:22:35] "POST /neutron/network HTTP/1.1" 200 1494 0.099748 10.0.0.50 - - [2026-01-12 02:22:35] "POST /access-control-lists HTTP/1.1" 200 605 0.055055 10.0.0.22 - - [2026-01-12 02:22:35] "GET /virtual-network/398d158f-74c5-4307-879c-77813622b6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.020446 10.0.0.22 - - [2026-01-12 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005858 10.0.0.22 - - [2026-01-12 02:22:35] "GET /network-policy/17a37175-a172-4857-b3db-02f99b56b97f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004439 10.0.0.22 - - [2026-01-12 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.22 - - [2026-01-12 02:22:35] "GET /network-policy/59a839cc-e7a6-4a9a-9332-9f0b87036901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.005027 10.0.0.50 - - [2026-01-12 02:22:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.007086 10.0.0.22 - - [2026-01-12 02:22:36] "POST /neutron/network HTTP/1.1" 200 1494 0.106847 10.0.0.50 - - [2026-01-12 02:22:36] "POST /access-control-lists HTTP/1.1" 200 605 0.058764 10.0.0.22 - - [2026-01-12 02:22:36] "GET /virtual-network/ef907df8-4157-4f2e-a05d-cd9ea291e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006791 10.0.0.22 - - [2026-01-12 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.22 - - [2026-01-12 02:22:36] "GET /network-policy/71056703-59b3-4130-a778-2f2f9c47a2c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006349 10.0.0.22 - - [2026-01-12 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.22 - - [2026-01-12 02:22:36] "GET /network-policy/9f66e458-9b1f-45e0-9049-985af903662a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004886 10.0.0.22 - - [2026-01-12 02:22:36] "POST /neutron/network HTTP/1.1" 200 1493 0.091163 10.0.0.22 - - [2026-01-12 02:22:36] "GET /virtual-network/f8cbcb7c-2968-495b-88eb-c8f87b8bbe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006043 10.0.0.22 - - [2026-01-12 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.22 - - [2026-01-12 02:22:36] "GET /network-policy/c5bb92b7-6c70-48e3-8e76-765abf2882d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.006075 10.0.0.22 - - [2026-01-12 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005713 10.0.0.22 - - [2026-01-12 02:22:36] "GET /network-policy/cc1385d7-9ccc-40ee-b3b1-217429b8a937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005929 10.0.0.22 - - [2026-01-12 02:22:36] "POST /id-to-fqname HTTP/1.1" 200 231 0.001221 10.0.0.27 - - [2026-01-12 02:23:07] "GET /obj-perms HTTP/1.1" 200 5056 0.053472 10.0.0.27 - - [2026-01-12 02:23:15] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.22 - - [2026-01-12 02:23:15] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.069230 10.0.0.22 - - [2026-01-12 02:23:15] "POST /neutron/network HTTP/1.1" 200 1494 0.037415 10.0.0.22 - - [2026-01-12 02:23:15] "POST /id-to-fqname HTTP/1.1" 200 231 0.001729 10.0.0.22 - - [2026-01-12 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.006992 10.0.0.27 - - [2026-01-12 02:23:16] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000998 10.0.0.22 - - [2026-01-12 02:23:16] "POST /neutron/port HTTP/1.1" 200 1170 0.585505 10.0.0.50 - - [2026-01-12 02:23:16] "PUT /access-control-list/f339093a-8518-4a31-bacf-a9d017d048a4 HTTP/1.1" 200 272 0.094669 10.0.0.27 - - [2026-01-12 02:23:17] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.22 - - [2026-01-12 02:23:17] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.130756 10.0.0.22 - - [2026-01-12 02:23:17] "POST /neutron/port HTTP/1.1" 200 1224 0.294573 10.0.0.22 - - [2026-01-12 02:23:17] "POST /neutron/port HTTP/1.1" 200 1234 0.060152 10.0.0.22 - - [2026-01-12 02:23:17] "POST /neutron/port HTTP/1.1" 200 117 0.016112 10.0.0.22 - - [2026-01-12 02:23:17] "POST /neutron/port HTTP/1.1" 200 117 0.003144 10.0.0.22 - - [2026-01-12 02:23:17] "POST /neutron/network HTTP/1.1" 200 1494 0.023689 10.0.0.27 - - [2026-01-12 02:23:18] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.22 - - [2026-01-12 02:23:18] "POST /neutron/port HTTP/1.1" 200 1170 0.800708 10.0.0.22 - - [2026-01-12 02:23:19] "POST /neutron/port HTTP/1.1" 200 1224 0.272902 10.0.0.22 - - [2026-01-12 02:23:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007510 10.0.0.22 - - [2026-01-12 02:23:19] "POST /neutron/port HTTP/1.1" 200 117 0.004918 10.0.0.22 - - [2026-01-12 02:23:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.024938 10.0.0.22 - - [2026-01-12 02:23:33] "POST /neutron/port HTTP/1.1" 200 1234 0.056975 10.0.0.22 - - [2026-01-12 02:23:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.025814 10.0.0.22 - - [2026-01-12 02:23:48] "POST /neutron/port HTTP/1.1" 200 1234 0.054657 10.0.0.22 - - [2026-01-12 02:23:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006625 10.0.0.22 - - [2026-01-12 02:24:04] "POST /neutron/port HTTP/1.1" 200 1234 0.020987 10.0.0.22 - - [2026-01-12 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008193 10.0.0.22 - - [2026-01-12 02:24:19] "POST /neutron/port HTTP/1.1" 200 1234 0.019643 10.0.0.22 - - [2026-01-12 02:24:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007761 10.0.0.22 - - [2026-01-12 02:24:34] "POST /neutron/port HTTP/1.1" 200 1234 0.025222 10.0.0.22 - - [2026-01-12 02:24:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008327 10.0.0.22 - - [2026-01-12 02:24:34] "GET /virtual-machine/1cb06b03-d879-4a04-aad8-a1a6499525e3 HTTP/1.1" 200 1300 0.008291 10.0.0.22 - - [2026-01-12 02:24:34] "GET /virtual-machine-interface/7ebb2960-ece0-4766-8312-6cd131c7d91b HTTP/1.1" 200 3183 0.006507 10.0.0.22 - - [2026-01-12 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.22 - - [2026-01-12 02:24:35] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003874 10.0.0.22 - - [2026-01-12 02:24:35] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004078 10.0.0.22 - - [2026-01-12 02:24:35] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006932 10.0.0.22 - - [2026-01-12 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.22 - - [2026-01-12 02:24:38] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006613 10.0.0.22 - - [2026-01-12 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.22 - - [2026-01-12 02:24:42] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006848 10.0.0.22 - - [2026-01-12 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.22 - - [2026-01-12 02:24:46] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006356 10.0.0.22 - - [2026-01-12 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.22 - - [2026-01-12 02:24:50] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005492 10.0.0.22 - - [2026-01-12 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.22 - - [2026-01-12 02:24:54] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007676 10.0.0.22 - - [2026-01-12 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.22 - - [2026-01-12 02:24:58] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006972 10.0.0.22 - - [2026-01-12 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.22 - - [2026-01-12 02:25:02] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.004914 10.0.0.22 - - [2026-01-12 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009786 10.0.0.22 - - [2026-01-12 02:25:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004161 10.0.0.22 - - [2026-01-12 02:25:06] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004122 10.0.0.22 - - [2026-01-12 02:25:06] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006771 10.0.0.22 - - [2026-01-12 02:25:07] "POST /neutron/port HTTP/1.1" 200 1234 0.021289 10.0.0.22 - - [2026-01-12 02:25:12] "POST /neutron/port HTTP/1.1" 200 1234 0.019583 10.0.0.22 - - [2026-01-12 02:25:12] "POST /neutron/port HTTP/1.1" 200 1234 0.019067 10.0.0.22 - - [2026-01-12 02:25:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007569 10.0.0.22 - - [2026-01-12 02:25:12] "POST /neutron/network HTTP/1.1" 200 1494 0.016747 10.0.0.22 - - [2026-01-12 02:25:15] "POST /neutron/network HTTP/1.1" 200 1504 0.007057 10.0.0.22 - - [2026-01-12 02:25:15] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016767 10.0.0.22 - - [2026-01-12 02:25:15] "POST /neutron/network HTTP/1.1" 200 1494 0.014823 10.0.0.22 - - [2026-01-12 02:25:17] "POST /neutron/port HTTP/1.1" 200 1234 0.033524 10.0.0.22 - - [2026-01-12 02:25:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.041191 10.0.0.22 - - [2026-01-12 02:25:27] "POST /neutron/port HTTP/1.1" 200 1234 0.018197 10.0.0.22 - - [2026-01-12 02:25:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007670 10.0.0.22 - - [2026-01-12 02:25:28] "GET /virtual-machine/767883db-0957-49dd-889e-39da3926f415 HTTP/1.1" 200 1299 0.006364 10.0.0.22 - - [2026-01-12 02:25:28] "GET /virtual-machine-interface/3038262f-d609-4d72-b196-7bfe1d897d27 HTTP/1.1" 200 3184 0.005723 10.0.0.22 - - [2026-01-12 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.22 - - [2026-01-12 02:25:28] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004041 10.0.0.22 - - [2026-01-12 02:25:28] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.002988 10.0.0.22 - - [2026-01-12 02:25:28] "GET /virtual-network/398d158f-74c5-4307-879c-77813622b6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006183 10.0.0.22 - - [2026-01-12 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.22 - - [2026-01-12 02:25:29] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004209 10.0.0.22 - - [2026-01-12 02:25:29] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003659 10.0.0.22 - - [2026-01-12 02:25:29] "GET /virtual-network/398d158f-74c5-4307-879c-77813622b6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006197 10.0.0.22 - - [2026-01-12 02:25:29] "POST /neutron/port HTTP/1.1" 200 2314 0.022256 10.0.0.22 - - [2026-01-12 02:25:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008677 10.0.0.22 - - [2026-01-12 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.22 - - [2026-01-12 02:25:29] "GET /network-policy/59a839cc-e7a6-4a9a-9332-9f0b87036901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.003995 10.0.0.22 - - [2026-01-12 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.22 - - [2026-01-12 02:25:29] "GET /network-policy/17a37175-a172-4857-b3db-02f99b56b97f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005063 10.0.0.22 - - [2026-01-12 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.22 - - [2026-01-12 02:25:30] "GET /network-policy/26aab077-e9d6-412b-a665-35d792fcc081?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6937 0.004226 10.0.0.22 - - [2026-01-12 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.22 - - [2026-01-12 02:25:30] "GET /network-policy/af2a6a04-6c5b-402a-9cf9-2e3c87eef3d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005578 10.0.0.22 - - [2026-01-12 02:25:51] "GET /virtual-machine/767883db-0957-49dd-889e-39da3926f415 HTTP/1.1" 200 1299 0.004271 10.0.0.22 - - [2026-01-12 02:25:52] "POST /neutron/port HTTP/1.1" 200 1234 0.052382 10.0.0.22 - - [2026-01-12 02:25:53] "GET /virtual-machine/767883db-0957-49dd-889e-39da3926f415 HTTP/1.1" 404 171 0.003749 10.0.0.22 - - [2026-01-12 02:25:53] "GET /virtual-machine/767883db-0957-49dd-889e-39da3926f415 HTTP/1.1" 404 171 0.003999 10.0.0.22 - - [2026-01-12 02:25:53] "GET /virtual-machine/767883db-0957-49dd-889e-39da3926f415 HTTP/1.1" 404 171 0.003405 10.0.0.22 - - [2026-01-12 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.033952 10.0.0.22 - - [2026-01-12 02:25:54] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004412 10.0.0.22 - - [2026-01-12 02:25:54] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003626 10.0.0.22 - - [2026-01-12 02:25:54] "GET /virtual-network/398d158f-74c5-4307-879c-77813622b6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006128 10.0.0.22 - - [2026-01-12 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.22 - - [2026-01-12 02:25:54] "GET /routing-instance/729c102a-35aa-4c99-8ad5-081f5fcbe7e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005450 10.0.0.22 - - [2026-01-12 02:25:54] "GET /route-target/eee1f4fe-ce1b-405a-bca5-a2a6d09f8f26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004691 10.0.0.22 - - [2026-01-12 02:25:54] "GET /virtual-machine/767883db-0957-49dd-889e-39da3926f415 HTTP/1.1" 404 171 0.003546 10.0.0.22 - - [2026-01-12 02:25:55] "GET /virtual-machine/767883db-0957-49dd-889e-39da3926f415 HTTP/1.1" 404 171 0.004277 10.0.0.22 - - [2026-01-12 02:25:56] "GET /virtual-machine/767883db-0957-49dd-889e-39da3926f415 HTTP/1.1" 404 171 0.034109 10.0.0.22 - - [2026-01-12 02:25:57] "GET /virtual-machine/767883db-0957-49dd-889e-39da3926f415 HTTP/1.1" 404 171 0.003563 10.0.0.22 - - [2026-01-12 02:25:58] "GET /virtual-machine/767883db-0957-49dd-889e-39da3926f415 HTTP/1.1" 404 171 0.003188 10.0.0.22 - - [2026-01-12 02:25:59] "GET /virtual-machine/767883db-0957-49dd-889e-39da3926f415 HTTP/1.1" 404 171 0.003265 10.0.0.22 - - [2026-01-12 02:25:59] "GET /obj-perms HTTP/1.1" 200 5046 0.064919 10.0.0.22 - - [2026-01-12 02:25:59] "GET /obj-perms HTTP/1.1" 200 5046 0.004016 10.0.0.50 - - [2026-01-12 02:25:59] "GET /obj-perms HTTP/1.1" 200 5046 0.056789 10.0.0.22 - - [2026-01-12 02:25:59] "GET /virtual-machine/1cb06b03-d879-4a04-aad8-a1a6499525e3 HTTP/1.1" 200 1300 0.004693 10.0.0.22 - - [2026-01-12 02:26:00] "POST /neutron/port HTTP/1.1" 200 1234 0.021353 10.0.0.22 - - [2026-01-12 02:26:01] "GET /virtual-machine/1cb06b03-d879-4a04-aad8-a1a6499525e3 HTTP/1.1" 404 171 0.003732 10.0.0.22 - - [2026-01-12 02:26:01] "GET /virtual-machine/1cb06b03-d879-4a04-aad8-a1a6499525e3 HTTP/1.1" 404 171 0.003165 10.0.0.22 - - [2026-01-12 02:26:01] "GET /virtual-machine/1cb06b03-d879-4a04-aad8-a1a6499525e3 HTTP/1.1" 404 171 0.003141 10.0.0.22 - - [2026-01-12 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.22 - - [2026-01-12 02:26:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004072 10.0.0.22 - - [2026-01-12 02:26:02] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003482 10.0.0.22 - - [2026-01-12 02:26:02] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006607 10.0.0.22 - - [2026-01-12 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.22 - - [2026-01-12 02:26:02] "GET /routing-instance/05502b97-cfb7-4ee6-8ac8-a2f5b1f2787f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005216 10.0.0.22 - - [2026-01-12 02:26:02] "GET /route-target/415aec36-c339-476a-981d-acaa41600370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005063 10.0.0.22 - - [2026-01-12 02:26:05] "GET /obj-perms HTTP/1.1" 200 5046 0.003896 10.0.0.50 - - [2026-01-12 02:26:05] "GET /obj-perms HTTP/1.1" 200 5046 0.003700 10.0.0.27 - - [2026-01-12 02:26:05] "GET /obj-perms HTTP/1.1" 200 5046 0.058702 10.0.0.22 - - [2026-01-12 02:26:05] "GET /virtual-network/f8cbcb7c-2968-495b-88eb-c8f87b8bbe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3797 0.006658 10.0.0.22 - - [2026-01-12 02:26:05] "POST /neutron/network HTTP/1.1" 200 1493 0.012728 10.0.0.22 - - [2026-01-12 02:26:06] "GET /virtual-network/f8cbcb7c-2968-495b-88eb-c8f87b8bbe67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.010273 10.0.0.22 - - [2026-01-12 02:26:06] "GET /virtual-network/ef907df8-4157-4f2e-a05d-cd9ea291e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.006908 10.0.0.22 - - [2026-01-12 02:26:06] "POST /neutron/network HTTP/1.1" 200 1494 0.012735 10.0.0.50 - - [2026-01-12 02:26:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.047245 10.0.0.22 - - [2026-01-12 02:26:06] "GET /virtual-network/ef907df8-4157-4f2e-a05d-cd9ea291e023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006637 10.0.0.50 - - [2026-01-12 02:26:06] "DELETE /access-control-list/e57052ea-83cb-4df5-9a13-badae39aa7e1 HTTP/1.1" 200 115 0.108757 10.0.0.22 - - [2026-01-12 02:26:06] "GET /virtual-network/398d158f-74c5-4307-879c-77813622b6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006794 10.0.0.22 - - [2026-01-12 02:26:06] "POST /neutron/network HTTP/1.1" 200 1494 0.021123 10.0.0.22 - - [2026-01-12 02:26:06] "GET /virtual-network/398d158f-74c5-4307-879c-77813622b6fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3194 0.007446 10.0.0.22 - - [2026-01-12 02:26:07] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005865 10.0.0.22 - - [2026-01-12 02:26:07] "POST /neutron/network HTTP/1.1" 200 1494 0.013921 10.0.0.50 - - [2026-01-12 02:26:07] "DELETE /access-control-list/f339093a-8518-4a31-bacf-a9d017d048a4 HTTP/1.1" 200 115 0.072368 10.0.0.22 - - [2026-01-12 02:26:07] "GET /virtual-network/5e4cd74f-3d1d-455e-8ced-c77af7262941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.009383 10.0.0.22 - - [2026-01-12 02:26:07] "DELETE /network-policy/cc1385d7-9ccc-40ee-b3b1-217429b8a937 HTTP/1.1" 200 115 0.032596 10.0.0.22 - - [2026-01-12 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006160 10.0.0.27 - - [2026-01-12 02:26:07] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.034199 10.0.0.22 - - [2026-01-12 02:26:07] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076776 10.0.0.22 - - [2026-01-12 02:26:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-60259733&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.005857 10.0.0.22 - - [2026-01-12 02:26:07] "DELETE /network-policy/c5bb92b7-6c70-48e3-8e76-765abf2882d7 HTTP/1.1" 200 115 0.049110 10.0.0.22 - - [2026-01-12 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008713 10.0.0.27 - - [2026-01-12 02:26:07] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.22 - - [2026-01-12 02:26:07] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052398 10.0.0.22 - - [2026-01-12 02:26:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-60259733&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005642 10.0.0.22 - - [2026-01-12 02:26:07] "DELETE /network-policy/71056703-59b3-4130-a778-2f2f9c47a2c6 HTTP/1.1" 200 115 0.042853 10.0.0.22 - - [2026-01-12 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007564 10.0.0.27 - - [2026-01-12 02:26:07] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.22 - - [2026-01-12 02:26:07] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047589 10.0.0.22 - - [2026-01-12 02:26:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-60259733&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006098 10.0.0.22 - - [2026-01-12 02:26:08] "DELETE /network-policy/9f66e458-9b1f-45e0-9049-985af903662a HTTP/1.1" 200 115 0.040127 10.0.0.22 - - [2026-01-12 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.27 - - [2026-01-12 02:26:08] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236 10.0.0.22 - - [2026-01-12 02:26:08] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040724 10.0.0.22 - - [2026-01-12 02:26:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-60259733&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.006687 10.0.0.22 - - [2026-01-12 02:26:08] "DELETE /network-policy/17a37175-a172-4857-b3db-02f99b56b97f HTTP/1.1" 200 115 0.050979 10.0.0.22 - - [2026-01-12 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.27 - - [2026-01-12 02:26:08] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.22 - - [2026-01-12 02:26:08] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042612 10.0.0.22 - - [2026-01-12 02:26:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-60259733&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.006222 10.0.0.22 - - [2026-01-12 02:26:08] "DELETE /network-policy/59a839cc-e7a6-4a9a-9332-9f0b87036901 HTTP/1.1" 200 115 0.041792 10.0.0.22 - - [2026-01-12 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.27 - - [2026-01-12 02:26:08] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000970 10.0.0.22 - - [2026-01-12 02:26:08] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053632 10.0.0.22 - - [2026-01-12 02:26:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-60259733&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.005646 10.0.0.22 - - [2026-01-12 02:26:08] "DELETE /network-policy/af2a6a04-6c5b-402a-9cf9-2e3c87eef3d3 HTTP/1.1" 200 115 0.042719 10.0.0.22 - - [2026-01-12 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004667 10.0.0.27 - - [2026-01-12 02:26:08] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.22 - - [2026-01-12 02:26:08] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040184 10.0.0.22 - - [2026-01-12 02:26:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-60259733&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.005144 10.0.0.22 - - [2026-01-12 02:26:09] "DELETE /network-policy/26aab077-e9d6-412b-a665-35d792fcc081 HTTP/1.1" 200 115 0.042320 10.0.0.22 - - [2026-01-12 02:26:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.012643 10.0.0.27 - - [2026-01-12 02:26:09] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001224 10.0.0.22 - - [2026-01-12 02:26:09] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056974 10.0.0.22 - - [2026-01-12 02:26:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-60259733&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005854 10.0.0.22 - - [2026-01-12 02:26:09] "POST /neutron/network HTTP/1.1" 200 1308 0.013417 10.0.0.50 - - [2026-01-12 02:26:09] "DELETE /route-target/f619db27-d4c7-4e9c-baf4-6d9439cd3386 HTTP/1.1" 200 115 0.021440 10.0.0.27 - - [2026-01-12 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.006686 10.0.0.27 - - [2026-01-12 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002731 10.0.0.27 - - [2026-01-12 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003587 10.0.0.27 - - [2026-01-12 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002789 10.0.0.27 - - [2026-01-12 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002449 10.0.0.27 - - [2026-01-12 02:26:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002436 10.0.0.22 - - [2026-01-12 02:26:09] "POST /neutron/network HTTP/1.1" 200 151 0.159250 10.0.0.50 - - [2026-01-12 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.22 - - [2026-01-12 02:26:10] "POST /neutron/network HTTP/1.1" 200 1309 0.011238 10.0.0.50 - - [2026-01-12 02:26:10] "DELETE /route-target/415aec36-c339-476a-981d-acaa41600370 HTTP/1.1" 200 115 0.031436 10.0.0.22 - - [2026-01-12 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006378 10.0.0.22 - - [2026-01-12 02:26:11] "DELETE /network-ipam/3f25dae9-87db-48d0-9afe-34e446e448cf HTTP/1.1" 200 115 0.047353 10.0.0.22 - - [2026-01-12 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 252 0.003450 10.0.0.27 - - [2026-01-12 02:26:11] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.27 - - [2026-01-12 02:26:11] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.046546 10.0.0.27 - - [2026-01-12 02:26:11] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001063 10.0.0.27 - - [2026-01-12 02:26:11] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?fields=security_groups HTTP/1.1" 200 1387 0.042585 10.0.0.27 - - [2026-01-12 02:26:11] "DELETE /security-group/24c94877-cef1-4ccc-a567-f2cf86426186 HTTP/1.1" 200 115 0.080086 10.0.0.27 - - [2026-01-12 02:26:11] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003004 10.0.0.27 - - [2026-01-12 02:26:11] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?fields=application_policy_sets HTTP/1.1" 200 1426 0.104620 10.0.0.22 - - [2026-01-12 02:26:11] "DELETE /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b HTTP/1.1" 200 115 0.507211 10.0.0.27 - - [2026-01-12 02:26:11] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001355 10.0.0.22 - - [2026-01-12 02:26:11] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?fields=projects HTTP/1.1" 200 1439 0.010570 10.0.0.22 - - [2026-01-12 02:26:16] "POST /fqname-to-id HTTP/1.1" 404 225 0.003381 10.0.0.27 - - [2026-01-12 02:26:17] "POST /id-to-fqname HTTP/1.1" 200 198 0.008752 10.0.0.27 - - [2026-01-12 02:26:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.006638 10.0.0.27 - - [2026-01-12 02:26:17] "POST /security-groups HTTP/1.1" 200 599 0.081454 10.0.0.50 - - [2026-01-12 02:26:17] "POST /fqname-to-id HTTP/1.1" 404 242 0.003219 10.0.0.27 - - [2026-01-12 02:26:17] "POST /projects HTTP/1.1" 200 601 0.331277 10.0.0.22 - - [2026-01-12 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.374451 10.0.0.27 - - [2026-01-12 02:26:17] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001809 10.0.0.22 - - [2026-01-12 02:26:17] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.078918 10.0.0.50 - - [2026-01-12 02:26:17] "POST /access-control-lists HTTP/1.1" 200 602 0.076157 10.0.0.22 - - [2026-01-12 02:26:17] "POST /network-policys HTTP/1.1" 200 559 0.038434 10.0.0.22 - - [2026-01-12 02:26:17] "GET /network-policy/11c71a2d-ceec-4713-a980-6e910dedcba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.007209 10.0.0.22 - - [2026-01-12 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.27 - - [2026-01-12 02:26:17] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001613 10.0.0.22 - - [2026-01-12 02:26:17] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.087933 10.0.0.27 - - [2026-01-12 02:26:17] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002434 10.0.0.22 - - [2026-01-12 02:26:17] "POST /neutron/network HTTP/1.1" 200 615 0.153522 10.0.0.50 - - [2026-01-12 02:26:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.009591 10.0.0.22 - - [2026-01-12 02:26:18] "POST /neutron/network HTTP/1.1" 200 1007 0.021280 10.0.0.22 - - [2026-01-12 02:26:18] "POST /id-to-fqname HTTP/1.1" 200 229 0.001222 10.0.0.22 - - [2026-01-12 02:26:18] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005855 10.0.0.22 - - [2026-01-12 02:26:18] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006881 10.0.0.22 - - [2026-01-12 02:26:18] "POST /neutron/subnet HTTP/1.1" 200 721 0.009929 10.0.0.50 - - [2026-01-12 02:26:18] "POST /fqname-to-id HTTP/1.1" 404 244 0.005662 10.0.0.22 - - [2026-01-12 02:26:18] "POST /neutron/network HTTP/1.1" 200 1106 0.118932 10.0.0.22 - - [2026-01-12 02:26:18] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.009032 10.0.0.22 - - [2026-01-12 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.22 - - [2026-01-12 02:26:18] "GET /network-policy/11c71a2d-ceec-4713-a980-6e910dedcba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.006953 10.0.0.22 - - [2026-01-12 02:26:19] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006093 10.0.0.22 - - [2026-01-12 02:26:19] "POST /id-to-fqname HTTP/1.1" 200 229 0.001663 10.0.0.27 - - [2026-01-12 02:26:20] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.22 - - [2026-01-12 02:26:20] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084735 10.0.0.22 - - [2026-01-12 02:26:20] "POST /neutron/network HTTP/1.1" 200 1106 0.009464 10.0.0.22 - - [2026-01-12 02:26:20] "POST /id-to-fqname HTTP/1.1" 200 229 0.001289 10.0.0.22 - - [2026-01-12 02:26:20] "POST /neutron/port HTTP/1.1" 200 117 0.007224 10.0.0.27 - - [2026-01-12 02:26:21] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001477 10.0.0.22 - - [2026-01-12 02:26:21] "POST /neutron/port HTTP/1.1" 200 1174 0.470083 10.0.0.27 - - [2026-01-12 02:26:22] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.22 - - [2026-01-12 02:26:22] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.140847 10.0.0.22 - - [2026-01-12 02:26:22] "POST /neutron/network HTTP/1.1" 200 1106 0.012477 10.0.0.22 - - [2026-01-12 02:26:22] "POST /neutron/port HTTP/1.1" 200 1238 0.046173 10.0.0.22 - - [2026-01-12 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012020 10.0.0.22 - - [2026-01-12 02:26:22] "POST /neutron/port HTTP/1.1" 200 117 0.171675 10.0.0.22 - - [2026-01-12 02:26:22] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.27 - - [2026-01-12 02:26:23] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002322 10.0.0.22 - - [2026-01-12 02:26:23] "POST /neutron/port HTTP/1.1" 200 1174 0.365589 10.0.0.22 - - [2026-01-12 02:26:24] "POST /neutron/port HTTP/1.1" 200 1228 0.184877 10.0.0.22 - - [2026-01-12 02:26:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003858 10.0.0.22 - - [2026-01-12 02:26:24] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.22 - - [2026-01-12 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007593 10.0.0.22 - - [2026-01-12 02:26:28] "POST /neutron/port HTTP/1.1" 200 1238 0.017700 10.0.0.22 - - [2026-01-12 02:26:28] "GET /virtual-machine/811f74dd-3439-4ee2-80d1-f83bf9079e79 HTTP/1.1" 200 1299 0.006037 10.0.0.22 - - [2026-01-12 02:26:28] "GET /virtual-machine-interface/a0a8f947-70de-48bd-b254-ac9662235b40 HTTP/1.1" 200 3179 0.005441 10.0.0.22 - - [2026-01-12 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.22 - - [2026-01-12 02:26:28] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004316 10.0.0.22 - - [2026-01-12 02:26:28] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003527 10.0.0.22 - - [2026-01-12 02:26:28] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006029 10.0.0.22 - - [2026-01-12 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.22 - - [2026-01-12 02:26:31] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005532 10.0.0.22 - - [2026-01-12 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.22 - - [2026-01-12 02:26:35] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007291 10.0.0.22 - - [2026-01-12 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.22 - - [2026-01-12 02:26:39] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005918 10.0.0.22 - - [2026-01-12 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.22 - - [2026-01-12 02:26:43] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005747 10.0.0.27 - - [2026-01-12 02:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2026-01-12 02:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000402 10.0.0.50 - - [2026-01-12 02:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.50 - - [2026-01-12 02:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2026-01-12 02:26:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.27 - - [2026-01-12 02:26:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.50 - - [2026-01-12 02:26:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.50 - - [2026-01-12 02:26:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2026-01-12 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.22 - - [2026-01-12 02:26:47] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007083 10.0.0.22 - - [2026-01-12 02:26:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000419 10.0.0.22 - - [2026-01-12 02:26:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.22 - - [2026-01-12 02:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.22 - - [2026-01-12 02:26:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.22 - - [2026-01-12 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.22 - - [2026-01-12 02:26:51] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005699 10.0.0.22 - - [2026-01-12 02:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.22 - - [2026-01-12 02:26:55] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005389 10.0.0.27 - - [2026-01-12 02:26:59] "DELETE /project/34c3f9aa5e0c4a98b77a67909b31ef9b HTTP/1.1" 404 173 0.038897 10.0.0.22 - - [2026-01-12 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.22 - - [2026-01-12 02:27:00] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006127 10.0.0.22 - - [2026-01-12 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2026-01-12 02:27:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003732 10.0.0.22 - - [2026-01-12 02:27:02] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003747 10.0.0.22 - - [2026-01-12 02:27:02] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006707 10.0.0.22 - - [2026-01-12 02:27:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008882 10.0.0.22 - - [2026-01-12 02:27:09] "POST /neutron/port HTTP/1.1" 200 1238 0.021462 10.0.0.22 - - [2026-01-12 02:27:10] "GET /obj-perms HTTP/1.1" 200 5056 0.054617 10.0.0.50 - - [2026-01-12 02:27:10] "GET /obj-perms HTTP/1.1" 200 5056 0.049394 10.0.0.22 - - [2026-01-12 02:27:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008217 10.0.0.22 - - [2026-01-12 02:27:14] "POST /neutron/network HTTP/1.1" 200 1116 0.008528 10.0.0.22 - - [2026-01-12 02:27:14] "POST /neutron/subnet HTTP/1.1" 200 1381 0.015519 10.0.0.22 - - [2026-01-12 02:27:14] "POST /neutron/network HTTP/1.1" 200 1106 0.013008 10.0.0.22 - - [2026-01-12 02:27:16] "POST /neutron/port HTTP/1.1" 200 1238 0.025535 10.0.0.22 - - [2026-01-12 02:27:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004028 10.0.0.22 - - [2026-01-12 02:27:17] "POST /neutron/port HTTP/1.1" 200 117 0.001196 10.0.0.22 - - [2026-01-12 02:27:17] "POST /neutron/port HTTP/1.1" 200 1238 0.018208 10.0.0.22 - - [2026-01-12 02:27:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008044 10.0.0.22 - - [2026-01-12 02:27:23] "POST /neutron/port HTTP/1.1" 200 1238 0.019982 10.0.0.22 - - [2026-01-12 02:27:23] "GET /virtual-machine/2f9bbfab-2d78-4b8b-b680-be225d2d4644 HTTP/1.1" 200 1300 0.006898 10.0.0.22 - - [2026-01-12 02:27:23] "GET /virtual-machine-interface/d1c95f1e-53f8-4852-9103-7f1596adb7d1 HTTP/1.1" 200 3179 0.006382 10.0.0.22 - - [2026-01-12 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.22 - - [2026-01-12 02:27:23] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004385 10.0.0.22 - - [2026-01-12 02:27:23] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003464 10.0.0.22 - - [2026-01-12 02:27:23] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006217 10.0.0.22 - - [2026-01-12 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.22 - - [2026-01-12 02:27:24] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004076 10.0.0.22 - - [2026-01-12 02:27:24] "GET /virtual-networks?parent_id=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003159 10.0.0.22 - - [2026-01-12 02:27:24] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006505 10.0.0.22 - - [2026-01-12 02:27:48] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008743 10.0.0.22 - - [2026-01-12 02:27:48] "POST /neutron/network HTTP/1.1" 200 1007 0.101857 10.0.0.50 - - [2026-01-12 02:27:48] "DELETE /access-control-list/511791d5-ad63-4a6d-935a-f63365e05e2f HTTP/1.1" 200 115 0.056981 10.0.0.22 - - [2026-01-12 02:27:48] "GET /virtual-network/6937ebad-dc8a-4cad-bde5-9dba54998f44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006637 10.0.0.22 - - [2026-01-12 02:27:48] "POST /neutron/network HTTP/1.1" 400 204 0.014130 10.0.0.22 - - [2026-01-12 02:27:49] "POST /neutron/port HTTP/1.1" 200 151 0.312963 10.0.0.22 - - [2026-01-12 02:27:49] "POST /neutron/port HTTP/1.1" 200 151 0.344965 10.0.0.22 - - [2026-01-12 02:27:51] "DELETE /network-policy/11c71a2d-ceec-4713-a980-6e910dedcba2 HTTP/1.1" 200 115 0.035067 10.0.0.27 - - [2026-01-12 02:27:53] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.22 - - [2026-01-12 02:27:53] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.087038 10.0.0.27 - - [2026-01-12 02:27:53] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002583 10.0.0.22 - - [2026-01-12 02:27:53] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?fields=virtual_networks HTTP/1.1" 200 1048 0.051306 10.0.0.27 - - [2026-01-12 02:27:53] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001367 10.0.0.22 - - [2026-01-12 02:27:53] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.041445 10.0.0.27 - - [2026-01-12 02:27:53] "GET /projects?obj_uuids=34c3f9aa-5e0c-4a98-b77a-67909b31ef9b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.22 - - [2026-01-12 02:27:54] "GET /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b?fields=security_groups HTTP/1.1" 200 1282 0.044745 10.0.0.22 - - [2026-01-12 02:27:55] "POST /fqname-to-id HTTP/1.1" 404 202 0.027194 10.0.0.27 - - [2026-01-12 02:27:55] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003019 10.0.0.27 - - [2026-01-12 02:27:55] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.27 - - [2026-01-12 02:27:55] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008805 10.0.0.27 - - [2026-01-12 02:27:55] "POST /id-to-fqname HTTP/1.1" 200 204 0.005098 10.0.0.27 - - [2026-01-12 02:27:55] "POST /fqname-to-id HTTP/1.1" 404 213 0.007023 10.0.0.27 - - [2026-01-12 02:27:55] "POST /security-groups HTTP/1.1" 200 605 0.082059 10.0.0.50 - - [2026-01-12 02:27:55] "POST /fqname-to-id HTTP/1.1" 404 248 0.003846 10.0.0.27 - - [2026-01-12 02:27:55] "POST /projects HTTP/1.1" 200 613 0.305640 10.0.0.27 - - [2026-01-12 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.378643 10.0.0.50 - - [2026-01-12 02:27:55] "POST /access-control-lists HTTP/1.1" 200 608 0.028467 10.0.0.22 - - [2026-01-12 02:27:55] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.523691 10.0.0.22 - - [2026-01-12 02:27:56] "GET / HTTP/1.1" 200 35931 0.001779 10.0.0.27 - - [2026-01-12 02:27:59] "DELETE /project/0591dd00b01f4045970c6457fd3d43b8 HTTP/1.1" 404 173 0.004049 10.0.0.27 - - [2026-01-12 02:27:59] "DELETE /project/34c3f9aa-5e0c-4a98-b77a-67909b31ef9b HTTP/1.1" 404 177 0.003672 10.0.0.22 - - [2026-01-12 02:28:00] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2026-01-12 02:28:00] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001390 10.0.0.22 - - [2026-01-12 02:28:00] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.088557 10.0.0.22 - - [2026-01-12 02:28:01] "GET / HTTP/1.1" 200 35931 0.001446 10.0.0.22 - - [2026-01-12 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.27 - - [2026-01-12 02:28:01] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.22 - - [2026-01-12 02:28:01] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007911 10.0.0.22 - - [2026-01-12 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.27 - - [2026-01-12 02:28:01] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003607 10.0.0.22 - - [2026-01-12 02:28:01] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.055408 10.0.0.22 - - [2026-01-12 02:28:03] "GET /domains HTTP/1.1" 401 292 0.000487 10.0.0.22 - - [2026-01-12 02:28:03] "GET /domains HTTP/1.1" 200 280 0.026926 10.0.0.27 - - [2026-01-12 02:28:03] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001332 10.0.0.22 - - [2026-01-12 02:28:03] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945 HTTP/1.1" 200 2782 0.010900 10.0.0.27 - - [2026-01-12 02:28:03] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001590 10.0.0.22 - - [2026-01-12 02:28:03] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8 HTTP/1.1" 200 1935 0.108245 10.0.0.22 - - [2026-01-12 02:28:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003892 10.0.0.22 - - [2026-01-12 02:28:03] "POST /network-ipams HTTP/1.1" 200 627 0.031656 10.0.0.22 - - [2026-01-12 02:28:03] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003759 10.0.0.22 - - [2026-01-12 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.22 - - [2026-01-12 02:28:03] "GET /network-ipam/ca7183a1-6fa8-45f8-863c-79f0fec87c5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.008175 10.0.0.22 - - [2026-01-12 02:28:03] "PUT /network-ipam/ca7183a1-6fa8-45f8-863c-79f0fec87c5c HTTP/1.1" 200 258 0.016107 10.0.0.22 - - [2026-01-12 02:28:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.22 - - [2026-01-12 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.041011 10.0.0.27 - - [2026-01-12 02:28:04] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001539 10.0.0.22 - - [2026-01-12 02:28:04] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.042911 10.0.0.22 - - [2026-01-12 02:28:04] "POST /neutron/network HTTP/1.1" 200 117 0.050629 10.0.0.50 - - [2026-01-12 02:28:04] "POST /route-targets HTTP/1.1" 200 327 0.015401 10.0.0.50 - - [2026-01-12 02:28:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.006191 10.0.0.27 - - [2026-01-12 02:28:05] "POST /useragent-kv HTTP/1.1" 200 115 0.013737 10.0.0.22 - - [2026-01-12 02:28:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.232890 10.0.0.22 - - [2026-01-12 02:28:05] "POST /id-to-fqname HTTP/1.1" 200 237 0.001682 10.0.0.22 - - [2026-01-12 02:28:05] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006166 10.0.0.22 - - [2026-01-12 02:28:05] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005407 10.0.0.22 - - [2026-01-12 02:28:05] "POST /neutron/network HTTP/1.1" 200 1142 0.013510 10.0.0.22 - - [2026-01-12 02:28:06] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.005419 10.0.0.27 - - [2026-01-12 02:28:07] "GET /obj-perms HTTP/1.1" 200 5021 0.068354 10.0.0.22 - - [2026-01-12 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 231 0.003488 10.0.0.22 - - [2026-01-12 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.27 - - [2026-01-12 02:28:07] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001085 10.0.0.22 - - [2026-01-12 02:28:08] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.057186 10.0.0.22 - - [2026-01-12 02:28:08] "POST /network-policys HTTP/1.1" 200 565 0.029845 10.0.0.22 - - [2026-01-12 02:28:08] "GET /network-policy/b727c601-0188-4ee2-bd0e-f75be953c42c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.006083 10.0.0.22 - - [2026-01-12 02:28:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.003390 10.0.0.22 - - [2026-01-12 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.27 - - [2026-01-12 02:28:08] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000958 10.0.0.22 - - [2026-01-12 02:28:08] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.050564 10.0.0.22 - - [2026-01-12 02:28:08] "POST /network-policys HTTP/1.1" 200 565 0.030193 10.0.0.22 - - [2026-01-12 02:28:08] "GET /network-policy/539dcd17-8dd2-46ec-9228-34583b6ebcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.006552 10.0.0.22 - - [2026-01-12 02:28:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.003962 10.0.0.22 - - [2026-01-12 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.27 - - [2026-01-12 02:28:08] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001009 10.0.0.22 - - [2026-01-12 02:28:08] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.056167 10.0.0.22 - - [2026-01-12 02:28:08] "POST /network-policys HTTP/1.1" 200 565 0.029138 10.0.0.22 - - [2026-01-12 02:28:08] "GET /network-policy/b5df1f07-8bdf-467e-b5cd-4a6ead3bd772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006631 10.0.0.22 - - [2026-01-12 02:28:09] "POST /neutron/network HTTP/1.1" 200 1142 0.013151 10.0.0.50 - - [2026-01-12 02:28:09] "POST /access-control-lists HTTP/1.1" 200 611 0.046137 10.0.0.22 - - [2026-01-12 02:28:09] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.008126 10.0.0.22 - - [2026-01-12 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.22 - - [2026-01-12 02:28:09] "GET /network-policy/539dcd17-8dd2-46ec-9228-34583b6ebcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004310 10.0.0.22 - - [2026-01-12 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.22 - - [2026-01-12 02:28:09] "GET /network-policy/b727c601-0188-4ee2-bd0e-f75be953c42c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004570 10.0.0.22 - - [2026-01-12 02:28:09] "POST /id-to-fqname HTTP/1.1" 200 237 0.001387 10.0.0.22 - - [2026-01-12 02:28:09] "POST /neutron/network HTTP/1.1" 200 1350 0.008667 10.0.0.27 - - [2026-01-12 02:28:10] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001286 10.0.0.22 - - [2026-01-12 02:28:10] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.063294 10.0.0.22 - - [2026-01-12 02:28:11] "POST /neutron/port HTTP/1.1" 200 117 0.007777 10.0.0.27 - - [2026-01-12 02:28:11] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001061 10.0.0.22 - - [2026-01-12 02:28:12] "POST /neutron/port HTTP/1.1" 200 1181 0.461173 10.0.0.22 - - [2026-01-12 02:28:12] "POST /neutron/port HTTP/1.1" 200 1235 0.131379 10.0.0.22 - - [2026-01-12 02:28:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004503 10.0.0.22 - - [2026-01-12 02:28:12] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.22 - - [2026-01-12 02:28:15] "POST /neutron/port HTTP/1.1" 200 1245 0.019913 10.0.0.22 - - [2026-01-12 02:28:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004425 10.0.0.22 - - [2026-01-12 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.001483 10.0.0.22 - - [2026-01-12 02:28:16] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009597 10.0.0.22 - - [2026-01-12 02:28:16] "POST /neutron/port HTTP/1.1" 200 1245 0.021143 10.0.0.22 - - [2026-01-12 02:28:16] "GET /virtual-machine/eb98a719-922c-4a22-ae1d-df02aed7d26f HTTP/1.1" 401 292 0.000380 10.0.0.22 - - [2026-01-12 02:28:16] "GET /virtual-machine/eb98a719-922c-4a22-ae1d-df02aed7d26f HTTP/1.1" 200 1307 0.036645 10.0.0.22 - - [2026-01-12 02:28:17] "GET /virtual-machine-interface/fabb4fe1-bacb-4e6d-9cda-2e9a3de7ed87 HTTP/1.1" 200 3178 0.005763 10.0.0.22 - - [2026-01-12 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.22 - - [2026-01-12 02:28:17] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004183 10.0.0.22 - - [2026-01-12 02:28:17] "GET /virtual-networks?parent_id=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003393 10.0.0.22 - - [2026-01-12 02:28:17] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.010206 10.0.0.22 - - [2026-01-12 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.22 - - [2026-01-12 02:28:20] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006251 10.0.0.22 - - [2026-01-12 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.22 - - [2026-01-12 02:28:24] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006268 10.0.0.22 - - [2026-01-12 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.22 - - [2026-01-12 02:28:28] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005662 10.0.0.22 - - [2026-01-12 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.22 - - [2026-01-12 02:28:32] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.004981 10.0.0.22 - - [2026-01-12 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.22 - - [2026-01-12 02:28:36] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006116 10.0.0.22 - - [2026-01-12 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.22 - - [2026-01-12 02:28:40] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006046 10.0.0.22 - - [2026-01-12 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.22 - - [2026-01-12 02:28:44] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.005747 10.0.0.22 - - [2026-01-12 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.22 - - [2026-01-12 02:28:48] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.007222 10.0.0.22 - - [2026-01-12 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.22 - - [2026-01-12 02:28:50] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004736 10.0.0.22 - - [2026-01-12 02:28:50] "GET /virtual-networks?parent_id=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003872 10.0.0.22 - - [2026-01-12 02:28:51] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3303 0.006559 10.0.0.22 - - [2026-01-12 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008518 10.0.0.22 - - [2026-01-12 02:28:59] "POST /neutron/port HTTP/1.1" 200 1245 0.017393 10.0.0.22 - - [2026-01-12 02:29:01] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006876 10.0.0.22 - - [2026-01-12 02:29:11] "POST /neutron/port HTTP/1.1" 200 1245 0.021224 10.0.0.22 - - [2026-01-12 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007106 10.0.0.22 - - [2026-01-12 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.22 - - [2026-01-12 02:29:12] "GET /network-policy/b727c601-0188-4ee2-bd0e-f75be953c42c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.003880 10.0.0.22 - - [2026-01-12 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.22 - - [2026-01-12 02:29:12] "GET /network-policy/539dcd17-8dd2-46ec-9228-34583b6ebcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004638 10.0.0.22 - - [2026-01-12 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.22 - - [2026-01-12 02:29:12] "GET /network-policy/b5df1f07-8bdf-467e-b5cd-4a6ead3bd772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004700 10.0.0.22 - - [2026-01-12 02:29:12] "POST /neutron/network HTTP/1.1" 200 1432 0.016777 10.0.0.22 - - [2026-01-12 02:29:12] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.005712 10.0.0.22 - - [2026-01-12 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.22 - - [2026-01-12 02:29:12] "GET /network-policy/539dcd17-8dd2-46ec-9228-34583b6ebcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004218 10.0.0.22 - - [2026-01-12 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.22 - - [2026-01-12 02:29:12] "GET /network-policy/b5df1f07-8bdf-467e-b5cd-4a6ead3bd772?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.004696 10.0.0.22 - - [2026-01-12 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.22 - - [2026-01-12 02:29:12] "GET /network-policy/b727c601-0188-4ee2-bd0e-f75be953c42c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004533 10.0.0.22 - - [2026-01-12 02:29:16] "POST /neutron/network HTTP/1.1" 200 1442 0.008850 10.0.0.22 - - [2026-01-12 02:29:16] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013937 10.0.0.22 - - [2026-01-12 02:29:16] "POST /neutron/network HTTP/1.1" 200 1432 0.011132 10.0.0.22 - - [2026-01-12 02:29:17] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3599 0.006788 10.0.0.50 - - [2026-01-12 02:29:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.011161 10.0.0.50 - - [2026-01-12 02:29:17] "DELETE /access-control-list/ee0b467b-a233-4f6c-ae98-5831a7548913 HTTP/1.1" 200 115 0.099234 10.0.0.22 - - [2026-01-12 02:29:17] "POST /neutron/network HTTP/1.1" 200 1142 0.050064 10.0.0.22 - - [2026-01-12 02:29:17] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.006577 10.0.0.22 - - [2026-01-12 02:29:23] "GET /virtual-machine/eb98a719-922c-4a22-ae1d-df02aed7d26f HTTP/1.1" 200 1307 0.004075 10.0.0.22 - - [2026-01-12 02:29:23] "POST /neutron/port HTTP/1.1" 200 151 0.272999 10.0.0.22 - - [2026-01-12 02:29:25] "GET /virtual-machine/eb98a719-922c-4a22-ae1d-df02aed7d26f HTTP/1.1" 404 171 0.003076 10.0.0.22 - - [2026-01-12 02:29:25] "GET /virtual-machine/eb98a719-922c-4a22-ae1d-df02aed7d26f HTTP/1.1" 404 171 0.003095 10.0.0.22 - - [2026-01-12 02:29:25] "GET /virtual-machine/eb98a719-922c-4a22-ae1d-df02aed7d26f HTTP/1.1" 404 171 0.003355 10.0.0.22 - - [2026-01-12 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.22 - - [2026-01-12 02:29:25] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004326 10.0.0.22 - - [2026-01-12 02:29:25] "GET /virtual-networks?parent_id=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003709 10.0.0.22 - - [2026-01-12 02:29:25] "GET /virtual-network/33cfc4dd-8a77-47d3-9fc3-cd6e4d871cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.011469 10.0.0.22 - - [2026-01-12 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.22 - - [2026-01-12 02:29:25] "GET /routing-instance/4908b1cc-0cad-44fe-89d0-e899ec1a4554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005627 10.0.0.22 - - [2026-01-12 02:29:25] "GET /route-target/cc050b3a-087a-48fa-9068-f85a6dc63921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004622 10.0.0.22 - - [2026-01-12 02:29:25] "GET /obj-perms HTTP/1.1" 200 5021 0.064915 10.0.0.50 - - [2026-01-12 02:29:25] "GET /obj-perms HTTP/1.1" 200 5021 0.055609 10.0.0.22 - - [2026-01-12 02:29:35] "GET /obj-perms HTTP/1.1" 200 5021 0.004713 10.0.0.50 - - [2026-01-12 02:29:35] "GET /obj-perms HTTP/1.1" 200 5021 0.004827 10.0.0.27 - - [2026-01-12 02:29:35] "GET /obj-perms HTTP/1.1" 200 5021 0.003953 10.0.0.22 - - [2026-01-12 02:29:35] "DELETE /network-policy/b5df1f07-8bdf-467e-b5cd-4a6ead3bd772 HTTP/1.1" 200 115 0.038439 10.0.0.22 - - [2026-01-12 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005671 10.0.0.27 - - [2026-01-12 02:29:35] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001459 10.0.0.22 - - [2026-01-12 02:29:35] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.042746 10.0.0.22 - - [2026-01-12 02:29:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-11212036&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.006358 10.0.0.22 - - [2026-01-12 02:29:35] "DELETE /network-policy/539dcd17-8dd2-46ec-9228-34583b6ebcd3 HTTP/1.1" 200 115 0.039710 10.0.0.22 - - [2026-01-12 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009761 10.0.0.27 - - [2026-01-12 02:29:35] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001004 10.0.0.22 - - [2026-01-12 02:29:35] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.040455 10.0.0.22 - - [2026-01-12 02:29:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-11212036&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005712 10.0.0.22 - - [2026-01-12 02:29:35] "DELETE /network-policy/b727c601-0188-4ee2-bd0e-f75be953c42c HTTP/1.1" 200 115 0.045399 10.0.0.22 - - [2026-01-12 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006263 10.0.0.27 - - [2026-01-12 02:29:35] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000983 10.0.0.22 - - [2026-01-12 02:29:35] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.061606 10.0.0.22 - - [2026-01-12 02:29:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-11212036&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005970 10.0.0.22 - - [2026-01-12 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.22 - - [2026-01-12 02:29:36] "DELETE /network-ipam/ca7183a1-6fa8-45f8-863c-79f0fec87c5c HTTP/1.1" 200 115 0.038265 10.0.0.22 - - [2026-01-12 02:29:36] "POST /fqname-to-id HTTP/1.1" 404 264 0.004383 10.0.0.27 - - [2026-01-12 02:29:36] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001106 10.0.0.27 - - [2026-01-12 02:29:36] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.045191 10.0.0.27 - - [2026-01-12 02:29:36] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000940 10.0.0.27 - - [2026-01-12 02:29:36] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?fields=security_groups HTTP/1.1" 200 1404 0.047153 10.0.0.27 - - [2026-01-12 02:29:36] "DELETE /security-group/c424ae30-9177-49c6-9e05-80ac8b826982 HTTP/1.1" 200 115 0.057062 10.0.0.27 - - [2026-01-12 02:29:36] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001134 10.0.0.50 - - [2026-01-12 02:29:36] "DELETE /access-control-list/f0def6e0-8bb3-4aeb-a3b9-d9cd2aecb94f HTTP/1.1" 200 115 0.045156 10.0.0.27 - - [2026-01-12 02:29:36] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?fields=application_policy_sets HTTP/1.1" 200 1443 0.052115 10.0.0.22 - - [2026-01-12 02:29:36] "DELETE /project/0591dd00-b01f-4045-970c-6457fd3d43b8 HTTP/1.1" 200 115 0.428384 10.0.0.27 - - [2026-01-12 02:29:36] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.22 - - [2026-01-12 02:29:36] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?fields=projects HTTP/1.1" 200 1439 0.010097 10.0.0.27 - - [2026-01-12 02:29:39] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003778 10.0.0.27 - - [2026-01-12 02:29:39] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.27 - - [2026-01-12 02:29:39] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049735 10.0.0.27 - - [2026-01-12 02:29:39] "POST /id-to-fqname HTTP/1.1" 200 204 0.003988 10.0.0.27 - - [2026-01-12 02:29:39] "POST /fqname-to-id HTTP/1.1" 404 213 0.010542 10.0.0.27 - - [2026-01-12 02:29:39] "POST /security-groups HTTP/1.1" 200 605 0.041773 10.0.0.27 - - [2026-01-12 02:29:39] "POST /projects HTTP/1.1" 200 613 0.256896 10.0.0.50 - - [2026-01-12 02:29:39] "POST /access-control-lists HTTP/1.1" 200 610 0.030026 10.0.0.27 - - [2026-01-12 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.332624 10.0.0.22 - - [2026-01-12 02:29:40] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.486392 10.0.0.27 - - [2026-01-12 02:29:40] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000942 10.0.0.22 - - [2026-01-12 02:29:40] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?fields=virtual_networks HTTP/1.1" 200 1059 0.066124 10.0.0.27 - - [2026-01-12 02:29:40] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001008 10.0.0.22 - - [2026-01-12 02:29:40] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.036080 10.0.0.27 - - [2026-01-12 02:29:40] "GET /projects?obj_uuids=0591dd00-b01f-4045-970c-6457fd3d43b8&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002829 10.0.0.22 - - [2026-01-12 02:29:40] "GET /project/0591dd00-b01f-4045-970c-6457fd3d43b8?fields=security_groups HTTP/1.1" 200 1299 0.056508 10.0.0.22 - - [2026-01-12 02:29:41] "POST /fqname-to-id HTTP/1.1" 404 204 0.038350 10.0.0.27 - - [2026-01-12 02:29:41] "GET /projects?obj_uuids=06dc1d6d-6d89-4ec7-8f91-eb7009b64e79&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002916 10.0.0.27 - - [2026-01-12 02:29:41] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001439 10.0.0.27 - - [2026-01-12 02:29:41] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007977 10.0.0.27 - - [2026-01-12 02:29:41] "POST /id-to-fqname HTTP/1.1" 200 206 0.004395 10.0.0.27 - - [2026-01-12 02:29:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.004164 10.0.0.27 - - [2026-01-12 02:29:41] "POST /security-groups HTTP/1.1" 200 607 0.039840 10.0.0.50 - - [2026-01-12 02:29:41] "POST /fqname-to-id HTTP/1.1" 404 250 0.014917 10.0.0.27 - - [2026-01-12 02:29:41] "POST /projects HTTP/1.1" 200 617 0.255637 10.0.0.27 - - [2026-01-12 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.330956 10.0.0.50 - - [2026-01-12 02:29:41] "POST /access-control-lists HTTP/1.1" 200 610 0.029369 10.0.0.22 - - [2026-01-12 02:29:41] "GET /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.491770 10.0.0.22 - - [2026-01-12 02:29:43] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.22 - - [2026-01-12 02:29:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.22 - - [2026-01-12 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 233 0.073661 10.0.0.22 - - [2026-01-12 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.27 - - [2026-01-12 02:29:46] "GET /projects?obj_uuids=06dc1d6d-6d89-4ec7-8f91-eb7009b64e79&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001410 10.0.0.22 - - [2026-01-12 02:29:46] "GET /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.050356 10.0.0.22 - - [2026-01-12 02:29:46] "POST /network-policys HTTP/1.1" 200 567 0.076714 10.0.0.22 - - [2026-01-12 02:29:46] "GET /network-policy/86657c5e-2870-43a7-bec6-392be643580d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.006406 10.0.0.22 - - [2026-01-12 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.27 - - [2026-01-12 02:29:46] "GET /projects?obj_uuids=06dc1d6d-6d89-4ec7-8f91-eb7009b64e79&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001163 10.0.0.22 - - [2026-01-12 02:29:46] "GET /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.045560 10.0.0.22 - - [2026-01-12 02:29:47] "POST /neutron/network HTTP/1.1" 200 117 0.087810 10.0.0.27 - - [2026-01-12 02:29:47] "POST /useragent-kv HTTP/1.1" 200 115 0.010483 10.0.0.22 - - [2026-01-12 02:29:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.185163 10.0.0.22 - - [2026-01-12 02:29:47] "POST /id-to-fqname HTTP/1.1" 200 237 0.001418 10.0.0.22 - - [2026-01-12 02:29:47] "GET /virtual-network/4fe3a22a-1f19-420f-a17c-b52696be57fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005929 10.0.0.22 - - [2026-01-12 02:29:47] "GET /virtual-network/4fe3a22a-1f19-420f-a17c-b52696be57fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005292 10.0.0.22 - - [2026-01-12 02:29:47] "POST /neutron/network HTTP/1.1" 200 1016 0.009466 10.0.0.22 - - [2026-01-12 02:29:48] "POST /neutron/network HTTP/1.1" 200 1016 0.011617 10.0.0.50 - - [2026-01-12 02:29:48] "POST /fqname-to-id HTTP/1.1" 404 252 0.007816 10.0.0.22 - - [2026-01-12 02:29:48] "GET /virtual-network/4fe3a22a-1f19-420f-a17c-b52696be57fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.018199 10.0.0.22 - - [2026-01-12 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006582 10.0.0.22 - - [2026-01-12 02:29:48] "GET /network-policy/86657c5e-2870-43a7-bec6-392be643580d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.004549 10.0.0.22 - - [2026-01-12 02:29:48] "GET /virtual-network/4fe3a22a-1f19-420f-a17c-b52696be57fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.005486 10.0.0.50 - - [2026-01-12 02:29:49] "DELETE /access-control-list/855cbd70-caef-48cc-bca1-57396f967649 HTTP/1.1" 200 115 0.037102 10.0.0.22 - - [2026-01-12 02:29:49] "GET /obj-perms HTTP/1.1" 200 5062 0.065091 10.0.0.22 - - [2026-01-12 02:29:50] "DELETE /network-policy/86657c5e-2870-43a7-bec6-392be643580d HTTP/1.1" 409 238 0.007529 10.0.0.22 - - [2026-01-12 02:29:50] "POST /neutron/network HTTP/1.1" 200 1123 0.009261 10.0.0.50 - - [2026-01-12 02:29:50] "DELETE /route-target/715d79ac-f4ca-47a4-acf2-6f31b6784439 HTTP/1.1" 200 115 0.031541 10.0.0.22 - - [2026-01-12 02:29:51] "DELETE /network-policy/86657c5e-2870-43a7-bec6-392be643580d HTTP/1.1" 200 115 0.037893 10.0.0.22 - - [2026-01-12 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005537 10.0.0.27 - - [2026-01-12 02:29:51] "GET /projects?obj_uuids=06dc1d6d-6d89-4ec7-8f91-eb7009b64e79&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001137 10.0.0.22 - - [2026-01-12 02:29:51] "GET /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.050862 10.0.0.22 - - [2026-01-12 02:29:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-15837123&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006207 10.0.0.27 - - [2026-01-12 02:29:54] "GET /projects?obj_uuids=06dc1d6d-6d89-4ec7-8f91-eb7009b64e79&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001014 10.0.0.22 - - [2026-01-12 02:29:54] "GET /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.046725 10.0.0.27 - - [2026-01-12 02:29:54] "GET /projects?obj_uuids=06dc1d6d-6d89-4ec7-8f91-eb7009b64e79&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000919 10.0.0.22 - - [2026-01-12 02:29:54] "GET /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79?fields=virtual_networks HTTP/1.1" 200 1063 0.056072 10.0.0.27 - - [2026-01-12 02:29:54] "GET /projects?obj_uuids=06dc1d6d-6d89-4ec7-8f91-eb7009b64e79&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001217 10.0.0.22 - - [2026-01-12 02:29:54] "GET /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.048771 10.0.0.27 - - [2026-01-12 02:29:54] "GET /projects?obj_uuids=06dc1d6d-6d89-4ec7-8f91-eb7009b64e79&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001052 10.0.0.22 - - [2026-01-12 02:29:54] "GET /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79?fields=security_groups HTTP/1.1" 200 1305 0.043561 10.0.0.22 - - [2026-01-12 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 188 0.028822 10.0.0.27 - - [2026-01-12 02:29:55] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002763 10.0.0.27 - - [2026-01-12 02:29:55] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.27 - - [2026-01-12 02:29:55] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006776 10.0.0.27 - - [2026-01-12 02:29:55] "POST /id-to-fqname HTTP/1.1" 200 190 0.004052 10.0.0.27 - - [2026-01-12 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.012711 10.0.0.27 - - [2026-01-12 02:29:55] "POST /security-groups HTTP/1.1" 200 591 0.035130 10.0.0.27 - - [2026-01-12 02:29:55] "POST /projects HTTP/1.1" 200 585 0.251960 10.0.0.50 - - [2026-01-12 02:29:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.008061 10.0.0.27 - - [2026-01-12 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.325614 10.0.0.22 - - [2026-01-12 02:29:55] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.558749 10.0.0.22 - - [2026-01-12 02:29:57] "GET / HTTP/1.1" 200 35931 0.001805 10.0.0.22 - - [2026-01-12 02:29:58] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000426 10.0.0.22 - - [2026-01-12 02:29:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.034552 10.0.0.22 - - [2026-01-12 02:29:59] "POST /network-ipams HTTP/1.1" 200 513 0.030401 10.0.0.22 - - [2026-01-12 02:29:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003175 10.0.0.22 - - [2026-01-12 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.22 - - [2026-01-12 02:29:59] "GET /network-ipam/aefb22a7-a866-4c75-ae24-98f46e6bc913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006226 10.0.0.22 - - [2026-01-12 02:29:59] "PUT /network-ipam/aefb22a7-a866-4c75-ae24-98f46e6bc913 HTTP/1.1" 200 258 0.015881 10.0.0.22 - - [2026-01-12 02:29:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003146 10.0.0.22 - - [2026-01-12 02:29:59] "POST /network-ipams HTTP/1.1" 200 513 0.027488 10.0.0.22 - - [2026-01-12 02:29:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003555 10.0.0.22 - - [2026-01-12 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.22 - - [2026-01-12 02:29:59] "GET /network-ipam/a5818224-87ac-4256-a4ce-5f0becfef889?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.007904 10.0.0.22 - - [2026-01-12 02:29:59] "PUT /network-ipam/a5818224-87ac-4256-a4ce-5f0becfef889 HTTP/1.1" 200 258 0.016920 10.0.0.22 - - [2026-01-12 02:29:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003387 10.0.0.27 - - [2026-01-12 02:29:59] "DELETE /project/0591dd00-b01f-4045-970c-6457fd3d43b8 HTTP/1.1" 404 177 0.010183 10.0.0.27 - - [2026-01-12 02:29:59] "DELETE /project/06dc1d6d6d894ec78f91eb7009b64e79 HTTP/1.1" 404 173 0.008950 10.0.0.27 - - [2026-01-12 02:29:59] "DELETE /project/2d87865bd75d4f38a63a06073d05627d HTTP/1.1" 404 173 0.008091 10.0.0.27 - - [2026-01-12 02:29:59] "DELETE /project/0591dd00b01f4045970c6457fd3d43b8 HTTP/1.1" 404 173 0.005459 10.0.0.27 - - [2026-01-12 02:29:59] "GET /projects?obj_uuids=06dc1d6d-6d89-4ec7-8f91-eb7009b64e79&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000932 10.0.0.27 - - [2026-01-12 02:30:00] "GET /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.061871 10.0.0.27 - - [2026-01-12 02:30:00] "GET /projects?obj_uuids=06dc1d6d-6d89-4ec7-8f91-eb7009b64e79&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000984 10.0.0.22 - - [2026-01-12 02:30:00] "POST /network-ipams HTTP/1.1" 200 513 0.060144 10.0.0.27 - - [2026-01-12 02:30:00] "GET /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79?fields=security_groups HTTP/1.1" 200 1410 0.059983 10.0.0.22 - - [2026-01-12 02:30:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.005735 10.0.0.22 - - [2026-01-12 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.27 - - [2026-01-12 02:30:00] "DELETE /security-group/5503f1af-7f9c-40b9-b6b0-7c004ae4cb2b HTTP/1.1" 200 115 0.060899 10.0.0.27 - - [2026-01-12 02:30:00] "GET /projects?obj_uuids=06dc1d6d-6d89-4ec7-8f91-eb7009b64e79&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000960 10.0.0.22 - - [2026-01-12 02:30:00] "GET /network-ipam/6a6ccf1b-7918-4cca-85f2-77603f128fbf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.008989 10.0.0.27 - - [2026-01-12 02:30:00] "GET /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79?fields=application_policy_sets HTTP/1.1" 200 1449 0.072494 10.0.0.22 - - [2026-01-12 02:30:00] "PUT /network-ipam/6a6ccf1b-7918-4cca-85f2-77603f128fbf HTTP/1.1" 200 258 0.029011 10.0.0.50 - - [2026-01-12 02:30:00] "DELETE /access-control-list/40ebbe88-510c-4db4-9570-0bc0f6d669c4 HTTP/1.1" 200 115 0.071937 10.0.0.27 - - [2026-01-12 02:30:00] "DELETE /project/06dc1d6d-6d89-4ec7-8f91-eb7009b64e79 HTTP/1.1" 200 115 0.486217 10.0.0.22 - - [2026-01-12 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007555 10.0.0.27 - - [2026-01-12 02:30:01] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001269 10.0.0.22 - - [2026-01-12 02:30:01] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.054111 10.0.0.27 - - [2026-01-12 02:30:01] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.22 - - [2026-01-12 02:30:01] "POST /neutron/network HTTP/1.1" 200 607 0.229576 10.0.0.22 - - [2026-01-12 02:30:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.003836 10.0.0.22 - - [2026-01-12 02:30:02] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005968 10.0.0.22 - - [2026-01-12 02:30:02] "POST /neutron/network HTTP/1.1" 200 823 0.010920 10.0.0.22 - - [2026-01-12 02:30:02] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009657 10.0.0.22 - - [2026-01-12 02:30:02] "POST /neutron/network HTTP/1.1" 200 823 0.010008 10.0.0.22 - - [2026-01-12 02:30:02] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.011292 10.0.0.22 - - [2026-01-12 02:30:02] "GET /network-ipam/aefb22a7-a866-4c75-ae24-98f46e6bc913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005421 10.0.0.22 - - [2026-01-12 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.27 - - [2026-01-12 02:30:02] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001691 10.0.0.22 - - [2026-01-12 02:30:02] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057160 10.0.0.50 - - [2026-01-12 02:30:02] "POST /route-targets HTTP/1.1" 200 327 0.026427 10.0.0.27 - - [2026-01-12 02:30:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002847 10.0.0.22 - - [2026-01-12 02:30:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.231607 10.0.0.22 - - [2026-01-12 02:30:02] "POST /id-to-fqname HTTP/1.1" 200 221 0.001328 10.0.0.22 - - [2026-01-12 02:30:02] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006304 10.0.0.22 - - [2026-01-12 02:30:02] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007458 10.0.0.22 - - [2026-01-12 02:30:02] "POST /neutron/network HTTP/1.1" 200 822 0.008199 10.0.0.22 - - [2026-01-12 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.27 - - [2026-01-12 02:30:03] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001491 10.0.0.22 - - [2026-01-12 02:30:03] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.065837 10.0.0.27 - - [2026-01-12 02:30:03] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202 10.0.0.22 - - [2026-01-12 02:30:03] "POST /neutron/network HTTP/1.1" 200 607 0.136716 10.0.0.50 - - [2026-01-12 02:30:03] "POST /ref-update HTTP/1.1" 200 156 0.030687 10.0.0.22 - - [2026-01-12 02:30:03] "POST /id-to-fqname HTTP/1.1" 200 221 0.003556 10.0.0.22 - - [2026-01-12 02:30:03] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005736 10.0.0.22 - - [2026-01-12 02:30:03] "POST /neutron/network HTTP/1.1" 200 824 0.007082 10.0.0.22 - - [2026-01-12 02:30:03] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006634 10.0.0.22 - - [2026-01-12 02:30:03] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007385 10.0.0.50 - - [2026-01-12 02:30:05] "GET /obj-perms HTTP/1.1" 200 5030 0.090694 10.0.0.22 - - [2026-01-12 02:30:05] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006017 10.0.0.27 - - [2026-01-12 02:30:06] "GET /obj-perms HTTP/1.1" 200 5030 0.065819 10.0.0.22 - - [2026-01-12 02:30:06] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006707 10.0.0.22 - - [2026-01-12 02:30:06] "GET /obj-perms HTTP/1.1" 200 5030 0.055905 10.0.0.22 - - [2026-01-12 02:30:06] "POST /fqname-to-id HTTP/1.1" 404 215 0.003431 10.0.0.22 - - [2026-01-12 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2026-01-12 02:30:06] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001580 10.0.0.22 - - [2026-01-12 02:30:06] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046767 10.0.0.22 - - [2026-01-12 02:30:07] "POST /network-policys HTTP/1.1" 200 553 0.033185 10.0.0.22 - - [2026-01-12 02:30:07] "GET /network-policy/509d88d5-5c43-49db-ae75-72678561527c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007198 10.0.0.22 - - [2026-01-12 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 215 0.003560 10.0.0.22 - - [2026-01-12 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.27 - - [2026-01-12 02:30:07] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000956 10.0.0.22 - - [2026-01-12 02:30:07] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038594 10.0.0.22 - - [2026-01-12 02:30:07] "POST /network-policys HTTP/1.1" 200 553 0.027579 10.0.0.22 - - [2026-01-12 02:30:07] "GET /network-policy/b32cb963-b13e-43c9-b866-8c695c569d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.008142 10.0.0.22 - - [2026-01-12 02:30:07] "POST /fqname-to-id HTTP/1.1" 404 215 0.003853 10.0.0.22 - - [2026-01-12 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.27 - - [2026-01-12 02:30:07] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001310 10.0.0.22 - - [2026-01-12 02:30:07] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052961 10.0.0.22 - - [2026-01-12 02:30:07] "POST /network-policys HTTP/1.1" 200 553 0.037007 10.0.0.22 - - [2026-01-12 02:30:07] "GET /network-policy/517b52a6-c847-4cfb-9c56-74557819fb9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.009535 10.0.0.22 - - [2026-01-12 02:30:07] "POST /ref-update HTTP/1.1" 200 156 0.065530 10.0.0.22 - - [2026-01-12 02:30:07] "POST /ref-update HTTP/1.1" 200 156 0.090341 10.0.0.50 - - [2026-01-12 02:30:07] "PUT /access-control-list/e593d503-6498-4912-b4fc-93f613daaba6 HTTP/1.1" 200 272 0.035447 10.0.0.22 - - [2026-01-12 02:30:08] "POST /neutron/network HTTP/1.1" 200 822 0.007594 10.0.0.22 - - [2026-01-12 02:30:08] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.009904 10.0.0.50 - - [2026-01-12 02:30:08] "POST /ref-update HTTP/1.1" 200 156 0.039371 10.0.0.22 - - [2026-01-12 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.014440 10.0.0.22 - - [2026-01-12 02:30:08] "GET /network-policy/b32cb963-b13e-43c9-b866-8c695c569d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.004021 10.0.0.22 - - [2026-01-12 02:30:08] "POST /id-to-fqname HTTP/1.1" 200 221 0.001082 10.0.0.22 - - [2026-01-12 02:30:08] "POST /neutron/network HTTP/1.1" 200 1004 0.019280 10.0.0.27 - - [2026-01-12 02:30:09] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.22 - - [2026-01-12 02:30:09] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.095115 10.0.0.22 - - [2026-01-12 02:30:09] "POST /neutron/port HTTP/1.1" 200 117 0.007543 10.0.0.22 - - [2026-01-12 02:30:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001366 10.0.0.22 - - [2026-01-12 02:30:10] "POST /neutron/network HTTP/1.1" 200 1004 0.007922 10.0.0.22 - - [2026-01-12 02:30:10] "POST /neutron/port HTTP/1.1" 200 1059 0.021170 10.0.0.27 - - [2026-01-12 02:30:10] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001392 10.0.0.22 - - [2026-01-12 02:30:10] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.122345 10.0.0.22 - - [2026-01-12 02:30:11] "POST /neutron/network HTTP/1.1" 200 914 0.044749 10.0.0.22 - - [2026-01-12 02:30:11] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.22 - - [2026-01-12 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007896 10.0.0.22 - - [2026-01-12 02:30:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001205 10.0.0.22 - - [2026-01-12 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009168 10.0.0.27 - - [2026-01-12 02:30:11] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.22 - - [2026-01-12 02:30:12] "POST /neutron/port HTTP/1.1" 200 1058 0.368995 10.0.0.22 - - [2026-01-12 02:30:12] "POST /neutron/port HTTP/1.1" 200 1112 0.119698 10.0.0.22 - - [2026-01-12 02:30:12] "POST /neutron/subnet HTTP/1.1" 200 689 0.009024 10.0.0.27 - - [2026-01-12 02:30:12] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.22 - - [2026-01-12 02:30:12] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.073679 10.0.0.22 - - [2026-01-12 02:30:12] "POST /neutron/network HTTP/1.1" 200 824 0.011219 10.0.0.22 - - [2026-01-12 02:30:13] "POST /neutron/port HTTP/1.1" 200 117 0.006135 10.0.0.50 - - [2026-01-12 02:30:13] "GET /obj-perms HTTP/1.1" 200 5056 0.052053 10.0.0.22 - - [2026-01-12 02:30:13] "POST /neutron/port HTTP/1.1" 200 1123 0.022367 10.0.0.22 - - [2026-01-12 02:30:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008556 10.0.0.22 - - [2026-01-12 02:30:13] "GET /virtual-machine/906fc95a-177d-4c9e-b453-63ed55a3b591 HTTP/1.1" 401 292 0.000543 10.0.0.22 - - [2026-01-12 02:30:13] "POST /neutron/network HTTP/1.1" 200 834 0.007698 10.0.0.22 - - [2026-01-12 02:30:14] "POST /neutron/port HTTP/1.1" 200 1060 0.022375 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-machine/906fc95a-177d-4c9e-b453-63ed55a3b591 HTTP/1.1" 200 1293 0.045727 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-machine/906fc95a-177d-4c9e-b453-63ed55a3b591 HTTP/1.1" 200 1293 0.004333 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-machine-interface/52925bfc-4c2f-4baa-a4a4-35f56d8d907f HTTP/1.1" 200 2944 0.006705 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-machine/906fc95a-177d-4c9e-b453-63ed55a3b591 HTTP/1.1" 200 1293 0.004276 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-machine-interface/52925bfc-4c2f-4baa-a4a4-35f56d8d907f HTTP/1.1" 200 2944 0.015557 10.0.0.22 - - [2026-01-12 02:30:14] "GET /instance-ip/00b3c948-5112-487a-8940-0e2812aaecf9 HTTP/1.1" 200 1617 0.028820 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-machine/906fc95a-177d-4c9e-b453-63ed55a3b591 HTTP/1.1" 200 1293 0.006406 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-machine-interface/52925bfc-4c2f-4baa-a4a4-35f56d8d907f HTTP/1.1" 200 2944 0.009657 10.0.0.22 - - [2026-01-12 02:30:14] "GET /instance-ip/00b3c948-5112-487a-8940-0e2812aaecf9 HTTP/1.1" 200 1617 0.004642 10.0.0.22 - - [2026-01-12 02:30:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003822 10.0.0.22 - - [2026-01-12 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.22 - - [2026-01-12 02:30:14] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004360 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002949 10.0.0.22 - - [2026-01-12 02:30:14] "POST /neutron/network HTTP/1.1" 200 824 0.007506 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005476 10.0.0.22 - - [2026-01-12 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.22 - - [2026-01-12 02:30:14] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004206 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003378 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006428 10.0.0.22 - - [2026-01-12 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.22 - - [2026-01-12 02:30:14] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003734 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003572 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005738 10.0.0.22 - - [2026-01-12 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.22 - - [2026-01-12 02:30:14] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004058 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003443 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006652 10.0.0.22 - - [2026-01-12 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.22 - - [2026-01-12 02:30:14] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004470 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003595 10.0.0.22 - - [2026-01-12 02:30:14] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006398 10.0.0.22 - - [2026-01-12 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.22 - - [2026-01-12 02:30:18] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006155 10.0.0.22 - - [2026-01-12 02:30:18] "POST /neutron/network HTTP/1.1" 200 1004 0.007025 10.0.0.22 - - [2026-01-12 02:30:18] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.22 - - [2026-01-12 02:30:18] "POST /neutron/port HTTP/1.1" 200 1122 0.043752 10.0.0.22 - - [2026-01-12 02:30:18] "POST /neutron/subnet HTTP/1.1" 200 689 0.022258 10.0.0.22 - - [2026-01-12 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.22 - - [2026-01-12 02:30:22] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005840 10.0.0.22 - - [2026-01-12 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.22 - - [2026-01-12 02:30:26] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006576 10.0.0.22 - - [2026-01-12 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.22 - - [2026-01-12 02:30:30] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006414 10.0.0.22 - - [2026-01-12 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.22 - - [2026-01-12 02:30:34] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006733 10.0.0.22 - - [2026-01-12 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.22 - - [2026-01-12 02:30:38] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005770 10.0.0.22 - - [2026-01-12 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.22 - - [2026-01-12 02:30:42] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006182 10.0.0.22 - - [2026-01-12 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.22 - - [2026-01-12 02:30:46] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007167 10.0.0.22 - - [2026-01-12 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.22 - - [2026-01-12 02:30:50] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006322 10.0.0.22 - - [2026-01-12 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.22 - - [2026-01-12 02:30:54] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006068 10.0.0.22 - - [2026-01-12 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.22 - - [2026-01-12 02:30:56] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004365 10.0.0.22 - - [2026-01-12 02:30:56] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003941 10.0.0.22 - - [2026-01-12 02:30:57] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006627 10.0.0.22 - - [2026-01-12 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.22 - - [2026-01-12 02:30:57] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003649 10.0.0.22 - - [2026-01-12 02:30:57] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004023 10.0.0.22 - - [2026-01-12 02:30:57] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005733 10.0.0.22 - - [2026-01-12 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.22 - - [2026-01-12 02:30:57] "GET /routing-instance/794463e9-f6ab-4f39-8eda-f831c44cab2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004827 10.0.0.22 - - [2026-01-12 02:30:57] "GET /route-target/1eb3b160-1cb6-47ba-ada7-a6d28ceabc0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003987 10.0.0.22 - - [2026-01-12 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.22 - - [2026-01-12 02:30:57] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004266 10.0.0.22 - - [2026-01-12 02:30:57] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003569 10.0.0.22 - - [2026-01-12 02:30:57] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006395 10.0.0.22 - - [2026-01-12 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006687 10.0.0.22 - - [2026-01-12 02:30:57] "GET /routing-instance/794463e9-f6ab-4f39-8eda-f831c44cab2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004351 10.0.0.22 - - [2026-01-12 02:30:57] "GET /route-target/1eb3b160-1cb6-47ba-ada7-a6d28ceabc0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004297 10.0.0.22 - - [2026-01-12 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.22 - - [2026-01-12 02:30:57] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004328 10.0.0.22 - - [2026-01-12 02:30:57] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003494 10.0.0.22 - - [2026-01-12 02:30:57] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006057 10.0.0.22 - - [2026-01-12 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.22 - - [2026-01-12 02:30:57] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004438 10.0.0.22 - - [2026-01-12 02:30:57] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003901 10.0.0.22 - - [2026-01-12 02:30:57] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006056 10.0.0.22 - - [2026-01-12 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.22 - - [2026-01-12 02:30:58] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004133 10.0.0.22 - - [2026-01-12 02:30:58] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003293 10.0.0.22 - - [2026-01-12 02:30:58] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005809 10.0.0.22 - - [2026-01-12 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004333 10.0.0.27 - - [2026-01-12 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.005711 10.0.0.22 - - [2026-01-12 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003762 10.0.0.50 - - [2026-01-12 02:30:58] "GET /obj-perms HTTP/1.1" 200 5030 0.003906 10.0.0.22 - - [2026-01-12 02:30:58] "POST /neutron/port HTTP/1.1" 200 1122 0.018086 10.0.0.22 - - [2026-01-12 02:30:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007954 10.0.0.22 - - [2026-01-12 02:30:58] "POST /neutron/port HTTP/1.1" 200 1122 0.022271 10.0.0.22 - - [2026-01-12 02:30:58] "GET /virtual-machine/b62fe50a-0754-450c-ad86-157a6bfce721 HTTP/1.1" 200 1293 0.008300 10.0.0.22 - - [2026-01-12 02:30:58] "GET /virtual-machine/b62fe50a-0754-450c-ad86-157a6bfce721 HTTP/1.1" 200 1293 0.004218 10.0.0.22 - - [2026-01-12 02:30:58] "GET /virtual-machine-interface/a1711c23-666e-4352-80b0-02344adb0144 HTTP/1.1" 200 2944 0.005205 10.0.0.22 - - [2026-01-12 02:30:58] "GET /virtual-machine/b62fe50a-0754-450c-ad86-157a6bfce721 HTTP/1.1" 200 1293 0.004911 10.0.0.22 - - [2026-01-12 02:30:58] "GET /virtual-machine-interface/a1711c23-666e-4352-80b0-02344adb0144 HTTP/1.1" 200 2944 0.005297 10.0.0.22 - - [2026-01-12 02:30:58] "GET /instance-ip/f4bbd9ef-8214-4f3c-bb19-60288b9881c2 HTTP/1.1" 200 1620 0.008924 10.0.0.22 - - [2026-01-12 02:30:58] "GET /virtual-machine/b62fe50a-0754-450c-ad86-157a6bfce721 HTTP/1.1" 200 1293 0.004403 10.0.0.22 - - [2026-01-12 02:30:58] "GET /virtual-machine-interface/a1711c23-666e-4352-80b0-02344adb0144 HTTP/1.1" 200 2944 0.005900 10.0.0.22 - - [2026-01-12 02:30:58] "GET /instance-ip/f4bbd9ef-8214-4f3c-bb19-60288b9881c2 HTTP/1.1" 200 1620 0.005132 10.0.0.22 - - [2026-01-12 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.22 - - [2026-01-12 02:30:58] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004427 10.0.0.22 - - [2026-01-12 02:30:58] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003854 10.0.0.22 - - [2026-01-12 02:30:59] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006332 10.0.0.22 - - [2026-01-12 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.22 - - [2026-01-12 02:30:59] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004945 10.0.0.22 - - [2026-01-12 02:30:59] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003706 10.0.0.22 - - [2026-01-12 02:30:59] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006421 10.0.0.22 - - [2026-01-12 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.22 - - [2026-01-12 02:30:59] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003831 10.0.0.22 - - [2026-01-12 02:30:59] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003279 10.0.0.22 - - [2026-01-12 02:30:59] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006582 10.0.0.22 - - [2026-01-12 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.22 - - [2026-01-12 02:30:59] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003705 10.0.0.22 - - [2026-01-12 02:30:59] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003566 10.0.0.22 - - [2026-01-12 02:30:59] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.007007 10.0.0.22 - - [2026-01-12 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.22 - - [2026-01-12 02:30:59] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004481 10.0.0.22 - - [2026-01-12 02:30:59] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003478 10.0.0.22 - - [2026-01-12 02:30:59] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005532 10.0.0.22 - - [2026-01-12 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.22 - - [2026-01-12 02:31:00] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004156 10.0.0.22 - - [2026-01-12 02:31:00] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003924 10.0.0.22 - - [2026-01-12 02:31:00] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006808 10.0.0.22 - - [2026-01-12 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.22 - - [2026-01-12 02:31:00] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003974 10.0.0.22 - - [2026-01-12 02:31:00] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003852 10.0.0.22 - - [2026-01-12 02:31:00] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006696 10.0.0.22 - - [2026-01-12 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.22 - - [2026-01-12 02:31:01] "GET /routing-instance/82047642-3156-49e6-95bf-6360d531967d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.005366 10.0.0.22 - - [2026-01-12 02:31:01] "GET /route-target/7a95f458-d316-483a-a1da-a795dd23679b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005048 10.0.0.22 - - [2026-01-12 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.22 - - [2026-01-12 02:31:01] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003918 10.0.0.22 - - [2026-01-12 02:31:01] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003478 10.0.0.22 - - [2026-01-12 02:31:01] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.007780 10.0.0.22 - - [2026-01-12 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.22 - - [2026-01-12 02:31:01] "GET /routing-instance/82047642-3156-49e6-95bf-6360d531967d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004454 10.0.0.22 - - [2026-01-12 02:31:01] "GET /route-target/7a95f458-d316-483a-a1da-a795dd23679b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004360 10.0.0.22 - - [2026-01-12 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.22 - - [2026-01-12 02:31:01] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004002 10.0.0.22 - - [2026-01-12 02:31:01] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003896 10.0.0.22 - - [2026-01-12 02:31:01] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006389 10.0.0.22 - - [2026-01-12 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.008457 10.0.0.22 - - [2026-01-12 02:31:01] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004339 10.0.0.22 - - [2026-01-12 02:31:01] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005256 10.0.0.22 - - [2026-01-12 02:31:01] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005955 10.0.0.22 - - [2026-01-12 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.22 - - [2026-01-12 02:31:01] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005070 10.0.0.22 - - [2026-01-12 02:31:01] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003743 10.0.0.22 - - [2026-01-12 02:31:01] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006457 10.0.0.27 - - [2026-01-12 02:31:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004667 10.0.0.22 - - [2026-01-12 02:31:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004051 10.0.0.22 - - [2026-01-12 02:31:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004766 10.0.0.22 - - [2026-01-12 02:31:01] "GET /obj-perms HTTP/1.1" 200 5030 0.004479 10.0.0.27 - - [2026-01-12 02:31:02] "GET /obj-perms HTTP/1.1" 200 5030 0.004273 10.0.0.22 - - [2026-01-12 02:31:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011099 10.0.0.22 - - [2026-01-12 02:31:02] "POST /neutron/port HTTP/1.1" 200 1124 0.027019 10.0.0.22 - - [2026-01-12 02:31:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008447 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-machine/cbd0c134-9cef-421d-b5f2-2f26b0535f41 HTTP/1.1" 200 1293 0.006105 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-machine/cbd0c134-9cef-421d-b5f2-2f26b0535f41 HTTP/1.1" 200 1293 0.005005 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-machine-interface/af3ed78f-35fe-4191-819d-bea2077479cf HTTP/1.1" 200 2944 0.007917 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-machine/cbd0c134-9cef-421d-b5f2-2f26b0535f41 HTTP/1.1" 200 1293 0.005080 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-machine-interface/af3ed78f-35fe-4191-819d-bea2077479cf HTTP/1.1" 200 2944 0.005827 10.0.0.22 - - [2026-01-12 02:31:02] "GET /instance-ip/1dede057-5b80-4557-9534-5381af9782b9 HTTP/1.1" 200 1621 0.006572 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-machine/cbd0c134-9cef-421d-b5f2-2f26b0535f41 HTTP/1.1" 200 1293 0.004397 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-machine-interface/af3ed78f-35fe-4191-819d-bea2077479cf HTTP/1.1" 200 2944 0.006070 10.0.0.22 - - [2026-01-12 02:31:02] "GET /instance-ip/1dede057-5b80-4557-9534-5381af9782b9 HTTP/1.1" 200 1621 0.004709 10.0.0.22 - - [2026-01-12 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.22 - - [2026-01-12 02:31:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004704 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004467 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005784 10.0.0.22 - - [2026-01-12 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.22 - - [2026-01-12 02:31:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004488 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003868 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005995 10.0.0.22 - - [2026-01-12 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.22 - - [2026-01-12 02:31:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004238 10.0.0.22 - - [2026-01-12 02:31:02] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003333 10.0.0.22 - - [2026-01-12 02:31:03] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008287 10.0.0.22 - - [2026-01-12 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.22 - - [2026-01-12 02:31:03] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004167 10.0.0.22 - - [2026-01-12 02:31:03] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004001 10.0.0.22 - - [2026-01-12 02:31:03] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006090 10.0.0.22 - - [2026-01-12 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.22 - - [2026-01-12 02:31:03] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005033 10.0.0.22 - - [2026-01-12 02:31:03] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004539 10.0.0.22 - - [2026-01-12 02:31:03] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006962 10.0.0.22 - - [2026-01-12 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004630 10.0.0.22 - - [2026-01-12 02:31:04] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004827 10.0.0.22 - - [2026-01-12 02:31:04] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003884 10.0.0.22 - - [2026-01-12 02:31:04] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006238 10.0.0.22 - - [2026-01-12 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.22 - - [2026-01-12 02:31:04] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004292 10.0.0.22 - - [2026-01-12 02:31:04] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003425 10.0.0.22 - - [2026-01-12 02:31:04] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006770 10.0.0.22 - - [2026-01-12 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.22 - - [2026-01-12 02:31:04] "GET /routing-instance/664c3cf5-8ba0-4b1c-bad3-9026acb4d095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006121 10.0.0.22 - - [2026-01-12 02:31:04] "GET /route-target/8dc88856-7c46-4f93-b762-2f6acc1578fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004792 10.0.0.22 - - [2026-01-12 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.22 - - [2026-01-12 02:31:04] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004648 10.0.0.22 - - [2026-01-12 02:31:04] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004160 10.0.0.22 - - [2026-01-12 02:31:04] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006772 10.0.0.22 - - [2026-01-12 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.22 - - [2026-01-12 02:31:04] "GET /routing-instance/664c3cf5-8ba0-4b1c-bad3-9026acb4d095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006125 10.0.0.22 - - [2026-01-12 02:31:05] "GET /route-target/8dc88856-7c46-4f93-b762-2f6acc1578fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004533 10.0.0.22 - - [2026-01-12 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.22 - - [2026-01-12 02:31:05] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004545 10.0.0.22 - - [2026-01-12 02:31:05] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003469 10.0.0.22 - - [2026-01-12 02:31:05] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006350 10.0.0.22 - - [2026-01-12 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.22 - - [2026-01-12 02:31:05] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004011 10.0.0.22 - - [2026-01-12 02:31:05] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003456 10.0.0.22 - - [2026-01-12 02:31:05] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006047 10.0.0.22 - - [2026-01-12 02:31:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004875 10.0.0.22 - - [2026-01-12 02:31:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004899 10.0.0.27 - - [2026-01-12 02:31:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004307 10.0.0.50 - - [2026-01-12 02:31:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004033 10.0.0.22 - - [2026-01-12 02:31:05] "GET /obj-perms HTTP/1.1" 200 5030 0.004431 10.0.0.22 - - [2026-01-12 02:31:05] "GET /virtual-machine/906fc95a-177d-4c9e-b453-63ed55a3b591 HTTP/1.1" 200 1293 0.007776 10.0.0.22 - - [2026-01-12 02:31:05] "GET /virtual-machine-interface/52925bfc-4c2f-4baa-a4a4-35f56d8d907f HTTP/1.1" 200 2944 0.005898 10.0.0.22 - - [2026-01-12 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.22 - - [2026-01-12 02:31:05] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004032 10.0.0.22 - - [2026-01-12 02:31:05] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003466 10.0.0.22 - - [2026-01-12 02:31:05] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007008 10.0.0.22 - - [2026-01-12 02:31:06] "POST /neutron/port HTTP/1.1" 200 1123 0.057904 10.0.0.22 - - [2026-01-12 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.22 - - [2026-01-12 02:31:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004642 10.0.0.22 - - [2026-01-12 02:31:06] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003915 10.0.0.22 - - [2026-01-12 02:31:06] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007519 10.0.0.22 - - [2026-01-12 02:31:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009885 10.0.0.22 - - [2026-01-12 02:31:12] "POST /neutron/port HTTP/1.1" 200 1123 0.020831 10.0.0.22 - - [2026-01-12 02:31:17] "GET /virtual-machine/b62fe50a-0754-450c-ad86-157a6bfce721 HTTP/1.1" 200 1293 0.004985 10.0.0.22 - - [2026-01-12 02:31:17] "GET /virtual-machine-interface/a1711c23-666e-4352-80b0-02344adb0144 HTTP/1.1" 200 2944 0.006809 10.0.0.22 - - [2026-01-12 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.22 - - [2026-01-12 02:31:17] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007357 10.0.0.22 - - [2026-01-12 02:31:17] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004394 10.0.0.22 - - [2026-01-12 02:31:17] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.006062 10.0.0.22 - - [2026-01-12 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.22 - - [2026-01-12 02:31:18] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004499 10.0.0.22 - - [2026-01-12 02:31:18] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003614 10.0.0.22 - - [2026-01-12 02:31:18] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005830 10.0.0.22 - - [2026-01-12 02:31:18] "GET /virtual-machine/cbd0c134-9cef-421d-b5f2-2f26b0535f41 HTTP/1.1" 200 1293 0.004202 10.0.0.22 - - [2026-01-12 02:31:18] "GET /virtual-machine-interface/af3ed78f-35fe-4191-819d-bea2077479cf HTTP/1.1" 200 2944 0.005621 10.0.0.22 - - [2026-01-12 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.22 - - [2026-01-12 02:31:18] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003913 10.0.0.22 - - [2026-01-12 02:31:18] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003233 10.0.0.22 - - [2026-01-12 02:31:19] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006147 10.0.0.22 - - [2026-01-12 02:31:19] "POST /neutron/port HTTP/1.1" 200 1124 0.020000 10.0.0.22 - - [2026-01-12 02:31:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.010176 10.0.0.22 - - [2026-01-12 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.22 - - [2026-01-12 02:31:20] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004359 10.0.0.22 - - [2026-01-12 02:31:20] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003336 10.0.0.22 - - [2026-01-12 02:31:20] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008758 10.0.0.22 - - [2026-01-12 02:31:20] "POST /neutron/port HTTP/1.1" 200 1122 0.017746 10.0.0.22 - - [2026-01-12 02:31:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004651 10.0.0.22 - - [2026-01-12 02:31:20] "POST /neutron/network HTTP/1.1" 200 914 0.007269 10.0.0.22 - - [2026-01-12 02:31:42] "GET /virtual-machine/cbd0c134-9cef-421d-b5f2-2f26b0535f41 HTTP/1.1" 200 1293 0.004664 10.0.0.22 - - [2026-01-12 02:31:42] "POST /neutron/port HTTP/1.1" 200 151 0.192718 10.0.0.22 - - [2026-01-12 02:31:44] "GET /virtual-machine/cbd0c134-9cef-421d-b5f2-2f26b0535f41 HTTP/1.1" 404 171 0.003915 10.0.0.22 - - [2026-01-12 02:31:44] "GET /virtual-machine/cbd0c134-9cef-421d-b5f2-2f26b0535f41 HTTP/1.1" 404 171 0.003427 10.0.0.22 - - [2026-01-12 02:31:44] "GET /virtual-machine/cbd0c134-9cef-421d-b5f2-2f26b0535f41 HTTP/1.1" 404 171 0.002774 10.0.0.22 - - [2026-01-12 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.22 - - [2026-01-12 02:31:44] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003953 10.0.0.22 - - [2026-01-12 02:31:44] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003581 10.0.0.22 - - [2026-01-12 02:31:44] "GET /virtual-network/c16abf2c-e9cf-4d58-a1dd-903f2617355e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005809 10.0.0.22 - - [2026-01-12 02:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.22 - - [2026-01-12 02:31:44] "GET /routing-instance/664c3cf5-8ba0-4b1c-bad3-9026acb4d095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004716 10.0.0.22 - - [2026-01-12 02:31:44] "GET /route-target/8dc88856-7c46-4f93-b762-2f6acc1578fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004471 10.0.0.27 - - [2026-01-12 02:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2026-01-12 02:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000409 10.0.0.50 - - [2026-01-12 02:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.50 - - [2026-01-12 02:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2026-01-12 02:31:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000507 10.0.0.27 - - [2026-01-12 02:31:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.50 - - [2026-01-12 02:31:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2026-01-12 02:31:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.22 - - [2026-01-12 02:31:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003449 10.0.0.50 - - [2026-01-12 02:31:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003889 10.0.0.22 - - [2026-01-12 02:31:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.22 - - [2026-01-12 02:31:48] "GET /global-system-configs HTTP/1.1" 401 292 0.002312 10.0.0.22 - - [2026-01-12 02:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.22 - - [2026-01-12 02:31:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.22 - - [2026-01-12 02:31:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003901 10.0.0.50 - - [2026-01-12 02:31:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004065 10.0.0.22 - - [2026-01-12 02:32:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004441 10.0.0.50 - - [2026-01-12 02:32:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004543 10.0.0.27 - - [2026-01-12 02:32:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004793 10.0.0.22 - - [2026-01-12 02:32:06] "GET /virtual-machine/b62fe50a-0754-450c-ad86-157a6bfce721 HTTP/1.1" 200 1293 0.005155 10.0.0.22 - - [2026-01-12 02:32:07] "POST /neutron/port HTTP/1.1" 200 151 0.225409 10.0.0.22 - - [2026-01-12 02:32:08] "GET /virtual-machine/b62fe50a-0754-450c-ad86-157a6bfce721 HTTP/1.1" 404 171 0.003626 10.0.0.22 - - [2026-01-12 02:32:08] "GET /virtual-machine/b62fe50a-0754-450c-ad86-157a6bfce721 HTTP/1.1" 404 171 0.004234 10.0.0.22 - - [2026-01-12 02:32:08] "GET /virtual-machine/b62fe50a-0754-450c-ad86-157a6bfce721 HTTP/1.1" 404 171 0.003326 10.0.0.22 - - [2026-01-12 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.22 - - [2026-01-12 02:32:08] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003981 10.0.0.22 - - [2026-01-12 02:32:08] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003381 10.0.0.22 - - [2026-01-12 02:32:08] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.007456 10.0.0.22 - - [2026-01-12 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.22 - - [2026-01-12 02:32:08] "GET /routing-instance/82047642-3156-49e6-95bf-6360d531967d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004790 10.0.0.22 - - [2026-01-12 02:32:08] "GET /route-target/7a95f458-d316-483a-a1da-a795dd23679b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004621 10.0.0.22 - - [2026-01-12 02:32:08] "GET /obj-perms HTTP/1.1" 200 5030 0.004536 10.0.0.22 - - [2026-01-12 02:32:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004395 10.0.0.22 - - [2026-01-12 02:32:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003935 10.0.0.22 - - [2026-01-12 02:32:21] "GET /obj-perms HTTP/1.1" 200 5030 0.004269 10.0.0.22 - - [2026-01-12 02:32:21] "POST /neutron/network HTTP/1.1" 200 1004 0.032777 10.0.0.22 - - [2026-01-12 02:32:21] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.22 - - [2026-01-12 02:32:27] "GET /obj-perms HTTP/1.1" 200 5030 0.004386 10.0.0.22 - - [2026-01-12 02:32:27] "GET /obj-perms HTTP/1.1" 200 5030 0.003743 10.0.0.50 - - [2026-01-12 02:32:27] "GET /obj-perms HTTP/1.1" 200 5030 0.005121 10.0.0.22 - - [2026-01-12 02:32:27] "GET /virtual-machine/906fc95a-177d-4c9e-b453-63ed55a3b591 HTTP/1.1" 200 1293 0.004728 10.0.0.22 - - [2026-01-12 02:32:28] "POST /neutron/port HTTP/1.1" 200 1113 0.023798 10.0.0.22 - - [2026-01-12 02:32:29] "GET /virtual-machine/906fc95a-177d-4c9e-b453-63ed55a3b591 HTTP/1.1" 404 171 0.003927 10.0.0.22 - - [2026-01-12 02:32:29] "GET /virtual-machine/906fc95a-177d-4c9e-b453-63ed55a3b591 HTTP/1.1" 404 171 0.003042 10.0.0.22 - - [2026-01-12 02:32:29] "GET /virtual-machine/906fc95a-177d-4c9e-b453-63ed55a3b591 HTTP/1.1" 404 171 0.003132 10.0.0.22 - - [2026-01-12 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.22 - - [2026-01-12 02:32:29] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004873 10.0.0.22 - - [2026-01-12 02:32:29] "GET /virtual-networks?parent_id=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003878 10.0.0.22 - - [2026-01-12 02:32:29] "GET /virtual-network/7f3a8823-1ccc-4989-b2a7-a0524ad30d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006477 10.0.0.22 - - [2026-01-12 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.22 - - [2026-01-12 02:32:29] "GET /routing-instance/794463e9-f6ab-4f39-8eda-f831c44cab2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004706 10.0.0.22 - - [2026-01-12 02:32:29] "GET /route-target/1eb3b160-1cb6-47ba-ada7-a6d28ceabc0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004041 10.0.0.22 - - [2026-01-12 02:32:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004647 10.0.0.50 - - [2026-01-12 02:32:36] "GET /obj-perms HTTP/1.1" 200 5030 0.003869 10.0.0.27 - - [2026-01-12 02:32:36] "GET /obj-perms HTTP/1.1" 200 5030 0.004341 10.0.0.22 - - [2026-01-12 02:32:36] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2344 0.005674 10.0.0.22 - - [2026-01-12 02:32:36] "POST /neutron/network HTTP/1.1" 200 822 0.089055 10.0.0.22 - - [2026-01-12 02:32:36] "GET /virtual-network/d6a2f188-1558-440f-8ffd-07b962aafce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006122 10.0.0.50 - - [2026-01-12 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.062282 10.0.0.22 - - [2026-01-12 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.056485 10.0.0.22 - - [2026-01-12 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.071599 10.0.0.50 - - [2026-01-12 02:32:36] "POST /ref-update HTTP/1.1" 200 156 0.048942 10.0.0.22 - - [2026-01-12 02:32:36] "DELETE /network-policy/517b52a6-c847-4cfb-9c56-74557819fb9e HTTP/1.1" 200 115 0.095883 10.0.0.22 - - [2026-01-12 02:32:37] "DELETE /network-policy/b32cb963-b13e-43c9-b866-8c695c569d22 HTTP/1.1" 200 115 0.057165 10.0.0.22 - - [2026-01-12 02:32:37] "DELETE /network-policy/509d88d5-5c43-49db-ae75-72678561527c HTTP/1.1" 200 115 0.048091 10.0.0.27 - - [2026-01-12 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.066716 10.0.0.27 - - [2026-01-12 02:32:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002846 10.0.0.22 - - [2026-01-12 02:32:37] "POST /neutron/network HTTP/1.1" 200 151 0.213535 10.0.0.50 - - [2026-01-12 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005794 10.0.0.22 - - [2026-01-12 02:32:37] "POST /neutron/network HTTP/1.1" 200 823 0.010346 10.0.0.50 - - [2026-01-12 02:32:38] "DELETE /route-target/1eb3b160-1cb6-47ba-ada7-a6d28ceabc0b HTTP/1.1" 200 115 0.032634 10.0.0.22 - - [2026-01-12 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.22 - - [2026-01-12 02:32:38] "DELETE /network-ipam/6a6ccf1b-7918-4cca-85f2-77603f128fbf HTTP/1.1" 200 115 0.036507 10.0.0.22 - - [2026-01-12 02:32:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.003921 10.0.0.22 - - [2026-01-12 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.22 - - [2026-01-12 02:32:38] "DELETE /network-ipam/a5818224-87ac-4256-a4ce-5f0becfef889 HTTP/1.1" 200 115 0.048082 10.0.0.22 - - [2026-01-12 02:32:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.003118 10.0.0.22 - - [2026-01-12 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.22 - - [2026-01-12 02:32:38] "DELETE /network-ipam/aefb22a7-a866-4c75-ae24-98f46e6bc913 HTTP/1.1" 200 115 0.046394 10.0.0.22 - - [2026-01-12 02:32:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.004226 10.0.0.27 - - [2026-01-12 02:32:40] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.22 - - [2026-01-12 02:32:40] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042876 10.0.0.27 - - [2026-01-12 02:32:40] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002109 10.0.0.22 - - [2026-01-12 02:32:40] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?fields=virtual_networks HTTP/1.1" 200 1032 0.056545 10.0.0.27 - - [2026-01-12 02:32:40] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.22 - - [2026-01-12 02:32:40] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.061169 10.0.0.27 - - [2026-01-12 02:32:40] "GET /projects?obj_uuids=2d87865b-d75d-4f38-a63a-06073d05627d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.22 - - [2026-01-12 02:32:40] "GET /project/2d87865b-d75d-4f38-a63a-06073d05627d?fields=security_groups HTTP/1.1" 200 1258 0.053920 10.0.0.22 - - [2026-01-12 02:32:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.030690 10.0.0.27 - - [2026-01-12 02:32:41] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003403 10.0.0.27 - - [2026-01-12 02:32:41] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.27 - - [2026-01-12 02:32:41] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037711 10.0.0.27 - - [2026-01-12 02:32:41] "POST /id-to-fqname HTTP/1.1" 200 196 0.001577 10.0.0.27 - - [2026-01-12 02:32:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.006202 10.0.0.27 - - [2026-01-12 02:32:41] "POST /security-groups HTTP/1.1" 200 597 0.039322 10.0.0.27 - - [2026-01-12 02:32:41] "POST /projects HTTP/1.1" 200 597 0.276436 10.0.0.27 - - [2026-01-12 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.352334 10.0.0.50 - - [2026-01-12 02:32:41] "POST /fqname-to-id HTTP/1.1" 404 239 0.011171 10.0.0.22 - - [2026-01-12 02:32:41] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.542702 10.0.0.22 - - [2026-01-12 02:32:43] "GET / HTTP/1.1" 200 35931 0.002142 10.0.0.22 - - [2026-01-12 02:32:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000458 10.0.0.22 - - [2026-01-12 02:32:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.061801 10.0.0.22 - - [2026-01-12 02:32:46] "POST /network-ipams HTTP/1.1" 200 519 0.035901 10.0.0.22 - - [2026-01-12 02:32:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004451 10.0.0.22 - - [2026-01-12 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.22 - - [2026-01-12 02:32:46] "GET /network-ipam/6a1c347d-9698-4f9f-831d-84afa9d002e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.010786 10.0.0.22 - - [2026-01-12 02:32:47] "PUT /network-ipam/6a1c347d-9698-4f9f-831d-84afa9d002e5 HTTP/1.1" 200 258 0.015815 10.0.0.22 - - [2026-01-12 02:32:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003639 10.0.0.22 - - [2026-01-12 02:32:47] "POST /network-ipams HTTP/1.1" 200 519 0.030789 10.0.0.22 - - [2026-01-12 02:32:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003307 10.0.0.22 - - [2026-01-12 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.22 - - [2026-01-12 02:32:47] "GET /network-ipam/c83559ea-b62b-4cf0-91df-8583ed03e87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1300 0.006771 10.0.0.22 - - [2026-01-12 02:32:47] "PUT /network-ipam/c83559ea-b62b-4cf0-91df-8583ed03e87e HTTP/1.1" 200 258 0.016484 10.0.0.22 - - [2026-01-12 02:32:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003350 10.0.0.22 - - [2026-01-12 02:32:47] "POST /network-ipams HTTP/1.1" 200 519 0.029662 10.0.0.22 - - [2026-01-12 02:32:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.004555 10.0.0.22 - - [2026-01-12 02:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.22 - - [2026-01-12 02:32:47] "GET /network-ipam/7d8567fa-4681-4ba8-a01f-8d50a224f3f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006711 10.0.0.22 - - [2026-01-12 02:32:47] "PUT /network-ipam/7d8567fa-4681-4ba8-a01f-8d50a224f3f3 HTTP/1.1" 200 258 0.015277 10.0.0.22 - - [2026-01-12 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.27 - - [2026-01-12 02:32:48] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001028 10.0.0.22 - - [2026-01-12 02:32:48] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.071350 10.0.0.27 - - [2026-01-12 02:32:48] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001854 10.0.0.22 - - [2026-01-12 02:32:48] "POST /neutron/network HTTP/1.1" 200 613 0.154614 10.0.0.50 - - [2026-01-12 02:32:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.065169 10.0.0.22 - - [2026-01-12 02:32:49] "POST /neutron/network HTTP/1.1" 200 1014 0.023647 10.0.0.22 - - [2026-01-12 02:32:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001526 10.0.0.22 - - [2026-01-12 02:32:49] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006414 10.0.0.50 - - [2026-01-12 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.036537 10.0.0.22 - - [2026-01-12 02:32:49] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.005608 10.0.0.22 - - [2026-01-12 02:32:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.009604 10.0.0.22 - - [2026-01-12 02:32:49] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006094 10.0.0.22 - - [2026-01-12 02:32:49] "GET /network-ipam/6a1c347d-9698-4f9f-831d-84afa9d002e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1298 0.004493 10.0.0.22 - - [2026-01-12 02:32:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2026-01-12 02:32:49] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001047 10.0.0.22 - - [2026-01-12 02:32:49] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.070439 10.0.0.22 - - [2026-01-12 02:32:49] "POST /neutron/network HTTP/1.1" 200 117 0.026502 10.0.0.50 - - [2026-01-12 02:32:50] "POST /route-targets HTTP/1.1" 200 327 0.015931 10.0.0.27 - - [2026-01-12 02:32:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007215 10.0.0.22 - - [2026-01-12 02:32:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.183822 10.0.0.22 - - [2026-01-12 02:32:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.001898 10.0.0.22 - - [2026-01-12 02:32:50] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006391 10.0.0.22 - - [2026-01-12 02:32:50] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006560 10.0.0.22 - - [2026-01-12 02:32:50] "POST /neutron/network HTTP/1.1" 200 1013 0.011752 10.0.0.22 - - [2026-01-12 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.27 - - [2026-01-12 02:32:50] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000972 10.0.0.22 - - [2026-01-12 02:32:50] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045356 10.0.0.22 - - [2026-01-12 02:32:50] "POST /neutron/network HTTP/1.1" 200 117 0.017288 10.0.0.50 - - [2026-01-12 02:32:51] "POST /ref-update HTTP/1.1" 200 156 0.027918 10.0.0.27 - - [2026-01-12 02:32:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007895 10.0.0.22 - - [2026-01-12 02:32:51] "POST /neutron/subnet HTTP/1.1" 200 818 0.204617 10.0.0.22 - - [2026-01-12 02:32:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001265 10.0.0.22 - - [2026-01-12 02:32:51] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006728 10.0.0.22 - - [2026-01-12 02:32:51] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006202 10.0.0.22 - - [2026-01-12 02:32:51] "POST /neutron/network HTTP/1.1" 200 1011 0.009716 10.0.0.22 - - [2026-01-12 02:32:51] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.006359 10.0.0.22 - - [2026-01-12 02:32:52] "GET /obj-perms HTTP/1.1" 200 5042 0.065139 10.0.0.22 - - [2026-01-12 02:32:53] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006459 10.0.0.50 - - [2026-01-12 02:32:53] "GET /obj-perms HTTP/1.1" 200 5042 0.055472 10.0.0.22 - - [2026-01-12 02:32:54] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005667 10.0.0.27 - - [2026-01-12 02:32:54] "GET /obj-perms HTTP/1.1" 200 5042 0.051736 10.0.0.22 - - [2026-01-12 02:32:54] "POST /fqname-to-id HTTP/1.1" 404 224 0.003742 10.0.0.22 - - [2026-01-12 02:32:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.27 - - [2026-01-12 02:32:54] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001586 10.0.0.22 - - [2026-01-12 02:32:54] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047578 10.0.0.22 - - [2026-01-12 02:32:54] "POST /network-policys HTTP/1.1" 200 559 0.031073 10.0.0.22 - - [2026-01-12 02:32:54] "GET /network-policy/7b00e73d-9ed3-4310-b4c8-955d3d4989a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006153 10.0.0.22 - - [2026-01-12 02:32:54] "POST /fqname-to-id HTTP/1.1" 404 224 0.006657 10.0.0.22 - - [2026-01-12 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2026-01-12 02:32:55] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001040 10.0.0.22 - - [2026-01-12 02:32:55] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049482 10.0.0.22 - - [2026-01-12 02:32:55] "POST /network-policys HTTP/1.1" 200 559 0.031881 10.0.0.22 - - [2026-01-12 02:32:55] "GET /network-policy/c2dd3a9d-2138-4a41-9d72-2a8d5f5796cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.006178 10.0.0.22 - - [2026-01-12 02:32:55] "POST /fqname-to-id HTTP/1.1" 404 224 0.005442 10.0.0.22 - - [2026-01-12 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2026-01-12 02:32:55] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001102 10.0.0.22 - - [2026-01-12 02:32:55] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.058530 10.0.0.22 - - [2026-01-12 02:32:55] "POST /network-policys HTTP/1.1" 200 559 0.032774 10.0.0.22 - - [2026-01-12 02:32:55] "GET /network-policy/14728435-270a-4b70-bf64-2251093514a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.007337 10.0.0.22 - - [2026-01-12 02:32:55] "POST /neutron/network HTTP/1.1" 200 1014 0.012275 10.0.0.50 - - [2026-01-12 02:32:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.007772 10.0.0.22 - - [2026-01-12 02:32:55] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.009339 10.0.0.22 - - [2026-01-12 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.22 - - [2026-01-12 02:32:55] "GET /network-policy/7b00e73d-9ed3-4310-b4c8-955d3d4989a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.012733 10.0.0.22 - - [2026-01-12 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005282 10.0.0.22 - - [2026-01-12 02:32:55] "GET /network-policy/c2dd3a9d-2138-4a41-9d72-2a8d5f5796cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2977 0.003896 10.0.0.22 - - [2026-01-12 02:32:56] "POST /neutron/network HTTP/1.1" 200 1013 0.011981 10.0.0.50 - - [2026-01-12 02:32:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.010893 10.0.0.22 - - [2026-01-12 02:32:56] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007711 10.0.0.22 - - [2026-01-12 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.22 - - [2026-01-12 02:32:56] "GET /network-policy/14728435-270a-4b70-bf64-2251093514a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.005297 10.0.0.22 - - [2026-01-12 02:32:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.011862 10.0.0.22 - - [2026-01-12 02:32:56] "POST /neutron/network HTTP/1.1" 200 1208 0.007640 10.0.0.27 - - [2026-01-12 02:32:57] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000981 10.0.0.22 - - [2026-01-12 02:32:57] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.073588 10.0.0.22 - - [2026-01-12 02:32:57] "POST /neutron/port HTTP/1.1" 200 117 0.006738 10.0.0.22 - - [2026-01-12 02:32:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001314 10.0.0.22 - - [2026-01-12 02:32:58] "POST /neutron/network HTTP/1.1" 200 1208 0.010428 10.0.0.50 - - [2026-01-12 02:32:58] "PUT /access-control-list/2d5c3ccd-a99d-4d1c-9f92-0e38ba940a3d HTTP/1.1" 200 272 0.081877 10.0.0.22 - - [2026-01-12 02:32:58] "POST /neutron/port HTTP/1.1" 200 1173 0.040276 10.0.0.27 - - [2026-01-12 02:32:58] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002980 10.0.0.22 - - [2026-01-12 02:32:58] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.114727 10.0.0.22 - - [2026-01-12 02:32:59] "POST /neutron/port HTTP/1.1" 200 1237 0.022218 10.0.0.22 - - [2026-01-12 02:32:59] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015198 10.0.0.22 - - [2026-01-12 02:32:59] "POST /neutron/network HTTP/1.1" 200 1198 0.008723 10.0.0.22 - - [2026-01-12 02:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.006202 10.0.0.22 - - [2026-01-12 02:32:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001367 10.0.0.22 - - [2026-01-12 02:32:59] "POST /neutron/network HTTP/1.1" 200 1021 0.007401 10.0.0.22 - - [2026-01-12 02:33:00] "POST /neutron/port HTTP/1.1" 200 1172 0.063033 10.0.0.22 - - [2026-01-12 02:33:00] "POST /neutron/port HTTP/1.1" 200 1236 0.021904 10.0.0.27 - - [2026-01-12 02:33:00] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000979 10.0.0.22 - - [2026-01-12 02:33:00] "POST /neutron/subnet HTTP/1.1" 200 1380 0.011847 10.0.0.27 - - [2026-01-12 02:33:00] "DELETE /project/bed19f9bf81643aebd1d7e921532f539 HTTP/1.1" 404 173 0.003221 10.0.0.27 - - [2026-01-12 02:33:00] "DELETE /project/2d87865b-d75d-4f38-a63a-06073d05627d HTTP/1.1" 404 177 0.003399 10.0.0.22 - - [2026-01-12 02:33:00] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.137789 10.0.0.22 - - [2026-01-12 02:33:00] "POST /neutron/network HTTP/1.1" 200 1011 0.010164 10.0.0.22 - - [2026-01-12 02:33:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010053 10.0.0.22 - - [2026-01-12 02:33:01] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008076 10.0.0.22 - - [2026-01-12 02:33:01] "POST /neutron/port HTTP/1.1" 200 1237 0.024096 10.0.0.22 - - [2026-01-12 02:33:01] "POST /neutron/network HTTP/1.1" 200 1021 0.006719 10.0.0.22 - - [2026-01-12 02:33:01] "GET /virtual-machine/cfdd768b-5590-4ff5-8dd1-10327f046b24 HTTP/1.1" 401 292 0.000491 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-machine/cfdd768b-5590-4ff5-8dd1-10327f046b24 HTTP/1.1" 200 1299 0.040329 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-machine/cfdd768b-5590-4ff5-8dd1-10327f046b24 HTTP/1.1" 200 1299 0.003626 10.0.0.22 - - [2026-01-12 02:33:02] "POST /neutron/port HTTP/1.1" 200 1170 0.035536 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-machine-interface/5a149f64-025f-4209-ad2d-0001011de104 HTTP/1.1" 200 3168 0.005554 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-machine/cfdd768b-5590-4ff5-8dd1-10327f046b24 HTTP/1.1" 200 1299 0.004983 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-machine-interface/5a149f64-025f-4209-ad2d-0001011de104 HTTP/1.1" 200 3168 0.007439 10.0.0.22 - - [2026-01-12 02:33:02] "GET /instance-ip/0f5b2977-e9e4-46fd-9c10-a70b38ff8889 HTTP/1.1" 200 1652 0.007263 10.0.0.22 - - [2026-01-12 02:33:02] "GET /instance-ip/66ecc177-2dd0-4c37-90ef-0f9dd516c0e9 HTTP/1.1" 200 1634 0.010246 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-machine/cfdd768b-5590-4ff5-8dd1-10327f046b24 HTTP/1.1" 200 1299 0.006267 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-machine-interface/5a149f64-025f-4209-ad2d-0001011de104 HTTP/1.1" 200 3168 0.008161 10.0.0.22 - - [2026-01-12 02:33:02] "GET /instance-ip/0f5b2977-e9e4-46fd-9c10-a70b38ff8889 HTTP/1.1" 200 1652 0.007341 10.0.0.22 - - [2026-01-12 02:33:02] "GET /instance-ip/66ecc177-2dd0-4c37-90ef-0f9dd516c0e9 HTTP/1.1" 200 1634 0.005219 10.0.0.22 - - [2026-01-12 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.22 - - [2026-01-12 02:33:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004753 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.009309 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005883 10.0.0.22 - - [2026-01-12 02:33:02] "POST /neutron/port HTTP/1.1" 200 1234 0.028268 10.0.0.22 - - [2026-01-12 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.22 - - [2026-01-12 02:33:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003903 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004653 10.0.0.22 - - [2026-01-12 02:33:02] "POST /neutron/subnet HTTP/1.1" 200 1369 0.027259 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.012591 10.0.0.22 - - [2026-01-12 02:33:02] "POST /neutron/network HTTP/1.1" 200 1011 0.011957 10.0.0.22 - - [2026-01-12 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.22 - - [2026-01-12 02:33:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003729 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004602 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006249 10.0.0.22 - - [2026-01-12 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.22 - - [2026-01-12 02:33:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004204 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004221 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007403 10.0.0.22 - - [2026-01-12 02:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.22 - - [2026-01-12 02:33:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004565 10.0.0.22 - - [2026-01-12 02:33:02] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003960 10.0.0.22 - - [2026-01-12 02:33:03] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006737 10.0.0.22 - - [2026-01-12 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.22 - - [2026-01-12 02:33:06] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005628 10.0.0.22 - - [2026-01-12 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.22 - - [2026-01-12 02:33:10] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006356 10.0.0.22 - - [2026-01-12 02:33:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.22 - - [2026-01-12 02:33:14] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005952 10.0.0.22 - - [2026-01-12 02:33:15] "GET /obj-perms HTTP/1.1" 200 5056 0.052770 10.0.0.22 - - [2026-01-12 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.22 - - [2026-01-12 02:33:18] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005868 10.0.0.22 - - [2026-01-12 02:33:20] "POST /neutron/network HTTP/1.1" 200 1121 0.007098 10.0.0.22 - - [2026-01-12 02:33:21] "POST /neutron/subnet HTTP/1.1" 200 1380 0.017405 10.0.0.22 - - [2026-01-12 02:33:21] "POST /neutron/network HTTP/1.1" 200 1111 0.016683 10.0.0.22 - - [2026-01-12 02:33:22] "POST /neutron/network HTTP/1.1" 200 1208 0.010062 10.0.0.22 - - [2026-01-12 02:33:22] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016247 10.0.0.22 - - [2026-01-12 02:33:22] "POST /neutron/network HTTP/1.1" 200 1198 0.011929 10.0.0.22 - - [2026-01-12 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004782 10.0.0.22 - - [2026-01-12 02:33:22] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007664 10.0.0.22 - - [2026-01-12 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.22 - - [2026-01-12 02:33:26] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007035 10.0.0.22 - - [2026-01-12 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.22 - - [2026-01-12 02:33:30] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005910 10.0.0.22 - - [2026-01-12 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.22 - - [2026-01-12 02:33:34] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006192 10.0.0.22 - - [2026-01-12 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.22 - - [2026-01-12 02:33:38] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.007089 10.0.0.22 - - [2026-01-12 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.22 - - [2026-01-12 02:33:42] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005455 10.0.0.22 - - [2026-01-12 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.22 - - [2026-01-12 02:33:45] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005351 10.0.0.22 - - [2026-01-12 02:33:45] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003967 10.0.0.22 - - [2026-01-12 02:33:45] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008178 10.0.0.22 - - [2026-01-12 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.22 - - [2026-01-12 02:33:45] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004862 10.0.0.22 - - [2026-01-12 02:33:45] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003530 10.0.0.22 - - [2026-01-12 02:33:45] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006922 10.0.0.22 - - [2026-01-12 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.22 - - [2026-01-12 02:33:45] "GET /routing-instance/dbe7ac87-80e1-468f-b456-109b3aac9fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.006187 10.0.0.22 - - [2026-01-12 02:33:45] "GET /route-target/71e95f27-4583-4db6-83fa-8fc19ff22a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.006910 10.0.0.22 - - [2026-01-12 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.22 - - [2026-01-12 02:33:45] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004761 10.0.0.22 - - [2026-01-12 02:33:45] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003326 10.0.0.22 - - [2026-01-12 02:33:45] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006717 10.0.0.22 - - [2026-01-12 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.22 - - [2026-01-12 02:33:45] "GET /routing-instance/dbe7ac87-80e1-468f-b456-109b3aac9fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005667 10.0.0.22 - - [2026-01-12 02:33:45] "GET /route-target/71e95f27-4583-4db6-83fa-8fc19ff22a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004242 10.0.0.22 - - [2026-01-12 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.22 - - [2026-01-12 02:33:45] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004478 10.0.0.22 - - [2026-01-12 02:33:45] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003530 10.0.0.22 - - [2026-01-12 02:33:45] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008729 10.0.0.22 - - [2026-01-12 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.22 - - [2026-01-12 02:33:45] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004657 10.0.0.22 - - [2026-01-12 02:33:45] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003944 10.0.0.22 - - [2026-01-12 02:33:45] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006362 10.0.0.22 - - [2026-01-12 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.22 - - [2026-01-12 02:33:46] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005036 10.0.0.22 - - [2026-01-12 02:33:46] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003471 10.0.0.22 - - [2026-01-12 02:33:46] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006247 10.0.0.22 - - [2026-01-12 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.22 - - [2026-01-12 02:33:46] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004916 10.0.0.22 - - [2026-01-12 02:33:46] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004648 10.0.0.22 - - [2026-01-12 02:33:46] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.005872 10.0.0.22 - - [2026-01-12 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.22 - - [2026-01-12 02:33:46] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004624 10.0.0.22 - - [2026-01-12 02:33:46] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003239 10.0.0.22 - - [2026-01-12 02:33:46] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006074 10.0.0.22 - - [2026-01-12 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.22 - - [2026-01-12 02:33:46] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004860 10.0.0.22 - - [2026-01-12 02:33:46] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003646 10.0.0.22 - - [2026-01-12 02:33:46] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008793 10.0.0.22 - - [2026-01-12 02:33:46] "GET /obj-perms HTTP/1.1" 200 5042 0.005699 10.0.0.27 - - [2026-01-12 02:33:46] "GET /obj-perms HTTP/1.1" 200 5042 0.005147 10.0.0.22 - - [2026-01-12 02:33:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004382 10.0.0.50 - - [2026-01-12 02:33:46] "GET /obj-perms HTTP/1.1" 200 5042 0.004659 10.0.0.22 - - [2026-01-12 02:33:47] "POST /neutron/port HTTP/1.1" 200 1236 0.047335 10.0.0.22 - - [2026-01-12 02:33:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009249 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-machine/299fa325-f1c4-4639-a663-ef8a4b867b54 HTTP/1.1" 200 1298 0.008126 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-machine/299fa325-f1c4-4639-a663-ef8a4b867b54 HTTP/1.1" 200 1298 0.004761 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-machine-interface/6989b6f2-367b-4d1d-82a9-d04ce9192cf5 HTTP/1.1" 200 3167 0.008139 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-machine/299fa325-f1c4-4639-a663-ef8a4b867b54 HTTP/1.1" 200 1298 0.004504 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-machine-interface/6989b6f2-367b-4d1d-82a9-d04ce9192cf5 HTTP/1.1" 200 3167 0.006124 10.0.0.22 - - [2026-01-12 02:33:47] "GET /instance-ip/62b18f0c-d3c1-4c7d-b669-c19251bf50ff HTTP/1.1" 200 1632 0.007045 10.0.0.22 - - [2026-01-12 02:33:47] "GET /instance-ip/bab445e8-4991-4283-99d9-8e61ee8c3d9d HTTP/1.1" 200 1654 0.006825 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-machine/299fa325-f1c4-4639-a663-ef8a4b867b54 HTTP/1.1" 200 1298 0.005499 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-machine-interface/6989b6f2-367b-4d1d-82a9-d04ce9192cf5 HTTP/1.1" 200 3167 0.006633 10.0.0.22 - - [2026-01-12 02:33:47] "GET /instance-ip/62b18f0c-d3c1-4c7d-b669-c19251bf50ff HTTP/1.1" 200 1632 0.005702 10.0.0.22 - - [2026-01-12 02:33:47] "GET /instance-ip/bab445e8-4991-4283-99d9-8e61ee8c3d9d HTTP/1.1" 200 1654 0.006598 10.0.0.22 - - [2026-01-12 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.22 - - [2026-01-12 02:33:47] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004045 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003618 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007031 10.0.0.22 - - [2026-01-12 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.22 - - [2026-01-12 02:33:47] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004742 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003639 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006181 10.0.0.22 - - [2026-01-12 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.22 - - [2026-01-12 02:33:47] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005037 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003755 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006527 10.0.0.22 - - [2026-01-12 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.22 - - [2026-01-12 02:33:47] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005276 10.0.0.22 - - [2026-01-12 02:33:47] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004110 10.0.0.22 - - [2026-01-12 02:33:48] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005815 10.0.0.22 - - [2026-01-12 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.22 - - [2026-01-12 02:33:48] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004957 10.0.0.22 - - [2026-01-12 02:33:48] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003713 10.0.0.22 - - [2026-01-12 02:33:48] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007272 10.0.0.22 - - [2026-01-12 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.22 - - [2026-01-12 02:33:49] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004584 10.0.0.22 - - [2026-01-12 02:33:49] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003431 10.0.0.22 - - [2026-01-12 02:33:49] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006160 10.0.0.22 - - [2026-01-12 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.22 - - [2026-01-12 02:33:49] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004092 10.0.0.22 - - [2026-01-12 02:33:49] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003900 10.0.0.22 - - [2026-01-12 02:33:49] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007314 10.0.0.22 - - [2026-01-12 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.22 - - [2026-01-12 02:33:49] "GET /routing-instance/eea8a11b-9ed9-49ad-b181-ddc9222fa5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005139 10.0.0.22 - - [2026-01-12 02:33:49] "GET /route-target/a7969a59-c1b7-4b61-b2d5-212398e887ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004762 10.0.0.22 - - [2026-01-12 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.22 - - [2026-01-12 02:33:49] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004637 10.0.0.22 - - [2026-01-12 02:33:49] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003595 10.0.0.22 - - [2026-01-12 02:33:49] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006191 10.0.0.22 - - [2026-01-12 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.22 - - [2026-01-12 02:33:49] "GET /routing-instance/eea8a11b-9ed9-49ad-b181-ddc9222fa5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005684 10.0.0.22 - - [2026-01-12 02:33:49] "GET /route-target/a7969a59-c1b7-4b61-b2d5-212398e887ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003577 10.0.0.22 - - [2026-01-12 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005598 10.0.0.22 - - [2026-01-12 02:33:49] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.007233 10.0.0.22 - - [2026-01-12 02:33:49] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004272 10.0.0.22 - - [2026-01-12 02:33:50] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006991 10.0.0.22 - - [2026-01-12 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.22 - - [2026-01-12 02:33:50] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004538 10.0.0.22 - - [2026-01-12 02:33:50] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003855 10.0.0.22 - - [2026-01-12 02:33:50] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007549 10.0.0.22 - - [2026-01-12 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.22 - - [2026-01-12 02:33:50] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008164 10.0.0.22 - - [2026-01-12 02:33:50] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005376 10.0.0.22 - - [2026-01-12 02:33:50] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006246 10.0.0.22 - - [2026-01-12 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.22 - - [2026-01-12 02:33:50] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004711 10.0.0.22 - - [2026-01-12 02:33:50] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004185 10.0.0.22 - - [2026-01-12 02:33:50] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007622 10.0.0.22 - - [2026-01-12 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.22 - - [2026-01-12 02:33:50] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003877 10.0.0.22 - - [2026-01-12 02:33:50] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003340 10.0.0.22 - - [2026-01-12 02:33:50] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007057 10.0.0.22 - - [2026-01-12 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.22 - - [2026-01-12 02:33:50] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004443 10.0.0.22 - - [2026-01-12 02:33:50] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004040 10.0.0.22 - - [2026-01-12 02:33:50] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006027 10.0.0.22 - - [2026-01-12 02:33:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004043 10.0.0.27 - - [2026-01-12 02:33:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004080 10.0.0.22 - - [2026-01-12 02:33:50] "GET /obj-perms HTTP/1.1" 200 5042 0.003824 10.0.0.22 - - [2026-01-12 02:33:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004606 10.0.0.22 - - [2026-01-12 02:33:51] "POST /neutron/port HTTP/1.1" 200 1236 0.018636 10.0.0.22 - - [2026-01-12 02:33:51] "GET /obj-perms HTTP/1.1" 200 5042 0.006483 10.0.0.50 - - [2026-01-12 02:33:51] "GET /obj-perms HTTP/1.1" 200 5042 0.004395 10.0.0.22 - - [2026-01-12 02:33:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008832 10.0.0.22 - - [2026-01-12 02:33:51] "POST /neutron/port HTTP/1.1" 200 1234 0.018540 10.0.0.22 - - [2026-01-12 02:33:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010397 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-machine/54071f17-35cc-4feb-8750-bf660862f2f4 HTTP/1.1" 200 1297 0.007420 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-machine/54071f17-35cc-4feb-8750-bf660862f2f4 HTTP/1.1" 200 1297 0.005473 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-machine-interface/69fb138f-9613-4c9c-a165-dcd1d4110a77 HTTP/1.1" 200 3168 0.006449 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-machine/54071f17-35cc-4feb-8750-bf660862f2f4 HTTP/1.1" 200 1297 0.005282 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-machine-interface/69fb138f-9613-4c9c-a165-dcd1d4110a77 HTTP/1.1" 200 3168 0.007334 10.0.0.22 - - [2026-01-12 02:33:51] "GET /instance-ip/8c13eef3-cbf1-4226-88cf-1c7592b00940 HTTP/1.1" 200 1651 0.007114 10.0.0.22 - - [2026-01-12 02:33:51] "GET /instance-ip/eff643b8-b690-418c-ab69-a7c6795018a0 HTTP/1.1" 200 1633 0.006731 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-machine/54071f17-35cc-4feb-8750-bf660862f2f4 HTTP/1.1" 200 1297 0.004440 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-machine-interface/69fb138f-9613-4c9c-a165-dcd1d4110a77 HTTP/1.1" 200 3168 0.005880 10.0.0.22 - - [2026-01-12 02:33:51] "GET /instance-ip/8c13eef3-cbf1-4226-88cf-1c7592b00940 HTTP/1.1" 200 1651 0.004670 10.0.0.22 - - [2026-01-12 02:33:51] "GET /instance-ip/eff643b8-b690-418c-ab69-a7c6795018a0 HTTP/1.1" 200 1633 0.005622 10.0.0.22 - - [2026-01-12 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.22 - - [2026-01-12 02:33:51] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003730 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004023 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005760 10.0.0.22 - - [2026-01-12 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.22 - - [2026-01-12 02:33:51] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004952 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004090 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005847 10.0.0.22 - - [2026-01-12 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.22 - - [2026-01-12 02:33:51] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005490 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004153 10.0.0.22 - - [2026-01-12 02:33:51] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007550 10.0.0.22 - - [2026-01-12 02:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.22 - - [2026-01-12 02:33:51] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004280 10.0.0.22 - - [2026-01-12 02:33:52] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003695 10.0.0.22 - - [2026-01-12 02:33:52] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006328 10.0.0.22 - - [2026-01-12 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.22 - - [2026-01-12 02:33:52] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004529 10.0.0.22 - - [2026-01-12 02:33:52] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003882 10.0.0.22 - - [2026-01-12 02:33:52] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007394 10.0.0.22 - - [2026-01-12 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005392 10.0.0.22 - - [2026-01-12 02:33:53] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004798 10.0.0.22 - - [2026-01-12 02:33:53] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003643 10.0.0.22 - - [2026-01-12 02:33:53] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006493 10.0.0.22 - - [2026-01-12 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.22 - - [2026-01-12 02:33:53] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003609 10.0.0.22 - - [2026-01-12 02:33:53] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003135 10.0.0.22 - - [2026-01-12 02:33:53] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006584 10.0.0.22 - - [2026-01-12 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.22 - - [2026-01-12 02:33:53] "GET /routing-instance/4f5b2b0b-3002-4f43-b687-f2b72466d99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.006300 10.0.0.22 - - [2026-01-12 02:33:53] "GET /route-target/6f43911f-0c25-432f-8557-a2e84f80c911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004562 10.0.0.22 - - [2026-01-12 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.22 - - [2026-01-12 02:33:53] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008160 10.0.0.22 - - [2026-01-12 02:33:53] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005270 10.0.0.22 - - [2026-01-12 02:33:53] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005589 10.0.0.22 - - [2026-01-12 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.22 - - [2026-01-12 02:33:53] "GET /routing-instance/4f5b2b0b-3002-4f43-b687-f2b72466d99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005028 10.0.0.22 - - [2026-01-12 02:33:53] "GET /route-target/6f43911f-0c25-432f-8557-a2e84f80c911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003978 10.0.0.22 - - [2026-01-12 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.22 - - [2026-01-12 02:33:54] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005367 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003531 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006452 10.0.0.22 - - [2026-01-12 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.22 - - [2026-01-12 02:33:54] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004137 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003609 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005667 10.0.0.22 - - [2026-01-12 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.22 - - [2026-01-12 02:33:54] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005899 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004193 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007492 10.0.0.22 - - [2026-01-12 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.22 - - [2026-01-12 02:33:54] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004049 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004038 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007112 10.0.0.27 - - [2026-01-12 02:33:54] "GET /obj-perms HTTP/1.1" 200 5042 0.004670 10.0.0.22 - - [2026-01-12 02:33:54] "GET /obj-perms HTTP/1.1" 200 5042 0.006169 10.0.0.22 - - [2026-01-12 02:33:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003971 10.0.0.50 - - [2026-01-12 02:33:54] "GET /obj-perms HTTP/1.1" 200 5042 0.004092 10.0.0.27 - - [2026-01-12 02:33:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003683 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-machine/cfdd768b-5590-4ff5-8dd1-10327f046b24 HTTP/1.1" 200 1299 0.004525 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-machine-interface/5a149f64-025f-4209-ad2d-0001011de104 HTTP/1.1" 200 3168 0.005777 10.0.0.22 - - [2026-01-12 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.22 - - [2026-01-12 02:33:54] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004190 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003732 10.0.0.22 - - [2026-01-12 02:33:54] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006238 10.0.0.22 - - [2026-01-12 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.22 - - [2026-01-12 02:33:56] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004087 10.0.0.22 - - [2026-01-12 02:33:56] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003448 10.0.0.22 - - [2026-01-12 02:33:56] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.008002 10.0.0.22 - - [2026-01-12 02:33:56] "POST /neutron/port HTTP/1.1" 200 1237 0.021374 10.0.0.22 - - [2026-01-12 02:33:56] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008509 10.0.0.22 - - [2026-01-12 02:34:06] "GET /virtual-machine/299fa325-f1c4-4639-a663-ef8a4b867b54 HTTP/1.1" 200 1298 0.003971 10.0.0.22 - - [2026-01-12 02:34:06] "GET /virtual-machine-interface/6989b6f2-367b-4d1d-82a9-d04ce9192cf5 HTTP/1.1" 200 3167 0.006498 10.0.0.22 - - [2026-01-12 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.22 - - [2026-01-12 02:34:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003380 10.0.0.22 - - [2026-01-12 02:34:06] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003307 10.0.0.22 - - [2026-01-12 02:34:06] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006220 10.0.0.22 - - [2026-01-12 02:34:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.22 - - [2026-01-12 02:34:07] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.008188 10.0.0.22 - - [2026-01-12 02:34:07] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004011 10.0.0.22 - - [2026-01-12 02:34:07] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.008136 10.0.0.22 - - [2026-01-12 02:34:08] "GET /virtual-machine/54071f17-35cc-4feb-8750-bf660862f2f4 HTTP/1.1" 200 1297 0.004715 10.0.0.22 - - [2026-01-12 02:34:08] "GET /virtual-machine-interface/69fb138f-9613-4c9c-a165-dcd1d4110a77 HTTP/1.1" 200 3168 0.006071 10.0.0.22 - - [2026-01-12 02:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.22 - - [2026-01-12 02:34:08] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003916 10.0.0.22 - - [2026-01-12 02:34:08] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003529 10.0.0.22 - - [2026-01-12 02:34:08] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006197 10.0.0.22 - - [2026-01-12 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.22 - - [2026-01-12 02:34:09] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004349 10.0.0.22 - - [2026-01-12 02:34:09] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003841 10.0.0.22 - - [2026-01-12 02:34:09] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007993 10.0.0.22 - - [2026-01-12 02:34:16] "GET /obj-perms HTTP/1.1" 200 5056 0.086059 10.0.0.22 - - [2026-01-12 02:34:22] "POST /neutron/port HTTP/1.1" 200 1236 0.020453 10.0.0.22 - - [2026-01-12 02:34:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004270 10.0.0.22 - - [2026-01-12 02:34:23] "POST /neutron/port HTTP/1.1" 200 1234 0.018575 10.0.0.22 - - [2026-01-12 02:34:23] "POST /neutron/port HTTP/1.1" 200 1234 0.017053 10.0.0.22 - - [2026-01-12 02:34:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003947 10.0.0.22 - - [2026-01-12 02:34:23] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.22 - - [2026-01-12 02:34:33] "GET /virtual-machine/54071f17-35cc-4feb-8750-bf660862f2f4 HTTP/1.1" 200 1297 0.004729 10.0.0.22 - - [2026-01-12 02:34:33] "POST /neutron/port HTTP/1.1" 200 1234 0.019136 10.0.0.22 - - [2026-01-12 02:34:35] "GET /virtual-machine/54071f17-35cc-4feb-8750-bf660862f2f4 HTTP/1.1" 404 171 0.004029 10.0.0.22 - - [2026-01-12 02:34:35] "GET /virtual-machine/54071f17-35cc-4feb-8750-bf660862f2f4 HTTP/1.1" 404 171 0.003030 10.0.0.22 - - [2026-01-12 02:34:35] "GET /virtual-machine/54071f17-35cc-4feb-8750-bf660862f2f4 HTTP/1.1" 404 171 0.003515 10.0.0.22 - - [2026-01-12 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.22 - - [2026-01-12 02:34:35] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004233 10.0.0.22 - - [2026-01-12 02:34:35] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003684 10.0.0.22 - - [2026-01-12 02:34:35] "GET /virtual-network/a049627c-f860-42b2-b772-5f5d2b1c24fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006088 10.0.0.22 - - [2026-01-12 02:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.22 - - [2026-01-12 02:34:35] "GET /routing-instance/4f5b2b0b-3002-4f43-b687-f2b72466d99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005115 10.0.0.22 - - [2026-01-12 02:34:35] "GET /route-target/6f43911f-0c25-432f-8557-a2e84f80c911?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004500 10.0.0.22 - - [2026-01-12 02:34:35] "GET /obj-perms HTTP/1.1" 200 5042 0.003621 10.0.0.22 - - [2026-01-12 02:34:35] "GET /virtual-machine/299fa325-f1c4-4639-a663-ef8a4b867b54 HTTP/1.1" 200 1298 0.004851 10.0.0.22 - - [2026-01-12 02:34:36] "POST /neutron/port HTTP/1.1" 200 1236 0.019574 10.0.0.22 - - [2026-01-12 02:34:37] "GET /virtual-machine/299fa325-f1c4-4639-a663-ef8a4b867b54 HTTP/1.1" 404 171 0.003880 10.0.0.22 - - [2026-01-12 02:34:37] "GET /virtual-machine/299fa325-f1c4-4639-a663-ef8a4b867b54 HTTP/1.1" 404 171 0.003131 10.0.0.22 - - [2026-01-12 02:34:37] "GET /virtual-machine/299fa325-f1c4-4639-a663-ef8a4b867b54 HTTP/1.1" 404 171 0.003004 10.0.0.22 - - [2026-01-12 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.22 - - [2026-01-12 02:34:38] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003848 10.0.0.22 - - [2026-01-12 02:34:38] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003217 10.0.0.22 - - [2026-01-12 02:34:38] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007160 10.0.0.22 - - [2026-01-12 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.22 - - [2026-01-12 02:34:38] "GET /routing-instance/eea8a11b-9ed9-49ad-b181-ddc9222fa5a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004556 10.0.0.22 - - [2026-01-12 02:34:38] "GET /route-target/a7969a59-c1b7-4b61-b2d5-212398e887ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003969 10.0.0.22 - - [2026-01-12 02:34:41] "GET /obj-perms HTTP/1.1" 200 5042 0.004450 10.0.0.22 - - [2026-01-12 02:34:44] "GET /obj-perms HTTP/1.1" 200 5042 0.003779 10.0.0.22 - - [2026-01-12 02:34:50] "GET /obj-perms HTTP/1.1" 200 5042 0.005479 10.0.0.22 - - [2026-01-12 02:34:53] "GET /obj-perms HTTP/1.1" 200 5042 0.004109 10.0.0.22 - - [2026-01-12 02:34:59] "GET /obj-perms HTTP/1.1" 200 5042 0.003805 10.0.0.22 - - [2026-01-12 02:34:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004587 10.0.0.50 - - [2026-01-12 02:34:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004169 10.0.0.27 - - [2026-01-12 02:34:59] "GET /obj-perms HTTP/1.1" 200 5042 0.004272 10.0.0.22 - - [2026-01-12 02:34:59] "GET /virtual-machine/cfdd768b-5590-4ff5-8dd1-10327f046b24 HTTP/1.1" 200 1299 0.004720 10.0.0.22 - - [2026-01-12 02:35:00] "POST /neutron/port HTTP/1.1" 200 1237 0.022492 10.0.0.22 - - [2026-01-12 02:35:01] "GET /virtual-machine/cfdd768b-5590-4ff5-8dd1-10327f046b24 HTTP/1.1" 404 171 0.003740 10.0.0.22 - - [2026-01-12 02:35:01] "GET /virtual-machine/cfdd768b-5590-4ff5-8dd1-10327f046b24 HTTP/1.1" 404 171 0.003315 10.0.0.22 - - [2026-01-12 02:35:02] "GET /virtual-machine/cfdd768b-5590-4ff5-8dd1-10327f046b24 HTTP/1.1" 404 171 0.003055 10.0.0.22 - - [2026-01-12 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.22 - - [2026-01-12 02:35:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004141 10.0.0.22 - - [2026-01-12 02:35:02] "GET /virtual-networks?parent_id=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003317 10.0.0.22 - - [2026-01-12 02:35:02] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006336 10.0.0.22 - - [2026-01-12 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.22 - - [2026-01-12 02:35:02] "GET /routing-instance/dbe7ac87-80e1-468f-b456-109b3aac9fb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004576 10.0.0.22 - - [2026-01-12 02:35:02] "GET /route-target/71e95f27-4583-4db6-83fa-8fc19ff22a44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004569 10.0.0.22 - - [2026-01-12 02:35:05] "GET /obj-perms HTTP/1.1" 200 5042 0.004073 10.0.0.50 - - [2026-01-12 02:35:05] "GET /obj-perms HTTP/1.1" 200 5042 0.004364 10.0.0.22 - - [2026-01-12 02:35:05] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007349 10.0.0.22 - - [2026-01-12 02:35:05] "POST /neutron/network HTTP/1.1" 200 1111 0.011088 10.0.0.22 - - [2026-01-12 02:35:05] "GET /virtual-network/212008a7-fe72-4057-a472-336e99629a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.018183 10.0.0.50 - - [2026-01-12 02:35:06] "POST /ref-update HTTP/1.1" 200 156 0.030583 10.0.0.22 - - [2026-01-12 02:35:06] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3246 0.006065 10.0.0.22 - - [2026-01-12 02:35:06] "POST /neutron/network HTTP/1.1" 200 1198 0.009503 10.0.0.50 - - [2026-01-12 02:35:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.014616 10.0.0.22 - - [2026-01-12 02:35:06] "GET /virtual-network/de413d4e-3997-49d6-8946-205a4e963912?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2643 0.007349 10.0.0.50 - - [2026-01-12 02:35:06] "POST /ref-update HTTP/1.1" 200 156 0.039095 10.0.0.22 - - [2026-01-12 02:35:06] "DELETE /network-policy/14728435-270a-4b70-bf64-2251093514a6 HTTP/1.1" 200 115 0.094566 10.0.0.22 - - [2026-01-12 02:35:06] "DELETE /network-policy/c2dd3a9d-2138-4a41-9d72-2a8d5f5796cd HTTP/1.1" 200 115 0.051126 10.0.0.22 - - [2026-01-12 02:35:06] "DELETE /network-policy/7b00e73d-9ed3-4310-b4c8-955d3d4989a1 HTTP/1.1" 200 115 0.040191 10.0.0.22 - - [2026-01-12 02:35:06] "POST /neutron/network HTTP/1.1" 200 1011 0.012072 10.0.0.27 - - [2026-01-12 02:35:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003771 10.0.0.50 - - [2026-01-12 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.27 - - [2026-01-12 02:35:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003777 10.0.0.27 - - [2026-01-12 02:35:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002607 10.0.0.27 - - [2026-01-12 02:35:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002453 10.0.0.22 - - [2026-01-12 02:35:07] "POST /neutron/network HTTP/1.1" 200 151 0.162136 10.0.0.50 - - [2026-01-12 02:35:07] "DELETE /route-target/71e95f27-4583-4db6-83fa-8fc19ff22a44 HTTP/1.1" 200 115 0.025850 10.0.0.22 - - [2026-01-12 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.22 - - [2026-01-12 02:35:07] "DELETE /network-ipam/7d8567fa-4681-4ba8-a01f-8d50a224f3f3 HTTP/1.1" 200 115 0.031333 10.0.0.22 - - [2026-01-12 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 203 0.003924 10.0.0.22 - - [2026-01-12 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.009363 10.0.0.22 - - [2026-01-12 02:35:07] "DELETE /network-ipam/c83559ea-b62b-4cf0-91df-8583ed03e87e HTTP/1.1" 200 115 0.052007 10.0.0.22 - - [2026-01-12 02:35:07] "POST /fqname-to-id HTTP/1.1" 404 203 0.003063 10.0.0.22 - - [2026-01-12 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.22 - - [2026-01-12 02:35:08] "DELETE /network-ipam/6a1c347d-9698-4f9f-831d-84afa9d002e5 HTTP/1.1" 200 115 0.047372 10.0.0.22 - - [2026-01-12 02:35:08] "POST /fqname-to-id HTTP/1.1" 404 203 0.003495 10.0.0.27 - - [2026-01-12 02:35:10] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001528 10.0.0.22 - - [2026-01-12 02:35:10] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.094271 10.0.0.27 - - [2026-01-12 02:35:10] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001210 10.0.0.22 - - [2026-01-12 02:35:10] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?fields=virtual_networks HTTP/1.1" 200 1045 0.054685 10.0.0.27 - - [2026-01-12 02:35:10] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001106 10.0.0.22 - - [2026-01-12 02:35:11] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.073489 10.0.0.27 - - [2026-01-12 02:35:11] "GET /projects?obj_uuids=bed19f9b-f816-43ae-bd1d-7e921532f539&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001336 10.0.0.22 - - [2026-01-12 02:35:11] "GET /project/bed19f9b-f816-43ae-bd1d-7e921532f539?fields=security_groups HTTP/1.1" 200 1277 0.058908 10.0.0.22 - - [2026-01-12 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 190 0.027923 10.0.0.27 - - [2026-01-12 02:35:12] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002990 10.0.0.27 - - [2026-01-12 02:35:12] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001364 10.0.0.27 - - [2026-01-12 02:35:12] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007704 10.0.0.27 - - [2026-01-12 02:35:12] "POST /id-to-fqname HTTP/1.1" 200 192 0.005753 10.0.0.27 - - [2026-01-12 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.006937 10.0.0.27 - - [2026-01-12 02:35:12] "POST /security-groups HTTP/1.1" 200 593 0.032415 10.0.0.27 - - [2026-01-12 02:35:12] "POST /projects HTTP/1.1" 200 589 0.245000 10.0.0.50 - - [2026-01-12 02:35:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.010477 10.0.0.27 - - [2026-01-12 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.324800 10.0.0.22 - - [2026-01-12 02:35:12] "GET /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.474660 10.0.0.22 - - [2026-01-12 02:35:13] "GET / HTTP/1.1" 200 35931 0.002020 10.0.0.22 - - [2026-01-12 02:35:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.22 - - [2026-01-12 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.058439 10.0.0.27 - - [2026-01-12 02:35:15] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000925 10.0.0.22 - - [2026-01-12 02:35:15] "GET /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.046719 10.0.0.22 - - [2026-01-12 02:35:16] "POST /neutron/network HTTP/1.1" 200 117 0.054410 10.0.0.50 - - [2026-01-12 02:35:16] "POST /ref-update HTTP/1.1" 200 156 0.022463 10.0.0.22 - - [2026-01-12 02:35:16] "POST /neutron/network HTTP/1.1" 200 825 0.008986 10.0.0.22 - - [2026-01-12 02:35:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001542 10.0.0.22 - - [2026-01-12 02:35:16] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007865 10.0.0.22 - - [2026-01-12 02:35:16] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006481 10.0.0.22 - - [2026-01-12 02:35:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.010499 10.0.0.22 - - [2026-01-12 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.27 - - [2026-01-12 02:35:16] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.22 - - [2026-01-12 02:35:16] "GET /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.063367 10.0.0.27 - - [2026-01-12 02:35:17] "POST /useragent-kv HTTP/1.1" 200 115 0.016082 10.0.0.22 - - [2026-01-12 02:35:17] "POST /neutron/subnet HTTP/1.1" 200 719 0.278913 10.0.0.22 - - [2026-01-12 02:35:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001562 10.0.0.22 - - [2026-01-12 02:35:17] "GET /virtual-network/5f5153d5-e382-432d-901b-2edc5148958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008126 10.0.0.22 - - [2026-01-12 02:35:17] "GET /virtual-network/5f5153d5-e382-432d-901b-2edc5148958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006491 10.0.0.22 - - [2026-01-12 02:35:17] "POST /neutron/network HTTP/1.1" 200 825 0.010194 10.0.0.22 - - [2026-01-12 02:35:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.003381 10.0.0.22 - - [2026-01-12 02:35:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.27 - - [2026-01-12 02:35:17] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001252 10.0.0.22 - - [2026-01-12 02:35:17] "GET /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.088523 10.0.0.22 - - [2026-01-12 02:35:17] "POST /network-policys HTTP/1.1" 200 571 0.033794 10.0.0.22 - - [2026-01-12 02:35:17] "GET /network-policy/494b4d14-0f48-45a5-8f38-d20c61b47244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.008753 10.0.0.50 - - [2026-01-12 02:35:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.006773 10.0.0.22 - - [2026-01-12 02:35:18] "POST /neutron/network HTTP/1.1" 200 927 0.102855 10.0.0.22 - - [2026-01-12 02:35:18] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.031428 10.0.0.22 - - [2026-01-12 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.22 - - [2026-01-12 02:35:18] "GET /network-policy/494b4d14-0f48-45a5-8f38-d20c61b47244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004871 10.0.0.22 - - [2026-01-12 02:35:18] "POST /neutron/network HTTP/1.1" 200 927 0.098239 10.0.0.22 - - [2026-01-12 02:35:18] "GET /virtual-network/5f5153d5-e382-432d-901b-2edc5148958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007049 10.0.0.22 - - [2026-01-12 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.22 - - [2026-01-12 02:35:18] "GET /network-policy/494b4d14-0f48-45a5-8f38-d20c61b47244?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004506 10.0.0.50 - - [2026-01-12 02:35:18] "POST /access-control-lists HTTP/1.1" 200 590 0.071755 10.0.0.22 - - [2026-01-12 02:35:19] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006121 10.0.0.27 - - [2026-01-12 02:35:20] "GET /obj-perms HTTP/1.1" 200 5034 0.071229 10.0.0.22 - - [2026-01-12 02:35:20] "GET /virtual-network/5f5153d5-e382-432d-901b-2edc5148958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006243 10.0.0.22 - - [2026-01-12 02:35:21] "GET /obj-perms HTTP/1.1" 200 5034 0.104106 10.0.0.50 - - [2026-01-12 02:35:21] "GET /obj-perms HTTP/1.1" 200 5034 0.078411 10.0.0.22 - - [2026-01-12 02:35:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001656 10.0.0.27 - - [2026-01-12 02:35:22] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001074 10.0.0.22 - - [2026-01-12 02:35:22] "GET /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.075611 10.0.0.22 - - [2026-01-12 02:35:22] "POST /neutron/network HTTP/1.1" 200 927 0.034981 10.0.0.22 - - [2026-01-12 02:35:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.001259 10.0.0.22 - - [2026-01-12 02:35:22] "POST /neutron/port HTTP/1.1" 200 117 0.006735 10.0.0.27 - - [2026-01-12 02:35:23] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001070 10.0.0.22 - - [2026-01-12 02:35:23] "POST /neutron/port HTTP/1.1" 200 1061 0.328460 10.0.0.22 - - [2026-01-12 02:35:23] "POST /neutron/port HTTP/1.1" 200 1115 0.134264 10.0.0.27 - - [2026-01-12 02:35:23] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000979 10.0.0.22 - - [2026-01-12 02:35:23] "GET /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.089022 10.0.0.22 - - [2026-01-12 02:35:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003826 10.0.0.22 - - [2026-01-12 02:35:23] "POST /neutron/network HTTP/1.1" 200 927 0.008308 10.0.0.22 - - [2026-01-12 02:35:24] "POST /neutron/port HTTP/1.1" 200 117 0.007254 10.0.0.22 - - [2026-01-12 02:35:24] "POST /neutron/network HTTP/1.1" 200 937 0.008318 10.0.0.50 - - [2026-01-12 02:35:24] "PUT /access-control-list/846cd3a0-53c3-4303-ab7d-34b0d536d51e HTTP/1.1" 200 272 0.018639 10.0.0.22 - - [2026-01-12 02:35:24] "POST /neutron/port HTTP/1.1" 200 1061 0.018539 10.0.0.22 - - [2026-01-12 02:35:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003946 10.0.0.22 - - [2026-01-12 02:35:25] "POST /neutron/network HTTP/1.1" 200 927 0.008237 10.0.0.22 - - [2026-01-12 02:35:25] "POST /neutron/network HTTP/1.1" 200 937 0.006996 10.0.0.22 - - [2026-01-12 02:35:25] "POST /neutron/port HTTP/1.1" 200 117 0.001255 10.0.0.22 - - [2026-01-12 02:35:29] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007228 10.0.0.22 - - [2026-01-12 02:35:29] "POST /neutron/port HTTP/1.1" 200 1125 0.021862 10.0.0.22 - - [2026-01-12 02:35:29] "GET /virtual-machine/75d89ee7-6e1a-4495-9e1b-d1c370c307fb HTTP/1.1" 401 292 0.000376 10.0.0.22 - - [2026-01-12 02:35:30] "GET /virtual-machine/75d89ee7-6e1a-4495-9e1b-d1c370c307fb HTTP/1.1" 200 1294 0.034160 10.0.0.22 - - [2026-01-12 02:35:30] "GET /virtual-machine-interface/d76d585c-9cb3-4d1e-aeb0-df47251055c0 HTTP/1.1" 200 2952 0.008491 10.0.0.22 - - [2026-01-12 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.22 - - [2026-01-12 02:35:30] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003477 10.0.0.22 - - [2026-01-12 02:35:30] "GET /virtual-networks?parent_id=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003707 10.0.0.22 - - [2026-01-12 02:35:30] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005385 10.0.0.22 - - [2026-01-12 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.22 - - [2026-01-12 02:35:33] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007212 10.0.0.22 - - [2026-01-12 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.22 - - [2026-01-12 02:35:37] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005466 10.0.0.22 - - [2026-01-12 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.22 - - [2026-01-12 02:35:41] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007083 10.0.0.22 - - [2026-01-12 02:35:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.22 - - [2026-01-12 02:35:45] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006115 10.0.0.22 - - [2026-01-12 02:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.22 - - [2026-01-12 02:35:49] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005450 10.0.0.22 - - [2026-01-12 02:35:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.22 - - [2026-01-12 02:35:53] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005454 10.0.0.22 - - [2026-01-12 02:35:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.22 - - [2026-01-12 02:35:57] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005424 10.0.0.27 - - [2026-01-12 02:36:00] "DELETE /project/bed19f9b-f816-43ae-bd1d-7e921532f539 HTTP/1.1" 404 177 0.004184 10.0.0.27 - - [2026-01-12 02:36:00] "DELETE /project/032d12e8e7fe429181c93265aa8a0bfd HTTP/1.1" 404 173 0.008062 10.0.0.22 - - [2026-01-12 02:36:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.22 - - [2026-01-12 02:36:01] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003860 10.0.0.22 - - [2026-01-12 02:36:01] "GET /virtual-networks?parent_id=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003184 10.0.0.22 - - [2026-01-12 02:36:02] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006104 10.0.0.22 - - [2026-01-12 02:36:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008585 10.0.0.22 - - [2026-01-12 02:36:11] "POST /neutron/port HTTP/1.1" 200 1125 0.046332 10.0.0.22 - - [2026-01-12 02:36:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007787 10.0.0.22 - - [2026-01-12 02:36:17] "POST /neutron/port HTTP/1.1" 200 1125 0.034207 10.0.0.22 - - [2026-01-12 02:36:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008520 10.0.0.22 - - [2026-01-12 02:36:23] "POST /neutron/port HTTP/1.1" 200 1125 0.022639 10.0.0.22 - - [2026-01-12 02:36:23] "GET /virtual-machine/71605d91-9f59-4fa7-8a76-8e58687a5c4d HTTP/1.1" 200 1293 0.006317 10.0.0.22 - - [2026-01-12 02:36:23] "GET /virtual-machine-interface/412dfe10-484d-437b-9829-3dd4781c682f HTTP/1.1" 200 2951 0.005726 10.0.0.22 - - [2026-01-12 02:36:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.22 - - [2026-01-12 02:36:23] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003843 10.0.0.22 - - [2026-01-12 02:36:23] "GET /virtual-networks?parent_id=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002872 10.0.0.22 - - [2026-01-12 02:36:23] "GET /virtual-network/5f5153d5-e382-432d-901b-2edc5148958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006175 10.0.0.22 - - [2026-01-12 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.22 - - [2026-01-12 02:36:24] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004185 10.0.0.22 - - [2026-01-12 02:36:24] "GET /virtual-networks?parent_id=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003526 10.0.0.22 - - [2026-01-12 02:36:24] "GET /virtual-network/5f5153d5-e382-432d-901b-2edc5148958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006053 10.0.0.22 - - [2026-01-12 02:36:26] "POST /neutron/port HTTP/1.1" 200 1125 0.020173 10.0.0.22 - - [2026-01-12 02:36:26] "POST /neutron/subnet HTTP/1.1" 200 693 0.009528 10.0.0.22 - - [2026-01-12 02:36:27] "POST /neutron/port HTTP/1.1" 200 1125 0.019883 10.0.0.22 - - [2026-01-12 02:36:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004201 10.0.0.22 - - [2026-01-12 02:36:27] "POST /neutron/network HTTP/1.1" 200 927 0.007915 10.0.0.22 - - [2026-01-12 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.27 - - [2026-01-12 02:36:44] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000929 10.0.0.22 - - [2026-01-12 02:36:44] "GET /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.042541 10.0.0.22 - - [2026-01-12 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.22 - - [2026-01-12 02:36:44] "PUT /network-policy/494b4d14-0f48-45a5-8f38-d20c61b47244 HTTP/1.1" 200 262 0.015513 10.0.0.50 - - [2026-01-12 02:36:45] "PUT /access-control-list/846cd3a0-53c3-4303-ab7d-34b0d536d51e HTTP/1.1" 200 272 0.014060 10.0.0.50 - - [2026-01-12 02:36:45] "POST /ref-update HTTP/1.1" 200 156 0.023963 10.0.0.27 - - [2026-01-12 02:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-01-12 02:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.50 - - [2026-01-12 02:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-01-12 02:36:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2026-01-12 02:36:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000431 10.0.0.50 - - [2026-01-12 02:36:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2026-01-12 02:36:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.50 - - [2026-01-12 02:36:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000410 10.0.0.22 - - [2026-01-12 02:36:48] "GET /virtual-network/5f5153d5-e382-432d-901b-2edc5148958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007970 10.0.0.22 - - [2026-01-12 02:36:48] "POST /neutron/network HTTP/1.1" 200 825 0.010126 10.0.0.22 - - [2026-01-12 02:36:48] "GET /virtual-network/5f5153d5-e382-432d-901b-2edc5148958d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006380 10.0.0.22 - - [2026-01-12 02:36:48] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006094 10.0.0.22 - - [2026-01-12 02:36:48] "POST /neutron/network HTTP/1.1" 200 825 0.026264 10.0.0.22 - - [2026-01-12 02:36:48] "GET /virtual-network/1b713712-3ee1-4f4a-90de-e9c16f14627d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009868 10.0.0.22 - - [2026-01-12 02:36:48] "DELETE /network-policy/494b4d14-0f48-45a5-8f38-d20c61b47244 HTTP/1.1" 200 115 0.044057 10.0.0.22 - - [2026-01-12 02:36:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.22 - - [2026-01-12 02:36:48] "POST /neutron/port HTTP/1.1" 200 1125 0.021686 10.0.0.22 - - [2026-01-12 02:36:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.22 - - [2026-01-12 02:36:49] "POST /neutron/port HTTP/1.1" 200 151 0.241930 10.0.0.22 - - [2026-01-12 02:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.22 - - [2026-01-12 02:36:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000450 10.0.0.22 - - [2026-01-12 02:36:50] "POST /neutron/network HTTP/1.1" 200 825 0.007410 10.0.0.50 - - [2026-01-12 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004690 10.0.0.27 - - [2026-01-12 02:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007614 10.0.0.27 - - [2026-01-12 02:36:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003643 10.0.0.22 - - [2026-01-12 02:36:51] "POST /neutron/network HTTP/1.1" 200 151 0.134089 10.0.0.50 - - [2026-01-12 02:36:51] "DELETE /route-target/110350a6-5a2b-4c61-b13b-ff2106d86a59 HTTP/1.1" 200 115 0.024530 10.0.0.27 - - [2026-01-12 02:36:52] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000899 10.0.0.22 - - [2026-01-12 02:36:52] "GET /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.034343 10.0.0.27 - - [2026-01-12 02:36:52] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001000 10.0.0.22 - - [2026-01-12 02:36:52] "GET /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd?fields=virtual_networks HTTP/1.1" 200 1034 0.059024 10.0.0.27 - - [2026-01-12 02:36:53] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001366 10.0.0.22 - - [2026-01-12 02:36:53] "GET /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.050618 10.0.0.27 - - [2026-01-12 02:36:53] "GET /projects?obj_uuids=032d12e8-e7fe-4291-81c9-3265aa8a0bfd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000959 10.0.0.22 - - [2026-01-12 02:36:53] "GET /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd?fields=security_groups HTTP/1.1" 200 1262 0.041157 10.0.0.22 - - [2026-01-12 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 200 0.028554 10.0.0.27 - - [2026-01-12 02:36:54] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003093 10.0.0.27 - - [2026-01-12 02:36:54] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001781 10.0.0.27 - - [2026-01-12 02:36:54] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008068 10.0.0.27 - - [2026-01-12 02:36:54] "POST /id-to-fqname HTTP/1.1" 200 202 0.003268 10.0.0.27 - - [2026-01-12 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 211 0.004668 10.0.0.27 - - [2026-01-12 02:36:54] "POST /security-groups HTTP/1.1" 200 603 0.037152 10.0.0.27 - - [2026-01-12 02:36:54] "POST /projects HTTP/1.1" 200 609 0.239964 10.0.0.27 - - [2026-01-12 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.282712 10.0.0.50 - - [2026-01-12 02:36:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.007510 10.0.0.22 - - [2026-01-12 02:36:54] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.447795 10.0.0.22 - - [2026-01-12 02:36:55] "GET / HTTP/1.1" 200 35931 0.002044 10.0.0.50 - - [2026-01-12 02:36:58] "DELETE /access-control-list/9aa38d1e-3112-4591-9d0d-97ba85618179 HTTP/1.1" 200 115 0.039620 10.0.0.22 - - [2026-01-12 02:36:59] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000541 10.0.0.27 - - [2026-01-12 02:36:59] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.22 - - [2026-01-12 02:36:59] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072652 10.0.0.22 - - [2026-01-12 02:37:00] "GET / HTTP/1.1" 200 35931 0.002102 10.0.0.22 - - [2026-01-12 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.27 - - [2026-01-12 02:37:00] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.22 - - [2026-01-12 02:37:00] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007399 10.0.0.22 - - [2026-01-12 02:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.27 - - [2026-01-12 02:37:00] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001137 10.0.0.22 - - [2026-01-12 02:37:00] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043144 10.0.0.27 - - [2026-01-12 02:37:01] "DELETE /project/032d12e8-e7fe-4291-81c9-3265aa8a0bfd HTTP/1.1" 404 177 0.003980 10.0.0.27 - - [2026-01-12 02:37:01] "DELETE /project/c3be8ac45f914d38af3e17bfa495bede HTTP/1.1" 404 173 0.005884 10.0.0.22 - - [2026-01-12 02:37:01] "GET /domains HTTP/1.1" 401 292 0.000531 10.0.0.22 - - [2026-01-12 02:37:02] "GET /domains HTTP/1.1" 200 280 0.043461 10.0.0.27 - - [2026-01-12 02:37:02] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001568 10.0.0.22 - - [2026-01-12 02:37:02] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945 HTTP/1.1" 200 2780 0.010209 10.0.0.27 - - [2026-01-12 02:37:02] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.22 - - [2026-01-12 02:37:02] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede HTTP/1.1" 200 1925 0.110471 10.0.0.22 - - [2026-01-12 02:37:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.009270 10.0.0.22 - - [2026-01-12 02:37:02] "POST /network-ipams HTTP/1.1" 200 621 0.031443 10.0.0.22 - - [2026-01-12 02:37:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003063 10.0.0.22 - - [2026-01-12 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.22 - - [2026-01-12 02:37:02] "GET /network-ipam/ed0eed75-658c-4841-8e0c-af0be8010df4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.008023 10.0.0.22 - - [2026-01-12 02:37:02] "PUT /network-ipam/ed0eed75-658c-4841-8e0c-af0be8010df4 HTTP/1.1" 200 258 0.015850 10.0.0.22 - - [2026-01-12 02:37:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2026-01-12 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.030914 10.0.0.27 - - [2026-01-12 02:37:03] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000864 10.0.0.22 - - [2026-01-12 02:37:03] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044899 10.0.0.27 - - [2026-01-12 02:37:04] "POST /useragent-kv HTTP/1.1" 200 115 0.023518 10.0.0.22 - - [2026-01-12 02:37:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.351026 10.0.0.22 - - [2026-01-12 02:37:04] "POST /neutron/network HTTP/1.1" 200 1336 0.016620 10.0.0.22 - - [2026-01-12 02:37:04] "POST /id-to-fqname HTTP/1.1" 200 235 0.001544 10.0.0.22 - - [2026-01-12 02:37:04] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.008053 10.0.0.22 - - [2026-01-12 02:37:04] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006848 10.0.0.22 - - [2026-01-12 02:37:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.008909 10.0.0.22 - - [2026-01-12 02:37:05] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006550 10.0.0.22 - - [2026-01-12 02:37:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.003837 10.0.0.22 - - [2026-01-12 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2026-01-12 02:37:06] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001234 10.0.0.22 - - [2026-01-12 02:37:06] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047506 10.0.0.22 - - [2026-01-12 02:37:07] "POST /network-policys HTTP/1.1" 200 563 0.072788 10.0.0.22 - - [2026-01-12 02:37:07] "GET /network-policy/90771bd2-ffc8-4d2a-ad28-a023e9ec2fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006374 10.0.0.22 - - [2026-01-12 02:37:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003098 10.0.0.22 - - [2026-01-12 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.27 - - [2026-01-12 02:37:07] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.22 - - [2026-01-12 02:37:07] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043493 10.0.0.22 - - [2026-01-12 02:37:07] "POST /network-policys HTTP/1.1" 200 563 0.080135 10.0.0.22 - - [2026-01-12 02:37:07] "GET /network-policy/f8a3b2a0-5cda-42ad-a5c3-6b0e2dbc15d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.012840 10.0.0.22 - - [2026-01-12 02:37:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.003022 10.0.0.22 - - [2026-01-12 02:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.27 - - [2026-01-12 02:37:07] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001057 10.0.0.22 - - [2026-01-12 02:37:07] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045141 10.0.0.22 - - [2026-01-12 02:37:07] "POST /network-policys HTTP/1.1" 200 563 0.084995 10.0.0.22 - - [2026-01-12 02:37:08] "GET /network-policy/826c6259-4e87-4313-9442-ff2c414786e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006922 10.0.0.22 - - [2026-01-12 02:37:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003080 10.0.0.22 - - [2026-01-12 02:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.27 - - [2026-01-12 02:37:08] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001224 10.0.0.22 - - [2026-01-12 02:37:08] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044284 10.0.0.22 - - [2026-01-12 02:37:08] "POST /network-policys HTTP/1.1" 200 563 0.072969 10.0.0.22 - - [2026-01-12 02:37:08] "GET /network-policy/94fddb31-755c-48d7-906a-048c7ca63ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.008002 10.0.0.22 - - [2026-01-12 02:37:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.003285 10.0.0.22 - - [2026-01-12 02:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2026-01-12 02:37:08] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.22 - - [2026-01-12 02:37:08] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040795 10.0.0.22 - - [2026-01-12 02:37:08] "POST /network-policys HTTP/1.1" 200 563 0.072791 10.0.0.22 - - [2026-01-12 02:37:08] "GET /network-policy/2703bf12-1dbb-4ba3-8b76-8d83b3e43fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007021 10.0.0.22 - - [2026-01-12 02:37:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003029 10.0.0.22 - - [2026-01-12 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.27 - - [2026-01-12 02:37:09] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001560 10.0.0.22 - - [2026-01-12 02:37:09] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058203 10.0.0.22 - - [2026-01-12 02:37:09] "POST /network-policys HTTP/1.1" 200 563 0.072655 10.0.0.22 - - [2026-01-12 02:37:09] "GET /network-policy/2740dc14-610b-471a-a634-72297bf5f73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006322 10.0.0.22 - - [2026-01-12 02:37:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003197 10.0.0.22 - - [2026-01-12 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.27 - - [2026-01-12 02:37:09] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000964 10.0.0.22 - - [2026-01-12 02:37:09] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.040627 10.0.0.22 - - [2026-01-12 02:37:09] "POST /network-policys HTTP/1.1" 200 563 0.077527 10.0.0.22 - - [2026-01-12 02:37:09] "GET /network-policy/72ba28ac-ad28-491e-9753-3ab402a856a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006026 10.0.0.22 - - [2026-01-12 02:37:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.003486 10.0.0.22 - - [2026-01-12 02:37:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.27 - - [2026-01-12 02:37:10] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001054 10.0.0.22 - - [2026-01-12 02:37:10] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053147 10.0.0.22 - - [2026-01-12 02:37:10] "POST /network-policys HTTP/1.1" 200 563 0.073143 10.0.0.22 - - [2026-01-12 02:37:10] "GET /network-policy/d8c01240-bcc9-4d93-ade8-b5b4aa0fd4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007237 10.0.0.22 - - [2026-01-12 02:37:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003095 10.0.0.22 - - [2026-01-12 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.27 - - [2026-01-12 02:37:10] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001052 10.0.0.22 - - [2026-01-12 02:37:10] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039530 10.0.0.22 - - [2026-01-12 02:37:10] "POST /network-policys HTTP/1.1" 200 563 0.072428 10.0.0.22 - - [2026-01-12 02:37:10] "GET /network-policy/cb0f198d-1267-44fa-91e3-98c7225d0331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006544 10.0.0.22 - - [2026-01-12 02:37:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003200 10.0.0.22 - - [2026-01-12 02:37:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.27 - - [2026-01-12 02:37:10] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.22 - - [2026-01-12 02:37:10] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043851 10.0.0.22 - - [2026-01-12 02:37:11] "POST /network-policys HTTP/1.1" 200 563 0.073102 10.0.0.22 - - [2026-01-12 02:37:11] "GET /network-policy/111cc0f1-36d6-4031-a499-b2c69b8b488f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006599 10.0.0.22 - - [2026-01-12 02:37:11] "POST /neutron/network HTTP/1.1" 200 1336 0.010797 10.0.0.50 - - [2026-01-12 02:37:11] "POST /fqname-to-id HTTP/1.1" 404 252 0.003635 10.0.0.22 - - [2026-01-12 02:37:11] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.009123 10.0.0.22 - - [2026-01-12 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.22 - - [2026-01-12 02:37:11] "GET /network-policy/111cc0f1-36d6-4031-a499-b2c69b8b488f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006239 10.0.0.22 - - [2026-01-12 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.22 - - [2026-01-12 02:37:11] "GET /network-policy/2703bf12-1dbb-4ba3-8b76-8d83b3e43fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004030 10.0.0.22 - - [2026-01-12 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.22 - - [2026-01-12 02:37:11] "GET /network-policy/2740dc14-610b-471a-a634-72297bf5f73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004654 10.0.0.22 - - [2026-01-12 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.22 - - [2026-01-12 02:37:11] "GET /network-policy/72ba28ac-ad28-491e-9753-3ab402a856a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005154 10.0.0.22 - - [2026-01-12 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.22 - - [2026-01-12 02:37:11] "GET /network-policy/826c6259-4e87-4313-9442-ff2c414786e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004787 10.0.0.22 - - [2026-01-12 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.22 - - [2026-01-12 02:37:11] "GET /network-policy/90771bd2-ffc8-4d2a-ad28-a023e9ec2fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004182 10.0.0.22 - - [2026-01-12 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.22 - - [2026-01-12 02:37:12] "GET /network-policy/94fddb31-755c-48d7-906a-048c7ca63ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004535 10.0.0.22 - - [2026-01-12 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.22 - - [2026-01-12 02:37:12] "GET /network-policy/cb0f198d-1267-44fa-91e3-98c7225d0331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004125 10.0.0.22 - - [2026-01-12 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.22 - - [2026-01-12 02:37:12] "GET /network-policy/d8c01240-bcc9-4d93-ade8-b5b4aa0fd4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004619 10.0.0.22 - - [2026-01-12 02:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.22 - - [2026-01-12 02:37:12] "GET /network-policy/f8a3b2a0-5cda-42ad-a5c3-6b0e2dbc15d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.006224 10.0.0.22 - - [2026-01-12 02:37:12] "POST /id-to-fqname HTTP/1.1" 200 235 0.001288 10.0.0.22 - - [2026-01-12 02:37:12] "POST /neutron/network HTTP/1.1" 200 2259 0.007410 10.0.0.27 - - [2026-01-12 02:37:13] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.22 - - [2026-01-12 02:37:13] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.067718 10.0.0.22 - - [2026-01-12 02:37:13] "POST /neutron/port HTTP/1.1" 200 117 0.007194 10.0.0.27 - - [2026-01-12 02:37:13] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.22 - - [2026-01-12 02:37:14] "POST /neutron/port HTTP/1.1" 200 1173 0.390761 10.0.0.22 - - [2026-01-12 02:37:14] "POST /neutron/port HTTP/1.1" 200 1227 0.119529 10.0.0.22 - - [2026-01-12 02:37:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005389 10.0.0.22 - - [2026-01-12 02:37:14] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.22 - - [2026-01-12 02:37:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009066 10.0.0.27 - - [2026-01-12 02:37:18] "GET /obj-perms HTTP/1.1" 200 5056 0.078050 10.0.0.22 - - [2026-01-12 02:37:18] "POST /neutron/port HTTP/1.1" 200 1237 0.040148 10.0.0.22 - - [2026-01-12 02:37:19] "GET /virtual-machine/fb34b7ee-ed5c-4576-a09a-23d0e4051fff HTTP/1.1" 401 292 0.000412 10.0.0.22 - - [2026-01-12 02:37:19] "GET /virtual-machine/fb34b7ee-ed5c-4576-a09a-23d0e4051fff HTTP/1.1" 200 1305 0.054813 10.0.0.22 - - [2026-01-12 02:37:19] "GET /virtual-machine-interface/42e49edd-cb79-4ee5-9c41-d45622e09d37 HTTP/1.1" 200 3169 0.006497 10.0.0.22 - - [2026-01-12 02:37:19] "GET /obj-perms HTTP/1.1" 200 5056 0.428415 10.0.0.22 - - [2026-01-12 02:37:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.22 - - [2026-01-12 02:37:19] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003415 10.0.0.22 - - [2026-01-12 02:37:19] "GET /virtual-networks?parent_id=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003590 10.0.0.22 - - [2026-01-12 02:37:19] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006496 10.0.0.22 - - [2026-01-12 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.22 - - [2026-01-12 02:37:22] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006953 10.0.0.22 - - [2026-01-12 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.22 - - [2026-01-12 02:37:27] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.005777 10.0.0.22 - - [2026-01-12 02:37:27] "POST /neutron/port HTTP/1.1" 200 1237 0.051839 10.0.0.22 - - [2026-01-12 02:37:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004285 10.0.0.22 - - [2026-01-12 02:37:27] "POST /neutron/port HTTP/1.1" 200 117 0.001663 10.0.0.22 - - [2026-01-12 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.22 - - [2026-01-12 02:37:31] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006748 10.0.0.22 - - [2026-01-12 02:37:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.22 - - [2026-01-12 02:37:35] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.007392 10.0.0.22 - - [2026-01-12 02:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.22 - - [2026-01-12 02:37:39] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006520 10.0.0.22 - - [2026-01-12 02:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.22 - - [2026-01-12 02:37:43] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006343 10.0.0.22 - - [2026-01-12 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.22 - - [2026-01-12 02:37:47] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006376 10.0.0.22 - - [2026-01-12 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.008122 10.0.0.22 - - [2026-01-12 02:37:51] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.005648 10.0.0.22 - - [2026-01-12 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006519 10.0.0.22 - - [2026-01-12 02:37:53] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005006 10.0.0.22 - - [2026-01-12 02:37:53] "GET /virtual-networks?parent_id=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002926 10.0.0.22 - - [2026-01-12 02:37:53] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6138 0.006407 10.0.0.22 - - [2026-01-12 02:37:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008462 10.0.0.22 - - [2026-01-12 02:38:01] "POST /neutron/port HTTP/1.1" 200 1237 0.023277 10.0.0.22 - - [2026-01-12 02:38:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009870 10.0.0.22 - - [2026-01-12 02:38:14] "POST /neutron/port HTTP/1.1" 200 1237 0.018446 10.0.0.22 - - [2026-01-12 02:38:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007721 10.0.0.22 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.22 - - [2026-01-12 02:38:15] "GET /network-policy/90771bd2-ffc8-4d2a-ad28-a023e9ec2fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003980 10.0.0.22 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.22 - - [2026-01-12 02:38:15] "GET /network-policy/f8a3b2a0-5cda-42ad-a5c3-6b0e2dbc15d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004783 10.0.0.22 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.22 - - [2026-01-12 02:38:15] "GET /network-policy/826c6259-4e87-4313-9442-ff2c414786e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004676 10.0.0.22 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.22 - - [2026-01-12 02:38:15] "GET /network-policy/94fddb31-755c-48d7-906a-048c7ca63ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004955 10.0.0.22 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.22 - - [2026-01-12 02:38:15] "GET /network-policy/2703bf12-1dbb-4ba3-8b76-8d83b3e43fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005419 10.0.0.22 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.22 - - [2026-01-12 02:38:15] "GET /network-policy/2740dc14-610b-471a-a634-72297bf5f73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004484 10.0.0.22 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.22 - - [2026-01-12 02:38:15] "GET /network-policy/72ba28ac-ad28-491e-9753-3ab402a856a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004398 10.0.0.22 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.22 - - [2026-01-12 02:38:15] "GET /network-policy/d8c01240-bcc9-4d93-ade8-b5b4aa0fd4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005313 10.0.0.22 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.22 - - [2026-01-12 02:38:15] "GET /network-policy/cb0f198d-1267-44fa-91e3-98c7225d0331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004911 10.0.0.22 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.22 - - [2026-01-12 02:38:15] "GET /network-policy/111cc0f1-36d6-4031-a499-b2c69b8b488f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004373 10.0.0.22 - - [2026-01-12 02:38:15] "POST /neutron/network HTTP/1.1" 200 1439 0.013884 10.0.0.50 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.089039 10.0.0.50 - - [2026-01-12 02:38:15] "PUT /access-control-list/e4488395-11eb-4846-8879-f853a35fdcc1 HTTP/1.1" 200 272 0.103885 10.0.0.22 - - [2026-01-12 02:38:15] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.019664 10.0.0.22 - - [2026-01-12 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.22 - - [2026-01-12 02:38:15] "GET /network-policy/90771bd2-ffc8-4d2a-ad28-a023e9ec2fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004525 10.0.0.50 - - [2026-01-12 02:38:20] "GET /obj-perms HTTP/1.1" 200 5056 0.058559 10.0.0.22 - - [2026-01-12 02:38:21] "POST /neutron/network HTTP/1.1" 200 1439 0.014458 10.0.0.22 - - [2026-01-12 02:38:21] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.006534 10.0.0.22 - - [2026-01-12 02:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.22 - - [2026-01-12 02:38:21] "GET /network-policy/f8a3b2a0-5cda-42ad-a5c3-6b0e2dbc15d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8881 0.004322 10.0.0.22 - - [2026-01-12 02:38:26] "POST /neutron/network HTTP/1.1" 200 1439 0.023741 10.0.0.22 - - [2026-01-12 02:38:26] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.005454 10.0.0.22 - - [2026-01-12 02:38:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.22 - - [2026-01-12 02:38:26] "GET /network-policy/826c6259-4e87-4313-9442-ff2c414786e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004707 10.0.0.22 - - [2026-01-12 02:38:28] "POST /neutron/network HTTP/1.1" 200 1449 0.009480 10.0.0.22 - - [2026-01-12 02:38:28] "POST /neutron/subnet HTTP/1.1" 200 1356 0.026914 10.0.0.22 - - [2026-01-12 02:38:28] "POST /neutron/network HTTP/1.1" 200 1439 0.015348 10.0.0.50 - - [2026-01-12 02:38:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.004860 10.0.0.50 - - [2026-01-12 02:38:31] "PUT /access-control-list/e4488395-11eb-4846-8879-f853a35fdcc1 HTTP/1.1" 200 272 0.019557 10.0.0.22 - - [2026-01-12 02:38:31] "POST /neutron/network HTTP/1.1" 200 1439 0.014948 10.0.0.22 - - [2026-01-12 02:38:31] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.005471 10.0.0.22 - - [2026-01-12 02:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.22 - - [2026-01-12 02:38:31] "GET /network-policy/94fddb31-755c-48d7-906a-048c7ca63ddf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004657 10.0.0.22 - - [2026-01-12 02:38:37] "POST /neutron/network HTTP/1.1" 200 1439 0.015166 10.0.0.22 - - [2026-01-12 02:38:37] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.005878 10.0.0.22 - - [2026-01-12 02:38:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.22 - - [2026-01-12 02:38:37] "GET /network-policy/2703bf12-1dbb-4ba3-8b76-8d83b3e43fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004013 10.0.0.22 - - [2026-01-12 02:38:42] "POST /neutron/network HTTP/1.1" 200 1439 0.016576 10.0.0.22 - - [2026-01-12 02:38:42] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.004824 10.0.0.22 - - [2026-01-12 02:38:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.22 - - [2026-01-12 02:38:42] "GET /network-policy/2740dc14-610b-471a-a634-72297bf5f73b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004564 10.0.0.50 - - [2026-01-12 02:38:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.007746 10.0.0.50 - - [2026-01-12 02:38:47] "PUT /access-control-list/e4488395-11eb-4846-8879-f853a35fdcc1 HTTP/1.1" 200 272 0.024709 10.0.0.22 - - [2026-01-12 02:38:47] "POST /neutron/network HTTP/1.1" 200 1439 0.014332 10.0.0.22 - - [2026-01-12 02:38:47] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.006355 10.0.0.22 - - [2026-01-12 02:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.22 - - [2026-01-12 02:38:47] "GET /network-policy/72ba28ac-ad28-491e-9753-3ab402a856a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004860 10.0.0.22 - - [2026-01-12 02:38:52] "POST /neutron/network HTTP/1.1" 200 1439 0.016038 10.0.0.22 - - [2026-01-12 02:38:52] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.005698 10.0.0.22 - - [2026-01-12 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.22 - - [2026-01-12 02:38:52] "GET /network-policy/d8c01240-bcc9-4d93-ade8-b5b4aa0fd4b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004736 10.0.0.22 - - [2026-01-12 02:38:58] "POST /neutron/network HTTP/1.1" 200 1439 0.012145 10.0.0.22 - - [2026-01-12 02:38:58] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.013018 10.0.0.22 - - [2026-01-12 02:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.22 - - [2026-01-12 02:38:58] "GET /network-policy/cb0f198d-1267-44fa-91e3-98c7225d0331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004756 10.0.0.50 - - [2026-01-12 02:39:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.005146 10.0.0.50 - - [2026-01-12 02:39:03] "PUT /access-control-list/e4488395-11eb-4846-8879-f853a35fdcc1 HTTP/1.1" 200 272 0.037226 10.0.0.22 - - [2026-01-12 02:39:03] "POST /neutron/network HTTP/1.1" 200 1439 0.024935 10.0.0.22 - - [2026-01-12 02:39:03] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.008025 10.0.0.22 - - [2026-01-12 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.22 - - [2026-01-12 02:39:03] "GET /network-policy/111cc0f1-36d6-4031-a499-b2c69b8b488f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004328 10.0.0.22 - - [2026-01-12 02:39:08] "GET /virtual-machine/fb34b7ee-ed5c-4576-a09a-23d0e4051fff HTTP/1.1" 200 1305 0.005412 10.0.0.22 - - [2026-01-12 02:39:09] "POST /neutron/port HTTP/1.1" 200 151 0.235046 10.0.0.22 - - [2026-01-12 02:39:10] "GET /virtual-machine/fb34b7ee-ed5c-4576-a09a-23d0e4051fff HTTP/1.1" 404 171 0.003701 10.0.0.22 - - [2026-01-12 02:39:10] "GET /virtual-machine/fb34b7ee-ed5c-4576-a09a-23d0e4051fff HTTP/1.1" 404 171 0.003712 10.0.0.22 - - [2026-01-12 02:39:10] "GET /virtual-machine/fb34b7ee-ed5c-4576-a09a-23d0e4051fff HTTP/1.1" 404 171 0.003298 10.0.0.22 - - [2026-01-12 02:39:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.22 - - [2026-01-12 02:39:10] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004328 10.0.0.22 - - [2026-01-12 02:39:10] "GET /virtual-networks?parent_id=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003647 10.0.0.22 - - [2026-01-12 02:39:10] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.007502 10.0.0.22 - - [2026-01-12 02:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.22 - - [2026-01-12 02:39:11] "GET /routing-instance/e3afa1da-4261-42df-b29b-453a3e7e6f2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005192 10.0.0.22 - - [2026-01-12 02:39:11] "GET /route-target/0e48eaca-bfe7-45f5-a93c-2493a53071fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004535 10.0.0.22 - - [2026-01-12 02:39:17] "GET /obj-perms HTTP/1.1" 200 5019 0.055110 10.0.0.50 - - [2026-01-12 02:39:17] "GET /obj-perms HTTP/1.1" 200 5019 0.070816 10.0.0.22 - - [2026-01-12 02:39:23] "GET /obj-perms HTTP/1.1" 200 5019 0.004636 10.0.0.50 - - [2026-01-12 02:39:23] "GET /obj-perms HTTP/1.1" 200 5019 0.003577 10.0.0.22 - - [2026-01-12 02:39:32] "GET /obj-perms HTTP/1.1" 200 5019 0.004173 10.0.0.50 - - [2026-01-12 02:39:32] "GET /obj-perms HTTP/1.1" 200 5019 0.005766 10.0.0.22 - - [2026-01-12 02:39:36] "GET /obj-perms HTTP/1.1" 200 5019 0.003984 10.0.0.22 - - [2026-01-12 02:39:36] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3492 0.006515 10.0.0.22 - - [2026-01-12 02:39:36] "POST /neutron/network HTTP/1.1" 200 1336 0.025112 10.0.0.22 - - [2026-01-12 02:39:36] "GET /virtual-network/f0859fe7-9df5-4337-8917-54e143b11434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3173 0.006601 10.0.0.22 - - [2026-01-12 02:39:36] "DELETE /network-policy/111cc0f1-36d6-4031-a499-b2c69b8b488f HTTP/1.1" 200 115 0.042533 10.0.0.22 - - [2026-01-12 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.27 - - [2026-01-12 02:39:36] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.030244 10.0.0.22 - - [2026-01-12 02:39:36] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.078043 10.0.0.22 - - [2026-01-12 02:39:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-48827567&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005585 10.0.0.22 - - [2026-01-12 02:39:36] "DELETE /network-policy/cb0f198d-1267-44fa-91e3-98c7225d0331 HTTP/1.1" 200 115 0.041167 10.0.0.22 - - [2026-01-12 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005921 10.0.0.27 - - [2026-01-12 02:39:36] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.22 - - [2026-01-12 02:39:36] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.061409 10.0.0.22 - - [2026-01-12 02:39:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-48827567&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005903 10.0.0.22 - - [2026-01-12 02:39:36] "DELETE /network-policy/d8c01240-bcc9-4d93-ade8-b5b4aa0fd4b1 HTTP/1.1" 200 115 0.046636 10.0.0.22 - - [2026-01-12 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.27 - - [2026-01-12 02:39:36] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001272 10.0.0.22 - - [2026-01-12 02:39:37] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046332 10.0.0.22 - - [2026-01-12 02:39:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-48827567&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.007963 10.0.0.22 - - [2026-01-12 02:39:37] "DELETE /network-policy/72ba28ac-ad28-491e-9753-3ab402a856a7 HTTP/1.1" 200 115 0.039918 10.0.0.22 - - [2026-01-12 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.27 - - [2026-01-12 02:39:37] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.22 - - [2026-01-12 02:39:37] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046232 10.0.0.22 - - [2026-01-12 02:39:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-48827567&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.007322 10.0.0.22 - - [2026-01-12 02:39:37] "DELETE /network-policy/2740dc14-610b-471a-a634-72297bf5f73b HTTP/1.1" 200 115 0.037262 10.0.0.22 - - [2026-01-12 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007438 10.0.0.27 - - [2026-01-12 02:39:37] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.22 - - [2026-01-12 02:39:37] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041518 10.0.0.22 - - [2026-01-12 02:39:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-48827567&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.007411 10.0.0.22 - - [2026-01-12 02:39:37] "DELETE /network-policy/2703bf12-1dbb-4ba3-8b76-8d83b3e43fb9 HTTP/1.1" 200 115 0.049672 10.0.0.22 - - [2026-01-12 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006637 10.0.0.27 - - [2026-01-12 02:39:37] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001824 10.0.0.22 - - [2026-01-12 02:39:37] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044863 10.0.0.22 - - [2026-01-12 02:39:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-48827567&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005584 10.0.0.22 - - [2026-01-12 02:39:37] "DELETE /network-policy/94fddb31-755c-48d7-906a-048c7ca63ddf HTTP/1.1" 200 115 0.044858 10.0.0.22 - - [2026-01-12 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.27 - - [2026-01-12 02:39:37] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.22 - - [2026-01-12 02:39:37] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044794 10.0.0.22 - - [2026-01-12 02:39:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-48827567&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.005444 10.0.0.22 - - [2026-01-12 02:39:38] "DELETE /network-policy/826c6259-4e87-4313-9442-ff2c414786e9 HTTP/1.1" 200 115 0.048519 10.0.0.22 - - [2026-01-12 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.27 - - [2026-01-12 02:39:38] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001351 10.0.0.22 - - [2026-01-12 02:39:38] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051435 10.0.0.22 - - [2026-01-12 02:39:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-48827567&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005398 10.0.0.22 - - [2026-01-12 02:39:38] "DELETE /network-policy/f8a3b2a0-5cda-42ad-a5c3-6b0e2dbc15d8 HTTP/1.1" 200 115 0.051304 10.0.0.22 - - [2026-01-12 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004848 10.0.0.27 - - [2026-01-12 02:39:38] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.22 - - [2026-01-12 02:39:38] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.036760 10.0.0.22 - - [2026-01-12 02:39:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-48827567&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006022 10.0.0.22 - - [2026-01-12 02:39:38] "DELETE /network-policy/90771bd2-ffc8-4d2a-ad28-a023e9ec2fc0 HTTP/1.1" 200 115 0.040539 10.0.0.22 - - [2026-01-12 02:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005856 10.0.0.27 - - [2026-01-12 02:39:38] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001164 10.0.0.22 - - [2026-01-12 02:39:38] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043812 10.0.0.22 - - [2026-01-12 02:39:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-48827567&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005297 10.0.0.50 - - [2026-01-12 02:39:38] "DELETE /route-target/0e48eaca-bfe7-45f5-a93c-2493a53071fa HTTP/1.1" 200 115 0.024150 10.0.0.22 - - [2026-01-12 02:39:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.22 - - [2026-01-12 02:39:39] "DELETE /network-ipam/ed0eed75-658c-4841-8e0c-af0be8010df4 HTTP/1.1" 200 115 0.033018 10.0.0.22 - - [2026-01-12 02:39:39] "POST /fqname-to-id HTTP/1.1" 404 260 0.003998 10.0.0.27 - - [2026-01-12 02:39:39] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001258 10.0.0.27 - - [2026-01-12 02:39:39] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.046091 10.0.0.27 - - [2026-01-12 02:39:39] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001043 10.0.0.27 - - [2026-01-12 02:39:39] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?fields=security_groups HTTP/1.1" 200 1400 0.074751 10.0.0.27 - - [2026-01-12 02:39:39] "DELETE /security-group/3648d2ef-c601-438d-8167-c049bf9608b2 HTTP/1.1" 200 115 0.066076 10.0.0.27 - - [2026-01-12 02:39:39] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001231 10.0.0.27 - - [2026-01-12 02:39:39] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?fields=application_policy_sets HTTP/1.1" 200 1439 0.068611 10.0.0.22 - - [2026-01-12 02:39:39] "DELETE /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede HTTP/1.1" 200 115 0.470757 10.0.0.27 - - [2026-01-12 02:39:39] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001979 10.0.0.22 - - [2026-01-12 02:39:39] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?fields=projects HTTP/1.1" 200 1439 0.017090 10.0.0.27 - - [2026-01-12 02:39:42] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004078 10.0.0.27 - - [2026-01-12 02:39:42] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.27 - - [2026-01-12 02:39:42] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039532 10.0.0.27 - - [2026-01-12 02:39:42] "POST /id-to-fqname HTTP/1.1" 200 202 0.005029 10.0.0.27 - - [2026-01-12 02:39:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.009409 10.0.0.27 - - [2026-01-12 02:39:42] "POST /security-groups HTTP/1.1" 200 603 0.033996 10.0.0.50 - - [2026-01-12 02:39:42] "POST /fqname-to-id HTTP/1.1" 404 246 0.006914 10.0.0.27 - - [2026-01-12 02:39:42] "POST /projects HTTP/1.1" 200 609 0.257326 10.0.0.27 - - [2026-01-12 02:39:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.330000 10.0.0.50 - - [2026-01-12 02:39:42] "POST /access-control-lists HTTP/1.1" 200 606 0.032073 10.0.0.22 - - [2026-01-12 02:39:42] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.480290 10.0.0.27 - - [2026-01-12 02:39:42] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.22 - - [2026-01-12 02:39:42] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?fields=virtual_networks HTTP/1.1" 200 1057 0.056760 10.0.0.27 - - [2026-01-12 02:39:42] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001752 10.0.0.22 - - [2026-01-12 02:39:42] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.044558 10.0.0.27 - - [2026-01-12 02:39:43] "GET /projects?obj_uuids=c3be8ac4-5f91-4d38-af3e-17bfa495bede&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001299 10.0.0.22 - - [2026-01-12 02:39:43] "GET /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede?fields=security_groups HTTP/1.1" 200 1295 0.049940 10.0.0.22 - - [2026-01-12 02:39:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.029869 10.0.0.27 - - [2026-01-12 02:39:44] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003637 10.0.0.27 - - [2026-01-12 02:39:44] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.27 - - [2026-01-12 02:39:44] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007302 10.0.0.27 - - [2026-01-12 02:39:44] "POST /id-to-fqname HTTP/1.1" 200 196 0.004773 10.0.0.27 - - [2026-01-12 02:39:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.007315 10.0.0.27 - - [2026-01-12 02:39:44] "POST /security-groups HTTP/1.1" 200 597 0.031617 10.0.0.27 - - [2026-01-12 02:39:44] "POST /projects HTTP/1.1" 200 597 0.255779 10.0.0.50 - - [2026-01-12 02:39:44] "POST /fqname-to-id HTTP/1.1" 404 239 0.005460 10.0.0.27 - - [2026-01-12 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.335074 10.0.0.22 - - [2026-01-12 02:39:44] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.487825 10.0.0.22 - - [2026-01-12 02:39:45] "GET / HTTP/1.1" 200 35931 0.001302 10.0.0.22 - - [2026-01-12 02:39:47] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.27 - - [2026-01-12 02:39:48] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001061 10.0.0.22 - - [2026-01-12 02:39:48] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.084831 10.0.0.22 - - [2026-01-12 02:39:48] "GET / HTTP/1.1" 200 35931 0.003614 10.0.0.22 - - [2026-01-12 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.27 - - [2026-01-12 02:39:49] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.22 - - [2026-01-12 02:39:49] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007766 10.0.0.22 - - [2026-01-12 02:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.27 - - [2026-01-12 02:39:49] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001239 10.0.0.22 - - [2026-01-12 02:39:49] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042377 10.0.0.22 - - [2026-01-12 02:39:50] "GET /domains HTTP/1.1" 401 292 0.000469 10.0.0.22 - - [2026-01-12 02:39:50] "GET /domains HTTP/1.1" 200 280 0.028210 10.0.0.27 - - [2026-01-12 02:39:50] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001136 10.0.0.22 - - [2026-01-12 02:39:50] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945 HTTP/1.1" 200 2972 0.010083 10.0.0.27 - - [2026-01-12 02:39:50] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000990 10.0.0.22 - - [2026-01-12 02:39:51] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75 HTTP/1.1" 200 1888 0.091338 10.0.0.22 - - [2026-01-12 02:39:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003921 10.0.0.22 - - [2026-01-12 02:39:51] "POST /network-ipams HTTP/1.1" 200 603 0.053625 10.0.0.22 - - [2026-01-12 02:39:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.005649 10.0.0.22 - - [2026-01-12 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.22 - - [2026-01-12 02:39:51] "GET /network-ipam/cff8318a-6636-461e-9d5b-14bbbbb50970?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.013671 10.0.0.50 - - [2026-01-12 02:39:51] "DELETE /access-control-list/afc98ebf-92c2-40f9-974b-0f01bb9f9c9b HTTP/1.1" 200 115 0.046798 10.0.0.22 - - [2026-01-12 02:39:51] "PUT /network-ipam/cff8318a-6636-461e-9d5b-14bbbbb50970 HTTP/1.1" 200 258 0.064567 10.0.0.22 - - [2026-01-12 02:39:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.22 - - [2026-01-12 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.027734 10.0.0.27 - - [2026-01-12 02:39:51] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000995 10.0.0.22 - - [2026-01-12 02:39:51] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039815 10.0.0.22 - - [2026-01-12 02:39:52] "POST /neutron/network HTTP/1.1" 200 117 0.040436 10.0.0.27 - - [2026-01-12 02:39:52] "POST /useragent-kv HTTP/1.1" 200 115 0.008070 10.0.0.22 - - [2026-01-12 02:39:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.195258 10.0.0.22 - - [2026-01-12 02:39:52] "POST /id-to-fqname HTTP/1.1" 200 229 0.001300 10.0.0.22 - - [2026-01-12 02:39:52] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005492 10.0.0.22 - - [2026-01-12 02:39:52] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005357 10.0.0.22 - - [2026-01-12 02:39:52] "POST /neutron/network HTTP/1.1" 200 1074 0.009336 10.0.0.22 - - [2026-01-12 02:39:53] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005848 10.0.0.50 - - [2026-01-12 02:39:54] "GET /obj-perms HTTP/1.1" 200 5013 0.079695 10.0.0.27 - - [2026-01-12 02:39:54] "GET /obj-perms HTTP/1.1" 200 5013 0.057159 10.0.0.22 - - [2026-01-12 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.27 - - [2026-01-12 02:39:54] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001106 10.0.0.22 - - [2026-01-12 02:39:54] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043785 10.0.0.22 - - [2026-01-12 02:39:55] "POST /neutron/network HTTP/1.1" 200 117 0.020091 10.0.0.50 - - [2026-01-12 02:39:55] "POST /route-targets HTTP/1.1" 200 327 0.017134 10.0.0.27 - - [2026-01-12 02:39:55] "POST /useragent-kv HTTP/1.1" 200 115 0.007323 10.0.0.22 - - [2026-01-12 02:39:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.161149 10.0.0.22 - - [2026-01-12 02:39:55] "POST /id-to-fqname HTTP/1.1" 200 229 0.001543 10.0.0.22 - - [2026-01-12 02:39:55] "GET /virtual-network/7e3945c8-b847-4147-a8f8-2b3e7219708c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005474 10.0.0.22 - - [2026-01-12 02:39:55] "GET /virtual-network/7e3945c8-b847-4147-a8f8-2b3e7219708c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006488 10.0.0.22 - - [2026-01-12 02:39:55] "POST /neutron/network HTTP/1.1" 200 1074 0.011340 10.0.0.22 - - [2026-01-12 02:39:55] "GET /virtual-network/7e3945c8-b847-4147-a8f8-2b3e7219708c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007421 10.0.0.22 - - [2026-01-12 02:39:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.004183 10.0.0.22 - - [2026-01-12 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2026-01-12 02:39:56] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001264 10.0.0.22 - - [2026-01-12 02:39:56] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.037174 10.0.0.22 - - [2026-01-12 02:39:56] "POST /network-policys HTTP/1.1" 200 527 0.029498 10.0.0.22 - - [2026-01-12 02:39:56] "GET /network-policy/cb7af295-39cd-44e2-9a49-a907ec2e84bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006871 10.0.0.22 - - [2026-01-12 02:39:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.003321 10.0.0.22 - - [2026-01-12 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2026-01-12 02:39:56] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001060 10.0.0.22 - - [2026-01-12 02:39:56] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046424 10.0.0.22 - - [2026-01-12 02:39:57] "POST /network-policys HTTP/1.1" 200 527 0.029817 10.0.0.22 - - [2026-01-12 02:39:57] "GET /network-policy/947c9bc5-3221-4894-9adc-7f415bd6f59e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007732 10.0.0.22 - - [2026-01-12 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.003427 10.0.0.22 - - [2026-01-12 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2026-01-12 02:39:57] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001235 10.0.0.22 - - [2026-01-12 02:39:57] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.053842 10.0.0.22 - - [2026-01-12 02:39:57] "POST /network-policys HTTP/1.1" 200 527 0.027489 10.0.0.22 - - [2026-01-12 02:39:57] "GET /network-policy/cb4ddb32-6f75-4d5a-b984-eee340968b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007038 10.0.0.22 - - [2026-01-12 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.003041 10.0.0.22 - - [2026-01-12 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.27 - - [2026-01-12 02:39:57] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001062 10.0.0.22 - - [2026-01-12 02:39:57] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046445 10.0.0.22 - - [2026-01-12 02:39:57] "POST /network-policys HTTP/1.1" 200 527 0.027719 10.0.0.22 - - [2026-01-12 02:39:57] "GET /network-policy/54186b3f-4a1d-4140-b1d8-f26f56422e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.006997 10.0.0.22 - - [2026-01-12 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.003416 10.0.0.22 - - [2026-01-12 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.27 - - [2026-01-12 02:39:58] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001221 10.0.0.22 - - [2026-01-12 02:39:58] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041848 10.0.0.22 - - [2026-01-12 02:39:58] "POST /network-policys HTTP/1.1" 200 531 0.028797 10.0.0.22 - - [2026-01-12 02:39:58] "GET /network-policy/f09fb6e7-4e1e-4e7c-9ceb-ad9cd6762905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.006054 10.0.0.22 - - [2026-01-12 02:39:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.004015 10.0.0.22 - - [2026-01-12 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.27 - - [2026-01-12 02:39:58] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.22 - - [2026-01-12 02:39:58] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.058739 10.0.0.22 - - [2026-01-12 02:39:58] "POST /network-policys HTTP/1.1" 200 529 0.033704 10.0.0.22 - - [2026-01-12 02:39:58] "GET /network-policy/1c09e747-6936-41e9-a699-8e922b7870a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.012852 10.0.0.22 - - [2026-01-12 02:39:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003440 10.0.0.22 - - [2026-01-12 02:39:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.27 - - [2026-01-12 02:39:58] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000927 10.0.0.22 - - [2026-01-12 02:39:58] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.053396 10.0.0.22 - - [2026-01-12 02:39:58] "POST /network-policys HTTP/1.1" 200 529 0.028188 10.0.0.22 - - [2026-01-12 02:39:59] "GET /network-policy/86582f75-8f0b-4602-99e4-38a038022f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006313 10.0.0.22 - - [2026-01-12 02:39:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003268 10.0.0.22 - - [2026-01-12 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.27 - - [2026-01-12 02:39:59] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001183 10.0.0.22 - - [2026-01-12 02:39:59] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.043295 10.0.0.22 - - [2026-01-12 02:39:59] "POST /network-policys HTTP/1.1" 200 529 0.030666 10.0.0.22 - - [2026-01-12 02:39:59] "GET /network-policy/b77b98be-50a3-4394-950a-f0a940334424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.007263 10.0.0.22 - - [2026-01-12 02:39:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003555 10.0.0.22 - - [2026-01-12 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.27 - - [2026-01-12 02:39:59] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000989 10.0.0.22 - - [2026-01-12 02:39:59] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051142 10.0.0.22 - - [2026-01-12 02:39:59] "POST /network-policys HTTP/1.1" 200 529 0.028332 10.0.0.22 - - [2026-01-12 02:39:59] "GET /network-policy/9dbb1ce6-0868-415a-8c44-519bde67510e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006581 10.0.0.22 - - [2026-01-12 02:39:59] "POST /fqname-to-id HTTP/1.1" 404 208 0.003404 10.0.0.22 - - [2026-01-12 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.27 - - [2026-01-12 02:39:59] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001021 10.0.0.22 - - [2026-01-12 02:40:00] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.063846 10.0.0.22 - - [2026-01-12 02:40:00] "POST /network-policys HTTP/1.1" 200 533 0.031866 10.0.0.22 - - [2026-01-12 02:40:00] "GET /network-policy/cbb638d9-ff40-4d13-a740-c039bb3000f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.006492 10.0.0.22 - - [2026-01-12 02:40:00] "POST /neutron/network HTTP/1.1" 200 1074 0.010834 10.0.0.50 - - [2026-01-12 02:40:00] "POST /access-control-lists HTTP/1.1" 200 603 0.055022 10.0.0.22 - - [2026-01-12 02:40:00] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008708 10.0.0.22 - - [2026-01-12 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.22 - - [2026-01-12 02:40:00] "GET /network-policy/cb7af295-39cd-44e2-9a49-a907ec2e84bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004548 10.0.0.22 - - [2026-01-12 02:40:00] "POST /neutron/network HTTP/1.1" 200 1074 0.012767 10.0.0.50 - - [2026-01-12 02:40:01] "POST /ref-update HTTP/1.1" 200 156 0.026819 10.0.0.22 - - [2026-01-12 02:40:01] "GET /virtual-network/7e3945c8-b847-4147-a8f8-2b3e7219708c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.015204 10.0.0.22 - - [2026-01-12 02:40:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006792 10.0.0.22 - - [2026-01-12 02:40:01] "GET /network-policy/f09fb6e7-4e1e-4e7c-9ceb-ad9cd6762905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004853 10.0.0.22 - - [2026-01-12 02:40:01] "POST /id-to-fqname HTTP/1.1" 200 229 0.001312 10.0.0.22 - - [2026-01-12 02:40:01] "POST /neutron/network HTTP/1.1" 200 1167 0.007463 10.0.0.27 - - [2026-01-12 02:40:01] "DELETE /project/fea0becacb8c44a78a6ee3295a81ce75 HTTP/1.1" 404 173 0.004673 10.0.0.27 - - [2026-01-12 02:40:01] "DELETE /project/c3be8ac45f914d38af3e17bfa495bede HTTP/1.1" 404 173 0.004270 10.0.0.27 - - [2026-01-12 02:40:01] "DELETE /project/c3be8ac4-5f91-4d38-af3e-17bfa495bede HTTP/1.1" 404 177 0.007949 10.0.0.27 - - [2026-01-12 02:40:02] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000906 10.0.0.22 - - [2026-01-12 02:40:02] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.094198 10.0.0.22 - - [2026-01-12 02:40:02] "POST /neutron/port HTTP/1.1" 200 117 0.006586 10.0.0.22 - - [2026-01-12 02:40:02] "POST /id-to-fqname HTTP/1.1" 200 229 0.001333 10.0.0.22 - - [2026-01-12 02:40:03] "POST /neutron/network HTTP/1.1" 200 1167 0.012308 10.0.0.22 - - [2026-01-12 02:40:03] "POST /neutron/port HTTP/1.1" 200 1061 0.028654 10.0.0.22 - - [2026-01-12 02:40:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004013 10.0.0.27 - - [2026-01-12 02:40:03] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001144 10.0.0.22 - - [2026-01-12 02:40:03] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.092041 10.0.0.22 - - [2026-01-12 02:40:03] "POST /neutron/network HTTP/1.1" 200 1159 0.009088 10.0.0.22 - - [2026-01-12 02:40:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007288 10.0.0.22 - - [2026-01-12 02:40:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009522 10.0.0.22 - - [2026-01-12 02:40:05] "POST /neutron/port HTTP/1.1" 200 1061 0.070970 10.0.0.22 - - [2026-01-12 02:40:05] "POST /neutron/port HTTP/1.1" 200 1125 0.021219 10.0.0.22 - - [2026-01-12 02:40:05] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.22 - - [2026-01-12 02:40:09] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007118 10.0.0.22 - - [2026-01-12 02:40:09] "POST /neutron/port HTTP/1.1" 200 1125 0.021343 10.0.0.22 - - [2026-01-12 02:40:09] "GET /virtual-machine/dc209de3-8bd7-4603-a95b-d78df1baceb8 HTTP/1.1" 401 292 0.000492 10.0.0.22 - - [2026-01-12 02:40:10] "GET /virtual-machine/dc209de3-8bd7-4603-a95b-d78df1baceb8 HTTP/1.1" 200 1299 0.032449 10.0.0.22 - - [2026-01-12 02:40:10] "GET /virtual-machine-interface/086f8a7b-caa5-4813-a0c5-c27eccf78fe8 HTTP/1.1" 200 2950 0.007191 10.0.0.22 - - [2026-01-12 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.22 - - [2026-01-12 02:40:10] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004074 10.0.0.22 - - [2026-01-12 02:40:10] "GET /virtual-networks?parent_id=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003317 10.0.0.22 - - [2026-01-12 02:40:10] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006252 10.0.0.22 - - [2026-01-12 02:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.22 - - [2026-01-12 02:40:13] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006486 10.0.0.22 - - [2026-01-12 02:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.22 - - [2026-01-12 02:40:17] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005924 10.0.0.22 - - [2026-01-12 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005517 10.0.0.22 - - [2026-01-12 02:40:21] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007493 10.0.0.22 - - [2026-01-12 02:40:22] "GET /obj-perms HTTP/1.1" 200 5056 0.062002 10.0.0.22 - - [2026-01-12 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.22 - - [2026-01-12 02:40:25] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006022 10.0.0.22 - - [2026-01-12 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.22 - - [2026-01-12 02:40:29] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006327 10.0.0.22 - - [2026-01-12 02:40:30] "POST /neutron/port HTTP/1.1" 200 1125 0.018984 10.0.0.22 - - [2026-01-12 02:40:30] "POST /neutron/subnet HTTP/1.1" 200 675 0.011952 10.0.0.22 - - [2026-01-12 02:40:31] "POST /neutron/port HTTP/1.1" 200 1125 0.017610 10.0.0.22 - - [2026-01-12 02:40:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004412 10.0.0.22 - - [2026-01-12 02:40:31] "POST /neutron/network HTTP/1.1" 200 1159 0.009329 10.0.0.22 - - [2026-01-12 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.22 - - [2026-01-12 02:40:33] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005594 10.0.0.22 - - [2026-01-12 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.22 - - [2026-01-12 02:40:37] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005045 10.0.0.22 - - [2026-01-12 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.22 - - [2026-01-12 02:40:41] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006183 10.0.0.22 - - [2026-01-12 02:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.22 - - [2026-01-12 02:40:43] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003940 10.0.0.22 - - [2026-01-12 02:40:44] "GET /virtual-networks?parent_id=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003374 10.0.0.22 - - [2026-01-12 02:40:44] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005738 10.0.0.22 - - [2026-01-12 02:40:49] "POST /neutron/port HTTP/1.1" 200 1125 0.019072 10.0.0.22 - - [2026-01-12 02:40:51] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007505 10.0.0.22 - - [2026-01-12 02:40:56] "POST /neutron/port HTTP/1.1" 200 1125 0.019307 10.0.0.22 - - [2026-01-12 02:40:59] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008142 10.0.0.22 - - [2026-01-12 02:41:05] "POST /neutron/port HTTP/1.1" 200 1125 0.019071 10.0.0.22 - - [2026-01-12 02:41:05] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007350 10.0.0.22 - - [2026-01-12 02:41:05] "GET /virtual-machine/4d28f945-d54b-4829-b6b8-f83f9ce042bb HTTP/1.1" 200 1298 0.009244 10.0.0.22 - - [2026-01-12 02:41:05] "GET /virtual-machine-interface/1221ce4c-f6f4-4bb0-bcbb-28d030a25262 HTTP/1.1" 200 2951 0.005492 10.0.0.22 - - [2026-01-12 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.22 - - [2026-01-12 02:41:05] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003926 10.0.0.22 - - [2026-01-12 02:41:05] "GET /virtual-networks?parent_id=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004225 10.0.0.22 - - [2026-01-12 02:41:05] "GET /virtual-network/7e3945c8-b847-4147-a8f8-2b3e7219708c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006091 10.0.0.22 - - [2026-01-12 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.22 - - [2026-01-12 02:41:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003585 10.0.0.22 - - [2026-01-12 02:41:06] "GET /virtual-networks?parent_id=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003373 10.0.0.22 - - [2026-01-12 02:41:06] "GET /virtual-network/7e3945c8-b847-4147-a8f8-2b3e7219708c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005891 10.0.0.22 - - [2026-01-12 02:41:11] "POST /neutron/port HTTP/1.1" 200 2098 0.021793 10.0.0.22 - - [2026-01-12 02:41:12] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008802 10.0.0.22 - - [2026-01-12 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.22 - - [2026-01-12 02:41:12] "GET /network-policy/f09fb6e7-4e1e-4e7c-9ceb-ad9cd6762905?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004277 10.0.0.22 - - [2026-01-12 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.22 - - [2026-01-12 02:41:12] "GET /network-policy/cb7af295-39cd-44e2-9a49-a907ec2e84bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005082 10.0.0.22 - - [2026-01-12 02:41:12] "POST /neutron/network HTTP/1.1" 200 1157 0.009149 10.0.0.50 - - [2026-01-12 02:41:12] "PUT /access-control-list/6408c43f-339b-424c-902e-6e74cc3b256f HTTP/1.1" 200 272 0.023020 10.0.0.22 - - [2026-01-12 02:41:12] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.013869 10.0.0.22 - - [2026-01-12 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.22 - - [2026-01-12 02:41:12] "GET /network-policy/947c9bc5-3221-4894-9adc-7f415bd6f59e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004270 10.0.0.27 - - [2026-01-12 02:41:23] "GET /obj-perms HTTP/1.1" 200 5056 0.051467 10.0.0.22 - - [2026-01-12 02:41:30] "POST /neutron/port HTTP/1.1" 200 1125 0.021502 10.0.0.22 - - [2026-01-12 02:41:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004914 10.0.0.22 - - [2026-01-12 02:41:30] "POST /neutron/network HTTP/1.1" 200 1157 0.009495 10.0.0.22 - - [2026-01-12 02:41:31] "POST /neutron/network HTTP/1.1" 200 1169 0.009444 10.0.0.22 - - [2026-01-12 02:41:31] "POST /neutron/port HTTP/1.1" 200 117 0.001460 10.0.0.27 - - [2026-01-12 02:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2026-01-12 02:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000447 10.0.0.50 - - [2026-01-12 02:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000487 10.0.0.50 - - [2026-01-12 02:41:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.27 - - [2026-01-12 02:41:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.27 - - [2026-01-12 02:41:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000538 10.0.0.50 - - [2026-01-12 02:41:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2026-01-12 02:41:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.22 - - [2026-01-12 02:41:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000999 10.0.0.22 - - [2026-01-12 02:41:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.22 - - [2026-01-12 02:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000691 10.0.0.22 - - [2026-01-12 02:41:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.22 - - [2026-01-12 02:42:08] "POST /neutron/network HTTP/1.1" 200 1160 0.095140 10.0.0.22 - - [2026-01-12 02:42:08] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.011338 10.0.0.22 - - [2026-01-12 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006371 10.0.0.22 - - [2026-01-12 02:42:08] "GET /network-policy/cbb638d9-ff40-4d13-a740-c039bb3000f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.004587 10.0.0.22 - - [2026-01-12 02:42:17] "POST /neutron/network HTTP/1.1" 200 1157 0.109891 10.0.0.50 - - [2026-01-12 02:42:17] "PUT /access-control-list/6408c43f-339b-424c-902e-6e74cc3b256f HTTP/1.1" 200 272 0.070045 10.0.0.22 - - [2026-01-12 02:42:17] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.018292 10.0.0.22 - - [2026-01-12 02:42:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007697 10.0.0.22 - - [2026-01-12 02:42:17] "GET /network-policy/cb4ddb32-6f75-4d5a-b984-eee340968b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006060 10.0.0.50 - - [2026-01-12 02:42:23] "GET /obj-perms HTTP/1.1" 200 5056 0.069137 10.0.0.22 - - [2026-01-12 02:42:25] "POST /neutron/network HTTP/1.1" 200 1157 0.113483 10.0.0.22 - - [2026-01-12 02:42:26] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005892 10.0.0.22 - - [2026-01-12 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.22 - - [2026-01-12 02:42:26] "GET /network-policy/54186b3f-4a1d-4140-b1d8-f26f56422e8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004736 10.0.0.22 - - [2026-01-12 02:42:31] "POST /neutron/port HTTP/1.1" 200 1125 0.051870 10.0.0.22 - - [2026-01-12 02:42:31] "POST /neutron/subnet HTTP/1.1" 200 675 0.012434 10.0.0.22 - - [2026-01-12 02:42:33] "POST /neutron/port HTTP/1.1" 200 1125 0.019832 10.0.0.22 - - [2026-01-12 02:42:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004348 10.0.0.22 - - [2026-01-12 02:42:33] "POST /neutron/network HTTP/1.1" 200 1159 0.011526 10.0.0.50 - - [2026-01-12 02:42:33] "PUT /access-control-list/6408c43f-339b-424c-902e-6e74cc3b256f HTTP/1.1" 200 272 0.023166 10.0.0.22 - - [2026-01-12 02:42:33] "POST /neutron/network HTTP/1.1" 200 1158 0.021296 10.0.0.22 - - [2026-01-12 02:42:33] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006132 10.0.0.22 - - [2026-01-12 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.22 - - [2026-01-12 02:42:33] "GET /network-policy/1c09e747-6936-41e9-a699-8e922b7870a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004898 10.0.0.50 - - [2026-01-12 02:42:42] "POST /ref-update HTTP/1.1" 200 156 0.031803 10.0.0.22 - - [2026-01-12 02:42:42] "POST /neutron/network HTTP/1.1" 200 1158 0.025542 10.0.0.22 - - [2026-01-12 02:42:42] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007314 10.0.0.22 - - [2026-01-12 02:42:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.22 - - [2026-01-12 02:42:42] "GET /network-policy/86582f75-8f0b-4602-99e4-38a038022f77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004768 10.0.0.22 - - [2026-01-12 02:42:50] "POST /neutron/network HTTP/1.1" 200 1158 0.011876 10.0.0.22 - - [2026-01-12 02:42:50] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005779 10.0.0.22 - - [2026-01-12 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.22 - - [2026-01-12 02:42:50] "GET /network-policy/b77b98be-50a3-4394-950a-f0a940334424?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005201 10.0.0.22 - - [2026-01-12 02:42:59] "POST /neutron/network HTTP/1.1" 200 1158 0.012022 10.0.0.22 - - [2026-01-12 02:42:59] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.004914 10.0.0.22 - - [2026-01-12 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.22 - - [2026-01-12 02:42:59] "GET /network-policy/9dbb1ce6-0868-415a-8c44-519bde67510e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004619 10.0.0.22 - - [2026-01-12 02:43:07] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007384 10.0.0.50 - - [2026-01-12 02:43:07] "DELETE /access-control-list/6408c43f-339b-424c-902e-6e74cc3b256f HTTP/1.1" 200 115 0.061670 10.0.0.22 - - [2026-01-12 02:43:07] "POST /neutron/network HTTP/1.1" 200 1074 0.022292 10.0.0.22 - - [2026-01-12 02:43:07] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005112 10.0.0.22 - - [2026-01-12 02:43:07] "GET /virtual-machine/4d28f945-d54b-4829-b6b8-f83f9ce042bb HTTP/1.1" 200 1298 0.007998 10.0.0.22 - - [2026-01-12 02:43:08] "POST /neutron/port HTTP/1.1" 200 151 0.227408 10.0.0.22 - - [2026-01-12 02:43:09] "GET /virtual-machine/4d28f945-d54b-4829-b6b8-f83f9ce042bb HTTP/1.1" 404 171 0.003233 10.0.0.22 - - [2026-01-12 02:43:09] "GET /virtual-machine/4d28f945-d54b-4829-b6b8-f83f9ce042bb HTTP/1.1" 404 171 0.003176 10.0.0.22 - - [2026-01-12 02:43:09] "GET /virtual-machine/4d28f945-d54b-4829-b6b8-f83f9ce042bb HTTP/1.1" 404 171 0.002502 10.0.0.22 - - [2026-01-12 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.22 - - [2026-01-12 02:43:09] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004289 10.0.0.22 - - [2026-01-12 02:43:09] "GET /virtual-networks?parent_id=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003499 10.0.0.22 - - [2026-01-12 02:43:09] "GET /virtual-network/7e3945c8-b847-4147-a8f8-2b3e7219708c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.006265 10.0.0.22 - - [2026-01-12 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.22 - - [2026-01-12 02:43:10] "GET /routing-instance/429c2c68-2b49-4026-aa88-519aa7c97251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.006022 10.0.0.22 - - [2026-01-12 02:43:10] "GET /route-target/3729c0e6-ab5a-485a-8768-8617c000ffa2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004959 10.0.0.22 - - [2026-01-12 02:43:10] "GET /obj-perms HTTP/1.1" 200 5013 0.055712 10.0.0.22 - - [2026-01-12 02:43:16] "GET /obj-perms HTTP/1.1" 200 5013 0.006469 10.0.0.22 - - [2026-01-12 02:43:19] "GET /obj-perms HTTP/1.1" 200 5013 0.004444 10.0.0.22 - - [2026-01-12 02:43:24] "GET /obj-perms HTTP/1.1" 200 5056 0.052699 10.0.0.22 - - [2026-01-12 02:43:28] "GET /obj-perms HTTP/1.1" 200 5013 0.004525 10.0.0.22 - - [2026-01-12 02:43:28] "GET /obj-perms HTTP/1.1" 200 5013 0.004089 10.0.0.22 - - [2026-01-12 02:43:28] "GET /virtual-machine/dc209de3-8bd7-4603-a95b-d78df1baceb8 HTTP/1.1" 200 1299 0.004486 10.0.0.22 - - [2026-01-12 02:43:29] "POST /neutron/port HTTP/1.1" 200 151 0.202860 10.0.0.22 - - [2026-01-12 02:43:30] "GET /virtual-machine/dc209de3-8bd7-4603-a95b-d78df1baceb8 HTTP/1.1" 404 171 0.004259 10.0.0.22 - - [2026-01-12 02:43:30] "GET /virtual-machine/dc209de3-8bd7-4603-a95b-d78df1baceb8 HTTP/1.1" 404 171 0.004389 10.0.0.22 - - [2026-01-12 02:43:30] "GET /virtual-machine/dc209de3-8bd7-4603-a95b-d78df1baceb8 HTTP/1.1" 404 171 0.002798 10.0.0.22 - - [2026-01-12 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.22 - - [2026-01-12 02:43:31] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003981 10.0.0.22 - - [2026-01-12 02:43:31] "GET /virtual-networks?parent_id=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003474 10.0.0.22 - - [2026-01-12 02:43:31] "GET /virtual-network/cb138448-a1d0-43c5-a8d0-d4cd695a52b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006117 10.0.0.22 - - [2026-01-12 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.22 - - [2026-01-12 02:43:31] "GET /routing-instance/1f8331ff-fa3f-4ddd-9d9f-06beee24aa33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005153 10.0.0.22 - - [2026-01-12 02:43:31] "GET /route-target/858688fa-88dd-46bb-91a9-6637a2f899ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005007 10.0.0.50 - - [2026-01-12 02:43:34] "GET /obj-perms HTTP/1.1" 200 5013 0.004069 10.0.0.22 - - [2026-01-12 02:43:34] "GET /obj-perms HTTP/1.1" 200 5013 0.003578 10.0.0.27 - - [2026-01-12 02:43:34] "GET /obj-perms HTTP/1.1" 200 5013 0.004217 10.0.0.22 - - [2026-01-12 02:43:34] "GET /virtual-network/7e3945c8-b847-4147-a8f8-2b3e7219708c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005812 10.0.0.22 - - [2026-01-12 02:43:34] "POST /neutron/network HTTP/1.1" 200 1074 0.011701 10.0.0.22 - - [2026-01-12 02:43:34] "GET /virtual-network/7e3945c8-b847-4147-a8f8-2b3e7219708c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.007457 10.0.0.50 - - [2026-01-12 02:43:35] "POST /ref-update HTTP/1.1" 200 156 0.053456 10.0.0.22 - - [2026-01-12 02:43:35] "DELETE /network-policy/cbb638d9-ff40-4d13-a740-c039bb3000f4 HTTP/1.1" 200 115 0.043716 10.0.0.22 - - [2026-01-12 02:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.27 - - [2026-01-12 02:43:35] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001315 10.0.0.22 - - [2026-01-12 02:43:35] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045515 10.0.0.22 - - [2026-01-12 02:43:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-76495391&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005959 10.0.0.22 - - [2026-01-12 02:43:35] "DELETE /network-policy/9dbb1ce6-0868-415a-8c44-519bde67510e HTTP/1.1" 200 115 0.041470 10.0.0.22 - - [2026-01-12 02:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.27 - - [2026-01-12 02:43:35] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000899 10.0.0.22 - - [2026-01-12 02:43:35] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045629 10.0.0.22 - - [2026-01-12 02:43:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-76495391&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.005774 10.0.0.22 - - [2026-01-12 02:43:35] "DELETE /network-policy/b77b98be-50a3-4394-950a-f0a940334424 HTTP/1.1" 200 115 0.045725 10.0.0.22 - - [2026-01-12 02:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006287 10.0.0.27 - - [2026-01-12 02:43:35] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001043 10.0.0.22 - - [2026-01-12 02:43:35] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.045237 10.0.0.22 - - [2026-01-12 02:43:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-76495391&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006561 10.0.0.22 - - [2026-01-12 02:43:35] "DELETE /network-policy/86582f75-8f0b-4602-99e4-38a038022f77 HTTP/1.1" 200 115 0.033078 10.0.0.22 - - [2026-01-12 02:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.27 - - [2026-01-12 02:43:35] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001060 10.0.0.22 - - [2026-01-12 02:43:35] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040154 10.0.0.22 - - [2026-01-12 02:43:35] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-76495391&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.006038 10.0.0.22 - - [2026-01-12 02:43:36] "DELETE /network-policy/1c09e747-6936-41e9-a699-8e922b7870a8 HTTP/1.1" 200 115 0.040828 10.0.0.22 - - [2026-01-12 02:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005528 10.0.0.27 - - [2026-01-12 02:43:36] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001231 10.0.0.22 - - [2026-01-12 02:43:36] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.040959 10.0.0.22 - - [2026-01-12 02:43:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-76495391&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.006487 10.0.0.22 - - [2026-01-12 02:43:36] "DELETE /network-policy/f09fb6e7-4e1e-4e7c-9ceb-ad9cd6762905 HTTP/1.1" 200 115 0.038517 10.0.0.22 - - [2026-01-12 02:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.27 - - [2026-01-12 02:43:36] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001163 10.0.0.22 - - [2026-01-12 02:43:36] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.047851 10.0.0.22 - - [2026-01-12 02:43:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-76495391&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.006413 10.0.0.22 - - [2026-01-12 02:43:36] "DELETE /network-policy/54186b3f-4a1d-4140-b1d8-f26f56422e8d HTTP/1.1" 200 115 0.041975 10.0.0.22 - - [2026-01-12 02:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.27 - - [2026-01-12 02:43:36] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000938 10.0.0.22 - - [2026-01-12 02:43:36] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.042548 10.0.0.22 - - [2026-01-12 02:43:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-76495391&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005642 10.0.0.22 - - [2026-01-12 02:43:36] "DELETE /network-policy/cb4ddb32-6f75-4d5a-b984-eee340968b7c HTTP/1.1" 200 115 0.038567 10.0.0.22 - - [2026-01-12 02:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.27 - - [2026-01-12 02:43:36] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001912 10.0.0.22 - - [2026-01-12 02:43:36] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044715 10.0.0.22 - - [2026-01-12 02:43:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-76495391&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.006258 10.0.0.22 - - [2026-01-12 02:43:36] "DELETE /network-policy/947c9bc5-3221-4894-9adc-7f415bd6f59e HTTP/1.1" 200 115 0.042687 10.0.0.22 - - [2026-01-12 02:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.27 - - [2026-01-12 02:43:37] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001470 10.0.0.22 - - [2026-01-12 02:43:37] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.062985 10.0.0.22 - - [2026-01-12 02:43:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-76495391&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005349 10.0.0.22 - - [2026-01-12 02:43:37] "DELETE /network-policy/cb7af295-39cd-44e2-9a49-a907ec2e84bd HTTP/1.1" 200 115 0.041108 10.0.0.22 - - [2026-01-12 02:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006206 10.0.0.27 - - [2026-01-12 02:43:37] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001025 10.0.0.22 - - [2026-01-12 02:43:37] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039070 10.0.0.22 - - [2026-01-12 02:43:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-76495391&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005697 10.0.0.22 - - [2026-01-12 02:43:37] "POST /neutron/network HTTP/1.1" 200 1074 0.009567 10.0.0.50 - - [2026-01-12 02:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.22 - - [2026-01-12 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.22 - - [2026-01-12 02:43:38] "DELETE /network-ipam/cff8318a-6636-461e-9d5b-14bbbbb50970 HTTP/1.1" 200 115 0.041506 10.0.0.22 - - [2026-01-12 02:43:38] "POST /fqname-to-id HTTP/1.1" 404 248 0.007179 10.0.0.27 - - [2026-01-12 02:43:38] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000982 10.0.0.27 - - [2026-01-12 02:43:38] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.050180 10.0.0.27 - - [2026-01-12 02:43:38] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000920 10.0.0.27 - - [2026-01-12 02:43:38] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?fields=security_groups HTTP/1.1" 200 1381 0.039875 10.0.0.27 - - [2026-01-12 02:43:38] "DELETE /security-group/903c3d3b-9bec-4ec7-a90b-a1827701dcc5 HTTP/1.1" 200 115 0.058170 10.0.0.27 - - [2026-01-12 02:43:38] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001076 10.0.0.27 - - [2026-01-12 02:43:38] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?fields=application_policy_sets HTTP/1.1" 200 1420 0.070114 10.0.0.50 - - [2026-01-12 02:43:38] "DELETE /access-control-list/c8beacd1-330e-4614-bcf3-fa66f84193a3 HTTP/1.1" 200 115 0.043503 10.0.0.22 - - [2026-01-12 02:43:38] "DELETE /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75 HTTP/1.1" 200 115 0.429514 10.0.0.27 - - [2026-01-12 02:43:38] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001253 10.0.0.22 - - [2026-01-12 02:43:38] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?fields=projects HTTP/1.1" 200 1439 0.014437 10.0.0.27 - - [2026-01-12 02:43:40] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003857 10.0.0.27 - - [2026-01-12 02:43:40] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.27 - - [2026-01-12 02:43:40] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048429 10.0.0.27 - - [2026-01-12 02:43:40] "POST /id-to-fqname HTTP/1.1" 200 196 0.003058 10.0.0.27 - - [2026-01-12 02:43:40] "POST /fqname-to-id HTTP/1.1" 404 205 0.005360 10.0.0.27 - - [2026-01-12 02:43:40] "POST /security-groups HTTP/1.1" 200 597 0.075321 10.0.0.27 - - [2026-01-12 02:43:40] "POST /projects HTTP/1.1" 200 597 0.280174 10.0.0.50 - - [2026-01-12 02:43:40] "POST /fqname-to-id HTTP/1.1" 404 239 0.009090 10.0.0.27 - - [2026-01-12 02:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.358484 10.0.0.22 - - [2026-01-12 02:43:40] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.542335 10.0.0.27 - - [2026-01-12 02:43:40] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001112 10.0.0.22 - - [2026-01-12 02:43:40] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?fields=virtual_networks HTTP/1.1" 200 1044 0.068616 10.0.0.27 - - [2026-01-12 02:43:40] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001864 10.0.0.22 - - [2026-01-12 02:43:40] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.051468 10.0.0.27 - - [2026-01-12 02:43:40] "GET /projects?obj_uuids=fea0beca-cb8c-44a7-8a6e-e3295a81ce75&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001294 10.0.0.22 - - [2026-01-12 02:43:40] "GET /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75?fields=security_groups HTTP/1.1" 200 1276 0.043595 10.0.0.22 - - [2026-01-12 02:43:41] "POST /fqname-to-id HTTP/1.1" 404 200 0.032870 10.0.0.27 - - [2026-01-12 02:43:41] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004052 10.0.0.27 - - [2026-01-12 02:43:42] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.27 - - [2026-01-12 02:43:42] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008089 10.0.0.27 - - [2026-01-12 02:43:42] "POST /id-to-fqname HTTP/1.1" 200 202 0.004227 10.0.0.27 - - [2026-01-12 02:43:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.008593 10.0.0.27 - - [2026-01-12 02:43:42] "POST /security-groups HTTP/1.1" 200 603 0.033852 10.0.0.27 - - [2026-01-12 02:43:42] "POST /projects HTTP/1.1" 200 609 0.266146 10.0.0.27 - - [2026-01-12 02:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.307975 10.0.0.50 - - [2026-01-12 02:43:42] "POST /access-control-lists HTTP/1.1" 200 608 0.028180 10.0.0.22 - - [2026-01-12 02:43:42] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.460269 10.0.0.22 - - [2026-01-12 02:43:43] "GET / HTTP/1.1" 200 35931 0.002024 10.0.0.22 - - [2026-01-12 02:43:45] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000571 10.0.0.27 - - [2026-01-12 02:43:46] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001138 10.0.0.22 - - [2026-01-12 02:43:46] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.081772 10.0.0.22 - - [2026-01-12 02:43:46] "GET / HTTP/1.1" 200 35931 0.003120 10.0.0.22 - - [2026-01-12 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.27 - - [2026-01-12 02:43:47] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.22 - - [2026-01-12 02:43:47] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008147 10.0.0.22 - - [2026-01-12 02:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.27 - - [2026-01-12 02:43:47] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.22 - - [2026-01-12 02:43:47] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037079 10.0.0.22 - - [2026-01-12 02:43:48] "GET /domains HTTP/1.1" 401 292 0.000388 10.0.0.22 - - [2026-01-12 02:43:48] "GET /domains HTTP/1.1" 200 280 0.030625 10.0.0.27 - - [2026-01-12 02:43:48] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.22 - - [2026-01-12 02:43:48] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945 HTTP/1.1" 200 2972 0.010356 10.0.0.27 - - [2026-01-12 02:43:48] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001215 10.0.0.22 - - [2026-01-12 02:43:48] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c HTTP/1.1" 200 1924 0.087514 10.0.0.22 - - [2026-01-12 02:43:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002825 10.0.0.22 - - [2026-01-12 02:43:48] "POST /network-ipams HTTP/1.1" 200 621 0.029070 10.0.0.22 - - [2026-01-12 02:43:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003865 10.0.0.22 - - [2026-01-12 02:43:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.22 - - [2026-01-12 02:43:49] "GET /network-ipam/b70fa2e8-67df-4a70-ad19-255c24375726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.007465 10.0.0.22 - - [2026-01-12 02:43:49] "PUT /network-ipam/b70fa2e8-67df-4a70-ad19-255c24375726 HTTP/1.1" 200 258 0.015735 10.0.0.22 - - [2026-01-12 02:43:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000435 10.0.0.22 - - [2026-01-12 02:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.033463 10.0.0.27 - - [2026-01-12 02:43:49] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.22 - - [2026-01-12 02:43:49] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039824 10.0.0.27 - - [2026-01-12 02:43:49] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001245 10.0.0.22 - - [2026-01-12 02:43:49] "POST /neutron/network HTTP/1.1" 200 623 0.149343 10.0.0.50 - - [2026-01-12 02:43:50] "POST /route-targets HTTP/1.1" 200 327 0.017952 10.0.0.27 - - [2026-01-12 02:43:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007134 10.0.0.22 - - [2026-01-12 02:43:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.247507 10.0.0.22 - - [2026-01-12 02:43:50] "POST /id-to-fqname HTTP/1.1" 200 235 0.001894 10.0.0.22 - - [2026-01-12 02:43:50] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007590 10.0.0.22 - - [2026-01-12 02:43:50] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007059 10.0.0.22 - - [2026-01-12 02:43:50] "POST /neutron/network HTTP/1.1" 200 1337 0.016042 10.0.0.22 - - [2026-01-12 02:43:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.009478 10.0.0.22 - - [2026-01-12 02:43:51] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006848 10.0.0.50 - - [2026-01-12 02:43:52] "DELETE /access-control-list/29454222-9251-409f-b016-c773462a6349 HTTP/1.1" 200 115 0.035639 10.0.0.22 - - [2026-01-12 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.27 - - [2026-01-12 02:43:53] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000898 10.0.0.22 - - [2026-01-12 02:43:53] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035290 10.0.0.27 - - [2026-01-12 02:43:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007877 10.0.0.22 - - [2026-01-12 02:43:53] "POST /neutron/subnet HTTP/1.1" 200 701 0.229679 10.0.0.50 - - [2026-01-12 02:43:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.070583 10.0.0.22 - - [2026-01-12 02:43:54] "POST /neutron/network HTTP/1.1" 200 1337 0.015965 10.0.0.22 - - [2026-01-12 02:43:54] "POST /id-to-fqname HTTP/1.1" 200 235 0.001217 10.0.0.22 - - [2026-01-12 02:43:54] "GET /virtual-network/d4369cc8-591d-4ff1-9a62-fe8a6c81fa56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007385 10.0.0.22 - - [2026-01-12 02:43:54] "GET /virtual-network/d4369cc8-591d-4ff1-9a62-fe8a6c81fa56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006422 10.0.0.22 - - [2026-01-12 02:43:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.011792 10.0.0.22 - - [2026-01-12 02:43:54] "GET /virtual-network/d4369cc8-591d-4ff1-9a62-fe8a6c81fa56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.006197 10.0.0.22 - - [2026-01-12 02:43:54] "GET /obj-perms HTTP/1.1" 200 5019 0.072143 10.0.0.50 - - [2026-01-12 02:43:55] "GET /obj-perms HTTP/1.1" 200 5019 0.061497 10.0.0.22 - - [2026-01-12 02:43:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.003789 10.0.0.22 - - [2026-01-12 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.27 - - [2026-01-12 02:43:55] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001187 10.0.0.22 - - [2026-01-12 02:43:55] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054918 10.0.0.22 - - [2026-01-12 02:43:55] "POST /network-policys HTTP/1.1" 200 533 0.092985 10.0.0.22 - - [2026-01-12 02:43:55] "GET /network-policy/3cdbdcee-7518-4f78-8e4f-fe34b68c39d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.008417 10.0.0.22 - - [2026-01-12 02:43:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.003119 10.0.0.22 - - [2026-01-12 02:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.27 - - [2026-01-12 02:43:55] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.22 - - [2026-01-12 02:43:55] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055809 10.0.0.22 - - [2026-01-12 02:43:55] "POST /network-policys HTTP/1.1" 200 533 0.076754 10.0.0.22 - - [2026-01-12 02:43:55] "GET /network-policy/2c2f9246-fae7-45fd-9594-f9501a021f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006358 10.0.0.22 - - [2026-01-12 02:43:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.002950 10.0.0.22 - - [2026-01-12 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2026-01-12 02:43:56] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002154 10.0.0.22 - - [2026-01-12 02:43:56] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054912 10.0.0.22 - - [2026-01-12 02:43:56] "POST /network-policys HTTP/1.1" 200 533 0.080626 10.0.0.22 - - [2026-01-12 02:43:56] "GET /network-policy/7f69df34-f64f-4790-9a82-999e9a9b8a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005542 10.0.0.22 - - [2026-01-12 02:43:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.009045 10.0.0.22 - - [2026-01-12 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.27 - - [2026-01-12 02:43:56] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001159 10.0.0.22 - - [2026-01-12 02:43:56] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053398 10.0.0.22 - - [2026-01-12 02:43:56] "POST /network-policys HTTP/1.1" 200 533 0.074385 10.0.0.22 - - [2026-01-12 02:43:56] "GET /network-policy/832a1f7e-3cc6-48ba-8b80-c79b9b5e26bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006314 10.0.0.22 - - [2026-01-12 02:43:56] "POST /fqname-to-id HTTP/1.1" 404 213 0.009176 10.0.0.22 - - [2026-01-12 02:43:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006705 10.0.0.27 - - [2026-01-12 02:43:56] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001318 10.0.0.22 - - [2026-01-12 02:43:57] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.045986 10.0.0.22 - - [2026-01-12 02:43:57] "POST /network-policys HTTP/1.1" 200 537 0.030491 10.0.0.22 - - [2026-01-12 02:43:57] "GET /network-policy/f0975176-d6c6-4e4c-b5a2-9aaced39368f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005930 10.0.0.22 - - [2026-01-12 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 212 0.003080 10.0.0.22 - - [2026-01-12 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005405 10.0.0.27 - - [2026-01-12 02:43:57] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204 10.0.0.22 - - [2026-01-12 02:43:57] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051882 10.0.0.22 - - [2026-01-12 02:43:57] "POST /network-policys HTTP/1.1" 200 535 0.075435 10.0.0.22 - - [2026-01-12 02:43:57] "GET /network-policy/46db48ce-6731-46ff-886b-8e7974cc8644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006862 10.0.0.22 - - [2026-01-12 02:43:57] "POST /fqname-to-id HTTP/1.1" 404 212 0.003063 10.0.0.22 - - [2026-01-12 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.27 - - [2026-01-12 02:43:57] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.22 - - [2026-01-12 02:43:57] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051174 10.0.0.22 - - [2026-01-12 02:43:57] "POST /network-policys HTTP/1.1" 200 535 0.087902 10.0.0.22 - - [2026-01-12 02:43:57] "GET /network-policy/093abbb0-4379-4c35-a720-c99515a6a342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.008428 10.0.0.22 - - [2026-01-12 02:43:58] "POST /fqname-to-id HTTP/1.1" 404 212 0.003023 10.0.0.22 - - [2026-01-12 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.27 - - [2026-01-12 02:43:58] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.22 - - [2026-01-12 02:43:58] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046660 10.0.0.22 - - [2026-01-12 02:43:58] "POST /network-policys HTTP/1.1" 200 535 0.076575 10.0.0.22 - - [2026-01-12 02:43:58] "GET /network-policy/f331b47a-6b00-49b2-8fb0-96d835a5c86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.007685 10.0.0.22 - - [2026-01-12 02:43:58] "POST /fqname-to-id HTTP/1.1" 404 212 0.003313 10.0.0.22 - - [2026-01-12 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.27 - - [2026-01-12 02:43:58] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001047 10.0.0.22 - - [2026-01-12 02:43:58] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052687 10.0.0.22 - - [2026-01-12 02:43:58] "POST /network-policys HTTP/1.1" 200 535 0.072568 10.0.0.22 - - [2026-01-12 02:43:58] "GET /network-policy/377dfa21-1f80-47d1-a12f-c52d51774010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006842 10.0.0.22 - - [2026-01-12 02:43:58] "POST /fqname-to-id HTTP/1.1" 404 214 0.003422 10.0.0.22 - - [2026-01-12 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2026-01-12 02:43:59] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000978 10.0.0.22 - - [2026-01-12 02:43:59] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050205 10.0.0.22 - - [2026-01-12 02:43:59] "POST /network-policys HTTP/1.1" 200 539 0.027463 10.0.0.22 - - [2026-01-12 02:43:59] "GET /network-policy/2fd38b8e-92aa-4e34-935c-59088550ecd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005698 10.0.0.22 - - [2026-01-12 02:43:59] "POST /neutron/network HTTP/1.1" 200 1337 0.014090 10.0.0.50 - - [2026-01-12 02:43:59] "POST /fqname-to-id HTTP/1.1" 404 252 0.008084 10.0.0.22 - - [2026-01-12 02:43:59] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.020851 10.0.0.22 - - [2026-01-12 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.22 - - [2026-01-12 02:43:59] "GET /network-policy/3cdbdcee-7518-4f78-8e4f-fe34b68c39d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004849 10.0.0.22 - - [2026-01-12 02:43:59] "POST /neutron/network HTTP/1.1" 200 1337 0.013515 10.0.0.50 - - [2026-01-12 02:44:00] "POST /access-control-lists HTTP/1.1" 200 609 0.052690 10.0.0.22 - - [2026-01-12 02:44:00] "GET /virtual-network/d4369cc8-591d-4ff1-9a62-fe8a6c81fa56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.013705 10.0.0.22 - - [2026-01-12 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.22 - - [2026-01-12 02:44:00] "GET /network-policy/f0975176-d6c6-4e4c-b5a2-9aaced39368f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004262 10.0.0.22 - - [2026-01-12 02:44:00] "POST /id-to-fqname HTTP/1.1" 200 235 0.001689 10.0.0.22 - - [2026-01-12 02:44:00] "POST /neutron/network HTTP/1.1" 200 1435 0.007555 10.0.0.27 - - [2026-01-12 02:44:01] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001410 10.0.0.22 - - [2026-01-12 02:44:01] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.078156 10.0.0.22 - - [2026-01-12 02:44:01] "POST /neutron/port HTTP/1.1" 200 117 0.008955 10.0.0.22 - - [2026-01-12 02:44:01] "POST /id-to-fqname HTTP/1.1" 200 235 0.001283 10.0.0.27 - - [2026-01-12 02:44:01] "DELETE /project/fea0becacb8c44a78a6ee3295a81ce75 HTTP/1.1" 404 173 0.006135 10.0.0.27 - - [2026-01-12 02:44:01] "DELETE /project/85aebbfe5962465eaf20b20cba75b04c HTTP/1.1" 404 173 0.003655 10.0.0.27 - - [2026-01-12 02:44:01] "DELETE /project/fea0beca-cb8c-44a7-8a6e-e3295a81ce75 HTTP/1.1" 404 177 0.006031 10.0.0.22 - - [2026-01-12 02:44:01] "POST /neutron/network HTTP/1.1" 200 1435 0.007389 10.0.0.22 - - [2026-01-12 02:44:02] "POST /neutron/port HTTP/1.1" 200 1174 0.025402 10.0.0.27 - - [2026-01-12 02:44:02] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.005142 10.0.0.22 - - [2026-01-12 02:44:02] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.138187 10.0.0.22 - - [2026-01-12 02:44:02] "POST /neutron/port HTTP/1.1" 200 1238 0.032892 10.0.0.22 - - [2026-01-12 02:44:02] "POST /neutron/subnet HTTP/1.1" 200 1361 0.027532 10.0.0.22 - - [2026-01-12 02:44:03] "POST /neutron/network HTTP/1.1" 200 1425 0.013854 10.0.0.22 - - [2026-01-12 02:44:03] "POST /neutron/port HTTP/1.1" 200 117 0.009297 10.0.0.22 - - [2026-01-12 02:44:03] "POST /neutron/network HTTP/1.1" 200 1437 0.008639 10.0.0.50 - - [2026-01-12 02:44:03] "PUT /access-control-list/d41b903d-31ed-43ed-98fe-ff5527877b9e HTTP/1.1" 200 272 0.014171 10.0.0.22 - - [2026-01-12 02:44:04] "POST /neutron/port HTTP/1.1" 200 1174 0.039910 10.0.0.22 - - [2026-01-12 02:44:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003863 10.0.0.22 - - [2026-01-12 02:44:04] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.22 - - [2026-01-12 02:44:08] "POST /neutron/port HTTP/1.1" 200 1238 0.017860 10.0.0.22 - - [2026-01-12 02:44:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007961 10.0.0.22 - - [2026-01-12 02:44:08] "GET /virtual-machine/fa2fc26a-b79b-4357-b3f6-aca693141c74 HTTP/1.1" 401 292 0.000450 10.0.0.22 - - [2026-01-12 02:44:08] "GET /virtual-machine/fa2fc26a-b79b-4357-b3f6-aca693141c74 HTTP/1.1" 200 1305 0.031460 10.0.0.22 - - [2026-01-12 02:44:08] "GET /virtual-machine-interface/9e168e15-71d6-456a-9c0c-2f17709a03a8 HTTP/1.1" 200 3170 0.006585 10.0.0.22 - - [2026-01-12 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.22 - - [2026-01-12 02:44:09] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004064 10.0.0.22 - - [2026-01-12 02:44:09] "GET /virtual-networks?parent_id=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004003 10.0.0.22 - - [2026-01-12 02:44:09] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005872 10.0.0.22 - - [2026-01-12 02:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.22 - - [2026-01-12 02:44:12] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005558 10.0.0.22 - - [2026-01-12 02:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.22 - - [2026-01-12 02:44:16] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006690 10.0.0.22 - - [2026-01-12 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.22 - - [2026-01-12 02:44:20] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006629 10.0.0.22 - - [2026-01-12 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.22 - - [2026-01-12 02:44:24] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006489 10.0.0.27 - - [2026-01-12 02:44:25] "GET /obj-perms HTTP/1.1" 200 5056 0.058666 10.0.0.22 - - [2026-01-12 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.22 - - [2026-01-12 02:44:28] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005830 10.0.0.22 - - [2026-01-12 02:44:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.22 - - [2026-01-12 02:44:32] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005571 10.0.0.22 - - [2026-01-12 02:44:33] "POST /neutron/port HTTP/1.1" 200 1238 0.017029 10.0.0.22 - - [2026-01-12 02:44:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003886 10.0.0.22 - - [2026-01-12 02:44:34] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.22 - - [2026-01-12 02:44:34] "POST /neutron/port HTTP/1.1" 200 1238 0.026843 10.0.0.22 - - [2026-01-12 02:44:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005150 10.0.0.22 - - [2026-01-12 02:44:34] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.22 - - [2026-01-12 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.22 - - [2026-01-12 02:44:36] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005221 10.0.0.22 - - [2026-01-12 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.22 - - [2026-01-12 02:44:40] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003733 10.0.0.22 - - [2026-01-12 02:44:40] "GET /virtual-networks?parent_id=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002959 10.0.0.22 - - [2026-01-12 02:44:40] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006172 10.0.0.22 - - [2026-01-12 02:44:41] "POST /neutron/port HTTP/1.1" 200 1238 0.018324 10.0.0.22 - - [2026-01-12 02:44:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007565 10.0.0.22 - - [2026-01-12 02:44:51] "POST /neutron/port HTTP/1.1" 200 1238 0.018463 10.0.0.22 - - [2026-01-12 02:44:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008008 10.0.0.22 - - [2026-01-12 02:45:01] "POST /neutron/port HTTP/1.1" 200 1238 0.107503 10.0.0.22 - - [2026-01-12 02:45:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009376 10.0.0.22 - - [2026-01-12 02:45:02] "GET /virtual-machine/a14913ff-636e-4000-87df-21cc860b5976 HTTP/1.1" 200 1304 0.006475 10.0.0.22 - - [2026-01-12 02:45:02] "GET /virtual-machine-interface/7a11f997-e651-48b3-beac-e4a49c0fe5de HTTP/1.1" 200 3169 0.006155 10.0.0.22 - - [2026-01-12 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.22 - - [2026-01-12 02:45:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005006 10.0.0.22 - - [2026-01-12 02:45:02] "GET /virtual-networks?parent_id=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.005202 10.0.0.22 - - [2026-01-12 02:45:02] "GET /virtual-network/d4369cc8-591d-4ff1-9a62-fe8a6c81fa56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.009034 10.0.0.22 - - [2026-01-12 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.22 - - [2026-01-12 02:45:03] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005697 10.0.0.22 - - [2026-01-12 02:45:03] "GET /virtual-networks?parent_id=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002983 10.0.0.22 - - [2026-01-12 02:45:03] "GET /virtual-network/d4369cc8-591d-4ff1-9a62-fe8a6c81fa56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006432 10.0.0.22 - - [2026-01-12 02:45:03] "POST /neutron/port HTTP/1.1" 200 1238 0.022619 10.0.0.22 - - [2026-01-12 02:45:08] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009059 10.0.0.22 - - [2026-01-12 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.22 - - [2026-01-12 02:45:09] "GET /network-policy/f0975176-d6c6-4e4c-b5a2-9aaced39368f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.004157 10.0.0.22 - - [2026-01-12 02:45:09] "POST /neutron/port HTTP/1.1" 200 1238 0.022878 10.0.0.22 - - [2026-01-12 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004858 10.0.0.22 - - [2026-01-12 02:45:09] "GET /network-policy/3cdbdcee-7518-4f78-8e4f-fe34b68c39d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005445 10.0.0.50 - - [2026-01-12 02:45:09] "POST /fqname-to-id HTTP/1.1" 404 207 0.005187 10.0.0.22 - - [2026-01-12 02:45:09] "POST /neutron/network HTTP/1.1" 200 1425 0.117665 10.0.0.22 - - [2026-01-12 02:45:09] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006970 10.0.0.22 - - [2026-01-12 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.22 - - [2026-01-12 02:45:09] "GET /network-policy/2c2f9246-fae7-45fd-9594-f9501a021f65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004571 10.0.0.22 - - [2026-01-12 02:45:26] "POST /neutron/network HTTP/1.1" 200 1428 0.115693 10.0.0.50 - - [2026-01-12 02:45:26] "POST /ref-update HTTP/1.1" 200 156 0.043010 10.0.0.22 - - [2026-01-12 02:45:26] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.008583 10.0.0.22 - - [2026-01-12 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.22 - - [2026-01-12 02:45:26] "GET /network-policy/2fd38b8e-92aa-4e34-935c-59088550ecd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004059 10.0.0.22 - - [2026-01-12 02:45:35] "POST /neutron/port HTTP/1.1" 200 1238 0.045170 10.0.0.22 - - [2026-01-12 02:45:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005683 10.0.0.22 - - [2026-01-12 02:45:35] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.22 - - [2026-01-12 02:45:36] "POST /neutron/port HTTP/1.1" 200 1238 0.019911 10.0.0.22 - - [2026-01-12 02:45:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003897 10.0.0.22 - - [2026-01-12 02:45:36] "POST /neutron/port HTTP/1.1" 200 117 0.001461 10.0.0.22 - - [2026-01-12 02:45:38] "POST /neutron/network HTTP/1.1" 200 1425 0.105016 10.0.0.22 - - [2026-01-12 02:45:38] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006531 10.0.0.22 - - [2026-01-12 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006361 10.0.0.22 - - [2026-01-12 02:45:38] "GET /network-policy/7f69df34-f64f-4790-9a82-999e9a9b8a3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004635 10.0.0.50 - - [2026-01-12 02:45:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.007596 10.0.0.50 - - [2026-01-12 02:45:50] "PUT /access-control-list/dc75607d-e00f-4269-b895-8f8d8241c4bc HTTP/1.1" 200 272 0.065748 10.0.0.22 - - [2026-01-12 02:45:50] "POST /neutron/network HTTP/1.1" 200 1425 0.156237 10.0.0.22 - - [2026-01-12 02:45:50] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006599 10.0.0.22 - - [2026-01-12 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.22 - - [2026-01-12 02:45:50] "GET /network-policy/832a1f7e-3cc6-48ba-8b80-c79b9b5e26bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005347 10.0.0.22 - - [2026-01-12 02:46:00] "POST /neutron/network HTTP/1.1" 200 1426 0.158069 10.0.0.22 - - [2026-01-12 02:46:01] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007310 10.0.0.22 - - [2026-01-12 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.22 - - [2026-01-12 02:46:01] "GET /network-policy/46db48ce-6731-46ff-886b-8e7974cc8644?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005287 10.0.0.50 - - [2026-01-12 02:46:13] "PUT /access-control-list/dc75607d-e00f-4269-b895-8f8d8241c4bc HTTP/1.1" 200 272 0.022697 10.0.0.22 - - [2026-01-12 02:46:13] "POST /neutron/network HTTP/1.1" 200 1426 0.132623 10.0.0.22 - - [2026-01-12 02:46:13] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.012451 10.0.0.22 - - [2026-01-12 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.22 - - [2026-01-12 02:46:13] "GET /network-policy/093abbb0-4379-4c35-a720-c99515a6a342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004273 10.0.0.50 - - [2026-01-12 02:46:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.006565 10.0.0.22 - - [2026-01-12 02:46:24] "POST /neutron/network HTTP/1.1" 200 1426 0.132778 10.0.0.22 - - [2026-01-12 02:46:24] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006553 10.0.0.22 - - [2026-01-12 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.22 - - [2026-01-12 02:46:24] "GET /network-policy/f331b47a-6b00-49b2-8fb0-96d835a5c86f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004733 10.0.0.50 - - [2026-01-12 02:46:36] "PUT /access-control-list/dc75607d-e00f-4269-b895-8f8d8241c4bc HTTP/1.1" 200 272 0.043429 10.0.0.22 - - [2026-01-12 02:46:36] "POST /neutron/network HTTP/1.1" 200 1426 0.116898 10.0.0.22 - - [2026-01-12 02:46:36] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007022 10.0.0.22 - - [2026-01-12 02:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.22 - - [2026-01-12 02:46:36] "GET /network-policy/377dfa21-1f80-47d1-a12f-c52d51774010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004534 10.0.0.22 - - [2026-01-12 02:46:36] "POST /neutron/port HTTP/1.1" 200 1238 0.021562 10.0.0.22 - - [2026-01-12 02:46:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004481 10.0.0.22 - - [2026-01-12 02:46:36] "POST /neutron/port HTTP/1.1" 200 117 0.001407 10.0.0.22 - - [2026-01-12 02:46:37] "POST /neutron/port HTTP/1.1" 200 1238 0.020711 10.0.0.22 - - [2026-01-12 02:46:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005212 10.0.0.22 - - [2026-01-12 02:46:37] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.27 - - [2026-01-12 02:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2026-01-12 02:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.50 - - [2026-01-12 02:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000617 10.0.0.50 - - [2026-01-12 02:46:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000490 10.0.0.27 - - [2026-01-12 02:46:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000780 10.0.0.27 - - [2026-01-12 02:46:46] "GET /global-system-configs HTTP/1.1" 401 292 0.001055 10.0.0.50 - - [2026-01-12 02:46:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.50 - - [2026-01-12 02:46:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.22 - - [2026-01-12 02:46:46] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006235 10.0.0.22 - - [2026-01-12 02:46:46] "POST /neutron/network HTTP/1.1" 200 1337 0.090931 10.0.0.22 - - [2026-01-12 02:46:46] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.013441 10.0.0.22 - - [2026-01-12 02:46:46] "GET /virtual-machine/a14913ff-636e-4000-87df-21cc860b5976 HTTP/1.1" 200 1304 0.004417 10.0.0.22 - - [2026-01-12 02:46:47] "POST /neutron/port HTTP/1.1" 200 1228 0.020417 10.0.0.22 - - [2026-01-12 02:46:48] "GET /virtual-machine/a14913ff-636e-4000-87df-21cc860b5976 HTTP/1.1" 404 171 0.004585 10.0.0.22 - - [2026-01-12 02:46:48] "GET /virtual-machine/a14913ff-636e-4000-87df-21cc860b5976 HTTP/1.1" 404 171 0.006034 10.0.0.22 - - [2026-01-12 02:46:48] "GET /virtual-machine/a14913ff-636e-4000-87df-21cc860b5976 HTTP/1.1" 404 171 0.003524 10.0.0.22 - - [2026-01-12 02:46:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000635 10.0.0.22 - - [2026-01-12 02:46:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000568 10.0.0.22 - - [2026-01-12 02:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005498 10.0.0.22 - - [2026-01-12 02:46:48] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.010050 10.0.0.22 - - [2026-01-12 02:46:48] "GET /virtual-networks?parent_id=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004203 10.0.0.22 - - [2026-01-12 02:46:49] "GET /virtual-network/d4369cc8-591d-4ff1-9a62-fe8a6c81fa56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007223 10.0.0.22 - - [2026-01-12 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.22 - - [2026-01-12 02:46:49] "GET /routing-instance/714ea93f-8b4f-4bd0-a009-b5d0750ab97c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005099 10.0.0.22 - - [2026-01-12 02:46:49] "GET /route-target/64a5df5c-0e7f-4adc-a106-95450816dcf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.007561 10.0.0.22 - - [2026-01-12 02:46:49] "GET /obj-perms HTTP/1.1" 200 5019 0.003767 10.0.0.22 - - [2026-01-12 02:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.22 - - [2026-01-12 02:46:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.22 - - [2026-01-12 02:46:52] "GET /obj-perms HTTP/1.1" 200 5019 0.004403 10.0.0.22 - - [2026-01-12 02:46:58] "GET /obj-perms HTTP/1.1" 200 5019 0.003849 10.0.0.22 - - [2026-01-12 02:46:58] "GET /obj-perms HTTP/1.1" 200 5019 0.004197 10.0.0.50 - - [2026-01-12 02:46:58] "GET /obj-perms HTTP/1.1" 200 5019 0.004692 10.0.0.22 - - [2026-01-12 02:46:58] "GET /virtual-machine/fa2fc26a-b79b-4357-b3f6-aca693141c74 HTTP/1.1" 200 1305 0.006633 10.0.0.22 - - [2026-01-12 02:46:59] "POST /neutron/port HTTP/1.1" 200 1228 0.018577 10.0.0.22 - - [2026-01-12 02:47:00] "GET /virtual-machine/fa2fc26a-b79b-4357-b3f6-aca693141c74 HTTP/1.1" 404 171 0.003287 10.0.0.22 - - [2026-01-12 02:47:00] "GET /virtual-machine/fa2fc26a-b79b-4357-b3f6-aca693141c74 HTTP/1.1" 404 171 0.003640 10.0.0.22 - - [2026-01-12 02:47:00] "GET /virtual-machine/fa2fc26a-b79b-4357-b3f6-aca693141c74 HTTP/1.1" 404 171 0.003917 10.0.0.22 - - [2026-01-12 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.22 - - [2026-01-12 02:47:00] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004292 10.0.0.22 - - [2026-01-12 02:47:01] "GET /virtual-networks?parent_id=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004549 10.0.0.22 - - [2026-01-12 02:47:01] "GET /virtual-network/f4a81400-4666-40c3-ad55-3e1789de9ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.008277 10.0.0.22 - - [2026-01-12 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.22 - - [2026-01-12 02:47:01] "GET /routing-instance/94fa50a6-63a3-4173-ac30-9f56851a1b2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005721 10.0.0.22 - - [2026-01-12 02:47:01] "GET /route-target/733de5e8-2698-4198-8303-65949a34c8c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004522 10.0.0.22 - - [2026-01-12 02:47:07] "GET /obj-perms HTTP/1.1" 200 5019 0.006140 10.0.0.50 - - [2026-01-12 02:47:07] "GET /obj-perms HTTP/1.1" 200 5019 0.004292 10.0.0.27 - - [2026-01-12 02:47:07] "GET /obj-perms HTTP/1.1" 200 5019 0.069946 10.0.0.22 - - [2026-01-12 02:47:07] "GET /virtual-network/d4369cc8-591d-4ff1-9a62-fe8a6c81fa56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.006164 10.0.0.50 - - [2026-01-12 02:47:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.007459 10.0.0.22 - - [2026-01-12 02:47:07] "POST /neutron/network HTTP/1.1" 200 1337 0.108355 10.0.0.50 - - [2026-01-12 02:47:07] "DELETE /access-control-list/d41b903d-31ed-43ed-98fe-ff5527877b9e HTTP/1.1" 200 115 0.058385 10.0.0.22 - - [2026-01-12 02:47:08] "GET /virtual-network/d4369cc8-591d-4ff1-9a62-fe8a6c81fa56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.016655 10.0.0.22 - - [2026-01-12 02:47:08] "DELETE /network-policy/2fd38b8e-92aa-4e34-935c-59088550ecd3 HTTP/1.1" 200 115 0.036042 10.0.0.22 - - [2026-01-12 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.27 - - [2026-01-12 02:47:08] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.029673 10.0.0.22 - - [2026-01-12 02:47:08] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072126 10.0.0.22 - - [2026-01-12 02:47:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-34591028&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.006816 10.0.0.22 - - [2026-01-12 02:47:08] "DELETE /network-policy/377dfa21-1f80-47d1-a12f-c52d51774010 HTTP/1.1" 200 115 0.041683 10.0.0.22 - - [2026-01-12 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005431 10.0.0.27 - - [2026-01-12 02:47:08] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001139 10.0.0.22 - - [2026-01-12 02:47:08] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043850 10.0.0.22 - - [2026-01-12 02:47:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-34591028&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005763 10.0.0.22 - - [2026-01-12 02:47:08] "DELETE /network-policy/f331b47a-6b00-49b2-8fb0-96d835a5c86f HTTP/1.1" 200 115 0.053615 10.0.0.22 - - [2026-01-12 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005574 10.0.0.27 - - [2026-01-12 02:47:08] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001079 10.0.0.22 - - [2026-01-12 02:47:08] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051510 10.0.0.22 - - [2026-01-12 02:47:08] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-34591028&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005744 10.0.0.22 - - [2026-01-12 02:47:08] "DELETE /network-policy/093abbb0-4379-4c35-a720-c99515a6a342 HTTP/1.1" 200 115 0.046177 10.0.0.22 - - [2026-01-12 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.27 - - [2026-01-12 02:47:08] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.22 - - [2026-01-12 02:47:08] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051321 10.0.0.22 - - [2026-01-12 02:47:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-34591028&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.006478 10.0.0.22 - - [2026-01-12 02:47:09] "DELETE /network-policy/46db48ce-6731-46ff-886b-8e7974cc8644 HTTP/1.1" 200 115 0.057357 10.0.0.22 - - [2026-01-12 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005441 10.0.0.27 - - [2026-01-12 02:47:09] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001311 10.0.0.22 - - [2026-01-12 02:47:09] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.037856 10.0.0.22 - - [2026-01-12 02:47:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-34591028&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.010442 10.0.0.22 - - [2026-01-12 02:47:09] "DELETE /network-policy/f0975176-d6c6-4e4c-b5a2-9aaced39368f HTTP/1.1" 200 115 0.047317 10.0.0.22 - - [2026-01-12 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.27 - - [2026-01-12 02:47:09] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.22 - - [2026-01-12 02:47:09] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060891 10.0.0.22 - - [2026-01-12 02:47:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-34591028&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.005668 10.0.0.22 - - [2026-01-12 02:47:09] "DELETE /network-policy/832a1f7e-3cc6-48ba-8b80-c79b9b5e26bd HTTP/1.1" 200 115 0.053470 10.0.0.22 - - [2026-01-12 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.27 - - [2026-01-12 02:47:09] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.22 - - [2026-01-12 02:47:09] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.072912 10.0.0.22 - - [2026-01-12 02:47:09] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-34591028&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.006944 10.0.0.22 - - [2026-01-12 02:47:09] "DELETE /network-policy/7f69df34-f64f-4790-9a82-999e9a9b8a3c HTTP/1.1" 200 115 0.051879 10.0.0.22 - - [2026-01-12 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.27 - - [2026-01-12 02:47:09] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000999 10.0.0.22 - - [2026-01-12 02:47:09] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049083 10.0.0.22 - - [2026-01-12 02:47:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-34591028&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.006734 10.0.0.22 - - [2026-01-12 02:47:10] "DELETE /network-policy/2c2f9246-fae7-45fd-9594-f9501a021f65 HTTP/1.1" 200 115 0.048256 10.0.0.22 - - [2026-01-12 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.27 - - [2026-01-12 02:47:10] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.22 - - [2026-01-12 02:47:10] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.042681 10.0.0.22 - - [2026-01-12 02:47:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-34591028&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006054 10.0.0.22 - - [2026-01-12 02:47:10] "DELETE /network-policy/3cdbdcee-7518-4f78-8e4f-fe34b68c39d1 HTTP/1.1" 200 115 0.051583 10.0.0.22 - - [2026-01-12 02:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007823 10.0.0.27 - - [2026-01-12 02:47:10] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001342 10.0.0.22 - - [2026-01-12 02:47:10] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056947 10.0.0.22 - - [2026-01-12 02:47:10] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-34591028&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007368 10.0.0.27 - - [2026-01-12 02:47:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003788 10.0.0.27 - - [2026-01-12 02:47:10] "POST /useragent-kv HTTP/1.1" 200 115 0.005043 10.0.0.27 - - [2026-01-12 02:47:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003501 10.0.0.27 - - [2026-01-12 02:47:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002943 10.0.0.27 - - [2026-01-12 02:47:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002615 10.0.0.27 - - [2026-01-12 02:47:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004678 10.0.0.50 - - [2026-01-12 02:47:10] "DELETE /route-target/64a5df5c-0e7f-4adc-a106-95450816dcf7 HTTP/1.1" 200 115 0.039033 10.0.0.22 - - [2026-01-12 02:47:10] "POST /neutron/network HTTP/1.1" 200 151 0.223905 10.0.0.22 - - [2026-01-12 02:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.22 - - [2026-01-12 02:47:11] "DELETE /network-ipam/b70fa2e8-67df-4a70-ad19-255c24375726 HTTP/1.1" 200 115 0.039262 10.0.0.22 - - [2026-01-12 02:47:11] "POST /fqname-to-id HTTP/1.1" 404 260 0.004190 10.0.0.27 - - [2026-01-12 02:47:11] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.27 - - [2026-01-12 02:47:11] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.055612 10.0.0.27 - - [2026-01-12 02:47:11] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001473 10.0.0.27 - - [2026-01-12 02:47:11] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?fields=security_groups HTTP/1.1" 200 1399 0.057625 10.0.0.27 - - [2026-01-12 02:47:11] "DELETE /security-group/ead7c8c8-ddb6-42ad-a5c9-25555c363d0e HTTP/1.1" 200 115 0.081652 10.0.0.27 - - [2026-01-12 02:47:11] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001412 10.0.0.50 - - [2026-01-12 02:47:11] "DELETE /access-control-list/e516d051-eac5-4610-a219-b7250dd5945e HTTP/1.1" 200 115 0.057559 10.0.0.27 - - [2026-01-12 02:47:12] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?fields=application_policy_sets HTTP/1.1" 200 1438 0.067307 10.0.0.22 - - [2026-01-12 02:47:12] "DELETE /project/85aebbfe-5962-465e-af20-b20cba75b04c HTTP/1.1" 200 115 0.465142 10.0.0.27 - - [2026-01-12 02:47:12] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.22 - - [2026-01-12 02:47:12] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?fields=projects HTTP/1.1" 200 1439 0.010969 10.0.0.27 - - [2026-01-12 02:47:13] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004050 10.0.0.27 - - [2026-01-12 02:47:13] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.27 - - [2026-01-12 02:47:13] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036717 10.0.0.27 - - [2026-01-12 02:47:13] "POST /id-to-fqname HTTP/1.1" 200 202 0.002601 10.0.0.27 - - [2026-01-12 02:47:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.014955 10.0.0.27 - - [2026-01-12 02:47:13] "POST /security-groups HTTP/1.1" 200 603 0.036293 10.0.0.27 - - [2026-01-12 02:47:13] "POST /projects HTTP/1.1" 200 609 0.252861 10.0.0.50 - - [2026-01-12 02:47:13] "POST /access-control-lists HTTP/1.1" 200 608 0.030695 10.0.0.27 - - [2026-01-12 02:47:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.328810 10.0.0.22 - - [2026-01-12 02:47:14] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.490369 10.0.0.27 - - [2026-01-12 02:47:14] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001616 10.0.0.22 - - [2026-01-12 02:47:14] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?fields=virtual_networks HTTP/1.1" 200 1056 0.058418 10.0.0.27 - - [2026-01-12 02:47:14] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.22 - - [2026-01-12 02:47:14] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.052815 10.0.0.27 - - [2026-01-12 02:47:14] "GET /projects?obj_uuids=85aebbfe-5962-465e-af20-b20cba75b04c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001378 10.0.0.22 - - [2026-01-12 02:47:14] "GET /project/85aebbfe-5962-465e-af20-b20cba75b04c?fields=security_groups HTTP/1.1" 200 1294 0.059594 10.0.0.22 - - [2026-01-12 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 182 0.032436 10.0.0.27 - - [2026-01-12 02:47:15] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004360 10.0.0.27 - - [2026-01-12 02:47:15] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001797 10.0.0.27 - - [2026-01-12 02:47:15] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011371 10.0.0.27 - - [2026-01-12 02:47:15] "POST /id-to-fqname HTTP/1.1" 200 184 0.007278 10.0.0.27 - - [2026-01-12 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.019619 10.0.0.27 - - [2026-01-12 02:47:15] "POST /security-groups HTTP/1.1" 200 585 0.029897 10.0.0.50 - - [2026-01-12 02:47:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.003549 10.0.0.27 - - [2026-01-12 02:47:15] "POST /projects HTTP/1.1" 200 573 0.263365 10.0.0.27 - - [2026-01-12 02:47:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.295355 10.0.0.50 - - [2026-01-12 02:47:15] "POST /access-control-lists HTTP/1.1" 200 588 0.036038 10.0.0.22 - - [2026-01-12 02:47:15] "GET /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.458193 10.0.0.22 - - [2026-01-12 02:47:16] "GET / HTTP/1.1" 200 35931 0.001363 10.0.0.22 - - [2026-01-12 02:47:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.22 - - [2026-01-12 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.059835 10.0.0.27 - - [2026-01-12 02:47:18] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000927 10.0.0.22 - - [2026-01-12 02:47:18] "GET /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.058264 10.0.0.22 - - [2026-01-12 02:47:18] "POST /neutron/network HTTP/1.1" 200 117 0.073731 10.0.0.27 - - [2026-01-12 02:47:18] "POST /useragent-kv HTTP/1.1" 200 115 0.011614 10.0.0.22 - - [2026-01-12 02:47:19] "POST /neutron/subnet HTTP/1.1" 200 818 0.235833 10.0.0.22 - - [2026-01-12 02:47:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.001844 10.0.0.22 - - [2026-01-12 02:47:19] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.008427 10.0.0.22 - - [2026-01-12 02:47:19] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007295 10.0.0.22 - - [2026-01-12 02:47:19] "POST /neutron/network HTTP/1.1" 200 992 0.014142 10.0.0.22 - - [2026-01-12 02:47:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.014555 10.0.0.27 - - [2026-01-12 02:47:19] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002449 10.0.0.22 - - [2026-01-12 02:47:19] "GET /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.079235 10.0.0.22 - - [2026-01-12 02:47:19] "POST /neutron/network HTTP/1.1" 200 117 0.017730 10.0.0.50 - - [2026-01-12 02:47:19] "POST /route-targets HTTP/1.1" 200 327 0.015262 10.0.0.27 - - [2026-01-12 02:47:20] "POST /useragent-kv HTTP/1.1" 200 115 0.009912 10.0.0.22 - - [2026-01-12 02:47:20] "POST /neutron/subnet HTTP/1.1" 200 828 0.186514 10.0.0.22 - - [2026-01-12 02:47:20] "POST /id-to-fqname HTTP/1.1" 200 214 0.001566 10.0.0.22 - - [2026-01-12 02:47:20] "GET /virtual-network/4fa188e6-7511-470e-a36d-aef34253a0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006225 10.0.0.22 - - [2026-01-12 02:47:20] "GET /virtual-network/4fa188e6-7511-470e-a36d-aef34253a0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.007058 10.0.0.22 - - [2026-01-12 02:47:20] "POST /neutron/network HTTP/1.1" 200 994 0.019420 10.0.0.22 - - [2026-01-12 02:47:20] "POST /id-to-fqname HTTP/1.1" 200 214 0.001601 10.0.0.22 - - [2026-01-12 02:47:20] "POST /neutron/network HTTP/1.1" 200 1002 0.007443 10.0.0.27 - - [2026-01-12 02:47:21] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001220 10.0.0.22 - - [2026-01-12 02:47:21] "GET /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.103167 10.0.0.22 - - [2026-01-12 02:47:21] "POST /neutron/port HTTP/1.1" 200 117 0.007574 10.0.0.22 - - [2026-01-12 02:47:21] "POST /id-to-fqname HTTP/1.1" 200 214 0.001325 10.0.0.22 - - [2026-01-12 02:47:22] "POST /neutron/network HTTP/1.1" 200 1002 0.007551 10.0.0.22 - - [2026-01-12 02:47:22] "POST /neutron/port HTTP/1.1" 200 1161 0.028320 10.0.0.27 - - [2026-01-12 02:47:22] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001060 10.0.0.22 - - [2026-01-12 02:47:22] "GET /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.112066 10.0.0.22 - - [2026-01-12 02:47:23] "POST /neutron/port HTTP/1.1" 200 1225 0.030998 10.0.0.22 - - [2026-01-12 02:47:23] "POST /neutron/subnet HTTP/1.1" 200 1384 0.020385 10.0.0.22 - - [2026-01-12 02:47:23] "POST /neutron/port HTTP/1.1" 200 117 0.001080 10.0.0.22 - - [2026-01-12 02:47:23] "POST /neutron/port HTTP/1.1" 200 117 0.007637 10.0.0.22 - - [2026-01-12 02:47:23] "POST /id-to-fqname HTTP/1.1" 200 214 0.001275 10.0.0.22 - - [2026-01-12 02:47:23] "POST /neutron/network HTTP/1.1" 200 1004 0.007134 10.0.0.22 - - [2026-01-12 02:47:24] "POST /neutron/port HTTP/1.1" 200 1161 0.028589 10.0.0.22 - - [2026-01-12 02:47:24] "POST /neutron/port HTTP/1.1" 200 1225 0.020624 10.0.0.22 - - [2026-01-12 02:47:24] "POST /neutron/subnet HTTP/1.1" 200 1384 0.017205 10.0.0.22 - - [2026-01-12 02:47:24] "POST /neutron/network HTTP/1.1" 200 992 0.013742 10.0.0.27 - - [2026-01-12 02:47:24] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001216 10.0.0.22 - - [2026-01-12 02:47:24] "GET /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.088708 10.0.0.22 - - [2026-01-12 02:47:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.015194 10.0.0.22 - - [2026-01-12 02:47:25] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008032 10.0.0.22 - - [2026-01-12 02:47:25] "POST /neutron/port HTTP/1.1" 200 1225 0.029256 10.0.0.22 - - [2026-01-12 02:47:25] "GET /virtual-machine/273e897c-ffb2-4e7d-a029-6f26acc43777 HTTP/1.1" 401 292 0.000484 10.0.0.27 - - [2026-01-12 02:47:25] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001117 10.0.0.22 - - [2026-01-12 02:47:25] "POST /neutron/port HTTP/1.1" 200 1163 0.375841 10.0.0.22 - - [2026-01-12 02:47:25] "GET /virtual-machine/273e897c-ffb2-4e7d-a029-6f26acc43777 HTTP/1.1" 200 1286 0.080096 10.0.0.22 - - [2026-01-12 02:47:25] "POST /neutron/port HTTP/1.1" 200 1217 0.130691 10.0.0.22 - - [2026-01-12 02:47:25] "GET /virtual-machine-interface/0f814a34-fb45-4604-8172-44b4d12a489c HTTP/1.1" 200 3104 0.006376 10.0.0.22 - - [2026-01-12 02:47:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.22 - - [2026-01-12 02:47:25] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004040 10.0.0.22 - - [2026-01-12 02:47:25] "GET /virtual-networks?parent_id=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003467 10.0.0.22 - - [2026-01-12 02:47:25] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005602 10.0.0.22 - - [2026-01-12 02:47:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004398 10.0.0.22 - - [2026-01-12 02:47:26] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.22 - - [2026-01-12 02:47:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.22 - - [2026-01-12 02:47:29] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006500 10.0.0.22 - - [2026-01-12 02:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.22 - - [2026-01-12 02:47:33] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006358 10.0.0.22 - - [2026-01-12 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005293 10.0.0.22 - - [2026-01-12 02:47:37] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005910 10.0.0.22 - - [2026-01-12 02:47:38] "POST /neutron/port HTTP/1.1" 200 1225 0.021536 10.0.0.22 - - [2026-01-12 02:47:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004142 10.0.0.22 - - [2026-01-12 02:47:38] "POST /neutron/port HTTP/1.1" 200 117 0.001373 10.0.0.22 - - [2026-01-12 02:47:39] "POST /neutron/port HTTP/1.1" 200 1225 0.045509 10.0.0.22 - - [2026-01-12 02:47:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004155 10.0.0.22 - - [2026-01-12 02:47:40] "POST /neutron/port HTTP/1.1" 200 117 0.001543 10.0.0.22 - - [2026-01-12 02:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.22 - - [2026-01-12 02:47:41] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005564 10.0.0.22 - - [2026-01-12 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.22 - - [2026-01-12 02:47:45] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006709 10.0.0.22 - - [2026-01-12 02:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.22 - - [2026-01-12 02:47:49] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005467 10.0.0.50 - - [2026-01-12 02:47:52] "DELETE /access-control-list/48667e44-577e-461c-a153-472ccc04c89a HTTP/1.1" 200 115 0.060542 10.0.0.22 - - [2026-01-12 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.22 - - [2026-01-12 02:47:53] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007798 10.0.0.22 - - [2026-01-12 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.22 - - [2026-01-12 02:47:57] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006054 10.0.0.22 - - [2026-01-12 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.22 - - [2026-01-12 02:48:01] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007668 10.0.0.27 - - [2026-01-12 02:48:02] "DELETE /project/85aebbfe-5962-465e-af20-b20cba75b04c HTTP/1.1" 404 177 0.006186 10.0.0.27 - - [2026-01-12 02:48:02] "DELETE /project/c1b5342ff8234ad8b9a23cbb11ad7640 HTTP/1.1" 404 173 0.003482 10.0.0.27 - - [2026-01-12 02:48:02] "DELETE /project/85aebbfe5962465eaf20b20cba75b04c HTTP/1.1" 404 173 0.006119 10.0.0.22 - - [2026-01-12 02:48:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.22 - - [2026-01-12 02:48:05] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005950 10.0.0.22 - - [2026-01-12 02:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006169 10.0.0.22 - - [2026-01-12 02:48:10] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005911 10.0.0.22 - - [2026-01-12 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.22 - - [2026-01-12 02:48:14] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006366 10.0.0.22 - - [2026-01-12 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004835 10.0.0.22 - - [2026-01-12 02:48:18] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005911 10.0.0.22 - - [2026-01-12 02:48:18] "POST /neutron/security_group HTTP/1.1" 200 2052 0.041199 10.0.0.22 - - [2026-01-12 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.22 - - [2026-01-12 02:48:22] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006060 10.0.0.22 - - [2026-01-12 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.22 - - [2026-01-12 02:48:26] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006371 10.0.0.22 - - [2026-01-12 02:48:28] "GET /obj-perms HTTP/1.1" 200 5056 0.075101 10.0.0.50 - - [2026-01-12 02:48:29] "GET /obj-perms HTTP/1.1" 200 5056 0.070555 10.0.0.22 - - [2026-01-12 02:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.22 - - [2026-01-12 02:48:30] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.007154 10.0.0.22 - - [2026-01-12 02:48:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.22 - - [2026-01-12 02:48:32] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003922 10.0.0.22 - - [2026-01-12 02:48:32] "GET /virtual-networks?parent_id=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003164 10.0.0.22 - - [2026-01-12 02:48:32] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.006271 10.0.0.22 - - [2026-01-12 02:48:32] "POST /neutron/port HTTP/1.1" 200 1225 0.020552 10.0.0.22 - - [2026-01-12 02:48:36] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010147 10.0.0.22 - - [2026-01-12 02:48:39] "POST /neutron/port HTTP/1.1" 200 1225 0.020529 10.0.0.22 - - [2026-01-12 02:48:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003911 10.0.0.22 - - [2026-01-12 02:48:39] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.22 - - [2026-01-12 02:48:40] "POST /neutron/port HTTP/1.1" 200 1227 0.023006 10.0.0.22 - - [2026-01-12 02:48:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005036 10.0.0.22 - - [2026-01-12 02:48:40] "POST /neutron/port HTTP/1.1" 200 117 0.001508 10.0.0.22 - - [2026-01-12 02:48:43] "POST /neutron/port HTTP/1.1" 200 1225 0.017733 10.0.0.22 - - [2026-01-12 02:48:48] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008092 10.0.0.22 - - [2026-01-12 02:48:48] "POST /neutron/port HTTP/1.1" 200 1225 0.022272 10.0.0.22 - - [2026-01-12 02:48:48] "GET /virtual-machine/fb1662f8-ca6f-4a74-b0ad-fc524ff498a1 HTTP/1.1" 200 1287 0.005597 10.0.0.22 - - [2026-01-12 02:48:48] "GET /virtual-machine-interface/803b1d33-d105-4ee6-ac75-1ef9e3449d07 HTTP/1.1" 200 3105 0.005473 10.0.0.22 - - [2026-01-12 02:48:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.22 - - [2026-01-12 02:48:48] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003984 10.0.0.22 - - [2026-01-12 02:48:48] "GET /virtual-networks?parent_id=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003411 10.0.0.22 - - [2026-01-12 02:48:48] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.008060 10.0.0.22 - - [2026-01-12 02:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.22 - - [2026-01-12 02:48:49] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005145 10.0.0.22 - - [2026-01-12 02:48:49] "GET /virtual-networks?parent_id=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004366 10.0.0.22 - - [2026-01-12 02:48:49] "GET /virtual-network/e5c5d1aa-e0e6-4069-b74e-672ebe0efee6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2613 0.005812 10.0.0.22 - - [2026-01-12 02:48:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009399 10.0.0.22 - - [2026-01-12 02:48:50] "POST /neutron/port HTTP/1.1" 200 1227 0.021529 10.0.0.22 - - [2026-01-12 02:48:50] "GET /virtual-machine/2b8cbb3e-c0a6-477c-8e6c-30759918a7ee HTTP/1.1" 200 1286 0.006972 10.0.0.22 - - [2026-01-12 02:48:50] "GET /virtual-machine-interface/6a774417-3f2e-4353-b491-177960180b5d HTTP/1.1" 200 3105 0.006277 10.0.0.22 - - [2026-01-12 02:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.22 - - [2026-01-12 02:48:50] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003575 10.0.0.22 - - [2026-01-12 02:48:50] "GET /virtual-networks?parent_id=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003841 10.0.0.22 - - [2026-01-12 02:48:50] "GET /virtual-network/4fa188e6-7511-470e-a36d-aef34253a0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.005867 10.0.0.22 - - [2026-01-12 02:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.22 - - [2026-01-12 02:48:51] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004284 10.0.0.22 - - [2026-01-12 02:48:51] "GET /virtual-networks?parent_id=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003831 10.0.0.22 - - [2026-01-12 02:48:51] "GET /virtual-network/4fa188e6-7511-470e-a36d-aef34253a0a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2618 0.006098 10.0.0.22 - - [2026-01-12 02:48:52] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003690 10.0.0.22 - - [2026-01-12 02:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.22 - - [2026-01-12 02:48:53] "GET /global-qos-config/3aa1515f-e7e7-4d7a-8565-7d103fdd6575?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1083 0.004382 10.0.0.22 - - [2026-01-12 02:48:53] "POST /fqname-to-id HTTP/1.1" 404 222 0.004122 10.0.0.22 - - [2026-01-12 02:48:53] "POST /forwarding-classs HTTP/1.1" 200 576 0.032095 10.0.0.22 - - [2026-01-12 02:48:53] "POST /id-to-fqname HTTP/1.1" 200 232 0.003532 10.0.0.22 - - [2026-01-12 02:48:53] "GET /forwarding-class/ee008202-25c7-4227-a578-a3b9319680d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.005122 10.0.0.27 - - [2026-01-12 02:48:53] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002200 10.0.0.22 - - [2026-01-12 02:48:53] "GET /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.064709 10.0.0.22 - - [2026-01-12 02:48:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.004351 10.0.0.22 - - [2026-01-12 02:48:53] "POST /qos-configs HTTP/1.1" 200 543 0.034748 10.0.0.22 - - [2026-01-12 02:48:53] "POST /id-to-fqname HTTP/1.1" 200 217 0.003998 10.0.0.22 - - [2026-01-12 02:48:53] "GET /qos-config/62d1dacf-9cbb-43b1-a611-fd7583de05de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005065 10.0.0.22 - - [2026-01-12 02:48:53] "GET /virtual-machine-interface/0f814a34-fb45-4604-8172-44b4d12a489c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.006387 10.0.0.22 - - [2026-01-12 02:48:53] "POST /ref-update HTTP/1.1" 200 156 0.016782 10.0.0.22 - - [2026-01-12 02:48:53] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010516 10.0.0.22 - - [2026-01-12 02:48:53] "POST /neutron/port HTTP/1.1" 200 1225 0.021824 10.0.0.22 - - [2026-01-12 02:48:54] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008469 10.0.0.22 - - [2026-01-12 02:48:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001779 10.0.0.22 - - [2026-01-12 02:48:54] "GET /virtual-machine/273e897c-ffb2-4e7d-a029-6f26acc43777 HTTP/1.1" 200 1286 0.005004 10.0.0.22 - - [2026-01-12 02:48:54] "GET /virtual-machine-interface/0f814a34-fb45-4604-8172-44b4d12a489c HTTP/1.1" 200 3351 0.006840 10.0.0.22 - - [2026-01-12 02:48:54] "GET /instance-ip/309748c4-ec39-4a95-ba34-e640ab4204ac HTTP/1.1" 200 1626 0.007752 10.0.0.22 - - [2026-01-12 02:48:54] "GET /instance-ip/bbd96490-17e2-42d6-86c6-e6e50db75010 HTTP/1.1" 200 1610 0.007891 10.0.0.22 - - [2026-01-12 02:48:54] "POST /neutron/port HTTP/1.1" 200 1225 0.018824 10.0.0.22 - - [2026-01-12 02:48:54] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007427 10.0.0.22 - - [2026-01-12 02:48:54] "POST /neutron/port HTTP/1.1" 200 1225 0.021430 10.0.0.22 - - [2026-01-12 02:48:54] "POST /neutron/network HTTP/1.1" 200 992 0.010773 10.0.0.22 - - [2026-01-12 02:48:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001181 10.0.0.22 - - [2026-01-12 02:48:54] "GET /virtual-machine/fb1662f8-ca6f-4a74-b0ad-fc524ff498a1 HTTP/1.1" 200 1287 0.004061 10.0.0.22 - - [2026-01-12 02:48:54] "GET /virtual-machine-interface/803b1d33-d105-4ee6-ac75-1ef9e3449d07 HTTP/1.1" 200 3105 0.007334 10.0.0.22 - - [2026-01-12 02:48:54] "GET /instance-ip/f1dda99e-7acb-4c2f-be72-4ce408dcae44 HTTP/1.1" 200 1627 0.005955 10.0.0.22 - - [2026-01-12 02:48:54] "GET /instance-ip/f5dfc38f-95b7-41a4-960f-a4c2442a3a5b HTTP/1.1" 200 1611 0.008514 10.0.0.22 - - [2026-01-12 02:49:30] "GET /virtual-machine-interface/0f814a34-fb45-4604-8172-44b4d12a489c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2936 0.006759 10.0.0.22 - - [2026-01-12 02:49:30] "POST /ref-update HTTP/1.1" 200 156 0.016687 10.0.0.22 - - [2026-01-12 02:49:30] "DELETE /qos-config/62d1dacf-9cbb-43b1-a611-fd7583de05de HTTP/1.1" 200 115 0.050116 10.0.0.22 - - [2026-01-12 02:49:30] "POST /id-to-fqname HTTP/1.1" 200 232 0.001230 10.0.0.22 - - [2026-01-12 02:49:30] "DELETE /forwarding-class/ee008202-25c7-4227-a578-a3b9319680d7 HTTP/1.1" 200 115 0.028746 10.0.0.22 - - [2026-01-12 02:49:32] "POST /neutron/port HTTP/1.1" 200 1227 0.019559 10.0.0.22 - - [2026-01-12 02:49:32] "POST /neutron/port HTTP/1.1" 200 1225 0.032959 10.0.0.22 - - [2026-01-12 02:49:32] "POST /neutron/port HTTP/1.1" 200 151 0.418708 10.0.0.22 - - [2026-01-12 02:49:33] "POST /neutron/network HTTP/1.1" 200 994 0.010505 10.0.0.27 - - [2026-01-12 02:49:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003187 10.0.0.27 - - [2026-01-12 02:49:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002809 10.0.0.27 - - [2026-01-12 02:49:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002899 10.0.0.27 - - [2026-01-12 02:49:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003067 10.0.0.50 - - [2026-01-12 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.031703 10.0.0.22 - - [2026-01-12 02:49:34] "POST /neutron/network HTTP/1.1" 200 151 0.191189 10.0.0.27 - - [2026-01-12 02:49:34] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001045 10.0.0.22 - - [2026-01-12 02:49:34] "GET /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.109344 10.0.0.27 - - [2026-01-12 02:49:34] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003535 10.0.0.22 - - [2026-01-12 02:49:34] "GET /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640?fields=virtual_networks HTTP/1.1" 200 1021 0.067237 10.0.0.27 - - [2026-01-12 02:49:34] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001976 10.0.0.22 - - [2026-01-12 02:49:34] "GET /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.048777 10.0.0.27 - - [2026-01-12 02:49:34] "GET /projects?obj_uuids=c1b5342f-f823-4ad8-b9a2-3cbb11ad7640&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001565 10.0.0.22 - - [2026-01-12 02:49:34] "GET /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640?fields=security_groups HTTP/1.1" 200 1241 0.051293 10.0.0.22 - - [2026-01-12 02:49:35] "POST /fqname-to-id HTTP/1.1" 404 181 0.029708 10.0.0.27 - - [2026-01-12 02:49:35] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003382 10.0.0.27 - - [2026-01-12 02:49:35] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.27 - - [2026-01-12 02:49:35] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007676 10.0.0.27 - - [2026-01-12 02:49:36] "POST /id-to-fqname HTTP/1.1" 200 183 0.002501 10.0.0.27 - - [2026-01-12 02:49:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.006705 10.0.0.27 - - [2026-01-12 02:49:36] "POST /security-groups HTTP/1.1" 200 584 0.077363 10.0.0.27 - - [2026-01-12 02:49:36] "POST /projects HTTP/1.1" 200 571 0.297749 10.0.0.50 - - [2026-01-12 02:49:36] "POST /access-control-lists HTTP/1.1" 200 589 0.041449 10.0.0.27 - - [2026-01-12 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.378061 10.0.0.22 - - [2026-01-12 02:49:36] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.533627 10.0.0.22 - - [2026-01-12 02:49:37] "GET / HTTP/1.1" 200 35931 0.002033 10.0.0.22 - - [2026-01-12 02:49:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000637 10.0.0.22 - - [2026-01-12 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.062020 10.0.0.27 - - [2026-01-12 02:49:39] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001328 10.0.0.22 - - [2026-01-12 02:49:39] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.053884 10.0.0.50 - - [2026-01-12 02:49:40] "POST /route-targets HTTP/1.1" 200 327 0.020571 10.0.0.27 - - [2026-01-12 02:49:40] "POST /useragent-kv HTTP/1.1" 200 115 0.011022 10.0.0.22 - - [2026-01-12 02:49:40] "POST /neutron/subnet HTTP/1.1" 200 730 0.316938 10.0.0.22 - - [2026-01-12 02:49:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001194 10.0.0.22 - - [2026-01-12 02:49:40] "GET /virtual-network/b54260d5-6ea8-429d-aa50-f91b64f84bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005610 10.0.0.22 - - [2026-01-12 02:49:40] "GET /virtual-network/b54260d5-6ea8-429d-aa50-f91b64f84bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006710 10.0.0.22 - - [2026-01-12 02:49:40] "POST /neutron/network HTTP/1.1" 200 832 0.007462 10.0.0.22 - - [2026-01-12 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.22 - - [2026-01-12 02:49:40] "GET /virtual-network/b54260d5-6ea8-429d-aa50-f91b64f84bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005690 10.0.0.22 - - [2026-01-12 02:49:40] "PUT /virtual-network/b54260d5-6ea8-429d-aa50-f91b64f84bb5 HTTP/1.1" 200 264 0.058376 10.0.0.50 - - [2026-01-12 02:49:40] "POST /ref-update HTTP/1.1" 200 156 0.038634 10.0.0.22 - - [2026-01-12 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.27 - - [2026-01-12 02:49:40] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000978 10.0.0.22 - - [2026-01-12 02:49:40] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.055098 10.0.0.27 - - [2026-01-12 02:49:40] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000964 10.0.0.22 - - [2026-01-12 02:49:41] "POST /neutron/network HTTP/1.1" 200 612 0.129291 10.0.0.22 - - [2026-01-12 02:49:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.003723 10.0.0.22 - - [2026-01-12 02:49:41] "GET /virtual-network/34e77d7a-a615-4bda-81ee-f820fd2e68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005900 10.0.0.22 - - [2026-01-12 02:49:41] "POST /neutron/network HTTP/1.1" 200 830 0.008465 10.0.0.22 - - [2026-01-12 02:49:41] "GET /virtual-network/34e77d7a-a615-4bda-81ee-f820fd2e68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005440 10.0.0.22 - - [2026-01-12 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.22 - - [2026-01-12 02:49:41] "GET /virtual-network/34e77d7a-a615-4bda-81ee-f820fd2e68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006024 10.0.0.22 - - [2026-01-12 02:49:41] "PUT /virtual-network/34e77d7a-a615-4bda-81ee-f820fd2e68bb HTTP/1.1" 200 264 0.061556 10.0.0.50 - - [2026-01-12 02:49:41] "POST /ref-update HTTP/1.1" 200 156 0.032692 10.0.0.22 - - [2026-01-12 02:49:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001395 10.0.0.22 - - [2026-01-12 02:49:41] "POST /neutron/network HTTP/1.1" 200 842 0.006936 10.0.0.27 - - [2026-01-12 02:49:42] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001295 10.0.0.22 - - [2026-01-12 02:49:42] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.068814 10.0.0.22 - - [2026-01-12 02:49:42] "POST /neutron/port HTTP/1.1" 200 117 0.006201 10.0.0.22 - - [2026-01-12 02:49:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001324 10.0.0.22 - - [2026-01-12 02:49:43] "POST /neutron/network HTTP/1.1" 200 842 0.007302 10.0.0.22 - - [2026-01-12 02:49:43] "POST /neutron/port HTTP/1.1" 200 1054 0.018775 10.0.0.22 - - [2026-01-12 02:49:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005272 10.0.0.27 - - [2026-01-12 02:49:43] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001101 10.0.0.22 - - [2026-01-12 02:49:43] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.089025 10.0.0.22 - - [2026-01-12 02:49:43] "POST /neutron/network HTTP/1.1" 200 832 0.006451 10.0.0.22 - - [2026-01-12 02:49:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008157 10.0.0.22 - - [2026-01-12 02:49:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008268 10.0.0.22 - - [2026-01-12 02:49:44] "POST /neutron/port HTTP/1.1" 200 1052 0.031007 10.0.0.22 - - [2026-01-12 02:49:45] "POST /neutron/port HTTP/1.1" 200 1116 0.026435 10.0.0.22 - - [2026-01-12 02:49:45] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.22 - - [2026-01-12 02:49:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008038 10.0.0.22 - - [2026-01-12 02:49:49] "POST /neutron/port HTTP/1.1" 200 1118 0.021307 10.0.0.22 - - [2026-01-12 02:49:49] "GET /virtual-machine/d82bad55-1d44-4936-989f-e23f91930fcb HTTP/1.1" 401 292 0.000465 10.0.0.22 - - [2026-01-12 02:49:50] "GET /virtual-machine/d82bad55-1d44-4936-989f-e23f91930fcb HTTP/1.1" 200 1286 0.036940 10.0.0.22 - - [2026-01-12 02:49:50] "GET /virtual-machine-interface/2e8bdcf3-7114-445c-8ea6-a48cd04a1674 HTTP/1.1" 200 2927 0.005781 10.0.0.22 - - [2026-01-12 02:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.22 - - [2026-01-12 02:49:50] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004844 10.0.0.22 - - [2026-01-12 02:49:50] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003287 10.0.0.22 - - [2026-01-12 02:49:50] "GET /virtual-network/b54260d5-6ea8-429d-aa50-f91b64f84bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005584 10.0.0.22 - - [2026-01-12 02:49:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008930 10.0.0.22 - - [2026-01-12 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.013479 10.0.0.22 - - [2026-01-12 02:49:53] "GET /virtual-network/b54260d5-6ea8-429d-aa50-f91b64f84bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006262 10.0.0.22 - - [2026-01-12 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.22 - - [2026-01-12 02:49:55] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003727 10.0.0.22 - - [2026-01-12 02:49:55] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003392 10.0.0.22 - - [2026-01-12 02:49:55] "GET /virtual-network/b54260d5-6ea8-429d-aa50-f91b64f84bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007499 10.0.0.22 - - [2026-01-12 02:49:55] "POST /neutron/port HTTP/1.1" 200 1116 0.019617 10.0.0.22 - - [2026-01-12 02:49:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009377 10.0.0.22 - - [2026-01-12 02:49:55] "GET /virtual-machine/c2290e25-eaf1-4148-9f2c-dbc5cd2b59c0 HTTP/1.1" 200 1286 0.007050 10.0.0.22 - - [2026-01-12 02:49:55] "GET /virtual-machine-interface/fcc2ed8a-d62a-4d28-bbfd-5a11f9568790 HTTP/1.1" 200 2928 0.007343 10.0.0.22 - - [2026-01-12 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.22 - - [2026-01-12 02:49:55] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004041 10.0.0.22 - - [2026-01-12 02:49:55] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003944 10.0.0.22 - - [2026-01-12 02:49:55] "GET /virtual-network/34e77d7a-a615-4bda-81ee-f820fd2e68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.007317 10.0.0.22 - - [2026-01-12 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.22 - - [2026-01-12 02:49:57] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005475 10.0.0.22 - - [2026-01-12 02:49:57] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003822 10.0.0.22 - - [2026-01-12 02:49:57] "GET /virtual-network/34e77d7a-a615-4bda-81ee-f820fd2e68bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006917 10.0.0.22 - - [2026-01-12 02:49:57] "POST /routing-policys HTTP/1.1" 200 534 0.027254 10.0.0.22 - - [2026-01-12 02:49:57] "GET /virtual-network/b54260d5-6ea8-429d-aa50-f91b64f84bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.010126 10.0.0.22 - - [2026-01-12 02:49:57] "PUT /virtual-network/b54260d5-6ea8-429d-aa50-f91b64f84bb5 HTTP/1.1" 200 264 0.057814 10.0.0.50 - - [2026-01-12 02:49:57] "POST /ref-update HTTP/1.1" 200 156 0.026999 10.0.0.22 - - [2026-01-12 02:50:01] "POST /ref-update HTTP/1.1" 200 156 0.058911 10.0.0.22 - - [2026-01-12 02:50:01] "DELETE /routing-policy/c982c3c8-f7ee-4255-b872-f44bac9acd8a HTTP/1.1" 200 115 0.065264 10.0.0.22 - - [2026-01-12 02:50:01] "POST /neutron/network HTTP/1.1" 200 830 0.007169 10.0.0.22 - - [2026-01-12 02:50:02] "POST /neutron/port HTTP/1.1" 200 1106 0.021216 10.0.0.27 - - [2026-01-12 02:50:02] "DELETE /project/8a696508279b4398bc833692e46521ec HTTP/1.1" 404 173 0.005844 10.0.0.27 - - [2026-01-12 02:50:02] "DELETE /project/c1b5342f-f823-4ad8-b9a2-3cbb11ad7640 HTTP/1.1" 404 177 0.004780 10.0.0.22 - - [2026-01-12 02:50:02] "POST /neutron/port HTTP/1.1" 200 1108 0.016050 10.0.0.27 - - [2026-01-12 02:50:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005423 10.0.0.27 - - [2026-01-12 02:50:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002552 10.0.0.22 - - [2026-01-12 02:50:03] "POST /neutron/network HTTP/1.1" 200 151 0.143795 10.0.0.50 - - [2026-01-12 02:50:03] "DELETE /route-target/6dd0ca5e-680a-4f57-87ce-6211c5e69746 HTTP/1.1" 200 115 0.040848 10.0.0.50 - - [2026-01-12 02:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.50 - - [2026-01-12 02:50:04] "DELETE /route-target/7124ac1f-3987-414d-b999-64316ddccfb7 HTTP/1.1" 200 115 0.033630 10.0.0.22 - - [2026-01-12 02:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.27 - - [2026-01-12 02:50:06] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001143 10.0.0.22 - - [2026-01-12 02:50:06] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.048576 10.0.0.22 - - [2026-01-12 02:50:06] "POST /neutron/network HTTP/1.1" 200 117 0.014310 10.0.0.22 - - [2026-01-12 02:50:07] "POST /neutron/network HTTP/1.1" 200 830 0.009145 10.0.0.22 - - [2026-01-12 02:50:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001194 10.0.0.22 - - [2026-01-12 02:50:07] "GET /virtual-network/9188c9f7-9e41-4af5-9ad2-cc6da9e41ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005777 10.0.0.22 - - [2026-01-12 02:50:07] "GET /virtual-network/9188c9f7-9e41-4af5-9ad2-cc6da9e41ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006226 10.0.0.22 - - [2026-01-12 02:50:07] "POST /neutron/subnet HTTP/1.1" 200 719 0.009973 10.0.0.22 - - [2026-01-12 02:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.22 - - [2026-01-12 02:50:07] "GET /virtual-network/9188c9f7-9e41-4af5-9ad2-cc6da9e41ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005490 10.0.0.22 - - [2026-01-12 02:50:07] "PUT /virtual-network/9188c9f7-9e41-4af5-9ad2-cc6da9e41ddc HTTP/1.1" 200 264 0.058769 10.0.0.50 - - [2026-01-12 02:50:07] "POST /route-targets HTTP/1.1" 200 323 0.023128 10.0.0.22 - - [2026-01-12 02:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006885 10.0.0.27 - - [2026-01-12 02:50:07] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000949 10.0.0.22 - - [2026-01-12 02:50:07] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.042781 10.0.0.50 - - [2026-01-12 02:50:07] "POST /ref-update HTTP/1.1" 200 156 0.029035 10.0.0.27 - - [2026-01-12 02:50:07] "POST /useragent-kv HTTP/1.1" 200 115 0.011122 10.0.0.22 - - [2026-01-12 02:50:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.212225 10.0.0.22 - - [2026-01-12 02:50:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001323 10.0.0.22 - - [2026-01-12 02:50:08] "GET /virtual-network/a5b23459-4091-4311-99d1-1c6bcea17989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007012 10.0.0.22 - - [2026-01-12 02:50:08] "GET /virtual-network/a5b23459-4091-4311-99d1-1c6bcea17989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006511 10.0.0.22 - - [2026-01-12 02:50:08] "POST /neutron/network HTTP/1.1" 200 832 0.007324 10.0.0.22 - - [2026-01-12 02:50:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.22 - - [2026-01-12 02:50:08] "GET /virtual-network/a5b23459-4091-4311-99d1-1c6bcea17989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006327 10.0.0.22 - - [2026-01-12 02:50:08] "PUT /virtual-network/a5b23459-4091-4311-99d1-1c6bcea17989 HTTP/1.1" 200 264 0.078444 10.0.0.22 - - [2026-01-12 02:50:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001657 10.0.0.27 - - [2026-01-12 02:50:09] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001225 10.0.0.22 - - [2026-01-12 02:50:09] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.109209 10.0.0.22 - - [2026-01-12 02:50:09] "POST /neutron/network HTTP/1.1" 200 830 0.038331 10.0.0.22 - - [2026-01-12 02:50:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001570 10.0.0.22 - - [2026-01-12 02:50:09] "POST /neutron/port HTTP/1.1" 200 117 0.006202 10.0.0.27 - - [2026-01-12 02:50:10] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001616 10.0.0.22 - - [2026-01-12 02:50:10] "POST /neutron/port HTTP/1.1" 200 1052 0.285468 10.0.0.22 - - [2026-01-12 02:50:10] "POST /neutron/port HTTP/1.1" 200 1106 0.109887 10.0.0.22 - - [2026-01-12 02:50:10] "POST /neutron/subnet HTTP/1.1" 200 693 0.009595 10.0.0.27 - - [2026-01-12 02:50:10] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001158 10.0.0.22 - - [2026-01-12 02:50:10] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.081713 10.0.0.22 - - [2026-01-12 02:50:10] "POST /neutron/network HTTP/1.1" 200 832 0.007317 10.0.0.22 - - [2026-01-12 02:50:11] "POST /neutron/port HTTP/1.1" 200 117 0.009216 10.0.0.22 - - [2026-01-12 02:50:11] "POST /neutron/network HTTP/1.1" 200 842 0.007965 10.0.0.22 - - [2026-01-12 02:50:11] "POST /neutron/port HTTP/1.1" 200 1054 0.020496 10.0.0.22 - - [2026-01-12 02:50:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003990 10.0.0.22 - - [2026-01-12 02:50:12] "POST /neutron/network HTTP/1.1" 200 832 0.007374 10.0.0.22 - - [2026-01-12 02:50:16] "POST /neutron/port HTTP/1.1" 200 1116 0.022076 10.0.0.22 - - [2026-01-12 02:50:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010752 10.0.0.22 - - [2026-01-12 02:50:16] "GET /virtual-machine/a77b2d7f-c59e-42d1-b35f-99b58503fd56 HTTP/1.1" 200 1286 0.005661 10.0.0.22 - - [2026-01-12 02:50:16] "GET /virtual-machine-interface/5d98f7d3-12ff-422e-8caf-ced548125b9b HTTP/1.1" 200 2927 0.005816 10.0.0.22 - - [2026-01-12 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.22 - - [2026-01-12 02:50:16] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004204 10.0.0.22 - - [2026-01-12 02:50:16] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005383 10.0.0.22 - - [2026-01-12 02:50:16] "GET /virtual-network/9188c9f7-9e41-4af5-9ad2-cc6da9e41ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005956 10.0.0.22 - - [2026-01-12 02:50:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.22 - - [2026-01-12 02:50:19] "GET /virtual-network/9188c9f7-9e41-4af5-9ad2-cc6da9e41ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006690 10.0.0.22 - - [2026-01-12 02:50:21] "POST /neutron/port HTTP/1.1" 200 1118 0.027828 10.0.0.22 - - [2026-01-12 02:50:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.22 - - [2026-01-12 02:50:21] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004648 10.0.0.22 - - [2026-01-12 02:50:21] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003241 10.0.0.22 - - [2026-01-12 02:50:21] "GET /virtual-network/9188c9f7-9e41-4af5-9ad2-cc6da9e41ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006974 10.0.0.22 - - [2026-01-12 02:50:22] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009809 10.0.0.22 - - [2026-01-12 02:50:22] "POST /neutron/port HTTP/1.1" 200 1118 0.023305 10.0.0.22 - - [2026-01-12 02:50:22] "GET /virtual-machine/cfabc230-9969-4d3e-a324-ad71799b585b HTTP/1.1" 200 1286 0.006967 10.0.0.22 - - [2026-01-12 02:50:22] "GET /virtual-machine-interface/aa315bb6-69cb-4efd-ad4c-a0c2efc38e07 HTTP/1.1" 200 2928 0.005431 10.0.0.22 - - [2026-01-12 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.22 - - [2026-01-12 02:50:22] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003852 10.0.0.22 - - [2026-01-12 02:50:22] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003673 10.0.0.22 - - [2026-01-12 02:50:22] "GET /virtual-network/a5b23459-4091-4311-99d1-1c6bcea17989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006414 10.0.0.22 - - [2026-01-12 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.22 - - [2026-01-12 02:50:23] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004383 10.0.0.22 - - [2026-01-12 02:50:23] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003639 10.0.0.22 - - [2026-01-12 02:50:23] "GET /virtual-network/a5b23459-4091-4311-99d1-1c6bcea17989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006804 10.0.0.22 - - [2026-01-12 02:50:23] "POST /routing-policys HTTP/1.1" 200 534 0.027422 10.0.0.22 - - [2026-01-12 02:50:23] "GET /virtual-network/9188c9f7-9e41-4af5-9ad2-cc6da9e41ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.007420 10.0.0.22 - - [2026-01-12 02:50:23] "PUT /virtual-network/9188c9f7-9e41-4af5-9ad2-cc6da9e41ddc HTTP/1.1" 200 264 0.065647 10.0.0.22 - - [2026-01-12 02:50:27] "POST /routing-policys HTTP/1.1" 200 534 0.026011 10.0.0.22 - - [2026-01-12 02:50:27] "GET /virtual-network/9188c9f7-9e41-4af5-9ad2-cc6da9e41ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.010181 10.0.0.22 - - [2026-01-12 02:50:27] "PUT /virtual-network/9188c9f7-9e41-4af5-9ad2-cc6da9e41ddc HTTP/1.1" 200 264 0.073359 10.0.0.50 - - [2026-01-12 02:50:27] "POST /ref-update HTTP/1.1" 200 156 0.029496 10.0.0.22 - - [2026-01-12 02:50:27] "POST /ref-update HTTP/1.1" 200 156 0.048737 10.0.0.22 - - [2026-01-12 02:50:27] "DELETE /routing-policy/92753bcc-4d6d-405a-be88-60d5138836c1 HTTP/1.1" 200 115 0.051867 10.0.0.22 - - [2026-01-12 02:50:28] "POST /ref-update HTTP/1.1" 200 156 0.072770 10.0.0.22 - - [2026-01-12 02:50:28] "DELETE /routing-policy/98a54c38-8493-4366-abbc-8dc652ab8a49 HTTP/1.1" 200 115 0.040317 10.0.0.22 - - [2026-01-12 02:50:28] "POST /neutron/network HTTP/1.1" 400 204 0.014776 10.0.0.22 - - [2026-01-12 02:50:29] "POST /neutron/port HTTP/1.1" 200 151 0.235441 10.0.0.22 - - [2026-01-12 02:50:29] "POST /neutron/port HTTP/1.1" 200 151 0.229724 10.0.0.50 - - [2026-01-12 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.22 - - [2026-01-12 02:50:30] "POST /neutron/network HTTP/1.1" 200 830 0.005894 10.0.0.50 - - [2026-01-12 02:50:30] "DELETE /route-target/1309d1ce-9b32-46fe-94b6-e070713430b2 HTTP/1.1" 409 239 0.008502 10.0.0.50 - - [2026-01-12 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010430 10.0.0.27 - - [2026-01-12 02:50:31] "GET /obj-perms HTTP/1.1" 200 5056 0.060486 10.0.0.22 - - [2026-01-12 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.27 - - [2026-01-12 02:50:33] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000958 10.0.0.22 - - [2026-01-12 02:50:33] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.038267 10.0.0.27 - - [2026-01-12 02:50:33] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000988 10.0.0.22 - - [2026-01-12 02:50:33] "POST /neutron/network HTTP/1.1" 200 612 0.121732 10.0.0.22 - - [2026-01-12 02:50:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.004335 10.0.0.22 - - [2026-01-12 02:50:33] "GET /virtual-network/a60012c4-7bea-46ba-b793-1a30ffc7aa93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006781 10.0.0.22 - - [2026-01-12 02:50:33] "POST /neutron/network HTTP/1.1" 200 831 0.008170 10.0.0.22 - - [2026-01-12 02:50:33] "GET /virtual-network/a60012c4-7bea-46ba-b793-1a30ffc7aa93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007644 10.0.0.22 - - [2026-01-12 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.22 - - [2026-01-12 02:50:33] "GET /virtual-network/a60012c4-7bea-46ba-b793-1a30ffc7aa93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006376 10.0.0.22 - - [2026-01-12 02:50:34] "PUT /virtual-network/a60012c4-7bea-46ba-b793-1a30ffc7aa93 HTTP/1.1" 200 264 0.072267 10.0.0.22 - - [2026-01-12 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.50 - - [2026-01-12 02:50:34] "POST /ref-update HTTP/1.1" 200 156 0.020971 10.0.0.27 - - [2026-01-12 02:50:34] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001368 10.0.0.22 - - [2026-01-12 02:50:34] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.067430 10.0.0.22 - - [2026-01-12 02:50:34] "POST /neutron/network HTTP/1.1" 200 117 0.013678 10.0.0.50 - - [2026-01-12 02:50:34] "POST /route-targets HTTP/1.1" 200 327 0.012537 10.0.0.22 - - [2026-01-12 02:50:34] "POST /neutron/network HTTP/1.1" 200 831 0.013336 10.0.0.22 - - [2026-01-12 02:50:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001216 10.0.0.22 - - [2026-01-12 02:50:34] "GET /virtual-network/3528db3a-8aa2-40c3-9569-f79907a74b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005535 10.0.0.22 - - [2026-01-12 02:50:34] "GET /virtual-network/3528db3a-8aa2-40c3-9569-f79907a74b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005437 10.0.0.22 - - [2026-01-12 02:50:34] "POST /neutron/subnet HTTP/1.1" 200 725 0.008946 10.0.0.22 - - [2026-01-12 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.22 - - [2026-01-12 02:50:34] "GET /virtual-network/3528db3a-8aa2-40c3-9569-f79907a74b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006707 10.0.0.22 - - [2026-01-12 02:50:34] "PUT /virtual-network/3528db3a-8aa2-40c3-9569-f79907a74b3a HTTP/1.1" 200 264 0.084802 10.0.0.22 - - [2026-01-12 02:50:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001569 10.0.0.27 - - [2026-01-12 02:50:35] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001096 10.0.0.22 - - [2026-01-12 02:50:35] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.064716 10.0.0.22 - - [2026-01-12 02:50:36] "POST /neutron/port HTTP/1.1" 200 117 0.007022 10.0.0.22 - - [2026-01-12 02:50:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001612 10.0.0.22 - - [2026-01-12 02:50:36] "POST /neutron/network HTTP/1.1" 200 841 0.008065 10.0.0.22 - - [2026-01-12 02:50:36] "POST /neutron/port HTTP/1.1" 200 1053 0.020275 10.0.0.27 - - [2026-01-12 02:50:37] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001375 10.0.0.22 - - [2026-01-12 02:50:37] "POST /neutron/port HTTP/1.1" 200 1117 0.021640 10.0.0.22 - - [2026-01-12 02:50:37] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.100531 10.0.0.22 - - [2026-01-12 02:50:37] "POST /neutron/network HTTP/1.1" 200 831 0.007611 10.0.0.22 - - [2026-01-12 02:50:37] "POST /neutron/port HTTP/1.1" 200 1117 0.018579 10.0.0.22 - - [2026-01-12 02:50:37] "POST /neutron/port HTTP/1.1" 200 1117 0.018170 10.0.0.27 - - [2026-01-12 02:50:37] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001348 10.0.0.22 - - [2026-01-12 02:50:38] "POST /neutron/port HTTP/1.1" 200 1053 0.316384 10.0.0.22 - - [2026-01-12 02:50:38] "POST /neutron/port HTTP/1.1" 200 1107 0.146626 10.0.0.22 - - [2026-01-12 02:50:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.010592 10.0.0.22 - - [2026-01-12 02:50:40] "POST /neutron/port HTTP/1.1" 200 1117 0.017329 10.0.0.22 - - [2026-01-12 02:50:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004046 10.0.0.22 - - [2026-01-12 02:50:41] "POST /neutron/network HTTP/1.1" 200 831 0.007595 10.0.0.22 - - [2026-01-12 02:50:42] "POST /neutron/port HTTP/1.1" 200 1117 0.017855 10.0.0.22 - - [2026-01-12 02:50:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007488 10.0.0.22 - - [2026-01-12 02:50:42] "GET /virtual-machine/ef86a6b5-5d7a-4432-af18-8ac8479d2929 HTTP/1.1" 200 1286 0.006151 10.0.0.22 - - [2026-01-12 02:50:42] "GET /virtual-machine-interface/de9aadef-d16c-46a1-a2e1-c1bc56ae4cd2 HTTP/1.1" 200 2928 0.005885 10.0.0.22 - - [2026-01-12 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.22 - - [2026-01-12 02:50:42] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004670 10.0.0.22 - - [2026-01-12 02:50:42] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003849 10.0.0.22 - - [2026-01-12 02:50:43] "GET /virtual-network/a60012c4-7bea-46ba-b793-1a30ffc7aa93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006093 10.0.0.22 - - [2026-01-12 02:50:43] "POST /neutron/network HTTP/1.1" 200 841 0.008952 10.0.0.22 - - [2026-01-12 02:50:43] "POST /neutron/port HTTP/1.1" 200 117 0.001087 10.0.0.22 - - [2026-01-12 02:50:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008816 10.0.0.22 - - [2026-01-12 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.22 - - [2026-01-12 02:50:46] "GET /virtual-network/a60012c4-7bea-46ba-b793-1a30ffc7aa93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005623 10.0.0.22 - - [2026-01-12 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.22 - - [2026-01-12 02:50:48] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004485 10.0.0.22 - - [2026-01-12 02:50:48] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003444 10.0.0.22 - - [2026-01-12 02:50:48] "GET /virtual-network/a60012c4-7bea-46ba-b793-1a30ffc7aa93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006793 10.0.0.22 - - [2026-01-12 02:50:48] "POST /neutron/port HTTP/1.1" 200 1117 0.023409 10.0.0.22 - - [2026-01-12 02:50:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007312 10.0.0.22 - - [2026-01-12 02:50:48] "GET /virtual-machine/e21a1f08-7b4e-4cd2-905f-0f4138fadf95 HTTP/1.1" 200 1286 0.005785 10.0.0.22 - - [2026-01-12 02:50:48] "GET /virtual-machine-interface/fa342e29-e309-4cd2-bd54-8d1182da4d56 HTTP/1.1" 200 2928 0.005477 10.0.0.22 - - [2026-01-12 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.22 - - [2026-01-12 02:50:48] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003766 10.0.0.22 - - [2026-01-12 02:50:48] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003253 10.0.0.22 - - [2026-01-12 02:50:48] "GET /virtual-network/3528db3a-8aa2-40c3-9569-f79907a74b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.008185 10.0.0.22 - - [2026-01-12 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.22 - - [2026-01-12 02:50:49] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005785 10.0.0.22 - - [2026-01-12 02:50:49] "GET /virtual-networks?parent_id=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003842 10.0.0.22 - - [2026-01-12 02:50:49] "GET /virtual-network/3528db3a-8aa2-40c3-9569-f79907a74b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006422 10.0.0.22 - - [2026-01-12 02:50:50] "POST /neutron/port HTTP/1.1" 200 1117 0.019606 10.0.0.22 - - [2026-01-12 02:50:55] "POST /interface-route-tables HTTP/1.1" 200 574 0.033339 10.0.0.22 - - [2026-01-12 02:50:55] "GET /interface-route-table/584cbe1a-cd1d-4a57-acd3-b8bc4cc49370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.008119 10.0.0.22 - - [2026-01-12 02:50:55] "GET /virtual-machine-interface/de9aadef-d16c-46a1-a2e1-c1bc56ae4cd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.007562 10.0.0.22 - - [2026-01-12 02:50:55] "POST /ref-update HTTP/1.1" 200 156 0.016065 10.0.0.22 - - [2026-01-12 02:50:55] "POST /routing-policys HTTP/1.1" 200 534 0.041524 10.0.0.22 - - [2026-01-12 02:50:55] "GET /virtual-network/a60012c4-7bea-46ba-b793-1a30ffc7aa93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006029 10.0.0.50 - - [2026-01-12 02:50:55] "POST /ref-update HTTP/1.1" 200 156 0.020688 10.0.0.22 - - [2026-01-12 02:50:55] "PUT /virtual-network/a60012c4-7bea-46ba-b793-1a30ffc7aa93 HTTP/1.1" 200 264 0.054898 10.0.0.22 - - [2026-01-12 02:50:59] "POST /ref-update HTTP/1.1" 200 156 0.052642 10.0.0.22 - - [2026-01-12 02:50:59] "DELETE /routing-policy/d2c3b92c-f71b-4733-bd1d-13958bbe5131 HTTP/1.1" 200 115 0.058357 10.0.0.22 - - [2026-01-12 02:50:59] "POST /neutron/network HTTP/1.1" 400 204 0.019088 10.0.0.22 - - [2026-01-12 02:51:00] "POST /neutron/port HTTP/1.1" 200 1117 0.029458 10.0.0.22 - - [2026-01-12 02:51:00] "POST /neutron/port HTTP/1.1" 200 151 0.266162 10.0.0.22 - - [2026-01-12 02:51:01] "POST /neutron/network HTTP/1.1" 200 831 0.008017 10.0.0.50 - - [2026-01-12 02:51:01] "DELETE /route-target/892fd1ad-e015-4a85-a623-63d6945b9ab3 HTTP/1.1" 200 115 0.031288 10.0.0.50 - - [2026-01-12 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005516 10.0.0.50 - - [2026-01-12 02:51:02] "DELETE /route-target/0b9b316b-4353-49c6-9ebb-27caa020251d HTTP/1.1" 200 115 0.037004 10.0.0.27 - - [2026-01-12 02:51:03] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001037 10.0.0.22 - - [2026-01-12 02:51:03] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.039310 10.0.0.27 - - [2026-01-12 02:51:03] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001570 10.0.0.22 - - [2026-01-12 02:51:03] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?fields=virtual_networks HTTP/1.1" 200 1018 0.074667 10.0.0.27 - - [2026-01-12 02:51:03] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000988 10.0.0.22 - - [2026-01-12 02:51:03] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.040457 10.0.0.27 - - [2026-01-12 02:51:03] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001012 10.0.0.22 - - [2026-01-12 02:51:03] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?fields=security_groups HTTP/1.1" 200 1237 0.050001 10.0.0.22 - - [2026-01-12 02:51:04] "POST /fqname-to-id HTTP/1.1" 404 192 0.027353 10.0.0.27 - - [2026-01-12 02:51:04] "GET /projects?obj_uuids=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003140 10.0.0.27 - - [2026-01-12 02:51:04] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.27 - - [2026-01-12 02:51:04] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007073 10.0.0.27 - - [2026-01-12 02:51:04] "POST /id-to-fqname HTTP/1.1" 200 194 0.007798 10.0.0.27 - - [2026-01-12 02:51:04] "POST /fqname-to-id HTTP/1.1" 404 203 0.006423 10.0.0.27 - - [2026-01-12 02:51:05] "POST /security-groups HTTP/1.1" 200 595 0.082749 10.0.0.27 - - [2026-01-12 02:51:05] "POST /projects HTTP/1.1" 200 593 0.304478 10.0.0.50 - - [2026-01-12 02:51:05] "POST /fqname-to-id HTTP/1.1" 404 237 0.011660 10.0.0.27 - - [2026-01-12 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.386188 10.0.0.22 - - [2026-01-12 02:51:05] "GET /project/929aadca-555b-483f-99ad-a1e9fc715de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.549750 10.0.0.22 - - [2026-01-12 02:51:06] "GET / HTTP/1.1" 200 35931 0.001764 10.0.0.22 - - [2026-01-12 02:51:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.22 - - [2026-01-12 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.067326 10.0.0.27 - - [2026-01-12 02:51:08] "GET /projects?obj_uuids=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001546 10.0.0.22 - - [2026-01-12 02:51:08] "GET /project/929aadca-555b-483f-99ad-a1e9fc715de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048698 10.0.0.27 - - [2026-01-12 02:51:08] "GET /projects?obj_uuids=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001131 10.0.0.22 - - [2026-01-12 02:51:09] "POST /neutron/network HTTP/1.1" 200 613 0.177461 10.0.0.50 - - [2026-01-12 02:51:09] "POST /ref-update HTTP/1.1" 200 156 0.043069 10.0.0.22 - - [2026-01-12 02:51:09] "POST /id-to-fqname HTTP/1.1" 200 226 0.003832 10.0.0.22 - - [2026-01-12 02:51:09] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007104 10.0.0.22 - - [2026-01-12 02:51:09] "POST /neutron/network HTTP/1.1" 200 833 0.007520 10.0.0.22 - - [2026-01-12 02:51:09] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006482 10.0.0.22 - - [2026-01-12 02:51:10] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005941 10.0.0.22 - - [2026-01-12 02:51:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.22 - - [2026-01-12 02:51:11] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005520 10.0.0.22 - - [2026-01-12 02:51:11] "PUT /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9 HTTP/1.1" 200 264 0.069579 10.0.0.22 - - [2026-01-12 02:51:16] "POST /id-to-fqname HTTP/1.1" 200 226 0.001480 10.0.0.22 - - [2026-01-12 02:51:17] "POST /neutron/network HTTP/1.1" 200 843 0.007440 10.0.0.27 - - [2026-01-12 02:51:17] "GET /projects?obj_uuids=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001326 10.0.0.22 - - [2026-01-12 02:51:18] "GET /project/929aadca-555b-483f-99ad-a1e9fc715de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.124550 10.0.0.22 - - [2026-01-12 02:51:18] "POST /neutron/port HTTP/1.1" 200 117 0.006897 10.0.0.27 - - [2026-01-12 02:51:18] "GET /projects?obj_uuids=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001019 10.0.0.22 - - [2026-01-12 02:51:19] "POST /neutron/port HTTP/1.1" 200 1065 0.368394 10.0.0.22 - - [2026-01-12 02:51:19] "POST /neutron/port HTTP/1.1" 200 1119 0.131429 10.0.0.22 - - [2026-01-12 02:51:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.014621 10.0.0.22 - - [2026-01-12 02:51:23] "POST /neutron/port HTTP/1.1" 200 1129 0.021087 10.0.0.22 - - [2026-01-12 02:51:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009062 10.0.0.22 - - [2026-01-12 02:51:23] "GET /virtual-machine/38792ed1-d7f3-4649-bd5f-894a9dffd8da HTTP/1.1" 401 292 0.000427 10.0.0.22 - - [2026-01-12 02:51:23] "GET /virtual-machine/38792ed1-d7f3-4649-bd5f-894a9dffd8da HTTP/1.1" 200 1296 0.039379 10.0.0.22 - - [2026-01-12 02:51:23] "GET /virtual-machine-interface/413135a9-6b80-40e5-9741-e31c08625f58 HTTP/1.1" 200 2967 0.006125 10.0.0.22 - - [2026-01-12 02:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.22 - - [2026-01-12 02:51:24] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005398 10.0.0.22 - - [2026-01-12 02:51:24] "GET /virtual-networks?parent_id=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004039 10.0.0.22 - - [2026-01-12 02:51:24] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006952 10.0.0.22 - - [2026-01-12 02:51:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.22 - - [2026-01-12 02:51:27] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007698 10.0.0.22 - - [2026-01-12 02:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.22 - - [2026-01-12 02:51:31] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005939 10.0.0.22 - - [2026-01-12 02:51:31] "GET /obj-perms HTTP/1.1" 200 5056 0.056376 10.0.0.50 - - [2026-01-12 02:51:31] "GET /obj-perms HTTP/1.1" 200 5056 0.054622 10.0.0.22 - - [2026-01-12 02:51:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.22 - - [2026-01-12 02:51:35] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006860 10.0.0.22 - - [2026-01-12 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.22 - - [2026-01-12 02:51:39] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005517 10.0.0.22 - - [2026-01-12 02:51:43] "POST /neutron/port HTTP/1.1" 200 1129 0.021065 10.0.0.22 - - [2026-01-12 02:51:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005358 10.0.0.22 - - [2026-01-12 02:51:43] "POST /neutron/network HTTP/1.1" 200 833 0.007681 10.0.0.22 - - [2026-01-12 02:51:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.22 - - [2026-01-12 02:51:43] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004961 10.0.0.27 - - [2026-01-12 02:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000508 10.0.0.27 - - [2026-01-12 02:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.50 - - [2026-01-12 02:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.50 - - [2026-01-12 02:51:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2026-01-12 02:51:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2026-01-12 02:51:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000606 10.0.0.50 - - [2026-01-12 02:51:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-01-12 02:51:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.22 - - [2026-01-12 02:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.22 - - [2026-01-12 02:51:47] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006406 10.0.0.22 - - [2026-01-12 02:51:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000391 10.0.0.22 - - [2026-01-12 02:51:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.22 - - [2026-01-12 02:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000466 10.0.0.22 - - [2026-01-12 02:51:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.22 - - [2026-01-12 02:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.22 - - [2026-01-12 02:51:51] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005841 10.0.0.50 - - [2026-01-12 02:51:53] "DELETE /access-control-list/c70e14d1-1029-4038-bade-1e6133d9af10 HTTP/1.1" 200 115 0.036762 10.0.0.22 - - [2026-01-12 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.22 - - [2026-01-12 02:51:55] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005721 10.0.0.22 - - [2026-01-12 02:51:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.22 - - [2026-01-12 02:51:57] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003720 10.0.0.22 - - [2026-01-12 02:51:57] "GET /virtual-networks?parent_id=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002779 10.0.0.22 - - [2026-01-12 02:51:57] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007156 10.0.0.27 - - [2026-01-12 02:52:02] "DELETE /project/929aadca555b483f99ada1e9fc715de7 HTTP/1.1" 404 173 0.004598 10.0.0.27 - - [2026-01-12 02:52:02] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000926 10.0.0.27 - - [2026-01-12 02:52:02] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.051845 10.0.0.27 - - [2026-01-12 02:52:02] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001527 10.0.0.27 - - [2026-01-12 02:52:02] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?fields=security_groups HTTP/1.1" 200 1088 0.051303 10.0.0.27 - - [2026-01-12 02:52:02] "GET /projects?obj_uuids=8a696508-279b-4398-bc83-3692e46521ec&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001674 10.0.0.27 - - [2026-01-12 02:52:02] "GET /project/8a696508-279b-4398-bc83-3692e46521ec?fields=application_policy_sets HTTP/1.1" 200 1381 0.069190 10.0.0.27 - - [2026-01-12 02:52:02] "DELETE /project/8a696508-279b-4398-bc83-3692e46521ec HTTP/1.1" 409 278 0.279946 10.0.0.22 - - [2026-01-12 02:52:03] "POST /neutron/port HTTP/1.1" 200 1129 0.019722 10.0.0.22 - - [2026-01-12 02:52:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007443 10.0.0.22 - - [2026-01-12 02:52:13] "POST /neutron/port HTTP/1.1" 200 1129 0.020944 10.0.0.22 - - [2026-01-12 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.22 - - [2026-01-12 02:52:18] "GET /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007585 10.0.0.22 - - [2026-01-12 02:52:18] "PUT /virtual-network/823389b9-c067-41eb-9e13-637490bc7bb9 HTTP/1.1" 200 264 0.066417 10.0.0.50 - - [2026-01-12 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008801 10.0.0.22 - - [2026-01-12 02:52:24] "POST /neutron/network HTTP/1.1" 400 204 0.017904 10.0.0.22 - - [2026-01-12 02:52:24] "POST /neutron/port HTTP/1.1" 200 151 0.200845 10.0.0.50 - - [2026-01-12 02:52:26] "DELETE /route-target/70e7f0db-aa34-4a2a-81d7-7d048c73193f HTTP/1.1" 200 115 0.023829 10.0.0.22 - - [2026-01-12 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.27 - - [2026-01-12 02:52:29] "GET /projects?obj_uuids=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.036740 10.0.0.22 - - [2026-01-12 02:52:29] "GET /project/929aadca-555b-483f-99ad-a1e9fc715de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.080471 10.0.0.22 - - [2026-01-12 02:52:29] "POST /neutron/network HTTP/1.1" 200 117 0.012712 10.0.0.22 - - [2026-01-12 02:52:29] "POST /neutron/network HTTP/1.1" 200 833 0.010185 10.0.0.22 - - [2026-01-12 02:52:29] "POST /id-to-fqname HTTP/1.1" 200 226 0.001902 10.0.0.22 - - [2026-01-12 02:52:29] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005934 10.0.0.22 - - [2026-01-12 02:52:29] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008340 10.0.0.22 - - [2026-01-12 02:52:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.009402 10.0.0.22 - - [2026-01-12 02:52:30] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007961 10.0.0.22 - - [2026-01-12 02:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.22 - - [2026-01-12 02:52:30] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005651 10.0.0.22 - - [2026-01-12 02:52:30] "PUT /virtual-network/137f11bb-23ac-4d57-9982-293747de6812 HTTP/1.1" 200 264 0.055022 10.0.0.50 - - [2026-01-12 02:52:30] "POST /route-targets HTTP/1.1" 200 325 0.020602 10.0.0.27 - - [2026-01-12 02:52:32] "GET /obj-perms HTTP/1.1" 200 5056 0.056356 10.0.0.22 - - [2026-01-12 02:52:35] "POST /id-to-fqname HTTP/1.1" 200 226 0.001454 10.0.0.27 - - [2026-01-12 02:52:36] "GET /projects?obj_uuids=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001071 10.0.0.22 - - [2026-01-12 02:52:36] "GET /project/929aadca-555b-483f-99ad-a1e9fc715de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.084344 10.0.0.22 - - [2026-01-12 02:52:36] "POST /neutron/port HTTP/1.1" 200 117 0.006133 10.0.0.22 - - [2026-01-12 02:52:37] "POST /neutron/network HTTP/1.1" 200 843 0.007571 10.0.0.22 - - [2026-01-12 02:52:37] "POST /neutron/port HTTP/1.1" 200 1065 0.017801 10.0.0.22 - - [2026-01-12 02:52:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004168 10.0.0.22 - - [2026-01-12 02:52:38] "POST /neutron/network HTTP/1.1" 200 833 0.007784 10.0.0.22 - - [2026-01-12 02:52:42] "POST /neutron/port HTTP/1.1" 200 1129 0.023709 10.0.0.22 - - [2026-01-12 02:52:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007725 10.0.0.22 - - [2026-01-12 02:52:42] "GET /virtual-machine/2c68e7a7-abff-4557-9bd4-201a702655c3 HTTP/1.1" 200 1296 0.006459 10.0.0.22 - - [2026-01-12 02:52:42] "GET /virtual-machine-interface/b737211a-ef3b-402d-8f82-cfc6aff89c8b HTTP/1.1" 200 2968 0.006435 10.0.0.22 - - [2026-01-12 02:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.22 - - [2026-01-12 02:52:42] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004133 10.0.0.22 - - [2026-01-12 02:52:42] "GET /virtual-networks?parent_id=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003531 10.0.0.22 - - [2026-01-12 02:52:42] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006544 10.0.0.22 - - [2026-01-12 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.22 - - [2026-01-12 02:52:45] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006002 10.0.0.22 - - [2026-01-12 02:52:46] "POST /neutron/network HTTP/1.1" 200 843 0.007836 10.0.0.22 - - [2026-01-12 02:52:46] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.22 - - [2026-01-12 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.22 - - [2026-01-12 02:52:49] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005893 10.0.0.22 - - [2026-01-12 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.22 - - [2026-01-12 02:52:53] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006020 10.0.0.22 - - [2026-01-12 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.22 - - [2026-01-12 02:52:57] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006306 10.0.0.22 - - [2026-01-12 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.22 - - [2026-01-12 02:53:01] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006853 10.0.0.22 - - [2026-01-12 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.22 - - [2026-01-12 02:53:05] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005772 10.0.0.22 - - [2026-01-12 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.22 - - [2026-01-12 02:53:10] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006946 10.0.0.22 - - [2026-01-12 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.22 - - [2026-01-12 02:53:14] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007126 10.0.0.22 - - [2026-01-12 02:53:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.22 - - [2026-01-12 02:53:18] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007913 10.0.0.22 - - [2026-01-12 02:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.22 - - [2026-01-12 02:53:20] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003855 10.0.0.22 - - [2026-01-12 02:53:20] "GET /virtual-networks?parent_id=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003776 10.0.0.22 - - [2026-01-12 02:53:20] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005579 10.0.0.22 - - [2026-01-12 02:53:20] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009565 10.0.0.22 - - [2026-01-12 02:53:29] "POST /neutron/port HTTP/1.1" 200 1129 0.046319 10.0.0.22 - - [2026-01-12 02:53:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008124 10.0.0.22 - - [2026-01-12 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.22 - - [2026-01-12 02:53:41] "GET /virtual-network/137f11bb-23ac-4d57-9982-293747de6812?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005385 10.0.0.22 - - [2026-01-12 02:53:41] "PUT /virtual-network/137f11bb-23ac-4d57-9982-293747de6812 HTTP/1.1" 200 264 0.064986 10.0.0.50 - - [2026-01-12 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.010714 10.0.0.22 - - [2026-01-12 02:53:46] "POST /neutron/network HTTP/1.1" 200 833 0.007661 10.0.0.22 - - [2026-01-12 02:53:47] "POST /neutron/port HTTP/1.1" 200 1119 0.014921 10.0.0.27 - - [2026-01-12 02:53:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005424 10.0.0.27 - - [2026-01-12 02:53:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002139 10.0.0.22 - - [2026-01-12 02:53:48] "POST /neutron/network HTTP/1.1" 200 151 0.140838 10.0.0.50 - - [2026-01-12 02:53:48] "DELETE /route-target/6c40c1a5-d9eb-40e2-acef-f43198b3694f HTTP/1.1" 200 115 0.024400 10.0.0.27 - - [2026-01-12 02:53:50] "GET /projects?obj_uuids=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001549 10.0.0.22 - - [2026-01-12 02:53:50] "GET /project/929aadca-555b-483f-99ad-a1e9fc715de7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.050990 10.0.0.27 - - [2026-01-12 02:53:50] "GET /projects?obj_uuids=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001362 10.0.0.22 - - [2026-01-12 02:53:50] "GET /project/929aadca-555b-483f-99ad-a1e9fc715de7?fields=virtual_networks HTTP/1.1" 200 1041 0.049937 10.0.0.27 - - [2026-01-12 02:53:50] "GET /projects?obj_uuids=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001063 10.0.0.22 - - [2026-01-12 02:53:50] "GET /project/929aadca-555b-483f-99ad-a1e9fc715de7?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.052695 10.0.0.27 - - [2026-01-12 02:53:50] "GET /projects?obj_uuids=929aadca-555b-483f-99ad-a1e9fc715de7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001287 10.0.0.22 - - [2026-01-12 02:53:50] "GET /project/929aadca-555b-483f-99ad-a1e9fc715de7?fields=security_groups HTTP/1.1" 200 1271 0.047349 10.0.0.22 - - [2026-01-12 02:53:51] "POST /fqname-to-id HTTP/1.1" 404 213 0.028911 10.0.0.27 - - [2026-01-12 02:53:51] "GET /projects?obj_uuids=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003488 10.0.0.27 - - [2026-01-12 02:53:51] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001750 10.0.0.27 - - [2026-01-12 02:53:51] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037585 10.0.0.27 - - [2026-01-12 02:53:51] "POST /id-to-fqname HTTP/1.1" 200 216 0.006918 10.0.0.27 - - [2026-01-12 02:53:51] "POST /fqname-to-id HTTP/1.1" 404 227 0.004807 10.0.0.27 - - [2026-01-12 02:53:51] "POST /security-groups HTTP/1.1" 200 616 0.029673 10.0.0.27 - - [2026-01-12 02:53:51] "POST /projects HTTP/1.1" 200 635 0.267812 10.0.0.50 - - [2026-01-12 02:53:51] "POST /fqname-to-id HTTP/1.1" 404 258 0.015254 10.0.0.27 - - [2026-01-12 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.342964 10.0.0.22 - - [2026-01-12 02:53:52] "GET /project/36e99ced-307e-4add-a43d-7153d6f1e275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.524270 10.0.0.22 - - [2026-01-12 02:53:53] "GET / HTTP/1.1" 200 35931 0.001882 10.0.0.50 - - [2026-01-12 02:53:54] "DELETE /access-control-list/ac4619d4-520b-42b0-be33-f16a44078aa5 HTTP/1.1" 200 115 0.052007 10.0.0.22 - - [2026-01-12 02:53:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000508 10.0.0.22 - - [2026-01-12 02:53:55] "POST /fqname-to-id HTTP/1.1" 404 249 0.030288 10.0.0.50 - - [2026-01-12 02:53:55] "POST /fqname-to-id HTTP/1.1" 404 280 0.006988 10.0.0.50 - - [2026-01-12 02:53:55] "PUT /access-control-list/6d0f713f-3648-4c98-a342-588e9a23312a HTTP/1.1" 200 272 0.025448 10.0.0.22 - - [2026-01-12 02:53:55] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.036326 10.0.0.22 - - [2026-01-12 02:53:56] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.171336 10.0.0.50 - - [2026-01-12 02:53:56] "PUT /access-control-list/6d0f713f-3648-4c98-a342-588e9a23312a HTTP/1.1" 200 272 0.020302 10.0.0.22 - - [2026-01-12 02:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005187 10.0.0.22 - - [2026-01-12 02:53:56] "GET /security-group/fbaca549-3ac9-4c33-a410-06e04bfadcf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007136 10.0.0.22 - - [2026-01-12 02:53:57] "POST /neutron/security_group HTTP/1.1" 200 151 0.063512 10.0.0.22 - - [2026-01-12 02:53:57] "POST /fqname-to-id HTTP/1.1" 404 249 0.004099 10.0.0.50 - - [2026-01-12 02:53:57] "DELETE /access-control-list/6d0f713f-3648-4c98-a342-588e9a23312a HTTP/1.1" 200 115 0.040390 10.0.0.22 - - [2026-01-12 02:53:57] "POST /fqname-to-id HTTP/1.1" 404 249 0.003219 10.0.0.50 - - [2026-01-12 02:53:57] "POST /fqname-to-id HTTP/1.1" 404 280 0.005104 10.0.0.50 - - [2026-01-12 02:53:57] "PUT /access-control-list/772c99e7-24e5-4628-8cad-7cb73d6824fe HTTP/1.1" 200 272 0.021328 10.0.0.22 - - [2026-01-12 02:53:58] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011766 10.0.0.22 - - [2026-01-12 02:53:58] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.137861 10.0.0.50 - - [2026-01-12 02:53:58] "PUT /access-control-list/772c99e7-24e5-4628-8cad-7cb73d6824fe HTTP/1.1" 200 272 0.015958 10.0.0.22 - - [2026-01-12 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005980 10.0.0.22 - - [2026-01-12 02:53:58] "GET /security-group/56a4c1f6-9a61-4acd-af7d-c363b3605adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.012957 10.0.0.22 - - [2026-01-12 02:53:59] "POST /neutron/security_group_rule HTTP/1.1" 200 566 0.008834 10.0.0.50 - - [2026-01-12 02:53:59] "PUT /access-control-list/772c99e7-24e5-4628-8cad-7cb73d6824fe HTTP/1.1" 200 272 0.028612 10.0.0.22 - - [2026-01-12 02:53:59] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.185749 10.0.0.22 - - [2026-01-12 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.27 - - [2026-01-12 02:53:59] "GET /projects?obj_uuids=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002373 10.0.0.22 - - [2026-01-12 02:53:59] "GET /project/36e99ced-307e-4add-a43d-7153d6f1e275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.049968 10.0.0.50 - - [2026-01-12 02:54:00] "POST /ref-update HTTP/1.1" 200 156 0.032255 10.0.0.27 - - [2026-01-12 02:54:00] "POST /useragent-kv HTTP/1.1" 200 115 0.009251 10.0.0.22 - - [2026-01-12 02:54:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.234685 10.0.0.50 - - [2026-01-12 02:54:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.072775 10.0.0.22 - - [2026-01-12 02:54:00] "POST /id-to-fqname HTTP/1.1" 200 290 0.001497 10.0.0.22 - - [2026-01-12 02:54:00] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007924 10.0.0.22 - - [2026-01-12 02:54:00] "POST /neutron/network HTTP/1.1" 200 1113 0.010381 10.0.0.22 - - [2026-01-12 02:54:00] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006152 10.0.0.22 - - [2026-01-12 02:54:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.009004 10.0.0.22 - - [2026-01-12 02:54:00] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005880 10.0.0.22 - - [2026-01-12 02:54:01] "GET /obj-perms HTTP/1.1" 200 5080 0.062034 10.0.0.50 - - [2026-01-12 02:54:01] "GET /obj-perms HTTP/1.1" 200 5080 0.055158 10.0.0.22 - - [2026-01-12 02:54:02] "POST /id-to-fqname HTTP/1.1" 200 290 0.001267 10.0.0.27 - - [2026-01-12 02:54:02] "DELETE /project/929aadca-555b-483f-99ad-a1e9fc715de7 HTTP/1.1" 404 177 0.002882 10.0.0.27 - - [2026-01-12 02:54:02] "DELETE /project/36e99ced307e4adda43d7153d6f1e275 HTTP/1.1" 404 173 0.006065 10.0.0.27 - - [2026-01-12 02:54:03] "GET /projects?obj_uuids=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001192 10.0.0.22 - - [2026-01-12 02:54:03] "GET /project/36e99ced-307e-4add-a43d-7153d6f1e275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.099858 10.0.0.22 - - [2026-01-12 02:54:03] "POST /neutron/network HTTP/1.1" 200 1113 0.010127 10.0.0.22 - - [2026-01-12 02:54:03] "POST /id-to-fqname HTTP/1.1" 200 290 0.001310 10.0.0.22 - - [2026-01-12 02:54:03] "POST /neutron/port HTTP/1.1" 200 117 0.006914 10.0.0.22 - - [2026-01-12 02:54:04] "POST /neutron/network HTTP/1.1" 200 1123 0.007089 10.0.0.22 - - [2026-01-12 02:54:04] "POST /neutron/port HTTP/1.1" 200 1192 0.143677 10.0.0.27 - - [2026-01-12 02:54:04] "GET /projects?obj_uuids=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001159 10.0.0.22 - - [2026-01-12 02:54:04] "GET /project/36e99ced-307e-4add-a43d-7153d6f1e275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.078221 10.0.0.22 - - [2026-01-12 02:54:05] "POST /neutron/port HTTP/1.1" 200 1246 0.128065 10.0.0.22 - - [2026-01-12 02:54:05] "POST /neutron/port HTTP/1.1" 200 1256 0.025501 10.0.0.22 - - [2026-01-12 02:54:05] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008142 10.0.0.22 - - [2026-01-12 02:54:05] "POST /neutron/port HTTP/1.1" 200 117 0.001281 10.0.0.22 - - [2026-01-12 02:54:05] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007549 10.0.0.27 - - [2026-01-12 02:54:05] "GET /projects?obj_uuids=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002043 10.0.0.22 - - [2026-01-12 02:54:06] "POST /neutron/port HTTP/1.1" 200 1192 0.362979 10.0.0.22 - - [2026-01-12 02:54:06] "POST /neutron/port HTTP/1.1" 200 1246 0.124657 10.0.0.22 - - [2026-01-12 02:54:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004216 10.0.0.22 - - [2026-01-12 02:54:06] "POST /neutron/port HTTP/1.1" 200 117 0.001569 10.0.0.22 - - [2026-01-12 02:54:10] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009754 10.0.0.22 - - [2026-01-12 02:54:10] "POST /neutron/port HTTP/1.1" 200 1256 0.018188 10.0.0.22 - - [2026-01-12 02:54:10] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008095 10.0.0.22 - - [2026-01-12 02:54:10] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 401 292 0.000399 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 200 1318 0.035939 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 200 1318 0.004162 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-machine-interface/52c43db8-de2f-4c79-bc94-f0930e48d3be HTTP/1.1" 200 3417 0.005305 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 200 1318 0.004405 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-machine-interface/52c43db8-de2f-4c79-bc94-f0930e48d3be HTTP/1.1" 200 3417 0.005980 10.0.0.22 - - [2026-01-12 02:54:11] "GET /instance-ip/29839a29-e7f9-4693-8070-7f471f76c20a HTTP/1.1" 200 1734 0.006585 10.0.0.22 - - [2026-01-12 02:54:11] "GET /instance-ip/56eeb89b-c38d-4017-b99b-8eae62d7c43b HTTP/1.1" 200 1715 0.006449 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 200 1318 0.004523 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-machine-interface/52c43db8-de2f-4c79-bc94-f0930e48d3be HTTP/1.1" 200 3417 0.006157 10.0.0.22 - - [2026-01-12 02:54:11] "GET /instance-ip/29839a29-e7f9-4693-8070-7f471f76c20a HTTP/1.1" 200 1734 0.004114 10.0.0.22 - - [2026-01-12 02:54:11] "GET /instance-ip/56eeb89b-c38d-4017-b99b-8eae62d7c43b HTTP/1.1" 200 1715 0.004218 10.0.0.22 - - [2026-01-12 02:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.22 - - [2026-01-12 02:54:11] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004585 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004025 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007079 10.0.0.22 - - [2026-01-12 02:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.22 - - [2026-01-12 02:54:11] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004401 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004105 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006712 10.0.0.22 - - [2026-01-12 02:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.22 - - [2026-01-12 02:54:11] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004457 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003435 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.018242 10.0.0.22 - - [2026-01-12 02:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040 10.0.0.22 - - [2026-01-12 02:54:11] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004791 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003713 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006112 10.0.0.22 - - [2026-01-12 02:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.22 - - [2026-01-12 02:54:11] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005077 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004032 10.0.0.22 - - [2026-01-12 02:54:11] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006432 10.0.0.22 - - [2026-01-12 02:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.22 - - [2026-01-12 02:54:12] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004322 10.0.0.22 - - [2026-01-12 02:54:12] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002820 10.0.0.22 - - [2026-01-12 02:54:12] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005828 10.0.0.22 - - [2026-01-12 02:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.22 - - [2026-01-12 02:54:12] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003848 10.0.0.22 - - [2026-01-12 02:54:12] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003253 10.0.0.22 - - [2026-01-12 02:54:12] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005815 10.0.0.22 - - [2026-01-12 02:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.22 - - [2026-01-12 02:54:15] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005517 10.0.0.22 - - [2026-01-12 02:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.22 - - [2026-01-12 02:54:19] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005707 10.0.0.22 - - [2026-01-12 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.22 - - [2026-01-12 02:54:23] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005793 10.0.0.22 - - [2026-01-12 02:54:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.22 - - [2026-01-12 02:54:27] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005698 10.0.0.22 - - [2026-01-12 02:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.22 - - [2026-01-12 02:54:31] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005803 10.0.0.22 - - [2026-01-12 02:54:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.22 - - [2026-01-12 02:54:35] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006087 10.0.0.22 - - [2026-01-12 02:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.22 - - [2026-01-12 02:54:39] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006124 10.0.0.22 - - [2026-01-12 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.22 - - [2026-01-12 02:54:42] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004026 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003535 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006527 10.0.0.22 - - [2026-01-12 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.22 - - [2026-01-12 02:54:42] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004983 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003158 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005554 10.0.0.22 - - [2026-01-12 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.22 - - [2026-01-12 02:54:42] "GET /routing-instance/64b3eaaf-4b0f-4272-8db2-d20f4ac60930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004670 10.0.0.22 - - [2026-01-12 02:54:42] "GET /route-target/771b25f2-ccdd-40c9-aec7-b50b8e029150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003844 10.0.0.22 - - [2026-01-12 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.22 - - [2026-01-12 02:54:42] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004166 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003242 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006427 10.0.0.22 - - [2026-01-12 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.22 - - [2026-01-12 02:54:42] "GET /routing-instance/64b3eaaf-4b0f-4272-8db2-d20f4ac60930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004081 10.0.0.22 - - [2026-01-12 02:54:42] "GET /route-target/771b25f2-ccdd-40c9-aec7-b50b8e029150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003809 10.0.0.22 - - [2026-01-12 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.22 - - [2026-01-12 02:54:42] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003871 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003397 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006724 10.0.0.22 - - [2026-01-12 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.22 - - [2026-01-12 02:54:42] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004770 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003584 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005633 10.0.0.22 - - [2026-01-12 02:54:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.22 - - [2026-01-12 02:54:42] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005449 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002978 10.0.0.22 - - [2026-01-12 02:54:42] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006407 10.0.0.27 - - [2026-01-12 02:54:42] "GET /obj-perms HTTP/1.1" 200 5080 0.061607 10.0.0.22 - - [2026-01-12 02:54:43] "GET /obj-perms HTTP/1.1" 200 5080 0.003613 10.0.0.22 - - [2026-01-12 02:54:43] "POST /neutron/network HTTP/1.1" 200 1123 0.008106 10.0.0.22 - - [2026-01-12 02:54:43] "POST /neutron/subnet HTTP/1.1" 200 1385 0.013901 10.0.0.22 - - [2026-01-12 02:54:43] "POST /neutron/network HTTP/1.1" 200 1113 0.012071 10.0.0.22 - - [2026-01-12 02:54:43] "GET /obj-perms HTTP/1.1" 200 5080 0.005608 10.0.0.50 - - [2026-01-12 02:54:43] "GET /obj-perms HTTP/1.1" 200 5080 0.004147 10.0.0.27 - - [2026-01-12 02:54:43] "GET /obj-perms HTTP/1.1" 200 5080 0.004468 10.0.0.22 - - [2026-01-12 02:54:43] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 200 1318 0.004434 10.0.0.22 - - [2026-01-12 02:54:43] "GET /virtual-machine-interface/52c43db8-de2f-4c79-bc94-f0930e48d3be HTTP/1.1" 200 3417 0.006018 10.0.0.22 - - [2026-01-12 02:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.22 - - [2026-01-12 02:54:43] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004245 10.0.0.22 - - [2026-01-12 02:54:43] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003423 10.0.0.22 - - [2026-01-12 02:54:43] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007265 10.0.0.22 - - [2026-01-12 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.22 - - [2026-01-12 02:54:44] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004128 10.0.0.22 - - [2026-01-12 02:54:44] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003685 10.0.0.22 - - [2026-01-12 02:54:44] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005893 10.0.0.22 - - [2026-01-12 02:54:47] "POST /neutron/port HTTP/1.1" 200 1256 0.019936 10.0.0.22 - - [2026-01-12 02:54:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003993 10.0.0.22 - - [2026-01-12 02:54:47] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.22 - - [2026-01-12 02:54:50] "POST /neutron/port HTTP/1.1" 200 1256 0.020255 10.0.0.22 - - [2026-01-12 02:54:51] "POST /neutron/security_group HTTP/1.1" 200 1457 0.006893 10.0.0.22 - - [2026-01-12 02:54:58] "POST /neutron/port HTTP/1.1" 200 1256 0.022121 10.0.0.22 - - [2026-01-12 02:55:00] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007506 10.0.0.22 - - [2026-01-12 02:55:05] "POST /neutron/port HTTP/1.1" 200 1256 0.017110 10.0.0.22 - - [2026-01-12 02:55:05] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007991 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-machine/95cad4bf-98d4-4a8d-bbf6-68fc4407b38d HTTP/1.1" 200 1318 0.006917 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-machine/95cad4bf-98d4-4a8d-bbf6-68fc4407b38d HTTP/1.1" 200 1318 0.004132 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-machine-interface/edb84db1-5025-4b89-b5b4-3daabc6fe698 HTTP/1.1" 200 3418 0.006237 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-machine/95cad4bf-98d4-4a8d-bbf6-68fc4407b38d HTTP/1.1" 200 1318 0.004493 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-machine-interface/edb84db1-5025-4b89-b5b4-3daabc6fe698 HTTP/1.1" 200 3418 0.006176 10.0.0.22 - - [2026-01-12 02:55:06] "GET /instance-ip/0f42e48c-17a2-4881-a8cd-26c6d920c4c2 HTTP/1.1" 200 1735 0.007260 10.0.0.22 - - [2026-01-12 02:55:06] "GET /instance-ip/11f4dd3e-c560-4763-a1da-9f4dbb920260 HTTP/1.1" 200 1715 0.006173 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-machine/95cad4bf-98d4-4a8d-bbf6-68fc4407b38d HTTP/1.1" 200 1318 0.004150 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-machine-interface/edb84db1-5025-4b89-b5b4-3daabc6fe698 HTTP/1.1" 200 3418 0.005630 10.0.0.22 - - [2026-01-12 02:55:06] "GET /instance-ip/0f42e48c-17a2-4881-a8cd-26c6d920c4c2 HTTP/1.1" 200 1735 0.006335 10.0.0.22 - - [2026-01-12 02:55:06] "GET /instance-ip/11f4dd3e-c560-4763-a1da-9f4dbb920260 HTTP/1.1" 200 1715 0.005488 10.0.0.22 - - [2026-01-12 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.22 - - [2026-01-12 02:55:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004092 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003758 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006785 10.0.0.22 - - [2026-01-12 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.22 - - [2026-01-12 02:55:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004169 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003404 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005933 10.0.0.22 - - [2026-01-12 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.22 - - [2026-01-12 02:55:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004474 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003038 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006488 10.0.0.22 - - [2026-01-12 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.22 - - [2026-01-12 02:55:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004305 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004037 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005949 10.0.0.22 - - [2026-01-12 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.22 - - [2026-01-12 02:55:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006037 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003773 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007408 10.0.0.22 - - [2026-01-12 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.22 - - [2026-01-12 02:55:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004170 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003169 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007704 10.0.0.22 - - [2026-01-12 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.22 - - [2026-01-12 02:55:06] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003937 10.0.0.22 - - [2026-01-12 02:55:06] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.007798 10.0.0.22 - - [2026-01-12 02:55:07] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006434 10.0.0.22 - - [2026-01-12 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.22 - - [2026-01-12 02:55:08] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003604 10.0.0.22 - - [2026-01-12 02:55:08] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003627 10.0.0.22 - - [2026-01-12 02:55:08] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005905 10.0.0.22 - - [2026-01-12 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.22 - - [2026-01-12 02:55:08] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005656 10.0.0.22 - - [2026-01-12 02:55:08] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002991 10.0.0.22 - - [2026-01-12 02:55:08] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007662 10.0.0.22 - - [2026-01-12 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.22 - - [2026-01-12 02:55:08] "GET /routing-instance/64b3eaaf-4b0f-4272-8db2-d20f4ac60930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004912 10.0.0.22 - - [2026-01-12 02:55:08] "GET /route-target/771b25f2-ccdd-40c9-aec7-b50b8e029150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004720 10.0.0.22 - - [2026-01-12 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.22 - - [2026-01-12 02:55:08] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004201 10.0.0.22 - - [2026-01-12 02:55:08] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003882 10.0.0.22 - - [2026-01-12 02:55:08] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.005841 10.0.0.22 - - [2026-01-12 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.22 - - [2026-01-12 02:55:08] "GET /routing-instance/64b3eaaf-4b0f-4272-8db2-d20f4ac60930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.005532 10.0.0.22 - - [2026-01-12 02:55:08] "GET /route-target/771b25f2-ccdd-40c9-aec7-b50b8e029150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004066 10.0.0.22 - - [2026-01-12 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.22 - - [2026-01-12 02:55:08] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005231 10.0.0.22 - - [2026-01-12 02:55:08] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003784 10.0.0.22 - - [2026-01-12 02:55:08] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006127 10.0.0.22 - - [2026-01-12 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.22 - - [2026-01-12 02:55:08] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004574 10.0.0.22 - - [2026-01-12 02:55:08] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003037 10.0.0.22 - - [2026-01-12 02:55:08] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.007080 10.0.0.22 - - [2026-01-12 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.22 - - [2026-01-12 02:55:08] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003892 10.0.0.22 - - [2026-01-12 02:55:08] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003545 10.0.0.22 - - [2026-01-12 02:55:09] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006826 10.0.0.22 - - [2026-01-12 02:55:09] "GET /obj-perms HTTP/1.1" 200 5080 0.003703 10.0.0.22 - - [2026-01-12 02:55:09] "GET /obj-perms HTTP/1.1" 200 5080 0.004085 10.0.0.27 - - [2026-01-12 02:55:09] "GET /obj-perms HTTP/1.1" 200 5080 0.004472 10.0.0.22 - - [2026-01-12 02:55:09] "GET /obj-perms HTTP/1.1" 200 5080 0.004223 10.0.0.22 - - [2026-01-12 02:55:09] "GET /virtual-machine/95cad4bf-98d4-4a8d-bbf6-68fc4407b38d HTTP/1.1" 200 1318 0.004386 10.0.0.22 - - [2026-01-12 02:55:09] "GET /virtual-machine-interface/edb84db1-5025-4b89-b5b4-3daabc6fe698 HTTP/1.1" 200 3418 0.006392 10.0.0.22 - - [2026-01-12 02:55:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.22 - - [2026-01-12 02:55:09] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004772 10.0.0.22 - - [2026-01-12 02:55:09] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004009 10.0.0.22 - - [2026-01-12 02:55:09] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006279 10.0.0.22 - - [2026-01-12 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.22 - - [2026-01-12 02:55:10] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004157 10.0.0.22 - - [2026-01-12 02:55:10] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003128 10.0.0.22 - - [2026-01-12 02:55:10] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006321 10.0.0.22 - - [2026-01-12 02:55:10] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 200 1318 0.004740 10.0.0.22 - - [2026-01-12 02:55:10] "GET /virtual-machine-interface/52c43db8-de2f-4c79-bc94-f0930e48d3be HTTP/1.1" 200 3417 0.006964 10.0.0.22 - - [2026-01-12 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.22 - - [2026-01-12 02:55:10] "GET /security-group/56a4c1f6-9a61-4acd-af7d-c363b3605adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004882 10.0.0.22 - - [2026-01-12 02:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.22 - - [2026-01-12 02:55:10] "GET /security-group/56a4c1f6-9a61-4acd-af7d-c363b3605adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005327 10.0.0.22 - - [2026-01-12 02:55:10] "POST /neutron/security_group HTTP/1.1" 200 1483 0.004193 10.0.0.22 - - [2026-01-12 02:55:10] "POST /neutron/port HTTP/1.1" 200 1246 0.016828 10.0.0.22 - - [2026-01-12 02:55:11] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 200 1318 0.004355 10.0.0.22 - - [2026-01-12 02:55:11] "GET /virtual-machine-interface/52c43db8-de2f-4c79-bc94-f0930e48d3be HTTP/1.1" 200 3361 0.007852 10.0.0.22 - - [2026-01-12 02:55:11] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007540 10.0.0.22 - - [2026-01-12 02:55:11] "POST /neutron/port HTTP/1.1" 200 1208 0.016265 10.0.0.22 - - [2026-01-12 02:55:11] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 200 1318 0.004476 10.0.0.22 - - [2026-01-12 02:55:11] "GET /virtual-machine-interface/52c43db8-de2f-4c79-bc94-f0930e48d3be HTTP/1.1" 200 3417 0.007659 10.0.0.22 - - [2026-01-12 02:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.22 - - [2026-01-12 02:55:11] "GET /security-group/56a4c1f6-9a61-4acd-af7d-c363b3605adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004435 10.0.0.22 - - [2026-01-12 02:55:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.22 - - [2026-01-12 02:55:11] "GET /security-group/56a4c1f6-9a61-4acd-af7d-c363b3605adf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.005726 10.0.0.22 - - [2026-01-12 02:55:11] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005173 10.0.0.22 - - [2026-01-12 02:55:35] "GET /obj-perms HTTP/1.1" 200 5056 0.049961 10.0.0.22 - - [2026-01-12 02:55:36] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.009017 10.0.0.22 - - [2026-01-12 02:55:36] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.151793 10.0.0.50 - - [2026-01-12 02:55:36] "PUT /access-control-list/772c99e7-24e5-4628-8cad-7cb73d6824fe HTTP/1.1" 200 272 0.062686 10.0.0.22 - - [2026-01-12 02:55:39] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007960 10.0.0.22 - - [2026-01-12 02:55:39] "POST /neutron/port HTTP/1.1" 200 1246 0.016254 10.0.0.22 - - [2026-01-12 02:55:39] "GET /virtual-machine/95cad4bf-98d4-4a8d-bbf6-68fc4407b38d HTTP/1.1" 200 1318 0.004262 10.0.0.22 - - [2026-01-12 02:55:40] "POST /neutron/port HTTP/1.1" 200 1208 0.019787 10.0.0.22 - - [2026-01-12 02:55:41] "GET /virtual-machine/95cad4bf-98d4-4a8d-bbf6-68fc4407b38d HTTP/1.1" 404 171 0.003531 10.0.0.22 - - [2026-01-12 02:55:41] "GET /virtual-machine/95cad4bf-98d4-4a8d-bbf6-68fc4407b38d HTTP/1.1" 404 171 0.003104 10.0.0.22 - - [2026-01-12 02:55:41] "GET /virtual-machine/95cad4bf-98d4-4a8d-bbf6-68fc4407b38d HTTP/1.1" 404 171 0.002948 10.0.0.22 - - [2026-01-12 02:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.22 - - [2026-01-12 02:55:41] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004365 10.0.0.22 - - [2026-01-12 02:55:41] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003021 10.0.0.22 - - [2026-01-12 02:55:41] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006021 10.0.0.22 - - [2026-01-12 02:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.22 - - [2026-01-12 02:55:41] "GET /routing-instance/64b3eaaf-4b0f-4272-8db2-d20f4ac60930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004513 10.0.0.22 - - [2026-01-12 02:55:41] "GET /route-target/771b25f2-ccdd-40c9-aec7-b50b8e029150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003976 10.0.0.22 - - [2026-01-12 02:55:43] "POST /neutron/port HTTP/1.1" 200 1256 0.021404 10.0.0.22 - - [2026-01-12 02:55:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005130 10.0.0.22 - - [2026-01-12 02:55:43] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.22 - - [2026-01-12 02:55:45] "GET /obj-perms HTTP/1.1" 200 5080 0.004011 10.0.0.22 - - [2026-01-12 02:55:48] "GET /obj-perms HTTP/1.1" 200 5080 0.003942 10.0.0.22 - - [2026-01-12 02:55:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004290 10.0.0.22 - - [2026-01-12 02:55:57] "GET /obj-perms HTTP/1.1" 200 5080 0.004319 10.0.0.50 - - [2026-01-12 02:55:57] "GET /obj-perms HTTP/1.1" 200 5080 0.003385 10.0.0.27 - - [2026-01-12 02:55:57] "GET /obj-perms HTTP/1.1" 200 5080 0.004262 10.0.0.22 - - [2026-01-12 02:55:57] "POST /neutron/port HTTP/1.1" 200 1256 0.022462 10.0.0.22 - - [2026-01-12 02:55:57] "POST /neutron/port HTTP/1.1" 200 1208 0.079937 10.0.0.22 - - [2026-01-12 02:55:57] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 200 1318 0.004422 10.0.0.22 - - [2026-01-12 02:55:58] "POST /neutron/port HTTP/1.1" 200 151 0.259481 10.0.0.22 - - [2026-01-12 02:55:59] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 404 171 0.004052 10.0.0.22 - - [2026-01-12 02:55:59] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 404 171 0.004434 10.0.0.22 - - [2026-01-12 02:56:00] "GET /virtual-machine/bc84a620-0978-4da0-9fcb-1881c8d64e7d HTTP/1.1" 404 171 0.003619 10.0.0.22 - - [2026-01-12 02:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.22 - - [2026-01-12 02:56:00] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004707 10.0.0.22 - - [2026-01-12 02:56:00] "GET /virtual-networks?parent_id=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004128 10.0.0.22 - - [2026-01-12 02:56:00] "GET /virtual-network/4295c2ee-62f1-4b5f-9b0f-39699da36146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.006609 10.0.0.22 - - [2026-01-12 02:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.22 - - [2026-01-12 02:56:00] "GET /routing-instance/64b3eaaf-4b0f-4272-8db2-d20f4ac60930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004935 10.0.0.22 - - [2026-01-12 02:56:00] "GET /route-target/771b25f2-ccdd-40c9-aec7-b50b8e029150?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004856 10.0.0.22 - - [2026-01-12 02:56:00] "GET /obj-perms HTTP/1.1" 200 5080 0.004408 10.0.0.50 - - [2026-01-12 02:56:06] "GET /obj-perms HTTP/1.1" 200 5080 0.003964 10.0.0.22 - - [2026-01-12 02:56:06] "GET /obj-perms HTTP/1.1" 200 5080 0.004786 10.0.0.22 - - [2026-01-12 02:56:07] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004769 10.0.0.22 - - [2026-01-12 02:56:07] "POST /fqname-to-id HTTP/1.1" 404 249 0.003422 10.0.0.50 - - [2026-01-12 02:56:07] "DELETE /access-control-list/759d8bb9-b490-4b99-a35f-1dbb41c78a40 HTTP/1.1" 200 115 0.039425 10.0.0.27 - - [2026-01-12 02:56:08] "GET /projects?obj_uuids=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001343 10.0.0.22 - - [2026-01-12 02:56:08] "GET /project/36e99ced-307e-4add-a43d-7153d6f1e275?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.084311 10.0.0.27 - - [2026-01-12 02:56:08] "GET /projects?obj_uuids=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001013 10.0.0.22 - - [2026-01-12 02:56:08] "GET /project/36e99ced-307e-4add-a43d-7153d6f1e275?fields=virtual_networks HTTP/1.1" 200 1082 0.051241 10.0.0.27 - - [2026-01-12 02:56:09] "GET /projects?obj_uuids=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001031 10.0.0.22 - - [2026-01-12 02:56:09] "GET /project/36e99ced-307e-4add-a43d-7153d6f1e275?fields=virtual_machine_interfaces HTTP/1.1" 200 1082 0.044737 10.0.0.27 - - [2026-01-12 02:56:09] "GET /projects?obj_uuids=36e99ced-307e-4add-a43d-7153d6f1e275&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001957 10.0.0.22 - - [2026-01-12 02:56:09] "GET /project/36e99ced-307e-4add-a43d-7153d6f1e275?fields=security_groups HTTP/1.1" 200 1333 0.047908 10.0.0.22 - - [2026-01-12 02:56:10] "POST /fqname-to-id HTTP/1.1" 404 218 0.040141 10.0.0.27 - - [2026-01-12 02:56:10] "GET /projects?obj_uuids=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003235 10.0.0.27 - - [2026-01-12 02:56:10] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001422 10.0.0.27 - - [2026-01-12 02:56:10] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007495 10.0.0.27 - - [2026-01-12 02:56:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001114 10.0.0.27 - - [2026-01-12 02:56:10] "POST /fqname-to-id HTTP/1.1" 404 232 0.008618 10.0.0.27 - - [2026-01-12 02:56:10] "POST /security-groups HTTP/1.1" 200 621 0.077395 10.0.0.27 - - [2026-01-12 02:56:10] "POST /projects HTTP/1.1" 200 645 0.294231 10.0.0.50 - - [2026-01-12 02:56:10] "POST /access-control-lists HTTP/1.1" 200 626 0.041513 10.0.0.27 - - [2026-01-12 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.377235 10.0.0.22 - - [2026-01-12 02:56:10] "GET /project/952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.541932 10.0.0.22 - - [2026-01-12 02:56:11] "GET / HTTP/1.1" 200 35931 0.002474 10.0.0.22 - - [2026-01-12 02:56:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.22 - - [2026-01-12 02:56:14] "POST /fqname-to-id HTTP/1.1" 404 254 0.059284 10.0.0.22 - - [2026-01-12 02:56:14] "POST /security-groups HTTP/1.1" 200 595 0.051275 10.0.0.50 - - [2026-01-12 02:56:14] "POST /fqname-to-id HTTP/1.1" 404 286 0.004534 10.0.0.22 - - [2026-01-12 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.22 - - [2026-01-12 02:56:14] "GET /security-group/ce61f729-df0b-419d-b98d-c70ad29479de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006238 10.0.0.22 - - [2026-01-12 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.50 - - [2026-01-12 02:56:14] "POST /access-control-lists HTTP/1.1" 200 646 0.034765 10.0.0.22 - - [2026-01-12 02:56:14] "GET /security-group/ce61f729-df0b-419d-b98d-c70ad29479de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004193 10.0.0.22 - - [2026-01-12 02:56:15] "DELETE /security-group/ce61f729-df0b-419d-b98d-c70ad29479de HTTP/1.1" 200 115 0.053724 10.0.0.22 - - [2026-01-12 02:56:15] "POST /fqname-to-id HTTP/1.1" 404 254 0.004124 10.0.0.22 - - [2026-01-12 02:56:15] "POST /fqname-to-id HTTP/1.1" 404 254 0.003803 10.0.0.22 - - [2026-01-12 02:56:15] "POST /security-groups HTTP/1.1" 200 595 0.035254 10.0.0.50 - - [2026-01-12 02:56:15] "POST /fqname-to-id HTTP/1.1" 404 286 0.003723 10.0.0.22 - - [2026-01-12 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.22 - - [2026-01-12 02:56:15] "GET /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.006057 10.0.0.22 - - [2026-01-12 02:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.50 - - [2026-01-12 02:56:15] "POST /access-control-lists HTTP/1.1" 200 646 0.034965 10.0.0.22 - - [2026-01-12 02:56:15] "GET /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004467 10.0.0.22 - - [2026-01-12 02:56:16] "GET /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004853 10.0.0.22 - - [2026-01-12 02:56:16] "PUT /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19 HTTP/1.1" 200 262 0.023085 10.0.0.22 - - [2026-01-12 02:56:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.27 - - [2026-01-12 02:56:16] "GET /projects?obj_uuids=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.003984 10.0.0.22 - - [2026-01-12 02:56:16] "GET /project/952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.055096 10.0.0.27 - - [2026-01-12 02:56:16] "GET /projects?obj_uuids=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.003304 10.0.0.22 - - [2026-01-12 02:56:16] "POST /neutron/network HTTP/1.1" 200 735 0.174161 10.0.0.50 - - [2026-01-12 02:56:16] "POST /route-targets HTTP/1.1" 200 327 0.014273 10.0.0.22 - - [2026-01-12 02:56:16] "POST /id-to-fqname HTTP/1.1" 200 300 0.003560 10.0.0.22 - - [2026-01-12 02:56:16] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006399 10.0.0.22 - - [2026-01-12 02:56:16] "POST /neutron/network HTTP/1.1" 200 955 0.007013 10.0.0.22 - - [2026-01-12 02:56:16] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006276 10.0.0.22 - - [2026-01-12 02:56:17] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007339 10.0.0.22 - - [2026-01-12 02:56:18] "POST /id-to-fqname HTTP/1.1" 200 300 0.001686 10.0.0.22 - - [2026-01-12 02:56:18] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007502 10.0.0.27 - - [2026-01-12 02:56:19] "GET /projects?obj_uuids=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001214 10.0.0.22 - - [2026-01-12 02:56:19] "GET /project/952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.092661 10.0.0.22 - - [2026-01-12 02:56:19] "POST /neutron/port HTTP/1.1" 200 117 0.006972 10.0.0.22 - - [2026-01-12 02:56:19] "POST /id-to-fqname HTTP/1.1" 200 300 0.001437 10.0.0.22 - - [2026-01-12 02:56:20] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007126 10.0.0.27 - - [2026-01-12 02:56:20] "GET /projects?obj_uuids=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001274 10.0.0.22 - - [2026-01-12 02:56:20] "POST /neutron/security_group HTTP/1.1" 200 3300 0.066759 10.0.0.22 - - [2026-01-12 02:56:20] "POST /neutron/port HTTP/1.1" 200 1091 0.028939 10.0.0.27 - - [2026-01-12 02:56:21] "GET /projects?obj_uuids=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000991 10.0.0.22 - - [2026-01-12 02:56:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003870 10.0.0.22 - - [2026-01-12 02:56:21] "GET /project/952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.087787 10.0.0.22 - - [2026-01-12 02:56:21] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.22 - - [2026-01-12 02:56:21] "POST /neutron/security_group HTTP/1.1" 200 1294 0.019670 10.0.0.22 - - [2026-01-12 02:56:21] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008647 10.0.0.27 - - [2026-01-12 02:56:22] "GET /projects?obj_uuids=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001096 10.0.0.22 - - [2026-01-12 02:56:22] "POST /neutron/port HTTP/1.1" 200 1091 0.365872 10.0.0.22 - - [2026-01-12 02:56:23] "POST /neutron/port HTTP/1.1" 200 1146 0.149819 10.0.0.22 - - [2026-01-12 02:56:23] "POST /neutron/subnet HTTP/1.1" 200 703 0.012441 10.0.0.22 - - [2026-01-12 02:56:26] "POST /neutron/port HTTP/1.1" 200 1156 0.018408 10.0.0.22 - - [2026-01-12 02:56:27] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008333 10.0.0.22 - - [2026-01-12 02:56:27] "POST /neutron/port HTTP/1.1" 200 1156 0.027464 10.0.0.22 - - [2026-01-12 02:56:27] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 401 292 0.000415 10.0.0.22 - - [2026-01-12 02:56:27] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 200 1322 0.032854 10.0.0.22 - - [2026-01-12 02:56:27] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 200 1322 0.004157 10.0.0.22 - - [2026-01-12 02:56:27] "GET /virtual-machine-interface/1709fb09-9329-467f-81aa-12dd29a16ed0 HTTP/1.1" 200 3262 0.005933 10.0.0.22 - - [2026-01-12 02:56:27] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 200 1322 0.005473 10.0.0.22 - - [2026-01-12 02:56:27] "GET /virtual-machine-interface/1709fb09-9329-467f-81aa-12dd29a16ed0 HTTP/1.1" 200 3262 0.006283 10.0.0.22 - - [2026-01-12 02:56:27] "GET /instance-ip/a14b01b6-c488-4a59-8235-62ac873a4086 HTTP/1.1" 200 1731 0.006848 10.0.0.22 - - [2026-01-12 02:56:27] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 200 1322 0.004399 10.0.0.22 - - [2026-01-12 02:56:27] "GET /virtual-machine-interface/1709fb09-9329-467f-81aa-12dd29a16ed0 HTTP/1.1" 200 3262 0.005765 10.0.0.22 - - [2026-01-12 02:56:27] "GET /instance-ip/a14b01b6-c488-4a59-8235-62ac873a4086 HTTP/1.1" 200 1731 0.004267 10.0.0.22 - - [2026-01-12 02:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.22 - - [2026-01-12 02:56:27] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004808 10.0.0.22 - - [2026-01-12 02:56:27] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003320 10.0.0.22 - - [2026-01-12 02:56:27] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006496 10.0.0.22 - - [2026-01-12 02:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.22 - - [2026-01-12 02:56:27] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004024 10.0.0.22 - - [2026-01-12 02:56:27] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003570 10.0.0.22 - - [2026-01-12 02:56:28] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006054 10.0.0.22 - - [2026-01-12 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.22 - - [2026-01-12 02:56:28] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.012118 10.0.0.22 - - [2026-01-12 02:56:28] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003164 10.0.0.22 - - [2026-01-12 02:56:28] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006025 10.0.0.22 - - [2026-01-12 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005686 10.0.0.22 - - [2026-01-12 02:56:28] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004093 10.0.0.22 - - [2026-01-12 02:56:28] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003676 10.0.0.22 - - [2026-01-12 02:56:28] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006426 10.0.0.22 - - [2026-01-12 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.22 - - [2026-01-12 02:56:28] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004366 10.0.0.22 - - [2026-01-12 02:56:28] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004267 10.0.0.22 - - [2026-01-12 02:56:28] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006454 10.0.0.22 - - [2026-01-12 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.22 - - [2026-01-12 02:56:28] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.006655 10.0.0.22 - - [2026-01-12 02:56:28] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003929 10.0.0.22 - - [2026-01-12 02:56:28] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.008671 10.0.0.22 - - [2026-01-12 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005887 10.0.0.22 - - [2026-01-12 02:56:28] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004686 10.0.0.22 - - [2026-01-12 02:56:28] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003943 10.0.0.22 - - [2026-01-12 02:56:28] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006724 10.0.0.22 - - [2026-01-12 02:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.22 - - [2026-01-12 02:56:31] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005764 10.0.0.50 - - [2026-01-12 02:56:35] "GET /obj-perms HTTP/1.1" 200 5056 0.061905 10.0.0.22 - - [2026-01-12 02:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.22 - - [2026-01-12 02:56:35] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006297 10.0.0.27 - - [2026-01-12 02:56:35] "GET /obj-perms HTTP/1.1" 200 5056 0.056188 10.0.0.22 - - [2026-01-12 02:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.22 - - [2026-01-12 02:56:39] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006123 10.0.0.22 - - [2026-01-12 02:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.22 - - [2026-01-12 02:56:44] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006013 10.0.0.22 - - [2026-01-12 02:56:45] "POST /neutron/port HTTP/1.1" 200 1156 0.018460 10.0.0.22 - - [2026-01-12 02:56:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.011925 10.0.0.27 - - [2026-01-12 02:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.27 - - [2026-01-12 02:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000782 10.0.0.50 - - [2026-01-12 02:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000545 10.0.0.50 - - [2026-01-12 02:56:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000529 10.0.0.27 - - [2026-01-12 02:56:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2026-01-12 02:56:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.50 - - [2026-01-12 02:56:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000375 10.0.0.50 - - [2026-01-12 02:56:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.22 - - [2026-01-12 02:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.22 - - [2026-01-12 02:56:48] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005365 10.0.0.22 - - [2026-01-12 02:56:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.22 - - [2026-01-12 02:56:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000452 10.0.0.22 - - [2026-01-12 02:56:49] "POST /neutron/port HTTP/1.1" 200 1156 0.020967 10.0.0.22 - - [2026-01-12 02:56:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004508 10.0.0.22 - - [2026-01-12 02:56:49] "POST /neutron/network HTTP/1.1" 200 955 0.007591 10.0.0.22 - - [2026-01-12 02:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000394 10.0.0.22 - - [2026-01-12 02:56:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.22 - - [2026-01-12 02:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.22 - - [2026-01-12 02:56:52] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005954 10.0.0.50 - - [2026-01-12 02:56:55] "DELETE /access-control-list/7e300b6e-476b-4ae2-8ca0-ef2103e5d27e HTTP/1.1" 200 115 0.054709 10.0.0.22 - - [2026-01-12 02:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.22 - - [2026-01-12 02:56:56] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006315 10.0.0.22 - - [2026-01-12 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.22 - - [2026-01-12 02:56:58] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004552 10.0.0.22 - - [2026-01-12 02:56:58] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003103 10.0.0.22 - - [2026-01-12 02:56:58] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006872 10.0.0.22 - - [2026-01-12 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.22 - - [2026-01-12 02:56:58] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003413 10.0.0.22 - - [2026-01-12 02:56:58] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003309 10.0.0.22 - - [2026-01-12 02:56:58] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005661 10.0.0.22 - - [2026-01-12 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.22 - - [2026-01-12 02:56:58] "GET /routing-instance/5ac00922-84e8-4646-81d0-84222f89783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1704 0.006439 10.0.0.22 - - [2026-01-12 02:56:58] "GET /route-target/0f066a29-8abc-4da1-9a21-dd9a3b79e10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003543 10.0.0.22 - - [2026-01-12 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.22 - - [2026-01-12 02:56:59] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005108 10.0.0.22 - - [2026-01-12 02:56:59] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002979 10.0.0.22 - - [2026-01-12 02:56:59] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006000 10.0.0.22 - - [2026-01-12 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.22 - - [2026-01-12 02:56:59] "GET /routing-instance/5ac00922-84e8-4646-81d0-84222f89783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1704 0.004024 10.0.0.22 - - [2026-01-12 02:56:59] "GET /route-target/0f066a29-8abc-4da1-9a21-dd9a3b79e10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004215 10.0.0.22 - - [2026-01-12 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.22 - - [2026-01-12 02:56:59] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005308 10.0.0.22 - - [2026-01-12 02:56:59] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003884 10.0.0.22 - - [2026-01-12 02:56:59] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007164 10.0.0.22 - - [2026-01-12 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.22 - - [2026-01-12 02:56:59] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004685 10.0.0.22 - - [2026-01-12 02:56:59] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003536 10.0.0.22 - - [2026-01-12 02:56:59] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006503 10.0.0.22 - - [2026-01-12 02:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.22 - - [2026-01-12 02:56:59] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004558 10.0.0.22 - - [2026-01-12 02:56:59] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003391 10.0.0.22 - - [2026-01-12 02:56:59] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.008165 10.0.0.22 - - [2026-01-12 02:56:59] "GET /obj-perms HTTP/1.1" 200 5090 0.063189 10.0.0.22 - - [2026-01-12 02:56:59] "GET /obj-perms HTTP/1.1" 200 5090 0.003624 10.0.0.27 - - [2026-01-12 02:57:00] "GET /obj-perms HTTP/1.1" 200 5090 0.063226 10.0.0.22 - - [2026-01-12 02:57:00] "GET /obj-perms HTTP/1.1" 200 5090 0.004148 10.0.0.50 - - [2026-01-12 02:57:00] "GET /obj-perms HTTP/1.1" 200 5090 0.061445 10.0.0.22 - - [2026-01-12 02:57:00] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 200 1322 0.005635 10.0.0.22 - - [2026-01-12 02:57:00] "GET /virtual-machine-interface/1709fb09-9329-467f-81aa-12dd29a16ed0 HTTP/1.1" 200 3262 0.005533 10.0.0.22 - - [2026-01-12 02:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.22 - - [2026-01-12 02:57:00] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004219 10.0.0.22 - - [2026-01-12 02:57:00] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003142 10.0.0.22 - - [2026-01-12 02:57:00] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007706 10.0.0.22 - - [2026-01-12 02:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.22 - - [2026-01-12 02:57:01] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004516 10.0.0.22 - - [2026-01-12 02:57:01] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003755 10.0.0.22 - - [2026-01-12 02:57:01] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007812 10.0.0.27 - - [2026-01-12 02:57:03] "DELETE /project/36e99ced-307e-4add-a43d-7153d6f1e275 HTTP/1.1" 404 177 0.006192 10.0.0.27 - - [2026-01-12 02:57:03] "DELETE /project/952ef6e593aa40cdb1c4dd05ffa1bb7c HTTP/1.1" 404 173 0.008531 10.0.0.22 - - [2026-01-12 02:57:06] "POST /neutron/port HTTP/1.1" 200 1156 0.020155 10.0.0.22 - - [2026-01-12 02:57:07] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008231 10.0.0.22 - - [2026-01-12 02:57:13] "POST /neutron/port HTTP/1.1" 200 1156 0.022843 10.0.0.22 - - [2026-01-12 02:57:17] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007593 10.0.0.22 - - [2026-01-12 02:57:17] "POST /neutron/port HTTP/1.1" 200 1156 0.019536 10.0.0.22 - - [2026-01-12 02:57:17] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008010 10.0.0.22 - - [2026-01-12 02:57:17] "GET /virtual-machine/87cdb493-4fdb-4b83-85df-8c2f99691aee HTTP/1.1" 200 1321 0.007358 10.0.0.22 - - [2026-01-12 02:57:17] "GET /virtual-machine/87cdb493-4fdb-4b83-85df-8c2f99691aee HTTP/1.1" 200 1321 0.004951 10.0.0.22 - - [2026-01-12 02:57:17] "GET /virtual-machine-interface/e7603c21-07a9-415e-b8a2-461f1689b05a HTTP/1.1" 200 3264 0.006678 10.0.0.22 - - [2026-01-12 02:57:17] "GET /virtual-machine/87cdb493-4fdb-4b83-85df-8c2f99691aee HTTP/1.1" 200 1321 0.004410 10.0.0.22 - - [2026-01-12 02:57:17] "GET /virtual-machine-interface/e7603c21-07a9-415e-b8a2-461f1689b05a HTTP/1.1" 200 3264 0.006062 10.0.0.22 - - [2026-01-12 02:57:17] "GET /instance-ip/213c721b-0f3c-4141-bc4d-b420768dfc64 HTTP/1.1" 200 1731 0.007341 10.0.0.22 - - [2026-01-12 02:57:17] "GET /virtual-machine/87cdb493-4fdb-4b83-85df-8c2f99691aee HTTP/1.1" 200 1321 0.007814 10.0.0.22 - - [2026-01-12 02:57:17] "GET /virtual-machine-interface/e7603c21-07a9-415e-b8a2-461f1689b05a HTTP/1.1" 200 3264 0.005632 10.0.0.22 - - [2026-01-12 02:57:17] "GET /instance-ip/213c721b-0f3c-4141-bc4d-b420768dfc64 HTTP/1.1" 200 1731 0.005254 10.0.0.22 - - [2026-01-12 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.22 - - [2026-01-12 02:57:17] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004961 10.0.0.22 - - [2026-01-12 02:57:17] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003295 10.0.0.22 - - [2026-01-12 02:57:17] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.008282 10.0.0.22 - - [2026-01-12 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.22 - - [2026-01-12 02:57:17] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005507 10.0.0.22 - - [2026-01-12 02:57:17] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003243 10.0.0.22 - - [2026-01-12 02:57:17] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006470 10.0.0.22 - - [2026-01-12 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.22 - - [2026-01-12 02:57:18] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003968 10.0.0.22 - - [2026-01-12 02:57:18] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003475 10.0.0.22 - - [2026-01-12 02:57:18] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006817 10.0.0.22 - - [2026-01-12 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.22 - - [2026-01-12 02:57:18] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004977 10.0.0.22 - - [2026-01-12 02:57:18] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003712 10.0.0.22 - - [2026-01-12 02:57:18] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.009861 10.0.0.22 - - [2026-01-12 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.22 - - [2026-01-12 02:57:18] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004929 10.0.0.22 - - [2026-01-12 02:57:18] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003159 10.0.0.22 - - [2026-01-12 02:57:18] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006804 10.0.0.22 - - [2026-01-12 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.22 - - [2026-01-12 02:57:18] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003997 10.0.0.22 - - [2026-01-12 02:57:18] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003730 10.0.0.22 - - [2026-01-12 02:57:18] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006863 10.0.0.22 - - [2026-01-12 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.22 - - [2026-01-12 02:57:18] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004312 10.0.0.22 - - [2026-01-12 02:57:18] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003429 10.0.0.22 - - [2026-01-12 02:57:18] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005583 10.0.0.22 - - [2026-01-12 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.22 - - [2026-01-12 02:57:19] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004068 10.0.0.22 - - [2026-01-12 02:57:19] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003062 10.0.0.22 - - [2026-01-12 02:57:19] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006526 10.0.0.22 - - [2026-01-12 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004847 10.0.0.22 - - [2026-01-12 02:57:20] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005365 10.0.0.22 - - [2026-01-12 02:57:20] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004118 10.0.0.22 - - [2026-01-12 02:57:20] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007808 10.0.0.22 - - [2026-01-12 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.22 - - [2026-01-12 02:57:20] "GET /routing-instance/5ac00922-84e8-4646-81d0-84222f89783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1704 0.005243 10.0.0.22 - - [2026-01-12 02:57:20] "GET /route-target/0f066a29-8abc-4da1-9a21-dd9a3b79e10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004770 10.0.0.22 - - [2026-01-12 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.22 - - [2026-01-12 02:57:20] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004292 10.0.0.22 - - [2026-01-12 02:57:20] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003846 10.0.0.22 - - [2026-01-12 02:57:20] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005998 10.0.0.22 - - [2026-01-12 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.22 - - [2026-01-12 02:57:20] "GET /routing-instance/5ac00922-84e8-4646-81d0-84222f89783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1704 0.004745 10.0.0.22 - - [2026-01-12 02:57:20] "GET /route-target/0f066a29-8abc-4da1-9a21-dd9a3b79e10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.008360 10.0.0.22 - - [2026-01-12 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.22 - - [2026-01-12 02:57:20] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004553 10.0.0.22 - - [2026-01-12 02:57:20] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003608 10.0.0.22 - - [2026-01-12 02:57:20] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006486 10.0.0.22 - - [2026-01-12 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.22 - - [2026-01-12 02:57:20] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004023 10.0.0.22 - - [2026-01-12 02:57:20] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005101 10.0.0.22 - - [2026-01-12 02:57:20] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.009527 10.0.0.22 - - [2026-01-12 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.22 - - [2026-01-12 02:57:20] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005276 10.0.0.22 - - [2026-01-12 02:57:20] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003905 10.0.0.22 - - [2026-01-12 02:57:20] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006739 10.0.0.27 - - [2026-01-12 02:57:21] "GET /obj-perms HTTP/1.1" 200 5090 0.004753 10.0.0.22 - - [2026-01-12 02:57:21] "GET /obj-perms HTTP/1.1" 200 5090 0.005146 10.0.0.22 - - [2026-01-12 02:57:21] "GET /obj-perms HTTP/1.1" 200 5090 0.005546 10.0.0.22 - - [2026-01-12 02:57:21] "GET /obj-perms HTTP/1.1" 200 5090 0.004179 10.0.0.22 - - [2026-01-12 02:57:21] "GET /virtual-machine/87cdb493-4fdb-4b83-85df-8c2f99691aee HTTP/1.1" 200 1321 0.005101 10.0.0.22 - - [2026-01-12 02:57:21] "GET /virtual-machine-interface/e7603c21-07a9-415e-b8a2-461f1689b05a HTTP/1.1" 200 3264 0.005715 10.0.0.22 - - [2026-01-12 02:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.22 - - [2026-01-12 02:57:21] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004155 10.0.0.22 - - [2026-01-12 02:57:21] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003632 10.0.0.22 - - [2026-01-12 02:57:21] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006437 10.0.0.22 - - [2026-01-12 02:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.22 - - [2026-01-12 02:57:22] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004148 10.0.0.22 - - [2026-01-12 02:57:22] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004009 10.0.0.22 - - [2026-01-12 02:57:22] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005901 10.0.0.22 - - [2026-01-12 02:57:22] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 200 1322 0.004025 10.0.0.22 - - [2026-01-12 02:57:22] "GET /virtual-machine-interface/1709fb09-9329-467f-81aa-12dd29a16ed0 HTTP/1.1" 200 3262 0.006118 10.0.0.22 - - [2026-01-12 02:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.22 - - [2026-01-12 02:57:22] "GET /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004234 10.0.0.22 - - [2026-01-12 02:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.22 - - [2026-01-12 02:57:22] "GET /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004643 10.0.0.22 - - [2026-01-12 02:57:22] "POST /neutron/port HTTP/1.1" 200 1156 0.028899 10.0.0.22 - - [2026-01-12 02:57:23] "POST /neutron/port HTTP/1.1" 200 1107 0.073228 10.0.0.22 - - [2026-01-12 02:57:23] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 200 1322 0.010874 10.0.0.22 - - [2026-01-12 02:57:23] "GET /virtual-machine-interface/1709fb09-9329-467f-81aa-12dd29a16ed0 HTTP/1.1" 200 3201 0.005646 10.0.0.22 - - [2026-01-12 02:57:23] "POST /neutron/port HTTP/1.1" 200 1107 0.015759 10.0.0.22 - - [2026-01-12 02:57:23] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 200 1322 0.003696 10.0.0.22 - - [2026-01-12 02:57:23] "GET /virtual-machine-interface/1709fb09-9329-467f-81aa-12dd29a16ed0 HTTP/1.1" 200 3262 0.008803 10.0.0.22 - - [2026-01-12 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.22 - - [2026-01-12 02:57:23] "GET /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004315 10.0.0.22 - - [2026-01-12 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.22 - - [2026-01-12 02:57:23] "GET /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004451 10.0.0.22 - - [2026-01-12 02:57:23] "POST /neutron/security_group HTTP/1.1" 200 1320 0.004946 10.0.0.22 - - [2026-01-12 02:57:23] "DELETE /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19 HTTP/1.1" 409 336 0.008622 10.0.0.22 - - [2026-01-12 02:57:47] "POST /neutron/network HTTP/1.1" 200 965 0.007521 10.0.0.22 - - [2026-01-12 02:57:47] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.22 - - [2026-01-12 02:57:51] "POST /neutron/port HTTP/1.1" 200 1156 0.024740 10.0.0.22 - - [2026-01-12 02:57:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.010335 10.0.0.22 - - [2026-01-12 02:58:24] "GET /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004249 10.0.0.22 - - [2026-01-12 02:58:24] "PUT /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19 HTTP/1.1" 200 262 0.017650 10.0.0.22 - - [2026-01-12 02:58:27] "POST /neutron/security_group HTTP/1.1" 200 1290 0.008858 10.0.0.22 - - [2026-01-12 02:58:27] "POST /neutron/port HTTP/1.1" 200 1146 0.017769 10.0.0.22 - - [2026-01-12 02:58:27] "GET /virtual-machine/87cdb493-4fdb-4b83-85df-8c2f99691aee HTTP/1.1" 200 1321 0.006429 10.0.0.22 - - [2026-01-12 02:58:27] "POST /neutron/port HTTP/1.1" 200 1107 0.018406 10.0.0.22 - - [2026-01-12 02:58:29] "GET /virtual-machine/87cdb493-4fdb-4b83-85df-8c2f99691aee HTTP/1.1" 404 171 0.003945 10.0.0.22 - - [2026-01-12 02:58:29] "GET /virtual-machine/87cdb493-4fdb-4b83-85df-8c2f99691aee HTTP/1.1" 404 171 0.003475 10.0.0.22 - - [2026-01-12 02:58:29] "GET /virtual-machine/87cdb493-4fdb-4b83-85df-8c2f99691aee HTTP/1.1" 404 171 0.002821 10.0.0.22 - - [2026-01-12 02:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.22 - - [2026-01-12 02:58:29] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005318 10.0.0.22 - - [2026-01-12 02:58:29] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003523 10.0.0.22 - - [2026-01-12 02:58:29] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007985 10.0.0.22 - - [2026-01-12 02:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.22 - - [2026-01-12 02:58:29] "GET /routing-instance/5ac00922-84e8-4646-81d0-84222f89783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1704 0.004693 10.0.0.22 - - [2026-01-12 02:58:29] "GET /route-target/0f066a29-8abc-4da1-9a21-dd9a3b79e10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004064 10.0.0.22 - - [2026-01-12 02:58:30] "GET /obj-perms HTTP/1.1" 200 5090 0.005118 10.0.0.22 - - [2026-01-12 02:58:36] "GET /obj-perms HTTP/1.1" 200 5090 0.005214 10.0.0.27 - - [2026-01-12 02:58:37] "GET /obj-perms HTTP/1.1" 200 5056 0.058679 10.0.0.22 - - [2026-01-12 02:58:39] "GET /obj-perms HTTP/1.1" 200 5090 0.004477 10.0.0.22 - - [2026-01-12 02:58:42] "GET /obj-perms HTTP/1.1" 200 5090 0.003689 10.0.0.22 - - [2026-01-12 02:58:47] "POST /neutron/port HTTP/1.1" 200 1156 0.023915 10.0.0.22 - - [2026-01-12 02:58:47] "POST /neutron/subnet HTTP/1.1" 200 703 0.010892 10.0.0.22 - - [2026-01-12 02:58:48] "GET /obj-perms HTTP/1.1" 200 5090 0.004185 10.0.0.22 - - [2026-01-12 02:58:51] "GET /obj-perms HTTP/1.1" 200 5090 0.003724 10.0.0.22 - - [2026-01-12 02:58:57] "GET /obj-perms HTTP/1.1" 200 5090 0.004702 10.0.0.22 - - [2026-01-12 02:58:57] "GET /obj-perms HTTP/1.1" 200 5090 0.004687 10.0.0.50 - - [2026-01-12 02:58:57] "GET /obj-perms HTTP/1.1" 200 5090 0.003680 10.0.0.22 - - [2026-01-12 02:58:57] "POST /neutron/security_group HTTP/1.1" 200 1290 0.010126 10.0.0.22 - - [2026-01-12 02:58:57] "POST /neutron/port HTTP/1.1" 200 1146 0.017732 10.0.0.22 - - [2026-01-12 02:58:58] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 200 1322 0.005438 10.0.0.22 - - [2026-01-12 02:58:58] "POST /neutron/port HTTP/1.1" 200 1107 0.018256 10.0.0.22 - - [2026-01-12 02:59:00] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 404 171 0.003509 10.0.0.22 - - [2026-01-12 02:59:00] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 404 171 0.003134 10.0.0.22 - - [2026-01-12 02:59:00] "GET /virtual-machine/4b85cbf4-e1da-49a3-bd3c-3670e16ad341 HTTP/1.1" 404 171 0.003387 10.0.0.22 - - [2026-01-12 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.22 - - [2026-01-12 02:59:00] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005006 10.0.0.22 - - [2026-01-12 02:59:00] "GET /virtual-networks?parent_id=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003612 10.0.0.22 - - [2026-01-12 02:59:00] "GET /virtual-network/33268a89-901a-41d9-8e4b-46526b061873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006305 10.0.0.22 - - [2026-01-12 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.22 - - [2026-01-12 02:59:00] "GET /routing-instance/5ac00922-84e8-4646-81d0-84222f89783f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1704 0.004747 10.0.0.22 - - [2026-01-12 02:59:00] "GET /route-target/0f066a29-8abc-4da1-9a21-dd9a3b79e10e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004415 10.0.0.22 - - [2026-01-12 02:59:06] "GET /obj-perms HTTP/1.1" 200 5090 0.004479 10.0.0.50 - - [2026-01-12 02:59:06] "GET /obj-perms HTTP/1.1" 200 5090 0.004892 10.0.0.50 - - [2026-01-12 02:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008246 10.0.0.27 - - [2026-01-12 02:59:07] "POST /useragent-kv HTTP/1.1" 200 115 0.050853 10.0.0.27 - - [2026-01-12 02:59:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002923 10.0.0.22 - - [2026-01-12 02:59:07] "POST /neutron/network HTTP/1.1" 200 151 0.217259 10.0.0.22 - - [2026-01-12 02:59:07] "DELETE /security-group/cb644be2-de0c-4336-88ba-f93e1b601c19 HTTP/1.1" 200 115 0.063446 10.0.0.22 - - [2026-01-12 02:59:07] "POST /fqname-to-id HTTP/1.1" 404 254 0.003059 10.0.0.50 - - [2026-01-12 02:59:07] "DELETE /access-control-list/8383becb-5487-488e-9015-91abd6af33fe HTTP/1.1" 200 115 0.038178 10.0.0.27 - - [2026-01-12 02:59:09] "GET /projects?obj_uuids=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001469 10.0.0.22 - - [2026-01-12 02:59:09] "GET /project/952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.047228 10.0.0.27 - - [2026-01-12 02:59:09] "GET /projects?obj_uuids=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001050 10.0.0.22 - - [2026-01-12 02:59:09] "GET /project/952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c?fields=virtual_networks HTTP/1.1" 200 1093 0.055915 10.0.0.27 - - [2026-01-12 02:59:09] "GET /projects?obj_uuids=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001789 10.0.0.22 - - [2026-01-12 02:59:09] "GET /project/952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c?fields=virtual_machine_interfaces HTTP/1.1" 200 1093 0.043575 10.0.0.27 - - [2026-01-12 02:59:09] "GET /projects?obj_uuids=952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001072 10.0.0.22 - - [2026-01-12 02:59:09] "GET /project/952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c?fields=security_groups HTTP/1.1" 200 1349 0.043392 10.0.0.22 - - [2026-01-12 02:59:10] "POST /fqname-to-id HTTP/1.1" 404 209 0.028096 10.0.0.27 - - [2026-01-12 02:59:10] "GET /projects?obj_uuids=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003496 10.0.0.27 - - [2026-01-12 02:59:10] "GET /domains?obj_uuids=c02ab9c1-b16f-4a7a-a2c9-0d5b91818945&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001031 10.0.0.27 - - [2026-01-12 02:59:10] "GET /domain/c02ab9c1-b16f-4a7a-a2c9-0d5b91818945?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038245 10.0.0.27 - - [2026-01-12 02:59:10] "POST /id-to-fqname HTTP/1.1" 200 212 0.004274 10.0.0.27 - - [2026-01-12 02:59:10] "POST /fqname-to-id HTTP/1.1" 404 222 0.010456 10.0.0.27 - - [2026-01-12 02:59:10] "POST /security-groups HTTP/1.1" 200 612 0.077635 10.0.0.27 - - [2026-01-12 02:59:10] "POST /projects HTTP/1.1" 200 627 0.285089 10.0.0.50 - - [2026-01-12 02:59:10] "POST /fqname-to-id HTTP/1.1" 404 254 0.016954 10.0.0.27 - - [2026-01-12 02:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.358548 10.0.0.22 - - [2026-01-12 02:59:10] "GET /project/03c2346c-ebc7-4c5a-9879-4b577ddce69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.546755 10.0.0.22 - - [2026-01-12 02:59:12] "GET / HTTP/1.1" 200 35931 0.001700 10.0.0.22 - - [2026-01-12 02:59:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000586 10.0.0.22 - - [2026-01-12 02:59:14] "POST /fqname-to-id HTTP/1.1" 404 245 0.059246 10.0.0.50 - - [2026-01-12 02:59:14] "POST /access-control-lists HTTP/1.1" 200 639 0.028565 10.0.0.50 - - [2026-01-12 02:59:14] "PUT /access-control-list/07ab3ffe-45c1-4692-a7b2-eb345a350b18 HTTP/1.1" 200 272 0.020664 10.0.0.22 - - [2026-01-12 02:59:15] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.042360 10.0.0.50 - - [2026-01-12 02:59:15] "PUT /access-control-list/03e1e202-987e-4baf-93b9-edfa31ff1acf HTTP/1.1" 200 272 0.035741 10.0.0.22 - - [2026-01-12 02:59:15] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.171160 10.0.0.22 - - [2026-01-12 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.22 - - [2026-01-12 02:59:15] "GET /security-group/8db93dd8-73e9-4efc-902e-a85389746637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005171 10.0.0.22 - - [2026-01-12 02:59:16] "POST /neutron/security_group HTTP/1.1" 200 151 0.058402 10.0.0.22 - - [2026-01-12 02:59:16] "POST /fqname-to-id HTTP/1.1" 404 245 0.011251 10.0.0.50 - - [2026-01-12 02:59:16] "DELETE /access-control-list/07ab3ffe-45c1-4692-a7b2-eb345a350b18 HTTP/1.1" 200 115 0.049463 10.0.0.22 - - [2026-01-12 02:59:16] "POST /fqname-to-id HTTP/1.1" 404 245 0.003390 10.0.0.50 - - [2026-01-12 02:59:16] "POST /access-control-lists HTTP/1.1" 200 639 0.027369 10.0.0.50 - - [2026-01-12 02:59:16] "PUT /access-control-list/c9506565-487b-4d59-b0da-5cc1ee1f79d7 HTTP/1.1" 200 272 0.015776 10.0.0.22 - - [2026-01-12 02:59:17] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012182 10.0.0.50 - - [2026-01-12 02:59:17] "PUT /access-control-list/1edc1f2b-e3d5-4914-9272-07581eb0f59d HTTP/1.1" 200 272 0.028003 10.0.0.22 - - [2026-01-12 02:59:17] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.158088 10.0.0.22 - - [2026-01-12 02:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.22 - - [2026-01-12 02:59:17] "GET /security-group/e0de3f2d-cd0f-457a-8e23-9049c000b069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005001 10.0.0.22 - - [2026-01-12 02:59:18] "POST /neutron/security_group_rule HTTP/1.1" 200 548 0.010829 10.0.0.50 - - [2026-01-12 02:59:18] "PUT /access-control-list/1edc1f2b-e3d5-4914-9272-07581eb0f59d HTTP/1.1" 200 272 0.022706 10.0.0.22 - - [2026-01-12 02:59:18] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.146273 10.0.0.22 - - [2026-01-12 02:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005945 10.0.0.27 - - [2026-01-12 02:59:18] "GET /projects?obj_uuids=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001121 10.0.0.22 - - [2026-01-12 02:59:18] "GET /project/03c2346c-ebc7-4c5a-9879-4b577ddce69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.070958 10.0.0.50 - - [2026-01-12 02:59:19] "POST /route-targets HTTP/1.1" 200 327 0.014596 10.0.0.27 - - [2026-01-12 02:59:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002976 10.0.0.22 - - [2026-01-12 02:59:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.277430 10.0.0.22 - - [2026-01-12 02:59:19] "POST /id-to-fqname HTTP/1.1" 200 282 0.001460 10.0.0.22 - - [2026-01-12 02:59:19] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006317 10.0.0.22 - - [2026-01-12 02:59:19] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005665 10.0.0.22 - - [2026-01-12 02:59:19] "POST /neutron/network HTTP/1.1" 200 926 0.007315 10.0.0.22 - - [2026-01-12 02:59:19] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006779 10.0.0.22 - - [2026-01-12 02:59:20] "GET /obj-perms HTTP/1.1" 200 5072 0.082753 10.0.0.27 - - [2026-01-12 02:59:21] "GET /obj-perms HTTP/1.1" 200 5072 0.067543 10.0.0.22 - - [2026-01-12 02:59:21] "POST /id-to-fqname HTTP/1.1" 200 282 0.001512 10.0.0.22 - - [2026-01-12 02:59:21] "POST /neutron/network HTTP/1.1" 200 936 0.008495 10.0.0.27 - - [2026-01-12 02:59:22] "GET /projects?obj_uuids=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001149 10.0.0.22 - - [2026-01-12 02:59:22] "GET /project/03c2346c-ebc7-4c5a-9879-4b577ddce69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.074174 10.0.0.22 - - [2026-01-12 02:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.009182 10.0.0.22 - - [2026-01-12 02:59:22] "POST /id-to-fqname HTTP/1.1" 200 282 0.001244 10.0.0.22 - - [2026-01-12 02:59:22] "POST /neutron/network HTTP/1.1" 200 936 0.007732 10.0.0.27 - - [2026-01-12 02:59:23] "GET /projects?obj_uuids=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001110 10.0.0.22 - - [2026-01-12 02:59:23] "POST /neutron/port HTTP/1.1" 200 1080 0.289563 10.0.0.22 - - [2026-01-12 02:59:23] "POST /neutron/port HTTP/1.1" 200 1134 0.153802 10.0.0.27 - - [2026-01-12 02:59:23] "GET /projects?obj_uuids=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.005270 10.0.0.22 - - [2026-01-12 02:59:23] "GET /project/03c2346c-ebc7-4c5a-9879-4b577ddce69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.122081 10.0.0.22 - - [2026-01-12 02:59:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003919 10.0.0.22 - - [2026-01-12 02:59:23] "POST /neutron/network HTTP/1.1" 200 926 0.007874 10.0.0.22 - - [2026-01-12 02:59:24] "POST /neutron/port HTTP/1.1" 200 117 0.007895 10.0.0.22 - - [2026-01-12 02:59:24] "POST /neutron/network HTTP/1.1" 200 936 0.008398 10.0.0.22 - - [2026-01-12 02:59:24] "POST /neutron/port HTTP/1.1" 200 1080 0.020507 10.0.0.22 - - [2026-01-12 02:59:25] "POST /neutron/port HTTP/1.1" 200 1144 0.024928 10.0.0.22 - - [2026-01-12 02:59:25] "POST /neutron/port HTTP/1.1" 200 117 0.001405 10.0.0.22 - - [2026-01-12 02:59:29] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008145 10.0.0.22 - - [2026-01-12 02:59:29] "POST /neutron/port HTTP/1.1" 200 1144 0.021127 10.0.0.22 - - [2026-01-12 02:59:29] "POST /neutron/security_group HTTP/1.1" 200 1415 0.007682 10.0.0.22 - - [2026-01-12 02:59:29] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 401 292 0.000404 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 200 1313 0.054886 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 200 1313 0.005162 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-machine-interface/940a9212-5aaf-4398-ae2f-3a60ff78a63b HTTP/1.1" 200 3192 0.007585 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 200 1313 0.005786 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-machine-interface/940a9212-5aaf-4398-ae2f-3a60ff78a63b HTTP/1.1" 200 3192 0.006301 10.0.0.22 - - [2026-01-12 02:59:30] "GET /instance-ip/e65880fb-de81-4ee9-a79f-0decb655994e HTTP/1.1" 200 1703 0.007665 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 200 1313 0.004033 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-machine-interface/940a9212-5aaf-4398-ae2f-3a60ff78a63b HTTP/1.1" 200 3192 0.005978 10.0.0.22 - - [2026-01-12 02:59:30] "GET /instance-ip/e65880fb-de81-4ee9-a79f-0decb655994e HTTP/1.1" 200 1703 0.004884 10.0.0.22 - - [2026-01-12 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.22 - - [2026-01-12 02:59:30] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005665 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004165 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007683 10.0.0.22 - - [2026-01-12 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.22 - - [2026-01-12 02:59:30] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005374 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003934 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007018 10.0.0.22 - - [2026-01-12 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004497 10.0.0.22 - - [2026-01-12 02:59:30] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004912 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004328 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007333 10.0.0.22 - - [2026-01-12 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.22 - - [2026-01-12 02:59:30] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004364 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003820 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006836 10.0.0.22 - - [2026-01-12 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.22 - - [2026-01-12 02:59:30] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005055 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004447 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.009023 10.0.0.22 - - [2026-01-12 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.22 - - [2026-01-12 02:59:30] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005322 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004138 10.0.0.22 - - [2026-01-12 02:59:30] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006280 10.0.0.22 - - [2026-01-12 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.22 - - [2026-01-12 02:59:31] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.011135 10.0.0.22 - - [2026-01-12 02:59:31] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004449 10.0.0.22 - - [2026-01-12 02:59:31] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007831 10.0.0.22 - - [2026-01-12 02:59:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.22 - - [2026-01-12 02:59:34] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005731 10.0.0.50 - - [2026-01-12 02:59:38] "GET /obj-perms HTTP/1.1" 200 5056 0.052500 10.0.0.22 - - [2026-01-12 02:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.22 - - [2026-01-12 02:59:38] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006433 10.0.0.22 - - [2026-01-12 02:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.22 - - [2026-01-12 02:59:42] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005775 10.0.0.22 - - [2026-01-12 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.22 - - [2026-01-12 02:59:46] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005873 10.0.0.22 - - [2026-01-12 02:59:48] "POST /neutron/network HTTP/1.1" 200 936 0.006939 10.0.0.22 - - [2026-01-12 02:59:48] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.22 - - [2026-01-12 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.22 - - [2026-01-12 02:59:50] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005807 10.0.0.22 - - [2026-01-12 02:59:54] "POST /neutron/port HTTP/1.1" 200 1144 0.018219 10.0.0.22 - - [2026-01-12 02:59:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.008306 10.0.0.22 - - [2026-01-12 02:59:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.22 - - [2026-01-12 02:59:54] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007208 10.0.0.50 - - [2026-01-12 02:59:55] "DELETE /access-control-list/de3c2ade-6622-4f44-9f6e-dce8fb13c072 HTTP/1.1" 200 115 0.057094 10.0.0.22 - - [2026-01-12 02:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.22 - - [2026-01-12 02:59:58] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006152 10.0.0.22 - - [2026-01-12 03:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005149 10.0.0.22 - - [2026-01-12 03:00:02] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004921 10.0.0.22 - - [2026-01-12 03:00:02] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005763 10.0.0.22 - - [2026-01-12 03:00:02] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006405 10.0.0.22 - - [2026-01-12 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.22 - - [2026-01-12 03:00:03] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004192 10.0.0.22 - - [2026-01-12 03:00:03] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004207 10.0.0.22 - - [2026-01-12 03:00:03] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006721 10.0.0.22 - - [2026-01-12 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005539 10.0.0.27 - - [2026-01-12 03:00:03] "DELETE /project/03c2346cebc74c5a98794b577ddce69d HTTP/1.1" 404 173 0.005042 10.0.0.27 - - [2026-01-12 03:00:03] "DELETE /project/952ef6e5-93aa-40cd-b1c4-dd05ffa1bb7c HTTP/1.1" 404 177 0.003978 10.0.0.22 - - [2026-01-12 03:00:03] "GET /routing-instance/f1d4abc1-4796-4564-8c4e-49f6c468098f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005503 10.0.0.22 - - [2026-01-12 03:00:03] "GET /route-target/03478569-1215-4792-b7fa-1a538c4bcaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004486 10.0.0.22 - - [2026-01-12 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.22 - - [2026-01-12 03:00:03] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004398 10.0.0.22 - - [2026-01-12 03:00:03] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003844 10.0.0.22 - - [2026-01-12 03:00:03] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005713 10.0.0.22 - - [2026-01-12 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.22 - - [2026-01-12 03:00:03] "GET /routing-instance/f1d4abc1-4796-4564-8c4e-49f6c468098f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005340 10.0.0.22 - - [2026-01-12 03:00:03] "GET /route-target/03478569-1215-4792-b7fa-1a538c4bcaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004140 10.0.0.22 - - [2026-01-12 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005168 10.0.0.22 - - [2026-01-12 03:00:03] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004080 10.0.0.22 - - [2026-01-12 03:00:03] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003724 10.0.0.22 - - [2026-01-12 03:00:03] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.008638 10.0.0.22 - - [2026-01-12 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.22 - - [2026-01-12 03:00:03] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004614 10.0.0.22 - - [2026-01-12 03:00:03] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003736 10.0.0.22 - - [2026-01-12 03:00:03] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006993 10.0.0.22 - - [2026-01-12 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.22 - - [2026-01-12 03:00:03] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005716 10.0.0.22 - - [2026-01-12 03:00:03] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004369 10.0.0.22 - - [2026-01-12 03:00:03] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007707 10.0.0.27 - - [2026-01-12 03:00:04] "GET /obj-perms HTTP/1.1" 200 5072 0.004313 10.0.0.22 - - [2026-01-12 03:00:04] "GET /obj-perms HTTP/1.1" 200 5072 0.004047 10.0.0.22 - - [2026-01-12 03:00:04] "GET /obj-perms HTTP/1.1" 200 5072 0.004200 10.0.0.50 - - [2026-01-12 03:00:04] "GET /obj-perms HTTP/1.1" 200 5072 0.079917 10.0.0.22 - - [2026-01-12 03:00:04] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 200 1313 0.004901 10.0.0.22 - - [2026-01-12 03:00:04] "GET /virtual-machine-interface/940a9212-5aaf-4398-ae2f-3a60ff78a63b HTTP/1.1" 200 3192 0.007315 10.0.0.22 - - [2026-01-12 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.22 - - [2026-01-12 03:00:04] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004032 10.0.0.22 - - [2026-01-12 03:00:04] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005415 10.0.0.22 - - [2026-01-12 03:00:04] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007153 10.0.0.22 - - [2026-01-12 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.22 - - [2026-01-12 03:00:05] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004870 10.0.0.22 - - [2026-01-12 03:00:05] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003707 10.0.0.22 - - [2026-01-12 03:00:05] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007108 10.0.0.22 - - [2026-01-12 03:00:06] "POST /neutron/port HTTP/1.1" 200 1144 0.019237 10.0.0.22 - - [2026-01-12 03:00:11] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009227 10.0.0.22 - - [2026-01-12 03:00:15] "POST /neutron/port HTTP/1.1" 200 1144 0.049090 10.0.0.22 - - [2026-01-12 03:00:16] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009987 10.0.0.22 - - [2026-01-12 03:00:21] "POST /neutron/port HTTP/1.1" 200 1144 0.021820 10.0.0.22 - - [2026-01-12 03:00:21] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008291 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-machine/1d5cc30e-08ed-41c3-afab-8df495ab2214 HTTP/1.1" 200 1313 0.007621 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-machine/1d5cc30e-08ed-41c3-afab-8df495ab2214 HTTP/1.1" 200 1313 0.004967 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-machine-interface/60040d14-3c0d-4867-b950-a0b33baa2b75 HTTP/1.1" 200 3191 0.006080 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-machine/1d5cc30e-08ed-41c3-afab-8df495ab2214 HTTP/1.1" 200 1313 0.004593 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-machine-interface/60040d14-3c0d-4867-b950-a0b33baa2b75 HTTP/1.1" 200 3191 0.007860 10.0.0.22 - - [2026-01-12 03:00:22] "GET /instance-ip/e740c089-2188-4b9a-a4bd-39710994cb69 HTTP/1.1" 200 1703 0.014760 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-machine/1d5cc30e-08ed-41c3-afab-8df495ab2214 HTTP/1.1" 200 1313 0.003966 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-machine-interface/60040d14-3c0d-4867-b950-a0b33baa2b75 HTTP/1.1" 200 3191 0.005917 10.0.0.22 - - [2026-01-12 03:00:22] "GET /instance-ip/e740c089-2188-4b9a-a4bd-39710994cb69 HTTP/1.1" 200 1703 0.004370 10.0.0.22 - - [2026-01-12 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.22 - - [2026-01-12 03:00:22] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004051 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.007127 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.009897 10.0.0.22 - - [2026-01-12 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.22 - - [2026-01-12 03:00:22] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005241 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003708 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006864 10.0.0.22 - - [2026-01-12 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.22 - - [2026-01-12 03:00:22] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004221 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003534 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007747 10.0.0.22 - - [2026-01-12 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.22 - - [2026-01-12 03:00:22] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004439 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004454 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006251 10.0.0.22 - - [2026-01-12 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.22 - - [2026-01-12 03:00:22] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005174 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003483 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007232 10.0.0.22 - - [2026-01-12 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.22 - - [2026-01-12 03:00:22] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004823 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003318 10.0.0.22 - - [2026-01-12 03:00:22] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.009762 10.0.0.22 - - [2026-01-12 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.22 - - [2026-01-12 03:00:23] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004488 10.0.0.22 - - [2026-01-12 03:00:23] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.006334 10.0.0.22 - - [2026-01-12 03:00:23] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007133 10.0.0.22 - - [2026-01-12 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.22 - - [2026-01-12 03:00:24] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005366 10.0.0.22 - - [2026-01-12 03:00:24] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003668 10.0.0.22 - - [2026-01-12 03:00:24] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006622 10.0.0.22 - - [2026-01-12 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.22 - - [2026-01-12 03:00:24] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004116 10.0.0.22 - - [2026-01-12 03:00:24] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003580 10.0.0.22 - - [2026-01-12 03:00:24] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007690 10.0.0.22 - - [2026-01-12 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.22 - - [2026-01-12 03:00:24] "GET /routing-instance/f1d4abc1-4796-4564-8c4e-49f6c468098f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004734 10.0.0.22 - - [2026-01-12 03:00:24] "GET /route-target/03478569-1215-4792-b7fa-1a538c4bcaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004854 10.0.0.22 - - [2026-01-12 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.22 - - [2026-01-12 03:00:24] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003979 10.0.0.22 - - [2026-01-12 03:00:24] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005300 10.0.0.22 - - [2026-01-12 03:00:24] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006438 10.0.0.22 - - [2026-01-12 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.22 - - [2026-01-12 03:00:24] "GET /routing-instance/f1d4abc1-4796-4564-8c4e-49f6c468098f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005137 10.0.0.22 - - [2026-01-12 03:00:24] "GET /route-target/03478569-1215-4792-b7fa-1a538c4bcaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004651 10.0.0.22 - - [2026-01-12 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.22 - - [2026-01-12 03:00:25] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004290 10.0.0.22 - - [2026-01-12 03:00:25] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003755 10.0.0.22 - - [2026-01-12 03:00:25] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007458 10.0.0.22 - - [2026-01-12 03:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005929 10.0.0.22 - - [2026-01-12 03:00:25] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004414 10.0.0.22 - - [2026-01-12 03:00:25] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003460 10.0.0.22 - - [2026-01-12 03:00:25] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007051 10.0.0.22 - - [2026-01-12 03:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.22 - - [2026-01-12 03:00:25] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004357 10.0.0.22 - - [2026-01-12 03:00:25] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003567 10.0.0.22 - - [2026-01-12 03:00:25] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007025 10.0.0.27 - - [2026-01-12 03:00:25] "GET /obj-perms HTTP/1.1" 200 5072 0.004828 10.0.0.22 - - [2026-01-12 03:00:25] "GET /obj-perms HTTP/1.1" 200 5072 0.004066 10.0.0.22 - - [2026-01-12 03:00:25] "GET /obj-perms HTTP/1.1" 200 5072 0.004028 10.0.0.22 - - [2026-01-12 03:00:25] "GET /obj-perms HTTP/1.1" 200 5072 0.003899 10.0.0.27 - - [2026-01-12 03:00:25] "GET /obj-perms HTTP/1.1" 200 5072 0.004307 10.0.0.22 - - [2026-01-12 03:00:25] "GET /virtual-machine/1d5cc30e-08ed-41c3-afab-8df495ab2214 HTTP/1.1" 200 1313 0.004462 10.0.0.22 - - [2026-01-12 03:00:25] "GET /virtual-machine-interface/60040d14-3c0d-4867-b950-a0b33baa2b75 HTTP/1.1" 200 3191 0.005923 10.0.0.22 - - [2026-01-12 03:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.22 - - [2026-01-12 03:00:25] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005107 10.0.0.22 - - [2026-01-12 03:00:25] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003788 10.0.0.22 - - [2026-01-12 03:00:25] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006366 10.0.0.22 - - [2026-01-12 03:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.22 - - [2026-01-12 03:00:26] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.003681 10.0.0.22 - - [2026-01-12 03:00:26] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004050 10.0.0.22 - - [2026-01-12 03:00:26] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.007606 10.0.0.22 - - [2026-01-12 03:00:27] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 200 1313 0.004531 10.0.0.22 - - [2026-01-12 03:00:27] "GET /virtual-machine-interface/940a9212-5aaf-4398-ae2f-3a60ff78a63b HTTP/1.1" 200 3192 0.006389 10.0.0.22 - - [2026-01-12 03:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.22 - - [2026-01-12 03:00:27] "GET /security-group/e0de3f2d-cd0f-457a-8e23-9049c000b069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.003824 10.0.0.22 - - [2026-01-12 03:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.22 - - [2026-01-12 03:00:27] "GET /security-group/e0de3f2d-cd0f-457a-8e23-9049c000b069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004893 10.0.0.22 - - [2026-01-12 03:00:27] "POST /neutron/security_group HTTP/1.1" 200 1441 0.004226 10.0.0.22 - - [2026-01-12 03:00:27] "POST /neutron/port HTTP/1.1" 200 1134 0.018061 10.0.0.22 - - [2026-01-12 03:00:27] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 200 1313 0.005394 10.0.0.22 - - [2026-01-12 03:00:27] "GET /virtual-machine-interface/940a9212-5aaf-4398-ae2f-3a60ff78a63b HTTP/1.1" 200 3140 0.009367 10.0.0.22 - - [2026-01-12 03:00:27] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009871 10.0.0.22 - - [2026-01-12 03:00:27] "POST /neutron/port HTTP/1.1" 200 1096 0.020586 10.0.0.22 - - [2026-01-12 03:00:27] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 200 1313 0.005844 10.0.0.22 - - [2026-01-12 03:00:27] "GET /virtual-machine-interface/940a9212-5aaf-4398-ae2f-3a60ff78a63b HTTP/1.1" 200 3192 0.012253 10.0.0.22 - - [2026-01-12 03:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007913 10.0.0.22 - - [2026-01-12 03:00:27] "GET /security-group/e0de3f2d-cd0f-457a-8e23-9049c000b069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.005179 10.0.0.22 - - [2026-01-12 03:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.22 - - [2026-01-12 03:00:27] "GET /security-group/e0de3f2d-cd0f-457a-8e23-9049c000b069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.005500 10.0.0.22 - - [2026-01-12 03:00:28] "POST /neutron/security_group HTTP/1.1" 200 1441 0.004573 10.0.0.22 - - [2026-01-12 03:00:50] "POST /neutron/port HTTP/1.1" 200 1144 0.021471 10.0.0.22 - - [2026-01-12 03:00:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.010437 10.0.0.22 - - [2026-01-12 03:00:55] "POST /neutron/port HTTP/1.1" 200 1144 0.021598 10.0.0.22 - - [2026-01-12 03:00:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004242 10.0.0.22 - - [2026-01-12 03:00:55] "POST /neutron/network HTTP/1.1" 200 926 0.008337 10.0.0.22 - - [2026-01-12 03:01:40] "GET /obj-perms HTTP/1.1" 200 5056 0.056021 10.0.0.27 - - [2026-01-12 03:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2026-01-12 03:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.50 - - [2026-01-12 03:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000520 10.0.0.50 - - [2026-01-12 03:01:45] "GET /global-system-configs HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2026-01-12 03:01:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2026-01-12 03:01:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.50 - - [2026-01-12 03:01:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2026-01-12 03:01:46] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.22 - - [2026-01-12 03:01:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000622 10.0.0.22 - - [2026-01-12 03:01:48] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.22 - - [2026-01-12 03:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2026-01-12 03:01:49] "GET /global-system-configs HTTP/1.1" 401 292 0.000405 10.0.0.22 - - [2026-01-12 03:01:50] "POST /neutron/network HTTP/1.1" 200 936 0.007285 10.0.0.22 - - [2026-01-12 03:01:50] "POST /neutron/port HTTP/1.1" 200 117 0.001581 10.0.0.22 - - [2026-01-12 03:01:55] "POST /neutron/port HTTP/1.1" 200 1144 0.056433 10.0.0.22 - - [2026-01-12 03:01:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.011675 10.0.0.27 - - [2026-01-12 03:02:10] "GET /projects?obj_uuids=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001552 10.0.0.22 - - [2026-01-12 03:02:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2626 0.056766 10.0.0.22 - - [2026-01-12 03:02:10] "POST /neutron/security_group_rule HTTP/1.1" 200 546 0.010098 10.0.0.22 - - [2026-01-12 03:02:11] "POST /neutron/security_group_rule HTTP/1.1" 200 582 0.152948 10.0.0.50 - - [2026-01-12 03:02:11] "PUT /access-control-list/1edc1f2b-e3d5-4914-9272-07581eb0f59d HTTP/1.1" 200 272 0.055926 10.0.0.22 - - [2026-01-12 03:02:13] "POST /neutron/port HTTP/1.1" 200 1134 0.017570 10.0.0.22 - - [2026-01-12 03:02:13] "GET /virtual-machine/1d5cc30e-08ed-41c3-afab-8df495ab2214 HTTP/1.1" 200 1313 0.005615 10.0.0.22 - - [2026-01-12 03:02:14] "POST /neutron/port HTTP/1.1" 200 1106 0.021361 10.0.0.22 - - [2026-01-12 03:02:15] "GET /virtual-machine/1d5cc30e-08ed-41c3-afab-8df495ab2214 HTTP/1.1" 404 171 0.002845 10.0.0.22 - - [2026-01-12 03:02:15] "GET /virtual-machine/1d5cc30e-08ed-41c3-afab-8df495ab2214 HTTP/1.1" 404 171 0.003238 10.0.0.22 - - [2026-01-12 03:02:15] "GET /virtual-machine/1d5cc30e-08ed-41c3-afab-8df495ab2214 HTTP/1.1" 404 171 0.003055 10.0.0.22 - - [2026-01-12 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.22 - - [2026-01-12 03:02:16] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.004920 10.0.0.22 - - [2026-01-12 03:02:16] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003404 10.0.0.22 - - [2026-01-12 03:02:16] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.005897 10.0.0.22 - - [2026-01-12 03:02:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.22 - - [2026-01-12 03:02:16] "GET /routing-instance/f1d4abc1-4796-4564-8c4e-49f6c468098f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004376 10.0.0.22 - - [2026-01-12 03:02:16] "GET /route-target/03478569-1215-4792-b7fa-1a538c4bcaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004306 10.0.0.22 - - [2026-01-12 03:02:19] "GET /obj-perms HTTP/1.1" 200 5072 0.004578 10.0.0.22 - - [2026-01-12 03:02:22] "GET /obj-perms HTTP/1.1" 200 5072 0.003971 10.0.0.22 - - [2026-01-12 03:02:28] "GET /obj-perms HTTP/1.1" 200 5072 0.004685 10.0.0.22 - - [2026-01-12 03:02:28] "GET /obj-perms HTTP/1.1" 200 5072 0.004209 10.0.0.50 - - [2026-01-12 03:02:28] "GET /obj-perms HTTP/1.1" 200 5072 0.004278 10.0.0.22 - - [2026-01-12 03:02:28] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008916 10.0.0.22 - - [2026-01-12 03:02:29] "POST /neutron/port HTTP/1.1" 200 1134 0.015630 10.0.0.22 - - [2026-01-12 03:02:29] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 200 1313 0.005523 10.0.0.22 - - [2026-01-12 03:02:29] "POST /neutron/port HTTP/1.1" 200 1096 0.021788 10.0.0.22 - - [2026-01-12 03:02:31] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 404 171 0.004329 10.0.0.22 - - [2026-01-12 03:02:31] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 404 171 0.003166 10.0.0.22 - - [2026-01-12 03:02:31] "GET /virtual-machine/424169cc-6c5e-4506-9410-51ec7f593b12 HTTP/1.1" 404 171 0.008196 10.0.0.22 - - [2026-01-12 03:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.22 - - [2026-01-12 03:02:31] "GET /global-vrouter-config/8d093d9b-f844-4fde-a0ca-c738d0c38267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1615 0.005226 10.0.0.22 - - [2026-01-12 03:02:31] "GET /virtual-networks?parent_id=03c2346c-ebc7-4c5a-9879-4b577ddce69d&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003905 10.0.0.22 - - [2026-01-12 03:02:31] "GET /virtual-network/fd2343e4-1d34-4f35-a69f-f3ed9b0d6dc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2203 0.006685 10.0.0.22 - - [2026-01-12 03:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.22 - - [2026-01-12 03:02:31] "GET /routing-instance/f1d4abc1-4796-4564-8c4e-49f6c468098f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005386 10.0.0.22 - - [2026-01-12 03:02:31] "GET /route-target/03478569-1215-4792-b7fa-1a538c4bcaba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004426 Failure: Unable to establish connection to http://10.0.0.22:5000/v3/auth/tokens: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')). Retrying in 0.5s. 3 retries left 10.0.0.50 - - [2026-01-12 03:02:48] "GET /obj-perms HTTP/1.1" 200 5072 0.004382 10.0.0.27 - - [2026-01-12 03:02:49] "GET /obj-perms HTTP/1.1" 200 5056 0.560454 [Introspect:8084]10.0.0.27 - - [2026-01-12 03:04:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001148 [Introspect:8084]10.0.0.27 - - [2026-01-12 03:04:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001329