++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 5 01:57:18 AM UTC 2026 ===================' INFO: =================== Thu Mar 5 01:57:18 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ ip addr show dev ens3 +++ awk '{print $2}' +++ cut -d / -f 1 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.133 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ ANALYTICSDB_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ ANALYTICS_SNMP_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8081 ' +++ '[' -n '10.0.0.65:8081 10.0.0.33:8081 10.0.0.133:8081 ' ']' +++ echo '10.0.0.65:8081 10.0.0.33:8081 10.0.0.133:8081' ++ ANALYTICS_SERVERS='10.0.0.65:8081 10.0.0.33:8081 10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9042 ' +++ '[' -n '10.0.0.65:9042 10.0.0.33:9042 10.0.0.133:9042 ' ']' +++ echo '10.0.0.65:9042 10.0.0.33:9042 10.0.0.133:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.65:9042 10.0.0.33:9042 10.0.0.133:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8086 ' +++ '[' -n '10.0.0.65:8086 10.0.0.33:8086 10.0.0.133:8086 ' ']' +++ echo '10.0.0.65:8086 10.0.0.33:8086 10.0.0.133:8086' ++ COLLECTOR_SERVERS='10.0.0.65:8086 10.0.0.33:8086 10.0.0.133: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.65,10.0.0.33,10.0.0.133 ++ CONFIGDB_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8082 ' +++ '[' -n '10.0.0.65:8082 10.0.0.33:8082 10.0.0.133:8082 ' ']' +++ echo '10.0.0.65:8082 10.0.0.33:8082 10.0.0.133:8082' ++ CONFIG_SERVERS='10.0.0.65:8082 10.0.0.33:8082 10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9161 ' +++ '[' -n '10.0.0.65:9161 10.0.0.33:9161 10.0.0.133:9161 ' ']' +++ echo '10.0.0.65:9161 10.0.0.33:9161 10.0.0.133:9161' ++ CONFIGDB_SERVERS='10.0.0.65:9161 10.0.0.33:9161 10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9041 ' +++ '[' -n '10.0.0.65:9041 10.0.0.33:9041 10.0.0.133:9041 ' ']' +++ echo '10.0.0.65:9041 10.0.0.33:9041 10.0.0.133:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.65:9041 10.0.0.33:9041 10.0.0.133: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.129,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:2181, +++ '[' -n 10.0.0.65:2181,10.0.0.33:2181,10.0.0.133:2181, ']' +++ echo 10.0.0.65:2181,10.0.0.33:2181,10.0.0.133:2181 ++ ZOOKEEPER_SERVERS=10.0.0.65:2181,10.0.0.33:2181,10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:2181 ' +++ '[' -n '10.0.0.65:2181 10.0.0.33:2181 10.0.0.133:2181 ' ']' +++ echo '10.0.0.65:2181 10.0.0.33:2181 10.0.0.133:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.65:2181 10.0.0.33:2181 10.0.0.133:2181' ++ RABBITMQ_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:5673, +++ '[' -n 10.0.0.65:5673,10.0.0.33:5673,10.0.0.133:5673, ']' +++ echo 10.0.0.65:5673,10.0.0.33:5673,10.0.0.133:5673 ++ RABBITMQ_SERVERS=10.0.0.65:5673,10.0.0.33:5673,10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:6379 ' +++ '[' -n '10.0.0.65:6379 10.0.0.33:6379 10.0.0.133:6379 ' ']' +++ echo '10.0.0.65:6379 10.0.0.33:6379 10.0.0.133:6379' ++ REDIS_SERVERS='10.0.0.65:6379 10.0.0.33:6379 10.0.0.133: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.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9092 ' +++ '[' -n '10.0.0.65:9092 10.0.0.33:9092 10.0.0.133:9092 ' ']' +++ echo '10.0.0.65:9092 10.0.0.33:9092 10.0.0.133:9092' ++ KAFKA_SERVERS='10.0.0.65:9092 10.0.0.33:9092 10.0.0.133: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.65 ++ 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.65,10.0.0.33,10.0.0.133 ++ 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.65,10.0.0.33,10.0.0.133 ++ 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.65,10.0.0.33,10.0.0.133 ++ cut -d , -f 1 + local cassandra=10.0.0.65 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.65 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.65,10.0.0.33,10.0.0.133 +++ local servers=10.0.0.65,10.0.0.33,10.0.0.133 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ uniq ++++ sort ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.133,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.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.133,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.133,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.133'\''))' +++ local server_ip=10.0.0.133 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.133 ]] +++ [[ ,10.0.0.133,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.133, ]] +++ echo 10.0.0.133 3 +++ return ++ local ip=10.0.0.133 ++ [[ -z 10.0.0.133 ]] ++ echo 10.0.0.133 + host_ip=10.0.0.133 + [[ cql == \c\q\l ]] ++ echo 10.0.0.65:9041 10.0.0.33:9041 10.0.0.133:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.65:9041 10.0.0.33:9041 10.0.0.133:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.133: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: 03/05/2026 01:57:28.136 7fe27fb77880 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/05/2026 01:57:28.268 7fe27fb77880 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/05/2026 01:57:28.279 7fe27fb77880 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/05/2026 01:57:28.279 7fe27fb77880 [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.133:8082/ Hit Ctrl-C to quit. 10.0.0.133 - - [2026-03-05 01:57:42] "GET / HTTP/1.1" 503 181 0.000393 10.0.0.133 - - [2026-03-05 01:57:42] "GET / HTTP/1.1" 503 181 0.000154 10.0.0.133 - - [2026-03-05 01:57:43] "GET / HTTP/1.1" 200 45871 0.001308 10.0.0.133 - - [2026-03-05 01:57:43] "GET / HTTP/1.1" 200 45871 0.000952 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.133 - - [2026-03-05 01:57:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000442 10.0.0.133 - - [2026-03-05 01:57:43] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000221 10.0.0.65 - - [2026-03-05 01:57:44] "GET / HTTP/1.1" 200 36215 0.001439 10.0.0.65 - - [2026-03-05 01:57:44] "GET / HTTP/1.1" 200 36215 0.001289 10.0.0.65 - - [2026-03-05 01:57:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.133 - - [2026-03-05 01:57:44] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.404069 10.0.0.133 - - [2026-03-05 01:57:44] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004936 10.0.0.133 - - [2026-03-05 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.734524 10.0.0.133 - - [2026-03-05 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006767 10.0.0.65 - - [2026-03-05 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 186 0.030047 10.0.0.65 - - [2026-03-05 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.65 - - [2026-03-05 01:57:45] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010265 10.0.0.65 - - [2026-03-05 01:57:45] "POST /service-appliance-sets HTTP/1.1" 200 555 0.047901 10.0.0.65 - - [2026-03-05 01:57:45] "GET / HTTP/1.1" 200 36215 0.001320 10.0.0.65 - - [2026-03-05 01:57:45] "POST /fqname-to-id HTTP/1.1" 404 180 0.005002 10.0.0.65 - - [2026-03-05 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005230 10.0.0.65 - - [2026-03-05 01:57:45] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009106 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.65 - - [2026-03-05 01:57:45] "POST /service-appliance-sets HTTP/1.1" 200 543 0.041143 10.0.0.65 - - [2026-03-05 01:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.65 - - [2026-03-05 01:57:45] "GET /network-ipam/b1b11541-6883-4f17-9536-ae76edf03324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.013729 10.0.0.65 - - [2026-03-05 01:57:46] "POST /service-templates HTTP/1.1" 200 513 0.043270 10.0.0.65 - - [2026-03-05 01:57:46] "POST /service-templates HTTP/1.1" 200 503 0.053345 10.0.0.65 - - [2026-03-05 01:57:46] "POST /service-templates HTTP/1.1" 200 517 0.041932 10.0.0.65 - - [2026-03-05 01:57:46] "POST /service-templates HTTP/1.1" 200 537 0.062702 10.0.0.65 - - [2026-03-05 01:57:46] "POST /service-templates HTTP/1.1" 200 509 0.059416 10.0.0.133 - - [2026-03-05 01:57:47] "GET / HTTP/1.1" 200 36215 0.001716 10.0.0.133 - - [2026-03-05 01:57:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000375 10.0.0.33 - - [2026-03-05 01:57:47] "GET / HTTP/1.1" 200 36215 0.001316 10.0.0.33 - - [2026-03-05 01:57:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000335 10.0.0.133 - - [2026-03-05 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.403587 10.0.0.133 - - [2026-03-05 01:57:47] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010781 10.0.0.33 - - [2026-03-05 01:57:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.077271 10.0.0.33 - - [2026-03-05 01:57:47] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006829 10.0.0.133 - - [2026-03-05 01:57:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.006498 10.0.0.33 - - [2026-03-05 01:57:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.004481 10.0.0.133 - - [2026-03-05 01:57:47] "POST /config-database-nodes HTTP/1.1" 200 619 0.044942 10.0.0.33 - - [2026-03-05 01:57:47] "POST /config-database-nodes HTTP/1.1" 200 619 0.041309 10.0.0.33 - - [2026-03-05 01:57:48] "GET / HTTP/1.1" 200 36215 0.002049 10.0.0.33 - - [2026-03-05 01:57:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000320 10.0.0.65 - - [2026-03-05 01:57:49] "GET / HTTP/1.1" 200 36215 0.001350 10.0.0.65 - - [2026-03-05 01:57:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000352 10.0.0.33 - - [2026-03-05 01:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.060780 10.0.0.33 - - [2026-03-05 01:57:49] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008100 10.0.0.33 - - [2026-03-05 01:57:49] "POST /fqname-to-id HTTP/1.1" 404 220 0.004289 10.0.0.133 - - [2026-03-05 01:57:49] "GET / HTTP/1.1" 200 36215 0.001401 10.0.0.133 - - [2026-03-05 01:57:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000331 10.0.0.33 - - [2026-03-05 01:57:49] "POST /config-nodes HTTP/1.1" 200 601 0.050502 10.0.0.33 - - [2026-03-05 01:57:50] "GET / HTTP/1.1" 200 36215 0.001537 10.0.0.33 - - [2026-03-05 01:57:50] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000338 10.0.0.65 - - [2026-03-05 01:57:50] "GET / HTTP/1.1" 200 36215 0.001452 10.0.0.65 - - [2026-03-05 01:57:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000326 10.0.0.65 - - [2026-03-05 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.625036 10.0.0.65 - - [2026-03-05 01:57:50] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007889 10.0.0.65 - - [2026-03-05 01:57:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.004104 10.0.0.65 - - [2026-03-05 01:57:50] "POST /config-nodes HTTP/1.1" 200 601 0.057751 10.0.0.133 - - [2026-03-05 01:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.456892 10.0.0.133 - - [2026-03-05 01:57:50] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009721 10.0.0.133 - - [2026-03-05 01:57:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.004349 10.0.0.133 - - [2026-03-05 01:57:51] "POST /config-nodes HTTP/1.1" 200 601 0.070597 10.0.0.33 - - [2026-03-05 01:57:51] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.534374 10.0.0.65 - - [2026-03-05 01:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.120705 10.0.0.65 - - [2026-03-05 01:57:51] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007089 10.0.0.65 - - [2026-03-05 01:57:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.003838 10.0.0.65 - - [2026-03-05 01:57:51] "POST /config-database-nodes HTTP/1.1" 200 619 0.073220 10.0.0.65 - - [2026-03-05 01:57:51] "GET / HTTP/1.1" 200 36215 0.001265 10.0.0.65 - - [2026-03-05 01:57:51] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000383 10.0.0.133 - - [2026-03-05 01:57:51] "GET / HTTP/1.1" 200 36215 0.002067 10.0.0.133 - - [2026-03-05 01:57:51] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000473 10.0.0.65 - - [2026-03-05 01:57:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.370394 10.0.0.133 - - [2026-03-05 01:57:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.083624 10.0.0.33 - - [2026-03-05 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.33 - - [2026-03-05 01:57:56] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1218 0.004129 10.0.0.33 - - [2026-03-05 01:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.33 - - [2026-03-05 01:57:56] "PUT /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f HTTP/1.1" 200 277 0.024230 10.0.0.65 - - [2026-03-05 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008521 10.0.0.65 - - [2026-03-05 01:57:57] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004506 10.0.0.133 - - [2026-03-05 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.133 - - [2026-03-05 01:57:57] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.006666 10.0.0.65 - - [2026-03-05 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.133 - - [2026-03-05 01:57:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.65 - - [2026-03-05 01:57:57] "PUT /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f HTTP/1.1" 200 277 0.017133 10.0.0.133 - - [2026-03-05 01:57:57] "PUT /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f HTTP/1.1" 200 277 0.023530 10.0.0.133 - - [2026-03-05 01:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.133 - - [2026-03-05 01:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.33 - - [2026-03-05 01:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.133 - - [2026-03-05 01:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.33 - - [2026-03-05 01:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000449 10.0.0.33 - - [2026-03-05 01:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.133 - - [2026-03-05 01:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000319 10.0.0.65 - - [2026-03-05 01:58:03] "GET /network-ipam/b1b11541-6883-4f17-9536-ae76edf03324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.103816 10.0.0.33 - - [2026-03-05 01:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.65 - - [2026-03-05 01:58:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.65 - - [2026-03-05 01:58:04] "POST /fqname-to-id HTTP/1.1" 404 224 0.004026 10.0.0.65 - - [2026-03-05 01:58:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.65 - - [2026-03-05 01:58:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000326 10.0.0.65 - - [2026-03-05 01:58:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.65 - - [2026-03-05 01:58:04] "POST /ref-update HTTP/1.1" 200 156 0.018406 10.0.0.65 - - [2026-03-05 01:58:04] "POST /route-targets HTTP/1.1" 200 328 0.014246 10.0.0.65 - - [2026-03-05 01:58:04] "POST /ref-update HTTP/1.1" 200 156 0.020862 10.0.0.65 - - [2026-03-05 01:58:04] "PUT /access-control-list/b0bbd38f-77e2-48be-ac5e-7c73afb2d6a1 HTTP/1.1" 200 273 0.021651 10.0.0.65 - - [2026-03-05 01:58:49] "POST /ref-update HTTP/1.1" 200 156 0.023647 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.65 - - [2026-03-05 02:01:49] "GET /obj-perms HTTP/1.1" 200 5056 0.360209 10.0.0.33 - - [2026-03-05 02:02:50] "GET /obj-perms HTTP/1.1" 200 5056 0.066449 10.0.0.133 - - [2026-03-05 02:02:50] "GET /obj-perms HTTP/1.1" 200 5056 0.057064 10.0.0.133 - - [2026-03-05 02:03:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.133 - - [2026-03-05 02:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.33 - - [2026-03-05 02:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.33 - - [2026-03-05 02:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000511 10.0.0.133 - - [2026-03-05 02:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.133 - - [2026-03-05 02:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.33 - - [2026-03-05 02:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.33 - - [2026-03-05 02:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000319 10.0.0.65 - - [2026-03-05 02:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.65 - - [2026-03-05 02:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.65 - - [2026-03-05 02:03:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.65 - - [2026-03-05 02:03:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 [Introspect:8084]10.0.0.133 - - [2026-03-05 02:03:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000898 [Introspect:8084]10.0.0.133 - - [2026-03-05 02:03:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000756 10.0.0.65 - - [2026-03-05 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.027717 [Introspect:8084]10.0.0.133 - - [2026-03-05 02:03:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000827 [Introspect:8084]10.0.0.133 - - [2026-03-05 02:03:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000795 10.0.0.65 - - [2026-03-05 02:05:21] "GET / HTTP/1.1" 200 36215 0.001609 10.0.0.65 - - [2026-03-05 02:05:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000588 10.0.0.65 - - [2026-03-05 02:05:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.061045 10.0.0.133 - - [2026-03-05 02:05:23] "GET /projects?obj_uuids=367360a7-d24a-4d10-b862-ef179cccdecd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.064691 10.0.0.133 - - [2026-03-05 02:05:23] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.133 - - [2026-03-05 02:05:23] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030889 10.0.0.133 - - [2026-03-05 02:05:23] "POST /id-to-fqname HTTP/1.1" 200 188 0.003227 10.0.0.133 - - [2026-03-05 02:05:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.002816 10.0.0.133 - - [2026-03-05 02:05:23] "POST /security-groups HTTP/1.1" 200 589 0.043250 10.0.0.133 - - [2026-03-05 02:05:23] "POST /projects HTTP/1.1" 200 581 0.262414 10.0.0.65 - - [2026-03-05 02:05:23] "POST /fqname-to-id HTTP/1.1" 404 232 0.026501 10.0.0.133 - - [2026-03-05 02:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.337892 10.0.0.65 - - [2026-03-05 02:05:23] "GET /project/367360a7-d24a-4d10-b862-ef179cccdecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.558245 10.0.0.65 - - [2026-03-05 02:05:23] "POST /access-control-lists HTTP/1.1" 200 594 0.060416 10.0.0.65 - - [2026-03-05 02:05:24] "GET / HTTP/1.1" 200 36215 0.002227 10.0.0.133 - - [2026-03-05 02:05:27] "GET /projects?obj_uuids=367360a7-d24a-4d10-b862-ef179cccdecd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.65 - - [2026-03-05 02:05:27] "GET /project/367360a7-d24a-4d10-b862-ef179cccdecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.065009 10.0.0.133 - - [2026-03-05 02:05:27] "GET /projects?obj_uuids=367360a7-d24a-4d10-b862-ef179cccdecd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002125 10.0.0.65 - - [2026-03-05 02:05:27] "GET /project/367360a7-d24a-4d10-b862-ef179cccdecd?fields=virtual_networks HTTP/1.1" 200 1030 0.077816 10.0.0.133 - - [2026-03-05 02:05:28] "GET /projects?obj_uuids=367360a7-d24a-4d10-b862-ef179cccdecd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.65 - - [2026-03-05 02:05:28] "GET /project/367360a7-d24a-4d10-b862-ef179cccdecd?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.042858 10.0.0.133 - - [2026-03-05 02:05:28] "GET /projects?obj_uuids=367360a7-d24a-4d10-b862-ef179cccdecd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000886 10.0.0.65 - - [2026-03-05 02:05:28] "GET /project/367360a7-d24a-4d10-b862-ef179cccdecd?fields=security_groups HTTP/1.1" 200 1255 0.074128 10.0.0.133 - - [2026-03-05 02:05:28] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003016 10.0.0.133 - - [2026-03-05 02:05:28] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000802 10.0.0.133 - - [2026-03-05 02:05:28] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007612 10.0.0.133 - - [2026-03-05 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 167 0.005858 10.0.0.133 - - [2026-03-05 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 176 0.008657 10.0.0.133 - - [2026-03-05 02:05:29] "POST /security-groups HTTP/1.1" 200 568 0.038972 10.0.0.133 - - [2026-03-05 02:05:29] "POST /projects HTTP/1.1" 200 539 0.288291 10.0.0.65 - - [2026-03-05 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.006994 10.0.0.133 - - [2026-03-05 02:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.361915 10.0.0.65 - - [2026-03-05 02:05:29] "GET /project/2ddec3c9-d075-47ef-bbd7-70ab863c6a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.517756 [Introspect:8084]10.0.0.65 - - [2026-03-05 02:05:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001002 [Introspect:8084]10.0.0.65 - - [2026-03-05 02:05:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001024 10.0.0.133 - - [2026-03-05 02:05:46] "DELETE /project/2ddec3c9d07547efbbd770ab863c6a6f HTTP/1.1" 404 173 0.005456 10.0.0.133 - - [2026-03-05 02:05:46] "DELETE /project/367360a7d24a4d10b862ef179cccdecd HTTP/1.1" 404 173 0.006110 10.0.0.133 - - [2026-03-05 02:05:46] "GET /projects?obj_uuids=367360a7-d24a-4d10-b862-ef179cccdecd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000732 10.0.0.133 - - [2026-03-05 02:05:46] "GET /project/367360a7-d24a-4d10-b862-ef179cccdecd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.053503 10.0.0.133 - - [2026-03-05 02:05:46] "GET /projects?obj_uuids=367360a7-d24a-4d10-b862-ef179cccdecd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.133 - - [2026-03-05 02:05:46] "GET /project/367360a7-d24a-4d10-b862-ef179cccdecd?fields=security_groups HTTP/1.1" 200 1357 0.071942 10.0.0.133 - - [2026-03-05 02:05:46] "DELETE /security-group/63a5c2b4-503e-44a8-936e-f5035f308d16 HTTP/1.1" 200 115 0.072767 10.0.0.133 - - [2026-03-05 02:05:46] "GET /projects?obj_uuids=367360a7-d24a-4d10-b862-ef179cccdecd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.133 - - [2026-03-05 02:05:46] "GET /project/367360a7-d24a-4d10-b862-ef179cccdecd?fields=application_policy_sets HTTP/1.1" 200 1396 0.062346 10.0.0.65 - - [2026-03-05 02:05:46] "DELETE /access-control-list/988c73f2-8f6f-4a0a-8dde-61779db3004d HTTP/1.1" 200 115 0.054819 10.0.0.133 - - [2026-03-05 02:05:46] "DELETE /project/367360a7-d24a-4d10-b862-ef179cccdecd HTTP/1.1" 200 115 0.492832 [Introspect:8084]10.0.0.65 - - [2026-03-05 02:05:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001007 [Introspect:8084]10.0.0.65 - - [2026-03-05 02:06:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001626 10.0.0.133 - - [2026-03-05 02:06:02] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000920 10.0.0.65 - - [2026-03-05 02:06:02] "GET /project/2ddec3c9-d075-47ef-bbd7-70ab863c6a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.060790 10.0.0.133 - - [2026-03-05 02:06:03] "GET /obj-perms HTTP/1.1" 200 5056 0.065027 [Introspect:8084]10.0.0.65 - - [2026-03-05 02:06:05] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000570 10.0.0.65 - - [2026-03-05 02:06:05] "GET /obj-perms HTTP/1.1" 200 5056 0.053642 10.0.0.65 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004505 10.0.0.65 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004303 10.0.0.65 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004503 10.0.0.65 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004950 10.0.0.65 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.003964 10.0.0.65 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004067 10.0.0.65 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004129 10.0.0.65 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004002 10.0.0.65 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.003618 10.0.0.65 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.003584 10.0.0.133 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004097 10.0.0.65 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.004428 10.0.0.133 - - [2026-03-05 02:06:06] "GET /obj-perms HTTP/1.1" 200 5056 0.003583 10.0.0.133 - - [2026-03-05 02:06:07] "GET /obj-perms HTTP/1.1" 200 5056 0.003942 10.0.0.133 - - [2026-03-05 02:06:07] "GET /obj-perms HTTP/1.1" 200 5056 0.003681 10.0.0.65 - - [2026-03-05 02:06:08] "GET /obj-perms HTTP/1.1" 200 5056 0.004099 10.0.0.65 - - [2026-03-05 02:06:08] "GET /obj-perms HTTP/1.1" 200 5056 0.043605 10.0.0.65 - - [2026-03-05 02:06:08] "GET /obj-perms HTTP/1.1" 200 5056 0.003594 10.0.0.65 - - [2026-03-05 02:06:08] "GET /obj-perms HTTP/1.1" 200 5056 0.004493 10.0.0.65 - - [2026-03-05 02:06:08] "GET /obj-perms HTTP/1.1" 200 5056 0.003841 10.0.0.65 - - [2026-03-05 02:06:08] "GET /obj-perms HTTP/1.1" 200 5056 0.003685 10.0.0.65 - - [2026-03-05 02:06:08] "GET /obj-perms HTTP/1.1" 200 5056 0.003733 10.0.0.65 - - [2026-03-05 02:06:09] "GET /obj-perms HTTP/1.1" 200 5056 0.004078 10.0.0.65 - - [2026-03-05 02:06:09] "GET /obj-perms HTTP/1.1" 200 5056 0.003554 10.0.0.65 - - [2026-03-05 02:06:09] "GET /obj-perms HTTP/1.1" 200 5056 0.003783 10.0.0.65 - - [2026-03-05 02:06:11] "GET /obj-perms HTTP/1.1" 200 5056 0.004471 10.0.0.65 - - [2026-03-05 02:06:11] "GET /obj-perms HTTP/1.1" 200 5056 0.003734 10.0.0.65 - - [2026-03-05 02:06:12] "GET /obj-perms HTTP/1.1" 200 5056 0.003813 10.0.0.65 - - [2026-03-05 02:06:12] "GET /obj-perms HTTP/1.1" 200 5056 0.005599 10.0.0.65 - - [2026-03-05 02:06:13] "GET /obj-perms HTTP/1.1" 200 5056 0.004280 10.0.0.65 - - [2026-03-05 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.022569 10.0.0.133 - - [2026-03-05 02:06:14] "GET /projects?obj_uuids=299e96ed-61ba-41f1-bced-2a51a1073324&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003138 10.0.0.133 - - [2026-03-05 02:06:14] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.133 - - [2026-03-05 02:06:14] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006905 10.0.0.133 - - [2026-03-05 02:06:14] "POST /id-to-fqname HTTP/1.1" 200 201 0.004979 10.0.0.133 - - [2026-03-05 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 210 0.007186 10.0.0.133 - - [2026-03-05 02:06:14] "POST /security-groups HTTP/1.1" 200 602 0.033256 10.0.0.133 - - [2026-03-05 02:06:14] "POST /projects HTTP/1.1" 200 607 0.275556 10.0.0.133 - - [2026-03-05 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.355272 10.0.0.65 - - [2026-03-05 02:06:14] "POST /fqname-to-id HTTP/1.1" 404 244 0.010380 10.0.0.65 - - [2026-03-05 02:06:14] "GET /project/299e96ed-61ba-41f1-bced-2a51a1073324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.520651 10.0.0.65 - - [2026-03-05 02:06:16] "GET / HTTP/1.1" 200 36215 0.001355 10.0.0.65 - - [2026-03-05 02:06:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.65 - - [2026-03-05 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.055628 10.0.0.133 - - [2026-03-05 02:06:17] "GET /projects?obj_uuids=299e96ed-61ba-41f1-bced-2a51a1073324&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000823 10.0.0.65 - - [2026-03-05 02:06:17] "GET /project/299e96ed-61ba-41f1-bced-2a51a1073324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.071635 10.0.0.65 - - [2026-03-05 02:06:18] "POST /ref-update HTTP/1.1" 200 156 0.038713 10.0.0.133 - - [2026-03-05 02:06:18] "POST /useragent-kv HTTP/1.1" 200 115 0.013733 10.0.0.65 - - [2026-03-05 02:06:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.279704 10.0.0.65 - - [2026-03-05 02:06:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.002089 10.0.0.65 - - [2026-03-05 02:06:18] "GET /virtual-network/76a82a26-7091-4d73-afa5-75dd6a4e30e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.011485 10.0.0.65 - - [2026-03-05 02:06:18] "GET /virtual-network/76a82a26-7091-4d73-afa5-75dd6a4e30e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005677 10.0.0.65 - - [2026-03-05 02:06:18] "POST /neutron/network HTTP/1.1" 200 838 0.006766 10.0.0.65 - - [2026-03-05 02:06:19] "GET /virtual-network/76a82a26-7091-4d73-afa5-75dd6a4e30e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006380 10.0.0.65 - - [2026-03-05 02:06:19] "GET /obj-perms HTTP/1.1" 200 5052 0.062321 10.0.0.33 - - [2026-03-05 02:06:19] "GET /obj-perms HTTP/1.1" 200 5052 0.048944 10.0.0.65 - - [2026-03-05 02:06:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001271 10.0.0.133 - - [2026-03-05 02:06:22] "GET /projects?obj_uuids=299e96ed-61ba-41f1-bced-2a51a1073324&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001020 10.0.0.65 - - [2026-03-05 02:06:22] "GET /project/299e96ed-61ba-41f1-bced-2a51a1073324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.092465 10.0.0.65 - - [2026-03-05 02:06:23] "POST /neutron/network HTTP/1.1" 200 838 0.030756 10.0.0.65 - - [2026-03-05 02:06:23] "POST /neutron/port HTTP/1.1" 200 117 0.007018 10.0.0.65 - - [2026-03-05 02:06:25] "POST /neutron/port HTTP/1.1" 200 1070 0.047204 10.0.0.65 - - [2026-03-05 02:06:25] "POST /neutron/port HTTP/1.1" 200 1134 0.020166 10.0.0.65 - - [2026-03-05 02:06:25] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.65 - - [2026-03-05 02:06:28] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007312 10.0.0.65 - - [2026-03-05 02:06:36] "GET /obj-perms HTTP/1.1" 200 5052 0.005069 10.0.0.65 - - [2026-03-05 02:06:39] "POST /neutron/network HTTP/1.1" 200 838 0.009414 10.0.0.65 - - [2026-03-05 02:06:39] "POST /neutron/port HTTP/1.1" 200 1124 0.013962 10.0.0.65 - - [2026-03-05 02:06:41] "POST /neutron/network HTTP/1.1" 200 838 0.008935 10.0.0.133 - - [2026-03-05 02:06:42] "GET /projects?obj_uuids=299e96ed-61ba-41f1-bced-2a51a1073324&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000866 10.0.0.65 - - [2026-03-05 02:06:42] "GET /project/299e96ed-61ba-41f1-bced-2a51a1073324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.065777 10.0.0.133 - - [2026-03-05 02:06:42] "GET /projects?obj_uuids=299e96ed-61ba-41f1-bced-2a51a1073324&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000829 10.0.0.65 - - [2026-03-05 02:06:42] "GET /project/299e96ed-61ba-41f1-bced-2a51a1073324?fields=virtual_networks HTTP/1.1" 200 1056 0.048351 10.0.0.133 - - [2026-03-05 02:06:42] "GET /projects?obj_uuids=299e96ed-61ba-41f1-bced-2a51a1073324&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001507 10.0.0.65 - - [2026-03-05 02:06:42] "GET /project/299e96ed-61ba-41f1-bced-2a51a1073324?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.066151 10.0.0.133 - - [2026-03-05 02:06:42] "GET /projects?obj_uuids=299e96ed-61ba-41f1-bced-2a51a1073324&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000860 10.0.0.65 - - [2026-03-05 02:06:42] "GET /project/299e96ed-61ba-41f1-bced-2a51a1073324?fields=security_groups HTTP/1.1" 200 1294 0.059464 10.0.0.133 - - [2026-03-05 02:06:43] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001045 10.0.0.65 - - [2026-03-05 02:06:43] "GET /project/2ddec3c9-d075-47ef-bbd7-70ab863c6a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.049737 10.0.0.133 - - [2026-03-05 02:06:46] "DELETE /project/299e96ed61ba41f1bced2a51a1073324 HTTP/1.1" 404 173 0.003439 10.0.0.133 - - [2026-03-05 02:06:46] "GET /projects?obj_uuids=299e96ed-61ba-41f1-bced-2a51a1073324&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000887 10.0.0.133 - - [2026-03-05 02:06:46] "GET /project/299e96ed-61ba-41f1-bced-2a51a1073324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.070991 10.0.0.133 - - [2026-03-05 02:06:46] "GET /projects?obj_uuids=299e96ed-61ba-41f1-bced-2a51a1073324&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001768 10.0.0.133 - - [2026-03-05 02:06:46] "GET /project/299e96ed-61ba-41f1-bced-2a51a1073324?fields=security_groups HTTP/1.1" 200 1396 0.041389 10.0.0.133 - - [2026-03-05 02:06:47] "DELETE /security-group/14f7beeb-27c9-4204-ad70-7b3f3c612bad HTTP/1.1" 200 115 0.066412 10.0.0.133 - - [2026-03-05 02:06:47] "GET /projects?obj_uuids=299e96ed-61ba-41f1-bced-2a51a1073324&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001871 10.0.0.65 - - [2026-03-05 02:06:47] "DELETE /access-control-list/ca52b03a-0dff-49ab-9ddb-1488aae0b928 HTTP/1.1" 200 115 0.041665 10.0.0.133 - - [2026-03-05 02:06:47] "GET /project/299e96ed-61ba-41f1-bced-2a51a1073324?fields=application_policy_sets HTTP/1.1" 200 1435 0.094948 10.0.0.133 - - [2026-03-05 02:06:47] "DELETE /project/299e96ed-61ba-41f1-bced-2a51a1073324 HTTP/1.1" 200 115 0.578496 10.0.0.133 - - [2026-03-05 02:06:49] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001277 10.0.0.65 - - [2026-03-05 02:06:49] "GET /project/2ddec3c9-d075-47ef-bbd7-70ab863c6a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.055054 10.0.0.65 - - [2026-03-05 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.027378 10.0.0.133 - - [2026-03-05 02:06:52] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003202 10.0.0.133 - - [2026-03-05 02:06:52] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.133 - - [2026-03-05 02:06:52] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007315 10.0.0.133 - - [2026-03-05 02:06:52] "POST /id-to-fqname HTTP/1.1" 200 202 0.005348 10.0.0.133 - - [2026-03-05 02:06:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.005023 10.0.0.133 - - [2026-03-05 02:06:52] "POST /security-groups HTTP/1.1" 200 603 0.089450 10.0.0.133 - - [2026-03-05 02:06:52] "POST /projects HTTP/1.1" 200 609 0.321439 10.0.0.65 - - [2026-03-05 02:06:52] "POST /access-control-lists HTTP/1.1" 200 610 0.028306 10.0.0.133 - - [2026-03-05 02:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.402799 10.0.0.65 - - [2026-03-05 02:06:52] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.547149 10.0.0.65 - - [2026-03-05 02:06:53] "GET /obj-perms HTTP/1.1" 200 5056 0.114699 10.0.0.65 - - [2026-03-05 02:06:54] "GET / HTTP/1.1" 200 36215 0.001675 10.0.0.65 - - [2026-03-05 02:06:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.65 - - [2026-03-05 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.053296 10.0.0.133 - - [2026-03-05 02:06:55] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000826 10.0.0.65 - - [2026-03-05 02:06:55] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044646 10.0.0.133 - - [2026-03-05 02:06:55] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000947 10.0.0.65 - - [2026-03-05 02:06:55] "POST /neutron/network HTTP/1.1" 200 703 0.158722 10.0.0.65 - - [2026-03-05 02:06:55] "POST /route-targets HTTP/1.1" 200 328 0.025281 10.0.0.65 - - [2026-03-05 02:06:56] "POST /id-to-fqname HTTP/1.1" 200 275 0.005772 10.0.0.65 - - [2026-03-05 02:06:56] "GET /virtual-network/cdf73b55-f1db-4dc3-9daf-4c836f54d273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.005285 10.0.0.65 - - [2026-03-05 02:06:56] "POST /neutron/network HTTP/1.1" 200 923 0.011448 10.0.0.65 - - [2026-03-05 02:06:56] "GET /virtual-network/cdf73b55-f1db-4dc3-9daf-4c836f54d273?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.005392 10.0.0.65 - - [2026-03-05 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.133 - - [2026-03-05 02:06:56] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000960 10.0.0.65 - - [2026-03-05 02:06:56] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.044533 10.0.0.65 - - [2026-03-05 02:06:56] "POST /neutron/network HTTP/1.1" 200 117 0.013154 10.0.0.65 - - [2026-03-05 02:06:56] "POST /ref-update HTTP/1.1" 200 156 0.027182 10.0.0.65 - - [2026-03-05 02:06:56] "POST /neutron/network HTTP/1.1" 200 920 0.008409 10.0.0.65 - - [2026-03-05 02:06:56] "POST /id-to-fqname HTTP/1.1" 200 275 0.001014 10.0.0.65 - - [2026-03-05 02:06:56] "GET /virtual-network/8f4fe627-c7b1-4da8-acc9-d9e60c40ebb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.004570 10.0.0.65 - - [2026-03-05 02:06:56] "GET /virtual-network/8f4fe627-c7b1-4da8-acc9-d9e60c40ebb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2190 0.005912 10.0.0.65 - - [2026-03-05 02:06:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.008184 10.0.0.65 - - [2026-03-05 02:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.133 - - [2026-03-05 02:06:56] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.65 - - [2026-03-05 02:06:56] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.043594 10.0.0.133 - - [2026-03-05 02:06:57] "POST /useragent-kv HTTP/1.1" 200 115 0.013646 10.0.0.65 - - [2026-03-05 02:06:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.195238 10.0.0.65 - - [2026-03-05 02:06:57] "POST /id-to-fqname HTTP/1.1" 200 276 0.001345 10.0.0.65 - - [2026-03-05 02:06:57] "GET /virtual-network/25664aa3-c261-474a-9c01-806fd05806a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.004870 10.0.0.65 - - [2026-03-05 02:06:57] "GET /virtual-network/25664aa3-c261-474a-9c01-806fd05806a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2201 0.005459 10.0.0.65 - - [2026-03-05 02:06:57] "POST /neutron/network HTTP/1.1" 200 925 0.006621 10.0.0.65 - - [2026-03-05 02:06:57] "POST /id-to-fqname HTTP/1.1" 200 275 0.001215 10.0.0.133 - - [2026-03-05 02:06:58] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.65 - - [2026-03-05 02:06:58] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.074505 10.0.0.65 - - [2026-03-05 02:06:58] "POST /neutron/network HTTP/1.1" 200 920 0.005993 10.0.0.65 - - [2026-03-05 02:06:58] "POST /id-to-fqname HTTP/1.1" 200 276 0.001548 10.0.0.65 - - [2026-03-05 02:06:58] "POST /neutron/port HTTP/1.1" 200 117 0.020683 10.0.0.133 - - [2026-03-05 02:06:59] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.65 - - [2026-03-05 02:06:59] "POST /neutron/port HTTP/1.1" 200 1070 0.380914 10.0.0.133 - - [2026-03-05 02:06:59] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.009277 10.0.0.65 - - [2026-03-05 02:06:59] "POST /neutron/port HTTP/1.1" 200 1124 0.163476 10.0.0.65 - - [2026-03-05 02:06:59] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.132640 10.0.0.65 - - [2026-03-05 02:07:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003878 10.0.0.65 - - [2026-03-05 02:07:00] "POST /neutron/network HTTP/1.1" 200 920 0.006053 10.0.0.65 - - [2026-03-05 02:07:00] "POST /neutron/port HTTP/1.1" 200 117 0.007079 10.0.0.65 - - [2026-03-05 02:07:01] "POST /neutron/port HTTP/1.1" 200 1073 0.044339 10.0.0.65 - - [2026-03-05 02:07:01] "POST /neutron/network HTTP/1.1" 200 920 0.006924 10.0.0.65 - - [2026-03-05 02:07:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004822 10.0.0.65 - - [2026-03-05 02:07:02] "POST /neutron/network HTTP/1.1" 200 925 0.006450 10.0.0.65 - - [2026-03-05 02:07:02] "POST /neutron/port HTTP/1.1" 200 151 0.201157 10.0.0.65 - - [2026-03-05 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.65 - - [2026-03-05 02:07:04] "POST /neutron/network HTTP/1.1" 200 925 0.005882 10.0.0.65 - - [2026-03-05 02:07:06] "POST /neutron/network HTTP/1.1" 400 204 0.016737 10.0.0.65 - - [2026-03-05 02:07:06] "POST /neutron/port HTTP/1.1" 200 151 0.185232 10.0.0.65 - - [2026-03-05 02:07:07] "POST /neutron/network HTTP/1.1" 200 117 0.022693 10.0.0.133 - - [2026-03-05 02:07:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006482 10.0.0.133 - - [2026-03-05 02:07:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008328 10.0.0.65 - - [2026-03-05 02:07:08] "POST /neutron/network HTTP/1.1" 200 151 0.125099 10.0.0.65 - - [2026-03-05 02:07:08] "DELETE /route-target/552154dc-cb70-4cfe-ab7f-d50eb417ac93 HTTP/1.1" 200 115 0.047874 10.0.0.133 - - [2026-03-05 02:07:08] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.65 - - [2026-03-05 02:07:08] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.068004 10.0.0.133 - - [2026-03-05 02:07:08] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000801 10.0.0.65 - - [2026-03-05 02:07:08] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?fields=virtual_networks HTTP/1.1" 200 1059 0.070294 10.0.0.133 - - [2026-03-05 02:07:08] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.65 - - [2026-03-05 02:07:08] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.066267 10.0.0.133 - - [2026-03-05 02:07:08] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000871 10.0.0.65 - - [2026-03-05 02:07:08] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?fields=security_groups HTTP/1.1" 200 1298 0.044692 10.0.0.65 - - [2026-03-05 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 190 0.025197 10.0.0.133 - - [2026-03-05 02:07:09] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003078 10.0.0.133 - - [2026-03-05 02:07:10] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.133 - - [2026-03-05 02:07:10] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008681 10.0.0.133 - - [2026-03-05 02:07:10] "POST /id-to-fqname HTTP/1.1" 200 192 0.021004 10.0.0.133 - - [2026-03-05 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.006112 10.0.0.133 - - [2026-03-05 02:07:10] "POST /security-groups HTTP/1.1" 200 593 0.081913 10.0.0.65 - - [2026-03-05 02:07:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.003047 10.0.0.133 - - [2026-03-05 02:07:10] "POST /projects HTTP/1.1" 200 589 0.355391 10.0.0.133 - - [2026-03-05 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.396317 10.0.0.65 - - [2026-03-05 02:07:10] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.578961 10.0.0.65 - - [2026-03-05 02:07:10] "POST /access-control-lists HTTP/1.1" 200 598 0.103528 10.0.0.65 - - [2026-03-05 02:07:11] "GET / HTTP/1.1" 200 36215 0.001616 10.0.0.65 - - [2026-03-05 02:07:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000578 10.0.0.65 - - [2026-03-05 02:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.068424 10.0.0.133 - - [2026-03-05 02:07:12] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001313 10.0.0.65 - - [2026-03-05 02:07:12] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.062518 10.0.0.65 - - [2026-03-05 02:07:12] "POST /neutron/network HTTP/1.1" 200 117 0.036420 10.0.0.65 - - [2026-03-05 02:07:13] "POST /neutron/network HTTP/1.1" 200 893 0.011198 10.0.0.65 - - [2026-03-05 02:07:13] "POST /id-to-fqname HTTP/1.1" 200 255 0.000939 10.0.0.65 - - [2026-03-05 02:07:13] "GET /virtual-network/ff3a4649-90ee-45bf-b27d-357637bad7ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.005389 10.0.0.65 - - [2026-03-05 02:07:13] "GET /virtual-network/ff3a4649-90ee-45bf-b27d-357637bad7ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2149 0.004934 10.0.0.65 - - [2026-03-05 02:07:13] "POST /neutron/subnet HTTP/1.1" 200 730 0.009908 10.0.0.65 - - [2026-03-05 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.133 - - [2026-03-05 02:07:13] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001360 10.0.0.65 - - [2026-03-05 02:07:13] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.050708 10.0.0.65 - - [2026-03-05 02:07:13] "POST /route-targets HTTP/1.1" 200 328 0.021111 10.0.0.133 - - [2026-03-05 02:07:13] "POST /useragent-kv HTTP/1.1" 200 115 0.006200 10.0.0.65 - - [2026-03-05 02:07:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.229711 10.0.0.65 - - [2026-03-05 02:07:13] "POST /id-to-fqname HTTP/1.1" 200 255 0.001148 10.0.0.65 - - [2026-03-05 02:07:13] "GET /virtual-network/e08ad6d6-57c7-48ca-b5c7-172aaa0f088e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005453 10.0.0.65 - - [2026-03-05 02:07:13] "GET /virtual-network/e08ad6d6-57c7-48ca-b5c7-172aaa0f088e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005241 10.0.0.65 - - [2026-03-05 02:07:13] "POST /neutron/network HTTP/1.1" 200 894 0.006129 10.0.0.65 - - [2026-03-05 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.133 - - [2026-03-05 02:07:13] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000855 10.0.0.65 - - [2026-03-05 02:07:13] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.058214 10.0.0.133 - - [2026-03-05 02:07:14] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000864 10.0.0.65 - - [2026-03-05 02:07:14] "POST /neutron/network HTTP/1.1" 200 675 0.163912 10.0.0.65 - - [2026-03-05 02:07:14] "POST /ref-update HTTP/1.1" 200 156 0.026038 10.0.0.65 - - [2026-03-05 02:07:14] "POST /id-to-fqname HTTP/1.1" 200 256 0.003481 10.0.0.65 - - [2026-03-05 02:07:14] "GET /virtual-network/3e655fa0-2219-4a25-91f9-127285a88012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.009420 10.0.0.65 - - [2026-03-05 02:07:14] "POST /neutron/network HTTP/1.1" 200 896 0.005725 10.0.0.65 - - [2026-03-05 02:07:14] "GET /virtual-network/3e655fa0-2219-4a25-91f9-127285a88012?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004954 10.0.0.65 - - [2026-03-05 02:07:14] "POST /id-to-fqname HTTP/1.1" 200 255 0.001150 10.0.0.65 - - [2026-03-05 02:07:14] "POST /neutron/network HTTP/1.1" 200 904 0.008189 10.0.0.133 - - [2026-03-05 02:07:15] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000840 10.0.0.65 - - [2026-03-05 02:07:15] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.050337 10.0.0.65 - - [2026-03-05 02:07:15] "POST /neutron/port HTTP/1.1" 200 117 0.008220 10.0.0.65 - - [2026-03-05 02:07:15] "POST /id-to-fqname HTTP/1.1" 200 256 0.001590 10.0.0.65 - - [2026-03-05 02:07:16] "POST /neutron/network HTTP/1.1" 200 904 0.007335 10.0.0.65 - - [2026-03-05 02:07:16] "POST /neutron/port HTTP/1.1" 200 1064 0.017409 10.0.0.133 - - [2026-03-05 02:07:16] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000936 10.0.0.65 - - [2026-03-05 02:07:16] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.104453 10.0.0.65 - - [2026-03-05 02:07:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004414 10.0.0.65 - - [2026-03-05 02:07:16] "POST /neutron/port HTTP/1.1" 200 117 0.001038 10.0.0.65 - - [2026-03-05 02:07:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008010 10.0.0.133 - - [2026-03-05 02:07:17] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001322 10.0.0.65 - - [2026-03-05 02:07:17] "POST /neutron/port HTTP/1.1" 200 1064 0.333225 10.0.0.65 - - [2026-03-05 02:07:18] "POST /neutron/port HTTP/1.1" 200 1118 0.123387 10.0.0.65 - - [2026-03-05 02:07:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.008163 10.0.0.65 - - [2026-03-05 02:07:18] "POST /neutron/network HTTP/1.1" 200 894 0.007417 10.0.0.65 - - [2026-03-05 02:07:19] "POST /neutron/port HTTP/1.1" 200 1118 0.021355 10.0.0.65 - - [2026-03-05 02:07:19] "POST /neutron/port HTTP/1.1" 200 1118 0.013802 10.0.0.65 - - [2026-03-05 02:07:20] "POST /neutron/network HTTP/1.1" 200 894 0.006487 10.0.0.133 - - [2026-03-05 02:07:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004234 10.0.0.65 - - [2026-03-05 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005469 10.0.0.133 - - [2026-03-05 02:07:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003511 10.0.0.65 - - [2026-03-05 02:07:21] "POST /neutron/network HTTP/1.1" 200 151 0.136158 10.0.0.133 - - [2026-03-05 02:07:21] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000834 10.0.0.65 - - [2026-03-05 02:07:21] "DELETE /route-target/2619e632-6232-4104-9ce1-0020a7145a3d HTTP/1.1" 200 115 0.026581 10.0.0.65 - - [2026-03-05 02:07:21] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052555 10.0.0.133 - - [2026-03-05 02:07:21] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.65 - - [2026-03-05 02:07:21] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?fields=virtual_networks HTTP/1.1" 200 1039 0.063869 10.0.0.133 - - [2026-03-05 02:07:21] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.65 - - [2026-03-05 02:07:21] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.045301 10.0.0.133 - - [2026-03-05 02:07:21] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001172 10.0.0.65 - - [2026-03-05 02:07:21] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?fields=security_groups HTTP/1.1" 200 1268 0.048978 10.0.0.65 - - [2026-03-05 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.037726 10.0.0.133 - - [2026-03-05 02:07:22] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002878 10.0.0.133 - - [2026-03-05 02:07:22] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.133 - - [2026-03-05 02:07:22] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008517 10.0.0.133 - - [2026-03-05 02:07:22] "POST /id-to-fqname HTTP/1.1" 200 198 0.002785 10.0.0.133 - - [2026-03-05 02:07:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.009460 10.0.0.133 - - [2026-03-05 02:07:22] "POST /security-groups HTTP/1.1" 200 599 0.041620 10.0.0.133 - - [2026-03-05 02:07:22] "POST /projects HTTP/1.1" 200 601 0.265266 10.0.0.133 - - [2026-03-05 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.304546 10.0.0.65 - - [2026-03-05 02:07:23] "POST /fqname-to-id HTTP/1.1" 404 241 0.014542 10.0.0.65 - - [2026-03-05 02:07:23] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.455635 10.0.0.65 - - [2026-03-05 02:07:24] "GET / HTTP/1.1" 200 36215 0.001349 10.0.0.65 - - [2026-03-05 02:07:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.65 - - [2026-03-05 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.051049 10.0.0.133 - - [2026-03-05 02:07:24] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.65 - - [2026-03-05 02:07:24] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057636 10.0.0.65 - - [2026-03-05 02:07:25] "POST /neutron/network HTTP/1.1" 200 117 0.040523 10.0.0.65 - - [2026-03-05 02:07:25] "POST /ref-update HTTP/1.1" 200 156 0.043727 10.0.0.65 - - [2026-03-05 02:07:25] "POST /neutron/network HTTP/1.1" 200 911 0.013885 10.0.0.65 - - [2026-03-05 02:07:25] "POST /id-to-fqname HTTP/1.1" 200 267 0.001719 10.0.0.65 - - [2026-03-05 02:07:25] "GET /virtual-network/933c8777-6de7-4323-ac8f-13971459f075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.014415 10.0.0.65 - - [2026-03-05 02:07:25] "GET /virtual-network/933c8777-6de7-4323-ac8f-13971459f075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.008642 10.0.0.65 - - [2026-03-05 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.011635 10.0.0.65 - - [2026-03-05 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.133 - - [2026-03-05 02:07:25] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000834 10.0.0.65 - - [2026-03-05 02:07:25] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041661 10.0.0.133 - - [2026-03-05 02:07:26] "POST /useragent-kv HTTP/1.1" 200 115 0.012945 10.0.0.65 - - [2026-03-05 02:07:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.207317 10.0.0.65 - - [2026-03-05 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001210 10.0.0.65 - - [2026-03-05 02:07:26] "GET /virtual-network/b279864e-1415-4ea4-b0f6-c3d4cc1476b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.006354 10.0.0.65 - - [2026-03-05 02:07:26] "GET /virtual-network/b279864e-1415-4ea4-b0f6-c3d4cc1476b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2173 0.005169 10.0.0.65 - - [2026-03-05 02:07:26] "POST /neutron/network HTTP/1.1" 200 909 0.005838 10.0.0.65 - - [2026-03-05 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.133 - - [2026-03-05 02:07:26] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000779 10.0.0.65 - - [2026-03-05 02:07:26] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.036718 10.0.0.133 - - [2026-03-05 02:07:26] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000839 10.0.0.65 - - [2026-03-05 02:07:26] "POST /neutron/network HTTP/1.1" 200 693 0.143291 10.0.0.65 - - [2026-03-05 02:07:26] "POST /route-targets HTTP/1.1" 200 328 0.015238 10.0.0.65 - - [2026-03-05 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 268 0.003221 10.0.0.65 - - [2026-03-05 02:07:26] "GET /virtual-network/0529e681-ae62-409b-bf7f-2d66af465385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004534 10.0.0.65 - - [2026-03-05 02:07:26] "POST /neutron/network HTTP/1.1" 200 914 0.008614 10.0.0.65 - - [2026-03-05 02:07:26] "GET /virtual-network/0529e681-ae62-409b-bf7f-2d66af465385?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004584 10.0.0.65 - - [2026-03-05 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001113 10.0.0.133 - - [2026-03-05 02:07:47] "DELETE /project/de16649f64804290a1776d0d82e81831 HTTP/1.1" 404 173 0.008650 10.0.0.133 - - [2026-03-05 02:07:47] "DELETE /project/3cc68b46c7994b2994d70b9c3d617842 HTTP/1.1" 404 173 0.010420 10.0.0.133 - - [2026-03-05 02:07:47] "DELETE /project/d7b4a48152fc4774b4807177e9c304b5 HTTP/1.1" 404 173 0.007024 10.0.0.133 - - [2026-03-05 02:07:47] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001058 10.0.0.133 - - [2026-03-05 02:07:47] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000768 10.0.0.133 - - [2026-03-05 02:07:47] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.076040 10.0.0.133 - - [2026-03-05 02:07:47] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.092585 10.0.0.133 - - [2026-03-05 02:07:47] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002148 10.0.0.133 - - [2026-03-05 02:07:47] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001253 10.0.0.133 - - [2026-03-05 02:07:47] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?fields=security_groups HTTP/1.1" 200 1400 0.058520 10.0.0.133 - - [2026-03-05 02:07:47] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?fields=security_groups HTTP/1.1" 200 1370 0.088067 10.0.0.133 - - [2026-03-05 02:07:47] "DELETE /security-group/cec79022-32da-472a-935b-6a4d1ee6d018 HTTP/1.1" 200 115 0.058831 10.0.0.133 - - [2026-03-05 02:07:47] "GET /projects?obj_uuids=d7b4a481-52fc-4774-b480-7177e9c304b5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.133 - - [2026-03-05 02:07:47] "DELETE /security-group/42f9871a-9e56-4d68-bcfe-8eaec6597b3e HTTP/1.1" 200 115 0.064857 10.0.0.133 - - [2026-03-05 02:07:47] "GET /projects?obj_uuids=de16649f-6480-4290-a177-6d0d82e81831&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000985 10.0.0.133 - - [2026-03-05 02:07:47] "GET /project/d7b4a481-52fc-4774-b480-7177e9c304b5?fields=application_policy_sets HTTP/1.1" 200 1439 0.058351 10.0.0.65 - - [2026-03-05 02:07:47] "DELETE /access-control-list/4d31386c-5f8a-407b-919a-6c70c5e4ccdb HTTP/1.1" 200 115 0.067678 10.0.0.133 - - [2026-03-05 02:07:47] "GET /project/de16649f-6480-4290-a177-6d0d82e81831?fields=application_policy_sets HTTP/1.1" 200 1409 0.126830 10.0.0.133 - - [2026-03-05 02:07:47] "DELETE /project/d7b4a481-52fc-4774-b480-7177e9c304b5 HTTP/1.1" 200 115 0.561165 10.0.0.133 - - [2026-03-05 02:07:48] "DELETE /project/de16649f-6480-4290-a177-6d0d82e81831 HTTP/1.1" 200 115 0.630195 10.0.0.65 - - [2026-03-05 02:08:00] "POST /neutron/network HTTP/1.1" 200 919 0.006202 10.0.0.133 - - [2026-03-05 02:08:00] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001525 10.0.0.65 - - [2026-03-05 02:08:00] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.087547 10.0.0.65 - - [2026-03-05 02:08:01] "POST /neutron/port HTTP/1.1" 200 117 0.006400 10.0.0.65 - - [2026-03-05 02:08:01] "POST /id-to-fqname HTTP/1.1" 200 268 0.001113 10.0.0.65 - - [2026-03-05 02:08:01] "POST /neutron/network HTTP/1.1" 200 919 0.006203 10.0.0.133 - - [2026-03-05 02:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000460 10.0.0.133 - - [2026-03-05 02:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.133 - - [2026-03-05 02:08:02] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001394 10.0.0.65 - - [2026-03-05 02:08:02] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.188302 10.0.0.65 - - [2026-03-05 02:08:02] "POST /neutron/port HTTP/1.1" 200 1067 0.076421 10.0.0.33 - - [2026-03-05 02:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000436 10.0.0.65 - - [2026-03-05 02:08:02] "POST /neutron/port HTTP/1.1" 200 1131 0.040117 10.0.0.33 - - [2026-03-05 02:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000318 10.0.0.133 - - [2026-03-05 02:08:02] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000887 10.0.0.65 - - [2026-03-05 02:08:02] "POST /neutron/port HTTP/1.1" 200 1131 0.028496 10.0.0.65 - - [2026-03-05 02:08:02] "GET /project/2ddec3c9-d075-47ef-bbd7-70ab863c6a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.063164 10.0.0.133 - - [2026-03-05 02:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000398 10.0.0.65 - - [2026-03-05 02:08:02] "POST /neutron/port HTTP/1.1" 200 117 0.002325 10.0.0.133 - - [2026-03-05 02:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.133 - - [2026-03-05 02:08:03] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.33 - - [2026-03-05 02:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2026-03-05 02:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.65 - - [2026-03-05 02:08:03] "POST /neutron/port HTTP/1.1" 200 1070 0.488645 10.0.0.65 - - [2026-03-05 02:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000422 10.0.0.65 - - [2026-03-05 02:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000313 10.0.0.65 - - [2026-03-05 02:08:04] "POST /neutron/port HTTP/1.1" 200 1124 0.184141 10.0.0.65 - - [2026-03-05 02:08:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.65 - - [2026-03-05 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005509 10.0.0.65 - - [2026-03-05 02:08:04] "GET /security-group/54ee01dc-46bb-4176-99ac-7850da938201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.011435 10.0.0.65 - - [2026-03-05 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.65 - - [2026-03-05 02:08:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000303 10.0.0.65 - - [2026-03-05 02:08:04] "POST /neutron/subnet HTTP/1.1" 200 708 0.019371 10.0.0.133 - - [2026-03-05 02:08:04] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000951 10.0.0.65 - - [2026-03-05 02:08:04] "GET /project/2ddec3c9-d075-47ef-bbd7-70ab863c6a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.084601 10.0.0.65 - - [2026-03-05 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006101 10.0.0.65 - - [2026-03-05 02:08:04] "GET /security-group/54ee01dc-46bb-4176-99ac-7850da938201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.004094 10.0.0.65 - - [2026-03-05 02:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.012230 10.0.0.65 - - [2026-03-05 02:08:04] "PUT /security-group/54ee01dc-46bb-4176-99ac-7850da938201 HTTP/1.1" 200 263 0.051581 10.0.0.65 - - [2026-03-05 02:08:04] "PUT /access-control-list/315ed161-b06d-48ea-bb3a-40c1d1a3b142 HTTP/1.1" 200 273 0.037189 10.0.0.65 - - [2026-03-05 02:08:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.005689 10.0.0.65 - - [2026-03-05 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005900 10.0.0.133 - - [2026-03-05 02:08:05] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001359 10.0.0.65 - - [2026-03-05 02:08:05] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.016524 10.0.0.65 - - [2026-03-05 02:08:05] "POST /service-templates HTTP/1.1" 200 545 0.046262 10.0.0.65 - - [2026-03-05 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.012725 10.0.0.65 - - [2026-03-05 02:08:05] "GET /service-template/a8b05610-cce4-430c-827a-74cc537cf339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.006427 10.0.0.65 - - [2026-03-05 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.016966 10.0.0.65 - - [2026-03-05 02:08:05] "GET /service-template/a8b05610-cce4-430c-827a-74cc537cf339?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.003575 10.0.0.65 - - [2026-03-05 02:08:05] "POST /id-to-fqname HTTP/1.1" 200 267 0.003555 10.0.0.65 - - [2026-03-05 02:08:05] "POST /id-to-fqname HTTP/1.1" 200 267 0.003647 10.0.0.65 - - [2026-03-05 02:08:05] "POST /id-to-fqname HTTP/1.1" 200 268 0.003203 10.0.0.65 - - [2026-03-05 02:08:06] "POST /neutron/port HTTP/1.1" 200 2113 0.059194 10.0.0.65 - - [2026-03-05 02:08:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005643 10.0.0.65 - - [2026-03-05 02:08:06] "DELETE /service-template/a8b05610-cce4-430c-827a-74cc537cf339 HTTP/1.1" 200 115 0.052218 10.0.0.65 - - [2026-03-05 02:08:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.006775 10.0.0.65 - - [2026-03-05 02:08:09] "POST /neutron/network HTTP/1.1" 400 204 0.029590 10.0.0.65 - - [2026-03-05 02:08:13] "POST /neutron/network HTTP/1.1" 200 909 0.016906 10.0.0.65 - - [2026-03-05 02:08:15] "POST /neutron/network HTTP/1.1" 400 204 0.022628 10.0.0.65 - - [2026-03-05 02:08:19] "POST /neutron/network HTTP/1.1" 200 909 0.017141 10.0.0.65 - - [2026-03-05 02:08:21] "POST /neutron/network HTTP/1.1" 400 204 0.024043 10.0.0.65 - - [2026-03-05 02:08:25] "POST /neutron/network HTTP/1.1" 200 909 0.007106 10.0.0.65 - - [2026-03-05 02:08:27] "POST /neutron/network HTTP/1.1" 400 204 0.012399 10.0.0.65 - - [2026-03-05 02:08:31] "POST /neutron/network HTTP/1.1" 200 909 0.008923 10.0.0.65 - - [2026-03-05 02:08:33] "POST /neutron/network HTTP/1.1" 400 204 0.011649 10.0.0.65 - - [2026-03-05 02:08:38] "POST /neutron/network HTTP/1.1" 200 909 0.005967 10.0.0.65 - - [2026-03-05 02:08:40] "POST /neutron/network HTTP/1.1" 400 204 0.012789 10.0.0.65 - - [2026-03-05 02:08:44] "POST /neutron/network HTTP/1.1" 200 909 0.006018 10.0.0.65 - - [2026-03-05 02:08:46] "POST /neutron/network HTTP/1.1" 400 204 0.013165 10.0.0.65 - - [2026-03-05 02:08:50] "POST /neutron/network HTTP/1.1" 200 909 0.006091 10.0.0.65 - - [2026-03-05 02:08:52] "POST /neutron/network HTTP/1.1" 400 204 0.012446 10.0.0.133 - - [2026-03-05 02:08:55] "GET /obj-perms HTTP/1.1" 200 5056 0.057159 10.0.0.65 - - [2026-03-05 02:08:56] "POST /neutron/network HTTP/1.1" 200 909 0.007228 10.0.0.65 - - [2026-03-05 02:08:58] "POST /neutron/network HTTP/1.1" 400 204 0.012101 10.0.0.65 - - [2026-03-05 02:09:00] "POST /neutron/network HTTP/1.1" 200 914 0.007377 10.0.0.65 - - [2026-03-05 02:09:01] "POST /neutron/port HTTP/1.1" 200 1121 0.012407 10.0.0.65 - - [2026-03-05 02:09:02] "POST /neutron/network HTTP/1.1" 200 914 0.007460 10.0.0.65 - - [2026-03-05 02:09:04] "POST /neutron/network HTTP/1.1" 400 204 0.012177 10.0.0.65 - - [2026-03-05 02:09:07] "POST /neutron/port HTTP/1.1" 200 1134 0.020136 10.0.0.65 - - [2026-03-05 02:09:08] "POST /neutron/port HTTP/1.1" 200 117 0.007820 10.0.0.65 - - [2026-03-05 02:09:08] "POST /neutron/network HTTP/1.1" 200 911 0.007308 10.0.0.65 - - [2026-03-05 02:09:08] "DELETE /route-target/06eacee3-70a6-4a07-984c-b07019dfe80f HTTP/1.1" 200 115 0.031915 10.0.0.133 - - [2026-03-05 02:09:08] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000882 10.0.0.65 - - [2026-03-05 02:09:09] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.057219 10.0.0.133 - - [2026-03-05 02:09:09] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001198 10.0.0.65 - - [2026-03-05 02:09:09] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.042520 10.0.0.133 - - [2026-03-05 02:09:11] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.65 - - [2026-03-05 02:09:11] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044108 10.0.0.133 - - [2026-03-05 02:09:11] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001534 10.0.0.65 - - [2026-03-05 02:09:11] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.041241 10.0.0.133 - - [2026-03-05 02:09:13] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001120 10.0.0.65 - - [2026-03-05 02:09:13] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039844 10.0.0.133 - - [2026-03-05 02:09:13] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001332 10.0.0.65 - - [2026-03-05 02:09:13] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.042990 10.0.0.133 - - [2026-03-05 02:09:15] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.65 - - [2026-03-05 02:09:15] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.042009 10.0.0.133 - - [2026-03-05 02:09:15] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001199 10.0.0.65 - - [2026-03-05 02:09:15] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.036946 10.0.0.133 - - [2026-03-05 02:09:17] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.65 - - [2026-03-05 02:09:17] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040712 10.0.0.133 - - [2026-03-05 02:09:17] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001750 10.0.0.65 - - [2026-03-05 02:09:17] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.037111 10.0.0.133 - - [2026-03-05 02:09:19] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000859 10.0.0.65 - - [2026-03-05 02:09:19] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.076287 10.0.0.133 - - [2026-03-05 02:09:19] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001156 10.0.0.65 - - [2026-03-05 02:09:19] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.053357 10.0.0.133 - - [2026-03-05 02:09:21] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.65 - - [2026-03-05 02:09:21] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050584 10.0.0.133 - - [2026-03-05 02:09:21] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000905 10.0.0.65 - - [2026-03-05 02:09:21] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.055989 10.0.0.133 - - [2026-03-05 02:09:24] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002299 10.0.0.65 - - [2026-03-05 02:09:24] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.055722 10.0.0.133 - - [2026-03-05 02:09:24] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001547 10.0.0.65 - - [2026-03-05 02:09:24] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.043533 10.0.0.133 - - [2026-03-05 02:09:26] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.65 - - [2026-03-05 02:09:26] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040026 10.0.0.133 - - [2026-03-05 02:09:26] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.017385 10.0.0.65 - - [2026-03-05 02:09:26] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.061270 10.0.0.133 - - [2026-03-05 02:09:28] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001259 10.0.0.65 - - [2026-03-05 02:09:28] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044364 10.0.0.133 - - [2026-03-05 02:09:28] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.65 - - [2026-03-05 02:09:28] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.041738 10.0.0.133 - - [2026-03-05 02:09:30] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002099 10.0.0.65 - - [2026-03-05 02:09:30] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051193 10.0.0.133 - - [2026-03-05 02:09:30] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000825 10.0.0.65 - - [2026-03-05 02:09:30] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.049211 10.0.0.133 - - [2026-03-05 02:09:32] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.65 - - [2026-03-05 02:09:32] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041795 10.0.0.133 - - [2026-03-05 02:09:32] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001349 10.0.0.65 - - [2026-03-05 02:09:32] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.051059 10.0.0.133 - - [2026-03-05 02:09:34] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.65 - - [2026-03-05 02:09:34] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040521 10.0.0.133 - - [2026-03-05 02:09:34] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.65 - - [2026-03-05 02:09:34] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.032991 10.0.0.133 - - [2026-03-05 02:09:36] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.65 - - [2026-03-05 02:09:36] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039921 10.0.0.133 - - [2026-03-05 02:09:36] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.65 - - [2026-03-05 02:09:36] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.043304 10.0.0.133 - - [2026-03-05 02:09:38] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.65 - - [2026-03-05 02:09:39] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.054293 10.0.0.133 - - [2026-03-05 02:09:39] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.65 - - [2026-03-05 02:09:39] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.054556 10.0.0.133 - - [2026-03-05 02:09:41] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.65 - - [2026-03-05 02:09:41] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.034225 10.0.0.133 - - [2026-03-05 02:09:41] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.65 - - [2026-03-05 02:09:41] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.099853 10.0.0.133 - - [2026-03-05 02:09:43] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001183 10.0.0.65 - - [2026-03-05 02:09:43] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043932 10.0.0.133 - - [2026-03-05 02:09:43] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.65 - - [2026-03-05 02:09:43] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.035811 10.0.0.133 - - [2026-03-05 02:09:45] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000963 10.0.0.65 - - [2026-03-05 02:09:45] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043704 10.0.0.133 - - [2026-03-05 02:09:45] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.65 - - [2026-03-05 02:09:45] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.044818 10.0.0.133 - - [2026-03-05 02:09:47] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.65 - - [2026-03-05 02:09:47] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040484 10.0.0.133 - - [2026-03-05 02:09:47] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001531 10.0.0.65 - - [2026-03-05 02:09:47] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.048839 10.0.0.133 - - [2026-03-05 02:09:49] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000864 10.0.0.65 - - [2026-03-05 02:09:49] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043807 10.0.0.133 - - [2026-03-05 02:09:49] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.65 - - [2026-03-05 02:09:49] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.035957 10.0.0.133 - - [2026-03-05 02:09:51] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.65 - - [2026-03-05 02:09:51] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041370 10.0.0.133 - - [2026-03-05 02:09:51] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000976 10.0.0.65 - - [2026-03-05 02:09:51] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.048476 10.0.0.133 - - [2026-03-05 02:09:53] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001345 10.0.0.65 - - [2026-03-05 02:09:54] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.066848 10.0.0.133 - - [2026-03-05 02:09:54] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.65 - - [2026-03-05 02:09:54] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.050683 10.0.0.133 - - [2026-03-05 02:09:56] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.65 - - [2026-03-05 02:09:56] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044233 10.0.0.133 - - [2026-03-05 02:09:56] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000835 10.0.0.65 - - [2026-03-05 02:09:56] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.033173 10.0.0.33 - - [2026-03-05 02:09:56] "GET /obj-perms HTTP/1.1" 200 5056 0.051521 10.0.0.133 - - [2026-03-05 02:09:58] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.65 - - [2026-03-05 02:09:58] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043182 10.0.0.133 - - [2026-03-05 02:09:58] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.65 - - [2026-03-05 02:09:58] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.060906 10.0.0.133 - - [2026-03-05 02:10:00] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.65 - - [2026-03-05 02:10:00] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040584 10.0.0.133 - - [2026-03-05 02:10:00] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.65 - - [2026-03-05 02:10:00] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.033821 10.0.0.133 - - [2026-03-05 02:10:02] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001022 10.0.0.65 - - [2026-03-05 02:10:02] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.048987 10.0.0.133 - - [2026-03-05 02:10:02] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001500 10.0.0.65 - - [2026-03-05 02:10:02] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.062051 10.0.0.133 - - [2026-03-05 02:10:04] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.65 - - [2026-03-05 02:10:04] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.049128 10.0.0.133 - - [2026-03-05 02:10:04] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.65 - - [2026-03-05 02:10:04] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.047591 10.0.0.133 - - [2026-03-05 02:10:06] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000883 10.0.0.65 - - [2026-03-05 02:10:06] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.044733 10.0.0.133 - - [2026-03-05 02:10:06] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.65 - - [2026-03-05 02:10:06] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.039133 10.0.0.133 - - [2026-03-05 02:10:08] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.65 - - [2026-03-05 02:10:09] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.032065 10.0.0.133 - - [2026-03-05 02:10:09] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002112 10.0.0.65 - - [2026-03-05 02:10:09] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.137784 10.0.0.133 - - [2026-03-05 02:10:11] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.65 - - [2026-03-05 02:10:11] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039851 10.0.0.133 - - [2026-03-05 02:10:11] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000995 10.0.0.65 - - [2026-03-05 02:10:11] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.033423 10.0.0.133 - - [2026-03-05 02:10:13] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.65 - - [2026-03-05 02:10:13] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037359 10.0.0.133 - - [2026-03-05 02:10:13] "GET /projects?obj_uuids=3cc68b46-c799-4b29-94d7-0b9c3d617842&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001665 10.0.0.65 - - [2026-03-05 02:10:13] "GET /project/3cc68b46-c799-4b29-94d7-0b9c3d617842?fields=virtual_networks HTTP/1.1" 200 1336 0.033542 10.0.0.65 - - [2026-03-05 02:10:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.026575 10.0.0.133 - - [2026-03-05 02:10:13] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002614 10.0.0.133 - - [2026-03-05 02:10:13] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.133 - - [2026-03-05 02:10:13] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006164 10.0.0.133 - - [2026-03-05 02:10:14] "POST /id-to-fqname HTTP/1.1" 200 191 0.006784 10.0.0.133 - - [2026-03-05 02:10:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.009916 10.0.0.133 - - [2026-03-05 02:10:14] "POST /security-groups HTTP/1.1" 200 592 0.027829 10.0.0.65 - - [2026-03-05 02:10:14] "POST /fqname-to-id HTTP/1.1" 404 235 0.002872 10.0.0.133 - - [2026-03-05 02:10:14] "POST /projects HTTP/1.1" 200 587 0.244963 10.0.0.133 - - [2026-03-05 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.313364 10.0.0.65 - - [2026-03-05 02:10:14] "POST /access-control-lists HTTP/1.1" 200 597 0.028087 10.0.0.65 - - [2026-03-05 02:10:14] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.442422 10.0.0.65 - - [2026-03-05 02:10:15] "GET / HTTP/1.1" 200 36215 0.002964 10.0.0.65 - - [2026-03-05 02:10:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.65 - - [2026-03-05 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.057011 10.0.0.133 - - [2026-03-05 02:10:16] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000797 10.0.0.65 - - [2026-03-05 02:10:16] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.041044 10.0.0.133 - - [2026-03-05 02:10:16] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001870 10.0.0.65 - - [2026-03-05 02:10:16] "POST /neutron/network HTTP/1.1" 200 670 0.136042 10.0.0.65 - - [2026-03-05 02:10:16] "POST /id-to-fqname HTTP/1.1" 200 253 0.003066 10.0.0.65 - - [2026-03-05 02:10:16] "GET /virtual-network/2ecf23ae-ae57-49ee-ab5b-899bdf5d39e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006272 10.0.0.65 - - [2026-03-05 02:10:16] "POST /neutron/network HTTP/1.1" 200 890 0.007206 10.0.0.65 - - [2026-03-05 02:10:16] "GET /virtual-network/2ecf23ae-ae57-49ee-ab5b-899bdf5d39e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.008689 10.0.0.65 - - [2026-03-05 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.133 - - [2026-03-05 02:10:16] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000796 10.0.0.65 - - [2026-03-05 02:10:16] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.046525 10.0.0.65 - - [2026-03-05 02:10:17] "POST /neutron/network HTTP/1.1" 200 117 0.025659 10.0.0.65 - - [2026-03-05 02:10:17] "POST /route-targets HTTP/1.1" 200 328 0.014576 10.0.0.65 - - [2026-03-05 02:10:17] "POST /neutron/network HTTP/1.1" 200 890 0.010145 10.0.0.65 - - [2026-03-05 02:10:17] "POST /id-to-fqname HTTP/1.1" 200 253 0.001733 10.0.0.65 - - [2026-03-05 02:10:17] "GET /virtual-network/8724e424-af79-4ab3-93b4-6788724e5a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.006489 10.0.0.65 - - [2026-03-05 02:10:17] "GET /virtual-network/8724e424-af79-4ab3-93b4-6788724e5a1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.008731 10.0.0.65 - - [2026-03-05 02:10:17] "POST /neutron/subnet HTTP/1.1" 200 730 0.012233 10.0.0.65 - - [2026-03-05 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012513 10.0.0.133 - - [2026-03-05 02:10:17] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000940 10.0.0.65 - - [2026-03-05 02:10:17] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.050021 10.0.0.65 - - [2026-03-05 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.033223 10.0.0.133 - - [2026-03-05 02:10:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007430 10.0.0.65 - - [2026-03-05 02:10:18] "POST /neutron/subnet HTTP/1.1" 200 730 0.213597 10.0.0.65 - - [2026-03-05 02:10:18] "POST /id-to-fqname HTTP/1.1" 200 254 0.001139 10.0.0.65 - - [2026-03-05 02:10:18] "GET /virtual-network/5afeeeca-ca05-40c2-b651-17bca9049d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.004891 10.0.0.65 - - [2026-03-05 02:10:18] "GET /virtual-network/5afeeeca-ca05-40c2-b651-17bca9049d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2147 0.005368 10.0.0.65 - - [2026-03-05 02:10:18] "POST /neutron/network HTTP/1.1" 200 892 0.005661 10.0.0.65 - - [2026-03-05 02:10:18] "POST /id-to-fqname HTTP/1.1" 200 253 0.001114 10.0.0.133 - - [2026-03-05 02:10:19] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000890 10.0.0.65 - - [2026-03-05 02:10:19] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.086328 10.0.0.65 - - [2026-03-05 02:10:19] "POST /neutron/network HTTP/1.1" 200 890 0.009762 10.0.0.65 - - [2026-03-05 02:10:19] "POST /id-to-fqname HTTP/1.1" 200 254 0.001221 10.0.0.65 - - [2026-03-05 02:10:19] "POST /neutron/port HTTP/1.1" 200 117 0.006090 10.0.0.133 - - [2026-03-05 02:10:19] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.65 - - [2026-03-05 02:10:20] "POST /neutron/port HTTP/1.1" 200 1062 0.346267 10.0.0.133 - - [2026-03-05 02:10:20] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.009088 10.0.0.65 - - [2026-03-05 02:10:20] "POST /neutron/port HTTP/1.1" 200 1116 0.141138 10.0.0.65 - - [2026-03-05 02:10:20] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.113171 10.0.0.65 - - [2026-03-05 02:10:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004105 10.0.0.65 - - [2026-03-05 02:10:20] "POST /neutron/network HTTP/1.1" 200 890 0.007023 10.0.0.65 - - [2026-03-05 02:10:20] "POST /neutron/port HTTP/1.1" 200 117 0.006296 10.0.0.65 - - [2026-03-05 02:10:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.002594 10.0.0.65 - - [2026-03-05 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.133 - - [2026-03-05 02:10:21] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001196 10.0.0.65 - - [2026-03-05 02:10:21] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008228 10.0.0.65 - - [2026-03-05 02:10:21] "POST /neutron/port HTTP/1.1" 200 1062 0.016336 10.0.0.65 - - [2026-03-05 02:10:21] "POST /service-templates HTTP/1.1" 200 545 0.025971 10.0.0.65 - - [2026-03-05 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.65 - - [2026-03-05 02:10:21] "GET /service-template/78895a23-2ef6-4d4a-b311-ce9a9c9e5b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006200 10.0.0.65 - - [2026-03-05 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.030126 10.0.0.65 - - [2026-03-05 02:10:21] "GET /service-template/78895a23-2ef6-4d4a-b311-ce9a9c9e5b20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.003825 10.0.0.65 - - [2026-03-05 02:10:21] "POST /id-to-fqname HTTP/1.1" 200 253 0.001145 10.0.0.65 - - [2026-03-05 02:10:21] "POST /neutron/port HTTP/1.1" 200 1126 0.016288 10.0.0.65 - - [2026-03-05 02:10:21] "POST /id-to-fqname HTTP/1.1" 200 253 0.001022 10.0.0.65 - - [2026-03-05 02:10:21] "POST /id-to-fqname HTTP/1.1" 200 254 0.001131 10.0.0.65 - - [2026-03-05 02:10:21] "POST /neutron/port HTTP/1.1" 200 117 0.000991 10.0.0.65 - - [2026-03-05 02:10:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008289 10.0.0.65 - - [2026-03-05 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.65 - - [2026-03-05 02:10:22] "DELETE /service-template/78895a23-2ef6-4d4a-b311-ce9a9c9e5b20 HTTP/1.1" 200 115 0.025484 10.0.0.65 - - [2026-03-05 02:10:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.003710 10.0.0.65 - - [2026-03-05 02:10:23] "POST /neutron/network HTTP/1.1" 200 900 0.006350 10.0.0.65 - - [2026-03-05 02:10:23] "POST /neutron/port HTTP/1.1" 200 117 0.001407 10.0.0.65 - - [2026-03-05 02:10:24] "POST /neutron/network HTTP/1.1" 400 204 0.013037 10.0.0.65 - - [2026-03-05 02:10:25] "POST /neutron/port HTTP/1.1" 200 151 0.216331 10.0.0.65 - - [2026-03-05 02:10:25] "POST /neutron/port HTTP/1.1" 200 151 0.203263 10.0.0.65 - - [2026-03-05 02:10:26] "POST /neutron/network HTTP/1.1" 200 892 0.006574 10.0.0.65 - - [2026-03-05 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.032587 10.0.0.65 - - [2026-03-05 02:10:26] "DELETE /route-target/18c044e7-cdcf-4695-b87e-278804149058 HTTP/1.1" 200 115 0.024104 10.0.0.133 - - [2026-03-05 02:10:26] "POST /useragent-kv HTTP/1.1" 200 115 0.048609 10.0.0.133 - - [2026-03-05 02:10:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002599 10.0.0.65 - - [2026-03-05 02:10:26] "POST /neutron/network HTTP/1.1" 200 151 0.151172 10.0.0.133 - - [2026-03-05 02:10:26] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000889 10.0.0.65 - - [2026-03-05 02:10:27] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.105479 10.0.0.133 - - [2026-03-05 02:10:27] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001715 10.0.0.65 - - [2026-03-05 02:10:27] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?fields=virtual_networks HTTP/1.1" 200 1035 0.083462 10.0.0.133 - - [2026-03-05 02:10:27] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001306 10.0.0.65 - - [2026-03-05 02:10:27] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.039525 10.0.0.133 - - [2026-03-05 02:10:27] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.65 - - [2026-03-05 02:10:27] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?fields=security_groups HTTP/1.1" 200 1263 0.049253 10.0.0.65 - - [2026-03-05 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.026515 10.0.0.133 - - [2026-03-05 02:10:28] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002846 10.0.0.133 - - [2026-03-05 02:10:28] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.133 - - [2026-03-05 02:10:28] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034964 10.0.0.133 - - [2026-03-05 02:10:28] "POST /id-to-fqname HTTP/1.1" 200 195 0.003163 10.0.0.133 - - [2026-03-05 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 204 0.009956 10.0.0.133 - - [2026-03-05 02:10:28] "POST /security-groups HTTP/1.1" 200 596 0.026707 10.0.0.133 - - [2026-03-05 02:10:28] "POST /projects HTTP/1.1" 200 595 0.249703 10.0.0.65 - - [2026-03-05 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 238 0.007421 10.0.0.133 - - [2026-03-05 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.329241 10.0.0.65 - - [2026-03-05 02:10:28] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.490075 10.0.0.65 - - [2026-03-05 02:10:29] "GET / HTTP/1.1" 200 36215 0.001299 10.0.0.65 - - [2026-03-05 02:10:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.65 - - [2026-03-05 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.054936 10.0.0.133 - - [2026-03-05 02:10:30] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001127 10.0.0.65 - - [2026-03-05 02:10:30] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.038474 10.0.0.65 - - [2026-03-05 02:10:30] "POST /ref-update HTTP/1.1" 200 156 0.027939 10.0.0.133 - - [2026-03-05 02:10:31] "POST /useragent-kv HTTP/1.1" 200 115 0.012593 10.0.0.65 - - [2026-03-05 02:10:31] "POST /neutron/subnet HTTP/1.1" 200 823 0.255587 10.0.0.65 - - [2026-03-05 02:10:31] "POST /id-to-fqname HTTP/1.1" 200 261 0.001177 10.0.0.65 - - [2026-03-05 02:10:31] "GET /virtual-network/03a599fb-f3b3-48e4-8de4-bf42a5d250d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.007443 10.0.0.65 - - [2026-03-05 02:10:31] "POST /neutron/network HTTP/1.1" 200 1075 0.009049 10.0.0.65 - - [2026-03-05 02:10:31] "GET /virtual-network/03a599fb-f3b3-48e4-8de4-bf42a5d250d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.004400 10.0.0.65 - - [2026-03-05 02:10:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.008746 10.0.0.65 - - [2026-03-05 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.030246 10.0.0.65 - - [2026-03-05 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002043 10.0.0.133 - - [2026-03-05 02:10:31] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000823 10.0.0.65 - - [2026-03-05 02:10:31] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.032622 10.0.0.133 - - [2026-03-05 02:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.008221 10.0.0.65 - - [2026-03-05 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.222783 10.0.0.65 - - [2026-03-05 02:10:32] "POST /id-to-fqname HTTP/1.1" 200 261 0.001159 10.0.0.65 - - [2026-03-05 02:10:32] "GET /virtual-network/d6931ad5-4a6b-40eb-ac8f-5f8c836e8f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.006218 10.0.0.65 - - [2026-03-05 02:10:32] "POST /neutron/network HTTP/1.1" 200 1075 0.007751 10.0.0.65 - - [2026-03-05 02:10:32] "GET /virtual-network/d6931ad5-4a6b-40eb-ac8f-5f8c836e8f12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2745 0.004841 10.0.0.65 - - [2026-03-05 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.007767 10.0.0.65 - - [2026-03-05 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.133 - - [2026-03-05 02:10:32] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000826 10.0.0.65 - - [2026-03-05 02:10:32] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.055493 10.0.0.65 - - [2026-03-05 02:10:32] "POST /route-targets HTTP/1.1" 200 328 0.012326 10.0.0.65 - - [2026-03-05 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.004451 10.0.0.133 - - [2026-03-05 02:10:32] "POST /useragent-kv HTTP/1.1" 200 115 0.009609 10.0.0.65 - - [2026-03-05 02:10:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.183512 10.0.0.65 - - [2026-03-05 02:10:33] "POST /id-to-fqname HTTP/1.1" 200 262 0.001298 10.0.0.65 - - [2026-03-05 02:10:33] "GET /virtual-network/54e5bfd7-cd18-4cd0-8e2b-9fa365cdb56f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2748 0.006659 10.0.0.65 - - [2026-03-05 02:10:33] "POST /neutron/network HTTP/1.1" 200 1077 0.008632 10.0.0.65 - - [2026-03-05 02:10:33] "GET /virtual-network/54e5bfd7-cd18-4cd0-8e2b-9fa365cdb56f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2748 0.004369 10.0.0.65 - - [2026-03-05 02:10:33] "POST /neutron/subnet HTTP/1.1" 200 724 0.007565 10.0.0.65 - - [2026-03-05 02:10:33] "POST /id-to-fqname HTTP/1.1" 200 261 0.000952 10.0.0.133 - - [2026-03-05 02:10:34] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000859 10.0.0.65 - - [2026-03-05 02:10:34] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.064720 10.0.0.65 - - [2026-03-05 02:10:34] "POST /neutron/port HTTP/1.1" 200 117 0.006240 10.0.0.65 - - [2026-03-05 02:10:34] "POST /id-to-fqname HTTP/1.1" 200 262 0.001291 10.0.0.65 - - [2026-03-05 02:10:34] "POST /neutron/network HTTP/1.1" 200 1087 0.006401 10.0.0.65 - - [2026-03-05 02:10:35] "POST /neutron/port HTTP/1.1" 200 1172 0.018861 10.0.0.133 - - [2026-03-05 02:10:35] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000895 10.0.0.65 - - [2026-03-05 02:10:35] "POST /neutron/port HTTP/1.1" 200 1236 0.021908 10.0.0.65 - - [2026-03-05 02:10:35] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.080770 10.0.0.65 - - [2026-03-05 02:10:35] "POST /neutron/network HTTP/1.1" 200 1077 0.007915 10.0.0.65 - - [2026-03-05 02:10:35] "POST /neutron/port HTTP/1.1" 200 117 0.000980 10.0.0.65 - - [2026-03-05 02:10:35] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007689 10.0.0.133 - - [2026-03-05 02:10:36] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001049 10.0.0.65 - - [2026-03-05 02:10:36] "POST /neutron/port HTTP/1.1" 200 1172 0.402865 10.0.0.65 - - [2026-03-05 02:10:36] "POST /neutron/port HTTP/1.1" 200 1226 0.113773 10.0.0.65 - - [2026-03-05 02:10:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003066 10.0.0.65 - - [2026-03-05 02:10:36] "POST /neutron/port HTTP/1.1" 200 117 0.001003 10.0.0.65 - - [2026-03-05 02:10:37] "POST /neutron/network HTTP/1.1" 400 204 0.017309 10.0.0.65 - - [2026-03-05 02:10:38] "POST /neutron/port HTTP/1.1" 200 151 0.261093 10.0.0.65 - - [2026-03-05 02:10:38] "POST /neutron/port HTTP/1.1" 200 151 0.212216 10.0.0.65 - - [2026-03-05 02:10:39] "POST /neutron/port HTTP/1.1" 200 117 0.005485 10.0.0.65 - - [2026-03-05 02:10:39] "DELETE /route-target/560a421e-57aa-4634-a7f1-b674805c8faf HTTP/1.1" 200 115 0.046428 10.0.0.65 - - [2026-03-05 02:10:39] "POST /neutron/network HTTP/1.1" 200 1075 0.015346 10.0.0.65 - - [2026-03-05 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.133 - - [2026-03-05 02:10:39] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001322 10.0.0.65 - - [2026-03-05 02:10:40] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.062730 10.0.0.133 - - [2026-03-05 02:10:40] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000861 10.0.0.65 - - [2026-03-05 02:10:40] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?fields=virtual_networks HTTP/1.1" 200 1043 0.061144 10.0.0.133 - - [2026-03-05 02:10:40] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000865 10.0.0.65 - - [2026-03-05 02:10:40] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.044112 10.0.0.133 - - [2026-03-05 02:10:40] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001119 10.0.0.65 - - [2026-03-05 02:10:40] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?fields=security_groups HTTP/1.1" 200 1275 0.059359 10.0.0.65 - - [2026-03-05 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.034484 10.0.0.133 - - [2026-03-05 02:10:41] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002574 10.0.0.133 - - [2026-03-05 02:10:41] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.133 - - [2026-03-05 02:10:41] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006957 10.0.0.133 - - [2026-03-05 02:10:41] "POST /id-to-fqname HTTP/1.1" 200 198 0.002753 10.0.0.133 - - [2026-03-05 02:10:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.007512 10.0.0.133 - - [2026-03-05 02:10:41] "POST /security-groups HTTP/1.1" 200 599 0.070069 10.0.0.133 - - [2026-03-05 02:10:41] "POST /projects HTTP/1.1" 200 601 0.306199 10.0.0.133 - - [2026-03-05 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.343657 10.0.0.65 - - [2026-03-05 02:10:41] "POST /access-control-lists HTTP/1.1" 200 606 0.037256 10.0.0.65 - - [2026-03-05 02:10:41] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.504560 10.0.0.65 - - [2026-03-05 02:10:42] "GET / HTTP/1.1" 200 36215 0.001321 10.0.0.65 - - [2026-03-05 02:10:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000428 10.0.0.65 - - [2026-03-05 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.060693 10.0.0.133 - - [2026-03-05 02:10:43] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000841 10.0.0.65 - - [2026-03-05 02:10:43] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.049101 10.0.0.133 - - [2026-03-05 02:10:43] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000914 10.0.0.65 - - [2026-03-05 02:10:44] "POST /neutron/network HTTP/1.1" 200 691 0.151168 10.0.0.65 - - [2026-03-05 02:10:44] "POST /route-targets HTTP/1.1" 200 328 0.011331 10.0.0.65 - - [2026-03-05 02:10:44] "POST /id-to-fqname HTTP/1.1" 200 267 0.004135 10.0.0.65 - - [2026-03-05 02:10:44] "GET /virtual-network/48af60f4-62d3-48a4-8229-72b71fcc5eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.005066 10.0.0.65 - - [2026-03-05 02:10:44] "POST /neutron/network HTTP/1.1" 200 911 0.005821 10.0.0.65 - - [2026-03-05 02:10:44] "GET /virtual-network/48af60f4-62d3-48a4-8229-72b71fcc5eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2177 0.004580 10.0.0.65 - - [2026-03-05 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.133 - - [2026-03-05 02:10:44] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001271 10.0.0.65 - - [2026-03-05 02:10:44] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.038573 10.0.0.65 - - [2026-03-05 02:10:44] "POST /neutron/network HTTP/1.1" 200 117 0.016469 10.0.0.65 - - [2026-03-05 02:10:44] "POST /ref-update HTTP/1.1" 200 156 0.027714 10.0.0.65 - - [2026-03-05 02:10:45] "POST /neutron/network HTTP/1.1" 200 907 0.007520 10.0.0.65 - - [2026-03-05 02:10:45] "POST /id-to-fqname HTTP/1.1" 200 267 0.001026 10.0.0.65 - - [2026-03-05 02:10:45] "GET /virtual-network/9eb8f55c-b02d-403b-bd0d-f968a2c4fc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005523 10.0.0.65 - - [2026-03-05 02:10:45] "GET /virtual-network/9eb8f55c-b02d-403b-bd0d-f968a2c4fc9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005848 10.0.0.65 - - [2026-03-05 02:10:45] "POST /neutron/subnet HTTP/1.1" 200 710 0.011776 10.0.0.65 - - [2026-03-05 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.133 - - [2026-03-05 02:10:45] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000812 10.0.0.65 - - [2026-03-05 02:10:45] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.047304 10.0.0.133 - - [2026-03-05 02:10:45] "POST /useragent-kv HTTP/1.1" 200 115 0.010256 10.0.0.65 - - [2026-03-05 02:10:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.184613 10.0.0.65 - - [2026-03-05 02:10:45] "POST /id-to-fqname HTTP/1.1" 200 268 0.001199 10.0.0.65 - - [2026-03-05 02:10:45] "GET /virtual-network/2e6e4797-b622-49fd-a3bf-5195c54ea084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005102 10.0.0.65 - - [2026-03-05 02:10:45] "GET /virtual-network/2e6e4797-b622-49fd-a3bf-5195c54ea084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.004925 10.0.0.65 - - [2026-03-05 02:10:45] "POST /neutron/network HTTP/1.1" 200 912 0.006650 10.0.0.65 - - [2026-03-05 02:10:45] "POST /id-to-fqname HTTP/1.1" 200 267 0.001158 10.0.0.133 - - [2026-03-05 02:10:46] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.65 - - [2026-03-05 02:10:46] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.065310 10.0.0.65 - - [2026-03-05 02:10:46] "POST /neutron/network HTTP/1.1" 200 907 0.006011 10.0.0.65 - - [2026-03-05 02:10:46] "POST /id-to-fqname HTTP/1.1" 200 268 0.001133 10.0.0.65 - - [2026-03-05 02:10:46] "POST /neutron/port HTTP/1.1" 200 117 0.009822 10.0.0.133 - - [2026-03-05 02:10:47] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000893 10.0.0.65 - - [2026-03-05 02:10:47] "POST /neutron/port HTTP/1.1" 200 1065 0.307397 10.0.0.65 - - [2026-03-05 02:10:47] "POST /neutron/port HTTP/1.1" 200 1119 0.096489 10.0.0.133 - - [2026-03-05 02:10:47] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.65 - - [2026-03-05 02:10:47] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.067633 10.0.0.65 - - [2026-03-05 02:10:47] "POST /neutron/network HTTP/1.1" 200 912 0.006249 10.0.0.65 - - [2026-03-05 02:10:47] "POST /neutron/network HTTP/1.1" 200 907 0.005295 10.0.0.65 - - [2026-03-05 02:10:47] "POST /neutron/port HTTP/1.1" 200 117 0.005574 10.0.0.133 - - [2026-03-05 02:10:48] "DELETE /project/61f30ad70c6e446a801146667923d1d9 HTTP/1.1" 404 173 0.006261 10.0.0.133 - - [2026-03-05 02:10:48] "DELETE /project/c4b0b575baa14908b316356ec9013282 HTTP/1.1" 404 173 0.007564 10.0.0.133 - - [2026-03-05 02:10:48] "DELETE /project/1955610a91b24ab9897c8d2c346a5ace HTTP/1.1" 404 173 0.005912 10.0.0.133 - - [2026-03-05 02:10:48] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000726 10.0.0.133 - - [2026-03-05 02:10:48] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000673 10.0.0.133 - - [2026-03-05 02:10:48] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.044861 10.0.0.133 - - [2026-03-05 02:10:48] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001798 10.0.0.133 - - [2026-03-05 02:10:48] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.061696 10.0.0.133 - - [2026-03-05 02:10:48] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000819 10.0.0.133 - - [2026-03-05 02:10:48] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?fields=security_groups HTTP/1.1" 200 1377 0.082674 10.0.0.133 - - [2026-03-05 02:10:48] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?fields=security_groups HTTP/1.1" 200 1365 0.133882 10.0.0.133 - - [2026-03-05 02:10:48] "DELETE /security-group/3795a6bd-0dd6-4cfb-89b5-09d36acf4e94 HTTP/1.1" 200 115 0.106395 10.0.0.133 - - [2026-03-05 02:10:48] "GET /projects?obj_uuids=1955610a-91b2-4ab9-897c-8d2c346a5ace&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000882 10.0.0.65 - - [2026-03-05 02:10:48] "DELETE /access-control-list/d93529b8-0175-433d-8907-029c5f9f510e HTTP/1.1" 200 115 0.068458 10.0.0.133 - - [2026-03-05 02:10:48] "GET /project/1955610a-91b2-4ab9-897c-8d2c346a5ace?fields=application_policy_sets HTTP/1.1" 200 1416 0.084196 10.0.0.133 - - [2026-03-05 02:10:48] "DELETE /security-group/2695c35a-27c9-4340-a143-3e22cda76bb8 HTTP/1.1" 200 115 0.125026 10.0.0.133 - - [2026-03-05 02:10:48] "GET /projects?obj_uuids=61f30ad7-0c6e-446a-8011-46667923d1d9&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000853 10.0.0.133 - - [2026-03-05 02:10:48] "GET /project/61f30ad7-0c6e-446a-8011-46667923d1d9?fields=application_policy_sets HTTP/1.1" 200 1404 0.101673 10.0.0.65 - - [2026-03-05 02:10:48] "POST /neutron/port HTTP/1.1" 200 1068 0.038163 10.0.0.65 - - [2026-03-05 02:10:48] "DELETE /access-control-list/3f2f42e7-5e02-4e67-8e19-07073b8a586b HTTP/1.1" 200 115 0.085063 10.0.0.133 - - [2026-03-05 02:10:48] "DELETE /project/1955610a-91b2-4ab9-897c-8d2c346a5ace HTTP/1.1" 200 115 0.643528 10.0.0.133 - - [2026-03-05 02:10:49] "DELETE /project/61f30ad7-0c6e-446a-8011-46667923d1d9 HTTP/1.1" 200 115 0.748316 10.0.0.65 - - [2026-03-05 02:10:49] "POST /neutron/port HTTP/1.1" 200 1132 0.016994 10.0.0.65 - - [2026-03-05 02:10:49] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.65 - - [2026-03-05 02:10:49] "POST /neutron/network HTTP/1.1" 400 204 0.012140 10.0.0.65 - - [2026-03-05 02:10:50] "POST /neutron/port HTTP/1.1" 200 151 0.184004 10.0.0.65 - - [2026-03-05 02:10:50] "POST /neutron/port HTTP/1.1" 200 151 0.159105 10.0.0.133 - - [2026-03-05 02:10:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002624 10.0.0.133 - - [2026-03-05 02:10:51] "POST /useragent-kv HTTP/1.1" 200 115 0.006293 10.0.0.65 - - [2026-03-05 02:10:51] "POST /neutron/network HTTP/1.1" 200 151 0.132872 10.0.0.65 - - [2026-03-05 02:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.65 - - [2026-03-05 02:10:51] "POST /neutron/network HTTP/1.1" 200 911 0.005327 10.0.0.133 - - [2026-03-05 02:10:52] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006396 10.0.0.65 - - [2026-03-05 02:10:52] "DELETE /route-target/76ef3270-ac66-40b7-8f66-8d86ee6c9982 HTTP/1.1" 200 115 0.035679 10.0.0.65 - - [2026-03-05 02:10:52] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.055798 10.0.0.133 - - [2026-03-05 02:10:52] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.65 - - [2026-03-05 02:10:52] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?fields=virtual_networks HTTP/1.1" 200 1051 0.060632 10.0.0.133 - - [2026-03-05 02:10:52] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.65 - - [2026-03-05 02:10:52] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.031693 10.0.0.133 - - [2026-03-05 02:10:52] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001329 10.0.0.65 - - [2026-03-05 02:10:52] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?fields=security_groups HTTP/1.1" 200 1286 0.033080 10.0.0.65 - - [2026-03-05 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.025482 10.0.0.133 - - [2026-03-05 02:10:53] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003059 10.0.0.133 - - [2026-03-05 02:10:53] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.133 - - [2026-03-05 02:10:53] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007339 10.0.0.133 - - [2026-03-05 02:10:53] "POST /id-to-fqname HTTP/1.1" 200 195 0.011643 10.0.0.133 - - [2026-03-05 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 204 0.010109 10.0.0.133 - - [2026-03-05 02:10:53] "POST /security-groups HTTP/1.1" 200 596 0.073394 10.0.0.133 - - [2026-03-05 02:10:53] "POST /projects HTTP/1.1" 200 595 0.289506 10.0.0.65 - - [2026-03-05 02:10:53] "POST /fqname-to-id HTTP/1.1" 404 238 0.008665 10.0.0.133 - - [2026-03-05 02:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.366011 10.0.0.65 - - [2026-03-05 02:10:53] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.538318 10.0.0.65 - - [2026-03-05 02:10:54] "GET / HTTP/1.1" 200 36215 0.002220 10.0.0.65 - - [2026-03-05 02:10:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000395 10.0.0.65 - - [2026-03-05 02:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.059963 10.0.0.133 - - [2026-03-05 02:10:55] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000906 10.0.0.65 - - [2026-03-05 02:10:55] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.032942 10.0.0.133 - - [2026-03-05 02:10:55] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000914 10.0.0.65 - - [2026-03-05 02:10:55] "POST /neutron/network HTTP/1.1" 200 682 0.141285 10.0.0.65 - - [2026-03-05 02:10:56] "POST /ref-update HTTP/1.1" 200 156 0.015886 10.0.0.65 - - [2026-03-05 02:10:56] "POST /id-to-fqname HTTP/1.1" 200 261 0.003428 10.0.0.65 - - [2026-03-05 02:10:56] "GET /virtual-network/a6e607aa-25a5-455b-b119-0b6ca02a8aad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005344 10.0.0.65 - - [2026-03-05 02:10:56] "POST /neutron/network HTTP/1.1" 200 898 0.006826 10.0.0.65 - - [2026-03-05 02:10:56] "GET /virtual-network/a6e607aa-25a5-455b-b119-0b6ca02a8aad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005010 10.0.0.65 - - [2026-03-05 02:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.133 - - [2026-03-05 02:10:56] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000922 10.0.0.65 - - [2026-03-05 02:10:56] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.039090 10.0.0.65 - - [2026-03-05 02:10:56] "POST /neutron/network HTTP/1.1" 200 117 0.013199 10.0.0.65 - - [2026-03-05 02:10:56] "POST /neutron/network HTTP/1.1" 200 899 0.007436 10.0.0.65 - - [2026-03-05 02:10:56] "POST /id-to-fqname HTTP/1.1" 200 261 0.001006 10.0.0.65 - - [2026-03-05 02:10:56] "GET /virtual-network/c93490a1-a560-4cd3-b0c5-942e49a08e96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.004297 10.0.0.65 - - [2026-03-05 02:10:56] "GET /virtual-network/c93490a1-a560-4cd3-b0c5-942e49a08e96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2156 0.005019 10.0.0.65 - - [2026-03-05 02:10:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.007848 10.0.0.65 - - [2026-03-05 02:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.133 - - [2026-03-05 02:10:57] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000785 10.0.0.65 - - [2026-03-05 02:10:57] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.038482 10.0.0.65 - - [2026-03-05 02:10:57] "POST /route-targets HTTP/1.1" 200 328 0.010680 10.0.0.65 - - [2026-03-05 02:10:57] "GET /obj-perms HTTP/1.1" 200 5056 0.054439 10.0.0.133 - - [2026-03-05 02:10:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.65 - - [2026-03-05 02:10:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.231338 10.0.0.65 - - [2026-03-05 02:10:57] "POST /id-to-fqname HTTP/1.1" 200 262 0.001195 10.0.0.65 - - [2026-03-05 02:10:57] "GET /virtual-network/abc3ebc4-45c7-4bb5-ade7-3f237a9b40cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006766 10.0.0.65 - - [2026-03-05 02:10:57] "GET /virtual-network/abc3ebc4-45c7-4bb5-ade7-3f237a9b40cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004555 10.0.0.65 - - [2026-03-05 02:10:57] "POST /neutron/network HTTP/1.1" 200 904 0.005857 10.0.0.65 - - [2026-03-05 02:10:57] "POST /id-to-fqname HTTP/1.1" 200 261 0.001091 10.0.0.133 - - [2026-03-05 02:10:58] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001153 10.0.0.65 - - [2026-03-05 02:10:58] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.077289 10.0.0.65 - - [2026-03-05 02:10:58] "POST /neutron/network HTTP/1.1" 200 899 0.007221 10.0.0.65 - - [2026-03-05 02:10:58] "POST /id-to-fqname HTTP/1.1" 200 262 0.001213 10.0.0.65 - - [2026-03-05 02:10:58] "POST /neutron/port HTTP/1.1" 200 117 0.005607 10.0.0.133 - - [2026-03-05 02:10:59] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001682 10.0.0.65 - - [2026-03-05 02:10:59] "POST /neutron/port HTTP/1.1" 200 1063 0.279748 10.0.0.65 - - [2026-03-05 02:10:59] "POST /neutron/port HTTP/1.1" 200 1117 0.102920 10.0.0.133 - - [2026-03-05 02:10:59] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000910 10.0.0.65 - - [2026-03-05 02:10:59] "POST /neutron/subnet HTTP/1.1" 200 689 0.013023 10.0.0.65 - - [2026-03-05 02:10:59] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.083420 10.0.0.65 - - [2026-03-05 02:10:59] "POST /neutron/network HTTP/1.1" 200 904 0.006549 10.0.0.65 - - [2026-03-05 02:11:00] "POST /neutron/port HTTP/1.1" 200 117 0.012859 10.0.0.65 - - [2026-03-05 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.007598 10.0.0.65 - - [2026-03-05 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.65 - - [2026-03-05 02:11:00] "POST /neutron/port HTTP/1.1" 200 1066 0.015465 10.0.0.133 - - [2026-03-05 02:11:00] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000881 10.0.0.65 - - [2026-03-05 02:11:00] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007704 10.0.0.65 - - [2026-03-05 02:11:00] "POST /service-templates HTTP/1.1" 200 545 0.067715 10.0.0.65 - - [2026-03-05 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.65 - - [2026-03-05 02:11:00] "POST /neutron/port HTTP/1.1" 200 1130 0.015567 10.0.0.65 - - [2026-03-05 02:11:00] "GET /service-template/0921b899-dddf-4af6-802b-12967e34ccb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.006088 10.0.0.65 - - [2026-03-05 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.65 - - [2026-03-05 02:11:00] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.65 - - [2026-03-05 02:11:01] "GET /service-template/0921b899-dddf-4af6-802b-12967e34ccb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.005165 10.0.0.65 - - [2026-03-05 02:11:01] "POST /id-to-fqname HTTP/1.1" 200 261 0.001196 10.0.0.65 - - [2026-03-05 02:11:01] "POST /id-to-fqname HTTP/1.1" 200 261 0.003732 10.0.0.65 - - [2026-03-05 02:11:01] "POST /id-to-fqname HTTP/1.1" 200 262 0.001577 10.0.0.65 - - [2026-03-05 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008901 10.0.0.65 - - [2026-03-05 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.65 - - [2026-03-05 02:11:01] "DELETE /service-template/0921b899-dddf-4af6-802b-12967e34ccb5 HTTP/1.1" 200 115 0.027063 10.0.0.65 - - [2026-03-05 02:11:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003545 10.0.0.65 - - [2026-03-05 02:11:04] "POST /neutron/port HTTP/1.1" 200 1130 0.018960 10.0.0.65 - - [2026-03-05 02:11:04] "POST /neutron/port HTTP/1.1" 200 151 0.235137 10.0.0.65 - - [2026-03-05 02:11:05] "POST /neutron/network HTTP/1.1" 200 899 0.006167 10.0.0.65 - - [2026-03-05 02:11:05] "DELETE /route-target/2eeafad7-6038-408a-8234-ab40e21be7e8 HTTP/1.1" 200 115 0.034194 10.0.0.133 - - [2026-03-05 02:11:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007678 10.0.0.133 - - [2026-03-05 02:11:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.65 - - [2026-03-05 02:11:05] "POST /neutron/network HTTP/1.1" 200 151 0.127151 10.0.0.65 - - [2026-03-05 02:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.133 - - [2026-03-05 02:11:06] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000849 10.0.0.65 - - [2026-03-05 02:11:06] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.071567 10.0.0.133 - - [2026-03-05 02:11:06] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001518 10.0.0.65 - - [2026-03-05 02:11:06] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?fields=virtual_networks HTTP/1.1" 200 1045 0.049090 10.0.0.133 - - [2026-03-05 02:11:06] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000839 10.0.0.65 - - [2026-03-05 02:11:06] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.036396 10.0.0.133 - - [2026-03-05 02:11:06] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001171 10.0.0.65 - - [2026-03-05 02:11:06] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?fields=security_groups HTTP/1.1" 200 1277 0.032246 10.0.0.65 - - [2026-03-05 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.033463 10.0.0.133 - - [2026-03-05 02:11:07] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003572 10.0.0.133 - - [2026-03-05 02:11:07] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001463 10.0.0.133 - - [2026-03-05 02:11:07] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007539 10.0.0.133 - - [2026-03-05 02:11:07] "POST /id-to-fqname HTTP/1.1" 200 199 0.004161 10.0.0.133 - - [2026-03-05 02:11:07] "POST /fqname-to-id HTTP/1.1" 404 208 0.004357 10.0.0.133 - - [2026-03-05 02:11:07] "POST /security-groups HTTP/1.1" 200 600 0.035961 10.0.0.133 - - [2026-03-05 02:11:07] "POST /projects HTTP/1.1" 200 603 0.242435 10.0.0.65 - - [2026-03-05 02:11:07] "POST /access-control-lists HTTP/1.1" 200 607 0.032599 10.0.0.133 - - [2026-03-05 02:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.317190 10.0.0.65 - - [2026-03-05 02:11:07] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.482292 10.0.0.65 - - [2026-03-05 02:11:08] "GET / HTTP/1.1" 200 36215 0.001328 10.0.0.65 - - [2026-03-05 02:11:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000572 10.0.0.65 - - [2026-03-05 02:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.064122 10.0.0.133 - - [2026-03-05 02:11:09] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001133 10.0.0.65 - - [2026-03-05 02:11:09] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.041306 10.0.0.65 - - [2026-03-05 02:11:09] "POST /neutron/network HTTP/1.1" 200 117 0.044187 10.0.0.65 - - [2026-03-05 02:11:10] "POST /route-targets HTTP/1.1" 200 328 0.017008 10.0.0.65 - - [2026-03-05 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.007232 10.0.0.133 - - [2026-03-05 02:11:10] "POST /useragent-kv HTTP/1.1" 200 115 0.010113 10.0.0.65 - - [2026-03-05 02:11:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.204415 10.0.0.65 - - [2026-03-05 02:11:10] "POST /id-to-fqname HTTP/1.1" 200 269 0.001209 10.0.0.65 - - [2026-03-05 02:11:10] "GET /virtual-network/a0abae58-9c10-472e-861d-af8db5a7cc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005632 10.0.0.65 - - [2026-03-05 02:11:10] "GET /virtual-network/a0abae58-9c10-472e-861d-af8db5a7cc38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.004856 10.0.0.65 - - [2026-03-05 02:11:10] "POST /neutron/network HTTP/1.1" 200 1088 0.007425 10.0.0.65 - - [2026-03-05 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.133 - - [2026-03-05 02:11:10] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001066 10.0.0.65 - - [2026-03-05 02:11:10] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.037875 10.0.0.65 - - [2026-03-05 02:11:10] "POST /neutron/network HTTP/1.1" 200 117 0.014888 10.0.0.65 - - [2026-03-05 02:11:11] "POST /ref-update HTTP/1.1" 200 156 0.026998 10.0.0.133 - - [2026-03-05 02:11:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005804 10.0.0.65 - - [2026-03-05 02:11:11] "POST /neutron/subnet HTTP/1.1" 200 714 0.236812 10.0.0.65 - - [2026-03-05 02:11:11] "POST /id-to-fqname HTTP/1.1" 200 269 0.001133 10.0.0.65 - - [2026-03-05 02:11:11] "GET /virtual-network/2ade0a36-fd11-4d5e-b63d-69e02d092eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.005457 10.0.0.65 - - [2026-03-05 02:11:11] "GET /virtual-network/2ade0a36-fd11-4d5e-b63d-69e02d092eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.006200 10.0.0.65 - - [2026-03-05 02:11:11] "POST /neutron/network HTTP/1.1" 200 1085 0.008132 10.0.0.65 - - [2026-03-05 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002545 10.0.0.133 - - [2026-03-05 02:11:11] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000955 10.0.0.65 - - [2026-03-05 02:11:11] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.030410 10.0.0.65 - - [2026-03-05 02:11:11] "POST /neutron/network HTTP/1.1" 200 117 0.012400 10.0.0.65 - - [2026-03-05 02:11:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.007223 10.0.0.133 - - [2026-03-05 02:11:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008917 10.0.0.65 - - [2026-03-05 02:11:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.207057 10.0.0.65 - - [2026-03-05 02:11:12] "POST /id-to-fqname HTTP/1.1" 200 270 0.001156 10.0.0.65 - - [2026-03-05 02:11:12] "GET /virtual-network/c59d7e17-2814-49cb-86c1-59f616a3ac76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2771 0.004717 10.0.0.65 - - [2026-03-05 02:11:12] "GET /virtual-network/c59d7e17-2814-49cb-86c1-59f616a3ac76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2771 0.005273 10.0.0.65 - - [2026-03-05 02:11:12] "POST /neutron/network HTTP/1.1" 200 1090 0.007317 10.0.0.65 - - [2026-03-05 02:11:12] "POST /id-to-fqname HTTP/1.1" 200 269 0.001148 10.0.0.65 - - [2026-03-05 02:11:12] "POST /neutron/network HTTP/1.1" 200 1095 0.008221 10.0.0.133 - - [2026-03-05 02:11:13] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000969 10.0.0.65 - - [2026-03-05 02:11:13] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.064557 10.0.0.65 - - [2026-03-05 02:11:13] "POST /neutron/port HTTP/1.1" 200 117 0.005539 10.0.0.65 - - [2026-03-05 02:11:13] "POST /id-to-fqname HTTP/1.1" 200 270 0.001071 10.0.0.65 - - [2026-03-05 02:11:13] "POST /neutron/network HTTP/1.1" 200 1095 0.006818 10.0.0.65 - - [2026-03-05 02:11:14] "POST /neutron/port HTTP/1.1" 200 1174 0.019602 10.0.0.133 - - [2026-03-05 02:11:14] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.011308 10.0.0.65 - - [2026-03-05 02:11:14] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.138590 10.0.0.65 - - [2026-03-05 02:11:14] "POST /neutron/port HTTP/1.1" 200 1238 0.020009 10.0.0.65 - - [2026-03-05 02:11:14] "POST /neutron/subnet HTTP/1.1" 200 1374 0.014500 10.0.0.65 - - [2026-03-05 02:11:14] "POST /neutron/port HTTP/1.1" 200 1238 0.024700 10.0.0.65 - - [2026-03-05 02:11:14] "POST /neutron/port HTTP/1.1" 200 117 0.007494 10.0.0.65 - - [2026-03-05 02:11:15] "POST /neutron/port HTTP/1.1" 200 1177 0.022489 10.0.0.65 - - [2026-03-05 02:11:15] "POST /neutron/port HTTP/1.1" 200 1241 0.027043 10.0.0.65 - - [2026-03-05 02:11:15] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017467 10.0.0.65 - - [2026-03-05 02:11:15] "POST /neutron/network HTTP/1.1" 200 1090 0.015341 10.0.0.65 - - [2026-03-05 02:11:16] "POST /fqname-to-id HTTP/1.1" 404 193 0.003049 10.0.0.65 - - [2026-03-05 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.133 - - [2026-03-05 02:11:16] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.65 - - [2026-03-05 02:11:16] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007847 10.0.0.65 - - [2026-03-05 02:11:16] "POST /service-templates HTTP/1.1" 200 545 0.046659 10.0.0.65 - - [2026-03-05 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.65 - - [2026-03-05 02:11:16] "GET /service-template/46ed48d6-4372-4c38-ac93-d73f9b979979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.005178 10.0.0.65 - - [2026-03-05 02:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.65 - - [2026-03-05 02:11:16] "GET /service-template/46ed48d6-4372-4c38-ac93-d73f9b979979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.003936 10.0.0.65 - - [2026-03-05 02:11:16] "POST /id-to-fqname HTTP/1.1" 200 269 0.001169 10.0.0.65 - - [2026-03-05 02:11:16] "POST /id-to-fqname HTTP/1.1" 200 269 0.001141 10.0.0.65 - - [2026-03-05 02:11:16] "POST /id-to-fqname HTTP/1.1" 200 270 0.001170 10.0.0.65 - - [2026-03-05 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.65 - - [2026-03-05 02:11:17] "DELETE /service-template/46ed48d6-4372-4c38-ac93-d73f9b979979 HTTP/1.1" 200 115 0.029511 10.0.0.65 - - [2026-03-05 02:11:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.004769 10.0.0.65 - - [2026-03-05 02:11:18] "POST /neutron/network HTTP/1.1" 200 1085 0.008229 10.0.0.65 - - [2026-03-05 02:11:19] "POST /neutron/port HTTP/1.1" 200 1231 0.013801 10.0.0.65 - - [2026-03-05 02:11:19] "POST /neutron/port HTTP/1.1" 200 1228 0.025367 10.0.0.133 - - [2026-03-05 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002852 10.0.0.133 - - [2026-03-05 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002435 10.0.0.133 - - [2026-03-05 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002589 10.0.0.65 - - [2026-03-05 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.133 - - [2026-03-05 02:11:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003337 10.0.0.65 - - [2026-03-05 02:11:20] "POST /neutron/network HTTP/1.1" 200 151 0.163820 10.0.0.65 - - [2026-03-05 02:11:21] "DELETE /route-target/d162ab0d-7582-4526-9c83-9390abfd4bd0 HTTP/1.1" 200 115 0.025271 10.0.0.65 - - [2026-03-05 02:11:21] "POST /neutron/network HTTP/1.1" 200 1088 0.008128 10.0.0.133 - - [2026-03-05 02:11:21] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000872 10.0.0.65 - - [2026-03-05 02:11:21] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.033534 10.0.0.133 - - [2026-03-05 02:11:21] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001193 10.0.0.65 - - [2026-03-05 02:11:21] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?fields=virtual_networks HTTP/1.1" 200 1052 0.086336 10.0.0.133 - - [2026-03-05 02:11:21] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000884 10.0.0.65 - - [2026-03-05 02:11:21] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.051643 10.0.0.133 - - [2026-03-05 02:11:21] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001133 10.0.0.65 - - [2026-03-05 02:11:21] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?fields=security_groups HTTP/1.1" 200 1288 0.035752 10.0.0.65 - - [2026-03-05 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.025322 10.0.0.133 - - [2026-03-05 02:11:22] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002708 10.0.0.133 - - [2026-03-05 02:11:22] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001638 10.0.0.133 - - [2026-03-05 02:11:22] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006805 10.0.0.133 - - [2026-03-05 02:11:22] "POST /id-to-fqname HTTP/1.1" 200 202 0.002579 10.0.0.133 - - [2026-03-05 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.004703 10.0.0.133 - - [2026-03-05 02:11:22] "POST /security-groups HTTP/1.1" 200 603 0.034053 10.0.0.65 - - [2026-03-05 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 246 0.003045 10.0.0.133 - - [2026-03-05 02:11:22] "POST /projects HTTP/1.1" 200 609 0.239467 10.0.0.133 - - [2026-03-05 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.309117 10.0.0.65 - - [2026-03-05 02:11:22] "POST /access-control-lists HTTP/1.1" 200 608 0.023963 10.0.0.65 - - [2026-03-05 02:11:22] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.441430 10.0.0.65 - - [2026-03-05 02:11:24] "GET / HTTP/1.1" 200 36215 0.002638 10.0.0.65 - - [2026-03-05 02:11:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000561 10.0.0.65 - - [2026-03-05 02:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.059921 10.0.0.133 - - [2026-03-05 02:11:25] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000833 10.0.0.65 - - [2026-03-05 02:11:25] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044702 10.0.0.133 - - [2026-03-05 02:11:25] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.65 - - [2026-03-05 02:11:25] "POST /neutron/network HTTP/1.1" 200 619 0.140825 10.0.0.65 - - [2026-03-05 02:11:26] "POST /id-to-fqname HTTP/1.1" 200 233 0.002743 10.0.0.65 - - [2026-03-05 02:11:26] "GET /virtual-network/f8681312-a987-41d1-ac91-af2a40c3e89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004735 10.0.0.65 - - [2026-03-05 02:11:26] "POST /neutron/network HTTP/1.1" 200 836 0.008887 10.0.0.65 - - [2026-03-05 02:11:26] "GET /virtual-network/f8681312-a987-41d1-ac91-af2a40c3e89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004870 10.0.0.65 - - [2026-03-05 02:11:26] "GET /virtual-network/f8681312-a987-41d1-ac91-af2a40c3e89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006346 10.0.0.65 - - [2026-03-05 02:11:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.133 - - [2026-03-05 02:11:28] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000805 10.0.0.65 - - [2026-03-05 02:11:28] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.032647 10.0.0.65 - - [2026-03-05 02:11:28] "POST /neutron/network HTTP/1.1" 200 117 0.013361 10.0.0.65 - - [2026-03-05 02:11:28] "POST /route-targets HTTP/1.1" 200 328 0.013777 10.0.0.65 - - [2026-03-05 02:11:28] "POST /neutron/network HTTP/1.1" 200 838 0.007935 10.0.0.65 - - [2026-03-05 02:11:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001014 10.0.0.65 - - [2026-03-05 02:11:28] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004623 10.0.0.65 - - [2026-03-05 02:11:28] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005964 10.0.0.65 - - [2026-03-05 02:11:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.009330 10.0.0.65 - - [2026-03-05 02:11:28] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005204 10.0.0.133 - - [2026-03-05 02:11:29] "GET /obj-perms HTTP/1.1" 200 5054 0.054863 10.0.0.65 - - [2026-03-05 02:11:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001135 10.0.0.133 - - [2026-03-05 02:11:49] "DELETE /project/125a71abeeae4dc0bbb3b5bc618c5ba9 HTTP/1.1" 404 173 0.011221 10.0.0.133 - - [2026-03-05 02:11:49] "DELETE /project/256181b677a34f38be6902e938f094cd HTTP/1.1" 404 173 0.012781 10.0.0.133 - - [2026-03-05 02:11:49] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000818 10.0.0.133 - - [2026-03-05 02:11:49] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000760 10.0.0.133 - - [2026-03-05 02:11:49] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001173 10.0.0.133 - - [2026-03-05 02:11:49] "DELETE /project/ac055140882547129fc2dbb758072b17 HTTP/1.1" 404 173 0.026365 10.0.0.133 - - [2026-03-05 02:11:49] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1504 0.050341 10.0.0.133 - - [2026-03-05 02:11:49] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001327 10.0.0.133 - - [2026-03-05 02:11:49] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.104423 10.0.0.133 - - [2026-03-05 02:11:49] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.112285 10.0.0.133 - - [2026-03-05 02:11:49] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.133 - - [2026-03-05 02:11:49] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001593 10.0.0.133 - - [2026-03-05 02:11:49] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?fields=security_groups HTTP/1.1" 200 1390 0.115373 10.0.0.133 - - [2026-03-05 02:11:49] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?fields=security_groups HTTP/1.1" 200 1388 0.062818 10.0.0.133 - - [2026-03-05 02:11:49] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?fields=security_groups HTTP/1.1" 200 1379 0.064991 10.0.0.133 - - [2026-03-05 02:11:49] "DELETE /security-group/639ddac7-6072-49e9-a75e-3750e61e552c HTTP/1.1" 200 115 0.084053 10.0.0.133 - - [2026-03-05 02:11:49] "GET /projects?obj_uuids=125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001177 10.0.0.133 - - [2026-03-05 02:11:49] "DELETE /security-group/9de7b5df-1396-4b2f-9303-88a90215b1a3 HTTP/1.1" 200 115 0.093971 10.0.0.133 - - [2026-03-05 02:11:49] "GET /projects?obj_uuids=ac055140-8825-4712-9fc2-dbb758072b17&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001344 10.0.0.133 - - [2026-03-05 02:11:49] "DELETE /security-group/ed8718b8-b601-4e1a-b9d0-f870a878d4ae HTTP/1.1" 200 115 0.128839 10.0.0.133 - - [2026-03-05 02:11:49] "GET /projects?obj_uuids=c4b0b575-baa1-4908-b316-356ec9013282&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.133 - - [2026-03-05 02:11:49] "GET /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9?fields=application_policy_sets HTTP/1.1" 200 1429 0.079712 10.0.0.65 - - [2026-03-05 02:11:49] "DELETE /access-control-list/519ba573-8e16-431c-919a-cd4cb4711792 HTTP/1.1" 200 115 0.097529 10.0.0.133 - - [2026-03-05 02:11:49] "GET /project/c4b0b575-baa1-4908-b316-356ec9013282?fields=application_policy_sets HTTP/1.1" 200 1427 0.089513 10.0.0.133 - - [2026-03-05 02:11:49] "GET /project/ac055140-8825-4712-9fc2-dbb758072b17?fields=application_policy_sets HTTP/1.1" 200 1418 0.148384 10.0.0.65 - - [2026-03-05 02:11:49] "DELETE /access-control-list/5dab0dd5-9c6d-4e3f-b79e-d73f93a04bc2 HTTP/1.1" 200 115 0.123824 10.0.0.133 - - [2026-03-05 02:11:49] "DELETE /project/125a71ab-eeae-4dc0-bbb3-b5bc618c5ba9 HTTP/1.1" 200 115 0.731601 10.0.0.133 - - [2026-03-05 02:11:49] "DELETE /project/c4b0b575-baa1-4908-b316-356ec9013282 HTTP/1.1" 200 115 0.762682 10.0.0.133 - - [2026-03-05 02:11:49] "DELETE /project/ac055140-8825-4712-9fc2-dbb758072b17 HTTP/1.1" 200 115 0.783916 10.0.0.33 - - [2026-03-05 02:11:57] "GET /obj-perms HTTP/1.1" 200 5056 0.102911 10.0.0.133 - - [2026-03-05 02:12:02] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000873 10.0.0.65 - - [2026-03-05 02:12:02] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.067212 10.0.0.65 - - [2026-03-05 02:12:02] "POST /neutron/port HTTP/1.1" 200 117 0.005625 10.0.0.65 - - [2026-03-05 02:12:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001135 10.0.0.65 - - [2026-03-05 02:12:02] "POST /neutron/network HTTP/1.1" 200 846 0.006444 10.0.0.133 - - [2026-03-05 02:12:03] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.65 - - [2026-03-05 02:12:03] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.126352 10.0.0.65 - - [2026-03-05 02:12:03] "POST /neutron/network HTTP/1.1" 200 836 0.065658 10.0.0.65 - - [2026-03-05 02:12:03] "POST /neutron/port HTTP/1.1" 200 1126 0.229815 10.0.0.65 - - [2026-03-05 02:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.013428 10.0.0.65 - - [2026-03-05 02:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.133 - - [2026-03-05 02:12:04] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000874 10.0.0.65 - - [2026-03-05 02:12:04] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.060427 10.0.0.65 - - [2026-03-05 02:12:04] "GET /virtual-network/f8681312-a987-41d1-ac91-af2a40c3e89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005169 10.0.0.65 - - [2026-03-05 02:12:04] "GET /floating-ip-pools?parent_id=f8681312-a987-41d1-ac91-af2a40c3e89a&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.014834 10.0.0.65 - - [2026-03-05 02:12:04] "GET /virtual-network/f8681312-a987-41d1-ac91-af2a40c3e89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004930 10.0.0.65 - - [2026-03-05 02:12:04] "POST /neutron/subnet HTTP/1.1" 200 698 0.024460 10.0.0.65 - - [2026-03-05 02:12:04] "POST /floating-ip-pools HTTP/1.1" 200 611 0.077200 10.0.0.65 - - [2026-03-05 02:12:04] "POST /ref-update HTTP/1.1" 200 156 0.029641 10.0.0.65 - - [2026-03-05 02:12:04] "POST /neutron/network HTTP/1.1" 200 846 0.009337 10.0.0.65 - - [2026-03-05 02:12:04] "GET /virtual-network/f8681312-a987-41d1-ac91-af2a40c3e89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.013251 10.0.0.65 - - [2026-03-05 02:12:04] "GET /virtual-network/f8681312-a987-41d1-ac91-af2a40c3e89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.015599 10.0.0.65 - - [2026-03-05 02:12:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009349 10.0.0.65 - - [2026-03-05 02:12:05] "POST /neutron/port HTTP/1.1" 200 1124 0.229378 10.0.0.65 - - [2026-03-05 02:12:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.022421 10.0.0.65 - - [2026-03-05 02:12:10] "POST /neutron/port HTTP/1.1" 200 1136 0.035163 10.0.0.65 - - [2026-03-05 02:12:15] "POST /neutron/security_group HTTP/1.1" 200 2070 0.023153 10.0.0.65 - - [2026-03-05 02:12:25] "POST /neutron/port HTTP/1.1" 200 1136 0.036571 10.0.0.65 - - [2026-03-05 02:12:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006791 10.0.0.65 - - [2026-03-05 02:12:40] "POST /neutron/port HTTP/1.1" 200 1136 0.017151 10.0.0.65 - - [2026-03-05 02:12:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008502 10.0.0.65 - - [2026-03-05 02:12:56] "POST /neutron/port HTTP/1.1" 200 1136 0.016481 10.0.0.65 - - [2026-03-05 02:12:58] "GET /obj-perms HTTP/1.1" 200 5056 0.063118 10.0.0.65 - - [2026-03-05 02:13:01] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006318 10.0.0.133 - - [2026-03-05 02:13:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000590 10.0.0.133 - - [2026-03-05 02:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.33 - - [2026-03-05 02:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2026-03-05 02:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.133 - - [2026-03-05 02:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000319 10.0.0.133 - - [2026-03-05 02:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.33 - - [2026-03-05 02:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000655 10.0.0.33 - - [2026-03-05 02:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.65 - - [2026-03-05 02:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.65 - - [2026-03-05 02:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.65 - - [2026-03-05 02:13:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.65 - - [2026-03-05 02:13:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.65 - - [2026-03-05 02:13:06] "POST /neutron/port HTTP/1.1" 200 1136 0.015910 10.0.0.65 - - [2026-03-05 02:13:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011097 10.0.0.65 - - [2026-03-05 02:13:06] "GET /virtual-machine/3583d9be-947b-4c7b-aae3-8ac1532e2e5c HTTP/1.1" 401 292 0.000332 10.0.0.65 - - [2026-03-05 02:13:07] "GET /virtual-machine/3583d9be-947b-4c7b-aae3-8ac1532e2e5c HTTP/1.1" 200 1306 0.037949 10.0.0.65 - - [2026-03-05 02:13:07] "GET /virtual-machine-interface/09afb05f-b3f0-44e7-8b58-5f19e7e51b2d HTTP/1.1" 200 3010 0.007799 10.0.0.65 - - [2026-03-05 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.65 - - [2026-03-05 02:13:07] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003391 10.0.0.65 - - [2026-03-05 02:13:07] "GET /virtual-networks?parent_id=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003074 10.0.0.65 - - [2026-03-05 02:13:07] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005474 10.0.0.65 - - [2026-03-05 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.65 - - [2026-03-05 02:13:10] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006131 10.0.0.65 - - [2026-03-05 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.65 - - [2026-03-05 02:13:14] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005652 10.0.0.65 - - [2026-03-05 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.65 - - [2026-03-05 02:13:18] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005967 10.0.0.65 - - [2026-03-05 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.65 - - [2026-03-05 02:13:22] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004690 10.0.0.65 - - [2026-03-05 02:13:24] "POST /neutron/network HTTP/1.1" 200 848 0.005772 10.0.0.65 - - [2026-03-05 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.65 - - [2026-03-05 02:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.65 - - [2026-03-05 02:13:26] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004508 10.0.0.65 - - [2026-03-05 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.65 - - [2026-03-05 02:13:30] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005029 10.0.0.65 - - [2026-03-05 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.65 - - [2026-03-05 02:13:34] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006047 10.0.0.65 - - [2026-03-05 02:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.65 - - [2026-03-05 02:13:38] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004556 10.0.0.65 - - [2026-03-05 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.65 - - [2026-03-05 02:13:42] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004623 10.0.0.65 - - [2026-03-05 02:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.65 - - [2026-03-05 02:13:44] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003781 10.0.0.65 - - [2026-03-05 02:13:44] "GET /virtual-networks?parent_id=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002854 10.0.0.65 - - [2026-03-05 02:13:44] "GET /virtual-network/2ac63558-aaef-49aa-9481-9aa33340123f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005023 10.0.0.65 - - [2026-03-05 02:13:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007007 10.0.0.65 - - [2026-03-05 02:13:45] "POST /neutron/network HTTP/1.1" 200 846 0.006378 10.0.0.65 - - [2026-03-05 02:13:45] "POST /neutron/port HTTP/1.1" 200 117 0.000997 10.0.0.65 - - [2026-03-05 02:13:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008220 10.0.0.65 - - [2026-03-05 02:13:55] "POST /neutron/port HTTP/1.1" 200 1136 0.016109 10.0.0.65 - - [2026-03-05 02:14:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006888 10.0.0.133 - - [2026-03-05 02:14:05] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000970 10.0.0.65 - - [2026-03-05 02:14:05] "POST /neutron/floatingip HTTP/1.1" 200 528 0.114055 10.0.0.65 - - [2026-03-05 02:14:05] "POST /neutron/floatingip HTTP/1.1" 200 575 0.059920 10.0.0.65 - - [2026-03-05 02:14:05] "POST /neutron/port HTTP/1.1" 200 1134 0.015937 10.0.0.65 - - [2026-03-05 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006773 10.0.0.65 - - [2026-03-05 02:14:05] "GET /virtual-machine/d518953c-02af-4628-b4fa-88311bdd46be HTTP/1.1" 200 1307 0.007951 10.0.0.65 - - [2026-03-05 02:14:05] "GET /virtual-machine-interface/88baa03f-59ed-419d-8de6-d2460442f0fa HTTP/1.1" 200 3011 0.004380 10.0.0.65 - - [2026-03-05 02:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.65 - - [2026-03-05 02:14:05] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003930 10.0.0.65 - - [2026-03-05 02:14:05] "GET /virtual-networks?parent_id=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002279 10.0.0.65 - - [2026-03-05 02:14:06] "GET /virtual-network/f8681312-a987-41d1-ac91-af2a40c3e89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005162 10.0.0.65 - - [2026-03-05 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.65 - - [2026-03-05 02:14:07] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003041 10.0.0.65 - - [2026-03-05 02:14:07] "GET /virtual-networks?parent_id=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002709 10.0.0.65 - - [2026-03-05 02:14:07] "GET /virtual-network/f8681312-a987-41d1-ac91-af2a40c3e89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005212 10.0.0.65 - - [2026-03-05 02:14:12] "POST /neutron/port HTTP/1.1" 200 1134 0.016326 10.0.0.65 - - [2026-03-05 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.65 - - [2026-03-05 02:14:17] "GET /routing-instance/128df500-5d9e-4683-a3e9-2c45790a9839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.005884 10.0.0.65 - - [2026-03-05 02:14:17] "GET /route-target/9032d9e8-a7fa-4556-8b33-6a20a36ac0f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004343 10.0.0.65 - - [2026-03-05 02:14:24] "POST /neutron/port HTTP/1.1" 200 1136 0.015968 10.0.0.65 - - [2026-03-05 02:14:24] "POST /neutron/floatingip HTTP/1.1" 200 549 0.014682 10.0.0.65 - - [2026-03-05 02:14:24] "POST /neutron/network HTTP/1.1" 200 838 0.005916 10.0.0.65 - - [2026-03-05 02:14:45] "POST /neutron/network HTTP/1.1" 200 846 0.008357 10.0.0.65 - - [2026-03-05 02:14:45] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.133 - - [2026-03-05 02:15:00] "GET /obj-perms HTTP/1.1" 200 5056 0.062360 10.0.0.65 - - [2026-03-05 02:15:05] "POST /neutron/floatingip HTTP/1.1" 200 528 0.042844 10.0.0.65 - - [2026-03-05 02:15:05] "GET /floating-ip-pool/01d0e5c0-e950-4fa0-95ed-8ca4e7c6ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.003634 10.0.0.65 - - [2026-03-05 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.011847 10.0.0.65 - - [2026-03-05 02:15:05] "DELETE /floating-ip-pool/01d0e5c0-e950-4fa0-95ed-8ca4e7c6ab38 HTTP/1.1" 200 115 0.030621 10.0.0.65 - - [2026-03-05 02:15:05] "POST /neutron/network HTTP/1.1" 200 838 0.005704 10.0.0.65 - - [2026-03-05 02:15:06] "POST /neutron/port HTTP/1.1" 200 1124 0.012966 10.0.0.65 - - [2026-03-05 02:15:06] "POST /neutron/port HTTP/1.1" 200 1126 0.022235 10.0.0.133 - - [2026-03-05 02:15:08] "POST /useragent-kv HTTP/1.1" 200 115 0.005153 10.0.0.133 - - [2026-03-05 02:15:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003330 10.0.0.65 - - [2026-03-05 02:15:08] "POST /neutron/network HTTP/1.1" 200 151 0.123877 10.0.0.65 - - [2026-03-05 02:15:08] "DELETE /route-target/0e90d22f-7d60-4afe-8119-5a9bea49d582 HTTP/1.1" 200 115 0.020719 10.0.0.133 - - [2026-03-05 02:15:09] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.65 - - [2026-03-05 02:15:09] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.053113 10.0.0.133 - - [2026-03-05 02:15:09] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000956 10.0.0.65 - - [2026-03-05 02:15:10] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?fields=virtual_networks HTTP/1.1" 200 1058 0.055432 10.0.0.133 - - [2026-03-05 02:15:10] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.65 - - [2026-03-05 02:15:10] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.058103 10.0.0.133 - - [2026-03-05 02:15:10] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001139 10.0.0.65 - - [2026-03-05 02:15:10] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?fields=security_groups HTTP/1.1" 200 1297 0.056787 10.0.0.65 - - [2026-03-05 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.035664 10.0.0.133 - - [2026-03-05 02:15:11] "GET /projects?obj_uuids=b703db8a-803b-4bbb-933f-40467facb498&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002811 10.0.0.133 - - [2026-03-05 02:15:11] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.133 - - [2026-03-05 02:15:11] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007930 10.0.0.133 - - [2026-03-05 02:15:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.004968 10.0.0.133 - - [2026-03-05 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.016169 10.0.0.133 - - [2026-03-05 02:15:11] "POST /security-groups HTTP/1.1" 200 591 0.031345 10.0.0.65 - - [2026-03-05 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.002835 10.0.0.133 - - [2026-03-05 02:15:11] "POST /projects HTTP/1.1" 200 585 0.244249 10.0.0.133 - - [2026-03-05 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.317179 10.0.0.65 - - [2026-03-05 02:15:11] "POST /access-control-lists HTTP/1.1" 200 596 0.027221 10.0.0.65 - - [2026-03-05 02:15:11] "GET /project/b703db8a-803b-4bbb-933f-40467facb498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.464255 10.0.0.65 - - [2026-03-05 02:15:12] "GET / HTTP/1.1" 200 36215 0.001708 10.0.0.133 - - [2026-03-05 02:15:15] "GET /projects?obj_uuids=b703db8a-803b-4bbb-933f-40467facb498&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.65 - - [2026-03-05 02:15:15] "GET /project/b703db8a-803b-4bbb-933f-40467facb498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043926 10.0.0.133 - - [2026-03-05 02:15:15] "GET /projects?obj_uuids=b703db8a-803b-4bbb-933f-40467facb498&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.65 - - [2026-03-05 02:15:15] "GET /project/b703db8a-803b-4bbb-933f-40467facb498?fields=virtual_networks HTTP/1.1" 200 1035 0.047987 10.0.0.133 - - [2026-03-05 02:15:15] "GET /projects?obj_uuids=b703db8a-803b-4bbb-933f-40467facb498&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000905 10.0.0.65 - - [2026-03-05 02:15:15] "GET /project/b703db8a-803b-4bbb-933f-40467facb498?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.036248 10.0.0.133 - - [2026-03-05 02:15:15] "GET /projects?obj_uuids=b703db8a-803b-4bbb-933f-40467facb498&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000923 10.0.0.65 - - [2026-03-05 02:15:15] "GET /project/b703db8a-803b-4bbb-933f-40467facb498?fields=security_groups HTTP/1.1" 200 1262 0.038423 10.0.0.65 - - [2026-03-05 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.029089 10.0.0.133 - - [2026-03-05 02:15:16] "GET /projects?obj_uuids=63bc15bc-5dd4-4a39-a947-06e8f478b9ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002855 10.0.0.133 - - [2026-03-05 02:15:16] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000802 10.0.0.133 - - [2026-03-05 02:15:16] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005910 10.0.0.133 - - [2026-03-05 02:15:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.005757 10.0.0.133 - - [2026-03-05 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.003835 10.0.0.133 - - [2026-03-05 02:15:17] "POST /security-groups HTTP/1.1" 200 586 0.025552 10.0.0.133 - - [2026-03-05 02:15:17] "POST /projects HTTP/1.1" 200 575 0.232535 10.0.0.65 - - [2026-03-05 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.003776 10.0.0.133 - - [2026-03-05 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.301388 10.0.0.65 - - [2026-03-05 02:15:17] "GET /project/63bc15bc-5dd4-4a39-a947-06e8f478b9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.430024 10.0.0.65 - - [2026-03-05 02:15:18] "GET / HTTP/1.1" 200 36215 0.001644 10.0.0.133 - - [2026-03-05 02:15:24] "GET /projects?obj_uuids=63bc15bc-5dd4-4a39-a947-06e8f478b9ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.65 - - [2026-03-05 02:15:24] "GET /project/63bc15bc-5dd4-4a39-a947-06e8f478b9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.038078 10.0.0.133 - - [2026-03-05 02:15:24] "GET /projects?obj_uuids=63bc15bc-5dd4-4a39-a947-06e8f478b9ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000830 10.0.0.65 - - [2026-03-05 02:15:24] "GET /project/63bc15bc-5dd4-4a39-a947-06e8f478b9ef?fields=virtual_networks HTTP/1.1" 200 1024 0.037093 10.0.0.133 - - [2026-03-05 02:15:24] "GET /projects?obj_uuids=63bc15bc-5dd4-4a39-a947-06e8f478b9ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000863 10.0.0.65 - - [2026-03-05 02:15:24] "GET /project/63bc15bc-5dd4-4a39-a947-06e8f478b9ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.035358 10.0.0.133 - - [2026-03-05 02:15:24] "GET /projects?obj_uuids=63bc15bc-5dd4-4a39-a947-06e8f478b9ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000833 10.0.0.65 - - [2026-03-05 02:15:24] "GET /project/63bc15bc-5dd4-4a39-a947-06e8f478b9ef?fields=security_groups HTTP/1.1" 200 1246 0.039352 10.0.0.65 - - [2026-03-05 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 187 0.028771 10.0.0.133 - - [2026-03-05 02:15:25] "GET /projects?obj_uuids=c1131a0d-d369-48c9-b1c7-1a250bf9b516&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002385 10.0.0.133 - - [2026-03-05 02:15:25] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.133 - - [2026-03-05 02:15:25] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007219 10.0.0.133 - - [2026-03-05 02:15:25] "POST /id-to-fqname HTTP/1.1" 200 189 0.001738 10.0.0.133 - - [2026-03-05 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.004678 10.0.0.133 - - [2026-03-05 02:15:25] "POST /security-groups HTTP/1.1" 200 590 0.074209 10.0.0.133 - - [2026-03-05 02:15:25] "POST /projects HTTP/1.1" 200 583 0.254958 10.0.0.65 - - [2026-03-05 02:15:25] "POST /access-control-lists HTTP/1.1" 200 597 0.032973 10.0.0.133 - - [2026-03-05 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.324394 10.0.0.65 - - [2026-03-05 02:15:25] "GET /project/c1131a0d-d369-48c9-b1c7-1a250bf9b516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.448508 10.0.0.65 - - [2026-03-05 02:15:26] "GET / HTTP/1.1" 200 36215 0.001336 10.0.0.133 - - [2026-03-05 02:15:30] "GET /projects?obj_uuids=c1131a0d-d369-48c9-b1c7-1a250bf9b516&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.028912 10.0.0.65 - - [2026-03-05 02:15:30] "GET /project/c1131a0d-d369-48c9-b1c7-1a250bf9b516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.146280 10.0.0.133 - - [2026-03-05 02:15:30] "GET /projects?obj_uuids=c1131a0d-d369-48c9-b1c7-1a250bf9b516&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000849 10.0.0.65 - - [2026-03-05 02:15:30] "GET /project/c1131a0d-d369-48c9-b1c7-1a250bf9b516?fields=virtual_networks HTTP/1.1" 200 1033 0.043044 10.0.0.133 - - [2026-03-05 02:15:30] "GET /projects?obj_uuids=c1131a0d-d369-48c9-b1c7-1a250bf9b516&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000968 10.0.0.65 - - [2026-03-05 02:15:30] "GET /project/c1131a0d-d369-48c9-b1c7-1a250bf9b516?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.039751 10.0.0.133 - - [2026-03-05 02:15:30] "GET /projects?obj_uuids=c1131a0d-d369-48c9-b1c7-1a250bf9b516&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000883 10.0.0.65 - - [2026-03-05 02:15:30] "GET /project/c1131a0d-d369-48c9-b1c7-1a250bf9b516?fields=security_groups HTTP/1.1" 200 1259 0.039677 10.0.0.65 - - [2026-03-05 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.030899 10.0.0.133 - - [2026-03-05 02:15:31] "GET /projects?obj_uuids=e241fc16-e3de-494a-8626-aecff44a6c6c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003310 10.0.0.133 - - [2026-03-05 02:15:31] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.133 - - [2026-03-05 02:15:31] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.044136 10.0.0.133 - - [2026-03-05 02:15:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.004873 10.0.0.133 - - [2026-03-05 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.005189 10.0.0.133 - - [2026-03-05 02:15:31] "POST /security-groups HTTP/1.1" 200 591 0.025600 10.0.0.133 - - [2026-03-05 02:15:31] "POST /projects HTTP/1.1" 200 585 0.235039 10.0.0.65 - - [2026-03-05 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 234 0.030963 10.0.0.133 - - [2026-03-05 02:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.307952 10.0.0.65 - - [2026-03-05 02:15:31] "GET /project/e241fc16-e3de-494a-8626-aecff44a6c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.481161 10.0.0.65 - - [2026-03-05 02:15:31] "POST /access-control-lists HTTP/1.1" 200 596 0.049227 10.0.0.65 - - [2026-03-05 02:15:32] "GET / HTTP/1.1" 200 36215 0.002475 10.0.0.133 - - [2026-03-05 02:15:36] "GET /projects?obj_uuids=e241fc16-e3de-494a-8626-aecff44a6c6c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001023 10.0.0.65 - - [2026-03-05 02:15:36] "GET /project/e241fc16-e3de-494a-8626-aecff44a6c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041162 10.0.0.133 - - [2026-03-05 02:15:36] "GET /projects?obj_uuids=e241fc16-e3de-494a-8626-aecff44a6c6c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000804 10.0.0.65 - - [2026-03-05 02:15:36] "GET /project/e241fc16-e3de-494a-8626-aecff44a6c6c?fields=virtual_networks HTTP/1.1" 200 1034 0.035715 10.0.0.133 - - [2026-03-05 02:15:36] "GET /projects?obj_uuids=e241fc16-e3de-494a-8626-aecff44a6c6c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.65 - - [2026-03-05 02:15:36] "GET /project/e241fc16-e3de-494a-8626-aecff44a6c6c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.044735 10.0.0.133 - - [2026-03-05 02:15:36] "GET /projects?obj_uuids=e241fc16-e3de-494a-8626-aecff44a6c6c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.65 - - [2026-03-05 02:15:36] "GET /project/e241fc16-e3de-494a-8626-aecff44a6c6c?fields=security_groups HTTP/1.1" 200 1261 0.052645 10.0.0.65 - - [2026-03-05 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 192 0.028017 10.0.0.133 - - [2026-03-05 02:15:37] "GET /projects?obj_uuids=9e9daa35-4d63-460a-b49e-8a113b9370b2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002764 10.0.0.133 - - [2026-03-05 02:15:37] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.133 - - [2026-03-05 02:15:37] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006616 10.0.0.133 - - [2026-03-05 02:15:37] "POST /id-to-fqname HTTP/1.1" 200 194 0.004268 10.0.0.133 - - [2026-03-05 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 203 0.003023 10.0.0.133 - - [2026-03-05 02:15:37] "POST /security-groups HTTP/1.1" 200 595 0.081336 10.0.0.133 - - [2026-03-05 02:15:37] "POST /projects HTTP/1.1" 200 593 0.290460 10.0.0.65 - - [2026-03-05 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 237 0.005388 10.0.0.133 - - [2026-03-05 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.360870 10.0.0.65 - - [2026-03-05 02:15:37] "GET /project/9e9daa35-4d63-460a-b49e-8a113b9370b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.515138 10.0.0.65 - - [2026-03-05 02:15:39] "GET / HTTP/1.1" 200 36215 0.001386 10.0.0.133 - - [2026-03-05 02:15:42] "GET /projects?obj_uuids=9e9daa35-4d63-460a-b49e-8a113b9370b2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001235 10.0.0.65 - - [2026-03-05 02:15:42] "GET /project/9e9daa35-4d63-460a-b49e-8a113b9370b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.036057 10.0.0.133 - - [2026-03-05 02:15:42] "GET /projects?obj_uuids=9e9daa35-4d63-460a-b49e-8a113b9370b2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000918 10.0.0.65 - - [2026-03-05 02:15:42] "GET /project/9e9daa35-4d63-460a-b49e-8a113b9370b2?fields=virtual_networks HTTP/1.1" 200 1043 0.040799 10.0.0.133 - - [2026-03-05 02:15:42] "GET /projects?obj_uuids=9e9daa35-4d63-460a-b49e-8a113b9370b2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000993 10.0.0.65 - - [2026-03-05 02:15:42] "GET /project/9e9daa35-4d63-460a-b49e-8a113b9370b2?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.052172 10.0.0.133 - - [2026-03-05 02:15:42] "GET /projects?obj_uuids=9e9daa35-4d63-460a-b49e-8a113b9370b2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000834 10.0.0.65 - - [2026-03-05 02:15:42] "GET /project/9e9daa35-4d63-460a-b49e-8a113b9370b2?fields=security_groups HTTP/1.1" 200 1274 0.033709 10.0.0.65 - - [2026-03-05 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.026241 10.0.0.133 - - [2026-03-05 02:15:43] "GET /projects?obj_uuids=19dc8f60-af90-4284-997b-f1049f50d0f2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002659 10.0.0.133 - - [2026-03-05 02:15:43] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.133 - - [2026-03-05 02:15:43] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008559 10.0.0.133 - - [2026-03-05 02:15:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.001727 10.0.0.133 - - [2026-03-05 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.006465 10.0.0.133 - - [2026-03-05 02:15:43] "POST /security-groups HTTP/1.1" 200 586 0.027660 10.0.0.133 - - [2026-03-05 02:15:43] "POST /projects HTTP/1.1" 200 575 0.231542 10.0.0.65 - - [2026-03-05 02:15:43] "POST /access-control-lists HTTP/1.1" 200 593 0.025245 10.0.0.133 - - [2026-03-05 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.301580 10.0.0.65 - - [2026-03-05 02:15:43] "GET /project/19dc8f60-af90-4284-997b-f1049f50d0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.433868 10.0.0.65 - - [2026-03-05 02:15:44] "GET / HTTP/1.1" 200 36215 0.001234 10.0.0.65 - - [2026-03-05 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.002729 10.0.0.133 - - [2026-03-05 02:15:45] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000906 10.0.0.65 - - [2026-03-05 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 228 0.005315 10.0.0.65 - - [2026-03-05 02:15:45] "POST /access-control-lists HTTP/1.1" 200 590 0.029691 10.0.0.65 - - [2026-03-05 02:15:45] "POST /neutron/security_group HTTP/1.1" 200 1364 0.347822 10.0.0.65 - - [2026-03-05 02:15:45] "PUT /access-control-list/8903c258-2f0f-459d-b638-0f60413c40bc HTTP/1.1" 200 273 0.017997 10.0.0.65 - - [2026-03-05 02:15:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.132642 10.0.0.65 - - [2026-03-05 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.004090 10.0.0.133 - - [2026-03-05 02:15:46] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001417 10.0.0.65 - - [2026-03-05 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.005421 10.0.0.65 - - [2026-03-05 02:15:46] "POST /access-control-lists HTTP/1.1" 200 590 0.030774 10.0.0.65 - - [2026-03-05 02:15:46] "POST /neutron/security_group HTTP/1.1" 200 1364 0.447005 10.0.0.65 - - [2026-03-05 02:15:46] "PUT /access-control-list/fbf8f390-e230-42d7-bd58-3c88fcdd4008 HTTP/1.1" 200 273 0.020408 10.0.0.65 - - [2026-03-05 02:15:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.138991 10.0.0.65 - - [2026-03-05 02:15:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000366 10.0.0.65 - - [2026-03-05 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 210 0.033617 10.0.0.133 - - [2026-03-05 02:15:47] "GET /projects?obj_uuids=19dc8f60-af90-4284-997b-f1049f50d0f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001271 10.0.0.65 - - [2026-03-05 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 245 0.003379 10.0.0.65 - - [2026-03-05 02:15:47] "POST /access-control-lists HTTP/1.1" 200 607 0.025528 10.0.0.65 - - [2026-03-05 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 1379 0.423944 10.0.0.65 - - [2026-03-05 02:15:48] "PUT /access-control-list/5f5179a9-1012-47e4-bae9-87550163041a HTTP/1.1" 200 273 0.013951 10.0.0.65 - - [2026-03-05 02:15:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.145923 10.0.0.65 - - [2026-03-05 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 210 0.002661 10.0.0.133 - - [2026-03-05 02:15:48] "GET /projects?obj_uuids=19dc8f60-af90-4284-997b-f1049f50d0f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000870 10.0.0.65 - - [2026-03-05 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.012532 10.0.0.65 - - [2026-03-05 02:15:48] "POST /access-control-lists HTTP/1.1" 200 607 0.028161 10.0.0.65 - - [2026-03-05 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 1379 0.361396 10.0.0.65 - - [2026-03-05 02:15:48] "PUT /access-control-list/26d6ec7e-349f-42cc-a1bd-2cd3cbad3183 HTTP/1.1" 200 273 0.013308 10.0.0.65 - - [2026-03-05 02:15:49] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.176106 10.0.0.133 - - [2026-03-05 02:15:50] "DELETE /project/e241fc16e3de494a8626aecff44a6c6c HTTP/1.1" 404 173 0.028769 10.0.0.133 - - [2026-03-05 02:15:50] "DELETE /project/b703db8a803b4bbb933f40467facb498 HTTP/1.1" 404 173 0.019058 10.0.0.133 - - [2026-03-05 02:15:50] "DELETE /project/9e9daa354d63460ab49e8a113b9370b2 HTTP/1.1" 404 173 0.026662 10.0.0.133 - - [2026-03-05 02:15:50] "DELETE /project/63bc15bc5dd44a39a94706e8f478b9ef HTTP/1.1" 404 173 0.018507 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=c1131a0d-d369-48c9-b1c7-1a250bf9b516&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000976 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=63bc15bc-5dd4-4a39-a947-06e8f478b9ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000839 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=e241fc16-e3de-494a-8626-aecff44a6c6c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000805 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=b703db8a-803b-4bbb-933f-40467facb498&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000845 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=9e9daa35-4d63-460a-b49e-8a113b9370b2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001037 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000693 10.0.0.133 - - [2026-03-05 02:15:50] "DELETE /project/19dc8f60af904284997bf1049f50d0f2 HTTP/1.1" 404 173 0.006233 10.0.0.133 - - [2026-03-05 02:15:50] "DELETE /project/c1131a0dd36948c9b1c71a250bf9b516 HTTP/1.1" 404 173 0.007577 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/63bc15bc-5dd4-4a39-a947-06e8f478b9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.085839 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=63bc15bc-5dd4-4a39-a947-06e8f478b9ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001338 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/e241fc16-e3de-494a-8626-aecff44a6c6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.111128 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=e241fc16-e3de-494a-8626-aecff44a6c6c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002297 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/c1131a0d-d369-48c9-b1c7-1a250bf9b516?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.138994 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.136319 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/b703db8a-803b-4bbb-933f-40467facb498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.153105 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=c1131a0d-d369-48c9-b1c7-1a250bf9b516&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001072 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001998 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=b703db8a-803b-4bbb-933f-40467facb498&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000831 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/9e9daa35-4d63-460a-b49e-8a113b9370b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.178433 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001482 10.0.0.133 - - [2026-03-05 02:15:50] "GET /projects?obj_uuids=9e9daa35-4d63-460a-b49e-8a113b9370b2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004384 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/63bc15bc-5dd4-4a39-a947-06e8f478b9ef?fields=security_groups HTTP/1.1" 200 1348 0.162853 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/e241fc16-e3de-494a-8626-aecff44a6c6c?fields=security_groups HTTP/1.1" 200 1363 0.158285 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/b703db8a-803b-4bbb-933f-40467facb498?fields=security_groups HTTP/1.1" 200 1364 0.169483 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/c1131a0d-d369-48c9-b1c7-1a250bf9b516?fields=security_groups HTTP/1.1" 200 1361 0.211757 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?fields=security_groups HTTP/1.1" 200 1399 0.230076 10.0.0.133 - - [2026-03-05 02:15:50] "GET /project/9e9daa35-4d63-460a-b49e-8a113b9370b2?fields=security_groups HTTP/1.1" 200 1376 0.223449 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /security-group/8215844f-3583-4e69-9889-6790d52f7a74 HTTP/1.1" 200 115 0.262774 10.0.0.133 - - [2026-03-05 02:15:51] "GET /projects?obj_uuids=63bc15bc-5dd4-4a39-a947-06e8f478b9ef&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000900 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /security-group/c5b0d870-1924-4c59-ac5c-12270903a19c HTTP/1.1" 200 115 0.270513 10.0.0.133 - - [2026-03-05 02:15:51] "GET /projects?obj_uuids=e241fc16-e3de-494a-8626-aecff44a6c6c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001013 10.0.0.65 - - [2026-03-05 02:15:51] "POST /neutron/router HTTP/1.1" 200 541 0.433261 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /security-group/fa0bde25-56c2-4820-af7e-6edba106bda8 HTTP/1.1" 200 115 0.195410 10.0.0.133 - - [2026-03-05 02:15:51] "GET /projects?obj_uuids=b703db8a-803b-4bbb-933f-40467facb498&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.65 - - [2026-03-05 02:15:51] "DELETE /access-control-list/3579289b-a7d2-4906-81c1-493842eda0a9 HTTP/1.1" 200 115 0.115603 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /security-group/8460437b-c3fe-4822-9c61-27588c36d2a7 HTTP/1.1" 200 115 0.203693 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /security-group/0e3bdb16-92b1-4170-a5f5-037b29adac99 HTTP/1.1" 200 115 0.178353 10.0.0.133 - - [2026-03-05 02:15:51] "GET /project/63bc15bc-5dd4-4a39-a947-06e8f478b9ef?fields=application_policy_sets HTTP/1.1" 200 1387 0.080957 10.0.0.133 - - [2026-03-05 02:15:51] "GET /projects?obj_uuids=c1131a0d-d369-48c9-b1c7-1a250bf9b516&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000937 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /security-group/d4def5d6-470e-45ae-b659-b2e06e603791 HTTP/1.1" 200 115 0.179163 10.0.0.133 - - [2026-03-05 02:15:51] "GET /projects?obj_uuids=256181b6-77a3-4f38-be69-02e938f094cd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004696 10.0.0.133 - - [2026-03-05 02:15:51] "GET /projects?obj_uuids=9e9daa35-4d63-460a-b49e-8a113b9370b2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003242 10.0.0.65 - - [2026-03-05 02:15:51] "POST /neutron/router HTTP/1.1" 200 541 0.003649 10.0.0.133 - - [2026-03-05 02:15:51] "GET /project/b703db8a-803b-4bbb-933f-40467facb498?fields=application_policy_sets HTTP/1.1" 200 1403 0.087533 10.0.0.133 - - [2026-03-05 02:15:51] "GET /project/e241fc16-e3de-494a-8626-aecff44a6c6c?fields=application_policy_sets HTTP/1.1" 200 1402 0.152106 10.0.0.133 - - [2026-03-05 02:15:51] "GET /project/256181b6-77a3-4f38-be69-02e938f094cd?fields=application_policy_sets HTTP/1.1" 200 1438 0.123608 10.0.0.65 - - [2026-03-05 02:15:51] "POST /neutron/router HTTP/1.1" 200 541 0.021892 10.0.0.133 - - [2026-03-05 02:15:51] "GET /project/c1131a0d-d369-48c9-b1c7-1a250bf9b516?fields=application_policy_sets HTTP/1.1" 200 1400 0.174922 10.0.0.133 - - [2026-03-05 02:15:51] "GET /project/9e9daa35-4d63-460a-b49e-8a113b9370b2?fields=application_policy_sets HTTP/1.1" 200 1415 0.208733 10.0.0.65 - - [2026-03-05 02:15:51] "POST /neutron/router HTTP/1.1" 200 541 0.023970 10.0.0.65 - - [2026-03-05 02:15:51] "DELETE /access-control-list/156c30e6-c9a5-40b2-993e-a2da943d57c1 HTTP/1.1" 200 115 0.168386 10.0.0.65 - - [2026-03-05 02:15:51] "POST /neutron/router HTTP/1.1" 200 541 0.040231 10.0.0.65 - - [2026-03-05 02:15:51] "POST /neutron/router HTTP/1.1" 200 541 0.006943 10.0.0.65 - - [2026-03-05 02:15:51] "POST /neutron/router HTTP/1.1" 200 541 0.022584 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /project/63bc15bc-5dd4-4a39-a947-06e8f478b9ef HTTP/1.1" 200 115 1.222149 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /project/b703db8a-803b-4bbb-933f-40467facb498 HTTP/1.1" 200 115 1.231126 10.0.0.65 - - [2026-03-05 02:15:51] "POST /neutron/router HTTP/1.1" 200 541 0.006485 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /project/c1131a0d-d369-48c9-b1c7-1a250bf9b516 HTTP/1.1" 200 115 1.270611 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /project/256181b6-77a3-4f38-be69-02e938f094cd HTTP/1.1" 200 115 1.284129 10.0.0.65 - - [2026-03-05 02:15:51] "DELETE /access-control-list/1e87f067-9dfd-4d8e-bbd3-29ff7fc7b816 HTTP/1.1" 200 115 0.136971 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /project/e241fc16-e3de-494a-8626-aecff44a6c6c HTTP/1.1" 200 115 1.280845 10.0.0.133 - - [2026-03-05 02:15:51] "DELETE /project/9e9daa35-4d63-460a-b49e-8a113b9370b2 HTTP/1.1" 200 115 1.287864 10.0.0.65 - - [2026-03-05 02:15:51] "POST /neutron/router HTTP/1.1" 200 541 0.006132 10.0.0.65 - - [2026-03-05 02:15:51] "POST /neutron/router HTTP/1.1" 200 541 0.003649 10.0.0.65 - - [2026-03-05 02:15:51] "DELETE /access-control-list/d995756d-d725-4c3c-8493-a50f7b627e8d HTTP/1.1" 200 115 0.069293 10.0.0.65 - - [2026-03-05 02:15:51] "POST /neutron/router HTTP/1.1" 200 541 0.003690 10.0.0.65 - - [2026-03-05 02:15:52] "DELETE /access-control-list/ac5da67a-01f7-455e-a718-ee0b18747cd8 HTTP/1.1" 200 115 0.029881 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.037961 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 542 0.006434 10.0.0.65 - - [2026-03-05 02:15:52] "DELETE /route-target/50df5a8d-5f03-4f60-a03e-e3995b2d90d5 HTTP/1.1" 200 115 0.023123 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.008708 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.020457 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.004798 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.004943 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.004803 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.003829 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.004541 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.003717 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.003404 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.003587 10.0.0.65 - - [2026-03-05 02:15:52] "POST /neutron/router HTTP/1.1" 200 541 0.003634 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 541 0.006317 10.0.0.65 - - [2026-03-05 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006205 10.0.0.65 - - [2026-03-05 02:15:53] "GET /logical-router/faa6c6dd-c714-48fb-a4dd-c29aeca302a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004531 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 151 0.078479 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 559 0.008055 10.0.0.65 - - [2026-03-05 02:15:53] "PUT /logical-router/846752ef-36ca-4c5d-89dc-d7b863734fa2 HTTP/1.1" 200 263 0.038891 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 559 0.004610 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 559 0.003712 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 559 0.003719 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 559 0.003817 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 559 0.004447 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 559 0.004167 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 559 0.004368 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 559 0.003898 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 559 0.003893 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 559 0.003507 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/router HTTP/1.1" 200 560 0.023857 10.0.0.65 - - [2026-03-05 02:15:53] "POST /neutron/security_group HTTP/1.1" 200 521 0.003680 10.0.0.65 - - [2026-03-05 02:15:54] "DELETE /access-control-list/4b168ec9-d3a2-44e3-80e1-7cf4fe543640 HTTP/1.1" 200 115 0.029280 10.0.0.65 - - [2026-03-05 02:15:54] "POST /neutron/security_group HTTP/1.1" 200 151 0.056643 10.0.0.65 - - [2026-03-05 02:15:54] "DELETE /access-control-list/5f5179a9-1012-47e4-bae9-87550163041a HTTP/1.1" 200 115 0.034724 10.0.0.65 - - [2026-03-05 02:15:54] "POST /neutron/security_group HTTP/1.1" 200 506 0.007635 10.0.0.65 - - [2026-03-05 02:15:54] "DELETE /access-control-list/248cb733-31f9-44ee-8e81-4f8fec2ca991 HTTP/1.1" 200 115 0.039025 10.0.0.133 - - [2026-03-05 02:15:55] "GET /projects?obj_uuids=19dc8f60-af90-4284-997b-f1049f50d0f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000986 10.0.0.65 - - [2026-03-05 02:15:55] "GET /project/19dc8f60-af90-4284-997b-f1049f50d0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.031237 10.0.0.133 - - [2026-03-05 02:15:55] "GET /projects?obj_uuids=19dc8f60-af90-4284-997b-f1049f50d0f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000913 10.0.0.65 - - [2026-03-05 02:15:55] "GET /project/19dc8f60-af90-4284-997b-f1049f50d0f2?fields=virtual_networks HTTP/1.1" 200 1024 0.077388 10.0.0.133 - - [2026-03-05 02:15:55] "GET /projects?obj_uuids=19dc8f60-af90-4284-997b-f1049f50d0f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000875 10.0.0.65 - - [2026-03-05 02:15:55] "GET /project/19dc8f60-af90-4284-997b-f1049f50d0f2?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.036237 10.0.0.133 - - [2026-03-05 02:15:55] "GET /projects?obj_uuids=19dc8f60-af90-4284-997b-f1049f50d0f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000909 10.0.0.65 - - [2026-03-05 02:15:55] "GET /project/19dc8f60-af90-4284-997b-f1049f50d0f2?fields=security_groups HTTP/1.1" 200 1246 0.045184 10.0.0.65 - - [2026-03-05 02:15:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.030564 10.0.0.133 - - [2026-03-05 02:15:56] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003380 10.0.0.133 - - [2026-03-05 02:15:56] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.133 - - [2026-03-05 02:15:56] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008390 10.0.0.133 - - [2026-03-05 02:15:57] "POST /id-to-fqname HTTP/1.1" 200 186 0.003991 10.0.0.133 - - [2026-03-05 02:15:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.003706 10.0.0.133 - - [2026-03-05 02:15:57] "POST /security-groups HTTP/1.1" 200 587 0.032744 10.0.0.133 - - [2026-03-05 02:15:57] "POST /projects HTTP/1.1" 200 577 0.232029 10.0.0.133 - - [2026-03-05 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.263756 10.0.0.65 - - [2026-03-05 02:15:57] "POST /access-control-lists HTTP/1.1" 200 594 0.033805 10.0.0.65 - - [2026-03-05 02:15:57] "GET /project/811e583f-65b1-4452-969e-a6cbe8ac053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.440464 10.0.0.65 - - [2026-03-05 02:15:58] "GET / HTTP/1.1" 200 36215 0.001375 10.0.0.65 - - [2026-03-05 02:16:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000426 10.0.0.65 - - [2026-03-05 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.053431 10.0.0.133 - - [2026-03-05 02:16:00] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001215 10.0.0.65 - - [2026-03-05 02:16:00] "GET /project/811e583f-65b1-4452-969e-a6cbe8ac053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.049591 10.0.0.133 - - [2026-03-05 02:16:00] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000851 10.0.0.65 - - [2026-03-05 02:16:01] "POST /neutron/network HTTP/1.1" 200 601 0.138481 10.0.0.65 - - [2026-03-05 02:16:01] "POST /route-targets HTTP/1.1" 200 328 0.011170 10.0.0.33 - - [2026-03-05 02:16:01] "GET /obj-perms HTTP/1.1" 200 5056 0.067725 10.0.0.65 - - [2026-03-05 02:16:01] "POST /id-to-fqname HTTP/1.1" 200 216 0.003239 10.0.0.65 - - [2026-03-05 02:16:01] "GET /virtual-network/bfe2dc42-2ca8-4dbb-a81b-7771a6194a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005494 10.0.0.65 - - [2026-03-05 02:16:01] "POST /neutron/network HTTP/1.1" 200 822 0.006237 10.0.0.65 - - [2026-03-05 02:16:01] "GET /virtual-network/bfe2dc42-2ca8-4dbb-a81b-7771a6194a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006660 10.0.0.65 - - [2026-03-05 02:16:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.005334 10.0.0.65 - - [2026-03-05 02:16:01] "GET /virtual-network/bfe2dc42-2ca8-4dbb-a81b-7771a6194a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004743 10.0.0.133 - - [2026-03-05 02:16:01] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000897 10.0.0.65 - - [2026-03-05 02:16:01] "POST /neutron/port HTTP/1.1" 200 1019 0.278468 10.0.0.65 - - [2026-03-05 02:16:01] "GET /virtual-machine-interface/0cac39e4-b562-41ba-9a8c-1c85bb9c8966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005981 10.0.0.65 - - [2026-03-05 02:16:02] "GET /virtual-machine-interface/0cac39e4-b562-41ba-9a8c-1c85bb9c8966?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.005018 10.0.0.65 - - [2026-03-05 02:16:02] "GET /instance-ip/af1c8b7e-2d76-4fcf-8a20-5e253e57c89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.004045 10.0.0.65 - - [2026-03-05 02:16:02] "POST /neutron/network HTTP/1.1" 200 822 0.008259 10.0.0.65 - - [2026-03-05 02:16:02] "DELETE /route-target/6181fa51-8bbf-4684-8e82-d9306d06ef5c HTTP/1.1" 200 115 0.025489 10.0.0.65 - - [2026-03-05 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.133 - - [2026-03-05 02:16:05] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000815 10.0.0.65 - - [2026-03-05 02:16:05] "GET /project/811e583f-65b1-4452-969e-a6cbe8ac053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.041414 10.0.0.133 - - [2026-03-05 02:16:05] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001511 10.0.0.65 - - [2026-03-05 02:16:05] "POST /neutron/network HTTP/1.1" 200 603 0.116014 10.0.0.65 - - [2026-03-05 02:16:06] "POST /neutron/network HTTP/1.1" 200 979 0.018080 10.0.0.65 - - [2026-03-05 02:16:06] "POST /id-to-fqname HTTP/1.1" 200 217 0.001119 10.0.0.65 - - [2026-03-05 02:16:06] "GET /virtual-network/c2d1f17c-cdf7-480b-b4ed-eafeaa391466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.004584 10.0.0.65 - - [2026-03-05 02:16:06] "GET /virtual-network/c2d1f17c-cdf7-480b-b4ed-eafeaa391466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005590 10.0.0.65 - - [2026-03-05 02:16:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.009372 10.0.0.133 - - [2026-03-05 02:16:06] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001148 10.0.0.65 - - [2026-03-05 02:16:06] "POST /neutron/port HTTP/1.1" 200 1019 0.225456 10.0.0.65 - - [2026-03-05 02:16:06] "POST /id-to-fqname HTTP/1.1" 200 217 0.001095 10.0.0.65 - - [2026-03-05 02:16:06] "POST /neutron/network HTTP/1.1" 200 979 0.007908 10.0.0.65 - - [2026-03-05 02:16:07] "POST /neutron/port HTTP/1.1" 200 117 0.005524 10.0.0.65 - - [2026-03-05 02:16:07] "POST /id-to-fqname HTTP/1.1" 200 217 0.001103 10.0.0.65 - - [2026-03-05 02:16:07] "POST /neutron/port HTTP/1.1" 200 1019 0.010792 10.0.0.65 - - [2026-03-05 02:16:07] "POST /neutron/port HTTP/1.1" 200 1019 0.013556 10.0.0.65 - - [2026-03-05 02:16:07] "POST /neutron/port HTTP/1.1" 200 117 0.005723 10.0.0.65 - - [2026-03-05 02:16:08] "POST /neutron/network HTTP/1.1" 200 989 0.005524 10.0.0.65 - - [2026-03-05 02:16:08] "POST /neutron/port HTTP/1.1" 200 1110 0.144911 10.0.0.65 - - [2026-03-05 02:16:08] "POST /neutron/port HTTP/1.1" 200 1019 0.013381 10.0.0.65 - - [2026-03-05 02:16:08] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.65 - - [2026-03-05 02:16:08] "POST /neutron/port HTTP/1.1" 200 1111 0.178107 10.0.0.65 - - [2026-03-05 02:16:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003447 10.0.0.65 - - [2026-03-05 02:16:08] "POST /neutron/network HTTP/1.1" 200 979 0.007782 10.0.0.65 - - [2026-03-05 02:16:12] "POST /neutron/port HTTP/1.1" 200 1120 0.015651 10.0.0.65 - - [2026-03-05 02:16:12] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007040 10.0.0.65 - - [2026-03-05 02:16:12] "GET /virtual-machine/e9d3bd9b-1ae8-4fbe-8858-c353db18c00c HTTP/1.1" 401 292 0.000464 10.0.0.65 - - [2026-03-05 02:16:13] "GET /virtual-machine/e9d3bd9b-1ae8-4fbe-8858-c353db18c00c HTTP/1.1" 200 1286 0.030848 10.0.0.65 - - [2026-03-05 02:16:13] "GET /virtual-machine-interface/7c1f3fc9-363f-4c58-aae7-fc91e02d6cf8 HTTP/1.1" 200 2931 0.004620 10.0.0.65 - - [2026-03-05 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.65 - - [2026-03-05 02:16:13] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002835 10.0.0.65 - - [2026-03-05 02:16:13] "GET /virtual-networks?parent_id=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002403 10.0.0.65 - - [2026-03-05 02:16:13] "GET /virtual-network/c2d1f17c-cdf7-480b-b4ed-eafeaa391466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005650 10.0.0.65 - - [2026-03-05 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.65 - - [2026-03-05 02:16:16] "GET /virtual-network/c2d1f17c-cdf7-480b-b4ed-eafeaa391466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.004853 10.0.0.65 - - [2026-03-05 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006191 10.0.0.65 - - [2026-03-05 02:16:18] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003598 10.0.0.65 - - [2026-03-05 02:16:18] "GET /virtual-networks?parent_id=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002559 10.0.0.65 - - [2026-03-05 02:16:18] "GET /virtual-network/c2d1f17c-cdf7-480b-b4ed-eafeaa391466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006807 10.0.0.65 - - [2026-03-05 02:16:18] "POST /neutron/port HTTP/1.1" 200 1121 0.074613 10.0.0.65 - - [2026-03-05 02:16:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006401 10.0.0.65 - - [2026-03-05 02:16:24] "POST /neutron/port HTTP/1.1" 200 1121 0.014277 10.0.0.65 - - [2026-03-05 02:16:24] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006431 10.0.0.65 - - [2026-03-05 02:16:24] "GET /virtual-machine/bd0f3012-1d7e-4293-805f-cb46d957fdd5 HTTP/1.1" 200 1286 0.004580 10.0.0.65 - - [2026-03-05 02:16:24] "GET /virtual-machine-interface/211404b0-af69-4e91-8b90-2cc94b282a96 HTTP/1.1" 200 2931 0.005252 10.0.0.65 - - [2026-03-05 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.65 - - [2026-03-05 02:16:24] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003426 10.0.0.65 - - [2026-03-05 02:16:24] "GET /virtual-networks?parent_id=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002858 10.0.0.65 - - [2026-03-05 02:16:24] "GET /virtual-network/c2d1f17c-cdf7-480b-b4ed-eafeaa391466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006085 10.0.0.65 - - [2026-03-05 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.65 - - [2026-03-05 02:16:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003991 10.0.0.65 - - [2026-03-05 02:16:25] "GET /virtual-networks?parent_id=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002550 10.0.0.65 - - [2026-03-05 02:16:25] "GET /virtual-network/c2d1f17c-cdf7-480b-b4ed-eafeaa391466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005305 10.0.0.65 - - [2026-03-05 02:16:26] "POST /neutron/network HTTP/1.1" 200 989 0.007741 10.0.0.65 - - [2026-03-05 02:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.65 - - [2026-03-05 02:16:29] "POST /neutron/port HTTP/1.1" 200 1111 0.013785 10.0.0.65 - - [2026-03-05 02:16:29] "POST /neutron/port HTTP/1.1" 200 1110 0.013760 10.0.0.133 - - [2026-03-05 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003686 10.0.0.133 - - [2026-03-05 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.011955 10.0.0.133 - - [2026-03-05 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007872 10.0.0.65 - - [2026-03-05 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009436 10.0.0.133 - - [2026-03-05 02:16:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003606 10.0.0.65 - - [2026-03-05 02:16:29] "POST /neutron/network HTTP/1.1" 200 151 0.153845 10.0.0.133 - - [2026-03-05 02:16:31] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001126 10.0.0.65 - - [2026-03-05 02:16:31] "GET /project/811e583f-65b1-4452-969e-a6cbe8ac053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.052243 10.0.0.133 - - [2026-03-05 02:16:31] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000993 10.0.0.65 - - [2026-03-05 02:16:31] "GET /project/811e583f-65b1-4452-969e-a6cbe8ac053f?fields=virtual_networks HTTP/1.1" 200 1026 0.044064 10.0.0.133 - - [2026-03-05 02:16:31] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000883 10.0.0.65 - - [2026-03-05 02:16:31] "GET /project/811e583f-65b1-4452-969e-a6cbe8ac053f?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.051297 10.0.0.133 - - [2026-03-05 02:16:31] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000838 10.0.0.65 - - [2026-03-05 02:16:31] "GET /project/811e583f-65b1-4452-969e-a6cbe8ac053f?fields=security_groups HTTP/1.1" 200 1249 0.038479 10.0.0.65 - - [2026-03-05 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.027818 10.0.0.133 - - [2026-03-05 02:16:32] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002788 10.0.0.133 - - [2026-03-05 02:16:32] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.133 - - [2026-03-05 02:16:32] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006603 10.0.0.133 - - [2026-03-05 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 188 0.001597 10.0.0.133 - - [2026-03-05 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.005788 10.0.0.133 - - [2026-03-05 02:16:32] "POST /security-groups HTTP/1.1" 200 589 0.068975 10.0.0.133 - - [2026-03-05 02:16:32] "POST /projects HTTP/1.1" 200 581 0.267252 10.0.0.65 - - [2026-03-05 02:16:32] "POST /access-control-lists HTTP/1.1" 200 596 0.022629 10.0.0.133 - - [2026-03-05 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.341089 10.0.0.65 - - [2026-03-05 02:16:32] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.486190 10.0.0.65 - - [2026-03-05 02:16:33] "GET / HTTP/1.1" 200 36215 0.001644 10.0.0.65 - - [2026-03-05 02:16:34] "POST /neutron/port HTTP/1.1" 200 117 0.005589 10.0.0.65 - - [2026-03-05 02:16:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.65 - - [2026-03-05 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.066461 10.0.0.133 - - [2026-03-05 02:16:35] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000768 10.0.0.65 - - [2026-03-05 02:16:35] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.038926 10.0.0.133 - - [2026-03-05 02:16:36] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000887 10.0.0.65 - - [2026-03-05 02:16:36] "POST /neutron/network HTTP/1.1" 200 605 0.131664 10.0.0.65 - - [2026-03-05 02:16:36] "POST /route-targets HTTP/1.1" 200 328 0.026990 10.0.0.65 - - [2026-03-05 02:16:36] "POST /id-to-fqname HTTP/1.1" 200 219 0.002559 10.0.0.65 - - [2026-03-05 02:16:36] "GET /virtual-network/672b5488-aa3e-49b7-b8cd-aeb02e05e1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005270 10.0.0.65 - - [2026-03-05 02:16:36] "POST /neutron/network HTTP/1.1" 200 825 0.005059 10.0.0.65 - - [2026-03-05 02:16:36] "GET /virtual-network/672b5488-aa3e-49b7-b8cd-aeb02e05e1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005352 10.0.0.65 - - [2026-03-05 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.133 - - [2026-03-05 02:16:36] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000834 10.0.0.65 - - [2026-03-05 02:16:36] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.054486 10.0.0.65 - - [2026-03-05 02:16:36] "POST /neutron/network HTTP/1.1" 200 117 0.018480 10.0.0.65 - - [2026-03-05 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.025087 10.0.0.65 - - [2026-03-05 02:16:37] "POST /neutron/network HTTP/1.1" 200 822 0.007144 10.0.0.65 - - [2026-03-05 02:16:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.000970 10.0.0.65 - - [2026-03-05 02:16:37] "GET /virtual-network/d2e28a04-ba84-4616-a2b1-0cb46ef8598f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004796 10.0.0.65 - - [2026-03-05 02:16:37] "GET /virtual-network/d2e28a04-ba84-4616-a2b1-0cb46ef8598f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004558 10.0.0.65 - - [2026-03-05 02:16:37] "POST /neutron/subnet HTTP/1.1" 200 714 0.010829 10.0.0.65 - - [2026-03-05 02:16:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001055 10.0.0.133 - - [2026-03-05 02:16:38] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.65 - - [2026-03-05 02:16:38] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.083491 10.0.0.65 - - [2026-03-05 02:16:38] "POST /neutron/port HTTP/1.1" 200 117 0.008411 10.0.0.65 - - [2026-03-05 02:16:38] "POST /id-to-fqname HTTP/1.1" 200 219 0.001194 10.0.0.65 - - [2026-03-05 02:16:38] "POST /neutron/network HTTP/1.1" 200 832 0.008601 10.0.0.65 - - [2026-03-05 02:16:39] "POST /neutron/port HTTP/1.1" 200 1059 0.020001 10.0.0.133 - - [2026-03-05 02:16:39] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000917 10.0.0.65 - - [2026-03-05 02:16:39] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.116984 10.0.0.65 - - [2026-03-05 02:16:39] "POST /neutron/port HTTP/1.1" 200 1123 0.028507 10.0.0.65 - - [2026-03-05 02:16:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.013122 10.0.0.65 - - [2026-03-05 02:16:39] "POST /neutron/port HTTP/1.1" 200 1123 0.016694 10.0.0.133 - - [2026-03-05 02:16:39] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.65 - - [2026-03-05 02:16:39] "POST /neutron/router HTTP/1.1" 200 580 0.079744 10.0.0.65 - - [2026-03-05 02:16:40] "POST /neutron/network HTTP/1.1" 200 832 0.006980 10.0.0.65 - - [2026-03-05 02:16:40] "POST /ref-update HTTP/1.1" 200 156 0.020760 10.0.0.65 - - [2026-03-05 02:16:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014677 10.0.0.65 - - [2026-03-05 02:16:40] "POST /neutron/port HTTP/1.1" 200 1110 0.090662 10.0.0.65 - - [2026-03-05 02:16:40] "POST /neutron/subnet HTTP/1.1" 200 688 0.008257 10.0.0.65 - - [2026-03-05 02:16:45] "POST /neutron/port HTTP/1.1" 200 1123 0.018272 10.0.0.65 - - [2026-03-05 02:16:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008007 10.0.0.65 - - [2026-03-05 02:16:45] "GET /virtual-machine/894fc0d5-3ed5-401f-b2b4-415fb10f1248 HTTP/1.1" 401 292 0.000416 10.0.0.65 - - [2026-03-05 02:16:46] "GET /virtual-machine/894fc0d5-3ed5-401f-b2b4-415fb10f1248 HTTP/1.1" 200 1292 0.038531 10.0.0.65 - - [2026-03-05 02:16:46] "GET /virtual-machine-interface/8a6b3a1a-b187-4159-882a-0481f33a7cbd HTTP/1.1" 200 2940 0.005805 10.0.0.65 - - [2026-03-05 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005337 10.0.0.65 - - [2026-03-05 02:16:46] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003601 10.0.0.65 - - [2026-03-05 02:16:46] "GET /virtual-networks?parent_id=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003175 10.0.0.65 - - [2026-03-05 02:16:46] "GET /virtual-network/672b5488-aa3e-49b7-b8cd-aeb02e05e1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005584 10.0.0.65 - - [2026-03-05 02:16:48] "POST /neutron/port HTTP/1.1" 200 1120 0.014208 10.0.0.65 - - [2026-03-05 02:16:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003262 10.0.0.65 - - [2026-03-05 02:16:48] "POST /neutron/network HTTP/1.1" 200 822 0.007578 10.0.0.65 - - [2026-03-05 02:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.65 - - [2026-03-05 02:16:49] "GET /virtual-network/672b5488-aa3e-49b7-b8cd-aeb02e05e1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005288 10.0.0.133 - - [2026-03-05 02:16:51] "DELETE /project/43fcdc0563ec441f8dc3dba18ca52857 HTTP/1.1" 404 173 0.006170 10.0.0.133 - - [2026-03-05 02:16:51] "DELETE /project/811e583f65b14452969ea6cbe8ac053f HTTP/1.1" 404 173 0.007533 10.0.0.133 - - [2026-03-05 02:16:51] "GET /projects?obj_uuids=19dc8f60-af90-4284-997b-f1049f50d0f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000762 10.0.0.133 - - [2026-03-05 02:16:51] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000707 10.0.0.133 - - [2026-03-05 02:16:51] "GET /project/19dc8f60-af90-4284-997b-f1049f50d0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.040412 10.0.0.133 - - [2026-03-05 02:16:51] "GET /projects?obj_uuids=19dc8f60-af90-4284-997b-f1049f50d0f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001371 10.0.0.133 - - [2026-03-05 02:16:51] "GET /project/811e583f-65b1-4452-969e-a6cbe8ac053f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.059899 10.0.0.133 - - [2026-03-05 02:16:51] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001441 10.0.0.133 - - [2026-03-05 02:16:51] "GET /project/19dc8f60-af90-4284-997b-f1049f50d0f2?fields=security_groups HTTP/1.1" 200 1348 0.056886 10.0.0.133 - - [2026-03-05 02:16:52] "GET /project/811e583f-65b1-4452-969e-a6cbe8ac053f?fields=security_groups HTTP/1.1" 200 1351 0.092099 10.0.0.133 - - [2026-03-05 02:16:52] "DELETE /security-group/18dffbc8-d2ef-4fd9-a087-1c4ca9978a72 HTTP/1.1" 200 115 0.047401 10.0.0.133 - - [2026-03-05 02:16:52] "GET /projects?obj_uuids=19dc8f60-af90-4284-997b-f1049f50d0f2&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001309 10.0.0.133 - - [2026-03-05 02:16:52] "GET /project/19dc8f60-af90-4284-997b-f1049f50d0f2?fields=application_policy_sets HTTP/1.1" 200 1387 0.070182 10.0.0.133 - - [2026-03-05 02:16:52] "DELETE /security-group/80402f17-cbb4-4a78-b0ff-9c623d7b07ac HTTP/1.1" 200 115 0.114324 10.0.0.133 - - [2026-03-05 02:16:52] "GET /projects?obj_uuids=811e583f-65b1-4452-969e-a6cbe8ac053f&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000815 10.0.0.65 - - [2026-03-05 02:16:52] "DELETE /access-control-list/b22e2bb1-39c4-4732-b069-4d649578338c HTTP/1.1" 200 115 0.058192 10.0.0.133 - - [2026-03-05 02:16:52] "GET /project/811e583f-65b1-4452-969e-a6cbe8ac053f?fields=application_policy_sets HTTP/1.1" 200 1390 0.054456 10.0.0.133 - - [2026-03-05 02:16:52] "DELETE /project/19dc8f60-af90-4284-997b-f1049f50d0f2 HTTP/1.1" 200 115 0.527279 10.0.0.133 - - [2026-03-05 02:16:52] "DELETE /project/811e583f-65b1-4452-969e-a6cbe8ac053f HTTP/1.1" 200 115 0.584348 10.0.0.65 - - [2026-03-05 02:16:52] "POST /neutron/port HTTP/1.1" 200 1120 0.020232 10.0.0.65 - - [2026-03-05 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.65 - - [2026-03-05 02:16:53] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004139 10.0.0.65 - - [2026-03-05 02:16:53] "GET /virtual-networks?parent_id=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002504 10.0.0.65 - - [2026-03-05 02:16:53] "GET /virtual-network/672b5488-aa3e-49b7-b8cd-aeb02e05e1d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006592 10.0.0.65 - - [2026-03-05 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006738 10.0.0.65 - - [2026-03-05 02:16:53] "POST /neutron/port HTTP/1.1" 200 1120 0.013713 10.0.0.65 - - [2026-03-05 02:16:53] "GET /virtual-machine/24633218-e083-4752-b853-e1d71a39532b HTTP/1.1" 200 1292 0.004445 10.0.0.65 - - [2026-03-05 02:16:53] "GET /virtual-machine-interface/873f8659-9dd5-4a73-ac19-f10c8ca5f910 HTTP/1.1" 200 2941 0.004179 10.0.0.65 - - [2026-03-05 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.65 - - [2026-03-05 02:16:53] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002902 10.0.0.65 - - [2026-03-05 02:16:53] "GET /virtual-networks?parent_id=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002455 10.0.0.65 - - [2026-03-05 02:16:54] "GET /virtual-network/d2e28a04-ba84-4616-a2b1-0cb46ef8598f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007250 10.0.0.65 - - [2026-03-05 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.65 - - [2026-03-05 02:16:55] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003110 10.0.0.65 - - [2026-03-05 02:16:55] "GET /virtual-networks?parent_id=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002901 10.0.0.65 - - [2026-03-05 02:16:55] "GET /virtual-network/d2e28a04-ba84-4616-a2b1-0cb46ef8598f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004922 10.0.0.133 - - [2026-03-05 02:16:59] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001270 10.0.0.65 - - [2026-03-05 02:16:59] "POST /neutron/router HTTP/1.1" 200 344 0.321380 10.0.0.65 - - [2026-03-05 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.026160 10.0.0.65 - - [2026-03-05 02:17:02] "GET /obj-perms HTTP/1.1" 200 5056 0.091498 10.0.0.65 - - [2026-03-05 02:17:02] "POST /neutron/router HTTP/1.1" 200 344 0.237094 10.0.0.65 - - [2026-03-05 02:17:08] "POST /neutron/router HTTP/1.1" 200 580 0.006962 10.0.0.65 - - [2026-03-05 02:17:08] "POST /ref-update HTTP/1.1" 200 156 0.032295 10.0.0.65 - - [2026-03-05 02:17:08] "POST /neutron/router HTTP/1.1" 200 344 0.179132 10.0.0.65 - - [2026-03-05 02:17:08] "POST /neutron/network HTTP/1.1" 200 822 0.005511 10.0.0.65 - - [2026-03-05 02:17:09] "POST /neutron/port HTTP/1.1" 200 1110 0.012197 10.0.0.65 - - [2026-03-05 02:17:09] "POST /neutron/port HTTP/1.1" 200 1113 0.013037 10.0.0.133 - - [2026-03-05 02:17:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003829 10.0.0.65 - - [2026-03-05 02:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.133 - - [2026-03-05 02:17:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002801 10.0.0.65 - - [2026-03-05 02:17:10] "POST /neutron/network HTTP/1.1" 200 151 0.124274 10.0.0.65 - - [2026-03-05 02:17:11] "DELETE /route-target/3c484c1c-19a8-43dc-a89c-bf025e10aded HTTP/1.1" 200 115 0.018719 10.0.0.133 - - [2026-03-05 02:17:12] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000899 10.0.0.65 - - [2026-03-05 02:17:12] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048885 10.0.0.133 - - [2026-03-05 02:17:12] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000846 10.0.0.65 - - [2026-03-05 02:17:12] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?fields=virtual_networks HTTP/1.1" 200 1030 0.043414 10.0.0.133 - - [2026-03-05 02:17:12] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000853 10.0.0.65 - - [2026-03-05 02:17:12] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.031144 10.0.0.133 - - [2026-03-05 02:17:12] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000876 10.0.0.65 - - [2026-03-05 02:17:12] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?fields=security_groups HTTP/1.1" 200 1255 0.036255 10.0.0.65 - - [2026-03-05 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 191 0.028100 10.0.0.133 - - [2026-03-05 02:17:13] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002611 10.0.0.133 - - [2026-03-05 02:17:13] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.133 - - [2026-03-05 02:17:13] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006775 10.0.0.133 - - [2026-03-05 02:17:13] "POST /id-to-fqname HTTP/1.1" 200 193 0.002019 10.0.0.133 - - [2026-03-05 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 202 0.011016 10.0.0.133 - - [2026-03-05 02:17:13] "POST /security-groups HTTP/1.1" 200 594 0.075348 10.0.0.133 - - [2026-03-05 02:17:13] "POST /projects HTTP/1.1" 200 591 0.283079 10.0.0.65 - - [2026-03-05 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 236 0.008537 10.0.0.133 - - [2026-03-05 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.354886 10.0.0.65 - - [2026-03-05 02:17:13] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.487989 10.0.0.65 - - [2026-03-05 02:17:15] "GET / HTTP/1.1" 200 36215 0.001756 10.0.0.65 - - [2026-03-05 02:17:17] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000430 10.0.0.133 - - [2026-03-05 02:17:17] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001031 10.0.0.65 - - [2026-03-05 02:17:17] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.070214 10.0.0.65 - - [2026-03-05 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.65 - - [2026-03-05 02:17:17] "GET /security-group/5e621b0c-c054-4d4d-b8e3-0add108d75b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.006527 10.0.0.65 - - [2026-03-05 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.133 - - [2026-03-05 02:17:17] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000834 10.0.0.65 - - [2026-03-05 02:17:17] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040542 10.0.0.65 - - [2026-03-05 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.65 - - [2026-03-05 02:17:17] "GET /security-group/5e621b0c-c054-4d4d-b8e3-0add108d75b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004486 10.0.0.65 - - [2026-03-05 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002242 10.0.0.65 - - [2026-03-05 02:17:17] "PUT /security-group/5e621b0c-c054-4d4d-b8e3-0add108d75b4 HTTP/1.1" 200 263 0.016970 10.0.0.65 - - [2026-03-05 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 202 0.004280 10.0.0.65 - - [2026-03-05 02:17:17] "PUT /access-control-list/ddc3554b-b8b3-4d66-ae1d-f48a1eea7840 HTTP/1.1" 200 273 0.017571 10.0.0.65 - - [2026-03-05 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.133 - - [2026-03-05 02:17:17] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001212 10.0.0.65 - - [2026-03-05 02:17:17] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.041614 10.0.0.65 - - [2026-03-05 02:17:18] "POST /neutron/network HTTP/1.1" 200 117 0.047793 10.0.0.65 - - [2026-03-05 02:17:18] "POST /neutron/network HTTP/1.1" 200 825 0.007472 10.0.0.65 - - [2026-03-05 02:17:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001107 10.0.0.65 - - [2026-03-05 02:17:18] "GET /virtual-network/5fac4d30-f865-4343-b8f0-aaff0168fa52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004800 10.0.0.65 - - [2026-03-05 02:17:18] "GET /virtual-network/5fac4d30-f865-4343-b8f0-aaff0168fa52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005417 10.0.0.65 - - [2026-03-05 02:17:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.014561 10.0.0.65 - - [2026-03-05 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.133 - - [2026-03-05 02:17:18] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001133 10.0.0.65 - - [2026-03-05 02:17:18] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.067674 10.0.0.65 - - [2026-03-05 02:17:19] "POST /route-targets HTTP/1.1" 200 328 0.022081 10.0.0.133 - - [2026-03-05 02:17:19] "POST /useragent-kv HTTP/1.1" 200 115 0.011596 10.0.0.65 - - [2026-03-05 02:17:19] "POST /neutron/subnet HTTP/1.1" 200 724 0.275510 10.0.0.65 - - [2026-03-05 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 227 0.001107 10.0.0.65 - - [2026-03-05 02:17:19] "GET /virtual-network/9df8d2bd-326c-4d3c-b396-396bdba2c6a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004910 10.0.0.65 - - [2026-03-05 02:17:19] "GET /virtual-network/9df8d2bd-326c-4d3c-b396-396bdba2c6a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005196 10.0.0.65 - - [2026-03-05 02:17:19] "POST /neutron/network HTTP/1.1" 200 834 0.007797 10.0.0.65 - - [2026-03-05 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 223 0.001096 10.0.0.133 - - [2026-03-05 02:17:20] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000851 10.0.0.65 - - [2026-03-05 02:17:20] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.095429 10.0.0.65 - - [2026-03-05 02:17:20] "POST /neutron/network HTTP/1.1" 200 825 0.053981 10.0.0.65 - - [2026-03-05 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001148 10.0.0.65 - - [2026-03-05 02:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.005969 10.0.0.133 - - [2026-03-05 02:17:21] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001139 10.0.0.65 - - [2026-03-05 02:17:21] "POST /neutron/port HTTP/1.1" 200 1061 0.274296 10.0.0.133 - - [2026-03-05 02:17:22] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001100 10.0.0.65 - - [2026-03-05 02:17:22] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.118256 10.0.0.65 - - [2026-03-05 02:17:22] "POST /neutron/port HTTP/1.1" 200 1115 0.179190 10.0.0.65 - - [2026-03-05 02:17:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003596 10.0.0.65 - - [2026-03-05 02:17:22] "POST /neutron/network HTTP/1.1" 200 825 0.005729 10.0.0.65 - - [2026-03-05 02:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.006830 10.0.0.65 - - [2026-03-05 02:17:22] "PUT /logical-router/d6dcbb10-866f-49d4-bfc0-b98a389c8c44 HTTP/1.1" 200 263 0.055867 10.0.0.65 - - [2026-03-05 02:17:22] "POST /neutron/router HTTP/1.1" 200 656 0.070499 10.0.0.65 - - [2026-03-05 02:17:22] "GET /logical-router/d6dcbb10-866f-49d4-bfc0-b98a389c8c44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.008902 10.0.0.65 - - [2026-03-05 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 215 0.004461 10.0.0.65 - - [2026-03-05 02:17:23] "POST /neutron/network HTTP/1.1" 200 844 0.006834 10.0.0.65 - - [2026-03-05 02:17:23] "POST /route-tables HTTP/1.1" 200 584 0.059149 10.0.0.65 - - [2026-03-05 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.021456 10.0.0.65 - - [2026-03-05 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013305 10.0.0.65 - - [2026-03-05 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007392 10.0.0.65 - - [2026-03-05 02:17:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.131107 10.0.0.65 - - [2026-03-05 02:17:23] "POST /instance-ips HTTP/1.1" 400 246 0.031508 10.0.0.65 - - [2026-03-05 02:17:23] "PUT /instance-ip/6b53b047-a7d3-48ed-a9a3-19efcb518a3b HTTP/1.1" 200 257 0.036492 10.0.0.65 - - [2026-03-05 02:17:23] "POST /neutron/port HTTP/1.1" 200 1117 0.208061 10.0.0.65 - - [2026-03-05 02:17:24] "POST /chown HTTP/1.1" 200 109 0.050735 10.0.0.65 - - [2026-03-05 02:17:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.016539 10.0.0.65 - - [2026-03-05 02:17:24] "POST /chown HTTP/1.1" 200 109 0.019651 10.0.0.65 - - [2026-03-05 02:17:24] "POST /ref-update HTTP/1.1" 200 156 0.021722 10.0.0.65 - - [2026-03-05 02:17:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.098595 10.0.0.65 - - [2026-03-05 02:17:24] "POST /chown HTTP/1.1" 200 109 0.013746 10.0.0.65 - - [2026-03-05 02:17:24] "POST /ref-update HTTP/1.1" 200 156 0.039271 10.0.0.65 - - [2026-03-05 02:17:24] "POST /ref-update HTTP/1.1" 200 156 0.040267 10.0.0.65 - - [2026-03-05 02:17:24] "POST /chown HTTP/1.1" 200 109 0.041255 10.0.0.65 - - [2026-03-05 02:17:24] "PUT /virtual-machine-interface/c13d9731-9b23-4b1f-9a82-2a9f78c8f002 HTTP/1.1" 200 285 0.016993 10.0.0.65 - - [2026-03-05 02:17:24] "POST /ref-update HTTP/1.1" 200 156 0.030647 10.0.0.65 - - [2026-03-05 02:17:25] "PUT /routing-instance/e90a3b93-ed17-4baa-8264-50f59c1625cb HTTP/1.1" 200 267 0.028345 10.0.0.65 - - [2026-03-05 02:17:26] "POST /neutron/port HTTP/1.1" 200 1125 0.019519 10.0.0.65 - - [2026-03-05 02:17:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003250 10.0.0.65 - - [2026-03-05 02:17:26] "POST /neutron/network HTTP/1.1" 200 825 0.006714 10.0.0.65 - - [2026-03-05 02:17:28] "POST /neutron/port HTTP/1.1" 200 1125 0.013245 10.0.0.65 - - [2026-03-05 02:17:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006584 10.0.0.65 - - [2026-03-05 02:17:28] "GET /virtual-machine/e33c7081-30b2-4f2d-948e-0bb9d35267f0 HTTP/1.1" 401 292 0.000371 10.0.0.65 - - [2026-03-05 02:17:28] "GET /virtual-machine/e33c7081-30b2-4f2d-948e-0bb9d35267f0 HTTP/1.1" 200 1298 0.036344 10.0.0.65 - - [2026-03-05 02:17:28] "GET /virtual-machine-interface/fa79990a-934b-43af-92cb-b750effe88f7 HTTP/1.1" 200 2964 0.006104 10.0.0.65 - - [2026-03-05 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.65 - - [2026-03-05 02:17:28] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003255 10.0.0.65 - - [2026-03-05 02:17:28] "GET /virtual-networks?parent_id=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002870 10.0.0.65 - - [2026-03-05 02:17:29] "GET /virtual-network/5fac4d30-f865-4343-b8f0-aaff0168fa52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005223 10.0.0.65 - - [2026-03-05 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.65 - - [2026-03-05 02:17:32] "GET /virtual-network/5fac4d30-f865-4343-b8f0-aaff0168fa52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005592 10.0.0.65 - - [2026-03-05 02:17:33] "POST /neutron/port HTTP/1.1" 200 1127 0.019763 10.0.0.65 - - [2026-03-05 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.65 - - [2026-03-05 02:17:34] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003317 10.0.0.65 - - [2026-03-05 02:17:34] "GET /virtual-networks?parent_id=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002392 10.0.0.65 - - [2026-03-05 02:17:34] "GET /virtual-network/5fac4d30-f865-4343-b8f0-aaff0168fa52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.013568 10.0.0.65 - - [2026-03-05 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007001 10.0.0.65 - - [2026-03-05 02:17:34] "POST /neutron/port HTTP/1.1" 200 1127 0.014463 10.0.0.65 - - [2026-03-05 02:17:34] "GET /virtual-machine/b8b7e958-a024-40e4-8a37-a62fe0a09e70 HTTP/1.1" 200 1297 0.005345 10.0.0.65 - - [2026-03-05 02:17:34] "GET /virtual-machine-interface/fc80cde0-13ea-40ea-8079-07bed7162aa1 HTTP/1.1" 200 2975 0.004483 10.0.0.65 - - [2026-03-05 02:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.65 - - [2026-03-05 02:17:34] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003585 10.0.0.65 - - [2026-03-05 02:17:34] "GET /virtual-networks?parent_id=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002595 10.0.0.65 - - [2026-03-05 02:17:34] "GET /virtual-network/9df8d2bd-326c-4d3c-b396-396bdba2c6a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005433 10.0.0.65 - - [2026-03-05 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.65 - - [2026-03-05 02:17:35] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003386 10.0.0.65 - - [2026-03-05 02:17:35] "GET /virtual-networks?parent_id=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003030 10.0.0.65 - - [2026-03-05 02:17:35] "GET /virtual-network/9df8d2bd-326c-4d3c-b396-396bdba2c6a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005625 10.0.0.65 - - [2026-03-05 02:17:39] "POST /neutron/router HTTP/1.1" 200 344 0.177554 10.0.0.65 - - [2026-03-05 02:17:40] "GET /service-instance/ddc76bbd-7b78-4510-914d-67cb3a7cec6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2319 0.005369 10.0.0.65 - - [2026-03-05 02:17:40] "DELETE /route-target/350ac0b7-f446-4aac-a470-57defcf16c1b HTTP/1.1" 409 240 0.013209 10.0.0.65 - - [2026-03-05 02:17:40] "GET /service-instance/ddc76bbd-7b78-4510-914d-67cb3a7cec6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2319 0.004427 10.0.0.65 - - [2026-03-05 02:17:40] "GET /virtual-network/fa80cf08-29b2-489b-8057-3735bdd76886?fields=instance_ip_back_refs%2Cvirtual_machine_interface_back_refs HTTP/1.1" 200 2304 0.006852 10.0.0.65 - - [2026-03-05 02:17:40] "GET /virtual-machine-interface/b3fcfb06-7f89-40d5-85f8-b1f7f639c68c?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.011089 10.0.0.65 - - [2026-03-05 02:17:40] "POST /neutron/network HTTP/1.1" 200 834 0.013975 10.0.0.65 - - [2026-03-05 02:17:40] "DELETE /virtual-machine-interface/b3fcfb06-7f89-40d5-85f8-b1f7f639c68c HTTP/1.1" 200 115 0.087641 10.0.0.65 - - [2026-03-05 02:17:40] "GET /instance-ip/37de034c-dc5c-442a-a2ef-3739ebffd8f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1761 0.009428 10.0.0.65 - - [2026-03-05 02:17:40] "DELETE /instance-ip/37de034c-dc5c-442a-a2ef-3739ebffd8f1 HTTP/1.1" 404 177 0.002873 10.0.0.65 - - [2026-03-05 02:17:40] "POST /neutron/port HTTP/1.1" 200 1117 0.010997 10.0.0.65 - - [2026-03-05 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.65 - - [2026-03-05 02:17:41] "GET /virtual-machine-interface/bce0d3ed-05ba-4f50-9fdf-a724e4aca7b0?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1657 0.006792 10.0.0.65 - - [2026-03-05 02:17:41] "POST /neutron/port HTTP/1.1" 200 1115 0.013116 10.0.0.65 - - [2026-03-05 02:17:41] "DELETE /virtual-machine-interface/bce0d3ed-05ba-4f50-9fdf-a724e4aca7b0 HTTP/1.1" 200 115 0.049201 10.0.0.65 - - [2026-03-05 02:17:41] "GET /virtual-machine-interface/d5dd64a1-c484-44b7-9587-ce3ec0411df0?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1657 0.013593 10.0.0.65 - - [2026-03-05 02:17:41] "DELETE /instance-ip/6b53b047-a7d3-48ed-a9a3-19efcb518a3b HTTP/1.1" 200 115 0.063458 10.0.0.65 - - [2026-03-05 02:17:41] "DELETE /virtual-machine/4743cc62-a976-44dd-8574-184b881126e6 HTTP/1.1" 200 115 0.032703 10.0.0.133 - - [2026-03-05 02:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002913 10.0.0.133 - - [2026-03-05 02:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002966 10.0.0.65 - - [2026-03-05 02:17:42] "POST /neutron/network HTTP/1.1" 200 151 0.106974 10.0.0.65 - - [2026-03-05 02:17:42] "DELETE /route-target/41e272d1-95a3-4f3c-9418-585250155758 HTTP/1.1" 200 115 0.026628 10.0.0.133 - - [2026-03-05 02:17:44] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.65 - - [2026-03-05 02:17:44] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.037019 10.0.0.133 - - [2026-03-05 02:17:44] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000906 10.0.0.65 - - [2026-03-05 02:17:44] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?fields=virtual_networks HTTP/1.1" 200 1040 0.040951 10.0.0.133 - - [2026-03-05 02:17:44] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000968 10.0.0.65 - - [2026-03-05 02:17:44] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.043546 10.0.0.133 - - [2026-03-05 02:17:44] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000870 10.0.0.65 - - [2026-03-05 02:17:44] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?fields=security_groups HTTP/1.1" 200 1270 0.030892 10.0.0.65 - - [2026-03-05 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.034354 10.0.0.133 - - [2026-03-05 02:17:45] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004015 10.0.0.133 - - [2026-03-05 02:17:45] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.133 - - [2026-03-05 02:17:45] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008086 10.0.0.133 - - [2026-03-05 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 198 0.002386 10.0.0.133 - - [2026-03-05 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.010107 10.0.0.133 - - [2026-03-05 02:17:45] "POST /security-groups HTTP/1.1" 200 599 0.073226 10.0.0.65 - - [2026-03-05 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.003256 10.0.0.133 - - [2026-03-05 02:17:45] "POST /projects HTTP/1.1" 200 601 0.294240 10.0.0.133 - - [2026-03-05 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.368160 10.0.0.65 - - [2026-03-05 02:17:45] "POST /access-control-lists HTTP/1.1" 200 604 0.026408 10.0.0.65 - - [2026-03-05 02:17:45] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.509452 10.0.0.65 - - [2026-03-05 02:17:47] "GET / HTTP/1.1" 200 36215 0.001474 10.0.0.65 - - [2026-03-05 02:17:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.65 - - [2026-03-05 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.069942 10.0.0.133 - - [2026-03-05 02:17:49] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000786 10.0.0.65 - - [2026-03-05 02:17:49] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.031533 10.0.0.65 - - [2026-03-05 02:17:49] "POST /neutron/network HTTP/1.1" 200 117 0.035944 10.0.0.133 - - [2026-03-05 02:17:49] "POST /useragent-kv HTTP/1.1" 200 115 0.006383 10.0.0.65 - - [2026-03-05 02:17:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.196709 10.0.0.65 - - [2026-03-05 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001184 10.0.0.65 - - [2026-03-05 02:17:50] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006910 10.0.0.65 - - [2026-03-05 02:17:50] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004712 10.0.0.65 - - [2026-03-05 02:17:50] "POST /neutron/network HTTP/1.1" 200 1007 0.007504 10.0.0.65 - - [2026-03-05 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.133 - - [2026-03-05 02:17:50] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000830 10.0.0.65 - - [2026-03-05 02:17:50] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.034872 10.0.0.65 - - [2026-03-05 02:17:50] "POST /neutron/network HTTP/1.1" 200 117 0.012490 10.0.0.65 - - [2026-03-05 02:17:50] "POST /route-targets HTTP/1.1" 200 328 0.024431 10.0.0.133 - - [2026-03-05 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.009638 10.0.0.65 - - [2026-03-05 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.042059 10.0.0.65 - - [2026-03-05 02:17:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.181604 10.0.0.65 - - [2026-03-05 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001117 10.0.0.65 - - [2026-03-05 02:17:50] "GET /virtual-network/171e070a-1e15-4056-ab94-b61629cc2f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.004669 10.0.0.65 - - [2026-03-05 02:17:50] "GET /virtual-network/171e070a-1e15-4056-ab94-b61629cc2f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005501 10.0.0.65 - - [2026-03-05 02:17:50] "POST /neutron/network HTTP/1.1" 200 1007 0.008272 10.0.0.65 - - [2026-03-05 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.002832 10.0.0.65 - - [2026-03-05 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.133 - - [2026-03-05 02:17:50] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.65 - - [2026-03-05 02:17:51] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.037111 10.0.0.65 - - [2026-03-05 02:17:51] "POST /network-policys HTTP/1.1" 200 579 0.068662 10.0.0.65 - - [2026-03-05 02:17:51] "GET /network-policy/02cf7b71-a0d0-4935-a273-977d9d86c7b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005308 10.0.0.65 - - [2026-03-05 02:17:51] "POST /neutron/network HTTP/1.1" 200 1007 0.008568 10.0.0.65 - - [2026-03-05 02:17:51] "POST /access-control-lists HTTP/1.1" 200 598 0.035807 10.0.0.65 - - [2026-03-05 02:17:51] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.009809 10.0.0.65 - - [2026-03-05 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.65 - - [2026-03-05 02:17:51] "GET /network-policy/02cf7b71-a0d0-4935-a273-977d9d86c7b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003836 10.0.0.65 - - [2026-03-05 02:17:51] "POST /neutron/network HTTP/1.1" 200 1007 0.007181 10.0.0.65 - - [2026-03-05 02:17:51] "GET /virtual-network/171e070a-1e15-4056-ab94-b61629cc2f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.008564 10.0.0.65 - - [2026-03-05 02:17:51] "POST /ref-update HTTP/1.1" 200 156 0.039567 10.0.0.65 - - [2026-03-05 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002302 10.0.0.65 - - [2026-03-05 02:17:51] "GET /network-policy/02cf7b71-a0d0-4935-a273-977d9d86c7b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.010180 10.0.0.65 - - [2026-03-05 02:17:52] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006334 10.0.0.133 - - [2026-03-05 02:17:52] "DELETE /project/6efa953153a1473f810530ccbdb88ef5 HTTP/1.1" 404 173 0.006897 10.0.0.133 - - [2026-03-05 02:17:52] "DELETE /project/848c20b09ede4e17ac6f662e63ff9800 HTTP/1.1" 404 173 0.010161 10.0.0.133 - - [2026-03-05 02:17:52] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000755 10.0.0.133 - - [2026-03-05 02:17:52] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000697 10.0.0.133 - - [2026-03-05 02:17:52] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.035964 10.0.0.133 - - [2026-03-05 02:17:52] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000956 10.0.0.133 - - [2026-03-05 02:17:52] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.051268 10.0.0.133 - - [2026-03-05 02:17:52] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000900 10.0.0.133 - - [2026-03-05 02:17:52] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?fields=security_groups HTTP/1.1" 200 1372 0.052200 10.0.0.133 - - [2026-03-05 02:17:52] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?fields=security_groups HTTP/1.1" 200 1357 0.082331 10.0.0.133 - - [2026-03-05 02:17:52] "DELETE /security-group/5e621b0c-c054-4d4d-b8e3-0add108d75b4 HTTP/1.1" 200 115 0.045474 10.0.0.133 - - [2026-03-05 02:17:52] "GET /projects?obj_uuids=848c20b0-9ede-4e17-ac6f-662e63ff9800&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001318 10.0.0.133 - - [2026-03-05 02:17:52] "GET /project/848c20b0-9ede-4e17-ac6f-662e63ff9800?fields=application_policy_sets HTTP/1.1" 200 1411 0.050750 10.0.0.133 - - [2026-03-05 02:17:53] "DELETE /security-group/cc51d7ec-a1ae-4391-94bb-2c5d9a85748c HTTP/1.1" 200 115 0.085492 10.0.0.133 - - [2026-03-05 02:17:53] "GET /projects?obj_uuids=43fcdc05-63ec-441f-8dc3-dba18ca52857&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000852 10.0.0.65 - - [2026-03-05 02:17:53] "DELETE /access-control-list/ddc3554b-b8b3-4d66-ae1d-f48a1eea7840 HTTP/1.1" 200 115 0.059968 10.0.0.133 - - [2026-03-05 02:17:53] "GET /project/43fcdc05-63ec-441f-8dc3-dba18ca52857?fields=application_policy_sets HTTP/1.1" 200 1396 0.041866 10.0.0.133 - - [2026-03-05 02:17:53] "DELETE /project/848c20b0-9ede-4e17-ac6f-662e63ff9800 HTTP/1.1" 200 115 0.426447 10.0.0.133 - - [2026-03-05 02:17:53] "DELETE /project/43fcdc05-63ec-441f-8dc3-dba18ca52857 HTTP/1.1" 200 115 0.520924 10.0.0.65 - - [2026-03-05 02:17:54] "GET /virtual-network/171e070a-1e15-4056-ab94-b61629cc2f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005439 10.0.0.133 - - [2026-03-05 02:17:54] "GET /obj-perms HTTP/1.1" 200 5046 0.065808 10.0.0.65 - - [2026-03-05 02:17:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001167 10.0.0.65 - - [2026-03-05 02:17:54] "POST /neutron/network HTTP/1.1" 200 1125 0.008011 10.0.0.133 - - [2026-03-05 02:17:55] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000887 10.0.0.65 - - [2026-03-05 02:17:55] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.076658 10.0.0.65 - - [2026-03-05 02:17:55] "POST /neutron/port HTTP/1.1" 200 117 0.005035 10.0.0.65 - - [2026-03-05 02:17:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001024 10.0.0.65 - - [2026-03-05 02:17:56] "POST /neutron/network HTTP/1.1" 200 1125 0.006505 10.0.0.65 - - [2026-03-05 02:17:56] "POST /neutron/port HTTP/1.1" 200 1176 0.019837 10.0.0.133 - - [2026-03-05 02:17:56] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003279 10.0.0.65 - - [2026-03-05 02:17:56] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.089615 10.0.0.65 - - [2026-03-05 02:17:57] "POST /neutron/port HTTP/1.1" 200 1240 0.015855 10.0.0.65 - - [2026-03-05 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 1389 0.010142 10.0.0.65 - - [2026-03-05 02:17:57] "POST /neutron/network HTTP/1.1" 200 1115 0.008255 10.0.0.65 - - [2026-03-05 02:17:57] "POST /neutron/port HTTP/1.1" 200 117 0.005016 10.0.0.65 - - [2026-03-05 02:17:57] "POST /neutron/network HTTP/1.1" 200 1125 0.007149 10.0.0.65 - - [2026-03-05 02:17:57] "PUT /access-control-list/cd99b6e1-cf43-4afb-8adc-9734298ebb6c HTTP/1.1" 200 273 0.014250 10.0.0.65 - - [2026-03-05 02:17:58] "POST /neutron/port HTTP/1.1" 200 1176 0.018662 10.0.0.65 - - [2026-03-05 02:17:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003353 10.0.0.65 - - [2026-03-05 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.133 - - [2026-03-05 02:18:01] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.133 - - [2026-03-05 02:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000465 10.0.0.65 - - [2026-03-05 02:18:02] "POST /neutron/port HTTP/1.1" 200 1240 0.018598 10.0.0.65 - - [2026-03-05 02:18:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006454 10.0.0.33 - - [2026-03-05 02:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2026-03-05 02:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.65 - - [2026-03-05 02:18:02] "GET /virtual-machine/388b3613-7d86-46c7-be9a-bcdd5c2db063 HTTP/1.1" 401 292 0.000284 10.0.0.33 - - [2026-03-05 02:18:02] "GET /obj-perms HTTP/1.1" 200 5056 0.146152 10.0.0.133 - - [2026-03-05 02:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.65 - - [2026-03-05 02:18:03] "GET /virtual-machine/388b3613-7d86-46c7-be9a-bcdd5c2db063 HTTP/1.1" 200 1302 0.375718 10.0.0.65 - - [2026-03-05 02:18:03] "GET /virtual-machine-interface/81cc9c39-1aad-437b-a7f5-d0dd34b97dc0 HTTP/1.1" 200 3183 0.006732 10.0.0.33 - - [2026-03-05 02:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.65 - - [2026-03-05 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.65 - - [2026-03-05 02:18:03] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003252 10.0.0.65 - - [2026-03-05 02:18:03] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002480 10.0.0.133 - - [2026-03-05 02:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.001333 10.0.0.65 - - [2026-03-05 02:18:03] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006067 10.0.0.33 - - [2026-03-05 02:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.65 - - [2026-03-05 02:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.65 - - [2026-03-05 02:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.65 - - [2026-03-05 02:18:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.65 - - [2026-03-05 02:18:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.65 - - [2026-03-05 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.65 - - [2026-03-05 02:18:06] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004636 10.0.0.65 - - [2026-03-05 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.65 - - [2026-03-05 02:18:10] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005057 10.0.0.65 - - [2026-03-05 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.65 - - [2026-03-05 02:18:14] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005342 10.0.0.65 - - [2026-03-05 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.65 - - [2026-03-05 02:18:18] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004920 10.0.0.65 - - [2026-03-05 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.65 - - [2026-03-05 02:18:22] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005337 10.0.0.65 - - [2026-03-05 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.65 - - [2026-03-05 02:18:27] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005301 10.0.0.65 - - [2026-03-05 02:18:28] "POST /neutron/port HTTP/1.1" 200 1240 0.016748 10.0.0.65 - - [2026-03-05 02:18:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004127 10.0.0.65 - - [2026-03-05 02:18:28] "POST /neutron/port HTTP/1.1" 200 117 0.001455 10.0.0.65 - - [2026-03-05 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.65 - - [2026-03-05 02:18:31] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004574 10.0.0.65 - - [2026-03-05 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.65 - - [2026-03-05 02:18:35] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004671 10.0.0.65 - - [2026-03-05 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.65 - - [2026-03-05 02:18:39] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005278 10.0.0.65 - - [2026-03-05 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.65 - - [2026-03-05 02:18:41] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003002 10.0.0.65 - - [2026-03-05 02:18:41] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002431 10.0.0.65 - - [2026-03-05 02:18:41] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.008780 10.0.0.65 - - [2026-03-05 02:18:41] "POST /neutron/port HTTP/1.1" 200 1240 0.016035 10.0.0.65 - - [2026-03-05 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011332 10.0.0.65 - - [2026-03-05 02:18:51] "POST /neutron/port HTTP/1.1" 200 1240 0.018798 10.0.0.65 - - [2026-03-05 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005768 10.0.0.65 - - [2026-03-05 02:18:52] "POST /neutron/network HTTP/1.1" 200 1125 0.006425 10.0.0.65 - - [2026-03-05 02:18:52] "POST /neutron/subnet HTTP/1.1" 200 1389 0.012082 10.0.0.65 - - [2026-03-05 02:18:52] "POST /neutron/network HTTP/1.1" 200 1115 0.007971 10.0.0.65 - - [2026-03-05 02:19:02] "POST /neutron/port HTTP/1.1" 200 1240 0.019923 10.0.0.65 - - [2026-03-05 02:19:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006398 10.0.0.65 - - [2026-03-05 02:19:02] "GET /virtual-machine/4daa78cc-18be-48a5-a07b-6cfe55bc0da9 HTTP/1.1" 200 1302 0.005855 10.0.0.65 - - [2026-03-05 02:19:02] "GET /virtual-machine-interface/79afc7cc-2d9b-4d54-b7aa-5df225293348 HTTP/1.1" 200 3183 0.004403 10.0.0.65 - - [2026-03-05 02:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.65 - - [2026-03-05 02:19:02] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003088 10.0.0.65 - - [2026-03-05 02:19:02] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002619 10.0.0.65 - - [2026-03-05 02:19:02] "GET /virtual-network/171e070a-1e15-4056-ab94-b61629cc2f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005534 10.0.0.65 - - [2026-03-05 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.65 - - [2026-03-05 02:19:03] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003906 10.0.0.65 - - [2026-03-05 02:19:03] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002796 10.0.0.65 - - [2026-03-05 02:19:03] "GET /virtual-network/171e070a-1e15-4056-ab94-b61629cc2f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.004950 10.0.0.65 - - [2026-03-05 02:19:03] "GET /obj-perms HTTP/1.1" 200 5056 0.052556 10.0.0.65 - - [2026-03-05 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005334 10.0.0.133 - - [2026-03-05 02:19:27] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000852 10.0.0.65 - - [2026-03-05 02:19:27] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048848 10.0.0.65 - - [2026-03-05 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.65 - - [2026-03-05 02:19:27] "PUT /network-policy/02cf7b71-a0d0-4935-a273-977d9d86c7b5 HTTP/1.1" 200 263 0.012573 10.0.0.65 - - [2026-03-05 02:19:28] "POST /neutron/port HTTP/1.1" 200 1240 0.014782 10.0.0.65 - - [2026-03-05 02:19:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004272 10.0.0.65 - - [2026-03-05 02:19:28] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.65 - - [2026-03-05 02:19:31] "GET /virtual-network/171e070a-1e15-4056-ab94-b61629cc2f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005101 10.0.0.65 - - [2026-03-05 02:19:31] "POST /neutron/network HTTP/1.1" 200 1115 0.008655 10.0.0.65 - - [2026-03-05 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.004489 10.0.0.65 - - [2026-03-05 02:19:31] "DELETE /access-control-list/cd99b6e1-cf43-4afb-8adc-9734298ebb6c HTTP/1.1" 200 115 0.035037 10.0.0.65 - - [2026-03-05 02:19:31] "GET /virtual-network/171e070a-1e15-4056-ab94-b61629cc2f78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.012406 10.0.0.65 - - [2026-03-05 02:19:31] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.008727 10.0.0.65 - - [2026-03-05 02:19:31] "POST /neutron/network HTTP/1.1" 200 1115 0.013644 10.0.0.65 - - [2026-03-05 02:19:31] "GET /virtual-network/38f91ce4-8478-497e-935a-fb380af1c3c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.013484 10.0.0.65 - - [2026-03-05 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.047171 10.0.0.65 - - [2026-03-05 02:19:31] "DELETE /network-policy/02cf7b71-a0d0-4935-a273-977d9d86c7b5 HTTP/1.1" 200 115 0.062315 10.0.0.65 - - [2026-03-05 02:19:32] "POST /neutron/network HTTP/1.1" 200 1007 0.025601 10.0.0.65 - - [2026-03-05 02:19:32] "POST /neutron/port HTTP/1.1" 200 1230 0.012385 10.0.0.65 - - [2026-03-05 02:19:32] "POST /neutron/port HTTP/1.1" 200 1230 0.017520 10.0.0.133 - - [2026-03-05 02:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003037 10.0.0.133 - - [2026-03-05 02:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002703 10.0.0.133 - - [2026-03-05 02:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002408 10.0.0.133 - - [2026-03-05 02:19:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002808 10.0.0.65 - - [2026-03-05 02:19:34] "POST /neutron/network HTTP/1.1" 200 151 0.129895 10.0.0.65 - - [2026-03-05 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.133 - - [2026-03-05 02:19:38] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001227 10.0.0.65 - - [2026-03-05 02:19:39] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.048704 10.0.0.65 - - [2026-03-05 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.133 - - [2026-03-05 02:19:39] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.65 - - [2026-03-05 02:19:39] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007001 10.0.0.65 - - [2026-03-05 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.133 - - [2026-03-05 02:19:39] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.65 - - [2026-03-05 02:19:39] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.052860 10.0.0.65 - - [2026-03-05 02:19:39] "GET /domains HTTP/1.1" 200 281 0.003320 10.0.0.133 - - [2026-03-05 02:19:39] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000845 10.0.0.65 - - [2026-03-05 02:19:39] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983 HTTP/1.1" 200 2787 0.013258 10.0.0.133 - - [2026-03-05 02:19:39] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000867 10.0.0.65 - - [2026-03-05 02:19:40] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5 HTTP/1.1" 200 1904 0.079343 10.0.0.65 - - [2026-03-05 02:19:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.005093 10.0.0.65 - - [2026-03-05 02:19:40] "POST /network-ipams HTTP/1.1" 200 611 0.036675 10.0.0.65 - - [2026-03-05 02:19:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.006334 10.0.0.65 - - [2026-03-05 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.65 - - [2026-03-05 02:19:40] "GET /network-ipam/9bce3536-710d-4411-9b63-3b3251921851?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005730 10.0.0.65 - - [2026-03-05 02:19:40] "PUT /network-ipam/9bce3536-710d-4411-9b63-3b3251921851 HTTP/1.1" 200 259 0.013773 10.0.0.65 - - [2026-03-05 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.133 - - [2026-03-05 02:19:40] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000834 10.0.0.65 - - [2026-03-05 02:19:40] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.043334 10.0.0.65 - - [2026-03-05 02:19:40] "POST /neutron/network HTTP/1.1" 200 117 0.010561 10.0.0.65 - - [2026-03-05 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.027842 10.0.0.133 - - [2026-03-05 02:19:41] "POST /useragent-kv HTTP/1.1" 200 115 0.011981 10.0.0.65 - - [2026-03-05 02:19:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.220330 10.0.0.65 - - [2026-03-05 02:19:41] "POST /id-to-fqname HTTP/1.1" 200 231 0.001214 10.0.0.65 - - [2026-03-05 02:19:41] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006603 10.0.0.65 - - [2026-03-05 02:19:41] "POST /neutron/network HTTP/1.1" 200 1309 0.011876 10.0.0.65 - - [2026-03-05 02:19:41] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.004750 10.0.0.65 - - [2026-03-05 02:19:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.007255 10.0.0.65 - - [2026-03-05 02:19:41] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005602 10.0.0.65 - - [2026-03-05 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005886 10.0.0.133 - - [2026-03-05 02:19:42] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000775 10.0.0.65 - - [2026-03-05 02:19:42] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.041915 10.0.0.133 - - [2026-03-05 02:19:42] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000901 10.0.0.65 - - [2026-03-05 02:19:42] "POST /neutron/network HTTP/1.1" 200 619 0.109199 10.0.0.65 - - [2026-03-05 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.006609 10.0.0.133 - - [2026-03-05 02:19:43] "POST /useragent-kv HTTP/1.1" 200 115 0.014050 10.0.0.65 - - [2026-03-05 02:19:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.240194 10.0.0.65 - - [2026-03-05 02:19:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.001481 10.0.0.65 - - [2026-03-05 02:19:43] "GET /virtual-network/88daa996-54f9-4210-83e8-44ed7403730f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.005597 10.0.0.65 - - [2026-03-05 02:19:43] "GET /virtual-network/88daa996-54f9-4210-83e8-44ed7403730f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.006672 10.0.0.65 - - [2026-03-05 02:19:43] "POST /neutron/network HTTP/1.1" 200 1309 0.010145 10.0.0.65 - - [2026-03-05 02:19:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.007679 10.0.0.65 - - [2026-03-05 02:19:43] "GET /virtual-network/88daa996-54f9-4210-83e8-44ed7403730f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.006136 10.0.0.33 - - [2026-03-05 02:19:43] "GET /obj-perms HTTP/1.1" 200 5046 0.061580 10.0.0.133 - - [2026-03-05 02:19:43] "GET /obj-perms HTTP/1.1" 200 5046 0.003295 10.0.0.65 - - [2026-03-05 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.133 - - [2026-03-05 02:19:43] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000792 10.0.0.65 - - [2026-03-05 02:19:43] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.033907 10.0.0.65 - - [2026-03-05 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.020487 10.0.0.133 - - [2026-03-05 02:19:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006158 10.0.0.65 - - [2026-03-05 02:19:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.214396 10.0.0.65 - - [2026-03-05 02:19:44] "POST /neutron/network HTTP/1.1" 200 1308 0.012340 10.0.0.65 - - [2026-03-05 02:19:44] "POST /id-to-fqname HTTP/1.1" 200 231 0.001041 10.0.0.65 - - [2026-03-05 02:19:44] "GET /virtual-network/9ff240e0-2706-4452-8a47-e353916eafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005723 10.0.0.65 - - [2026-03-05 02:19:44] "GET /virtual-network/9ff240e0-2706-4452-8a47-e353916eafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005401 10.0.0.65 - - [2026-03-05 02:19:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.008292 10.0.0.65 - - [2026-03-05 02:19:45] "GET /virtual-network/9ff240e0-2706-4452-8a47-e353916eafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006942 10.0.0.65 - - [2026-03-05 02:19:45] "GET /obj-perms HTTP/1.1" 200 5046 0.054358 10.0.0.65 - - [2026-03-05 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.133 - - [2026-03-05 02:19:45] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000827 10.0.0.65 - - [2026-03-05 02:19:45] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.039359 10.0.0.65 - - [2026-03-05 02:19:45] "POST /neutron/network HTTP/1.1" 200 117 0.012968 10.0.0.133 - - [2026-03-05 02:19:46] "POST /useragent-kv HTTP/1.1" 200 115 0.007526 10.0.0.65 - - [2026-03-05 02:19:46] "POST /neutron/subnet HTTP/1.1" 200 701 0.220248 10.0.0.65 - - [2026-03-05 02:19:46] "POST /id-to-fqname HTTP/1.1" 200 231 0.001207 10.0.0.65 - - [2026-03-05 02:19:46] "GET /virtual-network/7932507f-7799-4e90-9185-afea81f2c9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.006598 10.0.0.65 - - [2026-03-05 02:19:46] "POST /neutron/network HTTP/1.1" 200 1309 0.011659 10.0.0.65 - - [2026-03-05 02:19:46] "GET /virtual-network/7932507f-7799-4e90-9185-afea81f2c9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005698 10.0.0.65 - - [2026-03-05 02:19:46] "POST /neutron/subnet HTTP/1.1" 200 701 0.009491 10.0.0.65 - - [2026-03-05 02:19:46] "GET /virtual-network/7932507f-7799-4e90-9185-afea81f2c9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.005188 10.0.0.65 - - [2026-03-05 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.003181 10.0.0.65 - - [2026-03-05 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.133 - - [2026-03-05 02:19:47] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.65 - - [2026-03-05 02:19:47] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.040992 10.0.0.65 - - [2026-03-05 02:19:47] "POST /network-policys HTTP/1.1" 200 561 0.026660 10.0.0.65 - - [2026-03-05 02:19:47] "GET /network-policy/5f6a0c4a-0aa4-42a9-89df-254551268881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006836 10.0.0.65 - - [2026-03-05 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.003726 10.0.0.65 - - [2026-03-05 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.133 - - [2026-03-05 02:19:47] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.65 - - [2026-03-05 02:19:47] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.058327 10.0.0.65 - - [2026-03-05 02:19:47] "POST /network-policys HTTP/1.1" 200 561 0.023330 10.0.0.65 - - [2026-03-05 02:19:47] "GET /network-policy/de5f61bb-215a-484a-aa33-e2ab476ea54e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.011607 10.0.0.65 - - [2026-03-05 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.003004 10.0.0.65 - - [2026-03-05 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.133 - - [2026-03-05 02:19:47] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000852 10.0.0.65 - - [2026-03-05 02:19:47] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.040564 10.0.0.65 - - [2026-03-05 02:19:48] "POST /network-policys HTTP/1.1" 200 561 0.027780 10.0.0.65 - - [2026-03-05 02:19:48] "GET /network-policy/8fa11ba6-aeea-4bf9-8400-38ea81968815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.006489 10.0.0.65 - - [2026-03-05 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.003148 10.0.0.65 - - [2026-03-05 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.133 - - [2026-03-05 02:19:48] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.65 - - [2026-03-05 02:19:48] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.039735 10.0.0.65 - - [2026-03-05 02:19:48] "POST /network-policys HTTP/1.1" 200 561 0.035064 10.0.0.65 - - [2026-03-05 02:19:48] "GET /network-policy/1b27d563-e844-4f72-8ad2-f57e0e7333da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.007570 10.0.0.65 - - [2026-03-05 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.003090 10.0.0.65 - - [2026-03-05 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.133 - - [2026-03-05 02:19:48] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000827 10.0.0.65 - - [2026-03-05 02:19:48] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.042018 10.0.0.65 - - [2026-03-05 02:19:48] "POST /network-policys HTTP/1.1" 200 561 0.030392 10.0.0.65 - - [2026-03-05 02:19:48] "GET /network-policy/92f13481-290b-4040-8d93-fc4ce7a59858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.006763 10.0.0.65 - - [2026-03-05 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.004623 10.0.0.65 - - [2026-03-05 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002327 10.0.0.133 - - [2026-03-05 02:19:49] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.65 - - [2026-03-05 02:19:49] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.041495 10.0.0.65 - - [2026-03-05 02:19:49] "POST /network-policys HTTP/1.1" 200 561 0.030160 10.0.0.65 - - [2026-03-05 02:19:49] "GET /network-policy/34f793ee-e6e5-486b-8667-f05327817c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005587 10.0.0.65 - - [2026-03-05 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.003373 10.0.0.65 - - [2026-03-05 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.133 - - [2026-03-05 02:19:49] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000832 10.0.0.65 - - [2026-03-05 02:19:49] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.053624 10.0.0.65 - - [2026-03-05 02:19:49] "POST /network-policys HTTP/1.1" 200 561 0.024497 10.0.0.65 - - [2026-03-05 02:19:49] "GET /network-policy/89ae3a6c-c557-4166-a5cc-986242a41d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.006305 10.0.0.65 - - [2026-03-05 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 225 0.002993 10.0.0.65 - - [2026-03-05 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.133 - - [2026-03-05 02:19:49] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.65 - - [2026-03-05 02:19:49] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.035998 10.0.0.65 - - [2026-03-05 02:19:50] "POST /network-policys HTTP/1.1" 200 561 0.024119 10.0.0.65 - - [2026-03-05 02:19:50] "GET /network-policy/22744977-36b4-4de3-8d10-c05cbe055964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005743 10.0.0.65 - - [2026-03-05 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 248 0.009913 10.0.0.65 - - [2026-03-05 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.005413 10.0.0.65 - - [2026-03-05 02:19:50] "POST /neutron/network HTTP/1.1" 200 1494 0.075610 10.0.0.65 - - [2026-03-05 02:19:50] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.008286 10.0.0.65 - - [2026-03-05 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.65 - - [2026-03-05 02:19:50] "GET /network-policy/5f6a0c4a-0aa4-42a9-89df-254551268881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004835 10.0.0.65 - - [2026-03-05 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.65 - - [2026-03-05 02:19:50] "GET /network-policy/de5f61bb-215a-484a-aa33-e2ab476ea54e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004074 10.0.0.65 - - [2026-03-05 02:19:50] "POST /neutron/network HTTP/1.1" 200 1494 0.082382 10.0.0.65 - - [2026-03-05 02:19:50] "GET /virtual-network/88daa996-54f9-4210-83e8-44ed7403730f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.004941 10.0.0.65 - - [2026-03-05 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.65 - - [2026-03-05 02:19:50] "POST /access-control-lists HTTP/1.1" 200 607 0.095457 10.0.0.65 - - [2026-03-05 02:19:50] "GET /network-policy/1b27d563-e844-4f72-8ad2-f57e0e7333da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.006280 10.0.0.65 - - [2026-03-05 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006035 10.0.0.65 - - [2026-03-05 02:19:50] "GET /network-policy/8fa11ba6-aeea-4bf9-8400-38ea81968815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.007096 10.0.0.65 - - [2026-03-05 02:19:51] "POST /neutron/network HTTP/1.1" 200 1493 0.103903 10.0.0.65 - - [2026-03-05 02:19:51] "GET /virtual-network/9ff240e0-2706-4452-8a47-e353916eafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.005250 10.0.0.65 - - [2026-03-05 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.65 - - [2026-03-05 02:19:51] "POST /access-control-lists HTTP/1.1" 200 607 0.101048 10.0.0.65 - - [2026-03-05 02:19:51] "GET /network-policy/34f793ee-e6e5-486b-8667-f05327817c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006119 10.0.0.65 - - [2026-03-05 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.65 - - [2026-03-05 02:19:51] "GET /network-policy/92f13481-290b-4040-8d93-fc4ce7a59858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004043 10.0.0.65 - - [2026-03-05 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.004329 10.0.0.65 - - [2026-03-05 02:19:51] "POST /neutron/network HTTP/1.1" 200 1494 0.078666 10.0.0.65 - - [2026-03-05 02:19:51] "GET /virtual-network/7932507f-7799-4e90-9185-afea81f2c9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005922 10.0.0.65 - - [2026-03-05 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.65 - - [2026-03-05 02:19:51] "GET /network-policy/22744977-36b4-4de3-8d10-c05cbe055964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004488 10.0.0.65 - - [2026-03-05 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.65 - - [2026-03-05 02:19:51] "GET /network-policy/89ae3a6c-c557-4166-a5cc-986242a41d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.004338 10.0.0.65 - - [2026-03-05 02:19:51] "POST /id-to-fqname HTTP/1.1" 200 231 0.001411 10.0.0.133 - - [2026-03-05 02:20:04] "GET /obj-perms HTTP/1.1" 200 5056 0.054836 10.0.0.133 - - [2026-03-05 02:20:26] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.65 - - [2026-03-05 02:20:26] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.064733 10.0.0.65 - - [2026-03-05 02:20:26] "POST /neutron/network HTTP/1.1" 200 1494 0.011432 10.0.0.65 - - [2026-03-05 02:20:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001599 10.0.0.65 - - [2026-03-05 02:20:26] "POST /neutron/port HTTP/1.1" 200 117 0.005237 10.0.0.133 - - [2026-03-05 02:20:27] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.65 - - [2026-03-05 02:20:27] "PUT /access-control-list/d3a7432c-3cc7-447d-be99-4cba8f24a1e0 HTTP/1.1" 200 273 0.041336 10.0.0.133 - - [2026-03-05 02:20:28] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.65 - - [2026-03-05 02:20:28] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.137372 10.0.0.65 - - [2026-03-05 02:20:28] "POST /neutron/port HTTP/1.1" 200 1170 0.885411 10.0.0.65 - - [2026-03-05 02:20:28] "POST /neutron/port HTTP/1.1" 200 1180 0.049738 10.0.0.65 - - [2026-03-05 02:20:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015539 10.0.0.65 - - [2026-03-05 02:20:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016399 10.0.0.65 - - [2026-03-05 02:20:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006458 10.0.0.133 - - [2026-03-05 02:20:29] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000971 10.0.0.65 - - [2026-03-05 02:20:29] "POST /neutron/network HTTP/1.1" 200 1494 0.041127 10.0.0.65 - - [2026-03-05 02:20:29] "POST /neutron/port HTTP/1.1" 200 1170 0.607083 10.0.0.65 - - [2026-03-05 02:20:30] "POST /neutron/port HTTP/1.1" 200 1224 0.201244 10.0.0.65 - - [2026-03-05 02:20:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015857 10.0.0.65 - - [2026-03-05 02:20:30] "POST /neutron/port HTTP/1.1" 200 117 0.005412 10.0.0.65 - - [2026-03-05 02:20:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011871 10.0.0.65 - - [2026-03-05 02:20:44] "POST /neutron/port HTTP/1.1" 200 1234 0.056056 10.0.0.65 - - [2026-03-05 02:20:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017622 10.0.0.65 - - [2026-03-05 02:20:59] "POST /neutron/port HTTP/1.1" 200 1234 0.016006 10.0.0.65 - - [2026-03-05 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006567 10.0.0.33 - - [2026-03-05 02:21:05] "GET /obj-perms HTTP/1.1" 200 5056 0.065036 10.0.0.65 - - [2026-03-05 02:21:14] "POST /neutron/port HTTP/1.1" 200 1234 0.015080 10.0.0.65 - - [2026-03-05 02:21:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006550 10.0.0.65 - - [2026-03-05 02:21:30] "POST /neutron/port HTTP/1.1" 200 1234 0.016007 10.0.0.65 - - [2026-03-05 02:21:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008046 10.0.0.65 - - [2026-03-05 02:21:30] "GET /virtual-machine/6fb51f01-8d5a-4bba-b616-88b4bfce0406 HTTP/1.1" 200 1302 0.005401 10.0.0.65 - - [2026-03-05 02:21:30] "GET /virtual-machine-interface/6e7ee965-4934-4dc4-b5e2-e6b34770657c HTTP/1.1" 200 3192 0.004827 10.0.0.65 - - [2026-03-05 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.65 - - [2026-03-05 02:21:30] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003523 10.0.0.65 - - [2026-03-05 02:21:30] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002333 10.0.0.65 - - [2026-03-05 02:21:30] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007431 10.0.0.65 - - [2026-03-05 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.65 - - [2026-03-05 02:21:33] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005378 10.0.0.65 - - [2026-03-05 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.65 - - [2026-03-05 02:21:37] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.004930 10.0.0.65 - - [2026-03-05 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.65 - - [2026-03-05 02:21:41] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.004884 10.0.0.65 - - [2026-03-05 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.65 - - [2026-03-05 02:21:45] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005218 10.0.0.65 - - [2026-03-05 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.65 - - [2026-03-05 02:21:49] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.004771 10.0.0.65 - - [2026-03-05 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.65 - - [2026-03-05 02:21:54] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.004815 10.0.0.65 - - [2026-03-05 02:21:56] "POST /neutron/port HTTP/1.1" 200 1234 0.071127 10.0.0.65 - - [2026-03-05 02:21:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003324 10.0.0.65 - - [2026-03-05 02:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.65 - - [2026-03-05 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.65 - - [2026-03-05 02:21:58] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.007415 10.0.0.65 - - [2026-03-05 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.65 - - [2026-03-05 02:22:02] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.004577 10.0.0.65 - - [2026-03-05 02:22:06] "GET /obj-perms HTTP/1.1" 200 5056 0.066667 10.0.0.65 - - [2026-03-05 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.65 - - [2026-03-05 02:22:06] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.004652 10.0.0.65 - - [2026-03-05 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.65 - - [2026-03-05 02:22:10] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005412 10.0.0.65 - - [2026-03-05 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.65 - - [2026-03-05 02:22:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003529 10.0.0.65 - - [2026-03-05 02:22:12] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003333 10.0.0.65 - - [2026-03-05 02:22:12] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005644 10.0.0.65 - - [2026-03-05 02:22:12] "POST /neutron/port HTTP/1.1" 200 1234 0.018469 10.0.0.65 - - [2026-03-05 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007547 10.0.0.65 - - [2026-03-05 02:22:23] "POST /neutron/port HTTP/1.1" 200 1234 0.015573 10.0.0.65 - - [2026-03-05 02:22:26] "POST /neutron/security_group HTTP/1.1" 200 2066 0.032815 10.0.0.65 - - [2026-03-05 02:22:30] "POST /neutron/port HTTP/1.1" 200 1234 0.040448 10.0.0.65 - - [2026-03-05 02:22:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004706 10.0.0.65 - - [2026-03-05 02:22:30] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.65 - - [2026-03-05 02:22:33] "POST /neutron/port HTTP/1.1" 200 1234 0.015494 10.0.0.65 - - [2026-03-05 02:22:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007707 10.0.0.65 - - [2026-03-05 02:22:33] "GET /virtual-machine/5bd054ce-83d1-4d02-b041-909e7bf4f0f9 HTTP/1.1" 200 1302 0.005229 10.0.0.65 - - [2026-03-05 02:22:33] "GET /virtual-machine-interface/ff6dec45-6164-4f84-b7b8-5219c5e4b731 HTTP/1.1" 200 3193 0.006454 10.0.0.65 - - [2026-03-05 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.65 - - [2026-03-05 02:22:33] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003724 10.0.0.65 - - [2026-03-05 02:22:33] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002407 10.0.0.65 - - [2026-03-05 02:22:33] "GET /virtual-network/88daa996-54f9-4210-83e8-44ed7403730f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.006202 10.0.0.65 - - [2026-03-05 02:22:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.65 - - [2026-03-05 02:22:34] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003815 10.0.0.65 - - [2026-03-05 02:22:34] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003094 10.0.0.65 - - [2026-03-05 02:22:34] "GET /virtual-network/88daa996-54f9-4210-83e8-44ed7403730f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.005445 10.0.0.65 - - [2026-03-05 02:22:35] "POST /neutron/port HTTP/1.1" 200 1234 0.015022 10.0.0.65 - - [2026-03-05 02:22:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006123 10.0.0.65 - - [2026-03-05 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.65 - - [2026-03-05 02:22:40] "GET /network-policy/8fa11ba6-aeea-4bf9-8400-38ea81968815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.004154 10.0.0.65 - - [2026-03-05 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.65 - - [2026-03-05 02:22:40] "GET /network-policy/1b27d563-e844-4f72-8ad2-f57e0e7333da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.005145 10.0.0.65 - - [2026-03-05 02:22:40] "POST /neutron/port HTTP/1.1" 200 1234 0.021675 10.0.0.65 - - [2026-03-05 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.65 - - [2026-03-05 02:22:41] "GET /network-policy/5f6a0c4a-0aa4-42a9-89df-254551268881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.003879 10.0.0.65 - - [2026-03-05 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.65 - - [2026-03-05 02:22:41] "GET /network-policy/de5f61bb-215a-484a-aa33-e2ab476ea54e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5022 0.004392 10.0.0.65 - - [2026-03-05 02:22:56] "POST /neutron/port HTTP/1.1" 200 1234 0.042749 10.0.0.65 - - [2026-03-05 02:22:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003874 10.0.0.65 - - [2026-03-05 02:22:56] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.65 - - [2026-03-05 02:23:00] "GET /virtual-machine/5bd054ce-83d1-4d02-b041-909e7bf4f0f9 HTTP/1.1" 200 1302 0.003846 10.0.0.65 - - [2026-03-05 02:23:01] "POST /neutron/port HTTP/1.1" 200 1224 0.037824 10.0.0.133 - - [2026-03-05 02:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000456 10.0.0.133 - - [2026-03-05 02:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.33 - - [2026-03-05 02:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.33 - - [2026-03-05 02:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.133 - - [2026-03-05 02:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.133 - - [2026-03-05 02:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000751 10.0.0.65 - - [2026-03-05 02:23:02] "GET /virtual-machine/5bd054ce-83d1-4d02-b041-909e7bf4f0f9 HTTP/1.1" 404 171 0.003109 10.0.0.65 - - [2026-03-05 02:23:02] "GET /virtual-machine/5bd054ce-83d1-4d02-b041-909e7bf4f0f9 HTTP/1.1" 404 171 0.002568 10.0.0.65 - - [2026-03-05 02:23:02] "GET /virtual-machine/5bd054ce-83d1-4d02-b041-909e7bf4f0f9 HTTP/1.1" 404 171 0.002370 10.0.0.33 - - [2026-03-05 02:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.33 - - [2026-03-05 02:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.65 - - [2026-03-05 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.040816 10.0.0.65 - - [2026-03-05 02:23:03] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005086 10.0.0.65 - - [2026-03-05 02:23:03] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002920 10.0.0.65 - - [2026-03-05 02:23:03] "GET /virtual-network/88daa996-54f9-4210-83e8-44ed7403730f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.005739 10.0.0.65 - - [2026-03-05 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.65 - - [2026-03-05 02:23:03] "GET /routing-instance/8927b118-6195-4206-bcf1-ddb41b3aed34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003659 10.0.0.65 - - [2026-03-05 02:23:03] "GET /route-target/22f66c44-fda2-4eb1-bb77-d643c1537afd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002944 10.0.0.65 - - [2026-03-05 02:23:03] "GET /virtual-machine/5bd054ce-83d1-4d02-b041-909e7bf4f0f9 HTTP/1.1" 404 171 0.044784 10.0.0.65 - - [2026-03-05 02:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000612 10.0.0.65 - - [2026-03-05 02:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000499 10.0.0.65 - - [2026-03-05 02:23:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.65 - - [2026-03-05 02:23:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000759 10.0.0.65 - - [2026-03-05 02:23:04] "GET /virtual-machine/5bd054ce-83d1-4d02-b041-909e7bf4f0f9 HTTP/1.1" 404 171 0.003563 10.0.0.65 - - [2026-03-05 02:23:05] "GET /virtual-machine/5bd054ce-83d1-4d02-b041-909e7bf4f0f9 HTTP/1.1" 404 171 0.002623 10.0.0.65 - - [2026-03-05 02:23:06] "GET /virtual-machine/5bd054ce-83d1-4d02-b041-909e7bf4f0f9 HTTP/1.1" 404 171 0.003891 10.0.0.65 - - [2026-03-05 02:23:07] "GET /virtual-machine/5bd054ce-83d1-4d02-b041-909e7bf4f0f9 HTTP/1.1" 404 171 0.002953 10.0.0.65 - - [2026-03-05 02:23:08] "GET /virtual-machine/5bd054ce-83d1-4d02-b041-909e7bf4f0f9 HTTP/1.1" 404 171 0.002775 10.0.0.133 - - [2026-03-05 02:23:08] "GET /obj-perms HTTP/1.1" 200 5046 0.050975 10.0.0.65 - - [2026-03-05 02:23:11] "GET /obj-perms HTTP/1.1" 200 5046 0.003572 10.0.0.133 - - [2026-03-05 02:23:17] "GET /obj-perms HTTP/1.1" 200 5046 0.003206 10.0.0.65 - - [2026-03-05 02:23:21] "GET /obj-perms HTTP/1.1" 200 5046 0.005133 10.0.0.133 - - [2026-03-05 02:23:27] "GET /obj-perms HTTP/1.1" 200 5046 0.004148 10.0.0.65 - - [2026-03-05 02:23:27] "GET /obj-perms HTTP/1.1" 200 5046 0.003668 10.0.0.65 - - [2026-03-05 02:23:27] "GET /virtual-machine/6fb51f01-8d5a-4bba-b616-88b4bfce0406 HTTP/1.1" 200 1302 0.005492 10.0.0.65 - - [2026-03-05 02:23:27] "POST /neutron/port HTTP/1.1" 200 1224 0.012801 10.0.0.65 - - [2026-03-05 02:23:29] "GET /virtual-machine/6fb51f01-8d5a-4bba-b616-88b4bfce0406 HTTP/1.1" 404 171 0.002720 10.0.0.65 - - [2026-03-05 02:23:29] "GET /virtual-machine/6fb51f01-8d5a-4bba-b616-88b4bfce0406 HTTP/1.1" 404 171 0.002513 10.0.0.65 - - [2026-03-05 02:23:29] "GET /virtual-machine/6fb51f01-8d5a-4bba-b616-88b4bfce0406 HTTP/1.1" 404 171 0.003316 10.0.0.65 - - [2026-03-05 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.65 - - [2026-03-05 02:23:29] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003265 10.0.0.65 - - [2026-03-05 02:23:29] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.002676 10.0.0.65 - - [2026-03-05 02:23:29] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.004986 10.0.0.65 - - [2026-03-05 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.65 - - [2026-03-05 02:23:29] "GET /routing-instance/7c70f4c1-7f85-4854-b2ca-db66f3633555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003861 10.0.0.65 - - [2026-03-05 02:23:29] "GET /route-target/ce5d0c20-f6fe-4ed9-9800-01b1b5297921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002727 10.0.0.65 - - [2026-03-05 02:23:32] "GET /obj-perms HTTP/1.1" 200 5046 0.003588 10.0.0.133 - - [2026-03-05 02:23:32] "GET /obj-perms HTTP/1.1" 200 5046 0.003597 10.0.0.65 - - [2026-03-05 02:23:42] "GET /obj-perms HTTP/1.1" 200 5046 0.003400 10.0.0.133 - - [2026-03-05 02:23:42] "GET /obj-perms HTTP/1.1" 200 5046 0.003363 10.0.0.65 - - [2026-03-05 02:23:51] "GET /obj-perms HTTP/1.1" 200 5046 0.003346 10.0.0.133 - - [2026-03-05 02:23:51] "GET /obj-perms HTTP/1.1" 200 5046 0.003395 10.0.0.65 - - [2026-03-05 02:23:54] "GET /obj-perms HTTP/1.1" 200 5046 0.003238 10.0.0.33 - - [2026-03-05 02:23:54] "GET /obj-perms HTTP/1.1" 200 5046 0.002985 10.0.0.65 - - [2026-03-05 02:23:54] "GET /virtual-network/7932507f-7799-4e90-9185-afea81f2c9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.005087 10.0.0.65 - - [2026-03-05 02:23:54] "POST /neutron/network HTTP/1.1" 200 1309 0.076343 10.0.0.65 - - [2026-03-05 02:23:54] "GET /virtual-network/7932507f-7799-4e90-9185-afea81f2c9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.007151 10.0.0.65 - - [2026-03-05 02:23:54] "GET /virtual-network/9ff240e0-2706-4452-8a47-e353916eafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3802 0.005008 10.0.0.65 - - [2026-03-05 02:23:54] "POST /neutron/network HTTP/1.1" 200 1308 0.073467 10.0.0.65 - - [2026-03-05 02:23:54] "GET /virtual-network/9ff240e0-2706-4452-8a47-e353916eafb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006372 10.0.0.65 - - [2026-03-05 02:23:55] "DELETE /access-control-list/d5b821fd-abaa-4561-acc3-35d2ebcf3aa9 HTTP/1.1" 200 115 0.097718 10.0.0.65 - - [2026-03-05 02:23:55] "GET /virtual-network/88daa996-54f9-4210-83e8-44ed7403730f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3804 0.007075 10.0.0.65 - - [2026-03-05 02:23:55] "POST /neutron/network HTTP/1.1" 200 1309 0.082625 10.0.0.65 - - [2026-03-05 02:23:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.054416 10.0.0.65 - - [2026-03-05 02:23:55] "GET /virtual-network/88daa996-54f9-4210-83e8-44ed7403730f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3197 0.008598 10.0.0.65 - - [2026-03-05 02:23:55] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3805 0.004890 10.0.0.65 - - [2026-03-05 02:23:55] "POST /neutron/network HTTP/1.1" 200 1309 0.100281 10.0.0.65 - - [2026-03-05 02:23:55] "DELETE /access-control-list/d3a7432c-3cc7-447d-be99-4cba8f24a1e0 HTTP/1.1" 200 115 0.060259 10.0.0.65 - - [2026-03-05 02:23:55] "GET /virtual-network/4b7ac35b-f403-43da-ba41-6fc37692204a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3198 0.009369 10.0.0.65 - - [2026-03-05 02:23:55] "DELETE /network-policy/22744977-36b4-4de3-8d10-c05cbe055964 HTTP/1.1" 200 115 0.054200 10.0.0.65 - - [2026-03-05 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.133 - - [2026-03-05 02:23:55] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.032053 10.0.0.65 - - [2026-03-05 02:23:55] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.076581 10.0.0.65 - - [2026-03-05 02:23:55] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23622250&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.007893 10.0.0.65 - - [2026-03-05 02:23:55] "DELETE /network-policy/89ae3a6c-c557-4166-a5cc-986242a41d76 HTTP/1.1" 200 115 0.041649 10.0.0.65 - - [2026-03-05 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.133 - - [2026-03-05 02:23:55] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000842 10.0.0.65 - - [2026-03-05 02:23:56] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.038093 10.0.0.65 - - [2026-03-05 02:23:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23622250&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.004825 10.0.0.65 - - [2026-03-05 02:23:56] "DELETE /network-policy/34f793ee-e6e5-486b-8667-f05327817c18 HTTP/1.1" 200 115 0.040181 10.0.0.65 - - [2026-03-05 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.133 - - [2026-03-05 02:23:56] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000833 10.0.0.65 - - [2026-03-05 02:23:56] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.045886 10.0.0.65 - - [2026-03-05 02:23:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23622250&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.004715 10.0.0.65 - - [2026-03-05 02:23:56] "DELETE /network-policy/92f13481-290b-4040-8d93-fc4ce7a59858 HTTP/1.1" 200 115 0.040576 10.0.0.65 - - [2026-03-05 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.133 - - [2026-03-05 02:23:56] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.65 - - [2026-03-05 02:23:56] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.040715 10.0.0.65 - - [2026-03-05 02:23:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23622250&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.004591 10.0.0.65 - - [2026-03-05 02:23:56] "DELETE /network-policy/1b27d563-e844-4f72-8ad2-f57e0e7333da HTTP/1.1" 200 115 0.025888 10.0.0.65 - - [2026-03-05 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.133 - - [2026-03-05 02:23:56] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000935 10.0.0.65 - - [2026-03-05 02:23:56] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.041131 10.0.0.65 - - [2026-03-05 02:23:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23622250&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.004290 10.0.0.65 - - [2026-03-05 02:23:56] "DELETE /network-policy/8fa11ba6-aeea-4bf9-8400-38ea81968815 HTTP/1.1" 200 115 0.035516 10.0.0.65 - - [2026-03-05 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006035 10.0.0.133 - - [2026-03-05 02:23:56] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.65 - - [2026-03-05 02:23:56] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.040835 10.0.0.65 - - [2026-03-05 02:23:56] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23622250&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.004935 10.0.0.65 - - [2026-03-05 02:23:57] "DELETE /network-policy/de5f61bb-215a-484a-aa33-e2ab476ea54e HTTP/1.1" 200 115 0.040520 10.0.0.65 - - [2026-03-05 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.133 - - [2026-03-05 02:23:57] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.65 - - [2026-03-05 02:23:57] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.042040 10.0.0.65 - - [2026-03-05 02:23:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23622250&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004905 10.0.0.65 - - [2026-03-05 02:23:57] "DELETE /network-policy/5f6a0c4a-0aa4-42a9-89df-254551268881 HTTP/1.1" 200 115 0.034204 10.0.0.65 - - [2026-03-05 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.133 - - [2026-03-05 02:23:57] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000830 10.0.0.65 - - [2026-03-05 02:23:57] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.045550 10.0.0.65 - - [2026-03-05 02:23:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-23622250&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005395 10.0.0.133 - - [2026-03-05 02:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007010 10.0.0.133 - - [2026-03-05 02:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005844 10.0.0.133 - - [2026-03-05 02:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003672 10.0.0.133 - - [2026-03-05 02:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003112 10.0.0.133 - - [2026-03-05 02:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002177 10.0.0.133 - - [2026-03-05 02:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003098 10.0.0.65 - - [2026-03-05 02:23:57] "DELETE /route-target/391eb286-6131-433d-adfd-6692f5368f68 HTTP/1.1" 200 115 0.038881 10.0.0.65 - - [2026-03-05 02:23:57] "POST /neutron/network HTTP/1.1" 200 151 0.148708 10.0.0.65 - - [2026-03-05 02:23:58] "POST /neutron/network HTTP/1.1" 200 1309 0.009736 10.0.0.65 - - [2026-03-05 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.133 - - [2026-03-05 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004349 10.0.0.133 - - [2026-03-05 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002646 10.0.0.133 - - [2026-03-05 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005215 10.0.0.133 - - [2026-03-05 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002311 10.0.0.133 - - [2026-03-05 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002142 10.0.0.133 - - [2026-03-05 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001673 10.0.0.65 - - [2026-03-05 02:23:58] "POST /neutron/network HTTP/1.1" 200 151 0.159121 10.0.0.65 - - [2026-03-05 02:23:58] "DELETE /route-target/ce5d0c20-f6fe-4ed9-9800-01b1b5297921 HTTP/1.1" 200 115 0.021531 10.0.0.65 - - [2026-03-05 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.65 - - [2026-03-05 02:23:59] "DELETE /network-ipam/9bce3536-710d-4411-9b63-3b3251921851 HTTP/1.1" 200 115 0.028431 10.0.0.65 - - [2026-03-05 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 252 0.003276 10.0.0.133 - - [2026-03-05 02:23:59] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000813 10.0.0.133 - - [2026-03-05 02:23:59] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.037663 10.0.0.133 - - [2026-03-05 02:23:59] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.133 - - [2026-03-05 02:23:59] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?fields=security_groups HTTP/1.1" 200 1386 0.033901 10.0.0.133 - - [2026-03-05 02:23:59] "DELETE /security-group/2ffc884c-4229-4122-bd2b-535deb746cff HTTP/1.1" 200 115 0.045293 10.0.0.133 - - [2026-03-05 02:23:59] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000832 10.0.0.133 - - [2026-03-05 02:23:59] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?fields=application_policy_sets HTTP/1.1" 200 1425 0.084185 10.0.0.65 - - [2026-03-05 02:23:59] "DELETE /project/6efa9531-53a1-473f-8105-30ccbdb88ef5 HTTP/1.1" 200 115 0.389343 10.0.0.133 - - [2026-03-05 02:23:59] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002497 10.0.0.65 - - [2026-03-05 02:23:59] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?fields=projects HTTP/1.1" 200 1443 0.013211 10.0.0.65 - - [2026-03-05 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 225 0.003686 10.0.0.133 - - [2026-03-05 02:24:04] "POST /id-to-fqname HTTP/1.1" 200 198 0.003018 10.0.0.133 - - [2026-03-05 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.004417 10.0.0.133 - - [2026-03-05 02:24:04] "POST /security-groups HTTP/1.1" 200 599 0.029577 10.0.0.65 - - [2026-03-05 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 242 0.004110 10.0.0.133 - - [2026-03-05 02:24:04] "POST /projects HTTP/1.1" 200 601 0.228269 10.0.0.65 - - [2026-03-05 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.269112 10.0.0.133 - - [2026-03-05 02:24:05] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.65 - - [2026-03-05 02:24:05] "POST /access-control-lists HTTP/1.1" 200 604 0.039069 10.0.0.65 - - [2026-03-05 02:24:05] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.068593 10.0.0.65 - - [2026-03-05 02:24:05] "POST /network-policys HTTP/1.1" 200 561 0.072978 10.0.0.65 - - [2026-03-05 02:24:05] "GET /network-policy/93fc467d-1142-44e3-b7b8-247389ebba54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.005283 10.0.0.65 - - [2026-03-05 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.133 - - [2026-03-05 02:24:05] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.65 - - [2026-03-05 02:24:05] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.036211 10.0.0.133 - - [2026-03-05 02:24:05] "POST /useragent-kv HTTP/1.1" 200 115 0.009024 10.0.0.65 - - [2026-03-05 02:24:05] "POST /neutron/subnet HTTP/1.1" 200 721 0.214567 10.0.0.65 - - [2026-03-05 02:24:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.001189 10.0.0.65 - - [2026-03-05 02:24:06] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007482 10.0.0.65 - - [2026-03-05 02:24:06] "POST /neutron/network HTTP/1.1" 200 1006 0.008372 10.0.0.65 - - [2026-03-05 02:24:06] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004945 10.0.0.65 - - [2026-03-05 02:24:06] "POST /neutron/subnet HTTP/1.1" 200 823 0.008149 10.0.0.65 - - [2026-03-05 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 244 0.004396 10.0.0.65 - - [2026-03-05 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.006299 10.0.0.65 - - [2026-03-05 02:24:06] "POST /neutron/network HTTP/1.1" 200 1105 0.009292 10.0.0.65 - - [2026-03-05 02:24:06] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004049 10.0.0.65 - - [2026-03-05 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.65 - - [2026-03-05 02:24:06] "GET /network-policy/93fc467d-1142-44e3-b7b8-247389ebba54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3108 0.015630 10.0.0.65 - - [2026-03-05 02:24:06] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004668 10.0.0.133 - - [2026-03-05 02:24:06] "GET /obj-perms HTTP/1.1" 200 5046 0.003167 10.0.0.65 - - [2026-03-05 02:24:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.001168 10.0.0.133 - - [2026-03-05 02:24:07] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.65 - - [2026-03-05 02:24:07] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.101245 10.0.0.65 - - [2026-03-05 02:24:08] "POST /neutron/port HTTP/1.1" 200 117 0.005114 10.0.0.65 - - [2026-03-05 02:24:08] "POST /id-to-fqname HTTP/1.1" 200 229 0.001226 10.0.0.65 - - [2026-03-05 02:24:08] "POST /neutron/network HTTP/1.1" 200 1115 0.014087 10.0.0.65 - - [2026-03-05 02:24:09] "POST /neutron/port HTTP/1.1" 200 1173 0.023822 10.0.0.65 - - [2026-03-05 02:24:09] "POST /neutron/port HTTP/1.1" 200 1237 0.016270 10.0.0.133 - - [2026-03-05 02:24:09] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000911 10.0.0.65 - - [2026-03-05 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 1376 0.012094 10.0.0.65 - - [2026-03-05 02:24:09] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.070173 10.0.0.65 - - [2026-03-05 02:24:09] "POST /neutron/port HTTP/1.1" 200 117 0.002384 10.0.0.65 - - [2026-03-05 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006445 10.0.0.65 - - [2026-03-05 02:24:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006508 10.0.0.65 - - [2026-03-05 02:24:10] "POST /neutron/port HTTP/1.1" 200 1173 0.018055 10.0.0.65 - - [2026-03-05 02:24:10] "POST /neutron/port HTTP/1.1" 200 1237 0.018957 10.0.0.65 - - [2026-03-05 02:24:10] "POST /neutron/subnet HTTP/1.1" 200 1376 0.011417 10.0.0.65 - - [2026-03-05 02:24:10] "POST /neutron/network HTTP/1.1" 200 1105 0.017006 10.0.0.65 - - [2026-03-05 02:24:14] "POST /neutron/port HTTP/1.1" 200 1237 0.013404 10.0.0.65 - - [2026-03-05 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009628 10.0.0.65 - - [2026-03-05 02:24:14] "GET /virtual-machine/6176acbb-b011-4729-ac64-ed1a1c58c5a7 HTTP/1.1" 200 1302 0.006651 10.0.0.65 - - [2026-03-05 02:24:14] "GET /virtual-machine-interface/6362c386-5002-48e9-85a9-dff3af47bbd8 HTTP/1.1" 200 3185 0.008951 10.0.0.65 - - [2026-03-05 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.65 - - [2026-03-05 02:24:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003366 10.0.0.65 - - [2026-03-05 02:24:14] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003182 10.0.0.65 - - [2026-03-05 02:24:14] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005325 10.0.0.65 - - [2026-03-05 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.65 - - [2026-03-05 02:24:18] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005859 10.0.0.65 - - [2026-03-05 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.65 - - [2026-03-05 02:24:22] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005872 10.0.0.65 - - [2026-03-05 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.65 - - [2026-03-05 02:24:26] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006533 10.0.0.65 - - [2026-03-05 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.65 - - [2026-03-05 02:24:30] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.007025 10.0.0.65 - - [2026-03-05 02:24:32] "POST /neutron/network HTTP/1.1" 200 1115 0.006823 10.0.0.65 - - [2026-03-05 02:24:32] "POST /neutron/subnet HTTP/1.1" 200 1376 0.012994 10.0.0.65 - - [2026-03-05 02:24:32] "POST /neutron/network HTTP/1.1" 200 1105 0.008103 10.0.0.65 - - [2026-03-05 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.65 - - [2026-03-05 02:24:34] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006452 10.0.0.65 - - [2026-03-05 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.65 - - [2026-03-05 02:24:38] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005167 10.0.0.65 - - [2026-03-05 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.65 - - [2026-03-05 02:24:42] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.004790 10.0.0.65 - - [2026-03-05 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.65 - - [2026-03-05 02:24:46] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005193 10.0.0.65 - - [2026-03-05 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.65 - - [2026-03-05 02:24:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003644 10.0.0.65 - - [2026-03-05 02:24:48] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002374 10.0.0.65 - - [2026-03-05 02:24:48] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005243 10.0.0.133 - - [2026-03-05 02:24:53] "DELETE /project/6efa953153a1473f810530ccbdb88ef5 HTTP/1.1" 404 173 0.027061 10.0.0.65 - - [2026-03-05 02:24:54] "POST /neutron/port HTTP/1.1" 200 1237 0.015660 10.0.0.65 - - [2026-03-05 02:24:58] "POST /neutron/port HTTP/1.1" 200 1237 0.018211 10.0.0.65 - - [2026-03-05 02:24:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004162 10.0.0.65 - - [2026-03-05 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.65 - - [2026-03-05 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007212 10.0.0.65 - - [2026-03-05 02:25:04] "POST /neutron/port HTTP/1.1" 200 1237 0.018087 10.0.0.65 - - [2026-03-05 02:25:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006068 10.0.0.33 - - [2026-03-05 02:25:08] "GET /obj-perms HTTP/1.1" 200 5056 0.060573 10.0.0.65 - - [2026-03-05 02:25:09] "POST /neutron/port HTTP/1.1" 200 1237 0.018351 10.0.0.65 - - [2026-03-05 02:25:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008787 10.0.0.65 - - [2026-03-05 02:25:09] "GET /virtual-machine/055af0fe-eadd-41f0-916b-3ac5b6d11831 HTTP/1.1" 200 1301 0.006898 10.0.0.65 - - [2026-03-05 02:25:09] "GET /virtual-machine-interface/78eaeb37-5c06-4618-a954-0582b41e45b5 HTTP/1.1" 200 3186 0.006453 10.0.0.65 - - [2026-03-05 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.65 - - [2026-03-05 02:25:09] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003598 10.0.0.65 - - [2026-03-05 02:25:09] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002216 10.0.0.65 - - [2026-03-05 02:25:10] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005871 10.0.0.65 - - [2026-03-05 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.65 - - [2026-03-05 02:25:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002870 10.0.0.65 - - [2026-03-05 02:25:11] "GET /virtual-networks?parent_id=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002367 10.0.0.65 - - [2026-03-05 02:25:11] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.005373 10.0.0.65 - - [2026-03-05 02:25:16] "POST /neutron/port HTTP/1.1" 200 1237 0.018193 10.0.0.65 - - [2026-03-05 02:25:32] "POST /neutron/port HTTP/1.1" 200 1237 0.015063 10.0.0.65 - - [2026-03-05 02:25:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003171 10.0.0.65 - - [2026-03-05 02:25:32] "POST /neutron/port HTTP/1.1" 200 117 0.001011 10.0.0.65 - - [2026-03-05 02:25:38] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2956 0.006575 10.0.0.65 - - [2026-03-05 02:25:38] "POST /neutron/network HTTP/1.1" 200 1006 0.118353 10.0.0.65 - - [2026-03-05 02:25:38] "DELETE /access-control-list/feb6cd07-6448-41b3-bc76-bda263b895a9 HTTP/1.1" 200 115 0.063027 10.0.0.65 - - [2026-03-05 02:25:38] "GET /virtual-network/4c5bc4a2-ea1c-4334-9767-e0fdfd75db28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005109 10.0.0.65 - - [2026-03-05 02:25:39] "POST /neutron/network HTTP/1.1" 400 204 0.018907 10.0.0.65 - - [2026-03-05 02:25:39] "POST /neutron/port HTTP/1.1" 200 1227 0.015430 10.0.0.65 - - [2026-03-05 02:25:39] "POST /neutron/port HTTP/1.1" 200 151 0.319880 10.0.0.65 - - [2026-03-05 02:25:41] "DELETE /network-policy/93fc467d-1142-44e3-b7b8-247389ebba54 HTTP/1.1" 200 115 0.031905 10.0.0.133 - - [2026-03-05 02:25:44] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000977 10.0.0.65 - - [2026-03-05 02:25:44] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.077435 10.0.0.133 - - [2026-03-05 02:25:44] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001120 10.0.0.65 - - [2026-03-05 02:25:44] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?fields=virtual_networks HTTP/1.1" 200 1049 0.046721 10.0.0.133 - - [2026-03-05 02:25:44] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.65 - - [2026-03-05 02:25:44] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.033823 10.0.0.133 - - [2026-03-05 02:25:44] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001594 10.0.0.65 - - [2026-03-05 02:25:44] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?fields=security_groups HTTP/1.1" 200 1284 0.041079 10.0.0.65 - - [2026-03-05 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.027397 10.0.0.133 - - [2026-03-05 02:25:45] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002686 10.0.0.133 - - [2026-03-05 02:25:45] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000863 10.0.0.133 - - [2026-03-05 02:25:45] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006710 10.0.0.133 - - [2026-03-05 02:25:45] "POST /id-to-fqname HTTP/1.1" 200 204 0.005672 10.0.0.133 - - [2026-03-05 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 213 0.008524 10.0.0.133 - - [2026-03-05 02:25:45] "POST /security-groups HTTP/1.1" 200 605 0.079036 10.0.0.65 - - [2026-03-05 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 248 0.009151 10.0.0.133 - - [2026-03-05 02:25:45] "POST /projects HTTP/1.1" 200 613 0.281493 10.0.0.133 - - [2026-03-05 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.350440 10.0.0.65 - - [2026-03-05 02:25:45] "POST /access-control-lists HTTP/1.1" 200 610 0.029168 10.0.0.65 - - [2026-03-05 02:25:45] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.488524 10.0.0.65 - - [2026-03-05 02:25:46] "GET / HTTP/1.1" 200 36215 0.001362 10.0.0.65 - - [2026-03-05 02:25:50] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000459 10.0.0.133 - - [2026-03-05 02:25:50] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000828 10.0.0.65 - - [2026-03-05 02:25:50] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.075313 10.0.0.65 - - [2026-03-05 02:25:51] "GET / HTTP/1.1" 200 36215 0.001814 10.0.0.65 - - [2026-03-05 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.133 - - [2026-03-05 02:25:51] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.65 - - [2026-03-05 02:25:51] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.006228 10.0.0.65 - - [2026-03-05 02:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.133 - - [2026-03-05 02:25:51] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000831 10.0.0.65 - - [2026-03-05 02:25:51] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.032150 10.0.0.65 - - [2026-03-05 02:25:52] "GET /domains HTTP/1.1" 401 292 0.002335 10.0.0.65 - - [2026-03-05 02:25:52] "GET /domains HTTP/1.1" 200 281 0.025935 10.0.0.133 - - [2026-03-05 02:25:52] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000819 10.0.0.65 - - [2026-03-05 02:25:52] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983 HTTP/1.1" 200 2988 0.009307 10.0.0.133 - - [2026-03-05 02:25:52] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001141 10.0.0.65 - - [2026-03-05 02:25:53] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c HTTP/1.1" 200 1941 0.106466 10.0.0.65 - - [2026-03-05 02:25:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003098 10.0.0.65 - - [2026-03-05 02:25:53] "POST /network-ipams HTTP/1.1" 200 629 0.023769 10.0.0.65 - - [2026-03-05 02:25:53] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.003207 10.0.0.65 - - [2026-03-05 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.65 - - [2026-03-05 02:25:53] "GET /network-ipam/f35c852f-0fe2-4e4b-b1ce-a58f817f45bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.006518 10.0.0.65 - - [2026-03-05 02:25:53] "PUT /network-ipam/f35c852f-0fe2-4e4b-b1ce-a58f817f45bc HTTP/1.1" 200 259 0.012047 10.0.0.65 - - [2026-03-05 02:25:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000390 10.0.0.65 - - [2026-03-05 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.046307 10.0.0.133 - - [2026-03-05 02:25:53] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000899 10.0.0.133 - - [2026-03-05 02:25:53] "DELETE /project/216cff8e1a7046578af8ee5c59c5a96c HTTP/1.1" 404 173 0.004066 10.0.0.133 - - [2026-03-05 02:25:53] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000829 10.0.0.65 - - [2026-03-05 02:25:53] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.041043 10.0.0.133 - - [2026-03-05 02:25:53] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.051425 10.0.0.133 - - [2026-03-05 02:25:53] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002167 10.0.0.65 - - [2026-03-05 02:25:53] "POST /neutron/network HTTP/1.1" 200 117 0.035341 10.0.0.133 - - [2026-03-05 02:25:53] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?fields=security_groups HTTP/1.1" 200 1386 0.037864 10.0.0.133 - - [2026-03-05 02:25:54] "DELETE /security-group/adcb5a08-a34b-4ce8-866e-041f62a7f7dc HTTP/1.1" 200 115 0.040770 10.0.0.133 - - [2026-03-05 02:25:54] "GET /projects?obj_uuids=6efa9531-53a1-473f-8105-30ccbdb88ef5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.133 - - [2026-03-05 02:25:54] "GET /project/6efa9531-53a1-473f-8105-30ccbdb88ef5?fields=application_policy_sets HTTP/1.1" 200 1425 0.068372 10.0.0.65 - - [2026-03-05 02:25:54] "POST /route-targets HTTP/1.1" 200 328 0.012850 10.0.0.133 - - [2026-03-05 02:25:54] "DELETE /project/6efa9531-53a1-473f-8105-30ccbdb88ef5 HTTP/1.1" 200 115 0.499902 10.0.0.133 - - [2026-03-05 02:25:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007430 10.0.0.65 - - [2026-03-05 02:25:54] "POST /neutron/subnet HTTP/1.1" 200 823 0.200673 10.0.0.65 - - [2026-03-05 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 237 0.001147 10.0.0.65 - - [2026-03-05 02:25:54] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005066 10.0.0.65 - - [2026-03-05 02:25:54] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.004689 10.0.0.65 - - [2026-03-05 02:25:54] "POST /neutron/network HTTP/1.1" 200 1139 0.007169 10.0.0.65 - - [2026-03-05 02:25:55] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.004737 10.0.0.65 - - [2026-03-05 02:25:55] "GET /obj-perms HTTP/1.1" 200 5021 0.047740 10.0.0.65 - - [2026-03-05 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.003321 10.0.0.65 - - [2026-03-05 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.133 - - [2026-03-05 02:25:56] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001278 10.0.0.65 - - [2026-03-05 02:25:56] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.037468 10.0.0.65 - - [2026-03-05 02:25:56] "POST /network-policys HTTP/1.1" 200 567 0.027408 10.0.0.65 - - [2026-03-05 02:25:56] "GET /network-policy/e72869c9-cd0a-4363-a6aa-8b1d710ec886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.004976 10.0.0.65 - - [2026-03-05 02:25:56] "POST /fqname-to-id HTTP/1.1" 404 231 0.002663 10.0.0.65 - - [2026-03-05 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.133 - - [2026-03-05 02:25:57] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000898 10.0.0.65 - - [2026-03-05 02:25:57] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.039309 10.0.0.65 - - [2026-03-05 02:25:57] "POST /network-policys HTTP/1.1" 200 567 0.068896 10.0.0.65 - - [2026-03-05 02:25:57] "GET /network-policy/64b95295-dc6b-444f-bdf1-ffd839f756a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.005712 10.0.0.65 - - [2026-03-05 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 231 0.002965 10.0.0.65 - - [2026-03-05 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.133 - - [2026-03-05 02:25:57] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000972 10.0.0.65 - - [2026-03-05 02:25:57] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.045241 10.0.0.65 - - [2026-03-05 02:25:57] "POST /network-policys HTTP/1.1" 200 567 0.025408 10.0.0.65 - - [2026-03-05 02:25:57] "GET /network-policy/1de5c284-55ef-4a75-9c6a-db8199c09c7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004879 10.0.0.65 - - [2026-03-05 02:25:57] "POST /neutron/network HTTP/1.1" 200 1139 0.007865 10.0.0.65 - - [2026-03-05 02:25:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002839 10.0.0.65 - - [2026-03-05 02:25:57] "POST /access-control-lists HTTP/1.1" 200 613 0.037547 10.0.0.65 - - [2026-03-05 02:25:57] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.010422 10.0.0.65 - - [2026-03-05 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.65 - - [2026-03-05 02:25:58] "GET /network-policy/64b95295-dc6b-444f-bdf1-ffd839f756a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.003457 10.0.0.65 - - [2026-03-05 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.65 - - [2026-03-05 02:25:58] "GET /network-policy/e72869c9-cd0a-4363-a6aa-8b1d710ec886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.003641 10.0.0.65 - - [2026-03-05 02:25:58] "POST /id-to-fqname HTTP/1.1" 200 237 0.001174 10.0.0.65 - - [2026-03-05 02:25:58] "POST /neutron/network HTTP/1.1" 200 1347 0.006102 10.0.0.133 - - [2026-03-05 02:25:58] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001063 10.0.0.65 - - [2026-03-05 02:25:59] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.064803 10.0.0.65 - - [2026-03-05 02:25:59] "POST /neutron/port HTTP/1.1" 200 117 0.005226 10.0.0.133 - - [2026-03-05 02:25:59] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000893 10.0.0.65 - - [2026-03-05 02:25:59] "POST /neutron/port HTTP/1.1" 200 1178 0.299999 10.0.0.65 - - [2026-03-05 02:26:00] "POST /neutron/port HTTP/1.1" 200 1232 0.119699 10.0.0.65 - - [2026-03-05 02:26:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003210 10.0.0.65 - - [2026-03-05 02:26:00] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.65 - - [2026-03-05 02:26:04] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006763 10.0.0.65 - - [2026-03-05 02:26:04] "POST /neutron/port HTTP/1.1" 200 1242 0.026492 10.0.0.65 - - [2026-03-05 02:26:04] "GET /virtual-machine/70d6fa03-0bc7-4985-b2ba-71fca063e40d HTTP/1.1" 401 292 0.000543 10.0.0.65 - - [2026-03-05 02:26:04] "GET /virtual-machine/70d6fa03-0bc7-4985-b2ba-71fca063e40d HTTP/1.1" 200 1308 0.033379 10.0.0.65 - - [2026-03-05 02:26:04] "GET /virtual-machine-interface/e2103cd0-a581-48fb-857c-1c925c1a3a49 HTTP/1.1" 200 3185 0.004304 10.0.0.65 - - [2026-03-05 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.65 - - [2026-03-05 02:26:04] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003073 10.0.0.65 - - [2026-03-05 02:26:04] "GET /virtual-networks?parent_id=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002343 10.0.0.65 - - [2026-03-05 02:26:05] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005676 10.0.0.65 - - [2026-03-05 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.65 - - [2026-03-05 02:26:08] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005109 10.0.0.133 - - [2026-03-05 02:26:09] "GET /obj-perms HTTP/1.1" 200 5056 0.046550 10.0.0.65 - - [2026-03-05 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.65 - - [2026-03-05 02:26:12] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.004810 10.0.0.65 - - [2026-03-05 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.65 - - [2026-03-05 02:26:16] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.004817 10.0.0.65 - - [2026-03-05 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.65 - - [2026-03-05 02:26:20] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.004987 10.0.0.65 - - [2026-03-05 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.65 - - [2026-03-05 02:26:24] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.006305 10.0.0.65 - - [2026-03-05 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.65 - - [2026-03-05 02:26:28] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005079 10.0.0.65 - - [2026-03-05 02:26:32] "POST /neutron/port HTTP/1.1" 200 1242 0.014375 10.0.0.65 - - [2026-03-05 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002659 10.0.0.65 - - [2026-03-05 02:26:32] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.004551 10.0.0.65 - - [2026-03-05 02:26:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003830 10.0.0.65 - - [2026-03-05 02:26:32] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.65 - - [2026-03-05 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.65 - - [2026-03-05 02:26:36] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005367 10.0.0.65 - - [2026-03-05 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.65 - - [2026-03-05 02:26:40] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003539 10.0.0.65 - - [2026-03-05 02:26:40] "GET /virtual-networks?parent_id=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002604 10.0.0.65 - - [2026-03-05 02:26:41] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3299 0.005660 10.0.0.65 - - [2026-03-05 02:26:41] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007455 10.0.0.65 - - [2026-03-05 02:26:50] "POST /neutron/port HTTP/1.1" 200 1242 0.015727 10.0.0.65 - - [2026-03-05 02:26:51] "POST /neutron/security_group HTTP/1.1" 200 2072 0.006913 10.0.0.65 - - [2026-03-05 02:27:01] "POST /neutron/port HTTP/1.1" 200 1242 0.014839 10.0.0.65 - - [2026-03-05 02:27:02] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007132 10.0.0.65 - - [2026-03-05 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.65 - - [2026-03-05 02:27:02] "GET /network-policy/e72869c9-cd0a-4363-a6aa-8b1d710ec886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.003299 10.0.0.65 - - [2026-03-05 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.65 - - [2026-03-05 02:27:02] "GET /network-policy/64b95295-dc6b-444f-bdf1-ffd839f756a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.003795 10.0.0.65 - - [2026-03-05 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.65 - - [2026-03-05 02:27:02] "GET /network-policy/1de5c284-55ef-4a75-9c6a-db8199c09c7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.003334 10.0.0.65 - - [2026-03-05 02:27:02] "POST /neutron/network HTTP/1.1" 200 1429 0.012203 10.0.0.65 - - [2026-03-05 02:27:02] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.008486 10.0.0.65 - - [2026-03-05 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.65 - - [2026-03-05 02:27:02] "GET /network-policy/1de5c284-55ef-4a75-9c6a-db8199c09c7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004750 10.0.0.65 - - [2026-03-05 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.65 - - [2026-03-05 02:27:02] "GET /network-policy/64b95295-dc6b-444f-bdf1-ffd839f756a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3112 0.004528 10.0.0.65 - - [2026-03-05 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.65 - - [2026-03-05 02:27:02] "GET /network-policy/e72869c9-cd0a-4363-a6aa-8b1d710ec886?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4077 0.005602 10.0.0.65 - - [2026-03-05 02:27:07] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.005243 10.0.0.65 - - [2026-03-05 02:27:07] "DELETE /access-control-list/c59b5c01-f63c-4591-b55e-9bb3678352c3 HTTP/1.1" 200 115 0.050378 10.0.0.65 - - [2026-03-05 02:27:07] "POST /neutron/network HTTP/1.1" 200 1139 0.016860 10.0.0.65 - - [2026-03-05 02:27:07] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005752 10.0.0.65 - - [2026-03-05 02:27:12] "GET /virtual-machine/70d6fa03-0bc7-4985-b2ba-71fca063e40d HTTP/1.1" 200 1308 0.003577 10.0.0.65 - - [2026-03-05 02:27:13] "POST /neutron/port HTTP/1.1" 200 151 0.205895 10.0.0.65 - - [2026-03-05 02:27:14] "GET /virtual-machine/70d6fa03-0bc7-4985-b2ba-71fca063e40d HTTP/1.1" 404 171 0.003157 10.0.0.65 - - [2026-03-05 02:27:14] "GET /virtual-machine/70d6fa03-0bc7-4985-b2ba-71fca063e40d HTTP/1.1" 404 171 0.002146 10.0.0.65 - - [2026-03-05 02:27:14] "GET /virtual-machine/70d6fa03-0bc7-4985-b2ba-71fca063e40d HTTP/1.1" 404 171 0.001911 10.0.0.65 - - [2026-03-05 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.65 - - [2026-03-05 02:27:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004133 10.0.0.65 - - [2026-03-05 02:27:15] "GET /virtual-networks?parent_id=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.003528 10.0.0.65 - - [2026-03-05 02:27:15] "GET /virtual-network/5ac3092e-5e26-43c8-9561-098d3c96c6c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2680 0.005800 10.0.0.65 - - [2026-03-05 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.65 - - [2026-03-05 02:27:15] "GET /routing-instance/ae888c4b-5c9b-4aae-937c-0948ee3031ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.004409 10.0.0.65 - - [2026-03-05 02:27:15] "GET /route-target/b14146ae-c7fa-444c-84b0-77d67a0e4220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004498 10.0.0.65 - - [2026-03-05 02:27:18] "GET /obj-perms HTTP/1.1" 200 5021 0.004076 10.0.0.133 - - [2026-03-05 02:27:18] "GET /obj-perms HTTP/1.1" 200 5021 0.057356 10.0.0.65 - - [2026-03-05 02:27:24] "GET /obj-perms HTTP/1.1" 200 5021 0.003385 10.0.0.33 - - [2026-03-05 02:27:24] "GET /obj-perms HTTP/1.1" 200 5021 0.051754 10.0.0.133 - - [2026-03-05 02:27:24] "GET /obj-perms HTTP/1.1" 200 5021 0.003004 10.0.0.65 - - [2026-03-05 02:27:25] "DELETE /network-policy/1de5c284-55ef-4a75-9c6a-db8199c09c7b HTTP/1.1" 200 115 0.035390 10.0.0.65 - - [2026-03-05 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.133 - - [2026-03-05 02:27:25] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000857 10.0.0.65 - - [2026-03-05 02:27:25] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.036461 10.0.0.65 - - [2026-03-05 02:27:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-85038336&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.004924 10.0.0.65 - - [2026-03-05 02:27:25] "DELETE /network-policy/64b95295-dc6b-444f-bdf1-ffd839f756a7 HTTP/1.1" 200 115 0.028954 10.0.0.65 - - [2026-03-05 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.133 - - [2026-03-05 02:27:25] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000919 10.0.0.65 - - [2026-03-05 02:27:25] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.039159 10.0.0.65 - - [2026-03-05 02:27:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-85038336&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.004741 10.0.0.65 - - [2026-03-05 02:27:25] "DELETE /network-policy/e72869c9-cd0a-4363-a6aa-8b1d710ec886 HTTP/1.1" 200 115 0.042418 10.0.0.65 - - [2026-03-05 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.133 - - [2026-03-05 02:27:25] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000898 10.0.0.65 - - [2026-03-05 02:27:25] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.038773 10.0.0.65 - - [2026-03-05 02:27:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-85038336&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004792 10.0.0.65 - - [2026-03-05 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.65 - - [2026-03-05 02:27:26] "DELETE /network-ipam/f35c852f-0fe2-4e4b-b1ce-a58f817f45bc HTTP/1.1" 200 115 0.046347 10.0.0.65 - - [2026-03-05 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 264 0.003302 10.0.0.133 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000821 10.0.0.133 - - [2026-03-05 02:27:26] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.043164 10.0.0.133 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000978 10.0.0.133 - - [2026-03-05 02:27:26] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?fields=security_groups HTTP/1.1" 200 1405 0.042467 10.0.0.133 - - [2026-03-05 02:27:26] "DELETE /security-group/715beec5-00b8-4636-95c8-5002e1504106 HTTP/1.1" 200 115 0.042480 10.0.0.133 - - [2026-03-05 02:27:26] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000842 10.0.0.65 - - [2026-03-05 02:27:26] "DELETE /access-control-list/b22db434-50cc-4179-ba81-91af62e01edf HTTP/1.1" 200 115 0.040159 10.0.0.133 - - [2026-03-05 02:27:26] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?fields=application_policy_sets HTTP/1.1" 200 1444 0.055389 10.0.0.65 - - [2026-03-05 02:27:26] "DELETE /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c HTTP/1.1" 200 115 0.373004 10.0.0.133 - - [2026-03-05 02:27:26] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005497 10.0.0.65 - - [2026-03-05 02:27:26] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?fields=projects HTTP/1.1" 200 1443 0.018900 10.0.0.133 - - [2026-03-05 02:27:29] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003134 10.0.0.133 - - [2026-03-05 02:27:29] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.133 - - [2026-03-05 02:27:29] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049217 10.0.0.133 - - [2026-03-05 02:27:29] "POST /id-to-fqname HTTP/1.1" 200 204 0.005233 10.0.0.133 - - [2026-03-05 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 213 0.003521 10.0.0.133 - - [2026-03-05 02:27:29] "POST /security-groups HTTP/1.1" 200 605 0.036312 10.0.0.133 - - [2026-03-05 02:27:29] "POST /projects HTTP/1.1" 200 613 0.230127 10.0.0.65 - - [2026-03-05 02:27:29] "POST /access-control-lists HTTP/1.1" 200 612 0.033685 10.0.0.133 - - [2026-03-05 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.301926 10.0.0.65 - - [2026-03-05 02:27:29] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.454607 10.0.0.133 - - [2026-03-05 02:27:29] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002325 10.0.0.65 - - [2026-03-05 02:27:29] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?fields=virtual_networks HTTP/1.1" 200 1062 0.063228 10.0.0.133 - - [2026-03-05 02:27:29] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000939 10.0.0.65 - - [2026-03-05 02:27:29] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?fields=virtual_machine_interfaces HTTP/1.1" 200 1062 0.036586 10.0.0.133 - - [2026-03-05 02:27:29] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001512 10.0.0.65 - - [2026-03-05 02:27:29] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?fields=security_groups HTTP/1.1" 200 1303 0.040909 10.0.0.65 - - [2026-03-05 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 204 0.037755 10.0.0.133 - - [2026-03-05 02:27:30] "GET /projects?obj_uuids=7ab91110-3590-462a-8a04-c71e5d38b4d5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002769 10.0.0.133 - - [2026-03-05 02:27:30] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.133 - - [2026-03-05 02:27:30] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006568 10.0.0.133 - - [2026-03-05 02:27:30] "POST /id-to-fqname HTTP/1.1" 200 206 0.009081 10.0.0.133 - - [2026-03-05 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 215 0.004437 10.0.0.133 - - [2026-03-05 02:27:31] "POST /security-groups HTTP/1.1" 200 607 0.029038 10.0.0.65 - - [2026-03-05 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 250 0.002439 10.0.0.133 - - [2026-03-05 02:27:31] "POST /projects HTTP/1.1" 200 617 0.239679 10.0.0.133 - - [2026-03-05 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.307553 10.0.0.65 - - [2026-03-05 02:27:31] "POST /access-control-lists HTTP/1.1" 200 612 0.025023 10.0.0.65 - - [2026-03-05 02:27:31] "GET /project/7ab91110-3590-462a-8a04-c71e5d38b4d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.435438 10.0.0.65 - - [2026-03-05 02:27:32] "GET / HTTP/1.1" 200 36215 0.001751 10.0.0.65 - - [2026-03-05 02:27:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000508 10.0.0.65 - - [2026-03-05 02:27:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.055523 10.0.0.65 - - [2026-03-05 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.133 - - [2026-03-05 02:27:35] "GET /projects?obj_uuids=7ab91110-3590-462a-8a04-c71e5d38b4d5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000869 10.0.0.65 - - [2026-03-05 02:27:35] "GET /project/7ab91110-3590-462a-8a04-c71e5d38b4d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.032761 10.0.0.65 - - [2026-03-05 02:27:35] "POST /network-policys HTTP/1.1" 200 569 0.072746 10.0.0.65 - - [2026-03-05 02:27:35] "GET /network-policy/889c703d-45d3-48da-90eb-fdd15c774999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.005449 10.0.0.65 - - [2026-03-05 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.133 - - [2026-03-05 02:27:35] "GET /projects?obj_uuids=7ab91110-3590-462a-8a04-c71e5d38b4d5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000829 10.0.0.65 - - [2026-03-05 02:27:35] "GET /project/7ab91110-3590-462a-8a04-c71e5d38b4d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.033238 10.0.0.65 - - [2026-03-05 02:27:36] "POST /neutron/network HTTP/1.1" 200 117 0.034082 10.0.0.65 - - [2026-03-05 02:27:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.009092 10.0.0.133 - - [2026-03-05 02:27:36] "POST /useragent-kv HTTP/1.1" 200 115 0.005580 10.0.0.65 - - [2026-03-05 02:27:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.173368 10.0.0.65 - - [2026-03-05 02:27:36] "POST /id-to-fqname HTTP/1.1" 200 237 0.001538 10.0.0.65 - - [2026-03-05 02:27:36] "GET /virtual-network/1805e6af-9e2c-4719-8c27-9dd79df73ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.004600 10.0.0.65 - - [2026-03-05 02:27:36] "GET /virtual-network/1805e6af-9e2c-4719-8c27-9dd79df73ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2665 0.005153 10.0.0.65 - - [2026-03-05 02:27:36] "POST /neutron/network HTTP/1.1" 200 1017 0.007436 10.0.0.65 - - [2026-03-05 02:27:36] "POST /neutron/network HTTP/1.1" 200 1017 0.007744 10.0.0.65 - - [2026-03-05 02:27:36] "POST /fqname-to-id HTTP/1.1" 404 252 0.006073 10.0.0.65 - - [2026-03-05 02:27:37] "GET /virtual-network/1805e6af-9e2c-4719-8c27-9dd79df73ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.010327 10.0.0.65 - - [2026-03-05 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.65 - - [2026-03-05 02:27:37] "GET /network-policy/889c703d-45d3-48da-90eb-fdd15c774999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003488 10.0.0.65 - - [2026-03-05 02:27:37] "GET /virtual-network/1805e6af-9e2c-4719-8c27-9dd79df73ba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2989 0.004771 10.0.0.65 - - [2026-03-05 02:27:39] "DELETE /network-policy/889c703d-45d3-48da-90eb-fdd15c774999 HTTP/1.1" 409 239 0.007030 10.0.0.65 - - [2026-03-05 02:27:39] "POST /neutron/network HTTP/1.1" 200 1124 0.008069 10.0.0.65 - - [2026-03-05 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.65 - - [2026-03-05 02:27:39] "DELETE /network-policy/889c703d-45d3-48da-90eb-fdd15c774999 HTTP/1.1" 200 115 0.043276 10.0.0.65 - - [2026-03-05 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004424 10.0.0.133 - - [2026-03-05 02:27:39] "GET /projects?obj_uuids=7ab91110-3590-462a-8a04-c71e5d38b4d5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000853 10.0.0.65 - - [2026-03-05 02:27:39] "GET /project/7ab91110-3590-462a-8a04-c71e5d38b4d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.043526 10.0.0.65 - - [2026-03-05 02:27:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-87438254&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006001 10.0.0.133 - - [2026-03-05 02:27:42] "GET /projects?obj_uuids=7ab91110-3590-462a-8a04-c71e5d38b4d5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001088 10.0.0.65 - - [2026-03-05 02:27:42] "GET /project/7ab91110-3590-462a-8a04-c71e5d38b4d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.044806 10.0.0.133 - - [2026-03-05 02:27:42] "GET /projects?obj_uuids=7ab91110-3590-462a-8a04-c71e5d38b4d5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001050 10.0.0.65 - - [2026-03-05 02:27:42] "GET /project/7ab91110-3590-462a-8a04-c71e5d38b4d5?fields=virtual_networks HTTP/1.1" 200 1065 0.043030 10.0.0.133 - - [2026-03-05 02:27:42] "GET /projects?obj_uuids=7ab91110-3590-462a-8a04-c71e5d38b4d5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000889 10.0.0.65 - - [2026-03-05 02:27:42] "GET /project/7ab91110-3590-462a-8a04-c71e5d38b4d5?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.043941 10.0.0.133 - - [2026-03-05 02:27:42] "GET /projects?obj_uuids=7ab91110-3590-462a-8a04-c71e5d38b4d5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000868 10.0.0.65 - - [2026-03-05 02:27:42] "GET /project/7ab91110-3590-462a-8a04-c71e5d38b4d5?fields=security_groups HTTP/1.1" 200 1308 0.039053 10.0.0.65 - - [2026-03-05 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.025320 10.0.0.133 - - [2026-03-05 02:27:43] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002319 10.0.0.133 - - [2026-03-05 02:27:43] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.133 - - [2026-03-05 02:27:43] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006128 10.0.0.133 - - [2026-03-05 02:27:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.001201 10.0.0.133 - - [2026-03-05 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.018327 10.0.0.133 - - [2026-03-05 02:27:43] "POST /security-groups HTTP/1.1" 200 591 0.024753 10.0.0.133 - - [2026-03-05 02:27:43] "POST /projects HTTP/1.1" 200 585 0.227070 10.0.0.65 - - [2026-03-05 02:27:43] "POST /access-control-lists HTTP/1.1" 200 598 0.028876 10.0.0.133 - - [2026-03-05 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.309881 10.0.0.65 - - [2026-03-05 02:27:43] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.435742 10.0.0.65 - - [2026-03-05 02:27:44] "GET / HTTP/1.1" 200 36215 0.001455 10.0.0.65 - - [2026-03-05 02:27:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000401 10.0.0.65 - - [2026-03-05 02:27:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.051387 10.0.0.65 - - [2026-03-05 02:27:46] "POST /network-ipams HTTP/1.1" 200 515 0.029141 10.0.0.65 - - [2026-03-05 02:27:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003826 10.0.0.65 - - [2026-03-05 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.65 - - [2026-03-05 02:27:47] "GET /network-ipam/de7467e7-c580-4ed7-96d9-3af020714a5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005952 10.0.0.65 - - [2026-03-05 02:27:47] "PUT /network-ipam/de7467e7-c580-4ed7-96d9-3af020714a5e HTTP/1.1" 200 259 0.011679 10.0.0.65 - - [2026-03-05 02:27:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003661 10.0.0.65 - - [2026-03-05 02:27:47] "POST /network-ipams HTTP/1.1" 200 515 0.028607 10.0.0.65 - - [2026-03-05 02:27:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.004073 10.0.0.65 - - [2026-03-05 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.65 - - [2026-03-05 02:27:47] "GET /network-ipam/e5be4898-3b36-4053-bbd5-384ad22c17a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.007859 10.0.0.65 - - [2026-03-05 02:27:47] "PUT /network-ipam/e5be4898-3b36-4053-bbd5-384ad22c17a0 HTTP/1.1" 200 259 0.018994 10.0.0.65 - - [2026-03-05 02:27:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.004184 10.0.0.65 - - [2026-03-05 02:27:47] "POST /network-ipams HTTP/1.1" 200 515 0.026810 10.0.0.65 - - [2026-03-05 02:27:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.003079 10.0.0.65 - - [2026-03-05 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.65 - - [2026-03-05 02:27:47] "GET /network-ipam/0a3db415-3446-4760-8d4a-0b37c0fa7b1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.005740 10.0.0.65 - - [2026-03-05 02:27:47] "PUT /network-ipam/0a3db415-3446-4760-8d4a-0b37c0fa7b1f HTTP/1.1" 200 259 0.013139 10.0.0.65 - - [2026-03-05 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.133 - - [2026-03-05 02:27:48] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000822 10.0.0.65 - - [2026-03-05 02:27:48] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.034961 10.0.0.133 - - [2026-03-05 02:27:48] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.65 - - [2026-03-05 02:27:49] "POST /neutron/network HTTP/1.1" 200 607 0.135246 10.0.0.65 - - [2026-03-05 02:27:49] "POST /route-targets HTTP/1.1" 200 328 0.012149 10.0.0.65 - - [2026-03-05 02:27:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.002845 10.0.0.65 - - [2026-03-05 02:27:49] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005541 10.0.0.65 - - [2026-03-05 02:27:49] "POST /neutron/network HTTP/1.1" 200 824 0.005402 10.0.0.65 - - [2026-03-05 02:27:49] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005014 10.0.0.65 - - [2026-03-05 02:27:49] "POST /neutron/network HTTP/1.1" 200 824 0.005114 10.0.0.65 - - [2026-03-05 02:27:49] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004894 10.0.0.65 - - [2026-03-05 02:27:49] "GET /network-ipam/de7467e7-c580-4ed7-96d9-3af020714a5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.002883 10.0.0.65 - - [2026-03-05 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.133 - - [2026-03-05 02:27:49] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001110 10.0.0.65 - - [2026-03-05 02:27:49] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.040228 10.0.0.65 - - [2026-03-05 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.045737 10.0.0.133 - - [2026-03-05 02:27:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007365 10.0.0.65 - - [2026-03-05 02:27:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.210666 10.0.0.65 - - [2026-03-05 02:27:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001331 10.0.0.65 - - [2026-03-05 02:27:50] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005450 10.0.0.65 - - [2026-03-05 02:27:50] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004851 10.0.0.65 - - [2026-03-05 02:27:50] "POST /neutron/network HTTP/1.1" 200 826 0.006312 10.0.0.65 - - [2026-03-05 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.133 - - [2026-03-05 02:27:50] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000822 10.0.0.65 - - [2026-03-05 02:27:50] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042590 10.0.0.133 - - [2026-03-05 02:27:50] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000969 10.0.0.65 - - [2026-03-05 02:27:50] "POST /neutron/network HTTP/1.1" 200 607 0.120583 10.0.0.65 - - [2026-03-05 02:27:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.002804 10.0.0.65 - - [2026-03-05 02:27:50] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004728 10.0.0.65 - - [2026-03-05 02:27:50] "POST /neutron/network HTTP/1.1" 200 824 0.005267 10.0.0.65 - - [2026-03-05 02:27:50] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004439 10.0.0.65 - - [2026-03-05 02:27:50] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005714 10.0.0.65 - - [2026-03-05 02:27:51] "GET /obj-perms HTTP/1.1" 200 5030 0.071192 10.0.0.65 - - [2026-03-05 02:27:52] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004919 10.0.0.33 - - [2026-03-05 02:27:52] "GET /obj-perms HTTP/1.1" 200 5030 0.054648 10.0.0.133 - - [2026-03-05 02:27:52] "GET /obj-perms HTTP/1.1" 200 5030 0.049350 10.0.0.65 - - [2026-03-05 02:27:53] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004913 10.0.0.65 - - [2026-03-05 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.002957 10.0.0.65 - - [2026-03-05 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002400 10.0.0.133 - - [2026-03-05 02:27:53] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001229 10.0.0.65 - - [2026-03-05 02:27:53] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.032101 10.0.0.65 - - [2026-03-05 02:27:53] "POST /network-policys HTTP/1.1" 200 555 0.029029 10.0.0.65 - - [2026-03-05 02:27:53] "GET /network-policy/1b78dc1a-21fd-4368-9f66-fe2baebe28f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.007689 10.0.0.65 - - [2026-03-05 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.002055 10.0.0.65 - - [2026-03-05 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.133 - - [2026-03-05 02:27:53] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000873 10.0.0.65 - - [2026-03-05 02:27:53] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.038372 10.0.0.65 - - [2026-03-05 02:27:53] "POST /network-policys HTTP/1.1" 200 555 0.023470 10.0.0.65 - - [2026-03-05 02:27:53] "GET /network-policy/5f3eb0e5-636a-42a0-b992-fa8e3e99ce80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005343 10.0.0.65 - - [2026-03-05 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.002359 10.0.0.65 - - [2026-03-05 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.133 - - [2026-03-05 02:27:54] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001300 10.0.0.65 - - [2026-03-05 02:27:54] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.037904 10.0.0.65 - - [2026-03-05 02:27:54] "POST /network-policys HTTP/1.1" 200 555 0.023673 10.0.0.65 - - [2026-03-05 02:27:54] "GET /network-policy/c3af2329-367a-48e4-a81b-863241e708f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.005090 10.0.0.65 - - [2026-03-05 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.005143 10.0.0.65 - - [2026-03-05 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.044440 10.0.0.65 - - [2026-03-05 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.061002 10.0.0.133 - - [2026-03-05 02:27:54] "DELETE /project/3b66917e916a44f2861996294bd2cca4 HTTP/1.1" 404 173 0.007120 10.0.0.133 - - [2026-03-05 02:27:54] "DELETE /project/7ab911103590462a8a04c71e5d38b4d5 HTTP/1.1" 404 173 0.008371 10.0.0.133 - - [2026-03-05 02:27:54] "DELETE /project/216cff8e1a7046578af8ee5c59c5a96c HTTP/1.1" 404 173 0.010391 10.0.0.133 - - [2026-03-05 02:27:54] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000760 10.0.0.133 - - [2026-03-05 02:27:54] "GET /projects?obj_uuids=7ab91110-3590-462a-8a04-c71e5d38b4d5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000718 10.0.0.133 - - [2026-03-05 02:27:54] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.055400 10.0.0.133 - - [2026-03-05 02:27:54] "GET /project/7ab91110-3590-462a-8a04-c71e5d38b4d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.070070 10.0.0.133 - - [2026-03-05 02:27:54] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002004 10.0.0.133 - - [2026-03-05 02:27:54] "GET /projects?obj_uuids=7ab91110-3590-462a-8a04-c71e5d38b4d5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001058 10.0.0.65 - - [2026-03-05 02:27:54] "POST /neutron/network HTTP/1.1" 200 826 0.018549 10.0.0.133 - - [2026-03-05 02:27:54] "GET /project/7ab91110-3590-462a-8a04-c71e5d38b4d5?fields=security_groups HTTP/1.1" 200 1410 0.053751 10.0.0.133 - - [2026-03-05 02:27:54] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?fields=security_groups HTTP/1.1" 200 1405 0.082909 10.0.0.65 - - [2026-03-05 02:27:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.010746 10.0.0.65 - - [2026-03-05 02:27:54] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.024592 10.0.0.133 - - [2026-03-05 02:27:54] "DELETE /security-group/8cca3963-84b6-4137-9d1a-15d0ce7ab9c9 HTTP/1.1" 200 115 0.090668 10.0.0.65 - - [2026-03-05 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.011477 10.0.0.133 - - [2026-03-05 02:27:54] "GET /projects?obj_uuids=7ab91110-3590-462a-8a04-c71e5d38b4d5&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000958 10.0.0.65 - - [2026-03-05 02:27:54] "GET /network-policy/5f3eb0e5-636a-42a0-b992-fa8e3e99ce80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.008242 10.0.0.133 - - [2026-03-05 02:27:54] "DELETE /security-group/d42e8990-2163-46ed-af99-e96550f7fd43 HTTP/1.1" 200 115 0.127088 10.0.0.65 - - [2026-03-05 02:27:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.002547 10.0.0.133 - - [2026-03-05 02:27:54] "GET /projects?obj_uuids=216cff8e-1a70-4657-8af8-ee5c59c5a96c&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003786 10.0.0.133 - - [2026-03-05 02:27:54] "GET /project/7ab91110-3590-462a-8a04-c71e5d38b4d5?fields=application_policy_sets HTTP/1.1" 200 1449 0.111948 10.0.0.133 - - [2026-03-05 02:27:54] "GET /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c?fields=application_policy_sets HTTP/1.1" 200 1444 0.083373 10.0.0.65 - - [2026-03-05 02:27:54] "DELETE /access-control-list/870eb37e-9b8b-4949-a546-afb70a94d881 HTTP/1.1" 200 115 0.085623 10.0.0.133 - - [2026-03-05 02:27:55] "DELETE /project/7ab91110-3590-462a-8a04-c71e5d38b4d5 HTTP/1.1" 200 115 0.574636 10.0.0.65 - - [2026-03-05 02:27:55] "DELETE /access-control-list/0193a763-d296-4510-8bf1-05a99d3e38df HTTP/1.1" 200 115 0.034422 10.0.0.133 - - [2026-03-05 02:27:55] "DELETE /project/216cff8e-1a70-4657-8af8-ee5c59c5a96c HTTP/1.1" 200 115 0.632596 10.0.0.65 - - [2026-03-05 02:27:55] "POST /neutron/network HTTP/1.1" 200 1005 0.007654 10.0.0.133 - - [2026-03-05 02:27:56] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001519 10.0.0.65 - - [2026-03-05 02:27:56] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.060418 10.0.0.65 - - [2026-03-05 02:27:56] "POST /neutron/port HTTP/1.1" 200 117 0.005293 10.0.0.65 - - [2026-03-05 02:27:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001041 10.0.0.65 - - [2026-03-05 02:27:56] "POST /neutron/network HTTP/1.1" 200 1005 0.006322 10.0.0.65 - - [2026-03-05 02:27:57] "POST /neutron/port HTTP/1.1" 200 1060 0.043088 10.0.0.133 - - [2026-03-05 02:27:57] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000912 10.0.0.65 - - [2026-03-05 02:27:57] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.162546 10.0.0.65 - - [2026-03-05 02:27:57] "POST /neutron/network HTTP/1.1" 200 918 0.031771 10.0.0.65 - - [2026-03-05 02:27:57] "POST /neutron/port HTTP/1.1" 200 117 0.000967 10.0.0.65 - - [2026-03-05 02:27:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005879 10.0.0.65 - - [2026-03-05 02:27:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001171 10.0.0.65 - - [2026-03-05 02:27:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006413 10.0.0.133 - - [2026-03-05 02:27:57] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.65 - - [2026-03-05 02:27:58] "POST /neutron/port HTTP/1.1" 200 1062 0.340269 10.0.0.65 - - [2026-03-05 02:27:58] "POST /neutron/port HTTP/1.1" 200 1116 0.133112 10.0.0.133 - - [2026-03-05 02:27:58] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.65 - - [2026-03-05 02:27:58] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.061681 10.0.0.65 - - [2026-03-05 02:27:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.007117 10.0.0.65 - - [2026-03-05 02:27:58] "POST /neutron/network HTTP/1.1" 200 918 0.005874 10.0.0.65 - - [2026-03-05 02:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.005448 10.0.0.65 - - [2026-03-05 02:27:59] "POST /neutron/port HTTP/1.1" 200 1124 0.017129 10.0.0.65 - - [2026-03-05 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005957 10.0.0.65 - - [2026-03-05 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006789 10.0.0.65 - - [2026-03-05 02:27:59] "GET /virtual-machine/0c27817c-11bf-4423-a525-a641f1e5d9d4 HTTP/1.1" 401 292 0.000343 10.0.0.65 - - [2026-03-05 02:27:59] "POST /neutron/port HTTP/1.1" 200 1060 0.014051 10.0.0.65 - - [2026-03-05 02:27:59] "GET /virtual-machine/0c27817c-11bf-4423-a525-a641f1e5d9d4 HTTP/1.1" 200 1293 0.033140 10.0.0.65 - - [2026-03-05 02:27:59] "GET /virtual-machine/0c27817c-11bf-4423-a525-a641f1e5d9d4 HTTP/1.1" 200 1293 0.007465 10.0.0.65 - - [2026-03-05 02:27:59] "GET /virtual-machine-interface/9d65081b-3658-4fed-a156-086cee72c49c HTTP/1.1" 200 2952 0.006288 10.0.0.65 - - [2026-03-05 02:27:59] "GET /virtual-machine/0c27817c-11bf-4423-a525-a641f1e5d9d4 HTTP/1.1" 200 1293 0.002586 10.0.0.65 - - [2026-03-05 02:27:59] "GET /virtual-machine-interface/9d65081b-3658-4fed-a156-086cee72c49c HTTP/1.1" 200 2952 0.005673 10.0.0.65 - - [2026-03-05 02:27:59] "GET /instance-ip/e4dcfd94-3243-401b-b23d-1519132902a0 HTTP/1.1" 200 1625 0.006313 10.0.0.65 - - [2026-03-05 02:27:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003185 10.0.0.65 - - [2026-03-05 02:27:59] "GET /virtual-machine/0c27817c-11bf-4423-a525-a641f1e5d9d4 HTTP/1.1" 200 1293 0.003035 10.0.0.65 - - [2026-03-05 02:27:59] "GET /virtual-machine-interface/9d65081b-3658-4fed-a156-086cee72c49c HTTP/1.1" 200 2952 0.004035 10.0.0.65 - - [2026-03-05 02:27:59] "GET /instance-ip/e4dcfd94-3243-401b-b23d-1519132902a0 HTTP/1.1" 200 1625 0.002777 10.0.0.65 - - [2026-03-05 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006469 10.0.0.65 - - [2026-03-05 02:27:59] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004980 10.0.0.65 - - [2026-03-05 02:27:59] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003016 10.0.0.65 - - [2026-03-05 02:27:59] "POST /neutron/network HTTP/1.1" 200 824 0.005880 10.0.0.65 - - [2026-03-05 02:28:00] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006793 10.0.0.65 - - [2026-03-05 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008441 10.0.0.65 - - [2026-03-05 02:28:00] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004893 10.0.0.65 - - [2026-03-05 02:28:00] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002712 10.0.0.65 - - [2026-03-05 02:28:00] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008217 10.0.0.65 - - [2026-03-05 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.65 - - [2026-03-05 02:28:00] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004762 10.0.0.65 - - [2026-03-05 02:28:00] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003960 10.0.0.65 - - [2026-03-05 02:28:00] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006032 10.0.0.65 - - [2026-03-05 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.65 - - [2026-03-05 02:28:00] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004044 10.0.0.65 - - [2026-03-05 02:28:00] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003263 10.0.0.65 - - [2026-03-05 02:28:00] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005046 10.0.0.65 - - [2026-03-05 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.65 - - [2026-03-05 02:28:00] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003663 10.0.0.65 - - [2026-03-05 02:28:00] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002538 10.0.0.65 - - [2026-03-05 02:28:00] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005250 10.0.0.65 - - [2026-03-05 02:28:01] "POST /neutron/network HTTP/1.1" 200 928 0.005327 10.0.0.65 - - [2026-03-05 02:28:01] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.133 - - [2026-03-05 02:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.133 - - [2026-03-05 02:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000427 10.0.0.33 - - [2026-03-05 02:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.33 - - [2026-03-05 02:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.133 - - [2026-03-05 02:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000474 10.0.0.133 - - [2026-03-05 02:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000445 10.0.0.33 - - [2026-03-05 02:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.33 - - [2026-03-05 02:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.65 - - [2026-03-05 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.65 - - [2026-03-05 02:28:03] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005366 10.0.0.65 - - [2026-03-05 02:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.65 - - [2026-03-05 02:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.65 - - [2026-03-05 02:28:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.65 - - [2026-03-05 02:28:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.65 - - [2026-03-05 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.65 - - [2026-03-05 02:28:07] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004969 10.0.0.65 - - [2026-03-05 02:28:10] "GET /obj-perms HTTP/1.1" 200 5056 0.063580 10.0.0.65 - - [2026-03-05 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.65 - - [2026-03-05 02:28:11] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007629 10.0.0.65 - - [2026-03-05 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.65 - - [2026-03-05 02:28:16] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005605 10.0.0.65 - - [2026-03-05 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.65 - - [2026-03-05 02:28:20] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004385 10.0.0.65 - - [2026-03-05 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.65 - - [2026-03-05 02:28:24] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006329 10.0.0.65 - - [2026-03-05 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.65 - - [2026-03-05 02:28:28] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006420 10.0.0.65 - - [2026-03-05 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.65 - - [2026-03-05 02:28:32] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004593 10.0.0.65 - - [2026-03-05 02:28:33] "POST /neutron/port HTTP/1.1" 200 1124 0.019252 10.0.0.65 - - [2026-03-05 02:28:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007717 10.0.0.65 - - [2026-03-05 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.65 - - [2026-03-05 02:28:36] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004673 10.0.0.65 - - [2026-03-05 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.65 - - [2026-03-05 02:28:40] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005075 10.0.0.65 - - [2026-03-05 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.65 - - [2026-03-05 02:28:44] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005154 10.0.0.65 - - [2026-03-05 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.65 - - [2026-03-05 02:28:46] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005056 10.0.0.65 - - [2026-03-05 02:28:46] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003576 10.0.0.65 - - [2026-03-05 02:28:46] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010145 10.0.0.65 - - [2026-03-05 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.65 - - [2026-03-05 02:28:47] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005838 10.0.0.65 - - [2026-03-05 02:28:47] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003592 10.0.0.65 - - [2026-03-05 02:28:47] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007397 10.0.0.65 - - [2026-03-05 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.65 - - [2026-03-05 02:28:47] "GET /routing-instance/263ea67e-9e4c-4354-9cdb-b1bd3db39e70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004352 10.0.0.65 - - [2026-03-05 02:28:47] "GET /route-target/34781dc5-1560-4994-a7df-3b4b60ab5118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003758 10.0.0.65 - - [2026-03-05 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.65 - - [2026-03-05 02:28:47] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005644 10.0.0.65 - - [2026-03-05 02:28:47] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003520 10.0.0.65 - - [2026-03-05 02:28:47] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007119 10.0.0.65 - - [2026-03-05 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.65 - - [2026-03-05 02:28:47] "GET /routing-instance/263ea67e-9e4c-4354-9cdb-b1bd3db39e70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005004 10.0.0.65 - - [2026-03-05 02:28:47] "GET /route-target/34781dc5-1560-4994-a7df-3b4b60ab5118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004496 10.0.0.65 - - [2026-03-05 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.65 - - [2026-03-05 02:28:47] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003852 10.0.0.65 - - [2026-03-05 02:28:47] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002586 10.0.0.65 - - [2026-03-05 02:28:47] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005570 10.0.0.65 - - [2026-03-05 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.65 - - [2026-03-05 02:28:47] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004052 10.0.0.65 - - [2026-03-05 02:28:47] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003074 10.0.0.65 - - [2026-03-05 02:28:47] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005336 10.0.0.133 - - [2026-03-05 02:28:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003573 10.0.0.65 - - [2026-03-05 02:28:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004034 10.0.0.65 - - [2026-03-05 02:28:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003188 10.0.0.133 - - [2026-03-05 02:28:47] "GET /obj-perms HTTP/1.1" 200 5030 0.003261 10.0.0.33 - - [2026-03-05 02:28:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004200 10.0.0.65 - - [2026-03-05 02:28:48] "POST /neutron/port HTTP/1.1" 200 1126 0.018979 10.0.0.65 - - [2026-03-05 02:28:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006914 10.0.0.65 - - [2026-03-05 02:28:48] "POST /neutron/port HTTP/1.1" 200 1126 0.023333 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-machine/fc9553fb-80ea-4a12-9e34-e5a76d106918 HTTP/1.1" 200 1295 0.006161 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-machine/fc9553fb-80ea-4a12-9e34-e5a76d106918 HTTP/1.1" 200 1295 0.003695 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-machine-interface/e4a4b8d4-7ef1-458e-98fe-c6704e419c92 HTTP/1.1" 200 2952 0.006733 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-machine/fc9553fb-80ea-4a12-9e34-e5a76d106918 HTTP/1.1" 200 1295 0.004025 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-machine-interface/e4a4b8d4-7ef1-458e-98fe-c6704e419c92 HTTP/1.1" 200 2952 0.005240 10.0.0.65 - - [2026-03-05 02:28:48] "GET /instance-ip/7d6a4b54-e2e2-41ec-9888-25dfdc9bce41 HTTP/1.1" 200 1626 0.006143 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-machine/fc9553fb-80ea-4a12-9e34-e5a76d106918 HTTP/1.1" 200 1295 0.003074 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-machine-interface/e4a4b8d4-7ef1-458e-98fe-c6704e419c92 HTTP/1.1" 200 2952 0.007238 10.0.0.65 - - [2026-03-05 02:28:48] "GET /instance-ip/7d6a4b54-e2e2-41ec-9888-25dfdc9bce41 HTTP/1.1" 200 1626 0.004130 10.0.0.65 - - [2026-03-05 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.65 - - [2026-03-05 02:28:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003035 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002597 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005061 10.0.0.65 - - [2026-03-05 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.65 - - [2026-03-05 02:28:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003929 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002512 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005098 10.0.0.65 - - [2026-03-05 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.65 - - [2026-03-05 02:28:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003518 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002981 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005294 10.0.0.65 - - [2026-03-05 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.65 - - [2026-03-05 02:28:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004352 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002868 10.0.0.65 - - [2026-03-05 02:28:48] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006634 10.0.0.65 - - [2026-03-05 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.65 - - [2026-03-05 02:28:49] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003798 10.0.0.65 - - [2026-03-05 02:28:49] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002448 10.0.0.65 - - [2026-03-05 02:28:49] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005248 10.0.0.65 - - [2026-03-05 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.65 - - [2026-03-05 02:28:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003101 10.0.0.65 - - [2026-03-05 02:28:50] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003510 10.0.0.65 - - [2026-03-05 02:28:50] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006535 10.0.0.65 - - [2026-03-05 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.65 - - [2026-03-05 02:28:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003542 10.0.0.65 - - [2026-03-05 02:28:50] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003239 10.0.0.65 - - [2026-03-05 02:28:50] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006445 10.0.0.65 - - [2026-03-05 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.65 - - [2026-03-05 02:28:50] "GET /routing-instance/6efceed1-dc4b-40ce-8245-b3f23eb5fc15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.005121 10.0.0.65 - - [2026-03-05 02:28:50] "GET /route-target/e2a7e6d6-5a6d-4c7f-9bfb-c7d526a169ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004081 10.0.0.65 - - [2026-03-05 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.65 - - [2026-03-05 02:28:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003697 10.0.0.65 - - [2026-03-05 02:28:50] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002226 10.0.0.65 - - [2026-03-05 02:28:50] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005168 10.0.0.65 - - [2026-03-05 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.65 - - [2026-03-05 02:28:50] "GET /routing-instance/6efceed1-dc4b-40ce-8245-b3f23eb5fc15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.004439 10.0.0.65 - - [2026-03-05 02:28:50] "GET /route-target/e2a7e6d6-5a6d-4c7f-9bfb-c7d526a169ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003218 10.0.0.65 - - [2026-03-05 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.65 - - [2026-03-05 02:28:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003538 10.0.0.65 - - [2026-03-05 02:28:50] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003871 10.0.0.65 - - [2026-03-05 02:28:50] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006537 10.0.0.65 - - [2026-03-05 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.65 - - [2026-03-05 02:28:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004128 10.0.0.65 - - [2026-03-05 02:28:50] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004223 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006759 10.0.0.65 - - [2026-03-05 02:28:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003463 10.0.0.133 - - [2026-03-05 02:28:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004627 10.0.0.65 - - [2026-03-05 02:28:51] "GET /obj-perms HTTP/1.1" 200 5030 0.003892 10.0.0.133 - - [2026-03-05 02:28:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004312 10.0.0.65 - - [2026-03-05 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006475 10.0.0.65 - - [2026-03-05 02:28:51] "POST /neutron/port HTTP/1.1" 200 1124 0.019508 10.0.0.65 - - [2026-03-05 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005694 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-machine/2c9a46a2-79c6-4bcb-a8b7-295d88c1aeeb HTTP/1.1" 200 1294 0.006254 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-machine/2c9a46a2-79c6-4bcb-a8b7-295d88c1aeeb HTTP/1.1" 200 1294 0.003505 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-machine-interface/e1d44c1b-ae14-4cad-85ac-6f56f6a22844 HTTP/1.1" 200 2951 0.005411 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-machine/2c9a46a2-79c6-4bcb-a8b7-295d88c1aeeb HTTP/1.1" 200 1294 0.003103 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-machine-interface/e1d44c1b-ae14-4cad-85ac-6f56f6a22844 HTTP/1.1" 200 2951 0.004529 10.0.0.65 - - [2026-03-05 02:28:51] "GET /instance-ip/793ee9ae-fb44-44a5-923c-5dc56a496869 HTTP/1.1" 200 1624 0.005648 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-machine/2c9a46a2-79c6-4bcb-a8b7-295d88c1aeeb HTTP/1.1" 200 1294 0.004004 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-machine-interface/e1d44c1b-ae14-4cad-85ac-6f56f6a22844 HTTP/1.1" 200 2951 0.005415 10.0.0.65 - - [2026-03-05 02:28:51] "GET /instance-ip/793ee9ae-fb44-44a5-923c-5dc56a496869 HTTP/1.1" 200 1624 0.004176 10.0.0.65 - - [2026-03-05 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.65 - - [2026-03-05 02:28:51] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003506 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002871 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006424 10.0.0.65 - - [2026-03-05 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006864 10.0.0.65 - - [2026-03-05 02:28:51] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004056 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002823 10.0.0.65 - - [2026-03-05 02:28:51] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006962 10.0.0.65 - - [2026-03-05 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.65 - - [2026-03-05 02:28:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003500 10.0.0.65 - - [2026-03-05 02:28:52] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003056 10.0.0.65 - - [2026-03-05 02:28:52] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005132 10.0.0.65 - - [2026-03-05 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.65 - - [2026-03-05 02:28:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004286 10.0.0.65 - - [2026-03-05 02:28:52] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003011 10.0.0.65 - - [2026-03-05 02:28:52] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005541 10.0.0.65 - - [2026-03-05 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.65 - - [2026-03-05 02:28:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003735 10.0.0.65 - - [2026-03-05 02:28:52] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002722 10.0.0.65 - - [2026-03-05 02:28:52] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005746 10.0.0.65 - - [2026-03-05 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.65 - - [2026-03-05 02:28:53] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003386 10.0.0.65 - - [2026-03-05 02:28:53] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003094 10.0.0.65 - - [2026-03-05 02:28:53] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005515 10.0.0.65 - - [2026-03-05 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.65 - - [2026-03-05 02:28:53] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004282 10.0.0.65 - - [2026-03-05 02:28:53] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003093 10.0.0.65 - - [2026-03-05 02:28:53] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006979 10.0.0.65 - - [2026-03-05 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.65 - - [2026-03-05 02:28:53] "GET /routing-instance/cccf4aea-20f9-45b6-9f1e-081bdd926cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.007061 10.0.0.65 - - [2026-03-05 02:28:53] "GET /route-target/2cf819b5-53b6-4c38-92a8-9170ddb7756e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003634 10.0.0.65 - - [2026-03-05 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.65 - - [2026-03-05 02:28:53] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003826 10.0.0.65 - - [2026-03-05 02:28:53] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002851 10.0.0.65 - - [2026-03-05 02:28:53] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005319 10.0.0.65 - - [2026-03-05 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.65 - - [2026-03-05 02:28:54] "GET /routing-instance/cccf4aea-20f9-45b6-9f1e-081bdd926cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.004280 10.0.0.65 - - [2026-03-05 02:28:54] "GET /route-target/2cf819b5-53b6-4c38-92a8-9170ddb7756e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003941 10.0.0.65 - - [2026-03-05 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.65 - - [2026-03-05 02:28:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004021 10.0.0.65 - - [2026-03-05 02:28:54] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002557 10.0.0.65 - - [2026-03-05 02:28:54] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005683 10.0.0.65 - - [2026-03-05 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.65 - - [2026-03-05 02:28:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003620 10.0.0.65 - - [2026-03-05 02:28:54] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002626 10.0.0.65 - - [2026-03-05 02:28:54] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006148 10.0.0.65 - - [2026-03-05 02:28:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003273 10.0.0.133 - - [2026-03-05 02:28:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003638 10.0.0.65 - - [2026-03-05 02:28:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003756 10.0.0.133 - - [2026-03-05 02:28:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003190 10.0.0.65 - - [2026-03-05 02:28:54] "GET /obj-perms HTTP/1.1" 200 5030 0.003284 10.0.0.65 - - [2026-03-05 02:28:54] "GET /virtual-machine/0c27817c-11bf-4423-a525-a641f1e5d9d4 HTTP/1.1" 200 1293 0.003757 10.0.0.65 - - [2026-03-05 02:28:54] "GET /virtual-machine-interface/9d65081b-3658-4fed-a156-086cee72c49c HTTP/1.1" 200 2952 0.004827 10.0.0.65 - - [2026-03-05 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.65 - - [2026-03-05 02:28:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003797 10.0.0.65 - - [2026-03-05 02:28:54] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003143 10.0.0.65 - - [2026-03-05 02:28:54] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005368 10.0.0.65 - - [2026-03-05 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.65 - - [2026-03-05 02:28:55] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003302 10.0.0.65 - - [2026-03-05 02:28:55] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003044 10.0.0.65 - - [2026-03-05 02:28:55] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006176 10.0.0.65 - - [2026-03-05 02:28:56] "POST /neutron/port HTTP/1.1" 200 1124 0.015417 10.0.0.65 - - [2026-03-05 02:28:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.039685 10.0.0.65 - - [2026-03-05 02:29:01] "POST /neutron/port HTTP/1.1" 200 1124 0.017108 10.0.0.65 - - [2026-03-05 02:29:01] "POST /neutron/port HTTP/1.1" 200 1126 0.023928 10.0.0.65 - - [2026-03-05 02:29:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.009674 10.0.0.65 - - [2026-03-05 02:29:06] "POST /neutron/port HTTP/1.1" 200 1124 0.015252 10.0.0.65 - - [2026-03-05 02:29:11] "GET /virtual-machine/fc9553fb-80ea-4a12-9e34-e5a76d106918 HTTP/1.1" 200 1295 0.003251 10.0.0.65 - - [2026-03-05 02:29:11] "GET /virtual-machine-interface/e4a4b8d4-7ef1-458e-98fe-c6704e419c92 HTTP/1.1" 200 2952 0.004532 10.0.0.65 - - [2026-03-05 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.65 - - [2026-03-05 02:29:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002913 10.0.0.65 - - [2026-03-05 02:29:11] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002382 10.0.0.65 - - [2026-03-05 02:29:11] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005669 10.0.0.65 - - [2026-03-05 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.65 - - [2026-03-05 02:29:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003333 10.0.0.65 - - [2026-03-05 02:29:12] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003730 10.0.0.65 - - [2026-03-05 02:29:12] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005169 10.0.0.65 - - [2026-03-05 02:29:12] "GET /virtual-machine/2c9a46a2-79c6-4bcb-a8b7-295d88c1aeeb HTTP/1.1" 200 1294 0.004783 10.0.0.65 - - [2026-03-05 02:29:12] "GET /virtual-machine-interface/e1d44c1b-ae14-4cad-85ac-6f56f6a22844 HTTP/1.1" 200 2951 0.005144 10.0.0.65 - - [2026-03-05 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.65 - - [2026-03-05 02:29:13] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003148 10.0.0.65 - - [2026-03-05 02:29:13] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002790 10.0.0.65 - - [2026-03-05 02:29:13] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005032 10.0.0.65 - - [2026-03-05 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.65 - - [2026-03-05 02:29:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005617 10.0.0.65 - - [2026-03-05 02:29:14] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002237 10.0.0.65 - - [2026-03-05 02:29:14] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006147 10.0.0.65 - - [2026-03-05 02:29:33] "POST /neutron/port HTTP/1.1" 200 1124 0.016323 10.0.0.65 - - [2026-03-05 02:29:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007886 10.0.0.65 - - [2026-03-05 02:29:37] "GET /virtual-machine/2c9a46a2-79c6-4bcb-a8b7-295d88c1aeeb HTTP/1.1" 200 1294 0.003403 10.0.0.65 - - [2026-03-05 02:29:37] "POST /neutron/port HTTP/1.1" 200 1124 0.021785 10.0.0.65 - - [2026-03-05 02:29:39] "GET /virtual-machine/2c9a46a2-79c6-4bcb-a8b7-295d88c1aeeb HTTP/1.1" 404 171 0.005907 10.0.0.65 - - [2026-03-05 02:29:39] "GET /virtual-machine/2c9a46a2-79c6-4bcb-a8b7-295d88c1aeeb HTTP/1.1" 404 171 0.009733 10.0.0.65 - - [2026-03-05 02:29:39] "GET /virtual-machine/2c9a46a2-79c6-4bcb-a8b7-295d88c1aeeb HTTP/1.1" 404 171 0.003186 10.0.0.65 - - [2026-03-05 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.65 - - [2026-03-05 02:29:39] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003682 10.0.0.65 - - [2026-03-05 02:29:39] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003227 10.0.0.65 - - [2026-03-05 02:29:39] "GET /virtual-network/48bb8163-c9bd-4d8e-abc8-caab09211245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006014 10.0.0.65 - - [2026-03-05 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006296 10.0.0.65 - - [2026-03-05 02:29:39] "GET /routing-instance/cccf4aea-20f9-45b6-9f1e-081bdd926cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.003875 10.0.0.65 - - [2026-03-05 02:29:39] "GET /route-target/2cf819b5-53b6-4c38-92a8-9170ddb7756e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004351 10.0.0.133 - - [2026-03-05 02:29:39] "GET /obj-perms HTTP/1.1" 200 5030 0.004282 10.0.0.65 - - [2026-03-05 02:29:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003388 10.0.0.133 - - [2026-03-05 02:29:49] "GET /obj-perms HTTP/1.1" 200 5030 0.003972 10.0.0.65 - - [2026-03-05 02:29:52] "GET /obj-perms HTTP/1.1" 200 5030 0.003357 10.0.0.65 - - [2026-03-05 02:29:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003022 10.0.0.33 - - [2026-03-05 02:29:55] "GET /obj-perms HTTP/1.1" 200 5030 0.003225 10.0.0.133 - - [2026-03-05 02:29:55] "GET /obj-perms HTTP/1.1" 200 5030 0.002876 10.0.0.65 - - [2026-03-05 02:29:55] "GET /virtual-machine/fc9553fb-80ea-4a12-9e34-e5a76d106918 HTTP/1.1" 200 1295 0.003837 10.0.0.65 - - [2026-03-05 02:29:55] "POST /neutron/port HTTP/1.1" 200 1126 0.017370 10.0.0.65 - - [2026-03-05 02:29:57] "GET /virtual-machine/fc9553fb-80ea-4a12-9e34-e5a76d106918 HTTP/1.1" 404 171 0.002729 10.0.0.65 - - [2026-03-05 02:29:57] "GET /virtual-machine/fc9553fb-80ea-4a12-9e34-e5a76d106918 HTTP/1.1" 404 171 0.002565 10.0.0.65 - - [2026-03-05 02:29:57] "GET /virtual-machine/fc9553fb-80ea-4a12-9e34-e5a76d106918 HTTP/1.1" 404 171 0.001737 10.0.0.65 - - [2026-03-05 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.65 - - [2026-03-05 02:29:57] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003042 10.0.0.65 - - [2026-03-05 02:29:57] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002847 10.0.0.65 - - [2026-03-05 02:29:57] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005243 10.0.0.65 - - [2026-03-05 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.65 - - [2026-03-05 02:29:57] "GET /routing-instance/6efceed1-dc4b-40ce-8245-b3f23eb5fc15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1788 0.003507 10.0.0.65 - - [2026-03-05 02:29:57] "GET /route-target/e2a7e6d6-5a6d-4c7f-9bfb-c7d526a169ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003159 10.0.0.65 - - [2026-03-05 02:29:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003499 10.0.0.65 - - [2026-03-05 02:29:57] "GET /virtual-machine/0c27817c-11bf-4423-a525-a641f1e5d9d4 HTTP/1.1" 200 1293 0.003396 10.0.0.65 - - [2026-03-05 02:29:58] "POST /neutron/port HTTP/1.1" 200 1124 0.015326 10.0.0.65 - - [2026-03-05 02:29:59] "GET /virtual-machine/0c27817c-11bf-4423-a525-a641f1e5d9d4 HTTP/1.1" 404 171 0.002818 10.0.0.65 - - [2026-03-05 02:29:59] "GET /virtual-machine/0c27817c-11bf-4423-a525-a641f1e5d9d4 HTTP/1.1" 404 171 0.002666 10.0.0.65 - - [2026-03-05 02:29:59] "GET /virtual-machine/0c27817c-11bf-4423-a525-a641f1e5d9d4 HTTP/1.1" 404 171 0.002093 10.0.0.65 - - [2026-03-05 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.65 - - [2026-03-05 02:30:00] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004227 10.0.0.65 - - [2026-03-05 02:30:00] "GET /virtual-networks?parent_id=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003126 10.0.0.65 - - [2026-03-05 02:30:00] "GET /virtual-network/2e2ad036-fa4e-4aa3-bacb-7e25e0e65a92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007355 10.0.0.65 - - [2026-03-05 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.65 - - [2026-03-05 02:30:00] "GET /routing-instance/263ea67e-9e4c-4354-9cdb-b1bd3db39e70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005650 10.0.0.65 - - [2026-03-05 02:30:00] "GET /route-target/34781dc5-1560-4994-a7df-3b4b60ab5118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003849 10.0.0.133 - - [2026-03-05 02:30:00] "GET /obj-perms HTTP/1.1" 200 5030 0.004917 10.0.0.65 - - [2026-03-05 02:30:06] "GET /obj-perms HTTP/1.1" 200 5030 0.004170 10.0.0.133 - - [2026-03-05 02:30:09] "GET /obj-perms HTTP/1.1" 200 5030 0.004581 10.0.0.65 - - [2026-03-05 02:30:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003706 10.0.0.133 - - [2026-03-05 02:30:15] "GET /obj-perms HTTP/1.1" 200 5030 0.003795 10.0.0.65 - - [2026-03-05 02:30:24] "GET /obj-perms HTTP/1.1" 200 5030 0.004461 10.0.0.133 - - [2026-03-05 02:30:24] "GET /obj-perms HTTP/1.1" 200 5030 0.003477 10.0.0.33 - - [2026-03-05 02:30:24] "GET /obj-perms HTTP/1.1" 200 5030 0.004026 10.0.0.65 - - [2026-03-05 02:30:25] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006806 10.0.0.65 - - [2026-03-05 02:30:25] "POST /neutron/network HTTP/1.1" 200 918 0.007228 10.0.0.65 - - [2026-03-05 02:30:25] "GET /virtual-network/34a3ffcc-b480-4397-8247-6be89c0031dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.009031 10.0.0.65 - - [2026-03-05 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.048786 10.0.0.65 - - [2026-03-05 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.062099 10.0.0.65 - - [2026-03-05 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.063505 10.0.0.65 - - [2026-03-05 02:30:25] "DELETE /access-control-list/8d0a155f-82ce-4fdc-8189-ee21822d23e9 HTTP/1.1" 200 115 0.045224 10.0.0.65 - - [2026-03-05 02:30:25] "DELETE /network-policy/c3af2329-367a-48e4-a81b-863241e708f0 HTTP/1.1" 200 115 0.046273 10.0.0.65 - - [2026-03-05 02:30:25] "DELETE /network-policy/5f3eb0e5-636a-42a0-b992-fa8e3e99ce80 HTTP/1.1" 200 115 0.045578 10.0.0.65 - - [2026-03-05 02:30:25] "DELETE /network-policy/1b78dc1a-21fd-4368-9f66-fe2baebe28f5 HTTP/1.1" 200 115 0.029740 10.0.0.65 - - [2026-03-05 02:30:25] "POST /neutron/network HTTP/1.1" 200 824 0.007596 10.0.0.65 - - [2026-03-05 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.133 - - [2026-03-05 02:30:26] "POST /useragent-kv HTTP/1.1" 200 115 0.046952 10.0.0.133 - - [2026-03-05 02:30:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006953 10.0.0.65 - - [2026-03-05 02:30:26] "POST /neutron/network HTTP/1.1" 200 151 0.156439 10.0.0.65 - - [2026-03-05 02:30:26] "DELETE /route-target/34781dc5-1560-4994-a7df-3b4b60ab5118 HTTP/1.1" 200 115 0.017886 10.0.0.65 - - [2026-03-05 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.65 - - [2026-03-05 02:30:26] "DELETE /network-ipam/0a3db415-3446-4760-8d4a-0b37c0fa7b1f HTTP/1.1" 200 115 0.031960 10.0.0.65 - - [2026-03-05 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.002711 10.0.0.65 - - [2026-03-05 02:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.65 - - [2026-03-05 02:30:26] "DELETE /network-ipam/e5be4898-3b36-4053-bbd5-384ad22c17a0 HTTP/1.1" 200 115 0.026469 10.0.0.65 - - [2026-03-05 02:30:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.002571 10.0.0.65 - - [2026-03-05 02:30:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.65 - - [2026-03-05 02:30:27] "DELETE /network-ipam/de7467e7-c580-4ed7-96d9-3af020714a5e HTTP/1.1" 200 115 0.029297 10.0.0.65 - - [2026-03-05 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.003046 10.0.0.133 - - [2026-03-05 02:30:28] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001225 10.0.0.65 - - [2026-03-05 02:30:28] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.042778 10.0.0.133 - - [2026-03-05 02:30:28] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001173 10.0.0.65 - - [2026-03-05 02:30:28] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?fields=virtual_networks HTTP/1.1" 200 1033 0.036195 10.0.0.133 - - [2026-03-05 02:30:28] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.65 - - [2026-03-05 02:30:28] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.041880 10.0.0.133 - - [2026-03-05 02:30:28] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.65 - - [2026-03-05 02:30:28] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?fields=security_groups HTTP/1.1" 200 1260 0.037982 10.0.0.65 - - [2026-03-05 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.032394 10.0.0.133 - - [2026-03-05 02:30:29] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002772 10.0.0.133 - - [2026-03-05 02:30:29] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.133 - - [2026-03-05 02:30:29] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034211 10.0.0.133 - - [2026-03-05 02:30:29] "POST /id-to-fqname HTTP/1.1" 200 196 0.001195 10.0.0.133 - - [2026-03-05 02:30:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.004080 10.0.0.133 - - [2026-03-05 02:30:29] "POST /security-groups HTTP/1.1" 200 597 0.025981 10.0.0.133 - - [2026-03-05 02:30:29] "POST /projects HTTP/1.1" 200 597 0.238732 10.0.0.65 - - [2026-03-05 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 239 0.010974 10.0.0.133 - - [2026-03-05 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.310810 10.0.0.65 - - [2026-03-05 02:30:30] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.478608 10.0.0.65 - - [2026-03-05 02:30:31] "GET / HTTP/1.1" 200 36215 0.001504 10.0.0.65 - - [2026-03-05 02:30:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000497 10.0.0.65 - - [2026-03-05 02:30:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.055261 10.0.0.65 - - [2026-03-05 02:30:34] "POST /network-ipams HTTP/1.1" 200 521 0.035589 10.0.0.65 - - [2026-03-05 02:30:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003156 10.0.0.65 - - [2026-03-05 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.65 - - [2026-03-05 02:30:34] "GET /network-ipam/8b801bac-f34f-4423-81db-24e6d9fc02ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.008454 10.0.0.65 - - [2026-03-05 02:30:34] "PUT /network-ipam/8b801bac-f34f-4423-81db-24e6d9fc02ea HTTP/1.1" 200 259 0.016059 10.0.0.65 - - [2026-03-05 02:30:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.003864 10.0.0.65 - - [2026-03-05 02:30:34] "POST /network-ipams HTTP/1.1" 200 521 0.024302 10.0.0.65 - - [2026-03-05 02:30:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003119 10.0.0.65 - - [2026-03-05 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.65 - - [2026-03-05 02:30:34] "GET /network-ipam/30897ba1-0aef-40c7-a3d6-d4f45421c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.006083 10.0.0.65 - - [2026-03-05 02:30:35] "PUT /network-ipam/30897ba1-0aef-40c7-a3d6-d4f45421c9d1 HTTP/1.1" 200 259 0.012816 10.0.0.65 - - [2026-03-05 02:30:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.002946 10.0.0.65 - - [2026-03-05 02:30:35] "POST /network-ipams HTTP/1.1" 200 521 0.024115 10.0.0.65 - - [2026-03-05 02:30:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.004092 10.0.0.65 - - [2026-03-05 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.65 - - [2026-03-05 02:30:35] "GET /network-ipam/b18f857c-6b0f-454a-a432-00f941df3343?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1302 0.006032 10.0.0.65 - - [2026-03-05 02:30:35] "PUT /network-ipam/b18f857c-6b0f-454a-a432-00f941df3343 HTTP/1.1" 200 259 0.016130 10.0.0.65 - - [2026-03-05 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.133 - - [2026-03-05 02:30:36] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000962 10.0.0.65 - - [2026-03-05 02:30:36] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.030945 10.0.0.65 - - [2026-03-05 02:30:36] "POST /neutron/network HTTP/1.1" 200 117 0.041044 10.0.0.65 - - [2026-03-05 02:30:36] "POST /ref-update HTTP/1.1" 200 156 0.024279 10.0.0.133 - - [2026-03-05 02:30:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009892 10.0.0.65 - - [2026-03-05 02:30:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.177868 10.0.0.65 - - [2026-03-05 02:30:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001182 10.0.0.65 - - [2026-03-05 02:30:36] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.004412 10.0.0.65 - - [2026-03-05 02:30:36] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005286 10.0.0.65 - - [2026-03-05 02:30:36] "POST /neutron/network HTTP/1.1" 200 1015 0.007732 10.0.0.65 - - [2026-03-05 02:30:37] "POST /neutron/network HTTP/1.1" 200 1015 0.009309 10.0.0.65 - - [2026-03-05 02:30:37] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005252 10.0.0.65 - - [2026-03-05 02:30:37] "GET /network-ipam/8b801bac-f34f-4423-81db-24e6d9fc02ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1301 0.003555 10.0.0.65 - - [2026-03-05 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.133 - - [2026-03-05 02:30:37] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000862 10.0.0.65 - - [2026-03-05 02:30:37] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.047020 10.0.0.133 - - [2026-03-05 02:30:37] "POST /useragent-kv HTTP/1.1" 200 115 0.006772 10.0.0.65 - - [2026-03-05 02:30:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.212972 10.0.0.65 - - [2026-03-05 02:30:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.042897 10.0.0.65 - - [2026-03-05 02:30:37] "POST /id-to-fqname HTTP/1.1" 200 227 0.001129 10.0.0.65 - - [2026-03-05 02:30:37] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006675 10.0.0.65 - - [2026-03-05 02:30:37] "POST /neutron/network HTTP/1.1" 200 1012 0.006551 10.0.0.65 - - [2026-03-05 02:30:37] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.003917 10.0.0.65 - - [2026-03-05 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.012199 10.0.0.65 - - [2026-03-05 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.133 - - [2026-03-05 02:30:38] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001024 10.0.0.65 - - [2026-03-05 02:30:38] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.053288 10.0.0.65 - - [2026-03-05 02:30:38] "POST /route-targets HTTP/1.1" 200 328 0.011257 10.0.0.133 - - [2026-03-05 02:30:38] "POST /useragent-kv HTTP/1.1" 200 115 0.015704 10.0.0.65 - - [2026-03-05 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.210258 10.0.0.65 - - [2026-03-05 02:30:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001169 10.0.0.65 - - [2026-03-05 02:30:38] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005766 10.0.0.65 - - [2026-03-05 02:30:38] "POST /neutron/network HTTP/1.1" 200 1014 0.007335 10.0.0.65 - - [2026-03-05 02:30:38] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005661 10.0.0.65 - - [2026-03-05 02:30:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.009499 10.0.0.65 - - [2026-03-05 02:30:39] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005237 10.0.0.65 - - [2026-03-05 02:30:39] "GET /obj-perms HTTP/1.1" 200 5042 0.070004 10.0.0.65 - - [2026-03-05 02:30:40] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005383 10.0.0.133 - - [2026-03-05 02:30:41] "GET /obj-perms HTTP/1.1" 200 5042 0.065691 10.0.0.65 - - [2026-03-05 02:30:41] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005635 10.0.0.33 - - [2026-03-05 02:30:41] "GET /obj-perms HTTP/1.1" 200 5042 0.085364 10.0.0.65 - - [2026-03-05 02:30:41] "POST /fqname-to-id HTTP/1.1" 404 224 0.002880 10.0.0.65 - - [2026-03-05 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002261 10.0.0.133 - - [2026-03-05 02:30:41] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000822 10.0.0.65 - - [2026-03-05 02:30:41] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.044411 10.0.0.65 - - [2026-03-05 02:30:42] "POST /network-policys HTTP/1.1" 200 561 0.033644 10.0.0.65 - - [2026-03-05 02:30:42] "GET /network-policy/94391efe-eb16-4f95-a63d-6f9aab30c04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005040 10.0.0.65 - - [2026-03-05 02:30:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.002020 10.0.0.65 - - [2026-03-05 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.133 - - [2026-03-05 02:30:42] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000834 10.0.0.65 - - [2026-03-05 02:30:42] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.068808 10.0.0.65 - - [2026-03-05 02:30:42] "POST /network-policys HTTP/1.1" 200 561 0.027143 10.0.0.65 - - [2026-03-05 02:30:42] "GET /network-policy/0e3e30d3-c269-4a30-bc44-65a0c9544469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.006087 10.0.0.65 - - [2026-03-05 02:30:42] "POST /fqname-to-id HTTP/1.1" 404 224 0.003230 10.0.0.65 - - [2026-03-05 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.133 - - [2026-03-05 02:30:42] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001384 10.0.0.65 - - [2026-03-05 02:30:42] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.041667 10.0.0.65 - - [2026-03-05 02:30:42] "POST /network-policys HTTP/1.1" 200 561 0.024529 10.0.0.65 - - [2026-03-05 02:30:42] "GET /network-policy/78d4e060-c368-42b4-abc9-4081111bac61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.005522 10.0.0.65 - - [2026-03-05 02:30:42] "POST /neutron/network HTTP/1.1" 200 1199 0.008955 10.0.0.65 - - [2026-03-05 02:30:42] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005544 10.0.0.65 - - [2026-03-05 02:30:42] "POST /access-control-lists HTTP/1.1" 200 599 0.076166 10.0.0.65 - - [2026-03-05 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.020704 10.0.0.65 - - [2026-03-05 02:30:42] "GET /network-policy/0e3e30d3-c269-4a30-bc44-65a0c9544469?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2978 0.003800 10.0.0.65 - - [2026-03-05 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.65 - - [2026-03-05 02:30:42] "GET /network-policy/94391efe-eb16-4f95-a63d-6f9aab30c04c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005578 10.0.0.65 - - [2026-03-05 02:30:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.002636 10.0.0.65 - - [2026-03-05 02:30:43] "POST /neutron/network HTTP/1.1" 200 1110 0.009238 10.0.0.65 - - [2026-03-05 02:30:43] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.019169 10.0.0.65 - - [2026-03-05 02:30:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.65 - - [2026-03-05 02:30:43] "POST /ref-update HTTP/1.1" 200 156 0.028967 10.0.0.65 - - [2026-03-05 02:30:43] "GET /network-policy/78d4e060-c368-42b4-abc9-4081111bac61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.004336 10.0.0.65 - - [2026-03-05 02:30:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001094 10.0.0.133 - - [2026-03-05 02:30:44] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000910 10.0.0.65 - - [2026-03-05 02:30:44] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.063589 10.0.0.65 - - [2026-03-05 02:30:44] "POST /neutron/port HTTP/1.1" 200 117 0.006343 10.0.0.65 - - [2026-03-05 02:30:44] "POST /id-to-fqname HTTP/1.1" 200 227 0.001649 10.0.0.65 - - [2026-03-05 02:30:44] "POST /neutron/network HTTP/1.1" 200 1120 0.006927 10.0.0.65 - - [2026-03-05 02:30:45] "POST /neutron/port HTTP/1.1" 200 1174 0.021216 10.0.0.133 - - [2026-03-05 02:30:45] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000996 10.0.0.65 - - [2026-03-05 02:30:45] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.099521 10.0.0.65 - - [2026-03-05 02:30:45] "POST /neutron/network HTTP/1.1" 200 1110 0.014004 10.0.0.65 - - [2026-03-05 02:30:45] "POST /neutron/port HTTP/1.1" 200 1238 0.025479 10.0.0.65 - - [2026-03-05 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008197 10.0.0.65 - - [2026-03-05 02:30:45] "POST /neutron/network HTTP/1.1" 200 1199 0.009610 10.0.0.65 - - [2026-03-05 02:30:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001190 10.0.0.65 - - [2026-03-05 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006395 10.0.0.133 - - [2026-03-05 02:30:46] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000897 10.0.0.65 - - [2026-03-05 02:30:46] "POST /neutron/port HTTP/1.1" 200 1171 0.347269 10.0.0.65 - - [2026-03-05 02:30:46] "POST /neutron/port HTTP/1.1" 200 1225 0.082498 10.0.0.65 - - [2026-03-05 02:30:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003443 10.0.0.65 - - [2026-03-05 02:30:46] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.133 - - [2026-03-05 02:30:47] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.65 - - [2026-03-05 02:30:47] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.064808 10.0.0.65 - - [2026-03-05 02:30:47] "POST /neutron/port HTTP/1.1" 200 2319 0.025324 10.0.0.65 - - [2026-03-05 02:30:47] "POST /neutron/port HTTP/1.1" 200 1238 0.014123 10.0.0.65 - - [2026-03-05 02:30:47] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006223 10.0.0.65 - - [2026-03-05 02:30:47] "POST /neutron/port HTTP/1.1" 200 1238 0.016039 10.0.0.65 - - [2026-03-05 02:30:47] "GET /virtual-machine/6c42a71d-8800-4b03-9611-a1dfdc0e67c4 HTTP/1.1" 401 292 0.000371 10.0.0.133 - - [2026-03-05 02:30:47] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000923 10.0.0.65 - - [2026-03-05 02:30:48] "POST /neutron/port HTTP/1.1" 200 1173 0.317906 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-machine/6c42a71d-8800-4b03-9611-a1dfdc0e67c4 HTTP/1.1" 200 1300 0.039721 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-machine/6c42a71d-8800-4b03-9611-a1dfdc0e67c4 HTTP/1.1" 200 1300 0.004162 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-machine-interface/6b79e7e1-1ceb-4386-9f6b-6d438e507937 HTTP/1.1" 200 3176 0.005121 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-machine/6c42a71d-8800-4b03-9611-a1dfdc0e67c4 HTTP/1.1" 200 1300 0.002681 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-machine-interface/6b79e7e1-1ceb-4386-9f6b-6d438e507937 HTTP/1.1" 200 3176 0.004733 10.0.0.65 - - [2026-03-05 02:30:48] "GET /instance-ip/2c7f5dbb-9515-47be-af52-a8a8142ea3a2 HTTP/1.1" 200 1637 0.004699 10.0.0.65 - - [2026-03-05 02:30:48] "GET /instance-ip/754ef8c1-a4b6-4858-9137-a1d024c4fd6f HTTP/1.1" 200 1656 0.004450 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-machine/6c42a71d-8800-4b03-9611-a1dfdc0e67c4 HTTP/1.1" 200 1300 0.002848 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-machine-interface/6b79e7e1-1ceb-4386-9f6b-6d438e507937 HTTP/1.1" 200 3176 0.005050 10.0.0.65 - - [2026-03-05 02:30:48] "GET /instance-ip/2c7f5dbb-9515-47be-af52-a8a8142ea3a2 HTTP/1.1" 200 1637 0.003919 10.0.0.65 - - [2026-03-05 02:30:48] "GET /instance-ip/754ef8c1-a4b6-4858-9137-a1d024c4fd6f HTTP/1.1" 200 1656 0.002961 10.0.0.65 - - [2026-03-05 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.017279 10.0.0.65 - - [2026-03-05 02:30:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003223 10.0.0.65 - - [2026-03-05 02:30:48] "POST /neutron/port HTTP/1.1" 200 1227 0.118220 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004224 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006822 10.0.0.65 - - [2026-03-05 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.65 - - [2026-03-05 02:30:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003319 10.0.0.65 - - [2026-03-05 02:30:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003856 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003879 10.0.0.65 - - [2026-03-05 02:30:48] "POST /neutron/port HTTP/1.1" 200 117 0.000935 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005145 10.0.0.65 - - [2026-03-05 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.65 - - [2026-03-05 02:30:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004595 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003264 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.007486 10.0.0.65 - - [2026-03-05 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.65 - - [2026-03-05 02:30:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003222 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002780 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006082 10.0.0.65 - - [2026-03-05 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.65 - - [2026-03-05 02:30:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003723 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002994 10.0.0.65 - - [2026-03-05 02:30:48] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005233 10.0.0.65 - - [2026-03-05 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.65 - - [2026-03-05 02:30:52] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.008696 10.0.0.133 - - [2026-03-05 02:30:55] "DELETE /project/d9f59f2a43dd4411b9b52a15f1d8e283 HTTP/1.1" 404 173 0.003683 10.0.0.133 - - [2026-03-05 02:30:55] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000756 10.0.0.133 - - [2026-03-05 02:30:55] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.035525 10.0.0.133 - - [2026-03-05 02:30:55] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001873 10.0.0.133 - - [2026-03-05 02:30:55] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?fields=security_groups HTTP/1.1" 200 1362 0.042405 10.0.0.133 - - [2026-03-05 02:30:55] "DELETE /security-group/db3462f9-3a88-462c-bfeb-06a14259e25f HTTP/1.1" 200 115 0.043158 10.0.0.133 - - [2026-03-05 02:30:55] "GET /projects?obj_uuids=3b66917e-916a-44f2-8619-96294bd2cca4&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000843 10.0.0.65 - - [2026-03-05 02:30:55] "DELETE /access-control-list/39983f19-7ef6-4d4f-ad9b-58b7cf269bbf HTTP/1.1" 200 115 0.035402 10.0.0.133 - - [2026-03-05 02:30:55] "GET /project/3b66917e-916a-44f2-8619-96294bd2cca4?fields=application_policy_sets HTTP/1.1" 200 1401 0.053620 10.0.0.133 - - [2026-03-05 02:30:55] "DELETE /project/3b66917e-916a-44f2-8619-96294bd2cca4 HTTP/1.1" 200 115 0.361269 10.0.0.65 - - [2026-03-05 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.65 - - [2026-03-05 02:30:56] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.004522 10.0.0.65 - - [2026-03-05 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.65 - - [2026-03-05 02:31:00] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005611 10.0.0.65 - - [2026-03-05 02:31:03] "POST /neutron/port HTTP/1.1" 200 1235 0.016158 10.0.0.65 - - [2026-03-05 02:31:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003789 10.0.0.65 - - [2026-03-05 02:31:03] "POST /neutron/port HTTP/1.1" 200 117 0.001505 10.0.0.65 - - [2026-03-05 02:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.65 - - [2026-03-05 02:31:04] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.004917 10.0.0.65 - - [2026-03-05 02:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.65 - - [2026-03-05 02:31:08] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.004832 10.0.0.65 - - [2026-03-05 02:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.65 - - [2026-03-05 02:31:12] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006430 10.0.0.65 - - [2026-03-05 02:31:12] "GET /obj-perms HTTP/1.1" 200 5056 0.065658 10.0.0.65 - - [2026-03-05 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.65 - - [2026-03-05 02:31:16] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005438 10.0.0.65 - - [2026-03-05 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.65 - - [2026-03-05 02:31:20] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.008073 10.0.0.65 - - [2026-03-05 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.65 - - [2026-03-05 02:31:24] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.004993 10.0.0.65 - - [2026-03-05 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.65 - - [2026-03-05 02:31:29] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005624 10.0.0.65 - - [2026-03-05 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.65 - - [2026-03-05 02:31:33] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005292 10.0.0.65 - - [2026-03-05 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.65 - - [2026-03-05 02:31:35] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003039 10.0.0.65 - - [2026-03-05 02:31:35] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002601 10.0.0.65 - - [2026-03-05 02:31:35] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005286 10.0.0.65 - - [2026-03-05 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.65 - - [2026-03-05 02:31:35] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003831 10.0.0.65 - - [2026-03-05 02:31:35] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004800 10.0.0.65 - - [2026-03-05 02:31:35] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.007873 10.0.0.65 - - [2026-03-05 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.65 - - [2026-03-05 02:31:35] "GET /routing-instance/3fff201b-2103-498e-84b6-e2df683ab8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1800 0.004222 10.0.0.65 - - [2026-03-05 02:31:35] "GET /route-target/fe45cc98-f673-4d36-9ab7-3f9ecb683216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003333 10.0.0.65 - - [2026-03-05 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.65 - - [2026-03-05 02:31:35] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003510 10.0.0.65 - - [2026-03-05 02:31:35] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002573 10.0.0.65 - - [2026-03-05 02:31:35] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005567 10.0.0.65 - - [2026-03-05 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.65 - - [2026-03-05 02:31:35] "GET /routing-instance/3fff201b-2103-498e-84b6-e2df683ab8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1800 0.003742 10.0.0.65 - - [2026-03-05 02:31:35] "GET /route-target/fe45cc98-f673-4d36-9ab7-3f9ecb683216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003778 10.0.0.65 - - [2026-03-05 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.65 - - [2026-03-05 02:31:35] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003135 10.0.0.65 - - [2026-03-05 02:31:35] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003018 10.0.0.65 - - [2026-03-05 02:31:35] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.008634 10.0.0.65 - - [2026-03-05 02:31:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.65 - - [2026-03-05 02:31:36] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003861 10.0.0.65 - - [2026-03-05 02:31:36] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004046 10.0.0.65 - - [2026-03-05 02:31:36] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005369 10.0.0.65 - - [2026-03-05 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.65 - - [2026-03-05 02:31:36] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004010 10.0.0.65 - - [2026-03-05 02:31:36] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002723 10.0.0.65 - - [2026-03-05 02:31:36] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006214 10.0.0.65 - - [2026-03-05 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.65 - - [2026-03-05 02:31:36] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003722 10.0.0.65 - - [2026-03-05 02:31:36] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002991 10.0.0.65 - - [2026-03-05 02:31:36] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.007823 10.0.0.65 - - [2026-03-05 02:31:36] "GET /obj-perms HTTP/1.1" 200 5042 0.003783 10.0.0.133 - - [2026-03-05 02:31:36] "GET /obj-perms HTTP/1.1" 200 5042 0.004266 10.0.0.65 - - [2026-03-05 02:31:36] "GET /obj-perms HTTP/1.1" 200 5042 0.003292 10.0.0.133 - - [2026-03-05 02:31:36] "GET /obj-perms HTTP/1.1" 200 5042 0.008064 10.0.0.65 - - [2026-03-05 02:31:36] "POST /neutron/port HTTP/1.1" 200 1238 0.018351 10.0.0.65 - - [2026-03-05 02:31:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009920 10.0.0.65 - - [2026-03-05 02:31:36] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015187 10.0.0.65 - - [2026-03-05 02:31:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008026 10.0.0.65 - - [2026-03-05 02:31:36] "POST /neutron/port HTTP/1.1" 200 1235 0.016817 10.0.0.65 - - [2026-03-05 02:31:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006208 10.0.0.65 - - [2026-03-05 02:31:36] "GET /virtual-machine/15a8ae70-342a-4a61-b64e-a4da48a9db28 HTTP/1.1" 200 1300 0.006453 10.0.0.65 - - [2026-03-05 02:31:36] "GET /virtual-machine/15a8ae70-342a-4a61-b64e-a4da48a9db28 HTTP/1.1" 200 1300 0.003926 10.0.0.65 - - [2026-03-05 02:31:36] "GET /virtual-machine-interface/45eadd03-9611-4dea-9f85-a745150beb8c HTTP/1.1" 200 3176 0.006634 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-machine/15a8ae70-342a-4a61-b64e-a4da48a9db28 HTTP/1.1" 200 1300 0.005565 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-machine-interface/45eadd03-9611-4dea-9f85-a745150beb8c HTTP/1.1" 200 3176 0.005269 10.0.0.65 - - [2026-03-05 02:31:37] "GET /instance-ip/b3dbaf57-0499-4e66-b8d1-2305251f8f34 HTTP/1.1" 200 1635 0.006901 10.0.0.65 - - [2026-03-05 02:31:37] "GET /instance-ip/b90c5189-6677-4780-9169-48c864a46002 HTTP/1.1" 200 1657 0.006339 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-machine/15a8ae70-342a-4a61-b64e-a4da48a9db28 HTTP/1.1" 200 1300 0.002977 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-machine-interface/45eadd03-9611-4dea-9f85-a745150beb8c HTTP/1.1" 200 3176 0.004261 10.0.0.65 - - [2026-03-05 02:31:37] "GET /instance-ip/b3dbaf57-0499-4e66-b8d1-2305251f8f34 HTTP/1.1" 200 1635 0.003448 10.0.0.65 - - [2026-03-05 02:31:37] "GET /instance-ip/b90c5189-6677-4780-9169-48c864a46002 HTTP/1.1" 200 1657 0.003528 10.0.0.65 - - [2026-03-05 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.65 - - [2026-03-05 02:31:37] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003786 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002632 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005518 10.0.0.65 - - [2026-03-05 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.65 - - [2026-03-05 02:31:37] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003677 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002639 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005982 10.0.0.65 - - [2026-03-05 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.65 - - [2026-03-05 02:31:37] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003881 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002874 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005282 10.0.0.65 - - [2026-03-05 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.65 - - [2026-03-05 02:31:37] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004454 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003099 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005483 10.0.0.65 - - [2026-03-05 02:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.65 - - [2026-03-05 02:31:37] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004041 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003747 10.0.0.65 - - [2026-03-05 02:31:37] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005467 10.0.0.65 - - [2026-03-05 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.65 - - [2026-03-05 02:31:38] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004318 10.0.0.65 - - [2026-03-05 02:31:38] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003619 10.0.0.65 - - [2026-03-05 02:31:38] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005768 10.0.0.65 - - [2026-03-05 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.65 - - [2026-03-05 02:31:38] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003819 10.0.0.65 - - [2026-03-05 02:31:38] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003208 10.0.0.65 - - [2026-03-05 02:31:39] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005693 10.0.0.65 - - [2026-03-05 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.011012 10.0.0.65 - - [2026-03-05 02:31:39] "GET /routing-instance/ba435c01-99dc-465c-a924-4bd272b2471d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004448 10.0.0.65 - - [2026-03-05 02:31:39] "GET /route-target/c465c08f-10cb-41e0-8c0a-00cd70bce60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004220 10.0.0.65 - - [2026-03-05 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.65 - - [2026-03-05 02:31:39] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004783 10.0.0.65 - - [2026-03-05 02:31:39] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002429 10.0.0.65 - - [2026-03-05 02:31:39] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006793 10.0.0.65 - - [2026-03-05 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.65 - - [2026-03-05 02:31:39] "GET /routing-instance/ba435c01-99dc-465c-a924-4bd272b2471d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004355 10.0.0.65 - - [2026-03-05 02:31:39] "GET /route-target/c465c08f-10cb-41e0-8c0a-00cd70bce60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003956 10.0.0.65 - - [2026-03-05 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.65 - - [2026-03-05 02:31:39] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003934 10.0.0.65 - - [2026-03-05 02:31:39] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003031 10.0.0.65 - - [2026-03-05 02:31:39] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005136 10.0.0.65 - - [2026-03-05 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.65 - - [2026-03-05 02:31:39] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003587 10.0.0.65 - - [2026-03-05 02:31:39] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002753 10.0.0.65 - - [2026-03-05 02:31:39] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.006064 10.0.0.65 - - [2026-03-05 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.65 - - [2026-03-05 02:31:39] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003798 10.0.0.65 - - [2026-03-05 02:31:39] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003785 10.0.0.65 - - [2026-03-05 02:31:39] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005408 10.0.0.65 - - [2026-03-05 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.65 - - [2026-03-05 02:31:39] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004233 10.0.0.65 - - [2026-03-05 02:31:39] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003364 10.0.0.65 - - [2026-03-05 02:31:39] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.007885 10.0.0.65 - - [2026-03-05 02:31:39] "GET /obj-perms HTTP/1.1" 200 5042 0.004568 10.0.0.133 - - [2026-03-05 02:31:39] "GET /obj-perms HTTP/1.1" 200 5042 0.003465 10.0.0.65 - - [2026-03-05 02:31:39] "GET /obj-perms HTTP/1.1" 200 5042 0.003320 10.0.0.65 - - [2026-03-05 02:31:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003517 10.0.0.133 - - [2026-03-05 02:31:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003484 10.0.0.33 - - [2026-03-05 02:31:40] "GET /obj-perms HTTP/1.1" 200 5042 0.003503 10.0.0.65 - - [2026-03-05 02:31:40] "POST /neutron/port HTTP/1.1" 200 1237 0.014165 10.0.0.65 - - [2026-03-05 02:31:40] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008137 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-machine/ad718e5e-db4a-471c-bbd0-512d62a020a0 HTTP/1.1" 200 1301 0.012201 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-machine/ad718e5e-db4a-471c-bbd0-512d62a020a0 HTTP/1.1" 200 1301 0.003272 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-machine-interface/1974fe7c-5892-411d-a04c-b01c75362a46 HTTP/1.1" 200 3176 0.004587 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-machine/ad718e5e-db4a-471c-bbd0-512d62a020a0 HTTP/1.1" 200 1301 0.003175 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-machine-interface/1974fe7c-5892-411d-a04c-b01c75362a46 HTTP/1.1" 200 3176 0.004510 10.0.0.65 - - [2026-03-05 02:31:40] "GET /instance-ip/266c442f-1cc7-464d-84ae-762ed850a492 HTTP/1.1" 200 1655 0.006297 10.0.0.65 - - [2026-03-05 02:31:40] "GET /instance-ip/f3d9cde9-6003-4164-9671-5ab8cfe38b30 HTTP/1.1" 200 1637 0.004541 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-machine/ad718e5e-db4a-471c-bbd0-512d62a020a0 HTTP/1.1" 200 1301 0.003335 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-machine-interface/1974fe7c-5892-411d-a04c-b01c75362a46 HTTP/1.1" 200 3176 0.005117 10.0.0.65 - - [2026-03-05 02:31:40] "GET /instance-ip/266c442f-1cc7-464d-84ae-762ed850a492 HTTP/1.1" 200 1655 0.003683 10.0.0.65 - - [2026-03-05 02:31:40] "GET /instance-ip/f3d9cde9-6003-4164-9671-5ab8cfe38b30 HTTP/1.1" 200 1637 0.004488 10.0.0.65 - - [2026-03-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.65 - - [2026-03-05 02:31:40] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003302 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003403 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006008 10.0.0.65 - - [2026-03-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.65 - - [2026-03-05 02:31:40] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003903 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002779 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005172 10.0.0.65 - - [2026-03-05 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.65 - - [2026-03-05 02:31:40] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004095 10.0.0.65 - - [2026-03-05 02:31:40] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.010940 10.0.0.65 - - [2026-03-05 02:31:41] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006311 10.0.0.65 - - [2026-03-05 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.65 - - [2026-03-05 02:31:41] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003742 10.0.0.65 - - [2026-03-05 02:31:41] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003061 10.0.0.65 - - [2026-03-05 02:31:41] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005244 10.0.0.65 - - [2026-03-05 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.65 - - [2026-03-05 02:31:41] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004042 10.0.0.65 - - [2026-03-05 02:31:41] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002972 10.0.0.65 - - [2026-03-05 02:31:41] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005613 10.0.0.65 - - [2026-03-05 02:31:41] "POST /neutron/port HTTP/1.1" 200 1235 0.053458 10.0.0.65 - - [2026-03-05 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.65 - - [2026-03-05 02:31:42] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003496 10.0.0.65 - - [2026-03-05 02:31:42] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002331 10.0.0.65 - - [2026-03-05 02:31:42] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005049 10.0.0.65 - - [2026-03-05 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.65 - - [2026-03-05 02:31:42] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003230 10.0.0.65 - - [2026-03-05 02:31:42] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002996 10.0.0.65 - - [2026-03-05 02:31:42] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005441 10.0.0.65 - - [2026-03-05 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.65 - - [2026-03-05 02:31:42] "GET /routing-instance/fd40413b-c54c-4a8f-a10a-121a64a33a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.003994 10.0.0.65 - - [2026-03-05 02:31:42] "GET /route-target/1b279bfc-0362-418a-9748-52b4516e84a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004412 10.0.0.65 - - [2026-03-05 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.65 - - [2026-03-05 02:31:42] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004596 10.0.0.65 - - [2026-03-05 02:31:42] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002841 10.0.0.65 - - [2026-03-05 02:31:42] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005277 10.0.0.65 - - [2026-03-05 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.65 - - [2026-03-05 02:31:42] "GET /routing-instance/fd40413b-c54c-4a8f-a10a-121a64a33a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004649 10.0.0.65 - - [2026-03-05 02:31:43] "GET /route-target/1b279bfc-0362-418a-9748-52b4516e84a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003820 10.0.0.65 - - [2026-03-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.65 - - [2026-03-05 02:31:43] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004331 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002490 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005170 10.0.0.65 - - [2026-03-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.65 - - [2026-03-05 02:31:43] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003381 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003649 10.0.0.65 - - [2026-03-05 02:31:43] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006226 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006991 10.0.0.65 - - [2026-03-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.65 - - [2026-03-05 02:31:43] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003536 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002597 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006140 10.0.0.65 - - [2026-03-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002265 10.0.0.65 - - [2026-03-05 02:31:43] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003490 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003131 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005796 10.0.0.65 - - [2026-03-05 02:31:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003451 10.0.0.133 - - [2026-03-05 02:31:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003303 10.0.0.65 - - [2026-03-05 02:31:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003479 10.0.0.133 - - [2026-03-05 02:31:43] "GET /obj-perms HTTP/1.1" 200 5042 0.003435 10.0.0.65 - - [2026-03-05 02:31:43] "GET /obj-perms HTTP/1.1" 200 5042 0.004027 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-machine/6c42a71d-8800-4b03-9611-a1dfdc0e67c4 HTTP/1.1" 200 1300 0.003320 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-machine-interface/6b79e7e1-1ceb-4386-9f6b-6d438e507937 HTTP/1.1" 200 3176 0.004843 10.0.0.65 - - [2026-03-05 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.65 - - [2026-03-05 02:31:43] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003420 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002875 10.0.0.65 - - [2026-03-05 02:31:43] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005538 10.0.0.65 - - [2026-03-05 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.65 - - [2026-03-05 02:31:45] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003766 10.0.0.65 - - [2026-03-05 02:31:45] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003891 10.0.0.65 - - [2026-03-05 02:31:45] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005894 10.0.0.65 - - [2026-03-05 02:31:48] "POST /neutron/port HTTP/1.1" 200 1237 0.014338 10.0.0.65 - - [2026-03-05 02:31:50] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006279 10.0.0.65 - - [2026-03-05 02:31:55] "GET /virtual-machine/15a8ae70-342a-4a61-b64e-a4da48a9db28 HTTP/1.1" 200 1300 0.003820 10.0.0.65 - - [2026-03-05 02:31:55] "GET /virtual-machine-interface/45eadd03-9611-4dea-9f85-a745150beb8c HTTP/1.1" 200 3176 0.004753 10.0.0.65 - - [2026-03-05 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.65 - - [2026-03-05 02:31:55] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003233 10.0.0.65 - - [2026-03-05 02:31:55] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002819 10.0.0.65 - - [2026-03-05 02:31:55] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005424 10.0.0.65 - - [2026-03-05 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.65 - - [2026-03-05 02:31:56] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002809 10.0.0.65 - - [2026-03-05 02:31:56] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002485 10.0.0.65 - - [2026-03-05 02:31:56] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005337 10.0.0.65 - - [2026-03-05 02:31:56] "GET /virtual-machine/ad718e5e-db4a-471c-bbd0-512d62a020a0 HTTP/1.1" 200 1301 0.004909 10.0.0.65 - - [2026-03-05 02:31:56] "GET /virtual-machine-interface/1974fe7c-5892-411d-a04c-b01c75362a46 HTTP/1.1" 200 3176 0.005965 10.0.0.65 - - [2026-03-05 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.65 - - [2026-03-05 02:31:57] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004127 10.0.0.65 - - [2026-03-05 02:31:57] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003226 10.0.0.65 - - [2026-03-05 02:31:57] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007550 10.0.0.65 - - [2026-03-05 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.65 - - [2026-03-05 02:31:58] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003307 10.0.0.65 - - [2026-03-05 02:31:58] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003220 10.0.0.65 - - [2026-03-05 02:31:58] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005903 10.0.0.65 - - [2026-03-05 02:32:05] "POST /neutron/network HTTP/1.1" 200 1120 0.006768 10.0.0.65 - - [2026-03-05 02:32:05] "POST /neutron/subnet HTTP/1.1" 200 1375 0.011043 10.0.0.65 - - [2026-03-05 02:32:05] "POST /neutron/network HTTP/1.1" 200 1110 0.008442 10.0.0.65 - - [2026-03-05 02:32:24] "GET /virtual-machine/ad718e5e-db4a-471c-bbd0-512d62a020a0 HTTP/1.1" 200 1301 0.004695 10.0.0.65 - - [2026-03-05 02:32:25] "POST /neutron/port HTTP/1.1" 200 151 0.194082 10.0.0.65 - - [2026-03-05 02:32:26] "GET /virtual-machine/ad718e5e-db4a-471c-bbd0-512d62a020a0 HTTP/1.1" 404 171 0.002782 10.0.0.65 - - [2026-03-05 02:32:26] "GET /virtual-machine/ad718e5e-db4a-471c-bbd0-512d62a020a0 HTTP/1.1" 404 171 0.002877 10.0.0.65 - - [2026-03-05 02:32:26] "GET /virtual-machine/ad718e5e-db4a-471c-bbd0-512d62a020a0 HTTP/1.1" 404 171 0.002116 10.0.0.65 - - [2026-03-05 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.65 - - [2026-03-05 02:32:26] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003235 10.0.0.65 - - [2026-03-05 02:32:26] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002428 10.0.0.65 - - [2026-03-05 02:32:26] "GET /virtual-network/677a5d07-2222-4105-8993-c5c519770004?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005515 10.0.0.65 - - [2026-03-05 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.65 - - [2026-03-05 02:32:26] "GET /routing-instance/fd40413b-c54c-4a8f-a10a-121a64a33a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.003745 10.0.0.65 - - [2026-03-05 02:32:26] "GET /route-target/1b279bfc-0362-418a-9748-52b4516e84a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003999 10.0.0.133 - - [2026-03-05 02:32:27] "GET /obj-perms HTTP/1.1" 200 5042 0.004572 10.0.0.65 - - [2026-03-05 02:32:30] "GET /obj-perms HTTP/1.1" 200 5042 0.003382 10.0.0.133 - - [2026-03-05 02:32:36] "GET /obj-perms HTTP/1.1" 200 5042 0.003521 10.0.0.65 - - [2026-03-05 02:32:39] "GET /obj-perms HTTP/1.1" 200 5042 0.003594 10.0.0.133 - - [2026-03-05 02:32:45] "GET /obj-perms HTTP/1.1" 200 5042 0.003641 10.0.0.65 - - [2026-03-05 02:32:48] "GET /obj-perms HTTP/1.1" 200 5042 0.003662 10.0.0.133 - - [2026-03-05 02:32:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003529 10.0.0.65 - - [2026-03-05 02:32:54] "GET /obj-perms HTTP/1.1" 200 5042 0.003200 10.0.0.65 - - [2026-03-05 02:32:54] "GET /virtual-machine/15a8ae70-342a-4a61-b64e-a4da48a9db28 HTTP/1.1" 200 1300 0.004077 10.0.0.65 - - [2026-03-05 02:32:55] "POST /neutron/port HTTP/1.1" 200 151 0.189111 10.0.0.65 - - [2026-03-05 02:32:56] "GET /virtual-machine/15a8ae70-342a-4a61-b64e-a4da48a9db28 HTTP/1.1" 404 171 0.002705 10.0.0.65 - - [2026-03-05 02:32:56] "GET /virtual-machine/15a8ae70-342a-4a61-b64e-a4da48a9db28 HTTP/1.1" 404 171 0.002115 10.0.0.65 - - [2026-03-05 02:32:56] "GET /virtual-machine/15a8ae70-342a-4a61-b64e-a4da48a9db28 HTTP/1.1" 404 171 0.002449 10.0.0.65 - - [2026-03-05 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.65 - - [2026-03-05 02:32:57] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003064 10.0.0.65 - - [2026-03-05 02:32:57] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002856 10.0.0.65 - - [2026-03-05 02:32:57] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.004955 10.0.0.65 - - [2026-03-05 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.65 - - [2026-03-05 02:32:57] "GET /routing-instance/ba435c01-99dc-465c-a924-4bd272b2471d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1802 0.004005 10.0.0.65 - - [2026-03-05 02:32:57] "GET /route-target/c465c08f-10cb-41e0-8c0a-00cd70bce60f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003857 10.0.0.65 - - [2026-03-05 02:32:57] "GET /obj-perms HTTP/1.1" 200 5042 0.003162 10.0.0.33 - - [2026-03-05 02:32:57] "GET /obj-perms HTTP/1.1" 200 5042 0.004476 10.0.0.133 - - [2026-03-05 02:32:57] "GET /obj-perms HTTP/1.1" 200 5042 0.002766 10.0.0.65 - - [2026-03-05 02:32:57] "GET /virtual-machine/6c42a71d-8800-4b03-9611-a1dfdc0e67c4 HTTP/1.1" 200 1300 0.003587 10.0.0.65 - - [2026-03-05 02:32:58] "POST /neutron/port HTTP/1.1" 200 151 0.202970 10.0.0.65 - - [2026-03-05 02:32:59] "GET /virtual-machine/6c42a71d-8800-4b03-9611-a1dfdc0e67c4 HTTP/1.1" 404 171 0.003710 10.0.0.65 - - [2026-03-05 02:32:59] "GET /virtual-machine/6c42a71d-8800-4b03-9611-a1dfdc0e67c4 HTTP/1.1" 404 171 0.002225 10.0.0.65 - - [2026-03-05 02:32:59] "GET /virtual-machine/6c42a71d-8800-4b03-9611-a1dfdc0e67c4 HTTP/1.1" 404 171 0.002186 10.0.0.65 - - [2026-03-05 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.65 - - [2026-03-05 02:32:59] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003664 10.0.0.65 - - [2026-03-05 02:32:59] "GET /virtual-networks?parent_id=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002972 10.0.0.65 - - [2026-03-05 02:32:59] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006590 10.0.0.65 - - [2026-03-05 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.65 - - [2026-03-05 02:32:59] "GET /routing-instance/3fff201b-2103-498e-84b6-e2df683ab8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1800 0.005041 10.0.0.65 - - [2026-03-05 02:32:59] "GET /route-target/fe45cc98-f673-4d36-9ab7-3f9ecb683216?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002877 10.0.0.133 - - [2026-03-05 02:33:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.133 - - [2026-03-05 02:33:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.33 - - [2026-03-05 02:33:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.33 - - [2026-03-05 02:33:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.65 - - [2026-03-05 02:33:02] "GET /obj-perms HTTP/1.1" 200 5042 0.003354 10.0.0.133 - - [2026-03-05 02:33:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000804 10.0.0.133 - - [2026-03-05 02:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.33 - - [2026-03-05 02:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.33 - - [2026-03-05 02:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.65 - - [2026-03-05 02:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.65 - - [2026-03-05 02:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000459 10.0.0.65 - - [2026-03-05 02:33:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000387 10.0.0.65 - - [2026-03-05 02:33:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.133 - - [2026-03-05 02:33:06] "GET /obj-perms HTTP/1.1" 200 5042 0.003466 10.0.0.65 - - [2026-03-05 02:33:12] "GET /obj-perms HTTP/1.1" 200 5042 0.003475 10.0.0.133 - - [2026-03-05 02:33:14] "GET /obj-perms HTTP/1.1" 200 5056 0.046139 10.0.0.65 - - [2026-03-05 02:33:21] "GET /obj-perms HTTP/1.1" 200 5042 0.003738 10.0.0.133 - - [2026-03-05 02:33:21] "GET /obj-perms HTTP/1.1" 200 5042 0.003705 10.0.0.65 - - [2026-03-05 02:33:24] "GET /obj-perms HTTP/1.1" 200 5042 0.003427 10.0.0.65 - - [2026-03-05 02:33:24] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005248 10.0.0.65 - - [2026-03-05 02:33:24] "POST /neutron/network HTTP/1.1" 200 1012 0.022253 10.0.0.65 - - [2026-03-05 02:33:24] "GET /virtual-network/6eba9da3-aae0-4d43-8158-c4a3d493e328?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004670 10.0.0.65 - - [2026-03-05 02:33:24] "POST /ref-update HTTP/1.1" 200 156 0.026013 10.0.0.65 - - [2026-03-05 02:33:24] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.004727 10.0.0.65 - - [2026-03-05 02:33:25] "POST /neutron/network HTTP/1.1" 200 1015 0.011482 10.0.0.65 - - [2026-03-05 02:33:25] "GET /virtual-network/9ba82637-f730-4dac-9a38-569f320145d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006196 10.0.0.65 - - [2026-03-05 02:33:25] "POST /ref-update HTTP/1.1" 200 156 0.028003 10.0.0.65 - - [2026-03-05 02:33:25] "DELETE /network-policy/78d4e060-c368-42b4-abc9-4081111bac61 HTTP/1.1" 200 115 0.057689 10.0.0.65 - - [2026-03-05 02:33:25] "DELETE /network-policy/0e3e30d3-c269-4a30-bc44-65a0c9544469 HTTP/1.1" 200 115 0.042308 10.0.0.65 - - [2026-03-05 02:33:25] "DELETE /network-policy/94391efe-eb16-4f95-a63d-6f9aab30c04c HTTP/1.1" 200 115 0.043799 10.0.0.65 - - [2026-03-05 02:33:25] "POST /neutron/network HTTP/1.1" 200 1012 0.007792 10.0.0.65 - - [2026-03-05 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006152 10.0.0.133 - - [2026-03-05 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003639 10.0.0.133 - - [2026-03-05 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.008125 10.0.0.133 - - [2026-03-05 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003007 10.0.0.133 - - [2026-03-05 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002190 10.0.0.65 - - [2026-03-05 02:33:26] "POST /neutron/network HTTP/1.1" 200 151 0.134541 10.0.0.65 - - [2026-03-05 02:33:26] "DELETE /route-target/fe45cc98-f673-4d36-9ab7-3f9ecb683216 HTTP/1.1" 200 115 0.032155 10.0.0.65 - - [2026-03-05 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.65 - - [2026-03-05 02:33:26] "DELETE /network-ipam/b18f857c-6b0f-454a-a432-00f941df3343 HTTP/1.1" 200 115 0.026448 10.0.0.65 - - [2026-03-05 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 203 0.002921 10.0.0.65 - - [2026-03-05 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.65 - - [2026-03-05 02:33:26] "DELETE /network-ipam/30897ba1-0aef-40c7-a3d6-d4f45421c9d1 HTTP/1.1" 200 115 0.034562 10.0.0.65 - - [2026-03-05 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 203 0.011806 10.0.0.65 - - [2026-03-05 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.65 - - [2026-03-05 02:33:26] "DELETE /network-ipam/8b801bac-f34f-4423-81db-24e6d9fc02ea HTTP/1.1" 200 115 0.040360 10.0.0.65 - - [2026-03-05 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 203 0.005898 10.0.0.133 - - [2026-03-05 02:33:29] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000836 10.0.0.65 - - [2026-03-05 02:33:29] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.060862 10.0.0.133 - - [2026-03-05 02:33:29] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000765 10.0.0.65 - - [2026-03-05 02:33:29] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?fields=virtual_networks HTTP/1.1" 200 1047 0.078311 10.0.0.133 - - [2026-03-05 02:33:29] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000840 10.0.0.65 - - [2026-03-05 02:33:29] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.031566 10.0.0.133 - - [2026-03-05 02:33:29] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002129 10.0.0.65 - - [2026-03-05 02:33:29] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?fields=security_groups HTTP/1.1" 200 1280 0.041183 10.0.0.65 - - [2026-03-05 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.032467 10.0.0.133 - - [2026-03-05 02:33:30] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002501 10.0.0.133 - - [2026-03-05 02:33:30] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.133 - - [2026-03-05 02:33:30] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007827 10.0.0.133 - - [2026-03-05 02:33:30] "POST /id-to-fqname HTTP/1.1" 200 192 0.004629 10.0.0.133 - - [2026-03-05 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.004023 10.0.0.133 - - [2026-03-05 02:33:30] "POST /security-groups HTTP/1.1" 200 593 0.069345 10.0.0.133 - - [2026-03-05 02:33:30] "POST /projects HTTP/1.1" 200 589 0.269572 10.0.0.133 - - [2026-03-05 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.306213 10.0.0.65 - - [2026-03-05 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.010056 10.0.0.65 - - [2026-03-05 02:33:30] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.436567 10.0.0.65 - - [2026-03-05 02:33:31] "GET / HTTP/1.1" 200 36215 0.002013 10.0.0.65 - - [2026-03-05 02:33:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000413 10.0.0.65 - - [2026-03-05 02:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.051604 10.0.0.133 - - [2026-03-05 02:33:33] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000817 10.0.0.65 - - [2026-03-05 02:33:34] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.038050 10.0.0.65 - - [2026-03-05 02:33:34] "POST /ref-update HTTP/1.1" 200 156 0.029954 10.0.0.133 - - [2026-03-05 02:33:34] "POST /useragent-kv HTTP/1.1" 200 115 0.006665 10.0.0.65 - - [2026-03-05 02:33:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.230092 10.0.0.65 - - [2026-03-05 02:33:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001081 10.0.0.65 - - [2026-03-05 02:33:34] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006977 10.0.0.65 - - [2026-03-05 02:33:34] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004596 10.0.0.65 - - [2026-03-05 02:33:34] "POST /neutron/network HTTP/1.1" 200 825 0.005056 10.0.0.65 - - [2026-03-05 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.133 - - [2026-03-05 02:33:34] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000859 10.0.0.65 - - [2026-03-05 02:33:34] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.031685 10.0.0.133 - - [2026-03-05 02:33:34] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000916 10.0.0.65 - - [2026-03-05 02:33:34] "POST /neutron/network HTTP/1.1" 200 607 0.118091 10.0.0.65 - - [2026-03-05 02:33:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.002735 10.0.0.65 - - [2026-03-05 02:33:35] "GET /virtual-network/a990d80f-3f1e-4c2f-a8cc-511980144bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005154 10.0.0.65 - - [2026-03-05 02:33:35] "POST /neutron/network HTTP/1.1" 200 826 0.004957 10.0.0.65 - - [2026-03-05 02:33:35] "GET /virtual-network/a990d80f-3f1e-4c2f-a8cc-511980144bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004558 10.0.0.65 - - [2026-03-05 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 228 0.002460 10.0.0.65 - - [2026-03-05 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.133 - - [2026-03-05 02:33:35] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000818 10.0.0.65 - - [2026-03-05 02:33:35] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.034742 10.0.0.65 - - [2026-03-05 02:33:35] "POST /network-policys HTTP/1.1" 200 573 0.023613 10.0.0.65 - - [2026-03-05 02:33:35] "GET /network-policy/d84dd57c-fdd6-4c59-bc91-0a46b4312b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005278 10.0.0.65 - - [2026-03-05 02:33:35] "POST /neutron/network HTTP/1.1" 200 825 0.006820 10.0.0.65 - - [2026-03-05 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.002857 10.0.0.65 - - [2026-03-05 02:33:35] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007549 10.0.0.65 - - [2026-03-05 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.65 - - [2026-03-05 02:33:35] "GET /network-policy/d84dd57c-fdd6-4c59-bc91-0a46b4312b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003824 10.0.0.65 - - [2026-03-05 02:33:35] "POST /neutron/network HTTP/1.1" 200 826 0.007798 10.0.0.65 - - [2026-03-05 02:33:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.007182 10.0.0.65 - - [2026-03-05 02:33:35] "GET /virtual-network/a990d80f-3f1e-4c2f-a8cc-511980144bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.007499 10.0.0.65 - - [2026-03-05 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.65 - - [2026-03-05 02:33:35] "GET /network-policy/d84dd57c-fdd6-4c59-bc91-0a46b4312b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.004732 10.0.0.65 - - [2026-03-05 02:33:36] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.007301 10.0.0.33 - - [2026-03-05 02:33:37] "GET /obj-perms HTTP/1.1" 200 5034 0.051886 10.0.0.133 - - [2026-03-05 02:33:37] "GET /obj-perms HTTP/1.1" 200 5034 0.059524 10.0.0.65 - - [2026-03-05 02:33:38] "GET /virtual-network/a990d80f-3f1e-4c2f-a8cc-511980144bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.014730 10.0.0.65 - - [2026-03-05 02:33:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001162 10.0.0.65 - - [2026-03-05 02:33:38] "POST /neutron/network HTTP/1.1" 200 937 0.005623 10.0.0.133 - - [2026-03-05 02:33:39] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000855 10.0.0.65 - - [2026-03-05 02:33:39] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.065670 10.0.0.65 - - [2026-03-05 02:33:39] "POST /neutron/port HTTP/1.1" 200 117 0.005253 10.0.0.65 - - [2026-03-05 02:33:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.000992 10.0.0.65 - - [2026-03-05 02:33:40] "POST /neutron/network HTTP/1.1" 200 937 0.007395 10.0.0.65 - - [2026-03-05 02:33:40] "POST /neutron/port HTTP/1.1" 200 1061 0.042987 10.0.0.133 - - [2026-03-05 02:33:40] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000870 10.0.0.65 - - [2026-03-05 02:33:40] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.088841 10.0.0.65 - - [2026-03-05 02:33:40] "POST /neutron/port HTTP/1.1" 200 1125 0.017600 10.0.0.65 - - [2026-03-05 02:33:40] "POST /neutron/port HTTP/1.1" 200 117 0.001403 10.0.0.65 - - [2026-03-05 02:33:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006741 10.0.0.65 - - [2026-03-05 02:33:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006162 10.0.0.65 - - [2026-03-05 02:33:41] "PUT /access-control-list/6f3bf700-54f7-4cdf-8a6b-fce994f78e7f HTTP/1.1" 200 273 0.060261 10.0.0.65 - - [2026-03-05 02:33:41] "POST /neutron/port HTTP/1.1" 200 1062 0.038749 10.0.0.65 - - [2026-03-05 02:33:41] "POST /neutron/port HTTP/1.1" 200 1126 0.022799 10.0.0.65 - - [2026-03-05 02:33:42] "POST /neutron/port HTTP/1.1" 200 117 0.000984 10.0.0.65 - - [2026-03-05 02:33:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007190 10.0.0.65 - - [2026-03-05 02:33:46] "POST /neutron/port HTTP/1.1" 200 1125 0.021476 10.0.0.65 - - [2026-03-05 02:33:46] "GET /virtual-machine/06c40286-7ab6-4331-8f40-a47bd89fc12f HTTP/1.1" 401 292 0.000371 10.0.0.65 - - [2026-03-05 02:33:46] "GET /virtual-machine/06c40286-7ab6-4331-8f40-a47bd89fc12f HTTP/1.1" 200 1295 0.029548 10.0.0.65 - - [2026-03-05 02:33:46] "GET /virtual-machine-interface/2cbbe483-88e9-46b0-a4ec-aa389f363edc HTTP/1.1" 200 2958 0.004634 10.0.0.65 - - [2026-03-05 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.65 - - [2026-03-05 02:33:46] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002834 10.0.0.65 - - [2026-03-05 02:33:46] "GET /virtual-networks?parent_id=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002583 10.0.0.65 - - [2026-03-05 02:33:46] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004896 10.0.0.65 - - [2026-03-05 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.65 - - [2026-03-05 02:33:49] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005378 10.0.0.65 - - [2026-03-05 02:33:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.65 - - [2026-03-05 02:33:53] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004900 10.0.0.133 - - [2026-03-05 02:33:55] "DELETE /project/fe917573c5da416294ce99a63d5f11d8 HTTP/1.1" 404 173 0.005464 10.0.0.133 - - [2026-03-05 02:33:55] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000761 10.0.0.133 - - [2026-03-05 02:33:55] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.041105 10.0.0.133 - - [2026-03-05 02:33:55] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000877 10.0.0.133 - - [2026-03-05 02:33:55] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?fields=security_groups HTTP/1.1" 200 1382 0.038313 10.0.0.133 - - [2026-03-05 02:33:55] "DELETE /security-group/8214d722-0f44-4e60-8c8f-202d4be7bdec HTTP/1.1" 200 115 0.048436 10.0.0.133 - - [2026-03-05 02:33:55] "GET /projects?obj_uuids=d9f59f2a-43dd-4411-b9b5-2a15f1d8e283&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000837 10.0.0.133 - - [2026-03-05 02:33:56] "GET /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283?fields=application_policy_sets HTTP/1.1" 200 1421 0.051361 10.0.0.133 - - [2026-03-05 02:33:56] "DELETE /project/d9f59f2a-43dd-4411-b9b5-2a15f1d8e283 HTTP/1.1" 200 115 0.372590 10.0.0.65 - - [2026-03-05 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.65 - - [2026-03-05 02:33:58] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004977 10.0.0.65 - - [2026-03-05 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.65 - - [2026-03-05 02:34:02] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004502 10.0.0.65 - - [2026-03-05 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.65 - - [2026-03-05 02:34:06] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005397 10.0.0.65 - - [2026-03-05 02:34:08] "POST /neutron/port HTTP/1.1" 200 1126 0.022597 10.0.0.65 - - [2026-03-05 02:34:08] "POST /neutron/subnet HTTP/1.1" 200 698 0.007316 10.0.0.65 - - [2026-03-05 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.65 - - [2026-03-05 02:34:10] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004704 10.0.0.65 - - [2026-03-05 02:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.65 - - [2026-03-05 02:34:14] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004826 10.0.0.65 - - [2026-03-05 02:34:15] "GET /obj-perms HTTP/1.1" 200 5056 0.052961 10.0.0.65 - - [2026-03-05 02:34:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.65 - - [2026-03-05 02:34:18] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004739 10.0.0.65 - - [2026-03-05 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.65 - - [2026-03-05 02:34:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003224 10.0.0.65 - - [2026-03-05 02:34:20] "GET /virtual-networks?parent_id=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003072 10.0.0.65 - - [2026-03-05 02:34:20] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006946 10.0.0.65 - - [2026-03-05 02:34:20] "POST /neutron/port HTTP/1.1" 200 1125 0.016815 10.0.0.65 - - [2026-03-05 02:34:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006538 10.0.0.65 - - [2026-03-05 02:34:31] "POST /neutron/port HTTP/1.1" 200 1125 0.017469 10.0.0.65 - - [2026-03-05 02:34:36] "POST /neutron/port HTTP/1.1" 200 1126 0.041536 10.0.0.65 - - [2026-03-05 02:34:40] "POST /neutron/port HTTP/1.1" 200 1125 0.018212 10.0.0.65 - - [2026-03-05 02:34:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003891 10.0.0.65 - - [2026-03-05 02:34:40] "POST /neutron/network HTTP/1.1" 200 927 0.005889 10.0.0.65 - - [2026-03-05 02:34:41] "POST /neutron/port HTTP/1.1" 200 1126 0.019075 10.0.0.65 - - [2026-03-05 02:34:41] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008211 10.0.0.65 - - [2026-03-05 02:34:41] "GET /virtual-machine/3fdef8eb-c34a-427e-92c8-246771a6c0f2 HTTP/1.1" 200 1296 0.005209 10.0.0.65 - - [2026-03-05 02:34:41] "GET /virtual-machine-interface/bc5383b4-29b1-487d-9381-a595cea29d35 HTTP/1.1" 200 2959 0.006718 10.0.0.65 - - [2026-03-05 02:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.65 - - [2026-03-05 02:34:41] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003120 10.0.0.65 - - [2026-03-05 02:34:41] "GET /virtual-networks?parent_id=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002230 10.0.0.65 - - [2026-03-05 02:34:41] "GET /virtual-network/a990d80f-3f1e-4c2f-a8cc-511980144bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006099 10.0.0.65 - - [2026-03-05 02:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.65 - - [2026-03-05 02:34:42] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003025 10.0.0.65 - - [2026-03-05 02:34:43] "GET /virtual-networks?parent_id=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002198 10.0.0.65 - - [2026-03-05 02:34:43] "GET /virtual-network/a990d80f-3f1e-4c2f-a8cc-511980144bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005120 10.0.0.65 - - [2026-03-05 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.133 - - [2026-03-05 02:35:05] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000834 10.0.0.65 - - [2026-03-05 02:35:05] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.043597 10.0.0.65 - - [2026-03-05 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005020 10.0.0.65 - - [2026-03-05 02:35:05] "PUT /network-policy/d84dd57c-fdd6-4c59-bc91-0a46b4312b70 HTTP/1.1" 200 263 0.023182 10.0.0.65 - - [2026-03-05 02:35:06] "PUT /access-control-list/f4700c5b-d66c-49dc-ba82-58a766692348 HTTP/1.1" 200 273 0.014747 10.0.0.65 - - [2026-03-05 02:35:06] "POST /ref-update HTTP/1.1" 200 156 0.021833 10.0.0.65 - - [2026-03-05 02:35:09] "GET /virtual-network/a990d80f-3f1e-4c2f-a8cc-511980144bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005258 10.0.0.65 - - [2026-03-05 02:35:09] "POST /neutron/network HTTP/1.1" 200 928 0.005150 10.0.0.65 - - [2026-03-05 02:35:09] "GET /virtual-network/a990d80f-3f1e-4c2f-a8cc-511980144bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007811 10.0.0.65 - - [2026-03-05 02:35:09] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004339 10.0.0.65 - - [2026-03-05 02:35:09] "POST /neutron/network HTTP/1.1" 200 927 0.005876 10.0.0.65 - - [2026-03-05 02:35:10] "GET /virtual-network/04d00114-777b-43f1-93f6-22a46b37484f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007035 10.0.0.65 - - [2026-03-05 02:35:10] "POST /neutron/port HTTP/1.1" 200 1126 0.021410 10.0.0.65 - - [2026-03-05 02:35:10] "DELETE /network-policy/d84dd57c-fdd6-4c59-bc91-0a46b4312b70 HTTP/1.1" 200 115 0.027424 10.0.0.65 - - [2026-03-05 02:35:10] "POST /neutron/port HTTP/1.1" 200 1115 0.014169 10.0.0.65 - - [2026-03-05 02:35:10] "POST /neutron/port HTTP/1.1" 200 151 0.186693 10.0.0.65 - - [2026-03-05 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.133 - - [2026-03-05 02:35:12] "POST /useragent-kv HTTP/1.1" 200 115 0.011969 10.0.0.133 - - [2026-03-05 02:35:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003218 10.0.0.65 - - [2026-03-05 02:35:12] "POST /neutron/network HTTP/1.1" 200 151 0.119237 10.0.0.65 - - [2026-03-05 02:35:12] "DELETE /route-target/7f199517-f19d-4da1-9670-d7b8062355f1 HTTP/1.1" 200 115 0.025888 10.0.0.133 - - [2026-03-05 02:35:14] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.65 - - [2026-03-05 02:35:14] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.037045 10.0.0.133 - - [2026-03-05 02:35:14] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001031 10.0.0.65 - - [2026-03-05 02:35:14] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?fields=virtual_networks HTTP/1.1" 200 1039 0.044470 10.0.0.133 - - [2026-03-05 02:35:14] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001210 10.0.0.65 - - [2026-03-05 02:35:14] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.053676 10.0.0.133 - - [2026-03-05 02:35:14] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000876 10.0.0.65 - - [2026-03-05 02:35:14] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?fields=security_groups HTTP/1.1" 200 1268 0.038492 10.0.0.65 - - [2026-03-05 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.026521 10.0.0.133 - - [2026-03-05 02:35:15] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002522 10.0.0.133 - - [2026-03-05 02:35:15] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.133 - - [2026-03-05 02:35:15] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005989 10.0.0.133 - - [2026-03-05 02:35:15] "POST /id-to-fqname HTTP/1.1" 200 202 0.009930 10.0.0.133 - - [2026-03-05 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 211 0.004417 10.0.0.133 - - [2026-03-05 02:35:15] "POST /security-groups HTTP/1.1" 200 603 0.073145 10.0.0.133 - - [2026-03-05 02:35:15] "POST /projects HTTP/1.1" 200 609 0.278843 10.0.0.65 - - [2026-03-05 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.006888 10.0.0.133 - - [2026-03-05 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.352561 10.0.0.65 - - [2026-03-05 02:35:15] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.474271 10.0.0.65 - - [2026-03-05 02:35:17] "GET / HTTP/1.1" 200 36215 0.001848 10.0.0.65 - - [2026-03-05 02:35:20] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000411 10.0.0.133 - - [2026-03-05 02:35:21] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000850 10.0.0.65 - - [2026-03-05 02:35:21] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.076006 10.0.0.65 - - [2026-03-05 02:35:21] "GET / HTTP/1.1" 200 36215 0.001472 10.0.0.65 - - [2026-03-05 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.133 - - [2026-03-05 02:35:22] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000754 10.0.0.65 - - [2026-03-05 02:35:22] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.005673 10.0.0.65 - - [2026-03-05 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.133 - - [2026-03-05 02:35:22] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000839 10.0.0.65 - - [2026-03-05 02:35:22] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.036099 10.0.0.65 - - [2026-03-05 02:35:23] "GET /domains HTTP/1.1" 401 292 0.000377 10.0.0.65 - - [2026-03-05 02:35:23] "GET /domains HTTP/1.1" 200 281 0.027091 10.0.0.133 - - [2026-03-05 02:35:23] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.65 - - [2026-03-05 02:35:23] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983 HTTP/1.1" 200 2980 0.009771 10.0.0.133 - - [2026-03-05 02:35:23] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000803 10.0.0.65 - - [2026-03-05 02:35:23] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9 HTTP/1.1" 200 1929 0.082850 10.0.0.65 - - [2026-03-05 02:35:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002954 10.0.0.65 - - [2026-03-05 02:35:23] "POST /network-ipams HTTP/1.1" 200 623 0.027269 10.0.0.65 - - [2026-03-05 02:35:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003058 10.0.0.65 - - [2026-03-05 02:35:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.65 - - [2026-03-05 02:35:23] "GET /network-ipam/ae41952c-da24-4b6c-86bc-712c0a2ebf53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.005888 10.0.0.65 - - [2026-03-05 02:35:23] "PUT /network-ipam/ae41952c-da24-4b6c-86bc-712c0a2ebf53 HTTP/1.1" 200 259 0.012989 10.0.0.65 - - [2026-03-05 02:35:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000575 10.0.0.65 - - [2026-03-05 02:35:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.027677 10.0.0.133 - - [2026-03-05 02:35:24] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000841 10.0.0.65 - - [2026-03-05 02:35:24] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.034823 10.0.0.65 - - [2026-03-05 02:35:24] "POST /neutron/network HTTP/1.1" 200 117 0.035737 10.0.0.65 - - [2026-03-05 02:35:24] "POST /ref-update HTTP/1.1" 200 156 0.026392 10.0.0.133 - - [2026-03-05 02:35:25] "POST /useragent-kv HTTP/1.1" 200 115 0.009432 10.0.0.65 - - [2026-03-05 02:35:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.167594 10.0.0.65 - - [2026-03-05 02:35:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.004402 10.0.0.65 - - [2026-03-05 02:35:25] "POST /id-to-fqname HTTP/1.1" 200 235 0.001150 10.0.0.65 - - [2026-03-05 02:35:25] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.006307 10.0.0.65 - - [2026-03-05 02:35:25] "POST /neutron/network HTTP/1.1" 200 1337 0.009923 10.0.0.65 - - [2026-03-05 02:35:25] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.004595 10.0.0.65 - - [2026-03-05 02:35:25] "POST /neutron/subnet HTTP/1.1" 200 701 0.007202 10.0.0.65 - - [2026-03-05 02:35:25] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.004775 10.0.0.33 - - [2026-03-05 02:35:26] "GET /obj-perms HTTP/1.1" 200 5019 0.046616 10.0.0.133 - - [2026-03-05 02:35:27] "GET /obj-perms HTTP/1.1" 200 5019 0.056331 10.0.0.65 - - [2026-03-05 02:35:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.002991 10.0.0.65 - - [2026-03-05 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.133 - - [2026-03-05 02:35:27] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.023582 10.0.0.65 - - [2026-03-05 02:35:27] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.082334 10.0.0.65 - - [2026-03-05 02:35:27] "POST /network-policys HTTP/1.1" 200 565 0.025036 10.0.0.65 - - [2026-03-05 02:35:27] "GET /network-policy/b20b4c50-04e8-4bed-8c2c-cb55cbb3901b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005594 10.0.0.65 - - [2026-03-05 02:35:27] "POST /fqname-to-id HTTP/1.1" 404 229 0.003059 10.0.0.65 - - [2026-03-05 02:35:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.133 - - [2026-03-05 02:35:27] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.65 - - [2026-03-05 02:35:27] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.049869 10.0.0.65 - - [2026-03-05 02:35:27] "POST /network-policys HTTP/1.1" 200 565 0.025280 10.0.0.65 - - [2026-03-05 02:35:28] "GET /network-policy/365300ea-4d0d-48a0-8e48-907855429cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.006727 10.0.0.65 - - [2026-03-05 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.003092 10.0.0.65 - - [2026-03-05 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002203 10.0.0.133 - - [2026-03-05 02:35:28] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000977 10.0.0.65 - - [2026-03-05 02:35:28] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039027 10.0.0.65 - - [2026-03-05 02:35:28] "POST /network-policys HTTP/1.1" 200 565 0.024383 10.0.0.65 - - [2026-03-05 02:35:28] "GET /network-policy/1c4a9239-07bd-431c-a3cb-ce252e435357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005819 10.0.0.65 - - [2026-03-05 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.002831 10.0.0.65 - - [2026-03-05 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002382 10.0.0.133 - - [2026-03-05 02:35:28] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000846 10.0.0.65 - - [2026-03-05 02:35:28] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.046722 10.0.0.65 - - [2026-03-05 02:35:28] "POST /network-policys HTTP/1.1" 200 565 0.032589 10.0.0.65 - - [2026-03-05 02:35:28] "GET /network-policy/f4c21541-88f2-4934-bd57-f485f6f67f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006891 10.0.0.65 - - [2026-03-05 02:35:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.002698 10.0.0.65 - - [2026-03-05 02:35:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.001968 10.0.0.133 - - [2026-03-05 02:35:28] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001256 10.0.0.65 - - [2026-03-05 02:35:28] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.036365 10.0.0.65 - - [2026-03-05 02:35:28] "POST /network-policys HTTP/1.1" 200 565 0.023206 10.0.0.65 - - [2026-03-05 02:35:29] "GET /network-policy/1c29e85d-de15-4aea-a223-62124199138c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005627 10.0.0.65 - - [2026-03-05 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003757 10.0.0.65 - - [2026-03-05 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.133 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000839 10.0.0.65 - - [2026-03-05 02:35:29] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.034314 10.0.0.65 - - [2026-03-05 02:35:29] "POST /network-policys HTTP/1.1" 200 565 0.036287 10.0.0.65 - - [2026-03-05 02:35:29] "GET /network-policy/96da5fe3-9c96-4be5-bc39-7fb9e6338500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005724 10.0.0.65 - - [2026-03-05 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.003021 10.0.0.65 - - [2026-03-05 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.133 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.65 - - [2026-03-05 02:35:29] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.071187 10.0.0.65 - - [2026-03-05 02:35:29] "POST /network-policys HTTP/1.1" 200 565 0.024525 10.0.0.65 - - [2026-03-05 02:35:29] "GET /network-policy/c8f13ae2-092b-4ca5-900d-dd04e5af49da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.008632 10.0.0.65 - - [2026-03-05 02:35:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.002838 10.0.0.65 - - [2026-03-05 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.133 - - [2026-03-05 02:35:29] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000872 10.0.0.65 - - [2026-03-05 02:35:30] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.047609 10.0.0.65 - - [2026-03-05 02:35:30] "POST /network-policys HTTP/1.1" 200 565 0.027725 10.0.0.65 - - [2026-03-05 02:35:30] "GET /network-policy/6decbba1-c173-4b20-90c6-7a69ad2622de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005355 10.0.0.65 - - [2026-03-05 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.002900 10.0.0.65 - - [2026-03-05 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002106 10.0.0.133 - - [2026-03-05 02:35:30] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001210 10.0.0.65 - - [2026-03-05 02:35:30] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.037177 10.0.0.65 - - [2026-03-05 02:35:30] "POST /network-policys HTTP/1.1" 200 565 0.024826 10.0.0.65 - - [2026-03-05 02:35:30] "GET /network-policy/291d594f-cef4-4015-840d-5e84102e20e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005821 10.0.0.65 - - [2026-03-05 02:35:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.003489 10.0.0.65 - - [2026-03-05 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.133 - - [2026-03-05 02:35:30] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.65 - - [2026-03-05 02:35:30] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.037795 10.0.0.65 - - [2026-03-05 02:35:30] "POST /network-policys HTTP/1.1" 200 565 0.023403 10.0.0.65 - - [2026-03-05 02:35:30] "GET /network-policy/ebdd20da-a2a1-4ab3-9297-a437d5e26951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005556 10.0.0.65 - - [2026-03-05 02:35:31] "POST /neutron/network HTTP/1.1" 200 2250 0.130970 10.0.0.65 - - [2026-03-05 02:35:31] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.006358 10.0.0.65 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.65 - - [2026-03-05 02:35:31] "GET /network-policy/1c29e85d-de15-4aea-a223-62124199138c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006682 10.0.0.65 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764 10.0.0.65 - - [2026-03-05 02:35:31] "GET /network-policy/1c4a9239-07bd-431c-a3cb-ce252e435357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004072 10.0.0.65 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.65 - - [2026-03-05 02:35:31] "GET /network-policy/291d594f-cef4-4015-840d-5e84102e20e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004089 10.0.0.65 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.65 - - [2026-03-05 02:35:31] "GET /network-policy/365300ea-4d0d-48a0-8e48-907855429cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.003889 10.0.0.65 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.65 - - [2026-03-05 02:35:31] "GET /network-policy/6decbba1-c173-4b20-90c6-7a69ad2622de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004237 10.0.0.65 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002462 10.0.0.65 - - [2026-03-05 02:35:31] "GET /network-policy/96da5fe3-9c96-4be5-bc39-7fb9e6338500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004338 10.0.0.65 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.65 - - [2026-03-05 02:35:31] "GET /network-policy/b20b4c50-04e8-4bed-8c2c-cb55cbb3901b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003520 10.0.0.65 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.65 - - [2026-03-05 02:35:31] "GET /network-policy/c8f13ae2-092b-4ca5-900d-dd04e5af49da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004180 10.0.0.65 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.65 - - [2026-03-05 02:35:31] "GET /network-policy/ebdd20da-a2a1-4ab3-9297-a437d5e26951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003757 10.0.0.65 - - [2026-03-05 02:35:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.65 - - [2026-03-05 02:35:31] "GET /network-policy/f4c21541-88f2-4934-bd57-f485f6f67f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004119 10.0.0.65 - - [2026-03-05 02:35:31] "POST /id-to-fqname HTTP/1.1" 200 235 0.001124 10.0.0.133 - - [2026-03-05 02:35:32] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.65 - - [2026-03-05 02:35:32] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.067568 10.0.0.65 - - [2026-03-05 02:35:32] "POST /neutron/network HTTP/1.1" 200 2250 0.039974 10.0.0.65 - - [2026-03-05 02:35:33] "POST /neutron/port HTTP/1.1" 200 117 0.005160 10.0.0.65 - - [2026-03-05 02:35:33] "PUT /access-control-list/ef82b344-f916-4d4c-a1db-7bc8f6679e81 HTTP/1.1" 200 273 0.071242 10.0.0.65 - - [2026-03-05 02:35:33] "POST /neutron/port HTTP/1.1" 200 1174 0.017003 10.0.0.65 - - [2026-03-05 02:35:34] "POST /neutron/port HTTP/1.1" 200 1238 0.017758 10.0.0.65 - - [2026-03-05 02:35:34] "POST /neutron/subnet HTTP/1.1" 200 1361 0.012524 10.0.0.65 - - [2026-03-05 02:35:34] "POST /neutron/network HTTP/1.1" 200 2250 0.009194 10.0.0.65 - - [2026-03-05 02:35:38] "POST /neutron/port HTTP/1.1" 200 1238 0.016650 10.0.0.65 - - [2026-03-05 02:35:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006935 10.0.0.65 - - [2026-03-05 02:35:38] "GET /virtual-machine/5c266a81-33f6-4648-acfb-895068dffde8 HTTP/1.1" 401 292 0.000360 10.0.0.65 - - [2026-03-05 02:35:38] "GET /virtual-machine/5c266a81-33f6-4648-acfb-895068dffde8 HTTP/1.1" 200 1306 0.030003 10.0.0.65 - - [2026-03-05 02:35:38] "GET /virtual-machine-interface/4012e4c3-f65e-4e68-ae4b-f5373e03165b HTTP/1.1" 200 3177 0.005188 10.0.0.65 - - [2026-03-05 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.65 - - [2026-03-05 02:35:38] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003318 10.0.0.65 - - [2026-03-05 02:35:38] "GET /virtual-networks?parent_id=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002616 10.0.0.65 - - [2026-03-05 02:35:38] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005620 10.0.0.65 - - [2026-03-05 02:35:40] "POST /neutron/network HTTP/1.1" 200 2260 0.006456 10.0.0.65 - - [2026-03-05 02:35:40] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014221 10.0.0.65 - - [2026-03-05 02:35:40] "POST /neutron/network HTTP/1.1" 200 2250 0.017004 10.0.0.65 - - [2026-03-05 02:35:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.65 - - [2026-03-05 02:35:42] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005752 10.0.0.65 - - [2026-03-05 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.65 - - [2026-03-05 02:35:46] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005117 10.0.0.65 - - [2026-03-05 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.65 - - [2026-03-05 02:35:50] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005658 10.0.0.65 - - [2026-03-05 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.65 - - [2026-03-05 02:35:54] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.004999 10.0.0.133 - - [2026-03-05 02:35:56] "DELETE /project/c976dd2ab30f46ca8a37af64edfbeda9 HTTP/1.1" 404 173 0.028938 10.0.0.133 - - [2026-03-05 02:35:56] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000801 10.0.0.133 - - [2026-03-05 02:35:56] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.048938 10.0.0.133 - - [2026-03-05 02:35:56] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001454 10.0.0.133 - - [2026-03-05 02:35:56] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?fields=security_groups HTTP/1.1" 200 1370 0.042985 10.0.0.133 - - [2026-03-05 02:35:56] "DELETE /security-group/388697d8-a4ff-4b9a-8f99-9bba77766c41 HTTP/1.1" 200 115 0.048040 10.0.0.133 - - [2026-03-05 02:35:56] "GET /projects?obj_uuids=fe917573-c5da-4162-94ce-99a63d5f11d8&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001332 10.0.0.133 - - [2026-03-05 02:35:56] "GET /project/fe917573-c5da-4162-94ce-99a63d5f11d8?fields=application_policy_sets HTTP/1.1" 200 1409 0.057881 10.0.0.133 - - [2026-03-05 02:35:56] "DELETE /project/fe917573-c5da-4162-94ce-99a63d5f11d8 HTTP/1.1" 200 115 0.419796 10.0.0.65 - - [2026-03-05 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.65 - - [2026-03-05 02:35:58] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005669 10.0.0.65 - - [2026-03-05 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.65 - - [2026-03-05 02:36:02] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005403 10.0.0.65 - - [2026-03-05 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.65 - - [2026-03-05 02:36:06] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.004967 10.0.0.65 - - [2026-03-05 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.65 - - [2026-03-05 02:36:10] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005300 10.0.0.65 - - [2026-03-05 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.65 - - [2026-03-05 02:36:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003919 10.0.0.65 - - [2026-03-05 02:36:14] "GET /virtual-networks?parent_id=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003613 10.0.0.65 - - [2026-03-05 02:36:14] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6154 0.005867 10.0.0.65 - - [2026-03-05 02:36:20] "POST /neutron/port HTTP/1.1" 200 1238 0.017772 10.0.0.65 - - [2026-03-05 02:36:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005599 10.0.0.65 - - [2026-03-05 02:36:30] "POST /neutron/port HTTP/1.1" 200 1238 0.015164 10.0.0.65 - - [2026-03-05 02:36:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006198 10.0.0.65 - - [2026-03-05 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.65 - - [2026-03-05 02:36:36] "GET /network-policy/b20b4c50-04e8-4bed-8c2c-cb55cbb3901b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004300 10.0.0.65 - - [2026-03-05 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.65 - - [2026-03-05 02:36:36] "GET /network-policy/365300ea-4d0d-48a0-8e48-907855429cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004244 10.0.0.65 - - [2026-03-05 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.65 - - [2026-03-05 02:36:36] "GET /network-policy/1c4a9239-07bd-431c-a3cb-ce252e435357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003720 10.0.0.65 - - [2026-03-05 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.65 - - [2026-03-05 02:36:36] "GET /network-policy/f4c21541-88f2-4934-bd57-f485f6f67f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003788 10.0.0.65 - - [2026-03-05 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.65 - - [2026-03-05 02:36:36] "GET /network-policy/1c29e85d-de15-4aea-a223-62124199138c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003941 10.0.0.65 - - [2026-03-05 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.65 - - [2026-03-05 02:36:36] "GET /network-policy/96da5fe3-9c96-4be5-bc39-7fb9e6338500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003613 10.0.0.65 - - [2026-03-05 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.65 - - [2026-03-05 02:36:36] "GET /network-policy/c8f13ae2-092b-4ca5-900d-dd04e5af49da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003730 10.0.0.65 - - [2026-03-05 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.65 - - [2026-03-05 02:36:36] "GET /network-policy/6decbba1-c173-4b20-90c6-7a69ad2622de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004107 10.0.0.65 - - [2026-03-05 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006026 10.0.0.65 - - [2026-03-05 02:36:36] "GET /network-policy/291d594f-cef4-4015-840d-5e84102e20e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004310 10.0.0.65 - - [2026-03-05 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.65 - - [2026-03-05 02:36:36] "GET /network-policy/ebdd20da-a2a1-4ab3-9297-a437d5e26951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003730 10.0.0.65 - - [2026-03-05 02:36:36] "POST /neutron/network HTTP/1.1" 200 2250 0.010011 10.0.0.65 - - [2026-03-05 02:36:36] "PUT /access-control-list/ef82b344-f916-4d4c-a1db-7bc8f6679e81 HTTP/1.1" 200 273 0.057052 10.0.0.65 - - [2026-03-05 02:36:36] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.007547 10.0.0.65 - - [2026-03-05 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.65 - - [2026-03-05 02:36:36] "GET /network-policy/b20b4c50-04e8-4bed-8c2c-cb55cbb3901b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003820 10.0.0.65 - - [2026-03-05 02:36:40] "POST /neutron/port HTTP/1.1" 200 1238 0.013994 10.0.0.65 - - [2026-03-05 02:36:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003553 10.0.0.65 - - [2026-03-05 02:36:40] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.65 - - [2026-03-05 02:36:41] "POST /neutron/network HTTP/1.1" 200 1440 0.012966 10.0.0.65 - - [2026-03-05 02:36:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.043274 10.0.0.65 - - [2026-03-05 02:36:42] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.007535 10.0.0.65 - - [2026-03-05 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.65 - - [2026-03-05 02:36:42] "GET /network-policy/365300ea-4d0d-48a0-8e48-907855429cbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.003948 10.0.0.65 - - [2026-03-05 02:36:47] "POST /neutron/network HTTP/1.1" 200 1440 0.011833 10.0.0.65 - - [2026-03-05 02:36:47] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.007054 10.0.0.65 - - [2026-03-05 02:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.65 - - [2026-03-05 02:36:47] "GET /network-policy/1c4a9239-07bd-431c-a3cb-ce252e435357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006759 10.0.0.65 - - [2026-03-05 02:36:52] "POST /neutron/network HTTP/1.1" 200 1440 0.011944 10.0.0.65 - - [2026-03-05 02:36:52] "PUT /access-control-list/ef82b344-f916-4d4c-a1db-7bc8f6679e81 HTTP/1.1" 200 273 0.058138 10.0.0.65 - - [2026-03-05 02:36:52] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.009657 10.0.0.65 - - [2026-03-05 02:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.65 - - [2026-03-05 02:36:52] "GET /network-policy/f4c21541-88f2-4934-bd57-f485f6f67f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004508 10.0.0.65 - - [2026-03-05 02:36:57] "POST /neutron/network HTTP/1.1" 200 1440 0.009811 10.0.0.65 - - [2026-03-05 02:36:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.004668 10.0.0.65 - - [2026-03-05 02:36:57] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.007522 10.0.0.65 - - [2026-03-05 02:36:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.65 - - [2026-03-05 02:36:57] "GET /network-policy/1c29e85d-de15-4aea-a223-62124199138c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003809 10.0.0.65 - - [2026-03-05 02:37:02] "POST /neutron/network HTTP/1.1" 200 1440 0.009427 10.0.0.65 - - [2026-03-05 02:37:03] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.008708 10.0.0.65 - - [2026-03-05 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007017 10.0.0.65 - - [2026-03-05 02:37:03] "GET /network-policy/96da5fe3-9c96-4be5-bc39-7fb9e6338500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003706 10.0.0.65 - - [2026-03-05 02:37:08] "POST /neutron/network HTTP/1.1" 200 1440 0.009353 10.0.0.65 - - [2026-03-05 02:37:08] "PUT /access-control-list/ef82b344-f916-4d4c-a1db-7bc8f6679e81 HTTP/1.1" 200 273 0.059166 10.0.0.65 - - [2026-03-05 02:37:08] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.016426 10.0.0.65 - - [2026-03-05 02:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.65 - - [2026-03-05 02:37:08] "GET /network-policy/c8f13ae2-092b-4ca5-900d-dd04e5af49da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.003523 10.0.0.65 - - [2026-03-05 02:37:13] "POST /neutron/network HTTP/1.1" 200 1440 0.012514 10.0.0.65 - - [2026-03-05 02:37:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.008656 10.0.0.65 - - [2026-03-05 02:37:13] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.006497 10.0.0.65 - - [2026-03-05 02:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.65 - - [2026-03-05 02:37:13] "GET /network-policy/6decbba1-c173-4b20-90c6-7a69ad2622de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003688 10.0.0.65 - - [2026-03-05 02:37:17] "GET /obj-perms HTTP/1.1" 200 5056 0.068599 10.0.0.65 - - [2026-03-05 02:37:18] "POST /neutron/network HTTP/1.1" 200 1440 0.015670 10.0.0.65 - - [2026-03-05 02:37:18] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.009199 10.0.0.65 - - [2026-03-05 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.65 - - [2026-03-05 02:37:18] "GET /network-policy/291d594f-cef4-4015-840d-5e84102e20e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004056 10.0.0.65 - - [2026-03-05 02:37:23] "POST /neutron/network HTTP/1.1" 200 1440 0.010865 10.0.0.65 - - [2026-03-05 02:37:23] "PUT /access-control-list/ef82b344-f916-4d4c-a1db-7bc8f6679e81 HTTP/1.1" 200 273 0.016584 10.0.0.65 - - [2026-03-05 02:37:24] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.007261 10.0.0.65 - - [2026-03-05 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.65 - - [2026-03-05 02:37:24] "GET /network-policy/ebdd20da-a2a1-4ab3-9297-a437d5e26951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004010 10.0.0.65 - - [2026-03-05 02:37:29] "GET /virtual-machine/5c266a81-33f6-4648-acfb-895068dffde8 HTTP/1.1" 200 1306 0.003763 10.0.0.65 - - [2026-03-05 02:37:29] "POST /neutron/port HTTP/1.1" 200 1238 0.023256 10.0.0.65 - - [2026-03-05 02:37:31] "GET /virtual-machine/5c266a81-33f6-4648-acfb-895068dffde8 HTTP/1.1" 404 171 0.002887 10.0.0.65 - - [2026-03-05 02:37:31] "GET /virtual-machine/5c266a81-33f6-4648-acfb-895068dffde8 HTTP/1.1" 404 171 0.002332 10.0.0.65 - - [2026-03-05 02:37:31] "GET /virtual-machine/5c266a81-33f6-4648-acfb-895068dffde8 HTTP/1.1" 404 171 0.002299 10.0.0.65 - - [2026-03-05 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.65 - - [2026-03-05 02:37:31] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003849 10.0.0.65 - - [2026-03-05 02:37:31] "GET /virtual-networks?parent_id=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002985 10.0.0.65 - - [2026-03-05 02:37:31] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.007634 10.0.0.65 - - [2026-03-05 02:37:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.65 - - [2026-03-05 02:37:31] "GET /routing-instance/57f8e43f-eeb7-4314-a5f9-2b8e5804ced3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004129 10.0.0.65 - - [2026-03-05 02:37:31] "GET /route-target/ad14b2c9-c0c2-4478-a0d2-773babb03a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003508 10.0.0.133 - - [2026-03-05 02:37:34] "GET /obj-perms HTTP/1.1" 200 5019 0.003392 10.0.0.65 - - [2026-03-05 02:37:37] "GET /obj-perms HTTP/1.1" 200 5019 0.053279 10.0.0.133 - - [2026-03-05 02:37:44] "GET /obj-perms HTTP/1.1" 200 5019 0.006935 10.0.0.65 - - [2026-03-05 02:37:47] "GET /obj-perms HTTP/1.1" 200 5019 0.003341 10.0.0.133 - - [2026-03-05 02:37:53] "GET /obj-perms HTTP/1.1" 200 5019 0.003291 10.0.0.65 - - [2026-03-05 02:37:56] "GET /obj-perms HTTP/1.1" 200 5019 0.004154 10.0.0.33 - - [2026-03-05 02:37:56] "GET /obj-perms HTTP/1.1" 200 5019 0.003526 10.0.0.65 - - [2026-03-05 02:37:56] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3499 0.005240 10.0.0.65 - - [2026-03-05 02:37:56] "POST /neutron/network HTTP/1.1" 200 1440 0.017582 10.0.0.65 - - [2026-03-05 02:37:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.010668 10.0.0.65 - - [2026-03-05 02:37:56] "GET /virtual-network/62d2010f-55c1-4a35-9b5a-cc790f473247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.008071 10.0.0.65 - - [2026-03-05 02:37:56] "DELETE /network-policy/ebdd20da-a2a1-4ab3-9297-a437d5e26951 HTTP/1.1" 200 115 0.036726 10.0.0.65 - - [2026-03-05 02:37:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.133 - - [2026-03-05 02:37:56] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000863 10.0.0.65 - - [2026-03-05 02:37:56] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.033024 10.0.0.65 - - [2026-03-05 02:37:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-27190023&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.005260 10.0.0.65 - - [2026-03-05 02:37:57] "DELETE /network-policy/291d594f-cef4-4015-840d-5e84102e20e4 HTTP/1.1" 200 115 0.029883 10.0.0.65 - - [2026-03-05 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.133 - - [2026-03-05 02:37:57] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000853 10.0.0.65 - - [2026-03-05 02:37:57] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.040419 10.0.0.65 - - [2026-03-05 02:37:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-27190023&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.005214 10.0.0.65 - - [2026-03-05 02:37:57] "DELETE /network-policy/6decbba1-c173-4b20-90c6-7a69ad2622de HTTP/1.1" 200 115 0.041018 10.0.0.65 - - [2026-03-05 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.133 - - [2026-03-05 02:37:57] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000881 10.0.0.65 - - [2026-03-05 02:37:57] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.025140 10.0.0.65 - - [2026-03-05 02:37:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-27190023&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.004881 10.0.0.65 - - [2026-03-05 02:37:57] "DELETE /network-policy/c8f13ae2-092b-4ca5-900d-dd04e5af49da HTTP/1.1" 200 115 0.040274 10.0.0.65 - - [2026-03-05 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009653 10.0.0.133 - - [2026-03-05 02:37:57] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000881 10.0.0.65 - - [2026-03-05 02:37:57] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.036335 10.0.0.65 - - [2026-03-05 02:37:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-27190023&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.005143 10.0.0.65 - - [2026-03-05 02:37:57] "DELETE /network-policy/96da5fe3-9c96-4be5-bc39-7fb9e6338500 HTTP/1.1" 200 115 0.038171 10.0.0.65 - - [2026-03-05 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.133 - - [2026-03-05 02:37:57] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000846 10.0.0.65 - - [2026-03-05 02:37:57] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.038193 10.0.0.65 - - [2026-03-05 02:37:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-27190023&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.004830 10.0.0.65 - - [2026-03-05 02:37:57] "DELETE /network-policy/1c29e85d-de15-4aea-a223-62124199138c HTTP/1.1" 200 115 0.033046 10.0.0.65 - - [2026-03-05 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.133 - - [2026-03-05 02:37:57] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.65 - - [2026-03-05 02:37:57] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.033708 10.0.0.65 - - [2026-03-05 02:37:57] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-27190023&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.004555 10.0.0.65 - - [2026-03-05 02:37:58] "DELETE /network-policy/f4c21541-88f2-4934-bd57-f485f6f67f62 HTTP/1.1" 200 115 0.034346 10.0.0.65 - - [2026-03-05 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.133 - - [2026-03-05 02:37:58] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.65 - - [2026-03-05 02:37:58] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043125 10.0.0.65 - - [2026-03-05 02:37:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-27190023&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.004992 10.0.0.65 - - [2026-03-05 02:37:58] "DELETE /network-policy/1c4a9239-07bd-431c-a3cb-ce252e435357 HTTP/1.1" 200 115 0.031138 10.0.0.65 - - [2026-03-05 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.133 - - [2026-03-05 02:37:58] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.65 - - [2026-03-05 02:37:58] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.047161 10.0.0.65 - - [2026-03-05 02:37:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-27190023&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.004854 10.0.0.65 - - [2026-03-05 02:37:58] "DELETE /network-policy/365300ea-4d0d-48a0-8e48-907855429cbe HTTP/1.1" 200 115 0.036853 10.0.0.65 - - [2026-03-05 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.010964 10.0.0.133 - - [2026-03-05 02:37:58] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.65 - - [2026-03-05 02:37:58] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.035007 10.0.0.65 - - [2026-03-05 02:37:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-27190023&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.005191 10.0.0.65 - - [2026-03-05 02:37:58] "DELETE /network-policy/b20b4c50-04e8-4bed-8c2c-cb55cbb3901b HTTP/1.1" 200 115 0.043181 10.0.0.65 - - [2026-03-05 02:37:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004314 10.0.0.133 - - [2026-03-05 02:37:58] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000884 10.0.0.65 - - [2026-03-05 02:37:58] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041713 10.0.0.65 - - [2026-03-05 02:37:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-27190023&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004908 10.0.0.65 - - [2026-03-05 02:37:58] "POST /neutron/network HTTP/1.1" 200 1337 0.009260 10.0.0.65 - - [2026-03-05 02:37:59] "DELETE /route-target/ad14b2c9-c0c2-4478-a0d2-773babb03a70 HTTP/1.1" 200 115 0.027663 10.0.0.65 - - [2026-03-05 02:37:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.65 - - [2026-03-05 02:37:59] "DELETE /network-ipam/ae41952c-da24-4b6c-86bc-712c0a2ebf53 HTTP/1.1" 200 115 0.037407 10.0.0.65 - - [2026-03-05 02:37:59] "POST /fqname-to-id HTTP/1.1" 404 260 0.003171 10.0.0.133 - - [2026-03-05 02:37:59] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000835 10.0.0.133 - - [2026-03-05 02:37:59] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.047048 10.0.0.133 - - [2026-03-05 02:37:59] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.133 - - [2026-03-05 02:37:59] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?fields=security_groups HTTP/1.1" 200 1399 0.040779 10.0.0.133 - - [2026-03-05 02:37:59] "DELETE /security-group/7120361d-5b80-4614-b2bf-76740449d5d5 HTTP/1.1" 200 115 0.048356 10.0.0.133 - - [2026-03-05 02:37:59] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.087725 10.0.0.133 - - [2026-03-05 02:37:59] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?fields=application_policy_sets HTTP/1.1" 200 1438 0.143847 10.0.0.65 - - [2026-03-05 02:38:00] "DELETE /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9 HTTP/1.1" 200 115 0.467166 10.0.0.133 - - [2026-03-05 02:38:00] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.65 - - [2026-03-05 02:38:00] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?fields=projects HTTP/1.1" 200 1443 0.021810 10.0.0.133 - - [2026-03-05 02:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.133 - - [2026-03-05 02:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.33 - - [2026-03-05 02:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.133 - - [2026-03-05 02:38:02] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003309 10.0.0.33 - - [2026-03-05 02:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.133 - - [2026-03-05 02:38:02] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.133 - - [2026-03-05 02:38:02] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006244 10.0.0.133 - - [2026-03-05 02:38:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.002002 10.0.0.133 - - [2026-03-05 02:38:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.006383 10.0.0.133 - - [2026-03-05 02:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.133 - - [2026-03-05 02:38:02] "POST /security-groups HTTP/1.1" 200 603 0.076845 10.0.0.65 - - [2026-03-05 02:38:02] "POST /fqname-to-id HTTP/1.1" 404 246 0.002896 10.0.0.133 - - [2026-03-05 02:38:02] "POST /projects HTTP/1.1" 200 609 0.270410 10.0.0.133 - - [2026-03-05 02:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.133 - - [2026-03-05 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.342543 10.0.0.65 - - [2026-03-05 02:38:03] "POST /access-control-lists HTTP/1.1" 200 608 0.025467 10.0.0.65 - - [2026-03-05 02:38:03] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.474972 10.0.0.133 - - [2026-03-05 02:38:03] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000896 10.0.0.33 - - [2026-03-05 02:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000467 10.0.0.65 - - [2026-03-05 02:38:03] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?fields=virtual_networks HTTP/1.1" 200 1058 0.068816 10.0.0.33 - - [2026-03-05 02:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000377 10.0.0.133 - - [2026-03-05 02:38:03] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000883 10.0.0.65 - - [2026-03-05 02:38:03] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.049723 10.0.0.133 - - [2026-03-05 02:38:03] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000891 10.0.0.65 - - [2026-03-05 02:38:03] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?fields=security_groups HTTP/1.1" 200 1297 0.041841 10.0.0.65 - - [2026-03-05 02:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.65 - - [2026-03-05 02:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.65 - - [2026-03-05 02:38:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.65 - - [2026-03-05 02:38:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000453 10.0.0.65 - - [2026-03-05 02:38:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.028537 10.0.0.133 - - [2026-03-05 02:38:04] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002686 10.0.0.133 - - [2026-03-05 02:38:04] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.133 - - [2026-03-05 02:38:04] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006665 10.0.0.133 - - [2026-03-05 02:38:04] "POST /id-to-fqname HTTP/1.1" 200 196 0.003916 10.0.0.133 - - [2026-03-05 02:38:04] "POST /fqname-to-id HTTP/1.1" 404 205 0.007265 10.0.0.133 - - [2026-03-05 02:38:04] "POST /security-groups HTTP/1.1" 200 597 0.027105 10.0.0.133 - - [2026-03-05 02:38:04] "POST /projects HTTP/1.1" 200 597 0.217751 10.0.0.65 - - [2026-03-05 02:38:04] "POST /fqname-to-id HTTP/1.1" 404 239 0.005793 10.0.0.133 - - [2026-03-05 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.292520 10.0.0.65 - - [2026-03-05 02:38:04] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.426685 10.0.0.65 - - [2026-03-05 02:38:06] "GET / HTTP/1.1" 200 36215 0.001563 10.0.0.65 - - [2026-03-05 02:38:08] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.133 - - [2026-03-05 02:38:08] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000869 10.0.0.65 - - [2026-03-05 02:38:08] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.071367 10.0.0.65 - - [2026-03-05 02:38:08] "GET / HTTP/1.1" 200 36215 0.001704 10.0.0.65 - - [2026-03-05 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.133 - - [2026-03-05 02:38:09] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.65 - - [2026-03-05 02:38:09] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007069 10.0.0.65 - - [2026-03-05 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.133 - - [2026-03-05 02:38:09] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000877 10.0.0.65 - - [2026-03-05 02:38:09] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.048919 10.0.0.65 - - [2026-03-05 02:38:10] "GET /domains HTTP/1.1" 401 292 0.000401 10.0.0.65 - - [2026-03-05 02:38:10] "GET /domains HTTP/1.1" 200 281 0.029593 10.0.0.133 - - [2026-03-05 02:38:10] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000773 10.0.0.65 - - [2026-03-05 02:38:10] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983 HTTP/1.1" 200 2984 0.007936 10.0.0.133 - - [2026-03-05 02:38:10] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001045 10.0.0.65 - - [2026-03-05 02:38:10] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b HTTP/1.1" 200 1893 0.091210 10.0.0.65 - - [2026-03-05 02:38:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002547 10.0.0.65 - - [2026-03-05 02:38:10] "POST /network-ipams HTTP/1.1" 200 605 0.023721 10.0.0.65 - - [2026-03-05 02:38:11] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003105 10.0.0.65 - - [2026-03-05 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.65 - - [2026-03-05 02:38:11] "GET /network-ipam/15a61bb9-69e5-4862-bada-a8cef165088d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005674 10.0.0.65 - - [2026-03-05 02:38:11] "PUT /network-ipam/15a61bb9-69e5-4862-bada-a8cef165088d HTTP/1.1" 200 259 0.012873 10.0.0.65 - - [2026-03-05 02:38:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391 10.0.0.65 - - [2026-03-05 02:38:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.033719 10.0.0.133 - - [2026-03-05 02:38:11] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000797 10.0.0.65 - - [2026-03-05 02:38:11] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.041526 10.0.0.133 - - [2026-03-05 02:38:11] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000869 10.0.0.65 - - [2026-03-05 02:38:11] "POST /neutron/network HTTP/1.1" 200 617 0.139717 10.0.0.65 - - [2026-03-05 02:38:12] "POST /ref-update HTTP/1.1" 200 156 0.029915 10.0.0.65 - - [2026-03-05 02:38:12] "POST /neutron/network HTTP/1.1" 200 1074 0.010339 10.0.0.65 - - [2026-03-05 02:38:12] "POST /id-to-fqname HTTP/1.1" 200 229 0.000935 10.0.0.65 - - [2026-03-05 02:38:12] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004040 10.0.0.65 - - [2026-03-05 02:38:12] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005013 10.0.0.65 - - [2026-03-05 02:38:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.010321 10.0.0.65 - - [2026-03-05 02:38:13] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004641 10.0.0.65 - - [2026-03-05 02:38:13] "GET /obj-perms HTTP/1.1" 200 5013 0.065768 10.0.0.133 - - [2026-03-05 02:38:14] "GET /obj-perms HTTP/1.1" 200 5013 0.051987 10.0.0.65 - - [2026-03-05 02:38:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.133 - - [2026-03-05 02:38:14] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001771 10.0.0.65 - - [2026-03-05 02:38:14] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.036209 10.0.0.133 - - [2026-03-05 02:38:14] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001228 10.0.0.65 - - [2026-03-05 02:38:14] "POST /neutron/network HTTP/1.1" 200 617 0.114786 10.0.0.65 - - [2026-03-05 02:38:15] "POST /neutron/network HTTP/1.1" 200 1074 0.010839 10.0.0.65 - - [2026-03-05 02:38:15] "POST /id-to-fqname HTTP/1.1" 200 229 0.000981 10.0.0.65 - - [2026-03-05 02:38:15] "GET /virtual-network/dbeab94b-3895-441f-b9d1-72e608d8dc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.004243 10.0.0.65 - - [2026-03-05 02:38:15] "GET /virtual-network/dbeab94b-3895-441f-b9d1-72e608d8dc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005446 10.0.0.65 - - [2026-03-05 02:38:15] "POST /neutron/subnet HTTP/1.1" 200 701 0.010067 10.0.0.65 - - [2026-03-05 02:38:15] "GET /virtual-network/dbeab94b-3895-441f-b9d1-72e608d8dc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.005493 10.0.0.65 - - [2026-03-05 02:38:15] "POST /fqname-to-id HTTP/1.1" 404 205 0.002902 10.0.0.65 - - [2026-03-05 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002175 10.0.0.133 - - [2026-03-05 02:38:16] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000829 10.0.0.65 - - [2026-03-05 02:38:16] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.043324 10.0.0.65 - - [2026-03-05 02:38:16] "POST /network-policys HTTP/1.1" 200 529 0.065263 10.0.0.65 - - [2026-03-05 02:38:16] "GET /network-policy/fe1ec3c2-e171-47ed-b48b-826d8b7abfaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005341 10.0.0.65 - - [2026-03-05 02:38:16] "POST /fqname-to-id HTTP/1.1" 404 205 0.003131 10.0.0.65 - - [2026-03-05 02:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.133 - - [2026-03-05 02:38:16] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000889 10.0.0.65 - - [2026-03-05 02:38:16] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.038942 10.0.0.65 - - [2026-03-05 02:38:16] "POST /network-policys HTTP/1.1" 200 529 0.068469 10.0.0.65 - - [2026-03-05 02:38:16] "GET /network-policy/67a5d0dd-1fe9-4df1-880f-1a28485d7991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006403 10.0.0.65 - - [2026-03-05 02:38:16] "POST /fqname-to-id HTTP/1.1" 404 205 0.003037 10.0.0.65 - - [2026-03-05 02:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.133 - - [2026-03-05 02:38:16] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000899 10.0.0.65 - - [2026-03-05 02:38:16] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.032484 10.0.0.65 - - [2026-03-05 02:38:16] "POST /network-policys HTTP/1.1" 200 529 0.035586 10.0.0.65 - - [2026-03-05 02:38:17] "GET /network-policy/111a68cb-fdbe-4693-842b-9f5b7baaea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005736 10.0.0.65 - - [2026-03-05 02:38:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.003336 10.0.0.65 - - [2026-03-05 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.133 - - [2026-03-05 02:38:17] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001092 10.0.0.65 - - [2026-03-05 02:38:17] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.042135 10.0.0.65 - - [2026-03-05 02:38:17] "POST /network-policys HTTP/1.1" 200 529 0.072744 10.0.0.65 - - [2026-03-05 02:38:17] "GET /network-policy/e2d82271-30a9-4fb9-9fa2-0ec8031ebaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005627 10.0.0.65 - - [2026-03-05 02:38:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.003090 10.0.0.65 - - [2026-03-05 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.133 - - [2026-03-05 02:38:17] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000915 10.0.0.65 - - [2026-03-05 02:38:17] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.034217 10.0.0.65 - - [2026-03-05 02:38:17] "POST /network-policys HTTP/1.1" 200 533 0.030419 10.0.0.65 - - [2026-03-05 02:38:17] "GET /network-policy/c4c82db7-6678-4e0b-98f3-f851ec793ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.005691 10.0.0.65 - - [2026-03-05 02:38:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.003168 10.0.0.65 - - [2026-03-05 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.133 - - [2026-03-05 02:38:18] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.65 - - [2026-03-05 02:38:18] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.043817 10.0.0.65 - - [2026-03-05 02:38:18] "POST /network-policys HTTP/1.1" 200 531 0.075803 10.0.0.65 - - [2026-03-05 02:38:18] "GET /network-policy/62dc6d71-cc96-4a38-89d5-babd9d396b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.009753 10.0.0.65 - - [2026-03-05 02:38:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.003131 10.0.0.65 - - [2026-03-05 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.133 - - [2026-03-05 02:38:18] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000991 10.0.0.65 - - [2026-03-05 02:38:18] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.051024 10.0.0.65 - - [2026-03-05 02:38:18] "POST /network-policys HTTP/1.1" 200 531 0.048012 10.0.0.65 - - [2026-03-05 02:38:18] "GET /network-policy/475b713e-2cc2-4196-859a-01a0184cb85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005389 10.0.0.65 - - [2026-03-05 02:38:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.003280 10.0.0.65 - - [2026-03-05 02:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.133 - - [2026-03-05 02:38:18] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000883 10.0.0.65 - - [2026-03-05 02:38:18] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.046726 10.0.0.65 - - [2026-03-05 02:38:18] "POST /network-policys HTTP/1.1" 200 531 0.081992 10.0.0.65 - - [2026-03-05 02:38:19] "GET /network-policy/423b8656-66e0-4116-a94b-7787adcec148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.005728 10.0.0.65 - - [2026-03-05 02:38:19] "POST /fqname-to-id HTTP/1.1" 404 206 0.002997 10.0.0.65 - - [2026-03-05 02:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.133 - - [2026-03-05 02:38:19] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000931 10.0.0.65 - - [2026-03-05 02:38:19] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.048941 10.0.0.65 - - [2026-03-05 02:38:19] "POST /network-policys HTTP/1.1" 200 531 0.066316 10.0.0.65 - - [2026-03-05 02:38:19] "GET /network-policy/c4868f12-1295-4a8e-abb7-1a77f90cd197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.005562 10.0.0.65 - - [2026-03-05 02:38:19] "POST /fqname-to-id HTTP/1.1" 404 208 0.002955 10.0.0.65 - - [2026-03-05 02:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.133 - - [2026-03-05 02:38:19] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000969 10.0.0.65 - - [2026-03-05 02:38:19] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045168 10.0.0.65 - - [2026-03-05 02:38:19] "POST /network-policys HTTP/1.1" 200 535 0.023231 10.0.0.65 - - [2026-03-05 02:38:19] "GET /network-policy/1a7b6386-92a6-4d80-bee1-dc006fd7225a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.006940 10.0.0.65 - - [2026-03-05 02:38:20] "POST /fqname-to-id HTTP/1.1" 404 246 0.004243 10.0.0.65 - - [2026-03-05 02:38:20] "POST /neutron/network HTTP/1.1" 200 1157 0.085008 10.0.0.65 - - [2026-03-05 02:38:20] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005204 10.0.0.65 - - [2026-03-05 02:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.65 - - [2026-03-05 02:38:20] "GET /network-policy/fe1ec3c2-e171-47ed-b48b-826d8b7abfaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005631 10.0.0.65 - - [2026-03-05 02:38:20] "POST /neutron/network HTTP/1.1" 200 1159 0.078435 10.0.0.65 - - [2026-03-05 02:38:20] "POST /access-control-lists HTTP/1.1" 200 605 0.034673 10.0.0.65 - - [2026-03-05 02:38:20] "GET /virtual-network/dbeab94b-3895-441f-b9d1-72e608d8dc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.005126 10.0.0.65 - - [2026-03-05 02:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002250 10.0.0.65 - - [2026-03-05 02:38:20] "GET /network-policy/c4c82db7-6678-4e0b-98f3-f851ec793ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.004353 10.0.0.65 - - [2026-03-05 02:38:20] "POST /id-to-fqname HTTP/1.1" 200 229 0.001196 10.0.0.133 - - [2026-03-05 02:38:21] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000870 10.0.0.65 - - [2026-03-05 02:38:21] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.067325 10.0.0.65 - - [2026-03-05 02:38:21] "POST /neutron/network HTTP/1.1" 200 1157 0.007594 10.0.0.65 - - [2026-03-05 02:38:22] "POST /id-to-fqname HTTP/1.1" 200 229 0.001201 10.0.0.65 - - [2026-03-05 02:38:22] "POST /neutron/port HTTP/1.1" 200 117 0.006108 10.0.0.133 - - [2026-03-05 02:38:22] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001164 10.0.0.65 - - [2026-03-05 02:38:22] "POST /neutron/port HTTP/1.1" 200 1061 0.293005 10.0.0.133 - - [2026-03-05 02:38:23] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001335 10.0.0.65 - - [2026-03-05 02:38:23] "POST /neutron/port HTTP/1.1" 200 1115 0.095303 10.0.0.65 - - [2026-03-05 02:38:23] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.107912 10.0.0.65 - - [2026-03-05 02:38:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006278 10.0.0.65 - - [2026-03-05 02:38:23] "POST /neutron/network HTTP/1.1" 200 1157 0.017437 10.0.0.65 - - [2026-03-05 02:38:23] "POST /neutron/port HTTP/1.1" 200 117 0.006004 10.0.0.65 - - [2026-03-05 02:38:23] "POST /neutron/network HTTP/1.1" 200 1169 0.006456 10.0.0.65 - - [2026-03-05 02:38:24] "PUT /access-control-list/751c177a-5d71-4454-b6ef-9b590c38d253 HTTP/1.1" 200 273 0.014877 10.0.0.65 - - [2026-03-05 02:38:24] "POST /neutron/port HTTP/1.1" 200 1061 0.014202 10.0.0.65 - - [2026-03-05 02:38:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003119 10.0.0.65 - - [2026-03-05 02:38:24] "POST /neutron/network HTTP/1.1" 200 1159 0.009513 10.0.0.65 - - [2026-03-05 02:38:28] "POST /neutron/port HTTP/1.1" 200 1125 0.014905 10.0.0.65 - - [2026-03-05 02:38:28] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007285 10.0.0.65 - - [2026-03-05 02:38:28] "GET /virtual-machine/c98b0baa-8415-41df-bfb8-838c30664b2c HTTP/1.1" 401 292 0.000341 10.0.0.65 - - [2026-03-05 02:38:29] "GET /virtual-machine/c98b0baa-8415-41df-bfb8-838c30664b2c HTTP/1.1" 200 1301 0.035044 10.0.0.65 - - [2026-03-05 02:38:29] "GET /virtual-machine-interface/6df87f6a-c043-4133-b3f9-be5ac1703da3 HTTP/1.1" 200 2958 0.005699 10.0.0.65 - - [2026-03-05 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.65 - - [2026-03-05 02:38:29] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003667 10.0.0.65 - - [2026-03-05 02:38:29] "GET /virtual-networks?parent_id=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002673 10.0.0.65 - - [2026-03-05 02:38:29] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006908 10.0.0.65 - - [2026-03-05 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.65 - - [2026-03-05 02:38:32] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.004608 10.0.0.65 - - [2026-03-05 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.65 - - [2026-03-05 02:38:36] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.004795 10.0.0.65 - - [2026-03-05 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.65 - - [2026-03-05 02:38:40] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.004703 10.0.0.65 - - [2026-03-05 02:38:41] "POST /neutron/network HTTP/1.1" 200 1167 0.032872 10.0.0.65 - - [2026-03-05 02:38:41] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.65 - - [2026-03-05 02:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.65 - - [2026-03-05 02:38:44] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.004842 10.0.0.65 - - [2026-03-05 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.65 - - [2026-03-05 02:38:48] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.004396 10.0.0.65 - - [2026-03-05 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.65 - - [2026-03-05 02:38:52] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.004532 10.0.0.133 - - [2026-03-05 02:38:56] "DELETE /project/7ff2a565534b4fdc9b6cc1267f80064b HTTP/1.1" 404 173 0.004235 10.0.0.133 - - [2026-03-05 02:38:56] "DELETE /project/c976dd2ab30f46ca8a37af64edfbeda9 HTTP/1.1" 404 173 0.008781 10.0.0.133 - - [2026-03-05 02:38:56] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000831 10.0.0.133 - - [2026-03-05 02:38:56] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.046281 10.0.0.65 - - [2026-03-05 02:38:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.022703 10.0.0.133 - - [2026-03-05 02:38:56] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000807 10.0.0.65 - - [2026-03-05 02:38:56] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005563 10.0.0.133 - - [2026-03-05 02:38:57] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?fields=security_groups HTTP/1.1" 200 1399 0.066393 10.0.0.133 - - [2026-03-05 02:38:57] "DELETE /security-group/ba1d4ae3-2f82-470f-9c77-41c301b4ba0c HTTP/1.1" 200 115 0.038796 10.0.0.133 - - [2026-03-05 02:38:57] "GET /projects?obj_uuids=c976dd2a-b30f-46ca-8a37-af64edfbeda9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.133 - - [2026-03-05 02:38:57] "GET /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9?fields=application_policy_sets HTTP/1.1" 200 1438 0.058183 10.0.0.133 - - [2026-03-05 02:38:57] "DELETE /project/c976dd2a-b30f-46ca-8a37-af64edfbeda9 HTTP/1.1" 200 115 0.450602 10.0.0.65 - - [2026-03-05 02:39:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.65 - - [2026-03-05 02:39:01] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.004611 10.0.0.65 - - [2026-03-05 02:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.65 - - [2026-03-05 02:39:03] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002976 10.0.0.65 - - [2026-03-05 02:39:03] "GET /virtual-networks?parent_id=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003836 10.0.0.65 - - [2026-03-05 02:39:03] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005641 10.0.0.65 - - [2026-03-05 02:39:03] "POST /neutron/security_group HTTP/1.1" 200 2064 0.005949 10.0.0.65 - - [2026-03-05 02:39:13] "POST /neutron/port HTTP/1.1" 200 1125 0.015035 10.0.0.65 - - [2026-03-05 02:39:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.005413 10.0.0.65 - - [2026-03-05 02:39:14] "POST /neutron/network HTTP/1.1" 200 1169 0.030028 10.0.0.65 - - [2026-03-05 02:39:14] "POST /neutron/port HTTP/1.1" 200 117 0.001441 10.0.0.65 - - [2026-03-05 02:39:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008338 10.0.0.33 - - [2026-03-05 02:39:19] "GET /obj-perms HTTP/1.1" 200 5056 0.089926 10.0.0.133 - - [2026-03-05 02:39:19] "GET /obj-perms HTTP/1.1" 200 5056 0.048837 10.0.0.65 - - [2026-03-05 02:39:23] "POST /neutron/port HTTP/1.1" 200 1125 0.014615 10.0.0.65 - - [2026-03-05 02:39:29] "POST /neutron/security_group HTTP/1.1" 200 2064 0.005918 10.0.0.65 - - [2026-03-05 02:39:29] "POST /neutron/port HTTP/1.1" 200 1125 0.018484 10.0.0.65 - - [2026-03-05 02:39:29] "GET /virtual-machine/1fd659bc-3a34-4ff8-aae2-19bd6db1b5a2 HTTP/1.1" 200 1300 0.007582 10.0.0.65 - - [2026-03-05 02:39:29] "GET /virtual-machine-interface/a862f6c1-98d0-4708-8894-0bdd575393e6 HTTP/1.1" 200 2958 0.004274 10.0.0.65 - - [2026-03-05 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.65 - - [2026-03-05 02:39:29] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003061 10.0.0.65 - - [2026-03-05 02:39:29] "GET /virtual-networks?parent_id=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002269 10.0.0.65 - - [2026-03-05 02:39:29] "GET /virtual-network/dbeab94b-3895-441f-b9d1-72e608d8dc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.006294 10.0.0.65 - - [2026-03-05 02:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.65 - - [2026-03-05 02:39:30] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002857 10.0.0.65 - - [2026-03-05 02:39:30] "GET /virtual-networks?parent_id=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003385 10.0.0.65 - - [2026-03-05 02:39:30] "GET /virtual-network/dbeab94b-3895-441f-b9d1-72e608d8dc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.005284 10.0.0.65 - - [2026-03-05 02:39:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006429 10.0.0.65 - - [2026-03-05 02:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.65 - - [2026-03-05 02:39:31] "GET /network-policy/c4c82db7-6678-4e0b-98f3-f851ec793ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1947 0.003082 10.0.0.65 - - [2026-03-05 02:39:31] "POST /neutron/port HTTP/1.1" 200 1125 0.016650 10.0.0.65 - - [2026-03-05 02:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.65 - - [2026-03-05 02:39:31] "GET /network-policy/fe1ec3c2-e171-47ed-b48b-826d8b7abfaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003651 10.0.0.65 - - [2026-03-05 02:39:31] "POST /neutron/network HTTP/1.1" 200 1157 0.086440 10.0.0.65 - - [2026-03-05 02:39:31] "PUT /access-control-list/24a86a2b-d2f2-4d30-8734-160d9d0d1faa HTTP/1.1" 200 273 0.024417 10.0.0.65 - - [2026-03-05 02:39:31] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005139 10.0.0.65 - - [2026-03-05 02:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.65 - - [2026-03-05 02:39:31] "GET /network-policy/67a5d0dd-1fe9-4df1-880f-1a28485d7991?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004156 10.0.0.65 - - [2026-03-05 02:39:43] "POST /neutron/port HTTP/1.1" 200 1125 0.013981 10.0.0.65 - - [2026-03-05 02:39:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.010287 10.0.0.65 - - [2026-03-05 02:40:15] "POST /neutron/port HTTP/1.1" 200 1125 0.015555 10.0.0.65 - - [2026-03-05 02:40:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003434 10.0.0.65 - - [2026-03-05 02:40:15] "POST /neutron/network HTTP/1.1" 200 1159 0.008246 10.0.0.65 - - [2026-03-05 02:40:20] "GET /obj-perms HTTP/1.1" 200 5056 0.116447 10.0.0.65 - - [2026-03-05 02:40:40] "POST /neutron/network HTTP/1.1" 200 1160 0.014085 10.0.0.65 - - [2026-03-05 02:40:40] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.004711 10.0.0.65 - - [2026-03-05 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.65 - - [2026-03-05 02:40:40] "GET /network-policy/1a7b6386-92a6-4d80-bee1-dc006fd7225a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1129 0.003779 10.0.0.65 - - [2026-03-05 02:40:45] "POST /neutron/network HTTP/1.1" 200 1170 0.005460 10.0.0.65 - - [2026-03-05 02:40:45] "POST /neutron/port HTTP/1.1" 200 117 0.001040 10.0.0.65 - - [2026-03-05 02:40:49] "POST /neutron/network HTTP/1.1" 200 1157 0.088434 10.0.0.65 - - [2026-03-05 02:40:49] "PUT /access-control-list/24a86a2b-d2f2-4d30-8734-160d9d0d1faa HTTP/1.1" 200 273 0.059553 10.0.0.65 - - [2026-03-05 02:40:49] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005331 10.0.0.65 - - [2026-03-05 02:40:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.65 - - [2026-03-05 02:40:49] "GET /network-policy/111a68cb-fdbe-4693-842b-9f5b7baaea75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.003783 10.0.0.65 - - [2026-03-05 02:40:58] "POST /neutron/network HTTP/1.1" 200 1157 0.086899 10.0.0.65 - - [2026-03-05 02:40:58] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007730 10.0.0.65 - - [2026-03-05 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.65 - - [2026-03-05 02:40:58] "GET /network-policy/e2d82271-30a9-4fb9-9fa2-0ec8031ebaa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004399 10.0.0.65 - - [2026-03-05 02:41:06] "POST /neutron/network HTTP/1.1" 200 1158 0.091800 10.0.0.65 - - [2026-03-05 02:41:06] "PUT /access-control-list/24a86a2b-d2f2-4d30-8734-160d9d0d1faa HTTP/1.1" 200 273 0.067684 10.0.0.65 - - [2026-03-05 02:41:06] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.011671 10.0.0.65 - - [2026-03-05 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.65 - - [2026-03-05 02:41:06] "GET /network-policy/62dc6d71-cc96-4a38-89d5-babd9d396b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006110 10.0.0.65 - - [2026-03-05 02:41:14] "POST /neutron/network HTTP/1.1" 200 1158 0.092983 10.0.0.65 - - [2026-03-05 02:41:14] "POST /ref-update HTTP/1.1" 200 156 0.042525 10.0.0.65 - - [2026-03-05 02:41:14] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008062 10.0.0.65 - - [2026-03-05 02:41:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.65 - - [2026-03-05 02:41:15] "GET /network-policy/475b713e-2cc2-4196-859a-01a0184cb85e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004322 10.0.0.65 - - [2026-03-05 02:41:15] "POST /neutron/port HTTP/1.1" 200 1125 0.016123 10.0.0.65 - - [2026-03-05 02:41:15] "POST /neutron/subnet HTTP/1.1" 200 675 0.010879 10.0.0.65 - - [2026-03-05 02:41:22] "POST /neutron/network HTTP/1.1" 200 1158 0.007755 10.0.0.65 - - [2026-03-05 02:41:22] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.009435 10.0.0.65 - - [2026-03-05 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.65 - - [2026-03-05 02:41:22] "GET /network-policy/423b8656-66e0-4116-a94b-7787adcec148?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.005833 10.0.0.65 - - [2026-03-05 02:41:31] "POST /neutron/network HTTP/1.1" 200 1158 0.007765 10.0.0.65 - - [2026-03-05 02:41:31] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006312 10.0.0.65 - - [2026-03-05 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006135 10.0.0.65 - - [2026-03-05 02:41:31] "GET /network-policy/c4868f12-1295-4a8e-abb7-1a77f90cd197?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.003731 10.0.0.65 - - [2026-03-05 02:41:38] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.007989 10.0.0.65 - - [2026-03-05 02:41:39] "POST /neutron/network HTTP/1.1" 200 1158 0.014254 10.0.0.65 - - [2026-03-05 02:41:39] "DELETE /access-control-list/24a86a2b-d2f2-4d30-8734-160d9d0d1faa HTTP/1.1" 200 115 0.077068 10.0.0.65 - - [2026-03-05 02:41:39] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.011564 10.0.0.65 - - [2026-03-05 02:41:39] "GET /virtual-machine/1fd659bc-3a34-4ff8-aae2-19bd6db1b5a2 HTTP/1.1" 200 1300 0.003542 10.0.0.65 - - [2026-03-05 02:41:39] "POST /neutron/port HTTP/1.1" 200 1125 0.014817 10.0.0.65 - - [2026-03-05 02:41:41] "GET /virtual-machine/1fd659bc-3a34-4ff8-aae2-19bd6db1b5a2 HTTP/1.1" 404 171 0.003921 10.0.0.65 - - [2026-03-05 02:41:41] "GET /virtual-machine/1fd659bc-3a34-4ff8-aae2-19bd6db1b5a2 HTTP/1.1" 404 171 0.003048 10.0.0.65 - - [2026-03-05 02:41:41] "GET /virtual-machine/1fd659bc-3a34-4ff8-aae2-19bd6db1b5a2 HTTP/1.1" 404 171 0.002691 10.0.0.65 - - [2026-03-05 02:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.65 - - [2026-03-05 02:41:41] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003074 10.0.0.65 - - [2026-03-05 02:41:41] "GET /virtual-networks?parent_id=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002342 10.0.0.65 - - [2026-03-05 02:41:41] "GET /virtual-network/dbeab94b-3895-441f-b9d1-72e608d8dc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.008307 10.0.0.65 - - [2026-03-05 02:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.65 - - [2026-03-05 02:41:41] "GET /routing-instance/f8858031-f751-403d-bb20-a48777e7126c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.004028 10.0.0.65 - - [2026-03-05 02:41:41] "GET /route-target/cdac80f5-f6d2-4793-8c6f-d114e6756a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004000 10.0.0.65 - - [2026-03-05 02:41:44] "GET /obj-perms HTTP/1.1" 200 5013 0.003577 10.0.0.133 - - [2026-03-05 02:41:44] "GET /obj-perms HTTP/1.1" 200 5013 0.004086 10.0.0.65 - - [2026-03-05 02:41:45] "POST /neutron/port HTTP/1.1" 200 1125 0.021674 10.0.0.65 - - [2026-03-05 02:41:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003297 10.0.0.65 - - [2026-03-05 02:41:45] "POST /neutron/network HTTP/1.1" 200 1074 0.012877 10.0.0.65 - - [2026-03-05 02:41:54] "GET /obj-perms HTTP/1.1" 200 5013 0.003544 10.0.0.133 - - [2026-03-05 02:41:54] "GET /obj-perms HTTP/1.1" 200 5013 0.003427 10.0.0.65 - - [2026-03-05 02:41:57] "GET /obj-perms HTTP/1.1" 200 5013 0.003105 10.0.0.65 - - [2026-03-05 02:41:57] "GET /virtual-machine/c98b0baa-8415-41df-bfb8-838c30664b2c HTTP/1.1" 200 1301 0.003872 10.0.0.65 - - [2026-03-05 02:41:58] "POST /neutron/port HTTP/1.1" 200 151 0.137262 10.0.0.65 - - [2026-03-05 02:41:59] "GET /virtual-machine/c98b0baa-8415-41df-bfb8-838c30664b2c HTTP/1.1" 404 171 0.002883 10.0.0.65 - - [2026-03-05 02:41:59] "GET /virtual-machine/c98b0baa-8415-41df-bfb8-838c30664b2c HTTP/1.1" 404 171 0.002438 10.0.0.65 - - [2026-03-05 02:41:59] "GET /virtual-machine/c98b0baa-8415-41df-bfb8-838c30664b2c HTTP/1.1" 404 171 0.002764 10.0.0.65 - - [2026-03-05 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.65 - - [2026-03-05 02:41:59] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003950 10.0.0.65 - - [2026-03-05 02:41:59] "GET /virtual-networks?parent_id=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002444 10.0.0.65 - - [2026-03-05 02:41:59] "GET /virtual-network/0ff45411-ac2d-43fa-8bdf-2396a59780c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006260 10.0.0.65 - - [2026-03-05 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.65 - - [2026-03-05 02:41:59] "GET /routing-instance/eb106cf0-043c-4466-96ba-f8736bdb8b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.004336 10.0.0.65 - - [2026-03-05 02:41:59] "GET /route-target/1f20a695-b719-413f-b3f3-731beb097bc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004385 10.0.0.133 - - [2026-03-05 02:41:59] "GET /obj-perms HTTP/1.1" 200 5013 0.004200 10.0.0.65 - - [2026-03-05 02:42:05] "GET /obj-perms HTTP/1.1" 200 5013 0.003724 10.0.0.133 - - [2026-03-05 02:42:09] "GET /obj-perms HTTP/1.1" 200 5013 0.003262 10.0.0.65 - - [2026-03-05 02:42:15] "GET /obj-perms HTTP/1.1" 200 5013 0.004746 10.0.0.133 - - [2026-03-05 02:42:18] "GET /obj-perms HTTP/1.1" 200 5013 0.003537 10.0.0.33 - - [2026-03-05 02:42:21] "GET /obj-perms HTTP/1.1" 200 5056 0.050357 10.0.0.65 - - [2026-03-05 02:42:24] "GET /obj-perms HTTP/1.1" 200 5013 0.004878 10.0.0.133 - - [2026-03-05 02:42:24] "GET /obj-perms HTTP/1.1" 200 5013 0.003330 10.0.0.65 - - [2026-03-05 02:42:24] "GET /virtual-network/dbeab94b-3895-441f-b9d1-72e608d8dc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.007680 10.0.0.65 - - [2026-03-05 02:42:24] "POST /neutron/network HTTP/1.1" 200 1074 0.032183 10.0.0.65 - - [2026-03-05 02:42:24] "GET /virtual-network/dbeab94b-3895-441f-b9d1-72e608d8dc7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.008309 10.0.0.65 - - [2026-03-05 02:42:24] "POST /ref-update HTTP/1.1" 200 156 0.040881 10.0.0.65 - - [2026-03-05 02:42:24] "DELETE /network-policy/1a7b6386-92a6-4d80-bee1-dc006fd7225a HTTP/1.1" 200 115 0.027815 10.0.0.65 - - [2026-03-05 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005570 10.0.0.133 - - [2026-03-05 02:42:24] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.026209 10.0.0.65 - - [2026-03-05 02:42:25] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.069264 10.0.0.65 - - [2026-03-05 02:42:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-22646881&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.004876 10.0.0.65 - - [2026-03-05 02:42:25] "DELETE /network-policy/c4868f12-1295-4a8e-abb7-1a77f90cd197 HTTP/1.1" 200 115 0.037967 10.0.0.65 - - [2026-03-05 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005834 10.0.0.133 - - [2026-03-05 02:42:25] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000872 10.0.0.65 - - [2026-03-05 02:42:25] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040954 10.0.0.65 - - [2026-03-05 02:42:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-22646881&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.004818 10.0.0.65 - - [2026-03-05 02:42:25] "DELETE /network-policy/423b8656-66e0-4116-a94b-7787adcec148 HTTP/1.1" 200 115 0.027726 10.0.0.65 - - [2026-03-05 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.133 - - [2026-03-05 02:42:25] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000976 10.0.0.65 - - [2026-03-05 02:42:25] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.048368 10.0.0.65 - - [2026-03-05 02:42:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-22646881&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.004177 10.0.0.65 - - [2026-03-05 02:42:25] "DELETE /network-policy/475b713e-2cc2-4196-859a-01a0184cb85e HTTP/1.1" 200 115 0.032168 10.0.0.65 - - [2026-03-05 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.133 - - [2026-03-05 02:42:25] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000855 10.0.0.65 - - [2026-03-05 02:42:25] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.041224 10.0.0.65 - - [2026-03-05 02:42:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-22646881&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.004853 10.0.0.65 - - [2026-03-05 02:42:25] "DELETE /network-policy/62dc6d71-cc96-4a38-89d5-babd9d396b71 HTTP/1.1" 200 115 0.037732 10.0.0.65 - - [2026-03-05 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.133 - - [2026-03-05 02:42:25] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000862 10.0.0.65 - - [2026-03-05 02:42:25] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.040133 10.0.0.65 - - [2026-03-05 02:42:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-22646881&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.005265 10.0.0.65 - - [2026-03-05 02:42:25] "DELETE /network-policy/c4c82db7-6678-4e0b-98f3-f851ec793ea8 HTTP/1.1" 200 115 0.033147 10.0.0.65 - - [2026-03-05 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.133 - - [2026-03-05 02:42:25] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000854 10.0.0.65 - - [2026-03-05 02:42:26] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.045378 10.0.0.65 - - [2026-03-05 02:42:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-22646881&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.004846 10.0.0.65 - - [2026-03-05 02:42:26] "DELETE /network-policy/e2d82271-30a9-4fb9-9fa2-0ec8031ebaa7 HTTP/1.1" 200 115 0.037974 10.0.0.65 - - [2026-03-05 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.133 - - [2026-03-05 02:42:26] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000886 10.0.0.65 - - [2026-03-05 02:42:26] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.058808 10.0.0.65 - - [2026-03-05 02:42:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-22646881&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.004473 10.0.0.65 - - [2026-03-05 02:42:26] "DELETE /network-policy/111a68cb-fdbe-4693-842b-9f5b7baaea75 HTTP/1.1" 200 115 0.044529 10.0.0.65 - - [2026-03-05 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.133 - - [2026-03-05 02:42:26] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000883 10.0.0.65 - - [2026-03-05 02:42:26] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.047831 10.0.0.65 - - [2026-03-05 02:42:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-22646881&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.004447 10.0.0.65 - - [2026-03-05 02:42:26] "DELETE /network-policy/67a5d0dd-1fe9-4df1-880f-1a28485d7991 HTTP/1.1" 200 115 0.030632 10.0.0.65 - - [2026-03-05 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.133 - - [2026-03-05 02:42:26] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001204 10.0.0.65 - - [2026-03-05 02:42:26] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.041429 10.0.0.65 - - [2026-03-05 02:42:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-22646881&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.005044 10.0.0.65 - - [2026-03-05 02:42:26] "DELETE /network-policy/fe1ec3c2-e171-47ed-b48b-826d8b7abfaa HTTP/1.1" 200 115 0.031535 10.0.0.65 - - [2026-03-05 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.133 - - [2026-03-05 02:42:26] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001078 10.0.0.65 - - [2026-03-05 02:42:26] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.035830 10.0.0.65 - - [2026-03-05 02:42:26] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-22646881&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004728 10.0.0.65 - - [2026-03-05 02:42:27] "POST /neutron/network HTTP/1.1" 200 1074 0.008428 10.0.0.65 - - [2026-03-05 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005397 10.0.0.65 - - [2026-03-05 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.65 - - [2026-03-05 02:42:27] "DELETE /network-ipam/15a61bb9-69e5-4862-bada-a8cef165088d HTTP/1.1" 200 115 0.029139 10.0.0.65 - - [2026-03-05 02:42:27] "POST /fqname-to-id HTTP/1.1" 404 248 0.003474 10.0.0.133 - - [2026-03-05 02:42:27] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000842 10.0.0.133 - - [2026-03-05 02:42:27] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.032499 10.0.0.133 - - [2026-03-05 02:42:27] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001072 10.0.0.133 - - [2026-03-05 02:42:27] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?fields=security_groups HTTP/1.1" 200 1381 0.089502 10.0.0.133 - - [2026-03-05 02:42:28] "DELETE /security-group/517d0714-c747-481a-ba5c-64851556f864 HTTP/1.1" 200 115 0.049713 10.0.0.133 - - [2026-03-05 02:42:28] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000832 10.0.0.133 - - [2026-03-05 02:42:28] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?fields=application_policy_sets HTTP/1.1" 200 1420 0.057386 10.0.0.65 - - [2026-03-05 02:42:28] "DELETE /access-control-list/b6958de6-4d8c-42e1-95b2-af73115b0826 HTTP/1.1" 200 115 0.056204 10.0.0.65 - - [2026-03-05 02:42:28] "DELETE /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b HTTP/1.1" 200 115 0.425972 10.0.0.133 - - [2026-03-05 02:42:28] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.65 - - [2026-03-05 02:42:28] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?fields=projects HTTP/1.1" 200 1443 0.009450 10.0.0.133 - - [2026-03-05 02:42:29] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003127 10.0.0.133 - - [2026-03-05 02:42:29] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001302 10.0.0.133 - - [2026-03-05 02:42:29] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035036 10.0.0.133 - - [2026-03-05 02:42:29] "POST /id-to-fqname HTTP/1.1" 200 196 0.007580 10.0.0.133 - - [2026-03-05 02:42:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.005395 10.0.0.133 - - [2026-03-05 02:42:29] "POST /security-groups HTTP/1.1" 200 597 0.072716 10.0.0.133 - - [2026-03-05 02:42:29] "POST /projects HTTP/1.1" 200 597 0.273050 10.0.0.65 - - [2026-03-05 02:42:30] "POST /fqname-to-id HTTP/1.1" 404 239 0.013402 10.0.0.133 - - [2026-03-05 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.345896 10.0.0.65 - - [2026-03-05 02:42:30] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.540797 10.0.0.133 - - [2026-03-05 02:42:30] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000964 10.0.0.65 - - [2026-03-05 02:42:30] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?fields=virtual_networks HTTP/1.1" 200 1046 0.054448 10.0.0.133 - - [2026-03-05 02:42:30] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000857 10.0.0.65 - - [2026-03-05 02:42:30] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.030169 10.0.0.133 - - [2026-03-05 02:42:30] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001567 10.0.0.65 - - [2026-03-05 02:42:30] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?fields=security_groups HTTP/1.1" 200 1279 0.039392 10.0.0.65 - - [2026-03-05 02:42:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.026728 10.0.0.133 - - [2026-03-05 02:42:31] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002753 10.0.0.133 - - [2026-03-05 02:42:31] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.133 - - [2026-03-05 02:42:31] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006655 10.0.0.133 - - [2026-03-05 02:42:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.001041 10.0.0.133 - - [2026-03-05 02:42:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.008092 10.0.0.133 - - [2026-03-05 02:42:31] "POST /security-groups HTTP/1.1" 200 603 0.074316 10.0.0.133 - - [2026-03-05 02:42:31] "POST /projects HTTP/1.1" 200 609 0.278743 10.0.0.133 - - [2026-03-05 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.315844 10.0.0.65 - - [2026-03-05 02:42:31] "POST /access-control-lists HTTP/1.1" 200 610 0.030962 10.0.0.65 - - [2026-03-05 02:42:31] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.473242 10.0.0.65 - - [2026-03-05 02:42:32] "GET / HTTP/1.1" 200 36215 0.001420 10.0.0.65 - - [2026-03-05 02:42:34] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000402 10.0.0.133 - - [2026-03-05 02:42:35] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000942 10.0.0.65 - - [2026-03-05 02:42:35] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.081130 10.0.0.65 - - [2026-03-05 02:42:35] "GET / HTTP/1.1" 200 36215 0.001835 10.0.0.65 - - [2026-03-05 02:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.133 - - [2026-03-05 02:42:36] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000783 10.0.0.65 - - [2026-03-05 02:42:36] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.006006 10.0.0.65 - - [2026-03-05 02:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.133 - - [2026-03-05 02:42:36] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.65 - - [2026-03-05 02:42:36] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.049868 10.0.0.65 - - [2026-03-05 02:42:37] "GET /domains HTTP/1.1" 401 292 0.000378 10.0.0.65 - - [2026-03-05 02:42:37] "GET /domains HTTP/1.1" 200 281 0.027082 10.0.0.133 - - [2026-03-05 02:42:37] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.65 - - [2026-03-05 02:42:37] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983 HTTP/1.1" 200 2984 0.011009 10.0.0.133 - - [2026-03-05 02:42:37] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.65 - - [2026-03-05 02:42:37] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f HTTP/1.1" 200 1929 0.097371 10.0.0.65 - - [2026-03-05 02:42:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003236 10.0.0.65 - - [2026-03-05 02:42:37] "POST /network-ipams HTTP/1.1" 200 623 0.026989 10.0.0.65 - - [2026-03-05 02:42:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.004508 10.0.0.65 - - [2026-03-05 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.65 - - [2026-03-05 02:42:37] "GET /network-ipam/dd2ea666-c5c7-448f-91af-195cd0bcbaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.005408 10.0.0.65 - - [2026-03-05 02:42:38] "PUT /network-ipam/dd2ea666-c5c7-448f-91af-195cd0bcbaa5 HTTP/1.1" 200 259 0.019350 10.0.0.65 - - [2026-03-05 02:42:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000405 10.0.0.65 - - [2026-03-05 02:42:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.029735 10.0.0.133 - - [2026-03-05 02:42:38] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000802 10.0.0.65 - - [2026-03-05 02:42:38] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.044983 10.0.0.133 - - [2026-03-05 02:42:38] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002414 10.0.0.65 - - [2026-03-05 02:42:38] "POST /neutron/network HTTP/1.1" 200 623 0.153817 10.0.0.65 - - [2026-03-05 02:42:38] "POST /route-targets HTTP/1.1" 200 328 0.013577 10.0.0.133 - - [2026-03-05 02:42:39] "POST /useragent-kv HTTP/1.1" 200 115 0.007475 10.0.0.65 - - [2026-03-05 02:42:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.192666 10.0.0.65 - - [2026-03-05 02:42:39] "POST /id-to-fqname HTTP/1.1" 200 235 0.001163 10.0.0.65 - - [2026-03-05 02:42:39] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.004584 10.0.0.65 - - [2026-03-05 02:42:39] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.004757 10.0.0.65 - - [2026-03-05 02:42:39] "POST /neutron/network HTTP/1.1" 200 1336 0.022605 10.0.0.65 - - [2026-03-05 02:42:39] "POST /neutron/subnet HTTP/1.1" 200 823 0.009065 10.0.0.65 - - [2026-03-05 02:42:40] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006994 10.0.0.65 - - [2026-03-05 02:42:41] "GET /obj-perms HTTP/1.1" 200 5019 0.050643 10.0.0.65 - - [2026-03-05 02:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.133 - - [2026-03-05 02:42:41] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.65 - - [2026-03-05 02:42:41] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.042280 10.0.0.65 - - [2026-03-05 02:42:42] "POST /ref-update HTTP/1.1" 200 156 0.030800 10.0.0.133 - - [2026-03-05 02:42:42] "POST /useragent-kv HTTP/1.1" 200 115 0.007128 10.0.0.65 - - [2026-03-05 02:42:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.182198 10.0.0.65 - - [2026-03-05 02:42:42] "POST /neutron/network HTTP/1.1" 200 1337 0.012125 10.0.0.65 - - [2026-03-05 02:42:42] "POST /id-to-fqname HTTP/1.1" 200 235 0.001002 10.0.0.65 - - [2026-03-05 02:42:42] "GET /virtual-network/495d0fd5-2c16-4a3a-b785-4ea92697a001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005397 10.0.0.65 - - [2026-03-05 02:42:42] "GET /virtual-network/495d0fd5-2c16-4a3a-b785-4ea92697a001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.004695 10.0.0.65 - - [2026-03-05 02:42:42] "POST /neutron/subnet HTTP/1.1" 200 701 0.007701 10.0.0.65 - - [2026-03-05 02:42:43] "GET /virtual-network/495d0fd5-2c16-4a3a-b785-4ea92697a001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.005435 10.0.0.33 - - [2026-03-05 02:42:43] "GET /obj-perms HTTP/1.1" 200 5019 0.050667 10.0.0.133 - - [2026-03-05 02:42:43] "GET /obj-perms HTTP/1.1" 200 5019 0.048171 10.0.0.65 - - [2026-03-05 02:42:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.003369 10.0.0.65 - - [2026-03-05 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.133 - - [2026-03-05 02:42:43] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001286 10.0.0.65 - - [2026-03-05 02:42:43] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.045689 10.0.0.65 - - [2026-03-05 02:42:43] "POST /network-policys HTTP/1.1" 200 535 0.070014 10.0.0.65 - - [2026-03-05 02:42:43] "GET /network-policy/0881c4c5-b364-4570-9b38-eee9ffdf6be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006572 10.0.0.65 - - [2026-03-05 02:42:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.002454 10.0.0.65 - - [2026-03-05 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002373 10.0.0.133 - - [2026-03-05 02:42:43] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000824 10.0.0.65 - - [2026-03-05 02:42:43] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039760 10.0.0.65 - - [2026-03-05 02:42:44] "POST /network-policys HTTP/1.1" 200 535 0.072619 10.0.0.65 - - [2026-03-05 02:42:44] "GET /network-policy/7112d014-f9c6-4e0f-92d5-9e4e13633533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006052 10.0.0.65 - - [2026-03-05 02:42:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.002547 10.0.0.65 - - [2026-03-05 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.133 - - [2026-03-05 02:42:44] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.65 - - [2026-03-05 02:42:44] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.033458 10.0.0.65 - - [2026-03-05 02:42:44] "POST /network-policys HTTP/1.1" 200 535 0.073110 10.0.0.65 - - [2026-03-05 02:42:44] "GET /network-policy/49c86882-d1d0-4290-82fb-7ad863a70f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007324 10.0.0.65 - - [2026-03-05 02:42:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.003012 10.0.0.65 - - [2026-03-05 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.133 - - [2026-03-05 02:42:44] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001331 10.0.0.65 - - [2026-03-05 02:42:44] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.037647 10.0.0.65 - - [2026-03-05 02:42:44] "POST /network-policys HTTP/1.1" 200 535 0.070119 10.0.0.65 - - [2026-03-05 02:42:44] "GET /network-policy/153c8b83-fb54-4084-a8fb-cea54ea46570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.009129 10.0.0.65 - - [2026-03-05 02:42:45] "POST /fqname-to-id HTTP/1.1" 404 213 0.002607 10.0.0.65 - - [2026-03-05 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002303 10.0.0.133 - - [2026-03-05 02:42:45] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000834 10.0.0.65 - - [2026-03-05 02:42:45] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.042099 10.0.0.65 - - [2026-03-05 02:42:45] "POST /network-policys HTTP/1.1" 200 539 0.027870 10.0.0.65 - - [2026-03-05 02:42:45] "GET /network-policy/c1538d1c-c702-4b7b-91ad-15131067d070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006660 10.0.0.65 - - [2026-03-05 02:42:45] "POST /fqname-to-id HTTP/1.1" 404 212 0.002762 10.0.0.65 - - [2026-03-05 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.133 - - [2026-03-05 02:42:45] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001235 10.0.0.65 - - [2026-03-05 02:42:45] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039070 10.0.0.65 - - [2026-03-05 02:42:45] "POST /network-policys HTTP/1.1" 200 537 0.073961 10.0.0.65 - - [2026-03-05 02:42:45] "GET /network-policy/76b5cb9f-8faf-40a5-b154-87d3b8765122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006369 10.0.0.65 - - [2026-03-05 02:42:45] "POST /fqname-to-id HTTP/1.1" 404 212 0.003761 10.0.0.65 - - [2026-03-05 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.133 - - [2026-03-05 02:42:45] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001321 10.0.0.65 - - [2026-03-05 02:42:45] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.051836 10.0.0.65 - - [2026-03-05 02:42:46] "POST /network-policys HTTP/1.1" 200 537 0.089081 10.0.0.65 - - [2026-03-05 02:42:46] "GET /network-policy/46cc4102-8950-4aab-867c-58259bb1fad7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006233 10.0.0.65 - - [2026-03-05 02:42:46] "POST /fqname-to-id HTTP/1.1" 404 212 0.002834 10.0.0.65 - - [2026-03-05 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.133 - - [2026-03-05 02:42:46] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000920 10.0.0.65 - - [2026-03-05 02:42:46] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039459 10.0.0.65 - - [2026-03-05 02:42:46] "POST /network-policys HTTP/1.1" 200 537 0.073346 10.0.0.65 - - [2026-03-05 02:42:46] "GET /network-policy/d5e028cf-2961-41b6-b8d9-14f1ef88959f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.005567 10.0.0.65 - - [2026-03-05 02:42:46] "POST /fqname-to-id HTTP/1.1" 404 212 0.002781 10.0.0.65 - - [2026-03-05 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.133 - - [2026-03-05 02:42:46] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.65 - - [2026-03-05 02:42:46] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.031498 10.0.0.65 - - [2026-03-05 02:42:46] "POST /network-policys HTTP/1.1" 200 537 0.067293 10.0.0.65 - - [2026-03-05 02:42:47] "GET /network-policy/becdb44e-bc70-418c-b44e-f6df0be1659b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.005634 10.0.0.65 - - [2026-03-05 02:42:47] "POST /fqname-to-id HTTP/1.1" 404 214 0.002553 10.0.0.65 - - [2026-03-05 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.133 - - [2026-03-05 02:42:47] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002322 10.0.0.65 - - [2026-03-05 02:42:47] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.063047 10.0.0.65 - - [2026-03-05 02:42:47] "POST /network-policys HTTP/1.1" 200 541 0.035074 10.0.0.65 - - [2026-03-05 02:42:47] "GET /network-policy/5c894b3a-2bdc-45be-b471-30b53d399477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006055 10.0.0.65 - - [2026-03-05 02:42:47] "POST /neutron/network HTTP/1.1" 200 1336 0.010855 10.0.0.65 - - [2026-03-05 02:42:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.039734 10.0.0.65 - - [2026-03-05 02:42:47] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007296 10.0.0.65 - - [2026-03-05 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.65 - - [2026-03-05 02:42:47] "GET /network-policy/0881c4c5-b364-4570-9b38-eee9ffdf6be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004082 10.0.0.65 - - [2026-03-05 02:42:48] "POST /neutron/network HTTP/1.1" 200 1337 0.015610 10.0.0.65 - - [2026-03-05 02:42:48] "POST /fqname-to-id HTTP/1.1" 404 252 0.008412 10.0.0.65 - - [2026-03-05 02:42:48] "GET /virtual-network/495d0fd5-2c16-4a3a-b785-4ea92697a001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.008934 10.0.0.65 - - [2026-03-05 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007429 10.0.0.65 - - [2026-03-05 02:42:48] "GET /network-policy/c1538d1c-c702-4b7b-91ad-15131067d070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005253 10.0.0.65 - - [2026-03-05 02:42:48] "POST /id-to-fqname HTTP/1.1" 200 235 0.001231 10.0.0.65 - - [2026-03-05 02:42:48] "POST /neutron/network HTTP/1.1" 200 1434 0.007646 10.0.0.133 - - [2026-03-05 02:42:49] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001612 10.0.0.65 - - [2026-03-05 02:42:49] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.090895 10.0.0.65 - - [2026-03-05 02:42:49] "POST /neutron/port HTTP/1.1" 200 117 0.007835 10.0.0.65 - - [2026-03-05 02:42:49] "POST /id-to-fqname HTTP/1.1" 200 235 0.001174 10.0.0.65 - - [2026-03-05 02:42:49] "POST /neutron/network HTTP/1.1" 200 1434 0.009438 10.0.0.65 - - [2026-03-05 02:42:50] "PUT /access-control-list/c12a5bc8-3663-4b8f-b865-209ba6b4e682 HTTP/1.1" 200 273 0.067092 10.0.0.65 - - [2026-03-05 02:42:50] "POST /neutron/port HTTP/1.1" 200 1173 0.022082 10.0.0.133 - - [2026-03-05 02:42:50] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002478 10.0.0.65 - - [2026-03-05 02:42:50] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.104279 10.0.0.65 - - [2026-03-05 02:42:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004713 10.0.0.65 - - [2026-03-05 02:42:50] "POST /neutron/subnet HTTP/1.1" 200 1356 0.011894 10.0.0.65 - - [2026-03-05 02:42:50] "POST /neutron/network HTTP/1.1" 200 1424 0.010194 10.0.0.65 - - [2026-03-05 02:42:50] "POST /neutron/port HTTP/1.1" 200 117 0.006338 10.0.0.65 - - [2026-03-05 02:42:51] "POST /neutron/network HTTP/1.1" 200 1437 0.007710 10.0.0.65 - - [2026-03-05 02:42:51] "POST /neutron/port HTTP/1.1" 200 1174 0.018902 10.0.0.65 - - [2026-03-05 02:42:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003735 10.0.0.65 - - [2026-03-05 02:42:52] "POST /neutron/port HTTP/1.1" 200 117 0.001452 10.0.0.65 - - [2026-03-05 02:42:56] "POST /neutron/port HTTP/1.1" 200 1237 0.016636 10.0.0.65 - - [2026-03-05 02:42:56] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006451 10.0.0.65 - - [2026-03-05 02:42:56] "GET /virtual-machine/20637c7e-6e0b-412e-9a46-b99957acbd43 HTTP/1.1" 401 292 0.000443 10.0.0.65 - - [2026-03-05 02:42:56] "GET /virtual-machine/20637c7e-6e0b-412e-9a46-b99957acbd43 HTTP/1.1" 200 1306 0.035057 10.0.0.65 - - [2026-03-05 02:42:56] "GET /virtual-machine-interface/c6bdcfad-7fc9-4efd-ae18-e7b61491f215 HTTP/1.1" 200 3178 0.004765 10.0.0.65 - - [2026-03-05 02:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.65 - - [2026-03-05 02:42:56] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003995 10.0.0.65 - - [2026-03-05 02:42:56] "GET /virtual-networks?parent_id=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002803 10.0.0.65 - - [2026-03-05 02:42:56] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005625 10.0.0.133 - - [2026-03-05 02:42:57] "DELETE /project/7ff2a565534b4fdc9b6cc1267f80064b HTTP/1.1" 404 173 0.003664 10.0.0.133 - - [2026-03-05 02:42:57] "DELETE /project/21f5c3f746c04fcaad6e5d104ef45f1f HTTP/1.1" 404 173 0.004985 10.0.0.133 - - [2026-03-05 02:42:57] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000880 10.0.0.133 - - [2026-03-05 02:42:57] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.034705 10.0.0.133 - - [2026-03-05 02:42:57] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001261 10.0.0.133 - - [2026-03-05 02:42:57] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?fields=security_groups HTTP/1.1" 200 1381 0.049257 10.0.0.133 - - [2026-03-05 02:42:57] "DELETE /security-group/8e3a74c5-a3bf-49d9-82ef-433a0ec8d008 HTTP/1.1" 200 115 0.044346 10.0.0.133 - - [2026-03-05 02:42:57] "GET /projects?obj_uuids=7ff2a565-534b-4fdc-9b6c-c1267f80064b&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001499 10.0.0.133 - - [2026-03-05 02:42:57] "GET /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b?fields=application_policy_sets HTTP/1.1" 200 1420 0.053939 10.0.0.65 - - [2026-03-05 02:42:57] "DELETE /access-control-list/f216fb2d-9fe1-41a0-9493-c937bd06d823 HTTP/1.1" 200 115 0.053798 10.0.0.133 - - [2026-03-05 02:42:57] "DELETE /project/7ff2a565-534b-4fdc-9b6c-c1267f80064b HTTP/1.1" 200 115 0.387610 10.0.0.65 - - [2026-03-05 02:42:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.65 - - [2026-03-05 02:42:59] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005932 10.0.0.133 - - [2026-03-05 02:43:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000403 10.0.0.133 - - [2026-03-05 02:43:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2026-03-05 02:43:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.33 - - [2026-03-05 02:43:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000468 10.0.0.133 - - [2026-03-05 02:43:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000528 10.0.0.133 - - [2026-03-05 02:43:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.33 - - [2026-03-05 02:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.33 - - [2026-03-05 02:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.65 - - [2026-03-05 02:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000395 10.0.0.65 - - [2026-03-05 02:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.001085 10.0.0.65 - - [2026-03-05 02:43:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.65 - - [2026-03-05 02:43:03] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005045 10.0.0.65 - - [2026-03-05 02:43:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000407 10.0.0.65 - - [2026-03-05 02:43:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.65 - - [2026-03-05 02:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.65 - - [2026-03-05 02:43:07] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005088 10.0.0.65 - - [2026-03-05 02:43:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.65 - - [2026-03-05 02:43:12] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.004567 10.0.0.65 - - [2026-03-05 02:43:15] "POST /neutron/port HTTP/1.1" 200 1238 0.019151 10.0.0.65 - - [2026-03-05 02:43:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003402 10.0.0.65 - - [2026-03-05 02:43:15] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.65 - - [2026-03-05 02:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.65 - - [2026-03-05 02:43:16] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007514 10.0.0.65 - - [2026-03-05 02:43:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.65 - - [2026-03-05 02:43:20] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005151 10.0.0.65 - - [2026-03-05 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.65 - - [2026-03-05 02:43:24] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006792 10.0.0.65 - - [2026-03-05 02:43:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.65 - - [2026-03-05 02:43:28] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007543 10.0.0.65 - - [2026-03-05 02:43:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.65 - - [2026-03-05 02:43:32] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003204 10.0.0.65 - - [2026-03-05 02:43:32] "GET /virtual-networks?parent_id=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002396 10.0.0.65 - - [2026-03-05 02:43:32] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005513 10.0.0.65 - - [2026-03-05 02:43:32] "POST /neutron/port HTTP/1.1" 200 1237 0.016169 10.0.0.65 - - [2026-03-05 02:43:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006498 10.0.0.65 - - [2026-03-05 02:43:43] "POST /neutron/port HTTP/1.1" 200 1237 0.045406 10.0.0.65 - - [2026-03-05 02:43:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006351 10.0.0.65 - - [2026-03-05 02:43:48] "POST /neutron/port HTTP/1.1" 200 1237 0.047307 10.0.0.65 - - [2026-03-05 02:43:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003879 10.0.0.65 - - [2026-03-05 02:43:48] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.65 - - [2026-03-05 02:43:53] "POST /neutron/port HTTP/1.1" 200 1237 0.015989 10.0.0.65 - - [2026-03-05 02:43:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006218 10.0.0.65 - - [2026-03-05 02:43:58] "POST /neutron/port HTTP/1.1" 200 1238 0.016242 10.0.0.65 - - [2026-03-05 02:43:58] "GET /virtual-machine/e105ad05-5ce6-4ccf-9ccb-6b59e86883d1 HTTP/1.1" 200 1307 0.005968 10.0.0.65 - - [2026-03-05 02:43:58] "GET /virtual-machine-interface/0c95d26d-c958-42f2-a7d6-ae6fadfbcbe8 HTTP/1.1" 200 3176 0.004593 10.0.0.65 - - [2026-03-05 02:43:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.65 - - [2026-03-05 02:43:58] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003224 10.0.0.65 - - [2026-03-05 02:43:58] "GET /virtual-networks?parent_id=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002378 10.0.0.65 - - [2026-03-05 02:43:58] "GET /virtual-network/495d0fd5-2c16-4a3a-b785-4ea92697a001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.005181 10.0.0.65 - - [2026-03-05 02:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.65 - - [2026-03-05 02:43:59] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003688 10.0.0.65 - - [2026-03-05 02:43:59] "GET /virtual-networks?parent_id=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.006526 10.0.0.65 - - [2026-03-05 02:44:00] "GET /virtual-network/495d0fd5-2c16-4a3a-b785-4ea92697a001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.005418 10.0.0.65 - - [2026-03-05 02:44:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007052 10.0.0.65 - - [2026-03-05 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.65 - - [2026-03-05 02:44:00] "GET /network-policy/c1538d1c-c702-4b7b-91ad-15131067d070?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003326 10.0.0.65 - - [2026-03-05 02:44:00] "POST /neutron/port HTTP/1.1" 200 1237 0.020948 10.0.0.65 - - [2026-03-05 02:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.65 - - [2026-03-05 02:44:00] "GET /network-policy/0881c4c5-b364-4570-9b38-eee9ffdf6be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.003318 10.0.0.65 - - [2026-03-05 02:44:00] "POST /neutron/network HTTP/1.1" 200 1424 0.098725 10.0.0.65 - - [2026-03-05 02:44:00] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005533 10.0.0.65 - - [2026-03-05 02:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.65 - - [2026-03-05 02:44:01] "GET /network-policy/7112d014-f9c6-4e0f-92d5-9e4e13633533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.003978 10.0.0.65 - - [2026-03-05 02:44:15] "POST /neutron/port HTTP/1.1" 200 1238 0.038211 10.0.0.65 - - [2026-03-05 02:44:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003094 10.0.0.65 - - [2026-03-05 02:44:15] "POST /neutron/port HTTP/1.1" 200 117 0.001018 10.0.0.65 - - [2026-03-05 02:44:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.004115 10.0.0.65 - - [2026-03-05 02:44:23] "POST /neutron/network HTTP/1.1" 200 1427 0.080966 10.0.0.65 - - [2026-03-05 02:44:23] "POST /ref-update HTTP/1.1" 200 156 0.016392 10.0.0.65 - - [2026-03-05 02:44:23] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.007825 10.0.0.65 - - [2026-03-05 02:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.65 - - [2026-03-05 02:44:23] "GET /network-policy/5c894b3a-2bdc-45be-b471-30b53d399477?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003340 10.0.0.65 - - [2026-03-05 02:44:23] "GET /obj-perms HTTP/1.1" 200 5056 0.045819 10.0.0.65 - - [2026-03-05 02:44:36] "POST /neutron/network HTTP/1.1" 200 1424 0.080920 10.0.0.65 - - [2026-03-05 02:44:36] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005769 10.0.0.65 - - [2026-03-05 02:44:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.65 - - [2026-03-05 02:44:36] "GET /network-policy/49c86882-d1d0-4290-82fb-7ad863a70f10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.003538 10.0.0.65 - - [2026-03-05 02:44:48] "PUT /access-control-list/c12a5bc8-3663-4b8f-b865-209ba6b4e682 HTTP/1.1" 200 273 0.024782 10.0.0.65 - - [2026-03-05 02:44:48] "POST /neutron/network HTTP/1.1" 200 1424 0.121250 10.0.0.65 - - [2026-03-05 02:44:48] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005809 10.0.0.65 - - [2026-03-05 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.65 - - [2026-03-05 02:44:48] "GET /network-policy/153c8b83-fb54-4084-a8fb-cea54ea46570?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.003869 10.0.0.65 - - [2026-03-05 02:44:48] "POST /neutron/port HTTP/1.1" 200 1237 0.015071 10.0.0.65 - - [2026-03-05 02:44:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005006 10.0.0.65 - - [2026-03-05 02:44:48] "POST /neutron/port HTTP/1.1" 200 117 0.001043 10.0.0.65 - - [2026-03-05 02:44:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.004611 10.0.0.65 - - [2026-03-05 02:44:58] "POST /neutron/network HTTP/1.1" 200 1425 0.063299 10.0.0.65 - - [2026-03-05 02:44:58] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007731 10.0.0.65 - - [2026-03-05 02:44:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.65 - - [2026-03-05 02:44:58] "GET /network-policy/76b5cb9f-8faf-40a5-b154-87d3b8765122?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004738 10.0.0.65 - - [2026-03-05 02:45:11] "PUT /access-control-list/c12a5bc8-3663-4b8f-b865-209ba6b4e682 HTTP/1.1" 200 273 0.032014 10.0.0.65 - - [2026-03-05 02:45:11] "POST /neutron/network HTTP/1.1" 200 1425 0.089183 10.0.0.65 - - [2026-03-05 02:45:11] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006454 10.0.0.65 - - [2026-03-05 02:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.65 - - [2026-03-05 02:45:11] "GET /network-policy/46cc4102-8950-4aab-867c-58259bb1fad7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005263 10.0.0.65 - - [2026-03-05 02:45:17] "POST /neutron/port HTTP/1.1" 200 1238 0.016112 10.0.0.65 - - [2026-03-05 02:45:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003120 10.0.0.65 - - [2026-03-05 02:45:17] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.65 - - [2026-03-05 02:45:21] "POST /neutron/network HTTP/1.1" 200 1425 0.102753 10.0.0.65 - - [2026-03-05 02:45:21] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006497 10.0.0.65 - - [2026-03-05 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.65 - - [2026-03-05 02:45:21] "GET /network-policy/d5e028cf-2961-41b6-b8d9-14f1ef88959f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.005617 10.0.0.65 - - [2026-03-05 02:45:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.019241 10.0.0.65 - - [2026-03-05 02:45:33] "PUT /access-control-list/c12a5bc8-3663-4b8f-b865-209ba6b4e682 HTTP/1.1" 200 273 0.034053 10.0.0.65 - - [2026-03-05 02:45:33] "POST /neutron/network HTTP/1.1" 200 1425 0.109657 10.0.0.65 - - [2026-03-05 02:45:33] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005753 10.0.0.65 - - [2026-03-05 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.65 - - [2026-03-05 02:45:34] "GET /network-policy/becdb44e-bc70-418c-b44e-f6df0be1659b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.003600 10.0.0.65 - - [2026-03-05 02:45:44] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005363 10.0.0.65 - - [2026-03-05 02:45:44] "POST /neutron/network HTTP/1.1" 200 1336 0.077545 10.0.0.65 - - [2026-03-05 02:45:44] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.011372 10.0.0.65 - - [2026-03-05 02:45:44] "GET /virtual-machine/e105ad05-5ce6-4ccf-9ccb-6b59e86883d1 HTTP/1.1" 200 1307 0.003559 10.0.0.65 - - [2026-03-05 02:45:44] "POST /neutron/port HTTP/1.1" 200 1228 0.013340 10.0.0.65 - - [2026-03-05 02:45:46] "GET /virtual-machine/e105ad05-5ce6-4ccf-9ccb-6b59e86883d1 HTTP/1.1" 404 171 0.003836 10.0.0.65 - - [2026-03-05 02:45:46] "GET /virtual-machine/e105ad05-5ce6-4ccf-9ccb-6b59e86883d1 HTTP/1.1" 404 171 0.002919 10.0.0.65 - - [2026-03-05 02:45:46] "GET /virtual-machine/e105ad05-5ce6-4ccf-9ccb-6b59e86883d1 HTTP/1.1" 404 171 0.003066 10.0.0.65 - - [2026-03-05 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.65 - - [2026-03-05 02:45:46] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004072 10.0.0.65 - - [2026-03-05 02:45:46] "GET /virtual-networks?parent_id=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003367 10.0.0.65 - - [2026-03-05 02:45:46] "GET /virtual-network/495d0fd5-2c16-4a3a-b785-4ea92697a001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007833 10.0.0.65 - - [2026-03-05 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.65 - - [2026-03-05 02:45:46] "GET /routing-instance/aa34b4f3-ea84-4ea4-af49-2811518ea1fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005831 10.0.0.65 - - [2026-03-05 02:45:46] "GET /route-target/c7e65c26-3f04-428b-9543-45015babbe4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005315 10.0.0.133 - - [2026-03-05 02:45:46] "GET /obj-perms HTTP/1.1" 200 5019 0.003512 10.0.0.65 - - [2026-03-05 02:45:49] "POST /neutron/port HTTP/1.1" 200 1237 0.017041 10.0.0.65 - - [2026-03-05 02:45:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003183 10.0.0.65 - - [2026-03-05 02:45:49] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.65 - - [2026-03-05 02:45:53] "GET /obj-perms HTTP/1.1" 200 5019 0.003376 10.0.0.133 - - [2026-03-05 02:45:56] "GET /obj-perms HTTP/1.1" 200 5019 0.003800 10.0.0.65 - - [2026-03-05 02:45:59] "GET /obj-perms HTTP/1.1" 200 5019 0.003734 10.0.0.33 - - [2026-03-05 02:45:59] "GET /obj-perms HTTP/1.1" 200 5019 0.003384 10.0.0.65 - - [2026-03-05 02:45:59] "GET /virtual-machine/20637c7e-6e0b-412e-9a46-b99957acbd43 HTTP/1.1" 200 1306 0.003900 10.0.0.65 - - [2026-03-05 02:45:59] "POST /neutron/port HTTP/1.1" 200 1227 0.015501 10.0.0.65 - - [2026-03-05 02:46:01] "GET /virtual-machine/20637c7e-6e0b-412e-9a46-b99957acbd43 HTTP/1.1" 404 171 0.003992 10.0.0.65 - - [2026-03-05 02:46:01] "GET /virtual-machine/20637c7e-6e0b-412e-9a46-b99957acbd43 HTTP/1.1" 404 171 0.003011 10.0.0.65 - - [2026-03-05 02:46:01] "GET /virtual-machine/20637c7e-6e0b-412e-9a46-b99957acbd43 HTTP/1.1" 404 171 0.004071 10.0.0.65 - - [2026-03-05 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.65 - - [2026-03-05 02:46:01] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003656 10.0.0.65 - - [2026-03-05 02:46:01] "GET /virtual-networks?parent_id=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.002899 10.0.0.65 - - [2026-03-05 02:46:01] "GET /virtual-network/6d453774-4fca-4175-8256-e0791db8493b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3175 0.006112 10.0.0.65 - - [2026-03-05 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.65 - - [2026-03-05 02:46:01] "GET /routing-instance/d72d4c5b-4de9-412a-865d-714ce1b9b4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004410 10.0.0.65 - - [2026-03-05 02:46:01] "GET /route-target/307464a5-84c3-40fa-b9b8-2cf050e9005d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003970 10.0.0.133 - - [2026-03-05 02:46:01] "GET /obj-perms HTTP/1.1" 200 5019 0.004077 10.0.0.65 - - [2026-03-05 02:46:04] "GET /obj-perms HTTP/1.1" 200 5019 0.003855 10.0.0.133 - - [2026-03-05 02:46:11] "GET /obj-perms HTTP/1.1" 200 5019 0.003296 10.0.0.65 - - [2026-03-05 02:46:14] "GET /obj-perms HTTP/1.1" 200 5019 0.003587 10.0.0.133 - - [2026-03-05 02:46:20] "GET /obj-perms HTTP/1.1" 200 5019 0.003658 10.0.0.65 - - [2026-03-05 02:46:23] "GET /obj-perms HTTP/1.1" 200 5019 0.003498 10.0.0.65 - - [2026-03-05 02:46:26] "GET /obj-perms HTTP/1.1" 200 5019 0.004478 10.0.0.133 - - [2026-03-05 02:46:26] "GET /obj-perms HTTP/1.1" 200 5019 0.004135 10.0.0.65 - - [2026-03-05 02:46:26] "GET /virtual-network/495d0fd5-2c16-4a3a-b785-4ea92697a001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.005485 10.0.0.65 - - [2026-03-05 02:46:26] "POST /neutron/network HTTP/1.1" 200 1337 0.079668 10.0.0.65 - - [2026-03-05 02:46:26] "GET /virtual-network/495d0fd5-2c16-4a3a-b785-4ea92697a001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.007405 10.0.0.65 - - [2026-03-05 02:46:26] "DELETE /access-control-list/9af57d81-d18c-4f69-b89a-0f493633cb2b HTTP/1.1" 200 115 0.089121 10.0.0.65 - - [2026-03-05 02:46:27] "DELETE /network-policy/5c894b3a-2bdc-45be-b471-30b53d399477 HTTP/1.1" 200 115 0.029724 10.0.0.65 - - [2026-03-05 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005601 10.0.0.133 - - [2026-03-05 02:46:27] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000837 10.0.0.65 - - [2026-03-05 02:46:27] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041424 10.0.0.65 - - [2026-03-05 02:46:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39373635&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.005661 10.0.0.65 - - [2026-03-05 02:46:27] "DELETE /network-policy/becdb44e-bc70-418c-b44e-f6df0be1659b HTTP/1.1" 200 115 0.029006 10.0.0.65 - - [2026-03-05 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.133 - - [2026-03-05 02:46:27] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.65 - - [2026-03-05 02:46:27] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.031996 10.0.0.65 - - [2026-03-05 02:46:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39373635&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.004527 10.0.0.65 - - [2026-03-05 02:46:27] "DELETE /network-policy/d5e028cf-2961-41b6-b8d9-14f1ef88959f HTTP/1.1" 200 115 0.029554 10.0.0.65 - - [2026-03-05 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006397 10.0.0.133 - - [2026-03-05 02:46:27] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000857 10.0.0.65 - - [2026-03-05 02:46:27] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.046681 10.0.0.65 - - [2026-03-05 02:46:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39373635&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.004370 10.0.0.65 - - [2026-03-05 02:46:27] "DELETE /network-policy/46cc4102-8950-4aab-867c-58259bb1fad7 HTTP/1.1" 200 115 0.030386 10.0.0.65 - - [2026-03-05 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007168 10.0.0.133 - - [2026-03-05 02:46:27] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.65 - - [2026-03-05 02:46:27] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.039284 10.0.0.65 - - [2026-03-05 02:46:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39373635&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.005920 10.0.0.65 - - [2026-03-05 02:46:27] "DELETE /network-policy/76b5cb9f-8faf-40a5-b154-87d3b8765122 HTTP/1.1" 200 115 0.032218 10.0.0.65 - - [2026-03-05 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.133 - - [2026-03-05 02:46:27] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000870 10.0.0.65 - - [2026-03-05 02:46:27] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.036407 10.0.0.65 - - [2026-03-05 02:46:27] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39373635&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.004631 10.0.0.65 - - [2026-03-05 02:46:27] "DELETE /network-policy/c1538d1c-c702-4b7b-91ad-15131067d070 HTTP/1.1" 200 115 0.031981 10.0.0.65 - - [2026-03-05 02:46:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.133 - - [2026-03-05 02:46:28] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.65 - - [2026-03-05 02:46:28] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.038044 10.0.0.65 - - [2026-03-05 02:46:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39373635&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.004885 10.0.0.65 - - [2026-03-05 02:46:28] "DELETE /network-policy/153c8b83-fb54-4084-a8fb-cea54ea46570 HTTP/1.1" 200 115 0.031806 10.0.0.65 - - [2026-03-05 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.133 - - [2026-03-05 02:46:28] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.65 - - [2026-03-05 02:46:28] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.055583 10.0.0.65 - - [2026-03-05 02:46:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39373635&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.005341 10.0.0.65 - - [2026-03-05 02:46:28] "DELETE /network-policy/49c86882-d1d0-4290-82fb-7ad863a70f10 HTTP/1.1" 200 115 0.029551 10.0.0.65 - - [2026-03-05 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.133 - - [2026-03-05 02:46:28] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000859 10.0.0.65 - - [2026-03-05 02:46:28] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.033918 10.0.0.65 - - [2026-03-05 02:46:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39373635&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.004671 10.0.0.65 - - [2026-03-05 02:46:28] "DELETE /network-policy/7112d014-f9c6-4e0f-92d5-9e4e13633533 HTTP/1.1" 200 115 0.030318 10.0.0.65 - - [2026-03-05 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006280 10.0.0.133 - - [2026-03-05 02:46:28] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000900 10.0.0.65 - - [2026-03-05 02:46:28] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.041764 10.0.0.65 - - [2026-03-05 02:46:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39373635&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004517 10.0.0.65 - - [2026-03-05 02:46:28] "DELETE /network-policy/0881c4c5-b364-4570-9b38-eee9ffdf6be3 HTTP/1.1" 200 115 0.032551 10.0.0.65 - - [2026-03-05 02:46:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.133 - - [2026-03-05 02:46:28] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000894 10.0.0.65 - - [2026-03-05 02:46:28] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.043863 10.0.0.65 - - [2026-03-05 02:46:28] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-39373635&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006308 10.0.0.133 - - [2026-03-05 02:46:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005635 10.0.0.133 - - [2026-03-05 02:46:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004117 10.0.0.133 - - [2026-03-05 02:46:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001689 10.0.0.133 - - [2026-03-05 02:46:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001593 10.0.0.133 - - [2026-03-05 02:46:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001555 10.0.0.133 - - [2026-03-05 02:46:29] "POST /useragent-kv HTTP/1.1" 200 115 0.006783 10.0.0.65 - - [2026-03-05 02:46:29] "DELETE /route-target/c7e65c26-3f04-428b-9543-45015babbe4d HTTP/1.1" 200 115 0.029980 10.0.0.65 - - [2026-03-05 02:46:29] "POST /neutron/network HTTP/1.1" 200 151 0.157173 10.0.0.65 - - [2026-03-05 02:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.65 - - [2026-03-05 02:46:29] "DELETE /network-ipam/dd2ea666-c5c7-448f-91af-195cd0bcbaa5 HTTP/1.1" 200 115 0.025292 10.0.0.65 - - [2026-03-05 02:46:29] "POST /fqname-to-id HTTP/1.1" 404 260 0.005852 10.0.0.133 - - [2026-03-05 02:46:29] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000801 10.0.0.133 - - [2026-03-05 02:46:29] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.033558 10.0.0.133 - - [2026-03-05 02:46:29] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.133 - - [2026-03-05 02:46:29] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?fields=security_groups HTTP/1.1" 200 1399 0.037174 10.0.0.133 - - [2026-03-05 02:46:30] "DELETE /security-group/5e99623c-3b47-4d91-bcb2-a1c387c8021f HTTP/1.1" 200 115 0.038940 10.0.0.133 - - [2026-03-05 02:46:30] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000831 10.0.0.65 - - [2026-03-05 02:46:30] "DELETE /access-control-list/31e62fc3-83ab-4f2f-86c4-175cbb4b7fee HTTP/1.1" 200 115 0.041418 10.0.0.133 - - [2026-03-05 02:46:30] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?fields=application_policy_sets HTTP/1.1" 200 1438 0.043792 10.0.0.65 - - [2026-03-05 02:46:30] "DELETE /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f HTTP/1.1" 200 115 0.354339 10.0.0.133 - - [2026-03-05 02:46:30] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.65 - - [2026-03-05 02:46:30] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?fields=projects HTTP/1.1" 200 1443 0.011040 10.0.0.133 - - [2026-03-05 02:46:31] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003849 10.0.0.133 - - [2026-03-05 02:46:31] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.133 - - [2026-03-05 02:46:31] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050219 10.0.0.133 - - [2026-03-05 02:46:31] "POST /id-to-fqname HTTP/1.1" 200 202 0.005400 10.0.0.133 - - [2026-03-05 02:46:31] "POST /fqname-to-id HTTP/1.1" 404 211 0.006450 10.0.0.133 - - [2026-03-05 02:46:31] "POST /security-groups HTTP/1.1" 200 603 0.048817 10.0.0.133 - - [2026-03-05 02:46:31] "POST /projects HTTP/1.1" 200 609 0.247309 10.0.0.133 - - [2026-03-05 02:46:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.283502 10.0.0.65 - - [2026-03-05 02:46:31] "POST /access-control-lists HTTP/1.1" 200 610 0.028528 10.0.0.65 - - [2026-03-05 02:46:31] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.447684 10.0.0.133 - - [2026-03-05 02:46:31] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.65 - - [2026-03-05 02:46:32] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?fields=virtual_networks HTTP/1.1" 200 1058 0.057114 10.0.0.133 - - [2026-03-05 02:46:32] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000868 10.0.0.65 - - [2026-03-05 02:46:32] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.044946 10.0.0.133 - - [2026-03-05 02:46:32] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001364 10.0.0.65 - - [2026-03-05 02:46:32] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?fields=security_groups HTTP/1.1" 200 1297 0.039442 10.0.0.65 - - [2026-03-05 02:46:33] "POST /fqname-to-id HTTP/1.1" 404 182 0.032720 10.0.0.133 - - [2026-03-05 02:46:33] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002580 10.0.0.133 - - [2026-03-05 02:46:33] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001278 10.0.0.133 - - [2026-03-05 02:46:33] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006602 10.0.0.133 - - [2026-03-05 02:46:33] "POST /id-to-fqname HTTP/1.1" 200 184 0.002992 10.0.0.133 - - [2026-03-05 02:46:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.004225 10.0.0.133 - - [2026-03-05 02:46:33] "POST /security-groups HTTP/1.1" 200 585 0.072979 10.0.0.65 - - [2026-03-05 02:46:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.004906 10.0.0.133 - - [2026-03-05 02:46:33] "POST /projects HTTP/1.1" 200 573 0.255423 10.0.0.133 - - [2026-03-05 02:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.323157 10.0.0.65 - - [2026-03-05 02:46:33] "POST /access-control-lists HTTP/1.1" 200 590 0.025524 10.0.0.65 - - [2026-03-05 02:46:33] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.459820 10.0.0.65 - - [2026-03-05 02:46:34] "GET / HTTP/1.1" 200 36215 0.001825 10.0.0.65 - - [2026-03-05 02:46:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.65 - - [2026-03-05 02:46:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.057154 10.0.0.133 - - [2026-03-05 02:46:35] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000827 10.0.0.65 - - [2026-03-05 02:46:35] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.034811 10.0.0.65 - - [2026-03-05 02:46:35] "POST /neutron/network HTTP/1.1" 200 117 0.032007 10.0.0.65 - - [2026-03-05 02:46:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.005712 10.0.0.133 - - [2026-03-05 02:46:36] "POST /useragent-kv HTTP/1.1" 200 115 0.007369 10.0.0.65 - - [2026-03-05 02:46:36] "POST /neutron/subnet HTTP/1.1" 200 828 0.200647 10.0.0.65 - - [2026-03-05 02:46:36] "POST /id-to-fqname HTTP/1.1" 200 214 0.001121 10.0.0.65 - - [2026-03-05 02:46:36] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005833 10.0.0.65 - - [2026-03-05 02:46:36] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005646 10.0.0.65 - - [2026-03-05 02:46:36] "POST /neutron/network HTTP/1.1" 200 992 0.007644 10.0.0.65 - - [2026-03-05 02:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.133 - - [2026-03-05 02:46:36] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000800 10.0.0.65 - - [2026-03-05 02:46:36] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.039124 10.0.0.65 - - [2026-03-05 02:46:36] "POST /neutron/network HTTP/1.1" 200 117 0.014166 10.0.0.65 - - [2026-03-05 02:46:36] "POST /route-targets HTTP/1.1" 200 328 0.011094 10.0.0.133 - - [2026-03-05 02:46:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003514 10.0.0.65 - - [2026-03-05 02:46:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.225727 10.0.0.65 - - [2026-03-05 02:46:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001156 10.0.0.65 - - [2026-03-05 02:46:37] "GET /virtual-network/ec0575f9-5e29-4d67-9cee-ab03ce40a9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005274 10.0.0.65 - - [2026-03-05 02:46:37] "GET /virtual-network/ec0575f9-5e29-4d67-9cee-ab03ce40a9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005135 10.0.0.65 - - [2026-03-05 02:46:37] "POST /neutron/network HTTP/1.1" 200 992 0.007116 10.0.0.65 - - [2026-03-05 02:46:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001136 10.0.0.65 - - [2026-03-05 02:46:37] "POST /neutron/network HTTP/1.1" 200 1002 0.011945 10.0.0.133 - - [2026-03-05 02:46:38] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000999 10.0.0.65 - - [2026-03-05 02:46:38] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.090288 10.0.0.65 - - [2026-03-05 02:46:38] "POST /neutron/port HTTP/1.1" 200 117 0.007014 10.0.0.65 - - [2026-03-05 02:46:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.001193 10.0.0.65 - - [2026-03-05 02:46:38] "POST /neutron/network HTTP/1.1" 200 1002 0.007188 10.0.0.133 - - [2026-03-05 02:46:39] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001058 10.0.0.65 - - [2026-03-05 02:46:39] "POST /neutron/port HTTP/1.1" 200 1161 0.026298 10.0.0.65 - - [2026-03-05 02:46:39] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.084626 10.0.0.65 - - [2026-03-05 02:46:39] "POST /neutron/port HTTP/1.1" 200 1225 0.024652 10.0.0.65 - - [2026-03-05 02:46:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003526 10.0.0.65 - - [2026-03-05 02:46:39] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.65 - - [2026-03-05 02:46:39] "POST /neutron/port HTTP/1.1" 200 117 0.006249 10.0.0.65 - - [2026-03-05 02:46:39] "POST /id-to-fqname HTTP/1.1" 200 214 0.001195 10.0.0.65 - - [2026-03-05 02:46:40] "POST /neutron/network HTTP/1.1" 200 1002 0.006500 10.0.0.65 - - [2026-03-05 02:46:40] "POST /neutron/port HTTP/1.1" 200 1161 0.019552 10.0.0.65 - - [2026-03-05 02:46:40] "POST /neutron/port HTTP/1.1" 200 1225 0.018605 10.0.0.65 - - [2026-03-05 02:46:40] "POST /neutron/subnet HTTP/1.1" 200 1384 0.019562 10.0.0.65 - - [2026-03-05 02:46:41] "POST /neutron/network HTTP/1.1" 200 992 0.007951 10.0.0.133 - - [2026-03-05 02:46:41] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000928 10.0.0.65 - - [2026-03-05 02:46:41] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.081993 10.0.0.65 - - [2026-03-05 02:46:41] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006832 10.0.0.65 - - [2026-03-05 02:46:41] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007306 10.0.0.65 - - [2026-03-05 02:46:41] "POST /neutron/port HTTP/1.1" 200 1225 0.015148 10.0.0.65 - - [2026-03-05 02:46:41] "GET /virtual-machine/7e002408-586a-4fc0-a800-79fd8523f6dd HTTP/1.1" 401 292 0.000388 10.0.0.133 - - [2026-03-05 02:46:41] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000887 10.0.0.65 - - [2026-03-05 02:46:42] "POST /neutron/port HTTP/1.1" 200 1161 0.337753 10.0.0.65 - - [2026-03-05 02:46:42] "GET /virtual-machine/7e002408-586a-4fc0-a800-79fd8523f6dd HTTP/1.1" 200 1288 0.036141 10.0.0.65 - - [2026-03-05 02:46:42] "GET /virtual-machine-interface/62a33d9d-1392-4335-ae9e-db9e69110467 HTTP/1.1" 200 3113 0.004480 10.0.0.65 - - [2026-03-05 02:46:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007413 10.0.0.65 - - [2026-03-05 02:46:42] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007413 10.0.0.65 - - [2026-03-05 02:46:42] "GET /virtual-networks?parent_id=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002343 10.0.0.65 - - [2026-03-05 02:46:42] "POST /neutron/port HTTP/1.1" 200 1215 0.107145 10.0.0.65 - - [2026-03-05 02:46:42] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.004576 10.0.0.65 - - [2026-03-05 02:46:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003525 10.0.0.65 - - [2026-03-05 02:46:42] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.65 - - [2026-03-05 02:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.65 - - [2026-03-05 02:46:45] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005536 10.0.0.65 - - [2026-03-05 02:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.65 - - [2026-03-05 02:46:49] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005532 10.0.0.65 - - [2026-03-05 02:46:50] "POST /neutron/port HTTP/1.1" 200 1225 0.016693 10.0.0.65 - - [2026-03-05 02:46:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003731 10.0.0.65 - - [2026-03-05 02:46:50] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.65 - - [2026-03-05 02:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.65 - - [2026-03-05 02:46:53] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005045 10.0.0.65 - - [2026-03-05 02:46:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.65 - - [2026-03-05 02:46:57] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.006481 10.0.0.133 - - [2026-03-05 02:46:58] "DELETE /project/21f5c3f746c04fcaad6e5d104ef45f1f HTTP/1.1" 404 173 0.004521 10.0.0.133 - - [2026-03-05 02:46:58] "DELETE /project/6afced1830f84832acbc1d765c605855 HTTP/1.1" 404 173 0.003750 10.0.0.133 - - [2026-03-05 02:46:58] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000890 10.0.0.133 - - [2026-03-05 02:46:58] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.051314 10.0.0.133 - - [2026-03-05 02:46:58] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001955 10.0.0.133 - - [2026-03-05 02:46:58] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?fields=security_groups HTTP/1.1" 200 1399 0.044518 10.0.0.133 - - [2026-03-05 02:46:58] "DELETE /security-group/a9e30509-5848-4e91-b508-6cd863706a1a HTTP/1.1" 200 115 0.041747 10.0.0.133 - - [2026-03-05 02:46:58] "GET /projects?obj_uuids=21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000920 10.0.0.133 - - [2026-03-05 02:46:58] "GET /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f?fields=application_policy_sets HTTP/1.1" 200 1438 0.074717 10.0.0.65 - - [2026-03-05 02:46:58] "DELETE /access-control-list/9e8471eb-f0cf-474b-b7d0-d4ae1ef891f6 HTTP/1.1" 200 115 0.069230 10.0.0.133 - - [2026-03-05 02:46:58] "DELETE /project/21f5c3f7-46c0-4fca-ad6e-5d104ef45f1f HTTP/1.1" 200 115 0.414117 10.0.0.65 - - [2026-03-05 02:47:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.65 - - [2026-03-05 02:47:01] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.006454 10.0.0.65 - - [2026-03-05 02:47:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.65 - - [2026-03-05 02:47:05] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.006935 10.0.0.65 - - [2026-03-05 02:47:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.65 - - [2026-03-05 02:47:09] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.004655 10.0.0.65 - - [2026-03-05 02:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.65 - - [2026-03-05 02:47:14] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.006240 10.0.0.65 - - [2026-03-05 02:47:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.65 - - [2026-03-05 02:47:18] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.004675 10.0.0.65 - - [2026-03-05 02:47:20] "POST /neutron/port HTTP/1.1" 200 1225 0.016847 10.0.0.65 - - [2026-03-05 02:47:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003340 10.0.0.65 - - [2026-03-05 02:47:20] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.65 - - [2026-03-05 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.65 - - [2026-03-05 02:47:22] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.006552 10.0.0.65 - - [2026-03-05 02:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.65 - - [2026-03-05 02:47:24] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003229 10.0.0.65 - - [2026-03-05 02:47:24] "GET /virtual-networks?parent_id=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002690 10.0.0.65 - - [2026-03-05 02:47:24] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005136 10.0.0.65 - - [2026-03-05 02:47:24] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007042 10.0.0.65 - - [2026-03-05 02:47:34] "POST /neutron/port HTTP/1.1" 200 1225 0.015451 10.0.0.65 - - [2026-03-05 02:47:34] "POST /neutron/security_group HTTP/1.1" 200 2052 0.005881 10.0.0.65 - - [2026-03-05 02:47:40] "POST /neutron/port HTTP/1.1" 200 1225 0.016396 10.0.0.65 - - [2026-03-05 02:47:45] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006500 10.0.0.65 - - [2026-03-05 02:47:45] "POST /neutron/port HTTP/1.1" 200 1225 0.017902 10.0.0.65 - - [2026-03-05 02:47:45] "GET /virtual-machine/b2a643cf-1fa4-4165-ac23-cbd8149d0ff5 HTTP/1.1" 200 1289 0.006489 10.0.0.65 - - [2026-03-05 02:47:45] "GET /virtual-machine-interface/01948178-6211-45f4-a818-ee7cbf31f257 HTTP/1.1" 200 3112 0.005561 10.0.0.65 - - [2026-03-05 02:47:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.65 - - [2026-03-05 02:47:45] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003667 10.0.0.65 - - [2026-03-05 02:47:45] "GET /virtual-networks?parent_id=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002719 10.0.0.65 - - [2026-03-05 02:47:45] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.006407 10.0.0.65 - - [2026-03-05 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.65 - - [2026-03-05 02:47:46] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003088 10.0.0.65 - - [2026-03-05 02:47:46] "GET /virtual-networks?parent_id=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003057 10.0.0.65 - - [2026-03-05 02:47:46] "GET /virtual-network/659ee656-cd4b-46a1-ab4f-666cdcf63b08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2615 0.005269 10.0.0.65 - - [2026-03-05 02:47:46] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007260 10.0.0.65 - - [2026-03-05 02:47:51] "POST /neutron/port HTTP/1.1" 200 1225 0.014544 10.0.0.65 - - [2026-03-05 02:47:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003971 10.0.0.65 - - [2026-03-05 02:47:51] "POST /neutron/port HTTP/1.1" 200 117 0.001002 10.0.0.65 - - [2026-03-05 02:47:52] "POST /neutron/port HTTP/1.1" 200 1225 0.015330 10.0.0.65 - - [2026-03-05 02:47:52] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006081 10.0.0.65 - - [2026-03-05 02:47:52] "GET /virtual-machine/9609ec27-7e9e-4387-a3f5-f93234cdce5d HTTP/1.1" 200 1289 0.007369 10.0.0.65 - - [2026-03-05 02:47:52] "GET /virtual-machine-interface/7f34d42f-eebf-403a-9428-00b07b54efdd HTTP/1.1" 200 3113 0.004330 10.0.0.65 - - [2026-03-05 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.65 - - [2026-03-05 02:47:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002960 10.0.0.65 - - [2026-03-05 02:47:52] "GET /virtual-networks?parent_id=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.001978 10.0.0.65 - - [2026-03-05 02:47:52] "GET /virtual-network/ec0575f9-5e29-4d67-9cee-ab03ce40a9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005147 10.0.0.65 - - [2026-03-05 02:47:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.65 - - [2026-03-05 02:47:53] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003404 10.0.0.65 - - [2026-03-05 02:47:53] "GET /virtual-networks?parent_id=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.002392 10.0.0.65 - - [2026-03-05 02:47:53] "GET /virtual-network/ec0575f9-5e29-4d67-9cee-ab03ce40a9f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2616 0.005703 10.0.0.65 - - [2026-03-05 02:47:53] "POST /neutron/port HTTP/1.1" 200 1225 0.014327 10.0.0.65 - - [2026-03-05 02:48:00] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002927 10.0.0.65 - - [2026-03-05 02:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.65 - - [2026-03-05 02:48:00] "GET /global-qos-config/e45ccb15-3955-4f1b-90a6-c8a77cb95fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.003622 10.0.0.65 - - [2026-03-05 02:48:00] "POST /fqname-to-id HTTP/1.1" 404 222 0.004143 10.0.0.65 - - [2026-03-05 02:48:00] "POST /forwarding-classs HTTP/1.1" 200 578 0.023896 10.0.0.65 - - [2026-03-05 02:48:00] "POST /id-to-fqname HTTP/1.1" 200 232 0.002823 10.0.0.65 - - [2026-03-05 02:48:00] "GET /forwarding-class/54b04a4c-0ce0-4581-8c79-db168251851b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1253 0.003859 10.0.0.133 - - [2026-03-05 02:48:00] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.026437 10.0.0.65 - - [2026-03-05 02:48:00] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.056074 10.0.0.65 - - [2026-03-05 02:48:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.003222 10.0.0.65 - - [2026-03-05 02:48:00] "POST /qos-configs HTTP/1.1" 200 545 0.025139 10.0.0.65 - - [2026-03-05 02:48:00] "POST /id-to-fqname HTTP/1.1" 200 217 0.002979 10.0.0.65 - - [2026-03-05 02:48:00] "GET /qos-config/dc2820d9-ede7-462d-9633-e6ee531e6d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1507 0.004607 10.0.0.65 - - [2026-03-05 02:48:00] "GET /virtual-machine-interface/62a33d9d-1392-4335-ae9e-db9e69110467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2696 0.005486 10.0.0.65 - - [2026-03-05 02:48:00] "POST /ref-update HTTP/1.1" 200 156 0.013226 10.0.0.65 - - [2026-03-05 02:48:00] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006234 10.0.0.65 - - [2026-03-05 02:48:01] "POST /neutron/port HTTP/1.1" 200 1225 0.017493 10.0.0.65 - - [2026-03-05 02:48:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007073 10.0.0.65 - - [2026-03-05 02:48:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001157 10.0.0.65 - - [2026-03-05 02:48:01] "GET /virtual-machine/7e002408-586a-4fc0-a800-79fd8523f6dd HTTP/1.1" 200 1288 0.004631 10.0.0.65 - - [2026-03-05 02:48:01] "GET /virtual-machine-interface/62a33d9d-1392-4335-ae9e-db9e69110467 HTTP/1.1" 200 3361 0.006430 10.0.0.65 - - [2026-03-05 02:48:01] "GET /instance-ip/2030c873-a6e4-4582-80f1-74ad47dfb58a HTTP/1.1" 200 1610 0.006445 10.0.0.65 - - [2026-03-05 02:48:01] "GET /instance-ip/6b84aca5-7afe-4454-8124-98c26289fed5 HTTP/1.1" 200 1630 0.005243 10.0.0.65 - - [2026-03-05 02:48:01] "POST /neutron/port HTTP/1.1" 200 1225 0.014481 10.0.0.65 - - [2026-03-05 02:48:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006009 10.0.0.65 - - [2026-03-05 02:48:01] "POST /neutron/port HTTP/1.1" 200 1225 0.015085 10.0.0.65 - - [2026-03-05 02:48:01] "POST /neutron/network HTTP/1.1" 200 992 0.007520 10.0.0.65 - - [2026-03-05 02:48:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.000982 10.0.0.65 - - [2026-03-05 02:48:01] "GET /virtual-machine/b2a643cf-1fa4-4165-ac23-cbd8149d0ff5 HTTP/1.1" 200 1289 0.003158 10.0.0.65 - - [2026-03-05 02:48:01] "GET /virtual-machine-interface/01948178-6211-45f4-a818-ee7cbf31f257 HTTP/1.1" 200 3112 0.005952 10.0.0.65 - - [2026-03-05 02:48:01] "GET /instance-ip/54f9a70d-c71c-4d93-9706-9a3668dcc22c HTTP/1.1" 200 1631 0.006451 10.0.0.65 - - [2026-03-05 02:48:01] "GET /instance-ip/7347a203-de47-4b1e-a59f-455fa9092187 HTTP/1.1" 200 1611 0.005299 10.0.0.133 - - [2026-03-05 02:48:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.133 - - [2026-03-05 02:48:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.33 - - [2026-03-05 02:48:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.33 - - [2026-03-05 02:48:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000446 10.0.0.133 - - [2026-03-05 02:48:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.133 - - [2026-03-05 02:48:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.33 - - [2026-03-05 02:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.33 - - [2026-03-05 02:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000319 10.0.0.65 - - [2026-03-05 02:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.65 - - [2026-03-05 02:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.65 - - [2026-03-05 02:48:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.65 - - [2026-03-05 02:48:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.65 - - [2026-03-05 02:48:21] "POST /neutron/network HTTP/1.1" 200 1002 0.006757 10.0.0.65 - - [2026-03-05 02:48:21] "POST /neutron/subnet HTTP/1.1" 200 1384 0.011558 10.0.0.65 - - [2026-03-05 02:48:21] "POST /neutron/network HTTP/1.1" 200 992 0.007370 10.0.0.33 - - [2026-03-05 02:48:26] "GET /obj-perms HTTP/1.1" 200 5056 0.060791 10.0.0.65 - - [2026-03-05 02:48:30] "GET /virtual-machine-interface/62a33d9d-1392-4335-ae9e-db9e69110467?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2944 0.005273 10.0.0.65 - - [2026-03-05 02:48:30] "POST /ref-update HTTP/1.1" 200 156 0.012344 10.0.0.65 - - [2026-03-05 02:48:30] "DELETE /qos-config/dc2820d9-ede7-462d-9633-e6ee531e6d16 HTTP/1.1" 200 115 0.024666 10.0.0.65 - - [2026-03-05 02:48:30] "POST /id-to-fqname HTTP/1.1" 200 232 0.001013 10.0.0.65 - - [2026-03-05 02:48:30] "DELETE /forwarding-class/54b04a4c-0ce0-4581-8c79-db168251851b HTTP/1.1" 200 115 0.023950 10.0.0.65 - - [2026-03-05 02:48:32] "POST /neutron/port HTTP/1.1" 200 1225 0.017137 10.0.0.65 - - [2026-03-05 02:48:32] "POST /neutron/port HTTP/1.1" 200 1225 0.025176 10.0.0.65 - - [2026-03-05 02:48:32] "POST /neutron/port HTTP/1.1" 200 151 0.274197 10.0.0.65 - - [2026-03-05 02:48:34] "POST /neutron/network HTTP/1.1" 200 992 0.008812 10.0.0.133 - - [2026-03-05 02:48:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004056 10.0.0.65 - - [2026-03-05 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.133 - - [2026-03-05 02:48:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002965 10.0.0.133 - - [2026-03-05 02:48:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003009 10.0.0.133 - - [2026-03-05 02:48:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002181 10.0.0.65 - - [2026-03-05 02:48:34] "POST /neutron/network HTTP/1.1" 200 151 0.125100 10.0.0.133 - - [2026-03-05 02:48:34] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000877 10.0.0.65 - - [2026-03-05 02:48:34] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.083446 10.0.0.133 - - [2026-03-05 02:48:34] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000839 10.0.0.65 - - [2026-03-05 02:48:34] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?fields=virtual_networks HTTP/1.1" 200 1022 0.065057 10.0.0.133 - - [2026-03-05 02:48:34] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001261 10.0.0.65 - - [2026-03-05 02:48:34] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.038992 10.0.0.133 - - [2026-03-05 02:48:34] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000849 10.0.0.65 - - [2026-03-05 02:48:34] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?fields=security_groups HTTP/1.1" 200 1243 0.033352 10.0.0.65 - - [2026-03-05 02:48:35] "POST /fqname-to-id HTTP/1.1" 404 181 0.025356 10.0.0.133 - - [2026-03-05 02:48:35] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003209 10.0.0.133 - - [2026-03-05 02:48:35] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.133 - - [2026-03-05 02:48:35] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038762 10.0.0.133 - - [2026-03-05 02:48:35] "POST /id-to-fqname HTTP/1.1" 200 183 0.002028 10.0.0.133 - - [2026-03-05 02:48:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.005851 10.0.0.133 - - [2026-03-05 02:48:35] "POST /security-groups HTTP/1.1" 200 584 0.024854 10.0.0.133 - - [2026-03-05 02:48:35] "POST /projects HTTP/1.1" 200 571 0.219042 10.0.0.65 - - [2026-03-05 02:48:35] "POST /access-control-lists HTTP/1.1" 200 591 0.024515 10.0.0.133 - - [2026-03-05 02:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.287242 10.0.0.65 - - [2026-03-05 02:48:36] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.444192 10.0.0.65 - - [2026-03-05 02:48:37] "GET / HTTP/1.1" 200 36215 0.001346 10.0.0.65 - - [2026-03-05 02:48:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.65 - - [2026-03-05 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.065777 10.0.0.133 - - [2026-03-05 02:48:39] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001422 10.0.0.65 - - [2026-03-05 02:48:39] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.062398 10.0.0.65 - - [2026-03-05 02:48:39] "POST /route-targets HTTP/1.1" 200 328 0.011249 10.0.0.133 - - [2026-03-05 02:48:39] "POST /useragent-kv HTTP/1.1" 200 115 0.012673 10.0.0.65 - - [2026-03-05 02:48:39] "POST /neutron/subnet HTTP/1.1" 200 719 0.232659 10.0.0.65 - - [2026-03-05 02:48:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001122 10.0.0.65 - - [2026-03-05 02:48:39] "GET /virtual-network/da40ab64-8b7e-414f-bcb8-fa6ac1cc088d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004769 10.0.0.65 - - [2026-03-05 02:48:39] "GET /virtual-network/da40ab64-8b7e-414f-bcb8-fa6ac1cc088d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004961 10.0.0.65 - - [2026-03-05 02:48:39] "POST /neutron/network HTTP/1.1" 200 830 0.005684 10.0.0.65 - - [2026-03-05 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.65 - - [2026-03-05 02:48:39] "GET /virtual-network/da40ab64-8b7e-414f-bcb8-fa6ac1cc088d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006513 10.0.0.65 - - [2026-03-05 02:48:40] "PUT /virtual-network/da40ab64-8b7e-414f-bcb8-fa6ac1cc088d HTTP/1.1" 200 265 0.078457 10.0.0.65 - - [2026-03-05 02:48:40] "POST /ref-update HTTP/1.1" 200 156 0.044879 10.0.0.65 - - [2026-03-05 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.133 - - [2026-03-05 02:48:40] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001172 10.0.0.65 - - [2026-03-05 02:48:40] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.029706 10.0.0.133 - - [2026-03-05 02:48:40] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000898 10.0.0.65 - - [2026-03-05 02:48:40] "POST /neutron/network HTTP/1.1" 200 612 0.101068 10.0.0.65 - - [2026-03-05 02:48:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.003071 10.0.0.65 - - [2026-03-05 02:48:40] "GET /virtual-network/64052ae6-4009-406a-aa66-96e49b231daf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004354 10.0.0.65 - - [2026-03-05 02:48:40] "POST /neutron/network HTTP/1.1" 200 831 0.005697 10.0.0.65 - - [2026-03-05 02:48:40] "GET /virtual-network/64052ae6-4009-406a-aa66-96e49b231daf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005970 10.0.0.65 - - [2026-03-05 02:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.65 - - [2026-03-05 02:48:40] "GET /virtual-network/64052ae6-4009-406a-aa66-96e49b231daf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005394 10.0.0.65 - - [2026-03-05 02:48:40] "PUT /virtual-network/64052ae6-4009-406a-aa66-96e49b231daf HTTP/1.1" 200 265 0.052768 10.0.0.65 - - [2026-03-05 02:48:40] "POST /ref-update HTTP/1.1" 200 156 0.019303 10.0.0.65 - - [2026-03-05 02:48:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001158 10.0.0.65 - - [2026-03-05 02:48:41] "POST /neutron/network HTTP/1.1" 200 840 0.013127 10.0.0.133 - - [2026-03-05 02:48:41] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001148 10.0.0.65 - - [2026-03-05 02:48:41] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.069031 10.0.0.65 - - [2026-03-05 02:48:42] "POST /neutron/port HTTP/1.1" 200 117 0.005009 10.0.0.65 - - [2026-03-05 02:48:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001086 10.0.0.65 - - [2026-03-05 02:48:42] "POST /neutron/network HTTP/1.1" 200 840 0.005761 10.0.0.65 - - [2026-03-05 02:48:42] "POST /neutron/port HTTP/1.1" 200 1052 0.016174 10.0.0.65 - - [2026-03-05 02:48:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002978 10.0.0.133 - - [2026-03-05 02:48:43] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000879 10.0.0.65 - - [2026-03-05 02:48:43] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.081918 10.0.0.65 - - [2026-03-05 02:48:43] "POST /neutron/network HTTP/1.1" 200 830 0.005409 10.0.0.65 - - [2026-03-05 02:48:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006667 10.0.0.65 - - [2026-03-05 02:48:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006739 10.0.0.65 - - [2026-03-05 02:48:44] "POST /neutron/port HTTP/1.1" 200 1053 0.014647 10.0.0.65 - - [2026-03-05 02:48:44] "POST /neutron/port HTTP/1.1" 200 1117 0.017952 10.0.0.65 - - [2026-03-05 02:48:44] "POST /neutron/port HTTP/1.1" 200 117 0.001497 10.0.0.65 - - [2026-03-05 02:48:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005961 10.0.0.65 - - [2026-03-05 02:48:48] "POST /neutron/port HTTP/1.1" 200 1116 0.016475 10.0.0.65 - - [2026-03-05 02:48:48] "GET /virtual-machine/903ea58c-42c4-46be-99d1-c8e283b9faea HTTP/1.1" 401 292 0.000370 10.0.0.65 - - [2026-03-05 02:48:49] "GET /virtual-machine/903ea58c-42c4-46be-99d1-c8e283b9faea HTTP/1.1" 200 1288 0.030628 10.0.0.65 - - [2026-03-05 02:48:49] "GET /virtual-machine-interface/e5fa428f-068f-4851-bb17-35b617ee37c3 HTTP/1.1" 200 2935 0.004477 10.0.0.65 - - [2026-03-05 02:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.65 - - [2026-03-05 02:48:49] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003959 10.0.0.65 - - [2026-03-05 02:48:49] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002429 10.0.0.65 - - [2026-03-05 02:48:49] "GET /virtual-network/da40ab64-8b7e-414f-bcb8-fa6ac1cc088d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006994 10.0.0.65 - - [2026-03-05 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008758 10.0.0.65 - - [2026-03-05 02:48:52] "GET /virtual-network/da40ab64-8b7e-414f-bcb8-fa6ac1cc088d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004818 10.0.0.65 - - [2026-03-05 02:48:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.034273 10.0.0.65 - - [2026-03-05 02:48:52] "POST /neutron/network HTTP/1.1" 200 840 0.034565 10.0.0.65 - - [2026-03-05 02:48:52] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.65 - - [2026-03-05 02:48:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006155 10.0.0.65 - - [2026-03-05 02:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.65 - - [2026-03-05 02:48:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003369 10.0.0.65 - - [2026-03-05 02:48:54] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002758 10.0.0.65 - - [2026-03-05 02:48:54] "GET /virtual-network/da40ab64-8b7e-414f-bcb8-fa6ac1cc088d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004789 10.0.0.65 - - [2026-03-05 02:48:54] "POST /neutron/port HTTP/1.1" 200 1117 0.018574 10.0.0.65 - - [2026-03-05 02:48:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008394 10.0.0.65 - - [2026-03-05 02:48:54] "GET /virtual-machine/f54f73db-7c94-47e9-ac45-5003914a9481 HTTP/1.1" 200 1288 0.005157 10.0.0.65 - - [2026-03-05 02:48:54] "GET /virtual-machine-interface/6586e973-7811-45d0-a4ed-f194529062e8 HTTP/1.1" 200 2934 0.004454 10.0.0.65 - - [2026-03-05 02:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.65 - - [2026-03-05 02:48:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002530 10.0.0.65 - - [2026-03-05 02:48:54] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002227 10.0.0.65 - - [2026-03-05 02:48:54] "GET /virtual-network/64052ae6-4009-406a-aa66-96e49b231daf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005311 10.0.0.65 - - [2026-03-05 02:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.65 - - [2026-03-05 02:48:56] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003271 10.0.0.65 - - [2026-03-05 02:48:56] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004456 10.0.0.65 - - [2026-03-05 02:48:56] "GET /virtual-network/64052ae6-4009-406a-aa66-96e49b231daf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005094 10.0.0.65 - - [2026-03-05 02:48:56] "POST /routing-policys HTTP/1.1" 200 536 0.025189 10.0.0.65 - - [2026-03-05 02:48:56] "GET /virtual-network/da40ab64-8b7e-414f-bcb8-fa6ac1cc088d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007622 10.0.0.65 - - [2026-03-05 02:48:56] "PUT /virtual-network/da40ab64-8b7e-414f-bcb8-fa6ac1cc088d HTTP/1.1" 200 265 0.048535 10.0.0.133 - - [2026-03-05 02:48:58] "DELETE /project/b25bbced2cc745c9bd744e5d74c3ed1d HTTP/1.1" 404 173 0.005218 10.0.0.133 - - [2026-03-05 02:48:58] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000748 10.0.0.133 - - [2026-03-05 02:48:58] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.034770 10.0.0.133 - - [2026-03-05 02:48:58] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000820 10.0.0.133 - - [2026-03-05 02:48:58] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?fields=security_groups HTTP/1.1" 200 1345 0.074876 10.0.0.133 - - [2026-03-05 02:48:58] "DELETE /security-group/2773671b-a331-42c1-8b06-d4100b5c705c HTTP/1.1" 200 115 0.043725 10.0.0.133 - - [2026-03-05 02:48:58] "GET /projects?obj_uuids=6afced18-30f8-4832-acbc-1d765c605855&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000792 10.0.0.133 - - [2026-03-05 02:48:58] "GET /project/6afced18-30f8-4832-acbc-1d765c605855?fields=application_policy_sets HTTP/1.1" 200 1384 0.054076 10.0.0.65 - - [2026-03-05 02:48:58] "DELETE /access-control-list/2b86ab1a-b6e6-4694-b48b-e49f0abada06 HTTP/1.1" 200 115 0.044521 10.0.0.133 - - [2026-03-05 02:48:59] "DELETE /project/6afced18-30f8-4832-acbc-1d765c605855 HTTP/1.1" 200 115 0.383594 10.0.0.65 - - [2026-03-05 02:49:00] "POST /ref-update HTTP/1.1" 200 156 0.042574 10.0.0.65 - - [2026-03-05 02:49:00] "DELETE /routing-policy/b06b0cf9-2e54-4594-8480-03b99b4c81e4 HTTP/1.1" 200 115 0.065522 10.0.0.65 - - [2026-03-05 02:49:01] "POST /neutron/port HTTP/1.1" 200 1117 0.015713 10.0.0.65 - - [2026-03-05 02:49:01] "POST /neutron/port HTTP/1.1" 200 1116 0.016555 10.0.0.65 - - [2026-03-05 02:49:02] "POST /neutron/network HTTP/1.1" 200 831 0.007470 10.0.0.65 - - [2026-03-05 02:49:02] "DELETE /route-target/b23a4341-6c2f-4626-b256-d65924e13d92 HTTP/1.1" 200 115 0.020755 10.0.0.65 - - [2026-03-05 02:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005030 10.0.0.133 - - [2026-03-05 02:49:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002648 10.0.0.133 - - [2026-03-05 02:49:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002508 10.0.0.65 - - [2026-03-05 02:49:03] "POST /neutron/network HTTP/1.1" 200 151 0.144742 10.0.0.65 - - [2026-03-05 02:49:03] "DELETE /route-target/da2fcb2e-1b15-4696-9f99-09eca1af4dc4 HTTP/1.1" 200 115 0.020162 10.0.0.65 - - [2026-03-05 02:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.133 - - [2026-03-05 02:49:05] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000855 10.0.0.65 - - [2026-03-05 02:49:05] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.038785 10.0.0.133 - - [2026-03-05 02:49:06] "POST /useragent-kv HTTP/1.1" 200 115 0.007571 10.0.0.65 - - [2026-03-05 02:49:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.225662 10.0.0.65 - - [2026-03-05 02:49:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001175 10.0.0.65 - - [2026-03-05 02:49:06] "GET /virtual-network/af6d7870-3b63-4687-a1ba-288461a962e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004577 10.0.0.65 - - [2026-03-05 02:49:06] "GET /virtual-network/af6d7870-3b63-4687-a1ba-288461a962e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006122 10.0.0.65 - - [2026-03-05 02:49:06] "POST /neutron/network HTTP/1.1" 200 830 0.005520 10.0.0.65 - - [2026-03-05 02:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.65 - - [2026-03-05 02:49:06] "GET /virtual-network/af6d7870-3b63-4687-a1ba-288461a962e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007584 10.0.0.65 - - [2026-03-05 02:49:06] "PUT /virtual-network/af6d7870-3b63-4687-a1ba-288461a962e5 HTTP/1.1" 200 265 0.049224 10.0.0.65 - - [2026-03-05 02:49:06] "POST /route-targets HTTP/1.1" 200 324 0.017176 10.0.0.65 - - [2026-03-05 02:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.133 - - [2026-03-05 02:49:06] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001016 10.0.0.65 - - [2026-03-05 02:49:06] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.037471 10.0.0.133 - - [2026-03-05 02:49:06] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001254 10.0.0.65 - - [2026-03-05 02:49:06] "POST /neutron/network HTTP/1.1" 200 612 0.131262 10.0.0.65 - - [2026-03-05 02:49:06] "POST /ref-update HTTP/1.1" 200 156 0.029318 10.0.0.65 - - [2026-03-05 02:49:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.002659 10.0.0.65 - - [2026-03-05 02:49:06] "GET /virtual-network/b4ab8f6b-8165-4b22-b4a1-f047de696de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005398 10.0.0.65 - - [2026-03-05 02:49:07] "POST /neutron/network HTTP/1.1" 200 829 0.006842 10.0.0.65 - - [2026-03-05 02:49:07] "GET /virtual-network/b4ab8f6b-8165-4b22-b4a1-f047de696de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006644 10.0.0.65 - - [2026-03-05 02:49:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.65 - - [2026-03-05 02:49:07] "GET /virtual-network/b4ab8f6b-8165-4b22-b4a1-f047de696de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004527 10.0.0.65 - - [2026-03-05 02:49:07] "PUT /virtual-network/b4ab8f6b-8165-4b22-b4a1-f047de696de5 HTTP/1.1" 200 265 0.101117 10.0.0.65 - - [2026-03-05 02:49:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001171 10.0.0.65 - - [2026-03-05 02:49:07] "POST /neutron/network HTTP/1.1" 200 840 0.007339 10.0.0.133 - - [2026-03-05 02:49:08] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000940 10.0.0.65 - - [2026-03-05 02:49:08] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.072007 10.0.0.65 - - [2026-03-05 02:49:08] "POST /neutron/port HTTP/1.1" 200 117 0.006575 10.0.0.65 - - [2026-03-05 02:49:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001547 10.0.0.65 - - [2026-03-05 02:49:08] "POST /neutron/network HTTP/1.1" 200 840 0.005860 10.0.0.65 - - [2026-03-05 02:49:09] "POST /neutron/port HTTP/1.1" 200 1052 0.014066 10.0.0.133 - - [2026-03-05 02:49:09] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000913 10.0.0.65 - - [2026-03-05 02:49:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003867 10.0.0.65 - - [2026-03-05 02:49:09] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.071563 10.0.0.65 - - [2026-03-05 02:49:09] "POST /neutron/port HTTP/1.1" 200 117 0.001094 10.0.0.65 - - [2026-03-05 02:49:09] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006654 10.0.0.65 - - [2026-03-05 02:49:09] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007581 10.0.0.65 - - [2026-03-05 02:49:10] "POST /neutron/port HTTP/1.1" 200 1051 0.016046 10.0.0.65 - - [2026-03-05 02:49:10] "POST /neutron/port HTTP/1.1" 200 1115 0.016775 10.0.0.65 - - [2026-03-05 02:49:10] "POST /neutron/port HTTP/1.1" 200 117 0.001030 10.0.0.65 - - [2026-03-05 02:49:14] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007230 10.0.0.65 - - [2026-03-05 02:49:14] "POST /neutron/port HTTP/1.1" 200 1116 0.017044 10.0.0.65 - - [2026-03-05 02:49:14] "GET /virtual-machine/d0423e4b-c864-429a-8393-f09260ee558e HTTP/1.1" 200 1287 0.005054 10.0.0.65 - - [2026-03-05 02:49:14] "GET /virtual-machine-interface/876a83ed-ff45-45e4-9dbb-e3f4c987009f HTTP/1.1" 200 2934 0.004767 10.0.0.65 - - [2026-03-05 02:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.65 - - [2026-03-05 02:49:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002920 10.0.0.65 - - [2026-03-05 02:49:14] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002665 10.0.0.65 - - [2026-03-05 02:49:15] "GET /virtual-network/af6d7870-3b63-4687-a1ba-288461a962e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005439 10.0.0.65 - - [2026-03-05 02:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007360 10.0.0.65 - - [2026-03-05 02:49:18] "GET /virtual-network/af6d7870-3b63-4687-a1ba-288461a962e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.004839 10.0.0.65 - - [2026-03-05 02:49:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006927 10.0.0.65 - - [2026-03-05 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.65 - - [2026-03-05 02:49:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003511 10.0.0.65 - - [2026-03-05 02:49:20] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002365 10.0.0.65 - - [2026-03-05 02:49:20] "GET /virtual-network/af6d7870-3b63-4687-a1ba-288461a962e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005056 10.0.0.65 - - [2026-03-05 02:49:20] "POST /neutron/port HTTP/1.1" 200 1115 0.014723 10.0.0.65 - - [2026-03-05 02:49:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005959 10.0.0.65 - - [2026-03-05 02:49:20] "GET /virtual-machine/0646e0de-c98a-4888-99cb-f1cc1706517b HTTP/1.1" 200 1286 0.006619 10.0.0.65 - - [2026-03-05 02:49:20] "GET /virtual-machine-interface/3172e345-9847-43ec-b086-b7ff783b3d2d HTTP/1.1" 200 2934 0.004429 10.0.0.65 - - [2026-03-05 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.65 - - [2026-03-05 02:49:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002940 10.0.0.65 - - [2026-03-05 02:49:20] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002519 10.0.0.65 - - [2026-03-05 02:49:20] "GET /virtual-network/b4ab8f6b-8165-4b22-b4a1-f047de696de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005255 10.0.0.65 - - [2026-03-05 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.65 - - [2026-03-05 02:49:21] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004476 10.0.0.65 - - [2026-03-05 02:49:21] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002776 10.0.0.65 - - [2026-03-05 02:49:21] "GET /virtual-network/b4ab8f6b-8165-4b22-b4a1-f047de696de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005429 10.0.0.65 - - [2026-03-05 02:49:22] "POST /neutron/port HTTP/1.1" 200 1115 0.013755 10.0.0.65 - - [2026-03-05 02:49:22] "POST /neutron/port HTTP/1.1" 200 1115 0.043161 10.0.0.65 - - [2026-03-05 02:49:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.007324 10.0.0.65 - - [2026-03-05 02:49:27] "GET /obj-perms HTTP/1.1" 200 5056 0.055976 10.0.0.65 - - [2026-03-05 02:49:27] "POST /routing-policys HTTP/1.1" 200 536 0.023287 10.0.0.65 - - [2026-03-05 02:49:27] "GET /virtual-network/af6d7870-3b63-4687-a1ba-288461a962e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.008996 10.0.0.65 - - [2026-03-05 02:49:27] "PUT /virtual-network/af6d7870-3b63-4687-a1ba-288461a962e5 HTTP/1.1" 200 265 0.067685 10.0.0.65 - - [2026-03-05 02:49:31] "POST /routing-policys HTTP/1.1" 200 536 0.022570 10.0.0.65 - - [2026-03-05 02:49:31] "GET /virtual-network/af6d7870-3b63-4687-a1ba-288461a962e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.014829 10.0.0.65 - - [2026-03-05 02:49:31] "POST /ref-update HTTP/1.1" 200 156 0.017451 10.0.0.65 - - [2026-03-05 02:49:31] "PUT /virtual-network/af6d7870-3b63-4687-a1ba-288461a962e5 HTTP/1.1" 200 265 0.056214 10.0.0.65 - - [2026-03-05 02:49:31] "POST /ref-update HTTP/1.1" 200 156 0.046962 10.0.0.65 - - [2026-03-05 02:49:31] "DELETE /routing-policy/9aaebba9-5a26-41af-9d89-9e4829ec8e29 HTTP/1.1" 200 115 0.036896 10.0.0.65 - - [2026-03-05 02:49:31] "POST /ref-update HTTP/1.1" 200 156 0.064065 10.0.0.65 - - [2026-03-05 02:49:31] "DELETE /routing-policy/0db65a3f-3d50-4f84-bafd-cba3b5557b7d HTTP/1.1" 200 115 0.039970 10.0.0.65 - - [2026-03-05 02:49:31] "POST /neutron/network HTTP/1.1" 200 829 0.005643 10.0.0.65 - - [2026-03-05 02:49:32] "POST /neutron/port HTTP/1.1" 200 1106 0.012137 10.0.0.65 - - [2026-03-05 02:49:32] "POST /neutron/port HTTP/1.1" 200 1105 0.022041 10.0.0.133 - - [2026-03-05 02:49:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003983 10.0.0.65 - - [2026-03-05 02:49:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.133 - - [2026-03-05 02:49:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001802 10.0.0.65 - - [2026-03-05 02:49:33] "POST /neutron/network HTTP/1.1" 200 151 0.103071 10.0.0.65 - - [2026-03-05 02:49:33] "DELETE /route-target/0461da86-087f-4263-ae20-0bbc6461fc0a HTTP/1.1" 409 240 0.005229 10.0.0.65 - - [2026-03-05 02:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.65 - - [2026-03-05 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.133 - - [2026-03-05 02:49:36] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000826 10.0.0.65 - - [2026-03-05 02:49:36] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.040459 10.0.0.65 - - [2026-03-05 02:49:36] "POST /neutron/network HTTP/1.1" 200 117 0.013177 10.0.0.65 - - [2026-03-05 02:49:37] "POST /neutron/network HTTP/1.1" 200 831 0.006963 10.0.0.65 - - [2026-03-05 02:49:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001011 10.0.0.65 - - [2026-03-05 02:49:37] "GET /virtual-network/5e6c5e9f-b5e7-4d9f-ae26-521a01f30f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004395 10.0.0.65 - - [2026-03-05 02:49:37] "GET /virtual-network/5e6c5e9f-b5e7-4d9f-ae26-521a01f30f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005081 10.0.0.65 - - [2026-03-05 02:49:37] "POST /neutron/subnet HTTP/1.1" 200 724 0.008221 10.0.0.65 - - [2026-03-05 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002079 10.0.0.65 - - [2026-03-05 02:49:37] "GET /virtual-network/5e6c5e9f-b5e7-4d9f-ae26-521a01f30f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005459 10.0.0.65 - - [2026-03-05 02:49:37] "PUT /virtual-network/5e6c5e9f-b5e7-4d9f-ae26-521a01f30f3c HTTP/1.1" 200 265 0.041373 10.0.0.65 - - [2026-03-05 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.133 - - [2026-03-05 02:49:37] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000938 10.0.0.65 - - [2026-03-05 02:49:37] "POST /ref-update HTTP/1.1" 200 156 0.046454 10.0.0.65 - - [2026-03-05 02:49:37] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.083877 10.0.0.65 - - [2026-03-05 02:49:37] "POST /route-targets HTTP/1.1" 200 328 0.017944 10.0.0.133 - - [2026-03-05 02:49:37] "POST /useragent-kv HTTP/1.1" 200 115 0.012609 10.0.0.65 - - [2026-03-05 02:49:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.189154 10.0.0.65 - - [2026-03-05 02:49:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001201 10.0.0.65 - - [2026-03-05 02:49:37] "GET /virtual-network/316c811f-b7a8-4e50-b7d4-915088102ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004922 10.0.0.65 - - [2026-03-05 02:49:37] "GET /virtual-network/316c811f-b7a8-4e50-b7d4-915088102ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008120 10.0.0.65 - - [2026-03-05 02:49:37] "POST /neutron/network HTTP/1.1" 200 830 0.006214 10.0.0.65 - - [2026-03-05 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.65 - - [2026-03-05 02:49:37] "GET /virtual-network/316c811f-b7a8-4e50-b7d4-915088102ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004246 10.0.0.65 - - [2026-03-05 02:49:37] "PUT /virtual-network/316c811f-b7a8-4e50-b7d4-915088102ced HTTP/1.1" 200 265 0.041988 10.0.0.65 - - [2026-03-05 02:49:38] "POST /id-to-fqname HTTP/1.1" 200 220 0.001142 10.0.0.133 - - [2026-03-05 02:49:38] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000926 10.0.0.65 - - [2026-03-05 02:49:38] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.085488 10.0.0.65 - - [2026-03-05 02:49:38] "POST /neutron/network HTTP/1.1" 200 831 0.038050 10.0.0.65 - - [2026-03-05 02:49:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001675 10.0.0.65 - - [2026-03-05 02:49:39] "POST /neutron/port HTTP/1.1" 200 117 0.006881 10.0.0.133 - - [2026-03-05 02:49:39] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000890 10.0.0.65 - - [2026-03-05 02:49:39] "POST /neutron/port HTTP/1.1" 200 1053 0.285421 10.0.0.65 - - [2026-03-05 02:49:40] "POST /neutron/port HTTP/1.1" 200 1107 0.093519 10.0.0.133 - - [2026-03-05 02:49:40] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000857 10.0.0.65 - - [2026-03-05 02:49:40] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.080803 10.0.0.65 - - [2026-03-05 02:49:40] "POST /neutron/network HTTP/1.1" 200 830 0.007354 10.0.0.65 - - [2026-03-05 02:49:40] "POST /neutron/network HTTP/1.1" 200 831 0.005175 10.0.0.65 - - [2026-03-05 02:49:40] "POST /neutron/port HTTP/1.1" 200 117 0.006990 10.0.0.65 - - [2026-03-05 02:49:40] "POST /neutron/network HTTP/1.1" 200 840 0.006238 10.0.0.65 - - [2026-03-05 02:49:41] "POST /neutron/port HTTP/1.1" 200 1052 0.015902 10.0.0.65 - - [2026-03-05 02:49:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003440 10.0.0.65 - - [2026-03-05 02:49:41] "POST /neutron/network HTTP/1.1" 200 830 0.006893 10.0.0.65 - - [2026-03-05 02:49:45] "POST /neutron/port HTTP/1.1" 200 1117 0.016105 10.0.0.65 - - [2026-03-05 02:49:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006253 10.0.0.65 - - [2026-03-05 02:49:45] "GET /virtual-machine/aa34d899-0bd5-4be9-a5fd-332dcc44b62a HTTP/1.1" 200 1288 0.005336 10.0.0.65 - - [2026-03-05 02:49:45] "GET /virtual-machine-interface/0a4b3157-4071-472f-895b-f110c5535d6c HTTP/1.1" 200 2932 0.004758 10.0.0.65 - - [2026-03-05 02:49:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.65 - - [2026-03-05 02:49:45] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003346 10.0.0.65 - - [2026-03-05 02:49:45] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002541 10.0.0.65 - - [2026-03-05 02:49:45] "GET /virtual-network/5e6c5e9f-b5e7-4d9f-ae26-521a01f30f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007184 10.0.0.65 - - [2026-03-05 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.65 - - [2026-03-05 02:49:48] "GET /virtual-network/5e6c5e9f-b5e7-4d9f-ae26-521a01f30f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.004752 10.0.0.65 - - [2026-03-05 02:49:50] "POST /neutron/port HTTP/1.1" 200 1116 0.023427 10.0.0.65 - - [2026-03-05 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.65 - - [2026-03-05 02:49:51] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004140 10.0.0.65 - - [2026-03-05 02:49:51] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002957 10.0.0.65 - - [2026-03-05 02:49:51] "GET /virtual-network/5e6c5e9f-b5e7-4d9f-ae26-521a01f30f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005320 10.0.0.65 - - [2026-03-05 02:49:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006657 10.0.0.65 - - [2026-03-05 02:49:52] "POST /neutron/network HTTP/1.1" 200 841 0.006761 10.0.0.65 - - [2026-03-05 02:49:52] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.65 - - [2026-03-05 02:49:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006736 10.0.0.65 - - [2026-03-05 02:49:56] "POST /neutron/port HTTP/1.1" 200 1116 0.015928 10.0.0.65 - - [2026-03-05 02:49:56] "GET /virtual-machine/76b38d9d-3d79-4286-84ca-2b071aa6e572 HTTP/1.1" 200 1286 0.005896 10.0.0.65 - - [2026-03-05 02:49:56] "GET /virtual-machine-interface/5abbbf05-9b2e-4cf0-8060-5418534c4c6f HTTP/1.1" 200 2933 0.004503 10.0.0.65 - - [2026-03-05 02:49:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127 10.0.0.65 - - [2026-03-05 02:49:56] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003665 10.0.0.65 - - [2026-03-05 02:49:56] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002714 10.0.0.65 - - [2026-03-05 02:49:56] "GET /virtual-network/316c811f-b7a8-4e50-b7d4-915088102ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005649 10.0.0.65 - - [2026-03-05 02:49:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.65 - - [2026-03-05 02:49:57] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003195 10.0.0.65 - - [2026-03-05 02:49:57] "GET /virtual-networks?parent_id=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002721 10.0.0.65 - - [2026-03-05 02:49:57] "GET /virtual-network/316c811f-b7a8-4e50-b7d4-915088102ced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006599 10.0.0.65 - - [2026-03-05 02:49:58] "POST /interface-route-tables HTTP/1.1" 200 576 0.032568 10.0.0.65 - - [2026-03-05 02:49:58] "GET /interface-route-table/43c708cf-cce5-4e8a-9ae8-7c38a3001e55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1308 0.006106 10.0.0.65 - - [2026-03-05 02:49:58] "GET /virtual-machine-interface/0a4b3157-4071-472f-895b-f110c5535d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.005165 10.0.0.65 - - [2026-03-05 02:49:58] "POST /ref-update HTTP/1.1" 200 156 0.013430 10.0.0.65 - - [2026-03-05 02:49:58] "POST /routing-policys HTTP/1.1" 200 536 0.023223 10.0.0.65 - - [2026-03-05 02:49:58] "GET /virtual-network/5e6c5e9f-b5e7-4d9f-ae26-521a01f30f3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005049 10.0.0.65 - - [2026-03-05 02:49:58] "PUT /virtual-network/5e6c5e9f-b5e7-4d9f-ae26-521a01f30f3c HTTP/1.1" 200 265 0.049623 10.0.0.65 - - [2026-03-05 02:49:58] "POST /ref-update HTTP/1.1" 200 156 0.018595 10.0.0.65 - - [2026-03-05 02:50:02] "POST /ref-update HTTP/1.1" 200 156 0.049367 10.0.0.65 - - [2026-03-05 02:50:02] "DELETE /routing-policy/33b12f90-d543-42b9-b7c3-41cff5f4c507 HTTP/1.1" 200 115 0.067418 10.0.0.65 - - [2026-03-05 02:50:02] "POST /neutron/network HTTP/1.1" 400 204 0.013592 10.0.0.65 - - [2026-03-05 02:50:03] "POST /neutron/port HTTP/1.1" 200 1117 0.024500 10.0.0.65 - - [2026-03-05 02:50:03] "POST /neutron/port HTTP/1.1" 200 151 0.267620 10.0.0.65 - - [2026-03-05 02:50:04] "POST /neutron/network HTTP/1.1" 200 831 0.015825 10.0.0.65 - - [2026-03-05 02:50:04] "DELETE /route-target/55ec6118-25c9-49f7-bb0d-eb268ce7ff1d HTTP/1.1" 200 115 0.031433 10.0.0.65 - - [2026-03-05 02:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005685 10.0.0.65 - - [2026-03-05 02:50:05] "DELETE /route-target/508f0290-80d1-4afa-aabb-3710ba973cfe HTTP/1.1" 200 115 0.027514 10.0.0.133 - - [2026-03-05 02:50:06] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000904 10.0.0.65 - - [2026-03-05 02:50:06] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.038995 10.0.0.133 - - [2026-03-05 02:50:06] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000830 10.0.0.65 - - [2026-03-05 02:50:06] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?fields=virtual_networks HTTP/1.1" 200 1021 0.036210 10.0.0.133 - - [2026-03-05 02:50:06] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000963 10.0.0.65 - - [2026-03-05 02:50:06] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.044626 10.0.0.133 - - [2026-03-05 02:50:06] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000969 10.0.0.65 - - [2026-03-05 02:50:06] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?fields=security_groups HTTP/1.1" 200 1241 0.042906 10.0.0.65 - - [2026-03-05 02:50:07] "POST /fqname-to-id HTTP/1.1" 404 192 0.030239 10.0.0.133 - - [2026-03-05 02:50:07] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002528 10.0.0.133 - - [2026-03-05 02:50:07] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.133 - - [2026-03-05 02:50:07] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007466 10.0.0.133 - - [2026-03-05 02:50:07] "POST /id-to-fqname HTTP/1.1" 200 194 0.003520 10.0.0.133 - - [2026-03-05 02:50:07] "POST /fqname-to-id HTTP/1.1" 404 203 0.004107 10.0.0.133 - - [2026-03-05 02:50:07] "POST /security-groups HTTP/1.1" 200 595 0.027392 10.0.0.133 - - [2026-03-05 02:50:07] "POST /projects HTTP/1.1" 200 593 0.228587 10.0.0.65 - - [2026-03-05 02:50:07] "POST /fqname-to-id HTTP/1.1" 404 237 0.010673 10.0.0.133 - - [2026-03-05 02:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.307330 10.0.0.65 - - [2026-03-05 02:50:08] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.435378 10.0.0.65 - - [2026-03-05 02:50:09] "GET / HTTP/1.1" 200 36215 0.002569 10.0.0.65 - - [2026-03-05 02:50:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000527 10.0.0.65 - - [2026-03-05 02:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.059334 10.0.0.133 - - [2026-03-05 02:50:11] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000818 10.0.0.65 - - [2026-03-05 02:50:11] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.033520 10.0.0.133 - - [2026-03-05 02:50:11] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001121 10.0.0.65 - - [2026-03-05 02:50:11] "POST /neutron/network HTTP/1.1" 200 613 0.158106 10.0.0.65 - - [2026-03-05 02:50:11] "POST /ref-update HTTP/1.1" 200 156 0.020171 10.0.0.65 - - [2026-03-05 02:50:11] "POST /id-to-fqname HTTP/1.1" 200 226 0.002668 10.0.0.65 - - [2026-03-05 02:50:11] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005142 10.0.0.65 - - [2026-03-05 02:50:11] "POST /neutron/network HTTP/1.1" 200 832 0.005682 10.0.0.65 - - [2026-03-05 02:50:11] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004391 10.0.0.65 - - [2026-03-05 02:50:12] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005291 10.0.0.133 - - [2026-03-05 02:50:13] "GET /obj-perms HTTP/1.1" 200 5038 0.060390 10.0.0.65 - - [2026-03-05 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.65 - - [2026-03-05 02:50:13] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005054 10.0.0.65 - - [2026-03-05 02:50:13] "PUT /virtual-network/8e474312-90cc-40b8-825e-c052d006149a HTTP/1.1" 200 265 0.059865 10.0.0.65 - - [2026-03-05 02:50:18] "POST /id-to-fqname HTTP/1.1" 200 226 0.001194 10.0.0.65 - - [2026-03-05 02:50:19] "POST /neutron/network HTTP/1.1" 200 842 0.006063 10.0.0.133 - - [2026-03-05 02:50:19] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001134 10.0.0.65 - - [2026-03-05 02:50:19] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.073427 10.0.0.65 - - [2026-03-05 02:50:20] "POST /neutron/port HTTP/1.1" 200 117 0.006161 10.0.0.133 - - [2026-03-05 02:50:20] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001322 10.0.0.65 - - [2026-03-05 02:50:20] "POST /neutron/port HTTP/1.1" 200 1064 0.297544 10.0.0.65 - - [2026-03-05 02:50:21] "POST /neutron/port HTTP/1.1" 200 1118 0.093653 10.0.0.65 - - [2026-03-05 02:50:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.008793 10.0.0.65 - - [2026-03-05 02:50:25] "POST /neutron/port HTTP/1.1" 200 1128 0.017182 10.0.0.65 - - [2026-03-05 02:50:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006318 10.0.0.65 - - [2026-03-05 02:50:25] "GET /virtual-machine/314bf4ee-18fb-4348-a7fc-3ce37e1c055c HTTP/1.1" 401 292 0.000537 10.0.0.65 - - [2026-03-05 02:50:25] "GET /virtual-machine/314bf4ee-18fb-4348-a7fc-3ce37e1c055c HTTP/1.1" 200 1298 0.030553 10.0.0.65 - - [2026-03-05 02:50:25] "GET /virtual-machine-interface/e98ec449-1a0f-4214-986e-6a30edd5262f HTTP/1.1" 200 2975 0.006609 10.0.0.65 - - [2026-03-05 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.65 - - [2026-03-05 02:50:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003073 10.0.0.65 - - [2026-03-05 02:50:25] "GET /virtual-networks?parent_id=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002707 10.0.0.65 - - [2026-03-05 02:50:25] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006281 10.0.0.65 - - [2026-03-05 02:50:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.65 - - [2026-03-05 02:50:29] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006217 10.0.0.65 - - [2026-03-05 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.65 - - [2026-03-05 02:50:33] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004820 10.0.0.65 - - [2026-03-05 02:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.65 - - [2026-03-05 02:50:37] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005388 10.0.0.65 - - [2026-03-05 02:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.65 - - [2026-03-05 02:50:41] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004394 10.0.0.65 - - [2026-03-05 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.65 - - [2026-03-05 02:50:45] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005283 10.0.0.65 - - [2026-03-05 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.65 - - [2026-03-05 02:50:49] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005211 10.0.0.65 - - [2026-03-05 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.65 - - [2026-03-05 02:50:53] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004970 10.0.0.65 - - [2026-03-05 02:50:53] "POST /neutron/port HTTP/1.1" 200 1128 0.024271 10.0.0.65 - - [2026-03-05 02:50:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003904 10.0.0.65 - - [2026-03-05 02:50:53] "POST /neutron/network HTTP/1.1" 200 832 0.005793 10.0.0.65 - - [2026-03-05 02:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.65 - - [2026-03-05 02:50:57] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004799 10.0.0.133 - - [2026-03-05 02:50:59] "DELETE /project/890267d74ef94650b41f424f533046a1 HTTP/1.1" 404 173 0.005562 10.0.0.133 - - [2026-03-05 02:50:59] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000782 10.0.0.133 - - [2026-03-05 02:50:59] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.044245 10.0.0.133 - - [2026-03-05 02:50:59] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000878 10.0.0.133 - - [2026-03-05 02:50:59] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?fields=security_groups HTTP/1.1" 200 1343 0.043855 10.0.0.133 - - [2026-03-05 02:50:59] "DELETE /security-group/b1650a8a-58b7-46f9-8dda-913706c042c4 HTTP/1.1" 200 115 0.050957 10.0.0.133 - - [2026-03-05 02:50:59] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001102 10.0.0.65 - - [2026-03-05 02:50:59] "DELETE /access-control-list/77f2063a-335c-4d47-92dd-1c83d711c815 HTTP/1.1" 200 115 0.039830 10.0.0.133 - - [2026-03-05 02:50:59] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?fields=application_policy_sets HTTP/1.1" 200 1382 0.060355 10.0.0.133 - - [2026-03-05 02:50:59] "DELETE /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d HTTP/1.1" 409 278 0.309579 10.0.0.65 - - [2026-03-05 02:51:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.65 - - [2026-03-05 02:51:01] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.004838 10.0.0.65 - - [2026-03-05 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.65 - - [2026-03-05 02:51:03] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003529 10.0.0.65 - - [2026-03-05 02:51:03] "GET /virtual-networks?parent_id=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002972 10.0.0.65 - - [2026-03-05 02:51:03] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006441 10.0.0.65 - - [2026-03-05 02:51:09] "POST /neutron/port HTTP/1.1" 200 1128 0.014237 10.0.0.65 - - [2026-03-05 02:51:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006827 10.0.0.65 - - [2026-03-05 02:51:19] "POST /neutron/port HTTP/1.1" 200 1128 0.015376 10.0.0.65 - - [2026-03-05 02:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.65 - - [2026-03-05 02:51:24] "GET /virtual-network/8e474312-90cc-40b8-825e-c052d006149a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005136 10.0.0.65 - - [2026-03-05 02:51:24] "PUT /virtual-network/8e474312-90cc-40b8-825e-c052d006149a HTTP/1.1" 200 265 0.049613 10.0.0.65 - - [2026-03-05 02:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008962 10.0.0.33 - - [2026-03-05 02:51:28] "GET /obj-perms HTTP/1.1" 200 5056 0.048976 10.0.0.65 - - [2026-03-05 02:51:30] "POST /neutron/network HTTP/1.1" 400 204 0.011688 10.0.0.65 - - [2026-03-05 02:51:30] "POST /neutron/port HTTP/1.1" 200 151 0.143051 10.0.0.65 - - [2026-03-05 02:51:32] "DELETE /route-target/5d35e19f-8658-46d8-8f19-694bb7fba55e HTTP/1.1" 200 115 0.046896 10.0.0.65 - - [2026-03-05 02:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.133 - - [2026-03-05 02:51:34] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000780 10.0.0.65 - - [2026-03-05 02:51:34] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.037241 10.0.0.65 - - [2026-03-05 02:51:35] "POST /neutron/network HTTP/1.1" 200 117 0.010781 10.0.0.65 - - [2026-03-05 02:51:35] "POST /neutron/network HTTP/1.1" 200 834 0.007092 10.0.0.65 - - [2026-03-05 02:51:35] "POST /id-to-fqname HTTP/1.1" 200 226 0.001028 10.0.0.65 - - [2026-03-05 02:51:35] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004781 10.0.0.65 - - [2026-03-05 02:51:35] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004817 10.0.0.65 - - [2026-03-05 02:51:35] "POST /neutron/subnet HTTP/1.1" 200 734 0.006962 10.0.0.65 - - [2026-03-05 02:51:35] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005146 10.0.0.65 - - [2026-03-05 02:51:35] "GET /obj-perms HTTP/1.1" 200 5038 0.065205 10.0.0.133 - - [2026-03-05 02:51:35] "GET /obj-perms HTTP/1.1" 200 5038 0.003588 10.0.0.65 - - [2026-03-05 02:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.65 - - [2026-03-05 02:51:36] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005776 10.0.0.65 - - [2026-03-05 02:51:36] "POST /route-targets HTTP/1.1" 200 328 0.018445 10.0.0.65 - - [2026-03-05 02:51:36] "PUT /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70 HTTP/1.1" 200 265 0.056621 10.0.0.65 - - [2026-03-05 02:51:41] "POST /id-to-fqname HTTP/1.1" 200 226 0.001242 10.0.0.133 - - [2026-03-05 02:51:42] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000927 10.0.0.65 - - [2026-03-05 02:51:42] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.069375 10.0.0.65 - - [2026-03-05 02:51:42] "POST /neutron/port HTTP/1.1" 200 117 0.011422 10.0.0.65 - - [2026-03-05 02:51:42] "POST /neutron/network HTTP/1.1" 200 844 0.006463 10.0.0.65 - - [2026-03-05 02:51:43] "POST /neutron/port HTTP/1.1" 200 1066 0.014037 10.0.0.65 - - [2026-03-05 02:51:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003573 10.0.0.65 - - [2026-03-05 02:51:43] "POST /neutron/network HTTP/1.1" 200 834 0.005872 10.0.0.65 - - [2026-03-05 02:51:47] "POST /neutron/port HTTP/1.1" 200 1130 0.021429 10.0.0.65 - - [2026-03-05 02:51:47] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008343 10.0.0.65 - - [2026-03-05 02:51:47] "GET /virtual-machine/0fd2b347-548f-4c4b-b7dc-a505e1255314 HTTP/1.1" 200 1298 0.005712 10.0.0.65 - - [2026-03-05 02:51:47] "GET /virtual-machine-interface/049b136f-2717-4d3e-9d2d-5842ce50640a HTTP/1.1" 200 2973 0.004454 10.0.0.65 - - [2026-03-05 02:51:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.65 - - [2026-03-05 02:51:47] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003637 10.0.0.65 - - [2026-03-05 02:51:47] "GET /virtual-networks?parent_id=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002627 10.0.0.65 - - [2026-03-05 02:51:47] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006578 10.0.0.65 - - [2026-03-05 02:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.65 - - [2026-03-05 02:51:50] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.004920 10.0.0.65 - - [2026-03-05 02:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.65 - - [2026-03-05 02:51:55] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.004779 10.0.0.65 - - [2026-03-05 02:51:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.65 - - [2026-03-05 02:51:59] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005059 10.0.0.65 - - [2026-03-05 02:52:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.65 - - [2026-03-05 02:52:03] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006921 10.0.0.65 - - [2026-03-05 02:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.65 - - [2026-03-05 02:52:07] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.004361 10.0.0.65 - - [2026-03-05 02:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.65 - - [2026-03-05 02:52:11] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005201 10.0.0.65 - - [2026-03-05 02:52:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.65 - - [2026-03-05 02:52:15] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.004930 10.0.0.65 - - [2026-03-05 02:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.65 - - [2026-03-05 02:52:19] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.004290 10.0.0.65 - - [2026-03-05 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.65 - - [2026-03-05 02:52:23] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005146 10.0.0.65 - - [2026-03-05 02:52:26] "POST /neutron/network HTTP/1.1" 200 844 0.005201 10.0.0.65 - - [2026-03-05 02:52:26] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.65 - - [2026-03-05 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.65 - - [2026-03-05 02:52:27] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005944 10.0.0.65 - - [2026-03-05 02:52:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.65 - - [2026-03-05 02:52:31] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005613 10.0.0.65 - - [2026-03-05 02:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.65 - - [2026-03-05 02:52:34] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003607 10.0.0.65 - - [2026-03-05 02:52:34] "GET /virtual-networks?parent_id=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002599 10.0.0.65 - - [2026-03-05 02:52:34] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005046 10.0.0.65 - - [2026-03-05 02:52:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008089 10.0.0.65 - - [2026-03-05 02:52:44] "POST /neutron/port HTTP/1.1" 200 1130 0.017497 10.0.0.65 - - [2026-03-05 02:52:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006932 10.0.0.65 - - [2026-03-05 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.65 - - [2026-03-05 02:52:54] "GET /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.004878 10.0.0.65 - - [2026-03-05 02:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005978 10.0.0.65 - - [2026-03-05 02:52:54] "PUT /virtual-network/4b8611c0-4668-4ad6-9349-d28acb595a70 HTTP/1.1" 200 265 0.058145 10.0.0.65 - - [2026-03-05 02:53:00] "POST /neutron/network HTTP/1.1" 200 834 0.006149 10.0.0.65 - - [2026-03-05 02:53:00] "POST /neutron/port HTTP/1.1" 200 1120 0.012063 10.0.0.133 - - [2026-03-05 02:53:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000433 10.0.0.133 - - [2026-03-05 02:53:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.65 - - [2026-03-05 02:53:02] "DELETE /route-target/21d786f8-252a-4a36-9973-8cb2ad51164e HTTP/1.1" 200 115 0.019866 10.0.0.133 - - [2026-03-05 02:53:02] "POST /useragent-kv HTTP/1.1" 200 115 0.053066 10.0.0.133 - - [2026-03-05 02:53:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002253 10.0.0.65 - - [2026-03-05 02:53:02] "POST /neutron/network HTTP/1.1" 200 151 0.162805 10.0.0.33 - - [2026-03-05 02:53:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.33 - - [2026-03-05 02:53:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.133 - - [2026-03-05 02:53:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.133 - - [2026-03-05 02:53:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000404 10.0.0.33 - - [2026-03-05 02:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.33 - - [2026-03-05 02:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000384 10.0.0.65 - - [2026-03-05 02:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.65 - - [2026-03-05 02:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000329 10.0.0.133 - - [2026-03-05 02:53:03] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000884 10.0.0.65 - - [2026-03-05 02:53:03] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039438 10.0.0.133 - - [2026-03-05 02:53:03] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000848 10.0.0.65 - - [2026-03-05 02:53:03] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?fields=virtual_networks HTTP/1.1" 200 1042 0.034032 10.0.0.133 - - [2026-03-05 02:53:03] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000882 10.0.0.65 - - [2026-03-05 02:53:04] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.060817 10.0.0.133 - - [2026-03-05 02:53:04] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000851 10.0.0.65 - - [2026-03-05 02:53:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.65 - - [2026-03-05 02:53:04] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?fields=security_groups HTTP/1.1" 200 1273 0.059417 10.0.0.65 - - [2026-03-05 02:53:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000479 10.0.0.65 - - [2026-03-05 02:53:04] "POST /fqname-to-id HTTP/1.1" 404 213 0.026082 10.0.0.133 - - [2026-03-05 02:53:05] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002699 10.0.0.133 - - [2026-03-05 02:53:05] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000829 10.0.0.133 - - [2026-03-05 02:53:05] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006980 10.0.0.133 - - [2026-03-05 02:53:05] "POST /id-to-fqname HTTP/1.1" 200 216 0.002216 10.0.0.133 - - [2026-03-05 02:53:05] "POST /fqname-to-id HTTP/1.1" 404 227 0.012118 10.0.0.133 - - [2026-03-05 02:53:05] "POST /security-groups HTTP/1.1" 200 616 0.029664 10.0.0.133 - - [2026-03-05 02:53:05] "POST /projects HTTP/1.1" 200 635 0.236610 10.0.0.65 - - [2026-03-05 02:53:05] "POST /fqname-to-id HTTP/1.1" 404 258 0.007128 10.0.0.133 - - [2026-03-05 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.312617 10.0.0.65 - - [2026-03-05 02:53:05] "GET /project/d6a752a9-1169-4875-bf13-51b6dda954c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.441658 10.0.0.65 - - [2026-03-05 02:53:06] "GET / HTTP/1.1" 200 36215 0.001451 10.0.0.65 - - [2026-03-05 02:53:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.65 - - [2026-03-05 02:53:08] "POST /fqname-to-id HTTP/1.1" 404 249 0.060618 10.0.0.65 - - [2026-03-05 02:53:08] "POST /access-control-lists HTTP/1.1" 200 645 0.020510 10.0.0.65 - - [2026-03-05 02:53:08] "PUT /access-control-list/ceaa59f2-056f-4e41-9145-e34dc9877860 HTTP/1.1" 200 273 0.012840 10.0.0.65 - - [2026-03-05 02:53:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.040018 10.0.0.65 - - [2026-03-05 02:53:09] "PUT /access-control-list/d5c25062-70dd-43e7-a11c-f30210f3144b HTTP/1.1" 200 273 0.012229 10.0.0.65 - - [2026-03-05 02:53:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169182 10.0.0.65 - - [2026-03-05 02:53:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.65 - - [2026-03-05 02:53:09] "GET /security-group/f0a85b6d-9313-4c91-b7f9-87cb1ea98da8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.003757 10.0.0.65 - - [2026-03-05 02:53:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.051137 10.0.0.65 - - [2026-03-05 02:53:10] "POST /fqname-to-id HTTP/1.1" 404 249 0.002209 10.0.0.65 - - [2026-03-05 02:53:10] "DELETE /access-control-list/ceaa59f2-056f-4e41-9145-e34dc9877860 HTTP/1.1" 200 115 0.030217 10.0.0.65 - - [2026-03-05 02:53:10] "POST /fqname-to-id HTTP/1.1" 404 249 0.006093 10.0.0.65 - - [2026-03-05 02:53:10] "POST /access-control-lists HTTP/1.1" 200 645 0.021881 10.0.0.65 - - [2026-03-05 02:53:11] "PUT /access-control-list/95714cf8-9a01-4aef-b8d9-97bfc1706a41 HTTP/1.1" 200 273 0.022846 10.0.0.65 - - [2026-03-05 02:53:11] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009675 10.0.0.65 - - [2026-03-05 02:53:11] "PUT /access-control-list/bb5cb4b1-e667-4f54-aee8-e165b41580a4 HTTP/1.1" 200 273 0.016371 10.0.0.65 - - [2026-03-05 02:53:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.124935 10.0.0.65 - - [2026-03-05 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.65 - - [2026-03-05 02:53:11] "GET /security-group/e04d4dc0-1c48-46cf-8c68-1638cd95fbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2028 0.007382 10.0.0.65 - - [2026-03-05 02:53:12] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.007902 10.0.0.65 - - [2026-03-05 02:53:12] "PUT /access-control-list/bb5cb4b1-e667-4f54-aee8-e165b41580a4 HTTP/1.1" 200 273 0.021628 10.0.0.65 - - [2026-03-05 02:53:12] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.107154 10.0.0.65 - - [2026-03-05 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.133 - - [2026-03-05 02:53:12] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000831 10.0.0.65 - - [2026-03-05 02:53:12] "GET /project/d6a752a9-1169-4875-bf13-51b6dda954c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.063672 10.0.0.65 - - [2026-03-05 02:53:12] "POST /route-targets HTTP/1.1" 200 328 0.012465 10.0.0.133 - - [2026-03-05 02:53:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006625 10.0.0.65 - - [2026-03-05 02:53:12] "POST /neutron/subnet HTTP/1.1" 200 823 0.212387 10.0.0.65 - - [2026-03-05 02:53:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.044124 10.0.0.65 - - [2026-03-05 02:53:13] "POST /id-to-fqname HTTP/1.1" 200 290 0.001188 10.0.0.65 - - [2026-03-05 02:53:13] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.010690 10.0.0.65 - - [2026-03-05 02:53:13] "POST /neutron/network HTTP/1.1" 200 1112 0.007927 10.0.0.65 - - [2026-03-05 02:53:13] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004360 10.0.0.65 - - [2026-03-05 02:53:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.009137 10.0.0.65 - - [2026-03-05 02:53:13] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004790 10.0.0.33 - - [2026-03-05 02:53:14] "GET /obj-perms HTTP/1.1" 200 5080 0.057769 10.0.0.65 - - [2026-03-05 02:53:14] "POST /id-to-fqname HTTP/1.1" 200 290 0.001212 10.0.0.133 - - [2026-03-05 02:53:15] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001382 10.0.0.65 - - [2026-03-05 02:53:15] "GET /project/d6a752a9-1169-4875-bf13-51b6dda954c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.064789 10.0.0.65 - - [2026-03-05 02:53:15] "POST /neutron/network HTTP/1.1" 200 1112 0.008007 10.0.0.65 - - [2026-03-05 02:53:15] "POST /id-to-fqname HTTP/1.1" 200 290 0.001294 10.0.0.65 - - [2026-03-05 02:53:15] "POST /neutron/port HTTP/1.1" 200 117 0.005473 10.0.0.65 - - [2026-03-05 02:53:16] "POST /neutron/network HTTP/1.1" 200 1122 0.006183 10.0.0.65 - - [2026-03-05 02:53:16] "POST /neutron/port HTTP/1.1" 200 1191 0.019753 10.0.0.133 - - [2026-03-05 02:53:16] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000910 10.0.0.65 - - [2026-03-05 02:53:16] "POST /neutron/port HTTP/1.1" 200 1255 0.018329 10.0.0.65 - - [2026-03-05 02:53:16] "GET /project/d6a752a9-1169-4875-bf13-51b6dda954c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.070337 10.0.0.65 - - [2026-03-05 02:53:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004363 10.0.0.65 - - [2026-03-05 02:53:17] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.65 - - [2026-03-05 02:53:17] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006738 10.0.0.65 - - [2026-03-05 02:53:17] "POST /neutron/security_group HTTP/1.1" 200 1455 0.008895 10.0.0.133 - - [2026-03-05 02:53:17] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001214 10.0.0.65 - - [2026-03-05 02:53:17] "POST /neutron/port HTTP/1.1" 200 1191 0.274171 10.0.0.65 - - [2026-03-05 02:53:18] "POST /neutron/port HTTP/1.1" 200 1245 0.110589 10.0.0.65 - - [2026-03-05 02:53:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004889 10.0.0.65 - - [2026-03-05 02:53:18] "POST /neutron/port HTTP/1.1" 200 117 0.001381 10.0.0.65 - - [2026-03-05 02:53:22] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006774 10.0.0.65 - - [2026-03-05 02:53:22] "POST /neutron/port HTTP/1.1" 200 1255 0.015218 10.0.0.65 - - [2026-03-05 02:53:22] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006440 10.0.0.65 - - [2026-03-05 02:53:22] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 401 292 0.000347 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 200 1319 0.030390 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 200 1319 0.003601 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-machine-interface/eedcfbdc-b50f-4950-9dfc-8559aa279ab5 HTTP/1.1" 200 3426 0.005549 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 200 1319 0.004175 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-machine-interface/eedcfbdc-b50f-4950-9dfc-8559aa279ab5 HTTP/1.1" 200 3426 0.004515 10.0.0.65 - - [2026-03-05 02:53:23] "GET /instance-ip/b7f3ff67-5d77-4489-93b0-606c082f069f HTTP/1.1" 200 1738 0.005852 10.0.0.65 - - [2026-03-05 02:53:23] "GET /instance-ip/ff8eeebd-f3cc-483e-a4af-cc6c0046e850 HTTP/1.1" 200 1719 0.004630 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 200 1319 0.005082 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-machine-interface/eedcfbdc-b50f-4950-9dfc-8559aa279ab5 HTTP/1.1" 200 3426 0.005961 10.0.0.65 - - [2026-03-05 02:53:23] "GET /instance-ip/b7f3ff67-5d77-4489-93b0-606c082f069f HTTP/1.1" 200 1738 0.005945 10.0.0.65 - - [2026-03-05 02:53:23] "GET /instance-ip/ff8eeebd-f3cc-483e-a4af-cc6c0046e850 HTTP/1.1" 200 1719 0.005874 10.0.0.65 - - [2026-03-05 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.65 - - [2026-03-05 02:53:23] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002978 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002894 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007205 10.0.0.65 - - [2026-03-05 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.65 - - [2026-03-05 02:53:23] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004309 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002973 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004988 10.0.0.65 - - [2026-03-05 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.65 - - [2026-03-05 02:53:23] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003253 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002070 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005804 10.0.0.65 - - [2026-03-05 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.65 - - [2026-03-05 02:53:23] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003859 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002797 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006040 10.0.0.65 - - [2026-03-05 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.65 - - [2026-03-05 02:53:23] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003672 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002427 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004880 10.0.0.65 - - [2026-03-05 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.65 - - [2026-03-05 02:53:23] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003601 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002213 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006728 10.0.0.65 - - [2026-03-05 02:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.65 - - [2026-03-05 02:53:23] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003876 10.0.0.65 - - [2026-03-05 02:53:23] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002921 10.0.0.65 - - [2026-03-05 02:53:24] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005615 10.0.0.65 - - [2026-03-05 02:53:27] "POST /neutron/network HTTP/1.1" 200 1122 0.006076 10.0.0.65 - - [2026-03-05 02:53:27] "POST /neutron/subnet HTTP/1.1" 200 1379 0.011538 10.0.0.65 - - [2026-03-05 02:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.65 - - [2026-03-05 02:53:27] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004869 10.0.0.65 - - [2026-03-05 02:53:27] "POST /neutron/network HTTP/1.1" 200 1112 0.008057 10.0.0.65 - - [2026-03-05 02:53:30] "GET /obj-perms HTTP/1.1" 200 5056 0.051060 10.0.0.65 - - [2026-03-05 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.65 - - [2026-03-05 02:53:31] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005345 10.0.0.65 - - [2026-03-05 02:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.65 - - [2026-03-05 02:53:35] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005266 10.0.0.65 - - [2026-03-05 02:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.65 - - [2026-03-05 02:53:39] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004983 10.0.0.65 - - [2026-03-05 02:53:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.65 - - [2026-03-05 02:53:43] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005900 10.0.0.65 - - [2026-03-05 02:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.65 - - [2026-03-05 02:53:47] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006687 10.0.0.65 - - [2026-03-05 02:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.65 - - [2026-03-05 02:53:51] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006413 10.0.0.65 - - [2026-03-05 02:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.65 - - [2026-03-05 02:53:55] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004649 10.0.0.65 - - [2026-03-05 02:53:55] "POST /neutron/network HTTP/1.1" 200 1122 0.028288 10.0.0.65 - - [2026-03-05 02:53:55] "POST /neutron/subnet HTTP/1.1" 200 1379 0.010600 10.0.0.65 - - [2026-03-05 02:53:55] "POST /neutron/network HTTP/1.1" 200 1112 0.007221 10.0.0.65 - - [2026-03-05 02:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.65 - - [2026-03-05 02:53:57] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003624 10.0.0.65 - - [2026-03-05 02:53:57] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002255 10.0.0.65 - - [2026-03-05 02:53:57] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006822 10.0.0.65 - - [2026-03-05 02:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002530 10.0.0.65 - - [2026-03-05 02:53:57] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003947 10.0.0.65 - - [2026-03-05 02:53:57] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003152 10.0.0.65 - - [2026-03-05 02:53:58] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005272 10.0.0.65 - - [2026-03-05 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.65 - - [2026-03-05 02:53:58] "GET /routing-instance/6c623fb5-49f9-45cb-8990-4e774fb269cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004497 10.0.0.65 - - [2026-03-05 02:53:58] "GET /route-target/ca22e797-0957-4c51-84c3-73d0161c0cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004340 10.0.0.65 - - [2026-03-05 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.65 - - [2026-03-05 02:53:58] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005898 10.0.0.65 - - [2026-03-05 02:53:58] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002961 10.0.0.65 - - [2026-03-05 02:53:58] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005710 10.0.0.65 - - [2026-03-05 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.65 - - [2026-03-05 02:53:58] "GET /routing-instance/6c623fb5-49f9-45cb-8990-4e774fb269cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004196 10.0.0.65 - - [2026-03-05 02:53:58] "GET /route-target/ca22e797-0957-4c51-84c3-73d0161c0cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003969 10.0.0.65 - - [2026-03-05 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.65 - - [2026-03-05 02:53:58] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003322 10.0.0.65 - - [2026-03-05 02:53:58] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002594 10.0.0.65 - - [2026-03-05 02:53:58] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005917 10.0.0.65 - - [2026-03-05 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.65 - - [2026-03-05 02:53:58] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004595 10.0.0.65 - - [2026-03-05 02:53:58] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003212 10.0.0.65 - - [2026-03-05 02:53:58] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005185 10.0.0.133 - - [2026-03-05 02:53:58] "GET /obj-perms HTTP/1.1" 200 5080 0.050761 10.0.0.65 - - [2026-03-05 02:53:58] "GET /obj-perms HTTP/1.1" 200 5080 0.050206 10.0.0.133 - - [2026-03-05 02:53:58] "GET /obj-perms HTTP/1.1" 200 5080 0.003391 10.0.0.65 - - [2026-03-05 02:53:59] "GET /obj-perms HTTP/1.1" 200 5080 0.003985 10.0.0.65 - - [2026-03-05 02:53:59] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 200 1319 0.003747 10.0.0.65 - - [2026-03-05 02:53:59] "GET /virtual-machine-interface/eedcfbdc-b50f-4950-9dfc-8559aa279ab5 HTTP/1.1" 200 3426 0.005605 10.0.0.65 - - [2026-03-05 02:53:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.65 - - [2026-03-05 02:53:59] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003217 10.0.0.65 - - [2026-03-05 02:53:59] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002076 10.0.0.65 - - [2026-03-05 02:53:59] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004910 10.0.0.133 - - [2026-03-05 02:53:59] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000868 10.0.0.133 - - [2026-03-05 02:53:59] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.039105 10.0.0.133 - - [2026-03-05 02:53:59] "DELETE /project/d6a752a911694875bf1351b6dda954c8 HTTP/1.1" 404 173 0.075783 10.0.0.133 - - [2026-03-05 02:53:59] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000854 10.0.0.133 - - [2026-03-05 02:53:59] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?fields=security_groups HTTP/1.1" 200 1375 0.032848 10.0.0.133 - - [2026-03-05 02:53:59] "DELETE /security-group/c0922228-11d3-4b9f-9dc5-edbcfbd5a9f8 HTTP/1.1" 200 115 0.047677 10.0.0.133 - - [2026-03-05 02:53:59] "GET /projects?obj_uuids=890267d7-4ef9-4650-b41f-424f533046a1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001640 10.0.0.133 - - [2026-03-05 02:53:59] "GET /project/890267d7-4ef9-4650-b41f-424f533046a1?fields=application_policy_sets HTTP/1.1" 200 1414 0.064063 10.0.0.65 - - [2026-03-05 02:53:59] "DELETE /access-control-list/7b0f4f39-b41a-4f82-8c44-5e1d6d36107d HTTP/1.1" 200 115 0.055362 10.0.0.133 - - [2026-03-05 02:54:00] "DELETE /project/890267d7-4ef9-4650-b41f-424f533046a1 HTTP/1.1" 200 115 0.414798 10.0.0.65 - - [2026-03-05 02:54:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.65 - - [2026-03-05 02:54:00] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003155 10.0.0.65 - - [2026-03-05 02:54:00] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002733 10.0.0.65 - - [2026-03-05 02:54:00] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005220 10.0.0.65 - - [2026-03-05 02:54:05] "POST /neutron/port HTTP/1.1" 200 1255 0.076165 10.0.0.65 - - [2026-03-05 02:54:08] "POST /neutron/security_group HTTP/1.1" 200 1455 0.028366 10.0.0.65 - - [2026-03-05 02:54:11] "POST /neutron/port HTTP/1.1" 200 1255 0.015188 10.0.0.65 - - [2026-03-05 02:54:16] "POST /neutron/security_group HTTP/1.1" 200 1455 0.006915 10.0.0.65 - - [2026-03-05 02:54:21] "POST /neutron/port HTTP/1.1" 200 1255 0.017863 10.0.0.65 - - [2026-03-05 02:54:21] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007928 10.0.0.65 - - [2026-03-05 02:54:21] "GET /virtual-machine/6fe27a4a-7aae-4cae-ae55-07171f141771 HTTP/1.1" 200 1319 0.005663 10.0.0.65 - - [2026-03-05 02:54:21] "GET /virtual-machine/6fe27a4a-7aae-4cae-ae55-07171f141771 HTTP/1.1" 200 1319 0.003646 10.0.0.65 - - [2026-03-05 02:54:21] "GET /virtual-machine-interface/4dfb10e7-d3e0-402e-81d2-d914172df488 HTTP/1.1" 200 3424 0.004879 10.0.0.65 - - [2026-03-05 02:54:21] "GET /virtual-machine/6fe27a4a-7aae-4cae-ae55-07171f141771 HTTP/1.1" 200 1319 0.005185 10.0.0.65 - - [2026-03-05 02:54:21] "GET /virtual-machine-interface/4dfb10e7-d3e0-402e-81d2-d914172df488 HTTP/1.1" 200 3424 0.004952 10.0.0.65 - - [2026-03-05 02:54:21] "GET /instance-ip/0070f7d5-dc47-43f1-a2e6-9a2b35bfe88b HTTP/1.1" 200 1716 0.007641 10.0.0.65 - - [2026-03-05 02:54:21] "GET /instance-ip/b56d41cd-377a-4c45-abe3-671972538623 HTTP/1.1" 200 1738 0.004750 10.0.0.65 - - [2026-03-05 02:54:21] "GET /virtual-machine/6fe27a4a-7aae-4cae-ae55-07171f141771 HTTP/1.1" 200 1319 0.002820 10.0.0.65 - - [2026-03-05 02:54:21] "GET /virtual-machine-interface/4dfb10e7-d3e0-402e-81d2-d914172df488 HTTP/1.1" 200 3424 0.004956 10.0.0.65 - - [2026-03-05 02:54:21] "GET /instance-ip/0070f7d5-dc47-43f1-a2e6-9a2b35bfe88b HTTP/1.1" 200 1716 0.002902 10.0.0.65 - - [2026-03-05 02:54:21] "GET /instance-ip/b56d41cd-377a-4c45-abe3-671972538623 HTTP/1.1" 200 1738 0.004040 10.0.0.65 - - [2026-03-05 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.65 - - [2026-03-05 02:54:21] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003630 10.0.0.65 - - [2026-03-05 02:54:21] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002864 10.0.0.65 - - [2026-03-05 02:54:21] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004874 10.0.0.65 - - [2026-03-05 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.65 - - [2026-03-05 02:54:21] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004249 10.0.0.65 - - [2026-03-05 02:54:21] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002360 10.0.0.65 - - [2026-03-05 02:54:21] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004977 10.0.0.65 - - [2026-03-05 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.65 - - [2026-03-05 02:54:22] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003418 10.0.0.65 - - [2026-03-05 02:54:22] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002659 10.0.0.65 - - [2026-03-05 02:54:22] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.007040 10.0.0.65 - - [2026-03-05 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.65 - - [2026-03-05 02:54:22] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003905 10.0.0.65 - - [2026-03-05 02:54:22] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003006 10.0.0.65 - - [2026-03-05 02:54:22] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005156 10.0.0.65 - - [2026-03-05 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.65 - - [2026-03-05 02:54:22] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004273 10.0.0.65 - - [2026-03-05 02:54:22] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002906 10.0.0.65 - - [2026-03-05 02:54:22] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006035 10.0.0.65 - - [2026-03-05 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.65 - - [2026-03-05 02:54:22] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003854 10.0.0.65 - - [2026-03-05 02:54:22] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002571 10.0.0.65 - - [2026-03-05 02:54:22] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005608 10.0.0.65 - - [2026-03-05 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.65 - - [2026-03-05 02:54:22] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004006 10.0.0.65 - - [2026-03-05 02:54:22] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002889 10.0.0.65 - - [2026-03-05 02:54:22] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005051 10.0.0.65 - - [2026-03-05 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.65 - - [2026-03-05 02:54:23] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003226 10.0.0.65 - - [2026-03-05 02:54:23] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002039 10.0.0.65 - - [2026-03-05 02:54:23] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004969 10.0.0.65 - - [2026-03-05 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.65 - - [2026-03-05 02:54:23] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005629 10.0.0.65 - - [2026-03-05 02:54:23] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002501 10.0.0.65 - - [2026-03-05 02:54:23] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005230 10.0.0.65 - - [2026-03-05 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.65 - - [2026-03-05 02:54:23] "GET /routing-instance/6c623fb5-49f9-45cb-8990-4e774fb269cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004504 10.0.0.65 - - [2026-03-05 02:54:23] "GET /route-target/ca22e797-0957-4c51-84c3-73d0161c0cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004448 10.0.0.65 - - [2026-03-05 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.65 - - [2026-03-05 02:54:24] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004608 10.0.0.65 - - [2026-03-05 02:54:24] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003340 10.0.0.65 - - [2026-03-05 02:54:24] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004800 10.0.0.65 - - [2026-03-05 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.65 - - [2026-03-05 02:54:24] "GET /routing-instance/6c623fb5-49f9-45cb-8990-4e774fb269cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.004600 10.0.0.65 - - [2026-03-05 02:54:24] "GET /route-target/ca22e797-0957-4c51-84c3-73d0161c0cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003422 10.0.0.65 - - [2026-03-05 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.65 - - [2026-03-05 02:54:24] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004072 10.0.0.65 - - [2026-03-05 02:54:24] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002712 10.0.0.65 - - [2026-03-05 02:54:24] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.004975 10.0.0.65 - - [2026-03-05 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.65 - - [2026-03-05 02:54:24] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003762 10.0.0.65 - - [2026-03-05 02:54:24] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002562 10.0.0.65 - - [2026-03-05 02:54:24] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005590 10.0.0.133 - - [2026-03-05 02:54:24] "GET /obj-perms HTTP/1.1" 200 5080 0.003162 10.0.0.65 - - [2026-03-05 02:54:24] "GET /obj-perms HTTP/1.1" 200 5080 0.003740 10.0.0.65 - - [2026-03-05 02:54:24] "GET /obj-perms HTTP/1.1" 200 5080 0.003442 10.0.0.133 - - [2026-03-05 02:54:24] "GET /obj-perms HTTP/1.1" 200 5080 0.003115 10.0.0.65 - - [2026-03-05 02:54:24] "GET /virtual-machine/6fe27a4a-7aae-4cae-ae55-07171f141771 HTTP/1.1" 200 1319 0.003895 10.0.0.65 - - [2026-03-05 02:54:24] "GET /virtual-machine-interface/4dfb10e7-d3e0-402e-81d2-d914172df488 HTTP/1.1" 200 3424 0.006503 10.0.0.65 - - [2026-03-05 02:54:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.65 - - [2026-03-05 02:54:24] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002991 10.0.0.65 - - [2026-03-05 02:54:24] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002918 10.0.0.65 - - [2026-03-05 02:54:24] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005723 10.0.0.65 - - [2026-03-05 02:54:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.65 - - [2026-03-05 02:54:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003589 10.0.0.65 - - [2026-03-05 02:54:25] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002289 10.0.0.65 - - [2026-03-05 02:54:25] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005273 10.0.0.65 - - [2026-03-05 02:54:26] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 200 1319 0.003998 10.0.0.65 - - [2026-03-05 02:54:26] "GET /virtual-machine-interface/eedcfbdc-b50f-4950-9dfc-8559aa279ab5 HTTP/1.1" 200 3426 0.006123 10.0.0.65 - - [2026-03-05 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.65 - - [2026-03-05 02:54:26] "GET /security-group/e04d4dc0-1c48-46cf-8c68-1638cd95fbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004515 10.0.0.65 - - [2026-03-05 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.65 - - [2026-03-05 02:54:26] "GET /security-group/e04d4dc0-1c48-46cf-8c68-1638cd95fbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.003843 10.0.0.65 - - [2026-03-05 02:54:26] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004174 10.0.0.65 - - [2026-03-05 02:54:26] "POST /neutron/port HTTP/1.1" 200 1245 0.014827 10.0.0.65 - - [2026-03-05 02:54:26] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 200 1319 0.003578 10.0.0.65 - - [2026-03-05 02:54:26] "GET /virtual-machine-interface/eedcfbdc-b50f-4950-9dfc-8559aa279ab5 HTTP/1.1" 200 3370 0.006176 10.0.0.65 - - [2026-03-05 02:54:26] "POST /neutron/security_group HTTP/1.1" 200 1455 0.007737 10.0.0.65 - - [2026-03-05 02:54:26] "POST /neutron/port HTTP/1.1" 200 1207 0.014245 10.0.0.65 - - [2026-03-05 02:54:26] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 200 1319 0.003810 10.0.0.65 - - [2026-03-05 02:54:26] "GET /virtual-machine-interface/eedcfbdc-b50f-4950-9dfc-8559aa279ab5 HTTP/1.1" 200 3426 0.007169 10.0.0.65 - - [2026-03-05 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.65 - - [2026-03-05 02:54:26] "GET /security-group/e04d4dc0-1c48-46cf-8c68-1638cd95fbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.003509 10.0.0.65 - - [2026-03-05 02:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.65 - - [2026-03-05 02:54:26] "GET /security-group/e04d4dc0-1c48-46cf-8c68-1638cd95fbf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2741 0.004745 10.0.0.65 - - [2026-03-05 02:54:26] "POST /neutron/security_group HTTP/1.1" 200 1481 0.003766 10.0.0.65 - - [2026-03-05 02:54:28] "POST /neutron/port HTTP/1.1" 200 1255 0.039234 10.0.0.65 - - [2026-03-05 02:54:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003456 10.0.0.65 - - [2026-03-05 02:54:28] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.33 - - [2026-03-05 02:54:30] "GET /obj-perms HTTP/1.1" 200 5056 0.048823 10.0.0.133 - - [2026-03-05 02:54:31] "GET /obj-perms HTTP/1.1" 200 5056 0.063977 10.0.0.65 - - [2026-03-05 02:54:55] "POST /neutron/port HTTP/1.1" 200 1255 0.018226 10.0.0.65 - - [2026-03-05 02:54:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004369 10.0.0.65 - - [2026-03-05 02:54:55] "POST /neutron/port HTTP/1.1" 200 117 0.001723 10.0.0.65 - - [2026-03-05 02:54:56] "POST /neutron/security_group_rule HTTP/1.1" 200 563 0.008248 10.0.0.65 - - [2026-03-05 02:54:56] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.106023 10.0.0.65 - - [2026-03-05 02:54:57] "PUT /access-control-list/bb5cb4b1-e667-4f54-aee8-e165b41580a4 HTTP/1.1" 200 273 0.016167 10.0.0.65 - - [2026-03-05 02:54:59] "POST /neutron/security_group HTTP/1.1" 200 1453 0.007110 10.0.0.65 - - [2026-03-05 02:54:59] "POST /neutron/port HTTP/1.1" 200 1245 0.013102 10.0.0.65 - - [2026-03-05 02:54:59] "GET /virtual-machine/6fe27a4a-7aae-4cae-ae55-07171f141771 HTTP/1.1" 200 1319 0.003741 10.0.0.65 - - [2026-03-05 02:55:00] "POST /neutron/port HTTP/1.1" 200 1207 0.024521 10.0.0.65 - - [2026-03-05 02:55:01] "GET /virtual-machine/6fe27a4a-7aae-4cae-ae55-07171f141771 HTTP/1.1" 404 171 0.003375 10.0.0.65 - - [2026-03-05 02:55:01] "GET /virtual-machine/6fe27a4a-7aae-4cae-ae55-07171f141771 HTTP/1.1" 404 171 0.002909 10.0.0.65 - - [2026-03-05 02:55:01] "GET /virtual-machine/6fe27a4a-7aae-4cae-ae55-07171f141771 HTTP/1.1" 404 171 0.002620 10.0.0.65 - - [2026-03-05 02:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.65 - - [2026-03-05 02:55:02] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004807 10.0.0.65 - - [2026-03-05 02:55:02] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003740 10.0.0.65 - - [2026-03-05 02:55:02] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.005495 10.0.0.65 - - [2026-03-05 02:55:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.65 - - [2026-03-05 02:55:02] "GET /routing-instance/6c623fb5-49f9-45cb-8990-4e774fb269cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.003883 10.0.0.65 - - [2026-03-05 02:55:02] "GET /route-target/ca22e797-0957-4c51-84c3-73d0161c0cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003824 10.0.0.65 - - [2026-03-05 02:55:02] "GET /obj-perms HTTP/1.1" 200 5080 0.004043 10.0.0.133 - - [2026-03-05 02:55:08] "GET /obj-perms HTTP/1.1" 200 5080 0.003289 10.0.0.65 - - [2026-03-05 02:55:11] "GET /obj-perms HTTP/1.1" 200 5080 0.003507 10.0.0.133 - - [2026-03-05 02:55:17] "GET /obj-perms HTTP/1.1" 200 5080 0.003371 10.0.0.65 - - [2026-03-05 02:55:20] "GET /obj-perms HTTP/1.1" 200 5080 0.003960 10.0.0.133 - - [2026-03-05 02:55:27] "GET /obj-perms HTTP/1.1" 200 5080 0.004561 10.0.0.65 - - [2026-03-05 02:55:27] "GET /obj-perms HTTP/1.1" 200 5080 0.004370 10.0.0.65 - - [2026-03-05 02:55:27] "POST /neutron/port HTTP/1.1" 200 1255 0.016475 10.0.0.65 - - [2026-03-05 02:55:27] "POST /neutron/port HTTP/1.1" 200 1207 0.085475 10.0.0.65 - - [2026-03-05 02:55:27] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 200 1319 0.003684 10.0.0.65 - - [2026-03-05 02:55:28] "POST /neutron/port HTTP/1.1" 200 151 0.195886 10.0.0.65 - - [2026-03-05 02:55:29] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 404 171 0.002993 10.0.0.65 - - [2026-03-05 02:55:29] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 404 171 0.002551 10.0.0.65 - - [2026-03-05 02:55:29] "GET /virtual-machine/3c3698f6-05d3-4a4e-b569-56eec4908263 HTTP/1.1" 404 171 0.002847 10.0.0.65 - - [2026-03-05 02:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.65 - - [2026-03-05 02:55:29] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004663 10.0.0.65 - - [2026-03-05 02:55:29] "GET /virtual-networks?parent_id=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003073 10.0.0.65 - - [2026-03-05 02:55:29] "GET /virtual-network/b2b2575a-a38b-4872-8aef-b564dc5fb6c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2810 0.006166 10.0.0.65 - - [2026-03-05 02:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.65 - - [2026-03-05 02:55:29] "GET /routing-instance/6c623fb5-49f9-45cb-8990-4e774fb269cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.005236 10.0.0.65 - - [2026-03-05 02:55:29] "GET /route-target/ca22e797-0957-4c51-84c3-73d0161c0cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005282 10.0.0.65 - - [2026-03-05 02:55:31] "GET /obj-perms HTTP/1.1" 200 5056 0.053149 10.0.0.133 - - [2026-03-05 02:55:33] "GET /obj-perms HTTP/1.1" 200 5080 0.003752 10.0.0.65 - - [2026-03-05 02:55:39] "GET /obj-perms HTTP/1.1" 200 5080 0.003457 10.0.0.133 - - [2026-03-05 02:55:42] "GET /obj-perms HTTP/1.1" 200 5080 0.007012 10.0.0.65 - - [2026-03-05 02:55:48] "GET /obj-perms HTTP/1.1" 200 5080 0.004452 10.0.0.133 - - [2026-03-05 02:55:51] "GET /obj-perms HTTP/1.1" 200 5080 0.004741 10.0.0.65 - - [2026-03-05 02:55:54] "GET /obj-perms HTTP/1.1" 200 5080 0.004953 10.0.0.33 - - [2026-03-05 02:55:54] "GET /obj-perms HTTP/1.1" 200 5080 0.003500 10.0.0.65 - - [2026-03-05 02:55:54] "POST /neutron/security_group HTTP/1.1" 200 1479 0.003978 10.0.0.65 - - [2026-03-05 02:55:54] "DELETE /access-control-list/95714cf8-9a01-4aef-b8d9-97bfc1706a41 HTTP/1.1" 200 115 0.027080 10.0.0.65 - - [2026-03-05 02:55:54] "POST /fqname-to-id HTTP/1.1" 404 249 0.004560 10.0.0.133 - - [2026-03-05 02:55:56] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001151 10.0.0.65 - - [2026-03-05 02:55:56] "GET /project/d6a752a9-1169-4875-bf13-51b6dda954c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.068072 10.0.0.133 - - [2026-03-05 02:55:56] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000872 10.0.0.65 - - [2026-03-05 02:55:56] "GET /project/d6a752a9-1169-4875-bf13-51b6dda954c8?fields=virtual_networks HTTP/1.1" 200 1085 0.041679 10.0.0.133 - - [2026-03-05 02:55:56] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001099 10.0.0.65 - - [2026-03-05 02:55:56] "GET /project/d6a752a9-1169-4875-bf13-51b6dda954c8?fields=virtual_machine_interfaces HTTP/1.1" 200 1085 0.037888 10.0.0.133 - - [2026-03-05 02:55:56] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000826 10.0.0.65 - - [2026-03-05 02:55:56] "GET /project/d6a752a9-1169-4875-bf13-51b6dda954c8?fields=security_groups HTTP/1.1" 200 1337 0.030376 10.0.0.65 - - [2026-03-05 02:55:57] "POST /fqname-to-id HTTP/1.1" 404 218 0.025417 10.0.0.133 - - [2026-03-05 02:55:57] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003144 10.0.0.133 - - [2026-03-05 02:55:57] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000825 10.0.0.133 - - [2026-03-05 02:55:57] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005871 10.0.0.133 - - [2026-03-05 02:55:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.003917 10.0.0.133 - - [2026-03-05 02:55:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.012068 10.0.0.133 - - [2026-03-05 02:55:58] "POST /security-groups HTTP/1.1" 200 621 0.025929 10.0.0.133 - - [2026-03-05 02:55:58] "POST /projects HTTP/1.1" 200 645 0.225688 10.0.0.65 - - [2026-03-05 02:55:58] "POST /access-control-lists HTTP/1.1" 200 628 0.021675 10.0.0.133 - - [2026-03-05 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.296051 10.0.0.65 - - [2026-03-05 02:55:58] "GET /project/7f661b79-883b-4b28-af21-e72b024c1eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.425881 10.0.0.65 - - [2026-03-05 02:55:59] "GET / HTTP/1.1" 200 36215 0.001509 10.0.0.133 - - [2026-03-05 02:56:00] "DELETE /project/7f661b79883b4b28af21e72b024c1eea HTTP/1.1" 404 173 0.005037 10.0.0.133 - - [2026-03-05 02:56:00] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000762 10.0.0.133 - - [2026-03-05 02:56:00] "GET /project/d6a752a9-1169-4875-bf13-51b6dda954c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.040064 10.0.0.133 - - [2026-03-05 02:56:00] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000906 10.0.0.133 - - [2026-03-05 02:56:00] "GET /project/d6a752a9-1169-4875-bf13-51b6dda954c8?fields=security_groups HTTP/1.1" 200 1439 0.038096 10.0.0.133 - - [2026-03-05 02:56:00] "DELETE /security-group/a526a94a-291a-4e36-94ae-c7c555611be3 HTTP/1.1" 200 115 0.049202 10.0.0.133 - - [2026-03-05 02:56:00] "GET /projects?obj_uuids=d6a752a9-1169-4875-bf13-51b6dda954c8&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000878 10.0.0.65 - - [2026-03-05 02:56:00] "DELETE /access-control-list/92e94fb1-b0ff-4535-a7d5-513ee71a76d5 HTTP/1.1" 200 115 0.037150 10.0.0.133 - - [2026-03-05 02:56:00] "GET /project/d6a752a9-1169-4875-bf13-51b6dda954c8?fields=application_policy_sets HTTP/1.1" 200 1478 0.043666 10.0.0.133 - - [2026-03-05 02:56:00] "DELETE /project/d6a752a9-1169-4875-bf13-51b6dda954c8 HTTP/1.1" 200 115 0.376864 10.0.0.65 - - [2026-03-05 02:56:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000417 10.0.0.65 - - [2026-03-05 02:56:01] "POST /fqname-to-id HTTP/1.1" 404 254 0.038066 10.0.0.65 - - [2026-03-05 02:56:01] "POST /security-groups HTTP/1.1" 200 597 0.029705 10.0.0.65 - - [2026-03-05 02:56:01] "POST /access-control-lists HTTP/1.1" 200 650 0.025357 10.0.0.65 - - [2026-03-05 02:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002366 10.0.0.65 - - [2026-03-05 02:56:01] "GET /security-group/18953594-ed6b-40ec-ac06-462eb7aad384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.014511 10.0.0.65 - - [2026-03-05 02:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.65 - - [2026-03-05 02:56:01] "GET /security-group/18953594-ed6b-40ec-ac06-462eb7aad384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.003680 10.0.0.65 - - [2026-03-05 02:56:02] "DELETE /security-group/18953594-ed6b-40ec-ac06-462eb7aad384 HTTP/1.1" 200 115 0.039863 10.0.0.65 - - [2026-03-05 02:56:02] "POST /fqname-to-id HTTP/1.1" 404 254 0.002140 10.0.0.65 - - [2026-03-05 02:56:02] "DELETE /access-control-list/c1595a4a-78bf-44b8-93fb-b568fb651d24 HTTP/1.1" 200 115 0.023394 10.0.0.65 - - [2026-03-05 02:56:02] "POST /fqname-to-id HTTP/1.1" 404 254 0.002779 10.0.0.65 - - [2026-03-05 02:56:02] "POST /security-groups HTTP/1.1" 200 597 0.026782 10.0.0.65 - - [2026-03-05 02:56:02] "POST /access-control-lists HTTP/1.1" 200 650 0.021214 10.0.0.65 - - [2026-03-05 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.008457 10.0.0.65 - - [2026-03-05 02:56:02] "GET /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.006092 10.0.0.65 - - [2026-03-05 02:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002296 10.0.0.65 - - [2026-03-05 02:56:02] "GET /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.004023 10.0.0.65 - - [2026-03-05 02:56:03] "GET /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.003716 10.0.0.65 - - [2026-03-05 02:56:03] "PUT /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088 HTTP/1.1" 200 263 0.015075 10.0.0.65 - - [2026-03-05 02:56:03] "PUT /access-control-list/496f605e-399a-4bd1-8386-4e2fdb3f73d5 HTTP/1.1" 200 273 0.009718 10.0.0.65 - - [2026-03-05 02:56:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.133 - - [2026-03-05 02:56:03] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001182 10.0.0.65 - - [2026-03-05 02:56:03] "GET /project/7f661b79-883b-4b28-af21-e72b024c1eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.038850 10.0.0.133 - - [2026-03-05 02:56:03] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000937 10.0.0.65 - - [2026-03-05 02:56:03] "POST /neutron/network HTTP/1.1" 200 735 0.142737 10.0.0.65 - - [2026-03-05 02:56:03] "POST /ref-update HTTP/1.1" 200 156 0.016185 10.0.0.65 - - [2026-03-05 02:56:03] "POST /id-to-fqname HTTP/1.1" 200 300 0.002569 10.0.0.65 - - [2026-03-05 02:56:03] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005101 10.0.0.65 - - [2026-03-05 02:56:03] "POST /neutron/network HTTP/1.1" 200 955 0.005728 10.0.0.65 - - [2026-03-05 02:56:03] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.004864 10.0.0.65 - - [2026-03-05 02:56:03] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005122 10.0.0.133 - - [2026-03-05 02:56:05] "GET /obj-perms HTTP/1.1" 200 5090 0.071942 10.0.0.65 - - [2026-03-05 02:56:05] "POST /id-to-fqname HTTP/1.1" 200 300 0.001186 10.0.0.65 - - [2026-03-05 02:56:05] "POST /neutron/security_group HTTP/1.1" 200 1294 0.009431 10.0.0.133 - - [2026-03-05 02:56:06] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000919 10.0.0.65 - - [2026-03-05 02:56:06] "GET /project/7f661b79-883b-4b28-af21-e72b024c1eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.071888 10.0.0.65 - - [2026-03-05 02:56:06] "POST /neutron/port HTTP/1.1" 200 117 0.004977 10.0.0.65 - - [2026-03-05 02:56:06] "POST /id-to-fqname HTTP/1.1" 200 300 0.001137 10.0.0.65 - - [2026-03-05 02:56:06] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006985 10.0.0.133 - - [2026-03-05 02:56:06] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000864 10.0.0.65 - - [2026-03-05 02:56:07] "POST /neutron/security_group HTTP/1.1" 200 3300 0.056877 10.0.0.65 - - [2026-03-05 02:56:07] "POST /neutron/port HTTP/1.1" 200 1091 0.012666 10.0.0.65 - - [2026-03-05 02:56:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003136 10.0.0.133 - - [2026-03-05 02:56:07] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001130 10.0.0.65 - - [2026-03-05 02:56:07] "POST /neutron/network HTTP/1.1" 200 955 0.014870 10.0.0.65 - - [2026-03-05 02:56:07] "GET /project/7f661b79-883b-4b28-af21-e72b024c1eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.083076 10.0.0.65 - - [2026-03-05 02:56:07] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006561 10.0.0.65 - - [2026-03-05 02:56:08] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006106 10.0.0.133 - - [2026-03-05 02:56:08] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000800 10.0.0.65 - - [2026-03-05 02:56:08] "POST /neutron/port HTTP/1.1" 200 1091 0.279427 10.0.0.65 - - [2026-03-05 02:56:08] "POST /neutron/port HTTP/1.1" 200 1146 0.091298 10.0.0.65 - - [2026-03-05 02:56:08] "POST /neutron/subnet HTTP/1.1" 200 703 0.014131 10.0.0.65 - - [2026-03-05 02:56:13] "POST /neutron/port HTTP/1.1" 200 1156 0.016271 10.0.0.65 - - [2026-03-05 02:56:13] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007111 10.0.0.65 - - [2026-03-05 02:56:13] "POST /neutron/port HTTP/1.1" 200 1156 0.019440 10.0.0.65 - - [2026-03-05 02:56:13] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 401 292 0.000499 10.0.0.65 - - [2026-03-05 02:56:13] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 200 1325 0.039943 10.0.0.65 - - [2026-03-05 02:56:13] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 200 1325 0.005568 10.0.0.65 - - [2026-03-05 02:56:13] "GET /virtual-machine-interface/6240e669-044b-4132-99a4-957cf655438f HTTP/1.1" 200 3270 0.005968 10.0.0.65 - - [2026-03-05 02:56:13] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 200 1325 0.004401 10.0.0.65 - - [2026-03-05 02:56:13] "GET /virtual-machine-interface/6240e669-044b-4132-99a4-957cf655438f HTTP/1.1" 200 3270 0.005712 10.0.0.65 - - [2026-03-05 02:56:13] "GET /instance-ip/8627dc2c-1a55-4993-b279-bbd12bb90d3e HTTP/1.1" 200 1734 0.006892 10.0.0.65 - - [2026-03-05 02:56:13] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 200 1325 0.004317 10.0.0.65 - - [2026-03-05 02:56:13] "GET /virtual-machine-interface/6240e669-044b-4132-99a4-957cf655438f HTTP/1.1" 200 3270 0.004555 10.0.0.65 - - [2026-03-05 02:56:13] "GET /instance-ip/8627dc2c-1a55-4993-b279-bbd12bb90d3e HTTP/1.1" 200 1734 0.004667 10.0.0.65 - - [2026-03-05 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.65 - - [2026-03-05 02:56:13] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003881 10.0.0.65 - - [2026-03-05 02:56:13] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003500 10.0.0.65 - - [2026-03-05 02:56:13] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006423 10.0.0.65 - - [2026-03-05 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.65 - - [2026-03-05 02:56:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006723 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003330 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005185 10.0.0.65 - - [2026-03-05 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.65 - - [2026-03-05 02:56:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003451 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002491 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005378 10.0.0.65 - - [2026-03-05 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.65 - - [2026-03-05 02:56:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003803 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003098 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005941 10.0.0.65 - - [2026-03-05 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.65 - - [2026-03-05 02:56:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004735 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002820 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005322 10.0.0.65 - - [2026-03-05 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.65 - - [2026-03-05 02:56:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005157 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003482 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006515 10.0.0.65 - - [2026-03-05 02:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.65 - - [2026-03-05 02:56:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004640 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003294 10.0.0.65 - - [2026-03-05 02:56:14] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006739 10.0.0.65 - - [2026-03-05 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.65 - - [2026-03-05 02:56:17] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.004703 10.0.0.65 - - [2026-03-05 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.65 - - [2026-03-05 02:56:21] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005492 10.0.0.65 - - [2026-03-05 02:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.65 - - [2026-03-05 02:56:26] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007687 10.0.0.65 - - [2026-03-05 02:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.65 - - [2026-03-05 02:56:30] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007131 10.0.0.65 - - [2026-03-05 02:56:30] "POST /neutron/port HTTP/1.1" 200 1156 0.014511 10.0.0.65 - - [2026-03-05 02:56:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.008526 10.0.0.65 - - [2026-03-05 02:56:32] "GET /obj-perms HTTP/1.1" 200 5056 0.052824 10.0.0.65 - - [2026-03-05 02:56:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.65 - - [2026-03-05 02:56:34] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.004670 10.0.0.65 - - [2026-03-05 02:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.65 - - [2026-03-05 02:56:38] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005221 10.0.0.65 - - [2026-03-05 02:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.65 - - [2026-03-05 02:56:42] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.004528 10.0.0.65 - - [2026-03-05 02:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.65 - - [2026-03-05 02:56:46] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.004706 10.0.0.65 - - [2026-03-05 02:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.65 - - [2026-03-05 02:56:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003889 10.0.0.65 - - [2026-03-05 02:56:50] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002486 10.0.0.65 - - [2026-03-05 02:56:50] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006548 10.0.0.65 - - [2026-03-05 02:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.65 - - [2026-03-05 02:56:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003096 10.0.0.65 - - [2026-03-05 02:56:50] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002806 10.0.0.65 - - [2026-03-05 02:56:51] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005382 10.0.0.65 - - [2026-03-05 02:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.65 - - [2026-03-05 02:56:51] "GET /routing-instance/0d2e6869-c79a-4a10-9d3b-abc00946f35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004715 10.0.0.65 - - [2026-03-05 02:56:51] "GET /route-target/92f23f63-2c19-4205-8669-0d23ab244b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003875 10.0.0.65 - - [2026-03-05 02:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.65 - - [2026-03-05 02:56:51] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003395 10.0.0.65 - - [2026-03-05 02:56:51] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003242 10.0.0.65 - - [2026-03-05 02:56:51] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005163 10.0.0.65 - - [2026-03-05 02:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.65 - - [2026-03-05 02:56:51] "GET /routing-instance/0d2e6869-c79a-4a10-9d3b-abc00946f35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.003948 10.0.0.65 - - [2026-03-05 02:56:51] "GET /route-target/92f23f63-2c19-4205-8669-0d23ab244b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002755 10.0.0.65 - - [2026-03-05 02:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.65 - - [2026-03-05 02:56:51] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004295 10.0.0.65 - - [2026-03-05 02:56:51] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002715 10.0.0.65 - - [2026-03-05 02:56:51] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006263 10.0.0.65 - - [2026-03-05 02:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.65 - - [2026-03-05 02:56:51] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003972 10.0.0.65 - - [2026-03-05 02:56:51] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002450 10.0.0.65 - - [2026-03-05 02:56:51] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008063 10.0.0.133 - - [2026-03-05 02:56:51] "GET /obj-perms HTTP/1.1" 200 5090 0.003270 10.0.0.65 - - [2026-03-05 02:56:51] "GET /obj-perms HTTP/1.1" 200 5090 0.056918 10.0.0.65 - - [2026-03-05 02:56:52] "GET /obj-perms HTTP/1.1" 200 5090 0.003427 10.0.0.133 - - [2026-03-05 02:56:52] "GET /obj-perms HTTP/1.1" 200 5090 0.003217 10.0.0.65 - - [2026-03-05 02:56:52] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 200 1325 0.003470 10.0.0.65 - - [2026-03-05 02:56:52] "GET /virtual-machine-interface/6240e669-044b-4132-99a4-957cf655438f HTTP/1.1" 200 3270 0.006337 10.0.0.65 - - [2026-03-05 02:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.65 - - [2026-03-05 02:56:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003543 10.0.0.65 - - [2026-03-05 02:56:52] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003002 10.0.0.65 - - [2026-03-05 02:56:52] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006423 10.0.0.65 - - [2026-03-05 02:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.65 - - [2026-03-05 02:56:53] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003247 10.0.0.65 - - [2026-03-05 02:56:53] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002452 10.0.0.65 - - [2026-03-05 02:56:53] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005116 10.0.0.65 - - [2026-03-05 02:56:53] "POST /neutron/port HTTP/1.1" 200 1156 0.021682 10.0.0.65 - - [2026-03-05 02:56:57] "POST /neutron/port HTTP/1.1" 200 1156 0.018544 10.0.0.65 - - [2026-03-05 02:56:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.007767 10.0.0.65 - - [2026-03-05 02:56:58] "POST /neutron/port HTTP/1.1" 200 1156 0.017710 10.0.0.65 - - [2026-03-05 02:57:00] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006593 10.0.0.65 - - [2026-03-05 02:57:05] "POST /neutron/port HTTP/1.1" 200 1156 0.023711 10.0.0.65 - - [2026-03-05 02:57:09] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006146 10.0.0.65 - - [2026-03-05 02:57:14] "POST /neutron/port HTTP/1.1" 200 1156 0.014753 10.0.0.65 - - [2026-03-05 02:57:14] "POST /neutron/security_group HTTP/1.1" 200 1294 0.006564 10.0.0.65 - - [2026-03-05 02:57:14] "GET /virtual-machine/3e62b08a-f6d7-4157-97aa-963393c21e7d HTTP/1.1" 200 1324 0.005467 10.0.0.65 - - [2026-03-05 02:57:14] "GET /virtual-machine/3e62b08a-f6d7-4157-97aa-963393c21e7d HTTP/1.1" 200 1324 0.003789 10.0.0.65 - - [2026-03-05 02:57:14] "GET /virtual-machine-interface/80d1c6d6-719b-45ae-b5af-6987ffab9957 HTTP/1.1" 200 3270 0.004979 10.0.0.65 - - [2026-03-05 02:57:14] "GET /virtual-machine/3e62b08a-f6d7-4157-97aa-963393c21e7d HTTP/1.1" 200 1324 0.003498 10.0.0.65 - - [2026-03-05 02:57:14] "GET /virtual-machine-interface/80d1c6d6-719b-45ae-b5af-6987ffab9957 HTTP/1.1" 200 3270 0.004785 10.0.0.65 - - [2026-03-05 02:57:14] "GET /instance-ip/3da1de3a-ff54-4e2a-8a53-8acc7af63466 HTTP/1.1" 200 1733 0.008823 10.0.0.65 - - [2026-03-05 02:57:14] "GET /virtual-machine/3e62b08a-f6d7-4157-97aa-963393c21e7d HTTP/1.1" 200 1324 0.004127 10.0.0.65 - - [2026-03-05 02:57:14] "GET /virtual-machine-interface/80d1c6d6-719b-45ae-b5af-6987ffab9957 HTTP/1.1" 200 3270 0.005207 10.0.0.65 - - [2026-03-05 02:57:14] "GET /instance-ip/3da1de3a-ff54-4e2a-8a53-8acc7af63466 HTTP/1.1" 200 1733 0.004741 10.0.0.65 - - [2026-03-05 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.65 - - [2026-03-05 02:57:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004430 10.0.0.65 - - [2026-03-05 02:57:14] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004141 10.0.0.65 - - [2026-03-05 02:57:14] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006401 10.0.0.65 - - [2026-03-05 02:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.65 - - [2026-03-05 02:57:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004741 10.0.0.65 - - [2026-03-05 02:57:14] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003464 10.0.0.65 - - [2026-03-05 02:57:15] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007473 10.0.0.65 - - [2026-03-05 02:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.65 - - [2026-03-05 02:57:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005256 10.0.0.65 - - [2026-03-05 02:57:15] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003602 10.0.0.65 - - [2026-03-05 02:57:15] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008156 10.0.0.65 - - [2026-03-05 02:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.65 - - [2026-03-05 02:57:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003815 10.0.0.65 - - [2026-03-05 02:57:15] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002779 10.0.0.65 - - [2026-03-05 02:57:15] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007138 10.0.0.65 - - [2026-03-05 02:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.65 - - [2026-03-05 02:57:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005010 10.0.0.65 - - [2026-03-05 02:57:15] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003685 10.0.0.65 - - [2026-03-05 02:57:15] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006386 10.0.0.65 - - [2026-03-05 02:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.65 - - [2026-03-05 02:57:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004222 10.0.0.65 - - [2026-03-05 02:57:15] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003416 10.0.0.65 - - [2026-03-05 02:57:15] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005369 10.0.0.65 - - [2026-03-05 02:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.65 - - [2026-03-05 02:57:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003916 10.0.0.65 - - [2026-03-05 02:57:15] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003264 10.0.0.65 - - [2026-03-05 02:57:15] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007043 10.0.0.65 - - [2026-03-05 02:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.65 - - [2026-03-05 02:57:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004507 10.0.0.65 - - [2026-03-05 02:57:16] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002849 10.0.0.65 - - [2026-03-05 02:57:16] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006627 10.0.0.65 - - [2026-03-05 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.65 - - [2026-03-05 02:57:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003135 10.0.0.65 - - [2026-03-05 02:57:17] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002937 10.0.0.65 - - [2026-03-05 02:57:17] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006720 10.0.0.65 - - [2026-03-05 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.65 - - [2026-03-05 02:57:17] "GET /routing-instance/0d2e6869-c79a-4a10-9d3b-abc00946f35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004009 10.0.0.65 - - [2026-03-05 02:57:17] "GET /route-target/92f23f63-2c19-4205-8669-0d23ab244b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003692 10.0.0.65 - - [2026-03-05 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.65 - - [2026-03-05 02:57:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003585 10.0.0.65 - - [2026-03-05 02:57:17] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002914 10.0.0.65 - - [2026-03-05 02:57:17] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005970 10.0.0.65 - - [2026-03-05 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.65 - - [2026-03-05 02:57:17] "GET /routing-instance/0d2e6869-c79a-4a10-9d3b-abc00946f35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004400 10.0.0.65 - - [2026-03-05 02:57:17] "GET /route-target/92f23f63-2c19-4205-8669-0d23ab244b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002799 10.0.0.65 - - [2026-03-05 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.65 - - [2026-03-05 02:57:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004435 10.0.0.65 - - [2026-03-05 02:57:17] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002847 10.0.0.65 - - [2026-03-05 02:57:17] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005196 10.0.0.65 - - [2026-03-05 02:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.65 - - [2026-03-05 02:57:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003681 10.0.0.65 - - [2026-03-05 02:57:17] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003734 10.0.0.65 - - [2026-03-05 02:57:17] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.005243 10.0.0.65 - - [2026-03-05 02:57:17] "GET /obj-perms HTTP/1.1" 200 5090 0.004048 10.0.0.133 - - [2026-03-05 02:57:17] "GET /obj-perms HTTP/1.1" 200 5090 0.003781 10.0.0.65 - - [2026-03-05 02:57:17] "GET /obj-perms HTTP/1.1" 200 5090 0.003794 10.0.0.133 - - [2026-03-05 02:57:18] "GET /obj-perms HTTP/1.1" 200 5090 0.003516 10.0.0.33 - - [2026-03-05 02:57:18] "GET /obj-perms HTTP/1.1" 200 5090 0.062629 10.0.0.65 - - [2026-03-05 02:57:18] "GET /virtual-machine/3e62b08a-f6d7-4157-97aa-963393c21e7d HTTP/1.1" 200 1324 0.003978 10.0.0.65 - - [2026-03-05 02:57:18] "GET /virtual-machine-interface/80d1c6d6-719b-45ae-b5af-6987ffab9957 HTTP/1.1" 200 3270 0.007025 10.0.0.65 - - [2026-03-05 02:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.65 - - [2026-03-05 02:57:18] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003570 10.0.0.65 - - [2026-03-05 02:57:18] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002666 10.0.0.65 - - [2026-03-05 02:57:18] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.008960 10.0.0.65 - - [2026-03-05 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.65 - - [2026-03-05 02:57:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003134 10.0.0.65 - - [2026-03-05 02:57:19] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002524 10.0.0.65 - - [2026-03-05 02:57:19] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.007481 10.0.0.65 - - [2026-03-05 02:57:19] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 200 1325 0.003681 10.0.0.65 - - [2026-03-05 02:57:19] "GET /virtual-machine-interface/6240e669-044b-4132-99a4-957cf655438f HTTP/1.1" 200 3270 0.004770 10.0.0.65 - - [2026-03-05 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.65 - - [2026-03-05 02:57:19] "GET /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.003623 10.0.0.65 - - [2026-03-05 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006710 10.0.0.65 - - [2026-03-05 02:57:19] "GET /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.004221 10.0.0.65 - - [2026-03-05 02:57:19] "POST /neutron/security_group HTTP/1.1" 200 1320 0.003521 10.0.0.65 - - [2026-03-05 02:57:19] "POST /neutron/port HTTP/1.1" 200 1146 0.013581 10.0.0.65 - - [2026-03-05 02:57:19] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 200 1325 0.004351 10.0.0.65 - - [2026-03-05 02:57:19] "GET /virtual-machine-interface/6240e669-044b-4132-99a4-957cf655438f HTTP/1.1" 200 3209 0.007022 10.0.0.65 - - [2026-03-05 02:57:19] "POST /neutron/security_group HTTP/1.1" 200 1294 0.009542 10.0.0.65 - - [2026-03-05 02:57:20] "POST /neutron/port HTTP/1.1" 200 1107 0.012283 10.0.0.65 - - [2026-03-05 02:57:20] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 200 1325 0.003611 10.0.0.65 - - [2026-03-05 02:57:20] "GET /virtual-machine-interface/6240e669-044b-4132-99a4-957cf655438f HTTP/1.1" 200 3270 0.007303 10.0.0.65 - - [2026-03-05 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.65 - - [2026-03-05 02:57:20] "GET /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.003918 10.0.0.65 - - [2026-03-05 02:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.65 - - [2026-03-05 02:57:20] "GET /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.004137 10.0.0.65 - - [2026-03-05 02:57:20] "DELETE /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088 HTTP/1.1" 409 338 0.008543 10.0.0.65 - - [2026-03-05 02:57:31] "POST /neutron/port HTTP/1.1" 200 1156 0.015508 10.0.0.65 - - [2026-03-05 02:57:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003624 10.0.0.65 - - [2026-03-05 02:57:31] "POST /neutron/network HTTP/1.1" 200 955 0.005910 10.0.0.65 - - [2026-03-05 02:57:58] "POST /neutron/network HTTP/1.1" 200 965 0.008968 10.0.0.65 - - [2026-03-05 02:57:58] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.133 - - [2026-03-05 02:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000400 10.0.0.133 - - [2026-03-05 02:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.33 - - [2026-03-05 02:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.33 - - [2026-03-05 02:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.133 - - [2026-03-05 02:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000322 10.0.0.133 - - [2026-03-05 02:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2026-03-05 02:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2026-03-05 02:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.65 - - [2026-03-05 02:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000906 10.0.0.65 - - [2026-03-05 02:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.65 - - [2026-03-05 02:58:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.65 - - [2026-03-05 02:58:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000418 10.0.0.65 - - [2026-03-05 02:58:32] "POST /neutron/port HTTP/1.1" 200 1156 0.016068 10.0.0.65 - - [2026-03-05 02:58:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.008466 10.0.0.65 - - [2026-03-05 02:58:33] "GET /obj-perms HTTP/1.1" 200 5056 0.058716 10.0.0.65 - - [2026-03-05 02:58:59] "POST /neutron/port HTTP/1.1" 200 1156 0.048845 10.0.0.65 - - [2026-03-05 02:58:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003325 10.0.0.65 - - [2026-03-05 02:58:59] "POST /neutron/network HTTP/1.1" 200 955 0.006856 10.0.0.65 - - [2026-03-05 02:59:00] "GET /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2583 0.004652 10.0.0.65 - - [2026-03-05 02:59:00] "PUT /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088 HTTP/1.1" 200 263 0.020830 10.0.0.65 - - [2026-03-05 02:59:03] "POST /neutron/port HTTP/1.1" 200 1146 0.012496 10.0.0.65 - - [2026-03-05 02:59:03] "GET /virtual-machine/3e62b08a-f6d7-4157-97aa-963393c21e7d HTTP/1.1" 200 1324 0.004270 10.0.0.65 - - [2026-03-05 02:59:04] "POST /neutron/port HTTP/1.1" 200 1117 0.016277 10.0.0.65 - - [2026-03-05 02:59:05] "GET /virtual-machine/3e62b08a-f6d7-4157-97aa-963393c21e7d HTTP/1.1" 404 171 0.002584 10.0.0.65 - - [2026-03-05 02:59:05] "GET /virtual-machine/3e62b08a-f6d7-4157-97aa-963393c21e7d HTTP/1.1" 404 171 0.002507 10.0.0.65 - - [2026-03-05 02:59:05] "GET /virtual-machine/3e62b08a-f6d7-4157-97aa-963393c21e7d HTTP/1.1" 404 171 0.002872 10.0.0.65 - - [2026-03-05 02:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.65 - - [2026-03-05 02:59:06] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003181 10.0.0.65 - - [2026-03-05 02:59:06] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003217 10.0.0.65 - - [2026-03-05 02:59:06] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006920 10.0.0.65 - - [2026-03-05 02:59:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.65 - - [2026-03-05 02:59:06] "GET /routing-instance/0d2e6869-c79a-4a10-9d3b-abc00946f35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004505 10.0.0.65 - - [2026-03-05 02:59:06] "GET /route-target/92f23f63-2c19-4205-8669-0d23ab244b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003026 10.0.0.133 - - [2026-03-05 02:59:06] "GET /obj-perms HTTP/1.1" 200 5090 0.005030 10.0.0.65 - - [2026-03-05 02:59:12] "GET /obj-perms HTTP/1.1" 200 5090 0.003893 10.0.0.133 - - [2026-03-05 02:59:15] "GET /obj-perms HTTP/1.1" 200 5090 0.003505 10.0.0.65 - - [2026-03-05 02:59:21] "GET /obj-perms HTTP/1.1" 200 5090 0.004247 10.0.0.133 - - [2026-03-05 02:59:24] "GET /obj-perms HTTP/1.1" 200 5090 0.003443 10.0.0.65 - - [2026-03-05 02:59:27] "GET /obj-perms HTTP/1.1" 200 5090 0.003669 10.0.0.33 - - [2026-03-05 02:59:27] "GET /obj-perms HTTP/1.1" 200 5090 0.002766 10.0.0.65 - - [2026-03-05 02:59:27] "POST /neutron/security_group HTTP/1.1" 200 1290 0.006583 10.0.0.65 - - [2026-03-05 02:59:27] "POST /neutron/port HTTP/1.1" 200 1146 0.012143 10.0.0.65 - - [2026-03-05 02:59:28] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 200 1325 0.003697 10.0.0.65 - - [2026-03-05 02:59:28] "POST /neutron/port HTTP/1.1" 200 1107 0.012652 10.0.0.65 - - [2026-03-05 02:59:30] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 404 171 0.002519 10.0.0.65 - - [2026-03-05 02:59:30] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 404 171 0.002484 10.0.0.65 - - [2026-03-05 02:59:30] "GET /virtual-machine/e30ff000-a979-4650-b7ba-92fabae2a55f HTTP/1.1" 404 171 0.001980 10.0.0.65 - - [2026-03-05 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.65 - - [2026-03-05 02:59:30] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003220 10.0.0.65 - - [2026-03-05 02:59:30] "GET /virtual-networks?parent_id=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002312 10.0.0.65 - - [2026-03-05 02:59:30] "GET /virtual-network/ceb570b6-8e8b-4076-8a78-043be409c59d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2256 0.006205 10.0.0.65 - - [2026-03-05 02:59:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.65 - - [2026-03-05 02:59:30] "GET /routing-instance/0d2e6869-c79a-4a10-9d3b-abc00946f35b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004110 10.0.0.65 - - [2026-03-05 02:59:30] "GET /route-target/92f23f63-2c19-4205-8669-0d23ab244b1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002787 10.0.0.133 - - [2026-03-05 02:59:30] "GET /obj-perms HTTP/1.1" 200 5090 0.003561 10.0.0.65 - - [2026-03-05 02:59:33] "GET /obj-perms HTTP/1.1" 200 5090 0.003550 10.0.0.133 - - [2026-03-05 02:59:36] "GET /obj-perms HTTP/1.1" 200 5090 0.003871 10.0.0.65 - - [2026-03-05 02:59:39] "GET /obj-perms HTTP/1.1" 200 5090 0.003901 10.0.0.133 - - [2026-03-05 02:59:45] "GET /obj-perms HTTP/1.1" 200 5090 0.003330 10.0.0.65 - - [2026-03-05 02:59:48] "GET /obj-perms HTTP/1.1" 200 5090 0.003382 10.0.0.133 - - [2026-03-05 02:59:55] "GET /obj-perms HTTP/1.1" 200 5090 0.004110 10.0.0.65 - - [2026-03-05 02:59:55] "GET /obj-perms HTTP/1.1" 200 5090 0.003599 10.0.0.65 - - [2026-03-05 02:59:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.047051 10.0.0.133 - - [2026-03-05 02:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.087861 10.0.0.133 - - [2026-03-05 02:59:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002200 10.0.0.65 - - [2026-03-05 02:59:55] "POST /neutron/network HTTP/1.1" 200 151 0.209785 10.0.0.65 - - [2026-03-05 02:59:55] "DELETE /security-group/ef447dc2-3d7e-4578-b5fe-a9a0fa8f3088 HTTP/1.1" 200 115 0.040580 10.0.0.65 - - [2026-03-05 02:59:55] "POST /fqname-to-id HTTP/1.1" 404 254 0.005228 10.0.0.65 - - [2026-03-05 02:59:55] "DELETE /access-control-list/6d6588ae-df84-4865-905f-efe822ed148b HTTP/1.1" 200 115 0.028583 10.0.0.133 - - [2026-03-05 02:59:57] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001304 10.0.0.65 - - [2026-03-05 02:59:57] "GET /project/7f661b79-883b-4b28-af21-e72b024c1eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.040492 10.0.0.133 - - [2026-03-05 02:59:57] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001054 10.0.0.65 - - [2026-03-05 02:59:57] "GET /project/7f661b79-883b-4b28-af21-e72b024c1eea?fields=virtual_networks HTTP/1.1" 200 1094 0.043555 10.0.0.133 - - [2026-03-05 02:59:57] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000917 10.0.0.65 - - [2026-03-05 02:59:57] "GET /project/7f661b79-883b-4b28-af21-e72b024c1eea?fields=virtual_machine_interfaces HTTP/1.1" 200 1094 0.042808 10.0.0.133 - - [2026-03-05 02:59:57] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001129 10.0.0.65 - - [2026-03-05 02:59:57] "GET /project/7f661b79-883b-4b28-af21-e72b024c1eea?fields=security_groups HTTP/1.1" 200 1351 0.036921 10.0.0.65 - - [2026-03-05 02:59:58] "POST /fqname-to-id HTTP/1.1" 404 209 0.025946 10.0.0.133 - - [2026-03-05 02:59:58] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002664 10.0.0.133 - - [2026-03-05 02:59:58] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.133 - - [2026-03-05 02:59:58] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038440 10.0.0.133 - - [2026-03-05 02:59:58] "POST /id-to-fqname HTTP/1.1" 200 212 0.002317 10.0.0.133 - - [2026-03-05 02:59:58] "POST /fqname-to-id HTTP/1.1" 404 222 0.011623 10.0.0.133 - - [2026-03-05 02:59:58] "POST /security-groups HTTP/1.1" 200 612 0.026439 10.0.0.133 - - [2026-03-05 02:59:58] "POST /projects HTTP/1.1" 200 627 0.244012 10.0.0.65 - - [2026-03-05 02:59:58] "POST /fqname-to-id HTTP/1.1" 404 254 0.002491 10.0.0.133 - - [2026-03-05 02:59:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.318051 10.0.0.65 - - [2026-03-05 02:59:58] "GET /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.482439 10.0.0.65 - - [2026-03-05 03:00:00] "GET / HTTP/1.1" 200 36215 0.001354 10.0.0.133 - - [2026-03-05 03:00:00] "DELETE /project/b2b17cf39bcc41338db19ff568ce96e5 HTTP/1.1" 404 173 0.005762 10.0.0.133 - - [2026-03-05 03:00:00] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000771 10.0.0.133 - - [2026-03-05 03:00:00] "GET /project/7f661b79-883b-4b28-af21-e72b024c1eea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.039886 10.0.0.133 - - [2026-03-05 03:00:00] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000901 10.0.0.133 - - [2026-03-05 03:00:00] "GET /project/7f661b79-883b-4b28-af21-e72b024c1eea?fields=security_groups HTTP/1.1" 200 1453 0.039344 10.0.0.133 - - [2026-03-05 03:00:00] "DELETE /security-group/5be65510-7c70-4a6f-8e64-c6f80e4e704c HTTP/1.1" 200 115 0.046346 10.0.0.133 - - [2026-03-05 03:00:00] "GET /projects?obj_uuids=7f661b79-883b-4b28-af21-e72b024c1eea&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000796 10.0.0.133 - - [2026-03-05 03:00:01] "GET /project/7f661b79-883b-4b28-af21-e72b024c1eea?fields=application_policy_sets HTTP/1.1" 200 1492 0.064241 10.0.0.65 - - [2026-03-05 03:00:01] "DELETE /access-control-list/e09fd3f5-c7e5-4f2a-a5bf-a3e515a76394 HTTP/1.1" 200 115 0.059604 10.0.0.133 - - [2026-03-05 03:00:01] "DELETE /project/7f661b79-883b-4b28-af21-e72b024c1eea HTTP/1.1" 200 115 0.447167 10.0.0.65 - - [2026-03-05 03:00:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.65 - - [2026-03-05 03:00:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.033251 10.0.0.65 - - [2026-03-05 03:00:02] "POST /fqname-to-id HTTP/1.1" 404 276 0.011071 10.0.0.65 - - [2026-03-05 03:00:02] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.043372 10.0.0.65 - - [2026-03-05 03:00:03] "PUT /access-control-list/500b7151-5963-47bd-b9f5-4399de002fcf HTTP/1.1" 200 273 0.035231 10.0.0.65 - - [2026-03-05 03:00:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.174506 10.0.0.65 - - [2026-03-05 03:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.010248 10.0.0.65 - - [2026-03-05 03:00:03] "GET /security-group/25a3d094-542a-4f86-9662-056a60b7b2ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2004 0.007814 10.0.0.65 - - [2026-03-05 03:00:04] "POST /neutron/security_group HTTP/1.1" 200 151 0.053978 10.0.0.65 - - [2026-03-05 03:00:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.003045 10.0.0.65 - - [2026-03-05 03:00:04] "DELETE /access-control-list/973e8c30-4a6d-4c5b-bbef-b70d20a0b483 HTTP/1.1" 200 115 0.032756 10.0.0.65 - - [2026-03-05 03:00:04] "POST /fqname-to-id HTTP/1.1" 404 245 0.004123 10.0.0.65 - - [2026-03-05 03:00:04] "POST /access-control-lists HTTP/1.1" 200 641 0.028152 10.0.0.65 - - [2026-03-05 03:00:04] "PUT /access-control-list/ee100828-cae3-4c72-9219-cc4481421d55 HTTP/1.1" 200 273 0.015365 10.0.0.65 - - [2026-03-05 03:00:04] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.016285 10.0.0.65 - - [2026-03-05 03:00:05] "PUT /access-control-list/a9777ce9-94f3-4bb5-b73b-46b9f0b82d79 HTTP/1.1" 200 273 0.014876 10.0.0.65 - - [2026-03-05 03:00:05] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.170152 10.0.0.65 - - [2026-03-05 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.65 - - [2026-03-05 03:00:05] "GET /security-group/f1e35a73-1b6a-449e-accf-ee87385cfb7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2005 0.004058 10.0.0.65 - - [2026-03-05 03:00:05] "POST /neutron/security_group_rule HTTP/1.1" 200 549 0.008327 10.0.0.65 - - [2026-03-05 03:00:06] "PUT /access-control-list/a9777ce9-94f3-4bb5-b73b-46b9f0b82d79 HTTP/1.1" 200 273 0.013812 10.0.0.65 - - [2026-03-05 03:00:06] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.158618 10.0.0.65 - - [2026-03-05 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.009927 10.0.0.133 - - [2026-03-05 03:00:06] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001367 10.0.0.65 - - [2026-03-05 03:00:06] "GET /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.050680 10.0.0.65 - - [2026-03-05 03:00:06] "POST /route-targets HTTP/1.1" 200 328 0.018052 10.0.0.133 - - [2026-03-05 03:00:06] "POST /useragent-kv HTTP/1.1" 200 115 0.008431 10.0.0.65 - - [2026-03-05 03:00:06] "POST /neutron/subnet HTTP/1.1" 200 729 0.189580 10.0.0.65 - - [2026-03-05 03:00:06] "POST /id-to-fqname HTTP/1.1" 200 282 0.001164 10.0.0.65 - - [2026-03-05 03:00:07] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007328 10.0.0.65 - - [2026-03-05 03:00:07] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005093 10.0.0.65 - - [2026-03-05 03:00:07] "POST /neutron/network HTTP/1.1" 200 928 0.007236 10.0.0.65 - - [2026-03-05 03:00:07] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005145 10.0.0.65 - - [2026-03-05 03:00:08] "POST /id-to-fqname HTTP/1.1" 200 282 0.001633 10.0.0.65 - - [2026-03-05 03:00:08] "POST /neutron/network HTTP/1.1" 200 938 0.006059 10.0.0.133 - - [2026-03-05 03:00:09] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000865 10.0.0.65 - - [2026-03-05 03:00:09] "GET /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.066073 10.0.0.65 - - [2026-03-05 03:00:09] "POST /neutron/port HTTP/1.1" 200 117 0.006732 10.0.0.65 - - [2026-03-05 03:00:09] "POST /id-to-fqname HTTP/1.1" 200 282 0.001416 10.0.0.65 - - [2026-03-05 03:00:10] "POST /neutron/network HTTP/1.1" 200 938 0.010454 10.0.0.133 - - [2026-03-05 03:00:10] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001087 10.0.0.65 - - [2026-03-05 03:00:10] "POST /neutron/port HTTP/1.1" 200 1082 0.328727 10.0.0.65 - - [2026-03-05 03:00:11] "POST /neutron/port HTTP/1.1" 200 1136 0.105993 10.0.0.133 - - [2026-03-05 03:00:11] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000842 10.0.0.65 - - [2026-03-05 03:00:11] "GET /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.076596 10.0.0.65 - - [2026-03-05 03:00:11] "POST /neutron/network HTTP/1.1" 200 928 0.047114 10.0.0.65 - - [2026-03-05 03:00:11] "POST /neutron/network HTTP/1.1" 200 928 0.006761 10.0.0.65 - - [2026-03-05 03:00:11] "POST /neutron/port HTTP/1.1" 200 117 0.005864 10.0.0.65 - - [2026-03-05 03:00:11] "POST /neutron/network HTTP/1.1" 200 938 0.006237 10.0.0.65 - - [2026-03-05 03:00:12] "POST /neutron/port HTTP/1.1" 200 1082 0.057382 10.0.0.65 - - [2026-03-05 03:00:12] "POST /neutron/port HTTP/1.1" 200 1146 0.019970 10.0.0.65 - - [2026-03-05 03:00:12] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.65 - - [2026-03-05 03:00:16] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006898 10.0.0.65 - - [2026-03-05 03:00:16] "POST /neutron/port HTTP/1.1" 200 1146 0.017493 10.0.0.65 - - [2026-03-05 03:00:16] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008155 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 401 292 0.000362 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 200 1315 0.031635 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 200 1315 0.003801 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-machine-interface/41983b22-2919-4b88-90cc-1f048707419e HTTP/1.1" 200 3198 0.005185 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 200 1315 0.003865 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-machine-interface/41983b22-2919-4b88-90cc-1f048707419e HTTP/1.1" 200 3198 0.005618 10.0.0.65 - - [2026-03-05 03:00:17] "GET /instance-ip/69d391c9-3f75-4774-a3b2-1c998979b81b HTTP/1.1" 200 1707 0.005467 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 200 1315 0.004418 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-machine-interface/41983b22-2919-4b88-90cc-1f048707419e HTTP/1.1" 200 3198 0.005687 10.0.0.65 - - [2026-03-05 03:00:17] "GET /instance-ip/69d391c9-3f75-4774-a3b2-1c998979b81b HTTP/1.1" 200 1707 0.004204 10.0.0.65 - - [2026-03-05 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.65 - - [2026-03-05 03:00:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003350 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002625 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006114 10.0.0.65 - - [2026-03-05 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.65 - - [2026-03-05 03:00:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004037 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003795 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005434 10.0.0.65 - - [2026-03-05 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.65 - - [2026-03-05 03:00:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004127 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003033 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006762 10.0.0.65 - - [2026-03-05 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.65 - - [2026-03-05 03:00:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003759 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002920 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005305 10.0.0.65 - - [2026-03-05 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.65 - - [2026-03-05 03:00:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003970 10.0.0.65 - - [2026-03-05 03:00:17] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003187 10.0.0.65 - - [2026-03-05 03:00:18] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006247 10.0.0.65 - - [2026-03-05 03:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.65 - - [2026-03-05 03:00:18] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005120 10.0.0.65 - - [2026-03-05 03:00:18] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003866 10.0.0.65 - - [2026-03-05 03:00:18] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006973 10.0.0.65 - - [2026-03-05 03:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.65 - - [2026-03-05 03:00:18] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004510 10.0.0.65 - - [2026-03-05 03:00:18] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002681 10.0.0.65 - - [2026-03-05 03:00:18] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006094 10.0.0.65 - - [2026-03-05 03:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.65 - - [2026-03-05 03:00:21] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006003 10.0.0.65 - - [2026-03-05 03:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.65 - - [2026-03-05 03:00:25] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.004598 10.0.0.65 - - [2026-03-05 03:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.65 - - [2026-03-05 03:00:29] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005589 10.0.0.65 - - [2026-03-05 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.65 - - [2026-03-05 03:00:33] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005451 10.0.0.33 - - [2026-03-05 03:00:35] "GET /obj-perms HTTP/1.1" 200 5056 0.059886 10.0.0.133 - - [2026-03-05 03:00:35] "GET /obj-perms HTTP/1.1" 200 5056 0.059883 10.0.0.65 - - [2026-03-05 03:00:36] "POST /neutron/network HTTP/1.1" 200 938 0.005558 10.0.0.65 - - [2026-03-05 03:00:36] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.65 - - [2026-03-05 03:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.65 - - [2026-03-05 03:00:37] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.004983 10.0.0.65 - - [2026-03-05 03:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.65 - - [2026-03-05 03:00:41] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006217 10.0.0.65 - - [2026-03-05 03:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.65 - - [2026-03-05 03:00:45] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006059 10.0.0.65 - - [2026-03-05 03:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.65 - - [2026-03-05 03:00:50] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005178 10.0.0.65 - - [2026-03-05 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.65 - - [2026-03-05 03:00:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003181 10.0.0.65 - - [2026-03-05 03:00:52] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002598 10.0.0.65 - - [2026-03-05 03:00:52] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005534 10.0.0.65 - - [2026-03-05 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.65 - - [2026-03-05 03:00:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003363 10.0.0.65 - - [2026-03-05 03:00:52] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002717 10.0.0.65 - - [2026-03-05 03:00:52] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005357 10.0.0.65 - - [2026-03-05 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.65 - - [2026-03-05 03:00:52] "GET /routing-instance/8c8476b9-870a-499b-a3b6-e167bbbb46c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004886 10.0.0.65 - - [2026-03-05 03:00:52] "GET /route-target/711d6f66-3340-4417-8dcb-c3db5f309f3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003480 10.0.0.65 - - [2026-03-05 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.65 - - [2026-03-05 03:00:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004971 10.0.0.65 - - [2026-03-05 03:00:52] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003100 10.0.0.65 - - [2026-03-05 03:00:52] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005233 10.0.0.65 - - [2026-03-05 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.65 - - [2026-03-05 03:00:52] "GET /routing-instance/8c8476b9-870a-499b-a3b6-e167bbbb46c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.003976 10.0.0.65 - - [2026-03-05 03:00:52] "GET /route-target/711d6f66-3340-4417-8dcb-c3db5f309f3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003436 10.0.0.65 - - [2026-03-05 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005624 10.0.0.65 - - [2026-03-05 03:00:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003399 10.0.0.65 - - [2026-03-05 03:00:52] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002553 10.0.0.65 - - [2026-03-05 03:00:53] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005698 10.0.0.65 - - [2026-03-05 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.65 - - [2026-03-05 03:00:53] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004002 10.0.0.65 - - [2026-03-05 03:00:53] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003772 10.0.0.65 - - [2026-03-05 03:00:53] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006435 10.0.0.65 - - [2026-03-05 03:00:53] "GET /obj-perms HTTP/1.1" 200 5072 0.055742 10.0.0.65 - - [2026-03-05 03:00:53] "GET /obj-perms HTTP/1.1" 200 5072 0.003808 10.0.0.133 - - [2026-03-05 03:00:53] "GET /obj-perms HTTP/1.1" 200 5072 0.056255 10.0.0.65 - - [2026-03-05 03:00:53] "GET /obj-perms HTTP/1.1" 200 5072 0.003436 10.0.0.133 - - [2026-03-05 03:00:53] "GET /obj-perms HTTP/1.1" 200 5072 0.005878 10.0.0.65 - - [2026-03-05 03:00:53] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 200 1315 0.003149 10.0.0.65 - - [2026-03-05 03:00:53] "GET /virtual-machine-interface/41983b22-2919-4b88-90cc-1f048707419e HTTP/1.1" 200 3198 0.005535 10.0.0.65 - - [2026-03-05 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.65 - - [2026-03-05 03:00:53] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002813 10.0.0.65 - - [2026-03-05 03:00:53] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002478 10.0.0.65 - - [2026-03-05 03:00:53] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005482 10.0.0.65 - - [2026-03-05 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.65 - - [2026-03-05 03:00:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003505 10.0.0.65 - - [2026-03-05 03:00:54] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004691 10.0.0.65 - - [2026-03-05 03:00:54] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005020 10.0.0.65 - - [2026-03-05 03:00:55] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008429 10.0.0.65 - - [2026-03-05 03:01:00] "POST /neutron/network HTTP/1.1" 200 938 0.005721 10.0.0.65 - - [2026-03-05 03:01:00] "POST /neutron/subnet HTTP/1.1" 200 703 0.008937 10.0.0.65 - - [2026-03-05 03:01:00] "POST /neutron/network HTTP/1.1" 200 928 0.007072 10.0.0.65 - - [2026-03-05 03:01:05] "POST /neutron/port HTTP/1.1" 200 1146 0.016210 10.0.0.65 - - [2026-03-05 03:01:06] "POST /neutron/security_group HTTP/1.1" 200 1419 0.032897 10.0.0.65 - - [2026-03-05 03:01:15] "POST /neutron/port HTTP/1.1" 200 1146 0.016078 10.0.0.65 - - [2026-03-05 03:01:15] "POST /neutron/security_group HTTP/1.1" 200 1419 0.008550 10.0.0.65 - - [2026-03-05 03:01:16] "POST /neutron/port HTTP/1.1" 200 1146 0.016906 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-machine/3f94af8d-16a5-4ea7-a94b-4c7c7fc9b9a4 HTTP/1.1" 200 1315 0.012354 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-machine/3f94af8d-16a5-4ea7-a94b-4c7c7fc9b9a4 HTTP/1.1" 200 1315 0.003986 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-machine-interface/236e6f8a-ca02-46dd-994e-70a67702095e HTTP/1.1" 200 3198 0.006737 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-machine/3f94af8d-16a5-4ea7-a94b-4c7c7fc9b9a4 HTTP/1.1" 200 1315 0.003757 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-machine-interface/236e6f8a-ca02-46dd-994e-70a67702095e HTTP/1.1" 200 3198 0.005856 10.0.0.65 - - [2026-03-05 03:01:16] "GET /instance-ip/0a2570ab-a0f8-41ee-a6d3-136a3595b3f6 HTTP/1.1" 200 1706 0.006369 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-machine/3f94af8d-16a5-4ea7-a94b-4c7c7fc9b9a4 HTTP/1.1" 200 1315 0.003804 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-machine-interface/236e6f8a-ca02-46dd-994e-70a67702095e HTTP/1.1" 200 3198 0.006850 10.0.0.65 - - [2026-03-05 03:01:16] "GET /instance-ip/0a2570ab-a0f8-41ee-a6d3-136a3595b3f6 HTTP/1.1" 200 1706 0.004236 10.0.0.65 - - [2026-03-05 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.65 - - [2026-03-05 03:01:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003816 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002580 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005869 10.0.0.65 - - [2026-03-05 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.65 - - [2026-03-05 03:01:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005228 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003047 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005754 10.0.0.65 - - [2026-03-05 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.65 - - [2026-03-05 03:01:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004121 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002811 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007691 10.0.0.65 - - [2026-03-05 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.65 - - [2026-03-05 03:01:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005318 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005100 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007023 10.0.0.65 - - [2026-03-05 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.65 - - [2026-03-05 03:01:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003875 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002904 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005517 10.0.0.65 - - [2026-03-05 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.65 - - [2026-03-05 03:01:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004497 10.0.0.65 - - [2026-03-05 03:01:16] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003775 10.0.0.65 - - [2026-03-05 03:01:17] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005306 10.0.0.65 - - [2026-03-05 03:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.65 - - [2026-03-05 03:01:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005651 10.0.0.65 - - [2026-03-05 03:01:17] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004102 10.0.0.65 - - [2026-03-05 03:01:17] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005724 10.0.0.65 - - [2026-03-05 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.65 - - [2026-03-05 03:01:18] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003912 10.0.0.65 - - [2026-03-05 03:01:18] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002970 10.0.0.65 - - [2026-03-05 03:01:18] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007651 10.0.0.65 - - [2026-03-05 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007064 10.0.0.65 - - [2026-03-05 03:01:18] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003441 10.0.0.65 - - [2026-03-05 03:01:18] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003295 10.0.0.65 - - [2026-03-05 03:01:18] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005117 10.0.0.65 - - [2026-03-05 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.65 - - [2026-03-05 03:01:18] "GET /routing-instance/8c8476b9-870a-499b-a3b6-e167bbbb46c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004284 10.0.0.65 - - [2026-03-05 03:01:18] "GET /route-target/711d6f66-3340-4417-8dcb-c3db5f309f3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003081 10.0.0.65 - - [2026-03-05 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.65 - - [2026-03-05 03:01:18] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005245 10.0.0.65 - - [2026-03-05 03:01:18] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002448 10.0.0.65 - - [2026-03-05 03:01:18] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007526 10.0.0.65 - - [2026-03-05 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004558 10.0.0.65 - - [2026-03-05 03:01:18] "GET /routing-instance/8c8476b9-870a-499b-a3b6-e167bbbb46c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004563 10.0.0.65 - - [2026-03-05 03:01:18] "GET /route-target/711d6f66-3340-4417-8dcb-c3db5f309f3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004112 10.0.0.65 - - [2026-03-05 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.65 - - [2026-03-05 03:01:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004395 10.0.0.65 - - [2026-03-05 03:01:19] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003061 10.0.0.65 - - [2026-03-05 03:01:19] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005535 10.0.0.65 - - [2026-03-05 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.65 - - [2026-03-05 03:01:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006403 10.0.0.65 - - [2026-03-05 03:01:19] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003725 10.0.0.65 - - [2026-03-05 03:01:19] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005418 10.0.0.65 - - [2026-03-05 03:01:19] "GET /obj-perms HTTP/1.1" 200 5072 0.003702 10.0.0.133 - - [2026-03-05 03:01:19] "GET /obj-perms HTTP/1.1" 200 5072 0.003715 10.0.0.65 - - [2026-03-05 03:01:19] "GET /obj-perms HTTP/1.1" 200 5072 0.003520 10.0.0.133 - - [2026-03-05 03:01:19] "GET /obj-perms HTTP/1.1" 200 5072 0.003621 10.0.0.65 - - [2026-03-05 03:01:19] "GET /virtual-machine/3f94af8d-16a5-4ea7-a94b-4c7c7fc9b9a4 HTTP/1.1" 200 1315 0.004544 10.0.0.65 - - [2026-03-05 03:01:19] "GET /virtual-machine-interface/236e6f8a-ca02-46dd-994e-70a67702095e HTTP/1.1" 200 3198 0.004705 10.0.0.65 - - [2026-03-05 03:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.65 - - [2026-03-05 03:01:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003992 10.0.0.65 - - [2026-03-05 03:01:19] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002399 10.0.0.65 - - [2026-03-05 03:01:19] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.005861 10.0.0.65 - - [2026-03-05 03:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.65 - - [2026-03-05 03:01:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003098 10.0.0.65 - - [2026-03-05 03:01:20] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002503 10.0.0.65 - - [2026-03-05 03:01:20] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006669 10.0.0.65 - - [2026-03-05 03:01:21] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 200 1315 0.003864 10.0.0.65 - - [2026-03-05 03:01:21] "GET /virtual-machine-interface/41983b22-2919-4b88-90cc-1f048707419e HTTP/1.1" 200 3198 0.005039 10.0.0.65 - - [2026-03-05 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.65 - - [2026-03-05 03:01:21] "GET /security-group/f1e35a73-1b6a-449e-accf-ee87385cfb7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.003849 10.0.0.65 - - [2026-03-05 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.65 - - [2026-03-05 03:01:21] "GET /security-group/f1e35a73-1b6a-449e-accf-ee87385cfb7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.004177 10.0.0.65 - - [2026-03-05 03:01:21] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006883 10.0.0.65 - - [2026-03-05 03:01:21] "POST /neutron/port HTTP/1.1" 200 1136 0.011692 10.0.0.65 - - [2026-03-05 03:01:21] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 200 1315 0.003870 10.0.0.65 - - [2026-03-05 03:01:21] "GET /virtual-machine-interface/41983b22-2919-4b88-90cc-1f048707419e HTTP/1.1" 200 3146 0.006467 10.0.0.65 - - [2026-03-05 03:01:21] "POST /neutron/port HTTP/1.1" 200 1108 0.018235 10.0.0.65 - - [2026-03-05 03:01:21] "POST /neutron/port HTTP/1.1" 200 1136 0.067527 10.0.0.65 - - [2026-03-05 03:01:21] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 200 1315 0.004521 10.0.0.65 - - [2026-03-05 03:01:21] "GET /virtual-machine-interface/41983b22-2919-4b88-90cc-1f048707419e HTTP/1.1" 200 3198 0.004874 10.0.0.65 - - [2026-03-05 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.65 - - [2026-03-05 03:01:21] "GET /security-group/f1e35a73-1b6a-449e-accf-ee87385cfb7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.004400 10.0.0.65 - - [2026-03-05 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.65 - - [2026-03-05 03:01:21] "GET /security-group/f1e35a73-1b6a-449e-accf-ee87385cfb7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.003764 10.0.0.65 - - [2026-03-05 03:01:21] "POST /neutron/security_group HTTP/1.1" 400 206 0.012323 10.0.0.33 - - [2026-03-05 03:01:36] "GET /obj-perms HTTP/1.1" 200 5056 0.076389 10.0.0.65 - - [2026-03-05 03:01:37] "POST /neutron/network HTTP/1.1" 200 938 0.007121 10.0.0.65 - - [2026-03-05 03:01:37] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.65 - - [2026-03-05 03:02:00] "POST /neutron/port HTTP/1.1" 200 1146 0.015919 10.0.0.65 - - [2026-03-05 03:02:00] "POST /neutron/subnet HTTP/1.1" 200 703 0.007557 10.0.0.133 - - [2026-03-05 03:02:27] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000901 10.0.0.65 - - [2026-03-05 03:02:27] "POST /neutron/security_group_rule HTTP/1.1" 200 2630 0.058307 10.0.0.65 - - [2026-03-05 03:02:27] "POST /neutron/security_group_rule HTTP/1.1" 200 548 0.022776 10.0.0.65 - - [2026-03-05 03:02:28] "PUT /access-control-list/ee100828-cae3-4c72-9219-cc4481421d55 HTTP/1.1" 200 273 0.013103 10.0.0.65 - - [2026-03-05 03:02:28] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.177953 10.0.0.65 - - [2026-03-05 03:02:31] "POST /neutron/port HTTP/1.1" 200 1136 0.013289 10.0.0.65 - - [2026-03-05 03:02:31] "GET /virtual-machine/3f94af8d-16a5-4ea7-a94b-4c7c7fc9b9a4 HTTP/1.1" 200 1315 0.003737 10.0.0.65 - - [2026-03-05 03:02:31] "POST /neutron/port HTTP/1.1" 200 1108 0.016289 10.0.0.65 - - [2026-03-05 03:02:33] "GET /virtual-machine/3f94af8d-16a5-4ea7-a94b-4c7c7fc9b9a4 HTTP/1.1" 404 171 0.003083 10.0.0.65 - - [2026-03-05 03:02:33] "GET /virtual-machine/3f94af8d-16a5-4ea7-a94b-4c7c7fc9b9a4 HTTP/1.1" 404 171 0.002322 10.0.0.65 - - [2026-03-05 03:02:33] "GET /virtual-machine/3f94af8d-16a5-4ea7-a94b-4c7c7fc9b9a4 HTTP/1.1" 404 171 0.002464 10.0.0.65 - - [2026-03-05 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.65 - - [2026-03-05 03:02:33] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003445 10.0.0.65 - - [2026-03-05 03:02:33] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002458 10.0.0.65 - - [2026-03-05 03:02:33] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.007460 10.0.0.65 - - [2026-03-05 03:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.65 - - [2026-03-05 03:02:33] "GET /routing-instance/8c8476b9-870a-499b-a3b6-e167bbbb46c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.005237 10.0.0.65 - - [2026-03-05 03:02:33] "GET /route-target/711d6f66-3340-4417-8dcb-c3db5f309f3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005447 10.0.0.65 - - [2026-03-05 03:02:33] "GET /obj-perms HTTP/1.1" 200 5072 0.003389 10.0.0.133 - - [2026-03-05 03:02:36] "GET /obj-perms HTTP/1.1" 200 5072 0.003557 10.0.0.65 - - [2026-03-05 03:02:39] "GET /obj-perms HTTP/1.1" 200 5072 0.003520 10.0.0.133 - - [2026-03-05 03:02:46] "GET /obj-perms HTTP/1.1" 200 5072 0.004267 10.0.0.65 - - [2026-03-05 03:02:49] "GET /obj-perms HTTP/1.1" 200 5072 0.003491 10.0.0.133 - - [2026-03-05 03:02:55] "GET /obj-perms HTTP/1.1" 200 5072 0.003525 10.0.0.65 - - [2026-03-05 03:02:58] "GET /obj-perms HTTP/1.1" 200 5072 0.003818 10.0.0.65 - - [2026-03-05 03:02:58] "POST /neutron/security_group HTTP/1.1" 200 1419 0.006629 10.0.0.65 - - [2026-03-05 03:02:58] "POST /neutron/port HTTP/1.1" 200 1136 0.011770 10.0.0.65 - - [2026-03-05 03:02:58] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 200 1315 0.003896 10.0.0.65 - - [2026-03-05 03:02:59] "POST /neutron/port HTTP/1.1" 200 1098 0.013659 10.0.0.65 - - [2026-03-05 03:03:00] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 404 171 0.003756 10.0.0.65 - - [2026-03-05 03:03:00] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 404 171 0.003460 10.0.0.65 - - [2026-03-05 03:03:00] "GET /virtual-machine/2c8ab3e7-c84e-447e-b42d-967e8a7166ea HTTP/1.1" 404 171 0.003194 10.0.0.65 - - [2026-03-05 03:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.65 - - [2026-03-05 03:03:00] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003195 10.0.0.65 - - [2026-03-05 03:03:00] "GET /virtual-networks?parent_id=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002926 10.0.0.65 - - [2026-03-05 03:03:00] "GET /virtual-network/b5f111f7-ed31-4899-9976-dd30e3dda764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2212 0.006493 10.0.0.65 - - [2026-03-05 03:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.65 - - [2026-03-05 03:03:00] "GET /routing-instance/8c8476b9-870a-499b-a3b6-e167bbbb46c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1664 0.004877 10.0.0.65 - - [2026-03-05 03:03:00] "GET /route-target/711d6f66-3340-4417-8dcb-c3db5f309f3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005855 10.0.0.65 - - [2026-03-05 03:03:01] "GET /obj-perms HTTP/1.1" 200 5072 0.004894 10.0.0.133 - - [2026-03-05 03:03:01] "GET /obj-perms HTTP/1.1" 200 5072 0.005377 10.0.0.133 - - [2026-03-05 03:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.133 - - [2026-03-05 03:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000369 10.0.0.33 - - [2026-03-05 03:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.33 - - [2026-03-05 03:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.133 - - [2026-03-05 03:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000464 10.0.0.133 - - [2026-03-05 03:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000497 10.0.0.33 - - [2026-03-05 03:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000423 10.0.0.33 - - [2026-03-05 03:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000429 10.0.0.65 - - [2026-03-05 03:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.65 - - [2026-03-05 03:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000764 10.0.0.65 - - [2026-03-05 03:03:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.65 - - [2026-03-05 03:03:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.65 - - [2026-03-05 03:03:10] "GET /obj-perms HTTP/1.1" 200 5072 0.003402 10.0.0.133 - - [2026-03-05 03:03:10] "GET /obj-perms HTTP/1.1" 200 5072 0.003616 10.0.0.65 - - [2026-03-05 03:03:19] "GET /obj-perms HTTP/1.1" 200 5072 0.003740 10.0.0.133 - - [2026-03-05 03:03:19] "GET /obj-perms HTTP/1.1" 200 5072 0.004188 10.0.0.65 - - [2026-03-05 03:03:25] "GET /obj-perms HTTP/1.1" 200 5072 0.003363 10.0.0.133 - - [2026-03-05 03:03:25] "GET /obj-perms HTTP/1.1" 200 5072 0.003468 10.0.0.133 - - [2026-03-05 03:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003465 10.0.0.133 - - [2026-03-05 03:03:25] "POST /useragent-kv HTTP/1.1" 200 115 0.009929 10.0.0.65 - - [2026-03-05 03:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010218 10.0.0.65 - - [2026-03-05 03:03:25] "POST /neutron/network HTTP/1.1" 200 151 0.139884 10.0.0.65 - - [2026-03-05 03:03:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.004141 10.0.0.65 - - [2026-03-05 03:03:26] "DELETE /access-control-list/a9777ce9-94f3-4bb5-b73b-46b9f0b82d79 HTTP/1.1" 200 115 0.046548 10.0.0.133 - - [2026-03-05 03:03:27] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001307 10.0.0.65 - - [2026-03-05 03:03:27] "GET /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1451 0.089222 10.0.0.133 - - [2026-03-05 03:03:27] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000840 10.0.0.65 - - [2026-03-05 03:03:27] "GET /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5?fields=virtual_networks HTTP/1.1" 200 1077 0.044113 10.0.0.133 - - [2026-03-05 03:03:27] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000852 10.0.0.65 - - [2026-03-05 03:03:27] "GET /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5?fields=virtual_machine_interfaces HTTP/1.1" 200 1077 0.035359 10.0.0.133 - - [2026-03-05 03:03:27] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001200 10.0.0.65 - - [2026-03-05 03:03:27] "GET /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5?fields=security_groups HTTP/1.1" 200 1325 0.041394 10.0.0.65 - - [2026-03-05 03:03:28] "POST /fqname-to-id HTTP/1.1" 404 186 0.024766 10.0.0.133 - - [2026-03-05 03:03:28] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002202 10.0.0.133 - - [2026-03-05 03:03:28] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001176 10.0.0.133 - - [2026-03-05 03:03:28] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006711 10.0.0.133 - - [2026-03-05 03:03:29] "POST /id-to-fqname HTTP/1.1" 200 188 0.002675 10.0.0.133 - - [2026-03-05 03:03:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.004782 10.0.0.133 - - [2026-03-05 03:03:29] "POST /security-groups HTTP/1.1" 200 589 0.068640 10.0.0.133 - - [2026-03-05 03:03:29] "POST /projects HTTP/1.1" 200 581 0.265701 10.0.0.65 - - [2026-03-05 03:03:29] "POST /fqname-to-id HTTP/1.1" 404 231 0.013393 10.0.0.133 - - [2026-03-05 03:03:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.339736 10.0.0.65 - - [2026-03-05 03:03:29] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.481949 10.0.0.65 - - [2026-03-05 03:03:30] "GET / HTTP/1.1" 200 36215 0.001534 10.0.0.65 - - [2026-03-05 03:03:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000566 10.0.0.65 - - [2026-03-05 03:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.055753 10.0.0.133 - - [2026-03-05 03:03:32] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.65 - - [2026-03-05 03:03:32] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.031649 10.0.0.65 - - [2026-03-05 03:03:32] "POST /neutron/network HTTP/1.1" 200 117 0.035037 10.0.0.65 - - [2026-03-05 03:03:32] "POST /ref-update HTTP/1.1" 200 156 0.021505 10.0.0.65 - - [2026-03-05 03:03:33] "POST /neutron/network HTTP/1.1" 200 836 0.006843 10.0.0.65 - - [2026-03-05 03:03:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.000935 10.0.0.65 - - [2026-03-05 03:03:33] "GET /virtual-network/a8d527ac-8705-4869-a5bf-a9187426ae6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004343 10.0.0.65 - - [2026-03-05 03:03:33] "GET /virtual-network/a8d527ac-8705-4869-a5bf-a9187426ae6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008959 10.0.0.65 - - [2026-03-05 03:03:33] "POST /neutron/subnet HTTP/1.1" 200 734 0.007630 10.0.0.65 - - [2026-03-05 03:03:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.000972 10.0.0.133 - - [2026-03-05 03:03:34] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.65 - - [2026-03-05 03:03:34] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.050288 10.0.0.65 - - [2026-03-05 03:03:34] "POST /neutron/port HTTP/1.1" 200 117 0.005522 10.0.0.65 - - [2026-03-05 03:03:34] "POST /neutron/network HTTP/1.1" 200 846 0.005447 10.0.0.65 - - [2026-03-05 03:03:35] "POST /neutron/port HTTP/1.1" 200 1060 0.013807 10.0.0.65 - - [2026-03-05 03:03:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003269 10.0.0.65 - - [2026-03-05 03:03:35] "POST /neutron/network HTTP/1.1" 200 836 0.006006 10.0.0.33 - - [2026-03-05 03:03:37] "GET /obj-perms HTTP/1.1" 200 5056 0.052289 10.0.0.65 - - [2026-03-05 03:03:39] "POST /neutron/port HTTP/1.1" 200 1124 0.030543 10.0.0.65 - - [2026-03-05 03:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.133 - - [2026-03-05 03:03:39] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000793 10.0.0.65 - - [2026-03-05 03:03:39] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.067816 10.0.0.133 - - [2026-03-05 03:03:39] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000999 10.0.0.65 - - [2026-03-05 03:03:39] "POST /neutron/network HTTP/1.1" 200 613 0.131187 10.0.0.65 - - [2026-03-05 03:03:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.002886 10.0.0.65 - - [2026-03-05 03:03:40] "GET /virtual-network/f016bab5-1c1e-48f5-87b8-26036dbf8011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004882 10.0.0.65 - - [2026-03-05 03:03:40] "POST /neutron/network HTTP/1.1" 200 832 0.005227 10.0.0.65 - - [2026-03-05 03:03:40] "GET /virtual-network/f016bab5-1c1e-48f5-87b8-26036dbf8011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004644 10.0.0.65 - - [2026-03-05 03:03:40] "GET /virtual-network/f016bab5-1c1e-48f5-87b8-26036dbf8011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006186 10.0.0.65 - - [2026-03-05 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.133 - - [2026-03-05 03:03:42] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000816 10.0.0.65 - - [2026-03-05 03:03:42] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.034505 10.0.0.65 - - [2026-03-05 03:03:42] "POST /neutron/network HTTP/1.1" 200 117 0.017822 10.0.0.65 - - [2026-03-05 03:03:42] "POST /route-targets HTTP/1.1" 200 328 0.009736 10.0.0.65 - - [2026-03-05 03:03:42] "POST /neutron/network HTTP/1.1" 200 832 0.008737 10.0.0.65 - - [2026-03-05 03:03:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001046 10.0.0.65 - - [2026-03-05 03:03:42] "GET /virtual-network/6ab83af2-c78c-43b0-8bb7-7552e127d399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004763 10.0.0.65 - - [2026-03-05 03:03:42] "GET /virtual-network/6ab83af2-c78c-43b0-8bb7-7552e127d399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005573 10.0.0.65 - - [2026-03-05 03:03:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.009822 10.0.0.65 - - [2026-03-05 03:03:42] "GET /virtual-network/6ab83af2-c78c-43b0-8bb7-7552e127d399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007443 10.0.0.65 - - [2026-03-05 03:03:43] "GET /obj-perms HTTP/1.1" 200 5026 0.047919 10.0.0.133 - - [2026-03-05 03:03:43] "GET /obj-perms HTTP/1.1" 200 5026 0.058281 10.0.0.65 - - [2026-03-05 03:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.133 - - [2026-03-05 03:03:43] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.65 - - [2026-03-05 03:03:43] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039023 10.0.0.65 - - [2026-03-05 03:03:43] "POST /ref-update HTTP/1.1" 200 156 0.026367 10.0.0.133 - - [2026-03-05 03:03:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004543 10.0.0.65 - - [2026-03-05 03:03:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.198259 10.0.0.65 - - [2026-03-05 03:03:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001144 10.0.0.65 - - [2026-03-05 03:03:43] "GET /virtual-network/d284c520-10e4-4a90-bb87-118ac8bae547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004782 10.0.0.65 - - [2026-03-05 03:03:43] "GET /virtual-network/d284c520-10e4-4a90-bb87-118ac8bae547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004931 10.0.0.65 - - [2026-03-05 03:03:43] "POST /neutron/network HTTP/1.1" 200 833 0.007039 10.0.0.65 - - [2026-03-05 03:03:44] "GET /virtual-network/d284c520-10e4-4a90-bb87-118ac8bae547?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006039 10.0.0.33 - - [2026-03-05 03:03:44] "GET /obj-perms HTTP/1.1" 200 5026 0.066614 10.0.0.65 - - [2026-03-05 03:03:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001240 10.0.0.65 - - [2026-03-05 03:03:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008688 10.0.0.133 - - [2026-03-05 03:03:45] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001316 10.0.0.65 - - [2026-03-05 03:03:45] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.076687 10.0.0.65 - - [2026-03-05 03:03:45] "POST /neutron/port HTTP/1.1" 200 1124 0.018280 10.0.0.65 - - [2026-03-05 03:03:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001227 10.0.0.65 - - [2026-03-05 03:03:45] "POST /neutron/port HTTP/1.1" 200 1124 0.019848 10.0.0.65 - - [2026-03-05 03:03:46] "POST /neutron/network HTTP/1.1" 200 842 0.007542 10.0.0.65 - - [2026-03-05 03:03:46] "POST /neutron/port HTTP/1.1" 200 1058 0.015905 10.0.0.65 - - [2026-03-05 03:03:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013217 10.0.0.65 - - [2026-03-05 03:03:46] "POST /neutron/network HTTP/1.1" 200 832 0.005710 10.0.0.133 - - [2026-03-05 03:03:46] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000914 10.0.0.65 - - [2026-03-05 03:03:46] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.090854 10.0.0.65 - - [2026-03-05 03:03:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009747 10.0.0.65 - - [2026-03-05 03:03:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.004011 10.0.0.65 - - [2026-03-05 03:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.133 - - [2026-03-05 03:03:47] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.65 - - [2026-03-05 03:03:47] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.008122 10.0.0.65 - - [2026-03-05 03:03:47] "POST /service-templates HTTP/1.1" 200 545 0.037844 10.0.0.65 - - [2026-03-05 03:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.65 - - [2026-03-05 03:03:47] "GET /service-template/1f3e9da6-9763-4b78-9414-cbd62b552504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.005618 10.0.0.65 - - [2026-03-05 03:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.65 - - [2026-03-05 03:03:47] "GET /service-template/1f3e9da6-9763-4b78-9414-cbd62b552504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.003426 10.0.0.65 - - [2026-03-05 03:03:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001213 10.0.0.133 - - [2026-03-05 03:03:47] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002496 10.0.0.65 - - [2026-03-05 03:03:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.000805 10.0.0.65 - - [2026-03-05 03:03:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.002939 10.0.0.65 - - [2026-03-05 03:03:47] "POST /neutron/port HTTP/1.1" 200 1057 0.296000 10.0.0.65 - - [2026-03-05 03:03:47] "POST /neutron/port HTTP/1.1" 200 1057 0.011944 10.0.0.65 - - [2026-03-05 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.65 - - [2026-03-05 03:03:48] "DELETE /service-template/1f3e9da6-9763-4b78-9414-cbd62b552504 HTTP/1.1" 200 115 0.026663 10.0.0.65 - - [2026-03-05 03:03:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.004084 10.0.0.65 - - [2026-03-05 03:03:48] "POST /neutron/port HTTP/1.1" 200 1121 0.016938 10.0.0.65 - - [2026-03-05 03:03:48] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.65 - - [2026-03-05 03:03:48] "POST /neutron/network HTTP/1.1" 400 204 0.012318 10.0.0.65 - - [2026-03-05 03:03:49] "POST /neutron/port HTTP/1.1" 200 151 0.150328 10.0.0.65 - - [2026-03-05 03:03:50] "POST /neutron/port HTTP/1.1" 200 151 0.157062 10.0.0.65 - - [2026-03-05 03:03:50] "POST /neutron/network HTTP/1.1" 200 117 0.009805 10.0.0.65 - - [2026-03-05 03:03:50] "POST /neutron/network HTTP/1.1" 200 832 0.007904 10.0.0.65 - - [2026-03-05 03:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.65 - - [2026-03-05 03:03:51] "POST /neutron/network HTTP/1.1" 200 832 0.005692 10.0.0.65 - - [2026-03-05 03:03:51] "DELETE /route-target/129526b3-2608-4ff9-ad2f-383fa9b8025e HTTP/1.1" 200 115 0.028708 10.0.0.65 - - [2026-03-05 03:03:51] "POST /neutron/network HTTP/1.1" 400 204 0.015658 10.0.0.65 - - [2026-03-05 03:03:52] "POST /neutron/port HTTP/1.1" 200 151 0.176388 10.0.0.65 - - [2026-03-05 03:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.133 - - [2026-03-05 03:03:56] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.65 - - [2026-03-05 03:03:56] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.038008 10.0.0.65 - - [2026-03-05 03:03:56] "POST /neutron/network HTTP/1.1" 200 117 0.013266 10.0.0.65 - - [2026-03-05 03:03:56] "POST /route-targets HTTP/1.1" 200 328 0.011461 10.0.0.65 - - [2026-03-05 03:03:56] "POST /neutron/network HTTP/1.1" 200 830 0.007271 10.0.0.65 - - [2026-03-05 03:03:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.000963 10.0.0.65 - - [2026-03-05 03:03:56] "GET /virtual-network/faf327e3-df6c-4c0b-b406-7c1f8821e964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005344 10.0.0.65 - - [2026-03-05 03:03:56] "GET /virtual-network/faf327e3-df6c-4c0b-b406-7c1f8821e964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005239 10.0.0.65 - - [2026-03-05 03:03:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.008393 10.0.0.65 - - [2026-03-05 03:03:57] "GET /virtual-network/faf327e3-df6c-4c0b-b406-7c1f8821e964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005106 10.0.0.65 - - [2026-03-05 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.133 - - [2026-03-05 03:03:57] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.65 - - [2026-03-05 03:03:57] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.045865 10.0.0.65 - - [2026-03-05 03:03:57] "POST /ref-update HTTP/1.1" 200 156 0.028929 10.0.0.133 - - [2026-03-05 03:03:57] "POST /useragent-kv HTTP/1.1" 200 115 0.009596 10.0.0.65 - - [2026-03-05 03:03:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.170093 10.0.0.65 - - [2026-03-05 03:03:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001127 10.0.0.65 - - [2026-03-05 03:03:57] "GET /virtual-network/8c5438b3-6ee7-46e3-a950-25b66ce166ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004878 10.0.0.65 - - [2026-03-05 03:03:57] "GET /virtual-network/8c5438b3-6ee7-46e3-a950-25b66ce166ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005578 10.0.0.65 - - [2026-03-05 03:03:57] "POST /neutron/network HTTP/1.1" 200 832 0.005664 10.0.0.65 - - [2026-03-05 03:03:58] "GET /virtual-network/8c5438b3-6ee7-46e3-a950-25b66ce166ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006738 10.0.0.65 - - [2026-03-05 03:03:58] "GET /obj-perms HTTP/1.1" 200 5026 0.003025 10.0.0.133 - - [2026-03-05 03:03:58] "GET /obj-perms HTTP/1.1" 200 5026 0.005033 10.0.0.65 - - [2026-03-05 03:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.133 - - [2026-03-05 03:03:58] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.65 - - [2026-03-05 03:03:58] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039846 10.0.0.133 - - [2026-03-05 03:03:58] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.65 - - [2026-03-05 03:03:58] "POST /neutron/network HTTP/1.1" 200 615 0.117410 10.0.0.65 - - [2026-03-05 03:03:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.002674 10.0.0.65 - - [2026-03-05 03:03:58] "GET /virtual-network/2c039159-0c5a-414e-ae36-df288392207b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004474 10.0.0.65 - - [2026-03-05 03:03:58] "POST /neutron/network HTTP/1.1" 200 834 0.005688 10.0.0.65 - - [2026-03-05 03:03:58] "GET /virtual-network/2c039159-0c5a-414e-ae36-df288392207b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004282 10.0.0.65 - - [2026-03-05 03:03:59] "GET /virtual-network/2c039159-0c5a-414e-ae36-df288392207b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004848 10.0.0.33 - - [2026-03-05 03:03:59] "GET /obj-perms HTTP/1.1" 200 5026 0.003118 10.0.0.65 - - [2026-03-05 03:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.133 - - [2026-03-05 03:03:59] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000771 10.0.0.65 - - [2026-03-05 03:03:59] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.036507 10.0.0.65 - - [2026-03-05 03:03:59] "POST /neutron/network HTTP/1.1" 200 117 0.012807 10.0.0.65 - - [2026-03-05 03:03:59] "POST /route-targets HTTP/1.1" 200 328 0.012739 10.0.0.65 - - [2026-03-05 03:03:59] "POST /neutron/network HTTP/1.1" 200 845 0.007243 10.0.0.65 - - [2026-03-05 03:03:59] "POST /id-to-fqname HTTP/1.1" 200 229 0.000903 10.0.0.65 - - [2026-03-05 03:03:59] "GET /virtual-network/73b19e2a-a40e-4dac-869b-b07de7ef5e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004730 10.0.0.65 - - [2026-03-05 03:03:59] "GET /virtual-network/73b19e2a-a40e-4dac-869b-b07de7ef5e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004966 10.0.0.65 - - [2026-03-05 03:04:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.007201 10.0.0.65 - - [2026-03-05 03:04:00] "GET /virtual-network/73b19e2a-a40e-4dac-869b-b07de7ef5e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.005209 10.0.0.65 - - [2026-03-05 03:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.133 - - [2026-03-05 03:04:00] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000816 10.0.0.65 - - [2026-03-05 03:04:00] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.044642 10.0.0.65 - - [2026-03-05 03:04:00] "POST /ref-update HTTP/1.1" 200 156 0.020690 10.0.0.133 - - [2026-03-05 03:04:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005309 10.0.0.65 - - [2026-03-05 03:04:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.221821 10.0.0.65 - - [2026-03-05 03:04:00] "POST /id-to-fqname HTTP/1.1" 200 230 0.001253 10.0.0.65 - - [2026-03-05 03:04:01] "GET /virtual-network/8a950edf-cb26-4e85-a5d0-a3783975447b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006430 10.0.0.65 - - [2026-03-05 03:04:01] "GET /virtual-network/8a950edf-cb26-4e85-a5d0-a3783975447b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006288 10.0.0.65 - - [2026-03-05 03:04:01] "POST /neutron/network HTTP/1.1" 200 845 0.005381 10.0.0.65 - - [2026-03-05 03:04:01] "GET /virtual-network/8a950edf-cb26-4e85-a5d0-a3783975447b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004805 10.0.0.65 - - [2026-03-05 03:04:01] "GET /obj-perms HTTP/1.1" 200 5026 0.003919 10.0.0.133 - - [2026-03-05 03:04:01] "GET /obj-perms HTTP/1.1" 200 5026 0.004892 10.0.0.65 - - [2026-03-05 03:04:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001622 10.0.0.133 - - [2026-03-05 03:04:01] "DELETE /project/9a1310fa4395476291e7b00ef1dd0ca2 HTTP/1.1" 404 173 0.006641 10.0.0.133 - - [2026-03-05 03:04:01] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000915 10.0.0.133 - - [2026-03-05 03:04:01] "GET /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1553 0.041736 10.0.0.133 - - [2026-03-05 03:04:01] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000889 10.0.0.133 - - [2026-03-05 03:04:01] "GET /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5?fields=security_groups HTTP/1.1" 200 1427 0.044997 10.0.0.133 - - [2026-03-05 03:04:01] "DELETE /security-group/6adfca92-8661-4748-b47b-a75a61b6e4aa HTTP/1.1" 200 115 0.051384 10.0.0.133 - - [2026-03-05 03:04:01] "GET /projects?obj_uuids=b2b17cf3-9bcc-4133-8db1-9ff568ce96e5&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001550 10.0.0.133 - - [2026-03-05 03:04:02] "GET /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5?fields=application_policy_sets HTTP/1.1" 200 1466 0.062686 10.0.0.133 - - [2026-03-05 03:04:02] "DELETE /project/b2b17cf3-9bcc-4133-8db1-9ff568ce96e5 HTTP/1.1" 409 225 0.371322 10.0.0.133 - - [2026-03-05 03:04:02] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.65 - - [2026-03-05 03:04:02] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.072366 10.0.0.65 - - [2026-03-05 03:04:02] "POST /neutron/network HTTP/1.1" 200 832 0.005809 10.0.0.65 - - [2026-03-05 03:04:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001784 10.0.0.65 - - [2026-03-05 03:04:03] "POST /neutron/port HTTP/1.1" 200 117 0.009377 10.0.0.133 - - [2026-03-05 03:04:03] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000956 10.0.0.65 - - [2026-03-05 03:04:03] "POST /neutron/port HTTP/1.1" 200 1058 0.260197 10.0.0.65 - - [2026-03-05 03:04:03] "POST /neutron/port HTTP/1.1" 200 1112 0.121545 10.0.0.133 - - [2026-03-05 03:04:04] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001009 10.0.0.65 - - [2026-03-05 03:04:04] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.093518 10.0.0.65 - - [2026-03-05 03:04:04] "POST /neutron/network HTTP/1.1" 200 834 0.008887 10.0.0.65 - - [2026-03-05 03:04:04] "POST /neutron/network HTTP/1.1" 200 832 0.008015 10.0.0.65 - - [2026-03-05 03:04:04] "POST /neutron/port HTTP/1.1" 200 117 0.005842 10.0.0.65 - - [2026-03-05 03:04:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.002451 10.0.0.65 - - [2026-03-05 03:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.133 - - [2026-03-05 03:04:04] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.65 - - [2026-03-05 03:04:04] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007701 10.0.0.65 - - [2026-03-05 03:04:04] "POST /service-templates HTTP/1.1" 200 545 0.021230 10.0.0.65 - - [2026-03-05 03:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.65 - - [2026-03-05 03:04:04] "GET /service-template/c5e4b97d-2876-4542-8cc4-d5c9dde773e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004816 10.0.0.65 - - [2026-03-05 03:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.65 - - [2026-03-05 03:04:04] "GET /service-template/c5e4b97d-2876-4542-8cc4-d5c9dde773e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003752 10.0.0.65 - - [2026-03-05 03:04:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.000889 10.0.0.65 - - [2026-03-05 03:04:04] "POST /id-to-fqname HTTP/1.1" 200 229 0.001218 10.0.0.65 - - [2026-03-05 03:04:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.001059 10.0.0.65 - - [2026-03-05 03:04:04] "POST /neutron/port HTTP/1.1" 200 2038 0.036997 10.0.0.65 - - [2026-03-05 03:04:05] "POST /neutron/port HTTP/1.1" 200 1058 0.011030 10.0.0.65 - - [2026-03-05 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.65 - - [2026-03-05 03:04:05] "DELETE /service-template/c5e4b97d-2876-4542-8cc4-d5c9dde773e7 HTTP/1.1" 200 115 0.046602 10.0.0.65 - - [2026-03-05 03:04:05] "POST /fqname-to-id HTTP/1.1" 404 193 0.007540 10.0.0.65 - - [2026-03-05 03:04:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003512 10.0.0.133 - - [2026-03-05 03:04:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004133 10.0.0.65 - - [2026-03-05 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.133 - - [2026-03-05 03:04:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002965 10.0.0.65 - - [2026-03-05 03:04:05] "POST /neutron/network HTTP/1.1" 200 151 0.110632 10.0.0.65 - - [2026-03-05 03:04:05] "POST /neutron/port HTTP/1.1" 200 1122 0.023365 10.0.0.65 - - [2026-03-05 03:04:05] "DELETE /route-target/da821a8b-782c-4bf4-bb68-0669bcfdb908 HTTP/1.1" 200 115 0.035130 10.0.0.65 - - [2026-03-05 03:04:05] "POST /neutron/port HTTP/1.1" 200 151 0.186952 10.0.0.65 - - [2026-03-05 03:04:06] "POST /neutron/network HTTP/1.1" 400 204 0.010765 10.0.0.65 - - [2026-03-05 03:04:07] "POST /neutron/port HTTP/1.1" 200 1112 0.012680 10.0.0.65 - - [2026-03-05 03:04:07] "POST /neutron/network HTTP/1.1" 200 2185 0.009946 10.0.0.65 - - [2026-03-05 03:04:08] "POST /neutron/network HTTP/1.1" 200 834 0.005651 10.0.0.133 - - [2026-03-05 03:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004526 10.0.0.65 - - [2026-03-05 03:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005469 10.0.0.133 - - [2026-03-05 03:04:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002131 10.0.0.65 - - [2026-03-05 03:04:08] "POST /neutron/network HTTP/1.1" 200 151 0.116334 10.0.0.65 - - [2026-03-05 03:04:08] "DELETE /route-target/5ce442b7-f92d-48b8-96b4-da84d910a3b4 HTTP/1.1" 200 115 0.028465 10.0.0.133 - - [2026-03-05 03:04:10] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000844 10.0.0.65 - - [2026-03-05 03:04:10] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.037222 10.0.0.133 - - [2026-03-05 03:04:10] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001419 10.0.0.65 - - [2026-03-05 03:04:10] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?fields=virtual_networks HTTP/1.1" 200 1031 0.030392 10.0.0.133 - - [2026-03-05 03:04:10] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001324 10.0.0.65 - - [2026-03-05 03:04:10] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.043263 10.0.0.133 - - [2026-03-05 03:04:10] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001364 10.0.0.65 - - [2026-03-05 03:04:10] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?fields=security_groups HTTP/1.1" 200 1256 0.044849 10.0.0.65 - - [2026-03-05 03:04:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.034124 10.0.0.133 - - [2026-03-05 03:04:11] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003421 10.0.0.133 - - [2026-03-05 03:04:11] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.133 - - [2026-03-05 03:04:11] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007863 10.0.0.133 - - [2026-03-05 03:04:11] "POST /id-to-fqname HTTP/1.1" 200 188 0.001153 10.0.0.133 - - [2026-03-05 03:04:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.012427 10.0.0.133 - - [2026-03-05 03:04:11] "POST /security-groups HTTP/1.1" 200 589 0.032656 10.0.0.133 - - [2026-03-05 03:04:11] "POST /projects HTTP/1.1" 200 581 0.238409 10.0.0.65 - - [2026-03-05 03:04:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.009024 10.0.0.133 - - [2026-03-05 03:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.316463 10.0.0.65 - - [2026-03-05 03:04:12] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.447070 10.0.0.65 - - [2026-03-05 03:04:13] "GET / HTTP/1.1" 200 36215 0.001885 10.0.0.65 - - [2026-03-05 03:04:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000422 10.0.0.65 - - [2026-03-05 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.074666 10.0.0.133 - - [2026-03-05 03:04:15] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000784 10.0.0.65 - - [2026-03-05 03:04:15] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.034497 10.0.0.65 - - [2026-03-05 03:04:15] "POST /neutron/network HTTP/1.1" 200 117 0.040478 10.0.0.65 - - [2026-03-05 03:04:15] "POST /ref-update HTTP/1.1" 200 156 0.021657 10.0.0.65 - - [2026-03-05 03:04:15] "POST /neutron/network HTTP/1.1" 200 831 0.007097 10.0.0.65 - - [2026-03-05 03:04:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.000879 10.0.0.65 - - [2026-03-05 03:04:15] "GET /virtual-network/56610b34-d046-4220-a493-6c809cb6295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004603 10.0.0.65 - - [2026-03-05 03:04:15] "GET /virtual-network/56610b34-d046-4220-a493-6c809cb6295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004554 10.0.0.65 - - [2026-03-05 03:04:15] "POST /neutron/subnet HTTP/1.1" 200 720 0.008054 10.0.0.65 - - [2026-03-05 03:04:16] "GET /virtual-network/56610b34-d046-4220-a493-6c809cb6295b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004921 10.0.0.33 - - [2026-03-05 03:04:17] "GET /obj-perms HTTP/1.1" 200 5026 0.059002 10.0.0.65 - - [2026-03-05 03:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.133 - - [2026-03-05 03:04:17] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000788 10.0.0.65 - - [2026-03-05 03:04:17] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.036382 10.0.0.133 - - [2026-03-05 03:04:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003500 10.0.0.65 - - [2026-03-05 03:04:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.223582 10.0.0.65 - - [2026-03-05 03:04:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001176 10.0.0.65 - - [2026-03-05 03:04:18] "GET /virtual-network/17e65439-7c1a-49a6-9ca0-e57a49f1ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004452 10.0.0.65 - - [2026-03-05 03:04:18] "GET /virtual-network/17e65439-7c1a-49a6-9ca0-e57a49f1ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005052 10.0.0.65 - - [2026-03-05 03:04:18] "POST /neutron/network HTTP/1.1" 200 837 0.005185 10.0.0.65 - - [2026-03-05 03:04:18] "GET /virtual-network/17e65439-7c1a-49a6-9ca0-e57a49f1ec16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005432 10.0.0.65 - - [2026-03-05 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.133 - - [2026-03-05 03:04:19] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.65 - - [2026-03-05 03:04:19] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.033450 10.0.0.133 - - [2026-03-05 03:04:19] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001513 10.0.0.65 - - [2026-03-05 03:04:19] "POST /neutron/network HTTP/1.1" 200 619 0.117695 10.0.0.65 - - [2026-03-05 03:04:19] "POST /route-targets HTTP/1.1" 200 328 0.012154 10.0.0.65 - - [2026-03-05 03:04:19] "POST /id-to-fqname HTTP/1.1" 200 226 0.003885 10.0.0.65 - - [2026-03-05 03:04:19] "GET /virtual-network/ba463ad1-84d7-42b4-9734-14590d434652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004702 10.0.0.65 - - [2026-03-05 03:04:19] "POST /neutron/network HTTP/1.1" 200 840 0.005694 10.0.0.65 - - [2026-03-05 03:04:19] "GET /virtual-network/ba463ad1-84d7-42b4-9734-14590d434652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004752 10.0.0.65 - - [2026-03-05 03:04:19] "GET /virtual-network/ba463ad1-84d7-42b4-9734-14590d434652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006968 10.0.0.65 - - [2026-03-05 03:04:20] "GET /obj-perms HTTP/1.1" 200 5026 0.055346 10.0.0.133 - - [2026-03-05 03:04:20] "GET /obj-perms HTTP/1.1" 200 5026 0.056150 10.0.0.65 - - [2026-03-05 03:04:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001282 10.0.0.65 - - [2026-03-05 03:04:20] "POST /neutron/network HTTP/1.1" 200 847 0.005939 10.0.0.133 - - [2026-03-05 03:04:21] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000855 10.0.0.65 - - [2026-03-05 03:04:21] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.060796 10.0.0.65 - - [2026-03-05 03:04:21] "POST /neutron/port HTTP/1.1" 200 117 0.005299 10.0.0.65 - - [2026-03-05 03:04:21] "POST /id-to-fqname HTTP/1.1" 200 226 0.001263 10.0.0.65 - - [2026-03-05 03:04:21] "POST /neutron/network HTTP/1.1" 200 847 0.006745 10.0.0.65 - - [2026-03-05 03:04:22] "POST /neutron/port HTTP/1.1" 200 1059 0.016856 10.0.0.65 - - [2026-03-05 03:04:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003256 10.0.0.65 - - [2026-03-05 03:04:22] "POST /neutron/network HTTP/1.1" 200 837 0.005692 10.0.0.133 - - [2026-03-05 03:04:22] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000890 10.0.0.65 - - [2026-03-05 03:04:22] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.065893 10.0.0.65 - - [2026-03-05 03:04:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010392 10.0.0.65 - - [2026-03-05 03:04:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.002926 10.0.0.65 - - [2026-03-05 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.133 - - [2026-03-05 03:04:23] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.65 - - [2026-03-05 03:04:23] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.006714 10.0.0.65 - - [2026-03-05 03:04:23] "POST /service-templates HTTP/1.1" 200 545 0.032089 10.0.0.65 - - [2026-03-05 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.65 - - [2026-03-05 03:04:23] "GET /service-template/e0b67246-9509-43ce-a2a3-4fadb8af6356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.005897 10.0.0.65 - - [2026-03-05 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.65 - - [2026-03-05 03:04:23] "GET /service-template/e0b67246-9509-43ce-a2a3-4fadb8af6356?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004217 10.0.0.65 - - [2026-03-05 03:04:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001162 10.0.0.65 - - [2026-03-05 03:04:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.001266 10.0.0.133 - - [2026-03-05 03:04:23] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000947 10.0.0.65 - - [2026-03-05 03:04:23] "POST /id-to-fqname HTTP/1.1" 200 226 0.001095 10.0.0.65 - - [2026-03-05 03:04:23] "POST /neutron/port HTTP/1.1" 200 1060 0.250397 10.0.0.65 - - [2026-03-05 03:04:23] "POST /neutron/port HTTP/1.1" 200 1060 0.011272 10.0.0.65 - - [2026-03-05 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.65 - - [2026-03-05 03:04:23] "DELETE /service-template/e0b67246-9509-43ce-a2a3-4fadb8af6356 HTTP/1.1" 200 115 0.028997 10.0.0.65 - - [2026-03-05 03:04:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.003675 10.0.0.65 - - [2026-03-05 03:04:23] "POST /neutron/port HTTP/1.1" 200 1124 0.018399 10.0.0.65 - - [2026-03-05 03:04:23] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.65 - - [2026-03-05 03:04:24] "POST /neutron/network HTTP/1.1" 400 204 0.011003 10.0.0.65 - - [2026-03-05 03:04:24] "POST /neutron/port HTTP/1.1" 200 151 0.189759 10.0.0.65 - - [2026-03-05 03:04:25] "POST /neutron/port HTTP/1.1" 200 151 0.167271 10.0.0.65 - - [2026-03-05 03:04:25] "POST /neutron/network HTTP/1.1" 200 117 0.010839 10.0.0.65 - - [2026-03-05 03:04:26] "POST /neutron/port HTTP/1.1" 200 117 0.005829 10.0.0.65 - - [2026-03-05 03:04:26] "DELETE /route-target/9d6af824-a100-42d9-b697-55e5d92a34f7 HTTP/1.1" 200 115 0.026125 10.0.0.65 - - [2026-03-05 03:04:26] "POST /neutron/network HTTP/1.1" 200 831 0.007862 10.0.0.65 - - [2026-03-05 03:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008310 10.0.0.65 - - [2026-03-05 03:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.133 - - [2026-03-05 03:04:29] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.65 - - [2026-03-05 03:04:29] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.041351 10.0.0.133 - - [2026-03-05 03:04:29] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.65 - - [2026-03-05 03:04:30] "POST /neutron/network HTTP/1.1" 200 613 0.108947 10.0.0.65 - - [2026-03-05 03:04:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.002668 10.0.0.65 - - [2026-03-05 03:04:30] "GET /virtual-network/e9914078-0f2f-4403-9e1a-64b4d6841bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005067 10.0.0.65 - - [2026-03-05 03:04:30] "POST /neutron/network HTTP/1.1" 200 834 0.005307 10.0.0.65 - - [2026-03-05 03:04:30] "GET /virtual-network/e9914078-0f2f-4403-9e1a-64b4d6841bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004701 10.0.0.65 - - [2026-03-05 03:04:30] "POST /ref-update HTTP/1.1" 200 156 0.025119 10.0.0.65 - - [2026-03-05 03:04:35] "GET /virtual-network/e9914078-0f2f-4403-9e1a-64b4d6841bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006301 10.0.0.33 - - [2026-03-05 03:04:35] "GET /obj-perms HTTP/1.1" 200 5026 0.003274 10.0.0.65 - - [2026-03-05 03:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.133 - - [2026-03-05 03:04:35] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.65 - - [2026-03-05 03:04:36] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.035948 10.0.0.65 - - [2026-03-05 03:04:36] "POST /neutron/network HTTP/1.1" 200 117 0.011550 10.0.0.65 - - [2026-03-05 03:04:36] "POST /neutron/network HTTP/1.1" 200 832 0.007571 10.0.0.65 - - [2026-03-05 03:04:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.000988 10.0.0.65 - - [2026-03-05 03:04:36] "GET /virtual-network/439de500-9e3f-4238-bed3-7a3ae5b0b6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004118 10.0.0.65 - - [2026-03-05 03:04:36] "GET /virtual-network/439de500-9e3f-4238-bed3-7a3ae5b0b6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005079 10.0.0.65 - - [2026-03-05 03:04:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.009793 10.0.0.65 - - [2026-03-05 03:04:36] "GET /virtual-network/439de500-9e3f-4238-bed3-7a3ae5b0b6e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005301 10.0.0.65 - - [2026-03-05 03:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.133 - - [2026-03-05 03:04:37] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196 10.0.0.65 - - [2026-03-05 03:04:37] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.041997 10.0.0.65 - - [2026-03-05 03:04:37] "POST /route-targets HTTP/1.1" 200 328 0.011471 10.0.0.133 - - [2026-03-05 03:04:37] "POST /useragent-kv HTTP/1.1" 200 115 0.008773 10.0.0.65 - - [2026-03-05 03:04:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.165886 10.0.0.65 - - [2026-03-05 03:04:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001565 10.0.0.65 - - [2026-03-05 03:04:37] "GET /virtual-network/827889bd-3269-4ca7-bcca-33c286060a72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005458 10.0.0.65 - - [2026-03-05 03:04:37] "GET /virtual-network/827889bd-3269-4ca7-bcca-33c286060a72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006136 10.0.0.65 - - [2026-03-05 03:04:37] "POST /neutron/network HTTP/1.1" 200 833 0.006779 10.0.0.65 - - [2026-03-05 03:04:37] "GET /virtual-network/827889bd-3269-4ca7-bcca-33c286060a72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004478 10.0.0.65 - - [2026-03-05 03:04:37] "GET /obj-perms HTTP/1.1" 200 5026 0.003502 10.0.0.133 - - [2026-03-05 03:04:37] "GET /obj-perms HTTP/1.1" 200 5026 0.003235 10.0.0.65 - - [2026-03-05 03:04:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001126 10.0.0.33 - - [2026-03-05 03:04:38] "GET /obj-perms HTTP/1.1" 200 5056 0.046589 10.0.0.133 - - [2026-03-05 03:04:38] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.65 - - [2026-03-05 03:04:38] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.076312 10.0.0.65 - - [2026-03-05 03:04:38] "POST /neutron/network HTTP/1.1" 200 832 0.011709 10.0.0.65 - - [2026-03-05 03:04:39] "POST /id-to-fqname HTTP/1.1" 200 224 0.001213 10.0.0.65 - - [2026-03-05 03:04:39] "POST /neutron/port HTTP/1.1" 200 117 0.012188 10.0.0.133 - - [2026-03-05 03:04:39] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.65 - - [2026-03-05 03:04:39] "POST /neutron/port HTTP/1.1" 200 1058 0.307668 10.0.0.65 - - [2026-03-05 03:04:40] "POST /neutron/port HTTP/1.1" 200 1112 0.117036 10.0.0.133 - - [2026-03-05 03:04:40] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000838 10.0.0.65 - - [2026-03-05 03:04:40] "POST /neutron/subnet HTTP/1.1" 200 698 0.013294 10.0.0.65 - - [2026-03-05 03:04:40] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.089034 10.0.0.65 - - [2026-03-05 03:04:40] "POST /neutron/network HTTP/1.1" 200 833 0.010910 10.0.0.65 - - [2026-03-05 03:04:40] "POST /neutron/port HTTP/1.1" 200 117 0.008105 10.0.0.65 - - [2026-03-05 03:04:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.007485 10.0.0.65 - - [2026-03-05 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.133 - - [2026-03-05 03:04:40] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000858 10.0.0.65 - - [2026-03-05 03:04:40] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.006808 10.0.0.65 - - [2026-03-05 03:04:40] "POST /service-templates HTTP/1.1" 200 545 0.030170 10.0.0.65 - - [2026-03-05 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.65 - - [2026-03-05 03:04:40] "GET /service-template/a54840a8-8449-4508-96b0-d138be07e241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.006133 10.0.0.65 - - [2026-03-05 03:04:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005838 10.0.0.65 - - [2026-03-05 03:04:40] "GET /service-template/a54840a8-8449-4508-96b0-d138be07e241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.003426 10.0.0.65 - - [2026-03-05 03:04:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.000954 10.0.0.65 - - [2026-03-05 03:04:40] "POST /id-to-fqname HTTP/1.1" 200 223 0.001120 10.0.0.65 - - [2026-03-05 03:04:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001702 10.0.0.65 - - [2026-03-05 03:04:41] "POST /neutron/port HTTP/1.1" 200 1954 0.053700 10.0.0.65 - - [2026-03-05 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.65 - - [2026-03-05 03:04:41] "DELETE /service-template/a54840a8-8449-4508-96b0-d138be07e241 HTTP/1.1" 200 115 0.032311 10.0.0.65 - - [2026-03-05 03:04:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.005806 10.0.0.65 - - [2026-03-05 03:04:41] "POST /neutron/port HTTP/1.1" 200 1057 0.014673 10.0.0.65 - - [2026-03-05 03:04:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003046 10.0.0.65 - - [2026-03-05 03:04:41] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.65 - - [2026-03-05 03:04:42] "POST /neutron/port HTTP/1.1" 200 1122 0.013600 10.0.0.65 - - [2026-03-05 03:04:42] "POST /neutron/port HTTP/1.1" 200 1121 0.019888 10.0.0.65 - - [2026-03-05 03:04:43] "POST /neutron/port HTTP/1.1" 200 117 0.006041 10.0.0.65 - - [2026-03-05 03:04:43] "POST /neutron/network HTTP/1.1" 200 833 0.007102 10.0.0.65 - - [2026-03-05 03:04:43] "DELETE /route-target/94b1db9b-8ebe-4e71-802a-75f36742901b HTTP/1.1" 200 115 0.019576 10.0.0.65 - - [2026-03-05 03:04:43] "POST /neutron/network HTTP/1.1" 200 832 0.006324 10.0.0.133 - - [2026-03-05 03:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003466 10.0.0.65 - - [2026-03-05 03:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.133 - - [2026-03-05 03:04:44] "POST /useragent-kv HTTP/1.1" 200 115 0.006555 10.0.0.65 - - [2026-03-05 03:04:44] "POST /neutron/network HTTP/1.1" 200 151 0.102795 10.0.0.133 - - [2026-03-05 03:04:45] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001277 10.0.0.65 - - [2026-03-05 03:04:46] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.064805 10.0.0.133 - - [2026-03-05 03:04:46] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000909 10.0.0.65 - - [2026-03-05 03:04:46] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?fields=virtual_networks HTTP/1.1" 200 1031 0.048588 10.0.0.133 - - [2026-03-05 03:04:46] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001053 10.0.0.65 - - [2026-03-05 03:04:46] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.042983 10.0.0.133 - - [2026-03-05 03:04:46] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.65 - - [2026-03-05 03:04:46] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?fields=security_groups HTTP/1.1" 200 1256 0.034195 10.0.0.65 - - [2026-03-05 03:04:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.026831 10.0.0.133 - - [2026-03-05 03:04:47] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003887 10.0.0.133 - - [2026-03-05 03:04:47] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001605 10.0.0.133 - - [2026-03-05 03:04:47] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009630 10.0.0.133 - - [2026-03-05 03:04:47] "POST /id-to-fqname HTTP/1.1" 200 186 0.002728 10.0.0.133 - - [2026-03-05 03:04:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.007785 10.0.0.133 - - [2026-03-05 03:04:47] "POST /security-groups HTTP/1.1" 200 587 0.041538 10.0.0.133 - - [2026-03-05 03:04:47] "POST /projects HTTP/1.1" 200 577 0.260100 10.0.0.65 - - [2026-03-05 03:04:47] "POST /access-control-lists HTTP/1.1" 200 594 0.025862 10.0.0.133 - - [2026-03-05 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.333036 10.0.0.65 - - [2026-03-05 03:04:47] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.489642 10.0.0.65 - - [2026-03-05 03:04:48] "GET / HTTP/1.1" 200 36215 0.001415 10.0.0.65 - - [2026-03-05 03:04:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000445 10.0.0.65 - - [2026-03-05 03:04:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.055566 10.0.0.133 - - [2026-03-05 03:04:50] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000884 10.0.0.65 - - [2026-03-05 03:04:50] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.043136 10.0.0.65 - - [2026-03-05 03:04:51] "POST /route-targets HTTP/1.1" 200 328 0.016281 10.0.0.133 - - [2026-03-05 03:04:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004426 10.0.0.65 - - [2026-03-05 03:04:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.301152 10.0.0.65 - - [2026-03-05 03:04:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001235 10.0.0.65 - - [2026-03-05 03:04:51] "GET /virtual-network/195552aa-d434-4418-8c14-147b1e83a7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005544 10.0.0.65 - - [2026-03-05 03:04:51] "GET /virtual-network/195552aa-d434-4418-8c14-147b1e83a7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004963 10.0.0.65 - - [2026-03-05 03:04:51] "POST /neutron/network HTTP/1.1" 200 830 0.005648 10.0.0.65 - - [2026-03-05 03:04:52] "GET /virtual-network/195552aa-d434-4418-8c14-147b1e83a7e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005286 10.0.0.65 - - [2026-03-05 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.133 - - [2026-03-05 03:04:53] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001178 10.0.0.65 - - [2026-03-05 03:04:53] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.039140 10.0.0.133 - - [2026-03-05 03:04:53] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000977 10.0.0.65 - - [2026-03-05 03:04:53] "POST /neutron/network HTTP/1.1" 200 611 0.107333 10.0.0.65 - - [2026-03-05 03:04:53] "POST /ref-update HTTP/1.1" 200 156 0.025482 10.0.0.65 - - [2026-03-05 03:04:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.003582 10.0.0.65 - - [2026-03-05 03:04:53] "GET /virtual-network/6937a13c-83c1-470c-a3f5-2a78b5098104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005137 10.0.0.65 - - [2026-03-05 03:04:53] "POST /neutron/network HTTP/1.1" 200 828 0.006108 10.0.0.65 - - [2026-03-05 03:04:53] "GET /virtual-network/6937a13c-83c1-470c-a3f5-2a78b5098104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004693 10.0.0.65 - - [2026-03-05 03:04:54] "GET /virtual-network/6937a13c-83c1-470c-a3f5-2a78b5098104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005281 10.0.0.65 - - [2026-03-05 03:04:54] "GET /obj-perms HTTP/1.1" 200 5022 0.070640 10.0.0.65 - - [2026-03-05 03:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.133 - - [2026-03-05 03:04:54] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000823 10.0.0.65 - - [2026-03-05 03:04:54] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.039702 10.0.0.65 - - [2026-03-05 03:04:54] "POST /neutron/network HTTP/1.1" 200 117 0.012491 10.0.0.65 - - [2026-03-05 03:04:55] "POST /neutron/network HTTP/1.1" 200 831 0.007072 10.0.0.65 - - [2026-03-05 03:04:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.000908 10.0.0.65 - - [2026-03-05 03:04:55] "GET /virtual-network/ca87be7d-f2da-4a49-8246-4b673a71a418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004112 10.0.0.65 - - [2026-03-05 03:04:55] "GET /virtual-network/ca87be7d-f2da-4a49-8246-4b673a71a418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005195 10.0.0.65 - - [2026-03-05 03:04:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.007312 10.0.0.65 - - [2026-03-05 03:04:55] "GET /virtual-network/ca87be7d-f2da-4a49-8246-4b673a71a418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005427 10.0.0.33 - - [2026-03-05 03:04:55] "GET /obj-perms HTTP/1.1" 200 5022 0.052103 10.0.0.133 - - [2026-03-05 03:04:55] "GET /obj-perms HTTP/1.1" 200 5022 0.052917 10.0.0.65 - - [2026-03-05 03:04:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001181 10.0.0.133 - - [2026-03-05 03:04:56] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.035527 10.0.0.65 - - [2026-03-05 03:04:56] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.098904 10.0.0.65 - - [2026-03-05 03:04:56] "POST /neutron/port HTTP/1.1" 200 117 0.005353 10.0.0.65 - - [2026-03-05 03:04:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001132 10.0.0.65 - - [2026-03-05 03:04:57] "POST /neutron/network HTTP/1.1" 200 841 0.007183 10.0.0.65 - - [2026-03-05 03:04:57] "POST /neutron/port HTTP/1.1" 200 1054 0.016657 10.0.0.65 - - [2026-03-05 03:04:58] "POST /neutron/port HTTP/1.1" 200 1118 0.014681 10.0.0.133 - - [2026-03-05 03:04:58] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000883 10.0.0.65 - - [2026-03-05 03:04:58] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.65 - - [2026-03-05 03:04:58] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.067112 10.0.0.65 - - [2026-03-05 03:04:58] "POST /neutron/port HTTP/1.1" 200 1118 0.016053 10.0.0.65 - - [2026-03-05 03:04:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.002496 10.0.0.65 - - [2026-03-05 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.133 - - [2026-03-05 03:04:58] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000907 10.0.0.65 - - [2026-03-05 03:04:58] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007437 10.0.0.65 - - [2026-03-05 03:04:58] "POST /service-templates HTTP/1.1" 200 545 0.027328 10.0.0.65 - - [2026-03-05 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.65 - - [2026-03-05 03:04:58] "GET /service-template/e616ebe3-36a8-45c8-8609-9eea121b9e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.005006 10.0.0.65 - - [2026-03-05 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002266 10.0.0.65 - - [2026-03-05 03:04:58] "GET /service-template/e616ebe3-36a8-45c8-8609-9eea121b9e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003398 10.0.0.65 - - [2026-03-05 03:04:58] "POST /neutron/network HTTP/1.1" 200 841 0.005680 10.0.0.65 - - [2026-03-05 03:04:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.000938 10.0.0.65 - - [2026-03-05 03:04:58] "POST /id-to-fqname HTTP/1.1" 200 221 0.001135 10.0.0.65 - - [2026-03-05 03:04:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001207 10.0.0.65 - - [2026-03-05 03:04:59] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005830 10.0.0.65 - - [2026-03-05 03:04:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.65 - - [2026-03-05 03:04:59] "DELETE /service-template/e616ebe3-36a8-45c8-8609-9eea121b9e7b HTTP/1.1" 200 115 0.037348 10.0.0.65 - - [2026-03-05 03:04:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.004898 10.0.0.65 - - [2026-03-05 03:04:59] "POST /neutron/port HTTP/1.1" 200 1109 0.103470 10.0.0.65 - - [2026-03-05 03:04:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.009051 10.0.0.65 - - [2026-03-05 03:04:59] "POST /neutron/network HTTP/1.1" 200 831 0.008483 10.0.0.65 - - [2026-03-05 03:05:00] "POST /neutron/port HTTP/1.1" 200 1108 0.011880 10.0.0.65 - - [2026-03-05 03:05:01] "POST /neutron/port HTTP/1.1" 200 1109 0.011950 10.0.0.65 - - [2026-03-05 03:05:01] "POST /neutron/network HTTP/1.1" 200 2178 0.008301 10.0.0.133 - - [2026-03-05 03:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002765 10.0.0.133 - - [2026-03-05 03:05:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004141 10.0.0.65 - - [2026-03-05 03:05:01] "POST /neutron/network HTTP/1.1" 200 151 0.103317 10.0.0.65 - - [2026-03-05 03:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.061870 10.0.0.133 - - [2026-03-05 03:05:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002151 10.0.0.133 - - [2026-03-05 03:05:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002186 10.0.0.65 - - [2026-03-05 03:05:02] "POST /neutron/network HTTP/1.1" 200 151 0.101848 10.0.0.65 - - [2026-03-05 03:05:02] "DELETE /route-target/26984298-acf4-44b0-9ce0-bf4573fee4cb HTTP/1.1" 200 115 0.028612 10.0.0.133 - - [2026-03-05 03:05:02] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000813 10.0.0.133 - - [2026-03-05 03:05:02] "DELETE /project/ed6bcf7120124251b00e3fb4ebc2e616 HTTP/1.1" 404 173 0.057359 10.0.0.133 - - [2026-03-05 03:05:02] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.041833 10.0.0.133 - - [2026-03-05 03:05:02] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001339 10.0.0.133 - - [2026-03-05 03:05:02] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001125 10.0.0.133 - - [2026-03-05 03:05:02] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?fields=security_groups HTTP/1.1" 200 1358 0.039191 10.0.0.133 - - [2026-03-05 03:05:02] "DELETE /project/8b0536d898a846fb8f01bb33b9a98100 HTTP/1.1" 404 173 0.125316 10.0.0.133 - - [2026-03-05 03:05:02] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.063788 10.0.0.133 - - [2026-03-05 03:05:02] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.133 - - [2026-03-05 03:05:02] "DELETE /security-group/44db4887-1672-4296-a8ce-56743c32e506 HTTP/1.1" 200 115 0.069045 10.0.0.133 - - [2026-03-05 03:05:02] "GET /projects?obj_uuids=9a1310fa-4395-4762-91e7-b00ef1dd0ca2&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002176 10.0.0.133 - - [2026-03-05 03:05:02] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?fields=security_groups HTTP/1.1" 200 1358 0.067658 10.0.0.65 - - [2026-03-05 03:05:02] "DELETE /access-control-list/a07c04b1-9275-492c-b443-04a5070aba44 HTTP/1.1" 200 115 0.065561 10.0.0.133 - - [2026-03-05 03:05:02] "GET /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2?fields=application_policy_sets HTTP/1.1" 200 1397 0.106359 10.0.0.133 - - [2026-03-05 03:05:02] "DELETE /security-group/1b750689-2b17-4c81-b9ef-a7da057b736e HTTP/1.1" 200 115 0.098802 10.0.0.133 - - [2026-03-05 03:05:02] "GET /projects?obj_uuids=8b0536d8-98a8-46fb-8f01-bb33b9a98100&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.133 - - [2026-03-05 03:05:02] "GET /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100?fields=application_policy_sets HTTP/1.1" 200 1397 0.079009 10.0.0.65 - - [2026-03-05 03:05:02] "DELETE /access-control-list/4741f242-34c6-45c9-b0b3-eda4e5ff7683 HTTP/1.1" 200 115 0.069326 10.0.0.133 - - [2026-03-05 03:05:02] "DELETE /project/9a1310fa-4395-4762-91e7-b00ef1dd0ca2 HTTP/1.1" 200 115 0.647907 10.0.0.133 - - [2026-03-05 03:05:02] "DELETE /project/8b0536d8-98a8-46fb-8f01-bb33b9a98100 HTTP/1.1" 200 115 0.714675 10.0.0.65 - - [2026-03-05 03:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.133 - - [2026-03-05 03:05:05] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000968 10.0.0.65 - - [2026-03-05 03:05:05] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.056010 10.0.0.65 - - [2026-03-05 03:05:05] "POST /neutron/network HTTP/1.1" 200 117 0.012674 10.0.0.65 - - [2026-03-05 03:05:05] "POST /neutron/network HTTP/1.1" 200 830 0.009341 10.0.0.65 - - [2026-03-05 03:05:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001167 10.0.0.65 - - [2026-03-05 03:05:05] "GET /virtual-network/a093fc21-092f-4cd7-b7e5-c1e25ab3bba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005487 10.0.0.65 - - [2026-03-05 03:05:05] "GET /virtual-network/a093fc21-092f-4cd7-b7e5-c1e25ab3bba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006606 10.0.0.65 - - [2026-03-05 03:05:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.010514 10.0.0.65 - - [2026-03-05 03:05:06] "GET /virtual-network/a093fc21-092f-4cd7-b7e5-c1e25ab3bba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005342 10.0.0.65 - - [2026-03-05 03:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.133 - - [2026-03-05 03:05:06] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001323 10.0.0.65 - - [2026-03-05 03:05:06] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.055166 10.0.0.65 - - [2026-03-05 03:05:06] "POST /route-targets HTTP/1.1" 200 328 0.012009 10.0.0.133 - - [2026-03-05 03:05:06] "POST /useragent-kv HTTP/1.1" 200 115 0.011391 10.0.0.65 - - [2026-03-05 03:05:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.182241 10.0.0.65 - - [2026-03-05 03:05:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001166 10.0.0.65 - - [2026-03-05 03:05:07] "GET /virtual-network/7dcf84b3-ef81-45c7-8a30-a2316ce1aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004565 10.0.0.65 - - [2026-03-05 03:05:07] "GET /virtual-network/7dcf84b3-ef81-45c7-8a30-a2316ce1aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007466 10.0.0.65 - - [2026-03-05 03:05:07] "POST /neutron/network HTTP/1.1" 200 830 0.010150 10.0.0.65 - - [2026-03-05 03:05:07] "GET /virtual-network/7dcf84b3-ef81-45c7-8a30-a2316ce1aad1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007345 10.0.0.65 - - [2026-03-05 03:05:07] "GET /obj-perms HTTP/1.1" 200 5022 0.003424 10.0.0.65 - - [2026-03-05 03:05:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.133 - - [2026-03-05 03:05:07] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001086 10.0.0.65 - - [2026-03-05 03:05:07] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.049721 10.0.0.133 - - [2026-03-05 03:05:07] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.65 - - [2026-03-05 03:05:07] "POST /neutron/network HTTP/1.1" 200 613 0.122105 10.0.0.65 - - [2026-03-05 03:05:07] "POST /ref-update HTTP/1.1" 200 156 0.026886 10.0.0.65 - - [2026-03-05 03:05:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.003597 10.0.0.65 - - [2026-03-05 03:05:08] "GET /virtual-network/89b9a5d8-1a7b-444c-be1f-c4a7bedfbfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006056 10.0.0.65 - - [2026-03-05 03:05:08] "POST /neutron/network HTTP/1.1" 200 832 0.005935 10.0.0.65 - - [2026-03-05 03:05:08] "GET /virtual-network/89b9a5d8-1a7b-444c-be1f-c4a7bedfbfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007154 10.0.0.65 - - [2026-03-05 03:05:08] "GET /virtual-network/89b9a5d8-1a7b-444c-be1f-c4a7bedfbfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006563 10.0.0.33 - - [2026-03-05 03:05:08] "GET /obj-perms HTTP/1.1" 200 5022 0.006769 10.0.0.133 - - [2026-03-05 03:05:08] "GET /obj-perms HTTP/1.1" 200 5022 0.007180 10.0.0.65 - - [2026-03-05 03:05:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.133 - - [2026-03-05 03:05:08] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000827 10.0.0.65 - - [2026-03-05 03:05:08] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.042392 10.0.0.65 - - [2026-03-05 03:05:08] "POST /neutron/network HTTP/1.1" 200 117 0.012432 10.0.0.65 - - [2026-03-05 03:05:09] "POST /neutron/network HTTP/1.1" 200 841 0.008907 10.0.0.65 - - [2026-03-05 03:05:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001103 10.0.0.65 - - [2026-03-05 03:05:09] "GET /virtual-network/b5b94ff8-c342-4779-b5c0-7b6a04a9c2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005019 10.0.0.65 - - [2026-03-05 03:05:09] "GET /virtual-network/b5b94ff8-c342-4779-b5c0-7b6a04a9c2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004740 10.0.0.65 - - [2026-03-05 03:05:09] "POST /neutron/subnet HTTP/1.1" 200 720 0.007920 10.0.0.65 - - [2026-03-05 03:05:09] "GET /virtual-network/b5b94ff8-c342-4779-b5c0-7b6a04a9c2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005010 10.0.0.65 - - [2026-03-05 03:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.133 - - [2026-03-05 03:05:09] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000958 10.0.0.65 - - [2026-03-05 03:05:09] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.046613 10.0.0.65 - - [2026-03-05 03:05:09] "POST /route-targets HTTP/1.1" 200 328 0.012155 10.0.0.133 - - [2026-03-05 03:05:10] "POST /useragent-kv HTTP/1.1" 200 115 0.006725 10.0.0.65 - - [2026-03-05 03:05:10] "POST /neutron/subnet HTTP/1.1" 200 720 0.156874 10.0.0.65 - - [2026-03-05 03:05:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001250 10.0.0.65 - - [2026-03-05 03:05:10] "GET /virtual-network/8fd52f67-6d1e-494c-b803-5a0125334be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006344 10.0.0.65 - - [2026-03-05 03:05:10] "GET /virtual-network/8fd52f67-6d1e-494c-b803-5a0125334be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005421 10.0.0.65 - - [2026-03-05 03:05:10] "POST /neutron/network HTTP/1.1" 200 843 0.005462 10.0.0.65 - - [2026-03-05 03:05:10] "GET /virtual-network/8fd52f67-6d1e-494c-b803-5a0125334be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005088 10.0.0.65 - - [2026-03-05 03:05:10] "GET /obj-perms HTTP/1.1" 200 5022 0.003489 10.0.0.65 - - [2026-03-05 03:05:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001331 10.0.0.133 - - [2026-03-05 03:05:11] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001086 10.0.0.65 - - [2026-03-05 03:05:11] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.069972 10.0.0.65 - - [2026-03-05 03:05:11] "POST /neutron/network HTTP/1.1" 200 830 0.029524 10.0.0.65 - - [2026-03-05 03:05:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001641 10.0.0.65 - - [2026-03-05 03:05:11] "POST /neutron/port HTTP/1.1" 200 117 0.005693 10.0.0.133 - - [2026-03-05 03:05:12] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000932 10.0.0.65 - - [2026-03-05 03:05:12] "POST /neutron/port HTTP/1.1" 200 1056 0.301767 10.0.0.133 - - [2026-03-05 03:05:12] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000990 10.0.0.65 - - [2026-03-05 03:05:12] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.091554 10.0.0.65 - - [2026-03-05 03:05:12] "POST /neutron/port HTTP/1.1" 200 1110 0.141340 10.0.0.65 - - [2026-03-05 03:05:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003570 10.0.0.65 - - [2026-03-05 03:05:13] "POST /neutron/network HTTP/1.1" 200 830 0.007863 10.0.0.65 - - [2026-03-05 03:05:13] "POST /neutron/port HTTP/1.1" 200 117 0.005177 10.0.0.65 - - [2026-03-05 03:05:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.002301 10.0.0.65 - - [2026-03-05 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002606 10.0.0.133 - - [2026-03-05 03:05:13] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000900 10.0.0.65 - - [2026-03-05 03:05:13] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.007156 10.0.0.65 - - [2026-03-05 03:05:13] "POST /service-templates HTTP/1.1" 200 545 0.019407 10.0.0.65 - - [2026-03-05 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.65 - - [2026-03-05 03:05:13] "GET /service-template/f2c3b7a3-1104-4ff8-88b5-13c69cbd9fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004462 10.0.0.65 - - [2026-03-05 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.65 - - [2026-03-05 03:05:13] "GET /service-template/f2c3b7a3-1104-4ff8-88b5-13c69cbd9fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003661 10.0.0.65 - - [2026-03-05 03:05:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.000981 10.0.0.65 - - [2026-03-05 03:05:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001208 10.0.0.65 - - [2026-03-05 03:05:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001228 10.0.0.65 - - [2026-03-05 03:05:13] "POST /neutron/port HTTP/1.1" 200 2034 0.041560 10.0.0.65 - - [2026-03-05 03:05:13] "POST /neutron/port HTTP/1.1" 200 1056 0.012496 10.0.0.65 - - [2026-03-05 03:05:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.65 - - [2026-03-05 03:05:13] "DELETE /service-template/f2c3b7a3-1104-4ff8-88b5-13c69cbd9fdd HTTP/1.1" 200 115 0.027345 10.0.0.65 - - [2026-03-05 03:05:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.011780 10.0.0.65 - - [2026-03-05 03:05:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004030 10.0.0.65 - - [2026-03-05 03:05:14] "POST /neutron/network HTTP/1.1" 200 832 0.008618 10.0.0.65 - - [2026-03-05 03:05:14] "DELETE /route-target/46b7a027-c390-49b3-baf3-1da23774749a HTTP/1.1" 200 115 0.021929 10.0.0.65 - - [2026-03-05 03:05:14] "POST /neutron/network HTTP/1.1" 200 841 0.005849 10.0.0.65 - - [2026-03-05 03:05:14] "POST /neutron/port HTTP/1.1" 200 1110 0.014477 10.0.0.65 - - [2026-03-05 03:05:14] "POST /neutron/network HTTP/1.1" 400 204 0.015513 10.0.0.65 - - [2026-03-05 03:05:15] "POST /neutron/port HTTP/1.1" 200 151 0.180331 10.0.0.65 - - [2026-03-05 03:05:15] "POST /neutron/network HTTP/1.1" 200 2181 0.009182 10.0.0.65 - - [2026-03-05 03:05:16] "POST /neutron/network HTTP/1.1" 200 832 0.006190 10.0.0.65 - - [2026-03-05 03:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.133 - - [2026-03-05 03:05:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002467 10.0.0.133 - - [2026-03-05 03:05:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002281 10.0.0.65 - - [2026-03-05 03:05:17] "POST /neutron/network HTTP/1.1" 200 151 0.113959 10.0.0.65 - - [2026-03-05 03:05:17] "DELETE /route-target/dfc47929-f8e8-471f-88cf-48aedfa413e3 HTTP/1.1" 200 115 0.036044 10.0.0.133 - - [2026-03-05 03:05:19] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000865 10.0.0.65 - - [2026-03-05 03:05:19] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1351 0.044978 10.0.0.133 - - [2026-03-05 03:05:19] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000842 10.0.0.65 - - [2026-03-05 03:05:19] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?fields=virtual_networks HTTP/1.1" 200 1027 0.035373 10.0.0.133 - - [2026-03-05 03:05:19] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000894 10.0.0.65 - - [2026-03-05 03:05:19] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.044321 10.0.0.133 - - [2026-03-05 03:05:19] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000865 10.0.0.65 - - [2026-03-05 03:05:19] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?fields=security_groups HTTP/1.1" 200 1250 0.040836 10.0.0.65 - - [2026-03-05 03:05:20] "POST /fqname-to-id HTTP/1.1" 404 190 0.026463 10.0.0.133 - - [2026-03-05 03:05:20] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002518 10.0.0.133 - - [2026-03-05 03:05:20] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.133 - - [2026-03-05 03:05:20] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006621 10.0.0.133 - - [2026-03-05 03:05:20] "POST /id-to-fqname HTTP/1.1" 200 192 0.002380 10.0.0.133 - - [2026-03-05 03:05:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.011478 10.0.0.133 - - [2026-03-05 03:05:20] "POST /security-groups HTTP/1.1" 200 593 0.029972 10.0.0.65 - - [2026-03-05 03:05:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.002954 10.0.0.133 - - [2026-03-05 03:05:20] "POST /projects HTTP/1.1" 200 589 0.235324 10.0.0.133 - - [2026-03-05 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.309236 10.0.0.65 - - [2026-03-05 03:05:20] "POST /access-control-lists HTTP/1.1" 200 598 0.027599 10.0.0.65 - - [2026-03-05 03:05:20] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.443081 10.0.0.65 - - [2026-03-05 03:05:21] "GET / HTTP/1.1" 200 36215 0.001407 10.0.0.65 - - [2026-03-05 03:05:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000508 10.0.0.65 - - [2026-03-05 03:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.073197 10.0.0.133 - - [2026-03-05 03:05:24] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000995 10.0.0.65 - - [2026-03-05 03:05:24] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.040407 10.0.0.65 - - [2026-03-05 03:05:24] "POST /neutron/network HTTP/1.1" 200 117 0.034380 10.0.0.65 - - [2026-03-05 03:05:24] "POST /neutron/network HTTP/1.1" 200 832 0.007156 10.0.0.65 - - [2026-03-05 03:05:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001031 10.0.0.65 - - [2026-03-05 03:05:24] "GET /virtual-network/c3a346b8-3b92-4a41-ba41-201f7dba9c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004371 10.0.0.65 - - [2026-03-05 03:05:24] "GET /virtual-network/c3a346b8-3b92-4a41-ba41-201f7dba9c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004797 10.0.0.65 - - [2026-03-05 03:05:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.008052 10.0.0.65 - - [2026-03-05 03:05:25] "GET /virtual-network/c3a346b8-3b92-4a41-ba41-201f7dba9c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005135 10.0.0.33 - - [2026-03-05 03:05:26] "GET /obj-perms HTTP/1.1" 200 5034 0.053156 10.0.0.133 - - [2026-03-05 03:05:26] "GET /obj-perms HTTP/1.1" 200 5034 0.055318 10.0.0.65 - - [2026-03-05 03:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.133 - - [2026-03-05 03:05:26] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001859 10.0.0.65 - - [2026-03-05 03:05:26] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.046662 10.0.0.65 - - [2026-03-05 03:05:26] "POST /route-targets HTTP/1.1" 200 328 0.016088 10.0.0.133 - - [2026-03-05 03:05:27] "POST /useragent-kv HTTP/1.1" 200 115 0.007609 10.0.0.65 - - [2026-03-05 03:05:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.195612 10.0.0.65 - - [2026-03-05 03:05:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.001148 10.0.0.65 - - [2026-03-05 03:05:27] "GET /virtual-network/34782ea5-0758-4fdd-a9fb-198701762399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005288 10.0.0.65 - - [2026-03-05 03:05:27] "GET /virtual-network/34782ea5-0758-4fdd-a9fb-198701762399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005184 10.0.0.65 - - [2026-03-05 03:05:27] "POST /neutron/network HTTP/1.1" 200 833 0.006840 10.0.0.65 - - [2026-03-05 03:05:27] "GET /virtual-network/34782ea5-0758-4fdd-a9fb-198701762399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005206 10.0.0.65 - - [2026-03-05 03:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004262 10.0.0.133 - - [2026-03-05 03:05:27] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001111 10.0.0.65 - - [2026-03-05 03:05:27] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.056442 10.0.0.133 - - [2026-03-05 03:05:27] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001236 10.0.0.65 - - [2026-03-05 03:05:28] "POST /neutron/network HTTP/1.1" 200 617 0.119152 10.0.0.65 - - [2026-03-05 03:05:28] "POST /ref-update HTTP/1.1" 200 156 0.019888 10.0.0.65 - - [2026-03-05 03:05:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.003227 10.0.0.65 - - [2026-03-05 03:05:28] "GET /virtual-network/0864fdb0-6950-465f-9a58-0736c134726e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005044 10.0.0.65 - - [2026-03-05 03:05:28] "POST /neutron/network HTTP/1.1" 200 837 0.008320 10.0.0.65 - - [2026-03-05 03:05:28] "GET /virtual-network/0864fdb0-6950-465f-9a58-0736c134726e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006197 10.0.0.65 - - [2026-03-05 03:05:28] "GET /virtual-network/0864fdb0-6950-465f-9a58-0736c134726e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005371 10.0.0.65 - - [2026-03-05 03:05:28] "GET /obj-perms HTTP/1.1" 200 5034 0.057306 10.0.0.65 - - [2026-03-05 03:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.133 - - [2026-03-05 03:05:29] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000880 10.0.0.65 - - [2026-03-05 03:05:29] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.035809 10.0.0.65 - - [2026-03-05 03:05:29] "POST /neutron/network HTTP/1.1" 200 117 0.014797 10.0.0.65 - - [2026-03-05 03:05:29] "POST /neutron/network HTTP/1.1" 200 848 0.007902 10.0.0.65 - - [2026-03-05 03:05:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.000994 10.0.0.65 - - [2026-03-05 03:05:29] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004347 10.0.0.65 - - [2026-03-05 03:05:29] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009145 10.0.0.65 - - [2026-03-05 03:05:29] "POST /neutron/subnet HTTP/1.1" 200 725 0.007725 10.0.0.65 - - [2026-03-05 03:05:29] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006298 10.0.0.33 - - [2026-03-05 03:05:30] "GET /obj-perms HTTP/1.1" 200 5034 0.004527 10.0.0.133 - - [2026-03-05 03:05:30] "GET /obj-perms HTTP/1.1" 200 5034 0.003323 10.0.0.65 - - [2026-03-05 03:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008069 10.0.0.133 - - [2026-03-05 03:05:30] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001895 10.0.0.65 - - [2026-03-05 03:05:30] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.038959 10.0.0.65 - - [2026-03-05 03:05:30] "POST /route-targets HTTP/1.1" 200 328 0.011046 10.0.0.133 - - [2026-03-05 03:05:30] "POST /useragent-kv HTTP/1.1" 200 115 0.010270 10.0.0.65 - - [2026-03-05 03:05:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.237305 10.0.0.65 - - [2026-03-05 03:05:30] "POST /id-to-fqname HTTP/1.1" 200 234 0.001213 10.0.0.65 - - [2026-03-05 03:05:30] "GET /virtual-network/4d3bb0f8-db1f-4848-8759-62141a7a0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004712 10.0.0.65 - - [2026-03-05 03:05:30] "GET /virtual-network/4d3bb0f8-db1f-4848-8759-62141a7a0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004773 10.0.0.65 - - [2026-03-05 03:05:30] "POST /neutron/network HTTP/1.1" 200 848 0.006016 10.0.0.65 - - [2026-03-05 03:05:30] "GET /virtual-network/4d3bb0f8-db1f-4848-8759-62141a7a0e28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005198 10.0.0.65 - - [2026-03-05 03:05:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001241 10.0.0.133 - - [2026-03-05 03:05:32] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000895 10.0.0.65 - - [2026-03-05 03:05:32] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066463 10.0.0.65 - - [2026-03-05 03:05:32] "POST /neutron/network HTTP/1.1" 200 832 0.006961 10.0.0.65 - - [2026-03-05 03:05:32] "POST /id-to-fqname HTTP/1.1" 200 225 0.001196 10.0.0.65 - - [2026-03-05 03:05:32] "POST /neutron/port HTTP/1.1" 200 117 0.004567 10.0.0.133 - - [2026-03-05 03:05:32] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000862 10.0.0.65 - - [2026-03-05 03:05:32] "POST /neutron/port HTTP/1.1" 200 1064 0.244489 10.0.0.65 - - [2026-03-05 03:05:33] "POST /neutron/port HTTP/1.1" 200 1118 0.092469 10.0.0.65 - - [2026-03-05 03:05:33] "POST /neutron/subnet HTTP/1.1" 200 708 0.007628 10.0.0.133 - - [2026-03-05 03:05:33] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000897 10.0.0.65 - - [2026-03-05 03:05:33] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.074520 10.0.0.65 - - [2026-03-05 03:05:33] "POST /neutron/network HTTP/1.1" 200 833 0.006549 10.0.0.65 - - [2026-03-05 03:05:33] "POST /neutron/port HTTP/1.1" 200 117 0.007200 10.0.0.65 - - [2026-03-05 03:05:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.002748 10.0.0.65 - - [2026-03-05 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.133 - - [2026-03-05 03:05:33] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.65 - - [2026-03-05 03:05:33] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.011481 10.0.0.65 - - [2026-03-05 03:05:33] "POST /service-templates HTTP/1.1" 200 545 0.027268 10.0.0.65 - - [2026-03-05 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.65 - - [2026-03-05 03:05:33] "GET /service-template/8e9bf1b0-9ae2-427f-86af-8db148a923c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.005837 10.0.0.65 - - [2026-03-05 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.65 - - [2026-03-05 03:05:34] "GET /service-template/8e9bf1b0-9ae2-427f-86af-8db148a923c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.004911 10.0.0.65 - - [2026-03-05 03:05:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001333 10.0.0.65 - - [2026-03-05 03:05:34] "POST /neutron/port HTTP/1.1" 200 1128 0.020130 10.0.0.65 - - [2026-03-05 03:05:34] "POST /neutron/port HTTP/1.1" 200 1063 0.021856 10.0.0.65 - - [2026-03-05 03:05:34] "POST /neutron/port HTTP/1.1" 200 1127 0.014625 10.0.0.65 - - [2026-03-05 03:05:34] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.133 - - [2026-03-05 03:05:35] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000901 10.0.0.65 - - [2026-03-05 03:05:35] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.067052 10.0.0.65 - - [2026-03-05 03:05:35] "POST /neutron/port HTTP/1.1" 200 2103 0.019590 10.0.0.65 - - [2026-03-05 03:05:35] "GET /virtual-machine/81a90ef7-fa01-4bef-99d6-b94125ffdc00 HTTP/1.1" 401 292 0.000400 10.0.0.65 - - [2026-03-05 03:05:35] "GET /virtual-machine/81a90ef7-fa01-4bef-99d6-b94125ffdc00 HTTP/1.1" 404 171 0.031660 10.0.0.65 - - [2026-03-05 03:05:35] "POST /neutron/network HTTP/1.1" 200 858 0.007394 10.0.0.65 - - [2026-03-05 03:05:36] "POST /neutron/port HTTP/1.1" 200 1062 0.014418 10.0.0.65 - - [2026-03-05 03:05:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003392 10.0.0.65 - - [2026-03-05 03:05:36] "POST /neutron/network HTTP/1.1" 200 848 0.005843 10.0.0.65 - - [2026-03-05 03:05:37] "GET /virtual-machine/81a90ef7-fa01-4bef-99d6-b94125ffdc00 HTTP/1.1" 200 1296 0.006384 10.0.0.65 - - [2026-03-05 03:05:37] "GET /virtual-machine-interface/cd9c1854-12be-45c5-8e4f-f4a2f4de3455 HTTP/1.1" 200 2992 0.008164 10.0.0.65 - - [2026-03-05 03:05:38] "GET /virtual-machine-interface/cd9c1854-12be-45c5-8e4f-f4a2f4de3455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2770 0.006726 10.0.0.65 - - [2026-03-05 03:05:38] "PUT /virtual-machine-interface/cd9c1854-12be-45c5-8e4f-f4a2f4de3455 HTTP/1.1" 200 285 0.013354 10.0.0.65 - - [2026-03-05 03:05:39] "GET /obj-perms HTTP/1.1" 200 5056 0.084296 10.0.0.65 - - [2026-03-05 03:05:43] "POST /neutron/port HTTP/1.1" 200 1126 0.017961 10.0.0.65 - - [2026-03-05 03:05:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006539 10.0.0.65 - - [2026-03-05 03:05:43] "GET /virtual-machine/81a90ef7-fa01-4bef-99d6-b94125ffdc00 HTTP/1.1" 200 1296 0.004043 10.0.0.65 - - [2026-03-05 03:05:43] "GET /virtual-machine-interface/cd9c1854-12be-45c5-8e4f-f4a2f4de3455 HTTP/1.1" 200 3042 0.004819 10.0.0.65 - - [2026-03-05 03:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.65 - - [2026-03-05 03:05:43] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004309 10.0.0.65 - - [2026-03-05 03:05:43] "GET /virtual-networks?parent_id=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002767 10.0.0.65 - - [2026-03-05 03:05:43] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005291 10.0.0.65 - - [2026-03-05 03:05:43] "POST /neutron/port HTTP/1.1" 200 1127 0.016379 10.0.0.65 - - [2026-03-05 03:05:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003655 10.0.0.65 - - [2026-03-05 03:05:43] "POST /neutron/network HTTP/1.1" 200 833 0.006636 10.0.0.65 - - [2026-03-05 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.65 - - [2026-03-05 03:05:46] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004562 10.0.0.65 - - [2026-03-05 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.65 - - [2026-03-05 03:05:50] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004910 10.0.0.65 - - [2026-03-05 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.65 - - [2026-03-05 03:05:54] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006925 10.0.0.65 - - [2026-03-05 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.65 - - [2026-03-05 03:05:58] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004968 10.0.0.65 - - [2026-03-05 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.65 - - [2026-03-05 03:06:03] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006963 10.0.0.133 - - [2026-03-05 03:06:03] "DELETE /project/4aab3a80b1074467b63a4c0c43603646 HTTP/1.1" 404 173 0.005503 10.0.0.133 - - [2026-03-05 03:06:03] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000934 10.0.0.133 - - [2026-03-05 03:06:03] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.042614 10.0.0.133 - - [2026-03-05 03:06:03] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.133 - - [2026-03-05 03:06:03] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?fields=security_groups HTTP/1.1" 200 1352 0.046675 10.0.0.133 - - [2026-03-05 03:06:03] "DELETE /security-group/9c801097-3e17-4756-bfe9-3fd1f9b8c836 HTTP/1.1" 404 177 0.007787 10.0.0.133 - - [2026-03-05 03:06:03] "GET /projects?obj_uuids=ed6bcf71-2012-4251-b00e-3fb4ebc2e616&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002327 10.0.0.65 - - [2026-03-05 03:06:03] "DELETE /access-control-list/cf424a07-7800-4af7-bc4b-72d47f07b50f HTTP/1.1" 200 115 0.056803 10.0.0.133 - - [2026-03-05 03:06:03] "GET /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616?fields=application_policy_sets HTTP/1.1" 200 1391 0.051827 10.0.0.133 - - [2026-03-05 03:06:03] "DELETE /project/ed6bcf71-2012-4251-b00e-3fb4ebc2e616 HTTP/1.1" 200 115 0.363168 10.0.0.65 - - [2026-03-05 03:06:05] "POST /neutron/network HTTP/1.1" 200 842 0.005745 10.0.0.65 - - [2026-03-05 03:06:05] "POST /neutron/port HTTP/1.1" 200 117 0.001051 10.0.0.65 - - [2026-03-05 03:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.65 - - [2026-03-05 03:06:07] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004732 10.0.0.65 - - [2026-03-05 03:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.65 - - [2026-03-05 03:06:11] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007025 10.0.0.65 - - [2026-03-05 03:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.65 - - [2026-03-05 03:06:15] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004827 10.0.0.65 - - [2026-03-05 03:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.65 - - [2026-03-05 03:06:19] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006358 10.0.0.65 - - [2026-03-05 03:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.65 - - [2026-03-05 03:06:23] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004767 10.0.0.65 - - [2026-03-05 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.65 - - [2026-03-05 03:06:27] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004426 10.0.0.65 - - [2026-03-05 03:06:27] "GET /virtual-networks?parent_id=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.005478 10.0.0.65 - - [2026-03-05 03:06:27] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005789 10.0.0.65 - - [2026-03-05 03:06:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008094 10.0.0.65 - - [2026-03-05 03:06:32] "POST /neutron/port HTTP/1.1" 200 1126 0.014587 10.0.0.65 - - [2026-03-05 03:06:33] "POST /neutron/security_group HTTP/1.1" 200 2060 0.034286 10.0.0.65 - - [2026-03-05 03:06:38] "POST /neutron/port HTTP/1.1" 200 1126 0.016465 10.0.0.133 - - [2026-03-05 03:06:40] "GET /obj-perms HTTP/1.1" 200 5056 0.052390 10.0.0.65 - - [2026-03-05 03:06:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007986 10.0.0.65 - - [2026-03-05 03:06:44] "POST /neutron/network HTTP/1.1" 200 843 0.007792 10.0.0.65 - - [2026-03-05 03:06:44] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.65 - - [2026-03-05 03:06:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006444 10.0.0.65 - - [2026-03-05 03:06:53] "POST /fqname-to-id HTTP/1.1" 404 211 0.003027 10.0.0.65 - - [2026-03-05 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.133 - - [2026-03-05 03:06:53] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001253 10.0.0.65 - - [2026-03-05 03:06:53] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047851 10.0.0.65 - - [2026-03-05 03:06:53] "POST /service-instances HTTP/1.1" 200 549 0.027889 10.0.0.65 - - [2026-03-05 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.65 - - [2026-03-05 03:06:53] "GET /service-instance/b332e711-1acc-4407-b474-26be6b2acb6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006095 10.0.0.65 - - [2026-03-05 03:06:53] "POST /port-tuples HTTP/1.1" 200 592 0.033318 10.0.0.65 - - [2026-03-05 03:06:53] "GET /virtual-machine-interface/cd9c1854-12be-45c5-8e4f-f4a2f4de3455?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2820 0.005644 10.0.0.65 - - [2026-03-05 03:06:54] "PUT /virtual-machine-interface/cd9c1854-12be-45c5-8e4f-f4a2f4de3455 HTTP/1.1" 200 285 0.018344 10.0.0.65 - - [2026-03-05 03:06:54] "POST /ref-update HTTP/1.1" 200 156 0.017728 10.0.0.65 - - [2026-03-05 03:06:54] "POST /ref-update HTTP/1.1" 200 156 0.021014 10.0.0.65 - - [2026-03-05 03:06:54] "POST /neutron/port HTTP/1.1" 200 1128 0.023583 10.0.0.65 - - [2026-03-05 03:06:54] "POST /ref-update HTTP/1.1" 200 156 0.019253 10.0.0.65 - - [2026-03-05 03:06:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006714 10.0.0.65 - - [2026-03-05 03:06:54] "GET /virtual-machine/7721a1e7-afd4-4d63-8613-fc19cc847d84 HTTP/1.1" 200 1295 0.004269 10.0.0.65 - - [2026-03-05 03:06:54] "GET /virtual-machine-interface/59ae76dc-578e-4c34-bf19-a244858f2ed8 HTTP/1.1" 200 2964 0.006056 10.0.0.65 - - [2026-03-05 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.65 - - [2026-03-05 03:06:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002756 10.0.0.65 - - [2026-03-05 03:06:54] "GET /virtual-networks?parent_id=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003039 10.0.0.65 - - [2026-03-05 03:06:54] "GET /virtual-network/c3a346b8-3b92-4a41-ba41-201f7dba9c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005061 10.0.0.65 - - [2026-03-05 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.65 - - [2026-03-05 03:06:55] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004237 10.0.0.65 - - [2026-03-05 03:06:55] "GET /virtual-networks?parent_id=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003796 10.0.0.65 - - [2026-03-05 03:06:55] "GET /virtual-network/c3a346b8-3b92-4a41-ba41-201f7dba9c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005256 10.0.0.65 - - [2026-03-05 03:06:55] "POST /neutron/port HTTP/1.1" 200 1127 0.014562 10.0.0.65 - - [2026-03-05 03:06:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006047 10.0.0.65 - - [2026-03-05 03:06:56] "GET /virtual-machine/cadf4a7d-c9ea-4668-a063-b7e17dc78bd6 HTTP/1.1" 200 1297 0.004561 10.0.0.65 - - [2026-03-05 03:06:56] "GET /virtual-machine-interface/58f3c39f-15ee-412f-9d45-5dd99e66a629 HTTP/1.1" 200 2967 0.004431 10.0.0.65 - - [2026-03-05 03:06:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.65 - - [2026-03-05 03:06:56] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003134 10.0.0.65 - - [2026-03-05 03:06:56] "GET /virtual-networks?parent_id=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002453 10.0.0.65 - - [2026-03-05 03:06:56] "GET /virtual-network/34782ea5-0758-4fdd-a9fb-198701762399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005038 10.0.0.65 - - [2026-03-05 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.65 - - [2026-03-05 03:06:57] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003951 10.0.0.65 - - [2026-03-05 03:06:57] "GET /virtual-networks?parent_id=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003875 10.0.0.65 - - [2026-03-05 03:06:57] "GET /virtual-network/34782ea5-0758-4fdd-a9fb-198701762399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006905 10.0.0.65 - - [2026-03-05 03:06:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.003314 10.0.0.65 - - [2026-03-05 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.133 - - [2026-03-05 03:06:57] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001217 10.0.0.65 - - [2026-03-05 03:06:57] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.048143 10.0.0.65 - - [2026-03-05 03:06:57] "POST /network-policys HTTP/1.1" 200 553 0.034901 10.0.0.65 - - [2026-03-05 03:06:57] "GET /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005256 10.0.0.65 - - [2026-03-05 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.65 - - [2026-03-05 03:06:57] "GET /virtual-network/c3a346b8-3b92-4a41-ba41-201f7dba9c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.010494 10.0.0.65 - - [2026-03-05 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.65 - - [2026-03-05 03:06:57] "GET /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004711 10.0.0.65 - - [2026-03-05 03:06:57] "POST /ref-update HTTP/1.1" 200 156 0.069260 10.0.0.65 - - [2026-03-05 03:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.65 - - [2026-03-05 03:06:58] "POST /ref-update HTTP/1.1" 200 156 0.029381 10.0.0.65 - - [2026-03-05 03:06:58] "GET /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.017703 10.0.0.65 - - [2026-03-05 03:06:58] "GET /virtual-network/c3a346b8-3b92-4a41-ba41-201f7dba9c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2372 0.010349 10.0.0.65 - - [2026-03-05 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.65 - - [2026-03-05 03:06:58] "GET /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004120 10.0.0.65 - - [2026-03-05 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.65 - - [2026-03-05 03:06:58] "GET /virtual-network/34782ea5-0758-4fdd-a9fb-198701762399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006464 10.0.0.65 - - [2026-03-05 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002261 10.0.0.65 - - [2026-03-05 03:06:58] "GET /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.003323 10.0.0.65 - - [2026-03-05 03:06:58] "POST /ref-update HTTP/1.1" 200 156 0.044559 10.0.0.65 - - [2026-03-05 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.65 - - [2026-03-05 03:06:58] "GET /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005504 10.0.0.65 - - [2026-03-05 03:06:58] "POST /ref-update HTTP/1.1" 200 156 0.035796 10.0.0.65 - - [2026-03-05 03:06:58] "GET /virtual-network/34782ea5-0758-4fdd-a9fb-198701762399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.014869 10.0.0.65 - - [2026-03-05 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004568 10.0.0.65 - - [2026-03-05 03:06:58] "GET /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.003387 10.0.0.65 - - [2026-03-05 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.65 - - [2026-03-05 03:06:58] "GET /service-template/8e9bf1b0-9ae2-427f-86af-8db148a923c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.003362 10.0.0.65 - - [2026-03-05 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002451 10.0.0.133 - - [2026-03-05 03:06:58] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001164 10.0.0.65 - - [2026-03-05 03:06:58] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.032693 10.0.0.65 - - [2026-03-05 03:06:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.65 - - [2026-03-05 03:06:58] "GET /service-instance/b332e711-1acc-4407-b474-26be6b2acb6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005762 10.0.0.65 - - [2026-03-05 03:06:59] "POST /neutron/port HTTP/1.1" 200 1384 0.024225 10.0.0.65 - - [2026-03-05 03:06:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007731 10.0.0.65 - - [2026-03-05 03:06:59] "POST /neutron/port HTTP/1.1" 200 1384 0.023287 10.0.0.65 - - [2026-03-05 03:06:59] "POST /neutron/network HTTP/1.1" 200 848 0.006955 10.0.0.65 - - [2026-03-05 03:06:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001318 10.0.0.65 - - [2026-03-05 03:06:59] "GET /virtual-machine/81a90ef7-fa01-4bef-99d6-b94125ffdc00 HTTP/1.1" 200 1296 0.003898 10.0.0.65 - - [2026-03-05 03:06:59] "GET /virtual-machine-interface/cd9c1854-12be-45c5-8e4f-f4a2f4de3455 HTTP/1.1" 200 3901 0.005929 10.0.0.65 - - [2026-03-05 03:06:59] "GET /instance-ip/30b18d27-3e6f-4a7c-ab2a-c9d03399889d HTTP/1.1" 200 1966 0.004400 10.0.0.65 - - [2026-03-05 03:06:59] "GET /instance-ip/801f2325-4f85-44d2-8530-1fd100f93a9b HTTP/1.1" 200 1637 0.006272 10.0.0.65 - - [2026-03-05 03:06:59] "GET /instance-ip/e9edb941-79a0-4ddd-a990-1e313c07ea41 HTTP/1.1" 200 1969 0.004720 10.0.0.65 - - [2026-03-05 03:06:59] "POST /neutron/port HTTP/1.1" 200 1384 0.021589 10.0.0.65 - - [2026-03-05 03:06:59] "GET /virtual-machine/81a90ef7-fa01-4bef-99d6-b94125ffdc00 HTTP/1.1" 200 1296 0.003905 10.0.0.65 - - [2026-03-05 03:06:59] "GET /virtual-machine-interface/cd9c1854-12be-45c5-8e4f-f4a2f4de3455 HTTP/1.1" 200 3901 0.004329 10.0.0.65 - - [2026-03-05 03:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.65 - - [2026-03-05 03:06:59] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003702 10.0.0.65 - - [2026-03-05 03:06:59] "GET /virtual-networks?parent_id=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003132 10.0.0.65 - - [2026-03-05 03:06:59] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006251 10.0.0.65 - - [2026-03-05 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.65 - - [2026-03-05 03:07:00] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003200 10.0.0.65 - - [2026-03-05 03:07:00] "GET /virtual-networks?parent_id=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002389 10.0.0.65 - - [2026-03-05 03:07:00] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005441 10.0.0.65 - - [2026-03-05 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.65 - - [2026-03-05 03:07:00] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003425 10.0.0.65 - - [2026-03-05 03:07:00] "GET /virtual-networks?parent_id=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002941 10.0.0.65 - - [2026-03-05 03:07:01] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005859 10.0.0.65 - - [2026-03-05 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.65 - - [2026-03-05 03:07:01] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004079 10.0.0.65 - - [2026-03-05 03:07:01] "GET /virtual-networks?parent_id=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003139 10.0.0.65 - - [2026-03-05 03:07:01] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004920 10.0.0.65 - - [2026-03-05 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.65 - - [2026-03-05 03:07:01] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003467 10.0.0.65 - - [2026-03-05 03:07:01] "GET /virtual-networks?parent_id=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.002852 10.0.0.65 - - [2026-03-05 03:07:01] "GET /virtual-network/1de0bb70-d02c-466b-96a5-26af9bdd96fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005484 10.0.0.65 - - [2026-03-05 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.65 - - [2026-03-05 03:07:01] "GET /routing-instance/0393d069-39d2-4312-8811-7126ddb2f324?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.003543 10.0.0.65 - - [2026-03-05 03:07:01] "GET /routing-instance/0393d069-39d2-4312-8811-7126ddb2f324?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.005068 10.0.0.65 - - [2026-03-05 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.65 - - [2026-03-05 03:07:01] "GET /routing-instance/cd729816-09ca-489c-8874-e4faccf45f3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004339 10.0.0.65 - - [2026-03-05 03:07:01] "GET /routing-instance/cd729816-09ca-489c-8874-e4faccf45f3d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1595 0.005821 10.0.0.65 - - [2026-03-05 03:07:05] "POST /neutron/port HTTP/1.1" 200 1384 0.021140 10.0.0.65 - - [2026-03-05 03:07:05] "POST /neutron/subnet HTTP/1.1" 200 699 0.008727 10.0.0.33 - - [2026-03-05 03:07:40] "GET /obj-perms HTTP/1.1" 200 5056 0.071928 10.0.0.65 - - [2026-03-05 03:07:46] "POST /neutron/port HTTP/1.1" 200 1127 0.015429 10.0.0.65 - - [2026-03-05 03:07:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003712 10.0.0.65 - - [2026-03-05 03:07:46] "POST /neutron/network HTTP/1.1" 200 925 0.010460 10.0.0.65 - - [2026-03-05 03:07:48] "GET /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.003881 10.0.0.65 - - [2026-03-05 03:07:48] "PUT /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59 HTTP/1.1" 200 263 0.012177 10.0.0.65 - - [2026-03-05 03:07:48] "PUT /access-control-list/286aab16-ae42-475e-bc66-aeea6181b5aa HTTP/1.1" 200 273 0.014074 10.0.0.65 - - [2026-03-05 03:07:48] "GET /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.004830 10.0.0.133 - - [2026-03-05 03:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000437 10.0.0.133 - - [2026-03-05 03:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.33 - - [2026-03-05 03:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.33 - - [2026-03-05 03:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.133 - - [2026-03-05 03:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.133 - - [2026-03-05 03:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000829 10.0.0.33 - - [2026-03-05 03:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.33 - - [2026-03-05 03:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000338 10.0.0.65 - - [2026-03-05 03:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.65 - - [2026-03-05 03:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.65 - - [2026-03-05 03:08:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.65 - - [2026-03-05 03:08:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.65 - - [2026-03-05 03:08:06] "POST /neutron/port HTTP/1.1" 200 1128 0.014445 10.0.0.65 - - [2026-03-05 03:08:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003688 10.0.0.65 - - [2026-03-05 03:08:06] "POST /neutron/network HTTP/1.1" 200 924 0.005639 10.0.0.65 - - [2026-03-05 03:08:16] "POST /ref-update HTTP/1.1" 200 156 0.049440 10.0.0.65 - - [2026-03-05 03:08:16] "POST /neutron/network HTTP/1.1" 200 833 0.018394 10.0.0.65 - - [2026-03-05 03:08:16] "GET /virtual-network/34782ea5-0758-4fdd-a9fb-198701762399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.014987 10.0.0.65 - - [2026-03-05 03:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007945 10.0.0.65 - - [2026-03-05 03:08:16] "GET /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.003747 10.0.0.65 - - [2026-03-05 03:08:16] "POST /ref-update HTTP/1.1" 200 156 0.046250 10.0.0.65 - - [2026-03-05 03:08:17] "GET /virtual-network/c3a346b8-3b92-4a41-ba41-201f7dba9c3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007417 10.0.0.65 - - [2026-03-05 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002444 10.0.0.65 - - [2026-03-05 03:08:17] "GET /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.005743 10.0.0.65 - - [2026-03-05 03:08:17] "DELETE /network-policy/d06ec60d-1591-4224-8326-a775a8f09d59 HTTP/1.1" 200 115 0.028087 10.0.0.65 - - [2026-03-05 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.65 - - [2026-03-05 03:08:17] "DELETE /service-instance/b332e711-1acc-4407-b474-26be6b2acb6a HTTP/1.1" 200 115 0.044384 10.0.0.65 - - [2026-03-05 03:08:17] "POST /ref-update HTTP/1.1" 200 156 0.019403 10.0.0.65 - - [2026-03-05 03:08:17] "DELETE /access-control-list/286aab16-ae42-475e-bc66-aeea6181b5aa HTTP/1.1" 200 115 0.050338 10.0.0.65 - - [2026-03-05 03:08:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.012809 10.0.0.65 - - [2026-03-05 03:08:17] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005356 10.0.0.65 - - [2026-03-05 03:08:17] "DELETE /instance-ip/30b18d27-3e6f-4a7c-ab2a-c9d03399889d HTTP/1.1" 200 115 0.065517 10.0.0.65 - - [2026-03-05 03:08:17] "POST /ref-update HTTP/1.1" 200 156 0.026289 10.0.0.65 - - [2026-03-05 03:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.65 - - [2026-03-05 03:08:17] "DELETE /service-template/8e9bf1b0-9ae2-427f-86af-8db148a923c5 HTTP/1.1" 200 115 0.074352 10.0.0.65 - - [2026-03-05 03:08:17] "POST /ref-update HTTP/1.1" 200 156 0.039567 10.0.0.65 - - [2026-03-05 03:08:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.006044 10.0.0.133 - - [2026-03-05 03:08:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002384 10.0.0.133 - - [2026-03-05 03:08:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004213 10.0.0.65 - - [2026-03-05 03:08:17] "POST /neutron/network HTTP/1.1" 200 151 0.104752 10.0.0.65 - - [2026-03-05 03:08:18] "POST /neutron/port HTTP/1.1" 200 151 0.190454 10.0.0.65 - - [2026-03-05 03:08:18] "POST /neutron/port HTTP/1.1" 200 1127 0.021922 10.0.0.65 - - [2026-03-05 03:08:18] "POST /neutron/port HTTP/1.1" 200 1128 0.024158 10.0.0.65 - - [2026-03-05 03:08:20] "POST /neutron/network HTTP/1.1" 200 848 0.010706 10.0.0.65 - - [2026-03-05 03:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.133 - - [2026-03-05 03:08:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002899 10.0.0.133 - - [2026-03-05 03:08:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004232 10.0.0.65 - - [2026-03-05 03:08:20] "POST /neutron/network HTTP/1.1" 200 151 0.111643 10.0.0.65 - - [2026-03-05 03:08:20] "DELETE /route-target/56c9941d-cebf-4a84-adf9-75b16d25fa40 HTTP/1.1" 200 115 0.036482 10.0.0.65 - - [2026-03-05 03:08:21] "POST /neutron/network HTTP/1.1" 200 832 0.005962 10.0.0.65 - - [2026-03-05 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.133 - - [2026-03-05 03:08:23] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000844 10.0.0.65 - - [2026-03-05 03:08:23] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039483 10.0.0.133 - - [2026-03-05 03:08:23] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001175 10.0.0.65 - - [2026-03-05 03:08:23] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?fields=virtual_networks HTTP/1.1" 200 1038 0.041297 10.0.0.133 - - [2026-03-05 03:08:23] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.65 - - [2026-03-05 03:08:23] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.039663 10.0.0.133 - - [2026-03-05 03:08:23] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001236 10.0.0.65 - - [2026-03-05 03:08:23] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?fields=security_groups HTTP/1.1" 200 1267 0.039103 10.0.0.65 - - [2026-03-05 03:08:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.031988 10.0.0.133 - - [2026-03-05 03:08:24] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003289 10.0.0.133 - - [2026-03-05 03:08:24] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.133 - - [2026-03-05 03:08:24] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006985 10.0.0.133 - - [2026-03-05 03:08:24] "POST /id-to-fqname HTTP/1.1" 200 191 0.010518 10.0.0.133 - - [2026-03-05 03:08:24] "POST /fqname-to-id HTTP/1.1" 404 200 0.004749 10.0.0.133 - - [2026-03-05 03:08:24] "POST /security-groups HTTP/1.1" 200 592 0.034841 10.0.0.133 - - [2026-03-05 03:08:24] "POST /projects HTTP/1.1" 200 587 0.268645 10.0.0.133 - - [2026-03-05 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.308765 10.0.0.65 - - [2026-03-05 03:08:24] "POST /access-control-lists HTTP/1.1" 200 599 0.027929 10.0.0.65 - - [2026-03-05 03:08:24] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.459217 10.0.0.65 - - [2026-03-05 03:08:25] "GET / HTTP/1.1" 200 36215 0.001419 10.0.0.65 - - [2026-03-05 03:08:27] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000408 10.0.0.133 - - [2026-03-05 03:08:28] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000966 10.0.0.65 - - [2026-03-05 03:08:28] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.075399 10.0.0.65 - - [2026-03-05 03:08:28] "POST /fqname-to-id HTTP/1.1" 404 180 0.004917 10.0.0.65 - - [2026-03-05 03:08:28] "POST /virtual-DNSs HTTP/1.1" 200 509 0.022677 10.0.0.65 - - [2026-03-05 03:08:28] "GET /virtual-DNS/2a83c748-8b64-40de-badb-f870246391e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.006338 10.0.0.65 - - [2026-03-05 03:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.65 - - [2026-03-05 03:08:28] "GET /virtual-DNS/2a83c748-8b64-40de-badb-f870246391e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003848 10.0.0.65 - - [2026-03-05 03:08:28] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003009 10.0.0.65 - - [2026-03-05 03:08:29] "POST /network-ipams HTTP/1.1" 200 516 0.023078 10.0.0.65 - - [2026-03-05 03:08:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.003747 10.0.0.65 - - [2026-03-05 03:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.65 - - [2026-03-05 03:08:29] "GET /network-ipam/627f9bff-f06c-4e3c-90fa-0475aa4cc8d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1402 0.006798 10.0.0.65 - - [2026-03-05 03:08:29] "PUT /network-ipam/627f9bff-f06c-4e3c-90fa-0475aa4cc8d8 HTTP/1.1" 200 259 0.012763 10.0.0.65 - - [2026-03-05 03:08:29] "POST /ref-update HTTP/1.1" 200 156 0.011807 10.0.0.65 - - [2026-03-05 03:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.133 - - [2026-03-05 03:08:29] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001234 10.0.0.65 - - [2026-03-05 03:08:29] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.041451 10.0.0.133 - - [2026-03-05 03:08:29] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000908 10.0.0.65 - - [2026-03-05 03:08:29] "POST /neutron/network HTTP/1.1" 200 618 0.152530 10.0.0.65 - - [2026-03-05 03:08:29] "POST /route-targets HTTP/1.1" 200 328 0.012435 10.0.0.65 - - [2026-03-05 03:08:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.002847 10.0.0.65 - - [2026-03-05 03:08:29] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005112 10.0.0.65 - - [2026-03-05 03:08:30] "POST /neutron/network HTTP/1.1" 200 833 0.005475 10.0.0.65 - - [2026-03-05 03:08:30] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004624 10.0.0.65 - - [2026-03-05 03:08:30] "POST /neutron/network HTTP/1.1" 200 807 0.016180 10.0.0.65 - - [2026-03-05 03:08:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.001232 10.0.0.133 - - [2026-03-05 03:08:30] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000958 10.0.0.65 - - [2026-03-05 03:08:30] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.059964 10.0.0.65 - - [2026-03-05 03:08:31] "POST /neutron/network HTTP/1.1" 200 833 0.005695 10.0.0.65 - - [2026-03-05 03:08:31] "POST /neutron/port HTTP/1.1" 200 117 0.005807 10.0.0.65 - - [2026-03-05 03:08:31] "POST /neutron/port HTTP/1.1" 200 1058 0.013607 10.0.0.65 - - [2026-03-05 03:08:31] "POST /neutron/port HTTP/1.1" 200 1122 0.016021 10.0.0.65 - - [2026-03-05 03:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.65 - - [2026-03-05 03:08:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007214 10.0.0.65 - - [2026-03-05 03:08:36] "POST /neutron/port HTTP/1.1" 200 1122 0.015362 10.0.0.65 - - [2026-03-05 03:08:36] "GET /virtual-machine/7ea7c994-e05f-4b6f-bc1f-b31fa41b9b91 HTTP/1.1" 401 292 0.000380 10.0.0.65 - - [2026-03-05 03:08:36] "GET /virtual-machine/7ea7c994-e05f-4b6f-bc1f-b31fa41b9b91 HTTP/1.1" 200 1295 0.031493 10.0.0.65 - - [2026-03-05 03:08:36] "GET /virtual-machine-interface/1bfa833e-ecb9-45ac-b5bd-b3fe827dc7bd HTTP/1.1" 200 2971 0.004782 10.0.0.65 - - [2026-03-05 03:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.65 - - [2026-03-05 03:08:36] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003126 10.0.0.65 - - [2026-03-05 03:08:36] "GET /virtual-networks?parent_id=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002564 10.0.0.65 - - [2026-03-05 03:08:36] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005819 10.0.0.65 - - [2026-03-05 03:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.65 - - [2026-03-05 03:08:39] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004983 10.0.0.65 - - [2026-03-05 03:08:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.65 - - [2026-03-05 03:08:44] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004606 10.0.0.65 - - [2026-03-05 03:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.65 - - [2026-03-05 03:08:48] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005808 10.0.0.65 - - [2026-03-05 03:08:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.65 - - [2026-03-05 03:08:52] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004877 10.0.0.65 - - [2026-03-05 03:08:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.65 - - [2026-03-05 03:08:56] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004496 10.0.0.65 - - [2026-03-05 03:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.65 - - [2026-03-05 03:09:00] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006419 10.0.0.133 - - [2026-03-05 03:09:03] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000849 10.0.0.133 - - [2026-03-05 03:09:03] "DELETE /project/04a68c2fa560464ba1fc25ac93778a71 HTTP/1.1" 404 173 0.005841 10.0.0.133 - - [2026-03-05 03:09:03] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.038614 10.0.0.133 - - [2026-03-05 03:09:03] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001779 10.0.0.133 - - [2026-03-05 03:09:03] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?fields=security_groups HTTP/1.1" 200 1369 0.072165 10.0.0.133 - - [2026-03-05 03:09:03] "DELETE /security-group/87ac3266-f71c-419e-985b-633c26ecfffb HTTP/1.1" 404 177 0.002211 10.0.0.133 - - [2026-03-05 03:09:03] "GET /projects?obj_uuids=4aab3a80-b107-4467-b63a-4c0c43603646&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000875 10.0.0.133 - - [2026-03-05 03:09:03] "GET /project/4aab3a80-b107-4467-b63a-4c0c43603646?fields=application_policy_sets HTTP/1.1" 200 1408 0.070687 10.0.0.65 - - [2026-03-05 03:09:04] "DELETE /access-control-list/67dde65f-6859-4452-8c3b-1fd2d27dd8d5 HTTP/1.1" 200 115 0.095813 10.0.0.133 - - [2026-03-05 03:09:04] "DELETE /project/4aab3a80-b107-4467-b63a-4c0c43603646 HTTP/1.1" 200 115 0.395183 10.0.0.65 - - [2026-03-05 03:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.65 - - [2026-03-05 03:09:04] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005598 10.0.0.65 - - [2026-03-05 03:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.65 - - [2026-03-05 03:09:08] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004757 10.0.0.65 - - [2026-03-05 03:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.65 - - [2026-03-05 03:09:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003397 10.0.0.65 - - [2026-03-05 03:09:12] "GET /virtual-networks?parent_id=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002194 10.0.0.65 - - [2026-03-05 03:09:12] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006230 10.0.0.65 - - [2026-03-05 03:09:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007977 10.0.0.65 - - [2026-03-05 03:09:21] "POST /neutron/port HTTP/1.1" 200 1122 0.016078 10.0.0.65 - - [2026-03-05 03:09:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006238 10.0.0.65 - - [2026-03-05 03:09:59] "POST /neutron/network HTTP/1.1" 200 807 0.069354 10.0.0.65 - - [2026-03-05 03:09:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001147 10.0.0.65 - - [2026-03-05 03:09:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006843 10.0.0.133 - - [2026-03-05 03:10:00] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.024480 10.0.0.65 - - [2026-03-05 03:10:00] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.099670 10.0.0.65 - - [2026-03-05 03:10:01] "POST /neutron/port HTTP/1.1" 200 1122 0.017704 10.0.0.65 - - [2026-03-05 03:10:01] "POST /neutron/port HTTP/1.1" 200 117 0.005277 10.0.0.65 - - [2026-03-05 03:10:01] "POST /neutron/port HTTP/1.1" 200 1058 0.018505 10.0.0.65 - - [2026-03-05 03:10:01] "POST /neutron/port HTTP/1.1" 200 1122 0.014990 10.0.0.65 - - [2026-03-05 03:10:01] "POST /neutron/port HTTP/1.1" 200 117 0.001454 10.0.0.65 - - [2026-03-05 03:10:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006415 10.0.0.65 - - [2026-03-05 03:10:06] "POST /neutron/port HTTP/1.1" 200 1122 0.016525 10.0.0.65 - - [2026-03-05 03:10:06] "GET /virtual-machine/407d1314-6e7e-4fb5-a59e-de8a596ea7d5 HTTP/1.1" 200 1295 0.006079 10.0.0.65 - - [2026-03-05 03:10:06] "GET /virtual-machine-interface/39eb91e8-5c08-48bd-921b-9f5fee64bcdc HTTP/1.1" 200 2971 0.004885 10.0.0.65 - - [2026-03-05 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.65 - - [2026-03-05 03:10:06] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004788 10.0.0.65 - - [2026-03-05 03:10:06] "GET /virtual-networks?parent_id=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002884 10.0.0.65 - - [2026-03-05 03:10:06] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005568 10.0.0.65 - - [2026-03-05 03:10:07] "POST /neutron/port HTTP/1.1" 200 1122 0.038095 10.0.0.65 - - [2026-03-05 03:10:07] "POST /neutron/subnet HTTP/1.1" 200 685 0.007775 10.0.0.65 - - [2026-03-05 03:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.65 - - [2026-03-05 03:10:09] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007280 10.0.0.65 - - [2026-03-05 03:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.65 - - [2026-03-05 03:10:13] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004605 10.0.0.65 - - [2026-03-05 03:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.65 - - [2026-03-05 03:10:17] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005359 10.0.0.65 - - [2026-03-05 03:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.65 - - [2026-03-05 03:10:21] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005149 10.0.0.65 - - [2026-03-05 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.65 - - [2026-03-05 03:10:25] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005271 10.0.0.65 - - [2026-03-05 03:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.65 - - [2026-03-05 03:10:30] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004982 10.0.0.65 - - [2026-03-05 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.65 - - [2026-03-05 03:10:34] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006304 10.0.0.65 - - [2026-03-05 03:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.65 - - [2026-03-05 03:10:38] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006163 10.0.0.65 - - [2026-03-05 03:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.65 - - [2026-03-05 03:10:42] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006385 10.0.0.65 - - [2026-03-05 03:10:42] "GET /obj-perms HTTP/1.1" 200 5056 0.048650 10.0.0.65 - - [2026-03-05 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.65 - - [2026-03-05 03:10:46] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004955 10.0.0.65 - - [2026-03-05 03:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.65 - - [2026-03-05 03:10:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003389 10.0.0.65 - - [2026-03-05 03:10:48] "GET /virtual-networks?parent_id=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002894 10.0.0.65 - - [2026-03-05 03:10:48] "GET /virtual-network/fd235ca6-0cec-49e0-ae3c-0562766a67ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005325 10.0.0.65 - - [2026-03-05 03:10:48] "POST /neutron/port HTTP/1.1" 200 1122 0.019576 10.0.0.65 - - [2026-03-05 03:10:52] "POST /neutron/port HTTP/1.1" 200 1122 0.044358 10.0.0.65 - - [2026-03-05 03:10:52] "POST /neutron/subnet HTTP/1.1" 200 685 0.010717 10.0.0.65 - - [2026-03-05 03:10:53] "POST /neutron/port HTTP/1.1" 200 1122 0.019885 10.0.0.65 - - [2026-03-05 03:10:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012927 10.0.0.65 - - [2026-03-05 03:11:04] "POST /neutron/port HTTP/1.1" 200 1122 0.015965 10.0.0.65 - - [2026-03-05 03:11:06] "POST /neutron/port HTTP/1.1" 200 1122 0.016861 10.0.0.65 - - [2026-03-05 03:11:07] "POST /neutron/subnet HTTP/1.1" 200 685 0.007858 10.0.0.65 - - [2026-03-05 03:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.65 - - [2026-03-05 03:11:41] "DELETE /virtual-DNS/2a83c748-8b64-40de-badb-f870246391e9 HTTP/1.1" 409 236 0.006126 10.0.0.65 - - [2026-03-05 03:11:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.004032 10.0.0.65 - - [2026-03-05 03:11:41] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.022793 10.0.0.65 - - [2026-03-05 03:11:41] "GET /virtual-DNS-record/22547dcd-a4dd-4741-8b34-f581abdde170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.006326 10.0.0.65 - - [2026-03-05 03:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.65 - - [2026-03-05 03:11:41] "GET /virtual-DNS-record/22547dcd-a4dd-4741-8b34-f581abdde170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.005924 10.0.0.133 - - [2026-03-05 03:11:43] "GET /obj-perms HTTP/1.1" 200 5056 0.053036 10.0.0.65 - - [2026-03-05 03:11:48] "DELETE /virtual-DNS-record/22547dcd-a4dd-4741-8b34-f581abdde170 HTTP/1.1" 200 115 0.022985 10.0.0.65 - - [2026-03-05 03:11:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.004167 10.0.0.65 - - [2026-03-05 03:11:48] "POST /neutron/network HTTP/1.1" 200 833 0.008326 10.0.0.65 - - [2026-03-05 03:11:49] "POST /neutron/port HTTP/1.1" 200 1112 0.012817 10.0.0.65 - - [2026-03-05 03:11:49] "POST /neutron/port HTTP/1.1" 200 1112 0.022255 10.0.0.133 - - [2026-03-05 03:11:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002729 10.0.0.133 - - [2026-03-05 03:11:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002383 10.0.0.65 - - [2026-03-05 03:11:50] "POST /neutron/network HTTP/1.1" 200 151 0.134951 10.0.0.65 - - [2026-03-05 03:11:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.65 - - [2026-03-05 03:11:50] "DELETE /network-ipam/627f9bff-f06c-4e3c-90fa-0475aa4cc8d8 HTTP/1.1" 200 115 0.046309 10.0.0.65 - - [2026-03-05 03:11:50] "DELETE /virtual-DNS/2a83c748-8b64-40de-badb-f870246391e9 HTTP/1.1" 200 115 0.033319 10.0.0.65 - - [2026-03-05 03:11:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.007139 10.0.0.133 - - [2026-03-05 03:11:52] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001006 10.0.0.65 - - [2026-03-05 03:11:52] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.064873 10.0.0.133 - - [2026-03-05 03:11:52] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.65 - - [2026-03-05 03:11:52] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?fields=virtual_networks HTTP/1.1" 200 1035 0.040759 10.0.0.133 - - [2026-03-05 03:11:52] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000915 10.0.0.65 - - [2026-03-05 03:11:52] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.043019 10.0.0.133 - - [2026-03-05 03:11:52] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.65 - - [2026-03-05 03:11:52] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?fields=security_groups HTTP/1.1" 200 1263 0.039974 10.0.0.65 - - [2026-03-05 03:11:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.033787 10.0.0.133 - - [2026-03-05 03:11:53] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002568 10.0.0.133 - - [2026-03-05 03:11:53] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.133 - - [2026-03-05 03:11:53] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.032166 10.0.0.133 - - [2026-03-05 03:11:53] "POST /id-to-fqname HTTP/1.1" 200 191 0.002861 10.0.0.133 - - [2026-03-05 03:11:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.006593 10.0.0.133 - - [2026-03-05 03:11:53] "POST /security-groups HTTP/1.1" 200 592 0.068731 10.0.0.133 - - [2026-03-05 03:11:53] "POST /projects HTTP/1.1" 200 587 0.272177 10.0.0.65 - - [2026-03-05 03:11:53] "POST /fqname-to-id HTTP/1.1" 404 235 0.031856 10.0.0.133 - - [2026-03-05 03:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.348007 10.0.0.65 - - [2026-03-05 03:11:53] "POST /access-control-lists HTTP/1.1" 200 597 0.050120 10.0.0.65 - - [2026-03-05 03:11:54] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.526860 10.0.0.65 - - [2026-03-05 03:11:55] "GET / HTTP/1.1" 200 36215 0.001768 10.0.0.65 - - [2026-03-05 03:11:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.65 - - [2026-03-05 03:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.055727 10.0.0.133 - - [2026-03-05 03:11:57] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000798 10.0.0.65 - - [2026-03-05 03:11:57] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.035085 10.0.0.133 - - [2026-03-05 03:11:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006973 10.0.0.65 - - [2026-03-05 03:11:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.238691 10.0.0.65 - - [2026-03-05 03:11:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001248 10.0.0.65 - - [2026-03-05 03:11:57] "GET /virtual-network/fc3dcfbd-7ab5-403d-a856-fece1876ebf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004601 10.0.0.65 - - [2026-03-05 03:11:57] "GET /virtual-network/fc3dcfbd-7ab5-403d-a856-fece1876ebf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004968 10.0.0.65 - - [2026-03-05 03:11:57] "POST /neutron/network HTTP/1.1" 200 829 0.006101 10.0.0.65 - - [2026-03-05 03:11:58] "GET /virtual-network/fc3dcfbd-7ab5-403d-a856-fece1876ebf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006078 10.0.0.33 - - [2026-03-05 03:11:59] "GET /obj-perms HTTP/1.1" 200 5032 0.049827 10.0.0.65 - - [2026-03-05 03:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.133 - - [2026-03-05 03:11:59] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000854 10.0.0.65 - - [2026-03-05 03:11:59] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.039822 10.0.0.133 - - [2026-03-05 03:11:59] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000906 10.0.0.65 - - [2026-03-05 03:11:59] "POST /neutron/network HTTP/1.1" 200 608 0.105871 10.0.0.65 - - [2026-03-05 03:11:59] "POST /route-targets HTTP/1.1" 200 328 0.014206 10.0.0.65 - - [2026-03-05 03:12:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.002651 10.0.0.65 - - [2026-03-05 03:12:00] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005439 10.0.0.65 - - [2026-03-05 03:12:00] "POST /neutron/network HTTP/1.1" 200 827 0.005439 10.0.0.65 - - [2026-03-05 03:12:00] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004835 10.0.0.65 - - [2026-03-05 03:12:00] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005121 10.0.0.65 - - [2026-03-05 03:12:00] "GET /obj-perms HTTP/1.1" 200 5032 0.051818 10.0.0.65 - - [2026-03-05 03:12:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001627 10.0.0.133 - - [2026-03-05 03:12:04] "DELETE /project/b3426112e5b245eb8a5a7dd85c9b62dc HTTP/1.1" 404 173 0.007410 10.0.0.133 - - [2026-03-05 03:12:04] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.133 - - [2026-03-05 03:12:04] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.046689 10.0.0.133 - - [2026-03-05 03:12:04] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000852 10.0.0.133 - - [2026-03-05 03:12:04] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?fields=security_groups HTTP/1.1" 200 1365 0.037065 10.0.0.133 - - [2026-03-05 03:12:04] "DELETE /security-group/6a2e353b-3170-489f-91cb-246c9c78bf78 HTTP/1.1" 200 115 0.066319 10.0.0.133 - - [2026-03-05 03:12:04] "GET /projects?obj_uuids=04a68c2f-a560-464b-a1fc-25ac93778a71&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000861 10.0.0.133 - - [2026-03-05 03:12:04] "GET /project/04a68c2f-a560-464b-a1fc-25ac93778a71?fields=application_policy_sets HTTP/1.1" 200 1404 0.040093 10.0.0.65 - - [2026-03-05 03:12:04] "DELETE /access-control-list/a4a70d1f-19e0-4810-9015-1017fb14378e HTTP/1.1" 200 115 0.052383 10.0.0.133 - - [2026-03-05 03:12:04] "DELETE /project/04a68c2f-a560-464b-a1fc-25ac93778a71 HTTP/1.1" 409 225 0.340989 10.0.0.65 - - [2026-03-05 03:12:16] "POST /neutron/network HTTP/1.1" 200 837 0.006709 10.0.0.133 - - [2026-03-05 03:12:16] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000855 10.0.0.65 - - [2026-03-05 03:12:16] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.057381 10.0.0.65 - - [2026-03-05 03:12:17] "POST /neutron/port HTTP/1.1" 200 117 0.005910 10.0.0.65 - - [2026-03-05 03:12:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001385 10.0.0.65 - - [2026-03-05 03:12:17] "POST /neutron/network HTTP/1.1" 200 837 0.006111 10.0.0.65 - - [2026-03-05 03:12:18] "POST /neutron/port HTTP/1.1" 200 1061 0.032104 10.0.0.133 - - [2026-03-05 03:12:18] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000871 10.0.0.65 - - [2026-03-05 03:12:18] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.097380 10.0.0.65 - - [2026-03-05 03:12:18] "POST /neutron/port HTTP/1.1" 200 1125 0.029527 10.0.0.65 - - [2026-03-05 03:12:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013223 10.0.0.65 - - [2026-03-05 03:12:18] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.65 - - [2026-03-05 03:12:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013544 10.0.0.65 - - [2026-03-05 03:12:19] "POST /neutron/port HTTP/1.1" 200 1063 0.032838 10.0.0.65 - - [2026-03-05 03:12:20] "POST /neutron/port HTTP/1.1" 200 1127 0.045195 10.0.0.65 - - [2026-03-05 03:12:20] "POST /neutron/port HTTP/1.1" 200 117 0.003498 10.0.0.65 - - [2026-03-05 03:12:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009330 10.0.0.65 - - [2026-03-05 03:12:34] "POST /neutron/port HTTP/1.1" 200 1125 0.014199 10.0.0.65 - - [2026-03-05 03:12:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007483 10.0.0.133 - - [2026-03-05 03:12:44] "GET /obj-perms HTTP/1.1" 200 5056 0.046311 10.0.0.65 - - [2026-03-05 03:12:49] "POST /neutron/port HTTP/1.1" 200 1125 0.015860 10.0.0.65 - - [2026-03-05 03:12:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006917 10.0.0.65 - - [2026-03-05 03:12:54] "POST /neutron/port HTTP/1.1" 200 1125 0.014170 10.0.0.65 - - [2026-03-05 03:12:54] "GET /virtual-machine/284a32c9-5f35-43e9-8c53-69e8a7ae409d HTTP/1.1" 401 292 0.000377 10.0.0.65 - - [2026-03-05 03:12:55] "GET /virtual-machine/284a32c9-5f35-43e9-8c53-69e8a7ae409d HTTP/1.1" 200 1295 0.028354 10.0.0.65 - - [2026-03-05 03:12:55] "GET /virtual-machine-interface/af3f9365-9f28-43c1-be71-a27a06569957 HTTP/1.1" 200 2957 0.004940 10.0.0.65 - - [2026-03-05 03:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.65 - - [2026-03-05 03:12:55] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004548 10.0.0.65 - - [2026-03-05 03:12:55] "GET /virtual-networks?parent_id=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002469 10.0.0.65 - - [2026-03-05 03:12:55] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006111 10.0.0.65 - - [2026-03-05 03:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.65 - - [2026-03-05 03:12:58] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005914 10.0.0.133 - - [2026-03-05 03:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.133 - - [2026-03-05 03:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.65 - - [2026-03-05 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.65 - - [2026-03-05 03:13:02] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006408 10.0.0.33 - - [2026-03-05 03:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.33 - - [2026-03-05 03:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.133 - - [2026-03-05 03:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.133 - - [2026-03-05 03:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.33 - - [2026-03-05 03:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000825 10.0.0.33 - - [2026-03-05 03:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.65 - - [2026-03-05 03:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.65 - - [2026-03-05 03:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.65 - - [2026-03-05 03:13:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.65 - - [2026-03-05 03:13:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.65 - - [2026-03-05 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.65 - - [2026-03-05 03:13:06] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005139 10.0.0.65 - - [2026-03-05 03:13:08] "POST /neutron/port HTTP/1.1" 200 1125 0.015113 10.0.0.65 - - [2026-03-05 03:13:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.007632 10.0.0.65 - - [2026-03-05 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.65 - - [2026-03-05 03:13:10] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004716 10.0.0.65 - - [2026-03-05 03:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.65 - - [2026-03-05 03:13:14] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004863 10.0.0.65 - - [2026-03-05 03:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.65 - - [2026-03-05 03:13:18] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004868 10.0.0.65 - - [2026-03-05 03:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.65 - - [2026-03-05 03:13:22] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005154 10.0.0.65 - - [2026-03-05 03:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.65 - - [2026-03-05 03:13:26] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004665 10.0.0.65 - - [2026-03-05 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.65 - - [2026-03-05 03:13:31] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005117 10.0.0.65 - - [2026-03-05 03:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.65 - - [2026-03-05 03:13:35] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005284 10.0.0.65 - - [2026-03-05 03:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.65 - - [2026-03-05 03:13:39] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004903 10.0.0.65 - - [2026-03-05 03:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.65 - - [2026-03-05 03:13:43] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005085 10.0.0.33 - - [2026-03-05 03:13:45] "GET /obj-perms HTTP/1.1" 200 5056 0.047900 10.0.0.65 - - [2026-03-05 03:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.65 - - [2026-03-05 03:13:47] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004916 10.0.0.65 - - [2026-03-05 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.65 - - [2026-03-05 03:13:49] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003026 10.0.0.65 - - [2026-03-05 03:13:49] "GET /virtual-networks?parent_id=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003963 10.0.0.65 - - [2026-03-05 03:13:49] "GET /virtual-network/097fdfc1-8591-43e5-b2f1-711d6ae25d96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005215 10.0.0.65 - - [2026-03-05 03:13:49] "POST /neutron/port HTTP/1.1" 200 1125 0.014655 10.0.0.65 - - [2026-03-05 03:13:54] "POST /neutron/port HTTP/1.1" 200 1127 0.019674 10.0.0.65 - - [2026-03-05 03:13:54] "POST /neutron/subnet HTTP/1.1" 200 708 0.018098 10.0.0.65 - - [2026-03-05 03:13:54] "POST /neutron/port HTTP/1.1" 200 1125 0.014577 10.0.0.65 - - [2026-03-05 03:14:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006642 10.0.0.65 - - [2026-03-05 03:14:05] "POST /neutron/port HTTP/1.1" 200 1125 0.017621 10.0.0.65 - - [2026-03-05 03:14:09] "POST /neutron/port HTTP/1.1" 200 1125 0.016628 10.0.0.65 - - [2026-03-05 03:14:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.009710 10.0.0.65 - - [2026-03-05 03:14:10] "POST /neutron/port HTTP/1.1" 200 1125 0.016400 10.0.0.65 - - [2026-03-05 03:14:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.039406 10.0.0.65 - - [2026-03-05 03:14:20] "POST /neutron/port HTTP/1.1" 200 1125 0.017349 10.0.0.65 - - [2026-03-05 03:14:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006270 10.0.0.65 - - [2026-03-05 03:14:36] "POST /neutron/port HTTP/1.1" 200 1125 0.017470 10.0.0.65 - - [2026-03-05 03:14:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006236 10.0.0.65 - - [2026-03-05 03:14:46] "POST /neutron/port HTTP/1.1" 200 1127 0.014452 10.0.0.65 - - [2026-03-05 03:14:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006392 10.0.0.65 - - [2026-03-05 03:14:46] "GET /virtual-machine/fbf0505d-0749-44fd-bb20-78038f181d5a HTTP/1.1" 200 1296 0.005206 10.0.0.65 - - [2026-03-05 03:14:46] "GET /virtual-machine-interface/8ca1d8f8-42dc-45ab-aead-3c3b2bf9b19d HTTP/1.1" 200 2957 0.005023 10.0.0.65 - - [2026-03-05 03:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.65 - - [2026-03-05 03:14:46] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003941 10.0.0.65 - - [2026-03-05 03:14:46] "GET /virtual-networks?parent_id=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003004 10.0.0.65 - - [2026-03-05 03:14:46] "GET /virtual-network/fc3dcfbd-7ab5-403d-a856-fece1876ebf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005750 10.0.0.65 - - [2026-03-05 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.65 - - [2026-03-05 03:14:47] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004567 10.0.0.65 - - [2026-03-05 03:14:47] "GET /virtual-networks?parent_id=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003612 10.0.0.65 - - [2026-03-05 03:14:47] "GET /virtual-network/fc3dcfbd-7ab5-403d-a856-fece1876ebf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006727 10.0.0.65 - - [2026-03-05 03:14:53] "POST /neutron/port HTTP/1.1" 200 1127 0.016653 10.0.0.65 - - [2026-03-05 03:14:54] "POST /neutron/port HTTP/1.1" 200 1127 0.014958 10.0.0.65 - - [2026-03-05 03:14:54] "POST /neutron/subnet HTTP/1.1" 200 708 0.008297 10.0.0.65 - - [2026-03-05 03:14:58] "POST /neutron/port HTTP/1.1" 200 1127 0.014910 10.0.0.65 - - [2026-03-05 03:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.133 - - [2026-03-05 03:15:03] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.055371 10.0.0.65 - - [2026-03-05 03:15:03] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.093371 10.0.0.65 - - [2026-03-05 03:15:03] "GET /virtual-network/fc3dcfbd-7ab5-403d-a856-fece1876ebf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007750 10.0.0.65 - - [2026-03-05 03:15:03] "GET /floating-ip-pools?parent_id=fc3dcfbd-7ab5-403d-a856-fece1876ebf9&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003919 10.0.0.65 - - [2026-03-05 03:15:03] "GET /virtual-network/fc3dcfbd-7ab5-403d-a856-fece1876ebf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008867 10.0.0.65 - - [2026-03-05 03:15:03] "POST /floating-ip-pools HTTP/1.1" 200 600 0.033704 10.0.0.65 - - [2026-03-05 03:15:03] "POST /ref-update HTTP/1.1" 200 156 0.018868 10.0.0.65 - - [2026-03-05 03:15:03] "GET /virtual-network/fc3dcfbd-7ab5-403d-a856-fece1876ebf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007890 10.0.0.65 - - [2026-03-05 03:15:04] "GET /virtual-network/fc3dcfbd-7ab5-403d-a856-fece1876ebf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005383 10.0.0.65 - - [2026-03-05 03:15:04] "POST /neutron/port HTTP/1.1" 200 1125 0.019166 10.0.0.65 - - [2026-03-05 03:15:04] "POST /neutron/floatingip HTTP/1.1" 200 579 0.015254 10.0.0.65 - - [2026-03-05 03:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.65 - - [2026-03-05 03:15:04] "GET /routing-instance/7a2fc32d-1c53-4df8-a2cf-3a2a7a569c1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.003302 10.0.0.65 - - [2026-03-05 03:15:04] "GET /route-target/e0e2fe06-3af2-444c-acdf-d63f932a917f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004051 10.0.0.65 - - [2026-03-05 03:15:09] "POST /neutron/network HTTP/1.1" 200 837 0.032011 10.0.0.65 - - [2026-03-05 03:15:09] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.65 - - [2026-03-05 03:15:31] "POST /neutron/floatingip HTTP/1.1" 200 532 0.020551 10.0.0.65 - - [2026-03-05 03:15:31] "GET /floating-ip-pool/5f945ddb-73c4-44bb-81c0-c2e4110baa35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.003811 10.0.0.65 - - [2026-03-05 03:15:31] "POST /ref-update HTTP/1.1" 200 156 0.011189 10.0.0.65 - - [2026-03-05 03:15:31] "DELETE /floating-ip-pool/5f945ddb-73c4-44bb-81c0-c2e4110baa35 HTTP/1.1" 200 115 0.029911 10.0.0.65 - - [2026-03-05 03:15:31] "POST /neutron/network HTTP/1.1" 200 827 0.006577 10.0.0.65 - - [2026-03-05 03:15:31] "POST /neutron/port HTTP/1.1" 200 1117 0.012102 10.0.0.65 - - [2026-03-05 03:15:32] "POST /neutron/port HTTP/1.1" 200 1115 0.014621 10.0.0.133 - - [2026-03-05 03:15:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004163 10.0.0.133 - - [2026-03-05 03:15:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002642 10.0.0.65 - - [2026-03-05 03:15:33] "POST /neutron/network HTTP/1.1" 200 151 0.126333 10.0.0.65 - - [2026-03-05 03:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004976 10.0.0.133 - - [2026-03-05 03:15:35] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000992 10.0.0.65 - - [2026-03-05 03:15:35] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.037548 10.0.0.133 - - [2026-03-05 03:15:35] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.65 - - [2026-03-05 03:15:35] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?fields=virtual_networks HTTP/1.1" 200 1036 0.078779 10.0.0.133 - - [2026-03-05 03:15:35] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001329 10.0.0.65 - - [2026-03-05 03:15:35] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.047939 10.0.0.133 - - [2026-03-05 03:15:35] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.65 - - [2026-03-05 03:15:35] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?fields=security_groups HTTP/1.1" 200 1264 0.038547 10.0.0.65 - - [2026-03-05 03:15:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.026393 10.0.0.133 - - [2026-03-05 03:15:36] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002365 10.0.0.133 - - [2026-03-05 03:15:36] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000821 10.0.0.133 - - [2026-03-05 03:15:36] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006253 10.0.0.133 - - [2026-03-05 03:15:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.001781 10.0.0.133 - - [2026-03-05 03:15:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.009289 10.0.0.133 - - [2026-03-05 03:15:36] "POST /security-groups HTTP/1.1" 200 591 0.024847 10.0.0.133 - - [2026-03-05 03:15:36] "POST /projects HTTP/1.1" 200 585 0.239131 10.0.0.65 - - [2026-03-05 03:15:36] "POST /access-control-lists HTTP/1.1" 200 598 0.029313 10.0.0.133 - - [2026-03-05 03:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.308187 10.0.0.65 - - [2026-03-05 03:15:37] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.445543 10.0.0.65 - - [2026-03-05 03:15:38] "GET / HTTP/1.1" 200 36215 0.001425 10.0.0.65 - - [2026-03-05 03:15:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.65 - - [2026-03-05 03:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.069070 10.0.0.133 - - [2026-03-05 03:15:40] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000874 10.0.0.65 - - [2026-03-05 03:15:40] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.040935 10.0.0.65 - - [2026-03-05 03:15:40] "POST /neutron/network HTTP/1.1" 200 117 0.040464 10.0.0.65 - - [2026-03-05 03:15:40] "POST /route-targets HTTP/1.1" 200 328 0.013239 10.0.0.65 - - [2026-03-05 03:15:41] "POST /neutron/network HTTP/1.1" 200 839 0.009986 10.0.0.65 - - [2026-03-05 03:15:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.001469 10.0.0.65 - - [2026-03-05 03:15:41] "GET /virtual-network/905b2e3d-f2af-4259-bb97-feeb74b68ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006643 10.0.0.65 - - [2026-03-05 03:15:41] "GET /virtual-network/905b2e3d-f2af-4259-bb97-feeb74b68ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006585 10.0.0.65 - - [2026-03-05 03:15:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.007722 10.0.0.65 - - [2026-03-05 03:15:41] "POST /id-to-fqname HTTP/1.1" 200 230 0.001155 10.0.0.133 - - [2026-03-05 03:15:42] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.65 - - [2026-03-05 03:15:42] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.095028 10.0.0.65 - - [2026-03-05 03:15:42] "POST /neutron/network HTTP/1.1" 200 839 0.041902 10.0.0.65 - - [2026-03-05 03:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.65 - - [2026-03-05 03:15:42] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002976 10.0.0.65 - - [2026-03-05 03:15:42] "PUT /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f HTTP/1.1" 200 277 0.011897 10.0.0.65 - - [2026-03-05 03:15:42] "POST /neutron/port HTTP/1.1" 200 117 0.007655 10.0.0.65 - - [2026-03-05 03:15:43] "POST /neutron/port HTTP/1.1" 200 1055 0.015499 10.0.0.65 - - [2026-03-05 03:15:43] "POST /neutron/port HTTP/1.1" 200 1119 0.017908 10.0.0.65 - - [2026-03-05 03:15:43] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.65 - - [2026-03-05 03:15:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008652 10.0.0.65 - - [2026-03-05 03:15:47] "POST /neutron/port HTTP/1.1" 200 1119 0.014677 10.0.0.65 - - [2026-03-05 03:15:47] "GET /virtual-machine/5d12c30f-cac7-4463-bdf1-a89c079aefdc HTTP/1.1" 401 292 0.000385 10.0.0.65 - - [2026-03-05 03:15:48] "GET /virtual-machine/5d12c30f-cac7-4463-bdf1-a89c079aefdc HTTP/1.1" 200 1294 0.036440 10.0.0.65 - - [2026-03-05 03:15:48] "GET /virtual-machine-interface/ab988ac3-2d10-401b-b56a-4a4ada1f8fa1 HTTP/1.1" 200 2979 0.008435 10.0.0.65 - - [2026-03-05 03:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.65 - - [2026-03-05 03:15:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.005822 10.0.0.65 - - [2026-03-05 03:15:48] "GET /virtual-networks?parent_id=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003692 10.0.0.65 - - [2026-03-05 03:15:48] "GET /virtual-network/905b2e3d-f2af-4259-bb97-feeb74b68ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006796 10.0.0.65 - - [2026-03-05 03:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.65 - - [2026-03-05 03:15:51] "GET /virtual-network/905b2e3d-f2af-4259-bb97-feeb74b68ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005273 10.0.0.65 - - [2026-03-05 03:15:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006940 10.0.0.65 - - [2026-03-05 03:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.65 - - [2026-03-05 03:15:53] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.004500 10.0.0.65 - - [2026-03-05 03:15:53] "GET /virtual-networks?parent_id=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002740 10.0.0.65 - - [2026-03-05 03:15:53] "GET /virtual-network/905b2e3d-f2af-4259-bb97-feeb74b68ef8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005188 10.0.0.65 - - [2026-03-05 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.65 - - [2026-03-05 03:16:00] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.005262 10.0.0.65 - - [2026-03-05 03:16:00] "PUT /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f HTTP/1.1" 200 277 0.011042 10.0.0.65 - - [2026-03-05 03:16:00] "POST /neutron/network HTTP/1.1" 200 839 0.007137 10.0.0.65 - - [2026-03-05 03:16:01] "POST /neutron/port HTTP/1.1" 200 1109 0.013520 10.0.0.133 - - [2026-03-05 03:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005255 10.0.0.133 - - [2026-03-05 03:16:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002587 10.0.0.65 - - [2026-03-05 03:16:02] "POST /neutron/network HTTP/1.1" 200 151 0.122283 10.0.0.65 - - [2026-03-05 03:16:03] "DELETE /route-target/aeb2d433-c6ff-42e3-8cf9-1a20a6f9944f HTTP/1.1" 200 115 0.026247 10.0.0.133 - - [2026-03-05 03:16:04] "DELETE /project/e1682b3fa1fb4a97a3642569253a7f1a HTTP/1.1" 404 173 0.005291 10.0.0.133 - - [2026-03-05 03:16:04] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000793 10.0.0.133 - - [2026-03-05 03:16:04] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.039203 10.0.0.133 - - [2026-03-05 03:16:04] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000898 10.0.0.133 - - [2026-03-05 03:16:04] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?fields=security_groups HTTP/1.1" 200 1366 0.048690 10.0.0.133 - - [2026-03-05 03:16:05] "DELETE /security-group/c9412470-6ec2-4e0d-b5c4-01354560bed3 HTTP/1.1" 200 115 0.053133 10.0.0.133 - - [2026-03-05 03:16:05] "GET /projects?obj_uuids=b3426112-e5b2-45eb-8a5a-7dd85c9b62dc&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.133 - - [2026-03-05 03:16:05] "GET /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc?fields=application_policy_sets HTTP/1.1" 200 1405 0.054251 10.0.0.133 - - [2026-03-05 03:16:05] "DELETE /project/b3426112-e5b2-45eb-8a5a-7dd85c9b62dc HTTP/1.1" 200 115 0.412945 10.0.0.65 - - [2026-03-05 03:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.133 - - [2026-03-05 03:16:05] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000834 10.0.0.65 - - [2026-03-05 03:16:05] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.034562 10.0.0.133 - - [2026-03-05 03:16:06] "POST /useragent-kv HTTP/1.1" 200 115 0.010697 10.0.0.65 - - [2026-03-05 03:16:06] "POST /neutron/subnet HTTP/1.1" 200 734 0.231983 10.0.0.65 - - [2026-03-05 03:16:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001727 10.0.0.65 - - [2026-03-05 03:16:06] "GET /virtual-network/50c677b2-21ad-4a60-99b4-acc4c97c4d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007453 10.0.0.65 - - [2026-03-05 03:16:06] "GET /virtual-network/50c677b2-21ad-4a60-99b4-acc4c97c4d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006516 10.0.0.65 - - [2026-03-05 03:16:06] "POST /neutron/network HTTP/1.1" 200 826 0.007227 10.0.0.65 - - [2026-03-05 03:16:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001400 10.0.0.65 - - [2026-03-05 03:16:06] "POST /route-targets HTTP/1.1" 200 328 0.014820 10.0.0.133 - - [2026-03-05 03:16:07] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000877 10.0.0.65 - - [2026-03-05 03:16:07] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.064665 10.0.0.65 - - [2026-03-05 03:16:07] "POST /neutron/network HTTP/1.1" 200 826 0.005796 10.0.0.65 - - [2026-03-05 03:16:07] "POST /neutron/port HTTP/1.1" 200 117 0.005462 10.0.0.65 - - [2026-03-05 03:16:08] "POST /neutron/port HTTP/1.1" 200 1062 0.040539 10.0.0.65 - - [2026-03-05 03:16:08] "POST /neutron/port HTTP/1.1" 200 1126 0.017083 10.0.0.65 - - [2026-03-05 03:16:08] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.65 - - [2026-03-05 03:16:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006946 10.0.0.65 - - [2026-03-05 03:16:12] "POST /neutron/port HTTP/1.1" 200 1126 0.016014 10.0.0.65 - - [2026-03-05 03:16:12] "GET /virtual-machine/4778501c-2b13-426c-84df-6288daa26897 HTTP/1.1" 200 1293 0.006182 10.0.0.65 - - [2026-03-05 03:16:12] "GET /virtual-machine-interface/0220905f-624c-4dd1-bb98-c9b8c1d2602b HTTP/1.1" 200 2947 0.004406 10.0.0.65 - - [2026-03-05 03:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.65 - - [2026-03-05 03:16:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003124 10.0.0.65 - - [2026-03-05 03:16:12] "GET /virtual-networks?parent_id=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002987 10.0.0.65 - - [2026-03-05 03:16:13] "GET /virtual-network/50c677b2-21ad-4a60-99b4-acc4c97c4d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006067 10.0.0.65 - - [2026-03-05 03:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.65 - - [2026-03-05 03:16:16] "GET /virtual-network/50c677b2-21ad-4a60-99b4-acc4c97c4d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005983 10.0.0.65 - - [2026-03-05 03:16:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006301 10.0.0.65 - - [2026-03-05 03:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.65 - - [2026-03-05 03:16:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.011295 10.0.0.65 - - [2026-03-05 03:16:20] "GET /virtual-networks?parent_id=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002751 10.0.0.65 - - [2026-03-05 03:16:20] "GET /virtual-network/50c677b2-21ad-4a60-99b4-acc4c97c4d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005033 10.0.0.65 - - [2026-03-05 03:16:22] "POST /neutron/port HTTP/1.1" 200 1126 0.016698 10.0.0.65 - - [2026-03-05 03:16:24] "POST /neutron/network HTTP/1.1" 200 826 0.008479 10.0.0.65 - - [2026-03-05 03:16:24] "DELETE /route-target/a3f72eea-d9ed-4a0b-ac9b-a7ec99d8b533 HTTP/1.1" 200 115 0.022360 10.0.0.65 - - [2026-03-05 03:16:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003406 10.0.0.65 - - [2026-03-05 03:16:27] "POST /network-ipams HTTP/1.1" 200 543 0.022852 10.0.0.65 - - [2026-03-05 03:16:27] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002996 10.0.0.65 - - [2026-03-05 03:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.65 - - [2026-03-05 03:16:27] "GET /network-ipam/8fa36f77-ab66-4704-92de-94310621cb5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.005354 10.0.0.65 - - [2026-03-05 03:16:27] "PUT /network-ipam/8fa36f77-ab66-4704-92de-94310621cb5b HTTP/1.1" 200 259 0.013807 10.0.0.65 - - [2026-03-05 03:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.133 - - [2026-03-05 03:16:27] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.65 - - [2026-03-05 03:16:27] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.035542 10.0.0.133 - - [2026-03-05 03:16:27] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.65 - - [2026-03-05 03:16:27] "POST /neutron/network HTTP/1.1" 200 605 0.126369 10.0.0.65 - - [2026-03-05 03:16:28] "POST /neutron/network HTTP/1.1" 200 994 0.009088 10.0.0.65 - - [2026-03-05 03:16:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001003 10.0.0.65 - - [2026-03-05 03:16:28] "GET /virtual-network/a7bbc1fa-1349-4f20-95da-d06aa5b012ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004250 10.0.0.65 - - [2026-03-05 03:16:28] "GET /virtual-network/a7bbc1fa-1349-4f20-95da-d06aa5b012ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004601 10.0.0.65 - - [2026-03-05 03:16:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.007239 10.0.0.65 - - [2026-03-05 03:16:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.006971 10.0.0.133 - - [2026-03-05 03:16:28] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.65 - - [2026-03-05 03:16:28] "POST /neutron/port HTTP/1.1" 200 1017 0.216142 10.0.0.65 - - [2026-03-05 03:16:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001443 10.0.0.65 - - [2026-03-05 03:16:29] "POST /neutron/network HTTP/1.1" 200 994 0.009111 10.0.0.65 - - [2026-03-05 03:16:29] "POST /neutron/port HTTP/1.1" 200 1017 0.011715 10.0.0.65 - - [2026-03-05 03:16:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001157 10.0.0.65 - - [2026-03-05 03:16:29] "POST /neutron/port HTTP/1.1" 200 1017 0.010957 10.0.0.65 - - [2026-03-05 03:16:29] "POST /neutron/port HTTP/1.1" 200 1017 0.010098 10.0.0.65 - - [2026-03-05 03:16:29] "POST /neutron/port HTTP/1.1" 200 1017 0.010304 10.0.0.65 - - [2026-03-05 03:16:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001207 10.0.0.65 - - [2026-03-05 03:16:29] "POST /neutron/port HTTP/1.1" 200 1017 0.013205 10.0.0.65 - - [2026-03-05 03:16:29] "POST /neutron/port HTTP/1.1" 200 117 0.023598 10.0.0.65 - - [2026-03-05 03:16:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003312 10.0.0.65 - - [2026-03-05 03:16:30] "POST /neutron/network HTTP/1.1" 200 994 0.026531 10.0.0.65 - - [2026-03-05 03:16:30] "POST /neutron/port HTTP/1.1" 200 1017 0.011455 10.0.0.65 - - [2026-03-05 03:16:30] "POST /neutron/port HTTP/1.1" 200 1119 0.017169 10.0.0.65 - - [2026-03-05 03:16:30] "POST /neutron/port HTTP/1.1" 200 117 0.001036 10.0.0.133 - - [2026-03-05 03:16:30] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000863 10.0.0.65 - - [2026-03-05 03:16:30] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.058205 10.0.0.65 - - [2026-03-05 03:16:31] "POST /neutron/port HTTP/1.1" 200 2086 0.033119 10.0.0.65 - - [2026-03-05 03:16:31] "GET /virtual-network/a7bbc1fa-1349-4f20-95da-d06aa5b012ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006521 10.0.0.65 - - [2026-03-05 03:16:31] "POST /neutron/network HTTP/1.1" 200 1004 0.005687 10.0.0.65 - - [2026-03-05 03:16:31] "POST /neutron/port HTTP/1.1" 200 1055 0.016913 10.0.0.65 - - [2026-03-05 03:16:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003653 10.0.0.65 - - [2026-03-05 03:16:32] "GET /obj-perms HTTP/1.1" 200 5030 0.054256 10.0.0.65 - - [2026-03-05 03:16:32] "POST /neutron/network HTTP/1.1" 200 994 0.007600 10.0.0.133 - - [2026-03-05 03:16:32] "GET /obj-perms HTTP/1.1" 200 5030 0.058450 10.0.0.65 - - [2026-03-05 03:16:32] "POST /neutron/port HTTP/1.1" 200 1119 0.016300 10.0.0.65 - - [2026-03-05 03:16:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007684 10.0.0.65 - - [2026-03-05 03:16:33] "GET /virtual-machine/16c7056d-de9d-4b37-a893-6bd92b03bbbc HTTP/1.1" 200 1290 0.006027 10.0.0.65 - - [2026-03-05 03:16:33] "GET /virtual-machine-interface/166849b1-8a96-48a3-86c3-ca532176175d HTTP/1.1" 200 2947 0.006055 10.0.0.65 - - [2026-03-05 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.65 - - [2026-03-05 03:16:33] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003294 10.0.0.65 - - [2026-03-05 03:16:33] "GET /virtual-networks?parent_id=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002764 10.0.0.65 - - [2026-03-05 03:16:33] "GET /virtual-network/a7bbc1fa-1349-4f20-95da-d06aa5b012ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005082 10.0.0.65 - - [2026-03-05 03:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.65 - - [2026-03-05 03:16:36] "GET /virtual-network/a7bbc1fa-1349-4f20-95da-d06aa5b012ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005341 10.0.0.65 - - [2026-03-05 03:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.65 - - [2026-03-05 03:16:40] "GET /virtual-network/a7bbc1fa-1349-4f20-95da-d06aa5b012ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004644 10.0.0.65 - - [2026-03-05 03:16:40] "POST /neutron/port HTTP/1.1" 200 1119 0.015840 10.0.0.65 - - [2026-03-05 03:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.65 - - [2026-03-05 03:16:42] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003494 10.0.0.65 - - [2026-03-05 03:16:42] "GET /virtual-networks?parent_id=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002925 10.0.0.65 - - [2026-03-05 03:16:42] "GET /virtual-network/a7bbc1fa-1349-4f20-95da-d06aa5b012ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005748 10.0.0.65 - - [2026-03-05 03:16:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006262 10.0.0.33 - - [2026-03-05 03:16:47] "GET /obj-perms HTTP/1.1" 200 5056 0.054606 10.0.0.65 - - [2026-03-05 03:16:47] "POST /neutron/port HTTP/1.1" 200 1119 0.014146 10.0.0.65 - - [2026-03-05 03:16:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006794 10.0.0.65 - - [2026-03-05 03:16:48] "GET /virtual-machine/0bda01cc-97ca-4c73-b0ac-469d1d765009 HTTP/1.1" 200 1289 0.005822 10.0.0.65 - - [2026-03-05 03:16:48] "GET /virtual-machine-interface/1b63c3e5-3c8f-4acb-bdd5-331e6da343d3 HTTP/1.1" 200 2948 0.005844 10.0.0.65 - - [2026-03-05 03:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.65 - - [2026-03-05 03:16:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005806 10.0.0.65 - - [2026-03-05 03:16:48] "GET /virtual-networks?parent_id=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002393 10.0.0.65 - - [2026-03-05 03:16:48] "GET /virtual-network/a7bbc1fa-1349-4f20-95da-d06aa5b012ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005561 10.0.0.65 - - [2026-03-05 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.65 - - [2026-03-05 03:16:49] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003966 10.0.0.65 - - [2026-03-05 03:16:49] "GET /virtual-networks?parent_id=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002334 10.0.0.65 - - [2026-03-05 03:16:49] "GET /virtual-network/a7bbc1fa-1349-4f20-95da-d06aa5b012ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005946 10.0.0.65 - - [2026-03-05 03:16:49] "POST /neutron/port HTTP/1.1" 200 1119 0.016785 10.0.0.65 - - [2026-03-05 03:16:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006255 10.0.0.65 - - [2026-03-05 03:16:49] "GET /virtual-machine/3860eefd-644e-47bf-bede-a655d2c356a8 HTTP/1.1" 200 1294 0.005311 10.0.0.65 - - [2026-03-05 03:16:49] "GET /virtual-machine-interface/81156eed-c769-4a7e-a86a-b08d90b00e2b HTTP/1.1" 200 2948 0.005005 10.0.0.65 - - [2026-03-05 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.65 - - [2026-03-05 03:16:49] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003875 10.0.0.65 - - [2026-03-05 03:16:49] "GET /virtual-networks?parent_id=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002422 10.0.0.65 - - [2026-03-05 03:16:49] "GET /virtual-network/a7bbc1fa-1349-4f20-95da-d06aa5b012ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005027 10.0.0.65 - - [2026-03-05 03:16:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.65 - - [2026-03-05 03:16:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002734 10.0.0.65 - - [2026-03-05 03:16:50] "GET /virtual-networks?parent_id=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002885 10.0.0.65 - - [2026-03-05 03:16:50] "GET /virtual-network/a7bbc1fa-1349-4f20-95da-d06aa5b012ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006215 10.0.0.65 - - [2026-03-05 03:16:56] "POST /neutron/port HTTP/1.1" 200 1119 0.016686 10.0.0.65 - - [2026-03-05 03:16:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003201 10.0.0.65 - - [2026-03-05 03:16:56] "POST /neutron/network HTTP/1.1" 200 994 0.007011 10.0.0.65 - - [2026-03-05 03:17:07] "POST /neutron/port HTTP/1.1" 200 151 0.137692 10.0.0.65 - - [2026-03-05 03:17:07] "POST /neutron/port HTTP/1.1" 200 151 0.194369 10.0.0.65 - - [2026-03-05 03:17:07] "POST /neutron/port HTTP/1.1" 200 151 0.169503 10.0.0.65 - - [2026-03-05 03:17:09] "POST /neutron/network HTTP/1.1" 200 994 0.009076 10.0.0.65 - - [2026-03-05 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.041981 10.0.0.65 - - [2026-03-05 03:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.65 - - [2026-03-05 03:17:10] "DELETE /network-ipam/8fa36f77-ab66-4704-92de-94310621cb5b HTTP/1.1" 200 115 0.029479 10.0.0.65 - - [2026-03-05 03:17:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.003393 10.0.0.133 - - [2026-03-05 03:17:11] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002160 10.0.0.65 - - [2026-03-05 03:17:11] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.078117 10.0.0.133 - - [2026-03-05 03:17:11] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001296 10.0.0.65 - - [2026-03-05 03:17:11] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?fields=virtual_networks HTTP/1.1" 200 1035 0.043837 10.0.0.133 - - [2026-03-05 03:17:11] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.65 - - [2026-03-05 03:17:11] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.044832 10.0.0.133 - - [2026-03-05 03:17:11] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001090 10.0.0.65 - - [2026-03-05 03:17:11] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?fields=security_groups HTTP/1.1" 200 1262 0.040191 10.0.0.65 - - [2026-03-05 03:17:12] "POST /neutron/port HTTP/1.1" 400 205 0.004470 10.0.0.65 - - [2026-03-05 03:17:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.030853 10.0.0.133 - - [2026-03-05 03:17:12] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002870 10.0.0.133 - - [2026-03-05 03:17:12] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000873 10.0.0.133 - - [2026-03-05 03:17:12] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035395 10.0.0.133 - - [2026-03-05 03:17:13] "POST /id-to-fqname HTTP/1.1" 200 198 0.003739 10.0.0.133 - - [2026-03-05 03:17:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.009773 10.0.0.133 - - [2026-03-05 03:17:13] "POST /security-groups HTTP/1.1" 200 599 0.068957 10.0.0.133 - - [2026-03-05 03:17:13] "POST /projects HTTP/1.1" 200 601 0.264136 10.0.0.65 - - [2026-03-05 03:17:13] "POST /access-control-lists HTTP/1.1" 200 606 0.029175 10.0.0.133 - - [2026-03-05 03:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.333291 10.0.0.65 - - [2026-03-05 03:17:13] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.503857 10.0.0.65 - - [2026-03-05 03:17:14] "GET / HTTP/1.1" 200 36215 0.001560 10.0.0.65 - - [2026-03-05 03:17:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.65 - - [2026-03-05 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.059544 10.0.0.133 - - [2026-03-05 03:17:16] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000817 10.0.0.65 - - [2026-03-05 03:17:16] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.038514 10.0.0.65 - - [2026-03-05 03:17:16] "POST /neutron/network HTTP/1.1" 200 117 0.040394 10.0.0.65 - - [2026-03-05 03:17:16] "POST /route-targets HTTP/1.1" 200 328 0.014089 10.0.0.133 - - [2026-03-05 03:17:17] "POST /useragent-kv HTTP/1.1" 200 115 0.007907 10.0.0.65 - - [2026-03-05 03:17:17] "POST /neutron/subnet HTTP/1.1" 200 729 0.232253 10.0.0.65 - - [2026-03-05 03:17:17] "POST /id-to-fqname HTTP/1.1" 200 228 0.002943 10.0.0.65 - - [2026-03-05 03:17:17] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004720 10.0.0.65 - - [2026-03-05 03:17:17] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004795 10.0.0.65 - - [2026-03-05 03:17:17] "POST /neutron/network HTTP/1.1" 200 1007 0.007376 10.0.0.65 - - [2026-03-05 03:17:18] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004802 10.0.0.65 - - [2026-03-05 03:17:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001217 10.0.0.65 - - [2026-03-05 03:17:19] "POST /neutron/network HTTP/1.1" 200 1017 0.006410 10.0.0.133 - - [2026-03-05 03:17:20] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000967 10.0.0.65 - - [2026-03-05 03:17:20] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065452 10.0.0.65 - - [2026-03-05 03:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.011832 10.0.0.65 - - [2026-03-05 03:17:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001142 10.0.0.65 - - [2026-03-05 03:17:21] "POST /neutron/network HTTP/1.1" 200 1017 0.005876 10.0.0.65 - - [2026-03-05 03:17:21] "POST /neutron/port HTTP/1.1" 200 1176 0.018788 10.0.0.65 - - [2026-03-05 03:17:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003117 10.0.0.133 - - [2026-03-05 03:17:21] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000840 10.0.0.65 - - [2026-03-05 03:17:21] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.066983 10.0.0.65 - - [2026-03-05 03:17:21] "POST /neutron/network HTTP/1.1" 200 1007 0.007163 10.0.0.65 - - [2026-03-05 03:17:21] "POST /neutron/network HTTP/1.1" 200 1007 0.007679 10.0.0.65 - - [2026-03-05 03:17:22] "POST /neutron/port HTTP/1.1" 200 117 0.006876 10.0.0.65 - - [2026-03-05 03:17:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001443 10.0.0.65 - - [2026-03-05 03:17:22] "POST /neutron/network HTTP/1.1" 200 1017 0.007069 10.0.0.65 - - [2026-03-05 03:17:22] "POST /neutron/port HTTP/1.1" 200 1176 0.019156 10.0.0.65 - - [2026-03-05 03:17:23] "POST /neutron/port HTTP/1.1" 200 1240 0.016322 10.0.0.65 - - [2026-03-05 03:17:23] "POST /neutron/subnet HTTP/1.1" 200 1389 0.010775 10.0.0.65 - - [2026-03-05 03:17:23] "POST /neutron/network HTTP/1.1" 200 1007 0.008299 10.0.0.133 - - [2026-03-05 03:17:23] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.65 - - [2026-03-05 03:17:23] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.064539 10.0.0.65 - - [2026-03-05 03:17:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006367 10.0.0.65 - - [2026-03-05 03:17:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001182 10.0.0.65 - - [2026-03-05 03:17:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007673 10.0.0.133 - - [2026-03-05 03:17:24] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001134 10.0.0.65 - - [2026-03-05 03:17:24] "POST /neutron/port HTTP/1.1" 200 1176 0.292845 10.0.0.65 - - [2026-03-05 03:17:24] "POST /neutron/port HTTP/1.1" 200 1230 0.095289 10.0.0.65 - - [2026-03-05 03:17:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005960 10.0.0.133 - - [2026-03-05 03:17:24] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.65 - - [2026-03-05 03:17:24] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.105165 10.0.0.65 - - [2026-03-05 03:17:24] "POST /neutron/port HTTP/1.1" 200 117 0.001217 10.0.0.65 - - [2026-03-05 03:17:25] "POST /neutron/port HTTP/1.1" 200 3412 0.030055 10.0.0.65 - - [2026-03-05 03:17:25] "POST /neutron/port HTTP/1.1" 200 1240 0.016443 10.0.0.65 - - [2026-03-05 03:17:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006546 10.0.0.65 - - [2026-03-05 03:17:25] "GET /virtual-machine/24c47386-a55a-4c34-9a56-e7913d98acbf HTTP/1.1" 401 292 0.000402 10.0.0.65 - - [2026-03-05 03:17:25] "POST /neutron/network HTTP/1.1" 200 1017 0.008585 10.0.0.65 - - [2026-03-05 03:17:26] "GET /virtual-machine/24c47386-a55a-4c34-9a56-e7913d98acbf HTTP/1.1" 200 1302 0.029536 10.0.0.65 - - [2026-03-05 03:17:26] "GET /virtual-machine-interface/0c02f243-995a-4f8d-97e5-a21b41461539 HTTP/1.1" 200 3182 0.005349 10.0.0.65 - - [2026-03-05 03:17:26] "POST /neutron/port HTTP/1.1" 200 1176 0.030289 10.0.0.65 - - [2026-03-05 03:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.65 - - [2026-03-05 03:17:26] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003087 10.0.0.65 - - [2026-03-05 03:17:26] "GET /virtual-networks?parent_id=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003105 10.0.0.65 - - [2026-03-05 03:17:26] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.009074 10.0.0.65 - - [2026-03-05 03:17:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003901 10.0.0.65 - - [2026-03-05 03:17:26] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.65 - - [2026-03-05 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.65 - - [2026-03-05 03:17:29] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007163 10.0.0.65 - - [2026-03-05 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.65 - - [2026-03-05 03:17:33] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004484 10.0.0.65 - - [2026-03-05 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.65 - - [2026-03-05 03:17:37] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004708 10.0.0.65 - - [2026-03-05 03:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.65 - - [2026-03-05 03:17:41] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004787 10.0.0.65 - - [2026-03-05 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.65 - - [2026-03-05 03:17:45] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005190 10.0.0.65 - - [2026-03-05 03:17:48] "GET /obj-perms HTTP/1.1" 200 5056 0.054291 10.0.0.65 - - [2026-03-05 03:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.65 - - [2026-03-05 03:17:49] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005050 10.0.0.65 - - [2026-03-05 03:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.65 - - [2026-03-05 03:17:53] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005189 10.0.0.65 - - [2026-03-05 03:17:56] "POST /neutron/port HTTP/1.1" 200 1240 0.018676 10.0.0.65 - - [2026-03-05 03:17:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004905 10.0.0.65 - - [2026-03-05 03:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.65 - - [2026-03-05 03:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.65 - - [2026-03-05 03:17:57] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004353 10.0.0.65 - - [2026-03-05 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.65 - - [2026-03-05 03:18:02] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004981 10.0.0.133 - - [2026-03-05 03:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000310 10.0.0.133 - - [2026-03-05 03:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000351 10.0.0.33 - - [2026-03-05 03:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.33 - - [2026-03-05 03:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.133 - - [2026-03-05 03:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.133 - - [2026-03-05 03:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2026-03-05 03:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.001290 10.0.0.33 - - [2026-03-05 03:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000471 10.0.0.65 - - [2026-03-05 03:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.65 - - [2026-03-05 03:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.65 - - [2026-03-05 03:18:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.65 - - [2026-03-05 03:18:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.133 - - [2026-03-05 03:18:05] "DELETE /project/56e0681919244624bb9cda0212f2231b HTTP/1.1" 404 173 0.007378 10.0.0.133 - - [2026-03-05 03:18:05] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000789 10.0.0.133 - - [2026-03-05 03:18:05] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.039961 10.0.0.133 - - [2026-03-05 03:18:05] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001476 10.0.0.133 - - [2026-03-05 03:18:05] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?fields=security_groups HTTP/1.1" 200 1364 0.041086 10.0.0.133 - - [2026-03-05 03:18:05] "DELETE /security-group/a1fee7d8-e6c4-4ec5-9abb-087aae02f0c5 HTTP/1.1" 200 115 0.051491 10.0.0.133 - - [2026-03-05 03:18:05] "GET /projects?obj_uuids=e1682b3f-a1fb-4a97-a364-2569253a7f1a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003169 10.0.0.133 - - [2026-03-05 03:18:05] "GET /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a?fields=application_policy_sets HTTP/1.1" 200 1403 0.054620 10.0.0.65 - - [2026-03-05 03:18:05] "DELETE /access-control-list/e5585e29-936d-4c40-909a-c0b4e02c456b HTTP/1.1" 200 115 0.039762 10.0.0.133 - - [2026-03-05 03:18:05] "DELETE /project/e1682b3f-a1fb-4a97-a364-2569253a7f1a HTTP/1.1" 409 225 0.336566 10.0.0.65 - - [2026-03-05 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.65 - - [2026-03-05 03:18:06] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005190 10.0.0.65 - - [2026-03-05 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.65 - - [2026-03-05 03:18:10] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004717 10.0.0.65 - - [2026-03-05 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.65 - - [2026-03-05 03:18:14] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006906 10.0.0.65 - - [2026-03-05 03:18:14] "POST /neutron/port HTTP/1.1" 200 1240 0.019693 10.0.0.65 - - [2026-03-05 03:18:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003704 10.0.0.65 - - [2026-03-05 03:18:14] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.65 - - [2026-03-05 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.65 - - [2026-03-05 03:18:18] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005879 10.0.0.65 - - [2026-03-05 03:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.65 - - [2026-03-05 03:18:22] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005813 10.0.0.65 - - [2026-03-05 03:18:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.65 - - [2026-03-05 03:18:24] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003433 10.0.0.65 - - [2026-03-05 03:18:24] "GET /virtual-networks?parent_id=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003405 10.0.0.65 - - [2026-03-05 03:18:24] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005473 10.0.0.65 - - [2026-03-05 03:18:24] "POST /neutron/port HTTP/1.1" 200 1240 0.019368 10.0.0.65 - - [2026-03-05 03:18:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007039 10.0.0.65 - - [2026-03-05 03:18:33] "POST /neutron/port HTTP/1.1" 200 1240 0.015928 10.0.0.65 - - [2026-03-05 03:18:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008093 10.0.0.65 - - [2026-03-05 03:18:40] "POST /neutron/port HTTP/1.1" 200 1240 0.016457 10.0.0.65 - - [2026-03-05 03:18:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006343 10.0.0.133 - - [2026-03-05 03:18:48] "GET /obj-perms HTTP/1.1" 200 5056 0.052343 10.0.0.65 - - [2026-03-05 03:18:50] "POST /neutron/port HTTP/1.1" 200 1240 0.016969 10.0.0.65 - - [2026-03-05 03:18:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008219 10.0.0.65 - - [2026-03-05 03:18:50] "GET /virtual-machine/f15f92fc-95f9-4016-bc58-bab682ca78a3 HTTP/1.1" 200 1303 0.006452 10.0.0.65 - - [2026-03-05 03:18:50] "GET /virtual-machine-interface/4c71542a-5376-48c0-b1ca-cea7cbc41617 HTTP/1.1" 200 3183 0.004930 10.0.0.65 - - [2026-03-05 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.65 - - [2026-03-05 03:18:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005081 10.0.0.65 - - [2026-03-05 03:18:50] "GET /virtual-networks?parent_id=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002784 10.0.0.65 - - [2026-03-05 03:18:51] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005186 10.0.0.65 - - [2026-03-05 03:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.65 - - [2026-03-05 03:18:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003777 10.0.0.65 - - [2026-03-05 03:18:52] "GET /virtual-networks?parent_id=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002466 10.0.0.65 - - [2026-03-05 03:18:52] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006006 10.0.0.65 - - [2026-03-05 03:18:52] "POST /neutron/port HTTP/1.1" 200 1240 0.014605 10.0.0.65 - - [2026-03-05 03:18:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008667 10.0.0.65 - - [2026-03-05 03:18:57] "POST /neutron/port HTTP/1.1" 200 1240 0.013193 10.0.0.65 - - [2026-03-05 03:18:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008669 10.0.0.65 - - [2026-03-05 03:18:57] "GET /virtual-machine/3c2bc86c-5820-4131-9d0a-846ccd542089 HTTP/1.1" 200 1302 0.004732 10.0.0.65 - - [2026-03-05 03:18:57] "GET /virtual-machine-interface/d4eca530-7f7b-42fb-a6f5-93f3ec7bd468 HTTP/1.1" 200 3184 0.004247 10.0.0.65 - - [2026-03-05 03:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.65 - - [2026-03-05 03:18:57] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003064 10.0.0.65 - - [2026-03-05 03:18:57] "GET /virtual-networks?parent_id=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002296 10.0.0.65 - - [2026-03-05 03:18:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004526 10.0.0.65 - - [2026-03-05 03:18:57] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006161 10.0.0.65 - - [2026-03-05 03:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.65 - - [2026-03-05 03:18:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.65 - - [2026-03-05 03:18:58] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003192 10.0.0.65 - - [2026-03-05 03:18:58] "GET /virtual-networks?parent_id=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002814 10.0.0.65 - - [2026-03-05 03:18:58] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005473 10.0.0.65 - - [2026-03-05 03:19:15] "POST /neutron/port HTTP/1.1" 200 1240 0.018075 10.0.0.65 - - [2026-03-05 03:19:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003607 10.0.0.65 - - [2026-03-05 03:19:15] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.133 - - [2026-03-05 03:19:17] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000858 10.0.0.65 - - [2026-03-05 03:19:17] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041899 10.0.0.65 - - [2026-03-05 03:19:17] "POST /fqname-to-id HTTP/1.1" 404 226 0.004145 10.0.0.65 - - [2026-03-05 03:19:17] "POST /interface-route-tables HTTP/1.1" 200 577 0.045302 10.0.0.65 - - [2026-03-05 03:19:17] "GET /interface-route-table/e7a0ba32-e32c-4d69-9041-02d890671d1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005652 10.0.0.65 - - [2026-03-05 03:19:17] "GET /virtual-machine-interface/0c02f243-995a-4f8d-97e5-a21b41461539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006293 10.0.0.65 - - [2026-03-05 03:19:17] "POST /ref-update HTTP/1.1" 200 156 0.014348 10.0.0.133 - - [2026-03-05 03:19:27] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.65 - - [2026-03-05 03:19:27] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039276 10.0.0.65 - - [2026-03-05 03:19:27] "POST /fqname-to-id HTTP/1.1" 404 226 0.003585 10.0.0.65 - - [2026-03-05 03:19:27] "POST /interface-route-tables HTTP/1.1" 200 577 0.032370 10.0.0.65 - - [2026-03-05 03:19:27] "GET /interface-route-table/c27f812f-e24b-40f9-9ed3-046f0543a8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.005378 10.0.0.65 - - [2026-03-05 03:19:27] "GET /virtual-machine-interface/4c71542a-5376-48c0-b1ca-cea7cbc41617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.005386 10.0.0.65 - - [2026-03-05 03:19:27] "POST /ref-update HTTP/1.1" 200 156 0.012554 10.0.0.65 - - [2026-03-05 03:19:30] "GET /virtual-machine-interface/d4eca530-7f7b-42fb-a6f5-93f3ec7bd468?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005849 10.0.0.65 - - [2026-03-05 03:19:30] "PUT /virtual-machine-interface/d4eca530-7f7b-42fb-a6f5-93f3ec7bd468 HTTP/1.1" 200 285 0.012254 10.0.0.65 - - [2026-03-05 03:19:30] "GET /virtual-machine-interface/0c02f243-995a-4f8d-97e5-a21b41461539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3047 0.007567 10.0.0.65 - - [2026-03-05 03:19:30] "PUT /virtual-machine-interface/0c02f243-995a-4f8d-97e5-a21b41461539 HTTP/1.1" 200 285 0.012163 10.0.0.65 - - [2026-03-05 03:19:30] "GET /virtual-machine-interface/4c71542a-5376-48c0-b1ca-cea7cbc41617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3048 0.007074 10.0.0.65 - - [2026-03-05 03:19:30] "PUT /virtual-machine-interface/4c71542a-5376-48c0-b1ca-cea7cbc41617 HTTP/1.1" 200 285 0.011731 10.0.0.33 - - [2026-03-05 03:19:49] "GET /obj-perms HTTP/1.1" 200 5056 0.049077 10.0.0.65 - - [2026-03-05 03:19:59] "POST /neutron/port HTTP/1.1" 200 1240 0.015381 10.0.0.65 - - [2026-03-05 03:19:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003409 10.0.0.65 - - [2026-03-05 03:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.001237 10.0.0.65 - - [2026-03-05 03:20:17] "POST /neutron/port HTTP/1.1" 200 1240 0.053408 10.0.0.65 - - [2026-03-05 03:20:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003620 10.0.0.65 - - [2026-03-05 03:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.65 - - [2026-03-05 03:20:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006815 10.0.0.65 - - [2026-03-05 03:20:20] "POST /neutron/port HTTP/1.1" 200 1240 0.014742 10.0.0.65 - - [2026-03-05 03:20:20] "GET /virtual-machine/b163fb09-266d-476c-9146-dfeb11744729 HTTP/1.1" 200 1303 0.006089 10.0.0.65 - - [2026-03-05 03:20:20] "GET /virtual-machine-interface/e79bd8a9-d91d-4906-adea-d54597c30fa5 HTTP/1.1" 200 3184 0.005121 10.0.0.65 - - [2026-03-05 03:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.65 - - [2026-03-05 03:20:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005187 10.0.0.65 - - [2026-03-05 03:20:20] "GET /virtual-networks?parent_id=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002576 10.0.0.65 - - [2026-03-05 03:20:21] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005400 10.0.0.65 - - [2026-03-05 03:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.65 - - [2026-03-05 03:20:22] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003337 10.0.0.65 - - [2026-03-05 03:20:22] "GET /virtual-networks?parent_id=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002486 10.0.0.65 - - [2026-03-05 03:20:22] "GET /virtual-network/12095bad-ac66-43a1-834b-275bcb8e9b71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004941 10.0.0.65 - - [2026-03-05 03:20:22] "GET /virtual-machine-interface/e79bd8a9-d91d-4906-adea-d54597c30fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006721 10.0.0.65 - - [2026-03-05 03:20:22] "PUT /virtual-machine-interface/e79bd8a9-d91d-4906-adea-d54597c30fa5 HTTP/1.1" 200 285 0.015342 10.0.0.65 - - [2026-03-05 03:21:00] "POST /neutron/port HTTP/1.1" 200 1240 0.017534 10.0.0.65 - - [2026-03-05 03:21:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003338 10.0.0.65 - - [2026-03-05 03:21:00] "POST /neutron/port HTTP/1.1" 200 117 0.001016 10.0.0.133 - - [2026-03-05 03:21:03] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.032086 10.0.0.65 - - [2026-03-05 03:21:03] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.075059 10.0.0.65 - - [2026-03-05 03:21:03] "POST /fqname-to-id HTTP/1.1" 404 226 0.003160 10.0.0.65 - - [2026-03-05 03:21:04] "POST /interface-route-tables HTTP/1.1" 200 577 0.024945 10.0.0.65 - - [2026-03-05 03:21:04] "GET /interface-route-table/98035e26-4ab8-4533-9c5a-64cbb2af55f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.006150 10.0.0.65 - - [2026-03-05 03:21:04] "GET /virtual-machine-interface/e79bd8a9-d91d-4906-adea-d54597c30fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2817 0.006503 10.0.0.65 - - [2026-03-05 03:21:04] "POST /ref-update HTTP/1.1" 200 156 0.012874 10.0.0.65 - - [2026-03-05 03:21:05] "GET /virtual-machine-interface/0c02f243-995a-4f8d-97e5-a21b41461539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.005629 10.0.0.65 - - [2026-03-05 03:21:05] "POST /ref-update HTTP/1.1" 200 156 0.013308 10.0.0.65 - - [2026-03-05 03:21:06] "DELETE /interface-route-table/e7a0ba32-e32c-4d69-9041-02d890671d1e HTTP/1.1" 200 115 0.034366 10.0.0.65 - - [2026-03-05 03:21:06] "POST /neutron/port HTTP/1.1" 200 1230 0.017076 10.0.0.65 - - [2026-03-05 03:21:16] "GET /virtual-machine-interface/e79bd8a9-d91d-4906-adea-d54597c30fa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.007021 10.0.0.65 - - [2026-03-05 03:21:16] "POST /ref-update HTTP/1.1" 200 156 0.013134 10.0.0.65 - - [2026-03-05 03:21:16] "DELETE /interface-route-table/98035e26-4ab8-4533-9c5a-64cbb2af55f0 HTTP/1.1" 200 115 0.038126 10.0.0.65 - - [2026-03-05 03:21:16] "GET /virtual-machine-interface/4c71542a-5376-48c0-b1ca-cea7cbc41617?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.005299 10.0.0.65 - - [2026-03-05 03:21:16] "POST /ref-update HTTP/1.1" 200 156 0.016571 10.0.0.65 - - [2026-03-05 03:21:16] "DELETE /interface-route-table/c27f812f-e24b-40f9-9ed3-046f0543a8d7 HTTP/1.1" 200 115 0.030638 10.0.0.65 - - [2026-03-05 03:21:16] "POST /neutron/network HTTP/1.1" 400 204 0.014866 10.0.0.65 - - [2026-03-05 03:21:16] "POST /neutron/port HTTP/1.1" 200 151 0.234170 10.0.0.65 - - [2026-03-05 03:21:17] "POST /neutron/port HTTP/1.1" 200 151 0.214950 10.0.0.65 - - [2026-03-05 03:21:17] "POST /neutron/port HTTP/1.1" 200 151 0.253245 10.0.0.133 - - [2026-03-05 03:21:20] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001046 10.0.0.65 - - [2026-03-05 03:21:20] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.053991 10.0.0.133 - - [2026-03-05 03:21:20] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000902 10.0.0.65 - - [2026-03-05 03:21:20] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?fields=virtual_networks HTTP/1.1" 200 1050 0.049010 10.0.0.133 - - [2026-03-05 03:21:20] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000904 10.0.0.65 - - [2026-03-05 03:21:20] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.038974 10.0.0.133 - - [2026-03-05 03:21:20] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.65 - - [2026-03-05 03:21:20] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?fields=security_groups HTTP/1.1" 200 1285 0.037709 10.0.0.65 - - [2026-03-05 03:21:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.025047 10.0.0.133 - - [2026-03-05 03:21:21] "GET /projects?obj_uuids=6a090c21-88fa-4436-bcaa-29f6a04b722c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003579 10.0.0.133 - - [2026-03-05 03:21:21] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.133 - - [2026-03-05 03:21:21] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006082 10.0.0.133 - - [2026-03-05 03:21:21] "POST /id-to-fqname HTTP/1.1" 200 185 0.001172 10.0.0.133 - - [2026-03-05 03:21:21] "POST /fqname-to-id HTTP/1.1" 404 194 0.005302 10.0.0.133 - - [2026-03-05 03:21:21] "POST /security-groups HTTP/1.1" 200 586 0.032189 10.0.0.65 - - [2026-03-05 03:21:21] "POST /fqname-to-id HTTP/1.1" 404 229 0.007767 10.0.0.133 - - [2026-03-05 03:21:21] "POST /projects HTTP/1.1" 200 575 0.210646 10.0.0.133 - - [2026-03-05 03:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.294806 10.0.0.65 - - [2026-03-05 03:21:21] "POST /access-control-lists HTTP/1.1" 200 591 0.036676 10.0.0.65 - - [2026-03-05 03:21:21] "GET /project/6a090c21-88fa-4436-bcaa-29f6a04b722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.442333 10.0.0.65 - - [2026-03-05 03:21:22] "GET / HTTP/1.1" 200 36215 0.001501 10.0.0.133 - - [2026-03-05 03:21:25] "GET /projects?obj_uuids=6a090c21-88fa-4436-bcaa-29f6a04b722c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.65 - - [2026-03-05 03:21:25] "GET /project/6a090c21-88fa-4436-bcaa-29f6a04b722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.043980 10.0.0.133 - - [2026-03-05 03:21:25] "GET /projects?obj_uuids=6a090c21-88fa-4436-bcaa-29f6a04b722c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001694 10.0.0.65 - - [2026-03-05 03:21:26] "GET /project/6a090c21-88fa-4436-bcaa-29f6a04b722c?fields=virtual_networks HTTP/1.1" 200 1024 0.051714 10.0.0.133 - - [2026-03-05 03:21:26] "GET /projects?obj_uuids=6a090c21-88fa-4436-bcaa-29f6a04b722c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000893 10.0.0.65 - - [2026-03-05 03:21:26] "GET /project/6a090c21-88fa-4436-bcaa-29f6a04b722c?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.035595 10.0.0.133 - - [2026-03-05 03:21:26] "GET /projects?obj_uuids=6a090c21-88fa-4436-bcaa-29f6a04b722c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.65 - - [2026-03-05 03:21:26] "GET /project/6a090c21-88fa-4436-bcaa-29f6a04b722c?fields=security_groups HTTP/1.1" 200 1246 0.039042 10.0.0.65 - - [2026-03-05 03:21:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.024991 10.0.0.133 - - [2026-03-05 03:21:27] "GET /projects?obj_uuids=405348cf-1f24-43b9-ab68-ee5984023a3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002629 10.0.0.133 - - [2026-03-05 03:21:27] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.133 - - [2026-03-05 03:21:27] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006964 10.0.0.133 - - [2026-03-05 03:21:27] "POST /id-to-fqname HTTP/1.1" 200 195 0.005019 10.0.0.133 - - [2026-03-05 03:21:27] "POST /fqname-to-id HTTP/1.1" 404 204 0.006096 10.0.0.133 - - [2026-03-05 03:21:27] "POST /security-groups HTTP/1.1" 200 596 0.064736 10.0.0.133 - - [2026-03-05 03:21:27] "POST /projects HTTP/1.1" 200 595 0.262493 10.0.0.65 - - [2026-03-05 03:21:27] "POST /fqname-to-id HTTP/1.1" 404 238 0.004490 10.0.0.133 - - [2026-03-05 03:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.335143 10.0.0.65 - - [2026-03-05 03:21:27] "GET /project/405348cf-1f24-43b9-ab68-ee5984023a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.476648 10.0.0.65 - - [2026-03-05 03:21:28] "GET / HTTP/1.1" 200 36215 0.001823 10.0.0.133 - - [2026-03-05 03:21:31] "GET /projects?obj_uuids=405348cf-1f24-43b9-ab68-ee5984023a3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000873 10.0.0.65 - - [2026-03-05 03:21:31] "GET /project/405348cf-1f24-43b9-ab68-ee5984023a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.034474 10.0.0.133 - - [2026-03-05 03:21:31] "GET /projects?obj_uuids=405348cf-1f24-43b9-ab68-ee5984023a3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000839 10.0.0.65 - - [2026-03-05 03:21:31] "GET /project/405348cf-1f24-43b9-ab68-ee5984023a3f?fields=virtual_networks HTTP/1.1" 200 1044 0.083483 10.0.0.133 - - [2026-03-05 03:21:31] "GET /projects?obj_uuids=405348cf-1f24-43b9-ab68-ee5984023a3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001962 10.0.0.65 - - [2026-03-05 03:21:31] "GET /project/405348cf-1f24-43b9-ab68-ee5984023a3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.056064 10.0.0.133 - - [2026-03-05 03:21:31] "GET /projects?obj_uuids=405348cf-1f24-43b9-ab68-ee5984023a3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000903 10.0.0.65 - - [2026-03-05 03:21:31] "GET /project/405348cf-1f24-43b9-ab68-ee5984023a3f?fields=security_groups HTTP/1.1" 200 1276 0.050046 10.0.0.65 - - [2026-03-05 03:21:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.024012 10.0.0.133 - - [2026-03-05 03:21:32] "GET /projects?obj_uuids=7502f6c6-9f12-4665-9770-41a8fbf4e085&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002723 10.0.0.133 - - [2026-03-05 03:21:32] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000822 10.0.0.133 - - [2026-03-05 03:21:32] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005738 10.0.0.133 - - [2026-03-05 03:21:32] "POST /id-to-fqname HTTP/1.1" 200 201 0.002101 10.0.0.133 - - [2026-03-05 03:21:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.007247 10.0.0.133 - - [2026-03-05 03:21:33] "POST /security-groups HTTP/1.1" 200 602 0.025698 10.0.0.133 - - [2026-03-05 03:21:33] "POST /projects HTTP/1.1" 200 607 0.207188 10.0.0.65 - - [2026-03-05 03:21:33] "POST /access-control-lists HTTP/1.1" 200 609 0.030384 10.0.0.133 - - [2026-03-05 03:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.277838 10.0.0.65 - - [2026-03-05 03:21:33] "GET /project/7502f6c6-9f12-4665-9770-41a8fbf4e085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.403136 10.0.0.65 - - [2026-03-05 03:21:34] "GET / HTTP/1.1" 200 36215 0.002214 10.0.0.133 - - [2026-03-05 03:21:37] "GET /projects?obj_uuids=7502f6c6-9f12-4665-9770-41a8fbf4e085&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000912 10.0.0.65 - - [2026-03-05 03:21:37] "GET /project/7502f6c6-9f12-4665-9770-41a8fbf4e085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.035229 10.0.0.133 - - [2026-03-05 03:21:37] "GET /projects?obj_uuids=7502f6c6-9f12-4665-9770-41a8fbf4e085&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000965 10.0.0.65 - - [2026-03-05 03:21:37] "GET /project/7502f6c6-9f12-4665-9770-41a8fbf4e085?fields=virtual_networks HTTP/1.1" 200 1056 0.084111 10.0.0.133 - - [2026-03-05 03:21:37] "GET /projects?obj_uuids=7502f6c6-9f12-4665-9770-41a8fbf4e085&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000924 10.0.0.65 - - [2026-03-05 03:21:37] "GET /project/7502f6c6-9f12-4665-9770-41a8fbf4e085?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.038706 10.0.0.133 - - [2026-03-05 03:21:37] "GET /projects?obj_uuids=7502f6c6-9f12-4665-9770-41a8fbf4e085&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001028 10.0.0.65 - - [2026-03-05 03:21:37] "GET /project/7502f6c6-9f12-4665-9770-41a8fbf4e085?fields=security_groups HTTP/1.1" 200 1294 0.041534 10.0.0.65 - - [2026-03-05 03:21:38] "POST /fqname-to-id HTTP/1.1" 404 185 0.027499 10.0.0.133 - - [2026-03-05 03:21:38] "GET /projects?obj_uuids=3527582a-e6d4-44b8-ad90-e0c2c916e641&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003206 10.0.0.133 - - [2026-03-05 03:21:38] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.133 - - [2026-03-05 03:21:38] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008059 10.0.0.133 - - [2026-03-05 03:21:38] "POST /id-to-fqname HTTP/1.1" 200 187 0.008773 10.0.0.133 - - [2026-03-05 03:21:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.004152 10.0.0.133 - - [2026-03-05 03:21:38] "POST /security-groups HTTP/1.1" 200 588 0.073587 10.0.0.65 - - [2026-03-05 03:21:38] "POST /fqname-to-id HTTP/1.1" 404 231 0.007058 10.0.0.133 - - [2026-03-05 03:21:38] "POST /projects HTTP/1.1" 200 579 0.323037 10.0.0.133 - - [2026-03-05 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.395663 10.0.0.65 - - [2026-03-05 03:21:38] "POST /access-control-lists HTTP/1.1" 200 593 0.040873 10.0.0.65 - - [2026-03-05 03:21:39] "GET /project/3527582a-e6d4-44b8-ad90-e0c2c916e641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.531481 10.0.0.65 - - [2026-03-05 03:21:40] "GET / HTTP/1.1" 200 36215 0.001751 10.0.0.133 - - [2026-03-05 03:21:43] "GET /projects?obj_uuids=3527582a-e6d4-44b8-ad90-e0c2c916e641&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001252 10.0.0.65 - - [2026-03-05 03:21:43] "GET /project/3527582a-e6d4-44b8-ad90-e0c2c916e641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.037987 10.0.0.133 - - [2026-03-05 03:21:43] "GET /projects?obj_uuids=3527582a-e6d4-44b8-ad90-e0c2c916e641&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001627 10.0.0.65 - - [2026-03-05 03:21:43] "GET /project/3527582a-e6d4-44b8-ad90-e0c2c916e641?fields=virtual_networks HTTP/1.1" 200 1028 0.053377 10.0.0.133 - - [2026-03-05 03:21:43] "GET /projects?obj_uuids=3527582a-e6d4-44b8-ad90-e0c2c916e641&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000902 10.0.0.65 - - [2026-03-05 03:21:43] "GET /project/3527582a-e6d4-44b8-ad90-e0c2c916e641?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.054904 10.0.0.133 - - [2026-03-05 03:21:43] "GET /projects?obj_uuids=3527582a-e6d4-44b8-ad90-e0c2c916e641&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000953 10.0.0.65 - - [2026-03-05 03:21:43] "GET /project/3527582a-e6d4-44b8-ad90-e0c2c916e641?fields=security_groups HTTP/1.1" 200 1252 0.040274 10.0.0.65 - - [2026-03-05 03:21:44] "POST /fqname-to-id HTTP/1.1" 404 182 0.028320 10.0.0.133 - - [2026-03-05 03:21:44] "GET /projects?obj_uuids=cd90cac3-9a2e-4b91-aa6e-18f094807466&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002662 10.0.0.133 - - [2026-03-05 03:21:44] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000805 10.0.0.133 - - [2026-03-05 03:21:44] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.005996 10.0.0.133 - - [2026-03-05 03:21:44] "POST /id-to-fqname HTTP/1.1" 200 184 0.003313 10.0.0.133 - - [2026-03-05 03:21:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.005999 10.0.0.133 - - [2026-03-05 03:21:44] "POST /security-groups HTTP/1.1" 200 585 0.024496 10.0.0.133 - - [2026-03-05 03:21:44] "POST /projects HTTP/1.1" 200 573 0.215536 10.0.0.65 - - [2026-03-05 03:21:44] "POST /fqname-to-id HTTP/1.1" 404 227 0.005275 10.0.0.133 - - [2026-03-05 03:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.290518 10.0.0.65 - - [2026-03-05 03:21:44] "GET /project/cd90cac3-9a2e-4b91-aa6e-18f094807466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.436357 10.0.0.65 - - [2026-03-05 03:21:45] "GET / HTTP/1.1" 200 36215 0.003568 10.0.0.133 - - [2026-03-05 03:21:48] "GET /projects?obj_uuids=cd90cac3-9a2e-4b91-aa6e-18f094807466&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000958 10.0.0.65 - - [2026-03-05 03:21:48] "GET /project/cd90cac3-9a2e-4b91-aa6e-18f094807466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.038586 10.0.0.133 - - [2026-03-05 03:21:48] "GET /projects?obj_uuids=cd90cac3-9a2e-4b91-aa6e-18f094807466&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000837 10.0.0.65 - - [2026-03-05 03:21:48] "GET /project/cd90cac3-9a2e-4b91-aa6e-18f094807466?fields=virtual_networks HTTP/1.1" 200 1023 0.052888 10.0.0.133 - - [2026-03-05 03:21:48] "GET /projects?obj_uuids=cd90cac3-9a2e-4b91-aa6e-18f094807466&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001162 10.0.0.65 - - [2026-03-05 03:21:49] "GET /project/cd90cac3-9a2e-4b91-aa6e-18f094807466?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.037782 10.0.0.133 - - [2026-03-05 03:21:49] "GET /projects?obj_uuids=cd90cac3-9a2e-4b91-aa6e-18f094807466&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000866 10.0.0.65 - - [2026-03-05 03:21:49] "GET /project/cd90cac3-9a2e-4b91-aa6e-18f094807466?fields=security_groups HTTP/1.1" 200 1244 0.044342 10.0.0.65 - - [2026-03-05 03:21:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.025249 10.0.0.133 - - [2026-03-05 03:21:50] "GET /projects?obj_uuids=2b01b3fa-757e-4e0f-8536-40f91f68820b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003143 10.0.0.133 - - [2026-03-05 03:21:50] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.133 - - [2026-03-05 03:21:50] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006073 10.0.0.133 - - [2026-03-05 03:21:50] "POST /id-to-fqname HTTP/1.1" 200 188 0.001739 10.0.0.133 - - [2026-03-05 03:21:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.007600 10.0.0.133 - - [2026-03-05 03:21:50] "POST /security-groups HTTP/1.1" 200 589 0.040438 10.0.0.133 - - [2026-03-05 03:21:50] "POST /projects HTTP/1.1" 200 581 0.245225 10.0.0.65 - - [2026-03-05 03:21:50] "POST /access-control-lists HTTP/1.1" 200 596 0.040469 10.0.0.133 - - [2026-03-05 03:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.319850 10.0.0.65 - - [2026-03-05 03:21:50] "GET /project/2b01b3fa-757e-4e0f-8536-40f91f68820b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.477077 10.0.0.65 - - [2026-03-05 03:21:52] "GET / HTTP/1.1" 200 36215 0.001383 10.0.0.133 - - [2026-03-05 03:21:55] "GET /projects?obj_uuids=2b01b3fa-757e-4e0f-8536-40f91f68820b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.65 - - [2026-03-05 03:21:55] "GET /project/2b01b3fa-757e-4e0f-8536-40f91f68820b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.026455 10.0.0.133 - - [2026-03-05 03:21:55] "GET /projects?obj_uuids=2b01b3fa-757e-4e0f-8536-40f91f68820b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001782 10.0.0.65 - - [2026-03-05 03:21:55] "GET /project/2b01b3fa-757e-4e0f-8536-40f91f68820b?fields=virtual_networks HTTP/1.1" 200 1029 0.091310 10.0.0.133 - - [2026-03-05 03:21:55] "GET /projects?obj_uuids=2b01b3fa-757e-4e0f-8536-40f91f68820b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.65 - - [2026-03-05 03:21:55] "GET /project/2b01b3fa-757e-4e0f-8536-40f91f68820b?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.035862 10.0.0.133 - - [2026-03-05 03:21:55] "GET /projects?obj_uuids=2b01b3fa-757e-4e0f-8536-40f91f68820b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000915 10.0.0.65 - - [2026-03-05 03:21:55] "GET /project/2b01b3fa-757e-4e0f-8536-40f91f68820b?fields=security_groups HTTP/1.1" 200 1254 0.032341 10.0.0.65 - - [2026-03-05 03:21:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.027480 10.0.0.133 - - [2026-03-05 03:21:56] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002411 10.0.0.133 - - [2026-03-05 03:21:56] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.133 - - [2026-03-05 03:21:56] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006558 10.0.0.133 - - [2026-03-05 03:21:56] "POST /id-to-fqname HTTP/1.1" 200 188 0.001091 10.0.0.133 - - [2026-03-05 03:21:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.004575 10.0.0.133 - - [2026-03-05 03:21:56] "POST /security-groups HTTP/1.1" 200 589 0.024340 10.0.0.65 - - [2026-03-05 03:21:56] "POST /fqname-to-id HTTP/1.1" 404 232 0.002627 10.0.0.133 - - [2026-03-05 03:21:56] "POST /projects HTTP/1.1" 200 581 0.208145 10.0.0.65 - - [2026-03-05 03:21:56] "POST /access-control-lists HTTP/1.1" 200 594 0.020130 10.0.0.133 - - [2026-03-05 03:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.292354 10.0.0.65 - - [2026-03-05 03:21:56] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.418705 10.0.0.65 - - [2026-03-05 03:21:57] "GET / HTTP/1.1" 200 36215 0.001414 10.0.0.65 - - [2026-03-05 03:21:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.65 - - [2026-03-05 03:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.051647 10.0.0.133 - - [2026-03-05 03:21:59] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000794 10.0.0.65 - - [2026-03-05 03:21:59] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.039502 10.0.0.65 - - [2026-03-05 03:21:59] "POST /neutron/network HTTP/1.1" 200 117 0.040251 10.0.0.65 - - [2026-03-05 03:22:00] "POST /neutron/network HTTP/1.1" 200 821 0.008621 10.0.0.65 - - [2026-03-05 03:22:00] "POST /id-to-fqname HTTP/1.1" 200 218 0.000995 10.0.0.65 - - [2026-03-05 03:22:00] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004602 10.0.0.65 - - [2026-03-05 03:22:00] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005260 10.0.0.65 - - [2026-03-05 03:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.65 - - [2026-03-05 03:22:00] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005125 10.0.0.65 - - [2026-03-05 03:22:00] "PUT /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a HTTP/1.1" 200 265 0.052022 10.0.0.65 - - [2026-03-05 03:22:00] "POST /route-targets HTTP/1.1" 200 324 0.011580 10.0.0.65 - - [2026-03-05 03:22:00] "POST /neutron/subnet HTTP/1.1" 200 720 0.009261 10.0.0.65 - - [2026-03-05 03:22:01] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005291 10.0.0.65 - - [2026-03-05 03:22:01] "GET /obj-perms HTTP/1.1" 200 5026 0.056409 10.0.0.133 - - [2026-03-05 03:22:02] "GET /obj-perms HTTP/1.1" 200 5026 0.060168 10.0.0.65 - - [2026-03-05 03:22:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001179 10.0.0.65 - - [2026-03-05 03:22:02] "POST /neutron/network HTTP/1.1" 200 831 0.005916 10.0.0.133 - - [2026-03-05 03:22:03] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000860 10.0.0.65 - - [2026-03-05 03:22:03] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.057271 10.0.0.65 - - [2026-03-05 03:22:03] "POST /neutron/port HTTP/1.1" 200 117 0.006310 10.0.0.133 - - [2026-03-05 03:22:03] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.65 - - [2026-03-05 03:22:04] "POST /neutron/port HTTP/1.1" 200 1057 0.247614 10.0.0.65 - - [2026-03-05 03:22:04] "POST /neutron/port HTTP/1.1" 200 1111 0.093358 10.0.0.65 - - [2026-03-05 03:22:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.007406 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /project/3527582ae6d444b8ad90e0c2c916e641 HTTP/1.1" 404 173 0.013175 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /project/cd90cac39a2e4b91aa6e18f094807466 HTTP/1.1" 404 173 0.017311 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /project/405348cf1f2443b9ab68ee5984023a3f HTTP/1.1" 404 173 0.010372 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /project/6a090c2188fa4436bcaa29f6a04b722c HTTP/1.1" 404 173 0.023582 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /project/2b01b3fa757e4e0f853640f91f68820b HTTP/1.1" 404 173 0.017938 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=7502f6c6-9f12-4665-9770-41a8fbf4e085&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000801 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=405348cf-1f24-43b9-ab68-ee5984023a3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001000 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=6a090c21-88fa-4436-bcaa-29f6a04b722c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000984 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=2b01b3fa-757e-4e0f-8536-40f91f68820b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /project/9ae5f66d0adc4b8e9db0170024e8cd31 HTTP/1.1" 404 173 0.012372 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /project/7502f6c69f124665977041a8fbf4e085 HTTP/1.1" 404 173 0.008148 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=cd90cac3-9a2e-4b91-aa6e-18f094807466&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000770 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=3527582a-e6d4-44b8-ad90-e0c2c916e641&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000676 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/2b01b3fa-757e-4e0f-8536-40f91f68820b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.101185 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/6a090c21-88fa-4436-bcaa-29f6a04b722c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.115110 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.117613 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/7502f6c6-9f12-4665-9770-41a8fbf4e085?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.131458 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/405348cf-1f24-43b9-ab68-ee5984023a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.139389 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=2b01b3fa-757e-4e0f-8536-40f91f68820b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=6a090c21-88fa-4436-bcaa-29f6a04b722c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000751 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=405348cf-1f24-43b9-ab68-ee5984023a3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000701 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=7502f6c6-9f12-4665-9770-41a8fbf4e085&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000689 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/3527582a-e6d4-44b8-ad90-e0c2c916e641?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.182796 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=3527582a-e6d4-44b8-ad90-e0c2c916e641&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001505 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/cd90cac3-9a2e-4b91-aa6e-18f094807466?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1445 0.237057 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/2b01b3fa-757e-4e0f-8536-40f91f68820b?fields=security_groups HTTP/1.1" 200 1356 0.166640 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/405348cf-1f24-43b9-ab68-ee5984023a3f?fields=security_groups HTTP/1.1" 200 1378 0.158250 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/6a090c21-88fa-4436-bcaa-29f6a04b722c?fields=security_groups HTTP/1.1" 200 1348 0.174336 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=cd90cac3-9a2e-4b91-aa6e-18f094807466&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001103 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?fields=security_groups HTTP/1.1" 200 1387 0.190704 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/7502f6c6-9f12-4665-9770-41a8fbf4e085?fields=security_groups HTTP/1.1" 200 1396 0.194814 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/3527582a-e6d4-44b8-ad90-e0c2c916e641?fields=security_groups HTTP/1.1" 200 1354 0.174219 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/cd90cac3-9a2e-4b91-aa6e-18f094807466?fields=security_groups HTTP/1.1" 200 1346 0.160176 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /security-group/99e6966e-c9f9-4bbd-80fa-7e4fedc9156c HTTP/1.1" 404 171 0.088369 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=56e06819-1924-4624-bb9c-da0212f2231b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002094 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /security-group/7fa84e3c-4754-44c7-b203-e74ee60d03c4 HTTP/1.1" 200 115 0.204398 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=2b01b3fa-757e-4e0f-8536-40f91f68820b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001413 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /security-group/b1763347-8613-48b5-83c5-7768b16dccb9 HTTP/1.1" 200 115 0.245341 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/56e06819-1924-4624-bb9c-da0212f2231b?fields=application_policy_sets HTTP/1.1" 200 1426 0.084132 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=405348cf-1f24-43b9-ab68-ee5984023a3f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003216 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /security-group/5b039ffc-29a9-42ff-9f8d-cf2af0fd0a86 HTTP/1.1" 200 115 0.270505 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=6a090c21-88fa-4436-bcaa-29f6a04b722c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001326 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /security-group/ae0b3574-3d8f-4105-b443-48f0f2a7047a HTTP/1.1" 200 115 0.287846 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=7502f6c6-9f12-4665-9770-41a8fbf4e085&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001839 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/2b01b3fa-757e-4e0f-8536-40f91f68820b?fields=application_policy_sets HTTP/1.1" 200 1395 0.167688 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /security-group/f779ea94-edd0-4c3c-bad3-38acaa4f36f9 HTTP/1.1" 200 115 0.252795 10.0.0.65 - - [2026-03-05 03:22:06] "DELETE /access-control-list/a904c333-e07f-4756-9d09-0774dec26530 HTTP/1.1" 200 115 0.163787 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=3527582a-e6d4-44b8-ad90-e0c2c916e641&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001925 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /security-group/1497ccfc-f3e3-42e6-aed0-6bf88c091436 HTTP/1.1" 200 115 0.245129 10.0.0.133 - - [2026-03-05 03:22:06] "GET /projects?obj_uuids=cd90cac3-9a2e-4b91-aa6e-18f094807466&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001087 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/6a090c21-88fa-4436-bcaa-29f6a04b722c?fields=application_policy_sets HTTP/1.1" 200 1387 0.142462 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/405348cf-1f24-43b9-ab68-ee5984023a3f?fields=application_policy_sets HTTP/1.1" 200 1417 0.194673 10.0.0.133 - - [2026-03-05 03:22:06] "DELETE /project/56e06819-1924-4624-bb9c-da0212f2231b HTTP/1.1" 200 115 0.844916 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/7502f6c6-9f12-4665-9770-41a8fbf4e085?fields=application_policy_sets HTTP/1.1" 200 1435 0.127267 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/cd90cac3-9a2e-4b91-aa6e-18f094807466?fields=application_policy_sets HTTP/1.1" 200 1385 0.155649 10.0.0.133 - - [2026-03-05 03:22:06] "GET /project/3527582a-e6d4-44b8-ad90-e0c2c916e641?fields=application_policy_sets HTTP/1.1" 200 1393 0.192192 10.0.0.65 - - [2026-03-05 03:22:07] "DELETE /access-control-list/29baaaff-06d2-42b0-8560-a131921b0129 HTTP/1.1" 200 115 0.122175 10.0.0.133 - - [2026-03-05 03:22:07] "DELETE /project/2b01b3fa-757e-4e0f-8536-40f91f68820b HTTP/1.1" 200 115 1.181530 10.0.0.133 - - [2026-03-05 03:22:07] "DELETE /project/6a090c21-88fa-4436-bcaa-29f6a04b722c HTTP/1.1" 200 115 1.237090 10.0.0.65 - - [2026-03-05 03:22:07] "DELETE /access-control-list/0df8d4ea-14c1-4ce6-8258-8dcc68759a0e HTTP/1.1" 200 115 0.139039 10.0.0.133 - - [2026-03-05 03:22:07] "DELETE /project/405348cf-1f24-43b9-ab68-ee5984023a3f HTTP/1.1" 200 115 1.258642 10.0.0.133 - - [2026-03-05 03:22:07] "DELETE /project/7502f6c6-9f12-4665-9770-41a8fbf4e085 HTTP/1.1" 200 115 1.279220 10.0.0.133 - - [2026-03-05 03:22:07] "DELETE /project/3527582a-e6d4-44b8-ad90-e0c2c916e641 HTTP/1.1" 200 115 1.263831 10.0.0.133 - - [2026-03-05 03:22:07] "DELETE /project/cd90cac3-9a2e-4b91-aa6e-18f094807466 HTTP/1.1" 200 115 1.284876 10.0.0.65 - - [2026-03-05 03:22:07] "DELETE /access-control-list/2672c445-cbfd-44f0-9fd6-58bcc41bf97b HTTP/1.1" 200 115 0.025859 10.0.0.65 - - [2026-03-05 03:22:07] "DELETE /access-control-list/d42fa1d5-ccf2-451f-8916-849c4a39a24b HTTP/1.1" 200 115 0.030332 10.0.0.65 - - [2026-03-05 03:22:08] "POST /neutron/port HTTP/1.1" 200 1121 0.014728 10.0.0.65 - - [2026-03-05 03:22:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007140 10.0.0.65 - - [2026-03-05 03:22:08] "GET /virtual-machine/959b5977-d7df-4258-93ef-0ff89b52ebd1 HTTP/1.1" 401 292 0.000386 10.0.0.65 - - [2026-03-05 03:22:09] "GET /virtual-machine/959b5977-d7df-4258-93ef-0ff89b52ebd1 HTTP/1.1" 200 1293 0.035578 10.0.0.65 - - [2026-03-05 03:22:09] "GET /virtual-machine-interface/3fb781aa-7217-4e5c-af86-1432b947b8f6 HTTP/1.1" 200 2938 0.004322 10.0.0.65 - - [2026-03-05 03:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.65 - - [2026-03-05 03:22:09] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002753 10.0.0.65 - - [2026-03-05 03:22:09] "GET /virtual-networks?parent_id=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002408 10.0.0.65 - - [2026-03-05 03:22:09] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005587 10.0.0.65 - - [2026-03-05 03:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.65 - - [2026-03-05 03:22:12] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006598 10.0.0.65 - - [2026-03-05 03:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.65 - - [2026-03-05 03:22:16] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004838 10.0.0.65 - - [2026-03-05 03:22:18] "POST /neutron/port HTTP/1.1" 200 1121 0.014606 10.0.0.65 - - [2026-03-05 03:22:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003790 10.0.0.65 - - [2026-03-05 03:22:18] "POST /neutron/network HTTP/1.1" 200 821 0.005095 10.0.0.65 - - [2026-03-05 03:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.65 - - [2026-03-05 03:22:20] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.009729 10.0.0.65 - - [2026-03-05 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.65 - - [2026-03-05 03:22:24] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005027 10.0.0.65 - - [2026-03-05 03:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.65 - - [2026-03-05 03:22:28] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004863 10.0.0.65 - - [2026-03-05 03:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.65 - - [2026-03-05 03:22:32] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004958 10.0.0.65 - - [2026-03-05 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.65 - - [2026-03-05 03:22:36] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005431 10.0.0.65 - - [2026-03-05 03:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.65 - - [2026-03-05 03:22:41] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006436 10.0.0.65 - - [2026-03-05 03:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.65 - - [2026-03-05 03:22:45] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007022 10.0.0.65 - - [2026-03-05 03:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.65 - - [2026-03-05 03:22:47] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004883 10.0.0.65 - - [2026-03-05 03:22:47] "GET /virtual-networks?parent_id=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003410 10.0.0.65 - - [2026-03-05 03:22:47] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.009357 10.0.0.33 - - [2026-03-05 03:22:52] "GET /obj-perms HTTP/1.1" 200 5056 0.051425 10.0.0.65 - - [2026-03-05 03:22:52] "POST /neutron/port HTTP/1.1" 200 1121 0.017771 10.0.0.65 - - [2026-03-05 03:22:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.030611 10.0.0.133 - - [2026-03-05 03:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000420 10.0.0.133 - - [2026-03-05 03:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.33 - - [2026-03-05 03:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2026-03-05 03:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.65 - - [2026-03-05 03:23:02] "POST /neutron/port HTTP/1.1" 200 1121 0.015482 10.0.0.133 - - [2026-03-05 03:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.133 - - [2026-03-05 03:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000325 10.0.0.33 - - [2026-03-05 03:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.33 - - [2026-03-05 03:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.65 - - [2026-03-05 03:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.65 - - [2026-03-05 03:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.65 - - [2026-03-05 03:23:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.65 - - [2026-03-05 03:23:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000332 10.0.0.65 - - [2026-03-05 03:23:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006587 10.0.0.65 - - [2026-03-05 03:23:08] "POST /neutron/port HTTP/1.1" 200 1121 0.014091 10.0.0.65 - - [2026-03-05 03:23:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007565 10.0.0.65 - - [2026-03-05 03:23:08] "POST /id-to-fqname HTTP/1.1" 200 218 0.001164 10.0.0.65 - - [2026-03-05 03:23:08] "GET /virtual-machine/959b5977-d7df-4258-93ef-0ff89b52ebd1 HTTP/1.1" 200 1293 0.003074 10.0.0.65 - - [2026-03-05 03:23:08] "GET /virtual-machine-interface/3fb781aa-7217-4e5c-af86-1432b947b8f6 HTTP/1.1" 200 2938 0.004284 10.0.0.65 - - [2026-03-05 03:23:08] "GET /instance-ip/2108a2e6-aacf-40be-862c-c8149fe9a1c2 HTTP/1.1" 200 1617 0.006735 10.0.0.65 - - [2026-03-05 03:23:08] "POST /fqname-to-id HTTP/1.1" 404 208 0.002045 10.0.0.65 - - [2026-03-05 03:23:08] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004544 10.0.0.133 - - [2026-03-05 03:23:08] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000832 10.0.0.65 - - [2026-03-05 03:23:08] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.041205 10.0.0.65 - - [2026-03-05 03:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.65 - - [2026-03-05 03:23:08] "GET /security-group/78a9f009-aa67-4099-a78f-3e86f5d323ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3750 0.003696 10.0.0.65 - - [2026-03-05 03:23:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.077354 10.0.0.65 - - [2026-03-05 03:23:08] "POST /instance-ips HTTP/1.1" 200 358 0.028172 10.0.0.65 - - [2026-03-05 03:23:08] "GET /instance-ip/0010a0d2-65b5-446c-9c72-76ef0da5f98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.005646 10.0.0.65 - - [2026-03-05 03:23:08] "GET /virtual-machine-interface/407d83c8-c026-4cea-afaa-58ba311e2c0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2346 0.005496 10.0.0.65 - - [2026-03-05 03:23:08] "GET /virtual-machine-interface/407d83c8-c026-4cea-afaa-58ba311e2c0d?fields=instance_ip_back_refs HTTP/1.1" 200 1326 0.006979 10.0.0.65 - - [2026-03-05 03:23:08] "GET /instance-ip/0010a0d2-65b5-446c-9c72-76ef0da5f98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1570 0.004487 10.0.0.65 - - [2026-03-05 03:23:08] "POST /id-to-fqname HTTP/1.1" 200 218 0.001218 10.0.0.65 - - [2026-03-05 03:23:09] "POST /neutron/port HTTP/1.1" 200 1121 0.016309 10.0.0.65 - - [2026-03-05 03:23:09] "POST /neutron/port HTTP/1.1" 200 965 0.033841 10.0.0.65 - - [2026-03-05 03:23:09] "POST /neutron/port HTTP/1.1" 200 965 0.011890 10.0.0.65 - - [2026-03-05 03:23:09] "POST /neutron/port HTTP/1.1" 200 117 0.006690 10.0.0.65 - - [2026-03-05 03:23:10] "POST /neutron/network HTTP/1.1" 200 831 0.006671 10.0.0.65 - - [2026-03-05 03:23:10] "POST /neutron/port HTTP/1.1" 200 1057 0.116736 10.0.0.65 - - [2026-03-05 03:23:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.007504 10.0.0.65 - - [2026-03-05 03:23:14] "POST /neutron/port HTTP/1.1" 200 1067 0.014572 10.0.0.65 - - [2026-03-05 03:23:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006185 10.0.0.65 - - [2026-03-05 03:23:14] "GET /virtual-machine/4bf19ac5-9d50-470b-94bc-75680f5d21d0 HTTP/1.1" 200 1270 0.005049 10.0.0.65 - - [2026-03-05 03:23:14] "GET /virtual-machine-interface/407d83c8-c026-4cea-afaa-58ba311e2c0d HTTP/1.1" 200 2988 0.005442 10.0.0.65 - - [2026-03-05 03:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.65 - - [2026-03-05 03:23:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003379 10.0.0.65 - - [2026-03-05 03:23:14] "GET /virtual-networks?parent_id=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003639 10.0.0.65 - - [2026-03-05 03:23:14] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006488 10.0.0.65 - - [2026-03-05 03:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.65 - - [2026-03-05 03:23:18] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004816 10.0.0.65 - - [2026-03-05 03:23:21] "POST /neutron/port HTTP/1.1" 200 1121 0.014763 10.0.0.65 - - [2026-03-05 03:23:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003608 10.0.0.65 - - [2026-03-05 03:23:21] "POST /neutron/network HTTP/1.1" 200 821 0.006229 10.0.0.65 - - [2026-03-05 03:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.65 - - [2026-03-05 03:23:22] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006968 10.0.0.65 - - [2026-03-05 03:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.65 - - [2026-03-05 03:23:26] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004555 10.0.0.65 - - [2026-03-05 03:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.65 - - [2026-03-05 03:23:30] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006261 10.0.0.65 - - [2026-03-05 03:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.65 - - [2026-03-05 03:23:34] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006551 10.0.0.65 - - [2026-03-05 03:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.65 - - [2026-03-05 03:23:38] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.007806 10.0.0.65 - - [2026-03-05 03:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.65 - - [2026-03-05 03:23:42] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006107 10.0.0.65 - - [2026-03-05 03:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.65 - - [2026-03-05 03:23:46] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005124 10.0.0.65 - - [2026-03-05 03:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.65 - - [2026-03-05 03:23:50] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005216 10.0.0.65 - - [2026-03-05 03:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.65 - - [2026-03-05 03:23:54] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004766 10.0.0.65 - - [2026-03-05 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.65 - - [2026-03-05 03:23:59] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003170 10.0.0.65 - - [2026-03-05 03:23:59] "GET /virtual-networks?parent_id=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002494 10.0.0.65 - - [2026-03-05 03:23:59] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004901 10.0.0.65 - - [2026-03-05 03:24:04] "POST /neutron/port HTTP/1.1" 200 1067 0.015095 10.0.0.65 - - [2026-03-05 03:24:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005137 10.0.0.65 - - [2026-03-05 03:24:14] "POST /neutron/port HTTP/1.1" 200 1067 0.017067 10.0.0.65 - - [2026-03-05 03:24:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001255 10.0.0.65 - - [2026-03-05 03:24:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006848 10.0.0.133 - - [2026-03-05 03:24:20] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001353 10.0.0.65 - - [2026-03-05 03:24:20] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.084794 10.0.0.65 - - [2026-03-05 03:24:21] "POST /neutron/port HTTP/1.1" 200 2036 0.023320 10.0.0.65 - - [2026-03-05 03:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.006059 10.0.0.65 - - [2026-03-05 03:24:21] "POST /neutron/network HTTP/1.1" 200 831 0.005810 10.0.0.65 - - [2026-03-05 03:24:21] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.133 - - [2026-03-05 03:24:21] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001246 10.0.0.65 - - [2026-03-05 03:24:21] "POST /neutron/port HTTP/1.1" 200 1057 0.269920 10.0.0.65 - - [2026-03-05 03:24:22] "POST /neutron/port HTTP/1.1" 200 1111 0.123071 10.0.0.65 - - [2026-03-05 03:24:22] "POST /neutron/subnet HTTP/1.1" 200 694 0.008776 10.0.0.65 - - [2026-03-05 03:24:26] "POST /neutron/port HTTP/1.1" 200 1121 0.017743 10.0.0.65 - - [2026-03-05 03:24:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007328 10.0.0.65 - - [2026-03-05 03:24:26] "GET /virtual-machine/02aa6e23-08cf-4ff1-b384-219855c51091 HTTP/1.1" 200 1291 0.005527 10.0.0.65 - - [2026-03-05 03:24:26] "GET /virtual-machine-interface/1e9bf883-03d7-4944-b50b-a9ed10384770 HTTP/1.1" 200 2938 0.004444 10.0.0.65 - - [2026-03-05 03:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.65 - - [2026-03-05 03:24:26] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003726 10.0.0.65 - - [2026-03-05 03:24:26] "GET /virtual-networks?parent_id=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002710 10.0.0.65 - - [2026-03-05 03:24:26] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005671 10.0.0.65 - - [2026-03-05 03:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.65 - - [2026-03-05 03:24:29] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004502 10.0.0.65 - - [2026-03-05 03:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.65 - - [2026-03-05 03:24:33] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004514 10.0.0.65 - - [2026-03-05 03:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.65 - - [2026-03-05 03:24:37] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004977 10.0.0.65 - - [2026-03-05 03:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.65 - - [2026-03-05 03:24:41] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005877 10.0.0.65 - - [2026-03-05 03:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.65 - - [2026-03-05 03:24:46] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005930 10.0.0.65 - - [2026-03-05 03:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.65 - - [2026-03-05 03:24:50] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004993 10.0.0.65 - - [2026-03-05 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.65 - - [2026-03-05 03:24:54] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004602 10.0.0.65 - - [2026-03-05 03:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.65 - - [2026-03-05 03:24:58] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005029 10.0.0.65 - - [2026-03-05 03:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.65 - - [2026-03-05 03:25:02] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005142 10.0.0.65 - - [2026-03-05 03:25:03] "POST /neutron/port HTTP/1.1" 200 1121 0.015579 10.0.0.65 - - [2026-03-05 03:25:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005171 10.0.0.65 - - [2026-03-05 03:25:03] "POST /neutron/network HTTP/1.1" 200 821 0.007968 10.0.0.65 - - [2026-03-05 03:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.65 - - [2026-03-05 03:25:04] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004564 10.0.0.65 - - [2026-03-05 03:25:04] "GET /virtual-networks?parent_id=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004252 10.0.0.65 - - [2026-03-05 03:25:04] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.006412 10.0.0.65 - - [2026-03-05 03:25:09] "POST /neutron/port HTTP/1.1" 200 1121 0.014344 10.0.0.65 - - [2026-03-05 03:25:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006761 10.0.0.65 - - [2026-03-05 03:25:20] "POST /neutron/port HTTP/1.1" 200 1121 0.015181 10.0.0.65 - - [2026-03-05 03:25:21] "POST /neutron/port HTTP/1.1" 200 1121 0.046545 10.0.0.65 - - [2026-03-05 03:25:21] "POST /neutron/subnet HTTP/1.1" 200 694 0.008042 10.0.0.65 - - [2026-03-05 03:25:25] "POST /neutron/port HTTP/1.1" 200 1121 0.015225 10.0.0.65 - - [2026-03-05 03:25:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006472 10.0.0.65 - - [2026-03-05 03:25:25] "POST /neutron/port HTTP/1.1" 200 1121 0.018272 10.0.0.65 - - [2026-03-05 03:25:25] "POST /neutron/network HTTP/1.1" 200 821 0.006333 10.0.0.65 - - [2026-03-05 03:25:25] "POST /id-to-fqname HTTP/1.1" 200 218 0.001040 10.0.0.65 - - [2026-03-05 03:25:25] "GET /virtual-machine/02aa6e23-08cf-4ff1-b384-219855c51091 HTTP/1.1" 200 1291 0.003153 10.0.0.65 - - [2026-03-05 03:25:25] "GET /virtual-machine-interface/1e9bf883-03d7-4944-b50b-a9ed10384770 HTTP/1.1" 200 2938 0.004368 10.0.0.65 - - [2026-03-05 03:25:25] "GET /instance-ip/48aee2ac-caf3-460b-92fc-be366058f9c9 HTTP/1.1" 200 1618 0.005886 10.0.0.65 - - [2026-03-05 03:25:25] "GET /virtual-machine-interface/1e9bf883-03d7-4944-b50b-a9ed10384770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2716 0.005350 10.0.0.65 - - [2026-03-05 03:25:25] "PUT /virtual-machine-interface/1e9bf883-03d7-4944-b50b-a9ed10384770 HTTP/1.1" 200 285 0.013326 10.0.0.65 - - [2026-03-05 03:25:54] "GET /obj-perms HTTP/1.1" 200 5056 0.054354 10.0.0.65 - - [2026-03-05 03:26:03] "POST /neutron/network HTTP/1.1" 200 831 0.005902 10.0.0.65 - - [2026-03-05 03:26:03] "POST /neutron/port HTTP/1.1" 200 117 0.001029 10.0.0.65 - - [2026-03-05 03:26:21] "POST /neutron/port HTTP/1.1" 200 1067 0.017583 10.0.0.65 - - [2026-03-05 03:26:21] "POST /neutron/subnet HTTP/1.1" 200 694 0.007345 10.0.0.133 - - [2026-03-05 03:26:54] "GET /obj-perms HTTP/1.1" 200 5056 0.054901 10.0.0.65 - - [2026-03-05 03:26:55] "DELETE /instance-ip/0010a0d2-65b5-446c-9c72-76ef0da5f98c HTTP/1.1" 200 115 0.036340 10.0.0.65 - - [2026-03-05 03:26:55] "DELETE /virtual-machine-interface/407d83c8-c026-4cea-afaa-58ba311e2c0d HTTP/1.1" 200 115 0.094019 10.0.0.65 - - [2026-03-05 03:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.65 - - [2026-03-05 03:26:55] "GET /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004888 10.0.0.65 - - [2026-03-05 03:26:55] "PUT /virtual-network/4b88c7ba-43d5-49ad-ac4f-6ab074fc627a HTTP/1.1" 200 265 0.058204 10.0.0.65 - - [2026-03-05 03:26:55] "POST /neutron/network HTTP/1.1" 200 821 0.007869 10.0.0.65 - - [2026-03-05 03:26:55] "POST /neutron/port HTTP/1.1" 200 1111 0.013737 10.0.0.65 - - [2026-03-05 03:26:55] "DELETE /route-target/aa5f0aba-e5c5-4c2b-84cf-f5af81a9f3bc HTTP/1.1" 200 115 0.070370 10.0.0.65 - - [2026-03-05 03:26:56] "POST /neutron/port HTTP/1.1" 200 1111 0.012765 10.0.0.133 - - [2026-03-05 03:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.043064 10.0.0.133 - - [2026-03-05 03:26:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002788 10.0.0.65 - - [2026-03-05 03:26:57] "POST /neutron/network HTTP/1.1" 200 151 0.152898 10.0.0.133 - - [2026-03-05 03:26:59] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001154 10.0.0.65 - - [2026-03-05 03:26:59] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.073197 10.0.0.133 - - [2026-03-05 03:26:59] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001288 10.0.0.65 - - [2026-03-05 03:26:59] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?fields=virtual_networks HTTP/1.1" 200 1031 0.037119 10.0.0.133 - - [2026-03-05 03:26:59] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.65 - - [2026-03-05 03:26:59] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.040483 10.0.0.133 - - [2026-03-05 03:26:59] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.65 - - [2026-03-05 03:26:59] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?fields=security_groups HTTP/1.1" 200 1256 0.043259 10.0.0.65 - - [2026-03-05 03:27:00] "POST /fqname-to-id HTTP/1.1" 404 185 0.029008 10.0.0.133 - - [2026-03-05 03:27:00] "GET /projects?obj_uuids=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002941 10.0.0.133 - - [2026-03-05 03:27:00] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.133 - - [2026-03-05 03:27:00] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040047 10.0.0.133 - - [2026-03-05 03:27:00] "POST /id-to-fqname HTTP/1.1" 200 187 0.003025 10.0.0.133 - - [2026-03-05 03:27:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.005645 10.0.0.133 - - [2026-03-05 03:27:00] "POST /security-groups HTTP/1.1" 200 588 0.069158 10.0.0.65 - - [2026-03-05 03:27:00] "POST /fqname-to-id HTTP/1.1" 404 231 0.003103 10.0.0.133 - - [2026-03-05 03:27:00] "POST /projects HTTP/1.1" 200 579 0.258411 10.0.0.133 - - [2026-03-05 03:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.318548 10.0.0.65 - - [2026-03-05 03:27:00] "POST /access-control-lists HTTP/1.1" 200 593 0.023891 10.0.0.65 - - [2026-03-05 03:27:00] "GET /project/4d0f4677-6b69-4dcf-8de6-73e79703ba1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.496970 10.0.0.65 - - [2026-03-05 03:27:02] "GET / HTTP/1.1" 200 36215 0.002058 10.0.0.65 - - [2026-03-05 03:27:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000557 10.0.0.65 - - [2026-03-05 03:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.052524 10.0.0.133 - - [2026-03-05 03:27:04] "GET /projects?obj_uuids=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000870 10.0.0.65 - - [2026-03-05 03:27:04] "GET /project/4d0f4677-6b69-4dcf-8de6-73e79703ba1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.045912 10.0.0.65 - - [2026-03-05 03:27:04] "POST /neutron/network HTTP/1.1" 200 117 0.039232 10.0.0.65 - - [2026-03-05 03:27:04] "POST /neutron/network HTTP/1.1" 200 830 0.009997 10.0.0.65 - - [2026-03-05 03:27:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001096 10.0.0.65 - - [2026-03-05 03:27:04] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004916 10.0.0.65 - - [2026-03-05 03:27:04] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004977 10.0.0.65 - - [2026-03-05 03:27:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.008142 10.0.0.65 - - [2026-03-05 03:27:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.002723 10.0.0.65 - - [2026-03-05 03:27:04] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005291 10.0.0.65 - - [2026-03-05 03:27:05] "GET /virtual-machine-interface/165e0fa8-06fd-498f-81d0-a69f98be80b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.007717 10.0.0.65 - - [2026-03-05 03:27:05] "GET /virtual-machine-interface/165e0fa8-06fd-498f-81d0-a69f98be80b2?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.008011 10.0.0.65 - - [2026-03-05 03:27:05] "GET /instance-ip/c77f2475-db4c-4556-a3a3-a61101cf8158?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1605 0.004274 10.0.0.65 - - [2026-03-05 03:27:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001179 10.0.0.133 - - [2026-03-05 03:27:06] "GET /projects?obj_uuids=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001434 10.0.0.65 - - [2026-03-05 03:27:06] "GET /project/4d0f4677-6b69-4dcf-8de6-73e79703ba1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.061863 10.0.0.65 - - [2026-03-05 03:27:06] "POST /neutron/network HTTP/1.1" 200 830 0.005762 10.0.0.65 - - [2026-03-05 03:27:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001180 10.0.0.65 - - [2026-03-05 03:27:06] "POST /neutron/port HTTP/1.1" 200 117 0.005288 10.0.0.65 - - [2026-03-05 03:27:06] "POST /neutron/network HTTP/1.1" 200 830 0.006408 10.0.0.65 - - [2026-03-05 03:27:06] "POST /neutron/network HTTP/1.1" 200 840 0.005820 10.0.0.65 - - [2026-03-05 03:27:06] "POST /neutron/port HTTP/1.1" 200 117 0.004635 10.0.0.133 - - [2026-03-05 03:27:07] "GET /projects?obj_uuids=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000853 10.0.0.65 - - [2026-03-05 03:27:07] "GET /project/4d0f4677-6b69-4dcf-8de6-73e79703ba1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.068166 10.0.0.65 - - [2026-03-05 03:27:07] "POST /fqname-to-id HTTP/1.1" 404 208 0.001964 10.0.0.65 - - [2026-03-05 03:27:07] "POST /interface-route-tables HTTP/1.1" 200 558 0.047534 10.0.0.65 - - [2026-03-05 03:27:07] "GET /interface-route-table/04d4970b-af30-43bc-a637-386228ceedfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.008425 10.0.0.65 - - [2026-03-05 03:27:07] "POST /neutron/port HTTP/1.1" 200 1112 0.148358 10.0.0.133 - - [2026-03-05 03:27:07] "DELETE /project/4d0f46776b694dcf8de673e79703ba1b HTTP/1.1" 404 173 0.004127 10.0.0.133 - - [2026-03-05 03:27:07] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000833 10.0.0.65 - - [2026-03-05 03:27:07] "DELETE /access-control-list/5acd469d-78e1-44c0-99e0-db326b883b39 HTTP/1.1" 200 115 0.055977 10.0.0.133 - - [2026-03-05 03:27:07] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.076115 10.0.0.133 - - [2026-03-05 03:27:07] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002218 10.0.0.133 - - [2026-03-05 03:27:07] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?fields=security_groups HTTP/1.1" 200 1099 0.063092 10.0.0.133 - - [2026-03-05 03:27:07] "GET /projects?obj_uuids=9ae5f66d-0adc-4b8e-9db0-170024e8cd31&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007573 10.0.0.65 - - [2026-03-05 03:27:07] "POST /neutron/port HTTP/1.1" 200 984 0.026361 10.0.0.65 - - [2026-03-05 03:27:07] "POST /neutron/network HTTP/1.1" 200 840 0.007314 10.0.0.65 - - [2026-03-05 03:27:07] "POST /neutron/port HTTP/1.1" 200 984 0.012559 10.0.0.65 - - [2026-03-05 03:27:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003324 10.0.0.65 - - [2026-03-05 03:27:08] "POST /neutron/network HTTP/1.1" 200 830 0.006304 10.0.0.133 - - [2026-03-05 03:27:08] "GET /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31?fields=application_policy_sets HTTP/1.1" 404 171 0.512652 10.0.0.65 - - [2026-03-05 03:27:08] "GET /virtual-machine-interface/165e0fa8-06fd-498f-81d0-a69f98be80b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.007309 10.0.0.65 - - [2026-03-05 03:27:08] "POST /ref-update HTTP/1.1" 200 156 0.012390 10.0.0.133 - - [2026-03-05 03:27:08] "DELETE /project/9ae5f66d-0adc-4b8e-9db0-170024e8cd31 HTTP/1.1" 404 171 0.757424 10.0.0.65 - - [2026-03-05 03:27:13] "POST /neutron/port HTTP/1.1" 200 1122 0.014777 10.0.0.65 - - [2026-03-05 03:27:13] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006980 10.0.0.65 - - [2026-03-05 03:27:13] "POST /neutron/port HTTP/1.1" 200 1122 0.015894 10.0.0.65 - - [2026-03-05 03:27:13] "GET /virtual-machine/a62ff51f-cfb7-4239-bf60-5383758ce425 HTTP/1.1" 401 292 0.000427 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-machine/a62ff51f-cfb7-4239-bf60-5383758ce425 HTTP/1.1" 200 1292 0.032318 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-machine/a62ff51f-cfb7-4239-bf60-5383758ce425 HTTP/1.1" 200 1292 0.003473 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-machine-interface/96124f21-2038-460e-8244-3f8e5468630c HTTP/1.1" 200 2945 0.004590 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-machine/a62ff51f-cfb7-4239-bf60-5383758ce425 HTTP/1.1" 200 1292 0.003431 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-machine-interface/96124f21-2038-460e-8244-3f8e5468630c HTTP/1.1" 200 2945 0.004773 10.0.0.65 - - [2026-03-05 03:27:14] "GET /instance-ip/b1aed31b-57a5-4bb0-941d-5159d89b733b HTTP/1.1" 200 1623 0.005667 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-machine/a62ff51f-cfb7-4239-bf60-5383758ce425 HTTP/1.1" 200 1292 0.004284 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-machine-interface/96124f21-2038-460e-8244-3f8e5468630c HTTP/1.1" 200 2945 0.004814 10.0.0.65 - - [2026-03-05 03:27:14] "GET /instance-ip/b1aed31b-57a5-4bb0-941d-5159d89b733b HTTP/1.1" 200 1623 0.003955 10.0.0.65 - - [2026-03-05 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.65 - - [2026-03-05 03:27:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003395 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002968 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005660 10.0.0.65 - - [2026-03-05 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.65 - - [2026-03-05 03:27:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004082 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002785 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007079 10.0.0.65 - - [2026-03-05 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.65 - - [2026-03-05 03:27:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003677 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003344 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007151 10.0.0.65 - - [2026-03-05 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.65 - - [2026-03-05 03:27:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003953 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003044 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006675 10.0.0.65 - - [2026-03-05 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.65 - - [2026-03-05 03:27:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003719 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002527 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005544 10.0.0.65 - - [2026-03-05 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.65 - - [2026-03-05 03:27:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003937 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002917 10.0.0.65 - - [2026-03-05 03:27:14] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005733 10.0.0.65 - - [2026-03-05 03:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.65 - - [2026-03-05 03:27:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004026 10.0.0.65 - - [2026-03-05 03:27:15] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003547 10.0.0.65 - - [2026-03-05 03:27:15] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005513 10.0.0.65 - - [2026-03-05 03:27:17] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006140 10.0.0.65 - - [2026-03-05 03:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.65 - - [2026-03-05 03:27:18] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004718 10.0.0.65 - - [2026-03-05 03:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.65 - - [2026-03-05 03:27:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003433 10.0.0.65 - - [2026-03-05 03:27:20] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005275 10.0.0.65 - - [2026-03-05 03:27:20] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008543 10.0.0.65 - - [2026-03-05 03:27:20] "POST /neutron/port HTTP/1.1" 200 1122 0.017520 10.0.0.65 - - [2026-03-05 03:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.65 - - [2026-03-05 03:27:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006300 10.0.0.65 - - [2026-03-05 03:27:20] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002368 10.0.0.65 - - [2026-03-05 03:27:20] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005191 10.0.0.65 - - [2026-03-05 03:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.65 - - [2026-03-05 03:27:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003520 10.0.0.65 - - [2026-03-05 03:27:20] "GET /routing-instance/ddb63b8f-3e89-4862-a9c0-930f17332304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.007699 10.0.0.65 - - [2026-03-05 03:27:20] "POST /neutron/network HTTP/1.1" 200 830 0.005682 10.0.0.65 - - [2026-03-05 03:27:20] "GET /route-target/d6d1311e-b3b7-4550-9c51-3832c64f2c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003986 10.0.0.65 - - [2026-03-05 03:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.65 - - [2026-03-05 03:27:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003440 10.0.0.65 - - [2026-03-05 03:27:20] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.007737 10.0.0.65 - - [2026-03-05 03:27:20] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005822 10.0.0.65 - - [2026-03-05 03:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.65 - - [2026-03-05 03:27:21] "GET /routing-instance/ddb63b8f-3e89-4862-a9c0-930f17332304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005194 10.0.0.65 - - [2026-03-05 03:27:21] "GET /route-target/d6d1311e-b3b7-4550-9c51-3832c64f2c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004630 10.0.0.65 - - [2026-03-05 03:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.65 - - [2026-03-05 03:27:21] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003763 10.0.0.65 - - [2026-03-05 03:27:21] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002531 10.0.0.65 - - [2026-03-05 03:27:21] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005000 10.0.0.65 - - [2026-03-05 03:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.65 - - [2026-03-05 03:27:21] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003444 10.0.0.65 - - [2026-03-05 03:27:21] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003476 10.0.0.65 - - [2026-03-05 03:27:21] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005703 10.0.0.133 - - [2026-03-05 03:27:25] "GET /obj-perms HTTP/1.1" 200 5024 0.057636 10.0.0.65 - - [2026-03-05 03:27:26] "GET /obj-perms HTTP/1.1" 200 5024 0.056198 10.0.0.65 - - [2026-03-05 03:27:26] "GET /obj-perms HTTP/1.1" 200 5024 0.003426 10.0.0.133 - - [2026-03-05 03:27:26] "GET /obj-perms HTTP/1.1" 200 5024 0.003447 10.0.0.33 - - [2026-03-05 03:27:27] "GET /obj-perms HTTP/1.1" 200 5024 0.053956 10.0.0.65 - - [2026-03-05 03:27:27] "POST /neutron/port HTTP/1.1" 200 1086 0.018662 10.0.0.65 - - [2026-03-05 03:27:27] "POST /neutron/security_group HTTP/1.1" 200 2055 0.006351 10.0.0.65 - - [2026-03-05 03:27:27] "GET /virtual-machine/102e6876-f2a3-4f4c-b653-95eb99ec3211 HTTP/1.1" 200 1269 0.004347 10.0.0.65 - - [2026-03-05 03:27:27] "GET /virtual-machine-interface/165e0fa8-06fd-498f-81d0-a69f98be80b2 HTTP/1.1" 200 3157 0.005402 10.0.0.65 - - [2026-03-05 03:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.65 - - [2026-03-05 03:27:27] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003429 10.0.0.65 - - [2026-03-05 03:27:27] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002884 10.0.0.65 - - [2026-03-05 03:27:27] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005396 10.0.0.65 - - [2026-03-05 03:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.65 - - [2026-03-05 03:27:28] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003258 10.0.0.65 - - [2026-03-05 03:27:28] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002342 10.0.0.65 - - [2026-03-05 03:27:28] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006968 10.0.0.65 - - [2026-03-05 03:27:29] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005589 10.0.0.65 - - [2026-03-05 03:27:29] "GET /obj-perms HTTP/1.1" 200 5024 0.004467 10.0.0.133 - - [2026-03-05 03:27:29] "GET /obj-perms HTTP/1.1" 200 5024 0.003482 10.0.0.65 - - [2026-03-05 03:27:29] "GET /virtual-machine/a62ff51f-cfb7-4239-bf60-5383758ce425 HTTP/1.1" 200 1292 0.004686 10.0.0.65 - - [2026-03-05 03:27:30] "POST /neutron/port HTTP/1.1" 200 151 0.161743 10.0.0.65 - - [2026-03-05 03:27:31] "GET /virtual-machine/a62ff51f-cfb7-4239-bf60-5383758ce425 HTTP/1.1" 404 171 0.002809 10.0.0.65 - - [2026-03-05 03:27:31] "GET /virtual-machine/a62ff51f-cfb7-4239-bf60-5383758ce425 HTTP/1.1" 404 171 0.002816 10.0.0.65 - - [2026-03-05 03:27:31] "GET /virtual-machine/a62ff51f-cfb7-4239-bf60-5383758ce425 HTTP/1.1" 404 171 0.002795 10.0.0.65 - - [2026-03-05 03:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.65 - - [2026-03-05 03:27:32] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003228 10.0.0.65 - - [2026-03-05 03:27:32] "GET /virtual-networks?parent_id=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002578 10.0.0.65 - - [2026-03-05 03:27:32] "GET /virtual-network/2b09c007-f320-44ed-a823-e0d37bc10168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006714 10.0.0.65 - - [2026-03-05 03:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.65 - - [2026-03-05 03:27:32] "GET /routing-instance/ddb63b8f-3e89-4862-a9c0-930f17332304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004451 10.0.0.65 - - [2026-03-05 03:27:32] "GET /route-target/d6d1311e-b3b7-4550-9c51-3832c64f2c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003869 10.0.0.65 - - [2026-03-05 03:27:38] "GET /obj-perms HTTP/1.1" 200 5024 0.004404 10.0.0.133 - - [2026-03-05 03:27:38] "GET /obj-perms HTTP/1.1" 200 5024 0.004381 10.0.0.65 - - [2026-03-05 03:27:47] "GET /obj-perms HTTP/1.1" 200 5024 0.003300 10.0.0.133 - - [2026-03-05 03:27:47] "GET /obj-perms HTTP/1.1" 200 5024 0.003771 10.0.0.133 - - [2026-03-05 03:27:56] "GET /obj-perms HTTP/1.1" 200 5056 0.060040 10.0.0.65 - - [2026-03-05 03:27:56] "GET /obj-perms HTTP/1.1" 200 5024 0.004310 10.0.0.33 - - [2026-03-05 03:27:56] "GET /obj-perms HTTP/1.1" 200 5024 0.003276 10.0.0.65 - - [2026-03-05 03:27:56] "GET /interface-route-table/04d4970b-af30-43bc-a637-386228ceedfc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.003576 10.0.0.65 - - [2026-03-05 03:27:56] "GET /virtual-machine-interface/165e0fa8-06fd-498f-81d0-a69f98be80b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.004257 10.0.0.65 - - [2026-03-05 03:27:56] "POST /ref-update HTTP/1.1" 200 156 0.013380 10.0.0.65 - - [2026-03-05 03:27:57] "DELETE /interface-route-table/04d4970b-af30-43bc-a637-386228ceedfc HTTP/1.1" 200 115 0.031184 10.0.0.65 - - [2026-03-05 03:27:57] "POST /neutron/network HTTP/1.1" 200 830 0.005792 10.0.0.65 - - [2026-03-05 03:27:57] "DELETE /route-target/d6d1311e-b3b7-4550-9c51-3832c64f2c6b HTTP/1.1" 200 115 0.019294 10.0.0.133 - - [2026-03-05 03:27:58] "GET /projects?obj_uuids=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000949 10.0.0.65 - - [2026-03-05 03:27:58] "GET /project/4d0f4677-6b69-4dcf-8de6-73e79703ba1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.034417 10.0.0.133 - - [2026-03-05 03:27:58] "GET /projects?obj_uuids=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000895 10.0.0.65 - - [2026-03-05 03:27:59] "GET /project/4d0f4677-6b69-4dcf-8de6-73e79703ba1b?fields=virtual_networks HTTP/1.1" 200 1028 0.030602 10.0.0.133 - - [2026-03-05 03:27:59] "GET /projects?obj_uuids=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000937 10.0.0.65 - - [2026-03-05 03:27:59] "GET /project/4d0f4677-6b69-4dcf-8de6-73e79703ba1b?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.043953 10.0.0.133 - - [2026-03-05 03:27:59] "GET /projects?obj_uuids=4d0f4677-6b69-4dcf-8de6-73e79703ba1b&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001098 10.0.0.65 - - [2026-03-05 03:27:59] "GET /project/4d0f4677-6b69-4dcf-8de6-73e79703ba1b?fields=security_groups HTTP/1.1" 200 1252 0.047403 10.0.0.65 - - [2026-03-05 03:28:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.026776 10.0.0.133 - - [2026-03-05 03:28:00] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002424 10.0.0.133 - - [2026-03-05 03:28:00] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001401 10.0.0.133 - - [2026-03-05 03:28:00] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009686 10.0.0.133 - - [2026-03-05 03:28:00] "POST /id-to-fqname HTTP/1.1" 200 194 0.001714 10.0.0.133 - - [2026-03-05 03:28:00] "POST /fqname-to-id HTTP/1.1" 404 203 0.005339 10.0.0.133 - - [2026-03-05 03:28:00] "POST /security-groups HTTP/1.1" 200 595 0.073020 10.0.0.133 - - [2026-03-05 03:28:00] "POST /projects HTTP/1.1" 200 593 0.316316 10.0.0.133 - - [2026-03-05 03:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.353654 10.0.0.65 - - [2026-03-05 03:28:00] "POST /fqname-to-id HTTP/1.1" 404 237 0.013771 10.0.0.65 - - [2026-03-05 03:28:00] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.509712 10.0.0.65 - - [2026-03-05 03:28:01] "GET / HTTP/1.1" 200 36215 0.001719 10.0.0.133 - - [2026-03-05 03:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000413 10.0.0.65 - - [2026-03-05 03:28:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000367 10.0.0.133 - - [2026-03-05 03:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000314 10.0.0.65 - - [2026-03-05 03:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.065506 10.0.0.133 - - [2026-03-05 03:28:02] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000809 10.0.0.65 - - [2026-03-05 03:28:02] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.041780 10.0.0.33 - - [2026-03-05 03:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.65 - - [2026-03-05 03:28:02] "POST /neutron/network HTTP/1.1" 200 117 0.044336 10.0.0.33 - - [2026-03-05 03:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.65 - - [2026-03-05 03:28:02] "POST /ref-update HTTP/1.1" 200 156 0.019685 10.0.0.133 - - [2026-03-05 03:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000417 10.0.0.133 - - [2026-03-05 03:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.133 - - [2026-03-05 03:28:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007742 10.0.0.65 - - [2026-03-05 03:28:03] "POST /neutron/subnet HTTP/1.1" 200 724 0.203516 10.0.0.65 - - [2026-03-05 03:28:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.001614 10.0.0.65 - - [2026-03-05 03:28:03] "GET /virtual-network/17acb491-b08c-4d67-bd5e-10b7b2c5f384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.010391 10.0.0.33 - - [2026-03-05 03:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.65 - - [2026-03-05 03:28:03] "GET /virtual-network/17acb491-b08c-4d67-bd5e-10b7b2c5f384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004719 10.0.0.65 - - [2026-03-05 03:28:03] "POST /neutron/network HTTP/1.1" 200 828 0.008734 10.0.0.33 - - [2026-03-05 03:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000322 10.0.0.65 - - [2026-03-05 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.133 - - [2026-03-05 03:28:03] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000773 10.0.0.65 - - [2026-03-05 03:28:03] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.038193 10.0.0.133 - - [2026-03-05 03:28:03] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001104 10.0.0.65 - - [2026-03-05 03:28:03] "POST /neutron/network HTTP/1.1" 200 609 0.117869 10.0.0.65 - - [2026-03-05 03:28:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.002867 10.0.0.65 - - [2026-03-05 03:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000263 10.0.0.65 - - [2026-03-05 03:28:03] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004497 10.0.0.65 - - [2026-03-05 03:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000266 10.0.0.65 - - [2026-03-05 03:28:03] "POST /neutron/network HTTP/1.1" 200 827 0.012517 10.0.0.65 - - [2026-03-05 03:28:03] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004384 10.0.0.65 - - [2026-03-05 03:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.133 - - [2026-03-05 03:28:03] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000793 10.0.0.65 - - [2026-03-05 03:28:04] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039656 10.0.0.65 - - [2026-03-05 03:28:04] "POST /neutron/network HTTP/1.1" 200 117 0.015108 10.0.0.65 - - [2026-03-05 03:28:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.65 - - [2026-03-05 03:28:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000364 10.0.0.65 - - [2026-03-05 03:28:04] "POST /route-targets HTTP/1.1" 200 328 0.010408 10.0.0.65 - - [2026-03-05 03:28:04] "POST /neutron/network HTTP/1.1" 200 830 0.008695 10.0.0.65 - - [2026-03-05 03:28:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001372 10.0.0.65 - - [2026-03-05 03:28:04] "GET /virtual-network/21631733-3716-4532-a128-6d6e1a2037c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005069 10.0.0.65 - - [2026-03-05 03:28:04] "GET /virtual-network/21631733-3716-4532-a128-6d6e1a2037c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005238 10.0.0.65 - - [2026-03-05 03:28:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.007016 10.0.0.65 - - [2026-03-05 03:28:04] "POST /fqname-to-id HTTP/1.1" 404 214 0.002512 10.0.0.65 - - [2026-03-05 03:28:04] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004807 10.0.0.65 - - [2026-03-05 03:28:05] "GET /virtual-machine-interface/a56abc1c-f10f-4080-910d-1b6b98bb486f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2379 0.006821 10.0.0.65 - - [2026-03-05 03:28:05] "GET /virtual-machine-interface/a56abc1c-f10f-4080-910d-1b6b98bb486f?fields=instance_ip_back_refs HTTP/1.1" 200 1337 0.007282 10.0.0.65 - - [2026-03-05 03:28:05] "GET /instance-ip/ccabe575-5cfb-4ff1-aa43-7d8ab16e2091?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.003853 10.0.0.65 - - [2026-03-05 03:28:05] "POST /fqname-to-id HTTP/1.1" 404 214 0.002801 10.0.0.65 - - [2026-03-05 03:28:05] "GET /virtual-network/17acb491-b08c-4d67-bd5e-10b7b2c5f384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005218 10.0.0.133 - - [2026-03-05 03:28:05] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000799 10.0.0.65 - - [2026-03-05 03:28:05] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.035980 10.0.0.65 - - [2026-03-05 03:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.65 - - [2026-03-05 03:28:05] "GET /security-group/3f81e3a4-1a9e-44e3-be12-b66e73b1c6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.003850 10.0.0.65 - - [2026-03-05 03:28:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.105253 10.0.0.65 - - [2026-03-05 03:28:05] "POST /instance-ips HTTP/1.1" 200 358 0.040463 10.0.0.65 - - [2026-03-05 03:28:05] "GET /virtual-machine-interface/1e2b1bc4-a0ff-4d4c-b890-822fe69ac35d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.006599 10.0.0.65 - - [2026-03-05 03:28:05] "GET /virtual-machine-interface/1e2b1bc4-a0ff-4d4c-b890-822fe69ac35d?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.007731 10.0.0.65 - - [2026-03-05 03:28:05] "GET /instance-ip/64dd3d01-6cf2-46e1-a9ad-00126536f281?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.005437 10.0.0.65 - - [2026-03-05 03:28:05] "POST /fqname-to-id HTTP/1.1" 404 214 0.002759 10.0.0.65 - - [2026-03-05 03:28:05] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008596 10.0.0.65 - - [2026-03-05 03:28:05] "GET /virtual-machine-interface/7cd1fc46-0f40-4484-a901-87ef4a988542?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.007238 10.0.0.65 - - [2026-03-05 03:28:05] "GET /virtual-machine-interface/7cd1fc46-0f40-4484-a901-87ef4a988542?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.018481 10.0.0.65 - - [2026-03-05 03:28:06] "GET /instance-ip/c716f02e-7b10-4949-b88e-bdf6a02f9fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1613 0.004164 10.0.0.65 - - [2026-03-05 03:28:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.002830 10.0.0.65 - - [2026-03-05 03:28:06] "GET /virtual-network/17acb491-b08c-4d67-bd5e-10b7b2c5f384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006090 10.0.0.133 - - [2026-03-05 03:28:06] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000931 10.0.0.65 - - [2026-03-05 03:28:06] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.047743 10.0.0.65 - - [2026-03-05 03:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.65 - - [2026-03-05 03:28:06] "GET /security-group/3f81e3a4-1a9e-44e3-be12-b66e73b1c6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.003718 10.0.0.65 - - [2026-03-05 03:28:06] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.097878 10.0.0.65 - - [2026-03-05 03:28:06] "POST /instance-ips HTTP/1.1" 200 358 0.027136 10.0.0.65 - - [2026-03-05 03:28:06] "GET /virtual-machine-interface/b7634baf-638d-41b1-a4a5-f06e3f9a904b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.005336 10.0.0.65 - - [2026-03-05 03:28:06] "GET /virtual-machine-interface/b7634baf-638d-41b1-a4a5-f06e3f9a904b?fields=instance_ip_back_refs HTTP/1.1" 200 1339 0.008018 10.0.0.65 - - [2026-03-05 03:28:06] "GET /instance-ip/2ca8eed3-3783-48ed-9a8f-836d7affe9a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.004264 10.0.0.65 - - [2026-03-05 03:28:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.003337 10.0.0.65 - - [2026-03-05 03:28:06] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005333 10.0.0.133 - - [2026-03-05 03:28:06] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001139 10.0.0.65 - - [2026-03-05 03:28:06] "POST /neutron/port HTTP/1.1" 200 989 0.215848 10.0.0.65 - - [2026-03-05 03:28:06] "GET /virtual-machine-interface/c379baec-61ac-4722-86f2-873cbf53ce31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.006995 10.0.0.65 - - [2026-03-05 03:28:06] "GET /virtual-machine-interface/c379baec-61ac-4722-86f2-873cbf53ce31?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.005160 10.0.0.65 - - [2026-03-05 03:28:06] "GET /instance-ip/19431e13-62c8-4303-a167-39b0e853ceb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1612 0.004256 10.0.0.65 - - [2026-03-05 03:28:06] "POST /fqname-to-id HTTP/1.1" 404 214 0.002460 10.0.0.65 - - [2026-03-05 03:28:06] "GET /virtual-network/21631733-3716-4532-a128-6d6e1a2037c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005413 10.0.0.133 - - [2026-03-05 03:28:06] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000822 10.0.0.65 - - [2026-03-05 03:28:06] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.040328 10.0.0.65 - - [2026-03-05 03:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.65 - - [2026-03-05 03:28:07] "GET /security-group/3f81e3a4-1a9e-44e3-be12-b66e73b1c6b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.003946 10.0.0.65 - - [2026-03-05 03:28:07] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.097550 10.0.0.65 - - [2026-03-05 03:28:07] "POST /instance-ips HTTP/1.1" 200 358 0.045731 10.0.0.65 - - [2026-03-05 03:28:07] "GET /virtual-machine-interface/6193ed5c-347f-4ad4-aa19-c345de6335f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.005589 10.0.0.65 - - [2026-03-05 03:28:07] "GET /virtual-machine-interface/6193ed5c-347f-4ad4-aa19-c345de6335f0?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.007644 10.0.0.65 - - [2026-03-05 03:28:07] "GET /instance-ip/5ffd1ad8-1a13-42ad-9b70-e71e90018848?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.003884 10.0.0.65 - - [2026-03-05 03:28:08] "DELETE /access-control-list/386725d2-7cad-49b7-8b02-606206c38ffb HTTP/1.1" 200 115 0.054252 10.0.0.133 - - [2026-03-05 03:28:08] "DELETE /project/84fd710094ee48e28e88fcf05e8ddf56 HTTP/1.1" 404 173 0.003471 10.0.0.133 - - [2026-03-05 03:28:08] "DELETE /project/4d0f4677-6b69-4dcf-8de6-73e79703ba1b HTTP/1.1" 404 177 0.003306 10.0.0.65 - - [2026-03-05 03:28:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001192 10.0.0.65 - - [2026-03-05 03:28:09] "POST /neutron/network HTTP/1.1" 200 827 0.036228 10.0.0.65 - - [2026-03-05 03:28:09] "POST /neutron/port HTTP/1.1" 200 989 0.010929 10.0.0.65 - - [2026-03-05 03:28:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001229 10.0.0.65 - - [2026-03-05 03:28:09] "POST /neutron/network HTTP/1.1" 200 840 0.006374 10.0.0.65 - - [2026-03-05 03:28:09] "POST /neutron/port HTTP/1.1" 200 989 0.010313 10.0.0.65 - - [2026-03-05 03:28:10] "POST /neutron/port HTTP/1.1" 200 1091 0.015200 10.0.0.65 - - [2026-03-05 03:28:10] "POST /neutron/port HTTP/1.1" 200 117 0.001059 10.0.0.133 - - [2026-03-05 03:28:10] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000882 10.0.0.65 - - [2026-03-05 03:28:10] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.054168 10.0.0.65 - - [2026-03-05 03:28:10] "POST /neutron/port HTTP/1.1" 200 1091 0.020281 10.0.0.65 - - [2026-03-05 03:28:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001656 10.0.0.65 - - [2026-03-05 03:28:10] "POST /neutron/port HTTP/1.1" 200 1091 0.016024 10.0.0.65 - - [2026-03-05 03:28:10] "POST /neutron/port HTTP/1.1" 200 989 0.011889 10.0.0.65 - - [2026-03-05 03:28:10] "POST /neutron/network HTTP/1.1" 200 840 0.006852 10.0.0.65 - - [2026-03-05 03:28:11] "POST /neutron/port HTTP/1.1" 200 2015 0.033949 10.0.0.65 - - [2026-03-05 03:28:11] "POST /neutron/port HTTP/1.1" 200 1066 0.021266 10.0.0.65 - - [2026-03-05 03:28:11] "POST /neutron/port HTTP/1.1" 200 1120 0.116427 10.0.0.65 - - [2026-03-05 03:28:11] "POST /neutron/port HTTP/1.1" 200 1130 0.026578 10.0.0.65 - - [2026-03-05 03:28:11] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.65 - - [2026-03-05 03:28:11] "POST /ref-update HTTP/1.1" 200 156 0.023955 10.0.0.133 - - [2026-03-05 03:28:11] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001719 10.0.0.65 - - [2026-03-05 03:28:12] "POST /neutron/port HTTP/1.1" 200 989 0.030871 10.0.0.65 - - [2026-03-05 03:28:12] "POST /neutron/router HTTP/1.1" 200 344 0.374214 10.0.0.65 - - [2026-03-05 03:28:12] "POST /neutron/port HTTP/1.1" 200 1091 0.021319 10.0.0.65 - - [2026-03-05 03:28:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.005947 10.0.0.65 - - [2026-03-05 03:28:12] "POST /neutron/port HTTP/1.1" 200 1091 0.015939 10.0.0.65 - - [2026-03-05 03:28:12] "POST /neutron/port HTTP/1.1" 200 1091 0.014561 10.0.0.65 - - [2026-03-05 03:28:12] "GET /virtual-machine/acdbf807-d70f-4d44-97ec-f6e8d893d2d1 HTTP/1.1" 401 292 0.000386 10.0.0.65 - - [2026-03-05 03:28:12] "GET /virtual-machine/acdbf807-d70f-4d44-97ec-f6e8d893d2d1 HTTP/1.1" 200 1277 0.030296 10.0.0.65 - - [2026-03-05 03:28:12] "GET /virtual-machine-interface/a56abc1c-f10f-4080-910d-1b6b98bb486f HTTP/1.1" 200 3196 0.004882 10.0.0.65 - - [2026-03-05 03:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.65 - - [2026-03-05 03:28:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002774 10.0.0.65 - - [2026-03-05 03:28:12] "GET /virtual-networks?parent_id=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002811 10.0.0.65 - - [2026-03-05 03:28:13] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006484 10.0.0.65 - - [2026-03-05 03:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.65 - - [2026-03-05 03:28:16] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004938 10.0.0.65 - - [2026-03-05 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.65 - - [2026-03-05 03:28:20] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004384 10.0.0.65 - - [2026-03-05 03:28:21] "POST /neutron/port HTTP/1.1" 200 1091 0.014731 10.0.0.65 - - [2026-03-05 03:28:21] "POST /neutron/subnet HTTP/1.1" 200 693 0.007274 10.0.0.65 - - [2026-03-05 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.65 - - [2026-03-05 03:28:24] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004557 10.0.0.65 - - [2026-03-05 03:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.65 - - [2026-03-05 03:28:28] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005515 10.0.0.65 - - [2026-03-05 03:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.65 - - [2026-03-05 03:28:32] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006534 10.0.0.65 - - [2026-03-05 03:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.65 - - [2026-03-05 03:28:36] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005887 10.0.0.65 - - [2026-03-05 03:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.65 - - [2026-03-05 03:28:40] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006734 10.0.0.65 - - [2026-03-05 03:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.65 - - [2026-03-05 03:28:44] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005400 10.0.0.65 - - [2026-03-05 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006266 10.0.0.65 - - [2026-03-05 03:28:48] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005782 10.0.0.65 - - [2026-03-05 03:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.65 - - [2026-03-05 03:28:52] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004547 10.0.0.65 - - [2026-03-05 03:28:56] "GET /obj-perms HTTP/1.1" 200 5056 0.056051 10.0.0.65 - - [2026-03-05 03:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.65 - - [2026-03-05 03:28:57] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004660 10.0.0.65 - - [2026-03-05 03:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.65 - - [2026-03-05 03:28:59] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003391 10.0.0.65 - - [2026-03-05 03:28:59] "GET /virtual-networks?parent_id=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002352 10.0.0.65 - - [2026-03-05 03:28:59] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005842 10.0.0.65 - - [2026-03-05 03:28:59] "POST /neutron/port HTTP/1.1" 200 1091 0.016110 10.0.0.65 - - [2026-03-05 03:29:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007017 10.0.0.65 - - [2026-03-05 03:29:07] "POST /neutron/network HTTP/1.1" 200 840 0.006301 10.0.0.65 - - [2026-03-05 03:29:07] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.65 - - [2026-03-05 03:29:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006973 10.0.0.65 - - [2026-03-05 03:29:11] "POST /neutron/port HTTP/1.1" 200 1091 0.048807 10.0.0.65 - - [2026-03-05 03:29:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.005940 10.0.0.65 - - [2026-03-05 03:29:20] "POST /neutron/port HTTP/1.1" 200 1091 0.015259 10.0.0.65 - - [2026-03-05 03:29:22] "POST /neutron/port HTTP/1.1" 200 1091 0.014429 10.0.0.65 - - [2026-03-05 03:29:22] "POST /neutron/subnet HTTP/1.1" 200 693 0.007869 10.0.0.65 - - [2026-03-05 03:29:25] "POST /neutron/port HTTP/1.1" 200 1130 0.016984 10.0.0.65 - - [2026-03-05 03:29:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006076 10.0.0.65 - - [2026-03-05 03:29:25] "GET /virtual-machine/7b3ae288-143c-4e37-a05f-00b511a83a25 HTTP/1.1" 200 1298 0.006999 10.0.0.65 - - [2026-03-05 03:29:25] "GET /virtual-machine-interface/7c4d927f-30b5-4980-bb9a-fc0596e94c44 HTTP/1.1" 200 2968 0.004985 10.0.0.65 - - [2026-03-05 03:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.65 - - [2026-03-05 03:29:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003777 10.0.0.65 - - [2026-03-05 03:29:25] "GET /virtual-networks?parent_id=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002791 10.0.0.65 - - [2026-03-05 03:29:25] "GET /virtual-network/21631733-3716-4532-a128-6d6e1a2037c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006573 10.0.0.65 - - [2026-03-05 03:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.65 - - [2026-03-05 03:29:26] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003862 10.0.0.65 - - [2026-03-05 03:29:26] "GET /virtual-networks?parent_id=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002910 10.0.0.65 - - [2026-03-05 03:29:26] "GET /virtual-network/21631733-3716-4532-a128-6d6e1a2037c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006562 10.0.0.65 - - [2026-03-05 03:29:26] "POST /neutron/port HTTP/1.1" 200 1091 0.015941 10.0.0.65 - - [2026-03-05 03:29:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007358 10.0.0.65 - - [2026-03-05 03:29:27] "GET /virtual-machine/88427641-e0ab-417d-95af-24eba7fe3ff2 HTTP/1.1" 200 1276 0.008179 10.0.0.65 - - [2026-03-05 03:29:27] "GET /virtual-machine-interface/c379baec-61ac-4722-86f2-873cbf53ce31 HTTP/1.1" 200 3195 0.004607 10.0.0.65 - - [2026-03-05 03:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.65 - - [2026-03-05 03:29:27] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003514 10.0.0.65 - - [2026-03-05 03:29:27] "GET /virtual-networks?parent_id=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002232 10.0.0.65 - - [2026-03-05 03:29:27] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006063 10.0.0.65 - - [2026-03-05 03:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.65 - - [2026-03-05 03:29:28] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003367 10.0.0.65 - - [2026-03-05 03:29:28] "GET /virtual-networks?parent_id=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.002480 10.0.0.65 - - [2026-03-05 03:29:28] "GET /virtual-network/d533218a-3c2b-4371-a3ff-af30721ca6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005655 10.0.0.133 - - [2026-03-05 03:29:57] "GET /obj-perms HTTP/1.1" 200 5056 0.061190 10.0.0.65 - - [2026-03-05 03:30:07] "POST /neutron/port HTTP/1.1" 200 1130 0.045646 10.0.0.65 - - [2026-03-05 03:30:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004901 10.0.0.65 - - [2026-03-05 03:30:07] "POST /neutron/network HTTP/1.1" 200 830 0.008431 10.0.0.65 - - [2026-03-05 03:30:24] "POST /neutron/network HTTP/1.1" 200 837 0.029674 10.0.0.65 - - [2026-03-05 03:30:24] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.65 - - [2026-03-05 03:30:58] "POST /neutron/router HTTP/1.1" 200 344 0.195498 10.0.0.65 - - [2026-03-05 03:30:58] "POST /neutron/router HTTP/1.1" 200 598 0.005774 10.0.0.65 - - [2026-03-05 03:30:58] "POST /ref-update HTTP/1.1" 200 156 0.014850 10.0.0.65 - - [2026-03-05 03:30:59] "POST /neutron/port HTTP/1.1" 200 1120 0.011771 10.0.0.65 - - [2026-03-05 03:30:59] "POST /neutron/port HTTP/1.1" 200 1081 0.015267 10.0.0.65 - - [2026-03-05 03:31:00] "POST /neutron/port HTTP/1.1" 200 1081 0.011765 10.0.0.65 - - [2026-03-05 03:31:00] "DELETE /instance-ip/5ffd1ad8-1a13-42ad-9b70-e71e90018848 HTTP/1.1" 200 115 0.043561 10.0.0.65 - - [2026-03-05 03:31:00] "DELETE /virtual-machine-interface/6193ed5c-347f-4ad4-aa19-c345de6335f0 HTTP/1.1" 200 115 0.060603 10.0.0.65 - - [2026-03-05 03:31:00] "POST /neutron/port HTTP/1.1" 200 151 0.152218 10.0.0.65 - - [2026-03-05 03:31:00] "DELETE /instance-ip/2ca8eed3-3783-48ed-9a8f-836d7affe9a9 HTTP/1.1" 200 115 0.044856 10.0.0.65 - - [2026-03-05 03:31:00] "DELETE /virtual-machine-interface/b7634baf-638d-41b1-a4a5-f06e3f9a904b HTTP/1.1" 200 115 0.057668 10.0.0.65 - - [2026-03-05 03:31:00] "DELETE /instance-ip/64dd3d01-6cf2-46e1-a9ad-00126536f281 HTTP/1.1" 200 115 0.047795 10.0.0.65 - - [2026-03-05 03:31:00] "DELETE /virtual-machine-interface/1e2b1bc4-a0ff-4d4c-b890-822fe69ac35d HTTP/1.1" 200 115 0.052414 10.0.0.65 - - [2026-03-05 03:31:00] "POST /neutron/port HTTP/1.1" 200 1012 0.018032 10.0.0.133 - - [2026-03-05 03:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002555 10.0.0.65 - - [2026-03-05 03:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.011697 10.0.0.133 - - [2026-03-05 03:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004016 10.0.0.65 - - [2026-03-05 03:31:01] "POST /neutron/network HTTP/1.1" 200 151 0.111062 10.0.0.65 - - [2026-03-05 03:31:01] "POST /neutron/network HTTP/1.1" 200 828 0.005349 10.0.0.65 - - [2026-03-05 03:31:01] "DELETE /route-target/d003bfa1-99e4-4785-b2c7-f6ff0c1a2586 HTTP/1.1" 200 115 0.030469 10.0.0.133 - - [2026-03-05 03:31:01] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000915 10.0.0.65 - - [2026-03-05 03:31:01] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.060909 10.0.0.133 - - [2026-03-05 03:31:01] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001588 10.0.0.65 - - [2026-03-05 03:31:01] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?fields=virtual_networks HTTP/1.1" 200 1042 0.054300 10.0.0.133 - - [2026-03-05 03:31:01] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000905 10.0.0.65 - - [2026-03-05 03:31:01] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.033390 10.0.0.133 - - [2026-03-05 03:31:01] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001139 10.0.0.65 - - [2026-03-05 03:31:01] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?fields=security_groups HTTP/1.1" 200 1273 0.033620 10.0.0.65 - - [2026-03-05 03:31:02] "POST /fqname-to-id HTTP/1.1" 404 187 0.034969 10.0.0.133 - - [2026-03-05 03:31:02] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002946 10.0.0.133 - - [2026-03-05 03:31:02] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.133 - - [2026-03-05 03:31:02] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007504 10.0.0.133 - - [2026-03-05 03:31:02] "POST /id-to-fqname HTTP/1.1" 200 189 0.001457 10.0.0.133 - - [2026-03-05 03:31:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.004619 10.0.0.133 - - [2026-03-05 03:31:03] "POST /security-groups HTTP/1.1" 200 590 0.027383 10.0.0.65 - - [2026-03-05 03:31:03] "POST /fqname-to-id HTTP/1.1" 404 233 0.003166 10.0.0.133 - - [2026-03-05 03:31:03] "POST /projects HTTP/1.1" 200 583 0.234730 10.0.0.133 - - [2026-03-05 03:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.270220 10.0.0.65 - - [2026-03-05 03:31:03] "GET /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.409900 10.0.0.65 - - [2026-03-05 03:31:03] "POST /access-control-lists HTTP/1.1" 200 595 0.050493 10.0.0.65 - - [2026-03-05 03:31:04] "GET / HTTP/1.1" 200 36215 0.001863 10.0.0.65 - - [2026-03-05 03:31:04] "POST /neutron/port HTTP/1.1" 400 205 0.003612 10.0.0.65 - - [2026-03-05 03:31:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000402 10.0.0.65 - - [2026-03-05 03:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.066677 10.0.0.133 - - [2026-03-05 03:31:06] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000813 10.0.0.65 - - [2026-03-05 03:31:06] "GET /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038450 10.0.0.133 - - [2026-03-05 03:31:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005886 10.0.0.65 - - [2026-03-05 03:31:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.272355 10.0.0.65 - - [2026-03-05 03:31:07] "POST /id-to-fqname HTTP/1.1" 200 219 0.001140 10.0.0.65 - - [2026-03-05 03:31:07] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004509 10.0.0.65 - - [2026-03-05 03:31:07] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007372 10.0.0.65 - - [2026-03-05 03:31:07] "POST /neutron/network HTTP/1.1" 200 822 0.005920 10.0.0.65 - - [2026-03-05 03:31:07] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006079 10.0.0.65 - - [2026-03-05 03:31:08] "DELETE /access-control-list/5f121b9a-e5d2-41b0-94b0-43c16028c598 HTTP/1.1" 200 115 0.028728 10.0.0.133 - - [2026-03-05 03:31:08] "DELETE /project/a9b111f63cbe4ba9ad56bdf2149e67ce HTTP/1.1" 404 173 0.015231 10.0.0.133 - - [2026-03-05 03:31:08] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001272 10.0.0.33 - - [2026-03-05 03:31:09] "GET /obj-perms HTTP/1.1" 200 5028 0.168279 10.0.0.133 - - [2026-03-05 03:31:09] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.064288 10.0.0.133 - - [2026-03-05 03:31:09] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001039 10.0.0.133 - - [2026-03-05 03:31:09] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?fields=security_groups HTTP/1.1" 200 1110 0.044024 10.0.0.133 - - [2026-03-05 03:31:09] "GET /projects?obj_uuids=84fd7100-94ee-48e2-8e88-fcf05e8ddf56&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000862 10.0.0.133 - - [2026-03-05 03:31:09] "GET /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56?fields=application_policy_sets HTTP/1.1" 200 1110 0.062547 10.0.0.133 - - [2026-03-05 03:31:09] "DELETE /project/84fd7100-94ee-48e2-8e88-fcf05e8ddf56 HTTP/1.1" 404 171 0.273739 10.0.0.65 - - [2026-03-05 03:31:09] "POST /id-to-fqname HTTP/1.1" 200 219 0.001203 10.0.0.133 - - [2026-03-05 03:31:10] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000875 10.0.0.65 - - [2026-03-05 03:31:10] "GET /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063447 10.0.0.65 - - [2026-03-05 03:31:10] "POST /neutron/network HTTP/1.1" 200 822 0.006750 10.0.0.65 - - [2026-03-05 03:31:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.001772 10.0.0.65 - - [2026-03-05 03:31:10] "POST /neutron/port HTTP/1.1" 200 117 0.007174 10.0.0.133 - - [2026-03-05 03:31:11] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001275 10.0.0.65 - - [2026-03-05 03:31:11] "POST /neutron/port HTTP/1.1" 200 1058 0.304231 10.0.0.65 - - [2026-03-05 03:31:11] "POST /neutron/port HTTP/1.1" 200 1112 0.086378 10.0.0.133 - - [2026-03-05 03:31:11] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000898 10.0.0.65 - - [2026-03-05 03:31:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.007812 10.0.0.65 - - [2026-03-05 03:31:11] "GET /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.066077 10.0.0.65 - - [2026-03-05 03:31:11] "POST /neutron/network HTTP/1.1" 200 822 0.006260 10.0.0.65 - - [2026-03-05 03:31:12] "POST /neutron/port HTTP/1.1" 200 117 0.005148 10.0.0.65 - - [2026-03-05 03:31:12] "POST /neutron/network HTTP/1.1" 200 832 0.005212 10.0.0.65 - - [2026-03-05 03:31:12] "POST /neutron/port HTTP/1.1" 200 1058 0.013894 10.0.0.65 - - [2026-03-05 03:31:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003478 10.0.0.65 - - [2026-03-05 03:31:13] "POST /neutron/network HTTP/1.1" 200 822 0.007423 10.0.0.65 - - [2026-03-05 03:31:17] "POST /neutron/port HTTP/1.1" 200 1122 0.017852 10.0.0.65 - - [2026-03-05 03:31:17] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007266 10.0.0.65 - - [2026-03-05 03:31:17] "GET /virtual-machine/9a6880b6-3f7d-4c4b-b9b2-d9124c12a0a0 HTTP/1.1" 401 292 0.000334 10.0.0.65 - - [2026-03-05 03:31:17] "GET /virtual-machine/9a6880b6-3f7d-4c4b-b9b2-d9124c12a0a0 HTTP/1.1" 200 1294 0.036734 10.0.0.65 - - [2026-03-05 03:31:17] "GET /virtual-machine-interface/9eb790ff-f44d-4578-97ea-677522571a95 HTTP/1.1" 200 2944 0.005255 10.0.0.65 - - [2026-03-05 03:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.65 - - [2026-03-05 03:31:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003585 10.0.0.65 - - [2026-03-05 03:31:17] "GET /virtual-networks?parent_id=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003712 10.0.0.65 - - [2026-03-05 03:31:17] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005011 10.0.0.65 - - [2026-03-05 03:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.65 - - [2026-03-05 03:31:21] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005654 10.0.0.65 - - [2026-03-05 03:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.65 - - [2026-03-05 03:31:25] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004669 10.0.0.65 - - [2026-03-05 03:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.65 - - [2026-03-05 03:31:29] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004469 10.0.0.65 - - [2026-03-05 03:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.65 - - [2026-03-05 03:31:33] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004891 10.0.0.65 - - [2026-03-05 03:31:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.65 - - [2026-03-05 03:31:37] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004521 10.0.0.65 - - [2026-03-05 03:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.65 - - [2026-03-05 03:31:41] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004431 10.0.0.65 - - [2026-03-05 03:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.65 - - [2026-03-05 03:31:45] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005175 10.0.0.65 - - [2026-03-05 03:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.65 - - [2026-03-05 03:31:49] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005131 10.0.0.65 - - [2026-03-05 03:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.65 - - [2026-03-05 03:31:53] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005484 10.0.0.65 - - [2026-03-05 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.65 - - [2026-03-05 03:31:57] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004969 10.0.0.65 - - [2026-03-05 03:31:58] "GET /obj-perms HTTP/1.1" 200 5056 0.048934 10.0.0.65 - - [2026-03-05 03:32:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.65 - - [2026-03-05 03:32:01] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005032 10.0.0.65 - - [2026-03-05 03:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.65 - - [2026-03-05 03:32:06] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005124 10.0.0.65 - - [2026-03-05 03:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007466 10.0.0.65 - - [2026-03-05 03:32:10] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004834 10.0.0.65 - - [2026-03-05 03:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.65 - - [2026-03-05 03:32:14] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005167 10.0.0.65 - - [2026-03-05 03:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.65 - - [2026-03-05 03:32:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003280 10.0.0.65 - - [2026-03-05 03:32:16] "GET /virtual-networks?parent_id=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002854 10.0.0.65 - - [2026-03-05 03:32:16] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005574 10.0.0.65 - - [2026-03-05 03:32:21] "POST /neutron/port HTTP/1.1" 200 1122 0.018601 10.0.0.65 - - [2026-03-05 03:32:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006003 10.0.0.65 - - [2026-03-05 03:32:25] "POST /neutron/network HTTP/1.1" 200 832 0.007162 10.0.0.65 - - [2026-03-05 03:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.001365 10.0.0.65 - - [2026-03-05 03:32:26] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009495 10.0.0.65 - - [2026-03-05 03:32:31] "POST /neutron/port HTTP/1.1" 200 1122 0.018991 10.0.0.65 - - [2026-03-05 03:32:37] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007846 10.0.0.65 - - [2026-03-05 03:32:37] "POST /neutron/port HTTP/1.1" 200 1122 0.024248 10.0.0.65 - - [2026-03-05 03:32:37] "GET /virtual-machine/27a2b176-bc5c-4582-9352-5057dfc02fd9 HTTP/1.1" 200 1293 0.005778 10.0.0.65 - - [2026-03-05 03:32:37] "GET /virtual-machine-interface/04b56437-aee5-45c0-a3ca-8b3192d6cc86 HTTP/1.1" 200 2942 0.004856 10.0.0.65 - - [2026-03-05 03:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.65 - - [2026-03-05 03:32:37] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003376 10.0.0.65 - - [2026-03-05 03:32:37] "GET /virtual-networks?parent_id=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002676 10.0.0.65 - - [2026-03-05 03:32:37] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005422 10.0.0.65 - - [2026-03-05 03:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.65 - - [2026-03-05 03:32:38] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003627 10.0.0.65 - - [2026-03-05 03:32:38] "GET /virtual-networks?parent_id=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.007609 10.0.0.65 - - [2026-03-05 03:32:38] "GET /virtual-network/c8834ffc-b926-49a1-af59-be403ee963fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006541 10.0.0.133 - - [2026-03-05 03:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.067516 10.0.0.133 - - [2026-03-05 03:33:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000472 10.0.0.133 - - [2026-03-05 03:33:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000382 10.0.0.33 - - [2026-03-05 03:33:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.33 - - [2026-03-05 03:33:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.133 - - [2026-03-05 03:33:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000898 10.0.0.133 - - [2026-03-05 03:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000319 10.0.0.33 - - [2026-03-05 03:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.33 - - [2026-03-05 03:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000341 10.0.0.65 - - [2026-03-05 03:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.65 - - [2026-03-05 03:33:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000517 10.0.0.65 - - [2026-03-05 03:33:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.65 - - [2026-03-05 03:33:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000523 10.0.0.65 - - [2026-03-05 03:33:26] "POST /neutron/port HTTP/1.1" 200 1122 0.014842 10.0.0.65 - - [2026-03-05 03:33:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.008063 10.0.0.65 - - [2026-03-05 03:34:06] "POST /neutron/network HTTP/1.1" 200 822 0.006989 10.0.0.65 - - [2026-03-05 03:34:06] "POST /neutron/port HTTP/1.1" 200 1112 0.014160 10.0.0.65 - - [2026-03-05 03:34:06] "POST /neutron/port HTTP/1.1" 200 1112 0.028594 10.0.0.133 - - [2026-03-05 03:34:08] "POST /useragent-kv HTTP/1.1" 200 115 0.039231 10.0.0.133 - - [2026-03-05 03:34:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.65 - - [2026-03-05 03:34:08] "POST /neutron/network HTTP/1.1" 200 151 0.147048 10.0.0.65 - - [2026-03-05 03:34:08] "DELETE /route-target/3b5d2f22-f673-4b35-9119-07eefb71e115 HTTP/1.1" 200 115 0.121965 10.0.0.133 - - [2026-03-05 03:34:10] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001272 10.0.0.65 - - [2026-03-05 03:34:10] "GET /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.084907 10.0.0.133 - - [2026-03-05 03:34:10] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001227 10.0.0.65 - - [2026-03-05 03:34:10] "GET /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce?fields=virtual_networks HTTP/1.1" 200 1033 0.040144 10.0.0.133 - - [2026-03-05 03:34:10] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001324 10.0.0.65 - - [2026-03-05 03:34:10] "GET /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.032321 10.0.0.133 - - [2026-03-05 03:34:10] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000909 10.0.0.65 - - [2026-03-05 03:34:10] "GET /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce?fields=security_groups HTTP/1.1" 200 1259 0.039149 10.0.0.65 - - [2026-03-05 03:34:11] "POST /fqname-to-id HTTP/1.1" 404 187 0.030949 10.0.0.133 - - [2026-03-05 03:34:11] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004136 10.0.0.133 - - [2026-03-05 03:34:11] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.133 - - [2026-03-05 03:34:11] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040715 10.0.0.133 - - [2026-03-05 03:34:11] "POST /id-to-fqname HTTP/1.1" 200 189 0.001046 10.0.0.133 - - [2026-03-05 03:34:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.006439 10.0.0.133 - - [2026-03-05 03:34:11] "POST /security-groups HTTP/1.1" 200 590 0.069405 10.0.0.133 - - [2026-03-05 03:34:11] "POST /projects HTTP/1.1" 200 583 0.278049 10.0.0.133 - - [2026-03-05 03:34:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.364893 10.0.0.65 - - [2026-03-05 03:34:11] "POST /fqname-to-id HTTP/1.1" 404 232 0.021882 10.0.0.65 - - [2026-03-05 03:34:11] "GET /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.551237 10.0.0.65 - - [2026-03-05 03:34:13] "GET / HTTP/1.1" 200 36215 0.001624 10.0.0.65 - - [2026-03-05 03:34:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.65 - - [2026-03-05 03:34:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.056202 10.0.0.133 - - [2026-03-05 03:34:15] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001028 10.0.0.65 - - [2026-03-05 03:34:15] "GET /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.040864 10.0.0.65 - - [2026-03-05 03:34:15] "POST /ref-update HTTP/1.1" 200 156 0.029458 10.0.0.133 - - [2026-03-05 03:34:15] "POST /useragent-kv HTTP/1.1" 200 115 0.010970 10.0.0.65 - - [2026-03-05 03:34:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.282753 10.0.0.65 - - [2026-03-05 03:34:15] "POST /id-to-fqname HTTP/1.1" 200 219 0.001163 10.0.0.65 - - [2026-03-05 03:34:15] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004546 10.0.0.65 - - [2026-03-05 03:34:15] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005663 10.0.0.65 - - [2026-03-05 03:34:15] "POST /neutron/network HTTP/1.1" 200 825 0.006359 10.0.0.65 - - [2026-03-05 03:34:16] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005142 10.0.0.33 - - [2026-03-05 03:34:17] "GET /obj-perms HTTP/1.1" 200 5028 0.075922 10.0.0.65 - - [2026-03-05 03:34:17] "POST /id-to-fqname HTTP/1.1" 200 219 0.001156 10.0.0.133 - - [2026-03-05 03:34:18] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001262 10.0.0.65 - - [2026-03-05 03:34:18] "GET /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.082901 10.0.0.65 - - [2026-03-05 03:34:19] "POST /neutron/network HTTP/1.1" 200 825 0.038359 10.0.0.65 - - [2026-03-05 03:34:19] "POST /id-to-fqname HTTP/1.1" 200 219 0.001199 10.0.0.65 - - [2026-03-05 03:34:19] "POST /neutron/port HTTP/1.1" 200 117 0.007747 10.0.0.133 - - [2026-03-05 03:34:19] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000988 10.0.0.65 - - [2026-03-05 03:34:20] "POST /neutron/port HTTP/1.1" 200 1061 0.388350 10.0.0.133 - - [2026-03-05 03:34:20] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004984 10.0.0.65 - - [2026-03-05 03:34:20] "POST /neutron/port HTTP/1.1" 200 1115 0.131160 10.0.0.65 - - [2026-03-05 03:34:20] "GET /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.141739 10.0.0.65 - - [2026-03-05 03:34:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003219 10.0.0.65 - - [2026-03-05 03:34:20] "POST /neutron/network HTTP/1.1" 200 825 0.006020 10.0.0.65 - - [2026-03-05 03:34:20] "POST /neutron/port HTTP/1.1" 200 117 0.005444 10.0.0.65 - - [2026-03-05 03:34:21] "POST /neutron/network HTTP/1.1" 200 835 0.006563 10.0.0.65 - - [2026-03-05 03:34:21] "POST /neutron/port HTTP/1.1" 200 1061 0.014800 10.0.0.65 - - [2026-03-05 03:34:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004023 10.0.0.65 - - [2026-03-05 03:34:21] "POST /neutron/network HTTP/1.1" 200 825 0.006644 10.0.0.65 - - [2026-03-05 03:34:25] "POST /neutron/port HTTP/1.1" 200 1125 0.014562 10.0.0.65 - - [2026-03-05 03:34:26] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008712 10.0.0.65 - - [2026-03-05 03:34:26] "GET /virtual-machine/80c44f37-9791-4b73-96cc-1ccac6ae1877 HTTP/1.1" 401 292 0.000575 10.0.0.65 - - [2026-03-05 03:34:26] "GET /virtual-machine/80c44f37-9791-4b73-96cc-1ccac6ae1877 HTTP/1.1" 200 1293 0.033165 10.0.0.65 - - [2026-03-05 03:34:26] "GET /virtual-machine-interface/b90badeb-a456-4289-9cc6-39201382a824 HTTP/1.1" 200 2944 0.005005 10.0.0.65 - - [2026-03-05 03:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.65 - - [2026-03-05 03:34:26] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002944 10.0.0.65 - - [2026-03-05 03:34:26] "GET /virtual-networks?parent_id=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002628 10.0.0.65 - - [2026-03-05 03:34:26] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005018 10.0.0.65 - - [2026-03-05 03:34:28] "POST /neutron/network HTTP/1.1" 200 835 0.005987 10.0.0.65 - - [2026-03-05 03:34:28] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.65 - - [2026-03-05 03:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.65 - - [2026-03-05 03:34:29] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004999 10.0.0.65 - - [2026-03-05 03:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.65 - - [2026-03-05 03:34:33] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004743 10.0.0.65 - - [2026-03-05 03:34:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.65 - - [2026-03-05 03:34:37] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005804 10.0.0.65 - - [2026-03-05 03:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.65 - - [2026-03-05 03:34:41] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004869 10.0.0.65 - - [2026-03-05 03:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.65 - - [2026-03-05 03:34:46] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005223 10.0.0.65 - - [2026-03-05 03:34:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.65 - - [2026-03-05 03:34:50] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005949 10.0.0.65 - - [2026-03-05 03:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.65 - - [2026-03-05 03:34:54] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005222 10.0.0.65 - - [2026-03-05 03:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.65 - - [2026-03-05 03:34:58] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004587 10.0.0.65 - - [2026-03-05 03:35:00] "GET /obj-perms HTTP/1.1" 200 5056 0.061505 10.0.0.65 - - [2026-03-05 03:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.65 - - [2026-03-05 03:35:02] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004914 10.0.0.65 - - [2026-03-05 03:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.65 - - [2026-03-05 03:35:06] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005053 10.0.0.133 - - [2026-03-05 03:35:09] "DELETE /project/7f29a14f66524a06a1f6b8e3e2776fb5 HTTP/1.1" 404 173 0.005391 10.0.0.133 - - [2026-03-05 03:35:09] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000752 10.0.0.133 - - [2026-03-05 03:35:09] "GET /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.045186 10.0.0.133 - - [2026-03-05 03:35:09] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001098 10.0.0.133 - - [2026-03-05 03:35:10] "GET /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce?fields=security_groups HTTP/1.1" 200 1361 0.054161 10.0.0.133 - - [2026-03-05 03:35:10] "DELETE /security-group/78e49c6c-fa0e-4e9f-81e4-78dbd5007c3a HTTP/1.1" 200 115 0.071085 10.0.0.133 - - [2026-03-05 03:35:10] "GET /projects?obj_uuids=a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000902 10.0.0.133 - - [2026-03-05 03:35:10] "GET /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce?fields=application_policy_sets HTTP/1.1" 200 1400 0.068474 10.0.0.133 - - [2026-03-05 03:35:10] "DELETE /project/a9b111f6-3cbe-4ba9-ad56-bdf2149e67ce HTTP/1.1" 200 115 0.497718 10.0.0.65 - - [2026-03-05 03:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.65 - - [2026-03-05 03:35:10] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005230 10.0.0.65 - - [2026-03-05 03:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.65 - - [2026-03-05 03:35:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004198 10.0.0.65 - - [2026-03-05 03:35:12] "GET /virtual-networks?parent_id=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002517 10.0.0.65 - - [2026-03-05 03:35:12] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005682 10.0.0.65 - - [2026-03-05 03:35:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007970 10.0.0.65 - - [2026-03-05 03:35:23] "POST /neutron/port HTTP/1.1" 200 1125 0.014286 10.0.0.65 - - [2026-03-05 03:35:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.036641 10.0.0.65 - - [2026-03-05 03:35:28] "POST /neutron/port HTTP/1.1" 200 1125 0.021032 10.0.0.65 - - [2026-03-05 03:35:31] "POST /neutron/port HTTP/1.1" 200 1125 0.043439 10.0.0.65 - - [2026-03-05 03:35:31] "POST /neutron/subnet HTTP/1.1" 200 708 0.007571 10.0.0.65 - - [2026-03-05 03:35:33] "POST /neutron/port HTTP/1.1" 200 1125 0.015092 10.0.0.65 - - [2026-03-05 03:35:38] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006470 10.0.0.65 - - [2026-03-05 03:35:38] "POST /neutron/port HTTP/1.1" 200 1125 0.038790 10.0.0.65 - - [2026-03-05 03:35:39] "GET /virtual-machine/79556ae0-b788-48d0-a8c0-d61c1013ddd9 HTTP/1.1" 200 1293 0.005463 10.0.0.65 - - [2026-03-05 03:35:39] "GET /virtual-machine-interface/793f79e3-03f1-4dfd-a233-6482368da28e HTTP/1.1" 200 2943 0.008112 10.0.0.65 - - [2026-03-05 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.65 - - [2026-03-05 03:35:39] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004957 10.0.0.65 - - [2026-03-05 03:35:39] "GET /virtual-networks?parent_id=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003751 10.0.0.65 - - [2026-03-05 03:35:39] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.011669 10.0.0.65 - - [2026-03-05 03:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.65 - - [2026-03-05 03:35:40] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003476 10.0.0.65 - - [2026-03-05 03:35:40] "GET /virtual-networks?parent_id=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002808 10.0.0.65 - - [2026-03-05 03:35:40] "GET /virtual-network/d3eb2d56-5e01-4db0-ba32-76ca0d205416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006439 10.0.0.133 - - [2026-03-05 03:36:01] "GET /obj-perms HTTP/1.1" 200 5056 0.062757 10.0.0.65 - - [2026-03-05 03:36:06] "POST /neutron/network HTTP/1.1" 400 204 0.012242 10.0.0.65 - - [2026-03-05 03:36:06] "POST /neutron/port HTTP/1.1" 200 1125 0.016475 10.0.0.65 - - [2026-03-05 03:36:06] "POST /neutron/port HTTP/1.1" 200 151 0.222171 10.0.0.65 - - [2026-03-05 03:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.133 - - [2026-03-05 03:36:09] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000870 10.0.0.65 - - [2026-03-05 03:36:09] "GET /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.044690 10.0.0.133 - - [2026-03-05 03:36:09] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000781 10.0.0.65 - - [2026-03-05 03:36:09] "GET /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5?fields=virtual_networks HTTP/1.1" 200 1032 0.039843 10.0.0.133 - - [2026-03-05 03:36:09] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001072 10.0.0.65 - - [2026-03-05 03:36:10] "GET /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.040056 10.0.0.133 - - [2026-03-05 03:36:10] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001020 10.0.0.65 - - [2026-03-05 03:36:10] "GET /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5?fields=security_groups HTTP/1.1" 200 1258 0.041167 10.0.0.65 - - [2026-03-05 03:36:24] "GET / HTTP/1.1" 200 36215 0.001584 10.0.0.65 - - [2026-03-05 03:36:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.65 - - [2026-03-05 03:36:25] "POST /fqname-to-id HTTP/1.1" 404 201 0.060886 10.0.0.133 - - [2026-03-05 03:36:25] "GET /projects?obj_uuids=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002390 10.0.0.133 - - [2026-03-05 03:36:26] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.133 - - [2026-03-05 03:36:26] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006724 10.0.0.133 - - [2026-03-05 03:36:26] "POST /id-to-fqname HTTP/1.1" 200 203 0.003127 10.0.0.133 - - [2026-03-05 03:36:26] "POST /fqname-to-id HTTP/1.1" 404 212 0.004078 10.0.0.133 - - [2026-03-05 03:36:26] "POST /security-groups HTTP/1.1" 200 604 0.068367 10.0.0.133 - - [2026-03-05 03:36:26] "POST /projects HTTP/1.1" 200 611 0.264866 10.0.0.65 - - [2026-03-05 03:36:26] "POST /access-control-lists HTTP/1.1" 200 611 0.022700 10.0.0.133 - - [2026-03-05 03:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.340710 10.0.0.65 - - [2026-03-05 03:36:26] "GET /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.477762 10.0.0.65 - - [2026-03-05 03:36:27] "GET / HTTP/1.1" 200 36215 0.002637 10.0.0.65 - - [2026-03-05 03:36:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.65 - - [2026-03-05 03:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.057317 10.0.0.133 - - [2026-03-05 03:36:28] "GET /projects?obj_uuids=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000810 10.0.0.65 - - [2026-03-05 03:36:28] "GET /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.033273 10.0.0.65 - - [2026-03-05 03:36:28] "POST /neutron/network HTTP/1.1" 200 117 0.037905 10.0.0.65 - - [2026-03-05 03:36:28] "POST /route-targets HTTP/1.1" 200 328 0.024193 10.0.0.65 - - [2026-03-05 03:36:29] "POST /neutron/network HTTP/1.1" 200 841 0.006986 10.0.0.65 - - [2026-03-05 03:36:29] "POST /id-to-fqname HTTP/1.1" 200 234 0.001053 10.0.0.65 - - [2026-03-05 03:36:29] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004243 10.0.0.65 - - [2026-03-05 03:36:29] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004853 10.0.0.65 - - [2026-03-05 03:36:29] "POST /neutron/subnet HTTP/1.1" 200 734 0.009501 10.0.0.65 - - [2026-03-05 03:36:29] "POST /id-to-fqname HTTP/1.1" 200 234 0.001629 10.0.0.133 - - [2026-03-05 03:36:29] "GET /projects?obj_uuids=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000914 10.0.0.65 - - [2026-03-05 03:36:30] "GET /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.064479 10.0.0.65 - - [2026-03-05 03:36:30] "POST /neutron/port HTTP/1.1" 200 117 0.005458 10.0.0.65 - - [2026-03-05 03:36:30] "POST /id-to-fqname HTTP/1.1" 200 234 0.001424 10.0.0.65 - - [2026-03-05 03:36:30] "POST /neutron/network HTTP/1.1" 200 851 0.007798 10.0.0.65 - - [2026-03-05 03:36:30] "POST /neutron/port HTTP/1.1" 200 1075 0.015310 10.0.0.65 - - [2026-03-05 03:36:31] "POST /neutron/port HTTP/1.1" 200 1139 0.019067 10.0.0.65 - - [2026-03-05 03:36:31] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.133 - - [2026-03-05 03:36:31] "GET /projects?obj_uuids=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000890 10.0.0.65 - - [2026-03-05 03:36:31] "GET /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.089693 10.0.0.65 - - [2026-03-05 03:36:31] "POST /neutron/port HTTP/1.1" 200 1139 0.015751 10.0.0.65 - - [2026-03-05 03:36:31] "POST /neutron/network HTTP/1.1" 200 851 0.005233 10.0.0.65 - - [2026-03-05 03:36:32] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006320 10.0.0.65 - - [2026-03-05 03:36:32] "POST /neutron/port HTTP/1.1" 200 1075 0.018155 10.0.0.65 - - [2026-03-05 03:36:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003579 10.0.0.65 - - [2026-03-05 03:36:32] "POST /neutron/network HTTP/1.1" 200 841 0.005939 10.0.0.65 - - [2026-03-05 03:36:33] "POST /neutron/port HTTP/1.1" 200 1139 0.014855 10.0.0.65 - - [2026-03-05 03:36:33] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006449 10.0.0.65 - - [2026-03-05 03:36:33] "GET /virtual-machine/1046c1ab-f0ca-4783-80c3-445137d322e9 HTTP/1.1" 401 292 0.000367 10.0.0.65 - - [2026-03-05 03:36:34] "GET /virtual-machine/1046c1ab-f0ca-4783-80c3-445137d322e9 HTTP/1.1" 200 1306 0.031142 10.0.0.65 - - [2026-03-05 03:36:34] "GET /virtual-machine-interface/46cef8cc-4f49-44bd-8a8b-be8804671b30 HTTP/1.1" 200 3015 0.004682 10.0.0.65 - - [2026-03-05 03:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.65 - - [2026-03-05 03:36:34] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003085 10.0.0.65 - - [2026-03-05 03:36:34] "GET /virtual-networks?parent_id=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002166 10.0.0.65 - - [2026-03-05 03:36:34] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005331 10.0.0.65 - - [2026-03-05 03:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.65 - - [2026-03-05 03:36:37] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004663 10.0.0.65 - - [2026-03-05 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.65 - - [2026-03-05 03:36:41] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005382 10.0.0.65 - - [2026-03-05 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.65 - - [2026-03-05 03:36:45] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005043 10.0.0.65 - - [2026-03-05 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.65 - - [2026-03-05 03:36:49] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005527 10.0.0.65 - - [2026-03-05 03:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.65 - - [2026-03-05 03:36:53] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005588 10.0.0.65 - - [2026-03-05 03:36:55] "POST /neutron/port HTTP/1.1" 200 1139 0.017024 10.0.0.65 - - [2026-03-05 03:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.65 - - [2026-03-05 03:36:55] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003196 10.0.0.65 - - [2026-03-05 03:36:55] "GET /virtual-networks?parent_id=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003630 10.0.0.65 - - [2026-03-05 03:36:55] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006109 10.0.0.65 - - [2026-03-05 03:36:55] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007408 10.0.0.33 - - [2026-03-05 03:37:02] "GET /obj-perms HTTP/1.1" 200 5056 0.050125 10.0.0.65 - - [2026-03-05 03:37:06] "POST /neutron/port HTTP/1.1" 200 1139 0.015740 10.0.0.65 - - [2026-03-05 03:37:06] "POST /neutron/security_group HTTP/1.1" 200 2071 0.006322 10.0.0.65 - - [2026-03-05 03:37:06] "GET /virtual-machine/5a612e96-f341-46d3-85c8-660b7ae35917 HTTP/1.1" 200 1306 0.005128 10.0.0.65 - - [2026-03-05 03:37:06] "GET /virtual-machine-interface/331e7d57-940a-47ae-a24f-a48b90b79fc2 HTTP/1.1" 200 3016 0.004522 10.0.0.65 - - [2026-03-05 03:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.65 - - [2026-03-05 03:37:06] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003392 10.0.0.65 - - [2026-03-05 03:37:06] "GET /virtual-networks?parent_id=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002232 10.0.0.65 - - [2026-03-05 03:37:06] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005396 10.0.0.65 - - [2026-03-05 03:37:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.65 - - [2026-03-05 03:37:07] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003516 10.0.0.65 - - [2026-03-05 03:37:07] "GET /virtual-networks?parent_id=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002360 10.0.0.65 - - [2026-03-05 03:37:07] "GET /virtual-network/342749e4-5520-48b6-a3ce-c6902bc86f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005436 10.0.0.65 - - [2026-03-05 03:37:07] "POST /neutron/port HTTP/1.1" 200 1139 0.015928 10.0.0.133 - - [2026-03-05 03:37:10] "DELETE /project/1a67172cfd744e9dbed5825c1ca9a145 HTTP/1.1" 404 173 0.006479 10.0.0.133 - - [2026-03-05 03:37:10] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000995 10.0.0.133 - - [2026-03-05 03:37:10] "GET /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.083422 10.0.0.133 - - [2026-03-05 03:37:10] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001251 10.0.0.133 - - [2026-03-05 03:37:10] "GET /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5?fields=security_groups HTTP/1.1" 200 1100 0.052829 10.0.0.133 - - [2026-03-05 03:37:10] "GET /projects?obj_uuids=7f29a14f-6652-4a06-a1f6-b8e3e2776fb5&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001283 10.0.0.133 - - [2026-03-05 03:37:11] "GET /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5?fields=application_policy_sets HTTP/1.1" 200 1399 0.069830 10.0.0.65 - - [2026-03-05 03:37:11] "DELETE /access-control-list/fcf034b0-05dc-4b5e-a9b0-c4196d6b3c0a HTTP/1.1" 200 115 0.071038 10.0.0.133 - - [2026-03-05 03:37:11] "DELETE /project/7f29a14f-6652-4a06-a1f6-b8e3e2776fb5 HTTP/1.1" 200 115 0.433343 10.0.0.65 - - [2026-03-05 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.65 - - [2026-03-05 03:37:13] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003571 10.0.0.65 - - [2026-03-05 03:37:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002441 10.0.0.65 - - [2026-03-05 03:37:13] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003792 10.0.0.65 - - [2026-03-05 03:37:13] "PUT /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f HTTP/1.1" 200 277 0.011542 10.0.0.65 - - [2026-03-05 03:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.65 - - [2026-03-05 03:37:24] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.004102 10.0.0.65 - - [2026-03-05 03:37:24] "PUT /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f HTTP/1.1" 200 277 0.012751 10.0.0.65 - - [2026-03-05 03:37:31] "POST /neutron/port HTTP/1.1" 200 1139 0.014910 10.0.0.65 - - [2026-03-05 03:37:31] "POST /neutron/subnet HTTP/1.1" 200 708 0.007518 10.0.0.133 - - [2026-03-05 03:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000444 10.0.0.133 - - [2026-03-05 03:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.33 - - [2026-03-05 03:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2026-03-05 03:38:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.133 - - [2026-03-05 03:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000442 10.0.0.33 - - [2026-03-05 03:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000747 10.0.0.133 - - [2026-03-05 03:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000457 10.0.0.33 - - [2026-03-05 03:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.001386 10.0.0.65 - - [2026-03-05 03:38:03] "GET /obj-perms HTTP/1.1" 200 5056 0.199358 10.0.0.65 - - [2026-03-05 03:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000483 10.0.0.65 - - [2026-03-05 03:38:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.65 - - [2026-03-05 03:38:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000493 10.0.0.65 - - [2026-03-05 03:38:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000636 10.0.0.65 - - [2026-03-05 03:38:12] "POST /neutron/network HTTP/1.1" 200 841 0.006174 10.0.0.65 - - [2026-03-05 03:38:13] "POST /neutron/port HTTP/1.1" 200 1139 0.017468 10.0.0.65 - - [2026-03-05 03:38:13] "POST /neutron/port HTTP/1.1" 200 151 0.209229 10.0.0.133 - - [2026-03-05 03:38:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003098 10.0.0.133 - - [2026-03-05 03:38:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002764 10.0.0.65 - - [2026-03-05 03:38:14] "POST /neutron/network HTTP/1.1" 200 151 0.112865 10.0.0.133 - - [2026-03-05 03:38:15] "GET /projects?obj_uuids=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000878 10.0.0.65 - - [2026-03-05 03:38:15] "GET /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.033790 10.0.0.133 - - [2026-03-05 03:38:15] "GET /projects?obj_uuids=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000885 10.0.0.65 - - [2026-03-05 03:38:15] "GET /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145?fields=virtual_networks HTTP/1.1" 200 1060 0.075946 10.0.0.133 - - [2026-03-05 03:38:15] "GET /projects?obj_uuids=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000931 10.0.0.65 - - [2026-03-05 03:38:15] "GET /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.038660 10.0.0.133 - - [2026-03-05 03:38:15] "GET /projects?obj_uuids=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000941 10.0.0.65 - - [2026-03-05 03:38:15] "GET /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145?fields=security_groups HTTP/1.1" 200 1300 0.051149 10.0.0.65 - - [2026-03-05 03:38:16] "POST /fqname-to-id HTTP/1.1" 404 206 0.027488 10.0.0.133 - - [2026-03-05 03:38:16] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002764 10.0.0.133 - - [2026-03-05 03:38:16] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000867 10.0.0.133 - - [2026-03-05 03:38:16] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006309 10.0.0.133 - - [2026-03-05 03:38:16] "POST /id-to-fqname HTTP/1.1" 200 209 0.005778 10.0.0.133 - - [2026-03-05 03:38:16] "POST /fqname-to-id HTTP/1.1" 404 217 0.011118 10.0.0.133 - - [2026-03-05 03:38:16] "POST /security-groups HTTP/1.1" 200 609 0.069224 10.0.0.65 - - [2026-03-05 03:38:16] "POST /fqname-to-id HTTP/1.1" 404 252 0.004306 10.0.0.133 - - [2026-03-05 03:38:16] "POST /projects HTTP/1.1" 200 621 0.288165 10.0.0.133 - - [2026-03-05 03:38:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.360408 10.0.0.65 - - [2026-03-05 03:38:16] "POST /access-control-lists HTTP/1.1" 200 614 0.034465 10.0.0.65 - - [2026-03-05 03:38:16] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.497679 10.0.0.65 - - [2026-03-05 03:38:17] "GET / HTTP/1.1" 200 36215 0.001506 10.0.0.65 - - [2026-03-05 03:38:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.65 - - [2026-03-05 03:38:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.054938 10.0.0.133 - - [2026-03-05 03:38:18] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000880 10.0.0.65 - - [2026-03-05 03:38:18] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.039034 10.0.0.133 - - [2026-03-05 03:38:19] "POST /useragent-kv HTTP/1.1" 200 115 0.007718 10.0.0.65 - - [2026-03-05 03:38:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.257283 10.0.0.65 - - [2026-03-05 03:38:19] "POST /id-to-fqname HTTP/1.1" 200 239 0.001646 10.0.0.65 - - [2026-03-05 03:38:19] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.008106 10.0.0.65 - - [2026-03-05 03:38:19] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.010155 10.0.0.65 - - [2026-03-05 03:38:19] "POST /neutron/network HTTP/1.1" 200 845 0.006030 10.0.0.65 - - [2026-03-05 03:38:19] "POST /id-to-fqname HTTP/1.1" 200 239 0.001197 10.0.0.133 - - [2026-03-05 03:38:20] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001214 10.0.0.65 - - [2026-03-05 03:38:20] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.074412 10.0.0.65 - - [2026-03-05 03:38:20] "POST /neutron/network HTTP/1.1" 200 845 0.005810 10.0.0.65 - - [2026-03-05 03:38:20] "POST /id-to-fqname HTTP/1.1" 200 239 0.001230 10.0.0.65 - - [2026-03-05 03:38:20] "POST /neutron/port HTTP/1.1" 200 117 0.004733 10.0.0.133 - - [2026-03-05 03:38:21] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000885 10.0.0.65 - - [2026-03-05 03:38:21] "POST /neutron/port HTTP/1.1" 200 1079 0.301274 10.0.0.65 - - [2026-03-05 03:38:21] "POST /neutron/port HTTP/1.1" 200 1133 0.087543 10.0.0.133 - - [2026-03-05 03:38:21] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000855 10.0.0.65 - - [2026-03-05 03:38:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.007260 10.0.0.65 - - [2026-03-05 03:38:21] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.076182 10.0.0.65 - - [2026-03-05 03:38:21] "POST /neutron/network HTTP/1.1" 200 845 0.005981 10.0.0.65 - - [2026-03-05 03:38:21] "POST /neutron/port HTTP/1.1" 200 117 0.005442 10.0.0.65 - - [2026-03-05 03:38:22] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.004830 10.0.0.65 - - [2026-03-05 03:38:22] "POST /neutron/port HTTP/1.1" 200 1079 0.014459 10.0.0.65 - - [2026-03-05 03:38:22] "POST /neutron/port HTTP/1.1" 200 1143 0.016747 10.0.0.65 - - [2026-03-05 03:38:23] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.133 - - [2026-03-05 03:38:24] "GET /obj-perms HTTP/1.1" 200 5066 0.072257 10.0.0.65 - - [2026-03-05 03:38:24] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007618 10.0.0.65 - - [2026-03-05 03:38:24] "POST /neutron/port HTTP/1.1" 200 1143 0.017306 10.0.0.65 - - [2026-03-05 03:38:24] "GET /virtual-machine/c706a912-4622-49a5-96a3-5bffd4e01b99 HTTP/1.1" 401 292 0.000353 10.0.0.65 - - [2026-03-05 03:38:24] "GET /virtual-machine/c706a912-4622-49a5-96a3-5bffd4e01b99 HTTP/1.1" 200 1313 0.036948 10.0.0.65 - - [2026-03-05 03:38:24] "GET /virtual-machine-interface/64664269-363a-457c-9b74-779cfbff8e2f HTTP/1.1" 200 3041 0.004799 10.0.0.65 - - [2026-03-05 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.65 - - [2026-03-05 03:38:24] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003563 10.0.0.65 - - [2026-03-05 03:38:24] "GET /virtual-networks?parent_id=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002417 10.0.0.65 - - [2026-03-05 03:38:24] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005409 10.0.0.65 - - [2026-03-05 03:38:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.65 - - [2026-03-05 03:38:27] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005127 10.0.0.65 - - [2026-03-05 03:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.65 - - [2026-03-05 03:38:32] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005270 10.0.0.65 - - [2026-03-05 03:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.65 - - [2026-03-05 03:38:36] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005480 10.0.0.65 - - [2026-03-05 03:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.65 - - [2026-03-05 03:38:40] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006608 10.0.0.65 - - [2026-03-05 03:38:42] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006331 10.0.0.65 - - [2026-03-05 03:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.65 - - [2026-03-05 03:38:44] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.007076 10.0.0.65 - - [2026-03-05 03:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.65 - - [2026-03-05 03:38:46] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003674 10.0.0.65 - - [2026-03-05 03:38:46] "GET /virtual-networks?parent_id=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.002608 10.0.0.65 - - [2026-03-05 03:38:46] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005254 10.0.0.65 - - [2026-03-05 03:38:46] "POST /neutron/port HTTP/1.1" 200 1143 0.014316 10.0.0.65 - - [2026-03-05 03:38:51] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009747 10.0.0.65 - - [2026-03-05 03:38:57] "POST /neutron/port HTTP/1.1" 200 1143 0.017741 10.0.0.65 - - [2026-03-05 03:38:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008371 10.0.0.65 - - [2026-03-05 03:38:57] "GET /virtual-machine/da8f8dcd-d430-4251-a5c2-6e793ede502d HTTP/1.1" 200 1313 0.006255 10.0.0.65 - - [2026-03-05 03:38:57] "GET /virtual-machine-interface/15352796-b679-4604-a637-4e8e15cf1cc2 HTTP/1.1" 200 3041 0.006173 10.0.0.65 - - [2026-03-05 03:38:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.65 - - [2026-03-05 03:38:57] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004310 10.0.0.65 - - [2026-03-05 03:38:57] "GET /virtual-networks?parent_id=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004202 10.0.0.65 - - [2026-03-05 03:38:57] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005920 10.0.0.65 - - [2026-03-05 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.65 - - [2026-03-05 03:38:58] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004687 10.0.0.65 - - [2026-03-05 03:38:58] "GET /virtual-networks?parent_id=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003709 10.0.0.65 - - [2026-03-05 03:38:58] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006238 10.0.0.65 - - [2026-03-05 03:38:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.133 - - [2026-03-05 03:38:58] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001482 10.0.0.65 - - [2026-03-05 03:38:58] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.045557 10.0.0.65 - - [2026-03-05 03:38:58] "POST /route-targets HTTP/1.1" 200 328 0.015593 10.0.0.133 - - [2026-03-05 03:38:59] "POST /useragent-kv HTTP/1.1" 200 115 0.007789 10.0.0.65 - - [2026-03-05 03:38:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.234697 10.0.0.65 - - [2026-03-05 03:38:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.001177 10.0.0.65 - - [2026-03-05 03:38:59] "GET /virtual-network/6531eb48-6e8c-4c79-a546-afc499f3a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005141 10.0.0.65 - - [2026-03-05 03:38:59] "GET /virtual-network/6531eb48-6e8c-4c79-a546-afc499f3a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005360 10.0.0.65 - - [2026-03-05 03:38:59] "POST /neutron/network HTTP/1.1" 200 845 0.006764 10.0.0.65 - - [2026-03-05 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.133 - - [2026-03-05 03:38:59] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000879 10.0.0.65 - - [2026-03-05 03:38:59] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.053559 10.0.0.133 - - [2026-03-05 03:38:59] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000914 10.0.0.65 - - [2026-03-05 03:38:59] "POST /neutron/network HTTP/1.1" 200 631 0.109476 10.0.0.65 - - [2026-03-05 03:38:59] "POST /ref-update HTTP/1.1" 200 156 0.028561 10.0.0.65 - - [2026-03-05 03:38:59] "POST /id-to-fqname HTTP/1.1" 200 242 0.003597 10.0.0.65 - - [2026-03-05 03:38:59] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004905 10.0.0.65 - - [2026-03-05 03:38:59] "POST /neutron/network HTTP/1.1" 200 851 0.006111 10.0.0.65 - - [2026-03-05 03:38:59] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006023 10.0.0.65 - - [2026-03-05 03:38:59] "POST /id-to-fqname HTTP/1.1" 200 239 0.001297 10.0.0.65 - - [2026-03-05 03:38:59] "POST /neutron/port HTTP/1.1" 200 2134 0.020461 10.0.0.133 - - [2026-03-05 03:39:00] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001106 10.0.0.65 - - [2026-03-05 03:39:00] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.073436 10.0.0.65 - - [2026-03-05 03:39:00] "POST /neutron/network HTTP/1.1" 200 845 0.006512 10.0.0.65 - - [2026-03-05 03:39:00] "POST /neutron/port HTTP/1.1" 200 117 0.008086 10.0.0.65 - - [2026-03-05 03:39:00] "POST /id-to-fqname HTTP/1.1" 200 242 0.001557 10.0.0.65 - - [2026-03-05 03:39:01] "POST /neutron/network HTTP/1.1" 200 861 0.007659 10.0.0.65 - - [2026-03-05 03:39:01] "POST /neutron/port HTTP/1.1" 200 1079 0.052932 10.0.0.133 - - [2026-03-05 03:39:01] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002015 10.0.0.65 - - [2026-03-05 03:39:02] "POST /neutron/port HTTP/1.1" 200 1143 0.031538 10.0.0.65 - - [2026-03-05 03:39:02] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.097722 10.0.0.65 - - [2026-03-05 03:39:02] "POST /neutron/subnet HTTP/1.1" 200 703 0.009180 10.0.0.65 - - [2026-03-05 03:39:02] "POST /neutron/port HTTP/1.1" 200 3124 0.035402 10.0.0.65 - - [2026-03-05 03:39:02] "POST /id-to-fqname HTTP/1.1" 200 239 0.001157 10.0.0.65 - - [2026-03-05 03:39:02] "POST /id-to-fqname HTTP/1.1" 200 239 0.000901 10.0.0.65 - - [2026-03-05 03:39:02] "POST /neutron/port HTTP/1.1" 200 3124 0.026880 10.0.0.65 - - [2026-03-05 03:39:02] "POST /neutron/network HTTP/1.1" 200 861 0.007644 10.0.0.65 - - [2026-03-05 03:39:03] "POST /neutron/port HTTP/1.1" 200 1079 0.015481 10.0.0.133 - - [2026-03-05 03:39:03] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000844 10.0.0.65 - - [2026-03-05 03:39:03] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.073203 10.0.0.65 - - [2026-03-05 03:39:03] "POST /neutron/network HTTP/1.1" 200 845 0.006465 10.0.0.65 - - [2026-03-05 03:39:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.009085 10.0.0.65 - - [2026-03-05 03:39:03] "POST /neutron/security_group HTTP/1.1" 200 2076 0.005618 10.0.0.65 - - [2026-03-05 03:39:04] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005324 10.0.0.65 - - [2026-03-05 03:39:04] "POST /neutron/network HTTP/1.1" 200 1558 0.010416 10.0.0.65 - - [2026-03-05 03:39:04] "POST /neutron/port HTTP/1.1" 200 1079 0.019788 10.0.0.65 - - [2026-03-05 03:39:04] "GET /obj-perms HTTP/1.1" 200 5056 0.147424 10.0.0.33 - - [2026-03-05 03:39:04] "GET /obj-perms HTTP/1.1" 200 5066 0.109948 10.0.0.65 - - [2026-03-05 03:39:05] "POST /neutron/port HTTP/1.1" 200 1079 0.015103 10.0.0.65 - - [2026-03-05 03:39:05] "POST /neutron/port HTTP/1.1" 200 2134 0.025311 10.0.0.65 - - [2026-03-05 03:39:05] "GET /virtual-network/6531eb48-6e8c-4c79-a546-afc499f3a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005374 10.0.0.65 - - [2026-03-05 03:39:05] "POST /neutron/port HTTP/1.1" 200 117 0.000962 10.0.0.65 - - [2026-03-05 03:39:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.007463 10.0.0.133 - - [2026-03-05 03:39:05] "GET /obj-perms HTTP/1.1" 200 5066 0.004206 10.0.0.65 - - [2026-03-05 03:39:05] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005564 10.0.0.65 - - [2026-03-05 03:39:06] "POST /neutron/port HTTP/1.1" 200 1143 0.016225 10.0.0.65 - - [2026-03-05 03:39:06] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006752 10.0.0.65 - - [2026-03-05 03:39:06] "GET /virtual-machine/7925d504-8169-4d1a-b7cf-2fc3bb628f7b HTTP/1.1" 200 1312 0.004593 10.0.0.65 - - [2026-03-05 03:39:06] "GET /virtual-machine-interface/726ef39d-583b-4618-b654-8d4875d59bd9 HTTP/1.1" 200 3050 0.004827 10.0.0.65 - - [2026-03-05 03:39:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.65 - - [2026-03-05 03:39:06] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003201 10.0.0.65 - - [2026-03-05 03:39:06] "GET /virtual-networks?parent_id=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002870 10.0.0.65 - - [2026-03-05 03:39:06] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004949 10.0.0.65 - - [2026-03-05 03:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.65 - - [2026-03-05 03:39:09] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007288 10.0.0.133 - - [2026-03-05 03:39:11] "DELETE /project/090e9611d6ae4320aae36f8fdbf8cce3 HTTP/1.1" 404 173 0.111229 10.0.0.133 - - [2026-03-05 03:39:11] "GET /projects?obj_uuids=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001554 10.0.0.133 - - [2026-03-05 03:39:11] "GET /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1520 0.144946 10.0.0.133 - - [2026-03-05 03:39:11] "GET /projects?obj_uuids=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004114 10.0.0.133 - - [2026-03-05 03:39:11] "GET /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145?fields=security_groups HTTP/1.1" 200 1128 0.057784 10.0.0.133 - - [2026-03-05 03:39:11] "GET /projects?obj_uuids=1a67172c-fd74-4e9d-bed5-825c1ca9a145&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001061 10.0.0.133 - - [2026-03-05 03:39:11] "GET /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145?fields=application_policy_sets HTTP/1.1" 404 171 0.032169 10.0.0.133 - - [2026-03-05 03:39:11] "DELETE /project/1a67172c-fd74-4e9d-bed5-825c1ca9a145 HTTP/1.1" 404 171 0.397689 10.0.0.65 - - [2026-03-05 03:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.65 - - [2026-03-05 03:39:13] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004790 10.0.0.65 - - [2026-03-05 03:39:17] "POST /neutron/port HTTP/1.1" 200 1143 0.016528 10.0.0.65 - - [2026-03-05 03:39:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004809 10.0.0.65 - - [2026-03-05 03:39:17] "POST /neutron/network HTTP/1.1" 200 845 0.007588 10.0.0.65 - - [2026-03-05 03:39:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005677 10.0.0.65 - - [2026-03-05 03:39:17] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005172 10.0.0.65 - - [2026-03-05 03:39:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.65 - - [2026-03-05 03:39:21] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006959 10.0.0.65 - - [2026-03-05 03:39:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.65 - - [2026-03-05 03:39:26] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.006788 10.0.0.65 - - [2026-03-05 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.65 - - [2026-03-05 03:39:30] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005104 10.0.0.65 - - [2026-03-05 03:39:30] "POST /neutron/port HTTP/1.1" 200 1143 0.014256 10.0.0.65 - - [2026-03-05 03:39:31] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007442 10.0.0.65 - - [2026-03-05 03:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.65 - - [2026-03-05 03:39:32] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003955 10.0.0.65 - - [2026-03-05 03:39:32] "GET /virtual-networks?parent_id=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002828 10.0.0.65 - - [2026-03-05 03:39:32] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005737 10.0.0.65 - - [2026-03-05 03:39:36] "POST /neutron/port HTTP/1.1" 200 1143 0.014771 10.0.0.65 - - [2026-03-05 03:39:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003317 10.0.0.65 - - [2026-03-05 03:39:37] "POST /neutron/network HTTP/1.1" 200 845 0.007491 10.0.0.65 - - [2026-03-05 03:39:42] "POST /neutron/port HTTP/1.1" 200 1143 0.014540 10.0.0.65 - - [2026-03-05 03:39:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006490 10.0.0.65 - - [2026-03-05 03:39:48] "POST /neutron/port HTTP/1.1" 200 1143 0.018511 10.0.0.65 - - [2026-03-05 03:39:48] "GET /virtual-machine/69281eb7-b5e9-4768-993c-f6cf96aa89cb HTTP/1.1" 200 1312 0.005522 10.0.0.65 - - [2026-03-05 03:39:48] "GET /virtual-machine-interface/0a0e51f2-e780-41ea-aa91-d8ee4d0bdd57 HTTP/1.1" 200 3040 0.004814 10.0.0.65 - - [2026-03-05 03:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.65 - - [2026-03-05 03:39:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004491 10.0.0.65 - - [2026-03-05 03:39:48] "GET /virtual-networks?parent_id=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003278 10.0.0.65 - - [2026-03-05 03:39:48] "GET /virtual-network/6531eb48-6e8c-4c79-a546-afc499f3a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005205 10.0.0.65 - - [2026-03-05 03:39:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.65 - - [2026-03-05 03:39:49] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003200 10.0.0.65 - - [2026-03-05 03:39:49] "GET /virtual-networks?parent_id=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002943 10.0.0.65 - - [2026-03-05 03:39:49] "GET /virtual-network/6531eb48-6e8c-4c79-a546-afc499f3a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005582 10.0.0.65 - - [2026-03-05 03:39:49] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006725 10.0.0.65 - - [2026-03-05 03:39:49] "POST /neutron/port HTTP/1.1" 200 2134 0.016486 10.0.0.65 - - [2026-03-05 03:39:49] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008245 10.0.0.65 - - [2026-03-05 03:39:49] "GET /virtual-machine/f4fcde7d-6dbe-4022-b5d7-e2c17ebe8148 HTTP/1.1" 200 1590 0.005294 10.0.0.65 - - [2026-03-05 03:39:49] "GET /virtual-machine-interface/0bf29cff-627b-4f75-bf7a-c2fcbe752a66 HTTP/1.1" 200 3040 0.005934 10.0.0.65 - - [2026-03-05 03:39:49] "GET /virtual-machine-interface/1f2168b6-93b0-4f67-8c19-85c704291690 HTTP/1.1" 200 3041 0.006040 10.0.0.65 - - [2026-03-05 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.65 - - [2026-03-05 03:39:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003036 10.0.0.65 - - [2026-03-05 03:39:50] "GET /virtual-networks?parent_id=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002473 10.0.0.65 - - [2026-03-05 03:39:50] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005383 10.0.0.65 - - [2026-03-05 03:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.65 - - [2026-03-05 03:39:51] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003750 10.0.0.65 - - [2026-03-05 03:39:51] "GET /virtual-networks?parent_id=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002986 10.0.0.65 - - [2026-03-05 03:39:51] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005606 10.0.0.65 - - [2026-03-05 03:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.65 - - [2026-03-05 03:39:51] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003527 10.0.0.65 - - [2026-03-05 03:39:51] "GET /virtual-networks?parent_id=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.002511 10.0.0.65 - - [2026-03-05 03:39:51] "GET /virtual-network/6531eb48-6e8c-4c79-a546-afc499f3a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.005300 10.0.0.65 - - [2026-03-05 03:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.65 - - [2026-03-05 03:39:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003235 10.0.0.65 - - [2026-03-05 03:39:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.65 - - [2026-03-05 03:39:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003763 10.0.0.65 - - [2026-03-05 03:39:52] "PUT /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f HTTP/1.1" 200 277 0.011307 10.0.0.65 - - [2026-03-05 03:39:53] "POST /fqname-to-id HTTP/1.1" 404 217 0.003092 10.0.0.65 - - [2026-03-05 03:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005361 10.0.0.133 - - [2026-03-05 03:39:53] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000915 10.0.0.65 - - [2026-03-05 03:39:53] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.044173 10.0.0.65 - - [2026-03-05 03:39:53] "POST /network-policys HTTP/1.1" 200 541 0.028293 10.0.0.65 - - [2026-03-05 03:39:53] "GET /network-policy/09daf791-fa61-4398-83b6-6aaff47f0c2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.005221 10.0.0.65 - - [2026-03-05 03:39:53] "POST /neutron/network HTTP/1.1" 200 939 0.008616 10.0.0.65 - - [2026-03-05 03:39:53] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.004593 10.0.0.65 - - [2026-03-05 03:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.65 - - [2026-03-05 03:39:53] "GET /network-policy/09daf791-fa61-4398-83b6-6aaff47f0c2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.003689 10.0.0.65 - - [2026-03-05 03:39:53] "POST /neutron/network HTTP/1.1" 200 939 0.008352 10.0.0.65 - - [2026-03-05 03:39:53] "GET /virtual-network/6531eb48-6e8c-4c79-a546-afc499f3a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.004746 10.0.0.65 - - [2026-03-05 03:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.65 - - [2026-03-05 03:39:53] "GET /network-policy/09daf791-fa61-4398-83b6-6aaff47f0c2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.003740 10.0.0.65 - - [2026-03-05 03:39:53] "POST /fqname-to-id HTTP/1.1" 404 254 0.042309 10.0.0.65 - - [2026-03-05 03:39:53] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.004656 10.0.0.65 - - [2026-03-05 03:39:53] "POST /access-control-lists HTTP/1.1" 200 611 0.027326 10.0.0.65 - - [2026-03-05 03:39:54] "GET /obj-perms HTTP/1.1" 200 5066 0.059889 10.0.0.33 - - [2026-03-05 03:39:54] "GET /obj-perms HTTP/1.1" 200 5066 0.003859 10.0.0.65 - - [2026-03-05 03:39:54] "GET /virtual-network/6531eb48-6e8c-4c79-a546-afc499f3a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005566 10.0.0.133 - - [2026-03-05 03:39:54] "GET /obj-perms HTTP/1.1" 200 5066 0.003641 10.0.0.65 - - [2026-03-05 03:39:54] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.004957 10.0.0.65 - - [2026-03-05 03:39:55] "GET /virtual-network/6531eb48-6e8c-4c79-a546-afc499f3a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.004571 10.0.0.65 - - [2026-03-05 03:39:55] "GET /obj-perms HTTP/1.1" 200 5066 0.003450 10.0.0.33 - - [2026-03-05 03:39:55] "GET /obj-perms HTTP/1.1" 200 5066 0.002952 10.0.0.65 - - [2026-03-05 03:39:55] "GET /virtual-network/638c8f12-4597-4451-8d7c-98b8f22a0828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004992 10.0.0.133 - - [2026-03-05 03:39:56] "GET /obj-perms HTTP/1.1" 200 5066 0.003265 10.0.0.65 - - [2026-03-05 03:40:11] "GET /obj-perms HTTP/1.1" 200 5066 0.004475 10.0.0.65 - - [2026-03-05 03:40:17] "POST /neutron/network HTTP/1.1" 200 861 0.005412 10.0.0.65 - - [2026-03-05 03:40:17] "POST /neutron/port HTTP/1.1" 200 117 0.001019 10.0.0.65 - - [2026-03-05 03:40:36] "POST /neutron/port HTTP/1.1" 200 1143 0.038983 10.0.0.65 - - [2026-03-05 03:40:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.009398 10.0.0.33 - - [2026-03-05 03:41:06] "GET /obj-perms HTTP/1.1" 200 5056 0.051542 10.0.0.65 - - [2026-03-05 03:41:17] "POST /neutron/port HTTP/1.1" 200 1143 0.018391 10.0.0.65 - - [2026-03-05 03:41:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004384 10.0.0.65 - - [2026-03-05 03:41:17] "POST /neutron/network HTTP/1.1" 200 939 0.005577 10.0.0.65 - - [2026-03-05 03:41:39] "POST /neutron/network HTTP/1.1" 200 1746 0.008378 10.0.0.65 - - [2026-03-05 03:41:39] "POST /neutron/port HTTP/1.1" 200 117 0.000995 10.0.0.65 - - [2026-03-05 03:41:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.012634 10.0.0.65 - - [2026-03-05 03:42:07] "GET /obj-perms HTTP/1.1" 200 5056 0.048992 10.0.0.65 - - [2026-03-05 03:42:17] "POST /neutron/port HTTP/1.1" 200 1143 0.017252 10.0.0.65 - - [2026-03-05 03:42:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003152 10.0.0.65 - - [2026-03-05 03:42:17] "POST /neutron/network HTTP/1.1" 200 851 0.008159 10.0.0.65 - - [2026-03-05 03:42:38] "POST /neutron/network HTTP/1.1" 200 949 0.006885 10.0.0.65 - - [2026-03-05 03:42:38] "POST /neutron/port HTTP/1.1" 200 117 0.001015 10.0.0.133 - - [2026-03-05 03:43:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000594 10.0.0.133 - - [2026-03-05 03:43:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.33 - - [2026-03-05 03:43:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000412 10.0.0.33 - - [2026-03-05 03:43:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.133 - - [2026-03-05 03:43:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.133 - - [2026-03-05 03:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.33 - - [2026-03-05 03:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000570 10.0.0.33 - - [2026-03-05 03:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000372 10.0.0.65 - - [2026-03-05 03:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.65 - - [2026-03-05 03:43:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000344 10.0.0.65 - - [2026-03-05 03:43:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.65 - - [2026-03-05 03:43:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000337 10.0.0.133 - - [2026-03-05 03:43:07] "GET /obj-perms HTTP/1.1" 200 5056 0.050433 10.0.0.65 - - [2026-03-05 03:43:19] "POST /neutron/port HTTP/1.1" 200 1143 0.014627 10.0.0.65 - - [2026-03-05 03:43:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.009506 10.0.0.65 - - [2026-03-05 03:43:34] "GET /obj-perms HTTP/1.1" 200 5066 0.003580 10.0.0.65 - - [2026-03-05 03:43:36] "GET /virtual-network/6531eb48-6e8c-4c79-a546-afc499f3a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.028429 10.0.0.65 - - [2026-03-05 03:43:36] "POST /neutron/network HTTP/1.1" 200 939 0.032058 10.0.0.65 - - [2026-03-05 03:43:36] "DELETE /access-control-list/17598f95-3079-4638-a399-612c1c6f88f3 HTTP/1.1" 200 115 0.036066 10.0.0.65 - - [2026-03-05 03:43:36] "GET /virtual-network/6531eb48-6e8c-4c79-a546-afc499f3a79d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.011185 10.0.0.65 - - [2026-03-05 03:43:36] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005370 10.0.0.65 - - [2026-03-05 03:43:36] "POST /neutron/network HTTP/1.1" 200 939 0.010775 10.0.0.65 - - [2026-03-05 03:43:36] "GET /virtual-network/1eef7bb5-c7a8-455e-af59-4f8943b3db94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.006665 10.0.0.65 - - [2026-03-05 03:43:36] "DELETE /network-policy/09daf791-fa61-4398-83b6-6aaff47f0c2e HTTP/1.1" 200 115 0.030012 10.0.0.65 - - [2026-03-05 03:43:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.65 - - [2026-03-05 03:43:36] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.003451 10.0.0.65 - - [2026-03-05 03:43:36] "PUT /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f HTTP/1.1" 200 277 0.009818 10.0.0.65 - - [2026-03-05 03:43:37] "DELETE /access-control-list/6b01b797-3e1e-4283-9401-668574d1b905 HTTP/1.1" 200 115 0.031621 10.0.0.65 - - [2026-03-05 03:43:38] "POST /neutron/network HTTP/1.1" 200 851 0.005613 10.0.0.65 - - [2026-03-05 03:43:38] "POST /neutron/port HTTP/1.1" 200 1133 0.011176 10.0.0.65 - - [2026-03-05 03:43:38] "POST /neutron/port HTTP/1.1" 200 2134 0.044668 10.0.0.65 - - [2026-03-05 03:43:39] "POST /neutron/port HTTP/1.1" 200 1133 0.019680 10.0.0.65 - - [2026-03-05 03:43:39] "POST /neutron/port HTTP/1.1" 200 151 0.193902 10.0.0.65 - - [2026-03-05 03:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007478 10.0.0.65 - - [2026-03-05 03:43:40] "POST /neutron/port HTTP/1.1" 200 1143 0.017920 10.0.0.65 - - [2026-03-05 03:43:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010115 10.0.0.65 - - [2026-03-05 03:43:40] "POST /neutron/network HTTP/1.1" 200 845 0.006918 10.0.0.65 - - [2026-03-05 03:43:40] "DELETE /route-target/4bcf0c88-96e9-427b-94df-ef8cc2caf146 HTTP/1.1" 200 115 0.038027 10.0.0.65 - - [2026-03-05 03:43:41] "POST /neutron/network HTTP/1.1" 200 845 0.006026 10.0.0.65 - - [2026-03-05 03:43:41] "POST /neutron/port HTTP/1.1" 200 1133 0.011964 10.0.0.65 - - [2026-03-05 03:43:41] "POST /neutron/port HTTP/1.1" 200 1133 0.011351 10.0.0.133 - - [2026-03-05 03:43:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002906 10.0.0.133 - - [2026-03-05 03:43:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004037 10.0.0.65 - - [2026-03-05 03:43:43] "POST /neutron/network HTTP/1.1" 200 151 0.103933 10.0.0.133 - - [2026-03-05 03:43:43] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000886 10.0.0.65 - - [2026-03-05 03:43:43] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.056409 10.0.0.133 - - [2026-03-05 03:43:43] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001003 10.0.0.65 - - [2026-03-05 03:43:43] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?fields=virtual_networks HTTP/1.1" 200 1069 0.085696 10.0.0.133 - - [2026-03-05 03:43:43] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001380 10.0.0.65 - - [2026-03-05 03:43:43] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.043408 10.0.0.133 - - [2026-03-05 03:43:43] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000957 10.0.0.65 - - [2026-03-05 03:43:43] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?fields=security_groups HTTP/1.1" 200 1314 0.047733 10.0.0.65 - - [2026-03-05 03:43:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.031430 10.0.0.133 - - [2026-03-05 03:43:44] "GET /projects?obj_uuids=82139575-068e-4116-9268-35bb32a78e8f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003001 10.0.0.133 - - [2026-03-05 03:43:44] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.133 - - [2026-03-05 03:43:44] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006155 10.0.0.133 - - [2026-03-05 03:43:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.005418 10.0.0.133 - - [2026-03-05 03:43:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.005384 10.0.0.133 - - [2026-03-05 03:43:45] "POST /security-groups HTTP/1.1" 200 586 0.038310 10.0.0.65 - - [2026-03-05 03:43:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.004470 10.0.0.133 - - [2026-03-05 03:43:45] "POST /projects HTTP/1.1" 200 575 0.239881 10.0.0.133 - - [2026-03-05 03:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.309861 10.0.0.65 - - [2026-03-05 03:43:45] "POST /access-control-lists HTTP/1.1" 200 591 0.030160 10.0.0.65 - - [2026-03-05 03:43:45] "GET /project/82139575-068e-4116-9268-35bb32a78e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.451431 10.0.0.65 - - [2026-03-05 03:43:46] "GET / HTTP/1.1" 200 36215 0.001947 10.0.0.133 - - [2026-03-05 03:43:46] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000884 10.0.0.65 - - [2026-03-05 03:43:46] "GET /project/2ddec3c9-d075-47ef-bbd7-70ab863c6a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.032132 10.0.0.65 - - [2026-03-05 03:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.65 - - [2026-03-05 03:43:47] "GET /security-group/54ee01dc-46bb-4176-99ac-7850da938201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.004607 10.0.0.65 - - [2026-03-05 03:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.133 - - [2026-03-05 03:43:47] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002080 10.0.0.65 - - [2026-03-05 03:43:47] "GET /project/2ddec3c9-d075-47ef-bbd7-70ab863c6a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.039297 10.0.0.65 - - [2026-03-05 03:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.65 - - [2026-03-05 03:43:47] "GET /security-group/54ee01dc-46bb-4176-99ac-7850da938201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3710 0.005466 10.0.0.65 - - [2026-03-05 03:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.65 - - [2026-03-05 03:43:47] "PUT /security-group/54ee01dc-46bb-4176-99ac-7850da938201 HTTP/1.1" 200 263 0.013830 10.0.0.133 - - [2026-03-05 03:43:50] "GET /projects?obj_uuids=82139575-068e-4116-9268-35bb32a78e8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001064 10.0.0.65 - - [2026-03-05 03:43:50] "GET /project/82139575-068e-4116-9268-35bb32a78e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.044363 10.0.0.133 - - [2026-03-05 03:43:50] "GET /projects?obj_uuids=82139575-068e-4116-9268-35bb32a78e8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001588 10.0.0.65 - - [2026-03-05 03:43:50] "GET /project/82139575-068e-4116-9268-35bb32a78e8f?fields=virtual_networks HTTP/1.1" 200 1024 0.055363 10.0.0.133 - - [2026-03-05 03:43:50] "GET /projects?obj_uuids=82139575-068e-4116-9268-35bb32a78e8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001135 10.0.0.65 - - [2026-03-05 03:43:50] "GET /project/82139575-068e-4116-9268-35bb32a78e8f?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.040848 10.0.0.133 - - [2026-03-05 03:43:50] "GET /projects?obj_uuids=82139575-068e-4116-9268-35bb32a78e8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.65 - - [2026-03-05 03:43:50] "GET /project/82139575-068e-4116-9268-35bb32a78e8f?fields=security_groups HTTP/1.1" 200 1246 0.040335 10.0.0.65 - - [2026-03-05 03:43:51] "POST /fqname-to-id HTTP/1.1" 404 192 0.024850 10.0.0.133 - - [2026-03-05 03:43:51] "GET /projects?obj_uuids=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002886 10.0.0.133 - - [2026-03-05 03:43:51] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.133 - - [2026-03-05 03:43:51] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006742 10.0.0.133 - - [2026-03-05 03:43:51] "POST /id-to-fqname HTTP/1.1" 200 194 0.004464 10.0.0.133 - - [2026-03-05 03:43:51] "POST /fqname-to-id HTTP/1.1" 404 203 0.005846 10.0.0.133 - - [2026-03-05 03:43:51] "POST /security-groups HTTP/1.1" 200 595 0.068530 10.0.0.65 - - [2026-03-05 03:43:51] "POST /fqname-to-id HTTP/1.1" 404 238 0.004777 10.0.0.133 - - [2026-03-05 03:43:51] "POST /projects HTTP/1.1" 200 593 0.251979 10.0.0.133 - - [2026-03-05 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.320879 10.0.0.65 - - [2026-03-05 03:43:51] "POST /access-control-lists HTTP/1.1" 200 600 0.029891 10.0.0.65 - - [2026-03-05 03:43:52] "GET /project/5271bdf5-37c0-4253-a628-b0af3e6cb0d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.450726 10.0.0.65 - - [2026-03-05 03:43:53] "GET / HTTP/1.1" 200 36215 0.001652 10.0.0.65 - - [2026-03-05 03:43:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000587 10.0.0.65 - - [2026-03-05 03:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.053491 10.0.0.133 - - [2026-03-05 03:43:55] "GET /projects?obj_uuids=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000821 10.0.0.65 - - [2026-03-05 03:43:55] "GET /project/5271bdf5-37c0-4253-a628-b0af3e6cb0d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.036941 10.0.0.133 - - [2026-03-05 03:43:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004755 10.0.0.65 - - [2026-03-05 03:43:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.289508 10.0.0.65 - - [2026-03-05 03:43:55] "POST /id-to-fqname HTTP/1.1" 200 231 0.001138 10.0.0.65 - - [2026-03-05 03:43:55] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004822 10.0.0.65 - - [2026-03-05 03:43:55] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007629 10.0.0.65 - - [2026-03-05 03:43:55] "POST /neutron/network HTTP/1.1" 200 840 0.006239 10.0.0.65 - - [2026-03-05 03:43:55] "POST /id-to-fqname HTTP/1.1" 200 231 0.001215 10.0.0.133 - - [2026-03-05 03:43:56] "GET /projects?obj_uuids=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000947 10.0.0.65 - - [2026-03-05 03:43:56] "GET /project/5271bdf5-37c0-4253-a628-b0af3e6cb0d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.063970 10.0.0.65 - - [2026-03-05 03:43:56] "POST /neutron/network HTTP/1.1" 200 840 0.032359 10.0.0.65 - - [2026-03-05 03:43:56] "POST /id-to-fqname HTTP/1.1" 200 231 0.001202 10.0.0.65 - - [2026-03-05 03:43:56] "POST /neutron/port HTTP/1.1" 200 117 0.005615 10.0.0.65 - - [2026-03-05 03:43:57] "POST /neutron/port HTTP/1.1" 200 1062 0.017400 10.0.0.65 - - [2026-03-05 03:43:57] "POST /neutron/port HTTP/1.1" 200 1126 0.016842 10.0.0.65 - - [2026-03-05 03:43:57] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.133 - - [2026-03-05 03:44:12] "DELETE /project/82139575068e4116926835bb32a78e8f HTTP/1.1" 404 173 0.082329 10.0.0.133 - - [2026-03-05 03:44:12] "DELETE /project/5271bdf537c04253a628b0af3e6cb0d2 HTTP/1.1" 404 173 0.140351 10.0.0.133 - - [2026-03-05 03:44:12] "GET /projects?obj_uuids=82139575-068e-4116-9268-35bb32a78e8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002306 10.0.0.133 - - [2026-03-05 03:44:12] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000934 10.0.0.133 - - [2026-03-05 03:44:12] "GET /project/82139575-068e-4116-9268-35bb32a78e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.121342 10.0.0.133 - - [2026-03-05 03:44:12] "GET /projects?obj_uuids=82139575-068e-4116-9268-35bb32a78e8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001738 10.0.0.65 - - [2026-03-05 03:44:12] "DELETE /access-control-list/7a52b1cc-7da0-48df-8024-8a462ffbec2a HTTP/1.1" 200 115 0.075269 10.0.0.133 - - [2026-03-05 03:44:12] "GET /project/82139575-068e-4116-9268-35bb32a78e8f?fields=security_groups HTTP/1.1" 200 1348 0.050203 10.0.0.133 - - [2026-03-05 03:44:12] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.173148 10.0.0.133 - - [2026-03-05 03:44:12] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001529 10.0.0.133 - - [2026-03-05 03:44:12] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?fields=security_groups HTTP/1.1" 200 1137 0.067687 10.0.0.133 - - [2026-03-05 03:44:12] "DELETE /security-group/12322e1c-1da3-4882-93fa-03a771558902 HTTP/1.1" 200 115 0.078793 10.0.0.133 - - [2026-03-05 03:44:12] "GET /projects?obj_uuids=82139575-068e-4116-9268-35bb32a78e8f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000850 10.0.0.133 - - [2026-03-05 03:44:12] "GET /projects?obj_uuids=090e9611-d6ae-4320-aae3-6f8fdbf8cce3&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001585 10.0.0.133 - - [2026-03-05 03:44:12] "GET /project/82139575-068e-4116-9268-35bb32a78e8f?fields=application_policy_sets HTTP/1.1" 200 1387 0.067109 10.0.0.133 - - [2026-03-05 03:44:12] "GET /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3?fields=application_policy_sets HTTP/1.1" 200 1137 0.116575 10.0.0.65 - - [2026-03-05 03:44:12] "DELETE /access-control-list/d81ebd63-03a5-4466-aa99-8d07f1fe80d5 HTTP/1.1" 200 115 0.071036 10.0.0.133 - - [2026-03-05 03:44:12] "DELETE /project/090e9611-d6ae-4320-aae3-6f8fdbf8cce3 HTTP/1.1" 404 190 0.645935 10.0.0.133 - - [2026-03-05 03:44:12] "DELETE /project/82139575-068e-4116-9268-35bb32a78e8f HTTP/1.1" 200 115 0.698746 10.0.0.65 - - [2026-03-05 03:44:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.031322 10.0.0.133 - - [2026-03-05 03:44:17] "GET /projects?obj_uuids=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001509 10.0.0.65 - - [2026-03-05 03:44:17] "GET /project/5271bdf5-37c0-4253-a628-b0af3e6cb0d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.084228 10.0.0.65 - - [2026-03-05 03:44:17] "POST /neutron/port HTTP/1.1" 200 1126 0.019160 10.0.0.65 - - [2026-03-05 03:44:17] "POST /neutron/port HTTP/1.1" 200 1126 0.020047 10.0.0.65 - - [2026-03-05 03:44:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007897 10.0.0.65 - - [2026-03-05 03:44:17] "GET /virtual-machine/9fd4bcc1-1f43-43a0-ab0d-5198e769a65a HTTP/1.1" 401 292 0.000366 10.0.0.65 - - [2026-03-05 03:44:18] "POST /neutron/network HTTP/1.1" 200 850 0.005168 10.0.0.65 - - [2026-03-05 03:44:18] "GET /virtual-machine/9fd4bcc1-1f43-43a0-ab0d-5198e769a65a HTTP/1.1" 200 1299 0.161069 10.0.0.65 - - [2026-03-05 03:44:18] "GET /virtual-machine-interface/186c9e8b-17a5-45f8-a430-4fb69aa14ffe HTTP/1.1" 200 2989 0.004979 10.0.0.65 - - [2026-03-05 03:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.012291 10.0.0.65 - - [2026-03-05 03:44:18] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.012583 10.0.0.65 - - [2026-03-05 03:44:18] "GET /virtual-networks?parent_id=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002974 10.0.0.65 - - [2026-03-05 03:44:18] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004928 10.0.0.65 - - [2026-03-05 03:44:18] "POST /neutron/port HTTP/1.1" 200 1062 0.053644 10.0.0.65 - - [2026-03-05 03:44:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004559 10.0.0.65 - - [2026-03-05 03:44:19] "POST /neutron/network HTTP/1.1" 200 840 0.012797 10.0.0.65 - - [2026-03-05 03:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.65 - - [2026-03-05 03:44:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.009308 10.0.0.65 - - [2026-03-05 03:44:19] "GET /virtual-networks?parent_id=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002897 10.0.0.65 - - [2026-03-05 03:44:19] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004910 10.0.0.65 - - [2026-03-05 03:44:25] "POST /neutron/port HTTP/1.1" 200 1126 0.035078 10.0.0.65 - - [2026-03-05 03:44:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006797 10.0.0.65 - - [2026-03-05 03:44:40] "POST /neutron/port HTTP/1.1" 200 1126 0.016953 10.0.0.65 - - [2026-03-05 03:44:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007156 10.0.0.65 - - [2026-03-05 03:44:55] "POST /neutron/port HTTP/1.1" 200 1126 0.014064 10.0.0.65 - - [2026-03-05 03:44:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006753 10.0.0.65 - - [2026-03-05 03:44:55] "GET /virtual-machine/9bee910e-3302-40a1-8239-2ae6f887b8ad HTTP/1.1" 200 1298 0.004848 10.0.0.65 - - [2026-03-05 03:44:55] "GET /virtual-machine-interface/b600016f-73d6-4976-97ea-1fbd4da7907c HTTP/1.1" 200 2990 0.004704 10.0.0.65 - - [2026-03-05 03:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.65 - - [2026-03-05 03:44:55] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003304 10.0.0.65 - - [2026-03-05 03:44:55] "GET /virtual-networks?parent_id=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002442 10.0.0.65 - - [2026-03-05 03:44:55] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005037 10.0.0.65 - - [2026-03-05 03:44:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.65 - - [2026-03-05 03:44:59] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004952 10.0.0.65 - - [2026-03-05 03:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.65 - - [2026-03-05 03:45:03] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005191 10.0.0.65 - - [2026-03-05 03:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.65 - - [2026-03-05 03:45:07] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004820 10.0.0.65 - - [2026-03-05 03:45:09] "GET /obj-perms HTTP/1.1" 200 5056 0.052985 10.0.0.65 - - [2026-03-05 03:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.65 - - [2026-03-05 03:45:11] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004555 10.0.0.65 - - [2026-03-05 03:45:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.65 - - [2026-03-05 03:45:15] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009028 10.0.0.65 - - [2026-03-05 03:45:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.65 - - [2026-03-05 03:45:19] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005452 10.0.0.65 - - [2026-03-05 03:45:21] "POST /neutron/port HTTP/1.1" 200 1126 0.016129 10.0.0.65 - - [2026-03-05 03:45:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003091 10.0.0.65 - - [2026-03-05 03:45:21] "POST /neutron/network HTTP/1.1" 200 840 0.006717 10.0.0.65 - - [2026-03-05 03:45:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.65 - - [2026-03-05 03:45:23] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007116 10.0.0.65 - - [2026-03-05 03:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.65 - - [2026-03-05 03:45:27] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004729 10.0.0.65 - - [2026-03-05 03:45:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.65 - - [2026-03-05 03:45:31] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005038 10.0.0.65 - - [2026-03-05 03:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.65 - - [2026-03-05 03:45:35] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005955 10.0.0.65 - - [2026-03-05 03:45:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.65 - - [2026-03-05 03:45:40] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005147 10.0.0.65 - - [2026-03-05 03:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.65 - - [2026-03-05 03:45:44] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006079 10.0.0.65 - - [2026-03-05 03:45:45] "POST /neutron/network HTTP/1.1" 200 850 0.031389 10.0.0.65 - - [2026-03-05 03:45:45] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.65 - - [2026-03-05 03:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.65 - - [2026-03-05 03:45:48] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.009228 10.0.0.65 - - [2026-03-05 03:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.65 - - [2026-03-05 03:45:52] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005196 10.0.0.65 - - [2026-03-05 03:45:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.65 - - [2026-03-05 03:45:56] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005713 10.0.0.65 - - [2026-03-05 03:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.65 - - [2026-03-05 03:46:00] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004779 10.0.0.65 - - [2026-03-05 03:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.65 - - [2026-03-05 03:46:04] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005052 10.0.0.65 - - [2026-03-05 03:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.65 - - [2026-03-05 03:46:08] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004703 10.0.0.33 - - [2026-03-05 03:46:09] "GET /obj-perms HTTP/1.1" 200 5056 0.062655 10.0.0.133 - - [2026-03-05 03:46:10] "GET /obj-perms HTTP/1.1" 200 5056 0.046132 10.0.0.65 - - [2026-03-05 03:46:10] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006660 10.0.0.65 - - [2026-03-05 03:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.65 - - [2026-03-05 03:46:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003600 10.0.0.65 - - [2026-03-05 03:46:12] "GET /virtual-networks?parent_id=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003535 10.0.0.65 - - [2026-03-05 03:46:12] "GET /virtual-network/3c07382a-b5a0-4523-b8dd-7d761f1793ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005858 10.0.0.65 - - [2026-03-05 03:46:18] "POST /neutron/port HTTP/1.1" 200 1126 0.018948 10.0.0.65 - - [2026-03-05 03:46:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006053 10.0.0.65 - - [2026-03-05 03:46:23] "POST /neutron/network HTTP/1.1" 200 850 0.006148 10.0.0.65 - - [2026-03-05 03:46:23] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.65 - - [2026-03-05 03:46:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007685 10.0.0.65 - - [2026-03-05 03:46:38] "POST /neutron/port HTTP/1.1" 200 1126 0.015782 10.0.0.65 - - [2026-03-05 03:46:43] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006364 10.0.0.65 - - [2026-03-05 03:46:46] "POST /neutron/network HTTP/1.1" 200 850 0.007438 10.0.0.65 - - [2026-03-05 03:46:46] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.65 - - [2026-03-05 03:46:49] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006425 10.0.0.65 - - [2026-03-05 03:46:59] "POST /neutron/port HTTP/1.1" 200 1126 0.015538 10.0.0.65 - - [2026-03-05 03:47:04] "POST /fqname-to-id HTTP/1.1" 404 240 0.002801 10.0.0.65 - - [2026-03-05 03:47:04] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.029261 10.0.0.65 - - [2026-03-05 03:47:05] "GET /bgp-as-a-service/9d4f213d-311b-47ef-9c79-3b58db6526fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1623 0.006208 10.0.0.65 - - [2026-03-05 03:47:05] "GET /virtual-machine-interface/b600016f-73d6-4976-97ea-1fbd4da7907c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.004878 10.0.0.65 - - [2026-03-05 03:47:05] "POST /ref-update HTTP/1.1" 200 156 0.010216 10.0.0.65 - - [2026-03-05 03:47:05] "POST /neutron/subnet HTTP/1.1" 200 715 0.007776 10.0.0.65 - - [2026-03-05 03:47:05] "POST /ref-update HTTP/1.1" 200 156 0.072197 10.0.0.65 - - [2026-03-05 03:47:25] "POST /neutron/port HTTP/1.1" 200 1126 0.016778 10.0.0.65 - - [2026-03-05 03:47:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003155 10.0.0.65 - - [2026-03-05 03:47:25] "POST /neutron/network HTTP/1.1" 200 840 0.006109 10.0.0.65 - - [2026-03-05 03:47:38] "GET /bgp-as-a-service/9d4f213d-311b-47ef-9c79-3b58db6526fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2252 0.005542 10.0.0.65 - - [2026-03-05 03:47:38] "GET /virtual-machine-interface/b600016f-73d6-4976-97ea-1fbd4da7907c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.004805 10.0.0.65 - - [2026-03-05 03:47:38] "POST /ref-update HTTP/1.1" 200 156 0.012525 10.0.0.65 - - [2026-03-05 03:47:38] "POST /ref-update HTTP/1.1" 200 156 0.015815 10.0.0.65 - - [2026-03-05 03:47:38] "DELETE /bgp-as-a-service/9d4f213d-311b-47ef-9c79-3b58db6526fc HTTP/1.1" 200 115 0.042555 10.0.0.65 - - [2026-03-05 03:47:39] "POST /neutron/port HTTP/1.1" 200 1126 0.017759 10.0.0.65 - - [2026-03-05 03:47:39] "POST /neutron/port HTTP/1.1" 200 151 0.217314 10.0.0.65 - - [2026-03-05 03:47:40] "POST /neutron/network HTTP/1.1" 200 840 0.006383 10.0.0.65 - - [2026-03-05 03:47:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.133 - - [2026-03-05 03:47:42] "GET /projects?obj_uuids=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000852 10.0.0.65 - - [2026-03-05 03:47:42] "GET /project/5271bdf5-37c0-4253-a628-b0af3e6cb0d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.044755 10.0.0.133 - - [2026-03-05 03:47:42] "GET /projects?obj_uuids=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000822 10.0.0.65 - - [2026-03-05 03:47:42] "GET /project/5271bdf5-37c0-4253-a628-b0af3e6cb0d2?fields=virtual_networks HTTP/1.1" 200 1042 0.047035 10.0.0.133 - - [2026-03-05 03:47:42] "GET /projects?obj_uuids=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000861 10.0.0.65 - - [2026-03-05 03:47:42] "GET /project/5271bdf5-37c0-4253-a628-b0af3e6cb0d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.047410 10.0.0.133 - - [2026-03-05 03:47:42] "GET /projects?obj_uuids=5271bdf5-37c0-4253-a628-b0af3e6cb0d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000892 10.0.0.65 - - [2026-03-05 03:47:42] "GET /project/5271bdf5-37c0-4253-a628-b0af3e6cb0d2?fields=security_groups HTTP/1.1" 200 1273 0.037695 10.0.0.65 - - [2026-03-05 03:47:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.027350 10.0.0.133 - - [2026-03-05 03:47:43] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002552 10.0.0.133 - - [2026-03-05 03:47:43] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.133 - - [2026-03-05 03:47:43] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006168 10.0.0.133 - - [2026-03-05 03:47:43] "POST /id-to-fqname HTTP/1.1" 200 191 0.003395 10.0.0.133 - - [2026-03-05 03:47:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.005775 10.0.0.133 - - [2026-03-05 03:47:43] "POST /security-groups HTTP/1.1" 200 592 0.024787 10.0.0.133 - - [2026-03-05 03:47:43] "POST /projects HTTP/1.1" 200 587 0.211827 10.0.0.65 - - [2026-03-05 03:47:43] "POST /access-control-lists HTTP/1.1" 200 599 0.021795 10.0.0.133 - - [2026-03-05 03:47:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.280979 10.0.0.65 - - [2026-03-05 03:47:43] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.413106 10.0.0.65 - - [2026-03-05 03:47:44] "GET / HTTP/1.1" 200 36215 0.001455 10.0.0.65 - - [2026-03-05 03:47:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000431 10.0.0.65 - - [2026-03-05 03:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.065914 10.0.0.133 - - [2026-03-05 03:47:47] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.65 - - [2026-03-05 03:47:47] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043020 10.0.0.133 - - [2026-03-05 03:47:47] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001343 10.0.0.65 - - [2026-03-05 03:47:47] "POST /neutron/network HTTP/1.1" 200 614 0.143142 10.0.0.65 - - [2026-03-05 03:47:47] "POST /route-targets HTTP/1.1" 200 328 0.014575 10.0.0.65 - - [2026-03-05 03:47:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.002673 10.0.0.65 - - [2026-03-05 03:47:47] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005518 10.0.0.65 - - [2026-03-05 03:47:47] "POST /neutron/network HTTP/1.1" 200 832 0.004868 10.0.0.65 - - [2026-03-05 03:47:47] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008678 10.0.0.65 - - [2026-03-05 03:47:47] "POST /id-to-fqname HTTP/1.1" 200 225 0.001136 10.0.0.65 - - [2026-03-05 03:47:47] "POST /neutron/network HTTP/1.1" 200 842 0.005278 10.0.0.133 - - [2026-03-05 03:47:48] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001286 10.0.0.65 - - [2026-03-05 03:47:48] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.068593 10.0.0.65 - - [2026-03-05 03:47:48] "POST /neutron/port HTTP/1.1" 200 117 0.005516 10.0.0.65 - - [2026-03-05 03:47:48] "POST /id-to-fqname HTTP/1.1" 200 225 0.001431 10.0.0.65 - - [2026-03-05 03:47:49] "POST /neutron/network HTTP/1.1" 200 842 0.005656 10.0.0.133 - - [2026-03-05 03:47:49] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000882 10.0.0.65 - - [2026-03-05 03:47:49] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.086736 10.0.0.65 - - [2026-03-05 03:47:49] "POST /neutron/network HTTP/1.1" 200 832 0.005101 10.0.0.65 - - [2026-03-05 03:47:50] "POST /neutron/port HTTP/1.1" 200 1124 0.045613 10.0.0.65 - - [2026-03-05 03:47:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004115 10.0.0.65 - - [2026-03-05 03:47:50] "POST /id-to-fqname HTTP/1.1" 200 225 0.002427 10.0.0.65 - - [2026-03-05 03:47:50] "POST /neutron/port HTTP/1.1" 200 117 0.001062 10.0.0.65 - - [2026-03-05 03:47:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010859 10.0.0.133 - - [2026-03-05 03:47:50] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001285 10.0.0.65 - - [2026-03-05 03:47:50] "POST /neutron/port HTTP/1.1" 200 1060 0.415004 10.0.0.65 - - [2026-03-05 03:47:51] "POST /neutron/port HTTP/1.1" 200 1114 0.168710 10.0.0.133 - - [2026-03-05 03:47:51] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000848 10.0.0.65 - - [2026-03-05 03:47:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.009078 10.0.0.65 - - [2026-03-05 03:47:51] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.097811 10.0.0.65 - - [2026-03-05 03:47:51] "POST /neutron/network HTTP/1.1" 200 832 0.014428 10.0.0.65 - - [2026-03-05 03:47:51] "POST /neutron/port HTTP/1.1" 200 117 0.011875 10.0.0.65 - - [2026-03-05 03:47:52] "POST /neutron/network HTTP/1.1" 200 842 0.006391 10.0.0.65 - - [2026-03-05 03:47:53] "POST /neutron/port HTTP/1.1" 200 1060 0.034848 10.0.0.65 - - [2026-03-05 03:47:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004892 10.0.0.65 - - [2026-03-05 03:47:53] "POST /neutron/network HTTP/1.1" 200 832 0.016727 10.0.0.65 - - [2026-03-05 03:48:02] "POST /neutron/port HTTP/1.1" 200 1124 0.015717 10.0.0.133 - - [2026-03-05 03:48:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000396 10.0.0.133 - - [2026-03-05 03:48:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000362 10.0.0.33 - - [2026-03-05 03:48:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000365 10.0.0.33 - - [2026-03-05 03:48:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.133 - - [2026-03-05 03:48:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.133 - - [2026-03-05 03:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.33 - - [2026-03-05 03:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000356 10.0.0.33 - - [2026-03-05 03:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.65 - - [2026-03-05 03:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.65 - - [2026-03-05 03:48:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.65 - - [2026-03-05 03:48:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.65 - - [2026-03-05 03:48:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000366 10.0.0.65 - - [2026-03-05 03:48:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006696 10.0.0.65 - - [2026-03-05 03:48:12] "DELETE /access-control-list/23581358-61cf-4381-b5a0-58527e399668 HTTP/1.1" 200 115 0.045114 10.0.0.133 - - [2026-03-05 03:48:13] "DELETE /project/5271bdf5-37c0-4253-a628-b0af3e6cb0d2 HTTP/1.1" 404 177 0.002347 10.0.0.133 - - [2026-03-05 03:48:13] "DELETE /project/e7fa82cfba204dd08c5b56adda44461d HTTP/1.1" 404 173 0.004510 10.0.0.65 - - [2026-03-05 03:48:17] "POST /neutron/port HTTP/1.1" 200 1124 0.016716 10.0.0.65 - - [2026-03-05 03:48:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008097 10.0.0.65 - - [2026-03-05 03:48:26] "POST /neutron/network HTTP/1.1" 200 842 0.007298 10.0.0.65 - - [2026-03-05 03:48:26] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.65 - - [2026-03-05 03:48:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006236 10.0.0.65 - - [2026-03-05 03:48:27] "POST /neutron/port HTTP/1.1" 200 1124 0.015262 10.0.0.65 - - [2026-03-05 03:48:27] "GET /virtual-machine/8269c65b-5f4a-46dc-8ec9-d28a69c92c7a HTTP/1.1" 401 292 0.000368 10.0.0.65 - - [2026-03-05 03:48:28] "GET /virtual-machine/8269c65b-5f4a-46dc-8ec9-d28a69c92c7a HTTP/1.1" 200 1295 0.033393 10.0.0.65 - - [2026-03-05 03:48:28] "GET /virtual-machine-interface/e7d81c75-dc57-4801-9050-8348ce54a270 HTTP/1.1" 200 2966 0.005192 10.0.0.65 - - [2026-03-05 03:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.65 - - [2026-03-05 03:48:28] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003249 10.0.0.65 - - [2026-03-05 03:48:28] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002516 10.0.0.65 - - [2026-03-05 03:48:28] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005457 10.0.0.65 - - [2026-03-05 03:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.65 - - [2026-03-05 03:48:31] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007411 10.0.0.65 - - [2026-03-05 03:48:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.65 - - [2026-03-05 03:48:35] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005170 10.0.0.65 - - [2026-03-05 03:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.65 - - [2026-03-05 03:48:39] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010173 10.0.0.65 - - [2026-03-05 03:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.65 - - [2026-03-05 03:48:43] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005409 10.0.0.65 - - [2026-03-05 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.65 - - [2026-03-05 03:48:47] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004793 10.0.0.65 - - [2026-03-05 03:48:48] "POST /neutron/port HTTP/1.1" 200 1124 0.014328 10.0.0.65 - - [2026-03-05 03:48:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.008770 10.0.0.65 - - [2026-03-05 03:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.65 - - [2026-03-05 03:48:51] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004519 10.0.0.65 - - [2026-03-05 03:48:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.65 - - [2026-03-05 03:48:55] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006450 10.0.0.65 - - [2026-03-05 03:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.65 - - [2026-03-05 03:48:59] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005160 10.0.0.65 - - [2026-03-05 03:49:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.65 - - [2026-03-05 03:49:03] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006575 10.0.0.65 - - [2026-03-05 03:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.65 - - [2026-03-05 03:49:08] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006849 10.0.0.65 - - [2026-03-05 03:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.65 - - [2026-03-05 03:49:12] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005679 10.0.0.65 - - [2026-03-05 03:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.65 - - [2026-03-05 03:49:16] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004420 10.0.0.65 - - [2026-03-05 03:49:19] "POST /neutron/port HTTP/1.1" 200 1124 0.041597 10.0.0.65 - - [2026-03-05 03:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.65 - - [2026-03-05 03:49:20] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005141 10.0.0.65 - - [2026-03-05 03:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.65 - - [2026-03-05 03:49:24] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005341 10.0.0.65 - - [2026-03-05 03:49:27] "POST /neutron/port HTTP/1.1" 200 1124 0.035387 10.0.0.65 - - [2026-03-05 03:49:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.007744 10.0.0.65 - - [2026-03-05 03:49:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.65 - - [2026-03-05 03:49:28] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004786 10.0.0.65 - - [2026-03-05 03:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.65 - - [2026-03-05 03:49:32] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006175 10.0.0.65 - - [2026-03-05 03:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.65 - - [2026-03-05 03:49:36] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005341 10.0.0.65 - - [2026-03-05 03:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.65 - - [2026-03-05 03:49:40] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005507 10.0.0.65 - - [2026-03-05 03:49:44] "POST /neutron/port HTTP/1.1" 200 1124 0.015437 10.0.0.65 - - [2026-03-05 03:49:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.65 - - [2026-03-05 03:49:44] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004812 10.0.0.65 - - [2026-03-05 03:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.65 - - [2026-03-05 03:49:47] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005503 10.0.0.65 - - [2026-03-05 03:49:47] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003204 10.0.0.65 - - [2026-03-05 03:49:47] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005065 10.0.0.65 - - [2026-03-05 03:49:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008922 10.0.0.65 - - [2026-03-05 03:49:50] "POST /neutron/port HTTP/1.1" 200 1124 0.022785 10.0.0.65 - - [2026-03-05 03:49:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004576 10.0.0.65 - - [2026-03-05 03:49:50] "POST /neutron/network HTTP/1.1" 200 832 0.007211 10.0.0.65 - - [2026-03-05 03:49:57] "POST /neutron/port HTTP/1.1" 200 1124 0.020573 10.0.0.65 - - [2026-03-05 03:50:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006747 10.0.0.65 - - [2026-03-05 03:50:12] "GET /obj-perms HTTP/1.1" 200 5056 0.049025 10.0.0.33 - - [2026-03-05 03:50:12] "GET /obj-perms HTTP/1.1" 200 5056 0.045870 10.0.0.65 - - [2026-03-05 03:50:13] "POST /neutron/port HTTP/1.1" 200 1124 0.015474 10.0.0.65 - - [2026-03-05 03:50:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006782 10.0.0.65 - - [2026-03-05 03:50:27] "POST /neutron/port HTTP/1.1" 200 1124 0.016015 10.0.0.65 - - [2026-03-05 03:50:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003125 10.0.0.65 - - [2026-03-05 03:50:27] "POST /neutron/network HTTP/1.1" 200 832 0.006552 10.0.0.65 - - [2026-03-05 03:50:33] "POST /neutron/port HTTP/1.1" 200 1124 0.015208 10.0.0.65 - - [2026-03-05 03:50:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010738 10.0.0.65 - - [2026-03-05 03:50:39] "POST /neutron/port HTTP/1.1" 200 1124 0.014638 10.0.0.65 - - [2026-03-05 03:50:39] "GET /virtual-machine/fec86616-6820-4e1a-be2c-7a32261ecff3 HTTP/1.1" 200 1296 0.005189 10.0.0.65 - - [2026-03-05 03:50:39] "GET /virtual-machine-interface/e77d61b1-d8ae-4810-abf5-47c613be96f9 HTTP/1.1" 200 2966 0.005056 10.0.0.65 - - [2026-03-05 03:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.65 - - [2026-03-05 03:50:39] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003661 10.0.0.65 - - [2026-03-05 03:50:39] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002940 10.0.0.65 - - [2026-03-05 03:50:39] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006272 10.0.0.65 - - [2026-03-05 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.65 - - [2026-03-05 03:50:40] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002978 10.0.0.65 - - [2026-03-05 03:50:40] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002662 10.0.0.65 - - [2026-03-05 03:50:40] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005434 10.0.0.65 - - [2026-03-05 03:50:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006860 10.0.0.65 - - [2026-03-05 03:50:40] "POST /neutron/port HTTP/1.1" 200 1124 0.021963 10.0.0.65 - - [2026-03-05 03:50:40] "GET /virtual-machine/22675d92-585f-4530-b785-678f0d77d0ed HTTP/1.1" 200 1295 0.005044 10.0.0.65 - - [2026-03-05 03:50:40] "GET /virtual-machine-interface/05dd8139-8495-4479-93ff-9c92201833bc HTTP/1.1" 200 2964 0.004545 10.0.0.65 - - [2026-03-05 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.65 - - [2026-03-05 03:50:40] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002822 10.0.0.65 - - [2026-03-05 03:50:40] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002416 10.0.0.65 - - [2026-03-05 03:50:40] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006243 10.0.0.65 - - [2026-03-05 03:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.65 - - [2026-03-05 03:50:41] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004851 10.0.0.65 - - [2026-03-05 03:50:41] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003108 10.0.0.65 - - [2026-03-05 03:50:41] "GET /virtual-network/2b6e7656-1900-4dbb-afb1-1bf04dfb050a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005668 10.0.0.65 - - [2026-03-05 03:50:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.010541 10.0.0.65 - - [2026-03-05 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.65 - - [2026-03-05 03:50:42] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.014904 10.0.0.65 - - [2026-03-05 03:50:42] "POST /control-node-zones HTTP/1.1" 200 571 0.032871 10.0.0.65 - - [2026-03-05 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.65 - - [2026-03-05 03:50:42] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005120 10.0.0.65 - - [2026-03-05 03:50:42] "GET /control-node-zone/bb9e27c8-5169-4fb2-a6bc-0d274656ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005910 10.0.0.65 - - [2026-03-05 03:50:42] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.023900 10.0.0.65 - - [2026-03-05 03:50:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.002709 10.0.0.65 - - [2026-03-05 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.65 - - [2026-03-05 03:50:42] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.005853 10.0.0.65 - - [2026-03-05 03:50:42] "POST /control-node-zones HTTP/1.1" 200 571 0.023520 10.0.0.65 - - [2026-03-05 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.65 - - [2026-03-05 03:50:42] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.004247 10.0.0.65 - - [2026-03-05 03:50:42] "GET /control-node-zone/3b2bc8ae-489a-4cc3-8d1c-62a0af53863c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006613 10.0.0.65 - - [2026-03-05 03:50:42] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.020510 10.0.0.65 - - [2026-03-05 03:50:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.002812 10.0.0.65 - - [2026-03-05 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.65 - - [2026-03-05 03:50:42] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006754 10.0.0.65 - - [2026-03-05 03:50:42] "POST /control-node-zones HTTP/1.1" 200 571 0.022451 10.0.0.65 - - [2026-03-05 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.65 - - [2026-03-05 03:50:42] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004503 10.0.0.65 - - [2026-03-05 03:50:43] "GET /control-node-zone/36a384ae-1904-4ed9-80ef-4b6104fc9e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004918 10.0.0.65 - - [2026-03-05 03:50:43] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.017889 10.0.0.65 - - [2026-03-05 03:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.65 - - [2026-03-05 03:50:43] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007268 10.0.0.65 - - [2026-03-05 03:50:43] "POST /fqname-to-id HTTP/1.1" 404 234 0.004373 10.0.0.65 - - [2026-03-05 03:50:43] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.025240 10.0.0.65 - - [2026-03-05 03:50:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.007608 10.0.0.65 - - [2026-03-05 03:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.65 - - [2026-03-05 03:50:43] "GET /bgp-as-a-service/ca8c71e7-769a-410e-962b-92dbec43d1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.005625 10.0.0.65 - - [2026-03-05 03:50:43] "GET /control-node-zone/bb9e27c8-5169-4fb2-a6bc-0d274656ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003573 10.0.0.65 - - [2026-03-05 03:50:43] "POST /ref-update HTTP/1.1" 200 156 0.013416 10.0.0.65 - - [2026-03-05 03:50:51] "POST /neutron/port HTTP/1.1" 200 1124 0.047056 10.0.0.65 - - [2026-03-05 03:50:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003937 10.0.0.65 - - [2026-03-05 03:50:51] "POST /neutron/network HTTP/1.1" 200 832 0.005820 10.0.0.65 - - [2026-03-05 03:51:01] "GET /bgp-as-a-service/ca8c71e7-769a-410e-962b-92dbec43d1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.008252 10.0.0.65 - - [2026-03-05 03:51:01] "GET /virtual-machine-interface/e7d81c75-dc57-4801-9050-8348ce54a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.006407 10.0.0.65 - - [2026-03-05 03:51:01] "POST /ref-update HTTP/1.1" 200 156 0.015126 10.0.0.65 - - [2026-03-05 03:51:02] "POST /ref-update HTTP/1.1" 200 156 0.030700 10.0.0.65 - - [2026-03-05 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.65 - - [2026-03-05 03:51:03] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.005097 10.0.0.65 - - [2026-03-05 03:51:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.002113 10.0.0.65 - - [2026-03-05 03:51:03] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.025137 10.0.0.65 - - [2026-03-05 03:51:03] "POST /neutron/network HTTP/1.1" 200 832 0.005267 10.0.0.65 - - [2026-03-05 03:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.65 - - [2026-03-05 03:51:03] "GET /bgp-as-a-service/afeb1348-ef4d-40cc-add3-f29d04654a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.004441 10.0.0.65 - - [2026-03-05 03:51:03] "GET /control-node-zone/3b2bc8ae-489a-4cc3-8d1c-62a0af53863c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006340 10.0.0.65 - - [2026-03-05 03:51:03] "POST /ref-update HTTP/1.1" 200 156 0.013427 10.0.0.65 - - [2026-03-05 03:51:12] "GET /bgp-as-a-service/afeb1348-ef4d-40cc-add3-f29d04654a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1841 0.007782 10.0.0.65 - - [2026-03-05 03:51:12] "GET /virtual-machine-interface/e77d61b1-d8ae-4810-abf5-47c613be96f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.005754 10.0.0.65 - - [2026-03-05 03:51:12] "POST /ref-update HTTP/1.1" 200 156 0.011958 10.0.0.65 - - [2026-03-05 03:51:12] "POST /bgp-routers HTTP/1.1" 200 642 0.031600 10.0.0.65 - - [2026-03-05 03:51:13] "PUT /bgp-router/f1d9b6bf-1aee-4e81-9f75-840fa2fe4175 HTTP/1.1" 200 255 0.025904 10.0.0.133 - - [2026-03-05 03:51:13] "GET /obj-perms HTTP/1.1" 200 5056 0.143698 10.0.0.65 - - [2026-03-05 03:51:27] "POST /neutron/port HTTP/1.1" 200 1124 0.017110 10.0.0.65 - - [2026-03-05 03:51:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.007738 10.0.0.65 - - [2026-03-05 03:51:32] "GET /control-node-zone/bb9e27c8-5169-4fb2-a6bc-0d274656ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003819 10.0.0.65 - - [2026-03-05 03:51:32] "POST /ref-update HTTP/1.1" 200 156 0.014383 10.0.0.65 - - [2026-03-05 03:51:32] "GET /control-node-zone/3b2bc8ae-489a-4cc3-8d1c-62a0af53863c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003965 10.0.0.65 - - [2026-03-05 03:51:32] "POST /ref-update HTTP/1.1" 200 156 0.017121 10.0.0.65 - - [2026-03-05 03:51:32] "GET /control-node-zone/36a384ae-1904-4ed9-80ef-4b6104fc9e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003972 10.0.0.65 - - [2026-03-05 03:51:32] "POST /ref-update HTTP/1.1" 200 156 0.016300 10.0.0.65 - - [2026-03-05 03:51:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.65 - - [2026-03-05 03:51:32] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004170 10.0.0.65 - - [2026-03-05 03:51:32] "GET /control-node-zone/bb9e27c8-5169-4fb2-a6bc-0d274656ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003085 10.0.0.65 - - [2026-03-05 03:51:33] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.020967 10.0.0.65 - - [2026-03-05 03:51:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.65 - - [2026-03-05 03:51:33] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.004648 10.0.0.65 - - [2026-03-05 03:51:33] "GET /control-node-zone/3b2bc8ae-489a-4cc3-8d1c-62a0af53863c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.002689 10.0.0.65 - - [2026-03-05 03:51:33] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.016738 10.0.0.65 - - [2026-03-05 03:51:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.65 - - [2026-03-05 03:51:33] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004359 10.0.0.65 - - [2026-03-05 03:51:33] "GET /control-node-zone/36a384ae-1904-4ed9-80ef-4b6104fc9e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004016 10.0.0.65 - - [2026-03-05 03:51:33] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.017626 10.0.0.65 - - [2026-03-05 03:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.65 - - [2026-03-05 03:51:45] "GET /bgp-as-a-service/ca8c71e7-769a-410e-962b-92dbec43d1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2451 0.006561 10.0.0.65 - - [2026-03-05 03:51:45] "GET /control-node-zone/bb9e27c8-5169-4fb2-a6bc-0d274656ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004096 10.0.0.65 - - [2026-03-05 03:51:45] "POST /ref-update HTTP/1.1" 200 156 0.020327 10.0.0.65 - - [2026-03-05 03:51:45] "GET /control-node-zone/bb9e27c8-5169-4fb2-a6bc-0d274656ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003835 10.0.0.65 - - [2026-03-05 03:51:45] "POST /ref-update HTTP/1.1" 200 156 0.018308 10.0.0.65 - - [2026-03-05 03:51:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.65 - - [2026-03-05 03:51:46] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.005960 10.0.0.65 - - [2026-03-05 03:51:46] "POST /neutron/network HTTP/1.1" 200 832 0.008787 10.0.0.65 - - [2026-03-05 03:51:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.007764 10.0.0.65 - - [2026-03-05 03:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.65 - - [2026-03-05 03:51:46] "GET /bgp-as-a-service/ca8c71e7-769a-410e-962b-92dbec43d1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006134 10.0.0.65 - - [2026-03-05 03:51:46] "GET /control-node-zone/36a384ae-1904-4ed9-80ef-4b6104fc9e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003320 10.0.0.65 - - [2026-03-05 03:51:46] "POST /ref-update HTTP/1.1" 200 156 0.013702 10.0.0.65 - - [2026-03-05 03:51:48] "GET /bgp-as-a-service/ca8c71e7-769a-410e-962b-92dbec43d1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2451 0.005902 10.0.0.65 - - [2026-03-05 03:51:48] "GET /virtual-machine-interface/e7d81c75-dc57-4801-9050-8348ce54a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.008291 10.0.0.65 - - [2026-03-05 03:51:52] "POST /neutron/network HTTP/1.1" 200 842 0.005539 10.0.0.65 - - [2026-03-05 03:51:52] "POST /neutron/port HTTP/1.1" 200 117 0.001007 10.0.0.65 - - [2026-03-05 03:52:08] "GET /bgp-as-a-service/ca8c71e7-769a-410e-962b-92dbec43d1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2451 0.004268 10.0.0.65 - - [2026-03-05 03:52:08] "GET /virtual-machine-interface/e7d81c75-dc57-4801-9050-8348ce54a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.007912 10.0.0.65 - - [2026-03-05 03:52:08] "POST /ref-update HTTP/1.1" 200 156 0.014299 10.0.0.65 - - [2026-03-05 03:52:08] "GET /bgp-as-a-service/afeb1348-ef4d-40cc-add3-f29d04654a11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2453 0.008111 10.0.0.65 - - [2026-03-05 03:52:08] "GET /virtual-machine-interface/e77d61b1-d8ae-4810-abf5-47c613be96f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.024664 10.0.0.65 - - [2026-03-05 03:52:08] "POST /ref-update HTTP/1.1" 200 156 0.016776 10.0.0.65 - - [2026-03-05 03:52:08] "DELETE /bgp-router/249b4ae4-0044-4057-b6ab-ae22bbfda050 HTTP/1.1" 200 115 0.086172 10.0.0.65 - - [2026-03-05 03:52:08] "DELETE /bgp-as-a-service/afeb1348-ef4d-40cc-add3-f29d04654a11 HTTP/1.1" 200 115 0.070543 10.0.0.65 - - [2026-03-05 03:52:08] "GET /bgp-as-a-service/ca8c71e7-769a-410e-962b-92dbec43d1b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.005505 10.0.0.65 - - [2026-03-05 03:52:08] "GET /virtual-machine-interface/e7d81c75-dc57-4801-9050-8348ce54a270?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.006795 10.0.0.65 - - [2026-03-05 03:52:08] "DELETE /bgp-as-a-service/ca8c71e7-769a-410e-962b-92dbec43d1b7 HTTP/1.1" 200 115 0.034572 10.0.0.65 - - [2026-03-05 03:52:08] "GET /control-node-zone/36a384ae-1904-4ed9-80ef-4b6104fc9e4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003170 10.0.0.65 - - [2026-03-05 03:52:08] "POST /ref-update HTTP/1.1" 200 156 0.016516 10.0.0.65 - - [2026-03-05 03:52:08] "DELETE /bgp-router/f1d9b6bf-1aee-4e81-9f75-840fa2fe4175 HTTP/1.1" 200 115 0.044132 10.0.0.65 - - [2026-03-05 03:52:08] "DELETE /control-node-zone/36a384ae-1904-4ed9-80ef-4b6104fc9e4b HTTP/1.1" 200 115 0.032894 10.0.0.65 - - [2026-03-05 03:52:08] "GET /control-node-zone/3b2bc8ae-489a-4cc3-8d1c-62a0af53863c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003509 10.0.0.65 - - [2026-03-05 03:52:08] "POST /ref-update HTTP/1.1" 200 156 0.015777 10.0.0.65 - - [2026-03-05 03:52:08] "DELETE /control-node-zone/3b2bc8ae-489a-4cc3-8d1c-62a0af53863c HTTP/1.1" 200 115 0.023458 10.0.0.65 - - [2026-03-05 03:52:08] "GET /control-node-zone/bb9e27c8-5169-4fb2-a6bc-0d274656ee94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006663 10.0.0.65 - - [2026-03-05 03:52:08] "DELETE /control-node-zone/bb9e27c8-5169-4fb2-a6bc-0d274656ee94 HTTP/1.1" 200 115 0.022130 10.0.0.65 - - [2026-03-05 03:52:09] "POST /neutron/network HTTP/1.1" 400 204 0.011717 10.0.0.65 - - [2026-03-05 03:52:09] "POST /neutron/port HTTP/1.1" 200 1124 0.015862 10.0.0.65 - - [2026-03-05 03:52:09] "POST /neutron/port HTTP/1.1" 200 1124 0.015141 10.0.0.65 - - [2026-03-05 03:52:10] "POST /neutron/port HTTP/1.1" 200 151 0.203124 10.0.0.65 - - [2026-03-05 03:52:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.133 - - [2026-03-05 03:52:14] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.232177 10.0.0.65 - - [2026-03-05 03:52:14] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.269973 10.0.0.65 - - [2026-03-05 03:52:14] "POST /neutron/network HTTP/1.1" 200 117 0.014184 10.0.0.65 - - [2026-03-05 03:52:14] "POST /route-targets HTTP/1.1" 200 328 0.012345 10.0.0.65 - - [2026-03-05 03:52:14] "POST /neutron/network HTTP/1.1" 200 835 0.007430 10.0.0.65 - - [2026-03-05 03:52:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.000996 10.0.0.65 - - [2026-03-05 03:52:14] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004421 10.0.0.65 - - [2026-03-05 03:52:14] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005390 10.0.0.65 - - [2026-03-05 03:52:14] "POST /neutron/subnet HTTP/1.1" 200 734 0.008013 10.0.0.65 - - [2026-03-05 03:52:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.000942 10.0.0.133 - - [2026-03-05 03:52:15] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000997 10.0.0.65 - - [2026-03-05 03:52:15] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060392 10.0.0.65 - - [2026-03-05 03:52:16] "POST /neutron/port HTTP/1.1" 200 117 0.005582 10.0.0.65 - - [2026-03-05 03:52:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001167 10.0.0.65 - - [2026-03-05 03:52:16] "POST /neutron/network HTTP/1.1" 200 845 0.005660 10.0.0.65 - - [2026-03-05 03:52:16] "POST /neutron/port HTTP/1.1" 200 1063 0.014823 10.0.0.65 - - [2026-03-05 03:52:16] "POST /neutron/port HTTP/1.1" 200 1127 0.015410 10.0.0.65 - - [2026-03-05 03:52:17] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.133 - - [2026-03-05 03:52:17] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000875 10.0.0.65 - - [2026-03-05 03:52:17] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.086573 10.0.0.65 - - [2026-03-05 03:52:17] "POST /neutron/port HTTP/1.1" 200 1127 0.017101 10.0.0.65 - - [2026-03-05 03:52:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001167 10.0.0.65 - - [2026-03-05 03:52:17] "POST /neutron/port HTTP/1.1" 200 1127 0.019192 10.0.0.65 - - [2026-03-05 03:52:17] "POST /neutron/network HTTP/1.1" 200 845 0.005453 10.0.0.65 - - [2026-03-05 03:52:17] "POST /neutron/port HTTP/1.1" 200 1063 0.015162 10.0.0.65 - - [2026-03-05 03:52:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003524 10.0.0.65 - - [2026-03-05 03:52:18] "POST /neutron/network HTTP/1.1" 200 835 0.005270 10.0.0.133 - - [2026-03-05 03:52:18] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000868 10.0.0.65 - - [2026-03-05 03:52:18] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057338 10.0.0.65 - - [2026-03-05 03:52:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006560 10.0.0.65 - - [2026-03-05 03:52:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005613 10.0.0.65 - - [2026-03-05 03:52:18] "POST /neutron/port HTTP/1.1" 200 1127 0.018965 10.0.0.65 - - [2026-03-05 03:52:19] "GET /virtual-machine/5244cb4c-701d-4dcf-980f-6fa56bdd2561 HTTP/1.1" 200 1295 0.006641 10.0.0.65 - - [2026-03-05 03:52:19] "GET /virtual-machine-interface/424bde1c-9b26-422a-a62b-797d09a0b2cd HTTP/1.1" 200 2965 0.005061 10.0.0.65 - - [2026-03-05 03:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.65 - - [2026-03-05 03:52:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.010423 10.0.0.65 - - [2026-03-05 03:52:19] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002948 10.0.0.133 - - [2026-03-05 03:52:19] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000837 10.0.0.65 - - [2026-03-05 03:52:19] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004634 10.0.0.65 - - [2026-03-05 03:52:19] "POST /neutron/port HTTP/1.1" 200 1063 0.356532 10.0.0.65 - - [2026-03-05 03:52:19] "POST /neutron/port HTTP/1.1" 200 1117 0.104883 10.0.0.65 - - [2026-03-05 03:52:19] "POST /neutron/subnet HTTP/1.1" 200 708 0.007194 10.0.0.65 - - [2026-03-05 03:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.65 - - [2026-03-05 03:52:22] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004721 10.0.0.65 - - [2026-03-05 03:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.65 - - [2026-03-05 03:52:26] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005392 10.0.0.65 - - [2026-03-05 03:52:29] "POST /neutron/port HTTP/1.1" 200 1127 0.014056 10.0.0.65 - - [2026-03-05 03:52:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003146 10.0.0.65 - - [2026-03-05 03:52:29] "POST /neutron/network HTTP/1.1" 200 835 0.005589 10.0.0.65 - - [2026-03-05 03:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.65 - - [2026-03-05 03:52:30] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004672 10.0.0.65 - - [2026-03-05 03:52:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.65 - - [2026-03-05 03:52:34] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005545 10.0.0.65 - - [2026-03-05 03:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.65 - - [2026-03-05 03:52:38] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004757 10.0.0.65 - - [2026-03-05 03:52:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.65 - - [2026-03-05 03:52:42] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005567 10.0.0.65 - - [2026-03-05 03:52:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.65 - - [2026-03-05 03:52:46] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004880 10.0.0.65 - - [2026-03-05 03:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.033274 10.0.0.65 - - [2026-03-05 03:52:50] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006333 10.0.0.65 - - [2026-03-05 03:52:54] "POST /neutron/network HTTP/1.1" 200 845 0.006693 10.0.0.65 - - [2026-03-05 03:52:54] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.65 - - [2026-03-05 03:52:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.65 - - [2026-03-05 03:52:55] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.008303 10.0.0.65 - - [2026-03-05 03:52:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.65 - - [2026-03-05 03:52:59] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006268 10.0.0.133 - - [2026-03-05 03:53:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.133 - - [2026-03-05 03:53:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000350 10.0.0.33 - - [2026-03-05 03:53:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2026-03-05 03:53:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.133 - - [2026-03-05 03:53:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000324 10.0.0.133 - - [2026-03-05 03:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000494 10.0.0.65 - - [2026-03-05 03:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.33 - - [2026-03-05 03:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000274 10.0.0.65 - - [2026-03-05 03:53:03] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005605 10.0.0.33 - - [2026-03-05 03:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.65 - - [2026-03-05 03:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000810 10.0.0.65 - - [2026-03-05 03:53:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000330 10.0.0.65 - - [2026-03-05 03:53:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.65 - - [2026-03-05 03:53:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.65 - - [2026-03-05 03:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.65 - - [2026-03-05 03:53:07] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005012 10.0.0.65 - - [2026-03-05 03:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.65 - - [2026-03-05 03:53:11] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005074 10.0.0.65 - - [2026-03-05 03:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.65 - - [2026-03-05 03:53:15] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004643 10.0.0.65 - - [2026-03-05 03:53:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.65 - - [2026-03-05 03:53:19] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004703 10.0.0.65 - - [2026-03-05 03:53:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.65 - - [2026-03-05 03:53:23] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004816 10.0.0.65 - - [2026-03-05 03:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.65 - - [2026-03-05 03:53:27] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004624 10.0.0.65 - - [2026-03-05 03:53:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008346 10.0.0.65 - - [2026-03-05 03:53:31] "POST /neutron/network HTTP/1.1" 200 845 0.006058 10.0.0.65 - - [2026-03-05 03:53:31] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.65 - - [2026-03-05 03:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.65 - - [2026-03-05 03:53:31] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004929 10.0.0.65 - - [2026-03-05 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.65 - - [2026-03-05 03:53:35] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004638 10.0.0.65 - - [2026-03-05 03:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.65 - - [2026-03-05 03:53:40] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005173 10.0.0.65 - - [2026-03-05 03:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.65 - - [2026-03-05 03:53:44] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004907 10.0.0.65 - - [2026-03-05 03:53:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006914 10.0.0.65 - - [2026-03-05 03:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.65 - - [2026-03-05 03:53:46] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003743 10.0.0.65 - - [2026-03-05 03:53:46] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002839 10.0.0.65 - - [2026-03-05 03:53:46] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005792 10.0.0.65 - - [2026-03-05 03:53:51] "POST /neutron/port HTTP/1.1" 200 1127 0.041650 10.0.0.65 - - [2026-03-05 03:53:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006111 10.0.0.65 - - [2026-03-05 03:53:54] "POST /neutron/network HTTP/1.1" 200 845 0.007424 10.0.0.65 - - [2026-03-05 03:53:54] "POST /neutron/port HTTP/1.1" 200 117 0.000997 10.0.0.65 - - [2026-03-05 03:53:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007133 10.0.0.65 - - [2026-03-05 03:54:07] "POST /neutron/port HTTP/1.1" 200 1127 0.014700 10.0.0.65 - - [2026-03-05 03:54:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007118 10.0.0.65 - - [2026-03-05 03:54:16] "GET /obj-perms HTTP/1.1" 200 5056 0.049798 10.0.0.65 - - [2026-03-05 03:54:22] "POST /neutron/port HTTP/1.1" 200 1127 0.014658 10.0.0.65 - - [2026-03-05 03:54:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006028 10.0.0.65 - - [2026-03-05 03:54:31] "POST /neutron/network HTTP/1.1" 200 845 0.029459 10.0.0.65 - - [2026-03-05 03:54:31] "POST /neutron/port HTTP/1.1" 200 117 0.001009 10.0.0.65 - - [2026-03-05 03:54:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006311 10.0.0.65 - - [2026-03-05 03:54:43] "POST /neutron/port HTTP/1.1" 200 1127 0.021598 10.0.0.65 - - [2026-03-05 03:54:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006970 10.0.0.65 - - [2026-03-05 03:54:43] "GET /virtual-machine/5ed9c941-d956-4503-9002-0869597fccd4 HTTP/1.1" 200 1295 0.034527 10.0.0.65 - - [2026-03-05 03:54:43] "GET /virtual-machine-interface/12b51fb1-594d-4c0d-883f-03b274c97ba2 HTTP/1.1" 200 2964 0.004720 10.0.0.65 - - [2026-03-05 03:54:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.65 - - [2026-03-05 03:54:43] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003410 10.0.0.65 - - [2026-03-05 03:54:43] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002511 10.0.0.65 - - [2026-03-05 03:54:43] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006693 10.0.0.65 - - [2026-03-05 03:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.65 - - [2026-03-05 03:54:44] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003469 10.0.0.65 - - [2026-03-05 03:54:44] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002841 10.0.0.65 - - [2026-03-05 03:54:44] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006093 10.0.0.65 - - [2026-03-05 03:54:44] "POST /neutron/port HTTP/1.1" 200 1127 0.020529 10.0.0.65 - - [2026-03-05 03:54:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006877 10.0.0.65 - - [2026-03-05 03:54:45] "GET /virtual-machine/b24627a6-0414-40eb-b65c-48db05778ae2 HTTP/1.1" 200 1296 0.005032 10.0.0.65 - - [2026-03-05 03:54:45] "GET /virtual-machine-interface/6dde721d-e482-4940-88ca-dada633e6324 HTTP/1.1" 200 2964 0.004683 10.0.0.65 - - [2026-03-05 03:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.65 - - [2026-03-05 03:54:45] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002772 10.0.0.65 - - [2026-03-05 03:54:45] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002414 10.0.0.65 - - [2026-03-05 03:54:45] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005134 10.0.0.65 - - [2026-03-05 03:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.65 - - [2026-03-05 03:54:46] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003810 10.0.0.65 - - [2026-03-05 03:54:46] "GET /virtual-networks?parent_id=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002979 10.0.0.65 - - [2026-03-05 03:54:46] "GET /virtual-network/d67232a0-bc7f-4592-9b42-6e1bf2a71d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005375 10.0.0.65 - - [2026-03-05 03:54:46] "POST /neutron/port HTTP/1.1" 200 1127 0.017259 10.0.0.65 - - [2026-03-05 03:54:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.003080 10.0.0.65 - - [2026-03-05 03:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.65 - - [2026-03-05 03:54:51] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.005718 10.0.0.65 - - [2026-03-05 03:54:51] "POST /control-node-zones HTTP/1.1" 200 571 0.022815 10.0.0.65 - - [2026-03-05 03:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.65 - - [2026-03-05 03:54:51] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004195 10.0.0.65 - - [2026-03-05 03:54:51] "GET /control-node-zone/f54e2ba9-2b6b-4ace-9459-7beb6fefb200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005104 10.0.0.65 - - [2026-03-05 03:54:51] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.019677 10.0.0.65 - - [2026-03-05 03:54:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003241 10.0.0.65 - - [2026-03-05 03:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.65 - - [2026-03-05 03:54:52] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006662 10.0.0.65 - - [2026-03-05 03:54:52] "POST /control-node-zones HTTP/1.1" 200 571 0.021832 10.0.0.65 - - [2026-03-05 03:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.65 - - [2026-03-05 03:54:52] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.006659 10.0.0.65 - - [2026-03-05 03:54:52] "GET /control-node-zone/ea35be05-62e8-44ec-8020-1f4f2a55442e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005195 10.0.0.65 - - [2026-03-05 03:54:52] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.017740 10.0.0.65 - - [2026-03-05 03:54:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.003102 10.0.0.65 - - [2026-03-05 03:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.65 - - [2026-03-05 03:54:52] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.006330 10.0.0.65 - - [2026-03-05 03:54:52] "POST /control-node-zones HTTP/1.1" 200 571 0.021806 10.0.0.65 - - [2026-03-05 03:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.65 - - [2026-03-05 03:54:52] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005715 10.0.0.65 - - [2026-03-05 03:54:52] "GET /control-node-zone/a1de1292-ddbb-4228-b6ba-29b4b97ec699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005982 10.0.0.65 - - [2026-03-05 03:54:52] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.017985 10.0.0.65 - - [2026-03-05 03:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.65 - - [2026-03-05 03:54:52] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.007010 10.0.0.65 - - [2026-03-05 03:54:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.003488 10.0.0.65 - - [2026-03-05 03:54:52] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.030075 10.0.0.65 - - [2026-03-05 03:54:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.014052 10.0.0.65 - - [2026-03-05 03:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.65 - - [2026-03-05 03:54:52] "GET /bgp-as-a-service/b05243ad-1cb3-46c4-9fca-40204e26a022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.005131 10.0.0.65 - - [2026-03-05 03:54:53] "GET /control-node-zone/f54e2ba9-2b6b-4ace-9459-7beb6fefb200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003810 10.0.0.65 - - [2026-03-05 03:54:53] "POST /ref-update HTTP/1.1" 200 156 0.021514 10.0.0.65 - - [2026-03-05 03:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.65 - - [2026-03-05 03:54:53] "GET /bgp-as-a-service/b05243ad-1cb3-46c4-9fca-40204e26a022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.005560 10.0.0.65 - - [2026-03-05 03:54:53] "GET /control-node-zone/ea35be05-62e8-44ec-8020-1f4f2a55442e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003386 10.0.0.65 - - [2026-03-05 03:54:53] "POST /ref-update HTTP/1.1" 200 156 0.014533 10.0.0.65 - - [2026-03-05 03:54:54] "POST /neutron/port HTTP/1.1" 200 1127 0.014547 10.0.0.65 - - [2026-03-05 03:54:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003363 10.0.0.65 - - [2026-03-05 03:54:54] "POST /neutron/network HTTP/1.1" 200 835 0.006432 10.0.0.65 - - [2026-03-05 03:55:12] "GET /bgp-as-a-service/b05243ad-1cb3-46c4-9fca-40204e26a022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.005371 10.0.0.65 - - [2026-03-05 03:55:12] "GET /virtual-machine-interface/424bde1c-9b26-422a-a62b-797d09a0b2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005064 10.0.0.65 - - [2026-03-05 03:55:12] "POST /ref-update HTTP/1.1" 200 156 0.011101 10.0.0.65 - - [2026-03-05 03:55:12] "POST /bgp-routers HTTP/1.1" 200 642 0.044895 10.0.0.65 - - [2026-03-05 03:55:12] "PUT /bgp-router/82d6422c-3e41-4d43-aa9f-73821cb9effa HTTP/1.1" 200 255 0.024491 10.0.0.65 - - [2026-03-05 03:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.65 - - [2026-03-05 03:55:13] "GET /global-system-config/2e6c9697-005f-41c6-9244-e1d3e4e5f944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1967 0.005387 10.0.0.65 - - [2026-03-05 03:55:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002483 10.0.0.65 - - [2026-03-05 03:55:13] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.024331 10.0.0.65 - - [2026-03-05 03:55:13] "POST /neutron/network HTTP/1.1" 200 835 0.005651 10.0.0.65 - - [2026-03-05 03:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.65 - - [2026-03-05 03:55:13] "GET /bgp-as-a-service/93444fba-b808-427b-99bd-b14b6f5b90f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.006261 10.0.0.65 - - [2026-03-05 03:55:13] "GET /control-node-zone/f54e2ba9-2b6b-4ace-9459-7beb6fefb200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003331 10.0.0.65 - - [2026-03-05 03:55:13] "POST /ref-update HTTP/1.1" 200 156 0.012349 10.0.0.65 - - [2026-03-05 03:55:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.65 - - [2026-03-05 03:55:13] "GET /bgp-as-a-service/93444fba-b808-427b-99bd-b14b6f5b90f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.005698 10.0.0.65 - - [2026-03-05 03:55:13] "GET /control-node-zone/ea35be05-62e8-44ec-8020-1f4f2a55442e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003170 10.0.0.65 - - [2026-03-05 03:55:13] "POST /ref-update HTTP/1.1" 200 156 0.014928 10.0.0.33 - - [2026-03-05 03:55:16] "GET /obj-perms HTTP/1.1" 200 5056 0.049783 10.0.0.133 - - [2026-03-05 03:55:16] "GET /obj-perms HTTP/1.1" 200 5056 0.061827 10.0.0.65 - - [2026-03-05 03:55:22] "GET /bgp-as-a-service/93444fba-b808-427b-99bd-b14b6f5b90f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006695 10.0.0.65 - - [2026-03-05 03:55:22] "GET /virtual-machine-interface/12b51fb1-594d-4c0d-883f-03b274c97ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005416 10.0.0.65 - - [2026-03-05 03:55:22] "POST /ref-update HTTP/1.1" 200 156 0.011569 10.0.0.65 - - [2026-03-05 03:55:22] "POST /ref-update HTTP/1.1" 200 156 0.018600 10.0.0.65 - - [2026-03-05 03:55:32] "POST /neutron/port HTTP/1.1" 200 1127 0.014431 10.0.0.65 - - [2026-03-05 03:55:32] "POST /neutron/subnet HTTP/1.1" 200 708 0.007415 10.0.0.65 - - [2026-03-05 03:55:44] "GET /bgp-as-a-service/93444fba-b808-427b-99bd-b14b6f5b90f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2714 0.005934 10.0.0.65 - - [2026-03-05 03:55:44] "GET /virtual-machine-interface/12b51fb1-594d-4c0d-883f-03b274c97ba2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.006312 10.0.0.65 - - [2026-03-05 03:55:44] "POST /ref-update HTTP/1.1" 200 156 0.010813 10.0.0.65 - - [2026-03-05 03:55:44] "POST /ref-update HTTP/1.1" 200 156 0.020629 10.0.0.65 - - [2026-03-05 03:55:44] "DELETE /bgp-as-a-service/93444fba-b808-427b-99bd-b14b6f5b90f9 HTTP/1.1" 200 115 0.052348 10.0.0.65 - - [2026-03-05 03:55:44] "GET /bgp-as-a-service/b05243ad-1cb3-46c4-9fca-40204e26a022?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2714 0.008556 10.0.0.65 - - [2026-03-05 03:55:44] "GET /virtual-machine-interface/424bde1c-9b26-422a-a62b-797d09a0b2cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3059 0.007703 10.0.0.65 - - [2026-03-05 03:55:44] "POST /ref-update HTTP/1.1" 200 156 0.010684 10.0.0.65 - - [2026-03-05 03:55:44] "POST /ref-update HTTP/1.1" 200 156 0.011320 10.0.0.65 - - [2026-03-05 03:55:44] "DELETE /bgp-as-a-service/b05243ad-1cb3-46c4-9fca-40204e26a022 HTTP/1.1" 200 115 0.088384 10.0.0.65 - - [2026-03-05 03:55:44] "GET /control-node-zone/a1de1292-ddbb-4228-b6ba-29b4b97ec699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004120 10.0.0.65 - - [2026-03-05 03:55:44] "POST /ref-update HTTP/1.1" 200 156 0.020656 10.0.0.65 - - [2026-03-05 03:55:44] "DELETE /control-node-zone/a1de1292-ddbb-4228-b6ba-29b4b97ec699 HTTP/1.1" 200 115 0.029099 10.0.0.65 - - [2026-03-05 03:55:44] "GET /control-node-zone/ea35be05-62e8-44ec-8020-1f4f2a55442e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003848 10.0.0.65 - - [2026-03-05 03:55:44] "POST /ref-update HTTP/1.1" 200 156 0.019652 10.0.0.65 - - [2026-03-05 03:55:44] "DELETE /control-node-zone/ea35be05-62e8-44ec-8020-1f4f2a55442e HTTP/1.1" 200 115 0.021957 10.0.0.65 - - [2026-03-05 03:55:44] "GET /control-node-zone/f54e2ba9-2b6b-4ace-9459-7beb6fefb200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004060 10.0.0.65 - - [2026-03-05 03:55:45] "POST /ref-update HTTP/1.1" 200 156 0.018237 10.0.0.65 - - [2026-03-05 03:55:45] "DELETE /control-node-zone/f54e2ba9-2b6b-4ace-9459-7beb6fefb200 HTTP/1.1" 200 115 0.025261 10.0.0.65 - - [2026-03-05 03:55:45] "POST /neutron/network HTTP/1.1" 200 835 0.007354 10.0.0.65 - - [2026-03-05 03:55:45] "POST /neutron/port HTTP/1.1" 200 1127 0.021536 10.0.0.65 - - [2026-03-05 03:55:45] "POST /neutron/port HTTP/1.1" 200 1117 0.011937 10.0.0.65 - - [2026-03-05 03:55:45] "POST /neutron/port HTTP/1.1" 200 1117 0.026048 10.0.0.133 - - [2026-03-05 03:55:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007661 10.0.0.133 - - [2026-03-05 03:55:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004110 10.0.0.65 - - [2026-03-05 03:55:47] "POST /neutron/network HTTP/1.1" 200 151 0.171801 10.0.0.65 - - [2026-03-05 03:55:47] "DELETE /route-target/41782e64-08f7-4d48-8799-68b19ca0a9b7 HTTP/1.1" 200 115 0.034722 10.0.0.133 - - [2026-03-05 03:55:48] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000854 10.0.0.65 - - [2026-03-05 03:55:48] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.062237 10.0.0.133 - - [2026-03-05 03:55:48] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002494 10.0.0.65 - - [2026-03-05 03:55:48] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?fields=virtual_networks HTTP/1.1" 200 1037 0.050192 10.0.0.133 - - [2026-03-05 03:55:48] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000917 10.0.0.65 - - [2026-03-05 03:55:49] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.038712 10.0.0.133 - - [2026-03-05 03:55:49] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.65 - - [2026-03-05 03:55:49] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?fields=security_groups HTTP/1.1" 200 1265 0.037323 10.0.0.65 - - [2026-03-05 03:55:49] "POST /fqname-to-id HTTP/1.1" 404 181 0.027704 10.0.0.133 - - [2026-03-05 03:55:49] "GET /projects?obj_uuids=fe7f30e8-990d-4712-b869-eacd3b9bf585&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002657 10.0.0.133 - - [2026-03-05 03:55:50] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.133 - - [2026-03-05 03:55:50] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034024 10.0.0.133 - - [2026-03-05 03:55:50] "POST /id-to-fqname HTTP/1.1" 200 183 0.004338 10.0.0.133 - - [2026-03-05 03:55:50] "POST /fqname-to-id HTTP/1.1" 404 192 0.008756 10.0.0.133 - - [2026-03-05 03:55:50] "POST /security-groups HTTP/1.1" 200 584 0.028422 10.0.0.133 - - [2026-03-05 03:55:50] "POST /projects HTTP/1.1" 200 571 0.231179 10.0.0.65 - - [2026-03-05 03:55:50] "POST /fqname-to-id HTTP/1.1" 404 226 0.008796 10.0.0.133 - - [2026-03-05 03:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.306615 10.0.0.65 - - [2026-03-05 03:55:50] "GET /project/fe7f30e8-990d-4712-b869-eacd3b9bf585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.465940 10.0.0.65 - - [2026-03-05 03:55:51] "GET / HTTP/1.1" 200 36215 0.001924 10.0.0.133 - - [2026-03-05 03:55:54] "GET /projects?obj_uuids=fe7f30e8-990d-4712-b869-eacd3b9bf585&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000891 10.0.0.65 - - [2026-03-05 03:55:54] "GET /project/fe7f30e8-990d-4712-b869-eacd3b9bf585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.043853 10.0.0.133 - - [2026-03-05 03:55:54] "GET /projects?obj_uuids=fe7f30e8-990d-4712-b869-eacd3b9bf585&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000885 10.0.0.65 - - [2026-03-05 03:55:54] "GET /project/fe7f30e8-990d-4712-b869-eacd3b9bf585?fields=virtual_networks HTTP/1.1" 200 1021 0.054137 10.0.0.133 - - [2026-03-05 03:55:54] "GET /projects?obj_uuids=fe7f30e8-990d-4712-b869-eacd3b9bf585&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000928 10.0.0.65 - - [2026-03-05 03:55:54] "GET /project/fe7f30e8-990d-4712-b869-eacd3b9bf585?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.042170 10.0.0.133 - - [2026-03-05 03:55:54] "GET /projects?obj_uuids=fe7f30e8-990d-4712-b869-eacd3b9bf585&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000920 10.0.0.65 - - [2026-03-05 03:55:54] "GET /project/fe7f30e8-990d-4712-b869-eacd3b9bf585?fields=security_groups HTTP/1.1" 200 1241 0.041191 10.0.0.65 - - [2026-03-05 03:55:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.024982 10.0.0.133 - - [2026-03-05 03:55:55] "GET /projects?obj_uuids=a6964f2d-5f37-4b45-9745-009d4d56bd67&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002888 10.0.0.133 - - [2026-03-05 03:55:55] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.133 - - [2026-03-05 03:55:55] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007328 10.0.0.133 - - [2026-03-05 03:55:55] "POST /id-to-fqname HTTP/1.1" 200 191 0.010750 10.0.0.133 - - [2026-03-05 03:55:55] "POST /fqname-to-id HTTP/1.1" 404 200 0.008911 10.0.0.133 - - [2026-03-05 03:55:55] "POST /security-groups HTTP/1.1" 200 592 0.069026 10.0.0.133 - - [2026-03-05 03:55:55] "POST /projects HTTP/1.1" 200 587 0.280411 10.0.0.65 - - [2026-03-05 03:55:55] "POST /access-control-lists HTTP/1.1" 200 599 0.026896 10.0.0.133 - - [2026-03-05 03:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.350370 10.0.0.65 - - [2026-03-05 03:55:56] "GET /project/a6964f2d-5f37-4b45-9745-009d4d56bd67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.485927 10.0.0.65 - - [2026-03-05 03:55:57] "GET / HTTP/1.1" 200 36215 0.001636 10.0.0.133 - - [2026-03-05 03:56:00] "GET /projects?obj_uuids=a6964f2d-5f37-4b45-9745-009d4d56bd67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001436 10.0.0.65 - - [2026-03-05 03:56:00] "GET /project/a6964f2d-5f37-4b45-9745-009d4d56bd67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041075 10.0.0.133 - - [2026-03-05 03:56:00] "GET /projects?obj_uuids=a6964f2d-5f37-4b45-9745-009d4d56bd67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000986 10.0.0.65 - - [2026-03-05 03:56:00] "GET /project/a6964f2d-5f37-4b45-9745-009d4d56bd67?fields=virtual_networks HTTP/1.1" 200 1037 0.047936 10.0.0.133 - - [2026-03-05 03:56:00] "GET /projects?obj_uuids=a6964f2d-5f37-4b45-9745-009d4d56bd67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000872 10.0.0.65 - - [2026-03-05 03:56:00] "GET /project/a6964f2d-5f37-4b45-9745-009d4d56bd67?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.040665 10.0.0.133 - - [2026-03-05 03:56:00] "GET /projects?obj_uuids=a6964f2d-5f37-4b45-9745-009d4d56bd67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000997 10.0.0.65 - - [2026-03-05 03:56:00] "GET /project/a6964f2d-5f37-4b45-9745-009d4d56bd67?fields=security_groups HTTP/1.1" 200 1265 0.041461 10.0.0.65 - - [2026-03-05 03:56:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.027443 10.0.0.133 - - [2026-03-05 03:56:01] "GET /projects?obj_uuids=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002870 10.0.0.133 - - [2026-03-05 03:56:01] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.133 - - [2026-03-05 03:56:01] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008235 10.0.0.133 - - [2026-03-05 03:56:01] "POST /id-to-fqname HTTP/1.1" 200 197 0.001136 10.0.0.133 - - [2026-03-05 03:56:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.002576 10.0.0.133 - - [2026-03-05 03:56:01] "POST /security-groups HTTP/1.1" 200 598 0.026122 10.0.0.65 - - [2026-03-05 03:56:01] "POST /fqname-to-id HTTP/1.1" 404 241 0.003450 10.0.0.133 - - [2026-03-05 03:56:01] "POST /projects HTTP/1.1" 200 599 0.218376 10.0.0.133 - - [2026-03-05 03:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.297282 10.0.0.65 - - [2026-03-05 03:56:01] "POST /access-control-lists HTTP/1.1" 200 603 0.023074 10.0.0.65 - - [2026-03-05 03:56:01] "GET /project/f62a18d8-40e2-498c-a4da-afc5a958997b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.455896 10.0.0.65 - - [2026-03-05 03:56:02] "GET / HTTP/1.1" 200 36215 0.002895 10.0.0.65 - - [2026-03-05 03:56:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.65 - - [2026-03-05 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.054182 10.0.0.65 - - [2026-03-05 03:56:04] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004801 10.0.0.65 - - [2026-03-05 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.65 - - [2026-03-05 03:56:04] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005050 10.0.0.65 - - [2026-03-05 03:56:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.65 - - [2026-03-05 03:56:05] "PUT /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f HTTP/1.1" 200 277 0.012435 10.0.0.65 - - [2026-03-05 03:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.133 - - [2026-03-05 03:56:05] "GET /projects?obj_uuids=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001129 10.0.0.65 - - [2026-03-05 03:56:05] "GET /project/f62a18d8-40e2-498c-a4da-afc5a958997b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043278 10.0.0.133 - - [2026-03-05 03:56:05] "POST /useragent-kv HTTP/1.1" 200 115 0.008062 10.0.0.65 - - [2026-03-05 03:56:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.223274 10.0.0.65 - - [2026-03-05 03:56:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.001165 10.0.0.65 - - [2026-03-05 03:56:05] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004664 10.0.0.65 - - [2026-03-05 03:56:05] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005530 10.0.0.65 - - [2026-03-05 03:56:05] "POST /neutron/network HTTP/1.1" 200 808 0.005067 10.0.0.65 - - [2026-03-05 03:56:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.001113 10.0.0.133 - - [2026-03-05 03:56:06] "GET /projects?obj_uuids=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001287 10.0.0.65 - - [2026-03-05 03:56:06] "GET /project/f62a18d8-40e2-498c-a4da-afc5a958997b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054882 10.0.0.65 - - [2026-03-05 03:56:06] "POST /neutron/network HTTP/1.1" 200 808 0.031047 10.0.0.65 - - [2026-03-05 03:56:06] "POST /id-to-fqname HTTP/1.1" 200 218 0.001166 10.0.0.65 - - [2026-03-05 03:56:07] "POST /neutron/port HTTP/1.1" 200 117 0.006807 10.0.0.133 - - [2026-03-05 03:56:07] "GET /projects?obj_uuids=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001233 10.0.0.65 - - [2026-03-05 03:56:07] "POST /neutron/port HTTP/1.1" 200 1062 0.253031 10.0.0.133 - - [2026-03-05 03:56:07] "GET /projects?obj_uuids=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000961 10.0.0.65 - - [2026-03-05 03:56:07] "GET /project/f62a18d8-40e2-498c-a4da-afc5a958997b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.122524 10.0.0.65 - - [2026-03-05 03:56:07] "POST /neutron/port HTTP/1.1" 200 1116 0.159971 10.0.0.65 - - [2026-03-05 03:56:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003579 10.0.0.65 - - [2026-03-05 03:56:08] "POST /neutron/network HTTP/1.1" 200 808 0.005280 10.0.0.65 - - [2026-03-05 03:56:08] "POST /neutron/port HTTP/1.1" 200 117 0.005447 10.0.0.65 - - [2026-03-05 03:56:08] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004956 10.0.0.65 - - [2026-03-05 03:56:08] "POST /neutron/port HTTP/1.1" 200 1062 0.014195 10.0.0.65 - - [2026-03-05 03:56:09] "POST /neutron/port HTTP/1.1" 200 1126 0.017132 10.0.0.65 - - [2026-03-05 03:56:09] "POST /neutron/port HTTP/1.1" 200 117 0.001097 10.0.0.65 - - [2026-03-05 03:56:10] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006939 10.0.0.65 - - [2026-03-05 03:56:10] "POST /neutron/port HTTP/1.1" 200 1126 0.019115 10.0.0.65 - - [2026-03-05 03:56:10] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008031 10.0.0.65 - - [2026-03-05 03:56:10] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 401 292 0.000489 10.0.0.65 - - [2026-03-05 03:56:10] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 200 1301 0.031637 10.0.0.65 - - [2026-03-05 03:56:10] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 200 1301 0.003102 10.0.0.65 - - [2026-03-05 03:56:10] "GET /virtual-machine-interface/2fb1f620-6317-40f8-adc4-657e6947fdf5 HTTP/1.1" 200 2956 0.004819 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 200 1301 0.004045 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-machine-interface/2fb1f620-6317-40f8-adc4-657e6947fdf5 HTTP/1.1" 200 2956 0.005131 10.0.0.65 - - [2026-03-05 03:56:11] "GET /instance-ip/30ae80b4-3148-4101-aaba-eef6267148b8 HTTP/1.1" 200 1623 0.006562 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 200 1301 0.003377 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-machine-interface/2fb1f620-6317-40f8-adc4-657e6947fdf5 HTTP/1.1" 200 2956 0.005222 10.0.0.65 - - [2026-03-05 03:56:11] "GET /instance-ip/30ae80b4-3148-4101-aaba-eef6267148b8 HTTP/1.1" 200 1623 0.003675 10.0.0.65 - - [2026-03-05 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.65 - - [2026-03-05 03:56:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003553 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002599 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005232 10.0.0.65 - - [2026-03-05 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.65 - - [2026-03-05 03:56:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003808 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002606 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006907 10.0.0.65 - - [2026-03-05 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.65 - - [2026-03-05 03:56:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003302 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002633 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005000 10.0.0.65 - - [2026-03-05 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.65 - - [2026-03-05 03:56:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003972 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002843 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005036 10.0.0.65 - - [2026-03-05 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.65 - - [2026-03-05 03:56:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003560 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002574 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006877 10.0.0.65 - - [2026-03-05 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.65 - - [2026-03-05 03:56:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004364 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004051 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006460 10.0.0.65 - - [2026-03-05 03:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.65 - - [2026-03-05 03:56:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004148 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002441 10.0.0.65 - - [2026-03-05 03:56:11] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004927 10.0.0.133 - - [2026-03-05 03:56:13] "DELETE /project/fe7f30e8990d4712b869eacd3b9bf585 HTTP/1.1" 404 173 0.016804 10.0.0.133 - - [2026-03-05 03:56:13] "DELETE /project/a6964f2d5f374b459745009d4d56bd67 HTTP/1.1" 404 173 0.017719 10.0.0.133 - - [2026-03-05 03:56:13] "DELETE /project/f62a18d840e2498ca4daafc5a958997b HTTP/1.1" 404 173 0.014563 10.0.0.133 - - [2026-03-05 03:56:13] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001427 10.0.0.133 - - [2026-03-05 03:56:13] "GET /projects?obj_uuids=fe7f30e8-990d-4712-b869-eacd3b9bf585&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001350 10.0.0.133 - - [2026-03-05 03:56:13] "GET /projects?obj_uuids=a6964f2d-5f37-4b45-9745-009d4d56bd67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000768 10.0.0.133 - - [2026-03-05 03:56:14] "GET /project/fe7f30e8-990d-4712-b869-eacd3b9bf585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.121239 10.0.0.133 - - [2026-03-05 03:56:14] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.127432 10.0.0.133 - - [2026-03-05 03:56:14] "GET /projects?obj_uuids=fe7f30e8-990d-4712-b869-eacd3b9bf585&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001577 10.0.0.133 - - [2026-03-05 03:56:14] "GET /project/a6964f2d-5f37-4b45-9745-009d4d56bd67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.160005 10.0.0.133 - - [2026-03-05 03:56:14] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001558 10.0.0.133 - - [2026-03-05 03:56:14] "GET /projects?obj_uuids=a6964f2d-5f37-4b45-9745-009d4d56bd67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002649 10.0.0.65 - - [2026-03-05 03:56:14] "DELETE /access-control-list/bf1f7097-12da-421f-b75e-c4e0342e61d6 HTTP/1.1" 200 115 0.207861 10.0.0.133 - - [2026-03-05 03:56:14] "GET /project/fe7f30e8-990d-4712-b869-eacd3b9bf585?fields=security_groups HTTP/1.1" 200 1343 0.155928 10.0.0.133 - - [2026-03-05 03:56:14] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?fields=security_groups HTTP/1.1" 200 1105 0.178126 10.0.0.133 - - [2026-03-05 03:56:14] "GET /project/a6964f2d-5f37-4b45-9745-009d4d56bd67?fields=security_groups HTTP/1.1" 200 1367 0.157575 10.0.0.133 - - [2026-03-05 03:56:14] "GET /projects?obj_uuids=e7fa82cf-ba20-4dd0-8c5b-56adda44461d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004971 10.0.0.133 - - [2026-03-05 03:56:14] "DELETE /security-group/50ddb694-20ff-46d2-86df-09f22b41d31a HTTP/1.1" 200 115 0.074809 10.0.0.133 - - [2026-03-05 03:56:14] "GET /projects?obj_uuids=fe7f30e8-990d-4712-b869-eacd3b9bf585&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001558 10.0.0.133 - - [2026-03-05 03:56:14] "DELETE /security-group/47ad6ec6-3157-4abf-8d22-0d41e74b40c9 HTTP/1.1" 200 115 0.060865 10.0.0.133 - - [2026-03-05 03:56:14] "GET /projects?obj_uuids=a6964f2d-5f37-4b45-9745-009d4d56bd67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000808 10.0.0.133 - - [2026-03-05 03:56:14] "GET /project/fe7f30e8-990d-4712-b869-eacd3b9bf585?fields=application_policy_sets HTTP/1.1" 200 1382 0.087151 10.0.0.65 - - [2026-03-05 03:56:14] "DELETE /access-control-list/54f93e67-193c-4c06-bfb1-2bee19695cc7 HTTP/1.1" 200 115 0.067736 10.0.0.133 - - [2026-03-05 03:56:14] "GET /project/a6964f2d-5f37-4b45-9745-009d4d56bd67?fields=application_policy_sets HTTP/1.1" 200 1406 0.121235 10.0.0.133 - - [2026-03-05 03:56:14] "DELETE /project/fe7f30e8-990d-4712-b869-eacd3b9bf585 HTTP/1.1" 200 115 0.717497 10.0.0.133 - - [2026-03-05 03:56:14] "DELETE /project/a6964f2d-5f37-4b45-9745-009d4d56bd67 HTTP/1.1" 200 115 0.760872 10.0.0.133 - - [2026-03-05 03:56:14] "GET /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d?fields=application_policy_sets HTTP/1.1" 404 171 0.582868 10.0.0.133 - - [2026-03-05 03:56:14] "DELETE /project/e7fa82cf-ba20-4dd0-8c5b-56adda44461d HTTP/1.1" 404 171 1.003240 10.0.0.65 - - [2026-03-05 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.65 - - [2026-03-05 03:56:15] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005643 10.0.0.65 - - [2026-03-05 03:56:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.65 - - [2026-03-05 03:56:19] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004688 10.0.0.65 - - [2026-03-05 03:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.65 - - [2026-03-05 03:56:23] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005584 10.0.0.65 - - [2026-03-05 03:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.65 - - [2026-03-05 03:56:27] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004452 10.0.0.65 - - [2026-03-05 03:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.65 - - [2026-03-05 03:56:31] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005910 10.0.0.65 - - [2026-03-05 03:56:32] "POST /neutron/network HTTP/1.1" 200 818 0.008147 10.0.0.65 - - [2026-03-05 03:56:32] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.65 - - [2026-03-05 03:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.65 - - [2026-03-05 03:56:35] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005068 10.0.0.65 - - [2026-03-05 03:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.65 - - [2026-03-05 03:56:39] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005046 10.0.0.65 - - [2026-03-05 03:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.65 - - [2026-03-05 03:56:43] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005459 10.0.0.65 - - [2026-03-05 03:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.65 - - [2026-03-05 03:56:47] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005365 10.0.0.65 - - [2026-03-05 03:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.65 - - [2026-03-05 03:56:49] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003237 10.0.0.65 - - [2026-03-05 03:56:49] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002547 10.0.0.65 - - [2026-03-05 03:56:49] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006223 10.0.0.65 - - [2026-03-05 03:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.65 - - [2026-03-05 03:56:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003390 10.0.0.65 - - [2026-03-05 03:56:50] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002767 10.0.0.65 - - [2026-03-05 03:56:50] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005391 10.0.0.65 - - [2026-03-05 03:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.65 - - [2026-03-05 03:56:50] "GET /routing-instance/6093fa5b-30c8-404f-a93f-7806ef4d5822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004333 10.0.0.65 - - [2026-03-05 03:56:50] "GET /route-target/7be22a6a-ec80-4826-b0c0-b26a5419afaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003718 10.0.0.65 - - [2026-03-05 03:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.65 - - [2026-03-05 03:56:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003897 10.0.0.65 - - [2026-03-05 03:56:50] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003044 10.0.0.65 - - [2026-03-05 03:56:50] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.008205 10.0.0.65 - - [2026-03-05 03:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.65 - - [2026-03-05 03:56:50] "GET /routing-instance/6093fa5b-30c8-404f-a93f-7806ef4d5822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004773 10.0.0.65 - - [2026-03-05 03:56:50] "GET /route-target/7be22a6a-ec80-4826-b0c0-b26a5419afaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005736 10.0.0.65 - - [2026-03-05 03:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.65 - - [2026-03-05 03:56:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003741 10.0.0.65 - - [2026-03-05 03:56:50] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003055 10.0.0.65 - - [2026-03-05 03:56:50] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005533 10.0.0.65 - - [2026-03-05 03:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.65 - - [2026-03-05 03:56:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004361 10.0.0.65 - - [2026-03-05 03:56:50] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004409 10.0.0.65 - - [2026-03-05 03:56:50] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006585 10.0.0.65 - - [2026-03-05 03:56:51] "GET /obj-perms HTTP/1.1" 200 5044 0.056272 10.0.0.133 - - [2026-03-05 03:56:51] "GET /obj-perms HTTP/1.1" 200 5044 0.055983 10.0.0.65 - - [2026-03-05 03:56:51] "GET /obj-perms HTTP/1.1" 200 5044 0.004748 10.0.0.133 - - [2026-03-05 03:56:51] "GET /obj-perms HTTP/1.1" 200 5044 0.004252 10.0.0.65 - - [2026-03-05 03:56:51] "GET /obj-perms HTTP/1.1" 200 5044 0.004874 10.0.0.33 - - [2026-03-05 03:56:51] "GET /obj-perms HTTP/1.1" 200 5044 0.049038 10.0.0.65 - - [2026-03-05 03:56:51] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007376 10.0.0.65 - - [2026-03-05 03:56:51] "POST /neutron/port HTTP/1.1" 200 1126 0.017546 10.0.0.65 - - [2026-03-05 03:56:51] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008591 10.0.0.65 - - [2026-03-05 03:56:51] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 200 1301 0.005815 10.0.0.65 - - [2026-03-05 03:56:51] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 200 1301 0.005347 10.0.0.65 - - [2026-03-05 03:56:51] "GET /virtual-machine-interface/c882f642-8526-41cf-bda0-3edd375d81ce HTTP/1.1" 200 2957 0.006414 10.0.0.65 - - [2026-03-05 03:56:51] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 200 1301 0.004344 10.0.0.65 - - [2026-03-05 03:56:51] "GET /virtual-machine-interface/c882f642-8526-41cf-bda0-3edd375d81ce HTTP/1.1" 200 2957 0.006786 10.0.0.65 - - [2026-03-05 03:56:51] "GET /instance-ip/300ab6f4-0f98-4749-be55-1d81c0fec8de HTTP/1.1" 200 1623 0.005738 10.0.0.65 - - [2026-03-05 03:56:51] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 200 1301 0.003590 10.0.0.65 - - [2026-03-05 03:56:51] "GET /virtual-machine-interface/c882f642-8526-41cf-bda0-3edd375d81ce HTTP/1.1" 200 2957 0.005391 10.0.0.65 - - [2026-03-05 03:56:51] "GET /instance-ip/300ab6f4-0f98-4749-be55-1d81c0fec8de HTTP/1.1" 200 1623 0.004438 10.0.0.65 - - [2026-03-05 03:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.65 - - [2026-03-05 03:56:51] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004542 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003850 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005842 10.0.0.65 - - [2026-03-05 03:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.65 - - [2026-03-05 03:56:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004062 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003635 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007493 10.0.0.65 - - [2026-03-05 03:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.65 - - [2026-03-05 03:56:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003937 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003299 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005381 10.0.0.65 - - [2026-03-05 03:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.65 - - [2026-03-05 03:56:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003828 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002771 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006733 10.0.0.65 - - [2026-03-05 03:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.65 - - [2026-03-05 03:56:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003901 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002713 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006202 10.0.0.65 - - [2026-03-05 03:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.65 - - [2026-03-05 03:56:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003740 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002341 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006246 10.0.0.65 - - [2026-03-05 03:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.65 - - [2026-03-05 03:56:52] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004399 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003341 10.0.0.65 - - [2026-03-05 03:56:52] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007748 10.0.0.65 - - [2026-03-05 03:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.65 - - [2026-03-05 03:56:53] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004375 10.0.0.65 - - [2026-03-05 03:56:53] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003223 10.0.0.65 - - [2026-03-05 03:56:54] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005076 10.0.0.65 - - [2026-03-05 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.65 - - [2026-03-05 03:56:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003533 10.0.0.65 - - [2026-03-05 03:56:54] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002451 10.0.0.65 - - [2026-03-05 03:56:54] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005191 10.0.0.65 - - [2026-03-05 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.65 - - [2026-03-05 03:56:54] "GET /routing-instance/6093fa5b-30c8-404f-a93f-7806ef4d5822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005187 10.0.0.65 - - [2026-03-05 03:56:54] "GET /route-target/7be22a6a-ec80-4826-b0c0-b26a5419afaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004742 10.0.0.65 - - [2026-03-05 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.65 - - [2026-03-05 03:56:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003041 10.0.0.65 - - [2026-03-05 03:56:54] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002599 10.0.0.65 - - [2026-03-05 03:56:54] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005477 10.0.0.65 - - [2026-03-05 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.65 - - [2026-03-05 03:56:54] "GET /routing-instance/6093fa5b-30c8-404f-a93f-7806ef4d5822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004430 10.0.0.65 - - [2026-03-05 03:56:54] "GET /route-target/7be22a6a-ec80-4826-b0c0-b26a5419afaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004134 10.0.0.65 - - [2026-03-05 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.65 - - [2026-03-05 03:56:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003711 10.0.0.65 - - [2026-03-05 03:56:54] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002715 10.0.0.65 - - [2026-03-05 03:56:54] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005133 10.0.0.65 - - [2026-03-05 03:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.65 - - [2026-03-05 03:56:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003608 10.0.0.65 - - [2026-03-05 03:56:55] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002529 10.0.0.65 - - [2026-03-05 03:56:55] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004969 10.0.0.133 - - [2026-03-05 03:56:55] "GET /obj-perms HTTP/1.1" 200 5044 0.003803 10.0.0.65 - - [2026-03-05 03:56:55] "GET /obj-perms HTTP/1.1" 200 5044 0.003403 10.0.0.65 - - [2026-03-05 03:56:55] "GET /obj-perms HTTP/1.1" 200 5044 0.004754 10.0.0.133 - - [2026-03-05 03:56:55] "GET /obj-perms HTTP/1.1" 200 5044 0.003549 10.0.0.65 - - [2026-03-05 03:56:55] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 200 1301 0.003407 10.0.0.65 - - [2026-03-05 03:56:55] "GET /virtual-machine-interface/2fb1f620-6317-40f8-adc4-657e6947fdf5 HTTP/1.1" 200 2956 0.004770 10.0.0.65 - - [2026-03-05 03:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.65 - - [2026-03-05 03:56:55] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003296 10.0.0.65 - - [2026-03-05 03:56:55] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002544 10.0.0.65 - - [2026-03-05 03:56:55] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005346 10.0.0.65 - - [2026-03-05 03:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.65 - - [2026-03-05 03:56:56] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003990 10.0.0.65 - - [2026-03-05 03:56:56] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003235 10.0.0.65 - - [2026-03-05 03:56:56] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.008109 10.0.0.65 - - [2026-03-05 03:56:58] "POST /neutron/port HTTP/1.1" 200 1126 0.018471 10.0.0.65 - - [2026-03-05 03:56:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003763 10.0.0.65 - - [2026-03-05 03:56:58] "POST /neutron/network HTTP/1.1" 200 808 0.006000 10.0.0.65 - - [2026-03-05 03:57:01] "POST /neutron/port HTTP/1.1" 200 1126 0.015464 10.0.0.65 - - [2026-03-05 03:57:06] "POST /neutron/security_group HTTP/1.1" 200 2065 0.032696 10.0.0.65 - - [2026-03-05 03:57:12] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 200 1301 0.004739 10.0.0.65 - - [2026-03-05 03:57:12] "GET /virtual-machine-interface/c882f642-8526-41cf-bda0-3edd375d81ce HTTP/1.1" 200 2957 0.005652 10.0.0.65 - - [2026-03-05 03:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.65 - - [2026-03-05 03:57:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003336 10.0.0.65 - - [2026-03-05 03:57:12] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002794 10.0.0.65 - - [2026-03-05 03:57:12] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005313 10.0.0.65 - - [2026-03-05 03:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.65 - - [2026-03-05 03:57:13] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003751 10.0.0.65 - - [2026-03-05 03:57:13] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003144 10.0.0.65 - - [2026-03-05 03:57:13] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005313 10.0.0.65 - - [2026-03-05 03:57:13] "POST /neutron/port HTTP/1.1" 200 1126 0.015620 10.0.0.65 - - [2026-03-05 03:57:32] "POST /neutron/port HTTP/1.1" 200 1126 0.014761 10.0.0.65 - - [2026-03-05 03:57:32] "POST /neutron/subnet HTTP/1.1" 200 675 0.007375 10.0.0.65 - - [2026-03-05 03:57:58] "POST /neutron/port HTTP/1.1" 200 1126 0.014274 10.0.0.65 - - [2026-03-05 03:57:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005625 10.0.0.65 - - [2026-03-05 03:57:58] "POST /neutron/network HTTP/1.1" 200 808 0.006327 10.0.0.133 - - [2026-03-05 03:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000399 10.0.0.133 - - [2026-03-05 03:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000397 10.0.0.33 - - [2026-03-05 03:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000378 10.0.0.33 - - [2026-03-05 03:58:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.133 - - [2026-03-05 03:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.133 - - [2026-03-05 03:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.33 - - [2026-03-05 03:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000371 10.0.0.33 - - [2026-03-05 03:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.65 - - [2026-03-05 03:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000342 10.0.0.65 - - [2026-03-05 03:58:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.65 - - [2026-03-05 03:58:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000401 10.0.0.65 - - [2026-03-05 03:58:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000385 10.0.0.133 - - [2026-03-05 03:58:18] "GET /obj-perms HTTP/1.1" 200 5056 0.048753 10.0.0.65 - - [2026-03-05 03:58:32] "POST /neutron/network HTTP/1.1" 200 818 0.005729 10.0.0.65 - - [2026-03-05 03:58:32] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.65 - - [2026-03-05 03:58:59] "POST /neutron/port HTTP/1.1" 200 1126 0.014381 10.0.0.65 - - [2026-03-05 03:58:59] "POST /neutron/subnet HTTP/1.1" 200 675 0.007949 10.0.0.65 - - [2026-03-05 03:59:07] "POST /neutron/port HTTP/1.1" 200 1126 0.014139 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 200 1301 0.003699 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-machine-interface/2fb1f620-6317-40f8-adc4-657e6947fdf5 HTTP/1.1" 200 2956 0.004566 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 200 1301 0.003298 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-machine-interface/2fb1f620-6317-40f8-adc4-657e6947fdf5 HTTP/1.1" 200 2956 0.004682 10.0.0.65 - - [2026-03-05 03:59:08] "GET /instance-ip/30ae80b4-3148-4101-aaba-eef6267148b8 HTTP/1.1" 200 1623 0.004239 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 200 1301 0.002593 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-machine-interface/2fb1f620-6317-40f8-adc4-657e6947fdf5 HTTP/1.1" 200 2956 0.004237 10.0.0.65 - - [2026-03-05 03:59:08] "GET /instance-ip/30ae80b4-3148-4101-aaba-eef6267148b8 HTTP/1.1" 200 1623 0.002965 10.0.0.65 - - [2026-03-05 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.65 - - [2026-03-05 03:59:08] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002920 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002682 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004866 10.0.0.65 - - [2026-03-05 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.65 - - [2026-03-05 03:59:08] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003769 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002340 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005565 10.0.0.65 - - [2026-03-05 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.65 - - [2026-03-05 03:59:08] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003537 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002553 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004872 10.0.0.65 - - [2026-03-05 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.65 - - [2026-03-05 03:59:08] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003774 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002851 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005188 10.0.0.65 - - [2026-03-05 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.65 - - [2026-03-05 03:59:08] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003409 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002782 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005718 10.0.0.65 - - [2026-03-05 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.65 - - [2026-03-05 03:59:08] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003498 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002707 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005387 10.0.0.65 - - [2026-03-05 03:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.65 - - [2026-03-05 03:59:08] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006929 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003539 10.0.0.65 - - [2026-03-05 03:59:08] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005686 10.0.0.65 - - [2026-03-05 03:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.65 - - [2026-03-05 03:59:09] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003107 10.0.0.65 - - [2026-03-05 03:59:09] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002424 10.0.0.65 - - [2026-03-05 03:59:10] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006505 10.0.0.65 - - [2026-03-05 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.65 - - [2026-03-05 03:59:10] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002927 10.0.0.65 - - [2026-03-05 03:59:10] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002890 10.0.0.65 - - [2026-03-05 03:59:10] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006335 10.0.0.65 - - [2026-03-05 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.65 - - [2026-03-05 03:59:10] "GET /routing-instance/6093fa5b-30c8-404f-a93f-7806ef4d5822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004208 10.0.0.65 - - [2026-03-05 03:59:10] "GET /route-target/7be22a6a-ec80-4826-b0c0-b26a5419afaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003729 10.0.0.65 - - [2026-03-05 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.65 - - [2026-03-05 03:59:10] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003134 10.0.0.65 - - [2026-03-05 03:59:10] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003605 10.0.0.65 - - [2026-03-05 03:59:10] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006680 10.0.0.65 - - [2026-03-05 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.65 - - [2026-03-05 03:59:10] "GET /routing-instance/6093fa5b-30c8-404f-a93f-7806ef4d5822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004173 10.0.0.65 - - [2026-03-05 03:59:10] "GET /route-target/7be22a6a-ec80-4826-b0c0-b26a5419afaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005386 10.0.0.65 - - [2026-03-05 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.65 - - [2026-03-05 03:59:10] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004457 10.0.0.65 - - [2026-03-05 03:59:10] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002813 10.0.0.65 - - [2026-03-05 03:59:10] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.008888 10.0.0.65 - - [2026-03-05 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.65 - - [2026-03-05 03:59:10] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003710 10.0.0.65 - - [2026-03-05 03:59:10] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002758 10.0.0.65 - - [2026-03-05 03:59:11] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005145 10.0.0.133 - - [2026-03-05 03:59:15] "GET /obj-perms HTTP/1.1" 200 5044 0.004225 10.0.0.65 - - [2026-03-05 03:59:19] "GET /obj-perms HTTP/1.1" 200 5056 0.051544 10.0.0.33 - - [2026-03-05 03:59:19] "GET /obj-perms HTTP/1.1" 200 5056 0.048209 10.0.0.65 - - [2026-03-05 03:59:19] "GET /virtual-router/d497159e-88fa-448a-9d4b-fad2e33ac527?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.004105 10.0.0.133 - - [2026-03-05 03:59:21] "GET /obj-perms HTTP/1.1" 200 5044 0.003759 10.0.0.133 - - [2026-03-05 03:59:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003749 10.0.0.65 - - [2026-03-05 03:59:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003608 10.0.0.65 - - [2026-03-05 03:59:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003525 10.0.0.133 - - [2026-03-05 03:59:25] "GET /obj-perms HTTP/1.1" 200 5044 0.003518 10.0.0.65 - - [2026-03-05 03:59:25] "POST /neutron/security_group HTTP/1.1" 200 2065 0.006387 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 200 1301 0.003250 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-machine-interface/c882f642-8526-41cf-bda0-3edd375d81ce HTTP/1.1" 200 2957 0.004604 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 200 1301 0.003354 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-machine-interface/c882f642-8526-41cf-bda0-3edd375d81ce HTTP/1.1" 200 2957 0.004631 10.0.0.65 - - [2026-03-05 03:59:25] "GET /instance-ip/300ab6f4-0f98-4749-be55-1d81c0fec8de HTTP/1.1" 200 1623 0.003602 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 200 1301 0.003196 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-machine-interface/c882f642-8526-41cf-bda0-3edd375d81ce HTTP/1.1" 200 2957 0.012810 10.0.0.65 - - [2026-03-05 03:59:25] "GET /instance-ip/300ab6f4-0f98-4749-be55-1d81c0fec8de HTTP/1.1" 200 1623 0.003938 10.0.0.65 - - [2026-03-05 03:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.65 - - [2026-03-05 03:59:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003129 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002996 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007388 10.0.0.65 - - [2026-03-05 03:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.65 - - [2026-03-05 03:59:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003965 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002837 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005299 10.0.0.65 - - [2026-03-05 03:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.65 - - [2026-03-05 03:59:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004579 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003398 10.0.0.65 - - [2026-03-05 03:59:25] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006210 10.0.0.65 - - [2026-03-05 03:59:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.65 - - [2026-03-05 03:59:26] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004572 10.0.0.65 - - [2026-03-05 03:59:26] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003594 10.0.0.65 - - [2026-03-05 03:59:26] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006329 10.0.0.65 - - [2026-03-05 03:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.65 - - [2026-03-05 03:59:26] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004928 10.0.0.65 - - [2026-03-05 03:59:26] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003481 10.0.0.65 - - [2026-03-05 03:59:26] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005964 10.0.0.65 - - [2026-03-05 03:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.65 - - [2026-03-05 03:59:26] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005160 10.0.0.65 - - [2026-03-05 03:59:26] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003995 10.0.0.65 - - [2026-03-05 03:59:26] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007426 10.0.0.65 - - [2026-03-05 03:59:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.65 - - [2026-03-05 03:59:26] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004627 10.0.0.65 - - [2026-03-05 03:59:26] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003194 10.0.0.65 - - [2026-03-05 03:59:26] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006625 10.0.0.65 - - [2026-03-05 03:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.65 - - [2026-03-05 03:59:27] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003149 10.0.0.65 - - [2026-03-05 03:59:27] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002670 10.0.0.65 - - [2026-03-05 03:59:27] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005184 10.0.0.65 - - [2026-03-05 03:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.65 - - [2026-03-05 03:59:27] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004088 10.0.0.65 - - [2026-03-05 03:59:27] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003447 10.0.0.65 - - [2026-03-05 03:59:27] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005562 10.0.0.65 - - [2026-03-05 03:59:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.65 - - [2026-03-05 03:59:27] "GET /routing-instance/6093fa5b-30c8-404f-a93f-7806ef4d5822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.003682 10.0.0.65 - - [2026-03-05 03:59:28] "GET /route-target/7be22a6a-ec80-4826-b0c0-b26a5419afaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003717 10.0.0.65 - - [2026-03-05 03:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.65 - - [2026-03-05 03:59:28] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003471 10.0.0.65 - - [2026-03-05 03:59:28] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002857 10.0.0.65 - - [2026-03-05 03:59:28] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005904 10.0.0.65 - - [2026-03-05 03:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.65 - - [2026-03-05 03:59:28] "GET /routing-instance/6093fa5b-30c8-404f-a93f-7806ef4d5822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.005302 10.0.0.65 - - [2026-03-05 03:59:28] "GET /route-target/7be22a6a-ec80-4826-b0c0-b26a5419afaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004151 10.0.0.65 - - [2026-03-05 03:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.65 - - [2026-03-05 03:59:28] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004009 10.0.0.65 - - [2026-03-05 03:59:28] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002944 10.0.0.65 - - [2026-03-05 03:59:28] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005262 10.0.0.65 - - [2026-03-05 03:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.65 - - [2026-03-05 03:59:28] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003666 10.0.0.65 - - [2026-03-05 03:59:28] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002736 10.0.0.65 - - [2026-03-05 03:59:28] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.004795 10.0.0.65 - - [2026-03-05 03:59:28] "GET /obj-perms HTTP/1.1" 200 5044 0.003633 10.0.0.133 - - [2026-03-05 03:59:28] "GET /obj-perms HTTP/1.1" 200 5044 0.003200 10.0.0.65 - - [2026-03-05 03:59:28] "GET /obj-perms HTTP/1.1" 200 5044 0.003852 10.0.0.65 - - [2026-03-05 03:59:28] "GET /obj-perms HTTP/1.1" 200 5044 0.003529 10.0.0.65 - - [2026-03-05 03:59:32] "POST /neutron/network HTTP/1.1" 200 818 0.031710 10.0.0.65 - - [2026-03-05 03:59:32] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.65 - - [2026-03-05 03:59:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.65 - - [2026-03-05 03:59:49] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003112 10.0.0.65 - - [2026-03-05 03:59:49] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004682 10.0.0.65 - - [2026-03-05 03:59:49] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005202 10.0.0.65 - - [2026-03-05 03:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.65 - - [2026-03-05 03:59:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003429 10.0.0.65 - - [2026-03-05 03:59:50] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002798 10.0.0.65 - - [2026-03-05 03:59:50] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005949 10.0.0.65 - - [2026-03-05 03:59:59] "POST /neutron/port HTTP/1.1" 200 1126 0.030376 10.0.0.65 - - [2026-03-05 03:59:59] "POST /neutron/subnet HTTP/1.1" 200 675 0.007926 10.0.0.65 - - [2026-03-05 04:00:05] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 200 1301 0.004378 10.0.0.65 - - [2026-03-05 04:00:05] "GET /virtual-machine-interface/c882f642-8526-41cf-bda0-3edd375d81ce HTTP/1.1" 200 2957 0.004786 10.0.0.65 - - [2026-03-05 04:00:05] "GET /instance-ip/300ab6f4-0f98-4749-be55-1d81c0fec8de HTTP/1.1" 200 1623 0.004706 10.0.0.65 - - [2026-03-05 04:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.65 - - [2026-03-05 04:00:05] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003724 10.0.0.65 - - [2026-03-05 04:00:05] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002864 10.0.0.65 - - [2026-03-05 04:00:05] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.006361 10.0.0.65 - - [2026-03-05 04:00:09] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 200 1301 0.003778 10.0.0.65 - - [2026-03-05 04:00:10] "POST /neutron/port HTTP/1.1" 200 1126 0.020159 10.0.0.65 - - [2026-03-05 04:00:11] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.002808 10.0.0.65 - - [2026-03-05 04:00:11] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.002505 10.0.0.65 - - [2026-03-05 04:00:11] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.002392 10.0.0.65 - - [2026-03-05 04:00:12] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003407 10.0.0.65 - - [2026-03-05 04:00:13] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.004061 10.0.0.65 - - [2026-03-05 04:00:14] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.002899 10.0.0.65 - - [2026-03-05 04:00:15] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003687 10.0.0.65 - - [2026-03-05 04:00:16] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003046 10.0.0.65 - - [2026-03-05 04:00:17] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003188 10.0.0.65 - - [2026-03-05 04:00:17] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.002691 10.0.0.65 - - [2026-03-05 04:00:18] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003027 10.0.0.65 - - [2026-03-05 04:00:19] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003566 10.0.0.133 - - [2026-03-05 04:00:20] "GET /obj-perms HTTP/1.1" 200 5056 0.059161 10.0.0.65 - - [2026-03-05 04:00:20] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.004214 10.0.0.65 - - [2026-03-05 04:00:21] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.002785 10.0.0.65 - - [2026-03-05 04:00:22] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003156 10.0.0.65 - - [2026-03-05 04:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.65 - - [2026-03-05 04:00:22] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003937 10.0.0.65 - - [2026-03-05 04:00:22] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002845 10.0.0.65 - - [2026-03-05 04:00:22] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005788 10.0.0.65 - - [2026-03-05 04:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.65 - - [2026-03-05 04:00:22] "GET /routing-instance/6093fa5b-30c8-404f-a93f-7806ef4d5822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004358 10.0.0.65 - - [2026-03-05 04:00:22] "GET /route-target/7be22a6a-ec80-4826-b0c0-b26a5419afaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003909 10.0.0.65 - - [2026-03-05 04:00:22] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003515 10.0.0.65 - - [2026-03-05 04:00:23] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.002720 10.0.0.65 - - [2026-03-05 04:00:24] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.002960 10.0.0.65 - - [2026-03-05 04:00:25] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.002614 10.0.0.65 - - [2026-03-05 04:00:26] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.004910 10.0.0.65 - - [2026-03-05 04:00:27] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003612 10.0.0.65 - - [2026-03-05 04:00:27] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.002965 10.0.0.65 - - [2026-03-05 04:00:28] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003014 10.0.0.65 - - [2026-03-05 04:00:29] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003488 10.0.0.65 - - [2026-03-05 04:00:31] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003806 10.0.0.65 - - [2026-03-05 04:00:32] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.004149 10.0.0.65 - - [2026-03-05 04:00:33] "GET /virtual-machine/36391c5e-5501-403e-9889-acc411d23420 HTTP/1.1" 404 171 0.003024 10.0.0.65 - - [2026-03-05 04:00:33] "GET /obj-perms HTTP/1.1" 200 5044 0.003032 10.0.0.65 - - [2026-03-05 04:00:33] "GET /obj-perms HTTP/1.1" 200 5044 0.003541 10.0.0.33 - - [2026-03-05 04:00:33] "GET /obj-perms HTTP/1.1" 200 5044 0.003287 10.0.0.65 - - [2026-03-05 04:00:33] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 200 1301 0.003979 10.0.0.65 - - [2026-03-05 04:00:33] "POST /neutron/port HTTP/1.1" 200 1126 0.015498 10.0.0.65 - - [2026-03-05 04:00:35] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.002822 10.0.0.65 - - [2026-03-05 04:00:35] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.003492 10.0.0.65 - - [2026-03-05 04:00:35] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.002916 10.0.0.65 - - [2026-03-05 04:00:35] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.003569 10.0.0.65 - - [2026-03-05 04:00:36] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.003731 10.0.0.65 - - [2026-03-05 04:00:37] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.002791 10.0.0.65 - - [2026-03-05 04:00:38] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.002536 10.0.0.65 - - [2026-03-05 04:00:39] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.003118 10.0.0.65 - - [2026-03-05 04:00:40] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.003959 10.0.0.65 - - [2026-03-05 04:00:40] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.002618 10.0.0.65 - - [2026-03-05 04:00:41] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.003910 10.0.0.65 - - [2026-03-05 04:00:42] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.003675 10.0.0.65 - - [2026-03-05 04:00:43] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.002580 10.0.0.65 - - [2026-03-05 04:00:44] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.002955 10.0.0.65 - - [2026-03-05 04:00:45] "GET /virtual-machine/664efac3-89f6-4800-ad5b-79d1d123fa04 HTTP/1.1" 404 171 0.002714 10.0.0.65 - - [2026-03-05 04:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.65 - - [2026-03-05 04:00:45] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004389 10.0.0.65 - - [2026-03-05 04:00:45] "GET /virtual-networks?parent_id=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004060 10.0.0.65 - - [2026-03-05 04:00:45] "GET /virtual-network/b216b7eb-5008-40a9-b4d9-7bf80827d842?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005394 10.0.0.65 - - [2026-03-05 04:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.65 - - [2026-03-05 04:00:45] "GET /routing-instance/6093fa5b-30c8-404f-a93f-7806ef4d5822?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.004593 10.0.0.65 - - [2026-03-05 04:00:45] "GET /route-target/7be22a6a-ec80-4826-b0c0-b26a5419afaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003847 10.0.0.133 - - [2026-03-05 04:00:48] "GET /obj-perms HTTP/1.1" 200 5044 0.003263 10.0.0.65 - - [2026-03-05 04:00:51] "GET /obj-perms HTTP/1.1" 200 5044 0.003538 10.0.0.65 - - [2026-03-05 04:00:55] "GET /obj-perms HTTP/1.1" 200 5044 0.003440 10.0.0.133 - - [2026-03-05 04:00:55] "GET /obj-perms HTTP/1.1" 200 5044 0.003602 10.0.0.65 - - [2026-03-05 04:00:55] "POST /neutron/network HTTP/1.1" 200 808 0.004969 10.0.0.65 - - [2026-03-05 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.034786 10.0.0.65 - - [2026-03-05 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.65 - - [2026-03-05 04:00:55] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003117 10.0.0.65 - - [2026-03-05 04:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.65 - - [2026-03-05 04:00:55] "PUT /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f HTTP/1.1" 200 277 0.012465 10.0.0.133 - - [2026-03-05 04:00:57] "GET /projects?obj_uuids=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.033628 10.0.0.65 - - [2026-03-05 04:00:57] "GET /project/f62a18d8-40e2-498c-a4da-afc5a958997b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.111543 10.0.0.133 - - [2026-03-05 04:00:57] "GET /projects?obj_uuids=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000888 10.0.0.65 - - [2026-03-05 04:00:58] "GET /project/f62a18d8-40e2-498c-a4da-afc5a958997b?fields=virtual_networks HTTP/1.1" 200 1049 0.033159 10.0.0.133 - - [2026-03-05 04:00:58] "GET /projects?obj_uuids=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000862 10.0.0.65 - - [2026-03-05 04:00:58] "GET /project/f62a18d8-40e2-498c-a4da-afc5a958997b?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.037742 10.0.0.133 - - [2026-03-05 04:00:58] "GET /projects?obj_uuids=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000809 10.0.0.65 - - [2026-03-05 04:00:58] "GET /project/f62a18d8-40e2-498c-a4da-afc5a958997b?fields=security_groups HTTP/1.1" 200 1283 0.035412 10.0.0.65 - - [2026-03-05 04:00:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.026340 10.0.0.133 - - [2026-03-05 04:00:59] "GET /projects?obj_uuids=867bff60-9e96-41f2-be0a-87d6ddd47baf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002687 10.0.0.133 - - [2026-03-05 04:00:59] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.133 - - [2026-03-05 04:00:59] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049308 10.0.0.133 - - [2026-03-05 04:00:59] "POST /id-to-fqname HTTP/1.1" 200 196 0.001839 10.0.0.133 - - [2026-03-05 04:00:59] "POST /fqname-to-id HTTP/1.1" 404 205 0.006014 10.0.0.133 - - [2026-03-05 04:00:59] "POST /security-groups HTTP/1.1" 200 597 0.085792 10.0.0.133 - - [2026-03-05 04:00:59] "POST /projects HTTP/1.1" 200 597 0.271003 10.0.0.65 - - [2026-03-05 04:00:59] "POST /access-control-lists HTTP/1.1" 200 604 0.029532 10.0.0.133 - - [2026-03-05 04:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.343810 10.0.0.65 - - [2026-03-05 04:00:59] "GET /project/867bff60-9e96-41f2-be0a-87d6ddd47baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.528130 10.0.0.65 - - [2026-03-05 04:01:00] "GET / HTTP/1.1" 200 36215 0.001385 10.0.0.133 - - [2026-03-05 04:01:03] "GET /projects?obj_uuids=867bff60-9e96-41f2-be0a-87d6ddd47baf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000864 10.0.0.65 - - [2026-03-05 04:01:03] "GET /project/867bff60-9e96-41f2-be0a-87d6ddd47baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1390 0.032587 10.0.0.133 - - [2026-03-05 04:01:03] "GET /projects?obj_uuids=867bff60-9e96-41f2-be0a-87d6ddd47baf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001057 10.0.0.65 - - [2026-03-05 04:01:03] "GET /project/867bff60-9e96-41f2-be0a-87d6ddd47baf?fields=virtual_networks HTTP/1.1" 200 1046 0.081634 10.0.0.133 - - [2026-03-05 04:01:03] "GET /projects?obj_uuids=867bff60-9e96-41f2-be0a-87d6ddd47baf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000907 10.0.0.65 - - [2026-03-05 04:01:03] "GET /project/867bff60-9e96-41f2-be0a-87d6ddd47baf?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.038046 10.0.0.133 - - [2026-03-05 04:01:04] "GET /projects?obj_uuids=867bff60-9e96-41f2-be0a-87d6ddd47baf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000859 10.0.0.65 - - [2026-03-05 04:01:04] "GET /project/867bff60-9e96-41f2-be0a-87d6ddd47baf?fields=security_groups HTTP/1.1" 200 1279 0.031967 10.0.0.65 - - [2026-03-05 04:01:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.028020 10.0.0.133 - - [2026-03-05 04:01:05] "GET /projects?obj_uuids=09146716-d8a4-43ca-9cd8-1d817205ea68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002816 10.0.0.133 - - [2026-03-05 04:01:05] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000827 10.0.0.133 - - [2026-03-05 04:01:05] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006694 10.0.0.133 - - [2026-03-05 04:01:05] "POST /id-to-fqname HTTP/1.1" 200 190 0.004885 10.0.0.133 - - [2026-03-05 04:01:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.005596 10.0.0.133 - - [2026-03-05 04:01:05] "POST /security-groups HTTP/1.1" 200 591 0.027991 10.0.0.65 - - [2026-03-05 04:01:05] "POST /fqname-to-id HTTP/1.1" 404 234 0.003288 10.0.0.133 - - [2026-03-05 04:01:05] "POST /projects HTTP/1.1" 200 585 0.240165 10.0.0.133 - - [2026-03-05 04:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.315851 10.0.0.65 - - [2026-03-05 04:01:05] "GET /project/09146716-d8a4-43ca-9cd8-1d817205ea68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.467660 10.0.0.65 - - [2026-03-05 04:01:05] "POST /access-control-lists HTTP/1.1" 200 596 0.043540 10.0.0.65 - - [2026-03-05 04:01:06] "GET / HTTP/1.1" 200 36215 0.001808 10.0.0.133 - - [2026-03-05 04:01:09] "GET /projects?obj_uuids=09146716-d8a4-43ca-9cd8-1d817205ea68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.65 - - [2026-03-05 04:01:09] "GET /project/09146716-d8a4-43ca-9cd8-1d817205ea68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.033487 10.0.0.133 - - [2026-03-05 04:01:09] "GET /projects?obj_uuids=09146716-d8a4-43ca-9cd8-1d817205ea68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000849 10.0.0.65 - - [2026-03-05 04:01:09] "GET /project/09146716-d8a4-43ca-9cd8-1d817205ea68?fields=virtual_networks HTTP/1.1" 200 1033 0.083457 10.0.0.133 - - [2026-03-05 04:01:09] "GET /projects?obj_uuids=09146716-d8a4-43ca-9cd8-1d817205ea68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001130 10.0.0.65 - - [2026-03-05 04:01:09] "GET /project/09146716-d8a4-43ca-9cd8-1d817205ea68?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.037780 10.0.0.133 - - [2026-03-05 04:01:09] "GET /projects?obj_uuids=09146716-d8a4-43ca-9cd8-1d817205ea68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000960 10.0.0.65 - - [2026-03-05 04:01:09] "GET /project/09146716-d8a4-43ca-9cd8-1d817205ea68?fields=security_groups HTTP/1.1" 200 1260 0.033318 10.0.0.65 - - [2026-03-05 04:01:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.027768 10.0.0.133 - - [2026-03-05 04:01:10] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002892 10.0.0.133 - - [2026-03-05 04:01:10] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.133 - - [2026-03-05 04:01:10] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006675 10.0.0.133 - - [2026-03-05 04:01:10] "POST /id-to-fqname HTTP/1.1" 200 198 0.001103 10.0.0.133 - - [2026-03-05 04:01:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.005407 10.0.0.133 - - [2026-03-05 04:01:11] "POST /security-groups HTTP/1.1" 200 599 0.069125 10.0.0.133 - - [2026-03-05 04:01:11] "POST /projects HTTP/1.1" 200 601 0.273591 10.0.0.65 - - [2026-03-05 04:01:11] "POST /fqname-to-id HTTP/1.1" 404 241 0.008112 10.0.0.133 - - [2026-03-05 04:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.349702 10.0.0.65 - - [2026-03-05 04:01:11] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.483189 10.0.0.65 - - [2026-03-05 04:01:12] "GET / HTTP/1.1" 200 36215 0.001473 10.0.0.65 - - [2026-03-05 04:01:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000583 10.0.0.65 - - [2026-03-05 04:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.062842 10.0.0.133 - - [2026-03-05 04:01:13] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000764 10.0.0.65 - - [2026-03-05 04:01:13] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039985 10.0.0.133 - - [2026-03-05 04:01:13] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001397 10.0.0.65 - - [2026-03-05 04:01:13] "POST /neutron/network HTTP/1.1" 200 601 0.145430 10.0.0.65 - - [2026-03-05 04:01:13] "POST /ref-update HTTP/1.1" 200 156 0.019424 10.0.0.65 - - [2026-03-05 04:01:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.054940 10.0.0.65 - - [2026-03-05 04:01:13] "POST /neutron/network HTTP/1.1" 200 975 0.010996 10.0.0.65 - - [2026-03-05 04:01:13] "POST /id-to-fqname HTTP/1.1" 200 222 0.000952 10.0.0.65 - - [2026-03-05 04:01:14] "GET /virtual-network/64f5a4ba-e734-4dec-a318-ab55de8f91bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.004407 10.0.0.65 - - [2026-03-05 04:01:14] "GET /virtual-network/64f5a4ba-e734-4dec-a318-ab55de8f91bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.004827 10.0.0.65 - - [2026-03-05 04:01:14] "POST /neutron/subnet HTTP/1.1" 200 716 0.009323 10.0.0.65 - - [2026-03-05 04:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.133 - - [2026-03-05 04:01:14] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.65 - - [2026-03-05 04:01:14] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050835 10.0.0.133 - - [2026-03-05 04:01:14] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001914 10.0.0.65 - - [2026-03-05 04:01:14] "POST /neutron/network HTTP/1.1" 200 601 0.108310 10.0.0.65 - - [2026-03-05 04:01:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.004942 10.0.0.65 - - [2026-03-05 04:01:14] "POST /neutron/network HTTP/1.1" 200 976 0.012058 10.0.0.65 - - [2026-03-05 04:01:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.001265 10.0.0.65 - - [2026-03-05 04:01:14] "GET /virtual-network/516f9b08-71cd-47ca-9e35-b93ace75db56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.012079 10.0.0.65 - - [2026-03-05 04:01:14] "GET /virtual-network/516f9b08-71cd-47ca-9e35-b93ace75db56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.004901 10.0.0.65 - - [2026-03-05 04:01:14] "POST /neutron/subnet HTTP/1.1" 200 716 0.013529 10.0.0.65 - - [2026-03-05 04:01:14] "DELETE /access-control-list/e9d63126-2960-4016-844e-c31595e61b43 HTTP/1.1" 200 115 0.031528 10.0.0.65 - - [2026-03-05 04:01:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.001615 10.0.0.133 - - [2026-03-05 04:01:15] "DELETE /project/09146716d8a443ca9cd81d817205ea68 HTTP/1.1" 404 173 0.063965 10.0.0.133 - - [2026-03-05 04:01:15] "DELETE /project/65272903bd394eb5b11f2efe07aa3b18 HTTP/1.1" 404 173 0.070074 10.0.0.133 - - [2026-03-05 04:01:15] "DELETE /project/867bff609e9641f2be0a87d6ddd47baf HTTP/1.1" 404 173 0.052552 10.0.0.133 - - [2026-03-05 04:01:15] "GET /projects?obj_uuids=09146716-d8a4-43ca-9cd8-1d817205ea68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003658 10.0.0.133 - - [2026-03-05 04:01:15] "GET /projects?obj_uuids=867bff60-9e96-41f2-be0a-87d6ddd47baf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000965 10.0.0.133 - - [2026-03-05 04:01:15] "GET /projects?obj_uuids=f62a18d8-40e2-498c-a4da-afc5a958997b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005799 10.0.0.133 - - [2026-03-05 04:01:15] "GET /project/09146716-d8a4-43ca-9cd8-1d817205ea68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.058109 10.0.0.133 - - [2026-03-05 04:01:15] "GET /project/867bff60-9e96-41f2-be0a-87d6ddd47baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.073162 10.0.0.133 - - [2026-03-05 04:01:15] "GET /projects?obj_uuids=09146716-d8a4-43ca-9cd8-1d817205ea68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001399 10.0.0.133 - - [2026-03-05 04:01:15] "GET /projects?obj_uuids=867bff60-9e96-41f2-be0a-87d6ddd47baf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000746 10.0.0.133 - - [2026-03-05 04:01:15] "GET /project/09146716-d8a4-43ca-9cd8-1d817205ea68?fields=security_groups HTTP/1.1" 200 1362 0.043533 10.0.0.133 - - [2026-03-05 04:01:15] "GET /project/867bff60-9e96-41f2-be0a-87d6ddd47baf?fields=security_groups HTTP/1.1" 200 1381 0.049706 10.0.0.133 - - [2026-03-05 04:01:15] "DELETE /security-group/56f7bd9c-5821-4e19-8fb8-496bcdca41f4 HTTP/1.1" 200 115 0.051981 10.0.0.133 - - [2026-03-05 04:01:15] "DELETE /security-group/63c749f1-56e7-49fa-8d23-ca4ffa5d623e HTTP/1.1" 200 115 0.061243 10.0.0.133 - - [2026-03-05 04:01:15] "GET /projects?obj_uuids=867bff60-9e96-41f2-be0a-87d6ddd47baf&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001862 10.0.0.133 - - [2026-03-05 04:01:15] "GET /projects?obj_uuids=09146716-d8a4-43ca-9cd8-1d817205ea68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000967 10.0.0.133 - - [2026-03-05 04:01:15] "GET /project/867bff60-9e96-41f2-be0a-87d6ddd47baf?fields=application_policy_sets HTTP/1.1" 200 1420 0.087798 10.0.0.65 - - [2026-03-05 04:01:15] "DELETE /access-control-list/c57ff06a-68ef-49b0-8fd2-52021d652dbd HTTP/1.1" 200 115 0.092610 10.0.0.133 - - [2026-03-05 04:01:15] "GET /project/09146716-d8a4-43ca-9cd8-1d817205ea68?fields=application_policy_sets HTTP/1.1" 200 1401 0.135288 10.0.0.133 - - [2026-03-05 04:01:15] "DELETE /project/867bff60-9e96-41f2-be0a-87d6ddd47baf HTTP/1.1" 200 115 0.545301 10.0.0.133 - - [2026-03-05 04:01:15] "DELETE /project/09146716-d8a4-43ca-9cd8-1d817205ea68 HTTP/1.1" 200 115 0.633547 10.0.0.133 - - [2026-03-05 04:01:16] "GET /project/f62a18d8-40e2-498c-a4da-afc5a958997b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.985689 10.0.0.133 - - [2026-03-05 04:01:16] "DELETE /project/f62a18d8-40e2-498c-a4da-afc5a958997b HTTP/1.1" 404 171 1.024415 10.0.0.133 - - [2026-03-05 04:01:16] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000947 10.0.0.65 - - [2026-03-05 04:01:16] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.070771 10.0.0.65 - - [2026-03-05 04:01:16] "POST /neutron/network HTTP/1.1" 200 975 0.037721 10.0.0.65 - - [2026-03-05 04:01:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001205 10.0.0.65 - - [2026-03-05 04:01:16] "POST /neutron/port HTTP/1.1" 200 117 0.005797 10.0.0.133 - - [2026-03-05 04:01:17] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.65 - - [2026-03-05 04:01:17] "POST /neutron/port HTTP/1.1" 200 1153 0.326006 10.0.0.133 - - [2026-03-05 04:01:17] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.65 - - [2026-03-05 04:01:17] "POST /neutron/port HTTP/1.1" 200 1207 0.134760 10.0.0.65 - - [2026-03-05 04:01:17] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.099508 10.0.0.65 - - [2026-03-05 04:01:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003536 10.0.0.65 - - [2026-03-05 04:01:18] "POST /neutron/port HTTP/1.1" 200 117 0.000991 10.0.0.65 - - [2026-03-05 04:01:18] "POST /neutron/port HTTP/1.1" 200 1217 0.020506 10.0.0.65 - - [2026-03-05 04:01:18] "POST /neutron/port HTTP/1.1" 200 1217 0.015459 10.0.0.133 - - [2026-03-05 04:01:18] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000910 10.0.0.65 - - [2026-03-05 04:01:18] "POST /neutron/port HTTP/1.1" 200 1154 0.297916 10.0.0.65 - - [2026-03-05 04:01:19] "POST /neutron/port HTTP/1.1" 200 1208 0.117660 10.0.0.65 - - [2026-03-05 04:01:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003522 10.0.0.65 - - [2026-03-05 04:01:19] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.65 - - [2026-03-05 04:01:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006588 10.0.0.65 - - [2026-03-05 04:01:23] "POST /neutron/port HTTP/1.1" 200 1217 0.014118 10.0.0.65 - - [2026-03-05 04:01:23] "GET /virtual-machine/95ee011e-bbb6-45ae-8f37-a715ede2a7aa HTTP/1.1" 401 292 0.000380 10.0.0.65 - - [2026-03-05 04:01:24] "GET /virtual-machine/95ee011e-bbb6-45ae-8f37-a715ede2a7aa HTTP/1.1" 200 1303 0.035676 10.0.0.65 - - [2026-03-05 04:01:24] "GET /virtual-machine-interface/b9baf0e5-ee42-486f-ab2b-f77287032195 HTTP/1.1" 200 3166 0.004933 10.0.0.65 - - [2026-03-05 04:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.65 - - [2026-03-05 04:01:24] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005365 10.0.0.65 - - [2026-03-05 04:01:24] "GET /virtual-networks?parent_id=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002291 10.0.0.65 - - [2026-03-05 04:01:24] "GET /virtual-network/64f5a4ba-e734-4dec-a318-ab55de8f91bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005594 10.0.0.65 - - [2026-03-05 04:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.65 - - [2026-03-05 04:01:27] "GET /virtual-network/64f5a4ba-e734-4dec-a318-ab55de8f91bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006871 10.0.0.65 - - [2026-03-05 04:01:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007179 10.0.0.65 - - [2026-03-05 04:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.65 - - [2026-03-05 04:01:29] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003268 10.0.0.65 - - [2026-03-05 04:01:29] "GET /virtual-networks?parent_id=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002917 10.0.0.65 - - [2026-03-05 04:01:29] "GET /virtual-network/64f5a4ba-e734-4dec-a318-ab55de8f91bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.004993 10.0.0.65 - - [2026-03-05 04:01:29] "POST /neutron/port HTTP/1.1" 200 1217 0.018203 10.0.0.65 - - [2026-03-05 04:01:33] "POST /neutron/port HTTP/1.1" 200 1218 0.014838 10.0.0.65 - - [2026-03-05 04:01:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003883 10.0.0.65 - - [2026-03-05 04:01:33] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.65 - - [2026-03-05 04:01:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005765 10.0.0.65 - - [2026-03-05 04:01:35] "POST /neutron/port HTTP/1.1" 200 1218 0.016376 10.0.0.65 - - [2026-03-05 04:01:35] "GET /virtual-machine/092bc09e-77e9-4747-8d02-16e98200bf12 HTTP/1.1" 200 1301 0.006733 10.0.0.65 - - [2026-03-05 04:01:35] "GET /virtual-machine-interface/2ec164f1-6dc5-4959-9280-8f9dc425d2ce HTTP/1.1" 200 3165 0.004357 10.0.0.65 - - [2026-03-05 04:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.65 - - [2026-03-05 04:01:35] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003575 10.0.0.65 - - [2026-03-05 04:01:35] "GET /virtual-networks?parent_id=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002621 10.0.0.65 - - [2026-03-05 04:01:35] "GET /virtual-network/516f9b08-71cd-47ca-9e35-b93ace75db56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.008528 10.0.0.65 - - [2026-03-05 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.65 - - [2026-03-05 04:01:36] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003032 10.0.0.65 - - [2026-03-05 04:01:36] "GET /virtual-networks?parent_id=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002617 10.0.0.65 - - [2026-03-05 04:01:36] "GET /virtual-network/516f9b08-71cd-47ca-9e35-b93ace75db56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005254 10.0.0.65 - - [2026-03-05 04:01:36] "POST /fqname-to-id HTTP/1.1" 404 209 0.002942 10.0.0.65 - - [2026-03-05 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.133 - - [2026-03-05 04:01:36] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.65 - - [2026-03-05 04:01:36] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.050571 10.0.0.65 - - [2026-03-05 04:01:36] "POST /network-policys HTTP/1.1" 200 535 0.025818 10.0.0.65 - - [2026-03-05 04:01:36] "GET /network-policy/fe030c1a-1242-49cb-8bb7-8aaafaa18d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005398 10.0.0.65 - - [2026-03-05 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.65 - - [2026-03-05 04:01:36] "GET /virtual-network/64f5a4ba-e734-4dec-a318-ab55de8f91bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006486 10.0.0.65 - - [2026-03-05 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.65 - - [2026-03-05 04:01:36] "GET /network-policy/fe030c1a-1242-49cb-8bb7-8aaafaa18d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003494 10.0.0.65 - - [2026-03-05 04:01:36] "POST /fqname-to-id HTTP/1.1" 404 230 0.007155 10.0.0.65 - - [2026-03-05 04:01:36] "POST /ref-update HTTP/1.1" 200 156 0.067909 10.0.0.65 - - [2026-03-05 04:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006509 10.0.0.65 - - [2026-03-05 04:01:36] "GET /network-policy/fe030c1a-1242-49cb-8bb7-8aaafaa18d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003764 10.0.0.65 - - [2026-03-05 04:01:37] "GET /virtual-network/64f5a4ba-e734-4dec-a318-ab55de8f91bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2870 0.005908 10.0.0.65 - - [2026-03-05 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.65 - - [2026-03-05 04:01:37] "GET /network-policy/fe030c1a-1242-49cb-8bb7-8aaafaa18d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003369 10.0.0.65 - - [2026-03-05 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.65 - - [2026-03-05 04:01:37] "GET /virtual-network/516f9b08-71cd-47ca-9e35-b93ace75db56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005649 10.0.0.65 - - [2026-03-05 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.65 - - [2026-03-05 04:01:37] "GET /network-policy/fe030c1a-1242-49cb-8bb7-8aaafaa18d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004271 10.0.0.65 - - [2026-03-05 04:01:37] "POST /ref-update HTTP/1.1" 200 156 0.074503 10.0.0.65 - - [2026-03-05 04:01:37] "POST /fqname-to-id HTTP/1.1" 404 230 0.014246 10.0.0.65 - - [2026-03-05 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.65 - - [2026-03-05 04:01:37] "GET /network-policy/fe030c1a-1242-49cb-8bb7-8aaafaa18d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004275 10.0.0.65 - - [2026-03-05 04:01:37] "POST /neutron/network HTTP/1.1" 200 1062 0.014553 10.0.0.65 - - [2026-03-05 04:01:37] "GET /virtual-network/516f9b08-71cd-47ca-9e35-b93ace75db56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005691 10.0.0.65 - - [2026-03-05 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.65 - - [2026-03-05 04:01:37] "GET /network-policy/fe030c1a-1242-49cb-8bb7-8aaafaa18d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004662 10.0.0.65 - - [2026-03-05 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.133 - - [2026-03-05 04:01:37] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000897 10.0.0.65 - - [2026-03-05 04:01:37] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.034365 10.0.0.65 - - [2026-03-05 04:01:37] "POST /route-targets HTTP/1.1" 200 328 0.015213 10.0.0.133 - - [2026-03-05 04:01:37] "POST /useragent-kv HTTP/1.1" 200 115 0.006352 10.0.0.65 - - [2026-03-05 04:01:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.187406 10.0.0.65 - - [2026-03-05 04:01:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001690 10.0.0.65 - - [2026-03-05 04:01:37] "GET /virtual-network/c92369cc-ebba-43c0-bc77-cfa96436d8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005029 10.0.0.65 - - [2026-03-05 04:01:38] "GET /virtual-network/c92369cc-ebba-43c0-bc77-cfa96436d8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.004622 10.0.0.65 - - [2026-03-05 04:01:38] "POST /neutron/network HTTP/1.1" 200 799 0.005829 10.0.0.65 - - [2026-03-05 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.133 - - [2026-03-05 04:01:38] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000865 10.0.0.65 - - [2026-03-05 04:01:38] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.037030 10.0.0.133 - - [2026-03-05 04:01:38] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000872 10.0.0.65 - - [2026-03-05 04:01:38] "POST /neutron/network HTTP/1.1" 200 585 0.102509 10.0.0.65 - - [2026-03-05 04:01:38] "POST /ref-update HTTP/1.1" 200 156 0.020439 10.0.0.65 - - [2026-03-05 04:01:38] "POST /id-to-fqname HTTP/1.1" 200 214 0.003135 10.0.0.65 - - [2026-03-05 04:01:38] "GET /virtual-network/1a105244-afaf-48ef-bd6a-8634a3d18554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.004524 10.0.0.65 - - [2026-03-05 04:01:38] "POST /neutron/network HTTP/1.1" 200 799 0.009299 10.0.0.65 - - [2026-03-05 04:01:38] "GET /virtual-network/1a105244-afaf-48ef-bd6a-8634a3d18554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006640 10.0.0.65 - - [2026-03-05 04:01:38] "POST /fqname-to-id HTTP/1.1" 404 239 0.003303 10.0.0.65 - - [2026-03-05 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.133 - - [2026-03-05 04:01:38] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000879 10.0.0.65 - - [2026-03-05 04:01:38] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.043988 10.0.0.65 - - [2026-03-05 04:01:38] "POST /network-policys HTTP/1.1" 200 589 0.036851 10.0.0.65 - - [2026-03-05 04:01:38] "GET /network-policy/b794eeee-9215-4b04-be94-ebaed4ef8e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.008060 10.0.0.65 - - [2026-03-05 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.65 - - [2026-03-05 04:01:38] "GET /virtual-network/c92369cc-ebba-43c0-bc77-cfa96436d8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005105 10.0.0.65 - - [2026-03-05 04:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.65 - - [2026-03-05 04:01:38] "GET /network-policy/b794eeee-9215-4b04-be94-ebaed4ef8e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.003692 10.0.0.65 - - [2026-03-05 04:01:39] "POST /ref-update HTTP/1.1" 200 156 0.052500 10.0.0.65 - - [2026-03-05 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.012333 10.0.0.65 - - [2026-03-05 04:01:39] "GET /network-policy/b794eeee-9215-4b04-be94-ebaed4ef8e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.003581 10.0.0.65 - - [2026-03-05 04:01:39] "POST /neutron/network HTTP/1.1" 200 912 0.011093 10.0.0.65 - - [2026-03-05 04:01:39] "GET /virtual-network/c92369cc-ebba-43c0-bc77-cfa96436d8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.004793 10.0.0.65 - - [2026-03-05 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.65 - - [2026-03-05 04:01:39] "GET /network-policy/b794eeee-9215-4b04-be94-ebaed4ef8e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.003695 10.0.0.65 - - [2026-03-05 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.65 - - [2026-03-05 04:01:39] "GET /virtual-network/1a105244-afaf-48ef-bd6a-8634a3d18554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005666 10.0.0.65 - - [2026-03-05 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.65 - - [2026-03-05 04:01:39] "GET /network-policy/b794eeee-9215-4b04-be94-ebaed4ef8e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.020331 10.0.0.65 - - [2026-03-05 04:01:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.003706 10.0.0.65 - - [2026-03-05 04:01:39] "POST /ref-update HTTP/1.1" 200 156 0.050259 10.0.0.65 - - [2026-03-05 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.65 - - [2026-03-05 04:01:39] "GET /network-policy/b794eeee-9215-4b04-be94-ebaed4ef8e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.003716 10.0.0.65 - - [2026-03-05 04:01:39] "PUT /access-control-list/a9c96ab5-661f-4e03-8fa5-ae3bac3a3b2d HTTP/1.1" 200 273 0.036703 10.0.0.65 - - [2026-03-05 04:01:39] "GET /virtual-network/1a105244-afaf-48ef-bd6a-8634a3d18554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.013070 10.0.0.65 - - [2026-03-05 04:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.012807 10.0.0.65 - - [2026-03-05 04:01:39] "GET /network-policy/b794eeee-9215-4b04-be94-ebaed4ef8e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004429 10.0.0.65 - - [2026-03-05 04:01:39] "POST /id-to-fqname HTTP/1.1" 200 214 0.001008 10.0.0.65 - - [2026-03-05 04:01:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007985 10.0.0.133 - - [2026-03-05 04:01:40] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.65 - - [2026-03-05 04:01:40] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.079347 10.0.0.65 - - [2026-03-05 04:01:40] "POST /neutron/port HTTP/1.1" 200 2281 0.087315 10.0.0.65 - - [2026-03-05 04:01:40] "POST /id-to-fqname HTTP/1.1" 200 214 0.001149 10.0.0.65 - - [2026-03-05 04:01:41] "POST /neutron/port HTTP/1.1" 200 2281 0.025735 10.0.0.133 - - [2026-03-05 04:01:41] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.65 - - [2026-03-05 04:01:41] "POST /neutron/port HTTP/1.1" 200 1063 0.283835 10.0.0.65 - - [2026-03-05 04:01:41] "POST /neutron/port HTTP/1.1" 200 1063 0.012350 10.0.0.65 - - [2026-03-05 04:01:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003325 10.0.0.65 - - [2026-03-05 04:01:42] "POST /neutron/network HTTP/1.1" 200 912 0.007112 10.0.0.133 - - [2026-03-05 04:01:42] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000945 10.0.0.65 - - [2026-03-05 04:01:42] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.074970 10.0.0.65 - - [2026-03-05 04:01:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005998 10.0.0.65 - - [2026-03-05 04:01:42] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004373 10.0.0.65 - - [2026-03-05 04:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.65 - - [2026-03-05 04:01:42] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005347 10.0.0.133 - - [2026-03-05 04:01:42] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001203 10.0.0.65 - - [2026-03-05 04:01:43] "POST /neutron/port HTTP/1.1" 200 1063 0.314474 10.0.0.65 - - [2026-03-05 04:01:43] "POST /neutron/port HTTP/1.1" 200 1117 0.111320 10.0.0.65 - - [2026-03-05 04:01:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.007324 10.0.0.65 - - [2026-03-05 04:01:43] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003257 10.0.0.65 - - [2026-03-05 04:01:43] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003567 10.0.0.65 - - [2026-03-05 04:01:43] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.002992 10.0.0.65 - - [2026-03-05 04:01:43] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.020714 10.0.0.65 - - [2026-03-05 04:01:43] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.031515 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.006751 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.004184 10.0.0.65 - - [2026-03-05 04:01:44] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.026525 10.0.0.65 - - [2026-03-05 04:01:44] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.046179 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.014711 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004316 10.0.0.65 - - [2026-03-05 04:01:44] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.026478 10.0.0.65 - - [2026-03-05 04:01:44] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.024284 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007153 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006122 10.0.0.65 - - [2026-03-05 04:01:44] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.034472 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003378 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004048 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003599 10.0.0.65 - - [2026-03-05 04:01:44] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.023425 10.0.0.65 - - [2026-03-05 04:01:44] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.029850 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.016143 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.003904 10.0.0.65 - - [2026-03-05 04:01:44] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.025280 10.0.0.65 - - [2026-03-05 04:01:44] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.036369 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004902 10.0.0.65 - - [2026-03-05 04:01:44] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005402 10.0.0.65 - - [2026-03-05 04:01:44] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.028370 10.0.0.65 - - [2026-03-05 04:01:44] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.023147 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.011593 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.004594 10.0.0.65 - - [2026-03-05 04:01:45] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.026445 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003359 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004865 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003650 10.0.0.65 - - [2026-03-05 04:01:45] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.023129 10.0.0.65 - - [2026-03-05 04:01:45] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.030126 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.005725 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.006304 10.0.0.65 - - [2026-03-05 04:01:45] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.027685 10.0.0.65 - - [2026-03-05 04:01:45] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.047867 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004402 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008328 10.0.0.65 - - [2026-03-05 04:01:45] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.026849 10.0.0.65 - - [2026-03-05 04:01:45] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.056180 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008222 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008777 10.0.0.65 - - [2026-03-05 04:01:45] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.015575 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003883 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007617 10.0.0.65 - - [2026-03-05 04:01:45] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003370 10.0.0.65 - - [2026-03-05 04:01:45] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.022770 10.0.0.65 - - [2026-03-05 04:01:45] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.035006 10.0.0.65 - - [2026-03-05 04:01:46] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.009736 10.0.0.65 - - [2026-03-05 04:01:46] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.003825 10.0.0.65 - - [2026-03-05 04:01:46] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.034866 10.0.0.65 - - [2026-03-05 04:01:46] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.038353 10.0.0.65 - - [2026-03-05 04:01:46] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003824 10.0.0.65 - - [2026-03-05 04:01:46] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003885 10.0.0.65 - - [2026-03-05 04:01:46] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.028435 10.0.0.65 - - [2026-03-05 04:01:46] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.039366 10.0.0.65 - - [2026-03-05 04:01:51] "POST /neutron/port HTTP/1.1" 200 1127 0.015067 10.0.0.65 - - [2026-03-05 04:01:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007107 10.0.0.65 - - [2026-03-05 04:01:56] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003315 10.0.0.65 - - [2026-03-05 04:01:56] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005295 10.0.0.65 - - [2026-03-05 04:01:56] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.003582 10.0.0.65 - - [2026-03-05 04:01:56] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.023772 10.0.0.65 - - [2026-03-05 04:01:56] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.048761 10.0.0.65 - - [2026-03-05 04:01:56] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.004080 10.0.0.65 - - [2026-03-05 04:01:56] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.005965 10.0.0.65 - - [2026-03-05 04:01:56] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.024413 10.0.0.65 - - [2026-03-05 04:01:56] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.039893 10.0.0.65 - - [2026-03-05 04:01:56] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.017308 10.0.0.65 - - [2026-03-05 04:01:56] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007544 10.0.0.65 - - [2026-03-05 04:01:56] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.026926 10.0.0.65 - - [2026-03-05 04:01:56] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.024996 10.0.0.65 - - [2026-03-05 04:01:56] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006411 10.0.0.65 - - [2026-03-05 04:01:56] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007198 10.0.0.65 - - [2026-03-05 04:01:56] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.017958 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.002990 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004458 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003525 10.0.0.65 - - [2026-03-05 04:01:57] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.022561 10.0.0.65 - - [2026-03-05 04:01:57] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.023945 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.004421 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.004771 10.0.0.65 - - [2026-03-05 04:01:57] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.044540 10.0.0.65 - - [2026-03-05 04:01:57] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.048113 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005229 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.009029 10.0.0.65 - - [2026-03-05 04:01:57] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.027920 10.0.0.65 - - [2026-03-05 04:01:57] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.041187 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.006130 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.004350 10.0.0.65 - - [2026-03-05 04:01:57] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.021837 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.002611 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004404 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003723 10.0.0.65 - - [2026-03-05 04:01:57] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.027440 10.0.0.65 - - [2026-03-05 04:01:57] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.036168 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.006855 10.0.0.65 - - [2026-03-05 04:01:57] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.003456 10.0.0.65 - - [2026-03-05 04:01:57] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.023864 10.0.0.65 - - [2026-03-05 04:01:58] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.037804 10.0.0.65 - - [2026-03-05 04:01:58] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.010297 10.0.0.65 - - [2026-03-05 04:01:58] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.011367 10.0.0.65 - - [2026-03-05 04:01:58] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.032777 10.0.0.65 - - [2026-03-05 04:01:58] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.029107 10.0.0.65 - - [2026-03-05 04:01:58] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005453 10.0.0.65 - - [2026-03-05 04:01:58] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004310 10.0.0.65 - - [2026-03-05 04:01:58] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.031092 10.0.0.65 - - [2026-03-05 04:01:58] "POST /ref-update HTTP/1.1" 200 156 0.048713 10.0.0.65 - - [2026-03-05 04:01:58] "POST /ref-update HTTP/1.1" 200 156 0.030471 10.0.0.65 - - [2026-03-05 04:01:58] "GET /virtual-network/1a105244-afaf-48ef-bd6a-8634a3d18554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007275 10.0.0.65 - - [2026-03-05 04:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.65 - - [2026-03-05 04:01:58] "GET /network-policy/b794eeee-9215-4b04-be94-ebaed4ef8e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.003645 10.0.0.65 - - [2026-03-05 04:01:58] "POST /ref-update HTTP/1.1" 200 156 0.057695 10.0.0.65 - - [2026-03-05 04:01:58] "GET /virtual-network/c92369cc-ebba-43c0-bc77-cfa96436d8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.013153 10.0.0.65 - - [2026-03-05 04:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.65 - - [2026-03-05 04:01:58] "GET /network-policy/b794eeee-9215-4b04-be94-ebaed4ef8e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.003551 10.0.0.65 - - [2026-03-05 04:01:58] "DELETE /network-policy/b794eeee-9215-4b04-be94-ebaed4ef8e1a HTTP/1.1" 200 115 0.031193 10.0.0.65 - - [2026-03-05 04:01:58] "POST /neutron/network HTTP/1.1" 200 799 0.007731 10.0.0.65 - - [2026-03-05 04:01:58] "POST /neutron/port HTTP/1.1" 200 1117 0.012448 10.0.0.65 - - [2026-03-05 04:01:59] "POST /neutron/port HTTP/1.1" 200 1117 0.010924 10.0.0.65 - - [2026-03-05 04:01:59] "POST /neutron/port HTTP/1.1" 200 1217 0.016222 10.0.0.65 - - [2026-03-05 04:01:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003668 10.0.0.65 - - [2026-03-05 04:01:59] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.133 - - [2026-03-05 04:02:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002002 10.0.0.65 - - [2026-03-05 04:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005787 10.0.0.133 - - [2026-03-05 04:02:01] "POST /useragent-kv HTTP/1.1" 200 115 0.001872 10.0.0.65 - - [2026-03-05 04:02:01] "POST /neutron/network HTTP/1.1" 200 151 0.102502 10.0.0.65 - - [2026-03-05 04:02:01] "DELETE /route-target/c259798d-86a4-4960-b55f-a2ead0040255 HTTP/1.1" 200 115 0.018849 10.0.0.65 - - [2026-03-05 04:02:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.023641 10.0.0.65 - - [2026-03-05 04:02:01] "POST /ref-update HTTP/1.1" 200 156 0.057494 10.0.0.65 - - [2026-03-05 04:02:01] "POST /neutron/network HTTP/1.1" 200 976 0.011919 10.0.0.65 - - [2026-03-05 04:02:01] "GET /virtual-network/516f9b08-71cd-47ca-9e35-b93ace75db56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.004804 10.0.0.65 - - [2026-03-05 04:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.65 - - [2026-03-05 04:02:01] "GET /network-policy/fe030c1a-1242-49cb-8bb7-8aaafaa18d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005256 10.0.0.65 - - [2026-03-05 04:02:01] "POST /ref-update HTTP/1.1" 200 156 0.054108 10.0.0.65 - - [2026-03-05 04:02:01] "DELETE /access-control-list/e4f793aa-26c8-4374-b89a-fb98fcb859c7 HTTP/1.1" 200 115 0.052894 10.0.0.65 - - [2026-03-05 04:02:01] "GET /virtual-network/64f5a4ba-e734-4dec-a318-ab55de8f91bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.018712 10.0.0.65 - - [2026-03-05 04:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005662 10.0.0.65 - - [2026-03-05 04:02:01] "GET /network-policy/fe030c1a-1242-49cb-8bb7-8aaafaa18d89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003967 10.0.0.65 - - [2026-03-05 04:02:01] "DELETE /network-policy/fe030c1a-1242-49cb-8bb7-8aaafaa18d89 HTTP/1.1" 200 115 0.024686 10.0.0.65 - - [2026-03-05 04:02:01] "POST /neutron/network HTTP/1.1" 400 204 0.011956 10.0.0.65 - - [2026-03-05 04:02:02] "POST /neutron/port HTTP/1.1" 200 151 0.221346 10.0.0.65 - - [2026-03-05 04:02:02] "POST /neutron/port HTTP/1.1" 200 151 0.246557 10.0.0.65 - - [2026-03-05 04:02:04] "DELETE /route-target/8f2a526b-88d9-4535-beb4-d8f1051c9ca3 HTTP/1.1" 200 115 0.026525 10.0.0.65 - - [2026-03-05 04:02:04] "POST /neutron/network HTTP/1.1" 200 975 0.009922 10.0.0.65 - - [2026-03-05 04:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.133 - - [2026-03-05 04:02:05] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000876 10.0.0.65 - - [2026-03-05 04:02:05] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.039462 10.0.0.133 - - [2026-03-05 04:02:05] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000983 10.0.0.65 - - [2026-03-05 04:02:05] "POST /neutron/network HTTP/1.1" 200 601 0.115673 10.0.0.65 - - [2026-03-05 04:02:05] "POST /route-targets HTTP/1.1" 200 328 0.012153 10.0.0.65 - - [2026-03-05 04:02:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.010697 10.0.0.65 - - [2026-03-05 04:02:06] "POST /neutron/network HTTP/1.1" 200 975 0.010723 10.0.0.65 - - [2026-03-05 04:02:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.000953 10.0.0.65 - - [2026-03-05 04:02:06] "GET /virtual-network/00104e4a-ab1d-4cbd-8718-7a3555c4fff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.004801 10.0.0.65 - - [2026-03-05 04:02:06] "GET /virtual-network/00104e4a-ab1d-4cbd-8718-7a3555c4fff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.004759 10.0.0.65 - - [2026-03-05 04:02:06] "POST /neutron/subnet HTTP/1.1" 200 716 0.007384 10.0.0.65 - - [2026-03-05 04:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002421 10.0.0.133 - - [2026-03-05 04:02:06] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002003 10.0.0.65 - - [2026-03-05 04:02:06] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.030945 10.0.0.133 - - [2026-03-05 04:02:06] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000846 10.0.0.65 - - [2026-03-05 04:02:06] "POST /neutron/network HTTP/1.1" 200 601 0.107380 10.0.0.65 - - [2026-03-05 04:02:06] "POST /ref-update HTTP/1.1" 200 156 0.025172 10.0.0.65 - - [2026-03-05 04:02:07] "POST /neutron/network HTTP/1.1" 200 975 0.010844 10.0.0.65 - - [2026-03-05 04:02:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001374 10.0.0.65 - - [2026-03-05 04:02:07] "GET /virtual-network/6baaf55d-666b-4625-b90a-961651f7af39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005958 10.0.0.65 - - [2026-03-05 04:02:07] "GET /virtual-network/6baaf55d-666b-4625-b90a-961651f7af39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005548 10.0.0.65 - - [2026-03-05 04:02:07] "POST /neutron/subnet HTTP/1.1" 200 716 0.007501 10.0.0.65 - - [2026-03-05 04:02:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001122 10.0.0.133 - - [2026-03-05 04:02:07] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.65 - - [2026-03-05 04:02:07] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.077302 10.0.0.65 - - [2026-03-05 04:02:08] "POST /neutron/network HTTP/1.1" 200 975 0.007143 10.0.0.65 - - [2026-03-05 04:02:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001167 10.0.0.65 - - [2026-03-05 04:02:08] "POST /neutron/port HTTP/1.1" 200 117 0.006148 10.0.0.133 - - [2026-03-05 04:02:08] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.65 - - [2026-03-05 04:02:08] "POST /neutron/port HTTP/1.1" 200 1153 0.366308 10.0.0.65 - - [2026-03-05 04:02:09] "POST /neutron/port HTTP/1.1" 200 1207 0.137210 10.0.0.133 - - [2026-03-05 04:02:09] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.65 - - [2026-03-05 04:02:09] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.081479 10.0.0.65 - - [2026-03-05 04:02:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009942 10.0.0.65 - - [2026-03-05 04:02:09] "POST /neutron/port HTTP/1.1" 200 117 0.001472 10.0.0.65 - - [2026-03-05 04:02:09] "POST /neutron/port HTTP/1.1" 200 1217 0.022429 10.0.0.65 - - [2026-03-05 04:02:09] "POST /neutron/port HTTP/1.1" 200 1217 0.019073 10.0.0.133 - - [2026-03-05 04:02:09] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000884 10.0.0.65 - - [2026-03-05 04:02:10] "POST /neutron/port HTTP/1.1" 200 1153 0.321748 10.0.0.65 - - [2026-03-05 04:02:10] "POST /neutron/port HTTP/1.1" 200 1207 0.104825 10.0.0.65 - - [2026-03-05 04:02:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004581 10.0.0.65 - - [2026-03-05 04:02:10] "POST /neutron/port HTTP/1.1" 200 117 0.001362 10.0.0.65 - - [2026-03-05 04:02:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006597 10.0.0.65 - - [2026-03-05 04:02:14] "POST /neutron/port HTTP/1.1" 200 1217 0.018351 10.0.0.65 - - [2026-03-05 04:02:14] "GET /virtual-machine/52fcebe3-d2f5-4c34-aa60-5a8fad632293 HTTP/1.1" 200 1302 0.005221 10.0.0.65 - - [2026-03-05 04:02:14] "GET /virtual-machine-interface/2a4806f4-2f6c-483a-8ed7-abdd359cb6bc HTTP/1.1" 200 3165 0.005103 10.0.0.65 - - [2026-03-05 04:02:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.65 - - [2026-03-05 04:02:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004991 10.0.0.65 - - [2026-03-05 04:02:14] "GET /virtual-networks?parent_id=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002298 10.0.0.65 - - [2026-03-05 04:02:14] "GET /virtual-network/00104e4a-ab1d-4cbd-8718-7a3555c4fff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005839 10.0.0.65 - - [2026-03-05 04:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007930 10.0.0.65 - - [2026-03-05 04:02:18] "GET /virtual-network/00104e4a-ab1d-4cbd-8718-7a3555c4fff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.004683 10.0.0.65 - - [2026-03-05 04:02:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.031217 10.0.0.65 - - [2026-03-05 04:02:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007766 10.0.0.65 - - [2026-03-05 04:02:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003803 10.0.0.65 - - [2026-03-05 04:02:20] "GET /virtual-networks?parent_id=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003163 10.0.0.65 - - [2026-03-05 04:02:20] "GET /virtual-network/00104e4a-ab1d-4cbd-8718-7a3555c4fff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005123 10.0.0.65 - - [2026-03-05 04:02:20] "POST /neutron/port HTTP/1.1" 200 1217 0.023073 10.0.0.33 - - [2026-03-05 04:02:22] "GET /obj-perms HTTP/1.1" 200 5056 0.054972 10.0.0.65 - - [2026-03-05 04:02:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006861 10.0.0.65 - - [2026-03-05 04:02:25] "POST /neutron/port HTTP/1.1" 200 1217 0.016557 10.0.0.65 - - [2026-03-05 04:02:25] "GET /virtual-machine/a516e670-f8c5-4d9a-a212-3c65b40a8dea HTTP/1.1" 200 1303 0.005252 10.0.0.65 - - [2026-03-05 04:02:25] "GET /virtual-machine-interface/7a790979-ca67-47a9-a8ca-67d1f1e80f23 HTTP/1.1" 200 3165 0.004644 10.0.0.65 - - [2026-03-05 04:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.65 - - [2026-03-05 04:02:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003230 10.0.0.65 - - [2026-03-05 04:02:25] "GET /virtual-networks?parent_id=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002357 10.0.0.65 - - [2026-03-05 04:02:25] "GET /virtual-network/6baaf55d-666b-4625-b90a-961651f7af39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005670 10.0.0.65 - - [2026-03-05 04:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.65 - - [2026-03-05 04:02:26] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004238 10.0.0.65 - - [2026-03-05 04:02:26] "GET /virtual-networks?parent_id=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003903 10.0.0.65 - - [2026-03-05 04:02:26] "GET /virtual-network/6baaf55d-666b-4625-b90a-961651f7af39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005306 10.0.0.65 - - [2026-03-05 04:02:27] "POST /fqname-to-id HTTP/1.1" 404 209 0.003024 10.0.0.65 - - [2026-03-05 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.133 - - [2026-03-05 04:02:27] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.65 - - [2026-03-05 04:02:27] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.040645 10.0.0.65 - - [2026-03-05 04:02:27] "POST /network-policys HTTP/1.1" 200 535 0.024926 10.0.0.65 - - [2026-03-05 04:02:27] "GET /network-policy/9c938af5-dba6-497c-9db8-d5458db13b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008231 10.0.0.65 - - [2026-03-05 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.65 - - [2026-03-05 04:02:27] "GET /virtual-network/00104e4a-ab1d-4cbd-8718-7a3555c4fff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005172 10.0.0.65 - - [2026-03-05 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.65 - - [2026-03-05 04:02:27] "GET /network-policy/9c938af5-dba6-497c-9db8-d5458db13b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004152 10.0.0.65 - - [2026-03-05 04:02:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.004371 10.0.0.65 - - [2026-03-05 04:02:27] "POST /ref-update HTTP/1.1" 200 156 0.048498 10.0.0.65 - - [2026-03-05 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.65 - - [2026-03-05 04:02:27] "GET /network-policy/9c938af5-dba6-497c-9db8-d5458db13b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004053 10.0.0.65 - - [2026-03-05 04:02:27] "GET /virtual-network/00104e4a-ab1d-4cbd-8718-7a3555c4fff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.007213 10.0.0.65 - - [2026-03-05 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.65 - - [2026-03-05 04:02:27] "GET /network-policy/9c938af5-dba6-497c-9db8-d5458db13b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003706 10.0.0.65 - - [2026-03-05 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.65 - - [2026-03-05 04:02:27] "GET /virtual-network/6baaf55d-666b-4625-b90a-961651f7af39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005466 10.0.0.65 - - [2026-03-05 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.65 - - [2026-03-05 04:02:27] "GET /network-policy/9c938af5-dba6-497c-9db8-d5458db13b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003724 10.0.0.65 - - [2026-03-05 04:02:27] "POST /ref-update HTTP/1.1" 200 156 0.052234 10.0.0.65 - - [2026-03-05 04:02:27] "PUT /access-control-list/c6739469-087f-48f9-9e0b-2c05c16a5430 HTTP/1.1" 200 273 0.026150 10.0.0.65 - - [2026-03-05 04:02:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.008048 10.0.0.65 - - [2026-03-05 04:02:27] "GET /network-policy/9c938af5-dba6-497c-9db8-d5458db13b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.007228 10.0.0.65 - - [2026-03-05 04:02:28] "POST /neutron/network HTTP/1.1" 200 1061 0.009627 10.0.0.65 - - [2026-03-05 04:02:28] "POST /ref-update HTTP/1.1" 200 156 0.046141 10.0.0.65 - - [2026-03-05 04:02:28] "GET /virtual-network/6baaf55d-666b-4625-b90a-961651f7af39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2869 0.004509 10.0.0.65 - - [2026-03-05 04:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.013858 10.0.0.65 - - [2026-03-05 04:02:28] "GET /network-policy/9c938af5-dba6-497c-9db8-d5458db13b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003385 10.0.0.65 - - [2026-03-05 04:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.133 - - [2026-03-05 04:02:28] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000857 10.0.0.65 - - [2026-03-05 04:02:28] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.041874 10.0.0.133 - - [2026-03-05 04:02:28] "POST /useragent-kv HTTP/1.1" 200 115 0.006514 10.0.0.65 - - [2026-03-05 04:02:28] "POST /neutron/subnet HTTP/1.1" 200 701 0.219218 10.0.0.65 - - [2026-03-05 04:02:28] "POST /id-to-fqname HTTP/1.1" 200 214 0.001236 10.0.0.65 - - [2026-03-05 04:02:28] "GET /virtual-network/ce8e76ec-0380-442b-b037-c41149674938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.004784 10.0.0.65 - - [2026-03-05 04:02:28] "GET /virtual-network/ce8e76ec-0380-442b-b037-c41149674938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.004993 10.0.0.65 - - [2026-03-05 04:02:28] "POST /neutron/network HTTP/1.1" 200 799 0.005413 10.0.0.65 - - [2026-03-05 04:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.133 - - [2026-03-05 04:02:28] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.65 - - [2026-03-05 04:02:28] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.031895 10.0.0.133 - - [2026-03-05 04:02:28] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000853 10.0.0.65 - - [2026-03-05 04:02:29] "POST /neutron/network HTTP/1.1" 200 585 0.112608 10.0.0.65 - - [2026-03-05 04:02:29] "POST /route-targets HTTP/1.1" 200 328 0.011462 10.0.0.65 - - [2026-03-05 04:02:29] "POST /id-to-fqname HTTP/1.1" 200 214 0.003671 10.0.0.65 - - [2026-03-05 04:02:29] "GET /virtual-network/9da5ea73-746d-459c-a509-0983ec1960ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.004850 10.0.0.65 - - [2026-03-05 04:02:29] "POST /neutron/network HTTP/1.1" 200 799 0.006129 10.0.0.65 - - [2026-03-05 04:02:29] "GET /virtual-network/9da5ea73-746d-459c-a509-0983ec1960ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.004264 10.0.0.65 - - [2026-03-05 04:02:29] "POST /fqname-to-id HTTP/1.1" 404 239 0.003360 10.0.0.65 - - [2026-03-05 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.133 - - [2026-03-05 04:02:29] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000909 10.0.0.65 - - [2026-03-05 04:02:29] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052495 10.0.0.65 - - [2026-03-05 04:02:29] "POST /network-policys HTTP/1.1" 200 589 0.025386 10.0.0.65 - - [2026-03-05 04:02:29] "GET /network-policy/d82eb420-1a33-472e-b154-991a87bb7bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.006000 10.0.0.65 - - [2026-03-05 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002380 10.0.0.65 - - [2026-03-05 04:02:29] "GET /virtual-network/ce8e76ec-0380-442b-b037-c41149674938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005360 10.0.0.65 - - [2026-03-05 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.65 - - [2026-03-05 04:02:29] "GET /network-policy/d82eb420-1a33-472e-b154-991a87bb7bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.003417 10.0.0.65 - - [2026-03-05 04:02:29] "POST /ref-update HTTP/1.1" 200 156 0.038897 10.0.0.65 - - [2026-03-05 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.65 - - [2026-03-05 04:02:29] "POST /access-control-lists HTTP/1.1" 200 556 0.072177 10.0.0.65 - - [2026-03-05 04:02:29] "GET /network-policy/d82eb420-1a33-472e-b154-991a87bb7bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004429 10.0.0.65 - - [2026-03-05 04:02:29] "POST /neutron/network HTTP/1.1" 200 912 0.006520 10.0.0.65 - - [2026-03-05 04:02:29] "GET /virtual-network/ce8e76ec-0380-442b-b037-c41149674938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.004431 10.0.0.65 - - [2026-03-05 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.65 - - [2026-03-05 04:02:29] "GET /network-policy/d82eb420-1a33-472e-b154-991a87bb7bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.003584 10.0.0.65 - - [2026-03-05 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.65 - - [2026-03-05 04:02:30] "GET /virtual-network/9da5ea73-746d-459c-a509-0983ec1960ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.005407 10.0.0.65 - - [2026-03-05 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.65 - - [2026-03-05 04:02:30] "GET /network-policy/d82eb420-1a33-472e-b154-991a87bb7bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.003693 10.0.0.65 - - [2026-03-05 04:02:30] "POST /ref-update HTTP/1.1" 200 156 0.045676 10.0.0.65 - - [2026-03-05 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.65 - - [2026-03-05 04:02:30] "POST /ref-update HTTP/1.1" 200 156 0.029982 10.0.0.65 - - [2026-03-05 04:02:30] "GET /network-policy/d82eb420-1a33-472e-b154-991a87bb7bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.010445 10.0.0.65 - - [2026-03-05 04:02:30] "GET /virtual-network/9da5ea73-746d-459c-a509-0983ec1960ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2338 0.007424 10.0.0.65 - - [2026-03-05 04:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.65 - - [2026-03-05 04:02:30] "GET /network-policy/d82eb420-1a33-472e-b154-991a87bb7bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004487 10.0.0.65 - - [2026-03-05 04:02:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001125 10.0.0.65 - - [2026-03-05 04:02:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006353 10.0.0.133 - - [2026-03-05 04:02:31] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.65 - - [2026-03-05 04:02:31] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.070162 10.0.0.65 - - [2026-03-05 04:02:31] "POST /neutron/port HTTP/1.1" 200 2280 0.024755 10.0.0.65 - - [2026-03-05 04:02:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.001150 10.0.0.65 - - [2026-03-05 04:02:31] "POST /neutron/port HTTP/1.1" 200 2280 0.021866 10.0.0.65 - - [2026-03-05 04:02:32] "POST /neutron/network HTTP/1.1" 200 922 0.006574 10.0.0.65 - - [2026-03-05 04:02:32] "POST /neutron/port HTTP/1.1" 200 1063 0.013438 10.0.0.65 - - [2026-03-05 04:02:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004195 10.0.0.133 - - [2026-03-05 04:02:32] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001146 10.0.0.65 - - [2026-03-05 04:02:32] "POST /neutron/network HTTP/1.1" 200 912 0.007915 10.0.0.65 - - [2026-03-05 04:02:32] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.102823 10.0.0.65 - - [2026-03-05 04:02:33] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005757 10.0.0.65 - - [2026-03-05 04:02:33] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003116 10.0.0.65 - - [2026-03-05 04:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002267 10.0.0.65 - - [2026-03-05 04:02:33] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003976 10.0.0.133 - - [2026-03-05 04:02:33] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.65 - - [2026-03-05 04:02:33] "POST /neutron/port HTTP/1.1" 200 1063 0.294043 10.0.0.65 - - [2026-03-05 04:02:34] "POST /neutron/port HTTP/1.1" 200 1117 0.087029 10.0.0.65 - - [2026-03-05 04:02:34] "POST /neutron/subnet HTTP/1.1" 200 675 0.007474 10.0.0.65 - - [2026-03-05 04:02:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004006 10.0.0.65 - - [2026-03-05 04:02:34] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005493 10.0.0.65 - - [2026-03-05 04:02:34] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004247 10.0.0.65 - - [2026-03-05 04:02:34] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.025793 10.0.0.65 - - [2026-03-05 04:02:34] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.075097 10.0.0.65 - - [2026-03-05 04:02:34] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.010927 10.0.0.65 - - [2026-03-05 04:02:34] "POST /neutron/port HTTP/1.1" 200 1217 0.065552 10.0.0.65 - - [2026-03-05 04:02:34] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.007307 10.0.0.65 - - [2026-03-05 04:02:34] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.037723 10.0.0.65 - - [2026-03-05 04:02:34] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.039130 10.0.0.65 - - [2026-03-05 04:02:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007567 10.0.0.65 - - [2026-03-05 04:02:34] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004429 10.0.0.65 - - [2026-03-05 04:02:34] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008089 10.0.0.65 - - [2026-03-05 04:02:34] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.046668 10.0.0.65 - - [2026-03-05 04:02:34] "POST /neutron/port HTTP/1.1" 200 117 0.000972 10.0.0.65 - - [2026-03-05 04:02:35] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.042223 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004182 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005078 10.0.0.65 - - [2026-03-05 04:02:35] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.024078 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003195 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005274 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004550 10.0.0.65 - - [2026-03-05 04:02:35] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.024785 10.0.0.65 - - [2026-03-05 04:02:35] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.038648 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.005949 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.004791 10.0.0.65 - - [2026-03-05 04:02:35] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.026296 10.0.0.65 - - [2026-03-05 04:02:35] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.031103 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.010252 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008642 10.0.0.65 - - [2026-03-05 04:02:35] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.036723 10.0.0.65 - - [2026-03-05 04:02:35] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.042793 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.007313 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.006391 10.0.0.65 - - [2026-03-05 04:02:35] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.027916 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.009169 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004158 10.0.0.65 - - [2026-03-05 04:02:35] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003743 10.0.0.65 - - [2026-03-05 04:02:35] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.024412 10.0.0.65 - - [2026-03-05 04:02:36] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.045051 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.005841 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.004406 10.0.0.65 - - [2026-03-05 04:02:36] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.029157 10.0.0.65 - - [2026-03-05 04:02:36] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.039219 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006080 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005498 10.0.0.65 - - [2026-03-05 04:02:36] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.030235 10.0.0.65 - - [2026-03-05 04:02:36] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.039621 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.012863 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.010653 10.0.0.65 - - [2026-03-05 04:02:36] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.024090 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004785 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003809 10.0.0.65 - - [2026-03-05 04:02:36] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.014874 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.005282 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.004008 10.0.0.65 - - [2026-03-05 04:02:36] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.013667 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004011 10.0.0.65 - - [2026-03-05 04:02:36] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.003712 10.0.0.65 - - [2026-03-05 04:02:36] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.015975 10.0.0.65 - - [2026-03-05 04:02:42] "POST /neutron/port HTTP/1.1" 200 1127 0.017173 10.0.0.65 - - [2026-03-05 04:02:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006497 10.0.0.65 - - [2026-03-05 04:02:46] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004730 10.0.0.65 - - [2026-03-05 04:02:46] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006479 10.0.0.65 - - [2026-03-05 04:02:46] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005310 10.0.0.65 - - [2026-03-05 04:02:46] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.044220 10.0.0.65 - - [2026-03-05 04:02:46] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.030679 10.0.0.65 - - [2026-03-05 04:02:46] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.007541 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.011290 10.0.0.65 - - [2026-03-05 04:02:47] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.037681 10.0.0.65 - - [2026-03-05 04:02:47] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.029688 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005026 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.003691 10.0.0.65 - - [2026-03-05 04:02:47] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.033142 10.0.0.65 - - [2026-03-05 04:02:47] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.031120 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006267 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004578 10.0.0.65 - - [2026-03-05 04:02:47] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.022182 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004027 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005153 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.003722 10.0.0.65 - - [2026-03-05 04:02:47] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.027437 10.0.0.65 - - [2026-03-05 04:02:47] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.035221 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.005565 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.003567 10.0.0.65 - - [2026-03-05 04:02:47] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.028687 10.0.0.65 - - [2026-03-05 04:02:47] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.044358 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.007169 10.0.0.65 - - [2026-03-05 04:02:47] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006765 10.0.0.65 - - [2026-03-05 04:02:47] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.053949 10.0.0.65 - - [2026-03-05 04:02:47] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.033859 10.0.0.65 - - [2026-03-05 04:02:48] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.008766 10.0.0.65 - - [2026-03-05 04:02:48] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2908 0.007639 10.0.0.65 - - [2026-03-05 04:02:48] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.021774 10.0.0.65 - - [2026-03-05 04:02:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004607 10.0.0.65 - - [2026-03-05 04:02:48] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005577 10.0.0.65 - - [2026-03-05 04:02:48] "GET /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004808 10.0.0.65 - - [2026-03-05 04:02:48] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.025745 10.0.0.65 - - [2026-03-05 04:02:48] "PUT /bgp-router/234d3566-3e1d-45d2-b4be-d366515d481e HTTP/1.1" 200 255 0.028614 10.0.0.65 - - [2026-03-05 04:02:48] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.007866 10.0.0.65 - - [2026-03-05 04:02:48] "GET /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2845 0.005623 10.0.0.65 - - [2026-03-05 04:02:48] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.025397 10.0.0.65 - - [2026-03-05 04:02:48] "PUT /bgp-router/8d0c28e9-41ce-4de0-a2e9-53267b0cc7ca HTTP/1.1" 200 255 0.034707 10.0.0.65 - - [2026-03-05 04:02:48] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005806 10.0.0.65 - - [2026-03-05 04:02:48] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005477 10.0.0.65 - - [2026-03-05 04:02:48] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.023531 10.0.0.65 - - [2026-03-05 04:02:48] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.032620 10.0.0.65 - - [2026-03-05 04:02:48] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.007799 10.0.0.65 - - [2026-03-05 04:02:48] "GET /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005816 10.0.0.65 - - [2026-03-05 04:02:48] "PUT /bgp-router/c921710d-9c1e-4b8e-a8e4-46aac240e8c9 HTTP/1.1" 200 255 0.014185 10.0.0.65 - - [2026-03-05 04:02:48] "POST /ref-update HTTP/1.1" 200 156 0.045433 10.0.0.65 - - [2026-03-05 04:02:48] "DELETE /access-control-list/4b1dbd48-c54d-42de-b46c-c6f6146d4b3b HTTP/1.1" 200 115 0.056272 10.0.0.65 - - [2026-03-05 04:02:48] "GET /virtual-network/9da5ea73-746d-459c-a509-0983ec1960ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.015563 10.0.0.65 - - [2026-03-05 04:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.65 - - [2026-03-05 04:02:49] "GET /network-policy/d82eb420-1a33-472e-b154-991a87bb7bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004931 10.0.0.65 - - [2026-03-05 04:02:49] "POST /ref-update HTTP/1.1" 200 156 0.046563 10.0.0.65 - - [2026-03-05 04:02:49] "POST /ref-update HTTP/1.1" 200 156 0.032491 10.0.0.65 - - [2026-03-05 04:02:49] "GET /virtual-network/ce8e76ec-0380-442b-b037-c41149674938?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.027217 10.0.0.65 - - [2026-03-05 04:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005166 10.0.0.65 - - [2026-03-05 04:02:49] "GET /network-policy/d82eb420-1a33-472e-b154-991a87bb7bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.004698 10.0.0.65 - - [2026-03-05 04:02:49] "DELETE /network-policy/d82eb420-1a33-472e-b154-991a87bb7bd6 HTTP/1.1" 200 115 0.033142 10.0.0.65 - - [2026-03-05 04:02:49] "POST /neutron/network HTTP/1.1" 200 799 0.005265 10.0.0.65 - - [2026-03-05 04:02:49] "POST /neutron/port HTTP/1.1" 200 1117 0.015001 10.0.0.65 - - [2026-03-05 04:02:49] "POST /neutron/port HTTP/1.1" 200 1117 0.016911 10.0.0.133 - - [2026-03-05 04:02:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002588 10.0.0.133 - - [2026-03-05 04:02:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003638 10.0.0.65 - - [2026-03-05 04:02:51] "POST /neutron/network HTTP/1.1" 200 151 0.106700 10.0.0.65 - - [2026-03-05 04:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.65 - - [2026-03-05 04:02:51] "POST /ref-update HTTP/1.1" 200 156 0.066191 10.0.0.65 - - [2026-03-05 04:02:51] "POST /neutron/network HTTP/1.1" 200 975 0.013192 10.0.0.65 - - [2026-03-05 04:02:51] "GET /virtual-network/6baaf55d-666b-4625-b90a-961651f7af39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006871 10.0.0.65 - - [2026-03-05 04:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.013809 10.0.0.65 - - [2026-03-05 04:02:51] "POST /ref-update HTTP/1.1" 200 156 0.024050 10.0.0.65 - - [2026-03-05 04:02:51] "GET /network-policy/9c938af5-dba6-497c-9db8-d5458db13b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.005249 10.0.0.65 - - [2026-03-05 04:02:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.004472 10.0.0.65 - - [2026-03-05 04:02:51] "POST /ref-update HTTP/1.1" 200 156 0.055201 10.0.0.65 - - [2026-03-05 04:02:51] "GET /virtual-network/00104e4a-ab1d-4cbd-8718-7a3555c4fff8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.013270 10.0.0.65 - - [2026-03-05 04:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.65 - - [2026-03-05 04:02:51] "GET /network-policy/9c938af5-dba6-497c-9db8-d5458db13b6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003479 10.0.0.65 - - [2026-03-05 04:02:51] "DELETE /network-policy/9c938af5-dba6-497c-9db8-d5458db13b6a HTTP/1.1" 200 115 0.031026 10.0.0.65 - - [2026-03-05 04:02:52] "POST /neutron/network HTTP/1.1" 400 204 0.012364 10.0.0.65 - - [2026-03-05 04:02:52] "POST /neutron/port HTTP/1.1" 200 151 0.206572 10.0.0.65 - - [2026-03-05 04:02:53] "POST /neutron/port HTTP/1.1" 200 151 0.264205 10.0.0.65 - - [2026-03-05 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005490 10.0.0.65 - - [2026-03-05 04:02:54] "POST /neutron/network HTTP/1.1" 200 975 0.008967 10.0.0.65 - - [2026-03-05 04:02:54] "DELETE /route-target/a385641f-9772-4b17-aa4d-d7a41df747af HTTP/1.1" 200 115 0.017380 10.0.0.133 - - [2026-03-05 04:02:55] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001447 10.0.0.65 - - [2026-03-05 04:02:55] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.033313 10.0.0.133 - - [2026-03-05 04:02:55] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001503 10.0.0.65 - - [2026-03-05 04:02:55] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?fields=virtual_networks HTTP/1.1" 200 1050 0.037814 10.0.0.133 - - [2026-03-05 04:02:55] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000869 10.0.0.65 - - [2026-03-05 04:02:55] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.031885 10.0.0.133 - - [2026-03-05 04:02:56] "GET /projects?obj_uuids=65272903-bd39-4eb5-b11f-2efe07aa3b18&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.65 - - [2026-03-05 04:02:56] "GET /project/65272903-bd39-4eb5-b11f-2efe07aa3b18?fields=security_groups HTTP/1.1" 200 1285 0.038319 10.0.0.65 - - [2026-03-05 04:02:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.032190 10.0.0.133 - - [2026-03-05 04:02:56] "GET /projects?obj_uuids=af4b843c-9e54-49bc-ac03-85590bc34e1e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002444 10.0.0.133 - - [2026-03-05 04:02:57] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.133 - - [2026-03-05 04:02:57] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006103 10.0.0.133 - - [2026-03-05 04:02:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.002544 10.0.0.133 - - [2026-03-05 04:02:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.006599 10.0.0.133 - - [2026-03-05 04:02:57] "POST /security-groups HTTP/1.1" 200 586 0.029770 10.0.0.133 - - [2026-03-05 04:02:57] "POST /projects HTTP/1.1" 200 575 0.239047 10.0.0.65 - - [2026-03-05 04:02:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.006271 10.0.0.133 - - [2026-03-05 04:02:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.317338 10.0.0.65 - - [2026-03-05 04:02:57] "GET /project/af4b843c-9e54-49bc-ac03-85590bc34e1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.465856 10.0.0.65 - - [2026-03-05 04:02:58] "GET / HTTP/1.1" 200 36215 0.001447 10.0.0.65 - - [2026-03-05 04:03:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000577 10.0.0.65 - - [2026-03-05 04:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.029489 10.0.0.65 - - [2026-03-05 04:03:00] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.005652 10.0.0.65 - - [2026-03-05 04:03:00] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003007 10.0.0.65 - - [2026-03-05 04:03:00] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004365 10.0.0.65 - - [2026-03-05 04:03:00] "PUT /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f HTTP/1.1" 200 265 0.019747 10.0.0.133 - - [2026-03-05 04:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000390 10.0.0.133 - - [2026-03-05 04:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000380 10.0.0.33 - - [2026-03-05 04:03:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.133 - - [2026-03-05 04:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000383 10.0.0.33 - - [2026-03-05 04:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000432 10.0.0.133 - - [2026-03-05 04:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000443 10.0.0.65 - - [2026-03-05 04:03:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.034070 10.0.0.133 - - [2026-03-05 04:03:03] "GET /projects?obj_uuids=98ca6631-bcfe-45c5-9eed-663a3346350f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003437 10.0.0.33 - - [2026-03-05 04:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000441 10.0.0.133 - - [2026-03-05 04:03:03] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.133 - - [2026-03-05 04:03:03] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007377 10.0.0.33 - - [2026-03-05 04:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000414 10.0.0.133 - - [2026-03-05 04:03:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.002966 10.0.0.133 - - [2026-03-05 04:03:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.006829 10.0.0.133 - - [2026-03-05 04:03:03] "POST /security-groups HTTP/1.1" 200 586 0.025197 10.0.0.133 - - [2026-03-05 04:03:03] "POST /projects HTTP/1.1" 200 575 0.212493 10.0.0.133 - - [2026-03-05 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.250592 10.0.0.65 - - [2026-03-05 04:03:03] "POST /access-control-lists HTTP/1.1" 200 593 0.026682 10.0.0.65 - - [2026-03-05 04:03:03] "GET /project/98ca6631-bcfe-45c5-9eed-663a3346350f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.429708 10.0.0.65 - - [2026-03-05 04:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000537 10.0.0.65 - - [2026-03-05 04:03:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000484 10.0.0.65 - - [2026-03-05 04:03:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.028793 10.0.0.133 - - [2026-03-05 04:03:04] "GET /projects?obj_uuids=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003555 10.0.0.133 - - [2026-03-05 04:03:04] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406 10.0.0.133 - - [2026-03-05 04:03:04] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011193 10.0.0.65 - - [2026-03-05 04:03:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000354 10.0.0.65 - - [2026-03-05 04:03:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000376 10.0.0.133 - - [2026-03-05 04:03:04] "POST /id-to-fqname HTTP/1.1" 200 185 0.005456 10.0.0.133 - - [2026-03-05 04:03:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.009670 10.0.0.133 - - [2026-03-05 04:03:04] "POST /security-groups HTTP/1.1" 200 586 0.072853 10.0.0.65 - - [2026-03-05 04:03:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.004008 10.0.0.133 - - [2026-03-05 04:03:04] "POST /projects HTTP/1.1" 200 575 0.285732 10.0.0.133 - - [2026-03-05 04:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.339796 10.0.0.65 - - [2026-03-05 04:03:04] "POST /access-control-lists HTTP/1.1" 200 591 0.031054 10.0.0.65 - - [2026-03-05 04:03:04] "GET /project/d86a5b4b-0819-4fea-a1e6-bb9294ac228b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.507061 10.0.0.65 - - [2026-03-05 04:03:05] "GET / HTTP/1.1" 200 36215 0.001937 10.0.0.65 - - [2026-03-05 04:03:05] "GET / HTTP/1.1" 200 36215 0.001750 10.0.0.65 - - [2026-03-05 04:03:06] "POST /fqname-to-id HTTP/1.1" 404 183 0.003974 10.0.0.65 - - [2026-03-05 04:03:06] "POST /api-access-lists HTTP/1.1" 200 523 0.020475 10.0.0.65 - - [2026-03-05 04:03:06] "GET /api-access-list/2af37520-dcb6-4f5f-a2a0-cf569a4384f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.005505 10.0.0.65 - - [2026-03-05 04:03:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000419 10.0.0.65 - - [2026-03-05 04:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.109963 10.0.0.133 - - [2026-03-05 04:03:07] "GET /projects?obj_uuids=98ca6631-bcfe-45c5-9eed-663a3346350f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000954 10.0.0.65 - - [2026-03-05 04:03:07] "GET /project/98ca6631-bcfe-45c5-9eed-663a3346350f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.050344 10.0.0.65 - - [2026-03-05 04:03:07] "GET /virtual-networks?parent_id=98ca6631-bcfe-45c5-9eed-663a3346350f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021940 10.0.0.65 - - [2026-03-05 04:03:07] "POST /virtual-networks HTTP/1.1" 200 570 0.081439 10.0.0.65 - - [2026-03-05 04:03:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.034542 10.0.0.65 - - [2026-03-05 04:03:07] "GET /network-ipam/1c7a4127-32f6-419e-ae27-e7c0b40ee576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.016439 10.0.0.133 - - [2026-03-05 04:03:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008982 10.0.0.65 - - [2026-03-05 04:03:07] "POST /ref-update HTTP/1.1" 200 156 0.080035 10.0.0.65 - - [2026-03-05 04:03:08] "POST /neutron/network HTTP/1.1" 200 833 0.058649 10.0.0.65 - - [2026-03-05 04:03:08] "GET /virtual-network/490d5fdb-534f-41e0-85ae-e2878f84538e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.016474 10.0.0.65 - - [2026-03-05 04:03:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.65 - - [2026-03-05 04:03:09] "GET /obj-perms HTTP/1.1" 200 4915 0.102416 10.0.0.65 - - [2026-03-05 04:03:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.026248 10.0.0.65 - - [2026-03-05 04:03:10] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.051682 10.0.0.65 - - [2026-03-05 04:03:10] "POST /id-to-fqname HTTP/1.1" 401 292 0.000352 10.0.0.65 - - [2026-03-05 04:03:10] "POST /id-to-fqname HTTP/1.1" 200 230 0.039464 10.0.0.65 - - [2026-03-05 04:03:11] "POST /neutron/network HTTP/1.1" 200 843 0.049027 10.0.0.133 - - [2026-03-05 04:03:12] "GET /projects?obj_uuids=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000867 10.0.0.65 - - [2026-03-05 04:03:12] "GET /project/d86a5b4b-0819-4fea-a1e6-bb9294ac228b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.073513 10.0.0.65 - - [2026-03-05 04:03:12] "POST /neutron/port HTTP/1.1" 200 117 0.041233 10.0.0.65 - - [2026-03-05 04:03:12] "POST /neutron/network HTTP/1.1" 200 833 0.031922 10.0.0.65 - - [2026-03-05 04:03:13] "POST /neutron/port HTTP/1.1" 200 1057 0.013896 10.0.0.65 - - [2026-03-05 04:03:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003391 10.0.0.65 - - [2026-03-05 04:03:13] "POST /neutron/network HTTP/1.1" 200 833 0.005995 10.0.0.65 - - [2026-03-05 04:03:15] "DELETE /access-control-list/c64d4344-797a-49f4-9e36-a71fa2a43209 HTTP/1.1" 200 115 0.036123 10.0.0.133 - - [2026-03-05 04:03:16] "DELETE /project/d86a5b4b08194feaa1e6bb9294ac228b HTTP/1.1" 404 173 0.005308 10.0.0.133 - - [2026-03-05 04:03:16] "DELETE /project/65272903-bd39-4eb5-b11f-2efe07aa3b18 HTTP/1.1" 404 177 0.005356 10.0.0.133 - - [2026-03-05 04:03:16] "DELETE /project/af4b843c9e5449bcac0385590bc34e1e HTTP/1.1" 404 173 0.007735 10.0.0.133 - - [2026-03-05 04:03:16] "DELETE /project/98ca6631bcfe45c59eed663a3346350f HTTP/1.1" 404 173 0.003933 10.0.0.65 - - [2026-03-05 04:03:17] "POST /neutron/port HTTP/1.1" 200 1121 0.019213 10.0.0.65 - - [2026-03-05 04:03:17] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008322 10.0.0.65 - - [2026-03-05 04:03:17] "GET /virtual-machine/94099a9b-e862-4843-93b9-e42479c7ed2d HTTP/1.1" 401 292 0.000721 10.0.0.65 - - [2026-03-05 04:03:18] "GET /virtual-machine/94099a9b-e862-4843-93b9-e42479c7ed2d HTTP/1.1" 200 1290 0.046273 10.0.0.65 - - [2026-03-05 04:03:18] "GET /virtual-machine/94099a9b-e862-4843-93b9-e42479c7ed2d HTTP/1.1" 200 1290 0.016785 10.0.0.65 - - [2026-03-05 04:03:18] "GET /virtual-machine-interface/bc01e601-1eaf-4efc-a7c3-bf6498d86812 HTTP/1.1" 200 2537 0.019542 10.0.0.65 - - [2026-03-05 04:03:18] "GET /virtual-machine/94099a9b-e862-4843-93b9-e42479c7ed2d HTTP/1.1" 200 1290 0.013678 10.0.0.65 - - [2026-03-05 04:03:18] "GET /virtual-machine-interface/bc01e601-1eaf-4efc-a7c3-bf6498d86812 HTTP/1.1" 200 2537 0.018911 10.0.0.65 - - [2026-03-05 04:03:18] "GET /instance-ip/30b91dfc-31dd-49d0-ac61-9d46fea8abbd HTTP/1.1" 200 1630 0.015947 10.0.0.65 - - [2026-03-05 04:03:18] "GET /virtual-machine/94099a9b-e862-4843-93b9-e42479c7ed2d HTTP/1.1" 200 1290 0.012977 10.0.0.65 - - [2026-03-05 04:03:18] "GET /virtual-machine-interface/bc01e601-1eaf-4efc-a7c3-bf6498d86812 HTTP/1.1" 200 2537 0.018266 10.0.0.65 - - [2026-03-05 04:03:18] "GET /instance-ip/30b91dfc-31dd-49d0-ac61-9d46fea8abbd HTTP/1.1" 200 1630 0.017007 10.0.0.65 - - [2026-03-05 04:03:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.016746 10.0.0.65 - - [2026-03-05 04:03:18] "GET / HTTP/1.1" 200 36215 0.002105 10.0.0.65 - - [2026-03-05 04:03:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000396 10.0.0.65 - - [2026-03-05 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.026198 10.0.0.65 - - [2026-03-05 04:03:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003732 10.0.0.65 - - [2026-03-05 04:03:19] "GET /virtual-networks?parent_id=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015701 10.0.0.65 - - [2026-03-05 04:03:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.014115 10.0.0.65 - - [2026-03-05 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.65 - - [2026-03-05 04:03:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004236 10.0.0.65 - - [2026-03-05 04:03:19] "GET /virtual-networks?parent_id=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015547 10.0.0.65 - - [2026-03-05 04:03:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.013651 10.0.0.65 - - [2026-03-05 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.65 - - [2026-03-05 04:03:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004033 10.0.0.65 - - [2026-03-05 04:03:19] "GET /virtual-networks?parent_id=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019855 10.0.0.65 - - [2026-03-05 04:03:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.013707 10.0.0.65 - - [2026-03-05 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.65 - - [2026-03-05 04:03:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003099 10.0.0.65 - - [2026-03-05 04:03:19] "GET /virtual-networks?parent_id=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011282 10.0.0.65 - - [2026-03-05 04:03:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.012427 10.0.0.65 - - [2026-03-05 04:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.65 - - [2026-03-05 04:03:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004142 10.0.0.65 - - [2026-03-05 04:03:19] "GET /virtual-networks?parent_id=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017025 10.0.0.65 - - [2026-03-05 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.019393 10.0.0.65 - - [2026-03-05 04:03:22] "GET /virtual-network/490d5fdb-534f-41e0-85ae-e2878f84538e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.017062 10.0.0.65 - - [2026-03-05 04:03:23] "POST /neutron/port HTTP/1.1" 200 1121 0.013621 10.0.0.65 - - [2026-03-05 04:03:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.014737 10.0.0.65 - - [2026-03-05 04:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002363 10.0.0.65 - - [2026-03-05 04:03:24] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003181 10.0.0.65 - - [2026-03-05 04:03:24] "GET /virtual-networks?parent_id=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013929 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.022414 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.65 - - [2026-03-05 04:03:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004347 10.0.0.65 - - [2026-03-05 04:03:25] "GET /virtual-networks?parent_id=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012023 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 403 361 0.014324 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.65 - - [2026-03-05 04:03:25] "GET /routing-instance/29e8feb0-698d-496e-a047-b8c5301c2f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003994 10.0.0.65 - - [2026-03-05 04:03:25] "GET /route-target/efc92fa6-d5dc-4d62-af84-9a50ecd2fa7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.013439 10.0.0.65 - - [2026-03-05 04:03:25] "GET /route-target/efc92fa6-d5dc-4d62-af84-9a50ecd2fa7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003023 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.014131 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002034 10.0.0.65 - - [2026-03-05 04:03:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002998 10.0.0.65 - - [2026-03-05 04:03:25] "GET /virtual-networks?parent_id=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012479 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 403 361 0.013353 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.65 - - [2026-03-05 04:03:25] "GET /routing-instance/29e8feb0-698d-496e-a047-b8c5301c2f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003864 10.0.0.65 - - [2026-03-05 04:03:25] "GET /route-target/efc92fa6-d5dc-4d62-af84-9a50ecd2fa7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.012623 10.0.0.65 - - [2026-03-05 04:03:25] "GET /route-target/efc92fa6-d5dc-4d62-af84-9a50ecd2fa7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003549 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.015053 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002227 10.0.0.65 - - [2026-03-05 04:03:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004939 10.0.0.65 - - [2026-03-05 04:03:25] "GET /virtual-networks?parent_id=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013757 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.013892 10.0.0.65 - - [2026-03-05 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.65 - - [2026-03-05 04:03:25] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004404 10.0.0.65 - - [2026-03-05 04:03:25] "GET /virtual-networks?parent_id=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013994 10.0.0.133 - - [2026-03-05 04:03:26] "GET /obj-perms HTTP/1.1" 200 4915 0.061020 10.0.0.65 - - [2026-03-05 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002455 10.0.0.65 - - [2026-03-05 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.133 - - [2026-03-05 04:03:26] "GET /virtual-machine/94099a9b-e862-4843-93b9-e42479c7ed2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.012999 10.0.0.65 - - [2026-03-05 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.65 - - [2026-03-05 04:03:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.65 - - [2026-03-05 04:03:26] "GET /obj-perms HTTP/1.1" 200 4915 0.033558 10.0.0.65 - - [2026-03-05 04:03:27] "GET /obj-perms HTTP/1.1" 200 5020 0.049937 10.0.0.65 - - [2026-03-05 04:03:27] "GET /obj-perms HTTP/1.1" 200 4915 0.067520 10.0.0.65 - - [2026-03-05 04:03:28] "GET /obj-perms HTTP/1.1" 200 5020 0.003432 10.0.0.65 - - [2026-03-05 04:03:28] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.040047 10.0.0.133 - - [2026-03-05 04:03:29] "GET /obj-perms HTTP/1.1" 200 4915 0.012228 10.0.0.65 - - [2026-03-05 04:03:29] "GET /virtual-machine/94099a9b-e862-4843-93b9-e42479c7ed2d HTTP/1.1" 200 1290 0.016133 10.0.0.65 - - [2026-03-05 04:03:29] "POST /neutron/port HTTP/1.1" 200 1111 0.011480 10.0.0.65 - - [2026-03-05 04:03:31] "GET /virtual-machine/94099a9b-e862-4843-93b9-e42479c7ed2d HTTP/1.1" 404 171 0.013420 10.0.0.65 - - [2026-03-05 04:03:31] "GET /virtual-machine/94099a9b-e862-4843-93b9-e42479c7ed2d HTTP/1.1" 404 171 0.010671 10.0.0.65 - - [2026-03-05 04:03:31] "GET /virtual-machine/94099a9b-e862-4843-93b9-e42479c7ed2d HTTP/1.1" 404 171 0.012108 10.0.0.65 - - [2026-03-05 04:03:31] "POST /fqname-to-id HTTP/1.1" 403 339 0.018372 10.0.0.65 - - [2026-03-05 04:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.65 - - [2026-03-05 04:03:31] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003002 10.0.0.65 - - [2026-03-05 04:03:31] "GET /virtual-networks?parent_id=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013475 10.0.0.65 - - [2026-03-05 04:03:31] "POST /fqname-to-id HTTP/1.1" 403 361 0.014609 10.0.0.65 - - [2026-03-05 04:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.65 - - [2026-03-05 04:03:31] "GET /routing-instance/29e8feb0-698d-496e-a047-b8c5301c2f8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003612 10.0.0.65 - - [2026-03-05 04:03:31] "GET /route-target/efc92fa6-d5dc-4d62-af84-9a50ecd2fa7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.012437 10.0.0.65 - - [2026-03-05 04:03:31] "GET /route-target/efc92fa6-d5dc-4d62-af84-9a50ecd2fa7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003921 10.0.0.65 - - [2026-03-05 04:03:32] "GET /obj-perms HTTP/1.1" 200 4915 0.060288 10.0.0.65 - - [2026-03-05 04:03:32] "GET /obj-perms HTTP/1.1" 200 5020 0.003312 10.0.0.65 - - [2026-03-05 04:03:38] "GET /obj-perms HTTP/1.1" 200 5020 0.003993 10.0.0.65 - - [2026-03-05 04:03:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003312 10.0.0.65 - - [2026-03-05 04:03:47] "GET /obj-perms HTTP/1.1" 200 5020 0.004377 10.0.0.65 - - [2026-03-05 04:03:47] "GET /obj-perms HTTP/1.1" 200 5020 0.003408 10.0.0.33 - - [2026-03-05 04:03:48] "GET /obj-perms HTTP/1.1" 200 5020 0.049941 10.0.0.133 - - [2026-03-05 04:03:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005355 10.0.0.133 - - [2026-03-05 04:03:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002848 10.0.0.65 - - [2026-03-05 04:03:48] "DELETE /virtual-network/490d5fdb-534f-41e0-85ae-e2878f84538e HTTP/1.1" 200 115 0.117331 10.0.0.65 - - [2026-03-05 04:03:48] "DELETE /route-target/efc92fa6-d5dc-4d62-af84-9a50ecd2fa7c HTTP/1.1" 200 115 0.031172 10.0.0.65 - - [2026-03-05 04:03:48] "DELETE /api-access-list/2af37520-dcb6-4f5f-a2a0-cf569a4384f0 HTTP/1.1" 200 115 0.053076 10.0.0.133 - - [2026-03-05 04:03:48] "GET /projects?obj_uuids=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000856 10.0.0.65 - - [2026-03-05 04:03:48] "GET /project/d86a5b4b-0819-4fea-a1e6-bb9294ac228b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.038414 10.0.0.133 - - [2026-03-05 04:03:48] "GET /projects?obj_uuids=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002405 10.0.0.65 - - [2026-03-05 04:03:48] "GET /project/d86a5b4b-0819-4fea-a1e6-bb9294ac228b?fields=virtual_networks HTTP/1.1" 200 1025 0.050638 10.0.0.133 - - [2026-03-05 04:03:48] "GET /projects?obj_uuids=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000905 10.0.0.65 - - [2026-03-05 04:03:49] "GET /project/d86a5b4b-0819-4fea-a1e6-bb9294ac228b?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.042314 10.0.0.133 - - [2026-03-05 04:03:49] "GET /projects?obj_uuids=d86a5b4b-0819-4fea-a1e6-bb9294ac228b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001213 10.0.0.65 - - [2026-03-05 04:03:49] "GET /project/d86a5b4b-0819-4fea-a1e6-bb9294ac228b?fields=security_groups HTTP/1.1" 200 1247 0.046899 10.0.0.133 - - [2026-03-05 04:03:49] "GET /projects?obj_uuids=98ca6631-bcfe-45c5-9eed-663a3346350f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000946 10.0.0.65 - - [2026-03-05 04:03:49] "GET /project/98ca6631-bcfe-45c5-9eed-663a3346350f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.042920 10.0.0.133 - - [2026-03-05 04:03:49] "GET /projects?obj_uuids=98ca6631-bcfe-45c5-9eed-663a3346350f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000876 10.0.0.65 - - [2026-03-05 04:03:49] "GET /project/98ca6631-bcfe-45c5-9eed-663a3346350f?fields=virtual_networks HTTP/1.1" 200 1025 0.037991 10.0.0.133 - - [2026-03-05 04:03:49] "GET /projects?obj_uuids=98ca6631-bcfe-45c5-9eed-663a3346350f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001176 10.0.0.65 - - [2026-03-05 04:03:49] "GET /project/98ca6631-bcfe-45c5-9eed-663a3346350f?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.030458 10.0.0.133 - - [2026-03-05 04:03:49] "GET /projects?obj_uuids=98ca6631-bcfe-45c5-9eed-663a3346350f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001243 10.0.0.65 - - [2026-03-05 04:03:49] "GET /project/98ca6631-bcfe-45c5-9eed-663a3346350f?fields=security_groups HTTP/1.1" 200 1247 0.033139 10.0.0.65 - - [2026-03-05 04:03:52] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004569 10.0.0.65 - - [2026-03-05 04:03:52] "PUT /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f HTTP/1.1" 200 265 0.009417 10.0.0.133 - - [2026-03-05 04:03:52] "GET /projects?obj_uuids=af4b843c-9e54-49bc-ac03-85590bc34e1e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001168 10.0.0.65 - - [2026-03-05 04:03:52] "GET /project/af4b843c-9e54-49bc-ac03-85590bc34e1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.034106 10.0.0.133 - - [2026-03-05 04:03:52] "GET /projects?obj_uuids=af4b843c-9e54-49bc-ac03-85590bc34e1e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000982 10.0.0.65 - - [2026-03-05 04:03:52] "GET /project/af4b843c-9e54-49bc-ac03-85590bc34e1e?fields=virtual_networks HTTP/1.1" 200 1025 0.052011 10.0.0.133 - - [2026-03-05 04:03:52] "GET /projects?obj_uuids=af4b843c-9e54-49bc-ac03-85590bc34e1e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000862 10.0.0.65 - - [2026-03-05 04:03:52] "GET /project/af4b843c-9e54-49bc-ac03-85590bc34e1e?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.030762 10.0.0.133 - - [2026-03-05 04:03:52] "GET /projects?obj_uuids=af4b843c-9e54-49bc-ac03-85590bc34e1e&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000852 10.0.0.65 - - [2026-03-05 04:03:52] "GET /project/af4b843c-9e54-49bc-ac03-85590bc34e1e?fields=security_groups HTTP/1.1" 200 1247 0.042006 10.0.0.65 - - [2026-03-05 04:03:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.032188 10.0.0.133 - - [2026-03-05 04:03:53] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003044 10.0.0.133 - - [2026-03-05 04:03:53] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.133 - - [2026-03-05 04:03:53] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008722 10.0.0.133 - - [2026-03-05 04:03:53] "POST /id-to-fqname HTTP/1.1" 200 190 0.002647 10.0.0.133 - - [2026-03-05 04:03:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.003924 10.0.0.133 - - [2026-03-05 04:03:54] "POST /security-groups HTTP/1.1" 200 591 0.072870 10.0.0.133 - - [2026-03-05 04:03:54] "POST /projects HTTP/1.1" 200 585 0.261476 10.0.0.65 - - [2026-03-05 04:03:54] "POST /fqname-to-id HTTP/1.1" 404 233 0.011188 10.0.0.133 - - [2026-03-05 04:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.342270 10.0.0.65 - - [2026-03-05 04:03:54] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.478327 10.0.0.65 - - [2026-03-05 04:03:55] "GET / HTTP/1.1" 200 36215 0.002612 10.0.0.65 - - [2026-03-05 04:03:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000412 10.0.0.65 - - [2026-03-05 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.042604 10.0.0.65 - - [2026-03-05 04:03:57] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003332 10.0.0.65 - - [2026-03-05 04:03:57] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003692 10.0.0.65 - - [2026-03-05 04:03:57] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003210 10.0.0.65 - - [2026-03-05 04:03:57] "PUT /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f HTTP/1.1" 200 265 0.011041 10.0.0.65 - - [2026-03-05 04:03:59] "POST /fqname-to-id HTTP/1.1" 404 188 0.033546 10.0.0.133 - - [2026-03-05 04:03:59] "GET /projects?obj_uuids=e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002718 10.0.0.133 - - [2026-03-05 04:03:59] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000920 10.0.0.133 - - [2026-03-05 04:03:59] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006299 10.0.0.133 - - [2026-03-05 04:03:59] "POST /id-to-fqname HTTP/1.1" 200 190 0.002133 10.0.0.133 - - [2026-03-05 04:03:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.005279 10.0.0.133 - - [2026-03-05 04:03:59] "POST /security-groups HTTP/1.1" 200 591 0.026122 10.0.0.133 - - [2026-03-05 04:03:59] "POST /projects HTTP/1.1" 200 585 0.215931 10.0.0.65 - - [2026-03-05 04:03:59] "POST /access-control-lists HTTP/1.1" 200 598 0.024278 10.0.0.133 - - [2026-03-05 04:03:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.302709 10.0.0.65 - - [2026-03-05 04:03:59] "GET /project/e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.443102 10.0.0.65 - - [2026-03-05 04:04:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.029507 10.0.0.133 - - [2026-03-05 04:04:00] "GET /projects?obj_uuids=657f145e-bacd-43bd-9344-e9befc7062b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002471 10.0.0.133 - - [2026-03-05 04:04:00] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001374 10.0.0.133 - - [2026-03-05 04:04:00] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006831 10.0.0.133 - - [2026-03-05 04:04:00] "POST /id-to-fqname HTTP/1.1" 200 190 0.001494 10.0.0.133 - - [2026-03-05 04:04:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.003957 10.0.0.133 - - [2026-03-05 04:04:00] "POST /security-groups HTTP/1.1" 200 591 0.026950 10.0.0.65 - - [2026-03-05 04:04:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.003719 10.0.0.133 - - [2026-03-05 04:04:00] "POST /projects HTTP/1.1" 200 585 0.227010 10.0.0.133 - - [2026-03-05 04:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.296139 10.0.0.65 - - [2026-03-05 04:04:00] "POST /access-control-lists HTTP/1.1" 200 596 0.025477 10.0.0.65 - - [2026-03-05 04:04:00] "GET /project/657f145e-bacd-43bd-9344-e9befc7062b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.427162 10.0.0.65 - - [2026-03-05 04:04:01] "GET / HTTP/1.1" 200 36215 0.001848 10.0.0.65 - - [2026-03-05 04:04:02] "GET / HTTP/1.1" 200 36215 0.002886 10.0.0.65 - - [2026-03-05 04:04:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.003229 10.0.0.65 - - [2026-03-05 04:04:02] "POST /api-access-lists HTTP/1.1" 200 523 0.021103 10.0.0.65 - - [2026-03-05 04:04:02] "GET /api-access-list/31305555-bb67-49ae-b5a9-7fa489a57348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.006026 10.0.0.65 - - [2026-03-05 04:04:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.65 - - [2026-03-05 04:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.056973 10.0.0.133 - - [2026-03-05 04:04:03] "GET /projects?obj_uuids=e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001331 10.0.0.65 - - [2026-03-05 04:04:03] "GET /project/e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.041499 10.0.0.65 - - [2026-03-05 04:04:03] "GET /virtual-networks?parent_id=e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021834 10.0.0.65 - - [2026-03-05 04:04:03] "POST /virtual-networks HTTP/1.1" 200 585 0.080966 10.0.0.65 - - [2026-03-05 04:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.032080 10.0.0.65 - - [2026-03-05 04:04:03] "GET /network-ipam/1c7a4127-32f6-419e-ae27-e7c0b40ee576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.015485 10.0.0.133 - - [2026-03-05 04:04:04] "POST /useragent-kv HTTP/1.1" 200 115 0.010180 10.0.0.65 - - [2026-03-05 04:04:04] "POST /ref-update HTTP/1.1" 200 156 0.085441 10.0.0.65 - - [2026-03-05 04:04:04] "POST /neutron/network HTTP/1.1" 200 850 0.056153 10.0.0.65 - - [2026-03-05 04:04:04] "GET /virtual-network/9d9e1253-de07-423b-9d8c-909a5bff2883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.021388 10.0.0.65 - - [2026-03-05 04:04:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000411 10.0.0.65 - - [2026-03-05 04:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.041313 10.0.0.133 - - [2026-03-05 04:04:04] "GET /projects?obj_uuids=657f145e-bacd-43bd-9344-e9befc7062b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.65 - - [2026-03-05 04:04:04] "GET /project/657f145e-bacd-43bd-9344-e9befc7062b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.054817 10.0.0.65 - - [2026-03-05 04:04:04] "GET /virtual-networks?parent_id=657f145e-bacd-43bd-9344-e9befc7062b5&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016158 10.0.0.65 - - [2026-03-05 04:04:05] "POST /virtual-networks HTTP/1.1" 200 585 0.084331 10.0.0.65 - - [2026-03-05 04:04:05] "POST /route-targets HTTP/1.1" 200 328 0.018602 10.0.0.65 - - [2026-03-05 04:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.045053 10.0.0.65 - - [2026-03-05 04:04:05] "GET /network-ipam/1c7a4127-32f6-419e-ae27-e7c0b40ee576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.014153 10.0.0.133 - - [2026-03-05 04:04:05] "POST /useragent-kv HTTP/1.1" 200 115 0.016197 10.0.0.65 - - [2026-03-05 04:04:05] "POST /ref-update HTTP/1.1" 200 156 0.087710 10.0.0.65 - - [2026-03-05 04:04:05] "POST /neutron/network HTTP/1.1" 200 848 0.060853 10.0.0.65 - - [2026-03-05 04:04:05] "GET /virtual-network/b23c504e-3a63-4f15-8e0f-779da44b3982?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.017202 10.0.0.65 - - [2026-03-05 04:04:05] "POST /neutron/subnet HTTP/1.1" 200 679 0.046922 10.0.0.65 - - [2026-03-05 04:04:06] "GET /virtual-network/9d9e1253-de07-423b-9d8c-909a5bff2883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2021 0.049956 10.0.0.65 - - [2026-03-05 04:04:07] "GET /virtual-network/9d9e1253-de07-423b-9d8c-909a5bff2883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.051364 10.0.0.33 - - [2026-03-05 04:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.026695 10.0.0.133 - - [2026-03-05 04:04:08] "GET /obj-perms HTTP/1.1" 403 257 0.035014 10.0.0.133 - - [2026-03-05 04:04:08] "GET /virtual-network/9d9e1253-de07-423b-9d8c-909a5bff2883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.015203 10.0.0.65 - - [2026-03-05 04:04:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.024840 10.0.0.65 - - [2026-03-05 04:04:09] "GET /obj-perms HTTP/1.1" 200 5030 0.054905 10.0.0.65 - - [2026-03-05 04:04:09] "PUT /virtual-network/9d9e1253-de07-423b-9d8c-909a5bff2883 HTTP/1.1" 200 265 0.040649 10.0.0.65 - - [2026-03-05 04:04:09] "GET /virtual-network/9d9e1253-de07-423b-9d8c-909a5bff2883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.011509 10.0.0.65 - - [2026-03-05 04:04:09] "GET /virtual-network/9d9e1253-de07-423b-9d8c-909a5bff2883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.041130 10.0.0.33 - - [2026-03-05 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.133 - - [2026-03-05 04:04:10] "GET /virtual-network/9d9e1253-de07-423b-9d8c-909a5bff2883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.040305 10.0.0.65 - - [2026-03-05 04:04:10] "GET /virtual-network/9d9e1253-de07-423b-9d8c-909a5bff2883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2025 0.016628 10.0.0.65 - - [2026-03-05 04:04:10] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.028244 10.0.0.65 - - [2026-03-05 04:04:10] "GET /obj-perms HTTP/1.1" 200 5030 0.003253 10.0.0.65 - - [2026-03-05 04:04:11] "PUT /virtual-network/9d9e1253-de07-423b-9d8c-909a5bff2883 HTTP/1.1" 200 265 0.041979 10.0.0.133 - - [2026-03-05 04:04:11] "POST /useragent-kv HTTP/1.1" 200 115 0.015902 10.0.0.133 - - [2026-03-05 04:04:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004301 10.0.0.65 - - [2026-03-05 04:04:11] "DELETE /virtual-network/b23c504e-3a63-4f15-8e0f-779da44b3982 HTTP/1.1" 200 115 0.132662 10.0.0.65 - - [2026-03-05 04:04:11] "DELETE /route-target/2bed6d96-89d1-46db-b665-0661cccf37ce HTTP/1.1" 200 115 0.034247 10.0.0.133 - - [2026-03-05 04:04:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003437 10.0.0.133 - - [2026-03-05 04:04:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004385 10.0.0.65 - - [2026-03-05 04:04:11] "DELETE /virtual-network/9d9e1253-de07-423b-9d8c-909a5bff2883 HTTP/1.1" 200 115 0.124449 10.0.0.65 - - [2026-03-05 04:04:11] "DELETE /api-access-list/31305555-bb67-49ae-b5a9-7fa489a57348 HTTP/1.1" 200 115 0.034699 10.0.0.133 - - [2026-03-05 04:04:11] "GET /projects?obj_uuids=657f145e-bacd-43bd-9344-e9befc7062b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.65 - - [2026-03-05 04:04:11] "GET /project/657f145e-bacd-43bd-9344-e9befc7062b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.050601 10.0.0.133 - - [2026-03-05 04:04:11] "GET /projects?obj_uuids=657f145e-bacd-43bd-9344-e9befc7062b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.65 - - [2026-03-05 04:04:11] "GET /project/657f145e-bacd-43bd-9344-e9befc7062b5?fields=virtual_networks HTTP/1.1" 200 1034 0.039915 10.0.0.133 - - [2026-03-05 04:04:11] "GET /projects?obj_uuids=657f145e-bacd-43bd-9344-e9befc7062b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001206 10.0.0.65 - - [2026-03-05 04:04:11] "GET /project/657f145e-bacd-43bd-9344-e9befc7062b5?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.031732 10.0.0.133 - - [2026-03-05 04:04:11] "GET /projects?obj_uuids=657f145e-bacd-43bd-9344-e9befc7062b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.65 - - [2026-03-05 04:04:11] "GET /project/657f145e-bacd-43bd-9344-e9befc7062b5?fields=security_groups HTTP/1.1" 200 1261 0.042648 10.0.0.133 - - [2026-03-05 04:04:12] "GET /projects?obj_uuids=e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000842 10.0.0.65 - - [2026-03-05 04:04:12] "GET /project/e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036101 10.0.0.133 - - [2026-03-05 04:04:12] "GET /projects?obj_uuids=e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.65 - - [2026-03-05 04:04:12] "GET /project/e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a?fields=virtual_networks HTTP/1.1" 200 1035 0.043427 10.0.0.133 - - [2026-03-05 04:04:12] "GET /projects?obj_uuids=e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000860 10.0.0.65 - - [2026-03-05 04:04:12] "GET /project/e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.052460 10.0.0.133 - - [2026-03-05 04:04:12] "GET /projects?obj_uuids=e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000869 10.0.0.65 - - [2026-03-05 04:04:12] "GET /project/e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a?fields=security_groups HTTP/1.1" 200 1262 0.039110 10.0.0.65 - - [2026-03-05 04:04:16] "DELETE /access-control-list/14317f83-a48c-45ec-a9b3-0ce4a0a29be1 HTTP/1.1" 200 115 0.033774 10.0.0.65 - - [2026-03-05 04:04:16] "DELETE /access-control-list/a0cbb665-2525-4f8d-983f-7be48d0e48f0 HTTP/1.1" 200 115 0.038694 10.0.0.65 - - [2026-03-05 04:04:16] "GET / HTTP/1.1" 200 36215 0.001731 10.0.0.133 - - [2026-03-05 04:04:17] "DELETE /project/657f145ebacd43bd9344e9befc7062b5 HTTP/1.1" 404 173 0.018108 10.0.0.133 - - [2026-03-05 04:04:17] "DELETE /project/af4b843c-9e54-49bc-ac03-85590bc34e1e HTTP/1.1" 404 177 0.016746 10.0.0.133 - - [2026-03-05 04:04:17] "DELETE /project/e4c99d8dcf6c427ebc4913d97bfe1d5a HTTP/1.1" 404 173 0.013146 10.0.0.133 - - [2026-03-05 04:04:17] "DELETE /project/98ca6631-bcfe-45c5-9eed-663a3346350f HTTP/1.1" 404 177 0.012174 10.0.0.133 - - [2026-03-05 04:04:17] "DELETE /project/d86a5b4b-0819-4fea-a1e6-bb9294ac228b HTTP/1.1" 404 177 0.011459 10.0.0.133 - - [2026-03-05 04:04:17] "DELETE /project/ec5cc176e18e4e6e85e55856185eb7e9 HTTP/1.1" 404 173 0.009020 10.0.0.133 - - [2026-03-05 04:04:17] "GET /projects?obj_uuids=e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001759 10.0.0.133 - - [2026-03-05 04:04:17] "GET /projects?obj_uuids=657f145e-bacd-43bd-9344-e9befc7062b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000891 10.0.0.133 - - [2026-03-05 04:04:17] "GET /project/657f145e-bacd-43bd-9344-e9befc7062b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.046732 10.0.0.133 - - [2026-03-05 04:04:17] "GET /project/e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.051902 10.0.0.133 - - [2026-03-05 04:04:17] "GET /projects?obj_uuids=657f145e-bacd-43bd-9344-e9befc7062b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000841 10.0.0.133 - - [2026-03-05 04:04:17] "GET /projects?obj_uuids=e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000738 10.0.0.133 - - [2026-03-05 04:04:17] "GET /project/e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a?fields=security_groups HTTP/1.1" 200 1364 0.043722 10.0.0.133 - - [2026-03-05 04:04:17] "GET /project/657f145e-bacd-43bd-9344-e9befc7062b5?fields=security_groups HTTP/1.1" 200 1363 0.055546 10.0.0.133 - - [2026-03-05 04:04:17] "DELETE /security-group/6644bd5b-4071-41ee-95b5-84fd92f90fe0 HTTP/1.1" 200 115 0.076973 10.0.0.133 - - [2026-03-05 04:04:17] "GET /projects?obj_uuids=e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000878 10.0.0.133 - - [2026-03-05 04:04:17] "DELETE /security-group/4107ad14-84b4-4fa1-b034-ffa140f4754a HTTP/1.1" 200 115 0.088295 10.0.0.133 - - [2026-03-05 04:04:17] "GET /projects?obj_uuids=657f145e-bacd-43bd-9344-e9befc7062b5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001637 10.0.0.65 - - [2026-03-05 04:04:17] "DELETE /access-control-list/c347520a-1af8-4305-9cff-465b139945b4 HTTP/1.1" 200 115 0.056851 10.0.0.133 - - [2026-03-05 04:04:17] "GET /project/e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a?fields=application_policy_sets HTTP/1.1" 200 1403 0.054933 10.0.0.133 - - [2026-03-05 04:04:17] "GET /project/657f145e-bacd-43bd-9344-e9befc7062b5?fields=application_policy_sets HTTP/1.1" 200 1402 0.097478 10.0.0.65 - - [2026-03-05 04:04:17] "DELETE /access-control-list/3426ee64-03ad-4128-8738-c792b2956363 HTTP/1.1" 200 115 0.048844 10.0.0.133 - - [2026-03-05 04:04:17] "DELETE /project/e4c99d8d-cf6c-427e-bc49-13d97bfe1d5a HTTP/1.1" 200 115 0.465013 10.0.0.133 - - [2026-03-05 04:04:17] "DELETE /project/657f145e-bacd-43bd-9344-e9befc7062b5 HTTP/1.1" 200 115 0.502305 10.0.0.65 - - [2026-03-05 04:04:18] "GET / HTTP/1.1" 200 36215 0.001551 10.0.0.65 - - [2026-03-05 04:04:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000585 10.0.0.65 - - [2026-03-05 04:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.052827 10.0.0.133 - - [2026-03-05 04:04:19] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001587 10.0.0.65 - - [2026-03-05 04:04:19] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.072151 10.0.0.65 - - [2026-03-05 04:04:19] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.012427 10.0.0.65 - - [2026-03-05 04:04:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.012187 10.0.0.65 - - [2026-03-05 04:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.019444 10.0.0.133 - - [2026-03-05 04:04:19] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001880 10.0.0.65 - - [2026-03-05 04:04:19] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.020894 10.0.0.65 - - [2026-03-05 04:04:19] "POST /service-templates HTTP/1.1" 403 264 0.011237 10.0.0.65 - - [2026-03-05 04:04:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.003174 10.0.0.65 - - [2026-03-05 04:04:19] "POST /api-access-lists HTTP/1.1" 200 557 0.023132 10.0.0.65 - - [2026-03-05 04:04:19] "GET /api-access-list/6ac97a1d-b2ad-4a46-ac60-50145cbb6bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.006469 10.0.0.65 - - [2026-03-05 04:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.018669 10.0.0.133 - - [2026-03-05 04:04:19] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.65 - - [2026-03-05 04:04:19] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062472 10.0.0.65 - - [2026-03-05 04:04:19] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019386 10.0.0.65 - - [2026-03-05 04:04:20] "POST /virtual-networks HTTP/1.1" 200 585 0.101221 10.0.0.65 - - [2026-03-05 04:04:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.029127 10.0.0.65 - - [2026-03-05 04:04:20] "GET /network-ipam/1c7a4127-32f6-419e-ae27-e7c0b40ee576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.017816 10.0.0.133 - - [2026-03-05 04:04:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006045 10.0.0.65 - - [2026-03-05 04:04:20] "POST /ref-update HTTP/1.1" 200 156 0.099159 10.0.0.65 - - [2026-03-05 04:04:20] "GET /virtual-network/31655b1c-0bd3-4e0c-a31b-b41e89712e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.018485 10.0.0.65 - - [2026-03-05 04:04:20] "POST /neutron/network HTTP/1.1" 200 849 0.056073 10.0.0.65 - - [2026-03-05 04:04:20] "GET /virtual-network/31655b1c-0bd3-4e0c-a31b-b41e89712e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.004796 10.0.0.65 - - [2026-03-05 04:04:20] "GET /network-ipam/1c7a4127-32f6-419e-ae27-e7c0b40ee576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004777 10.0.0.65 - - [2026-03-05 04:04:21] "GET /virtual-network/31655b1c-0bd3-4e0c-a31b-b41e89712e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.006086 10.0.0.65 - - [2026-03-05 04:04:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.018063 10.0.0.65 - - [2026-03-05 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.013993 10.0.0.133 - - [2026-03-05 04:04:22] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.65 - - [2026-03-05 04:04:22] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.016866 10.0.0.65 - - [2026-03-05 04:04:22] "POST /service-templates HTTP/1.1" 403 264 0.011808 10.0.0.65 - - [2026-03-05 04:04:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.003640 10.0.0.65 - - [2026-03-05 04:04:22] "POST /api-access-lists HTTP/1.1" 200 523 0.022404 10.0.0.65 - - [2026-03-05 04:04:22] "GET /api-access-list/dcfddba2-8fad-4f3d-97e2-e701e79d77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.005707 10.0.0.65 - - [2026-03-05 04:04:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.016718 10.0.0.65 - - [2026-03-05 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.015413 10.0.0.133 - - [2026-03-05 04:04:22] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.65 - - [2026-03-05 04:04:22] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.019494 10.0.0.65 - - [2026-03-05 04:04:22] "POST /service-templates HTTP/1.1" 200 553 0.030812 10.0.0.65 - - [2026-03-05 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.024701 10.0.0.65 - - [2026-03-05 04:04:22] "GET /service-template/c4ccdc68-a244-44ff-bddd-d0f405a0aa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.017832 10.0.0.65 - - [2026-03-05 04:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.015783 10.0.0.65 - - [2026-03-05 04:04:22] "GET /service-template/c4ccdc68-a244-44ff-bddd-d0f405a0aa50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.017107 10.0.0.33 - - [2026-03-05 04:04:23] "GET /obj-perms HTTP/1.1" 200 5056 0.363599 10.0.0.65 - - [2026-03-05 04:04:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.33 - - [2026-03-05 04:04:25] "GET /virtual-network/31655b1c-0bd3-4e0c-a31b-b41e89712e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.036069 10.0.0.133 - - [2026-03-05 04:04:25] "GET /obj-perms HTTP/1.1" 403 257 0.036979 10.0.0.65 - - [2026-03-05 04:04:25] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.040764 10.0.0.65 - - [2026-03-05 04:04:25] "GET /api-access-list/6ac97a1d-b2ad-4a46-ac60-50145cbb6bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003984 10.0.0.65 - - [2026-03-05 04:04:25] "PUT /api-access-list/6ac97a1d-b2ad-4a46-ac60-50145cbb6bf2 HTTP/1.1" 200 265 0.010509 10.0.0.65 - - [2026-03-05 04:04:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.65 - - [2026-03-05 04:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.038680 10.0.0.133 - - [2026-03-05 04:04:26] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001207 10.0.0.65 - - [2026-03-05 04:04:26] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.068358 10.0.0.65 - - [2026-03-05 04:04:26] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018866 10.0.0.65 - - [2026-03-05 04:04:26] "POST /virtual-networks HTTP/1.1" 403 263 0.011261 10.0.0.65 - - [2026-03-05 04:04:26] "GET /virtual-network/31655b1c-0bd3-4e0c-a31b-b41e89712e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.022002 10.0.0.65 - - [2026-03-05 04:04:26] "GET /api-access-list/dcfddba2-8fad-4f3d-97e2-e701e79d77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.003176 10.0.0.65 - - [2026-03-05 04:04:26] "PUT /api-access-list/dcfddba2-8fad-4f3d-97e2-e701e79d77cf HTTP/1.1" 200 265 0.011209 10.0.0.65 - - [2026-03-05 04:04:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.016324 10.0.0.65 - - [2026-03-05 04:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.013753 10.0.0.133 - - [2026-03-05 04:04:26] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001366 10.0.0.65 - - [2026-03-05 04:04:26] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.021958 10.0.0.65 - - [2026-03-05 04:04:26] "POST /service-templates HTTP/1.1" 403 264 0.015368 10.0.0.65 - - [2026-03-05 04:04:27] "GET /api-access-list/6ac97a1d-b2ad-4a46-ac60-50145cbb6bf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.003462 10.0.0.65 - - [2026-03-05 04:04:27] "PUT /api-access-list/6ac97a1d-b2ad-4a46-ac60-50145cbb6bf2 HTTP/1.1" 200 265 0.010028 10.0.0.65 - - [2026-03-05 04:04:27] "GET /api-access-list/dcfddba2-8fad-4f3d-97e2-e701e79d77cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.003584 10.0.0.65 - - [2026-03-05 04:04:27] "PUT /api-access-list/dcfddba2-8fad-4f3d-97e2-e701e79d77cf HTTP/1.1" 200 265 0.011453 10.0.0.65 - - [2026-03-05 04:04:27] "GET /obj-perms HTTP/1.1" 403 257 0.012678 10.0.0.65 - - [2026-03-05 04:04:28] "GET /obj-perms HTTP/1.1" 403 257 0.038612 10.0.0.33 - - [2026-03-05 04:04:28] "GET /virtual-network/31655b1c-0bd3-4e0c-a31b-b41e89712e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.011067 10.0.0.33 - - [2026-03-05 04:04:28] "GET /virtual-network/31655b1c-0bd3-4e0c-a31b-b41e89712e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.035259 10.0.0.133 - - [2026-03-05 04:04:28] "GET /obj-perms HTTP/1.1" 403 257 0.012925 10.0.0.133 - - [2026-03-05 04:04:29] "GET /obj-perms HTTP/1.1" 403 257 0.052957 10.0.0.65 - - [2026-03-05 04:04:29] "GET /obj-perms HTTP/1.1" 403 257 0.012350 10.0.0.65 - - [2026-03-05 04:04:29] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003284 10.0.0.65 - - [2026-03-05 04:04:29] "PUT /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f HTTP/1.1" 200 265 0.009964 10.0.0.65 - - [2026-03-05 04:04:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.65 - - [2026-03-05 04:04:29] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.025368 10.0.0.65 - - [2026-03-05 04:04:29] "DELETE /api-access-list/6ac97a1d-b2ad-4a46-ac60-50145cbb6bf2 HTTP/1.1" 200 115 0.033025 10.0.0.65 - - [2026-03-05 04:04:29] "DELETE /api-access-list/dcfddba2-8fad-4f3d-97e2-e701e79d77cf HTTP/1.1" 200 115 0.025681 10.0.0.65 - - [2026-03-05 04:04:30] "GET /virtual-network/31655b1c-0bd3-4e0c-a31b-b41e89712e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.048008 10.0.0.33 - - [2026-03-05 04:04:31] "GET /virtual-network/31655b1c-0bd3-4e0c-a31b-b41e89712e3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.036252 10.0.0.133 - - [2026-03-05 04:04:31] "GET /obj-perms HTTP/1.1" 403 257 0.040167 10.0.0.65 - - [2026-03-05 04:04:31] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.003776 10.0.0.65 - - [2026-03-05 04:04:31] "PUT /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f HTTP/1.1" 200 265 0.012997 10.0.0.65 - - [2026-03-05 04:04:31] "GET /obj-perms HTTP/1.1" 403 257 0.009898 10.0.0.65 - - [2026-03-05 04:04:31] "GET /obj-perms HTTP/1.1" 403 257 0.023354 10.0.0.65 - - [2026-03-05 04:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.015764 10.0.0.65 - - [2026-03-05 04:04:31] "DELETE /service-template/c4ccdc68-a244-44ff-bddd-d0f405a0aa50 HTTP/1.1" 200 115 0.036643 10.0.0.65 - - [2026-03-05 04:04:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.024613 10.0.0.133 - - [2026-03-05 04:04:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003705 10.0.0.65 - - [2026-03-05 04:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158 10.0.0.133 - - [2026-03-05 04:04:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.65 - - [2026-03-05 04:04:32] "DELETE /virtual-network/31655b1c-0bd3-4e0c-a31b-b41e89712e3c HTTP/1.1" 200 115 0.109614 10.0.0.65 - - [2026-03-05 04:04:32] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004163 10.0.0.65 - - [2026-03-05 04:04:32] "PUT /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f HTTP/1.1" 200 265 0.011707 10.0.0.65 - - [2026-03-05 04:04:32] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004241 10.0.0.65 - - [2026-03-05 04:04:32] "PUT /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f HTTP/1.1" 200 265 0.011545 10.0.0.65 - - [2026-03-05 04:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.133 - - [2026-03-05 04:04:34] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.65 - - [2026-03-05 04:04:34] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.036170 10.0.0.65 - - [2026-03-05 04:04:35] "POST /neutron/network HTTP/1.1" 200 117 0.095762 10.0.0.65 - - [2026-03-05 04:04:35] "POST /neutron/network HTTP/1.1" 200 860 0.007478 10.0.0.65 - - [2026-03-05 04:04:35] "POST /id-to-fqname HTTP/1.1" 200 240 0.001055 10.0.0.65 - - [2026-03-05 04:04:35] "GET /virtual-network/cf479a0a-9796-4cc4-ac5e-04db063c1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004605 10.0.0.65 - - [2026-03-05 04:04:35] "GET /virtual-network/cf479a0a-9796-4cc4-ac5e-04db063c1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005929 10.0.0.65 - - [2026-03-05 04:04:35] "POST /neutron/subnet HTTP/1.1" 200 714 0.009789 10.0.0.65 - - [2026-03-05 04:04:35] "GET /virtual-network/cf479a0a-9796-4cc4-ac5e-04db063c1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005702 10.0.0.65 - - [2026-03-05 04:04:35] "GET /network-ipam/1c7a4127-32f6-419e-ae27-e7c0b40ee576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.004024 10.0.0.65 - - [2026-03-05 04:04:35] "POST /ref-update HTTP/1.1" 200 156 0.033814 10.0.0.65 - - [2026-03-05 04:04:35] "GET /virtual-network/cf479a0a-9796-4cc4-ac5e-04db063c1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005466 10.0.0.133 - - [2026-03-05 04:04:36] "GET /obj-perms HTTP/1.1" 200 5030 0.068223 10.0.0.65 - - [2026-03-05 04:04:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.003313 10.0.0.65 - - [2026-03-05 04:04:36] "POST /api-access-lists HTTP/1.1" 200 557 0.023739 10.0.0.65 - - [2026-03-05 04:04:36] "GET /api-access-list/3017fe44-03a9-40ea-b228-45522fefeea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.005353 10.0.0.65 - - [2026-03-05 04:04:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.014429 10.0.0.133 - - [2026-03-05 04:04:36] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001172 10.0.0.65 - - [2026-03-05 04:04:36] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.062147 10.0.0.133 - - [2026-03-05 04:04:36] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.65 - - [2026-03-05 04:04:36] "POST /neutron/network HTTP/1.1" 200 645 0.138569 10.0.0.133 - - [2026-03-05 04:04:37] "POST /useragent-kv HTTP/1.1" 200 115 0.006474 10.0.0.65 - - [2026-03-05 04:04:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.235102 10.0.0.65 - - [2026-03-05 04:04:37] "POST /id-to-fqname HTTP/1.1" 200 240 0.012099 10.0.0.65 - - [2026-03-05 04:04:37] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.016741 10.0.0.65 - - [2026-03-05 04:04:37] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.019291 10.0.0.65 - - [2026-03-05 04:04:37] "POST /neutron/network HTTP/1.1" 200 865 0.026946 10.0.0.65 - - [2026-03-05 04:04:37] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005221 10.0.0.65 - - [2026-03-05 04:04:37] "GET /network-ipam/1c7a4127-32f6-419e-ae27-e7c0b40ee576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.003237 10.0.0.65 - - [2026-03-05 04:04:37] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006775 10.0.0.65 - - [2026-03-05 04:04:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004336 10.0.0.65 - - [2026-03-05 04:04:38] "POST /fqname-to-id HTTP/1.1" 404 232 0.013888 10.0.0.133 - - [2026-03-05 04:04:38] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001428 10.0.0.65 - - [2026-03-05 04:04:38] "POST /fqname-to-id HTTP/1.1" 404 264 0.002750 10.0.0.65 - - [2026-03-05 04:04:38] "POST /access-control-lists HTTP/1.1" 200 626 0.028471 10.0.0.65 - - [2026-03-05 04:04:38] "POST /neutron/security_group HTTP/1.1" 200 1426 0.471418 10.0.0.65 - - [2026-03-05 04:04:38] "PUT /access-control-list/afa2a6a6-41be-4202-9c9e-cb9c26c9e27c HTTP/1.1" 200 273 0.014731 10.0.0.65 - - [2026-03-05 04:04:38] "POST /neutron/security_group HTTP/1.1" 200 1426 0.024570 10.0.0.133 - - [2026-03-05 04:04:39] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.65 - - [2026-03-05 04:04:39] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.109878 10.0.0.65 - - [2026-03-05 04:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.042882 10.0.0.65 - - [2026-03-05 04:04:39] "GET /security-group/8958b559-da1f-4f01-9601-04c6687856a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.019439 10.0.0.65 - - [2026-03-05 04:04:40] "POST /id-to-fqname HTTP/1.1" 200 240 0.014079 10.0.0.65 - - [2026-03-05 04:04:40] "POST /neutron/network HTTP/1.1" 200 875 0.026528 10.0.0.133 - - [2026-03-05 04:04:41] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000982 10.0.0.65 - - [2026-03-05 04:04:41] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.080558 10.0.0.65 - - [2026-03-05 04:04:41] "POST /neutron/port HTTP/1.1" 200 117 0.035736 10.0.0.65 - - [2026-03-05 04:04:42] "POST /neutron/network HTTP/1.1" 200 865 0.032678 10.0.0.65 - - [2026-03-05 04:04:43] "POST /neutron/port HTTP/1.1" 200 1061 0.043614 10.0.0.65 - - [2026-03-05 04:04:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005310 10.0.0.65 - - [2026-03-05 04:04:43] "POST /neutron/network HTTP/1.1" 200 865 0.005606 10.0.0.65 - - [2026-03-05 04:04:47] "POST /neutron/port HTTP/1.1" 200 1125 0.016111 10.0.0.65 - - [2026-03-05 04:04:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007311 10.0.0.65 - - [2026-03-05 04:04:47] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75 HTTP/1.1" 401 292 0.000392 10.0.0.65 - - [2026-03-05 04:04:47] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75 HTTP/1.1" 200 1294 0.042912 10.0.0.65 - - [2026-03-05 04:04:47] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75 HTTP/1.1" 200 1294 0.013503 10.0.0.65 - - [2026-03-05 04:04:47] "GET /virtual-machine-interface/f72a7290-6040-489e-9528-0f15bbd86819 HTTP/1.1" 200 3031 0.020314 10.0.0.65 - - [2026-03-05 04:04:47] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75 HTTP/1.1" 200 1294 0.013268 10.0.0.65 - - [2026-03-05 04:04:47] "GET /virtual-machine-interface/f72a7290-6040-489e-9528-0f15bbd86819 HTTP/1.1" 200 3031 0.017248 10.0.0.65 - - [2026-03-05 04:04:47] "GET /instance-ip/8b735e06-0f9d-4599-8ee3-60d0e99f53c4 HTTP/1.1" 200 1645 0.019427 10.0.0.65 - - [2026-03-05 04:04:47] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75 HTTP/1.1" 200 1294 0.016253 10.0.0.65 - - [2026-03-05 04:04:47] "GET /virtual-machine-interface/f72a7290-6040-489e-9528-0f15bbd86819 HTTP/1.1" 200 3031 0.020590 10.0.0.65 - - [2026-03-05 04:04:47] "GET /instance-ip/8b735e06-0f9d-4599-8ee3-60d0e99f53c4 HTTP/1.1" 200 1645 0.015420 10.0.0.65 - - [2026-03-05 04:04:47] "POST /fqname-to-id HTTP/1.1" 403 354 0.016078 10.0.0.65 - - [2026-03-05 04:04:47] "GET / HTTP/1.1" 200 36215 0.002527 10.0.0.65 - - [2026-03-05 04:04:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000390 10.0.0.65 - - [2026-03-05 04:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.027782 10.0.0.65 - - [2026-03-05 04:04:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005835 10.0.0.65 - - [2026-03-05 04:04:48] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.022863 10.0.0.65 - - [2026-03-05 04:04:48] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.017830 10.0.0.65 - - [2026-03-05 04:04:48] "POST /fqname-to-id HTTP/1.1" 403 354 0.013751 10.0.0.65 - - [2026-03-05 04:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.65 - - [2026-03-05 04:04:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006056 10.0.0.65 - - [2026-03-05 04:04:48] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.022687 10.0.0.65 - - [2026-03-05 04:04:48] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.019790 10.0.0.65 - - [2026-03-05 04:04:48] "POST /fqname-to-id HTTP/1.1" 403 354 0.016691 10.0.0.65 - - [2026-03-05 04:04:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.65 - - [2026-03-05 04:04:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003671 10.0.0.65 - - [2026-03-05 04:04:48] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021656 10.0.0.65 - - [2026-03-05 04:04:49] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.022016 10.0.0.65 - - [2026-03-05 04:04:49] "POST /fqname-to-id HTTP/1.1" 403 354 0.023978 10.0.0.65 - - [2026-03-05 04:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.65 - - [2026-03-05 04:04:49] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005470 10.0.0.65 - - [2026-03-05 04:04:49] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.027675 10.0.0.65 - - [2026-03-05 04:04:49] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.018821 10.0.0.65 - - [2026-03-05 04:04:49] "POST /fqname-to-id HTTP/1.1" 403 354 0.015896 10.0.0.65 - - [2026-03-05 04:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.65 - - [2026-03-05 04:04:49] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002840 10.0.0.65 - - [2026-03-05 04:04:49] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.017766 10.0.0.65 - - [2026-03-05 04:04:49] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.019875 10.0.0.65 - - [2026-03-05 04:04:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.015531 10.0.0.65 - - [2026-03-05 04:04:52] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.016172 10.0.0.65 - - [2026-03-05 04:04:52] "POST /neutron/port HTTP/1.1" 200 1125 0.013922 10.0.0.65 - - [2026-03-05 04:04:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.014376 10.0.0.65 - - [2026-03-05 04:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.65 - - [2026-03-05 04:04:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003209 10.0.0.65 - - [2026-03-05 04:04:54] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.019126 10.0.0.65 - - [2026-03-05 04:04:54] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.022629 10.0.0.65 - - [2026-03-05 04:04:54] "POST /fqname-to-id HTTP/1.1" 403 354 0.016410 10.0.0.65 - - [2026-03-05 04:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.65 - - [2026-03-05 04:04:54] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003569 10.0.0.65 - - [2026-03-05 04:04:54] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.017527 10.0.0.65 - - [2026-03-05 04:04:54] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.017582 10.0.0.65 - - [2026-03-05 04:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.013476 10.0.0.65 - - [2026-03-05 04:04:55] "GET /routing-instance/238c35f1-b697-4b1c-8b18-95fc0a27c088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.020438 10.0.0.65 - - [2026-03-05 04:04:55] "POST /fqname-to-id HTTP/1.1" 403 354 0.015362 10.0.0.65 - - [2026-03-05 04:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.65 - - [2026-03-05 04:04:55] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003298 10.0.0.65 - - [2026-03-05 04:04:55] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.017093 10.0.0.65 - - [2026-03-05 04:04:55] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.020209 10.0.0.65 - - [2026-03-05 04:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.012187 10.0.0.65 - - [2026-03-05 04:04:55] "GET /routing-instance/238c35f1-b697-4b1c-8b18-95fc0a27c088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.018254 10.0.0.133 - - [2026-03-05 04:04:55] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016028 10.0.0.65 - - [2026-03-05 04:04:55] "GET /virtual-machine-interface/f72a7290-6040-489e-9528-0f15bbd86819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.018873 10.0.0.65 - - [2026-03-05 04:04:55] "GET /virtual-machine-interface/f72a7290-6040-489e-9528-0f15bbd86819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.024972 10.0.0.65 - - [2026-03-05 04:04:55] "GET /virtual-machine-interface/f72a7290-6040-489e-9528-0f15bbd86819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.024092 10.0.0.65 - - [2026-03-05 04:04:55] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.016732 10.0.0.133 - - [2026-03-05 04:04:55] "GET /obj-perms HTTP/1.1" 403 257 0.010173 10.0.0.65 - - [2026-03-05 04:04:56] "GET /obj-perms HTTP/1.1" 403 257 0.040161 10.0.0.65 - - [2026-03-05 04:04:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003844 10.0.0.65 - - [2026-03-05 04:04:56] "GET /obj-perms HTTP/1.1" 403 257 0.033705 10.0.0.65 - - [2026-03-05 04:04:56] "GET /obj-perms HTTP/1.1" 200 5030 0.003654 10.0.0.33 - - [2026-03-05 04:04:56] "GET /obj-perms HTTP/1.1" 403 257 0.010431 10.0.0.133 - - [2026-03-05 04:04:56] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.017589 10.0.0.65 - - [2026-03-05 04:04:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.011690 10.0.0.133 - - [2026-03-05 04:04:56] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.65 - - [2026-03-05 04:04:57] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.056755 10.0.0.65 - - [2026-03-05 04:04:57] "GET /virtual-network/cf479a0a-9796-4cc4-ac5e-04db063c1153?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.019248 10.0.0.65 - - [2026-03-05 04:04:57] "GET /floating-ip-pools?parent_id=cf479a0a-9796-4cc4-ac5e-04db063c1153&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.014162 10.0.0.65 - - [2026-03-05 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.012932 10.0.0.65 - - [2026-03-05 04:04:57] "GET /floating-ip-pool/65912fc0-306e-4f10-8df7-5d21aa3ba039?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1183 0.016200 10.0.0.133 - - [2026-03-05 04:04:57] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001294 10.0.0.65 - - [2026-03-05 04:04:57] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.055675 10.0.0.65 - - [2026-03-05 04:04:57] "POST /floating-ips HTTP/1.1" 200 618 0.073390 10.0.0.65 - - [2026-03-05 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.016640 10.0.0.65 - - [2026-03-05 04:04:57] "GET /floating-ip/3adeecc7-5af7-418a-8868-974c39d91e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.017212 10.0.0.65 - - [2026-03-05 04:04:57] "GET /floating-ip/3adeecc7-5af7-418a-8868-974c39d91e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.015077 10.0.0.65 - - [2026-03-05 04:04:57] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015509 10.0.0.65 - - [2026-03-05 04:04:57] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1205 0.024346 10.0.0.65 - - [2026-03-05 04:04:57] "GET /virtual-machine-interface/f72a7290-6040-489e-9528-0f15bbd86819?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.023383 10.0.0.65 - - [2026-03-05 04:04:57] "POST /ref-update HTTP/1.1" 200 156 0.019117 10.0.0.65 - - [2026-03-05 04:04:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.012605 10.0.0.65 - - [2026-03-05 04:04:58] "GET /routing-instance/71db2c1d-a4ce-4d6f-9537-e9a00859bc87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.016250 10.0.0.65 - - [2026-03-05 04:04:58] "GET /obj-perms HTTP/1.1" 403 257 0.009636 10.0.0.65 - - [2026-03-05 04:04:58] "GET /obj-perms HTTP/1.1" 403 257 0.011875 10.0.0.65 - - [2026-03-05 04:04:58] "POST /neutron/security_group HTTP/1.1" 200 542 0.030812 10.0.0.65 - - [2026-03-05 04:04:58] "POST /neutron/port HTTP/1.1" 200 1115 0.064089 10.0.0.65 - - [2026-03-05 04:04:58] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75 HTTP/1.1" 200 1294 0.017527 10.0.0.65 - - [2026-03-05 04:04:58] "GET /virtual-machine-interface/f72a7290-6040-489e-9528-0f15bbd86819 HTTP/1.1" 200 3595 0.019806 10.0.0.65 - - [2026-03-05 04:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.013659 10.0.0.65 - - [2026-03-05 04:04:58] "GET /security-group/8958b559-da1f-4f01-9601-04c6687856a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.012187 10.0.0.65 - - [2026-03-05 04:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012928 10.0.0.65 - - [2026-03-05 04:04:58] "GET /security-group/8958b559-da1f-4f01-9601-04c6687856a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.015418 10.0.0.65 - - [2026-03-05 04:04:59] "DELETE /floating-ip/3adeecc7-5af7-418a-8868-974c39d91e12 HTTP/1.1" 200 115 0.057717 10.0.0.65 - - [2026-03-05 04:04:59] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75 HTTP/1.1" 200 1294 0.017911 10.0.0.65 - - [2026-03-05 04:04:59] "POST /neutron/port HTTP/1.1" 200 1166 0.016329 10.0.0.65 - - [2026-03-05 04:05:01] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75 HTTP/1.1" 404 171 0.015975 10.0.0.65 - - [2026-03-05 04:05:01] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75 HTTP/1.1" 404 171 0.012333 10.0.0.65 - - [2026-03-05 04:05:01] "GET /virtual-machine/58ab17a3-e614-464e-abb3-8d6903f2dc75 HTTP/1.1" 404 171 0.011874 10.0.0.65 - - [2026-03-05 04:05:01] "POST /fqname-to-id HTTP/1.1" 403 354 0.029388 10.0.0.65 - - [2026-03-05 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002370 10.0.0.65 - - [2026-03-05 04:05:01] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003071 10.0.0.65 - - [2026-03-05 04:05:01] "GET /virtual-networks?parent_id=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.018454 10.0.0.65 - - [2026-03-05 04:05:01] "GET /virtual-network/25fe4586-c85c-43ec-9b32-22f007891d10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.027721 10.0.0.65 - - [2026-03-05 04:05:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.018376 10.0.0.65 - - [2026-03-05 04:05:01] "GET /routing-instance/238c35f1-b697-4b1c-8b18-95fc0a27c088?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.015620 10.0.0.65 - - [2026-03-05 04:05:01] "GET /obj-perms HTTP/1.1" 403 257 0.011660 10.0.0.65 - - [2026-03-05 04:05:02] "GET /obj-perms HTTP/1.1" 200 5030 0.003437 10.0.0.65 - - [2026-03-05 04:05:05] "GET /obj-perms HTTP/1.1" 200 5030 0.003428 10.0.0.65 - - [2026-03-05 04:05:11] "GET /obj-perms HTTP/1.1" 200 5030 0.004076 10.0.0.65 - - [2026-03-05 04:05:14] "GET /obj-perms HTTP/1.1" 200 5030 0.003646 10.0.0.65 - - [2026-03-05 04:05:17] "GET /obj-perms HTTP/1.1" 200 5030 0.003384 10.0.0.65 - - [2026-03-05 04:05:17] "POST /neutron/security_group HTTP/1.1" 200 568 0.023586 10.0.0.65 - - [2026-03-05 04:05:17] "DELETE /access-control-list/01937c30-82dd-41f9-a2f6-5735078b9c5d HTTP/1.1" 200 115 0.035323 10.0.0.65 - - [2026-03-05 04:05:17] "POST /fqname-to-id HTTP/1.1" 404 232 0.026380 10.0.0.133 - - [2026-03-05 04:05:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002358 10.0.0.133 - - [2026-03-05 04:05:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002160 10.0.0.65 - - [2026-03-05 04:05:18] "POST /neutron/network HTTP/1.1" 200 151 0.137235 10.0.0.65 - - [2026-03-05 04:05:18] "DELETE /route-target/f1aa6c71-9eab-4700-b01b-f78571ca6df5 HTTP/1.1" 200 115 0.022187 10.0.0.65 - - [2026-03-05 04:05:18] "DELETE /api-access-list/3017fe44-03a9-40ea-b228-45522fefeea5 HTTP/1.1" 200 115 0.039414 10.0.0.65 - - [2026-03-05 04:05:20] "GET /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004289 10.0.0.65 - - [2026-03-05 04:05:20] "PUT /api-access-list/196a80e2-4e6f-441e-a457-d8456cd8d73f HTTP/1.1" 200 265 0.012616 10.0.0.133 - - [2026-03-05 04:05:20] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.65 - - [2026-03-05 04:05:20] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.043912 10.0.0.133 - - [2026-03-05 04:05:20] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000893 10.0.0.65 - - [2026-03-05 04:05:21] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?fields=virtual_networks HTTP/1.1" 200 1034 0.046067 10.0.0.133 - - [2026-03-05 04:05:21] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.65 - - [2026-03-05 04:05:21] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.045990 10.0.0.133 - - [2026-03-05 04:05:21] "GET /projects?obj_uuids=ec5cc176-e18e-4e6e-85e5-5856185eb7e9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000949 10.0.0.65 - - [2026-03-05 04:05:21] "GET /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9?fields=security_groups HTTP/1.1" 200 1261 0.039861 10.0.0.133 - - [2026-03-05 04:05:21] "GET /projects?obj_uuids=2ddec3c9-d075-47ef-bbd7-70ab863c6a6f&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001284 10.0.0.65 - - [2026-03-05 04:05:21] "GET /project/2ddec3c9-d075-47ef-bbd7-70ab863c6a6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.035867 [Introspect:8084]10.0.0.65 - - [2026-03-05 04:05:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.001574 10.0.0.33 - - [2026-03-05 04:05:25] "GET /obj-perms HTTP/1.1" 200 5056 0.057332 10.0.0.65 - - [2026-03-05 04:05:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.035022 10.0.0.133 - - [2026-03-05 04:05:25] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002279 10.0.0.133 - - [2026-03-05 04:05:25] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.133 - - [2026-03-05 04:05:25] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007210 10.0.0.133 - - [2026-03-05 04:05:26] "POST /id-to-fqname HTTP/1.1" 200 191 0.004988 10.0.0.133 - - [2026-03-05 04:05:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.004448 10.0.0.133 - - [2026-03-05 04:05:26] "POST /security-groups HTTP/1.1" 200 592 0.025928 10.0.0.65 - - [2026-03-05 04:05:26] "POST /fqname-to-id HTTP/1.1" 404 235 0.003782 10.0.0.133 - - [2026-03-05 04:05:26] "POST /projects HTTP/1.1" 200 587 0.209132 10.0.0.133 - - [2026-03-05 04:05:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.285265 10.0.0.65 - - [2026-03-05 04:05:26] "POST /access-control-lists HTTP/1.1" 200 597 0.038704 10.0.0.65 - - [2026-03-05 04:05:26] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.425391 10.0.0.65 - - [2026-03-05 04:05:27] "GET / HTTP/1.1" 200 36215 0.002734 10.0.0.65 - - [2026-03-05 04:05:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.65 - - [2026-03-05 04:05:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.054999 10.0.0.133 - - [2026-03-05 04:05:29] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000780 10.0.0.65 - - [2026-03-05 04:05:29] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.034135 10.0.0.65 - - [2026-03-05 04:05:29] "POST /neutron/network HTTP/1.1" 200 117 0.040010 10.0.0.65 - - [2026-03-05 04:05:30] "POST /neutron/network HTTP/1.1" 200 825 0.007191 10.0.0.65 - - [2026-03-05 04:05:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001049 10.0.0.65 - - [2026-03-05 04:05:30] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004488 10.0.0.65 - - [2026-03-05 04:05:30] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004262 10.0.0.65 - - [2026-03-05 04:05:30] "POST /neutron/subnet HTTP/1.1" 200 716 0.007831 10.0.0.65 - - [2026-03-05 04:05:30] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005336 10.0.0.65 - - [2026-03-05 04:05:31] "GET /obj-perms HTTP/1.1" 200 5032 0.062486 10.0.0.65 - - [2026-03-05 04:05:31] "POST /id-to-fqname HTTP/1.1" 200 222 0.001218 10.0.0.133 - - [2026-03-05 04:05:32] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001346 10.0.0.65 - - [2026-03-05 04:05:32] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.065172 10.0.0.65 - - [2026-03-05 04:05:32] "POST /neutron/port HTTP/1.1" 200 117 0.008228 10.0.0.65 - - [2026-03-05 04:05:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001218 10.0.0.65 - - [2026-03-05 04:05:33] "POST /neutron/network HTTP/1.1" 200 835 0.006104 10.0.0.65 - - [2026-03-05 04:05:33] "POST /neutron/port HTTP/1.1" 200 1059 0.013753 10.0.0.65 - - [2026-03-05 04:05:33] "POST /neutron/port HTTP/1.1" 200 1123 0.017145 10.0.0.65 - - [2026-03-05 04:05:33] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.133 - - [2026-03-05 04:05:34] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000941 10.0.0.65 - - [2026-03-05 04:05:34] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.081710 10.0.0.65 - - [2026-03-05 04:05:34] "POST /neutron/port HTTP/1.1" 200 1123 0.018369 10.0.0.65 - - [2026-03-05 04:05:34] "POST /neutron/port HTTP/1.1" 200 1123 0.015422 10.0.0.133 - - [2026-03-05 04:05:34] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000883 10.0.0.65 - - [2026-03-05 04:05:34] "POST /neutron/port HTTP/1.1" 200 1059 0.254483 10.0.0.65 - - [2026-03-05 04:05:35] "POST /neutron/port HTTP/1.1" 200 1113 0.090791 10.0.0.65 - - [2026-03-05 04:05:35] "POST /neutron/subnet HTTP/1.1" 200 690 0.007463 10.0.0.65 - - [2026-03-05 04:05:37] "POST /neutron/port HTTP/1.1" 200 1123 0.016149 10.0.0.65 - - [2026-03-05 04:05:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003242 10.0.0.65 - - [2026-03-05 04:05:37] "POST /neutron/network HTTP/1.1" 200 825 0.006000 10.0.0.65 - - [2026-03-05 04:05:39] "POST /neutron/port HTTP/1.1" 200 1123 0.016049 10.0.0.65 - - [2026-03-05 04:05:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007764 10.0.0.65 - - [2026-03-05 04:05:39] "GET /virtual-machine/eae7eae1-546e-4986-b8c7-d536b650517b HTTP/1.1" 401 292 0.000355 10.0.0.65 - - [2026-03-05 04:05:40] "GET /virtual-machine/eae7eae1-546e-4986-b8c7-d536b650517b HTTP/1.1" 200 1296 0.033860 10.0.0.65 - - [2026-03-05 04:05:40] "GET /virtual-machine-interface/5a34e70d-8373-452b-a3a0-afd1b2ace50f HTTP/1.1" 200 2956 0.004914 10.0.0.65 - - [2026-03-05 04:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.65 - - [2026-03-05 04:05:40] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003784 10.0.0.65 - - [2026-03-05 04:05:40] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002401 10.0.0.65 - - [2026-03-05 04:05:40] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006114 10.0.0.65 - - [2026-03-05 04:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.65 - - [2026-03-05 04:05:43] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005461 10.0.0.65 - - [2026-03-05 04:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.65 - - [2026-03-05 04:05:47] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004930 10.0.0.65 - - [2026-03-05 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.65 - - [2026-03-05 04:05:51] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005919 10.0.0.65 - - [2026-03-05 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.65 - - [2026-03-05 04:05:55] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005281 10.0.0.65 - - [2026-03-05 04:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.65 - - [2026-03-05 04:05:59] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004965 10.0.0.65 - - [2026-03-05 04:06:03] "POST /neutron/network HTTP/1.1" 200 835 0.005941 10.0.0.65 - - [2026-03-05 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.65 - - [2026-03-05 04:06:03] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004637 10.0.0.65 - - [2026-03-05 04:06:03] "POST /neutron/port HTTP/1.1" 200 117 0.000988 10.0.0.65 - - [2026-03-05 04:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.65 - - [2026-03-05 04:06:07] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004955 10.0.0.65 - - [2026-03-05 04:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.65 - - [2026-03-05 04:06:11] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006454 10.0.0.65 - - [2026-03-05 04:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.65 - - [2026-03-05 04:06:16] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004489 10.0.0.65 - - [2026-03-05 04:06:17] "DELETE /access-control-list/e84944d7-d59c-4775-9bd6-946f6e014df9 HTTP/1.1" 200 115 0.096680 10.0.0.133 - - [2026-03-05 04:06:17] "DELETE /project/ec5cc176-e18e-4e6e-85e5-5856185eb7e9 HTTP/1.1" 404 177 0.040458 10.0.0.133 - - [2026-03-05 04:06:17] "DELETE /project/2e83a168a8594e3dac0c391920df326f HTTP/1.1" 404 173 0.061555 10.0.0.65 - - [2026-03-05 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.65 - - [2026-03-05 04:06:18] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004738 10.0.0.65 - - [2026-03-05 04:06:18] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002619 10.0.0.65 - - [2026-03-05 04:06:18] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005278 10.0.0.65 - - [2026-03-05 04:06:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007025 10.0.0.133 - - [2026-03-05 04:06:25] "GET /obj-perms HTTP/1.1" 200 5056 0.052062 10.0.0.65 - - [2026-03-05 04:06:28] "POST /neutron/port HTTP/1.1" 200 1123 0.014505 10.0.0.65 - - [2026-03-05 04:06:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006991 10.0.0.65 - - [2026-03-05 04:06:33] "POST /neutron/port HTTP/1.1" 200 1123 0.014349 10.0.0.65 - - [2026-03-05 04:06:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006386 10.0.0.65 - - [2026-03-05 04:06:39] "POST /neutron/network HTTP/1.1" 200 835 0.022362 10.0.0.65 - - [2026-03-05 04:06:39] "POST /neutron/port HTTP/1.1" 200 117 0.001148 10.0.0.65 - - [2026-03-05 04:06:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006881 10.0.0.65 - - [2026-03-05 04:06:44] "POST /neutron/port HTTP/1.1" 200 1123 0.014228 10.0.0.65 - - [2026-03-05 04:06:44] "GET /virtual-machine/8989c52d-ce78-416a-bc84-26456a4b2ade HTTP/1.1" 200 1295 0.005379 10.0.0.65 - - [2026-03-05 04:06:44] "GET /virtual-machine-interface/3952fc89-d62a-4346-a6ec-9bc8c31d410f HTTP/1.1" 200 2956 0.004367 10.0.0.65 - - [2026-03-05 04:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.65 - - [2026-03-05 04:06:44] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003358 10.0.0.65 - - [2026-03-05 04:06:44] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002167 10.0.0.65 - - [2026-03-05 04:06:44] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005076 10.0.0.65 - - [2026-03-05 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.65 - - [2026-03-05 04:06:45] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003207 10.0.0.65 - - [2026-03-05 04:06:45] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002872 10.0.0.65 - - [2026-03-05 04:06:45] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005912 10.0.0.65 - - [2026-03-05 04:07:05] "POST /neutron/port HTTP/1.1" 200 1123 0.046669 10.0.0.65 - - [2026-03-05 04:07:05] "POST /neutron/subnet HTTP/1.1" 200 690 0.009164 10.0.0.65 - - [2026-03-05 04:07:39] "POST /neutron/port HTTP/1.1" 200 1123 0.015615 10.0.0.65 - - [2026-03-05 04:07:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003593 10.0.0.65 - - [2026-03-05 04:07:39] "POST /neutron/network HTTP/1.1" 200 825 0.007860 10.0.0.133 - - [2026-03-05 04:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.133 - - [2026-03-05 04:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000381 10.0.0.33 - - [2026-03-05 04:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000355 10.0.0.33 - - [2026-03-05 04:08:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.133 - - [2026-03-05 04:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.133 - - [2026-03-05 04:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000363 10.0.0.33 - - [2026-03-05 04:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.33 - - [2026-03-05 04:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000343 10.0.0.65 - - [2026-03-05 04:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.65 - - [2026-03-05 04:08:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000347 10.0.0.65 - - [2026-03-05 04:08:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000346 10.0.0.65 - - [2026-03-05 04:08:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000331 10.0.0.65 - - [2026-03-05 04:08:07] "POST /neutron/network HTTP/1.1" 200 835 0.006299 10.0.0.65 - - [2026-03-05 04:08:07] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.65 - - [2026-03-05 04:08:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006920 10.0.0.65 - - [2026-03-05 04:08:10] "GET /virtual-machine/eae7eae1-546e-4986-b8c7-d536b650517b HTTP/1.1" 200 1296 0.003371 10.0.0.65 - - [2026-03-05 04:08:10] "GET /virtual-machine-interface/5a34e70d-8373-452b-a3a0-afd1b2ace50f HTTP/1.1" 200 2956 0.004453 10.0.0.65 - - [2026-03-05 04:08:10] "GET /virtual-machine/eae7eae1-546e-4986-b8c7-d536b650517b HTTP/1.1" 200 1296 0.003657 10.0.0.65 - - [2026-03-05 04:08:10] "GET /virtual-machine-interface/5a34e70d-8373-452b-a3a0-afd1b2ace50f HTTP/1.1" 200 2956 0.004946 10.0.0.65 - - [2026-03-05 04:08:10] "GET /instance-ip/a61fbab3-4c4e-49db-8c43-0a377ae6b6d7 HTTP/1.1" 200 1625 0.005850 10.0.0.65 - - [2026-03-05 04:08:10] "GET /virtual-machine/eae7eae1-546e-4986-b8c7-d536b650517b HTTP/1.1" 200 1296 0.004112 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-machine-interface/5a34e70d-8373-452b-a3a0-afd1b2ace50f HTTP/1.1" 200 2956 0.004543 10.0.0.65 - - [2026-03-05 04:08:11] "GET /instance-ip/a61fbab3-4c4e-49db-8c43-0a377ae6b6d7 HTTP/1.1" 200 1625 0.003896 10.0.0.65 - - [2026-03-05 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.65 - - [2026-03-05 04:08:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003380 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002801 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008781 10.0.0.65 - - [2026-03-05 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.65 - - [2026-03-05 04:08:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004343 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002303 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005259 10.0.0.65 - - [2026-03-05 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.65 - - [2026-03-05 04:08:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003814 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002517 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005804 10.0.0.65 - - [2026-03-05 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.65 - - [2026-03-05 04:08:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004494 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003400 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006819 10.0.0.65 - - [2026-03-05 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.65 - - [2026-03-05 04:08:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005619 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002717 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005551 10.0.0.65 - - [2026-03-05 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.65 - - [2026-03-05 04:08:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003494 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002995 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005646 10.0.0.65 - - [2026-03-05 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.65 - - [2026-03-05 04:08:11] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003576 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003376 10.0.0.65 - - [2026-03-05 04:08:11] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005328 10.0.0.65 - - [2026-03-05 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.65 - - [2026-03-05 04:08:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003634 10.0.0.65 - - [2026-03-05 04:08:12] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002224 10.0.0.65 - - [2026-03-05 04:08:12] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005511 10.0.0.65 - - [2026-03-05 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.65 - - [2026-03-05 04:08:12] "GET /routing-instance/c9b8771a-9503-4d72-a64f-5d109d0ce941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005733 10.0.0.65 - - [2026-03-05 04:08:12] "GET /route-target/ae7d373f-753c-44a4-9247-429eb5affbcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004482 10.0.0.65 - - [2026-03-05 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.65 - - [2026-03-05 04:08:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003812 10.0.0.65 - - [2026-03-05 04:08:12] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003019 10.0.0.65 - - [2026-03-05 04:08:12] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005555 10.0.0.65 - - [2026-03-05 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.65 - - [2026-03-05 04:08:12] "GET /routing-instance/c9b8771a-9503-4d72-a64f-5d109d0ce941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005310 10.0.0.65 - - [2026-03-05 04:08:12] "GET /route-target/ae7d373f-753c-44a4-9247-429eb5affbcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003667 10.0.0.65 - - [2026-03-05 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.65 - - [2026-03-05 04:08:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003716 10.0.0.65 - - [2026-03-05 04:08:12] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002804 10.0.0.65 - - [2026-03-05 04:08:12] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005570 10.0.0.65 - - [2026-03-05 04:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.65 - - [2026-03-05 04:08:12] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004858 10.0.0.65 - - [2026-03-05 04:08:12] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003474 10.0.0.65 - - [2026-03-05 04:08:12] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007624 10.0.0.65 - - [2026-03-05 04:08:12] "GET /obj-perms HTTP/1.1" 200 5032 0.003097 10.0.0.133 - - [2026-03-05 04:08:13] "GET /obj-perms HTTP/1.1" 200 5032 0.056792 10.0.0.65 - - [2026-03-05 04:08:13] "GET /obj-perms HTTP/1.1" 200 5032 0.003733 10.0.0.133 - - [2026-03-05 04:08:13] "GET /obj-perms HTTP/1.1" 200 5032 0.003182 10.0.0.33 - - [2026-03-05 04:08:13] "GET /obj-perms HTTP/1.1" 200 5032 0.055130 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-machine/8989c52d-ce78-416a-bc84-26456a4b2ade HTTP/1.1" 200 1295 0.003910 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-machine-interface/3952fc89-d62a-4346-a6ec-9bc8c31d410f HTTP/1.1" 200 2956 0.004857 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-machine/8989c52d-ce78-416a-bc84-26456a4b2ade HTTP/1.1" 200 1295 0.003094 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-machine-interface/3952fc89-d62a-4346-a6ec-9bc8c31d410f HTTP/1.1" 200 2956 0.004706 10.0.0.65 - - [2026-03-05 04:08:13] "GET /instance-ip/9ec00a6e-4920-4fca-bd7b-50bcb585884e HTTP/1.1" 200 1625 0.004608 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-machine/8989c52d-ce78-416a-bc84-26456a4b2ade HTTP/1.1" 200 1295 0.002919 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-machine-interface/3952fc89-d62a-4346-a6ec-9bc8c31d410f HTTP/1.1" 200 2956 0.005068 10.0.0.65 - - [2026-03-05 04:08:13] "GET /instance-ip/9ec00a6e-4920-4fca-bd7b-50bcb585884e HTTP/1.1" 200 1625 0.003275 10.0.0.65 - - [2026-03-05 04:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.65 - - [2026-03-05 04:08:13] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002881 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002126 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005427 10.0.0.65 - - [2026-03-05 04:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.65 - - [2026-03-05 04:08:13] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003503 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002727 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005119 10.0.0.65 - - [2026-03-05 04:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.65 - - [2026-03-05 04:08:13] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004071 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003090 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005202 10.0.0.65 - - [2026-03-05 04:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.65 - - [2026-03-05 04:08:13] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004709 10.0.0.65 - - [2026-03-05 04:08:13] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003047 10.0.0.65 - - [2026-03-05 04:08:14] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006316 10.0.0.65 - - [2026-03-05 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.65 - - [2026-03-05 04:08:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004531 10.0.0.65 - - [2026-03-05 04:08:14] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003417 10.0.0.65 - - [2026-03-05 04:08:14] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005775 10.0.0.65 - - [2026-03-05 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.65 - - [2026-03-05 04:08:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004527 10.0.0.65 - - [2026-03-05 04:08:14] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003209 10.0.0.65 - - [2026-03-05 04:08:14] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006503 10.0.0.65 - - [2026-03-05 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.65 - - [2026-03-05 04:08:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003799 10.0.0.65 - - [2026-03-05 04:08:14] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002569 10.0.0.65 - - [2026-03-05 04:08:14] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005437 10.0.0.65 - - [2026-03-05 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.65 - - [2026-03-05 04:08:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003029 10.0.0.65 - - [2026-03-05 04:08:14] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002943 10.0.0.65 - - [2026-03-05 04:08:14] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005469 10.0.0.65 - - [2026-03-05 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.65 - - [2026-03-05 04:08:14] "GET /routing-instance/c9b8771a-9503-4d72-a64f-5d109d0ce941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004112 10.0.0.65 - - [2026-03-05 04:08:14] "GET /route-target/ae7d373f-753c-44a4-9247-429eb5affbcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004547 10.0.0.65 - - [2026-03-05 04:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.65 - - [2026-03-05 04:08:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003738 10.0.0.65 - - [2026-03-05 04:08:14] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002696 10.0.0.65 - - [2026-03-05 04:08:15] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006228 10.0.0.65 - - [2026-03-05 04:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.65 - - [2026-03-05 04:08:15] "GET /routing-instance/c9b8771a-9503-4d72-a64f-5d109d0ce941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.003693 10.0.0.65 - - [2026-03-05 04:08:15] "GET /route-target/ae7d373f-753c-44a4-9247-429eb5affbcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004273 10.0.0.65 - - [2026-03-05 04:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.65 - - [2026-03-05 04:08:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004539 10.0.0.65 - - [2026-03-05 04:08:15] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002432 10.0.0.65 - - [2026-03-05 04:08:15] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005341 10.0.0.65 - - [2026-03-05 04:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.65 - - [2026-03-05 04:08:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003902 10.0.0.65 - - [2026-03-05 04:08:15] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003202 10.0.0.65 - - [2026-03-05 04:08:15] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006052 10.0.0.65 - - [2026-03-05 04:08:15] "GET /obj-perms HTTP/1.1" 200 5032 0.003853 10.0.0.133 - - [2026-03-05 04:08:15] "GET /obj-perms HTTP/1.1" 200 5032 0.004135 10.0.0.65 - - [2026-03-05 04:08:15] "GET /obj-perms HTTP/1.1" 200 5032 0.003871 10.0.0.65 - - [2026-03-05 04:08:15] "GET /obj-perms HTTP/1.1" 200 5032 0.003845 10.0.0.65 - - [2026-03-05 04:08:21] "GET /virtual-machine/8989c52d-ce78-416a-bc84-26456a4b2ade HTTP/1.1" 200 1295 0.004152 10.0.0.65 - - [2026-03-05 04:08:21] "POST /neutron/port HTTP/1.1" 200 1123 0.016185 10.0.0.65 - - [2026-03-05 04:08:23] "GET /virtual-machine/8989c52d-ce78-416a-bc84-26456a4b2ade HTTP/1.1" 404 171 0.002571 10.0.0.65 - - [2026-03-05 04:08:23] "GET /virtual-machine/8989c52d-ce78-416a-bc84-26456a4b2ade HTTP/1.1" 404 171 0.002250 10.0.0.65 - - [2026-03-05 04:08:23] "GET /virtual-machine/8989c52d-ce78-416a-bc84-26456a4b2ade HTTP/1.1" 404 171 0.003304 10.0.0.65 - - [2026-03-05 04:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.65 - - [2026-03-05 04:08:23] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003373 10.0.0.65 - - [2026-03-05 04:08:23] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002887 10.0.0.65 - - [2026-03-05 04:08:23] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007344 10.0.0.65 - - [2026-03-05 04:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007003 10.0.0.65 - - [2026-03-05 04:08:23] "GET /routing-instance/c9b8771a-9503-4d72-a64f-5d109d0ce941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004024 10.0.0.65 - - [2026-03-05 04:08:23] "GET /route-target/ae7d373f-753c-44a4-9247-429eb5affbcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006544 10.0.0.65 - - [2026-03-05 04:08:23] "GET /obj-perms HTTP/1.1" 200 5032 0.003433 10.0.0.65 - - [2026-03-05 04:08:26] "GET /obj-perms HTTP/1.1" 200 5032 0.006361 10.0.0.65 - - [2026-03-05 04:08:29] "GET /obj-perms HTTP/1.1" 200 5032 0.003617 10.0.0.65 - - [2026-03-05 04:08:35] "GET /obj-perms HTTP/1.1" 200 5032 0.004580 10.0.0.65 - - [2026-03-05 04:08:39] "GET /obj-perms HTTP/1.1" 200 5032 0.003646 10.0.0.65 - - [2026-03-05 04:08:45] "GET /obj-perms HTTP/1.1" 200 5032 0.003442 10.0.0.65 - - [2026-03-05 04:08:45] "GET /obj-perms HTTP/1.1" 200 5032 0.004149 10.0.0.33 - - [2026-03-05 04:08:45] "GET /obj-perms HTTP/1.1" 200 5032 0.003678 10.0.0.133 - - [2026-03-05 04:08:45] "GET /obj-perms HTTP/1.1" 200 5032 0.003284 10.0.0.65 - - [2026-03-05 04:08:45] "GET /virtual-machine/eae7eae1-546e-4986-b8c7-d536b650517b HTTP/1.1" 200 1296 0.003601 10.0.0.65 - - [2026-03-05 04:08:45] "POST /neutron/port HTTP/1.1" 200 1123 0.018551 10.0.0.65 - - [2026-03-05 04:08:47] "GET /virtual-machine/eae7eae1-546e-4986-b8c7-d536b650517b HTTP/1.1" 404 171 0.002971 10.0.0.65 - - [2026-03-05 04:08:47] "GET /virtual-machine/eae7eae1-546e-4986-b8c7-d536b650517b HTTP/1.1" 404 171 0.002254 10.0.0.65 - - [2026-03-05 04:08:47] "GET /virtual-machine/eae7eae1-546e-4986-b8c7-d536b650517b HTTP/1.1" 404 171 0.002620 10.0.0.65 - - [2026-03-05 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.65 - - [2026-03-05 04:08:47] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004765 10.0.0.65 - - [2026-03-05 04:08:47] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002843 10.0.0.65 - - [2026-03-05 04:08:47] "GET /virtual-network/44c19422-ad7c-40a1-9996-db1c72f6e22e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005988 10.0.0.65 - - [2026-03-05 04:08:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005865 10.0.0.65 - - [2026-03-05 04:08:47] "GET /routing-instance/c9b8771a-9503-4d72-a64f-5d109d0ce941?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005719 10.0.0.65 - - [2026-03-05 04:08:47] "GET /route-target/ae7d373f-753c-44a4-9247-429eb5affbcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004291 10.0.0.65 - - [2026-03-05 04:08:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004552 10.0.0.133 - - [2026-03-05 04:08:54] "GET /obj-perms HTTP/1.1" 200 5032 0.003629 10.0.0.65 - - [2026-03-05 04:08:54] "POST /neutron/network HTTP/1.1" 200 825 0.005619 10.0.0.65 - - [2026-03-05 04:08:54] "DELETE /route-target/ae7d373f-753c-44a4-9247-429eb5affbcc HTTP/1.1" 200 115 0.019597 10.0.0.65 - - [2026-03-05 04:08:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.003359 10.0.0.65 - - [2026-03-05 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.133 - - [2026-03-05 04:08:57] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.030922 10.0.0.65 - - [2026-03-05 04:08:57] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.074471 10.0.0.65 - - [2026-03-05 04:08:57] "POST /network-policys HTTP/1.1" 200 524 0.024063 10.0.0.65 - - [2026-03-05 04:08:57] "GET /network-policy/1407af23-c5d3-48d7-b5cb-9a7146791fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005459 10.0.0.65 - - [2026-03-05 04:08:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.002693 10.0.0.65 - - [2026-03-05 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.133 - - [2026-03-05 04:08:57] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000879 10.0.0.65 - - [2026-03-05 04:08:57] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.033291 10.0.0.65 - - [2026-03-05 04:08:57] "POST /network-policys HTTP/1.1" 200 524 0.022752 10.0.0.65 - - [2026-03-05 04:08:57] "GET /network-policy/feb955d3-477a-43d5-93c4-ac55edf19943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005453 10.0.0.65 - - [2026-03-05 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002274 10.0.0.133 - - [2026-03-05 04:08:57] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001316 10.0.0.65 - - [2026-03-05 04:08:57] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.036901 10.0.0.65 - - [2026-03-05 04:08:57] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003419 10.0.0.65 - - [2026-03-05 04:08:57] "POST /virtual-networks HTTP/1.1" 200 548 0.060510 10.0.0.65 - - [2026-03-05 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.65 - - [2026-03-05 04:08:57] "GET /network-ipam/1c7a4127-32f6-419e-ae27-e7c0b40ee576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.003887 10.0.0.133 - - [2026-03-05 04:08:58] "POST /useragent-kv HTTP/1.1" 200 115 0.011498 10.0.0.65 - - [2026-03-05 04:08:58] "POST /ref-update HTTP/1.1" 200 156 0.082873 10.0.0.65 - - [2026-03-05 04:08:58] "POST /neutron/network HTTP/1.1" 200 809 0.009273 10.0.0.65 - - [2026-03-05 04:08:58] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006281 10.0.0.65 - - [2026-03-05 04:08:58] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.005316 10.0.0.65 - - [2026-03-05 04:08:58] "GET /obj-perms HTTP/1.1" 200 5032 0.003144 10.0.0.65 - - [2026-03-05 04:08:58] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.004841 10.0.0.65 - - [2026-03-05 04:08:58] "PUT /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2 HTTP/1.1" 200 265 0.040561 10.0.0.65 - - [2026-03-05 04:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.65 - - [2026-03-05 04:08:58] "GET /network-policy/1407af23-c5d3-48d7-b5cb-9a7146791fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004794 10.0.0.65 - - [2026-03-05 04:08:58] "POST /fqname-to-id HTTP/1.1" 404 237 0.004434 10.0.0.65 - - [2026-03-05 04:08:58] "POST /ref-update HTTP/1.1" 200 156 0.047483 10.0.0.65 - - [2026-03-05 04:08:59] "POST /neutron/network HTTP/1.1" 200 886 0.006217 10.0.0.65 - - [2026-03-05 04:08:59] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007193 10.0.0.65 - - [2026-03-05 04:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.65 - - [2026-03-05 04:08:59] "GET /network-policy/1407af23-c5d3-48d7-b5cb-9a7146791fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.003246 10.0.0.65 - - [2026-03-05 04:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.133 - - [2026-03-05 04:08:59] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001587 10.0.0.65 - - [2026-03-05 04:08:59] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.041506 10.0.0.65 - - [2026-03-05 04:08:59] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003315 10.0.0.65 - - [2026-03-05 04:08:59] "POST /virtual-networks HTTP/1.1" 200 548 0.070407 10.0.0.65 - - [2026-03-05 04:08:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.65 - - [2026-03-05 04:08:59] "POST /ref-update HTTP/1.1" 200 156 0.031910 10.0.0.65 - - [2026-03-05 04:08:59] "GET /network-ipam/1c7a4127-32f6-419e-ae27-e7c0b40ee576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.007607 10.0.0.133 - - [2026-03-05 04:08:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002958 10.0.0.65 - - [2026-03-05 04:08:59] "POST /ref-update HTTP/1.1" 200 156 0.055605 10.0.0.65 - - [2026-03-05 04:08:59] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.005145 10.0.0.65 - - [2026-03-05 04:08:59] "POST /neutron/network HTTP/1.1" 200 809 0.006062 10.0.0.65 - - [2026-03-05 04:08:59] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.004961 10.0.0.33 - - [2026-03-05 04:09:00] "GET /obj-perms HTTP/1.1" 200 5032 0.003255 10.0.0.133 - - [2026-03-05 04:09:00] "GET /obj-perms HTTP/1.1" 200 5032 0.002913 10.0.0.65 - - [2026-03-05 04:09:00] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.005760 10.0.0.65 - - [2026-03-05 04:09:00] "PUT /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671 HTTP/1.1" 200 265 0.043059 10.0.0.65 - - [2026-03-05 04:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.65 - - [2026-03-05 04:09:00] "GET /network-policy/feb955d3-477a-43d5-93c4-ac55edf19943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.003560 10.0.0.65 - - [2026-03-05 04:09:00] "POST /ref-update HTTP/1.1" 200 156 0.038531 10.0.0.65 - - [2026-03-05 04:09:00] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.017970 10.0.0.65 - - [2026-03-05 04:09:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.65 - - [2026-03-05 04:09:00] "POST /ref-update HTTP/1.1" 200 156 0.018439 10.0.0.65 - - [2026-03-05 04:09:00] "GET /network-policy/feb955d3-477a-43d5-93c4-ac55edf19943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.003732 10.0.0.65 - - [2026-03-05 04:09:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.002578 10.0.0.65 - - [2026-03-05 04:09:00] "POST /neutron/network HTTP/1.1" 200 896 0.005744 10.0.0.133 - - [2026-03-05 04:09:01] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000896 10.0.0.65 - - [2026-03-05 04:09:01] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.082229 10.0.0.65 - - [2026-03-05 04:09:01] "POST /neutron/port HTTP/1.1" 200 117 0.005614 10.0.0.65 - - [2026-03-05 04:09:01] "POST /id-to-fqname HTTP/1.1" 200 222 0.001057 10.0.0.65 - - [2026-03-05 04:09:02] "POST /neutron/network HTTP/1.1" 200 896 0.006207 10.0.0.65 - - [2026-03-05 04:09:02] "POST /neutron/port HTTP/1.1" 200 1061 0.014574 10.0.0.133 - - [2026-03-05 04:09:02] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000877 10.0.0.65 - - [2026-03-05 04:09:02] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.074115 10.0.0.65 - - [2026-03-05 04:09:02] "POST /neutron/network HTTP/1.1" 200 886 0.030248 10.0.0.65 - - [2026-03-05 04:09:02] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.65 - - [2026-03-05 04:09:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008151 10.0.0.65 - - [2026-03-05 04:09:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009042 10.0.0.65 - - [2026-03-05 04:09:03] "POST /neutron/port HTTP/1.1" 200 1061 0.024541 10.0.0.65 - - [2026-03-05 04:09:03] "POST /neutron/port HTTP/1.1" 200 1125 0.016955 10.0.0.65 - - [2026-03-05 04:09:03] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.65 - - [2026-03-05 04:09:07] "POST /neutron/port HTTP/1.1" 200 1125 0.023247 10.0.0.65 - - [2026-03-05 04:09:07] "POST /neutron/subnet HTTP/1.1" 200 646 0.013648 10.0.0.65 - - [2026-03-05 04:09:08] "POST /neutron/port HTTP/1.1" 200 1125 0.014982 10.0.0.65 - - [2026-03-05 04:09:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006427 10.0.0.65 - - [2026-03-05 04:09:08] "GET /virtual-machine/b97a1cf6-472c-40b0-b2ab-883c75a47c66 HTTP/1.1" 200 1296 0.006601 10.0.0.65 - - [2026-03-05 04:09:08] "GET /virtual-machine-interface/75ae70fc-41a2-41ec-9c01-3b4d38d78b7e HTTP/1.1" 200 2956 0.004754 10.0.0.65 - - [2026-03-05 04:09:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.65 - - [2026-03-05 04:09:08] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003920 10.0.0.65 - - [2026-03-05 04:09:08] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002740 10.0.0.65 - - [2026-03-05 04:09:08] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005959 10.0.0.65 - - [2026-03-05 04:09:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.65 - - [2026-03-05 04:09:11] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005027 10.0.0.65 - - [2026-03-05 04:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.65 - - [2026-03-05 04:09:15] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005015 10.0.0.65 - - [2026-03-05 04:09:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.65 - - [2026-03-05 04:09:19] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004879 10.0.0.65 - - [2026-03-05 04:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.65 - - [2026-03-05 04:09:23] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004982 10.0.0.65 - - [2026-03-05 04:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.65 - - [2026-03-05 04:09:27] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004600 10.0.0.65 - - [2026-03-05 04:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.65 - - [2026-03-05 04:09:31] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004793 10.0.0.65 - - [2026-03-05 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.65 - - [2026-03-05 04:09:36] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004942 10.0.0.65 - - [2026-03-05 04:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.65 - - [2026-03-05 04:09:40] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005518 10.0.0.65 - - [2026-03-05 04:09:42] "POST /neutron/port HTTP/1.1" 200 1125 0.015380 10.0.0.65 - - [2026-03-05 04:09:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003749 10.0.0.65 - - [2026-03-05 04:09:42] "POST /neutron/network HTTP/1.1" 200 886 0.007514 10.0.0.65 - - [2026-03-05 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.65 - - [2026-03-05 04:09:44] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005481 10.0.0.65 - - [2026-03-05 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.65 - - [2026-03-05 04:09:46] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003222 10.0.0.65 - - [2026-03-05 04:09:46] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003086 10.0.0.65 - - [2026-03-05 04:09:46] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006366 10.0.0.65 - - [2026-03-05 04:09:51] "POST /neutron/port HTTP/1.1" 200 1125 0.015792 10.0.0.65 - - [2026-03-05 04:09:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.035882 10.0.0.65 - - [2026-03-05 04:09:58] "POST /neutron/port HTTP/1.1" 200 1125 0.013989 10.0.0.65 - - [2026-03-05 04:10:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006947 10.0.0.65 - - [2026-03-05 04:10:07] "POST /neutron/port HTTP/1.1" 200 1125 0.016909 10.0.0.65 - - [2026-03-05 04:10:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008469 10.0.0.65 - - [2026-03-05 04:10:07] "GET /virtual-machine/8aa0f351-0926-43aa-83a9-ccf854f494e2 HTTP/1.1" 200 1294 0.004819 10.0.0.65 - - [2026-03-05 04:10:07] "GET /virtual-machine-interface/bf23e065-44a6-40c1-b5fc-5337b7d5f28e HTTP/1.1" 200 2957 0.005900 10.0.0.65 - - [2026-03-05 04:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.65 - - [2026-03-05 04:10:07] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002827 10.0.0.65 - - [2026-03-05 04:10:07] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002879 10.0.0.65 - - [2026-03-05 04:10:07] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005808 10.0.0.65 - - [2026-03-05 04:10:07] "POST /neutron/network HTTP/1.1" 200 896 0.006524 10.0.0.65 - - [2026-03-05 04:10:07] "POST /neutron/port HTTP/1.1" 200 117 0.001025 10.0.0.65 - - [2026-03-05 04:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.65 - - [2026-03-05 04:10:08] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003311 10.0.0.65 - - [2026-03-05 04:10:08] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002923 10.0.0.65 - - [2026-03-05 04:10:08] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004886 10.0.0.65 - - [2026-03-05 04:10:42] "POST /neutron/port HTTP/1.1" 200 1125 0.050570 10.0.0.65 - - [2026-03-05 04:10:42] "POST /neutron/subnet HTTP/1.1" 200 646 0.008389 10.0.0.65 - - [2026-03-05 04:11:08] "POST /neutron/port HTTP/1.1" 200 1125 0.019381 10.0.0.65 - - [2026-03-05 04:11:08] "POST /neutron/port HTTP/1.1" 200 1125 0.017171 10.0.0.65 - - [2026-03-05 04:11:08] "POST /neutron/network HTTP/1.1" 200 896 0.008258 10.0.0.65 - - [2026-03-05 04:11:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004636 10.0.0.65 - - [2026-03-05 04:11:08] "POST /neutron/subnet HTTP/1.1" 200 646 0.015140 10.0.0.65 - - [2026-03-05 04:11:08] "POST /neutron/port HTTP/1.1" 200 117 0.001385 10.0.0.65 - - [2026-03-05 04:11:08] "POST /neutron/network HTTP/1.1" 200 886 0.006947 10.0.0.65 - - [2026-03-05 04:11:29] "GET /obj-perms HTTP/1.1" 200 5056 0.054765 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 5 04:11:38 AM UTC 2026 ===================' INFO: =================== Thu Mar 5 04:11: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 +++++ 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 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.133 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ ANALYTICSDB_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ ANALYTICS_SNMP_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8081 ' +++ '[' -n '10.0.0.65:8081 10.0.0.33:8081 10.0.0.133:8081 ' ']' +++ echo '10.0.0.65:8081 10.0.0.33:8081 10.0.0.133:8081' ++ ANALYTICS_SERVERS='10.0.0.65:8081 10.0.0.33:8081 10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9042 ' +++ '[' -n '10.0.0.65:9042 10.0.0.33:9042 10.0.0.133:9042 ' ']' +++ echo '10.0.0.65:9042 10.0.0.33:9042 10.0.0.133:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.65:9042 10.0.0.33:9042 10.0.0.133:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8086 ' +++ '[' -n '10.0.0.65:8086 10.0.0.33:8086 10.0.0.133:8086 ' ']' +++ echo '10.0.0.65:8086 10.0.0.33:8086 10.0.0.133:8086' ++ COLLECTOR_SERVERS='10.0.0.65:8086 10.0.0.33:8086 10.0.0.133: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.65,10.0.0.33,10.0.0.133 ++ CONFIGDB_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:8082 ' +++ '[' -n '10.0.0.65:8082 10.0.0.33:8082 10.0.0.133:8082 ' ']' +++ echo '10.0.0.65:8082 10.0.0.33:8082 10.0.0.133:8082' ++ CONFIG_SERVERS='10.0.0.65:8082 10.0.0.33:8082 10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9161 ' +++ '[' -n '10.0.0.65:9161 10.0.0.33:9161 10.0.0.133:9161 ' ']' +++ echo '10.0.0.65:9161 10.0.0.33:9161 10.0.0.133:9161' ++ CONFIGDB_SERVERS='10.0.0.65:9161 10.0.0.33:9161 10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9041 ' +++ '[' -n '10.0.0.65:9041 10.0.0.33:9041 10.0.0.133:9041 ' ']' +++ echo '10.0.0.65:9041 10.0.0.33:9041 10.0.0.133:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.65:9041 10.0.0.33:9041 10.0.0.133: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.129,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.129,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:2181, +++ '[' -n 10.0.0.65:2181,10.0.0.33:2181,10.0.0.133:2181, ']' +++ echo 10.0.0.65:2181,10.0.0.33:2181,10.0.0.133:2181 ++ ZOOKEEPER_SERVERS=10.0.0.65:2181,10.0.0.33:2181,10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:2181 ' +++ '[' -n '10.0.0.65:2181 10.0.0.33:2181 10.0.0.133:2181 ' ']' +++ echo '10.0.0.65:2181 10.0.0.33:2181 10.0.0.133:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.65:2181 10.0.0.33:2181 10.0.0.133:2181' ++ RABBITMQ_NODES=10.0.0.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+=10.0.0.133:5673, +++ '[' -n 10.0.0.65:5673,10.0.0.33:5673,10.0.0.133:5673, ']' +++ echo 10.0.0.65:5673,10.0.0.33:5673,10.0.0.133:5673 ++ RABBITMQ_SERVERS=10.0.0.65:5673,10.0.0.33:5673,10.0.0.133: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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:6379 ' +++ '[' -n '10.0.0.65:6379 10.0.0.33:6379 10.0.0.133:6379 ' ']' +++ echo '10.0.0.65:6379 10.0.0.33:6379 10.0.0.133:6379' ++ REDIS_SERVERS='10.0.0.65:6379 10.0.0.33:6379 10.0.0.133: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.65,10.0.0.33,10.0.0.133 ++ 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.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.133 +++ local server_address=10.0.0.133 +++ extended_server_list+='10.0.0.133:9092 ' +++ '[' -n '10.0.0.65:9092 10.0.0.33:9092 10.0.0.133:9092 ' ']' +++ echo '10.0.0.65:9092 10.0.0.33:9092 10.0.0.133:9092' ++ KAFKA_SERVERS='10.0.0.65:9092 10.0.0.33:9092 10.0.0.133: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.65 ++ 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.65,10.0.0.33,10.0.0.133 ++ 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.65,10.0.0.33,10.0.0.133 ++ 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.65,10.0.0.33,10.0.0.133 ++ cut -d , -f 1 + local cassandra=10.0.0.65 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.65 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.65,10.0.0.33,10.0.0.133 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.65,10.0.0.33,10.0.0.133 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort +++ local local_ips=,10.0.0.133,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.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.133,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.33'\''))' +++ local server_ip=10.0.0.33 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.33 ]] +++ [[ ,10.0.0.133,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.33, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.133'\''))' +++ local server_ip=10.0.0.133 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.133 ]] +++ [[ ,10.0.0.133,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.133, ]] +++ echo 10.0.0.133 3 +++ return ++ local ip=10.0.0.133 ++ [[ -z 10.0.0.133 ]] ++ echo 10.0.0.133 + host_ip=10.0.0.133 + [[ cql == \c\q\l ]] ++ echo 10.0.0.65:9041 10.0.0.33:9041 10.0.0.133:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.65:9041 10.0.0.33:9041 10.0.0.133:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.133:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ set -o posix ++ set ++ 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: 03/05/2026 04:11:47.206 7fcc90893640 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/05/2026 04:11:47.348 7fcc90893640 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/05/2026 04:11:47.359 7fcc90893640 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/05/2026 04:11:47.359 7fcc90893640 [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.133:8082/ Hit Ctrl-C to quit. 10.0.0.133 - - [2026-03-05 04:11:47] "GET / HTTP/1.1" 503 181 0.000237 10.0.0.133 - - [2026-03-05 04:11:47] "GET / HTTP/1.1" 503 181 0.000161 10.0.0.133 - - [2026-03-05 04:11:48] "GET / HTTP/1.1" 200 45871 0.001332 10.0.0.133 - - [2026-03-05 04:11:48] "GET / HTTP/1.1" 200 45871 0.000979 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.133 - - [2026-03-05 04:11:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.133 - - [2026-03-05 04:11:48] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000216 [Introspect:8084]10.0.0.65 - - [2026-03-05 04:11:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3222 0.001289 10.0.0.133 - - [2026-03-05 04:11:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.627062 10.0.0.133 - - [2026-03-05 04:11:49] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1220 0.003867 10.0.0.133 - - [2026-03-05 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.355054 10.0.0.133 - - [2026-03-05 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 /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.133 - - [2026-03-05 04:11:50] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000846 10.0.0.133 - - [2026-03-05 04:11:50] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.037032 10.0.0.133 - - [2026-03-05 04:11:50] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001227 10.0.0.133 - - [2026-03-05 04:11:50] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?fields=security_groups HTTP/1.1" 200 1089 0.047730 10.0.0.133 - - [2026-03-05 04:11:50] "GET /projects?obj_uuids=b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001102 10.0.0.133 - - [2026-03-05 04:11:50] "GET /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d?fields=application_policy_sets HTTP/1.1" 200 1382 0.032546 10.0.0.133 - - [2026-03-05 04:11:50] "DELETE /project/b25bbced-2cc7-45c9-bd74-4e5d74c3ed1d HTTP/1.1" 409 278 0.212682 [Introspect:8084]10.0.0.65 - - [2026-03-05 04:11:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000999 [Introspect:8084]10.0.0.65 - - [2026-03-05 04:11:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000985 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.65 - - [2026-03-05 04:11:55] "GET /obj-perms HTTP/1.1" 200 5032 0.384740 10.0.0.65 - - [2026-03-05 04:11:55] "GET /obj-perms HTTP/1.1" 200 5032 0.003386 10.0.0.65 - - [2026-03-05 04:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.027282 10.0.0.133 - - [2026-03-05 04:11:55] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000850 10.0.0.65 - - [2026-03-05 04:11:56] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044503 10.0.0.65 - - [2026-03-05 04:11:56] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003370 10.0.0.65 - - [2026-03-05 04:11:56] "POST /virtual-networks HTTP/1.1" 200 548 0.073683 10.0.0.65 - - [2026-03-05 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.65 - - [2026-03-05 04:11:56] "GET /network-ipam/1c7a4127-32f6-419e-ae27-e7c0b40ee576?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1090 0.003824 10.0.0.133 - - [2026-03-05 04:11:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006556 10.0.0.65 - - [2026-03-05 04:11:56] "POST /ref-update HTTP/1.1" 200 156 0.061323 10.0.0.65 - - [2026-03-05 04:11:56] "POST /neutron/network HTTP/1.1" 200 809 0.035483 10.0.0.65 - - [2026-03-05 04:11:56] "GET /virtual-network/d573a94d-fbe4-48bc-8902-168a0a043efa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.005281 10.0.0.65 - - [2026-03-05 04:11:56] "POST /route-targets HTTP/1.1" 200 328 0.032702 10.0.0.65 - - [2026-03-05 04:11:56] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005058 10.0.0.133 - - [2026-03-05 04:11:57] "GET /obj-perms HTTP/1.1" 200 5032 0.046260 10.0.0.65 - - [2026-03-05 04:11:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001183 10.0.0.65 - - [2026-03-05 04:11:57] "POST /neutron/port HTTP/1.1" 200 2098 0.019568 10.0.0.133 - - [2026-03-05 04:11:58] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000893 10.0.0.65 - - [2026-03-05 04:11:58] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.078009 10.0.0.65 - - [2026-03-05 04:11:58] "POST /neutron/network HTTP/1.1" 200 886 0.028670 10.0.0.65 - - [2026-03-05 04:11:58] "POST /neutron/port HTTP/1.1" 200 117 0.005950 10.0.0.133 - - [2026-03-05 04:11:58] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000946 10.0.0.65 - - [2026-03-05 04:11:58] "POST /neutron/port HTTP/1.1" 200 1061 0.259229 10.0.0.65 - - [2026-03-05 04:11:59] "POST /neutron/port HTTP/1.1" 200 1115 0.112038 10.0.0.65 - - [2026-03-05 04:11:59] "POST /neutron/subnet HTTP/1.1" 200 646 0.009154 10.0.0.65 - - [2026-03-05 04:12:03] "POST /neutron/port HTTP/1.1" 200 1125 0.016092 10.0.0.65 - - [2026-03-05 04:12:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007324 10.0.0.65 - - [2026-03-05 04:12:03] "POST /neutron/port HTTP/1.1" 200 1125 0.015724 10.0.0.65 - - [2026-03-05 04:12:03] "GET /virtual-machine/70e6fcac-cf07-4d6a-9fc3-ab01af9dad55 HTTP/1.1" 200 1295 0.031293 10.0.0.65 - - [2026-03-05 04:12:03] "GET /virtual-machine/70e6fcac-cf07-4d6a-9fc3-ab01af9dad55 HTTP/1.1" 200 1295 0.003044 10.0.0.65 - - [2026-03-05 04:12:03] "GET /virtual-machine-interface/a89caa95-547a-4ff3-bb55-6d46c64e31cf HTTP/1.1" 200 2957 0.005149 10.0.0.65 - - [2026-03-05 04:12:03] "GET /virtual-machine/70e6fcac-cf07-4d6a-9fc3-ab01af9dad55 HTTP/1.1" 200 1295 0.003928 10.0.0.65 - - [2026-03-05 04:12:03] "GET /virtual-machine-interface/a89caa95-547a-4ff3-bb55-6d46c64e31cf HTTP/1.1" 200 2957 0.004862 10.0.0.65 - - [2026-03-05 04:12:03] "GET /instance-ip/f8643c35-0515-4941-b73e-150ed3944aca HTTP/1.1" 200 1627 0.005084 10.0.0.65 - - [2026-03-05 04:12:03] "GET /virtual-machine/70e6fcac-cf07-4d6a-9fc3-ab01af9dad55 HTTP/1.1" 200 1295 0.003200 10.0.0.65 - - [2026-03-05 04:12:03] "GET /virtual-machine-interface/a89caa95-547a-4ff3-bb55-6d46c64e31cf HTTP/1.1" 200 2957 0.004879 10.0.0.65 - - [2026-03-05 04:12:03] "GET /instance-ip/f8643c35-0515-4941-b73e-150ed3944aca HTTP/1.1" 200 1627 0.003980 10.0.0.65 - - [2026-03-05 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.65 - - [2026-03-05 04:12:03] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005358 10.0.0.65 - - [2026-03-05 04:12:03] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003055 10.0.0.65 - - [2026-03-05 04:12:04] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006939 10.0.0.65 - - [2026-03-05 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.65 - - [2026-03-05 04:12:04] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004320 10.0.0.65 - - [2026-03-05 04:12:04] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003033 10.0.0.65 - - [2026-03-05 04:12:04] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008663 10.0.0.65 - - [2026-03-05 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.65 - - [2026-03-05 04:12:04] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003724 10.0.0.65 - - [2026-03-05 04:12:04] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003140 10.0.0.65 - - [2026-03-05 04:12:04] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005416 10.0.0.65 - - [2026-03-05 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006494 10.0.0.65 - - [2026-03-05 04:12:04] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003706 10.0.0.65 - - [2026-03-05 04:12:04] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003069 10.0.0.65 - - [2026-03-05 04:12:04] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005147 10.0.0.65 - - [2026-03-05 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.65 - - [2026-03-05 04:12:04] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004192 10.0.0.65 - - [2026-03-05 04:12:04] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003627 10.0.0.65 - - [2026-03-05 04:12:04] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008237 10.0.0.65 - - [2026-03-05 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.65 - - [2026-03-05 04:12:07] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004749 10.0.0.65 - - [2026-03-05 04:12:10] "POST /neutron/port HTTP/1.1" 200 1125 0.016021 10.0.0.65 - - [2026-03-05 04:12:10] "POST /neutron/subnet HTTP/1.1" 200 646 0.008398 10.0.0.65 - - [2026-03-05 04:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.65 - - [2026-03-05 04:12:11] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004733 10.0.0.65 - - [2026-03-05 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.65 - - [2026-03-05 04:12:15] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004737 10.0.0.65 - - [2026-03-05 04:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.65 - - [2026-03-05 04:12:19] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.009143 10.0.0.65 - - [2026-03-05 04:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.65 - - [2026-03-05 04:12:24] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005304 10.0.0.65 - - [2026-03-05 04:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.65 - - [2026-03-05 04:12:28] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006114 10.0.0.65 - - [2026-03-05 04:12:30] "GET /obj-perms HTTP/1.1" 200 5056 0.054229 10.0.0.65 - - [2026-03-05 04:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.65 - - [2026-03-05 04:12:32] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005184 10.0.0.65 - - [2026-03-05 04:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.65 - - [2026-03-05 04:12:36] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005089 10.0.0.65 - - [2026-03-05 04:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.65 - - [2026-03-05 04:12:40] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005036 10.0.0.65 - - [2026-03-05 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.65 - - [2026-03-05 04:12:42] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003512 10.0.0.65 - - [2026-03-05 04:12:42] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003246 10.0.0.65 - - [2026-03-05 04:12:42] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005358 10.0.0.65 - - [2026-03-05 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.65 - - [2026-03-05 04:12:42] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002987 10.0.0.65 - - [2026-03-05 04:12:42] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002325 10.0.0.65 - - [2026-03-05 04:12:42] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005884 10.0.0.65 - - [2026-03-05 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.65 - - [2026-03-05 04:12:42] "GET /routing-instance/14aae09f-849c-4eef-90c7-dd70195bae47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004493 10.0.0.65 - - [2026-03-05 04:12:42] "GET /route-target/fe21ffb9-1b5a-4e5f-8a95-9765dca71d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003814 10.0.0.65 - - [2026-03-05 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.65 - - [2026-03-05 04:12:42] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003201 10.0.0.65 - - [2026-03-05 04:12:42] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005126 10.0.0.65 - - [2026-03-05 04:12:42] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006715 10.0.0.65 - - [2026-03-05 04:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.65 - - [2026-03-05 04:12:43] "GET /routing-instance/14aae09f-849c-4eef-90c7-dd70195bae47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.004153 10.0.0.65 - - [2026-03-05 04:12:43] "GET /route-target/fe21ffb9-1b5a-4e5f-8a95-9765dca71d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003528 10.0.0.65 - - [2026-03-05 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.65 - - [2026-03-05 04:12:43] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003665 10.0.0.65 - - [2026-03-05 04:12:43] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002792 10.0.0.65 - - [2026-03-05 04:12:43] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005267 10.0.0.65 - - [2026-03-05 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.65 - - [2026-03-05 04:12:43] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004930 10.0.0.65 - - [2026-03-05 04:12:43] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003867 10.0.0.65 - - [2026-03-05 04:12:43] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006103 10.0.0.65 - - [2026-03-05 04:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.65 - - [2026-03-05 04:12:43] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004398 10.0.0.65 - - [2026-03-05 04:12:43] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003360 10.0.0.65 - - [2026-03-05 04:12:43] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006146 10.0.0.133 - - [2026-03-05 04:12:43] "GET /obj-perms HTTP/1.1" 200 5032 0.003304 10.0.0.65 - - [2026-03-05 04:12:43] "GET /obj-perms HTTP/1.1" 200 5032 0.005005 10.0.0.65 - - [2026-03-05 04:12:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004129 10.0.0.65 - - [2026-03-05 04:12:43] "GET /obj-perms HTTP/1.1" 200 5032 0.004021 10.0.0.33 - - [2026-03-05 04:12:43] "GET /obj-perms HTTP/1.1" 200 5032 0.052468 10.0.0.65 - - [2026-03-05 04:12:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001288 10.0.0.65 - - [2026-03-05 04:12:44] "POST /neutron/port HTTP/1.1" 200 3070 0.023928 10.0.0.133 - - [2026-03-05 04:12:44] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001321 10.0.0.65 - - [2026-03-05 04:12:44] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.059673 10.0.0.65 - - [2026-03-05 04:12:44] "POST /neutron/network HTTP/1.1" 200 886 0.011523 10.0.0.65 - - [2026-03-05 04:12:45] "POST /neutron/port HTTP/1.1" 200 117 0.005357 10.0.0.133 - - [2026-03-05 04:12:45] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.65 - - [2026-03-05 04:12:45] "POST /neutron/port HTTP/1.1" 200 1061 0.234855 10.0.0.65 - - [2026-03-05 04:12:45] "POST /neutron/port HTTP/1.1" 200 1115 0.134654 10.0.0.65 - - [2026-03-05 04:12:45] "POST /neutron/subnet HTTP/1.1" 200 646 0.009851 10.0.0.65 - - [2026-03-05 04:12:46] "POST /neutron/port HTTP/1.1" 200 1125 0.015163 10.0.0.65 - - [2026-03-05 04:12:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003220 10.0.0.65 - - [2026-03-05 04:12:46] "POST /neutron/network HTTP/1.1" 200 886 0.006375 10.0.0.65 - - [2026-03-05 04:12:50] "POST /neutron/port HTTP/1.1" 200 1125 0.015723 10.0.0.65 - - [2026-03-05 04:12:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007071 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-machine/37fa36a8-7940-472c-a67c-13a666559a33 HTTP/1.1" 200 1295 0.005174 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-machine/37fa36a8-7940-472c-a67c-13a666559a33 HTTP/1.1" 200 1295 0.005806 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-machine-interface/7eae54e7-5ea7-46dc-9e62-3e29f68db810 HTTP/1.1" 200 2956 0.004360 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-machine/37fa36a8-7940-472c-a67c-13a666559a33 HTTP/1.1" 200 1295 0.004091 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-machine-interface/7eae54e7-5ea7-46dc-9e62-3e29f68db810 HTTP/1.1" 200 2956 0.006541 10.0.0.65 - - [2026-03-05 04:12:50] "GET /instance-ip/f44bb1be-e6ac-47bd-a45e-504209274327 HTTP/1.1" 200 1627 0.005865 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-machine/37fa36a8-7940-472c-a67c-13a666559a33 HTTP/1.1" 200 1295 0.003070 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-machine-interface/7eae54e7-5ea7-46dc-9e62-3e29f68db810 HTTP/1.1" 200 2956 0.004493 10.0.0.65 - - [2026-03-05 04:12:50] "GET /instance-ip/f44bb1be-e6ac-47bd-a45e-504209274327 HTTP/1.1" 200 1627 0.002866 10.0.0.65 - - [2026-03-05 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.65 - - [2026-03-05 04:12:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.015268 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003450 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006298 10.0.0.65 - - [2026-03-05 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.65 - - [2026-03-05 04:12:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003460 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002884 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005805 10.0.0.65 - - [2026-03-05 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.65 - - [2026-03-05 04:12:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004139 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003381 10.0.0.65 - - [2026-03-05 04:12:50] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005001 10.0.0.65 - - [2026-03-05 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.65 - - [2026-03-05 04:12:50] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003475 10.0.0.65 - - [2026-03-05 04:12:51] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002666 10.0.0.65 - - [2026-03-05 04:12:51] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006389 10.0.0.65 - - [2026-03-05 04:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.65 - - [2026-03-05 04:12:51] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004137 10.0.0.65 - - [2026-03-05 04:12:51] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003581 10.0.0.65 - - [2026-03-05 04:12:51] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005566 10.0.0.65 - - [2026-03-05 04:12:51] "POST /neutron/port HTTP/1.1" 200 1125 0.040987 10.0.0.65 - - [2026-03-05 04:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.65 - - [2026-03-05 04:12:54] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004514 10.0.0.65 - - [2026-03-05 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.65 - - [2026-03-05 04:12:58] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004787 10.0.0.133 - - [2026-03-05 04:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000430 10.0.0.133 - - [2026-03-05 04:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000352 10.0.0.65 - - [2026-03-05 04:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.65 - - [2026-03-05 04:13:02] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004887 10.0.0.33 - - [2026-03-05 04:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.33 - - [2026-03-05 04:13:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000320 10.0.0.133 - - [2026-03-05 04:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000334 10.0.0.133 - - [2026-03-05 04:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.33 - - [2026-03-05 04:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000357 10.0.0.33 - - [2026-03-05 04:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.65 - - [2026-03-05 04:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.65 - - [2026-03-05 04:13:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000349 10.0.0.65 - - [2026-03-05 04:13:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000498 10.0.0.65 - - [2026-03-05 04:13:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000548 10.0.0.65 - - [2026-03-05 04:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.65 - - [2026-03-05 04:13:06] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.004814 10.0.0.65 - - [2026-03-05 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.65 - - [2026-03-05 04:13:10] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005166 10.0.0.65 - - [2026-03-05 04:13:10] "POST /neutron/port HTTP/1.1" 200 1125 0.014269 10.0.0.65 - - [2026-03-05 04:13:10] "POST /neutron/subnet HTTP/1.1" 200 646 0.008521 10.0.0.65 - - [2026-03-05 04:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.65 - - [2026-03-05 04:13:14] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006740 10.0.0.65 - - [2026-03-05 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.65 - - [2026-03-05 04:13:18] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005261 10.0.0.65 - - [2026-03-05 04:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.65 - - [2026-03-05 04:13:22] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005136 10.0.0.65 - - [2026-03-05 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.65 - - [2026-03-05 04:13:27] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005211 10.0.0.65 - - [2026-03-05 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.65 - - [2026-03-05 04:13:31] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005965 10.0.0.133 - - [2026-03-05 04:13:31] "GET /obj-perms HTTP/1.1" 200 5056 0.046734 10.0.0.65 - - [2026-03-05 04:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.65 - - [2026-03-05 04:13:33] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003588 10.0.0.65 - - [2026-03-05 04:13:33] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003314 10.0.0.65 - - [2026-03-05 04:13:33] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.008142 10.0.0.65 - - [2026-03-05 04:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.65 - - [2026-03-05 04:13:33] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003461 10.0.0.65 - - [2026-03-05 04:13:33] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002418 10.0.0.65 - - [2026-03-05 04:13:33] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005033 10.0.0.65 - - [2026-03-05 04:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.65 - - [2026-03-05 04:13:33] "GET /routing-instance/94261610-8d05-4c8e-911c-a37768e6199b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004018 10.0.0.65 - - [2026-03-05 04:13:33] "GET /route-target/41616bdd-ae9e-4b00-ab0f-5ec73c297946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003064 10.0.0.65 - - [2026-03-05 04:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.65 - - [2026-03-05 04:13:33] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003062 10.0.0.65 - - [2026-03-05 04:13:33] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002520 10.0.0.65 - - [2026-03-05 04:13:33] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005633 10.0.0.65 - - [2026-03-05 04:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.65 - - [2026-03-05 04:13:33] "GET /routing-instance/94261610-8d05-4c8e-911c-a37768e6199b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004189 10.0.0.65 - - [2026-03-05 04:13:33] "GET /route-target/41616bdd-ae9e-4b00-ab0f-5ec73c297946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004177 10.0.0.65 - - [2026-03-05 04:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.65 - - [2026-03-05 04:13:33] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003752 10.0.0.65 - - [2026-03-05 04:13:33] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003003 10.0.0.65 - - [2026-03-05 04:13:33] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005105 10.0.0.65 - - [2026-03-05 04:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.65 - - [2026-03-05 04:13:34] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004000 10.0.0.65 - - [2026-03-05 04:13:34] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003051 10.0.0.65 - - [2026-03-05 04:13:34] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006473 10.0.0.65 - - [2026-03-05 04:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.65 - - [2026-03-05 04:13:34] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004881 10.0.0.65 - - [2026-03-05 04:13:34] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003242 10.0.0.65 - - [2026-03-05 04:13:34] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007092 10.0.0.65 - - [2026-03-05 04:13:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004184 10.0.0.133 - - [2026-03-05 04:13:34] "GET /obj-perms HTTP/1.1" 200 5032 0.004231 10.0.0.65 - - [2026-03-05 04:13:34] "GET /obj-perms HTTP/1.1" 200 5032 0.003646 10.0.0.33 - - [2026-03-05 04:13:34] "GET /obj-perms HTTP/1.1" 200 5032 0.003979 10.0.0.65 - - [2026-03-05 04:13:34] "GET /virtual-machine/70e6fcac-cf07-4d6a-9fc3-ab01af9dad55 HTTP/1.1" 200 1295 0.004527 10.0.0.65 - - [2026-03-05 04:13:34] "GET /virtual-machine-interface/a89caa95-547a-4ff3-bb55-6d46c64e31cf HTTP/1.1" 200 2957 0.004663 10.0.0.65 - - [2026-03-05 04:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.65 - - [2026-03-05 04:13:34] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003488 10.0.0.65 - - [2026-03-05 04:13:34] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002973 10.0.0.65 - - [2026-03-05 04:13:34] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006089 10.0.0.65 - - [2026-03-05 04:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.65 - - [2026-03-05 04:13:35] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003452 10.0.0.65 - - [2026-03-05 04:13:35] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002498 10.0.0.65 - - [2026-03-05 04:13:35] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005891 10.0.0.65 - - [2026-03-05 04:13:36] "GET /virtual-machine/37fa36a8-7940-472c-a67c-13a666559a33 HTTP/1.1" 200 1295 0.004470 10.0.0.65 - - [2026-03-05 04:13:36] "GET /virtual-machine-interface/7eae54e7-5ea7-46dc-9e62-3e29f68db810 HTTP/1.1" 200 2956 0.005239 10.0.0.65 - - [2026-03-05 04:13:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.65 - - [2026-03-05 04:13:36] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004146 10.0.0.65 - - [2026-03-05 04:13:36] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002654 10.0.0.65 - - [2026-03-05 04:13:36] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006467 10.0.0.65 - - [2026-03-05 04:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.65 - - [2026-03-05 04:13:37] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004090 10.0.0.65 - - [2026-03-05 04:13:37] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002950 10.0.0.65 - - [2026-03-05 04:13:37] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007030 10.0.0.65 - - [2026-03-05 04:13:37] "POST /neutron/port HTTP/1.1" 200 1125 0.090636 10.0.0.65 - - [2026-03-05 04:13:42] "POST /neutron/port HTTP/1.1" 200 1125 0.014158 10.0.0.65 - - [2026-03-05 04:13:47] "POST /neutron/port HTTP/1.1" 200 1125 0.015277 10.0.0.65 - - [2026-03-05 04:13:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003166 10.0.0.65 - - [2026-03-05 04:13:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006668 10.0.0.65 - - [2026-03-05 04:14:10] "POST /neutron/port HTTP/1.1" 200 1125 0.015564 10.0.0.65 - - [2026-03-05 04:14:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003303 10.0.0.65 - - [2026-03-05 04:14:10] "POST /neutron/network HTTP/1.1" 200 886 0.006562 10.0.0.65 - - [2026-03-05 04:14:37] "GET /virtual-machine/37fa36a8-7940-472c-a67c-13a666559a33 HTTP/1.1" 200 1295 0.003681 10.0.0.65 - - [2026-03-05 04:14:38] "POST /neutron/port HTTP/1.1" 200 151 0.146651 10.0.0.65 - - [2026-03-05 04:14:39] "GET /virtual-machine/37fa36a8-7940-472c-a67c-13a666559a33 HTTP/1.1" 404 171 0.003101 10.0.0.65 - - [2026-03-05 04:14:39] "GET /virtual-machine/37fa36a8-7940-472c-a67c-13a666559a33 HTTP/1.1" 404 171 0.002583 10.0.0.65 - - [2026-03-05 04:14:39] "GET /virtual-machine/37fa36a8-7940-472c-a67c-13a666559a33 HTTP/1.1" 404 171 0.002607 10.0.0.65 - - [2026-03-05 04:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.65 - - [2026-03-05 04:14:40] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003351 10.0.0.65 - - [2026-03-05 04:14:40] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003443 10.0.0.65 - - [2026-03-05 04:14:40] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005620 10.0.0.65 - - [2026-03-05 04:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.65 - - [2026-03-05 04:14:40] "GET /routing-instance/94261610-8d05-4c8e-911c-a37768e6199b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.003484 10.0.0.65 - - [2026-03-05 04:14:40] "GET /route-target/41616bdd-ae9e-4b00-ab0f-5ec73c297946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002747 10.0.0.65 - - [2026-03-05 04:14:40] "GET /obj-perms HTTP/1.1" 200 5032 0.003934 10.0.0.33 - - [2026-03-05 04:14:40] "GET /obj-perms HTTP/1.1" 200 5032 0.003335 10.0.0.65 - - [2026-03-05 04:14:49] "GET /obj-perms HTTP/1.1" 200 5032 0.003459 10.0.0.33 - - [2026-03-05 04:14:49] "GET /obj-perms HTTP/1.1" 200 5032 0.003805 10.0.0.65 - - [2026-03-05 04:14:58] "GET /obj-perms HTTP/1.1" 200 5032 0.003541 10.0.0.33 - - [2026-03-05 04:14:58] "GET /obj-perms HTTP/1.1" 200 5032 0.004167 10.0.0.65 - - [2026-03-05 04:15:08] "GET /obj-perms HTTP/1.1" 200 5032 0.003633 10.0.0.33 - - [2026-03-05 04:15:08] "GET /obj-perms HTTP/1.1" 200 5032 0.003352 10.0.0.65 - - [2026-03-05 04:15:08] "GET /virtual-machine/70e6fcac-cf07-4d6a-9fc3-ab01af9dad55 HTTP/1.1" 200 1295 0.003995 10.0.0.65 - - [2026-03-05 04:15:09] "POST /neutron/port HTTP/1.1" 200 151 0.166745 10.0.0.65 - - [2026-03-05 04:15:10] "GET /virtual-machine/70e6fcac-cf07-4d6a-9fc3-ab01af9dad55 HTTP/1.1" 404 171 0.003692 10.0.0.65 - - [2026-03-05 04:15:10] "GET /virtual-machine/70e6fcac-cf07-4d6a-9fc3-ab01af9dad55 HTTP/1.1" 404 171 0.002578 10.0.0.65 - - [2026-03-05 04:15:10] "GET /virtual-machine/70e6fcac-cf07-4d6a-9fc3-ab01af9dad55 HTTP/1.1" 404 171 0.002183 10.0.0.65 - - [2026-03-05 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.65 - - [2026-03-05 04:15:10] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005920 10.0.0.65 - - [2026-03-05 04:15:10] "GET /virtual-networks?parent_id=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.002973 10.0.0.65 - - [2026-03-05 04:15:10] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005357 10.0.0.65 - - [2026-03-05 04:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.65 - - [2026-03-05 04:15:10] "GET /routing-instance/14aae09f-849c-4eef-90c7-dd70195bae47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1791 0.003617 10.0.0.65 - - [2026-03-05 04:15:10] "GET /route-target/fe21ffb9-1b5a-4e5f-8a95-9765dca71d1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002766 10.0.0.65 - - [2026-03-05 04:15:10] "GET /obj-perms HTTP/1.1" 200 5032 0.003413 10.0.0.65 - - [2026-03-05 04:15:13] "GET /obj-perms HTTP/1.1" 200 5032 0.003313 10.0.0.65 - - [2026-03-05 04:15:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003721 10.0.0.133 - - [2026-03-05 04:15:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003476 10.0.0.133 - - [2026-03-05 04:15:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004151 10.0.0.133 - - [2026-03-05 04:15:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003947 10.0.0.65 - - [2026-03-05 04:15:17] "DELETE /virtual-network/d573a94d-fbe4-48bc-8902-168a0a043efa HTTP/1.1" 200 115 0.092401 10.0.0.65 - - [2026-03-05 04:15:17] "DELETE /route-target/2790d881-8f11-470e-ad47-a1da87aa0ef1 HTTP/1.1" 200 115 0.025312 10.0.0.65 - - [2026-03-05 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.65 - - [2026-03-05 04:15:17] "GET /network-policy/feb955d3-477a-43d5-93c4-ac55edf19943?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.004066 10.0.0.65 - - [2026-03-05 04:15:17] "POST /ref-update HTTP/1.1" 200 156 0.050188 10.0.0.65 - - [2026-03-05 04:15:17] "GET /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.012701 10.0.0.65 - - [2026-03-05 04:15:17] "DELETE /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671 HTTP/1.1" 409 235 0.009481 10.0.0.65 - - [2026-03-05 04:15:17] "POST /neutron/port HTTP/1.1" 200 1115 0.011715 10.0.0.65 - - [2026-03-05 04:15:17] "POST /neutron/port HTTP/1.1" 200 1115 0.011417 10.0.0.133 - - [2026-03-05 04:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003188 10.0.0.65 - - [2026-03-05 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.133 - - [2026-03-05 04:15:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002635 10.0.0.65 - - [2026-03-05 04:15:19] "DELETE /virtual-network/8bf65b80-31df-4630-9ab6-f5e4343d5671 HTTP/1.1" 200 115 0.112368 10.0.0.65 - - [2026-03-05 04:15:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008587 10.0.0.65 - - [2026-03-05 04:15:19] "GET /network-policy/1407af23-c5d3-48d7-b5cb-9a7146791fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004869 10.0.0.65 - - [2026-03-05 04:15:19] "POST /ref-update HTTP/1.1" 200 156 0.067152 10.0.0.65 - - [2026-03-05 04:15:20] "GET /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.009003 10.0.0.65 - - [2026-03-05 04:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.009700 10.0.0.133 - - [2026-03-05 04:15:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003566 10.0.0.133 - - [2026-03-05 04:15:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003070 10.0.0.65 - - [2026-03-05 04:15:20] "DELETE /virtual-network/cddad7f5-5200-48ad-934d-a9b9188131b2 HTTP/1.1" 200 115 0.139184 10.0.0.65 - - [2026-03-05 04:15:20] "DELETE /network-policy/feb955d3-477a-43d5-93c4-ac55edf19943 HTTP/1.1" 200 115 0.036006 10.0.0.65 - - [2026-03-05 04:15:20] "DELETE /network-policy/1407af23-c5d3-48d7-b5cb-9a7146791fae HTTP/1.1" 200 115 0.049790 10.0.0.133 - - [2026-03-05 04:15:48] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.65 - - [2026-03-05 04:15:48] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.069926 10.0.0.133 - - [2026-03-05 04:15:48] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002062 10.0.0.65 - - [2026-03-05 04:15:48] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?fields=virtual_networks HTTP/1.1" 200 1036 0.038131 10.0.0.133 - - [2026-03-05 04:15:48] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001722 10.0.0.65 - - [2026-03-05 04:15:48] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.041977 10.0.0.133 - - [2026-03-05 04:15:48] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000864 10.0.0.65 - - [2026-03-05 04:15:48] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?fields=security_groups HTTP/1.1" 200 1264 0.037580 10.0.0.65 - - [2026-03-05 04:15:49] "POST /fqname-to-id HTTP/1.1" 404 188 0.024452 10.0.0.133 - - [2026-03-05 04:15:49] "GET /projects?obj_uuids=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002518 10.0.0.133 - - [2026-03-05 04:15:49] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000827 10.0.0.133 - - [2026-03-05 04:15:49] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006465 10.0.0.133 - - [2026-03-05 04:15:49] "POST /id-to-fqname HTTP/1.1" 200 190 0.007262 10.0.0.133 - - [2026-03-05 04:15:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.004977 10.0.0.133 - - [2026-03-05 04:15:50] "POST /security-groups HTTP/1.1" 200 591 0.068231 10.0.0.133 - - [2026-03-05 04:15:50] "POST /projects HTTP/1.1" 200 585 0.260257 10.0.0.65 - - [2026-03-05 04:15:50] "POST /access-control-lists HTTP/1.1" 200 598 0.025187 10.0.0.133 - - [2026-03-05 04:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.329082 10.0.0.65 - - [2026-03-05 04:15:50] "GET /project/e26107d3-8ad4-4026-aa0d-222e9ee84d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.453384 10.0.0.133 - - [2026-03-05 04:15:50] "DELETE /project/e26107d38ad44026aa0d222e9ee84d6d HTTP/1.1" 404 173 0.004096 10.0.0.133 - - [2026-03-05 04:15:50] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000749 10.0.0.133 - - [2026-03-05 04:15:50] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.030139 10.0.0.133 - - [2026-03-05 04:15:50] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000787 10.0.0.133 - - [2026-03-05 04:15:50] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?fields=security_groups HTTP/1.1" 200 1366 0.090391 10.0.0.133 - - [2026-03-05 04:15:51] "DELETE /security-group/bb3ba14b-3a72-4edd-b6bf-3ef7a6c06f72 HTTP/1.1" 200 115 0.048519 10.0.0.133 - - [2026-03-05 04:15:51] "GET /projects?obj_uuids=2e83a168-a859-4e3d-ac0c-391920df326f&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001416 10.0.0.65 - - [2026-03-05 04:15:51] "DELETE /access-control-list/76d5dc78-3eb2-44f4-b1c9-0119a7ebb1da HTTP/1.1" 200 115 0.037673 10.0.0.133 - - [2026-03-05 04:15:51] "GET /project/2e83a168-a859-4e3d-ac0c-391920df326f?fields=application_policy_sets HTTP/1.1" 200 1405 0.039608 10.0.0.133 - - [2026-03-05 04:15:51] "DELETE /project/2e83a168-a859-4e3d-ac0c-391920df326f HTTP/1.1" 200 115 0.427288 10.0.0.65 - - [2026-03-05 04:15:51] "GET / HTTP/1.1" 200 36215 0.001748 10.0.0.65 - - [2026-03-05 04:15:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000399 10.0.0.65 - - [2026-03-05 04:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.053995 10.0.0.133 - - [2026-03-05 04:15:53] "GET /projects?obj_uuids=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000811 10.0.0.65 - - [2026-03-05 04:15:53] "GET /project/e26107d3-8ad4-4026-aa0d-222e9ee84d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050961 10.0.0.65 - - [2026-03-05 04:15:53] "POST /neutron/network HTTP/1.1" 200 117 0.034105 10.0.0.65 - - [2026-03-05 04:15:54] "POST /ref-update HTTP/1.1" 200 156 0.021074 10.0.0.65 - - [2026-03-05 04:15:54] "POST /neutron/network HTTP/1.1" 200 823 0.009359 10.0.0.65 - - [2026-03-05 04:15:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001322 10.0.0.65 - - [2026-03-05 04:15:54] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006943 10.0.0.65 - - [2026-03-05 04:15:54] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007087 10.0.0.65 - - [2026-03-05 04:15:54] "POST /neutron/subnet HTTP/1.1" 200 719 0.007604 10.0.0.65 - - [2026-03-05 04:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.133 - - [2026-03-05 04:15:54] "GET /projects?obj_uuids=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000865 10.0.0.65 - - [2026-03-05 04:15:54] "GET /project/e26107d3-8ad4-4026-aa0d-222e9ee84d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.035997 10.0.0.133 - - [2026-03-05 04:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005012 10.0.0.65 - - [2026-03-05 04:15:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.182082 10.0.0.65 - - [2026-03-05 04:15:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001211 10.0.0.65 - - [2026-03-05 04:15:54] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004299 10.0.0.65 - - [2026-03-05 04:15:54] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004954 10.0.0.65 - - [2026-03-05 04:15:54] "POST /neutron/network HTTP/1.1" 200 823 0.005932 10.0.0.65 - - [2026-03-05 04:15:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001139 10.0.0.133 - - [2026-03-05 04:15:55] "GET /projects?obj_uuids=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001561 10.0.0.65 - - [2026-03-05 04:15:55] "GET /project/e26107d3-8ad4-4026-aa0d-222e9ee84d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.086475 10.0.0.65 - - [2026-03-05 04:15:55] "POST /neutron/network HTTP/1.1" 200 823 0.005310 10.0.0.65 - - [2026-03-05 04:15:56] "POST /id-to-fqname HTTP/1.1" 200 220 0.001151 10.0.0.65 - - [2026-03-05 04:15:56] "POST /neutron/port HTTP/1.1" 200 117 0.005085 10.0.0.133 - - [2026-03-05 04:15:56] "GET /projects?obj_uuids=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001124 10.0.0.65 - - [2026-03-05 04:15:56] "POST /neutron/port HTTP/1.1" 200 1059 0.278481 10.0.0.65 - - [2026-03-05 04:15:57] "POST /neutron/port HTTP/1.1" 200 1113 0.100112 10.0.0.133 - - [2026-03-05 04:15:57] "GET /projects?obj_uuids=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000877 10.0.0.65 - - [2026-03-05 04:15:57] "GET /project/e26107d3-8ad4-4026-aa0d-222e9ee84d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.066104 10.0.0.65 - - [2026-03-05 04:15:57] "POST /neutron/network HTTP/1.1" 200 823 0.006817 10.0.0.65 - - [2026-03-05 04:15:57] "POST /neutron/network HTTP/1.1" 200 823 0.006423 10.0.0.65 - - [2026-03-05 04:15:57] "POST /neutron/port HTTP/1.1" 200 117 0.005084 10.0.0.65 - - [2026-03-05 04:15:57] "POST /neutron/network HTTP/1.1" 200 833 0.007134 10.0.0.65 - - [2026-03-05 04:15:58] "POST /neutron/port HTTP/1.1" 200 1059 0.014831 10.0.0.65 - - [2026-03-05 04:15:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003427 10.0.0.65 - - [2026-03-05 04:15:58] "POST /neutron/network HTTP/1.1" 200 823 0.005724 10.0.0.65 - - [2026-03-05 04:16:02] "POST /neutron/port HTTP/1.1" 200 1123 0.016090 10.0.0.65 - - [2026-03-05 04:16:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007205 10.0.0.65 - - [2026-03-05 04:16:02] "GET /virtual-machine/649f433b-7345-421f-9f38-ae74ace4c365 HTTP/1.1" 401 292 0.000480 10.0.0.65 - - [2026-03-05 04:16:03] "GET /virtual-machine/649f433b-7345-421f-9f38-ae74ace4c365 HTTP/1.1" 200 1294 0.034231 10.0.0.65 - - [2026-03-05 04:16:03] "GET /virtual-machine-interface/07a2b411-06bc-4f63-bbe1-9fb47c62bdcc HTTP/1.1" 200 2947 0.005946 10.0.0.65 - - [2026-03-05 04:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.65 - - [2026-03-05 04:16:03] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004838 10.0.0.65 - - [2026-03-05 04:16:03] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003781 10.0.0.65 - - [2026-03-05 04:16:03] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007213 10.0.0.65 - - [2026-03-05 04:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.65 - - [2026-03-05 04:16:06] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005255 10.0.0.65 - - [2026-03-05 04:16:08] "POST /neutron/port HTTP/1.1" 200 1123 0.019803 10.0.0.65 - - [2026-03-05 04:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.65 - - [2026-03-05 04:16:08] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004117 10.0.0.65 - - [2026-03-05 04:16:08] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002898 10.0.0.65 - - [2026-03-05 04:16:08] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005731 10.0.0.65 - - [2026-03-05 04:16:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006377 10.0.0.65 - - [2026-03-05 04:16:12] "POST /neutron/network HTTP/1.1" 200 833 0.006128 10.0.0.65 - - [2026-03-05 04:16:12] "POST /neutron/port HTTP/1.1" 200 117 0.000997 10.0.0.65 - - [2026-03-05 04:16:13] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008719 10.0.0.65 - - [2026-03-05 04:16:14] "POST /neutron/port HTTP/1.1" 200 1123 0.017124 10.0.0.65 - - [2026-03-05 04:16:14] "GET /virtual-machine/8c675c55-bee0-4777-a6d5-8f6c01f2f242 HTTP/1.1" 200 1295 0.006554 10.0.0.65 - - [2026-03-05 04:16:14] "GET /virtual-machine-interface/a0c683a8-c932-470d-a48d-cb7b533319b3 HTTP/1.1" 200 2949 0.005535 10.0.0.65 - - [2026-03-05 04:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.65 - - [2026-03-05 04:16:14] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003437 10.0.0.65 - - [2026-03-05 04:16:14] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002815 10.0.0.65 - - [2026-03-05 04:16:14] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006205 10.0.0.65 - - [2026-03-05 04:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.65 - - [2026-03-05 04:16:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003421 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003313 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005008 10.0.0.65 - - [2026-03-05 04:16:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006514 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-machine/649f433b-7345-421f-9f38-ae74ace4c365 HTTP/1.1" 200 1294 0.003371 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-machine-interface/07a2b411-06bc-4f63-bbe1-9fb47c62bdcc HTTP/1.1" 200 2947 0.004821 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-machine/649f433b-7345-421f-9f38-ae74ace4c365 HTTP/1.1" 200 1294 0.004576 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-machine-interface/07a2b411-06bc-4f63-bbe1-9fb47c62bdcc HTTP/1.1" 200 2947 0.004987 10.0.0.65 - - [2026-03-05 04:16:15] "GET /instance-ip/83698151-98ce-40c9-8b06-86bb4f0341eb HTTP/1.1" 200 1622 0.007413 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-machine/649f433b-7345-421f-9f38-ae74ace4c365 HTTP/1.1" 200 1294 0.003865 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-machine-interface/07a2b411-06bc-4f63-bbe1-9fb47c62bdcc HTTP/1.1" 200 2947 0.004353 10.0.0.65 - - [2026-03-05 04:16:15] "GET /instance-ip/83698151-98ce-40c9-8b06-86bb4f0341eb HTTP/1.1" 200 1622 0.004585 10.0.0.65 - - [2026-03-05 04:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.65 - - [2026-03-05 04:16:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003498 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005935 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006896 10.0.0.65 - - [2026-03-05 04:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.65 - - [2026-03-05 04:16:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004926 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002669 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005512 10.0.0.65 - - [2026-03-05 04:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.65 - - [2026-03-05 04:16:15] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004015 10.0.0.65 - - [2026-03-05 04:16:15] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002886 10.0.0.65 - - [2026-03-05 04:16:16] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007780 10.0.0.65 - - [2026-03-05 04:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.65 - - [2026-03-05 04:16:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003998 10.0.0.65 - - [2026-03-05 04:16:16] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002964 10.0.0.65 - - [2026-03-05 04:16:16] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004899 10.0.0.65 - - [2026-03-05 04:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.65 - - [2026-03-05 04:16:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004572 10.0.0.65 - - [2026-03-05 04:16:16] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002625 10.0.0.65 - - [2026-03-05 04:16:16] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005778 10.0.0.65 - - [2026-03-05 04:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.65 - - [2026-03-05 04:16:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003361 10.0.0.65 - - [2026-03-05 04:16:16] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002833 10.0.0.65 - - [2026-03-05 04:16:16] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005026 10.0.0.65 - - [2026-03-05 04:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.65 - - [2026-03-05 04:16:16] "GET /routing-instance/e6ce26bf-256e-4204-9ca9-b318d37a7b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.011647 10.0.0.65 - - [2026-03-05 04:16:16] "GET /route-target/de686510-2238-4393-a9f3-293bf09e0dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004261 10.0.0.65 - - [2026-03-05 04:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.65 - - [2026-03-05 04:16:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003763 10.0.0.65 - - [2026-03-05 04:16:16] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003814 10.0.0.65 - - [2026-03-05 04:16:16] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005215 10.0.0.65 - - [2026-03-05 04:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.65 - - [2026-03-05 04:16:16] "GET /routing-instance/e6ce26bf-256e-4204-9ca9-b318d37a7b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004054 10.0.0.65 - - [2026-03-05 04:16:16] "GET /route-target/de686510-2238-4393-a9f3-293bf09e0dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003823 10.0.0.65 - - [2026-03-05 04:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.65 - - [2026-03-05 04:16:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004285 10.0.0.65 - - [2026-03-05 04:16:16] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002626 10.0.0.65 - - [2026-03-05 04:16:17] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005896 10.0.0.65 - - [2026-03-05 04:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.65 - - [2026-03-05 04:16:17] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004147 10.0.0.65 - - [2026-03-05 04:16:17] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002532 10.0.0.65 - - [2026-03-05 04:16:17] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005540 10.0.0.65 - - [2026-03-05 04:16:17] "GET /obj-perms HTTP/1.1" 200 5030 0.060761 10.0.0.133 - - [2026-03-05 04:16:18] "GET /obj-perms HTTP/1.1" 200 5030 0.046528 10.0.0.65 - - [2026-03-05 04:16:18] "GET /obj-perms HTTP/1.1" 200 5030 0.005178 10.0.0.33 - - [2026-03-05 04:16:18] "GET /obj-perms HTTP/1.1" 200 5030 0.048532 10.0.0.65 - - [2026-03-05 04:16:18] "GET /obj-perms HTTP/1.1" 200 5030 0.003533 10.0.0.65 - - [2026-03-05 04:16:18] "GET /virtual-machine/8c675c55-bee0-4777-a6d5-8f6c01f2f242 HTTP/1.1" 200 1295 0.004508 10.0.0.65 - - [2026-03-05 04:16:18] "GET /virtual-machine-interface/a0c683a8-c932-470d-a48d-cb7b533319b3 HTTP/1.1" 200 2949 0.004433 10.0.0.65 - - [2026-03-05 04:16:18] "GET /virtual-machine/8c675c55-bee0-4777-a6d5-8f6c01f2f242 HTTP/1.1" 200 1295 0.003096 10.0.0.65 - - [2026-03-05 04:16:18] "GET /virtual-machine-interface/a0c683a8-c932-470d-a48d-cb7b533319b3 HTTP/1.1" 200 2949 0.005587 10.0.0.65 - - [2026-03-05 04:16:18] "GET /instance-ip/fb6505d3-2f62-4744-8119-981e6cc1909e HTTP/1.1" 200 1622 0.005226 10.0.0.65 - - [2026-03-05 04:16:18] "GET /virtual-machine/8c675c55-bee0-4777-a6d5-8f6c01f2f242 HTTP/1.1" 200 1295 0.003420 10.0.0.65 - - [2026-03-05 04:16:18] "GET /virtual-machine-interface/a0c683a8-c932-470d-a48d-cb7b533319b3 HTTP/1.1" 200 2949 0.004152 10.0.0.65 - - [2026-03-05 04:16:18] "GET /instance-ip/fb6505d3-2f62-4744-8119-981e6cc1909e HTTP/1.1" 200 1622 0.004106 10.0.0.65 - - [2026-03-05 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.65 - - [2026-03-05 04:16:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002857 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.015122 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005798 10.0.0.65 - - [2026-03-05 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.65 - - [2026-03-05 04:16:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003908 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003176 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005033 10.0.0.65 - - [2026-03-05 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.65 - - [2026-03-05 04:16:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004478 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002693 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005306 10.0.0.65 - - [2026-03-05 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.65 - - [2026-03-05 04:16:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003809 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002599 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005394 10.0.0.65 - - [2026-03-05 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.65 - - [2026-03-05 04:16:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004499 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002954 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005647 10.0.0.65 - - [2026-03-05 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.65 - - [2026-03-05 04:16:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003708 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002395 10.0.0.65 - - [2026-03-05 04:16:19] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004915 10.0.0.65 - - [2026-03-05 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.65 - - [2026-03-05 04:16:19] "GET /routing-instance/bec243c0-3488-46ee-aa49-35e1198bd8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004240 10.0.0.65 - - [2026-03-05 04:16:19] "GET /route-target/a50acaf8-78a6-4842-b460-9005808ed37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004436 10.0.0.65 - - [2026-03-05 04:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.65 - - [2026-03-05 04:16:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004110 10.0.0.65 - - [2026-03-05 04:16:20] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003116 10.0.0.65 - - [2026-03-05 04:16:20] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005409 10.0.0.65 - - [2026-03-05 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.65 - - [2026-03-05 04:16:20] "GET /routing-instance/bec243c0-3488-46ee-aa49-35e1198bd8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004134 10.0.0.65 - - [2026-03-05 04:16:20] "GET /route-target/a50acaf8-78a6-4842-b460-9005808ed37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004470 10.0.0.65 - - [2026-03-05 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.65 - - [2026-03-05 04:16:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003607 10.0.0.65 - - [2026-03-05 04:16:20] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002918 10.0.0.65 - - [2026-03-05 04:16:20] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005281 10.0.0.65 - - [2026-03-05 04:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.65 - - [2026-03-05 04:16:20] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003653 10.0.0.65 - - [2026-03-05 04:16:20] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002886 10.0.0.65 - - [2026-03-05 04:16:20] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005577 10.0.0.133 - - [2026-03-05 04:16:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003401 10.0.0.65 - - [2026-03-05 04:16:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003267 10.0.0.65 - - [2026-03-05 04:16:20] "GET /obj-perms HTTP/1.1" 200 5030 0.005305 10.0.0.65 - - [2026-03-05 04:16:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003333 10.0.0.33 - - [2026-03-05 04:16:20] "GET /obj-perms HTTP/1.1" 200 5030 0.003428 10.0.0.133 - - [2026-03-05 04:16:20] "GET /obj-perms HTTP/1.1" 200 5030 0.009883 10.0.0.65 - - [2026-03-05 04:16:37] "GET /virtual-machine/8c675c55-bee0-4777-a6d5-8f6c01f2f242 HTTP/1.1" 200 1295 0.003537 10.0.0.65 - - [2026-03-05 04:16:37] "POST /neutron/port HTTP/1.1" 200 1123 0.014982 10.0.0.65 - - [2026-03-05 04:16:39] "GET /virtual-machine/8c675c55-bee0-4777-a6d5-8f6c01f2f242 HTTP/1.1" 404 171 0.003331 10.0.0.65 - - [2026-03-05 04:16:39] "GET /virtual-machine/8c675c55-bee0-4777-a6d5-8f6c01f2f242 HTTP/1.1" 404 171 0.002870 10.0.0.65 - - [2026-03-05 04:16:39] "GET /virtual-machine/8c675c55-bee0-4777-a6d5-8f6c01f2f242 HTTP/1.1" 404 171 0.002726 10.0.0.65 - - [2026-03-05 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.65 - - [2026-03-05 04:16:39] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003280 10.0.0.65 - - [2026-03-05 04:16:39] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002822 10.0.0.65 - - [2026-03-05 04:16:39] "GET /virtual-network/4aa8a2c8-b165-479b-9711-0c4180fdcd19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005092 10.0.0.65 - - [2026-03-05 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.65 - - [2026-03-05 04:16:39] "GET /routing-instance/bec243c0-3488-46ee-aa49-35e1198bd8d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004180 10.0.0.65 - - [2026-03-05 04:16:39] "GET /route-target/a50acaf8-78a6-4842-b460-9005808ed37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004126 10.0.0.65 - - [2026-03-05 04:16:42] "GET /obj-perms HTTP/1.1" 200 5030 0.003726 10.0.0.65 - - [2026-03-05 04:16:45] "GET /obj-perms HTTP/1.1" 200 5030 0.003471 10.0.0.65 - - [2026-03-05 04:16:45] "GET /virtual-machine/649f433b-7345-421f-9f38-ae74ace4c365 HTTP/1.1" 200 1294 0.003435 10.0.0.65 - - [2026-03-05 04:16:46] "POST /neutron/port HTTP/1.1" 200 1123 0.014015 10.0.0.65 - - [2026-03-05 04:16:47] "GET /virtual-machine/649f433b-7345-421f-9f38-ae74ace4c365 HTTP/1.1" 404 171 0.002950 10.0.0.65 - - [2026-03-05 04:16:47] "GET /virtual-machine/649f433b-7345-421f-9f38-ae74ace4c365 HTTP/1.1" 404 171 0.003220 10.0.0.65 - - [2026-03-05 04:16:47] "GET /virtual-machine/649f433b-7345-421f-9f38-ae74ace4c365 HTTP/1.1" 404 171 0.002438 10.0.0.65 - - [2026-03-05 04:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.65 - - [2026-03-05 04:16:48] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003426 10.0.0.65 - - [2026-03-05 04:16:48] "GET /virtual-networks?parent_id=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002392 10.0.0.65 - - [2026-03-05 04:16:48] "GET /virtual-network/556cdc27-07ad-4f8d-9b96-4a48aee644ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005695 10.0.0.65 - - [2026-03-05 04:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.65 - - [2026-03-05 04:16:48] "GET /routing-instance/e6ce26bf-256e-4204-9ca9-b318d37a7b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.003737 10.0.0.65 - - [2026-03-05 04:16:48] "GET /route-target/de686510-2238-4393-a9f3-293bf09e0dba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004029 10.0.0.65 - - [2026-03-05 04:16:48] "GET /obj-perms HTTP/1.1" 200 5030 0.003742 10.0.0.33 - - [2026-03-05 04:16:48] "GET /obj-perms HTTP/1.1" 200 5030 0.003535 10.0.0.65 - - [2026-03-05 04:16:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003452 10.0.0.33 - - [2026-03-05 04:16:57] "GET /obj-perms HTTP/1.1" 200 5030 0.003236 10.0.0.65 - - [2026-03-05 04:17:06] "GET /obj-perms HTTP/1.1" 200 5030 0.003927 10.0.0.33 - - [2026-03-05 04:17:06] "GET /obj-perms HTTP/1.1" 200 5030 0.003354 10.0.0.133 - - [2026-03-05 04:17:07] "GET /obj-perms HTTP/1.1" 200 5030 0.003768 10.0.0.65 - - [2026-03-05 04:17:07] "POST /neutron/network HTTP/1.1" 200 823 0.005475 10.0.0.65 - - [2026-03-05 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.069265 10.0.0.65 - - [2026-03-05 04:17:07] "DELETE /route-target/de686510-2238-4393-a9f3-293bf09e0dba HTTP/1.1" 200 115 0.031015 10.0.0.133 - - [2026-03-05 04:17:07] "POST /useragent-kv HTTP/1.1" 200 115 0.048932 10.0.0.133 - - [2026-03-05 04:17:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005521 10.0.0.65 - - [2026-03-05 04:17:07] "POST /neutron/network HTTP/1.1" 200 151 0.176818 10.0.0.133 - - [2026-03-05 04:17:08] "GET /projects?obj_uuids=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000846 10.0.0.65 - - [2026-03-05 04:17:08] "GET /project/e26107d3-8ad4-4026-aa0d-222e9ee84d6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036507 10.0.0.133 - - [2026-03-05 04:17:08] "GET /projects?obj_uuids=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000864 10.0.0.65 - - [2026-03-05 04:17:08] "GET /project/e26107d3-8ad4-4026-aa0d-222e9ee84d6d?fields=virtual_networks HTTP/1.1" 200 1035 0.049654 10.0.0.133 - - [2026-03-05 04:17:08] "GET /projects?obj_uuids=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000815 10.0.0.65 - - [2026-03-05 04:17:08] "GET /project/e26107d3-8ad4-4026-aa0d-222e9ee84d6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.040602 10.0.0.133 - - [2026-03-05 04:17:08] "GET /projects?obj_uuids=e26107d3-8ad4-4026-aa0d-222e9ee84d6d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000880 10.0.0.65 - - [2026-03-05 04:17:09] "GET /project/e26107d3-8ad4-4026-aa0d-222e9ee84d6d?fields=security_groups HTTP/1.1" 200 1262 0.034669 10.0.0.65 - - [2026-03-05 04:17:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.028914 10.0.0.133 - - [2026-03-05 04:17:09] "GET /projects?obj_uuids=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003039 10.0.0.133 - - [2026-03-05 04:17:09] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.133 - - [2026-03-05 04:17:09] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042059 10.0.0.133 - - [2026-03-05 04:17:10] "POST /id-to-fqname HTTP/1.1" 200 198 0.001063 10.0.0.133 - - [2026-03-05 04:17:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.009454 10.0.0.133 - - [2026-03-05 04:17:10] "POST /security-groups HTTP/1.1" 200 599 0.032339 10.0.0.133 - - [2026-03-05 04:17:10] "POST /projects HTTP/1.1" 200 601 0.236258 10.0.0.133 - - [2026-03-05 04:17:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.276110 10.0.0.65 - - [2026-03-05 04:17:10] "POST /fqname-to-id HTTP/1.1" 404 241 0.011894 10.0.0.65 - - [2026-03-05 04:17:10] "GET /project/76de8e30-191e-409c-87e0-8a4a12b6f247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.465408 10.0.0.65 - - [2026-03-05 04:17:11] "GET / HTTP/1.1" 200 36215 0.002560 10.0.0.65 - - [2026-03-05 04:17:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000433 10.0.0.65 - - [2026-03-05 04:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.049892 10.0.0.133 - - [2026-03-05 04:17:14] "GET /projects?obj_uuids=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001182 10.0.0.65 - - [2026-03-05 04:17:14] "GET /project/76de8e30-191e-409c-87e0-8a4a12b6f247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.036907 10.0.0.65 - - [2026-03-05 04:17:15] "POST /ref-update HTTP/1.1" 200 156 0.029113 10.0.0.133 - - [2026-03-05 04:17:15] "POST /useragent-kv HTTP/1.1" 200 115 0.008089 10.0.0.65 - - [2026-03-05 04:17:15] "POST /neutron/subnet HTTP/1.1" 200 734 0.229722 10.0.0.65 - - [2026-03-05 04:17:15] "POST /id-to-fqname HTTP/1.1" 200 228 0.001233 10.0.0.65 - - [2026-03-05 04:17:15] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006667 10.0.0.65 - - [2026-03-05 04:17:15] "POST /neutron/network HTTP/1.1" 200 1008 0.007114 10.0.0.65 - - [2026-03-05 04:17:15] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004325 10.0.0.65 - - [2026-03-05 04:17:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.007687 10.0.0.65 - - [2026-03-05 04:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.133 - - [2026-03-05 04:17:15] "GET /projects?obj_uuids=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000833 10.0.0.65 - - [2026-03-05 04:17:15] "GET /project/76de8e30-191e-409c-87e0-8a4a12b6f247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.057024 10.0.0.133 - - [2026-03-05 04:17:16] "POST /useragent-kv HTTP/1.1" 200 115 0.011542 10.0.0.65 - - [2026-03-05 04:17:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.235606 10.0.0.65 - - [2026-03-05 04:17:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001157 10.0.0.65 - - [2026-03-05 04:17:16] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006372 10.0.0.65 - - [2026-03-05 04:17:16] "POST /neutron/network HTTP/1.1" 200 1005 0.010228 10.0.0.65 - - [2026-03-05 04:17:16] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004112 10.0.0.65 - - [2026-03-05 04:17:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.008197 10.0.0.65 - - [2026-03-05 04:17:17] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004938 10.0.0.65 - - [2026-03-05 04:17:17] "GET /obj-perms HTTP/1.1" 200 5046 0.057091 10.0.0.65 - - [2026-03-05 04:17:18] "DELETE /access-control-list/7787016e-8b34-45a9-960e-00d18c7f8495 HTTP/1.1" 200 115 0.026375 10.0.0.65 - - [2026-03-05 04:17:18] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004532 10.0.0.33 - - [2026-03-05 04:17:18] "GET /obj-perms HTTP/1.1" 200 5046 0.053938 10.0.0.65 - - [2026-03-05 04:17:19] "POST /neutron/subnet HTTP/1.1" 200 828 0.008359 10.0.0.65 - - [2026-03-05 04:17:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.000963 10.0.0.133 - - [2026-03-05 04:17:20] "GET /projects?obj_uuids=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000894 10.0.0.65 - - [2026-03-05 04:17:20] "GET /project/76de8e30-191e-409c-87e0-8a4a12b6f247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.069187 10.0.0.65 - - [2026-03-05 04:17:20] "POST /neutron/port HTTP/1.1" 200 117 0.005241 10.0.0.65 - - [2026-03-05 04:17:20] "POST /neutron/network HTTP/1.1" 200 1018 0.006510 10.0.0.65 - - [2026-03-05 04:17:21] "POST /neutron/port HTTP/1.1" 200 1177 0.048013 10.0.0.65 - - [2026-03-05 04:17:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003535 10.0.0.65 - - [2026-03-05 04:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.65 - - [2026-03-05 04:17:25] "POST /neutron/port HTTP/1.1" 200 1241 0.016707 10.0.0.65 - - [2026-03-05 04:17:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007243 10.0.0.65 - - [2026-03-05 04:17:25] "GET /virtual-machine/a4168af2-534e-4d34-b0b5-2d608af01bff HTTP/1.1" 401 292 0.000413 10.0.0.65 - - [2026-03-05 04:17:26] "GET /virtual-machine/a4168af2-534e-4d34-b0b5-2d608af01bff HTTP/1.1" 200 1303 0.028562 10.0.0.65 - - [2026-03-05 04:17:26] "GET /virtual-machine-interface/775273ff-d12b-4ee3-96d9-5277585a2dff HTTP/1.1" 200 3183 0.005618 10.0.0.65 - - [2026-03-05 04:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.65 - - [2026-03-05 04:17:26] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003471 10.0.0.65 - - [2026-03-05 04:17:26] "GET /virtual-networks?parent_id=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002868 10.0.0.65 - - [2026-03-05 04:17:26] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006534 10.0.0.65 - - [2026-03-05 04:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.65 - - [2026-03-05 04:17:29] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004617 10.0.0.65 - - [2026-03-05 04:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.65 - - [2026-03-05 04:17:33] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006988 10.0.0.65 - - [2026-03-05 04:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.65 - - [2026-03-05 04:17:37] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004942 10.0.0.65 - - [2026-03-05 04:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.65 - - [2026-03-05 04:17:41] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004851 10.0.0.65 - - [2026-03-05 04:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.65 - - [2026-03-05 04:17:45] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005604 10.0.0.65 - - [2026-03-05 04:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.65 - - [2026-03-05 04:17:49] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004432 10.0.0.133 - - [2026-03-05 04:17:51] "DELETE /project/e26107d3-8ad4-4026-aa0d-222e9ee84d6d HTTP/1.1" 404 177 0.003474 10.0.0.133 - - [2026-03-05 04:17:51] "DELETE /project/76de8e30191e409c87e08a4a12b6f247 HTTP/1.1" 404 173 0.007047 10.0.0.65 - - [2026-03-05 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.65 - - [2026-03-05 04:17:53] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006531 10.0.0.65 - - [2026-03-05 04:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.65 - - [2026-03-05 04:17:57] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004637 10.0.0.65 - - [2026-03-05 04:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.65 - - [2026-03-05 04:18:02] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004430 10.0.0.133 - - [2026-03-05 04:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000368 10.0.0.133 - - [2026-03-05 04:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000340 10.0.0.33 - - [2026-03-05 04:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000336 10.0.0.33 - - [2026-03-05 04:18:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.133 - - [2026-03-05 04:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000435 10.0.0.133 - - [2026-03-05 04:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000367 10.0.0.33 - - [2026-03-05 04:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000374 10.0.0.33 - - [2026-03-05 04:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000335 10.0.0.65 - - [2026-03-05 04:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000327 10.0.0.65 - - [2026-03-05 04:18:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.65 - - [2026-03-05 04:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.65 - - [2026-03-05 04:18:04] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003116 10.0.0.65 - - [2026-03-05 04:18:04] "GET /virtual-networks?parent_id=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002542 10.0.0.65 - - [2026-03-05 04:18:04] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005780 10.0.0.65 - - [2026-03-05 04:18:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000373 10.0.0.65 - - [2026-03-05 04:18:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000345 10.0.0.65 - - [2026-03-05 04:18:04] "POST /neutron/port HTTP/1.1" 200 1241 0.015450 10.0.0.65 - - [2026-03-05 04:18:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006593 10.0.0.65 - - [2026-03-05 04:18:15] "POST /neutron/port HTTP/1.1" 200 1241 0.015151 10.0.0.65 - - [2026-03-05 04:18:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003692 10.0.0.65 - - [2026-03-05 04:18:15] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.65 - - [2026-03-05 04:18:16] "POST /neutron/port HTTP/1.1" 200 1241 0.044522 10.0.0.65 - - [2026-03-05 04:18:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006230 10.0.0.65 - - [2026-03-05 04:18:30] "POST /neutron/port HTTP/1.1" 200 1241 0.016785 10.0.0.65 - - [2026-03-05 04:18:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007125 10.0.0.65 - - [2026-03-05 04:18:30] "POST /neutron/port HTTP/1.1" 200 1241 0.015573 10.0.0.65 - - [2026-03-05 04:18:30] "POST /neutron/network HTTP/1.1" 200 1008 0.008352 10.0.0.65 - - [2026-03-05 04:18:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.000937 10.0.0.65 - - [2026-03-05 04:18:30] "GET /virtual-machine/a4168af2-534e-4d34-b0b5-2d608af01bff HTTP/1.1" 200 1303 0.003039 10.0.0.65 - - [2026-03-05 04:18:30] "GET /virtual-machine-interface/775273ff-d12b-4ee3-96d9-5277585a2dff HTTP/1.1" 200 3183 0.004500 10.0.0.65 - - [2026-03-05 04:18:30] "GET /instance-ip/3819d985-e4d3-46e2-8cff-a686f7b1b746 HTTP/1.1" 200 1641 0.004362 10.0.0.65 - - [2026-03-05 04:18:30] "GET /instance-ip/a05353e7-8a1a-424b-bbc8-9cb3519c2e86 HTTP/1.1" 200 1660 0.006453 10.0.0.65 - - [2026-03-05 04:18:30] "POST /fqname-to-id HTTP/1.1" 404 218 0.002780 10.0.0.65 - - [2026-03-05 04:18:30] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005058 10.0.0.133 - - [2026-03-05 04:18:30] "GET /projects?obj_uuids=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.65 - - [2026-03-05 04:18:30] "GET /project/76de8e30-191e-409c-87e0-8a4a12b6f247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.040359 10.0.0.65 - - [2026-03-05 04:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.65 - - [2026-03-05 04:18:30] "GET /security-group/7ba2a932-db40-4161-a80b-7bb9056e83d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3780 0.004988 10.0.0.65 - - [2026-03-05 04:18:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.070580 10.0.0.65 - - [2026-03-05 04:18:30] "POST /instance-ips HTTP/1.1" 200 358 0.031157 10.0.0.65 - - [2026-03-05 04:18:30] "GET /instance-ip/9081a6c0-57e0-4ebf-ab24-44b2a1b428b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.004963 10.0.0.65 - - [2026-03-05 04:18:30] "POST /instance-ips HTTP/1.1" 200 358 0.029840 10.0.0.65 - - [2026-03-05 04:18:31] "GET /instance-ip/b2b4d358-004b-44ad-997c-d48d22b25668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008115 10.0.0.65 - - [2026-03-05 04:18:31] "GET /virtual-machine-interface/16675033-6487-4148-b951-bde297936125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.005487 10.0.0.65 - - [2026-03-05 04:18:31] "GET /virtual-machine-interface/16675033-6487-4148-b951-bde297936125?fields=instance_ip_back_refs HTTP/1.1" 200 1541 0.006672 10.0.0.65 - - [2026-03-05 04:18:31] "GET /instance-ip/9081a6c0-57e0-4ebf-ab24-44b2a1b428b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.010261 10.0.0.65 - - [2026-03-05 04:18:31] "GET /instance-ip/b2b4d358-004b-44ad-997c-d48d22b25668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004572 10.0.0.65 - - [2026-03-05 04:18:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001269 10.0.0.65 - - [2026-03-05 04:18:31] "POST /neutron/port HTTP/1.1" 200 1083 0.011187 10.0.0.65 - - [2026-03-05 04:18:31] "POST /neutron/port HTTP/1.1" 200 1083 0.011882 10.0.0.65 - - [2026-03-05 04:18:31] "POST /neutron/port HTTP/1.1" 200 1083 0.025262 10.0.0.65 - - [2026-03-05 04:18:32] "POST /neutron/port HTTP/1.1" 200 1083 0.011361 10.0.0.65 - - [2026-03-05 04:18:32] "POST /neutron/port HTTP/1.1" 200 1083 0.012011 10.0.0.65 - - [2026-03-05 04:18:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003298 10.0.0.65 - - [2026-03-05 04:18:32] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.133 - - [2026-03-05 04:18:34] "GET /obj-perms HTTP/1.1" 200 5056 0.053433 10.0.0.65 - - [2026-03-05 04:18:34] "GET /obj-perms HTTP/1.1" 200 5056 0.067535 10.0.0.65 - - [2026-03-05 04:18:36] "POST /neutron/port HTTP/1.1" 200 1186 0.015853 10.0.0.65 - - [2026-03-05 04:18:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005873 10.0.0.65 - - [2026-03-05 04:18:37] "GET /virtual-machine/6e1978e8-1fe8-4028-9369-b2a6e6f6c564 HTTP/1.1" 200 1280 0.005787 10.0.0.65 - - [2026-03-05 04:18:37] "GET /virtual-machine-interface/16675033-6487-4148-b951-bde297936125 HTTP/1.1" 200 3233 0.004436 10.0.0.65 - - [2026-03-05 04:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.65 - - [2026-03-05 04:18:37] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003550 10.0.0.65 - - [2026-03-05 04:18:37] "GET /virtual-networks?parent_id=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002946 10.0.0.65 - - [2026-03-05 04:18:37] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006200 10.0.0.65 - - [2026-03-05 04:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.65 - - [2026-03-05 04:18:40] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004982 10.0.0.65 - - [2026-03-05 04:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.65 - - [2026-03-05 04:18:44] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004492 10.0.0.65 - - [2026-03-05 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.65 - - [2026-03-05 04:18:48] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004848 10.0.0.65 - - [2026-03-05 04:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.65 - - [2026-03-05 04:18:52] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004741 10.0.0.65 - - [2026-03-05 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.65 - - [2026-03-05 04:18:56] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004472 10.0.0.65 - - [2026-03-05 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.65 - - [2026-03-05 04:19:00] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005857 10.0.0.65 - - [2026-03-05 04:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.65 - - [2026-03-05 04:19:04] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004979 10.0.0.65 - - [2026-03-05 04:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.65 - - [2026-03-05 04:19:08] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004799 10.0.0.65 - - [2026-03-05 04:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.65 - - [2026-03-05 04:19:13] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.004759 10.0.0.65 - - [2026-03-05 04:19:15] "POST /neutron/port HTTP/1.1" 200 1241 0.017441 10.0.0.65 - - [2026-03-05 04:19:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003709 10.0.0.65 - - [2026-03-05 04:19:15] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.65 - - [2026-03-05 04:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.65 - - [2026-03-05 04:19:17] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005732 10.0.0.65 - - [2026-03-05 04:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.65 - - [2026-03-05 04:19:19] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003527 10.0.0.65 - - [2026-03-05 04:19:19] "GET /virtual-networks?parent_id=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002809 10.0.0.65 - - [2026-03-05 04:19:19] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005218 10.0.0.65 - - [2026-03-05 04:19:19] "POST /neutron/port HTTP/1.1" 200 1186 0.016510 10.0.0.65 - - [2026-03-05 04:19:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006244 10.0.0.65 - - [2026-03-05 04:19:29] "POST /neutron/port HTTP/1.1" 200 1186 0.017465 10.0.0.65 - - [2026-03-05 04:19:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.005879 10.0.0.65 - - [2026-03-05 04:19:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001221 10.0.0.65 - - [2026-03-05 04:19:40] "POST /neutron/network HTTP/1.1" 200 1015 0.008937 10.0.0.133 - - [2026-03-05 04:19:40] "GET /projects?obj_uuids=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000896 10.0.0.65 - - [2026-03-05 04:19:40] "GET /project/76de8e30-191e-409c-87e0-8a4a12b6f247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.088149 10.0.0.65 - - [2026-03-05 04:19:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006256 10.0.0.65 - - [2026-03-05 04:19:41] "POST /neutron/network HTTP/1.1" 200 1015 0.008877 10.0.0.65 - - [2026-03-05 04:19:42] "POST /neutron/port HTTP/1.1" 200 1174 0.044683 10.0.0.65 - - [2026-03-05 04:19:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003481 10.0.0.65 - - [2026-03-05 04:19:42] "POST /neutron/port HTTP/1.1" 200 117 0.001004 10.0.0.65 - - [2026-03-05 04:19:46] "POST /neutron/port HTTP/1.1" 200 1238 0.015845 10.0.0.65 - - [2026-03-05 04:19:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011214 10.0.0.65 - - [2026-03-05 04:19:46] "GET /virtual-machine/5775f7c4-bf14-49c9-9df8-8f589a45e347 HTTP/1.1" 200 1302 0.005938 10.0.0.65 - - [2026-03-05 04:19:46] "GET /virtual-machine-interface/4737df79-938e-4e10-bf70-25466e71d7a0 HTTP/1.1" 200 3183 0.004451 10.0.0.65 - - [2026-03-05 04:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.65 - - [2026-03-05 04:19:46] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003024 10.0.0.65 - - [2026-03-05 04:19:46] "GET /virtual-networks?parent_id=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002120 10.0.0.65 - - [2026-03-05 04:19:46] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005149 10.0.0.65 - - [2026-03-05 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.65 - - [2026-03-05 04:19:49] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.006528 10.0.0.65 - - [2026-03-05 04:19:53] "POST /neutron/port HTTP/1.1" 200 1238 0.014059 10.0.0.65 - - [2026-03-05 04:19:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003254 10.0.0.65 - - [2026-03-05 04:19:53] "POST /neutron/port HTTP/1.1" 200 117 0.000978 10.0.0.65 - - [2026-03-05 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.65 - - [2026-03-05 04:19:53] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004915 10.0.0.65 - - [2026-03-05 04:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.65 - - [2026-03-05 04:19:57] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005746 10.0.0.65 - - [2026-03-05 04:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.65 - - [2026-03-05 04:20:02] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005117 10.0.0.65 - - [2026-03-05 04:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.65 - - [2026-03-05 04:20:06] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004913 10.0.0.65 - - [2026-03-05 04:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.65 - - [2026-03-05 04:20:10] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005910 10.0.0.65 - - [2026-03-05 04:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.65 - - [2026-03-05 04:20:14] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004676 10.0.0.65 - - [2026-03-05 04:20:16] "POST /neutron/port HTTP/1.1" 200 1186 0.016893 10.0.0.65 - - [2026-03-05 04:20:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003414 10.0.0.65 - - [2026-03-05 04:20:16] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.65 - - [2026-03-05 04:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.65 - - [2026-03-05 04:20:18] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005914 10.0.0.65 - - [2026-03-05 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.65 - - [2026-03-05 04:20:22] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005092 10.0.0.65 - - [2026-03-05 04:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.65 - - [2026-03-05 04:20:26] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004369 10.0.0.65 - - [2026-03-05 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.65 - - [2026-03-05 04:20:28] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004720 10.0.0.65 - - [2026-03-05 04:20:28] "GET /virtual-networks?parent_id=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003032 10.0.0.65 - - [2026-03-05 04:20:28] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005490 10.0.0.65 - - [2026-03-05 04:20:28] "POST /neutron/port HTTP/1.1" 200 1238 0.014872 10.0.0.65 - - [2026-03-05 04:20:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007951 10.0.0.33 - - [2026-03-05 04:20:36] "GET /obj-perms HTTP/1.1" 200 5056 0.050556 10.0.0.65 - - [2026-03-05 04:20:40] "POST /neutron/port HTTP/1.1" 200 1238 0.014993 10.0.0.65 - - [2026-03-05 04:20:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007727 10.0.0.65 - - [2026-03-05 04:20:54] "POST /neutron/port HTTP/1.1" 200 1238 0.019608 10.0.0.65 - - [2026-03-05 04:20:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008110 10.0.0.65 - - [2026-03-05 04:20:54] "POST /neutron/port HTTP/1.1" 200 1238 0.018659 10.0.0.65 - - [2026-03-05 04:20:55] "POST /neutron/network HTTP/1.1" 200 1005 0.009705 10.0.0.65 - - [2026-03-05 04:20:55] "POST /id-to-fqname HTTP/1.1" 200 228 0.001536 10.0.0.65 - - [2026-03-05 04:20:55] "GET /virtual-machine/5775f7c4-bf14-49c9-9df8-8f589a45e347 HTTP/1.1" 200 1302 0.004183 10.0.0.65 - - [2026-03-05 04:20:55] "GET /virtual-machine-interface/4737df79-938e-4e10-bf70-25466e71d7a0 HTTP/1.1" 200 3183 0.005930 10.0.0.65 - - [2026-03-05 04:20:55] "GET /instance-ip/c5267775-193e-4a74-bdfc-2c0b56b4672e HTTP/1.1" 200 1639 0.006370 10.0.0.65 - - [2026-03-05 04:20:55] "GET /instance-ip/e1507bad-3d15-4b3a-b616-2835a96d5c46 HTTP/1.1" 200 1660 0.006345 10.0.0.65 - - [2026-03-05 04:20:55] "POST /fqname-to-id HTTP/1.1" 404 230 0.003766 10.0.0.65 - - [2026-03-05 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.133 - - [2026-03-05 04:20:55] "GET /projects?obj_uuids=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000992 10.0.0.65 - - [2026-03-05 04:20:55] "GET /project/76de8e30-191e-409c-87e0-8a4a12b6f247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.049774 10.0.0.65 - - [2026-03-05 04:20:55] "POST /network-policys HTTP/1.1" 200 571 0.024486 10.0.0.65 - - [2026-03-05 04:20:55] "GET /network-policy/71a24c78-cfac-4e4b-8449-d22b95efac14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005250 10.0.0.65 - - [2026-03-05 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.65 - - [2026-03-05 04:20:55] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.005113 10.0.0.65 - - [2026-03-05 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.65 - - [2026-03-05 04:20:55] "GET /network-policy/71a24c78-cfac-4e4b-8449-d22b95efac14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004189 10.0.0.65 - - [2026-03-05 04:20:55] "POST /ref-update HTTP/1.1" 200 156 0.047797 10.0.0.65 - - [2026-03-05 04:20:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.037599 10.0.0.65 - - [2026-03-05 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.65 - - [2026-03-05 04:20:55] "GET /network-policy/71a24c78-cfac-4e4b-8449-d22b95efac14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003732 10.0.0.65 - - [2026-03-05 04:20:55] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2974 0.006613 10.0.0.65 - - [2026-03-05 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.65 - - [2026-03-05 04:20:55] "GET /network-policy/71a24c78-cfac-4e4b-8449-d22b95efac14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003667 10.0.0.65 - - [2026-03-05 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.65 - - [2026-03-05 04:20:55] "POST /neutron/port HTTP/1.1" 200 1238 0.013563 10.0.0.65 - - [2026-03-05 04:20:55] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004951 10.0.0.65 - - [2026-03-05 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.65 - - [2026-03-05 04:20:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003514 10.0.0.65 - - [2026-03-05 04:20:55] "GET /network-policy/71a24c78-cfac-4e4b-8449-d22b95efac14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004307 10.0.0.65 - - [2026-03-05 04:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.001476 10.0.0.65 - - [2026-03-05 04:20:55] "POST /ref-update HTTP/1.1" 200 156 0.052945 10.0.0.65 - - [2026-03-05 04:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.65 - - [2026-03-05 04:20:55] "POST /access-control-lists HTTP/1.1" 200 598 0.087955 10.0.0.65 - - [2026-03-05 04:20:55] "GET /network-policy/71a24c78-cfac-4e4b-8449-d22b95efac14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004457 10.0.0.65 - - [2026-03-05 04:20:56] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.007499 10.0.0.65 - - [2026-03-05 04:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002288 10.0.0.65 - - [2026-03-05 04:20:56] "POST /ref-update HTTP/1.1" 200 156 0.030170 10.0.0.65 - - [2026-03-05 04:20:56] "GET /network-policy/71a24c78-cfac-4e4b-8449-d22b95efac14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.016710 10.0.0.65 - - [2026-03-05 04:20:56] "GET /virtual-machine-interface/4737df79-938e-4e10-bf70-25466e71d7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.010664 10.0.0.65 - - [2026-03-05 04:20:56] "PUT /virtual-machine-interface/4737df79-938e-4e10-bf70-25466e71d7a0 HTTP/1.1" 200 285 0.017478 10.0.0.65 - - [2026-03-05 04:20:56] "GET /virtual-machine-interface/4737df79-938e-4e10-bf70-25466e71d7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3079 0.007932 10.0.0.65 - - [2026-03-05 04:20:56] "PUT /virtual-machine-interface/4737df79-938e-4e10-bf70-25466e71d7a0 HTTP/1.1" 200 285 0.015716 10.0.0.65 - - [2026-03-05 04:21:17] "POST /neutron/port HTTP/1.1" 200 1241 0.015285 10.0.0.65 - - [2026-03-05 04:21:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002939 10.0.0.65 - - [2026-03-05 04:21:17] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.65 - - [2026-03-05 04:21:56] "POST /neutron/port HTTP/1.1" 200 1238 0.016939 10.0.0.65 - - [2026-03-05 04:21:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003118 10.0.0.65 - - [2026-03-05 04:21:56] "POST /neutron/port HTTP/1.1" 200 117 0.000965 10.0.0.65 - - [2026-03-05 04:22:19] "POST /neutron/port HTTP/1.1" 200 1186 0.017399 10.0.0.65 - - [2026-03-05 04:22:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003088 10.0.0.65 - - [2026-03-05 04:22:19] "POST /neutron/port HTTP/1.1" 200 117 0.001027 10.0.0.133 - - [2026-03-05 04:22:37] "GET /obj-perms HTTP/1.1" 200 5056 0.051139 10.0.0.65 - - [2026-03-05 04:22:58] "POST /neutron/port HTTP/1.1" 200 1238 0.015024 10.0.0.65 - - [2026-03-05 04:22:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003718 10.0.0.65 - - [2026-03-05 04:22:58] "POST /neutron/port HTTP/1.1" 200 117 0.001028 10.0.0.133 - - [2026-03-05 04:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000411 10.0.0.133 - - [2026-03-05 04:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000353 10.0.0.33 - - [2026-03-05 04:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000339 10.0.0.33 - - [2026-03-05 04:23:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000379 10.0.0.65 - - [2026-03-05 04:23:02] "POST /ref-update HTTP/1.1" 200 156 0.097118 10.0.0.65 - - [2026-03-05 04:23:02] "POST /ref-update HTTP/1.1" 200 156 0.086861 10.0.0.65 - - [2026-03-05 04:23:02] "POST /neutron/network HTTP/1.1" 200 1005 0.065574 10.0.0.65 - - [2026-03-05 04:23:03] "GET /virtual-network/3de14242-d2c9-4802-b93c-6a3db302fc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.013726 10.0.0.65 - - [2026-03-05 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.133 - - [2026-03-05 04:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000589 10.0.0.65 - - [2026-03-05 04:23:03] "GET /network-policy/71a24c78-cfac-4e4b-8449-d22b95efac14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006464 10.0.0.133 - - [2026-03-05 04:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000663 10.0.0.65 - - [2026-03-05 04:23:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.006775 10.0.0.65 - - [2026-03-05 04:23:03] "POST /ref-update HTTP/1.1" 200 156 0.047523 10.0.0.65 - - [2026-03-05 04:23:03] "GET /virtual-network/3b9d66b4-66f6-472d-9364-4b30e5061fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.007352 10.0.0.65 - - [2026-03-05 04:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.33 - - [2026-03-05 04:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000615 10.0.0.65 - - [2026-03-05 04:23:03] "GET /network-policy/71a24c78-cfac-4e4b-8449-d22b95efac14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.003599 10.0.0.65 - - [2026-03-05 04:23:03] "DELETE /network-policy/71a24c78-cfac-4e4b-8449-d22b95efac14 HTTP/1.1" 200 115 0.031727 10.0.0.33 - - [2026-03-05 04:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000320 10.0.0.65 - - [2026-03-05 04:23:03] "DELETE /instance-ip/9081a6c0-57e0-4ebf-ab24-44b2a1b428b0 HTTP/1.1" 200 115 0.043058 10.0.0.65 - - [2026-03-05 04:23:03] "DELETE /instance-ip/b2b4d358-004b-44ad-997c-d48d22b25668 HTTP/1.1" 200 115 0.035854 10.0.0.65 - - [2026-03-05 04:23:03] "DELETE /virtual-machine-interface/16675033-6487-4148-b951-bde297936125 HTTP/1.1" 200 115 0.081344 10.0.0.65 - - [2026-03-05 04:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000393 10.0.0.65 - - [2026-03-05 04:23:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000328 10.0.0.65 - - [2026-03-05 04:23:04] "POST /neutron/port HTTP/1.1" 200 1238 0.015833 10.0.0.65 - - [2026-03-05 04:23:04] "POST /neutron/port HTTP/1.1" 200 151 0.222888 10.0.0.65 - - [2026-03-05 04:23:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.65 - - [2026-03-05 04:23:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000421 10.0.0.65 - - [2026-03-05 04:23:04] "POST /neutron/port HTTP/1.1" 200 151 0.192571 10.0.0.65 - - [2026-03-05 04:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.65 - - [2026-03-05 04:23:06] "POST /neutron/network HTTP/1.1" 200 1008 0.010010 10.0.0.65 - - [2026-03-05 04:23:06] "DELETE /route-target/1dbd39e7-cd2b-4d2d-be2f-44adf8f9017b HTTP/1.1" 200 115 0.018762 10.0.0.65 - - [2026-03-05 04:23:08] "POST /neutron/port HTTP/1.1" 400 205 0.002991 10.0.0.133 - - [2026-03-05 04:23:09] "GET /projects?obj_uuids=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.022844 10.0.0.65 - - [2026-03-05 04:23:09] "GET /project/76de8e30-191e-409c-87e0-8a4a12b6f247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.088419 10.0.0.133 - - [2026-03-05 04:23:09] "GET /projects?obj_uuids=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000826 10.0.0.65 - - [2026-03-05 04:23:09] "GET /project/76de8e30-191e-409c-87e0-8a4a12b6f247?fields=virtual_networks HTTP/1.1" 200 1049 0.051051 10.0.0.133 - - [2026-03-05 04:23:09] "GET /projects?obj_uuids=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000834 10.0.0.65 - - [2026-03-05 04:23:09] "GET /project/76de8e30-191e-409c-87e0-8a4a12b6f247?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.042924 10.0.0.133 - - [2026-03-05 04:23:09] "GET /projects?obj_uuids=76de8e30-191e-409c-87e0-8a4a12b6f247&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001129 10.0.0.65 - - [2026-03-05 04:23:09] "GET /project/76de8e30-191e-409c-87e0-8a4a12b6f247?fields=security_groups HTTP/1.1" 200 1284 0.032688 10.0.0.65 - - [2026-03-05 04:23:10] "POST /fqname-to-id HTTP/1.1" 404 192 0.024931 10.0.0.133 - - [2026-03-05 04:23:10] "GET /projects?obj_uuids=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002624 10.0.0.133 - - [2026-03-05 04:23:10] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.133 - - [2026-03-05 04:23:10] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.032343 10.0.0.133 - - [2026-03-05 04:23:10] "POST /id-to-fqname HTTP/1.1" 200 194 0.003792 10.0.0.133 - - [2026-03-05 04:23:10] "POST /fqname-to-id HTTP/1.1" 404 203 0.008667 10.0.0.133 - - [2026-03-05 04:23:10] "POST /security-groups HTTP/1.1" 200 595 0.072561 10.0.0.133 - - [2026-03-05 04:23:11] "POST /projects HTTP/1.1" 200 593 0.283841 10.0.0.65 - - [2026-03-05 04:23:11] "POST /fqname-to-id HTTP/1.1" 404 237 0.003913 10.0.0.133 - - [2026-03-05 04:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.353410 10.0.0.65 - - [2026-03-05 04:23:11] "GET /project/145fcb37-52c4-46e3-bdf8-2eb0e62ab652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.508258 10.0.0.65 - - [2026-03-05 04:23:12] "GET / HTTP/1.1" 200 36215 0.001310 10.0.0.65 - - [2026-03-05 04:23:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.65 - - [2026-03-05 04:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.059589 10.0.0.133 - - [2026-03-05 04:23:14] "GET /projects?obj_uuids=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000772 10.0.0.65 - - [2026-03-05 04:23:14] "GET /project/145fcb37-52c4-46e3-bdf8-2eb0e62ab652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.035788 10.0.0.65 - - [2026-03-05 04:23:14] "POST /ref-update HTTP/1.1" 200 156 0.027317 10.0.0.133 - - [2026-03-05 04:23:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006213 10.0.0.65 - - [2026-03-05 04:23:14] "POST /neutron/subnet HTTP/1.1" 200 719 0.246569 10.0.0.65 - - [2026-03-05 04:23:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001166 10.0.0.65 - - [2026-03-05 04:23:15] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006485 10.0.0.65 - - [2026-03-05 04:23:15] "POST /neutron/network HTTP/1.1" 200 1001 0.006597 10.0.0.65 - - [2026-03-05 04:23:15] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004321 10.0.0.65 - - [2026-03-05 04:23:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.007705 10.0.0.65 - - [2026-03-05 04:23:15] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005119 10.0.0.65 - - [2026-03-05 04:23:16] "GET /obj-perms HTTP/1.1" 200 5038 0.051382 10.0.0.65 - - [2026-03-05 04:23:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001183 10.0.0.133 - - [2026-03-05 04:23:17] "GET /projects?obj_uuids=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001128 10.0.0.65 - - [2026-03-05 04:23:17] "GET /project/145fcb37-52c4-46e3-bdf8-2eb0e62ab652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.061118 10.0.0.65 - - [2026-03-05 04:23:18] "POST /neutron/port HTTP/1.1" 200 117 0.007443 10.0.0.65 - - [2026-03-05 04:23:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001124 10.0.0.65 - - [2026-03-05 04:23:18] "POST /neutron/network HTTP/1.1" 200 1011 0.005904 10.0.0.65 - - [2026-03-05 04:23:19] "POST /neutron/port HTTP/1.1" 200 1170 0.100198 10.0.0.133 - - [2026-03-05 04:23:19] "GET /projects?obj_uuids=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000838 10.0.0.65 - - [2026-03-05 04:23:19] "GET /project/145fcb37-52c4-46e3-bdf8-2eb0e62ab652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.110732 10.0.0.65 - - [2026-03-05 04:23:19] "POST /neutron/port HTTP/1.1" 200 1224 0.140186 10.0.0.65 - - [2026-03-05 04:23:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013001 10.0.0.65 - - [2026-03-05 04:23:19] "POST /neutron/port HTTP/1.1" 200 117 0.005729 10.0.0.65 - - [2026-03-05 04:23:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001097 10.0.0.65 - - [2026-03-05 04:23:19] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.65 - - [2026-03-05 04:23:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008185 10.0.0.133 - - [2026-03-05 04:23:20] "GET /projects?obj_uuids=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001113 10.0.0.65 - - [2026-03-05 04:23:20] "POST /neutron/port HTTP/1.1" 200 1170 0.297845 10.0.0.65 - - [2026-03-05 04:23:20] "POST /neutron/port HTTP/1.1" 200 1224 0.087331 10.0.0.65 - - [2026-03-05 04:23:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003447 10.0.0.133 - - [2026-03-05 04:23:20] "GET /projects?obj_uuids=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001388 10.0.0.65 - - [2026-03-05 04:23:20] "GET /project/145fcb37-52c4-46e3-bdf8-2eb0e62ab652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.062286 10.0.0.65 - - [2026-03-05 04:23:20] "POST /neutron/network HTTP/1.1" 200 1001 0.050557 10.0.0.65 - - [2026-03-05 04:23:21] "POST /neutron/port HTTP/1.1" 200 2314 0.032487 10.0.0.65 - - [2026-03-05 04:23:21] "POST /neutron/port HTTP/1.1" 200 1234 0.020824 10.0.0.65 - - [2026-03-05 04:23:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.005828 10.0.0.65 - - [2026-03-05 04:23:21] "GET /virtual-machine/f932d1a0-869e-4dc2-9615-d5d2c16fe55e HTTP/1.1" 401 292 0.000419 10.0.0.65 - - [2026-03-05 04:23:21] "POST /neutron/network HTTP/1.1" 200 1011 0.006394 10.0.0.65 - - [2026-03-05 04:23:22] "POST /neutron/port HTTP/1.1" 200 1170 0.020198 10.0.0.65 - - [2026-03-05 04:23:22] "GET /virtual-machine/f932d1a0-869e-4dc2-9615-d5d2c16fe55e HTTP/1.1" 200 1299 0.049666 10.0.0.65 - - [2026-03-05 04:23:22] "GET /virtual-machine-interface/a88c4cfe-a95f-4faf-9ed1-d6d290259271 HTTP/1.1" 200 3164 0.004416 10.0.0.65 - - [2026-03-05 04:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.65 - - [2026-03-05 04:23:22] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003306 10.0.0.65 - - [2026-03-05 04:23:22] "GET /virtual-networks?parent_id=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002511 10.0.0.65 - - [2026-03-05 04:23:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002861 10.0.0.65 - - [2026-03-05 04:23:22] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007390 10.0.0.65 - - [2026-03-05 04:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.65 - - [2026-03-05 04:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.65 - - [2026-03-05 04:23:25] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004381 10.0.0.65 - - [2026-03-05 04:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.65 - - [2026-03-05 04:23:29] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005173 10.0.0.65 - - [2026-03-05 04:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.65 - - [2026-03-05 04:23:33] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005074 10.0.0.65 - - [2026-03-05 04:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.65 - - [2026-03-05 04:23:37] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006368 10.0.0.33 - - [2026-03-05 04:23:38] "GET /obj-perms HTTP/1.1" 200 5056 0.053184 10.0.0.65 - - [2026-03-05 04:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.65 - - [2026-03-05 04:23:41] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005356 10.0.0.65 - - [2026-03-05 04:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.65 - - [2026-03-05 04:23:45] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005609 10.0.0.65 - - [2026-03-05 04:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.65 - - [2026-03-05 04:23:49] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005105 10.0.0.133 - - [2026-03-05 04:23:51] "DELETE /project/76de8e30-191e-409c-87e0-8a4a12b6f247 HTTP/1.1" 404 177 0.003559 10.0.0.133 - - [2026-03-05 04:23:51] "DELETE /project/145fcb3752c446e3bdf82eb0e62ab652 HTTP/1.1" 404 173 0.003162 10.0.0.65 - - [2026-03-05 04:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.65 - - [2026-03-05 04:23:54] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004517 10.0.0.65 - - [2026-03-05 04:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.65 - - [2026-03-05 04:23:58] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004788 10.0.0.65 - - [2026-03-05 04:23:59] "POST /neutron/port HTTP/1.1" 200 1234 0.018429 10.0.0.65 - - [2026-03-05 04:23:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003131 10.0.0.65 - - [2026-03-05 04:23:59] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.65 - - [2026-03-05 04:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.65 - - [2026-03-05 04:24:02] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004765 10.0.0.65 - - [2026-03-05 04:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.65 - - [2026-03-05 04:24:06] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005238 10.0.0.65 - - [2026-03-05 04:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.65 - - [2026-03-05 04:24:10] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004683 10.0.0.65 - - [2026-03-05 04:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004259 10.0.0.65 - - [2026-03-05 04:24:14] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004854 10.0.0.65 - - [2026-03-05 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.65 - - [2026-03-05 04:24:16] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003175 10.0.0.65 - - [2026-03-05 04:24:16] "GET /virtual-networks?parent_id=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002501 10.0.0.65 - - [2026-03-05 04:24:16] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007069 10.0.0.65 - - [2026-03-05 04:24:16] "POST /neutron/port HTTP/1.1" 200 1234 0.017637 10.0.0.65 - - [2026-03-05 04:24:17] "POST /neutron/security_group HTTP/1.1" 200 2062 0.032704 10.0.0.65 - - [2026-03-05 04:24:20] "POST /neutron/network HTTP/1.1" 200 1011 0.006356 10.0.0.65 - - [2026-03-05 04:24:20] "POST /neutron/subnet HTTP/1.1" 200 1379 0.020809 10.0.0.65 - - [2026-03-05 04:24:20] "POST /neutron/network HTTP/1.1" 200 1001 0.007563 10.0.0.65 - - [2026-03-05 04:24:27] "POST /neutron/port HTTP/1.1" 200 1234 0.014723 10.0.0.65 - - [2026-03-05 04:24:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.005759 10.0.0.65 - - [2026-03-05 04:24:33] "POST /neutron/port HTTP/1.1" 200 1234 0.015367 10.0.0.65 - - [2026-03-05 04:24:37] "POST /neutron/security_group HTTP/1.1" 200 2062 0.005838 10.0.0.65 - - [2026-03-05 04:24:42] "POST /neutron/port HTTP/1.1" 200 1234 0.018414 10.0.0.65 - - [2026-03-05 04:24:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007604 10.0.0.65 - - [2026-03-05 04:24:42] "GET /virtual-machine/be98a1d8-b261-4d6f-bd52-b82d2d1841d8 HTTP/1.1" 200 1299 0.004970 10.0.0.65 - - [2026-03-05 04:24:42] "GET /virtual-machine-interface/3b99a8b0-7a53-4d7f-93bb-0fbe321427d7 HTTP/1.1" 200 3163 0.005845 10.0.0.65 - - [2026-03-05 04:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.65 - - [2026-03-05 04:24:42] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.010494 10.0.0.65 - - [2026-03-05 04:24:42] "GET /virtual-networks?parent_id=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003159 10.0.0.65 - - [2026-03-05 04:24:42] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006079 10.0.0.65 - - [2026-03-05 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.65 - - [2026-03-05 04:24:44] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004284 10.0.0.65 - - [2026-03-05 04:24:44] "GET /virtual-networks?parent_id=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003186 10.0.0.65 - - [2026-03-05 04:24:44] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005449 10.0.0.65 - - [2026-03-05 04:24:44] "POST /neutron/port HTTP/1.1" 200 1234 0.018572 10.0.0.65 - - [2026-03-05 04:24:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006339 10.0.0.65 - - [2026-03-05 04:24:44] "GET /virtual-machine/aca1383f-2f8d-42ba-89d9-f357570c1912 HTTP/1.1" 200 1298 0.004526 10.0.0.65 - - [2026-03-05 04:24:44] "GET /virtual-machine-interface/b4617aab-8e36-4aa4-93c4-f657820d1c19 HTTP/1.1" 200 3164 0.004658 10.0.0.65 - - [2026-03-05 04:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.65 - - [2026-03-05 04:24:44] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003088 10.0.0.65 - - [2026-03-05 04:24:44] "GET /virtual-networks?parent_id=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002617 10.0.0.65 - - [2026-03-05 04:24:44] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.004912 10.0.0.65 - - [2026-03-05 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.65 - - [2026-03-05 04:24:47] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006721 10.0.0.65 - - [2026-03-05 04:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.65 - - [2026-03-05 04:24:49] "GET /global-vrouter-config/8e44d0fe-9d11-4850-9c46-ac8b7573418f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003130 10.0.0.65 - - [2026-03-05 04:24:49] "GET /virtual-networks?parent_id=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002626 10.0.0.65 - - [2026-03-05 04:24:49] "GET /virtual-network/b863b8e7-fc2a-4595-8f26-fc86547eaef6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005319 10.0.0.65 - - [2026-03-05 04:24:49] "GET /virtual-machine-interface/b4617aab-8e36-4aa4-93c4-f657820d1c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005025 10.0.0.65 - - [2026-03-05 04:24:50] "PUT /virtual-machine-interface/b4617aab-8e36-4aa4-93c4-f657820d1c19 HTTP/1.1" 200 285 0.012605 10.0.0.65 - - [2026-03-05 04:24:59] "POST /neutron/network HTTP/1.1" 200 1011 0.031207 10.0.0.65 - - [2026-03-05 04:24:59] "POST /neutron/subnet HTTP/1.1" 200 1379 0.010557 10.0.0.65 - - [2026-03-05 04:24:59] "POST /neutron/network HTTP/1.1" 200 1001 0.009490 10.0.0.65 - - [2026-03-05 04:25:21] "POST /neutron/network HTTP/1.1" 200 1011 0.006437 10.0.0.65 - - [2026-03-05 04:25:21] "POST /neutron/subnet HTTP/1.1" 200 1379 0.010921 10.0.0.65 - - [2026-03-05 04:25:21] "POST /neutron/network HTTP/1.1" 200 1001 0.007904 10.0.0.133 - - [2026-03-05 04:25:40] "GET /obj-perms HTTP/1.1" 200 5056 0.056429 10.0.0.65 - - [2026-03-05 04:25:59] "POST /neutron/network HTTP/1.1" 200 1011 0.011724 10.0.0.65 - - [2026-03-05 04:25:59] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012255 10.0.0.65 - - [2026-03-05 04:25:59] "POST /neutron/network HTTP/1.1" 200 1001 0.008372 10.0.0.65 - - [2026-03-05 04:26:22] "POST /neutron/network HTTP/1.1" 200 1011 0.006359 10.0.0.65 - - [2026-03-05 04:26:22] "POST /neutron/subnet HTTP/1.1" 200 1379 0.011388 10.0.0.65 - - [2026-03-05 04:26:22] "POST /neutron/network HTTP/1.1" 200 1001 0.007967 10.0.0.65 - - [2026-03-05 04:26:40] "GET /obj-perms HTTP/1.1" 200 5056 0.053550 10.0.0.65 - - [2026-03-05 04:27:01] "POST /neutron/network HTTP/1.1" 200 1011 0.005775 10.0.0.65 - - [2026-03-05 04:27:01] "POST /neutron/subnet HTTP/1.1" 200 1379 0.012212 10.0.0.65 - - [2026-03-05 04:27:01] "POST /neutron/network HTTP/1.1" 200 1001 0.007067 10.0.0.65 - - [2026-03-05 04:27:24] "POST /neutron/network HTTP/1.1" 200 1011 0.007302 10.0.0.65 - - [2026-03-05 04:27:24] "POST /neutron/subnet HTTP/1.1" 200 1379 0.011187 10.0.0.65 - - [2026-03-05 04:27:24] "POST /neutron/network HTTP/1.1" 200 1001 0.008075 10.0.0.65 - - [2026-03-05 04:27:31] "POST /neutron/port HTTP/1.1" 200 1234 0.018789 10.0.0.65 - - [2026-03-05 04:27:31] "POST /neutron/port HTTP/1.1" 200 1234 0.030244 10.0.0.65 - - [2026-03-05 04:27:31] "POST /neutron/port HTTP/1.1" 200 1234 0.014248 10.0.0.65 - - [2026-03-05 04:27:32] "POST /neutron/network HTTP/1.1" 200 1001 0.008449 10.0.0.65 - - [2026-03-05 04:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.133 - - [2026-03-05 04:27:34] "GET /projects?obj_uuids=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001322 10.0.0.65 - - [2026-03-05 04:27:34] "GET /project/145fcb37-52c4-46e3-bdf8-2eb0e62ab652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.039707 10.0.0.133 - - [2026-03-05 04:27:34] "GET /projects?obj_uuids=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001127 10.0.0.65 - - [2026-03-05 04:27:34] "GET /project/145fcb37-52c4-46e3-bdf8-2eb0e62ab652?fields=virtual_networks HTTP/1.1" 200 1042 0.043295 10.0.0.133 - - [2026-03-05 04:27:34] "GET /projects?obj_uuids=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001111 10.0.0.65 - - [2026-03-05 04:27:34] "GET /project/145fcb37-52c4-46e3-bdf8-2eb0e62ab652?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.035326 10.0.0.133 - - [2026-03-05 04:27:34] "GET /projects?obj_uuids=145fcb37-52c4-46e3-bdf8-2eb0e62ab652&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000890 10.0.0.65 - - [2026-03-05 04:27:34] "GET /project/145fcb37-52c4-46e3-bdf8-2eb0e62ab652?fields=security_groups HTTP/1.1" 200 1273 0.030751 10.0.0.65 - - [2026-03-05 04:27:35] "DELETE /access-control-list/dc9baca4-89c1-46c1-a85c-f08a06eaddd1 HTTP/1.1" 200 115 0.041849 10.0.0.65 - - [2026-03-05 04:27:35] "POST /fqname-to-id HTTP/1.1" 404 188 0.028455 10.0.0.133 - - [2026-03-05 04:27:36] "GET /projects?obj_uuids=5017f99c-6397-4922-ae07-1ab1a8a0e7d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002624 10.0.0.133 - - [2026-03-05 04:27:36] "GET /domains?obj_uuids=8ec23053-61d3-4e86-b71e-e24c9bc5c983&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000857 10.0.0.133 - - [2026-03-05 04:27:36] "GET /domain/8ec23053-61d3-4e86-b71e-e24c9bc5c983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007200 10.0.0.133 - - [2026-03-05 04:27:36] "POST /id-to-fqname HTTP/1.1" 200 190 0.001038 10.0.0.133 - - [2026-03-05 04:27:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.005323 10.0.0.133 - - [2026-03-05 04:27:36] "POST /security-groups HTTP/1.1" 200 591 0.064488 10.0.0.133 - - [2026-03-05 04:27:36] "POST /projects HTTP/1.1" 200 585 0.258578 10.0.0.65 - - [2026-03-05 04:27:36] "POST /fqname-to-id HTTP/1.1" 404 233 0.017306 10.0.0.133 - - [2026-03-05 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.329388 10.0.0.65 - - [2026-03-05 04:27:36] "GET /project/5017f99c-6397-4922-ae07-1ab1a8a0e7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.469093 10.0.0.65 - - [2026-03-05 04:27:37] "GET / HTTP/1.1" 200 36215 0.001674 10.0.0.133 - - [2026-03-05 04:27:43] "GET /projects?obj_uuids=5017f99c-6397-4922-ae07-1ab1a8a0e7d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000875 10.0.0.65 - - [2026-03-05 04:27:43] "GET /project/5017f99c-6397-4922-ae07-1ab1a8a0e7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.036302 10.0.0.133 - - [2026-03-05 04:27:43] "GET /projects?obj_uuids=5017f99c-6397-4922-ae07-1ab1a8a0e7d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000822 10.0.0.65 - - [2026-03-05 04:27:43] "GET /project/5017f99c-6397-4922-ae07-1ab1a8a0e7d8?fields=virtual_networks HTTP/1.1" 200 1034 0.041162 10.0.0.133 - - [2026-03-05 04:27:43] "GET /projects?obj_uuids=5017f99c-6397-4922-ae07-1ab1a8a0e7d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.65 - - [2026-03-05 04:27:43] "GET /project/5017f99c-6397-4922-ae07-1ab1a8a0e7d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.040528 10.0.0.133 - - [2026-03-05 04:27:43] "GET /projects?obj_uuids=5017f99c-6397-4922-ae07-1ab1a8a0e7d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000829 10.0.0.65 - - [2026-03-05 04:27:43] "GET /project/5017f99c-6397-4922-ae07-1ab1a8a0e7d8?fields=security_groups HTTP/1.1" 200 1261 0.031160 10.0.0.133 - - [2026-03-05 04:27:52] "DELETE /project/145fcb37-52c4-46e3-bdf8-2eb0e62ab652 HTTP/1.1" 404 177 0.005376 10.0.0.133 - - [2026-03-05 04:27:52] "DELETE /project/5017f99c63974922ae071ab1a8a0e7d8 HTTP/1.1" 404 173 0.004404 10.0.0.133 - - [2026-03-05 04:27:52] "GET /projects?obj_uuids=5017f99c-6397-4922-ae07-1ab1a8a0e7d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000744 10.0.0.133 - - [2026-03-05 04:27:52] "GET /project/5017f99c-6397-4922-ae07-1ab1a8a0e7d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.036253 10.0.0.133 - - [2026-03-05 04:27:52] "GET /projects?obj_uuids=5017f99c-6397-4922-ae07-1ab1a8a0e7d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.133 - - [2026-03-05 04:27:52] "GET /project/5017f99c-6397-4922-ae07-1ab1a8a0e7d8?fields=security_groups HTTP/1.1" 200 1363 0.041910 10.0.0.133 - - [2026-03-05 04:27:52] "DELETE /security-group/788e879a-8730-44a7-9c38-5b22629e0266 HTTP/1.1" 200 115 0.038696 10.0.0.133 - - [2026-03-05 04:27:52] "GET /projects?obj_uuids=5017f99c-6397-4922-ae07-1ab1a8a0e7d8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001542 10.0.0.133 - - [2026-03-05 04:27:52] "GET /project/5017f99c-6397-4922-ae07-1ab1a8a0e7d8?fields=application_policy_sets HTTP/1.1" 200 1402 0.056916 10.0.0.65 - - [2026-03-05 04:27:52] "DELETE /access-control-list/cacfe4ad-1e1b-43cf-90ac-76f7047e40b4 HTTP/1.1" 200 115 0.048025 10.0.0.133 - - [2026-03-05 04:27:52] "DELETE /project/5017f99c-6397-4922-ae07-1ab1a8a0e7d8 HTTP/1.1" 200 115 0.399174 10.0.0.133 - - [2026-03-05 04:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000593 10.0.0.133 - - [2026-03-05 04:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.33 - - [2026-03-05 04:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000333 10.0.0.33 - - [2026-03-05 04:28:02] "GET /global-system-configs HTTP/1.1" 401 292 0.000360 10.0.0.133 - - [2026-03-05 04:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000348 10.0.0.133 - - [2026-03-05 04:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000358 10.0.0.33 - - [2026-03-05 04:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000370 10.0.0.33 - - [2026-03-05 04:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000388 10.0.0.65 - - [2026-03-05 04:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000361 10.0.0.65 - - [2026-03-05 04:28:03] "GET /global-system-configs HTTP/1.1" 401 292 0.000492 10.0.0.65 - - [2026-03-05 04:28:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000392 10.0.0.65 - - [2026-03-05 04:28:04] "GET /global-system-configs HTTP/1.1" 401 292 0.000316 10.0.0.33 - - [2026-03-05 04:28:42] "GET /obj-perms HTTP/1.1" 200 5056 0.068374 [Introspect:8084]10.0.0.133 - - [2026-03-05 04:28:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000868 [Introspect:8084]10.0.0.133 - - [2026-03-05 04:28:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3159 0.000815